Remove unnecessary -l options from LDFLAGS.
[gnulib.git] / ChangeLog
1 2007-12-22  Bruno Haible  <bruno@clisp.org>
2
3         * gnulib-tool (func_emit_tests_Makefile_am): Replace local_ldadd with
4         two variables local_ldadd_before, local_ldadd_last.
5
6 2007-12-20  Eric Blake  <ebb9@byu.net>
7
8         Work around circular library issue when cross-compiling.
9         * lib/progname.c (set_program_name): Use strncmp, not memcmp, so
10         that progname.o does not need to pull in rpl_memcmp.
11
12 2007-12-19  Eric Blake  <ebb9@byu.net>
13
14         Fix memmem to avoid O(n^2) worst-case complexity.
15         * lib/memmem.c (knuth_morris_pratt): New function.
16         (memmem): Use it if first few naive iterations fail.
17         * m4/memmem.m4 (gl_FUNC_MEMMEM): Detect cygwin bug.
18         * modules/memcmp (License): Set to LGPLv2+, not LGPL.
19         * modules/memchr (License): Likewise.
20         * modules/memmem (Depends-on): Add memcmp, memchr, stdbool, and
21         malloca.
22         * tests/test-memmem.c: Rewrite, borrowing ideas from
23         test-mbsstr1.c; the old version wouldn't even compile!
24         * modules/memmem-tests: New file.
25         * lib/string.in.h (rpl_memmem): Add declaration.
26         * modules/string (Makefile.am): Substitute REPLACE_MEMMEM.
27         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Default for
28         REPLACE_MEMMEM.
29
30 2007-12-18  Paul Eggert  <eggert@cs.ucla.edu>
31
32         Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
33         * lib/stdint.in.h (_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H): Define
34         before any system include files, and undef after them all.  This
35         should fix a problem on VMS reported by John E. Malmberg in
36         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00118.html>.
37
38 2007-12-17  Eric Blake  <ebb9@byu.net>
39
40         Revert addition of verify, for BSD/OS.
41         * lib/fseeko.c [!HAVE_FSEEKO]: Allow off_t > long, even though it
42         can't handle large files, for the sake of obsolete platforms.
43         * modules/fseeko (Depends-on): Remove verify.
44         * doc/functions/fseeko.texi (fseeko): Document BSD/OS limitation.
45         * doc/functions/ftello.texi (ftello): Likewise.
46         * doc/functions/fgetpos.texi (fgetpos): Likewise.
47         Reported by Larry Jones.
48
49 2007-12-17  Petr Salinger  <Petr.Salinger@seznam.cz>
50
51         getcwd.c: Use a more readable witness: HAVE_OPENAT_SUPPORT
52         * lib/getcwd.c: Define and use HAVE_OPENAT_SUPPORT, in place of AT_FDCWD.
53
54 2007-12-17  Jim Meyering  <meyering@redhat.com>
55
56         Port to GNU/kFreeBSD - FreeBSD kernel + GNU libc,
57         which has no openat syscall, yet <fcntl.h> does define AT_FDCWD.
58         * lib/getcwd.c: Undef AT_FDCWD if there is no openat function.
59         * modules/getcwd (Depends-on): Add openat.
60         Reported by Petr Salinger.
61
62 2007-12-17  Bruno Haible  <bruno@clisp.org>
63
64         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Use GL_NOCRASH to
65         avoid a segmentation fault of the configure test on x86_64 systems.
66
67 2007-12-15  Jim Meyering  <meyering@redhat.com>
68
69         * build-aux/gnupload (GPG): Don't hard-code absolute name of gpg binary.
70
71 2007-12-13  Eric Blake  <ebb9@byu.net>
72
73         Another fseek test.
74         * tests/test-fseek.c (main): Also test ungetc handling.
75         * tests/test-fseeko.c (main): Likewise.
76         * modules/fseeko (Depends-on): Add verify.
77         * lib/fseeko.c [!HAVE_FSEEKO]: Verify that off_t is not too
78         large.
79         Reported by Larry Jones.
80
81         Fix fseeko on mingw.
82         * lib/fseeko.c (rpl_fseeko) [_IOERR]: Reset EOF flag on successful
83         seek.
84
85         Beef up fseek tests.
86         * tests/test-fseek.c (main): Also test eof handling.
87         * tests/test-fseeko.c (main): Likewise.
88         Reported by Larry Jones.
89
90 2007-12-13  Larry Jones  <lawrence.jones@siemens.com>  (tiny change)
91
92         Fix fseeko on BSD-based platforms.
93         * lib/fseeko.c (rpl_fseeko) [__sferror]: Reset EOF flag on
94         successful seek.
95
96 2007-12-12  Eric Blake  <ebb9@byu.net>
97
98         Allow circular dependency of separate libtests.a
99         * gnulib-tool (func_emit_tests_Makefile_am): Add AM_LIBTOOLFLAGS
100         when use_libtests.
101
102 2007-12-11  Eric Blake  <ebb9@byu.net>
103
104         Fix bug with -0.0L in previous patch.
105         * lib/isnan.c (rpl_isnanl): Make robust to -0.0L and pad bits.
106         * tests/test-isnan.c (main): Also test on zeroes.
107         * tests/test-isnanf.c (main): Likewise.
108         * tests/test-isnanl.h (main): Likewise.
109
110         Detect pseudo-denormals on x86 even when cross-compiling.
111         * lib/isnan.c (rpl_isnanl) [!KNOWN_EXPBIT0_LOCATION
112         && USE_LONG_DOUBLE && x86]: Add one more check to filter out
113         invalid bit patterns that happen to satisfy ==.
114
115         Avoid link failures with separate libtests.a.
116         * gnulib-tool (func_emit_tests_Makefile_am): Also list local_ldadd
117         last, to satisfy circular dependencies.
118
119 2007-12-11  Eric Blake  <ebb9@byu.net>
120         and Bruno Haible  <bruno@clisp.org>
121
122         Fix OpenBSD 4.0 <float.h> handling of long double.
123         * m4/float_h.m4 (gl_FLOAT_H): Also claim OpenBSD is broken.
124         * lib/float.in.h [__OpenBSD__]: Add fixes for OpenBSD.
125         * doc/headers/float.texi (float.h): Document OpenBSD bug.
126
127 2007-12-11  Jim Meyering  <meyering@redhat.com>
128
129         * users.txt: Add libvirt.
130
131         Support versions of autoconf prior to 2.59c.
132         * gnulib-tool (func_emit_initmacro_done): Define m4_foreach_w
133         if it is not already defined.
134
135 2007-12-09  Bruno Haible  <bruno@clisp.org>
136
137         Let 'gnulib-tool --import' collect sources needed for the tests in
138         tests/ rather than in lib/.
139         * gnulib-tool (func_emit_tests_Makefile_am): Accept use_libtests
140         argument. If true, add rules to generate libtests.a, and put libtests.a
141         into $(LDADD). Consider source files in subdirectories and set
142         uses_subdirs.
143         (func_emit_initmacro_start, func_emit_initmacro_end,
144         func_emit_initmacro_done): Pass all arguments explicitly.
145         (func_import): Determine two module lists main_modules,
146         testsrelated_modules. Determine use_libtests. Determine two variables
147         sed_transform_main_lib_file, sed_transform_testsrelated_lib_file
148         instead of just sed_transform_lib_file. Determine two variables
149         main_files and testsrelated_files. Compute 'files' as the union of
150         both. Adjust sed_rewrite_old_files, sed_rewrite_new_files,
151         func_add_or_update. In the generated gnulib-comp.m4, collect the
152         object files for tests/ in different variables than those for lib/.
153         Substitute LIBTESTS_LIBDEPS.
154         (func_create_testdir): Combine the uses_subdirs results from
155         func_emit_lib_Makefile_am and from func_emit_tests_Makefile_am.
156
157 2007-12-09  Bruno Haible  <bruno@clisp.org>
158
159         * gnulib-tool (func_emit_tests_Makefile_am): Expand references to
160         the build-aux directory.
161
162 2007-12-09  Bruno Haible  <bruno@clisp.org>
163
164         * gnulib-tool (func_emit_tests_Makefile_am): Remove redundant code
165         introduced on 2006-09-09.
166
167 2007-12-07  Jim Meyering  <meyering@redhat.com>
168
169         Let these macros work also with autoconf-2.59.
170         * m4/getline.m4 (gl_FUNC_GETLINE): Require only autoconf-2.59.  2.60
171         is not needed, since gnulib now permits use of AC_CHECK_DECLS_ONCE.
172         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
173
174 2007-12-06  Jim Meyering  <meyering@redhat.com>
175
176         Avoid a configure-time syntax error in gl_FUNC_ACL.
177         * m4/acl.m4 (gl_FUNC_ACL): Be careful to check for the acl_trivial
178         function in each branch, before testing the cache variable.
179
180 2007-12-04  Eric Blake  <ebb9@byu.net>
181
182         Make scripts executable.
183         * build-aux/config.guess: Add execute permissions.
184         * build-aux/config.sub: Likewise.
185         * build-aux/gendocs.sh: Likewise.
186
187         Fix frexp on mingw.
188         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Detect mingw bug when
189         cross-compiling.
190         * doc/functions/frexp.texi (frexp): Document the bug.
191
192         Make cygwin fseeko check more reliable.
193         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Use cygwin
194         version numbers, rather than unrelated feature check.
195         * doc/functions/fseeko.texi (fseeko): Tweak failure report.
196         * doc/functions/ftello.texi (ftello): Likewise.
197         Reported by Bruno Haible.
198
199         * m4/strerror.m4: Bump version number.
200
201 2007-12-03  Bruno Haible  <bruno@clisp.org>
202
203         * doc/functions/mprotect.texi: Mention the mingw problem.
204
205 2007-12-03  Eric Blake  <ebb9@byu.net>
206
207         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): Ensure
208         REPLACE_STRERROR is initialized before this macro.
209
210 2007-12-03  Paul Eggert  <eggert@cs.ucla.edu>
211
212         Add support for Solaris 10 ACLs.  Also, ACLs are Gnulib, not Autoconf.
213         * modules/acl (configure.ac): Rename AC_FUNC_ACL to gl_FUNC_ACL.
214         * m4/acl.m4 (gl_FUNC_ACL): Renamed from AC_FUNC_ACL.  On Solaris,
215         put -lsec in even for programs other than 'ls'.  This fixes a problem
216         for gettext reported by Bruno Haible in
217         <http://lists.gnu.org/archive/html/bug-gnulib/2007-12/msg00007.html>.
218         * lib/acl.c (copy_acl, qset_acl) [USE_ACL && defined ACL_NO_TRIVIAL]:
219         Add support for Solaris 10.  This isn't efficient, but should get the
220         job done for now.
221
222 2007-12-03  James Youngman  <jay@gnu.org>
223
224         * doc/regexprops-generic.texi: change "an close-group" to "a
225         close-group" and "illegal" to "not allowed".
226
227 2007-11-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
228
229         * lib/unictype/pr_byname.c: Include unictype/pr_byname.h instead of
230         pr_byname.h. Needed for the rare case when the maintainer has done
231         "make maintainer-clean" in the source directory and then attempts a
232         build outside the source directory.
233         * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of
234         scripts_byname.h.
235
236 2007-12-02  Martin Lambers <marlam@marlam.de>
237             Bruno Haible  <bruno@clisp.org>
238
239         * lib/getpagesize.h: Remove file.
240         * lib/unistd.in.h: Include declaration of getpagesize here.
241         * m4/getpagesize.m4 (gl_FUNC_GETPAGESIZE): Renamed from gl_GETPAGESIZE.
242         Invoke gl_UNISTD_H_DEFAULTS. Set HAVE_GETPAGESIZE, HAVE_OS_H,
243         HAVE_SYS_PARAM_H.
244         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_GETPAGESIZE,
245         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
246         * modules/getpagesize (Files): Remove lib/getpagesize.h.
247         (Depends-on): Add unistd.
248         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
249         (Include): Use <unistd.h> instead of getpagesize.h.
250         * modules/unistd (Makefile.am): Substitute also GNULIB_GETPAGESIZE,
251         HAVE_GETPAGESIZE, HAVE_OS_H, HAVE_SYS_PARAM_H.
252         * m4/pagealign_alloc.m4 (gl_PREREQ_PAGEALIGN_ALLOC): Remove
253         gl_GETPAGESIZE invocation, already handled by module dependency.
254         * lib/pagealign_alloc.c: Don't include getpagesize.h.
255
256 2007-12-02  Bruno Haible  <bruno@clisp.org>
257
258         * modules/strings-tests: New file.
259         * tests/test-strings.c: New file.
260
261         Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
262         * lib/strings.in.h: New file.
263         * lib/string.in.h (strcasecmp, strncasecmp): Remove declarations.
264         * m4/strings_h.m4: New file.
265         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Remove initialization
266         of HAVE_STRCASECMP, HAVE_DECL_STRNCASECMP.
267         * modules/strings: New file.
268         * modules/string (Makefile.am): Update.
269         * modules/strcase (Include): Mention <strings.h>, not <string.h>.
270         Reported by Karl Berry.
271
272 2007-12-01  Eric Blake  <ebb9@byu.net>
273
274         * m4/stdio_h.m4 (gl_STDIN_LARGE_OFFSET) [__CYGWIN__]: Rewrite to
275         accomodate fix in cygwin 1.5.25.
276
277 2007-12-01  Jim Meyering  <meyering@redhat.com>
278
279         Fix a bug that inhibited much of the utf8-optimization in regcomp.c.
280         * lib/regcomp.c (optimize_utf8): Fix a typo, s/idx/ctx_type/,
281         that would inhibit utf8-optimization of a regexp containing line-
282         or buffer-anchors, e.g., `^', `$'.
283
284 2007-11-30  Bruno Haible  <bruno@clisp.org>
285
286         * lib/lock.h (gl_recursive_lock_init) [PTHREAD &&
287         PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: Call
288         glthread_recursive_lock_init.
289         * lib/lock.c (glthread_recursive_lock_init)
290         [PTHREAD_RECURSIVE_MUTEX_INITIALIZER]: New function.
291         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
292
293 2007-11-28  Paul Eggert  <eggert@cs.ucla.edu>
294
295         New function qset_acl, like set_acl but with syscall semantics.
296         * lib/acl.h (qset_acl): New decl.
297         * lib/acl.c (qset_acl): New function.
298         (set_acl): Use new function.  Use more-consistent diagnostics.
299
300 2007-11-28  Jim Meyering  <meyering@redhat.com>
301
302         * modules/physmem (License): Change from GPL to LGPLv2+.
303
304 2007-11-26  Bruno Haible  <bruno@clisp.org>
305
306         * lib/vasnprintf.c (decode_long_double): Don't abort if the
307         'long double' type has excess precision.
308         Reported by Jim Meyering in
309         <http://lists.gnu.org/archive/html/bug-gnulib/2007-11/msg00120.html>.
310
311 2007-11-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
312
313         * doc/fdl.texi, doc/gpl-3.0.texi, doc/lgpl-3.0.texi:
314         Sync from <http://gnu.org/licenses>.
315         * modules/agpl-3.0, doc/agpl-3.0.texi: New module,
316         with license text from same location.
317         * doc/maintain.texi, doc/standards.texi:  Sync from
318         <http://savannah.gnu.org/projects/gnustandards>.
319
320 2007-11-22  OndÅ™ej Vašík  <ovasik@redhat.com>
321         and Jim Meyering  <meyering@redhat.com>
322
323         Adjust getdate' grammar to accept a slightly more regular language.
324         E.g., accept "YYYYMMDD +N days" as well as "YYYYMMDD N days".
325         Before, the former was rejected.
326         * lib/getdate.y (digits_to_date_time): New function, factored
327         out of ...
328         (number): ...here.  Just call digits_to_date_time.
329         (hybrid): New non-terminal to handle an <unsigned number,
330         signed relative offset> sequence consistently.
331
332 2007-11-18  Jim Meyering  <meyering@redhat.com>
333
334         Pull my changes from coreutils:
335         bootstrap: fix typo to enable use of $gnulib_tool_option_extras.
336         * build-aux/bootstrap (gnulib_tool_options): Add a space before the
337         use of $gnulib_tool_option_extras, so that it's separated from the
338         preceding argument.
339
340         Fix bootstrap failure to handle files like lib/uniwidth/cjk.h.
341         * build-aux/bootstrap (cp_mark_as_generated): Create any required
342         parent destination directories before copying a file into place.
343
344 2007-11-18  Sergey Poznyakoff  <gray@gnu.org.ua>
345
346         bootstrap: work also with 4-argument variant of AC_INIT
347         * build-aux/bootstrap (gnulib_extra_files): Adjust sed command.
348
349 2007-11-16  Paul Eggert  <eggert@cs.ucla.edu>
350
351         Port test-getaddrinfo to Solaris.
352         Problem reported by Bruno Haible in
353         <http://lists.gnu.org/archive/html/bug-gnulib/2007-03/msg00171.html>.
354         * tests/test-getaddrinfo.c (simple): Add a comment asking for an
355         explanation of setting 'hints'.
356         Don't reject an implementation merely because it returns EAI_SERVICE.
357         (EAI_SERVICE): Define to 0 if not defined.
358
359 2007-11-15  Paul Eggert  <eggert@cs.ucla.edu>
360
361         The license of gnu-make and posix-shell is now "GPLed build tool".
362         * modules/gnu-make (License): Likewise.
363         * modules/posix-shell (License): Likewise.
364
365         New module posix-shell, for determining a POSIX shell
366         or perhaps something that is close enough to a POSIX shell.
367         * m4/posix-shell.m4: New file.
368         * modules/posix-shell: New file.
369
370         * MODULES.html.sh: Mention new module.
371
372         New module gnu-make, for determining whether we're using GNU Make.
373         * m4/gnu-make.m4: New file.
374         * modules/gnu-make: New file.
375         * MODULES.html.sh: Mention new module.
376
377 2007-11-14  Jim Meyering  <meyering@redhat.com>
378
379         Define a sometimes-link-required function using ARGMATCH_DIE_DECL.
380         * tests/test-argmatch.c (ARGMATCH_DIE_DECL): When defined,
381         use this macro to create a function _definition_.
382         Remove useless "#undef ARGMATCH_DIE".
383
384 2007-11-14  Bruno Haible  <bruno@clisp.org>
385
386         * lib/config.charset: Update for OpenBSD 4.1.
387         Reported and helped by Ben Pfaff <blp@cs.stanford.edu>.
388
389 2007-11-12  Paul Eggert  <eggert@cs.ucla.edu>
390
391         Document 64-bit #if problems in stdint.texi.
392         * doc/headers/stdint.texi (stdint.h): Mention problems with
393         64-bit-#if, and how to work around them.
394
395         Don't insist on 'long long int' support in the preprocessor.  It
396         breaks too many things.  For example, PRIdMAX still uses a 'long
397         long int' format with the latest Sun compiler, even though
398         HAVE_LONG_LONG_INT isn't defined due to that compiler's
399         preprocessor problem.  This causes the latest coreutils to dump
400         core on Solaris 10 sparc with the Sun C compiler.
401         Instead, fix the 2007-10-16 problem in a different way, by evaluating
402         the troublesome expressions at configure-time, not at #if-time.
403         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): Don't test the
404         preprocessor.
405         * m4/inttypes.m4 (gl_INTTYPES_H): Move the #if checks into
406         compile-time C checks, done at 'configure'-time.
407         (gl_INTTYPES_CHECK_LONG_LONG_INT_CONDITION): New macro.
408         * modules/inttypes (Makefile): Substitute the new symbols that
409         gl_INTTYPES_H now generates.
410         * lib/inttypes.in.h: Don't use constants wider than 'long' in #if.
411
412 2007-11-12  Bruno Haible  <bruno@clisp.org>
413
414         Tests for Unicode character classification functions.
415
416         * modules/unictype/bidicategory-byname-tests: New file.
417         * modules/unictype/bidicategory-name-tests: New file.
418         * modules/unictype/bidicategory-of-tests: New file.
419         * modules/unictype/bidicategory-test-tests: New file.
420         * modules/unictype/block-list-tests: New file.
421         * modules/unictype/block-of-tests: New file.
422         * modules/unictype/block-test-tests: New file.
423         * modules/unictype/category-C-tests: New file.
424         * modules/unictype/category-Cc-tests: New file.
425         * modules/unictype/category-Cf-tests: New file.
426         * modules/unictype/category-Cn-tests: New file.
427         * modules/unictype/category-Co-tests: New file.
428         * modules/unictype/category-Cs-tests: New file.
429         * modules/unictype/category-L-tests: New file.
430         * modules/unictype/category-Ll-tests: New file.
431         * modules/unictype/category-Lm-tests: New file.
432         * modules/unictype/category-Lo-tests: New file.
433         * modules/unictype/category-Lt-tests: New file.
434         * modules/unictype/category-Lu-tests: New file.
435         * modules/unictype/category-M-tests: New file.
436         * modules/unictype/category-Mc-tests: New file.
437         * modules/unictype/category-Me-tests: New file.
438         * modules/unictype/category-Mn-tests: New file.
439         * modules/unictype/category-N-tests: New file.
440         * modules/unictype/category-Nd-tests: New file.
441         * modules/unictype/category-Nl-tests: New file.
442         * modules/unictype/category-No-tests: New file.
443         * modules/unictype/category-P-tests: New file.
444         * modules/unictype/category-Pc-tests: New file.
445         * modules/unictype/category-Pd-tests: New file.
446         * modules/unictype/category-Pe-tests: New file.
447         * modules/unictype/category-Pf-tests: New file.
448         * modules/unictype/category-Pi-tests: New file.
449         * modules/unictype/category-Po-tests: New file.
450         * modules/unictype/category-Ps-tests: New file.
451         * modules/unictype/category-S-tests: New file.
452         * modules/unictype/category-Sc-tests: New file.
453         * modules/unictype/category-Sk-tests: New file.
454         * modules/unictype/category-Sm-tests: New file.
455         * modules/unictype/category-So-tests: New file.
456         * modules/unictype/category-Z-tests: New file.
457         * modules/unictype/category-Zl-tests: New file.
458         * modules/unictype/category-Zp-tests: New file.
459         * modules/unictype/category-Zs-tests: New file.
460         * modules/unictype/category-and-not-tests: New file.
461         * modules/unictype/category-and-tests: New file.
462         * modules/unictype/category-byname-tests: New file.
463         * modules/unictype/category-name-tests: New file.
464         * modules/unictype/category-none-tests: New file.
465         * modules/unictype/category-of-tests: New file.
466         * modules/unictype/category-or-tests: New file.
467         * modules/unictype/category-test-withtable-tests: New file.
468         * modules/unictype/combining-class-tests: New file.
469         * modules/unictype/ctype-alnum-tests: New file.
470         * modules/unictype/ctype-alpha-tests: New file.
471         * modules/unictype/ctype-blank-tests: New file.
472         * modules/unictype/ctype-cntrl-tests: New file.
473         * modules/unictype/ctype-digit-tests: New file.
474         * modules/unictype/ctype-graph-tests: New file.
475         * modules/unictype/ctype-lower-tests: New file.
476         * modules/unictype/ctype-print-tests: New file.
477         * modules/unictype/ctype-punct-tests: New file.
478         * modules/unictype/ctype-space-tests: New file.
479         * modules/unictype/ctype-upper-tests: New file.
480         * modules/unictype/ctype-xdigit-tests: New file.
481         * modules/unictype/decimal-digit-tests: New file.
482         * modules/unictype/digit-tests: New file.
483         * modules/unictype/mirror-tests: New file.
484         * modules/unictype/numeric-tests: New file.
485         * modules/unictype/property-alphabetic-tests: New file.
486         * modules/unictype/property-ascii-hex-digit-tests: New file.
487         * modules/unictype/property-bidi-arabic-digit-tests: New file.
488         * modules/unictype/property-bidi-arabic-right-to-left-tests: New file.
489         * modules/unictype/property-bidi-block-separator-tests: New file.
490         * modules/unictype/property-bidi-boundary-neutral-tests: New file.
491         * modules/unictype/property-bidi-common-separator-tests: New file.
492         * modules/unictype/property-bidi-control-tests: New file.
493         * modules/unictype/property-bidi-embedding-or-override-tests: New file.
494         * modules/unictype/property-bidi-eur-num-separator-tests: New file.
495         * modules/unictype/property-bidi-eur-num-terminator-tests: New file.
496         * modules/unictype/property-bidi-european-digit-tests: New file.
497         * modules/unictype/property-bidi-hebrew-right-to-left-tests: New file.
498         * modules/unictype/property-bidi-left-to-right-tests: New file.
499         * modules/unictype/property-bidi-non-spacing-mark-tests: New file.
500         * modules/unictype/property-bidi-other-neutral-tests: New file.
501         * modules/unictype/property-bidi-pdf-tests: New file.
502         * modules/unictype/property-bidi-segment-separator-tests: New file.
503         * modules/unictype/property-bidi-whitespace-tests: New file.
504         * modules/unictype/property-byname-tests: New file.
505         * modules/unictype/property-combining-tests: New file.
506         * modules/unictype/property-composite-tests: New file.
507         * modules/unictype/property-currency-symbol-tests: New file.
508         * modules/unictype/property-dash-tests: New file.
509         * modules/unictype/property-decimal-digit-tests: New file.
510         * modules/unictype/property-default-ignorable-code-point-tests: New file.
511         * modules/unictype/property-deprecated-tests: New file.
512         * modules/unictype/property-diacritic-tests: New file.
513         * modules/unictype/property-extender-tests: New file.
514         * modules/unictype/property-format-control-tests: New file.
515         * modules/unictype/property-grapheme-base-tests: New file.
516         * modules/unictype/property-grapheme-extend-tests: New file.
517         * modules/unictype/property-grapheme-link-tests: New file.
518         * modules/unictype/property-hex-digit-tests: New file.
519         * modules/unictype/property-hyphen-tests: New file.
520         * modules/unictype/property-id-continue-tests: New file.
521         * modules/unictype/property-id-start-tests: New file.
522         * modules/unictype/property-ideographic-tests: New file.
523         * modules/unictype/property-ids-binary-operator-tests: New file.
524         * modules/unictype/property-ids-trinary-operator-tests: New file.
525         * modules/unictype/property-ignorable-control-tests: New file.
526         * modules/unictype/property-iso-control-tests: New file.
527         * modules/unictype/property-join-control-tests: New file.
528         * modules/unictype/property-left-of-pair-tests: New file.
529         * modules/unictype/property-line-separator-tests: New file.
530         * modules/unictype/property-logical-order-exception-tests: New file.
531         * modules/unictype/property-lowercase-tests: New file.
532         * modules/unictype/property-math-tests: New file.
533         * modules/unictype/property-non-break-tests: New file.
534         * modules/unictype/property-not-a-character-tests: New file.
535         * modules/unictype/property-numeric-tests: New file.
536         * modules/unictype/property-other-alphabetic-tests: New file.
537         * modules/unictype/property-other-default-ignorable-code-point-tests: New file.
538         * modules/unictype/property-other-grapheme-extend-tests: New file.
539         * modules/unictype/property-other-id-continue-tests: New file.
540         * modules/unictype/property-other-id-start-tests: New file.
541         * modules/unictype/property-other-lowercase-tests: New file.
542         * modules/unictype/property-other-math-tests: New file.
543         * modules/unictype/property-other-uppercase-tests: New file.
544         * modules/unictype/property-paired-punctuation-tests: New file.
545         * modules/unictype/property-paragraph-separator-tests: New file.
546         * modules/unictype/property-pattern-syntax-tests: New file.
547         * modules/unictype/property-pattern-white-space-tests: New file.
548         * modules/unictype/property-private-use-tests: New file.
549         * modules/unictype/property-punctuation-tests: New file.
550         * modules/unictype/property-quotation-mark-tests: New file.
551         * modules/unictype/property-radical-tests: New file.
552         * modules/unictype/property-sentence-terminal-tests: New file.
553         * modules/unictype/property-soft-dotted-tests: New file.
554         * modules/unictype/property-space-tests: New file.
555         * modules/unictype/property-terminal-punctuation-tests: New file.
556         * modules/unictype/property-test-tests: New file.
557         * modules/unictype/property-titlecase-tests: New file.
558         * modules/unictype/property-unassigned-code-value-tests: New file.
559         * modules/unictype/property-unified-ideograph-tests: New file.
560         * modules/unictype/property-uppercase-tests: New file.
561         * modules/unictype/property-variation-selector-tests: New file.
562         * modules/unictype/property-white-space-tests: New file.
563         * modules/unictype/property-xid-continue-tests: New file.
564         * modules/unictype/property-xid-start-tests: New file.
565         * modules/unictype/property-zero-width-tests: New file.
566         * modules/unictype/scripts-tests: New file.
567         * modules/unictype/syntax-c-ident-tests: New file.
568         * modules/unictype/syntax-c-whitespace-tests: New file.
569         * modules/unictype/syntax-java-ident-tests: New file.
570         * modules/unictype/syntax-java-whitespace-tests: New file.
571         * tests/unictype/test-bidi_byname.c: New file.
572         * tests/unictype/test-bidi_name.c: New file.
573         * tests/unictype/test-bidi_of.c: New file.
574         * tests/unictype/test-bidi_test.c: New file.
575         * tests/unictype/test-block_list.c: New file.
576         * tests/unictype/test-block_of.c: New file.
577         * tests/unictype/test-block_test.c: New file.
578         * tests/unictype/test-categ_and.c: New file.
579         * tests/unictype/test-categ_and_not.c: New file.
580         * tests/unictype/test-categ_byname.c: New file.
581         * tests/unictype/test-categ_name.c: New file.
582         * tests/unictype/test-categ_none.c: New file.
583         * tests/unictype/test-categ_of.c: New file.
584         * tests/unictype/test-categ_or.c: New file.
585         * tests/unictype/test-categ_test_withtable.c: New file.
586         * tests/unictype/test-combining.c: New file.
587         * tests/unictype/test-decdigit.c: New file.
588         * tests/unictype/test-digit.c: New file.
589         * tests/unictype/test-mirror.c: New file.
590         * tests/unictype/test-numeric.c: New file.
591         * tests/unictype/test-pr_byname.c: New file.
592         * tests/unictype/test-pr_test.c: New file.
593         * tests/unictype/test-predicate-part1.h: New file.
594         * tests/unictype/test-predicate-part2.h: New file.
595         * tests/unictype/test-scripts.c: New file.
596         * tests/unictype/test-sy_c_ident.c: New file.
597         * tests/unictype/test-sy_java_ident.c: New file.
598
599         * tests/unictype/test-categ_C.c: New file, generated by gen-ctype.c
600         for Unicode 5.0.0.
601         * tests/unictype/test-categ_Cc.c: Likewise.
602         * tests/unictype/test-categ_Cf.c: Likewise.
603         * tests/unictype/test-categ_Cn.c: Likewise.
604         * tests/unictype/test-categ_Co.c: Likewise.
605         * tests/unictype/test-categ_Cs.c: Likewise.
606         * tests/unictype/test-categ_L.c: Likewise.
607         * tests/unictype/test-categ_Ll.c: Likewise.
608         * tests/unictype/test-categ_Lm.c: Likewise.
609         * tests/unictype/test-categ_Lo.c: Likewise.
610         * tests/unictype/test-categ_Lt.c: Likewise.
611         * tests/unictype/test-categ_Lu.c: Likewise.
612         * tests/unictype/test-categ_M.c: Likewise.
613         * tests/unictype/test-categ_Mc.c: Likewise.
614         * tests/unictype/test-categ_Me.c: Likewise.
615         * tests/unictype/test-categ_Mn.c: Likewise.
616         * tests/unictype/test-categ_N.c: Likewise.
617         * tests/unictype/test-categ_Nd.c: Likewise.
618         * tests/unictype/test-categ_Nl.c: Likewise.
619         * tests/unictype/test-categ_No.c: Likewise.
620         * tests/unictype/test-categ_P.c: Likewise.
621         * tests/unictype/test-categ_Pc.c: Likewise.
622         * tests/unictype/test-categ_Pd.c: Likewise.
623         * tests/unictype/test-categ_Pe.c: Likewise.
624         * tests/unictype/test-categ_Pf.c: Likewise.
625         * tests/unictype/test-categ_Pi.c: Likewise.
626         * tests/unictype/test-categ_Po.c: Likewise.
627         * tests/unictype/test-categ_Ps.c: Likewise.
628         * tests/unictype/test-categ_S.c: Likewise.
629         * tests/unictype/test-categ_Sc.c: Likewise.
630         * tests/unictype/test-categ_Sk.c: Likewise.
631         * tests/unictype/test-categ_Sm.c: Likewise.
632         * tests/unictype/test-categ_So.c: Likewise.
633         * tests/unictype/test-categ_Z.c: Likewise.
634         * tests/unictype/test-categ_Zl.c: Likewise.
635         * tests/unictype/test-categ_Zp.c: Likewise.
636         * tests/unictype/test-categ_Zs.c: Likewise.
637         * tests/unictype/test-ctype_alnum.c: Likewise.
638         * tests/unictype/test-ctype_alpha.c: Likewise.
639         * tests/unictype/test-ctype_blank.c: Likewise.
640         * tests/unictype/test-ctype_cntrl.c: Likewise.
641         * tests/unictype/test-ctype_digit.c: Likewise.
642         * tests/unictype/test-ctype_graph.c: Likewise.
643         * tests/unictype/test-ctype_lower.c: Likewise.
644         * tests/unictype/test-ctype_print.c: Likewise.
645         * tests/unictype/test-ctype_punct.c: Likewise.
646         * tests/unictype/test-ctype_space.c: Likewise.
647         * tests/unictype/test-ctype_upper.c: Likewise.
648         * tests/unictype/test-ctype_xdigit.c: Likewise.
649         * tests/unictype/test-decdigit.h: Likewise.
650         * tests/unictype/test-digit.h: Likewise.
651         * tests/unictype/test-numeric.h: Likewise.
652         * tests/unictype/test-pr_alphabetic.c: Likewise.
653         * tests/unictype/test-pr_ascii_hex_digit.c: Likewise.
654         * tests/unictype/test-pr_bidi_arabic_digit.c: Likewise.
655         * tests/unictype/test-pr_bidi_arabic_right_to_left.c: Likewise.
656         * tests/unictype/test-pr_bidi_block_separator.c: Likewise.
657         * tests/unictype/test-pr_bidi_boundary_neutral.c: Likewise.
658         * tests/unictype/test-pr_bidi_common_separator.c: Likewise.
659         * tests/unictype/test-pr_bidi_control.c: Likewise.
660         * tests/unictype/test-pr_bidi_embedding_or_override.c: Likewise.
661         * tests/unictype/test-pr_bidi_eur_num_separator.c: Likewise.
662         * tests/unictype/test-pr_bidi_eur_num_terminator.c: Likewise.
663         * tests/unictype/test-pr_bidi_european_digit.c: Likewise.
664         * tests/unictype/test-pr_bidi_hebrew_right_to_left.c: Likewise.
665         * tests/unictype/test-pr_bidi_left_to_right.c: Likewise.
666         * tests/unictype/test-pr_bidi_non_spacing_mark.c: Likewise.
667         * tests/unictype/test-pr_bidi_other_neutral.c: Likewise.
668         * tests/unictype/test-pr_bidi_pdf.c: Likewise.
669         * tests/unictype/test-pr_bidi_segment_separator.c: Likewise.
670         * tests/unictype/test-pr_bidi_whitespace.c: Likewise.
671         * tests/unictype/test-pr_combining.c: Likewise.
672         * tests/unictype/test-pr_composite.c: Likewise.
673         * tests/unictype/test-pr_currency_symbol.c: Likewise.
674         * tests/unictype/test-pr_dash.c: Likewise.
675         * tests/unictype/test-pr_decimal_digit.c: Likewise.
676         * tests/unictype/test-pr_default_ignorable_code_point.c: Likewise.
677         * tests/unictype/test-pr_deprecated.c: Likewise.
678         * tests/unictype/test-pr_diacritic.c: Likewise.
679         * tests/unictype/test-pr_extender.c: Likewise.
680         * tests/unictype/test-pr_format_control.c: Likewise.
681         * tests/unictype/test-pr_grapheme_base.c: Likewise.
682         * tests/unictype/test-pr_grapheme_extend.c: Likewise.
683         * tests/unictype/test-pr_grapheme_link.c: Likewise.
684         * tests/unictype/test-pr_hex_digit.c: Likewise.
685         * tests/unictype/test-pr_hyphen.c: Likewise.
686         * tests/unictype/test-pr_id_continue.c: Likewise.
687         * tests/unictype/test-pr_id_start.c: Likewise.
688         * tests/unictype/test-pr_ideographic.c: Likewise.
689         * tests/unictype/test-pr_ids_binary_operator.c: Likewise.
690         * tests/unictype/test-pr_ids_trinary_operator.c: Likewise.
691         * tests/unictype/test-pr_ignorable_control.c: Likewise.
692         * tests/unictype/test-pr_iso_control.c: Likewise.
693         * tests/unictype/test-pr_join_control.c: Likewise.
694         * tests/unictype/test-pr_left_of_pair.c: Likewise.
695         * tests/unictype/test-pr_line_separator.c: Likewise.
696         * tests/unictype/test-pr_logical_order_exception.c: Likewise.
697         * tests/unictype/test-pr_lowercase.c: Likewise.
698         * tests/unictype/test-pr_math.c: Likewise.
699         * tests/unictype/test-pr_non_break.c: Likewise.
700         * tests/unictype/test-pr_not_a_character.c: Likewise.
701         * tests/unictype/test-pr_numeric.c: Likewise.
702         * tests/unictype/test-pr_other_alphabetic.c: Likewise.
703         * tests/unictype/test-pr_other_default_ignorable_code_point.c: Likewise.
704         * tests/unictype/test-pr_other_grapheme_extend.c: Likewise.
705         * tests/unictype/test-pr_other_id_continue.c: Likewise.
706         * tests/unictype/test-pr_other_id_start.c: Likewise.
707         * tests/unictype/test-pr_other_lowercase.c: Likewise.
708         * tests/unictype/test-pr_other_math.c: Likewise.
709         * tests/unictype/test-pr_other_uppercase.c: Likewise.
710         * tests/unictype/test-pr_paired_punctuation.c: Likewise.
711         * tests/unictype/test-pr_paragraph_separator.c: Likewise.
712         * tests/unictype/test-pr_pattern_syntax.c: Likewise.
713         * tests/unictype/test-pr_pattern_white_space.c: Likewise.
714         * tests/unictype/test-pr_private_use.c: Likewise.
715         * tests/unictype/test-pr_punctuation.c: Likewise.
716         * tests/unictype/test-pr_quotation_mark.c: Likewise.
717         * tests/unictype/test-pr_radical.c: Likewise.
718         * tests/unictype/test-pr_sentence_terminal.c: Likewise.
719         * tests/unictype/test-pr_soft_dotted.c: Likewise.
720         * tests/unictype/test-pr_space.c: Likewise.
721         * tests/unictype/test-pr_terminal_punctuation.c: Likewise.
722         * tests/unictype/test-pr_titlecase.c: Likewise.
723         * tests/unictype/test-pr_unassigned_code_value.c: Likewise.
724         * tests/unictype/test-pr_unified_ideograph.c: Likewise.
725         * tests/unictype/test-pr_uppercase.c: Likewise.
726         * tests/unictype/test-pr_variation_selector.c: Likewise.
727         * tests/unictype/test-pr_white_space.c: Likewise.
728         * tests/unictype/test-pr_xid_continue.c: Likewise.
729         * tests/unictype/test-pr_xid_start.c: Likewise.
730         * tests/unictype/test-pr_zero_width.c: Likewise.
731         * tests/unictype/test-sy_c_whitespace.c: Likewise.
732         * tests/unictype/test-sy_java_whitespace.c: Likewise.
733
734 2007-11-12  Bruno Haible  <bruno@clisp.org>
735
736         Unicode character classification functions.
737         * lib/unictype.h: New file.
738         * modules/unictype/base: New file.
739         * modules/unictype/category-L: New file.
740         * modules/unictype/category-Lu: New file.
741         * modules/unictype/category-Ll: New file.
742         * modules/unictype/category-Lt: New file.
743         * modules/unictype/category-Lm: New file.
744         * modules/unictype/category-Lo: New file.
745         * modules/unictype/category-M: New file.
746         * modules/unictype/category-Mn: New file.
747         * modules/unictype/category-Mc: New file.
748         * modules/unictype/category-Me: New file.
749         * modules/unictype/category-N: New file.
750         * modules/unictype/category-Nd: New file.
751         * modules/unictype/category-Nl: New file.
752         * modules/unictype/category-No: New file.
753         * modules/unictype/category-P: New file.
754         * modules/unictype/category-Pc: New file.
755         * modules/unictype/category-Pd: New file.
756         * modules/unictype/category-Ps: New file.
757         * modules/unictype/category-Pe: New file.
758         * modules/unictype/category-Pi: New file.
759         * modules/unictype/category-Pf: New file.
760         * modules/unictype/category-Po: New file.
761         * modules/unictype/category-S: New file.
762         * modules/unictype/category-Sm: New file.
763         * modules/unictype/category-Sc: New file.
764         * modules/unictype/category-Sk: New file.
765         * modules/unictype/category-So: New file.
766         * modules/unictype/category-Z: New file.
767         * modules/unictype/category-Zs: New file.
768         * modules/unictype/category-Zl: New file.
769         * modules/unictype/category-Zp: New file.
770         * modules/unictype/category-C: New file.
771         * modules/unictype/category-Cc: New file.
772         * modules/unictype/category-Cf: New file.
773         * modules/unictype/category-Cs: New file.
774         * modules/unictype/category-Co: New file.
775         * modules/unictype/category-Cn: New file.
776         * modules/unictype/category-or: New file.
777         * modules/unictype/category-of: New file.
778         * modules/unictype/category-test: New file.
779         * modules/unictype/category-test-withtable: New file.
780         * modules/unictype/category-byname: New file.
781         * modules/unictype/category-none: New file.
782         * modules/unictype/category-and: New file.
783         * modules/unictype/category-and-not: New file.
784         * modules/unictype/category-name: New file.
785         * modules/unictype/combining-class: New file.
786         * modules/unictype/category-all: New file.
787         * modules/unictype/bidicategory-all: New file.
788         * modules/unictype/bidicategory-byname: New file.
789         * modules/unictype/bidicategory-name: New file.
790         * modules/unictype/bidicategory-of: New file.
791         * modules/unictype/bidicategory-test: New file.
792         * modules/unictype/decimal-digit: New file.
793         * modules/unictype/digit: New file.
794         * modules/unictype/numeric: New file.
795         * modules/unictype/mirror: New file.
796         * modules/unictype/property-white-space: New file.
797         * modules/unictype/property-alphabetic: New file.
798         * modules/unictype/property-other-alphabetic: New file.
799         * modules/unictype/property-not-a-character: New file.
800         * modules/unictype/property-default-ignorable-code-point: New file.
801         * modules/unictype/property-other-default-ignorable-code-point: New
802         file.
803         * modules/unictype/property-deprecated: New file.
804         * modules/unictype/property-logical-order-exception: New file.
805         * modules/unictype/property-variation-selector: New file.
806         * modules/unictype/property-private-use: New file.
807         * modules/unictype/property-unassigned-code-value: New file.
808         * modules/unictype/property-uppercase: New file.
809         * modules/unictype/property-other-uppercase: New file.
810         * modules/unictype/property-lowercase: New file.
811         * modules/unictype/property-other-lowercase: New file.
812         * modules/unictype/property-titlecase: New file.
813         * modules/unictype/property-soft-dotted: New file.
814         * modules/unictype/property-id-start: New file.
815         * modules/unictype/property-other-id-start: New file.
816         * modules/unictype/property-id-continue: New file.
817         * modules/unictype/property-other-id-continue: New file.
818         * modules/unictype/property-xid-start: New file.
819         * modules/unictype/property-xid-continue: New file.
820         * modules/unictype/property-pattern-white-space: New file.
821         * modules/unictype/property-pattern-syntax: New file.
822         * modules/unictype/property-join-control: New file.
823         * modules/unictype/property-grapheme-base: New file.
824         * modules/unictype/property-grapheme-extend: New file.
825         * modules/unictype/property-other-grapheme-extend: New file.
826         * modules/unictype/property-grapheme-link: New file.
827         * modules/unictype/property-bidi-control: New file.
828         * modules/unictype/property-bidi-left-to-right: New file.
829         * modules/unictype/property-bidi-hebrew-right-to-left: New file.
830         * modules/unictype/property-bidi-arabic-right-to-left: New file.
831         * modules/unictype/property-bidi-european-digit: New file.
832         * modules/unictype/property-bidi-eur-num-separator: New file.
833         * modules/unictype/property-bidi-eur-num-terminator: New file.
834         * modules/unictype/property-bidi-arabic-digit: New file.
835         * modules/unictype/property-bidi-common-separator: New file.
836         * modules/unictype/property-bidi-block-separator: New file.
837         * modules/unictype/property-bidi-segment-separator: New file.
838         * modules/unictype/property-bidi-whitespace: New file.
839         * modules/unictype/property-bidi-non-spacing-mark: New file.
840         * modules/unictype/property-bidi-boundary-neutral: New file.
841         * modules/unictype/property-bidi-pdf: New file.
842         * modules/unictype/property-bidi-embedding-or-override: New file.
843         * modules/unictype/property-bidi-other-neutral: New file.
844         * modules/unictype/property-hex-digit: New file.
845         * modules/unictype/property-ascii-hex-digit: New file.
846         * modules/unictype/property-ideographic: New file.
847         * modules/unictype/property-unified-ideograph: New file.
848         * modules/unictype/property-radical: New file.
849         * modules/unictype/property-ids-binary-operator: New file.
850         * modules/unictype/property-ids-trinary-operator: New file.
851         * modules/unictype/property-zero-width: New file.
852         * modules/unictype/property-space: New file.
853         * modules/unictype/property-non-break: New file.
854         * modules/unictype/property-iso-control: New file.
855         * modules/unictype/property-format-control: New file.
856         * modules/unictype/property-dash: New file.
857         * modules/unictype/property-hyphen: New file.
858         * modules/unictype/property-punctuation: New file.
859         * modules/unictype/property-line-separator: New file.
860         * modules/unictype/property-paragraph-separator: New file.
861         * modules/unictype/property-quotation-mark: New file.
862         * modules/unictype/property-sentence-terminal: New file.
863         * modules/unictype/property-terminal-punctuation: New file.
864         * modules/unictype/property-currency-symbol: New file.
865         * modules/unictype/property-math: New file.
866         * modules/unictype/property-other-math: New file.
867         * modules/unictype/property-paired-punctuation: New file.
868         * modules/unictype/property-left-of-pair: New file.
869         * modules/unictype/property-combining: New file.
870         * modules/unictype/property-composite: New file.
871         * modules/unictype/property-decimal-digit: New file.
872         * modules/unictype/property-numeric: New file.
873         * modules/unictype/property-diacritic: New file.
874         * modules/unictype/property-extender: New file.
875         * modules/unictype/property-ignorable-control: New file.
876         * modules/unictype/property-test: New file.
877         * modules/unictype/property-byname: New file.
878         * modules/unictype/property-all: New file.
879         * modules/unictype/scripts: New file.
880         * modules/unictype/scripts-all: New file.
881         * modules/unictype/block-of: New file.
882         * modules/unictype/block-test: New file.
883         * modules/unictype/block-list: New file.
884         * modules/unictype/block-all: New file.
885         * modules/unictype/syntax-c-whitespace: New file.
886         * modules/unictype/syntax-java-whitespace: New file.
887         * modules/unictype/syntax-c-ident: New file.
888         * modules/unictype/syntax-java-ident: New file.
889         * modules/unictype/ctype-alnum: New file.
890         * modules/unictype/ctype-alpha: New file.
891         * modules/unictype/ctype-cntrl: New file.
892         * modules/unictype/ctype-digit: New file.
893         * modules/unictype/ctype-graph: New file.
894         * modules/unictype/ctype-lower: New file.
895         * modules/unictype/ctype-print: New file.
896         * modules/unictype/ctype-punct: New file.
897         * modules/unictype/ctype-space: New file.
898         * modules/unictype/ctype-upper: New file.
899         * modules/unictype/ctype-xdigit: New file.
900         * modules/unictype/ctype-blank: New file.
901         * lib/unictype/bidi_byname.c: New file.
902         * lib/unictype/bidi_name.c: New file.
903         * lib/unictype/bidi_of.c: New file.
904         * lib/unictype/bidi_test.c: New file.
905         * lib/unictype/bitmap.h: New file.
906         * lib/unictype/block_test.c: New file.
907         * lib/unictype/blocks.c: New file.
908         * lib/unictype/categ_C.c: New file.
909         * lib/unictype/categ_Cc.c: New file.
910         * lib/unictype/categ_Cf.c: New file.
911         * lib/unictype/categ_Cn.c: New file.
912         * lib/unictype/categ_Co.c: New file.
913         * lib/unictype/categ_Cs.c: New file.
914         * lib/unictype/categ_L.c: New file.
915         * lib/unictype/categ_Ll.c: New file.
916         * lib/unictype/categ_Lm.c: New file.
917         * lib/unictype/categ_Lo.c: New file.
918         * lib/unictype/categ_Lt.c: New file.
919         * lib/unictype/categ_Lu.c: New file.
920         * lib/unictype/categ_M.c: New file.
921         * lib/unictype/categ_Mc.c: New file.
922         * lib/unictype/categ_Me.c: New file.
923         * lib/unictype/categ_Mn.c: New file.
924         * lib/unictype/categ_N.c: New file.
925         * lib/unictype/categ_Nd.c: New file.
926         * lib/unictype/categ_Nl.c: New file.
927         * lib/unictype/categ_No.c: New file.
928         * lib/unictype/categ_P.c: New file.
929         * lib/unictype/categ_Pc.c: New file.
930         * lib/unictype/categ_Pd.c: New file.
931         * lib/unictype/categ_Pe.c: New file.
932         * lib/unictype/categ_Pf.c: New file.
933         * lib/unictype/categ_Pi.c: New file.
934         * lib/unictype/categ_Po.c: New file.
935         * lib/unictype/categ_Ps.c: New file.
936         * lib/unictype/categ_S.c: New file.
937         * lib/unictype/categ_Sc.c: New file.
938         * lib/unictype/categ_Sk.c: New file.
939         * lib/unictype/categ_Sm.c: New file.
940         * lib/unictype/categ_So.c: New file.
941         * lib/unictype/categ_Z.c: New file.
942         * lib/unictype/categ_Zl.c: New file.
943         * lib/unictype/categ_Zp.c: New file.
944         * lib/unictype/categ_Zs.c: New file.
945         * lib/unictype/categ_and.c: New file.
946         * lib/unictype/categ_and_not.c: New file.
947         * lib/unictype/categ_byname.c: New file.
948         * lib/unictype/categ_name.c: New file.
949         * lib/unictype/categ_none.c: New file.
950         * lib/unictype/categ_of.c: New file.
951         * lib/unictype/categ_or.c: New file.
952         * lib/unictype/categ_test.c: New file.
953         * lib/unictype/combining.c: New file.
954         * lib/unictype/ctype_alnum.c: New file.
955         * lib/unictype/ctype_alpha.c: New file.
956         * lib/unictype/ctype_blank.c: New file.
957         * lib/unictype/ctype_cntrl.c: New file.
958         * lib/unictype/ctype_digit.c: New file.
959         * lib/unictype/ctype_graph.c: New file.
960         * lib/unictype/ctype_lower.c: New file.
961         * lib/unictype/ctype_print.c: New file.
962         * lib/unictype/ctype_punct.c: New file.
963         * lib/unictype/ctype_space.c: New file.
964         * lib/unictype/ctype_upper.c: New file.
965         * lib/unictype/ctype_xdigit.c: New file.
966         * lib/unictype/decdigit.c: New file.
967         * lib/unictype/digit.c: New file.
968         * lib/unictype/identsyntaxmap.h: New file.
969         * lib/unictype/mirror.c: New file.
970         * lib/unictype/numeric.c: New file.
971         * lib/unictype/pr_alphabetic.c: New file.
972         * lib/unictype/pr_ascii_hex_digit.c: New file.
973         * lib/unictype/pr_bidi_arabic_digit.c: New file.
974         * lib/unictype/pr_bidi_arabic_right_to_left.c: New file.
975         * lib/unictype/pr_bidi_block_separator.c: New file.
976         * lib/unictype/pr_bidi_boundary_neutral.c: New file.
977         * lib/unictype/pr_bidi_common_separator.c: New file.
978         * lib/unictype/pr_bidi_control.c: New file.
979         * lib/unictype/pr_bidi_embedding_or_override.c: New file.
980         * lib/unictype/pr_bidi_eur_num_separator.c: New file.
981         * lib/unictype/pr_bidi_eur_num_terminator.c: New file.
982         * lib/unictype/pr_bidi_european_digit.c: New file.
983         * lib/unictype/pr_bidi_hebrew_right_to_left.c: New file.
984         * lib/unictype/pr_bidi_left_to_right.c: New file.
985         * lib/unictype/pr_bidi_non_spacing_mark.c: New file.
986         * lib/unictype/pr_bidi_other_neutral.c: New file.
987         * lib/unictype/pr_bidi_pdf.c: New file.
988         * lib/unictype/pr_bidi_segment_separator.c: New file.
989         * lib/unictype/pr_bidi_whitespace.c: New file.
990         * lib/unictype/pr_byname.c: New file.
991         * lib/unictype/pr_byname.gperf: New file.
992         * lib/unictype/pr_combining.c: New file.
993         * lib/unictype/pr_composite.c: New file.
994         * lib/unictype/pr_currency_symbol.c: New file.
995         * lib/unictype/pr_dash.c: New file.
996         * lib/unictype/pr_decimal_digit.c: New file.
997         * lib/unictype/pr_default_ignorable_code_point.c: New file.
998         * lib/unictype/pr_deprecated.c: New file.
999         * lib/unictype/pr_diacritic.c: New file.
1000         * lib/unictype/pr_extender.c: New file.
1001         * lib/unictype/pr_format_control.c: New file.
1002         * lib/unictype/pr_grapheme_base.c: New file.
1003         * lib/unictype/pr_grapheme_extend.c: New file.
1004         * lib/unictype/pr_grapheme_link.c: New file.
1005         * lib/unictype/pr_hex_digit.c: New file.
1006         * lib/unictype/pr_hyphen.c: New file.
1007         * lib/unictype/pr_id_continue.c: New file.
1008         * lib/unictype/pr_id_start.c: New file.
1009         * lib/unictype/pr_ideographic.c: New file.
1010         * lib/unictype/pr_ids_binary_operator.c: New file.
1011         * lib/unictype/pr_ids_trinary_operator.c: New file.
1012         * lib/unictype/pr_ignorable_control.c: New file.
1013         * lib/unictype/pr_iso_control.c: New file.
1014         * lib/unictype/pr_join_control.c: New file.
1015         * lib/unictype/pr_left_of_pair.c: New file.
1016         * lib/unictype/pr_line_separator.c: New file.
1017         * lib/unictype/pr_logical_order_exception.c: New file.
1018         * lib/unictype/pr_lowercase.c: New file.
1019         * lib/unictype/pr_math.c: New file.
1020         * lib/unictype/pr_non_break.c: New file.
1021         * lib/unictype/pr_not_a_character.c: New file.
1022         * lib/unictype/pr_numeric.c: New file.
1023         * lib/unictype/pr_other_alphabetic.c: New file.
1024         * lib/unictype/pr_other_default_ignorable_code_point.c: New file.
1025         * lib/unictype/pr_other_grapheme_extend.c: New file.
1026         * lib/unictype/pr_other_id_continue.c: New file.
1027         * lib/unictype/pr_other_id_start.c: New file.
1028         * lib/unictype/pr_other_lowercase.c: New file.
1029         * lib/unictype/pr_other_math.c: New file.
1030         * lib/unictype/pr_other_uppercase.c: New file.
1031         * lib/unictype/pr_paired_punctuation.c: New file.
1032         * lib/unictype/pr_paragraph_separator.c: New file.
1033         * lib/unictype/pr_pattern_syntax.c: New file.
1034         * lib/unictype/pr_pattern_white_space.c: New file.
1035         * lib/unictype/pr_private_use.c: New file.
1036         * lib/unictype/pr_punctuation.c: New file.
1037         * lib/unictype/pr_quotation_mark.c: New file.
1038         * lib/unictype/pr_radical.c: New file.
1039         * lib/unictype/pr_sentence_terminal.c: New file.
1040         * lib/unictype/pr_soft_dotted.c: New file.
1041         * lib/unictype/pr_space.c: New file.
1042         * lib/unictype/pr_terminal_punctuation.c: New file.
1043         * lib/unictype/pr_test.c: New file.
1044         * lib/unictype/pr_titlecase.c: New file.
1045         * lib/unictype/pr_unassigned_code_value.c: New file.
1046         * lib/unictype/pr_unified_ideograph.c: New file.
1047         * lib/unictype/pr_uppercase.c: New file.
1048         * lib/unictype/pr_variation_selector.c: New file.
1049         * lib/unictype/pr_white_space.c: New file.
1050         * lib/unictype/pr_xid_continue.c: New file.
1051         * lib/unictype/pr_xid_start.c: New file.
1052         * lib/unictype/pr_zero_width.c: New file.
1053         * lib/unictype/scripts.c: New file.
1054         * lib/unictype/sy_c_ident.c: New file.
1055         * lib/unictype/sy_c_whitespace.c: New file.
1056         * lib/unictype/sy_java_ident.c: New file.
1057         * lib/unictype/sy_java_whitespace.c: New file.
1058
1059         * lib/unictype/bidi_of.h: New file, generated by gen-ctype.c for
1060         Unicode 5.0.0.
1061         * lib/unictype/blocks.h: Likewise.
1062         * lib/unictype/categ_C.h: Likewise.
1063         * lib/unictype/categ_Cc.h: Likewise.
1064         * lib/unictype/categ_Cf.h: Likewise.
1065         * lib/unictype/categ_Cn.h: Likewise.
1066         * lib/unictype/categ_Co.h: Likewise.
1067         * lib/unictype/categ_Cs.h: Likewise.
1068         * lib/unictype/categ_L.h: Likewise.
1069         * lib/unictype/categ_Ll.h: Likewise.
1070         * lib/unictype/categ_Lm.h: Likewise.
1071         * lib/unictype/categ_Lo.h: Likewise.
1072         * lib/unictype/categ_Lt.h: Likewise.
1073         * lib/unictype/categ_Lu.h: Likewise.
1074         * lib/unictype/categ_M.h: Likewise.
1075         * lib/unictype/categ_Mc.h: Likewise.
1076         * lib/unictype/categ_Me.h: Likewise.
1077         * lib/unictype/categ_Mn.h: Likewise.
1078         * lib/unictype/categ_N.h: Likewise.
1079         * lib/unictype/categ_Nd.h: Likewise.
1080         * lib/unictype/categ_Nl.h: Likewise.
1081         * lib/unictype/categ_No.h: Likewise.
1082         * lib/unictype/categ_P.h: Likewise.
1083         * lib/unictype/categ_Pc.h: Likewise.
1084         * lib/unictype/categ_Pd.h: Likewise.
1085         * lib/unictype/categ_Pe.h: Likewise.
1086         * lib/unictype/categ_Pf.h: Likewise.
1087         * lib/unictype/categ_Pi.h: Likewise.
1088         * lib/unictype/categ_Po.h: Likewise.
1089         * lib/unictype/categ_Ps.h: Likewise.
1090         * lib/unictype/categ_S.h: Likewise.
1091         * lib/unictype/categ_Sc.h: Likewise.
1092         * lib/unictype/categ_Sk.h: Likewise.
1093         * lib/unictype/categ_Sm.h: Likewise.
1094         * lib/unictype/categ_So.h: Likewise.
1095         * lib/unictype/categ_Z.h: Likewise.
1096         * lib/unictype/categ_Zl.h: Likewise.
1097         * lib/unictype/categ_Zp.h: Likewise.
1098         * lib/unictype/categ_Zs.h: Likewise.
1099         * lib/unictype/categ_of.h: Likewise.
1100         * lib/unictype/combining.h: Likewise.
1101         * lib/unictype/ctype_alnum.h: Likewise.
1102         * lib/unictype/ctype_alpha.h: Likewise.
1103         * lib/unictype/ctype_blank.h: Likewise.
1104         * lib/unictype/ctype_cntrl.h: Likewise.
1105         * lib/unictype/ctype_digit.h: Likewise.
1106         * lib/unictype/ctype_graph.h: Likewise.
1107         * lib/unictype/ctype_lower.h: Likewise.
1108         * lib/unictype/ctype_print.h: Likewise.
1109         * lib/unictype/ctype_punct.h: Likewise.
1110         * lib/unictype/ctype_space.h: Likewise.
1111         * lib/unictype/ctype_upper.h: Likewise.
1112         * lib/unictype/ctype_xdigit.h: Likewise.
1113         * lib/unictype/decdigit.h: Likewise.
1114         * lib/unictype/digit.h: Likewise.
1115         * lib/unictype/mirror.h: Likewise.
1116         * lib/unictype/numeric.h: Likewise.
1117         * lib/unictype/pr_alphabetic.h: Likewise.
1118         * lib/unictype/pr_ascii_hex_digit.h: Likewise.
1119         * lib/unictype/pr_bidi_arabic_digit.h: Likewise.
1120         * lib/unictype/pr_bidi_arabic_right_to_left.h: Likewise.
1121         * lib/unictype/pr_bidi_block_separator.h: Likewise.
1122         * lib/unictype/pr_bidi_boundary_neutral.h: Likewise.
1123         * lib/unictype/pr_bidi_common_separator.h: Likewise.
1124         * lib/unictype/pr_bidi_control.h: Likewise.
1125         * lib/unictype/pr_bidi_embedding_or_override.h: Likewise.
1126         * lib/unictype/pr_bidi_eur_num_separator.h: Likewise.
1127         * lib/unictype/pr_bidi_eur_num_terminator.h: Likewise.
1128         * lib/unictype/pr_bidi_european_digit.h: Likewise.
1129         * lib/unictype/pr_bidi_hebrew_right_to_left.h: Likewise.
1130         * lib/unictype/pr_bidi_left_to_right.h: Likewise.
1131         * lib/unictype/pr_bidi_non_spacing_mark.h: Likewise.
1132         * lib/unictype/pr_bidi_other_neutral.h: Likewise.
1133         * lib/unictype/pr_bidi_pdf.h: Likewise.
1134         * lib/unictype/pr_bidi_segment_separator.h: Likewise.
1135         * lib/unictype/pr_bidi_whitespace.h: Likewise.
1136         * lib/unictype/pr_combining.h: Likewise.
1137         * lib/unictype/pr_composite.h: Likewise.
1138         * lib/unictype/pr_currency_symbol.h: Likewise.
1139         * lib/unictype/pr_dash.h: Likewise.
1140         * lib/unictype/pr_decimal_digit.h: Likewise.
1141         * lib/unictype/pr_default_ignorable_code_point.h: Likewise.
1142         * lib/unictype/pr_deprecated.h: Likewise.
1143         * lib/unictype/pr_diacritic.h: Likewise.
1144         * lib/unictype/pr_extender.h: Likewise.
1145         * lib/unictype/pr_format_control.h: Likewise.
1146         * lib/unictype/pr_grapheme_base.h: Likewise.
1147         * lib/unictype/pr_grapheme_extend.h: Likewise.
1148         * lib/unictype/pr_grapheme_link.h: Likewise.
1149         * lib/unictype/pr_hex_digit.h: Likewise.
1150         * lib/unictype/pr_hyphen.h: Likewise.
1151         * lib/unictype/pr_id_continue.h: Likewise.
1152         * lib/unictype/pr_id_start.h: Likewise.
1153         * lib/unictype/pr_ideographic.h: Likewise.
1154         * lib/unictype/pr_ids_binary_operator.h: Likewise.
1155         * lib/unictype/pr_ids_trinary_operator.h: Likewise.
1156         * lib/unictype/pr_ignorable_control.h: Likewise.
1157         * lib/unictype/pr_iso_control.h: Likewise.
1158         * lib/unictype/pr_join_control.h: Likewise.
1159         * lib/unictype/pr_left_of_pair.h: Likewise.
1160         * lib/unictype/pr_line_separator.h: Likewise.
1161         * lib/unictype/pr_logical_order_exception.h: Likewise.
1162         * lib/unictype/pr_lowercase.h: Likewise.
1163         * lib/unictype/pr_math.h: Likewise.
1164         * lib/unictype/pr_non_break.h: Likewise.
1165         * lib/unictype/pr_not_a_character.h: Likewise.
1166         * lib/unictype/pr_numeric.h: Likewise.
1167         * lib/unictype/pr_other_alphabetic.h: Likewise.
1168         * lib/unictype/pr_other_default_ignorable_code_point.h: Likewise.
1169         * lib/unictype/pr_other_grapheme_extend.h: Likewise.
1170         * lib/unictype/pr_other_id_continue.h: Likewise.
1171         * lib/unictype/pr_other_id_start.h: Likewise.
1172         * lib/unictype/pr_other_lowercase.h: Likewise.
1173         * lib/unictype/pr_other_math.h: Likewise.
1174         * lib/unictype/pr_other_uppercase.h: Likewise.
1175         * lib/unictype/pr_paired_punctuation.h: Likewise.
1176         * lib/unictype/pr_paragraph_separator.h: Likewise.
1177         * lib/unictype/pr_pattern_syntax.h: Likewise.
1178         * lib/unictype/pr_pattern_white_space.h: Likewise.
1179         * lib/unictype/pr_private_use.h: Likewise.
1180         * lib/unictype/pr_punctuation.h: Likewise.
1181         * lib/unictype/pr_quotation_mark.h: Likewise.
1182         * lib/unictype/pr_radical.h: Likewise.
1183         * lib/unictype/pr_sentence_terminal.h: Likewise.
1184         * lib/unictype/pr_soft_dotted.h: Likewise.
1185         * lib/unictype/pr_space.h: Likewise.
1186         * lib/unictype/pr_terminal_punctuation.h: Likewise.
1187         * lib/unictype/pr_titlecase.h: Likewise.
1188         * lib/unictype/pr_unassigned_code_value.h: Likewise.
1189         * lib/unictype/pr_unified_ideograph.h: Likewise.
1190         * lib/unictype/pr_uppercase.h: Likewise.
1191         * lib/unictype/pr_variation_selector.h: Likewise.
1192         * lib/unictype/pr_white_space.h: Likewise.
1193         * lib/unictype/pr_xid_continue.h: Likewise.
1194         * lib/unictype/pr_xid_start.h: Likewise.
1195         * lib/unictype/pr_zero_width.h: Likewise.
1196         * lib/unictype/scripts.h: Likewise.
1197         * lib/unictype/scripts_byname.gperf: Likewise.
1198         * lib/unictype/sy_c_ident.h: Likewise.
1199         * lib/unictype/sy_c_whitespace.h: Likewise.
1200         * lib/unictype/sy_java_ident.h: Likewise.
1201         * lib/unictype/sy_java_whitespace.h: Likewise.
1202
1203         * lib/unictype/Makefile: New file.
1204         * lib/unictype/gen-ctype.c: New file, based on gen-unicode-ctype.c in
1205         glibc.
1206         * lib/unictype/3level.h: New file, copied from glibc.
1207         * lib/unictype/3levelbit.h: New file.
1208
1209 2007-11-11  Bruno Haible  <bruno@clisp.org>
1210
1211         * modules/gperf: New file.
1212         * modules/iconv_open (Depends-on): Add it.
1213         (Makefile.am): Remove the GPERF definition.
1214
1215 2007-11-11  Bruno Haible  <bruno@clisp.org>
1216
1217         * m4/round.m4 (gl_FUNC_ROUND): Test against NetBSD 3.0 bug.
1218         * doc/functions/round.texi: Mention the NetBSD 3.0 bug.
1219
1220 2007-11-11  Bruno Haible  <bruno@clisp.org>
1221
1222         * tests/test-argmatch.c (ARGMATCH_DIE): Undefine.
1223         (usage): Remove function.
1224
1225 2007-11-11  Bruno Haible  <bruno@clisp.org>
1226
1227         * m4/roundf.m4 (gl_FUNC_ROUNDF): Use gl_FUNC_FLOORF_LIBS and
1228         gl_FUNC_CEILF_LIBS.
1229         * m4/round.m4 (gl_FUNC_ROUND): Use gl_FUNC_FLOOR_LIBS and
1230         gl_FUNC_CEIL_LIBS.
1231         * m4/roundl.m4 (gl_FUNC_ROUNDL): Use gl_FUNC_FLOORL_LIBS and
1232         gl_FUNC_CEILL_LIBS.
1233         * modules/roundf (Files): Add m4/floorf.m4, m4/ceilf.m4.
1234         * modules/round (Files): Add m4/floor.m4, m4/ceil.m4.
1235         * modules/roundl (Files): Add m4/floorl.m4, m4/ceill.m4.
1236
1237 2007-11-11  Bruno Haible  <bruno@clisp.org>
1238
1239         * m4/roundf.m4 (gl_FUNC_ROUNDF): Handle the case that floorf and
1240         roundf were declared but do not exist on functions.
1241         * m4/roundl.m4 (gl_FUNC_ROUNDL): Handle the case that floorl and
1242         roundl were declared but do not exist on functions.
1243         * lib/round.c (HAVE_FLOOR_AND_CEIL): Use HAVE_FLOORF_AND_CEILF and
1244         HAVE_FLOORL_AND_CEILL, respectively.
1245         Needed for Sun C on Solaris 10.
1246
1247 2007-11-11  Bruno Haible  <bruno@clisp.org>
1248
1249         * m4/roundf.m4 (gl_FUNC_ROUNDF): Set REPLACE_ROUNDF instead of
1250         HAVE_DECL_ROUNDF. Remove redundant AC_SUBST.
1251         * m4/round.m4 (gl_FUNC_ROUND): Set REPLACE_ROUND instead of
1252         HAVE_DECL_ROUND. Remove redundant AC_SUBST.
1253         * m4/roundl.m4 (gl_FUNC_ROUNDL): Set REPLACE_ROUNDL instead of
1254         HAVE_DECL_ROUNDL. Remove redundant AC_SUBST.
1255         * lib/math.in.h (roundf): Use REPLACE_ROUNDF instead of
1256         HAVE_DECL_ROUNDF.
1257         (round): Use REPLACE_ROUND instead of HAVE_DECL_ROUND.
1258         (roundl): Use REPLACE_ROUNDL instead of HAVE_DECL_ROUNDL.
1259         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_ROUND* instead
1260         of HAVE_DECL_ROUND*.
1261         * modules/math (Makefile.am): Update.
1262
1263 2007-11-10  Bruno Haible  <bruno@clisp.org>
1264
1265         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Use same check for
1266         ptrdiff_t as m4/intl.m4.
1267
1268 2007-11-10  Jim Meyering  <meyering@redhat.com>
1269
1270         Avoid link failure for the argmatch test.
1271         * tests/test-argmatch.c (usage): Define function to avoid a link
1272         failure: argmatch_die requires a usage function.
1273
1274 2007-11-09  Bruno Haible  <bruno@clisp.org>
1275
1276         * doc/functions/snprintf.texi: Mention BeOS deficiency.
1277         * doc/functions/vsnprintf.texi: Likewise.
1278         * lib/vasnprintf.c (VASNPRINTF): Ensure that we never call snprintf
1279         with a size argument < 2.
1280
1281 2007-11-09  Bruno Haible  <bruno@clisp.org>
1282
1283         * lib/vasnprintf.c (VASNPRINTF): Increase reallocation of snprintf
1284         buffer. Fixes an inefficiency introduced on 2007-11-03.
1285
1286 2007-11-09  Bruno Haible  <bruno@clisp.org>
1287
1288         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8) [BeOS]: Make this test return
1289         none instead of tr_TR. Fixes a failure of test-c-strcasecmp.c.
1290
1291 2007-11-08  Jim Meyering  <meyering@redhat.com>
1292
1293         Change cache variable name prefix "jm_" to "gl_" everywhere.
1294         * m4/d-type.m4, m4/jm-winsz1.m4, m4/jm-winsz2.m4, m4/link-follow.m4:
1295         * m4/putenv.m4, m4/strtoimax.m4, m4/strtoumax.m4, m4/unlink-busy.m4:
1296         * m4/uptime.m4: s/gl_/jm_/
1297
1298 2007-11-07  Bruno Haible  <bruno@clisp.org>
1299
1300         Update to GNU gettext 0.17.
1301         * m4/intl.m4: Update to GNU gettext 0.17.
1302         * m4/po.m4: Likewise.
1303         * modules/gettext (Files): Remove m4/ulonglong.m4.
1304         (configure.ac): Require gettext infrastructure from version 0.17.
1305
1306 2007-11-06  Bruno Haible  <bruno@clisp.org>
1307
1308         * lib/fbufmode.c (fbufmode) [QNX]: Use numerical values for flags; the
1309         symbolic values are not defined in a public header.
1310         * lib/freadable.c (freadable) [QNX]: Likewise.
1311         * lib/freadahead.c (freadahead) [QNX]: Likewise.
1312         * lib/freading.c (freading) [QNX]: Likewise.
1313         * lib/fseterr.c (fseterr) [QNX]: Likewise.
1314         * lib/fwritable.c (fwritable) [QNX]: Likewise.
1315         * lib/fwriting.c (fwriting) [QNX]: Likewise.
1316         * lib/fpurge.c (fpurge) [QNX]: Likewise. Add a return statement.
1317         Reported by Alain Magloire.
1318
1319         * m4/fpending.m4 (gl_FUNC_FPENDING): Add a variant for QNX.
1320
1321 2007-11-05  Bruno Haible  <bruno@clisp.org>
1322
1323         * lib/vasnprintf.c (VASNPRINTF): Expand the NEED_PRINTF_DIRECTIVE_A
1324         code when NEED_PRINTF_LONG_DOUBLE or NEED_PRINTF_DOUBLE is set.
1325         Needed on Cygwin, where !NEED_PRINTF_DIRECTIVE_A && NEED_PRINTF_DOUBLE.
1326         Reported by Eric Blake.
1327
1328 2007-10-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1329             Bruno Haible  <bruno@clisp.org>
1330
1331         * modules/malloc (configure.ac): Define GNULIB_MALLOC_GNU always.
1332         * modules/realloc (configure.ac): Define GNULIB_REALLOC_GNU always.
1333         * lib/realloc.c (SYSTEM_MALLOC_GLIBC_COMPATIBLE): New macro.
1334         (malloc): Undefine also before including <stdlib.h>.
1335         (rpl_realloc): Turn malloc(0) into malloc(1) if necessary.
1336         Needed on OSF/1 4.0.
1337
1338 2007-11-05  Jim Meyering  <meyering@redhat.com>
1339
1340         git-version-gen: sync from coreutils.
1341         * build-aux/git-version-gen: Add comments.
1342         Change the first '-' to '.' in the snapshot version string,
1343         e.g., 6.9-377-08144 -> 6.9.377-08144
1344         Remove first parameter.
1345         Don't declare a version "-dirty" merely because a time
1346         stamp has changed.
1347
1348 2007-11-04  Bruno Haible  <bruno@clisp.org>
1349
1350         * lib/lock.h: Protect all macro definitions containing an 'if'
1351         statement through a "do { ... } while (0)".
1352         * lib/tls.h: Likewise.
1353
1354 2007-11-04  Bruno Haible  <bruno@clisp.org>
1355
1356         * lib/vasnprintf.c (DCHAR_IS_TCHAR, DCHAR_CPY): Undefine at the end.
1357
1358 2007-11-04  Bruno Haible  <bruno@clisp.org>
1359
1360         * m4/printf.m4 (gl_PRINTF_ENOMEM): Use GL_NOCRASH.
1361         * modules/fprintf-posix (Depends-on): Add nocrash.
1362         * modules/snprintf-posix (Depends-on): Likewise.
1363         * modules/sprintf-posix (Depends-on): Likewise.
1364         * modules/vasnprintf-posix (Depends-on): Likewise.
1365         * modules/vasprintf-posix (Depends-on): Likewise.
1366         * modules/vfprintf-posix (Depends-on): Likewise.
1367         * modules/vsnprintf-posix (Depends-on): Likewise.
1368         * modules/vsprintf-posix (Depends-on): Likewise.
1369         * modules/unistdio/u8-vasnprintf (Depends-on): Likewise.
1370         * modules/unistdio/u8-u8-vasnprintf (Depends-on): Likewise.
1371         * modules/unistdio/u16-vasnprintf (Depends-on): Likewise.
1372         * modules/unistdio/u16-u16-vasnprintf (Depends-on): Likewise.
1373         * modules/unistdio/u32-vasnprintf (Depends-on): Likewise.
1374         * modules/unistdio/u32-u32-vasnprintf (Depends-on): Likewise.
1375         * modules/unistdio/ulc-vasnprintf (Depends-on): Likewise.
1376
1377 2007-11-04  Bruno Haible  <bruno@clisp.org>
1378
1379         * modules/nocrash: New file.
1380         * m4/nocrash.m4: New file, taken from GNU clisp. Code taken from
1381         GNU libsigsegv, with permission of GNU libsigsegv's copyright holders.
1382
1383 2007-11-04  Bruno Haible  <bruno@clisp.org>
1384
1385         * tests/test-vasnprintf-posix.c (test_function): Add some tests of
1386         precision handling.
1387         * tests/test-vasprintf-posix.c (test_function): Likewise.
1388         * tests/test-snprintf-posix.h (test_function): Likewise.
1389         * tests/test-sprintf-posix.h (test_function): Likewise.
1390
1391         Fix *printf behaviour for large precisions on mingw and BeOS.
1392         * m4/printf.m4 (gl_PRINTF_PRECISION): New macro.
1393         * lib/vasnprintf.c (VASNPRINTF): Handle NEED_PRINTF_UNBOUNDED_PRECISION.
1394         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_PRECISION): New macro.
1395         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1396         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1397         gl_PRINTF_PRECISION and test its result. Invoke
1398         gl_PREREQ_VASNPRINTF_PRECISION.
1399         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1400         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1401         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1402         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1403         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1404         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1405         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1406         * doc/functions/fprintf.texi: Update.
1407         * doc/functions/printf.texi: Update.
1408         * doc/functions/snprintf.texi: Update.
1409         * doc/functions/sprintf.texi: Update.
1410         * doc/functions/vfprintf.texi: Update.
1411         * doc/functions/vprintf.texi: Update.
1412         * doc/functions/vsnprintf.texi: Update.
1413         * doc/functions/vsprintf.texi: Update.
1414
1415 2007-11-04  Bruno Haible  <bruno@clisp.org>
1416
1417         * lib/vasnprintf.c (scale10_round_decimal_decoded): Fix shift loop.
1418
1419 2007-11-04  Bruno Haible  <bruno@clisp.org>
1420
1421         * modules/relocatable-prog (Files): Add m4/lib-ld.m4.
1422         Reported by Sylvain Beucler <beuc@gnu.org>.
1423
1424 2007-11-03  Bruno Haible  <bruno@clisp.org>
1425
1426         * tests/test-fprintf-posix2.sh: New file.
1427         * tests/test-fprintf-posix2.c: New file.
1428         * modules/fprintf-posix-tests (Files): Add them.
1429         (TESTS): Add test-fprintf-posix2.sh.
1430         (configure.ac): Check for getrlimit and setrlimit.
1431         (check_PROGRAMS): Add test-fprintf-posix2.
1432
1433         * tests/test-printf-posix2.sh: New file.
1434         * tests/test-printf-posix2.c: New file.
1435         * modules/printf-posix-tests (Files): Add them.
1436         (TESTS): Add test-printf-posix2.sh.
1437         (configure.ac): Check for getrlimit and setrlimit.
1438         (check_PROGRAMS): Add test-printf-posix2.
1439
1440         Fix *printf behaviour in out-of-memory situations on MacOS X and *BSD.
1441         * m4/printf.m4 (gl_PRINTF_ENOMEM): New macro.
1442         * lib/vasnprintf.c: Implement NEED_PRINTF_DOUBLE.
1443         (decode_double): New function, copied from decode_long_double.
1444         (scale10_round_decimal_decoded): New function, extracted from
1445         scale10_round_decimal_long_double.
1446         (scale10_round_decimal_long_double): Use it.
1447         (scale10_round_decimal_double): New function.
1448         (floorlog10): New function.
1449         (VASNPRINTF): Handle NEED_PRINTF_DOUBLE case.
1450         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_ENOMEM): New macro.
1451         (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): Invoke it.
1452         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
1453         gl_PRINTF_ENOMEM and test its result. Invoke
1454         gl_PREREQ_VASNPRINTF_ENOMEM.
1455         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
1456         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
1457         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
1458         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
1459         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
1460         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
1461         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
1462         * modules/fprintf-posix (Depends-on): Add frexp-nolibm.
1463         * modules/snprintf-posix (Depends-on): Likewise.
1464         * modules/sprintf-posix (Depends-on): Likewise.
1465         * modules/vasnprintf-posix (Depends-on): Likewise.
1466         * modules/vasprintf-posix (Depends-on): Likewise.
1467         * modules/vfprintf-posix (Depends-on): Likewise.
1468         * modules/vsnprintf-posix (Depends-on): Likewise.
1469         * modules/vsprintf-posix (Depends-on): Likewise.
1470         * doc/functions/fprintf.texi: Update.
1471         * doc/functions/printf.texi: Update.
1472         * doc/functions/snprintf.texi: Update.
1473         * doc/functions/sprintf.texi: Update.
1474         * doc/functions/vfprintf.texi: Update.
1475         * doc/functions/vprintf.texi: Update.
1476         * doc/functions/vsnprintf.texi: Update.
1477         * doc/functions/vsprintf.texi: Update.
1478
1479 2007-11-03  Bruno Haible  <bruno@clisp.org>
1480
1481         * modules/frexp-nolibm-tests: New file.
1482
1483         * modules/frexp-nolibm: New file.
1484         * m4/frexp.m4 (gl_FUNC_FREXP_NO_LIBM): New macro.
1485
1486 2007-11-03  Bruno Haible  <bruno@clisp.org>
1487
1488         * lib/vasnprintf.c (VASNPRINTF): Don't assume that snprintf's return
1489         value is C99 compliant.
1490         Needed for OSF/1 5.1.
1491
1492 2007-11-03  Bruno Haible  <bruno@clisp.org>
1493
1494         Fix out-of-memory handling of vasnprintf.
1495         * lib/printf-parse.c: Include <errno.h>.
1496         (PRINTF_PARSE): When failing, set errno to EINVAL or ENOMEM.
1497         * lib/vasnprintf.c (VASNPRINTF): When PRINTF_PARSE fails, assume errno
1498         is already set.
1499
1500 2007-11-02  Eric Blake  <ebb9@byu.net>
1501
1502         Fix tests on cygwin.
1503         * modules/xprintf-posix-tests (Makefile.am): Link against -lintl.
1504
1505 2007-11-01  Bruno Haible  <bruno@clisp.org>
1506
1507         * lib/stdlib.in.h (putenv): Remove the "not POSIX compliant everywhere"
1508         warning.
1509         * doc/functions/putenv.texi: Clarify that the 'putenv' module is not
1510         needed for POSIX compatibility.
1511
1512 2007-11-01  Paul Eggert  <eggert@cs.ucla.edu>
1513
1514         * m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that we're checking
1515         for compatibility with GNU.
1516
1517 2007-11-01  Bruno Haible  <bruno@clisp.org>
1518
1519         * lib/putenv.c: Include <stdlib.h>. Remove rpl_putenv declaration.
1520         (putenv): Renamed from rpl_putenv. Change argument type from
1521         'const char *' to 'char *'.
1522         * m4/putenv.m4 (gl_FUNC_PUTENV): Require gl_STDLIB_H_DEFAULTS. Instead
1523         of defining putenv in config.h, just set REPLACE_PUTENV.
1524         * modules/putenv (Depends-on): Add stdlib.
1525         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
1526         (Include): Use <stdlib.h>.
1527         * lib/stdlib.in.h (putenv): New declaration.
1528         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_PUTENV and
1529         REPLACE_PUTENV.
1530         * modules/stdlib (Makefile.am): Substitute GNULIB_PUTENV and
1531         REPLACE_PUTENV.
1532         Needed for MacOS X 10.5.0.
1533         Reported by Peter O'Gorman <peter@pogma.com>.
1534
1535 2007-11-01  Jim Meyering  <meyering@redhat.com>
1536
1537         Treat an empty date string exactly like "0".
1538         * lib/getdate.y (get_date): Once any isspace or TZ= prefix is consumed,
1539         if the remaining date string (to be parsed) is empty, use "0".
1540         Reported by Mischa Molhoek and discussed in this thread:
1541         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/11726>.
1542
1543 2007-10-31  Bruno Haible  <bruno@clisp.org>
1544
1545         * m4/intmax_t.m4 (gl_AC_TYPE_INTMAX_T, gt_AC_TYPE_INTMAX_T): Use
1546         AC_TYPE_LONG_LONG_INT instead of gl_AC_TYPE_LONG_LONG.
1547         * m4/uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
1548         AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
1549         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
1550         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
1551
1552 2007-10-31  Bruno Haible  <bruno@clisp.org>
1553
1554         * m4/longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted
1555         from AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_LONG_INT.
1556         (AC_TYPE_LONG_LONG_INT): Use it.
1557         (AC_TYPE_UNSIGNED_LONG_LONG_INT): Moved here from m4/ulonglong.m4. Use
1558         it as well.
1559         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Remove macro; moved
1560         to m4/longlong.m4.
1561         * modules/stdint (Files): Remove m4/ulonglong.m4.
1562         * modules/strtoull (Files): Use m4/longlong.m4 instead of
1563         m4/ulonglong.m4.
1564         * modules/strtoumax (Files): Likewise.
1565
1566 2007-10-30  Bruno Haible  <bruno@clisp.org>
1567
1568         * modules/xvasprintf-posix: New file.
1569         Suggested by Eric Blake.
1570
1571 2007-10-30  Bruno Haible  <bruno@clisp.org>
1572
1573         * modules/xprintf-posix-tests: New file.
1574         * tests/test-xprintf-posix.sh: New file.
1575         * tests/test-xprintf-posix.c: New file.
1576         * tests/test-xfprintf-posix.c: New file.
1577
1578         * modules/xprintf-posix: New file.
1579
1580 2007-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1581
1582         * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files.
1583         * modules/freadable-tests (MOSTLYCLEANFILES): Likewise.
1584         * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise.
1585
1586 2007-10-29  Bruno Haible  <bruno@clisp.org>
1587
1588         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to
1589         contain the special marker '_cv_'.
1590         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): Likewise.
1591         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): Likewise.
1592         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): Likewise.
1593         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): Likewise.
1594         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): Likewise.
1595         Reported by Ralf Wildenhues.
1596
1597 2007-10-29  Bruno Haible  <bruno@clisp.org>
1598
1599         * gnulib-tool (func_import): When --lgpl is not specified, set
1600         sed_transform_lib_file to convert LGPL and GPLv2+ copyright headers to
1601         GPLv3.
1602         Reported by Simon Josefsson.
1603
1604 2007-10-28  Bruno Haible  <bruno@clisp.org>
1605
1606         * lib/math.in.h: Test REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
1607         * m4/isfinite.m4 (gl_ISFINITE): Initialize REPLACE_ISFINITE instead of
1608         HAVE_DECL_ISFINITE.
1609         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1610         * modules/math (Makefile.am): Substitute REPLACE_ISFINITE instead of
1611         HAVE_DECL_ISFINITE.
1612
1613 2007-10-28  Bruno Haible  <bruno@clisp.org>
1614
1615         * lib/stdint.in.h (_STDINT_MAX): Subtract 1 from an unused signed
1616         integer shift in the signed case. Fixes warnings with OSF/1 5.1 cc.
1617
1618 2007-10-28  Bruno Haible  <bruno@clisp.org>
1619
1620         Fix link errors with Sun C 5.0 on Solaris 10.
1621         * m4/floorf.m4 (gl_FUNC_FLOORF): Consider also the case that the
1622         function is declared but not present in the compiler's libm.
1623         * m4/floorl.m4 (gl_FUNC_FLOORL): Likewise.
1624         * m4/ceilf.m4 (gl_FUNC_CEILF): Likewise.
1625         * m4/ceill.m4 (gl_FUNC_CEILL: Likewise.
1626         * lib/math.in.h: Test REPLACE_CEILF instead of HAVE_DECL_CEILF.
1627         Test REPLACE_CEILL instead of HAVE_DECL_CEILL.
1628         Test REPLACE_FLOORF instead of HAVE_DECL_FLOORF.
1629         Test REPLACE_FLOORL instead of HAVE_DECL_FLOORL.
1630         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Update.
1631         * modules/math (Makefile.am): Substitute REPLACE_CEILF instead of
1632         HAVE_DECL_CEILF, REPLACE_CEILL instead of HAVE_DECL_CEILL,
1633         REPLACE_FLOORF instead of HAVE_DECL_FLOORF, REPLACE_FLOORL instead of
1634         HAVE_DECL_FLOORL.
1635
1636 2007-10-28  Bruno Haible  <bruno@clisp.org>
1637
1638         * m4/floorl.m4 (gl_FUNC_FLOORL_LIBS): New macro, extracted from
1639         gl_FUNC_FLOORL. Cache the result.
1640         (gl_FUNC_FLOORL): Use it.
1641         * m4/ceill.m4 (gl_FUNC_CEILL_LIBS): New macro, extracted from
1642         gl_FUNC_CEILL. Cache the result.
1643         (gl_FUNC_CEILL): Use it.
1644
1645         * m4/floor.m4 (gl_FUNC_FLOOR_LIBS): New macro, extracted from
1646         gl_FUNC_FLOOR. Cache the result.
1647         (gl_FUNC_FLOOR): Use it.
1648         * m4/ceil.m4 (gl_FUNC_CEIL_LIBS): New macro, extracted from
1649         gl_FUNC_CEIL. Cache the result.
1650         (gl_FUNC_CEIL): Use it.
1651
1652         * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): New macro, extracted from
1653         gl_FUNC_FLOORF. Cache the result.
1654         (gl_FUNC_FLOORF): Use it.
1655         * m4/ceilf.m4 (gl_FUNC_CEILF_LIBS): New macro, extracted from
1656         gl_FUNC_CEILF. Cache the result.
1657         (gl_FUNC_CEILF): Use it.
1658
1659 2007-10-28  Bruno Haible  <bruno@clisp.org>
1660
1661         * gnulib-tool: Allow specifying the LGPL version number through
1662         --lgpl=2 or --lgpl=3.
1663         (func_usage): Document --lgpl with argument.
1664         Handle --lgpl=... arguments.
1665         (func_import): Recognize also gl_LGPL calls with an argument. When
1666         --lgpl=2 is used and the module's license is just LGPL, report an
1667         error. Set sed_transform_lib_file according to the lgpl variable. In
1668         the generated files, use --lgpl or gl_LGPL invocations with argument,
1669         if necessary.
1670         * doc/gnulib-intro.texi (Copyright): Explain how to get modules under
1671         an LGPv2+ license.
1672         * doc/gnulib-tool.texi (Modified imports): Update explanation of
1673         gl_LGPL macro.
1674
1675 2007-10-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1676             Bruno Haible  <bruno@clisp.org>
1677
1678         * lib/unistr.h (u8_uctomb_aux): Declare also if !HAVE_INLINE.
1679         (u16_uctomb_aux): Likewise.
1680         * lib/unistr/u8-uctomb-aux.c (u8_uctomb_aux): Define also if
1681         !HAVE_INLINE.
1682         * lib/unistr/u16-uctomb-aux.c (u16_uctomb_aux): Likewise
1683
1684 2007-10-28  Bruno Haible  <bruno@clisp.org>
1685
1686         * modules/error: Add a notice recommending to change XGETTEXT_OPTIONS.
1687         Invoke AM_GETTEXT_OPTION if it exists.
1688         * modules/vasprintf: Likewise.
1689         * modules/verror: Likewise.
1690         * modules/xprintf: Likewise.
1691         * modules/xvasprintf: Likewise.
1692
1693 2007-10-27  Ben Pfaff  <blp@gnu.org>
1694
1695         * lib/math.in.h: Define isfinite macro and prototypes for
1696         gl_isfinitef, gl_isfinited, gl_isfinitel if we are providing
1697         implementations.
1698         * m4/math_h.m4: New substitutions for isfinite module.
1699         * lib/isfinite.c: New file.
1700         * m4/isfinite.m4: New file.
1701         * modules/math: Replace isfinite-related @VARS@ in math.in.h.
1702         * modules/isfinite: New file.
1703         * modules/isfinite-tests: New file.
1704         * tests/tests-isfinite.c: New file.
1705         * doc/functions/isfinite.texi: Mention isfinite module.
1706         * MODULES.html.sh: Mention new module.
1707
1708 2007-10-27  Ben Pfaff  <blp@gnu.org>
1709
1710         Ralf Wildenhues reported that Tru64 4.0D declares the round
1711         functions but does not have definitions.
1712         * m4/check-math-lib.m4 (gl_CHECK_MATH_LIB): If the target function
1713         cannot be found in any library, set the output variable to
1714         "missing" instead of "".
1715         * m4/round.m4: Also use our substitute if we cannot find round in
1716         any library, even if it is declared.
1717         * m4/roundf.m4: Likewise for roundf.
1718         * m4/roundl.m4: Likewise for roundl.
1719         * lib/math.in.h: Undefine roundf, round, roundl before defining
1720         their replacements, to allow for hypothetical systems where these
1721         may be defined as macros but not available in libraries.
1722
1723 2007-10-27  Bruno Haible  <bruno@clisp.org>
1724
1725         * doc/gnulib.texi: Invoke @firstparagraphindent.
1726         * doc/gnulib-tool.texi (Simple update): Mention possible incompatible
1727         changes in gnulib.
1728         (Source changes): New section.
1729
1730 2007-10-26  Bruno Haible  <bruno@clisp.org>
1731
1732         * m4/gnulib-common.m4 (AC_C_RESTRICT): New overriding definition,
1733         borrowed from autoconf.
1734
1735 2007-10-26  Bruno Haible  <bruno@clisp.org>
1736
1737         * lib/strerror.c (rpl_strerror): Return "Unknown error ..." also if
1738         strerror returned the empty string. Needed on HP-UX 11.00.
1739
1740 2007-10-24  Micah Cowan  <micah@cowan.name>
1741
1742         Remove vestiges of cvs-gnulib-checkout process.  Now we use git.
1743         * build-aux/bootstrap: Remove support for now-unnecessary option,
1744         --cvs-user, and envvars CVS_USER, CVS_RSH.
1745
1746 2007-10-24  Jim Meyering  <meyering@redhat.com>
1747
1748         Avoid diagnostics from sha1sum when there is no cached checksum.
1749         * build-aux/bootstrap (update_po_files): Skip the sha1sum check
1750         if the po.s1 file hasn't been created yet.
1751
1752         * build-aux/bootstrap: Sync from coreutils:
1753         2007-10-24  Jim Meyering  <meyering@redhat.com>
1754         Get gnulib from the git repository, not from an obsolete cvs one.
1755         * build-aux/bootstrap: Suggestion from Micah Cowan.
1756         2007-10-04  Jim Meyering  <jim@meyering.net>
1757         * build-aux/bootstrap (slurp): Adapt to _.h -> .in.h name change.
1758         (update_po_files): Work also when there are no .po files in po/.
1759
1760 2007-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1761
1762         * README: Append ".git" to git and cg examples.
1763         Problem reported by Benoit Sigoure.
1764
1765 2007-10-23  Micah Cowan  <micah@cowan.name>
1766
1767         * users.txt: Add wget.
1768
1769 2007-10-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1770
1771         Fix linking of some unistdio tests on FreeBSD.
1772         * modules/unistdio/u16-vsnprintf-tests
1773         (test_u16_vsprintf1_LDADD): Add @LIBINTL@.
1774         * modules/unistdio/u16-vsprintf-tests
1775         (test_u16_vsnprintf1_LDADD): Likewise.
1776         * modules/unistdio/u32-vsnprintf-tests
1777         (test_u32_vsnprintf1_LDADD): Likewise.
1778         * modules/unistdio/u32-vsprintf-tests
1779         (test_u32_vsprintf1_LDADD): Likewise.
1780         * modules/unistdio/u8-vsnprintf-tests
1781         (test_u8_vsnprintf1_LDADD): Likewise.
1782         * modules/unistdio/u8-vsprintf-tests
1783         (test_u8_vsprintf1_LDADD): Likewise.
1784         * modules/unistdio/ulc-vsnprintf-tests
1785         (test_ulc_vsnprintf1_LDADD): Likewise.
1786         * modules/unistdio/ulc-vsprintf-tests
1787         (test_ulc_vsprintf1_LDADD): Likewise.
1788
1789         Fix linking of some uniconv tests on FreeBSD.
1790         * modules/uniconv/u16-conv-from-enc-tests
1791         (test_u16_conv_from_enc_LDADD): Link $(LDADD) before @LIBICONV@.
1792         * modules/uniconv/u16-conv-to-enc-tests
1793         (test_u16_conv_to_enc_LDADD): Likewise.
1794         * modules/uniconv/u16-strconv-from-enc-tests
1795         (test_u16_strconv_from_enc_LDADD): Likewise.
1796         * modules/uniconv/u16-strconv-to-enc-tests
1797         (test_u16_strconv_to_enc_LDADD): Likewise.
1798         * modules/uniconv/u32-conv-from-enc-tests
1799         (test_u32_conv_from_enc_LDADD): Likewise.
1800         * modules/uniconv/u32-conv-to-enc-tests
1801         (test_u32_conv_to_enc_LDADD): Likewise.
1802         * modules/uniconv/u32-strconv-from-enc-tests
1803         (test_u32_strconv_from_enc_LDADD): Likewise.
1804         * modules/uniconv/u32-strconv-to-enc-tests
1805         (test_u32_strconv_to_enc_LDADD): Likewise.
1806         * modules/uniconv/u8-conv-from-enc-tests
1807         (test_u8_conv_from_enc_LDADD): Likewise.
1808         * modules/uniconv/u8-conv-to-enc-tests
1809         (test_u8_conv_to_enc_LDADD): Likewise.
1810         * modules/uniconv/u8-strconv-from-enc-tests
1811         (test_u8_strconv_from_enc_LDADD): Likewise.
1812         * modules/uniconv/u8-strconv-to-enc-tests
1813         (test_u8_strconv_to_enc_LDADD): Likewise.
1814
1815 2007-10-22  Bruno Haible  <bruno@clisp.org>
1816
1817         * lib/stdint.in.h: Add check that intmax_t and uintmax_t have the same
1818         size.
1819
1820 2007-10-22  Eric Blake  <ebb9@byu.net>
1821
1822         Tweak x*printf documentation.
1823         * lib/xprintf.c (xprintf, xvprintf, xfprintf, xvfprintf): Adjust
1824         variable name and comments.
1825         Suggested by Bruno Haible.
1826
1827 2007-10-22  Bruno Haible  <bruno@clisp.org>
1828
1829         * lib/acl.c (copy_acl): Fix file name in comment.
1830
1831 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1832
1833         Fix Tru64 problem with stdbool.h.
1834         * lib/stdbool.in.h (false, true):
1835         [! (defined __cplusplus || defined __BEOS__) && !defined __GNUC__]:
1836         Don't declare as an enum in this situation; it runs afoul of Tru64.
1837         Problem reported by Steven M. Schweda in
1838         <http://lists.gnu.org/archive/html/bug-autoconf/2007-10/msg00019.html>.
1839
1840 2007-10-22  Eric Blake  <ebb9@byu.net>
1841
1842         Also wrap vf?printf.
1843         * lib/xprintf.h (xvprintf, xvfprintf): New declarations.
1844         * lib/xprintf.c (xprintf, xfprintf): Work for C89.
1845         (xvprintf, xvfprintf): New functions.
1846
1847 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1848
1849         * modules/fstrcmp-tests (test_fstrcmp_LDADD): New, add
1850         @LIBINTL@ for FreeBSD 6.2, $(LIBTHREAD) for AIX 4.3.3.
1851
1852         * lib/uniconv/u16-conv-to-enc.c (U_MBLEN): Define.
1853         * lib/uniconv/u32-conv-to-enc.c (U_MBLEN): Likewise.
1854
1855 2007-10-22  Paul Eggert  <eggert@cs.ucla.edu>
1856
1857         * lib/acl.c (copy_acl): Adjust to IRIX 6.5.  Problem reported
1858         by Bruno Haible.
1859
1860 2007-10-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1861
1862         * lib/getloadavg.c
1863         [defined (__osf__) && (defined (__alpha) || defined (__alpha__)]:
1864         Undef `sys' after including sys/table.h, for Tru64 4.0D.
1865
1866         * tests/test-i-ring.c: Work for C89.
1867
1868 2007-10-22  Bruno Haible  <bruno@clisp.org>
1869
1870         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Use -1ull, not
1871         -1u, in preprocessor expression, so that we don't test for the bug
1872         in HP-UX 11.00 cpp.  Testing for this bug caused problems; see
1873         <http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00329.html>.
1874
1875 2007-10-22  Eric Blake  <ebb9@byu.net>
1876
1877         * tests/test-yesno.sh: Silence stderr during test.
1878
1879 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1880
1881         * modules/crypto/gc-camellia: New file.
1882
1883         * m4/gc-camellia.m4: New file.
1884
1885         * lib/gc-libgcrypt.c (gc_cipher_open): Support Camellia.
1886
1887         * lib/gc.h (enum Gc_cipher): Add GC_CAMELLIA128, GC_CAMELLIA256.
1888
1889 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1890
1891         * build-aux/maint.mk (gzip_rsyncable): Don't fail if gzip sends
1892         --help to stdout.  Reported by sms@antinode.org (Steven
1893         M. Schweda).
1894
1895 2007-10-22  Simon Josefsson  <simon@josefsson.org>
1896
1897         * users.txt: Fix link to libksba.
1898
1899 2007-10-21  Ben Pfaff  <blp@gnu.org>
1900
1901         * modules/roundf-tests: Add dependency on floorf, ceilf to allow
1902         round.c roundf implementation that depends on floorf and ceilf to
1903         be tested unconditionally.
1904
1905 2007-10-21  Ben Pfaff  <blp@gnu.org>
1906
1907         * m4/check-libm-func.m4: Removed.
1908         * m4/check-math-lib.m4: New file.
1909         * m4/round.m4: Rewrite to use gl_CHECK_MATH_LIB.
1910         * m4/roundf.m4: Ditto, and fix lack of HAVE_DECL_ROUNDF
1911         definition and lack of AC_LIBOBJ([roundf]).
1912         * m4/roundl.m4: Ditto, and similarly for roundl.
1913         * modules/round: Reference new m4 file.
1914         * modules/roundf: Ditto.
1915         * modules/roundl: Ditto.
1916         * tests/test-round2.c (main): Use ROUND instead of round.
1917         Bug report from Bruno Haible.
1918
1919 2007-10-21  Bruno Haible  <bruno@clisp.org>
1920
1921         * lib/printf-parse.c: Don't assume <stdint.h> exists in IN_LIBASPRINTF
1922         context.
1923
1924 2007-10-21  Bruno Haible  <bruno@clisp.org>
1925
1926         * tests/test-wcwidth.c (main): Allow negative result for some control
1927         characters.
1928
1929         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Check also the width of U+200B.
1930         Needed on OSF/1 5.1.
1931
1932 2007-10-21  Bruno Haible  <bruno@clisp.org>
1933
1934         * tests/test-floorf1.c: Include isnanf.h.
1935         (main): Use isnanf() instead of isnan().
1936         * tests/test-ceilf1.c: Include isnanf.h.
1937         (main): Use isnanf() instead of isnan().
1938         * tests/test-truncf1.c: Include isnanf.h.
1939         (main): Use isnanf() instead of isnan().
1940         * tests/test-roundf1.c: Include isnanf.h.
1941         (main): Use isnanf() instead of isnan().
1942
1943 2007-10-21  Eric Blake  <ebb9@byu.net>
1944
1945         * users.txt: Update URL for m4.
1946
1947 2007-10-21  Bruno Haible  <bruno@clisp.org>
1948
1949         * users.txt: Add clisp. Update URLs to Simon Josefsson's projects.
1950
1951 2007-10-21  Bruno Haible  <bruno@clisp.org>
1952
1953         * gnulib-tool (func_create_megatestdir): Determine the cvsdate from
1954         Git's management files if the CVS files are not present.
1955
1956 2007-10-20  Bruno Haible  <bruno@clisp.org>
1957
1958         * lib/count-one-bits.h (COUNT_ONE_BITS): Use the builtin also for
1959         gcc-3.4.x.
1960
1961 2007-10-20  Ben Pfaff  <blp@gnu.org>
1962
1963         * lib/math.in.h: Declare round, roundf, roundl if we are providing
1964         implementations.
1965         * m4/math_h.m4: New substitutions for round, roundf, roundl modules.
1966         * lib/round.c: New file.
1967         * lib/roundf.c: New file.
1968         * lib/roundl.c: New file.
1969         * m4/round.m4: New file.
1970         * m4/roundf.m4: New file.
1971         * m4/roundl.m4: New file.
1972         * m4/check-libm-func-m4: New file.
1973         * modules/math: Replace round, roundf, roundl related @VARS@ in
1974         math.in.h.
1975         * modules/round: New file.
1976         * modules/round-tests: New file.
1977         * modules/roundf: New file.
1978         * modules/roundf-tests: New file.
1979         * modules/roundl: New file.
1980         * modules/roundl-tests: New file.
1981         * tests/test-round1.c: New file.
1982         * tests/test-round2.c: New file.
1983         * tests/test-roundf1.c: New file.
1984         * tests/test-roundf2.c: New file.
1985         * tests/test-roundl.c: New file.
1986         * doc/functions/round.texi: Mention round module.
1987         * doc/functions/roundf.texi: Mention roundf module.
1988         * doc/functions/roundl.texi: Mention roundl module.
1989         * MODULES.html.sh: Mention new modules.
1990         Thanks to Bruno Haible for suggestions.
1991
1992 2007-10-20  Jim Meyering  <meyering@redhat.com>
1993
1994         * lib/xprintf.c: Include <config.h> unconditionally.
1995
1996         Change xprintf's license to GPL.
1997         * modules/xprintf (License): s/LGPL/GPL/, since this module
1998         depends on modules (exit and exitfail) which are GPL.
1999         Suggestion from Bruno Haible.
2000
2001         xprintf fixes.
2002         * lib/xprintf.c (xprintf, xfprintf): Use va_end.
2003         Use a clearer diagnostic.
2004         Patch from Bruno Haible.
2005
2006 2007-10-20  Bruno Haible  <bruno@clisp.org>
2007
2008         * lib/vasnprintf.c (VASNPRINTF): Don't report overflow if the available
2009         length is INT_MAX and sizeof (DCHAR_T) > sizeof (TCHAR_T).
2010         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2011
2012 2007-10-20  Bruno Haible  <bruno@clisp.org>
2013
2014         * tests/test-floorf2.c (correct_result_p): Don't rely on excess
2015         precision in the comparison result > x - 1 or similar.
2016         * tests/test-ceilf2.c (correct_result_p): Likewise.
2017         * tests/test-truncf2.c (correct_result_p): Likewise.
2018         * tests/test-trunc2.c (correct_result_p): Likewise.
2019         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2020
2021 2007-10-20  Bruno Haible  <bruno@clisp.org>
2022
2023         * modules/ceil: New file.
2024         * m4/ceil.m4: New file.
2025         * doc/functions/ceil.texi: Mention the 'ceil' module.
2026
2027 2007-10-20  Bruno Haible  <bruno@clisp.org>
2028
2029         * modules/floor: New file.
2030         * m4/floor.m4: New file.
2031         * doc/functions/floor.texi: Mention the 'floor' module.
2032
2033 2007-10-20  Bruno Haible  <bruno@clisp.org>
2034
2035         * modules/ceilf-tests (Depends-on): Add fprintf-posix. Needed for use
2036         of %a.
2037         * modules/floorf-tests (Depends-on): Likewise.
2038         * modules/truncf-tests (Depends-on): Likewise.
2039         * modules/trunc-tests (Depends-on): Likewise.
2040         Reported by Ben Pfaff.
2041
2042 2007-10-19  Jim Meyering  <meyering@redhat.com>
2043
2044         * lib/xprintf.c (xprintf, xfprintf): Test err < 0, not just "err".
2045         Don't bother testing specific errno values.  Just test ferror.
2046
2047         New module: xprintf
2048         * modules/xprintf, lib/xprintf.c, lib/xprintf.h: New files.
2049
2050 2007-10-19  Bruno Haible  <bruno@clisp.org>
2051
2052         * modules/csharpexec (Makefile.am): Use @FOO@ syntax instead of $(FOO)
2053         syntax.
2054         * modules/javaexec (Makefile.am): Likewise.
2055         * modules/relocatable-prog (Makefile.am): Likewise.
2056         Suggested by Jim Meyering.
2057
2058 2007-10-18  Bruno Haible  <bruno@clisp.org>
2059
2060         * lib/vasnprintf.c (VASNPRINTF): Don't use %n on glibc >= 2.3 systems.
2061         Reported by Jim Meyering.
2062
2063 2007-10-18  Eric Blake  <ebb9@byu.net>
2064
2065         * modules/filenamecat-tests (Makefile.am): Link against -lintl.
2066
2067 2007-10-18  Bruno Haible  <bruno@clisp.org>
2068
2069         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
2070         the format string into writable memory. Needed in Fortify conditions.
2071
2072 2007-10-18  Colin Watson <cjwatson@debian.org>  (tiny change)
2073             Bruno Haible  <bruno@clisp.org>
2074
2075         * lib/trim.c: Include config.h unconditionally. Include trim.h always.
2076         Include ctype.h always. Include stdlib.h, not mbuiter.h, for MB_CUR_MAX.
2077         * modules/trim (Depends-on): Add mbchar.
2078         (configure.ac): Add gl_FUNC_MBRTOWC.
2079         (Makefile.am): Augment lib_SOURCES.
2080
2081 2007-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2082
2083         Modify glob.c to use fstatat and dirfd, to simplify it.
2084         Suggested by Eric Blake.
2085         * lib/glob.c (__fxstatat64) [!_LIBC]: New macro.
2086         Don't include <stdbool.h>; not used.
2087         (link_exists2_p, glob_in_dir) [!_LIBC]: No longer a special case.
2088         (link_exists_p): Simplify implementation, since we can now assume
2089         dirfd and fstatat.
2090         * modules/glob (Depends-on): Add dirfd, openat.  Remove stdbool.
2091
2092 2007-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2093
2094         * gnulib-tool (func_get_dependencies): Fix sed script to
2095         match only tests.
2096
2097 2007-10-17  Bruno Haible  <bruno@clisp.org>
2098
2099         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): On Cygwin, don't
2100         allow locale names without encoding suffix.
2101         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): Likewise.
2102         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
2103
2104 2007-10-16  Bruno Haible  <bruno@clisp.org>
2105
2106         * lib/getcwd.c (__getcwd): Define with explicit rpl_ prefix.
2107         * lib/getgroups.c (getgroups): Likewise.
2108         * lib/gettimeofday.c (localtime, gmtime, tzset): Likewise.
2109
2110 2007-10-16  Bruno Haible  <bruno@clisp.org>
2111
2112         * modules/absolute-header (License): Change from LGPL to LGPLv2+.
2113         * modules/malloc-posix (License): Likewise.
2114         * modules/realloc-posix (License): Likewise.
2115         * modules/calloc-posix (License): Likewise.
2116         * modules/intprops (License): Change from GPL to LGPL, with
2117         Paul Eggert's approval.
2118
2119 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2120
2121         Merge glibc changes into lib/glob.c.
2122
2123         * lib/glob.c (glob_in_dir): Sync with glibc/posix/glob.c, dated
2124         2007-10-15 04:59:03 UTC.  Here are the changes:
2125
2126         2007-10-14  Ulrich Drepper  <drepper@redhat.com>
2127
2128         * lib/glob.c: Reimplement link_exists_p to use fstatat64.
2129
2130         * lib/glob.c: Add some branch prediction throughout.
2131
2132         2007-10-07  Ulrich Drepper  <drepper@redhat.com>
2133
2134         [BZ #5103]
2135         * lib/glob.c (glob): Recognize patterns starting \/.
2136
2137         2007-02-14  Jakub Jelinek  <jakub@redhat.com>
2138
2139         [BZ #3996]
2140         * lib/glob.c (attribute_hidden): Define if not defined.
2141         (glob): Unescape dirname, filename or username when needed and not
2142         GLOB_NOESCAPE.  Handle \/ correctly.  Handle GLOB_MARK if filename
2143         is NULL.  Handle unescaped [ in pattern without closing ].
2144         Don't pass GLOB_CHECK down to recursive glob for directories.
2145         (__glob_pattern_type): New function.
2146         (__glob_pattern_p): Implement using __glob_pattern_type.
2147         (glob_in_dir): Handle GLOB_NOCHECK patterns containing no meta
2148         characters and backslashes if not GLOB_NOESCAPE or unterminated [.
2149         Remove unreachable code.
2150
2151         2006-09-30  Ulrich Drepper  <drepper@redhat.com>
2152
2153         * lib/glob.c (glob_in_dir): Add some comments and asserts to
2154         explain why there are no leaks.
2155
2156         2006-09-25  Jakub Jelinek  <jakub@redhat.com>
2157
2158         [BZ #3253]
2159         * lib/glob.c (glob_in_dir): Don't alloca one struct globlink at a
2160         time, rather allocate increasingly bigger arrays of pointers, if
2161         possible with alloca, if too large with malloc.
2162
2163 2007-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2164
2165         Check for 64-bit int errors in HP-UX 10.20 preprocessor.
2166         Problem reported by H.Merijn Brand in
2167         <http://lists.gnu.org/archive/html/bug-tar/2007-10/msg00018.html>.
2168         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Check preprocessor too.
2169         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
2170
2171 2007-10-15  Bruno Haible  <bruno@clisp.org>
2172
2173         * lib/fchdir.c (close, open, closedir, opendir, dup, dup2): Define
2174         with explicit rpl_ prefix.
2175         * lib/fopen.c (fopen): Likewise.
2176         * lib/freopen.c (freopen): Likewise.
2177         * lib/iconv.c (iconv): Likewise.
2178         * lib/iconv_close.c (iconv_close): Likewise.
2179
2180 2007-10-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2181
2182         * m4/iconv_open (gl_FUNC_ICONV_OPEN_UTF): Fix cache variable name.
2183
2184 2007-10-15  Bruno Haible  <bruno@clisp.org>
2185
2186         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Use
2187         <stddef.h> instead of <stdlib.h> since we only need NULL.
2188         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2189
2190 2007-10-15  Bruno Haible  <bruno@clisp.org>
2191
2192         * doc/gnulib-tool.texi (Initial import): Swap order of -I directives.
2193         Replace paragraph talking about LIBOBJS.
2194         Reported by Colin Watson <cjwatson@debian.org>.
2195
2196 2007-10-15  Bruno Haible  <bruno@clisp.org>
2197
2198         * m4/getaddrinfo.m4 (gl_GETADDRINFO, gl_PREREQ_GETADDRINFO): Include
2199         <stdlib.h> before using NULL.
2200
2201 2007-10-15  Simon Josefsson  <simon@josefsson.org>
2202
2203         * m4/getaddrinfo.m4: Use NULL rather than 0 for pointers.
2204         Reported by Albert Chin <china@thewrittenword.com>.
2205
2206 2007-10-14  Bruno Haible  <bruno@clisp.org>
2207
2208         * modules/iconv_open-utf-tests: New file.
2209         * tests/test-iconv-utf.c: New file.
2210
2211         Enhance iconv_open to support UTF-16BE, UTF-16LE, UTF-32BE, UTF-32LE.
2212         * modules/iconv_open-utf: New file.
2213         * lib/iconv.in.h (_ICONV_UTF8_UTF*, _ICONV_UTF*_UTF8): New macros.
2214         (iconv, iconv_close): New declarations.
2215         * lib/iconv_open.c: Include c-strcase.h. Don't require ICONV_FLAVOR to
2216         be defined.
2217         (iconv_open): Add special handling of conversion between UTF-8 and
2218         UTF-{16,32}{BE,LE}.
2219         * lib/iconv.c: New file, incorporating code from GNU libiconv 1.11.
2220         * lib/iconv_close.c: New file.
2221         * m4/iconv_open.m4 (gl_REPLACE_ICONV_OPEN): New macro, extracted from
2222         gl_FUNC_ICONV_OPEN.
2223         (gl_FUNC_ICONV_OPEN): Use it.
2224         (gl_FUNC_ICONV_OPEN_UTF): New macro.
2225         * m4/iconv_h.m4 (gl_ICONV_H_DEFAULTS): Initialize also REPLACE_ICONV
2226         and REPLACE_ICONV_UTF.
2227         * modules/iconv_open (Depends-on): Add c-strcase.
2228         (Makefile.am): Substitute also REPLACE_ICONV, REPLACE_ICONV_UTF,
2229         ICONV_CONST.
2230         * doc/functions/iconv_open.texi: Mention the iconv_open-utf module.
2231
2232 2007-10-13  Albert Chin  <china@thewrittenword.com>
2233             Bruno Haible  <bruno@clisp.org>
2234
2235         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Perform the test for getaddrinfo
2236         through a link check that includes <netdb.h>. Needed for OSF/1 5.1.
2237
2238 2007-10-13  Bruno Haible  <bruno@clisp.org>
2239
2240         * lib/argp-fmtstream.h (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is
2241         defined, use the ISO C99 inline semantics.
2242         * lib/argp.h (ARGP_EI): Likewise.
2243
2244 2007-10-13  Bruno Haible  <bruno@clisp.org>
2245
2246         Handle 'inline' change in gcc 4.3.0.
2247         * lib/argp-fmtstream.h (argp_fmtstream_putc, argp_fmtstream_puts,
2248         argp_fmtstream_write, argp_fmtstream_set_lmargin,
2249         argp_fmtstream_set_rmargin, argp_fmtstream_set_wmargin,
2250         argp_fmtstream_point): Disable 'extern' declaration if the function
2251         definition is going to be provided inline.
2252         (ARGP_FS_EI): If __GNUC_STDC_INLINE__ is defined, use the GNU C inline
2253         semantics, not the ISO C99 inline semantics.
2254         * lib/argp.h (argp_usage, _option_is_short, _option_is_end): Disable
2255         'extern' declaration if the function definition is going to be provided
2256         inline.
2257         (ARGP_EI): Don't assume GNU C. If __GNUC_STDC_INLINE__ is defined, use
2258         the GNU C inline semantics, not the ISO C99 inline semantics. With
2259         GCC 4.2, avoid a warning.
2260
2261 2007-10-13  Bruno Haible  <bruno@clisp.org>
2262
2263         * lib/freading.h (freading): Enable the use of __freading for
2264         glibc >= 2.7.
2265         * lib/freading.c (freading): Likewise.
2266
2267 2007-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2268
2269         * lib/argp-fmtstream.h (ARGP_FS_EI): Work around GCC 4.2.1 diagnostic
2270         "warning: C99 inline functions are not supported; using GNU89".
2271
2272 2007-10-12  Bruno Haible  <bruno@clisp.org>
2273
2274         * lib/ceil.c (FUNC): Avoid rounding errors for values near a power
2275         of 2.
2276         * tests/test-ceilf2.c: New file.
2277         * modules/ceilf-tests: (Files, Depends-on, Makefile.am): Add new test.
2278
2279         * tests/test-ceilf1.c: Renamed from tests/test-ceilf.c.
2280         * modules/ceilf-tests: Update.
2281
2282 2007-10-12  Bruno Haible  <bruno@clisp.org>
2283
2284         * lib/floor.c (FUNC): Avoid rounding errors for values near a power
2285         of 2.
2286         * tests/test-floorf2.c: New file.
2287         * modules/floorf-tests: (Files, Depends-on, Makefile.am): Add new test.
2288
2289         * tests/test-floorf1.c: Renamed from tests/test-floorf.c.
2290         * modules/floorf-tests: Update.
2291
2292 2007-10-12  Bruno Haible  <bruno@clisp.org>
2293
2294         * tests/test-trunc2.c: New file.
2295         * modules/trunc-tests: (Files, Depends-on, Makefile.am): Add new test.
2296
2297         * tests/test-trunc1.c: Renamed from tests/test-trunc.c.
2298         * modules/trunc-tests: Update.
2299
2300 2007-10-12  Bruno Haible  <bruno@clisp.org>
2301
2302         * lib/trunc.c (FUNC): Avoid rounding errors for values near a power
2303         of 2.
2304         * tests/test-truncf2.c: New file.
2305         * modules/truncf-tests: (Files, Depends-on, Makefile.am): Add new test.
2306
2307         * tests/test-truncf1.c: Renamed from tests/test-truncf.c.
2308         * modules/truncf-tests: Update.
2309
2310 2007-10-11  Eric Blake  <ebb9@byu.net>
2311
2312         Don't claim strerror is broken on Interix.
2313         * doc/functions/strerror.texi (strerror): Known broken systems are
2314         now Solaris 8, and not Interix.
2315         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): No longer filter out
2316         Interix on cross-compile.
2317         Reported by Martin Koeppe in
2318         http://lists.gnu.org/archive/html/bug-gnulib/2007-10/msg00005.html.
2319
2320 2007-10-11  Bruno Haible  <bruno@clisp.org>
2321
2322         * modules/i-ring-tests: New file.
2323         * tests/test-i-ring.c: Renamed from lib/i-ring-test.c. Use ASSERT
2324         instead of assert.
2325
2326 2007-10-11  Bruno Haible  <bruno@clisp.org>
2327
2328         * modules/filenamecat-tests: New file.
2329         * tests/test-filenamecat.c: New file, extracted from lib/filenamecat.c.
2330         * lib/filenamecat.c: Remove test code.
2331
2332 2007-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2333
2334         Simplify and modernize strerror substitute, partly to fix Solaris 8 bug.
2335
2336         * lib/strerror.c: Include <string.h> always, to test interface,
2337         and to remove the need for the dummy.
2338         Include intprops.h to compute width instead of doing it ourselves
2339         and missing a CHAR_BIT declaration, which broke tar 1.19 on Solaris 8.
2340         (strerror): Define it to return NULL if there's no system strerror.
2341         (rpl_strerror): Use INT_STRLEN_BOUND to compute bound.
2342         Omit !HAVE_STRERROR code.  We don't need to worry about supporting
2343         ancient pre-strerror Unix systems well any more.  Saying "unknown
2344         system error" is enough.
2345         * lib/string.in.h (strerror): Simplify the ifdef to reflect the
2346         simpler strerror.c implementation.
2347         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE, gl_PREREQ_STDERROR):
2348         Simplify the tests to reflect the simpler strerror implementation.
2349         * modules/strerror (Depends-on): Add intprops.
2350
2351 2007-10-09  Eric Blake  <ebb9@byu.net>
2352
2353         Silence test-fpending.
2354         * modules/fpending-tests (Files): Add wrapper script.
2355         * tests/test-fpending.sh: New file.
2356
2357 2007-10-09  Bruno Haible  <bruno@clisp.org>
2358
2359         * MODULES.html.sh (func_module): Don't create a hyperlink for
2360         function names like 'printf_frexp'.
2361         (Misc): Add crc, memxor.
2362         (Characteristics of floating types): New section.
2363         (Mathematics): Add ceilf, ceill, floorf, floorl, frexpl-nolibm,
2364         isnanf-nolibm, signbit, trunc, truncf, truncl.
2365         (Enhancements for ISO C 99 functions): New subsection Input/output.
2366         (Support for systems lacking POSIX:2001): Add arpa_inet, calloc-posix,
2367         fcntl, fopen, freopen, fseek, fseeko, ftell, ftello, iconv_open,
2368         locale, malloc-posix, netinet_in, open, realloc-posix, signal, sleep.
2369         (Compatibility checks for POSIX:2001 functions): Add clock-time.
2370         (Enhancements for POSIX:2001 functions): Add chdir-long.
2371         (File system functions): Add areadlink, chdir-safer, read-file.
2372         Remove cycle-check.
2373         (File system as inode set): New section.
2374         (Date and time): Add gethrxtime.
2375         (Multithreading): Add openmp.
2376         (Internationalization functions): Add localename.
2377         (Unicode string functions): Add unistr/u*-mbsnlen.
2378         (Support for maintaining and releasing projects): Add git-version-gen.
2379         (Lone files): Remove directories.
2380
2381 2007-10-08  Ben Pfaff  <blp@gnu.org>
2382
2383         * lib/xmalloca.h: Fix typo in comment.
2384
2385 2007-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2386
2387         * lib/xnanosleep.c (xnanosleep): Don't assume GCC 4.3.0 behavior
2388         when avoiding problems with integer overflow.  Use a portable test
2389         instead.
2390
2391 2007-10-08  Simon Josefsson  <simon@josefsson.org>
2392
2393         * modules/dummy (License): Change to LGPLv2+.
2394         * modules/float (License): Likewise
2395         * modules/realloc (License): Likewise
2396         * modules/stdlib (License): Likewise
2397
2398 2007-10-07  Bruno Haible  <bruno@clisp.org>
2399
2400         * trunc.c (TWO_MANT_DIG): Change type to DOUBLE.
2401         * floor.c (TWO_MANT_DIG): Likewise.
2402         * ceil.c (TWO_MANT_DIG): Likewise.
2403         Reported by Ben Pfaff.
2404
2405 2007-10-07  Bruno Haible  <bruno@clisp.org>
2406
2407         Avoid gcc warnings "declaration of 'exp' shadows a global declaration".
2408         * lib/math.in.h (frexp, frexpl): Change parameter name to 'expptr'.
2409         * lib/frexp.c (FUNC): Likewise.
2410         * lib/printf-frexp.h (printf_frexp): Likewise.
2411         * lib/printf-frexpl.h (printf_frexpl): Likewise.
2412         * lib/printf-frexp.c (FUNC): Likewise.
2413         Suggested by Jim Meyering.
2414
2415 2007-10-07  Jim Meyering  <meyering@redhat.com>
2416
2417         Make xnanosleep's integer overflow test more robust.
2418         * lib/xnanosleep.c (xnanosleep): Declare a temporary to be "volatile",
2419         so that gcc-4.3.0 doesn't optimize away this test for overflow.
2420
2421 2007-10-07  Bruno Haible  <bruno@clisp.org>
2422
2423         * NEWS: Mention the license change.
2424
2425         * doc/gnulib-intro.texi (Copyright): Update the meaning of the license
2426         abbreviations in the modules files.
2427
2428         Change copyright notice from GPLv2+ to GPLv3+.
2429         * README: Change copyright notice.
2430         * MODULES.html.sh: Likewise.
2431         * build-aux/bootstrap.conf: Likewise.
2432         * build-aux/config.libpath: Likewise.
2433         * build-aux/csharpcomp.sh.in: Likewise.
2434         * build-aux/csharpexec.sh.in: Likewise.
2435         * build-aux/install-reloc: Likewise.
2436         * build-aux/javacomp.sh.in: Likewise.
2437         * build-aux/javaexec.sh.in: Likewise.
2438         * build-aux/ldd.sh.in: Likewise.
2439         * build-aux/reloc-ldflags: Likewise.
2440         * build-aux/relocatable.sh.in: Likewise.
2441         * build-aux/x-to-1.in: Likewise.
2442         * check-module: Likewise.
2443         * config/srclistvars.sh: Likewise.
2444         * gnulib-tool: Likewise.
2445         * lib/acl-internal.h: Likewise.
2446         * lib/acl.c: Likewise.
2447         * lib/acl.h: Likewise.
2448         * lib/acl_entries.c: Likewise.
2449         * lib/areadlink-with-size.c: Likewise.
2450         * lib/areadlink.c: Likewise.
2451         * lib/areadlink.h: Likewise.
2452         * lib/argmatch.c: Likewise.
2453         * lib/argmatch.h: Likewise.
2454         * lib/argp-ba.c: Likewise.
2455         * lib/argp-eexst.c: Likewise.
2456         * lib/argp-fmtstream.c: Likewise.
2457         * lib/argp-fmtstream.h: Likewise.
2458         * lib/argp-fs-xinl.c: Likewise.
2459         * lib/argp-help.c: Likewise.
2460         * lib/argp-namefrob.h: Likewise.
2461         * lib/argp-parse.c: Likewise.
2462         * lib/argp-pin.c: Likewise.
2463         * lib/argp-pv.c: Likewise.
2464         * lib/argp-pvh.c: Likewise.
2465         * lib/argp-xinl.c: Likewise.
2466         * lib/argp.h: Likewise.
2467         * lib/at-func.c: Likewise.
2468         * lib/atanl.c: Likewise.
2469         * lib/backupfile.c: Likewise.
2470         * lib/backupfile.h: Likewise.
2471         * lib/basename.c: Likewise.
2472         * lib/binary-io.h: Likewise.
2473         * lib/byteswap.in.h: Likewise.
2474         * lib/c-stack.c: Likewise.
2475         * lib/c-stack.h: Likewise.
2476         * lib/c-strcasestr.c: Likewise.
2477         * lib/c-strcasestr.h: Likewise.
2478         * lib/c-strstr.c: Likewise.
2479         * lib/c-strstr.h: Likewise.
2480         * lib/c-strtod.c: Likewise.
2481         * lib/calloc.c: Likewise.
2482         * lib/canon-host.c: Likewise.
2483         * lib/canon-host.h: Likewise.
2484         * lib/canonicalize-lgpl.c: Likewise.
2485         * lib/canonicalize.c: Likewise.
2486         * lib/canonicalize.h: Likewise.
2487         * lib/ceil.c: Likewise.
2488         * lib/ceilf.c: Likewise.
2489         * lib/ceill.c: Likewise.
2490         * lib/chdir-long.c: Likewise.
2491         * lib/chdir-long.h: Likewise.
2492         * lib/chdir-safer.c: Likewise.
2493         * lib/chdir-safer.h: Likewise.
2494         * lib/chown.c: Likewise.
2495         * lib/classpath.c: Likewise.
2496         * lib/classpath.h: Likewise.
2497         * lib/clean-temp.c: Likewise.
2498         * lib/clean-temp.h: Likewise.
2499         * lib/cloexec.c: Likewise.
2500         * lib/close-stream.c: Likewise.
2501         * lib/closein.c: Likewise.
2502         * lib/closein.h: Likewise.
2503         * lib/closeout.c: Likewise.
2504         * lib/closeout.h: Likewise.
2505         * lib/concat-filename.c: Likewise.
2506         * lib/copy-file.c: Likewise.
2507         * lib/copy-file.h: Likewise.
2508         * lib/count-one-bits.h: Likewise.
2509         * lib/crc.c: Likewise.
2510         * lib/crc.h: Likewise.
2511         * lib/creat-safer.c: Likewise.
2512         * lib/csharpcomp.c: Likewise.
2513         * lib/csharpcomp.h: Likewise.
2514         * lib/csharpexec.c: Likewise.
2515         * lib/csharpexec.h: Likewise.
2516         * lib/cycle-check.c: Likewise.
2517         * lib/cycle-check.h: Likewise.
2518         * lib/diacrit.c: Likewise.
2519         * lib/diacrit.h: Likewise.
2520         * lib/diffseq.h: Likewise.
2521         * lib/dirchownmod.c: Likewise.
2522         * lib/dirent.in.h: Likewise.
2523         * lib/dirfd.c: Likewise.
2524         * lib/dirfd.h: Likewise.
2525         * lib/dirname.c: Likewise.
2526         * lib/dirname.h: Likewise.
2527         * lib/dummy.c: Likewise.
2528         * lib/dup-safer.c: Likewise.
2529         * lib/dup2.c: Likewise.
2530         * lib/eealloc.h: Likewise.
2531         * lib/error.c: Likewise.
2532         * lib/error.h: Likewise.
2533         * lib/euidaccess.c: Likewise.
2534         * lib/exclude.c: Likewise.
2535         * lib/exclude.h: Likewise.
2536         * lib/execute.c: Likewise.
2537         * lib/execute.h: Likewise.
2538         * lib/exitfail.c: Likewise.
2539         * lib/exitfail.h: Likewise.
2540         * lib/expl.c: Likewise.
2541         * lib/fatal-signal.c: Likewise.
2542         * lib/fatal-signal.h: Likewise.
2543         * lib/fbufmode.c: Likewise.
2544         * lib/fbufmode.h: Likewise.
2545         * lib/fchdir.c: Likewise.
2546         * lib/fchmodat.c: Likewise.
2547         * lib/fchownat.c: Likewise.
2548         * lib/fcntl--.h: Likewise.
2549         * lib/fcntl-safer.h: Likewise.
2550         * lib/fcntl.in.h: Likewise.
2551         * lib/fd-safer.c: Likewise.
2552         * lib/fflush.c: Likewise.
2553         * lib/file-has-acl.c: Likewise.
2554         * lib/file-set.c: Likewise.
2555         * lib/file-type.c: Likewise.
2556         * lib/file-type.h: Likewise.
2557         * lib/fileblocks.c: Likewise.
2558         * lib/filemode.c: Likewise.
2559         * lib/filemode.h: Likewise.
2560         * lib/filename.h: Likewise.
2561         * lib/filenamecat.c: Likewise.
2562         * lib/filenamecat.h: Likewise.
2563         * lib/findprog.c: Likewise.
2564         * lib/findprog.h: Likewise.
2565         * lib/float.in.h: Likewise.
2566         * lib/floor.c: Likewise.
2567         * lib/floorf.c: Likewise.
2568         * lib/floorl.c: Likewise.
2569         * lib/fopen-safer.c: Likewise.
2570         * lib/fopen.c: Likewise.
2571         * lib/fpending.c: Likewise.
2572         * lib/fpending.h: Likewise.
2573         * lib/fprintf.c: Likewise.
2574         * lib/fprintftime.h: Likewise.
2575         * lib/fpucw.h: Likewise.
2576         * lib/fpurge.c: Likewise.
2577         * lib/fpurge.h: Likewise.
2578         * lib/freadable.c: Likewise.
2579         * lib/freadable.h: Likewise.
2580         * lib/freadahead.c: Likewise.
2581         * lib/freadahead.h: Likewise.
2582         * lib/freading.c: Likewise.
2583         * lib/freading.h: Likewise.
2584         * lib/free.c: Likewise.
2585         * lib/freopen.c: Likewise.
2586         * lib/frexp.c: Likewise.
2587         * lib/frexpl.c: Likewise.
2588         * lib/fseek.c: Likewise.
2589         * lib/fseterr.c: Likewise.
2590         * lib/fseterr.h: Likewise.
2591         * lib/fstatat.c: Likewise.
2592         * lib/fstrcmp.c: Likewise.
2593         * lib/fstrcmp.h: Likewise.
2594         * lib/fsusage.c: Likewise.
2595         * lib/fsusage.h: Likewise.
2596         * lib/ftell.c: Likewise.
2597         * lib/ftello.c: Likewise.
2598         * lib/fts-cycle.c: Likewise.
2599         * lib/fts.c: Likewise.
2600         * lib/fts_.h: Likewise.
2601         * lib/full-read.c: Likewise.
2602         * lib/full-read.h: Likewise.
2603         * lib/full-write.c: Likewise.
2604         * lib/full-write.h: Likewise.
2605         * lib/fwritable.c: Likewise.
2606         * lib/fwritable.h: Likewise.
2607         * lib/fwriteerror.c: Likewise.
2608         * lib/fwriteerror.h: Likewise.
2609         * lib/fwriting.c: Likewise.
2610         * lib/fwriting.h: Likewise.
2611         * lib/gcd.c: Likewise.
2612         * lib/gcd.h: Likewise.
2613         * lib/getcwd.c: Likewise.
2614         * lib/getdate.h: Likewise.
2615         * lib/getdate.y: Likewise.
2616         * lib/getdomainname.c: Likewise.
2617         * lib/getdomainname.h: Likewise.
2618         * lib/getgroups.c: Likewise.
2619         * lib/gethostname.c: Likewise.
2620         * lib/gethrxtime.c: Likewise.
2621         * lib/gethrxtime.h: Likewise.
2622         * lib/getloadavg.c: Likewise.
2623         * lib/getndelim2.c: Likewise.
2624         * lib/getndelim2.h: Likewise.
2625         * lib/getnline.c: Likewise.
2626         * lib/getnline.h: Likewise.
2627         * lib/getopt.c: Likewise.
2628         * lib/getopt.in.h: Likewise.
2629         * lib/getopt1.c: Likewise.
2630         * lib/getopt_int.h: Likewise.
2631         * lib/getpagesize.h: Likewise.
2632         * lib/getsubopt.c: Likewise.
2633         * lib/gettime.c: Likewise.
2634         * lib/getugroups.c: Likewise.
2635         * lib/getugroups.h: Likewise.
2636         * lib/getusershell.c: Likewise.
2637         * lib/gl_anyavltree_list1.h: Likewise.
2638         * lib/gl_anyavltree_list2.h: Likewise.
2639         * lib/gl_anyhash_list1.h: Likewise.
2640         * lib/gl_anyhash_list2.h: Likewise.
2641         * lib/gl_anylinked_list1.h: Likewise.
2642         * lib/gl_anylinked_list2.h: Likewise.
2643         * lib/gl_anyrbtree_list1.h: Likewise.
2644         * lib/gl_anyrbtree_list2.h: Likewise.
2645         * lib/gl_anytree_list1.h: Likewise.
2646         * lib/gl_anytree_list2.h: Likewise.
2647         * lib/gl_anytree_oset.h: Likewise.
2648         * lib/gl_anytreehash_list1.h: Likewise.
2649         * lib/gl_anytreehash_list2.h: Likewise.
2650         * lib/gl_array_list.c: Likewise.
2651         * lib/gl_array_list.h: Likewise.
2652         * lib/gl_array_oset.c: Likewise.
2653         * lib/gl_array_oset.h: Likewise.
2654         * lib/gl_avltree_list.c: Likewise.
2655         * lib/gl_avltree_list.h: Likewise.
2656         * lib/gl_avltree_oset.c: Likewise.
2657         * lib/gl_avltree_oset.h: Likewise.
2658         * lib/gl_avltreehash_list.c: Likewise.
2659         * lib/gl_avltreehash_list.h: Likewise.
2660         * lib/gl_carray_list.c: Likewise.
2661         * lib/gl_carray_list.h: Likewise.
2662         * lib/gl_linked_list.c: Likewise.
2663         * lib/gl_linked_list.h: Likewise.
2664         * lib/gl_linkedhash_list.c: Likewise.
2665         * lib/gl_linkedhash_list.h: Likewise.
2666         * lib/gl_list.c: Likewise.
2667         * lib/gl_list.h: Likewise.
2668         * lib/gl_oset.c: Likewise.
2669         * lib/gl_oset.h: Likewise.
2670         * lib/gl_rbtree_list.c: Likewise.
2671         * lib/gl_rbtree_list.h: Likewise.
2672         * lib/gl_rbtree_oset.c: Likewise.
2673         * lib/gl_rbtree_oset.h: Likewise.
2674         * lib/gl_rbtreehash_list.c: Likewise.
2675         * lib/gl_rbtreehash_list.h: Likewise.
2676         * lib/gl_sublist.c: Likewise.
2677         * lib/gl_sublist.h: Likewise.
2678         * lib/group-member.c: Likewise.
2679         * lib/group-member.h: Likewise.
2680         * lib/hard-locale.c: Likewise.
2681         * lib/hard-locale.h: Likewise.
2682         * lib/hash-pjw.c: Likewise.
2683         * lib/hash-pjw.h: Likewise.
2684         * lib/hash-triple.c: Likewise.
2685         * lib/hash.c: Likewise.
2686         * lib/hash.h: Likewise.
2687         * lib/human.c: Likewise.
2688         * lib/human.h: Likewise.
2689         * lib/i-ring.c: Likewise.
2690         * lib/i-ring.h: Likewise.
2691         * lib/idcache.c: Likewise.
2692         * lib/imaxabs.c: Likewise.
2693         * lib/imaxdiv.c: Likewise.
2694         * lib/inet_pton.c: Likewise.
2695         * lib/inet_pton.h: Likewise.
2696         * lib/intprops.h: Likewise.
2697         * lib/inttostr.c: Likewise.
2698         * lib/inttostr.h: Likewise.
2699         * lib/inttypes.in.h: Likewise.
2700         * lib/isapipe.c: Likewise.
2701         * lib/isdir.c: Likewise.
2702         * lib/isnan.c: Likewise.
2703         * lib/isnan.h: Likewise.
2704         * lib/isnanf.c: Likewise.
2705         * lib/isnanf.h: Likewise.
2706         * lib/isnanl-nolibm.h: Likewise.
2707         * lib/isnanl.c: Likewise.
2708         * lib/isnanl.h: Likewise.
2709         * lib/javacomp.c: Likewise.
2710         * lib/javacomp.h: Likewise.
2711         * lib/javaexec.c: Likewise.
2712         * lib/javaexec.h: Likewise.
2713         * lib/javaversion.c: Likewise.
2714         * lib/javaversion.h: Likewise.
2715         * lib/javaversion.java: Likewise.
2716         * lib/lbrkprop.h: Likewise.
2717         * lib/lchmod.h: Likewise.
2718         * lib/lchown.c: Likewise.
2719         * lib/ldexpl.c: Likewise.
2720         * lib/linebreak.c: Likewise.
2721         * lib/linebreak.h: Likewise.
2722         * lib/linebuffer.c: Likewise.
2723         * lib/linebuffer.h: Likewise.
2724         * lib/locale.in.h: Likewise.
2725         * lib/logl.c: Likewise.
2726         * lib/long-options.c: Likewise.
2727         * lib/long-options.h: Likewise.
2728         * lib/lstat.c: Likewise.
2729         * lib/lstat.h: Likewise.
2730         * lib/math.in.h: Likewise.
2731         * lib/mbchar.c: Likewise.
2732         * lib/mbchar.h: Likewise.
2733         * lib/mbfile.h: Likewise.
2734         * lib/mbiter.h: Likewise.
2735         * lib/mbscasecmp.c: Likewise.
2736         * lib/mbscasestr.c: Likewise.
2737         * lib/mbschr.c: Likewise.
2738         * lib/mbscspn.c: Likewise.
2739         * lib/mbslen.c: Likewise.
2740         * lib/mbsncasecmp.c: Likewise.
2741         * lib/mbsnlen.c: Likewise.
2742         * lib/mbspbrk.c: Likewise.
2743         * lib/mbspcasecmp.c: Likewise.
2744         * lib/mbsrchr.c: Likewise.
2745         * lib/mbssep.c: Likewise.
2746         * lib/mbsspn.c: Likewise.
2747         * lib/mbsstr.c: Likewise.
2748         * lib/mbstok_r.c: Likewise.
2749         * lib/mbswidth.c: Likewise.
2750         * lib/mbswidth.h: Likewise.
2751         * lib/mbuiter.h: Likewise.
2752         * lib/memcasecmp.c: Likewise.
2753         * lib/memcasecmp.h: Likewise.
2754         * lib/memchr.c: Likewise.
2755         * lib/memcmp.c: Likewise.
2756         * lib/memcoll.c: Likewise.
2757         * lib/memcoll.h: Likewise.
2758         * lib/memcpy.c: Likewise.
2759         * lib/memrchr.c: Likewise.
2760         * lib/mkancesdirs.c: Likewise.
2761         * lib/mkdir-p.c: Likewise.
2762         * lib/mkdir-p.h: Likewise.
2763         * lib/mkdir.c: Likewise.
2764         * lib/mkdirat.c: Likewise.
2765         * lib/mkdtemp.c: Likewise.
2766         * lib/mkstemp-safer.c: Likewise.
2767         * lib/mkstemp.c: Likewise.
2768         * lib/modechange.c: Likewise.
2769         * lib/modechange.h: Likewise.
2770         * lib/mountlist.c: Likewise.
2771         * lib/mountlist.h: Likewise.
2772         * lib/mpsort.c: Likewise.
2773         * lib/nanosleep.c: Likewise.
2774         * lib/obstack.c: Likewise.
2775         * lib/obstack.h: Likewise.
2776         * lib/open-safer.c: Likewise.
2777         * lib/open.c: Likewise.
2778         * lib/openat-die.c: Likewise.
2779         * lib/openat-priv.h: Likewise.
2780         * lib/openat-proc.c: Likewise.
2781         * lib/openat.c: Likewise.
2782         * lib/openat.h: Likewise.
2783         * lib/pagealign_alloc.c: Likewise.
2784         * lib/pagealign_alloc.h: Likewise.
2785         * lib/physmem.c: Likewise.
2786         * lib/physmem.h: Likewise.
2787         * lib/pipe-safer.c: Likewise.
2788         * lib/pipe.c: Likewise.
2789         * lib/pipe.h: Likewise.
2790         * lib/posixtm.c: Likewise.
2791         * lib/posixtm.h: Likewise.
2792         * lib/posixver.c: Likewise.
2793         * lib/printf-frexp.c: Likewise.
2794         * lib/printf-frexp.h: Likewise.
2795         * lib/printf-frexpl.c: Likewise.
2796         * lib/printf-frexpl.h: Likewise.
2797         * lib/printf.c: Likewise.
2798         * lib/progname.c: Likewise.
2799         * lib/progname.h: Likewise.
2800         * lib/progreloc.c: Likewise.
2801         * lib/putenv.c: Likewise.
2802         * lib/quote.c: Likewise.
2803         * lib/quote.h: Likewise.
2804         * lib/quotearg.c: Likewise.
2805         * lib/quotearg.h: Likewise.
2806         * lib/raise.c: Likewise.
2807         * lib/readline.c: Likewise.
2808         * lib/readline.h: Likewise.
2809         * lib/readlink.c: Likewise.
2810         * lib/readtokens.c: Likewise.
2811         * lib/readtokens.h: Likewise.
2812         * lib/readtokens0.c: Likewise.
2813         * lib/readtokens0.h: Likewise.
2814         * lib/readutmp.c: Likewise.
2815         * lib/readutmp.h: Likewise.
2816         * lib/realloc.c: Likewise.
2817         * lib/relocwrapper.c: Likewise.
2818         * lib/rename-dest-slash.c: Likewise.
2819         * lib/rename.c: Likewise.
2820         * lib/rmdir.c: Likewise.
2821         * lib/rpmatch.c: Likewise.
2822         * lib/safe-read.c: Likewise.
2823         * lib/safe-read.h: Likewise.
2824         * lib/safe-write.c: Likewise.
2825         * lib/safe-write.h: Likewise.
2826         * lib/same-inode.h: Likewise.
2827         * lib/same.c: Likewise.
2828         * lib/same.h: Likewise.
2829         * lib/save-cwd.c: Likewise.
2830         * lib/save-cwd.h: Likewise.
2831         * lib/savedir.c: Likewise.
2832         * lib/savedir.h: Likewise.
2833         * lib/savewd.c: Likewise.
2834         * lib/savewd.h: Likewise.
2835         * lib/search.in.h: Likewise.
2836         * lib/setenv.c: Likewise.
2837         * lib/setenv.h: Likewise.
2838         * lib/settime.c: Likewise.
2839         * lib/sh-quote.c: Likewise.
2840         * lib/sh-quote.h: Likewise.
2841         * lib/sig2str.c: Likewise.
2842         * lib/sig2str.h: Likewise.
2843         * lib/signal.in.h: Likewise.
2844         * lib/signbitd.c: Likewise.
2845         * lib/signbitf.c: Likewise.
2846         * lib/signbitl.c: Likewise.
2847         * lib/sigprocmask.c: Likewise.
2848         * lib/sincosl.c: Likewise.
2849         * lib/sleep.c: Likewise.
2850         * lib/sprintf.c: Likewise.
2851         * lib/sqrtl.c: Likewise.
2852         * lib/stat-time.h: Likewise.
2853         * lib/stdio--.h: Likewise.
2854         * lib/stdio-safer.h: Likewise.
2855         * lib/stdlib--.h: Likewise.
2856         * lib/stdlib-safer.h: Likewise.
2857         * lib/stdlib.in.h: Likewise.
2858         * lib/stpcpy.c: Likewise.
2859         * lib/stpncpy.c: Likewise.
2860         * lib/strchrnul.c: Likewise.
2861         * lib/strcspn.c: Likewise.
2862         * lib/strerror.c: Likewise.
2863         * lib/strftime.c: Likewise.
2864         * lib/strftime.h: Likewise.
2865         * lib/striconveh.c: Likewise.
2866         * lib/striconveh.h: Likewise.
2867         * lib/striconveha.c: Likewise.
2868         * lib/striconveha.h: Likewise.
2869         * lib/stripslash.c: Likewise.
2870         * lib/strnlen1.c: Likewise.
2871         * lib/strnlen1.h: Likewise.
2872         * lib/strtod.c: Likewise.
2873         * lib/strtoimax.c: Likewise.
2874         * lib/strtok_r.c: Likewise.
2875         * lib/strtol.c: Likewise.
2876         * lib/strtoll.c: Likewise.
2877         * lib/strtoul.c: Likewise.
2878         * lib/strtoull.c: Likewise.
2879         * lib/sysexits.in.h: Likewise.
2880         * lib/tempname.c: Likewise.
2881         * lib/tempname.h: Likewise.
2882         * lib/timespec.h: Likewise.
2883         * lib/tls.c: Likewise.
2884         * lib/tls.h: Likewise.
2885         * lib/tmpdir.c: Likewise.
2886         * lib/tmpdir.h: Likewise.
2887         * lib/tmpfile-safer.c: Likewise.
2888         * lib/tmpfile.c: Likewise.
2889         * lib/trigl.c: Likewise.
2890         * lib/trigl.h: Likewise.
2891         * lib/trim.c: Likewise.
2892         * lib/trim.h: Likewise.
2893         * lib/trunc.c: Likewise.
2894         * lib/truncf.c: Likewise.
2895         * lib/truncl.c: Likewise.
2896         * lib/tsearch.c: Likewise.
2897         * lib/unicodeio.c: Likewise.
2898         * lib/unicodeio.h: Likewise.
2899         * lib/unistd--.h: Likewise.
2900         * lib/unistd-safer.h: Likewise.
2901         * lib/unistdio/ulc-fprintf.c: Likewise.
2902         * lib/unistdio/ulc-vfprintf.c: Likewise.
2903         * lib/unlinkdir.c: Likewise.
2904         * lib/unlinkdir.h: Likewise.
2905         * lib/unlocked-io.h: Likewise.
2906         * lib/unsetenv.c: Likewise.
2907         * lib/userspec.c: Likewise.
2908         * lib/utime.c: Likewise.
2909         * lib/utimecmp.c: Likewise.
2910         * lib/utimecmp.h: Likewise.
2911         * lib/utimens.c: Likewise.
2912         * lib/verify.h: Likewise.
2913         * lib/verror.c: Likewise.
2914         * lib/verror.h: Likewise.
2915         * lib/version-etc-fsf.c: Likewise.
2916         * lib/version-etc.c: Likewise.
2917         * lib/version-etc.h: Likewise.
2918         * lib/vfprintf.c: Likewise.
2919         * lib/vprintf.c: Likewise.
2920         * lib/vsprintf.c: Likewise.
2921         * lib/w32spawn.h: Likewise.
2922         * lib/wait-process.c: Likewise.
2923         * lib/wait-process.h: Likewise.
2924         * lib/wcwidth.c: Likewise.
2925         * lib/write-any-file.c: Likewise.
2926         * lib/xalloc-die.c: Likewise.
2927         * lib/xalloc.h: Likewise.
2928         * lib/xasprintf.c: Likewise.
2929         * lib/xgetcwd.c: Likewise.
2930         * lib/xgetcwd.h: Likewise.
2931         * lib/xgetdomainname.c: Likewise.
2932         * lib/xgetdomainname.h: Likewise.
2933         * lib/xgethostname.c: Likewise.
2934         * lib/xmalloc.c: Likewise.
2935         * lib/xmalloca.c: Likewise.
2936         * lib/xmalloca.h: Likewise.
2937         * lib/xmemcoll.c: Likewise.
2938         * lib/xnanosleep.c: Likewise.
2939         * lib/xreadlink.c: Likewise.
2940         * lib/xreadlink.h: Likewise.
2941         * lib/xsetenv.c: Likewise.
2942         * lib/xsetenv.h: Likewise.
2943         * lib/xstriconv.c: Likewise.
2944         * lib/xstriconv.h: Likewise.
2945         * lib/xstrndup.c: Likewise.
2946         * lib/xstrndup.h: Likewise.
2947         * lib/xstrtod.c: Likewise.
2948         * lib/xstrtod.h: Likewise.
2949         * lib/xstrtol-error.c: Likewise.
2950         * lib/xstrtol.c: Likewise.
2951         * lib/xstrtol.h: Likewise.
2952         * lib/xtime.h: Likewise.
2953         * lib/xvasprintf.c: Likewise.
2954         * lib/xvasprintf.h: Likewise.
2955         * lib/yesno.c: Likewise.
2956         * lib/yesno.h: Likewise.
2957         * posix-modules: Likewise.
2958         * tests/test-alloca-opt.c: Likewise.
2959         * tests/test-arcfour.c: Likewise.
2960         * tests/test-arctwo.c: Likewise.
2961         * tests/test-argmatch.c: Likewise.
2962         * tests/test-argp-2.sh: Likewise.
2963         * tests/test-argp.c: Likewise.
2964         * tests/test-arpa_inet.c: Likewise.
2965         * tests/test-array_list.c: Likewise.
2966         * tests/test-array_oset.c: Likewise.
2967         * tests/test-atexit.c: Likewise.
2968         * tests/test-avltree_list.c: Likewise.
2969         * tests/test-avltree_oset.c: Likewise.
2970         * tests/test-avltreehash_list.c: Likewise.
2971         * tests/test-base64.c: Likewise.
2972         * tests/test-binary-io.c: Likewise.
2973         * tests/test-byteswap.c: Likewise.
2974         * tests/test-c-ctype.c: Likewise.
2975         * tests/test-c-strcasecmp.c: Likewise.
2976         * tests/test-c-strcasestr.c: Likewise.
2977         * tests/test-c-strncasecmp.c: Likewise.
2978         * tests/test-c-strstr.c: Likewise.
2979         * tests/test-canonicalize-lgpl.c: Likewise.
2980         * tests/test-canonicalize.c: Likewise.
2981         * tests/test-carray_list.c: Likewise.
2982         * tests/test-ceilf.c: Likewise.
2983         * tests/test-ceill.c: Likewise.
2984         * tests/test-count-one-bits.c: Likewise.
2985         * tests/test-crc.c: Likewise.
2986         * tests/test-dirname.c: Likewise.
2987         * tests/test-fbufmode.c: Likewise.
2988         * tests/test-fcntl.c: Likewise.
2989         * tests/test-fflush.c: Likewise.
2990         * tests/test-floorf.c: Likewise.
2991         * tests/test-floorl.c: Likewise.
2992         * tests/test-fopen.c: Likewise.
2993         * tests/test-fprintf-posix.c: Likewise.
2994         * tests/test-fprintf-posix.h: Likewise.
2995         * tests/test-fpurge.c: Likewise.
2996         * tests/test-freadable.c: Likewise.
2997         * tests/test-freadahead.c: Likewise.
2998         * tests/test-freading.c: Likewise.
2999         * tests/test-freopen.c: Likewise.
3000         * tests/test-frexp.c: Likewise.
3001         * tests/test-frexpl.c: Likewise.
3002         * tests/test-fseek.c: Likewise.
3003         * tests/test-fseeko.c: Likewise.
3004         * tests/test-fseterr.c: Likewise.
3005         * tests/test-fstrcmp.c: Likewise.
3006         * tests/test-ftell.c: Likewise.
3007         * tests/test-ftello.c: Likewise.
3008         * tests/test-fwritable.c: Likewise.
3009         * tests/test-fwriting.c: Likewise.
3010         * tests/test-getaddrinfo.c: Likewise.
3011         * tests/test-getpass.c: Likewise.
3012         * tests/test-gettimeofday.c: Likewise.
3013         * tests/test-hmac-md5.c: Likewise.
3014         * tests/test-hmac-sha1.c: Likewise.
3015         * tests/test-iconv.c: Likewise.
3016         * tests/test-iconvme.c: Likewise.
3017         * tests/test-inttypes.c: Likewise.
3018         * tests/test-isnan.c: Likewise.
3019         * tests/test-isnanf.c: Likewise.
3020         * tests/test-isnanl-nolibm.c: Likewise.
3021         * tests/test-isnanl.c: Likewise.
3022         * tests/test-isnanl.h: Likewise.
3023         * tests/test-ldexpl.c: Likewise.
3024         * tests/test-linked_list.c: Likewise.
3025         * tests/test-linkedhash_list.c: Likewise.
3026         * tests/test-locale.c: Likewise.
3027         * tests/test-localename.c: Likewise.
3028         * tests/test-lock.c: Likewise.
3029         * tests/test-lseek.c: Likewise.
3030         * tests/test-malloca.c: Likewise.
3031         * tests/test-math.c: Likewise.
3032         * tests/test-mbscasecmp.c: Likewise.
3033         * tests/test-mbscasestr1.c: Likewise.
3034         * tests/test-mbscasestr2.c: Likewise.
3035         * tests/test-mbscasestr3.c: Likewise.
3036         * tests/test-mbscasestr4.c: Likewise.
3037         * tests/test-mbschr.c: Likewise.
3038         * tests/test-mbscspn.c: Likewise.
3039         * tests/test-mbsncasecmp.c: Likewise.
3040         * tests/test-mbspbrk.c: Likewise.
3041         * tests/test-mbspcasecmp.c: Likewise.
3042         * tests/test-mbsrchr.c: Likewise.
3043         * tests/test-mbsspn.c: Likewise.
3044         * tests/test-mbsstr1.c: Likewise.
3045         * tests/test-mbsstr2.c: Likewise.
3046         * tests/test-mbsstr3.c: Likewise.
3047         * tests/test-md5.c: Likewise.
3048         * tests/test-memmem.c: Likewise.
3049         * tests/test-netinet_in.c: Likewise.
3050         * tests/test-open.c: Likewise.
3051         * tests/test-printf-frexp.c: Likewise.
3052         * tests/test-printf-frexpl.c: Likewise.
3053         * tests/test-printf-posix.c: Likewise.
3054         * tests/test-printf-posix.h: Likewise.
3055         * tests/test-rbtree_list.c: Likewise.
3056         * tests/test-rbtree_oset.c: Likewise.
3057         * tests/test-rbtreehash_list.c: Likewise.
3058         * tests/test-read-file.c: Likewise.
3059         * tests/test-rijndael.c: Likewise.
3060         * tests/test-search.c: Likewise.
3061         * tests/test-signbit.c: Likewise.
3062         * tests/test-sleep.c: Likewise.
3063         * tests/test-snprintf-posix.c: Likewise.
3064         * tests/test-snprintf-posix.h: Likewise.
3065         * tests/test-snprintf.c: Likewise.
3066         * tests/test-sprintf-posix.c: Likewise.
3067         * tests/test-sprintf-posix.h: Likewise.
3068         * tests/test-stat-time.c: Likewise.
3069         * tests/test-stdbool.c: Likewise.
3070         * tests/test-stdint.c: Likewise.
3071         * tests/test-stdio.c: Likewise.
3072         * tests/test-stdlib.c: Likewise.
3073         * tests/test-stpncpy.c: Likewise.
3074         * tests/test-strcasestr.c: Likewise.
3075         * tests/test-striconv.c: Likewise.
3076         * tests/test-striconveh.c: Likewise.
3077         * tests/test-striconveha.c: Likewise.
3078         * tests/test-string.c: Likewise.
3079         * tests/test-sys_select.c: Likewise.
3080         * tests/test-sys_socket.c: Likewise.
3081         * tests/test-sys_stat.c: Likewise.
3082         * tests/test-sys_time.c: Likewise.
3083         * tests/test-sysexits.c: Likewise.
3084         * tests/test-time.c: Likewise.
3085         * tests/test-tls.c: Likewise.
3086         * tests/test-trunc.c: Likewise.
3087         * tests/test-truncf.c: Likewise.
3088         * tests/test-truncl.c: Likewise.
3089         * tests/test-unistd.c: Likewise.
3090         * tests/test-vasnprintf-posix.c: Likewise.
3091         * tests/test-vasnprintf-posix2.c: Likewise.
3092         * tests/test-vasnprintf.c: Likewise.
3093         * tests/test-vasprintf-posix.c: Likewise.
3094         * tests/test-vasprintf.c: Likewise.
3095         * tests/test-verify.c: Likewise.
3096         * tests/test-vfprintf-posix.c: Likewise.
3097         * tests/test-vprintf-posix.c: Likewise.
3098         * tests/test-vsnprintf-posix.c: Likewise.
3099         * tests/test-vsnprintf.c: Likewise.
3100         * tests/test-vsprintf-posix.c: Likewise.
3101         * tests/test-wchar.c: Likewise.
3102         * tests/test-wctype.c: Likewise.
3103         * tests/test-wcwidth.c: Likewise.
3104         * tests/test-xstrtol.c: Likewise.
3105         * tests/test-xvasprintf.c: Likewise.
3106         * tests/uniconv/test-u16-conv-from-enc.c: Likewise.
3107         * tests/uniconv/test-u16-conv-to-enc.c: Likewise.
3108         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
3109         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
3110         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
3111         * tests/uniconv/test-u32-conv-to-enc.c: Likewise.
3112         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
3113         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
3114         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
3115         * tests/uniconv/test-u8-conv-to-enc.c: Likewise.
3116         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
3117         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
3118         * tests/uniname/test-uninames.c: Likewise.
3119         * tests/unistdio/test-u16-asnprintf1.c: Likewise.
3120         * tests/unistdio/test-u16-asnprintf1.h: Likewise.
3121         * tests/unistdio/test-u16-printf1.h: Likewise.
3122         * tests/unistdio/test-u16-vasnprintf1.c: Likewise.
3123         * tests/unistdio/test-u16-vasnprintf2.c: Likewise.
3124         * tests/unistdio/test-u16-vasnprintf3.c: Likewise.
3125         * tests/unistdio/test-u16-vasprintf1.c: Likewise.
3126         * tests/unistdio/test-u16-vsnprintf1.c: Likewise.
3127         * tests/unistdio/test-u16-vsprintf1.c: Likewise.
3128         * tests/unistdio/test-u32-asnprintf1.c: Likewise.
3129         * tests/unistdio/test-u32-asnprintf1.h: Likewise.
3130         * tests/unistdio/test-u32-printf1.h: Likewise.
3131         * tests/unistdio/test-u32-vasnprintf1.c: Likewise.
3132         * tests/unistdio/test-u32-vasnprintf2.c: Likewise.
3133         * tests/unistdio/test-u32-vasnprintf3.c: Likewise.
3134         * tests/unistdio/test-u32-vasprintf1.c: Likewise.
3135         * tests/unistdio/test-u32-vsnprintf1.c: Likewise.
3136         * tests/unistdio/test-u32-vsprintf1.c: Likewise.
3137         * tests/unistdio/test-u8-asnprintf1.c: Likewise.
3138         * tests/unistdio/test-u8-asnprintf1.h: Likewise.
3139         * tests/unistdio/test-u8-printf1.h: Likewise.
3140         * tests/unistdio/test-u8-vasnprintf1.c: Likewise.
3141         * tests/unistdio/test-u8-vasnprintf2.c: Likewise.
3142         * tests/unistdio/test-u8-vasnprintf3.c: Likewise.
3143         * tests/unistdio/test-u8-vasprintf1.c: Likewise.
3144         * tests/unistdio/test-u8-vsnprintf1.c: Likewise.
3145         * tests/unistdio/test-u8-vsprintf1.c: Likewise.
3146         * tests/unistdio/test-ulc-asnprintf1.c: Likewise.
3147         * tests/unistdio/test-ulc-asnprintf1.h: Likewise.
3148         * tests/unistdio/test-ulc-printf1.h: Likewise.
3149         * tests/unistdio/test-ulc-vasnprintf1.c: Likewise.
3150         * tests/unistdio/test-ulc-vasnprintf2.c: Likewise.
3151         * tests/unistdio/test-ulc-vasnprintf3.c: Likewise.
3152         * tests/unistdio/test-ulc-vasprintf1.c: Likewise.
3153         * tests/unistdio/test-ulc-vsnprintf1.c: Likewise.
3154         * tests/unistdio/test-ulc-vsprintf1.c: Likewise.
3155         * tests/uniwidth/test-u16-strwidth.c: Likewise.
3156         * tests/uniwidth/test-u16-width.c: Likewise.
3157         * tests/uniwidth/test-u32-strwidth.c: Likewise.
3158         * tests/uniwidth/test-u32-width.c: Likewise.
3159         * tests/uniwidth/test-u8-strwidth.c: Likewise.
3160         * tests/uniwidth/test-u8-width.c: Likewise.
3161         * tests/uniwidth/test-uc_width.c: Likewise.
3162         * config/srclist-update: Likewise.
3163         (fixlicense): Update to GPLv3+.
3164
3165         Change copyright notice from LGPLv2.1+ to LGPLv3+.
3166         * tests/test-tsearch.c: Change copyright notice.
3167
3168         Change copyright notice from LGPLv2.0+ to LGPLv3+.
3169         * lib/c-strcaseeq.h: Change copyright notice.
3170         * lib/streq.h: Likewise.
3171         * lib/uniconv.h: Likewise.
3172         * lib/uniconv/u-conv-from-enc.h: Likewise.
3173         * lib/uniconv/u-conv-to-enc.h: Likewise.
3174         * lib/uniconv/u-strconv-from-enc.h: Likewise.
3175         * lib/uniconv/u-strconv-to-enc.h: Likewise.
3176         * lib/uniconv/u16-conv-from-enc.c: Likewise.
3177         * lib/uniconv/u16-conv-to-enc.c: Likewise.
3178         * lib/uniconv/u16-strconv-from-enc.c: Likewise.
3179         * lib/uniconv/u16-strconv-from-locale.c: Likewise.
3180         * lib/uniconv/u16-strconv-to-enc.c: Likewise.
3181         * lib/uniconv/u16-strconv-to-locale.c: Likewise.
3182         * lib/uniconv/u32-conv-from-enc.c: Likewise.
3183         * lib/uniconv/u32-conv-to-enc.c: Likewise.
3184         * lib/uniconv/u32-strconv-from-enc.c: Likewise.
3185         * lib/uniconv/u32-strconv-from-locale.c: Likewise.
3186         * lib/uniconv/u32-strconv-to-enc.c: Likewise.
3187         * lib/uniconv/u32-strconv-to-locale.c: Likewise.
3188         * lib/uniconv/u8-conv-from-enc.c: Likewise.
3189         * lib/uniconv/u8-conv-to-enc.c: Likewise.
3190         * lib/uniconv/u8-strconv-from-enc.c: Likewise.
3191         * lib/uniconv/u8-strconv-from-locale.c: Likewise.
3192         * lib/uniconv/u8-strconv-to-enc.c: Likewise.
3193         * lib/uniconv/u8-strconv-to-locale.c: Likewise.
3194         * lib/uniname.h: Likewise.
3195         * lib/uniname/uniname.c: Likewise.
3196         * lib/unistdio.h: Likewise.
3197         * lib/unistdio/u-asnprintf.h: Likewise.
3198         * lib/unistdio/u-asprintf.h: Likewise.
3199         * lib/unistdio/u-printf-args.c: Likewise.
3200         * lib/unistdio/u-printf-args.h: Likewise.
3201         * lib/unistdio/u-printf-parse.h: Likewise.
3202         * lib/unistdio/u-snprintf.h: Likewise.
3203         * lib/unistdio/u-sprintf.h: Likewise.
3204         * lib/unistdio/u-vasprintf.h: Likewise.
3205         * lib/unistdio/u-vsnprintf.h: Likewise.
3206         * lib/unistdio/u-vsprintf.h: Likewise.
3207         * lib/unistdio/u16-asnprintf.c: Likewise.
3208         * lib/unistdio/u16-asprintf.c: Likewise.
3209         * lib/unistdio/u16-printf-parse.c: Likewise.
3210         * lib/unistdio/u16-snprintf.c: Likewise.
3211         * lib/unistdio/u16-sprintf.c: Likewise.
3212         * lib/unistdio/u16-u16-asnprintf.c: Likewise.
3213         * lib/unistdio/u16-u16-asprintf.c: Likewise.
3214         * lib/unistdio/u16-u16-snprintf.c: Likewise.
3215         * lib/unistdio/u16-u16-sprintf.c: Likewise.
3216         * lib/unistdio/u16-u16-vasnprintf.c: Likewise.
3217         * lib/unistdio/u16-u16-vasprintf.c: Likewise.
3218         * lib/unistdio/u16-u16-vsnprintf.c: Likewise.
3219         * lib/unistdio/u16-u16-vsprintf.c: Likewise.
3220         * lib/unistdio/u16-vasnprintf.c: Likewise.
3221         * lib/unistdio/u16-vasprintf.c: Likewise.
3222         * lib/unistdio/u16-vsnprintf.c: Likewise.
3223         * lib/unistdio/u16-vsprintf.c: Likewise.
3224         * lib/unistdio/u32-asnprintf.c: Likewise.
3225         * lib/unistdio/u32-asprintf.c: Likewise.
3226         * lib/unistdio/u32-printf-parse.c: Likewise.
3227         * lib/unistdio/u32-snprintf.c: Likewise.
3228         * lib/unistdio/u32-sprintf.c: Likewise.
3229         * lib/unistdio/u32-u32-asnprintf.c: Likewise.
3230         * lib/unistdio/u32-u32-asprintf.c: Likewise.
3231         * lib/unistdio/u32-u32-snprintf.c: Likewise.
3232         * lib/unistdio/u32-u32-sprintf.c: Likewise.
3233         * lib/unistdio/u32-u32-vasnprintf.c: Likewise.
3234         * lib/unistdio/u32-u32-vasprintf.c: Likewise.
3235         * lib/unistdio/u32-u32-vsnprintf.c: Likewise.
3236         * lib/unistdio/u32-u32-vsprintf.c: Likewise.
3237         * lib/unistdio/u32-vasnprintf.c: Likewise.
3238         * lib/unistdio/u32-vasprintf.c: Likewise.
3239         * lib/unistdio/u32-vsnprintf.c: Likewise.
3240         * lib/unistdio/u32-vsprintf.c: Likewise.
3241         * lib/unistdio/u8-asnprintf.c: Likewise.
3242         * lib/unistdio/u8-asprintf.c: Likewise.
3243         * lib/unistdio/u8-printf-parse.c: Likewise.
3244         * lib/unistdio/u8-snprintf.c: Likewise.
3245         * lib/unistdio/u8-sprintf.c: Likewise.
3246         * lib/unistdio/u8-u8-asnprintf.c: Likewise.
3247         * lib/unistdio/u8-u8-asprintf.c: Likewise.
3248         * lib/unistdio/u8-u8-snprintf.c: Likewise.
3249         * lib/unistdio/u8-u8-sprintf.c: Likewise.
3250         * lib/unistdio/u8-u8-vasnprintf.c: Likewise.
3251         * lib/unistdio/u8-u8-vasprintf.c: Likewise.
3252         * lib/unistdio/u8-u8-vsnprintf.c: Likewise.
3253         * lib/unistdio/u8-u8-vsprintf.c: Likewise.
3254         * lib/unistdio/u8-vasnprintf.c: Likewise.
3255         * lib/unistdio/u8-vasprintf.c: Likewise.
3256         * lib/unistdio/u8-vsnprintf.c: Likewise.
3257         * lib/unistdio/u8-vsprintf.c: Likewise.
3258         * lib/unistdio/ulc-asnprintf.c: Likewise.
3259         * lib/unistdio/ulc-asprintf.c: Likewise.
3260         * lib/unistdio/ulc-printf-parse.c: Likewise.
3261         * lib/unistdio/ulc-snprintf.c: Likewise.
3262         * lib/unistdio/ulc-sprintf.c: Likewise.
3263         * lib/unistdio/ulc-vasnprintf.c: Likewise.
3264         * lib/unistdio/ulc-vasprintf.c: Likewise.
3265         * lib/unistdio/ulc-vsnprintf.c: Likewise.
3266         * lib/unistdio/ulc-vsprintf.c: Likewise.
3267         * lib/unistr.h: Likewise.
3268         * lib/unistr/u-cpy-alloc.h: Likewise.
3269         * lib/unistr/u-cpy.h: Likewise.
3270         * lib/unistr/u-endswith.h: Likewise.
3271         * lib/unistr/u-move.h: Likewise.
3272         * lib/unistr/u-set.h: Likewise.
3273         * lib/unistr/u-startswith.h: Likewise.
3274         * lib/unistr/u-stpcpy.h: Likewise.
3275         * lib/unistr/u-stpncpy.h: Likewise.
3276         * lib/unistr/u-strcat.h: Likewise.
3277         * lib/unistr/u-strcpy.h: Likewise.
3278         * lib/unistr/u-strcspn.h: Likewise.
3279         * lib/unistr/u-strdup.h: Likewise.
3280         * lib/unistr/u-strlen.h: Likewise.
3281         * lib/unistr/u-strncat.h: Likewise.
3282         * lib/unistr/u-strncpy.h: Likewise.
3283         * lib/unistr/u-strnlen.h: Likewise.
3284         * lib/unistr/u-strpbrk.h: Likewise.
3285         * lib/unistr/u-strspn.h: Likewise.
3286         * lib/unistr/u-strstr.h: Likewise.
3287         * lib/unistr/u-strtok.h: Likewise.
3288         * lib/unistr/u16-check.c: Likewise.
3289         * lib/unistr/u16-chr.c: Likewise.
3290         * lib/unistr/u16-cmp.c: Likewise.
3291         * lib/unistr/u16-cpy-alloc.c: Likewise.
3292         * lib/unistr/u16-cpy.c: Likewise.
3293         * lib/unistr/u16-endswith.c: Likewise.
3294         * lib/unistr/u16-mblen.c: Likewise.
3295         * lib/unistr/u16-mbsnlen.c: Likewise.
3296         * lib/unistr/u16-mbtouc-aux.c: Likewise.
3297         * lib/unistr/u16-mbtouc-unsafe-aux.c: Likewise.
3298         * lib/unistr/u16-mbtouc-unsafe.c: Likewise.
3299         * lib/unistr/u16-mbtouc.c: Likewise.
3300         * lib/unistr/u16-mbtoucr.c: Likewise.
3301         * lib/unistr/u16-move.c: Likewise.
3302         * lib/unistr/u16-next.c: Likewise.
3303         * lib/unistr/u16-prev.c: Likewise.
3304         * lib/unistr/u16-set.c: Likewise.
3305         * lib/unistr/u16-startswith.c: Likewise.
3306         * lib/unistr/u16-stpcpy.c: Likewise.
3307         * lib/unistr/u16-stpncpy.c: Likewise.
3308         * lib/unistr/u16-strcat.c: Likewise.
3309         * lib/unistr/u16-strchr.c: Likewise.
3310         * lib/unistr/u16-strcmp.c: Likewise.
3311         * lib/unistr/u16-strcpy.c: Likewise.
3312         * lib/unistr/u16-strcspn.c: Likewise.
3313         * lib/unistr/u16-strdup.c: Likewise.
3314         * lib/unistr/u16-strlen.c: Likewise.
3315         * lib/unistr/u16-strmblen.c: Likewise.
3316         * lib/unistr/u16-strmbtouc.c: Likewise.
3317         * lib/unistr/u16-strncat.c: Likewise.
3318         * lib/unistr/u16-strncmp.c: Likewise.
3319         * lib/unistr/u16-strncpy.c: Likewise.
3320         * lib/unistr/u16-strnlen.c: Likewise.
3321         * lib/unistr/u16-strpbrk.c: Likewise.
3322         * lib/unistr/u16-strrchr.c: Likewise.
3323         * lib/unistr/u16-strspn.c: Likewise.
3324         * lib/unistr/u16-strstr.c: Likewise.
3325         * lib/unistr/u16-strtok.c: Likewise.
3326         * lib/unistr/u16-to-u32.c: Likewise.
3327         * lib/unistr/u16-to-u8.c: Likewise.
3328         * lib/unistr/u16-uctomb-aux.c: Likewise.
3329         * lib/unistr/u16-uctomb.c: Likewise.
3330         * lib/unistr/u32-check.c: Likewise.
3331         * lib/unistr/u32-chr.c: Likewise.
3332         * lib/unistr/u32-cmp.c: Likewise.
3333         * lib/unistr/u32-cpy-alloc.c: Likewise.
3334         * lib/unistr/u32-cpy.c: Likewise.
3335         * lib/unistr/u32-endswith.c: Likewise.
3336         * lib/unistr/u32-mblen.c: Likewise.
3337         * lib/unistr/u32-mbsnlen.c: Likewise.
3338         * lib/unistr/u32-mbtouc-unsafe.c: Likewise.
3339         * lib/unistr/u32-mbtouc.c: Likewise.
3340         * lib/unistr/u32-mbtoucr.c: Likewise.
3341         * lib/unistr/u32-move.c: Likewise.
3342         * lib/unistr/u32-next.c: Likewise.
3343         * lib/unistr/u32-prev.c: Likewise.
3344         * lib/unistr/u32-set.c: Likewise.
3345         * lib/unistr/u32-startswith.c: Likewise.
3346         * lib/unistr/u32-stpcpy.c: Likewise.
3347         * lib/unistr/u32-stpncpy.c: Likewise.
3348         * lib/unistr/u32-strcat.c: Likewise.
3349         * lib/unistr/u32-strchr.c: Likewise.
3350         * lib/unistr/u32-strcmp.c: Likewise.
3351         * lib/unistr/u32-strcpy.c: Likewise.
3352         * lib/unistr/u32-strcspn.c: Likewise.
3353         * lib/unistr/u32-strdup.c: Likewise.
3354         * lib/unistr/u32-strlen.c: Likewise.
3355         * lib/unistr/u32-strmblen.c: Likewise.
3356         * lib/unistr/u32-strmbtouc.c: Likewise.
3357         * lib/unistr/u32-strncat.c: Likewise.
3358         * lib/unistr/u32-strncmp.c: Likewise.
3359         * lib/unistr/u32-strncpy.c: Likewise.
3360         * lib/unistr/u32-strnlen.c: Likewise.
3361         * lib/unistr/u32-strpbrk.c: Likewise.
3362         * lib/unistr/u32-strrchr.c: Likewise.
3363         * lib/unistr/u32-strspn.c: Likewise.
3364         * lib/unistr/u32-strstr.c: Likewise.
3365         * lib/unistr/u32-strtok.c: Likewise.
3366         * lib/unistr/u32-to-u16.c: Likewise.
3367         * lib/unistr/u32-to-u8.c: Likewise.
3368         * lib/unistr/u32-uctomb.c: Likewise.
3369         * lib/unistr/u8-check.c: Likewise.
3370         * lib/unistr/u8-chr.c: Likewise.
3371         * lib/unistr/u8-cmp.c: Likewise.
3372         * lib/unistr/u8-cpy-alloc.c: Likewise.
3373         * lib/unistr/u8-cpy.c: Likewise.
3374         * lib/unistr/u8-endswith.c: Likewise.
3375         * lib/unistr/u8-mblen.c: Likewise.
3376         * lib/unistr/u8-mbsnlen.c: Likewise.
3377         * lib/unistr/u8-mbtouc-aux.c: Likewise.
3378         * lib/unistr/u8-mbtouc-unsafe-aux.c: Likewise.
3379         * lib/unistr/u8-mbtouc-unsafe.c: Likewise.
3380         * lib/unistr/u8-mbtouc.c: Likewise.
3381         * lib/unistr/u8-mbtoucr.c: Likewise.
3382         * lib/unistr/u8-move.c: Likewise.
3383         * lib/unistr/u8-next.c: Likewise.
3384         * lib/unistr/u8-prev.c: Likewise.
3385         * lib/unistr/u8-set.c: Likewise.
3386         * lib/unistr/u8-startswith.c: Likewise.
3387         * lib/unistr/u8-stpcpy.c: Likewise.
3388         * lib/unistr/u8-stpncpy.c: Likewise.
3389         * lib/unistr/u8-strcat.c: Likewise.
3390         * lib/unistr/u8-strchr.c: Likewise.
3391         * lib/unistr/u8-strcmp.c: Likewise.
3392         * lib/unistr/u8-strcpy.c: Likewise.
3393         * lib/unistr/u8-strcspn.c: Likewise.
3394         * lib/unistr/u8-strdup.c: Likewise.
3395         * lib/unistr/u8-strlen.c: Likewise.
3396         * lib/unistr/u8-strmblen.c: Likewise.
3397         * lib/unistr/u8-strmbtouc.c: Likewise.
3398         * lib/unistr/u8-strncat.c: Likewise.
3399         * lib/unistr/u8-strncmp.c: Likewise.
3400         * lib/unistr/u8-strncpy.c: Likewise.
3401         * lib/unistr/u8-strnlen.c: Likewise.
3402         * lib/unistr/u8-strpbrk.c: Likewise.
3403         * lib/unistr/u8-strrchr.c: Likewise.
3404         * lib/unistr/u8-strspn.c: Likewise.
3405         * lib/unistr/u8-strstr.c: Likewise.
3406         * lib/unistr/u8-strtok.c: Likewise.
3407         * lib/unistr/u8-to-u16.c: Likewise.
3408         * lib/unistr/u8-to-u32.c: Likewise.
3409         * lib/unistr/u8-uctomb-aux.c: Likewise.
3410         * lib/unistr/u8-uctomb.c: Likewise.
3411         * lib/unitypes.h: Likewise.
3412         * lib/uniwidth.h: Likewise.
3413         * lib/uniwidth/cjk.h: Likewise.
3414         * lib/uniwidth/u16-strwidth.c: Likewise.
3415         * lib/uniwidth/u16-width.c: Likewise.
3416         * lib/uniwidth/u32-strwidth.c: Likewise.
3417         * lib/uniwidth/u32-width.c: Likewise.
3418         * lib/uniwidth/u8-strwidth.c: Likewise.
3419         * lib/uniwidth/u8-width.c: Likewise.
3420         * lib/uniwidth/width.c: Likewise.
3421
3422 2007-10-07  Bruno Haible  <bruno@clisp.org>
3423
3424         * lib/inttypes.in.h: Change copyright notice from LGPL to GPL.
3425         The file is still under LGPL (see modules/inttypes).
3426
3427 2007-10-06  Bruno Haible  <bruno@clisp.org>
3428
3429         * modules/trunc (Dependencies): Add 'extensions'.
3430         * m4/trunc.m4 (gl_FUNC_TRUNC): Require gl_USE_SYSTEM_EXTENSIONS.
3431         Reported by Ben Pfaff <blp@gnu.org>.
3432
3433 2007-10-06  Bruno Haible  <bruno@clisp.org>
3434
3435         * modules/freopen-tests: New file.
3436         * tests/test-freopen.c: New file.
3437
3438         * modules/fopen-tests: New file.
3439         * tests/test-fopen.c: New file.
3440
3441         * modules/fopen: New file.
3442         * lib/fopen.c: New file.
3443         * m4/fopen.m4: New file.
3444         * modules/freopen: New file.
3445         * lib/freopen.c: New file.
3446         * m4/freopen.m4: New file.
3447         * lib/stdio.in.h (fopen, freopen): New declarations.
3448         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Initialize also GNULIB_FOPEN,
3449         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3450         * modules/stdio (Makefile.am): Substitute also GNULIB_FOPEN,
3451         GNULIB_FREOPEN, REPLACE_FOPEN, REPLACE_FREOPEN.
3452         * doc/functions/fopen.texi: Mention the 'fopen' module.
3453         * doc/functions/freopen.texi: Mention the 'freopen' module.
3454
3455 2007-10-06  Bruno Haible  <bruno@clisp.org>
3456
3457         * modules/open-tests: New file.
3458         * tests/test-open.c: New file.
3459
3460         * modules/open: New file.
3461         * lib/open.c: New file.
3462         * m4/open.m4: New file.
3463         * lib/fchdir.c (open): If the gnulib module 'open' is used, do what
3464         lib/open.c does.
3465         * lib/fcntl.in.h (open): Declare also if replaced by the 'open' module.
3466         * m4/fcntl_h.m4 (gl_FCNTL_MODULE_INDICATOR, gl_FCNTL_H_DEFAULTS): New
3467         macros.
3468         (gl_FCNTL_H): Require gl_FCNTL_H_DEFAULTS.
3469         * modules/fcntl (Makefile.am): Also substitute GNULIB_OPEN and
3470         REPLACE_OPEN.
3471         * doc/functions/open.texi: Mention the 'open' module.
3472
3473 2007-10-04  Bruno Haible  <bruno@clisp.org>
3474
3475         * modules/ceill-tests: New file.
3476         * tests/test-ceill.c: New file.
3477
3478         * modules/ceill: New file.
3479         * lib/ceill.c: Replace entire file.
3480         * m4/ceill.m4: New file.
3481         * lib/math.in.h (ceill): Replace declaration.
3482         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILL.
3483         * modules/math (Makefile.am): Substitute also GNULIB_CEILL.
3484         * doc/functions/ceill.texi: Mention the 'ceill' module.
3485         * modules/mathl (Files): Remove lib/ceill.c.
3486         (Depends-on): Add ceill.
3487
3488 2007-10-04  Bruno Haible  <bruno@clisp.org>
3489
3490         * modules/ceilf-tests: New file.
3491         * tests/test-ceilf.c: New file.
3492
3493         * modules/ceilf: New file.
3494         * lib/ceil.c: New file.
3495         * lib/ceilf.c: New file.
3496         * m4/ceilf.m4: New file.
3497         * lib/math.in.h (ceilf): New declaration.
3498         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_CEILF and
3499         HAVE_DECL_CEILF.
3500         * modules/math (Makefile.am): Substitute also GNULIB_CEILF and
3501         HAVE_DECL_CEILF.
3502         * doc/functions/ceilf.texi: Mention the 'ceilf' module.
3503
3504 2007-10-04  Bruno Haible  <bruno@clisp.org>
3505
3506         * modules/floorl-tests: New file.
3507         * tests/test-floorl.c: New file.
3508
3509         * modules/floorl: New file.
3510         * lib/floorl.c: Replace entire file.
3511         * m4/floorl.m4: New file.
3512         * lib/math.in.h (floorl): Replace declaration.
3513         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORL.
3514         * modules/math (Makefile.am): Substitute also GNULIB_FLOORL.
3515         * doc/functions/floorl.texi: Mention the 'floorl' module.
3516         * modules/mathl (Files): Remove lib/floorl.c.
3517         (Depends-on): Add floorl.
3518
3519 2007-10-04  Bruno Haible  <bruno@clisp.org>
3520
3521         * modules/floorf-tests: New file.
3522         * tests/test-floorf.c: New file.
3523
3524         * modules/floorf: New file.
3525         * lib/floor.c: New file.
3526         * lib/floorf.c: New file.
3527         * m4/floorf.m4: New file.
3528         * lib/math.in.h (floorf): New declaration.
3529         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FLOORF and
3530         HAVE_DECL_FLOORF.
3531         * modules/math (Makefile.am): Substitute also GNULIB_FLOORF and
3532         HAVE_DECL_FLOORF.
3533         * doc/functions/floorf.texi: Mention the 'floorf' module.
3534
3535 2007-10-04  Benoit Sigoure  <tsuna@lrde.epita.fr>
3536             Bruno Haible  <bruno@clisp.org>
3537
3538         Advertise for the Git server instead of the CVS server.
3539         * doc/gnulib-intro.texi (Steady Development): Mention the Git
3540         repository instead of the CVS one.
3541         * doc/gnulib-tool.texi (VCS Issues): Renamed from "CVS Issues". Talk
3542         about all VCS systems generically.
3543         * doc/gnulib.texi (Introduction): Capitalize `Git'.
3544
3545 2007-10-04  Bruno Haible  <bruno@clisp.org>
3546
3547         * doc/gnulib.texi (Function Substitutes): Explain what an absent module
3548         means.
3549         Reported by Benoît Sigoure <tsuna@lrde.epita.fr>.
3550
3551 2007-10-04  Bruno Haible  <bruno@clisp.org>
3552
3553         * modules/truncl-tests: New file.
3554         * tests/test-truncl.c: New file.
3555
3556         * modules/truncl: New file.
3557         * lib/truncl.c: New file.
3558         * m4/truncl.m4: New file.
3559         * lib/math.in.h (truncl): New declaration.
3560         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCL and
3561         HAVE_DECL_TRUNCL.
3562         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCL and
3563         HAVE_DECL_TRUNCL.
3564         * doc/functions/truncl.texi: Mention the 'truncl' module.
3565
3566 2007-10-04  Bruno Haible  <bruno@clisp.org>
3567
3568         * modules/truncf-tests: New file.
3569         * tests/test-truncf.c: New file.
3570
3571         * modules/truncf: New file.
3572         * lib/trunc.c: Make paramerizable through USE_* macros.
3573         * lib/truncf.c: New file.
3574         * m4/truncf.m4: New file.
3575         * lib/math.in.h (truncf): New declaration.
3576         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNCF and
3577         HAVE_DECL_TRUNCF.
3578         * modules/math (Makefile.am): Substitute also GNULIB_TRUNCF and
3579         HAVE_DECL_TRUNCF.
3580         * doc/functions/truncf.texi: Mention the 'truncf' module.
3581
3582 2007-10-03  Bruno Haible  <bruno@clisp.org>
3583
3584         * gnulib-tool (func_get_automake_snippet): Synthesize an EXTRA_DIST
3585         augmentation also for tests modules.
3586         * modules/argp-tests (Makefile.am): Remove EXTRA_DIST augmentation.
3587         * modules/atexit-tests (Makefile.am): Likewise.
3588         * modules/binary-io-tests (Makefile.am): Likewise.
3589         * modules/c-strcase-tests (Makefile.am): Likewise.
3590         * modules/canonicalize-lgpl-tests (Makefile.am): Likewise.
3591         * modules/canonicalize-tests (Makefile.am): Likewise.
3592         * modules/closein-tests (Makefile.am): Likewise.
3593         * modules/fprintf-posix-tests (Makefile.am): Likewise.
3594         * modules/freadahead-tests (Makefile.am): Likewise.
3595         * modules/fseek-tests (Makefile.am): Likewise.
3596         * modules/fseeko-tests (Makefile.am): Likewise.
3597         * modules/ftell-tests (Makefile.am): Likewise.
3598         * modules/ftello-tests (Makefile.am): Likewise.
3599         * modules/isnanl-nolibm-tests (Makefile.am): Likewise.
3600         * modules/isnanl-tests (Makefile.am): Likewise.
3601         * modules/lseek-tests (Makefile.am): Likewise.
3602         * modules/mbscasecmp-tests (Makefile.am): Likewise.
3603         * modules/mbscasestr-tests (Makefile.am): Likewise.
3604         * modules/mbschr-tests (Makefile.am): Likewise.
3605         * modules/mbscspn-tests (Makefile.am): Likewise.
3606         * modules/mbsncasecmp-tests (Makefile.am): Likewise.
3607         * modules/mbspbrk-tests (Makefile.am): Likewise.
3608         * modules/mbspcasecmp-tests (Makefile.am): Likewise.
3609         * modules/mbsrchr-tests (Makefile.am): Likewise.
3610         * modules/mbsspn-tests (Makefile.am): Likewise.
3611         * modules/mbsstr-tests (Makefile.am): Likewise.
3612         * modules/printf-posix-tests (Makefile.am): Likewise.
3613         * modules/snprintf-posix-tests (Makefile.am): Likewise.
3614         * modules/sprintf-posix-tests (Makefile.am): Likewise.
3615         * modules/tsearch-tests (Makefile.am): Likewise.
3616         * modules/uniname/uniname-tests (Makefile.am): Likewise.
3617         * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
3618         * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
3619         * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
3620         * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
3621         * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
3622         * modules/vfprintf-posix-tests (Makefile.am): Likewise.
3623         * modules/vprintf-posix-tests (Makefile.am): Likewise.
3624         * modules/vsnprintf-posix-tests (Makefile.am): Likewise.
3625         * modules/vsprintf-posix-tests (Makefile.am): Likewise.
3626         * modules/xstrtoimax-tests (Makefile.am): Likewise.
3627         * modules/xstrtol-tests (Makefile.am): Likewise.
3628         * modules/xstrtoumax-tests (Makefile.am): Likewise.
3629         * modules/yesno-tests (Makefile.am): Likewise.
3630
3631 2007-10-03  Bruno Haible  <bruno@clisp.org>
3632
3633         * modules/trunc-tests: New file.
3634         * tests/test-trunc.c: New file.
3635
3636         * modules/trunc: New file.
3637         * lib/trunc.c: New file.
3638         * m4/trunc.m4: New file.
3639         * lib/math.in.h (trunc): New declaration.
3640         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_TRUNC and
3641         HAVE_DECL_TRUNC.
3642         * modules/math (Makefile.am): Substitute also GNULIB_TRUNC and
3643         HAVE_DECL_TRUNC.
3644         * doc/functions/trunc.texi: Mention the 'trunc' module.
3645
3646 2007-10-03  Bruno Haible  <bruno@clisp.org>
3647
3648         * tests/test-fpending.c: New file, mostly copied
3649         from coreutils/lib/t-fpending.c.
3650         * modules/fpending-tests: New file.
3651
3652 2007-10-03  Bruno Haible  <bruno@clisp.org>
3653
3654         Port the stdio extensions to QNX (untested).
3655         * lib/fseterr.c (fseterr): Add support for QNX.
3656         * lib/fbufmode.c (fbufmode): Likewise.
3657         * lib/freadable.c (freadable): Likewise.
3658         * lib/fwritable.c (fwritable): Likewise.
3659         * lib/freading.c (freading): Likewise.
3660         * lib/fwriting.c (fwriting): Likewise.
3661         * lib/freadahead.c (freadahed): Likewise.
3662         * lib/fpurge.c (fpurge): Likewise.
3663         * lib/fseeko.c (rpl_fseeko): Likewise.
3664
3665 2007-10-03  Bruno Haible  <bruno@clisp.org>
3666             Jim Meyering  <jim@meyering.net>
3667             Eric Blake  <ebb9@byu.net>
3668
3669         * doc/relocatable.texi: Use @command instead of @program.
3670
3671 2007-10-02  Jim Meyering  <jim@meyering.net>
3672
3673         Perform one more "_.h" -> ".in.h" substitution.
3674         * modules/unistd (Makefile.am) [unistd.h]: Use unistd.h.in
3675         instead of unistd_.h here, too.
3676
3677 2007-10-01  Bruno Haible  <bruno@clisp.org>
3678
3679         * gnulib-tool (func_emit_initmacro_done): Special case for alloca.c.
3680         Needed for the alloca-opt module.
3681
3682 2007-09-30  Bruno Haible  <bruno@clisp.org>
3683
3684         * lib/alloca.in.h: Renamed from lib/alloca_.h.
3685         * modules/alloca-opt (Files, Makefile.am): Use alloca.in.h instead of
3686         alloca_.h.
3687         * lib/argz.in.h: Renamed from lib/argz_.h.
3688         * modules/argz (Files, Makefile.am): Use argz.in.h instead of argz_.h.
3689         * lib/byteswap.in.h: Renamed from lib/byteswap_.h.
3690         * modules/byteswap (Files, Makefile.am): Use byteswap.in.h instead of
3691         byteswap_.h.
3692         * lib/dirent.in.h: Renamed from lib/dirent_.h.
3693         * modules/fchdir (Files, Makefile.am): Use dirent.in.h instead of
3694         dirent_.h.
3695         * lib/fcntl.in.h: Renamed from lib/fcntl_.h.
3696         * modules/fcntl (Files, Makefile.am): Use fcntl.in.h instead of
3697         fcntl_.h.
3698         * lib/float.in.h: Renamed from lib/float_.h.
3699         * modules/float (Files, Makefile.am): Use float.in.h instead of
3700         float_.h.
3701         * lib/fnmatch.in.h: Renamed from lib/fnmatch_.h.
3702         * modules/fnmatch (Files, Makefile.am): Use fnmatch.in.h instead of
3703         fnmatch_.h.
3704         * lib/getopt.in.h: Renamed from lib/getopt_.h.
3705         * modules/getopt (Files, Makefile.am): Use getopt.in.h instead of
3706         getopt_.h.
3707         * lib/glob.in.h: Renamed from lib/glob_.h.
3708         * modules/glob (Files, Makefile.am): Use glob.in.h instead of glob_.h.
3709         * lib/iconv.in.h: Renamed from lib/iconv_.h.
3710         * modules/iconv_open (Files, Makefile.am): Use iconv.in.h instead of
3711         iconv_.h.
3712         * lib/inttypes.in.h: Renamed from lib/inttypes_.h.
3713         * modules/inttypes (Files, Makefile.am): Use inttypes.in.h instead of
3714         inttypes_.h.
3715         * lib/locale.in.h: Renamed from lib/locale_.h.
3716         * modules/locale (Files, Makefile.am): Use locale.in.h instead of
3717         locale_.h.
3718         * lib/math.in.h: Renamed from lib/math_.h.
3719         * modules/math (Files, Makefile.am): Use math.in.h instead of math_.h.
3720         * lib/netinet_in.in.h: Renamed from lib/netinet_in_.h.
3721         * modules/netinet_in (Files, Makefile.am): Use netinet_in.in.h instead
3722         of netinet_in_.h. Add dependency.
3723         * lib/poll.in.h: Renamed from lib/poll_.h.
3724         * modules/poll (Files, Makefile.am): Use poll.in.h instead of poll_.h.
3725         * lib/search.in.h: Renamed from lib/search_.h.
3726         * modules/search (Files, Makefile.am): Use search.in.h instead of
3727         search_.h.
3728         * lib/signal.in.h: Renamed from lib/signal_.h.
3729         * modules/signal (Files, Makefile.am): Use signal.in.h instead of
3730         _signal.h.
3731         * lib/stdbool.in.h: Renamed from lib/stdbool_.h.
3732         * modules/stdbool (Files, Makefile.am): Use stdbool.in.h instead of
3733         stdbool_.h.
3734         * lib/stdint.in.h: Renamed from lib/stdint_.h.
3735         * modules/stdint (Files, Makefile.am): Use stdint.in.h instead of
3736         stdint_.h.
3737         * lib/stdio.in.h: Renamed from lib/stdio_.h.
3738         * modules/stdio (Files, Makefile.am): Use stdio.in.h instead of
3739         stdio_.h.
3740         * lib/stdlib.in.h: Renamed from lib/stdlib_.h.
3741         * modules/stdlib (Files, Makefile.am): Use stdlib.in.h instead of
3742         stdlib_.h.
3743         * lib/string.in.h: Renamed from lib/string_.h.
3744         * modules/string (Files, Makefile.am): Use string.in.h instead of
3745         string_.h.
3746         * doc/gnulib-tool.texi (Initial import): Update.
3747         * lib/sys_select.in.h: Renamed from lib/sys_select_.h.
3748         * modules/sys_select (Files, Makefile.am): Use sys_select.in.h instead
3749         of sys_select_.h. Add dependency.
3750         * lib/sys_socket.in.h: Renamed from lib/sys_socket_.h.
3751         * modules/sys_socket (Files, Makefile.am): Use sys_socket.in.h instead
3752         of sys_socket_.h.
3753         * lib/sys_stat.in.h: Renamed from lib/sys_stat_.h.
3754         * modules/sys_stat (Files, Makefile.am): Use sys_stat.in.h instead of
3755         sys_stat_.h.
3756         * lib/sys_time.in.h: Renamed from lib/sys_time_.h.
3757         * modules/sys_time (Files, Makefile.am): Use sys_time.in.h instead of
3758         sys_time_.h.
3759         * lib/sysexits.in.h: Renamed from lib/sysexits_.h.
3760         * modules/sysexits (Files, Makefile.am): Use sysexits.in.h instead of
3761         sysexits_.h.
3762         * lib/time.in.h: Renamed from lib/time_.h.
3763         * modules/time (Files, Makefile.am): Use time.in.h instead of time_.h.
3764         * lib/unistd.in.h: Renamed from lib/unistd_.h.
3765         * modules/unistd (Files, Makefile.am): Use unistd.in.h instead of
3766         unistd_.h.
3767         * lib/wchar.in.h: Renamed from lib/wchar_.h.
3768         * modules/wchar (Files, Makefile.am): Use wchar.in.h instead of
3769         wchar_.h.
3770         * lib/wctype.in.h: Renamed from lib/wctype_.h.
3771         * modules/wctype (Files, Makefile.am): Use wctype.in.h instead of
3772         wctype_.h.
3773         * build-aux/bootstrap (slurp): Update.
3774         * lib/.cppi-disable: Update.
3775
3776 2007-09-30  Bruno Haible  <bruno@clisp.org>
3777
3778         * tests/test-getaddrinfo.c (AF_UNSPEC): Provide a fallback definition.
3779         Needed on BeOS.
3780
3781 2007-09-30  Bruno Haible  <bruno@clisp.org>
3782
3783         * modules/dirname-tests (check_PROGRAMS): Renamed from noinst_PROGRAMS.
3784
3785 2007-09-29  Bruno Haible  <bruno@clisp.org>
3786
3787         * lib/stdio_.h (getdelim, getline): Add identifiers. Doc tweak.
3788
3789 2007-09-29  Bruno Haible  <bruno@clisp.org>
3790
3791         * lib/xreadlink.c (xreadlink): Simplify to a wrapper around areadlink.
3792         * modules/xreadlink (Depends-on): Add areadlink, remove readlink etc.
3793         * build-aux/install-reloc: Compile also areadlink.c.
3794         * modules/relocatable-prog-wrapper (Files): Add lib/areadlink.[hc].
3795
3796 2007-09-29  Bruno Haible  <bruno@clisp.org>
3797
3798         * gnulib-tool (func_emit_initmacro_done): Indentation.
3799
3800 2007-09-29  Bruno Haible  <bruno@clisp.org>
3801
3802         * README: Add CVS checkout update instructions.
3803         Info from Bob Proulx <bob@proulx.com>.
3804
3805 2007-09-28  Eric Blake  <ebb9@byu.net>
3806
3807         Provide move-if-change.
3808         * build-aux/move-if-change: New file, based on best practice
3809         rather than any canonical upstream location.
3810
3811 2007-09-28  Jim Meyering  <jim@meyering.net>
3812
3813         Fix canonicalize loop-detection corner case.
3814         Do not attempt to stat the symlink values stored via seen_triple.
3815         Without this, coreutils' tests/misc/readlink-fp-loop test would fail
3816         on linux-2.6.18, (but not 2.6.22).
3817         * lib/canonicalize.c (seen_triple): Use triple_compare_ino_str, not
3818         triple_compare.  The former compares dev,ino,filename, while the latter
3819         would actually stat dirname(filename) when dev and ino were equal.
3820         * lib/hash-triple.c: Install <string.h>.
3821         (STREQ): Define.
3822         (triple_compare_ino_str): New function.
3823         * lib/hash-triple.h (triple_compare_ino_str): Declare it.
3824
3825 2007-09-28  Eric Blake  <ebb9@byu.net>
3826
3827         Enforce that AC_REPLACE_FUNCS files exist.
3828         * gnulib-tool (func_emit_initmacro_done): Make AC_LIBSOURCES
3829         override check for typos.
3830
3831         Fix test-closein on Solaris 10.
3832         * tests/test-closein.c (main): Don't assume stdin can be inherited
3833         closed on all systems.
3834         * tests/test-closein.sh: Likewise.
3835         Reported by Piotr Tarnowski.
3836
3837 2007-09-28  Jim Meyering  <jim@meyering.net>
3838
3839         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Fix typo in comment.
3840
3841 2007-09-27  Jim Meyering  <jim@meyering.net>
3842
3843         canonicalize: Avoid a false-positive cycle failure.
3844         * modules/canonicalize (Depends-on): Add file-set and hash-triple.
3845         Sort.  Remove cycle-check.
3846         * lib/canonicalize.c: Include file-set.h and hash-triple.h,
3847         not cycle-check.h.
3848         (seen_triple): New function.
3849         (canonicalize_filename_mode): Use it instead of cycle-check.
3850         * tests/test-canonicalize.c: Add a test for this bug.
3851         * tests/test-canonicalize.sh: Set up and run the test.
3852
3853         New module, file-set, from coreutils.
3854         * modules/file-set: Define it.
3855         * lib/file-set.c, lib/file-set.h: Implement.
3856
3857         New module, hash-triple, from coreutils.
3858         * modules/hash-triple: Define it.
3859         * lib/hash-triple.c, lib/hash-triple.h: Implement.
3860
3861 2007-09-25  Eric Blake  <ebb9@byu.net>
3862
3863         Fix strerror on Interix.
3864         * lib/string_.h (strerror): Declare replacement.
3865         * doc/functions/strerror.texi (strerror): Document the Interix
3866         shortcoming.
3867         * modules/string (Makefile.am): Support new hooks.
3868         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add new hooks.
3869         * m4/strerror.m4 (gl_FUNC_STRERROR): Defer to
3870         gl_FUNC_STRERROR_SEPARATE.
3871         (gl_FUNC_STRERROR_SEPARATE): Check for Interix bug.
3872         * lib/strerror.c (rpl_strerror): Provide replacement.
3873         * modules/strerror (Depends-on): Add string.
3874         (configure.ac): Detect use of module.
3875         * tests/test-strerror.c: New file.
3876         * modules/strerror-tests: New test module.
3877         * modules/argp (Depends-on): Add strerror.
3878         * modules/error (Depends-on): Likewise.
3879         Reported by Martin Koeppe.
3880
3881 2007-09-24  Bruno Haible  <bruno@clisp.org>
3882
3883         * README: Update git instructions.
3884
3885 2007-09-24  Eric Blake  <ebb9@byu.net>
3886
3887         Revert fpending breakage from 2007-09-08.
3888         * m4/fpending.m4 (gl_FUNC_FPENDING): Don't require existence of
3889         __fpending.c.
3890
3891 2007-09-24  Jim Meyering  <jim@meyering.net>
3892
3893         filenamecat.c: Add a test.
3894         * lib/filenamecat.c (main) [TEST_FILE_NAME_CONCAT]: Add a test
3895         showing how the function works when DIR is the empty string.
3896
3897 2007-09-21  Simon Josefsson  <simon@josefsson.org>
3898
3899         * tests/test-canonicalize.sh: Turn on executable bit.
3900
3901 2007-09-19  Eric Blake  <ebb9@byu.net>
3902
3903         * README: Update CVS instructions.
3904
3905 2007-09-18  Bruno Haible  <bruno@clisp.org>
3906
3907         * modules/areadlink: New file.
3908         * lib/areadlink.h (areadlink): New declaration.
3909         * lib/areadlink.c: New file, based on lib/xreadlink.c.
3910
3911 2007-09-17  Jim Meyering  <jim@meyering.net>
3912
3913         * lib/savewd.c (ESTALE) [!defined]: Define.
3914         Reported to be required on Interix by Martin Koeppe.
3915
3916 2007-09-17  Bruno Haible  <bruno@clisp.org>
3917
3918         * gnulib-tool (func_version): Use $version.
3919
3920 2007-09-16  Bruno Haible  <bruno@clisp.org>
3921
3922         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE, gl_PRINTF_INFINITE,
3923         gl_PRINTF_INFINITE_LONG_DOUBLE): Increase buf's size from 100 to 10000.
3924         Needed on glibc-2.6.1 with -fstack-protector -D_FORTIFY_SOURCE=2.
3925         Reported by Greg Schafer <gschafer@zip.com.au>.
3926
3927 2007-09-15  Bruno Haible  <bruno@clisp.org>
3928
3929         * gnulib-tool (sed): Try a little harder to make bash understand the
3930         alias.
3931         Reported by Bruce Korb <bruce.korb@gmail.com>.
3932
3933 2007-09-13  Eric Blake  <ebb9@byu.net>
3934
3935         * ChangeLog: Remove conflict markers.
3936
3937 2007-09-13  Simon Josefsson  <simon@josefsson.org>
3938
3939         * lib/gc-gnulib.c (gc_hash_open): Catch NULL calloc return value.
3940         Reported by Bruno Haible <bruno@clisp.org>.
3941
3942 2007-09-12  Bruno Haible  <bruno@clisp.org>
3943
3944         * m4/lock.m4: Don't provide an AC_USE_SYSTEM_EXTENSIONS definition.
3945         (gl_LOCK_EARLY_BODY): Use AC_GNU_SOURCE when AC_USE_SYSTEM_EXTENSIONS
3946         is not defined.
3947
3948 2007-09-12  Eric Blake  <ebb9@byu.net>
3949
3950         Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
3951         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Update to CVS
3952         Autoconf definition.
3953         * modules/euidaccess (Depends-on): Add extensions, for
3954         AC_USE_SYSTEM_EXTENSIONS with autoconf <= 2.59.
3955         * modules/fnmatch (Depends-on): Likewise.
3956         * modules/getaddrinfo (Depends-on): Likewise.
3957         * modules/getdelim (Depends-on): Likewise.
3958         * modules/getline (Depends-on): Likewise.
3959         * modules/getsubopt (Depends-on): Likewise.
3960         * modules/gettext (Depends-on): Likewise.
3961         * modules/group-member (Depends-on): Likewise.
3962         * modules/mbchar (Depends-on): Likewise.
3963         * modules/memmem (Depends-on): Likewise.
3964         * modules/mempcpy (Depends-on): Likewise.
3965         * modules/memrchr (Depends-on): Likewise.
3966         * modules/pagealign_alloc (Depends-on): Likewise.
3967         * modules/readutmp (Depends-on): Likewise.
3968         * modules/stpcpy (Depends-on): Likewise.
3969         * modules/stpncpy (Depends-on): Likewise.
3970         * modules/strchrnul (Depends-on): Likewise.
3971         * modules/strndup (Depends-on): Likewise.
3972         * modules/strsep (Depends-on): Likewise.
3973         * modules/strverscmp (Depends-on): Likewise.
3974         * modules/vasprintf (Depends-on): Likewise.
3975         * modules/wcwidth (Depends-on): Likewise.
3976         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): AC_GNU_SOURCE will be
3977         obsolete in Autoconf 2.62; use AC_USE_SYSTEM_EXTENSIONS instead.
3978         * m4/fnmatch.m4 (gl_FUNC_FNMATCH_GNU): Likewise.
3979         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDR_INFO): Likewise.
3980         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Likewise.
3981         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
3982         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Likewise.
3983         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
3984         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER): Likewise.
3985         * m4/mbchar.m4 (gl_MBCHAR): Likewise.
3986         * m4/memmem.m4 (gl_FUNC_MEMMEM): Likewise.
3987         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
3988         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
3989         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Likewise.
3990         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC): Likewise.
3991         * m4/readutmp.m4 (gl_READUTMP): Likewise.
3992         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
3993         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
3994         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
3995         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
3996         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
3997         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
3998         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
3999         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP): Likewise.
4000         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): Likewise.
4001         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
4002         * m4/lock.m4 (gl_LOCK_EARLY_BODY): Likewise, but provide fallback,
4003         so that lock.m4 can be used in gettext without extensions module.
4004
4005 2007-09-11  Bruno Haible  <bruno@clisp.org>
4006
4007         * m4/isc-posix.m4: Remove file.
4008         Suggested by Eric Blake.
4009
4010 2007-09-11  Eric Blake  <ebb9@byu.net>
4011
4012         * ChangeLog: Restore lines accidentally truncated 2007-04-06.
4013
4014 2007-09-10  Bruno Haible  <bruno@clisp.org>
4015
4016         * posix-modules: Fix typo in error message.
4017         Reported by Matt <mkraai@beckman.com>.
4018
4019 2007-09-09  Bruno Haible  <bruno@clisp.org>
4020
4021         * doc/functions/getdelim.texi: Update list of platforms lacking the
4022         function.
4023         * doc/functions/getline.texi: Likewise.
4024
4025 2007-09-09  Jim Meyering  <jim@meyering.net>
4026
4027         * lib/hash.c (hash_initialize): Detect calloc failure.
4028         Reported by Bruno Haible.
4029
4030 2007-09-09  Bruno Haible  <bruno@clisp.org>
4031
4032         * lib/canonicalize-lgpl.c (__realpath): Set errno to ENOMEM when
4033         malloc or realloc fails.
4034
4035 2007-09-09  Bruno Haible  <bruno@clisp.org>
4036
4037         * modules/getcwd (Depends-on): Add malloc-posix.
4038         * modules/glob (Depends-on): Likewise.
4039         * modules/putenv (Depends-on): Likewise.
4040         * modules/strdup (Depends-on): Likewise.
4041         * modules/getdelim (Depends-on): Add realloc-posix.
4042         * modules/read-file (Depends-on): Likewise.
4043
4044 2007-09-09  Bruno Haible  <bruno@clisp.org>
4045
4046         * m4/malloc.m4 (gl_CHECK_MALLOC_POSIX): New macro.
4047         (gl_FUNC_MALLOC_POSIX): Require it.
4048         * m4/realloc.m4 (gl_FUNC_REALLOC_POSIX): Likewise.
4049         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): Likewise.
4050         * modules/realloc (Files): Add m4/malloc.m4.
4051         * modules/calloc (Files): Likewise.
4052
4053 2007-09-09  Bruno Haible  <bruno@clisp.org>
4054
4055         * modules/malloc-posix: New file.
4056         * modules/malloc (Depends-on): Add malloc-posix.
4057         * lib/malloc.c: Include errno.h.
4058         (rpl_malloc): Merge the requirements of a glibc-compatible malloc
4059         and a POSIX-compatible malloc into a single function. Set ENOMEM
4060         when returning NULL.
4061         * m4/malloc.m4: New file.
4062         * doc/functions/malloc.texi: Mention the malloc-posix module.
4063         * lib/stdlib_.h (malloc): New declaration.
4064         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4065         GNULIB_MALLOC_POSIX and HAVE_MALLOC_POSIX.
4066         * modules/stdlib (stdlib.h): Substitute also GNULIB_MALLOC_POSIX
4067         and HAVE_MALLOC_POSIX.
4068
4069 2007-09-09  Bruno Haible  <bruno@clisp.org>
4070
4071         * modules/realloc-posix: New file.
4072         * modules/realloc (Depends-on): Add realloc-posix.
4073         * lib/realloc.c: Include errno.h.
4074         (rpl_realloc): Merge the requirements of a glibc-compatible realloc
4075         and a POSIX-compatible realloc into a single function. Set ENOMEM
4076         when returning NULL.
4077         * m4/realloc.m4: New file.
4078         * doc/functions/realloc.texi: Mention the realloc-posix module.
4079         * lib/stdlib_.h (realloc): New declaration.
4080         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4081         GNULIB_REALLOC_POSIX and HAVE_REALLOC_POSIX.
4082         * modules/stdlib (stdlib.h): Substitute also GNULIB_REALLOC_POSIX
4083         and HAVE_REALLOC_POSIX.
4084
4085 2007-09-09  Bruno Haible  <bruno@clisp.org>
4086
4087         * modules/calloc-posix: New file.
4088         * modules/calloc (Depends-on): Add calloc-posix.
4089         * lib/calloc.c: Include errno.h.
4090         (rpl_calloc): Merge the requirements of a glibc-compatible calloc
4091         and a POSIX-compatible calloc into a single function. Set ENOMEM
4092         when returning NULL.
4093         * m4/calloc.m4 (gl_FUNC_CALLOC_POSIX): New macro.
4094         * doc/functions/calloc.texi: Mention the calloc-posix module.
4095         * lib/stdlib_.h (calloc): New declaration.
4096         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize
4097         GNULIB_CALLOC_POSIX and HAVE_CALLOC_POSIX.
4098         * modules/stdlib (stdlib.h): Substitute also GNULIB_CALLOC_POSIX
4099         and HAVE_CALLOC_POSIX.
4100
4101 2007-09-09  Bruno Haible  <bruno@clisp.org>
4102
4103         Allow for modules to show an arbitrary notice.
4104         * modules/TEMPLATE-EXTENDED: Add 'Notice' field.
4105         * gnulib-tool: New option --extract-notice.
4106         (func_usage): Document it.
4107         (sed_extract_prog): Update.
4108         (func_get_notice): New function.
4109         (func_modules_notice): New function.
4110         (func_import, func_create_testdir): Invoke it.
4111         Suggested by Jim Meyering.
4112
4113 2007-09-09  Bruno Haible  <bruno@clisp.org>
4114
4115         * gnulib-tool: New options --verbose, --quiet.
4116         (func_usage): Document them.
4117         (verbose): New variable.
4118         (func_execute_command): New function.
4119         (func_import): Don't show the module list and the file list if
4120         $verbose < 0.
4121         (func_create_testdir): Likewise. Use func_execute_command.
4122         (func_create_megatestdir): Use func_execute_command.
4123
4124 2007-09-08  Bruno Haible  <bruno@clisp.org>
4125
4126         * gnulib-tool (func_import): Prefer rsync over wget when available,
4127         for fetching the PO files.
4128
4129 2007-09-08  Bruno Haible  <bruno@clisp.org>
4130
4131         * posix-modules: New file. Portions copied from gnulib-tool.
4132         * doc/gnulib.texi (POSIX Substitutes Library): New chapter.
4133
4134 2007-09-08  Jim Meyering  <jim@meyering.net>
4135
4136         Rename __fpending.c -> fpending.c and __fpending.h -> fpending.h
4137         * lib/fpending.h: Rename from __fpending.h.
4138         * lib/fpending.c: Rename from __fpending.c.
4139         Include "fpending.h", not "__fpending.h".
4140         * lib/__fpending.h, lib/__fpending.c: Remove files.
4141         * modules/fpending (Files): Reflect new file names.
4142         * lib/close-stream.c: Include "fpending.h", not "__fpending.h".
4143
4144 2007-09-08  Bruno Haible  <bruno@clisp.org>
4145
4146         * m4/inttypes-h.m4: Remove stub file.
4147
4148 2007-09-07  Simon Josefsson  <simon@josefsson.org>
4149
4150         * doc/headers/stdint.texi: Discuss #include_next issue.
4151
4152 2007-09-06  Paul Eggert  <eggert@cs.ucla.edu>
4153
4154         * build-aux/bootstrap: Remove obsolete comment about wget --help.
4155
4156 2007-09-06  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4157
4158         * m4/time_h.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Fix misspelling
4159         in variable name.
4160
4161 2007-09-03  Jim Meyering  <jim@meyering.net>
4162
4163         New module: git-version-gen.
4164         * modules/git-version-gen: New file.
4165
4166         Import changes from coreutils for bootstrap script.
4167
4168         * build-aux/bootstrap (WGET_COMMAND): Remove code to set this variable.
4169
4170         bootstrap: uses rsync to download the .po files
4171         * build-aux/bootstrap (po_download_command_format): New global.
4172         (download_po_files): Use rsync.
4173         (update_po_files): Don't remove .po files after download,
4174         so future rsync runs can take advantage of the copies.
4175
4176         * build-aux/bootstrap (gnulib_tool): Make sha1sum check quietly.
4177
4178         Solve the unnecessary-.po-file-regeneration problem once and for all.
4179         * build-aux/bootstrap (download_po_files): New function, renamed from
4180         get_translations.  Now, downloads, but doesn't update LINGUAS.
4181         (update_po_files): New function.
4182
4183         bootstrap: Ignore more.
4184         * build-aux/bootstrap (symlink_to_dir): Add a directory name like
4185         uniwidth to e.g., lib/.gitignore.
4186         (slurp): Handle the sys_stat_.h -> sys mapping, too.
4187
4188         * build-aux/bootstrap: New setting: vc_ignore.
4189         (insert_sorted_if_absent): Create $file if absent.
4190         Adapt to new, possibly empty, list: $vc_ignore.
4191
4192         bootstrap: generate more ignorable names
4193         * build-aux/bootstrap (slurp): When generating ignorable names,
4194         also map .sin to .sed, .gperf to .c, and .y to .c.
4195
4196 2007-09-03  Jim Meyering  <jim@meyering.net>
4197
4198         * build-aux/git-version-gen: New file, from coreutils.  For details, see
4199         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=bfe49f506
4200
4201 2007-09-02  Bruno Haible  <bruno@clisp.org>
4202
4203         Fix mis-recognition of 'mcs' on QNX 6.
4204         * m4/csharpcomp.m4 (gt_CSHARPCOMP): Test whether the "mcs --version"
4205         output contains the string "Mono".
4206         * lib/csharpcomp.c (compile_csharp_using_mono): Likewise.
4207         Reported by <kraai@ftbfs.org> at <https://savannah.gnu.org/bugs/?18337>.
4208
4209 2007-09-01  Bruno Haible  <bruno@clisp.org>
4210
4211         Fix collision between uniwidth/* and linebreak modules.
4212         * lib/linebreak.h (locale_charset, uc_width, u8_width, u16_width,
4213         u32_width): Remove declarations.
4214         * lib/linebreak.c: Include uniwidth.h, uniwidth/cjk.h, streq.h.
4215         (u32_mbtouc_unsafe, streq9, streq8, streq7, streq6, streq5, streq4,
4216         streq3, streq2, streq1, streq0): Remove functions.
4217         (STREQ): Remove macro.
4218         (is_cjk_encoding): Remove function.
4219         (nonspacing_table_data, nonspacing_table_ind): Remove constants.
4220         (uc_width, u8_width, u16_width, u32_width): Remove functions.
4221         * modules/linebreak (Depends-on): Add streq, uniwidth/width.
4222         * NEWS: Document the change.
4223
4224 2007-09-01  Bruno Haible  <bruno@clisp.org>
4225
4226         * lib/streq.h: Add double-inclusion guard.
4227
4228 2007-09-01  Karl Berry  <karl@gnu.org>
4229
4230         * MODULES.html.sh: Rename mreadlink_with_size to areadlink_with_size.
4231
4232 2007-08-28  Jim Meyering  <jim@meyering.net>
4233
4234         Rename mreadlink_with_size to areadlink_with_size.
4235         * NEWS: Document the change.
4236         * lib/mreadlink-with-size.c (mreadlink_with_size): Rename this to...
4237         * lib/areadlink-with-size.c (areadlink_with_size): ...this.
4238         * lib/mreadlink.h: Rename this to...
4239         * lib/areadlink.h: ...this.
4240         * modules/mreadlink-with-size: Rename this to...
4241         * modules/areadlink-with-size: ...this.
4242         * lib/canonicalize.c: Reflect the renaming.
4243         * modules/canonicalize: Likewise.
4244
4245 2007-08-26  Bruno Haible  <bruno@clisp.org>
4246
4247         * gnulib-tool (func_import): When deciding which files to remove,
4248         consider also dangling symbolic links.
4249         Reported by Eric Blake.
4250
4251 2007-08-26  Bruno Haible  <bruno@clisp.org>
4252
4253         * gnulib-tool (func_ln_if_changed): Use "test -h", not "test -L".
4254
4255 2007-08-23  Simon Josefsson  <simon@josefsson.org>
4256
4257         * lib/readline.c: Don't include getline.h, the prototype is now
4258         found in stdio.h.
4259
4260 2007-08-23  Jim Meyering  <jim@meyering.net>
4261
4262         Getdelim touchup.
4263         * lib/getdelim.c (getdelim): Don't bother to save/restore errno
4264         around the funlockfile call, since funlockfile never sets errno.
4265         Don't set errno upon failed realloc.
4266
4267 2007-08-22  Eric Blake  <ebb9@byu.net>
4268
4269         Getline touchups.
4270         * lib/getdelim.c (getdelim): Revert regression that required *n to
4271         be 0 when *lineptr is NULL.  Preserve errno across funlockfile.
4272         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Check for declaration of
4273         getdelim, rather than whether implementation is missing.
4274         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise for getline.
4275         * lib/stdio_.h (getline): Also declare if replacement is
4276         required.
4277         * doc/functions/getdelim.texi: New file.
4278         * doc/functions/getline.texi: Likewise.
4279         * doc/gnulib.texi (Function Substitutes): Add new files.
4280         Reported by Bruno Haible.
4281
4282 2007-08-22  Ludovic Courtès  <ludo@gnu.org>
4283
4284         * users.txt: Add Guile.
4285
4286 2007-08-22  Eric Blake  <ebb9@byu.net>
4287
4288         * tests/test-getdelim.c (main): Use remove, not unlink.
4289         * tests/test-getline.c (main): Likewise.
4290
4291         Move getline and getdelim into stdio.h, per POSIX 200x.
4292         * modules/getline (Files): Remove getline.h.
4293         (Depends-on): Add stdio.
4294         (configure.ac): Add module indicator.
4295         * modules/getdelim (Files): Remove getdelim.h.
4296         (Depends-on): Add stdio.
4297         (configure.ac): Add module indicator.
4298         * modules/stdio (Makefile.am): Work with new indicators.
4299         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Add new defaults.
4300         * m4/getdelim.m4 (gl_FUNC_GETDELIM): Work with stdio needs.
4301         * m4/getline.m4 (gl_FUNC_GETLINE): Likewise.
4302         * lib/getdelim.h: Delete.
4303         * lib/getline.h: Delete.
4304         * lib/stdio_.h (getdelim, getline): Declare.
4305         * modules/getdelim-tests: New module.
4306         * modules/getline-tests: Likewise.
4307         * tests/test-getdelim.c: New file.
4308         * tests/test-getline.c: Likewise.
4309         * NEWS: Document the change.
4310         * lib/getline.c: Update choice of header.
4311         * lib/csharpcomp.c: Likewise.
4312         * lib/getpass.c: Likewise.
4313         * lib/javacomp.c: Likewise.
4314         * lib/javaversion.c: Likewise.
4315         * lib/yesno.c: Likewise.
4316         * lib/getdelim.c: Likewise.
4317         (getdelim): Set errno on failure, and avoid memory leak.
4318
4319 2007-08-19  Bruno Haible  <bruno@clisp.org>
4320
4321         * modules/closein (Depends-on): Add freadahead.
4322         * lib/closein.c: Include freadahead.h.
4323         (close_stdin): Skip the fseeko and fflush calls if freadahead(stdin)
4324         is zero.
4325
4326 2007-08-19  Bruno Haible  <bruno@clisp.org>
4327
4328         * modules/freadahead-tests: New file.
4329         * tests/test-freadahead.sh: New file.
4330         * tests/test-freadahead.c: New file.
4331
4332         * modules/freadahead: New file.
4333         * lib/freadahead.h: New file.
4334         * lib/freadahead.c: New file.
4335         * MODULES.html.sh (File stream based Input/Output): Add freadahead,
4336         fbufmode, fpurge, freadable, fwritable.
4337
4338 2007-08-19  Eric Blake  <ebb9@byu.net>
4339
4340         Test yesno in combination with closein.
4341         * lib/yesno.c (yesno): Document use of stdin.
4342         * modules/yesno-tests (Files): New module.
4343         * tests/test-yesno.c (main): New file.
4344         * tests/test-yesno.sh: Likewise.
4345
4346 2007-08-19  Bruno Haible  <bruno@clisp.org>
4347
4348         * lib/fbufmode.c (fbufmode): Add tentative support for Solaris/AMD64.
4349         * lib/fseeko.c (rpl_fseeko): Likewise.
4350         * lib/fseterr.c (fseterr): Likewise.
4351
4352 2007-08-19  Bruno Haible  <bruno@clisp.org>
4353
4354         * tests/test-lseek.c (main): Disable a test for BeOS.
4355         * doc/functions/lseek.texi: Document the BeOS bug.
4356
4357 2007-08-19  Bruno Haible  <bruno@clisp.org>
4358             Eric Blake  <ebb9@byu.net>
4359
4360         * lib/lseek.c: Include <sys/stat.h>.
4361         (rpl_lseek): Add workaround code also for Unix platforms.
4362         Needed for BeOS.
4363         * m4/lseek.m4 (gl_FUNC_LSEEK): When cross-compiling, fail on BeOS.
4364         * doc/functions/lseek.texi: Document BeOS definiency.
4365
4366 2007-08-18  Bruno Haible  <bruno@clisp.org>
4367
4368         * modules/fstrcmp-tests: New file.
4369         * tests/test-fstrcmp.c: New file.
4370
4371 2007-08-18  Bruno Haible  <bruno@clisp.org>
4372
4373         * modules/fstrcmp: New file, from GNU gettext with modifications.
4374         * lib/fstrcmp.h: New file, from GNU gettext.
4375         * lib/fstrcmp.c: New file, from GNU gettext.
4376         * MODULES.html.sh (String handling): Add fstrcmp.
4377
4378 2007-08-18  Bruno Haible  <bruno@clisp.org>
4379
4380         * lib/diffseq.h (struct context): Change type of 'heuristic' field to
4381         'bool'.
4382         (diag, compareseq): Remove const from the ctxt argument.
4383         (USE_HEURISTIC): Undefine at the end.
4384
4385 2007-08-18  Jim Meyering  <jim@meyering.net>
4386
4387         New file: lib/idcache.h
4388         * NEWS: Mention the addition.
4389         * modules/idcache (Files): Add lib/idcache.h
4390         * lib/idcache.c: Include "idcache.h".
4391         Don't include <sys/types.h>.
4392         Add a FIXME comment.
4393         Move file-scoped "static" declarations to the top.
4394         * lib/idcache.h: New file.  Include <sys/types.h> here, instead.
4395
4396 2007-08-17  Bruno Haible  <bruno@clisp.org>
4397         and Paul Eggert  <eggert@cs.ucla.edu>
4398
4399         * MODULES.html.sh: Add diffseq.
4400         * modules/diffseq: New file.
4401         * lib/diffseq.h: New file, from GNU gettext with a few minor changes,
4402         extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
4403
4404 2007-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4405
4406         Import changes from coreutils for bootstrap script.
4407
4408         2007-07-21  Paul Eggert  <eggert@cs.ucla.edu>
4409
4410         * build-aux/bootstrap (slurp): Work even in environments where
4411         "ls" defaults to "ls -A".  Put in a FIXME, though, since the
4412         current code does not slurp files whose names start with ".", and
4413         this looks like it might be a troublesome area.
4414
4415         2007-07-11  Jim Meyering  <jim@meyering.net>
4416
4417         If there's a GPL vN copyright comment, require that N == 3.
4418
4419         2007-07-08  Jim Meyering  <jim@meyering.net>
4420
4421         Run the coreutils-specific code only if tests/Makefile.am.in exists.
4422         * build-aux/bootstrap (mam_template): Move definition out of loop.
4423
4424         Create symlinks for gl/{lib,m4}/*, just as for gnulib/{lib,m4}/*.
4425
4426         * build-aux/bootstrap (symlink_to_dir): Rename function from
4427         symlink_to_gnulib.  Add a directory parameter.  Update all
4428         callers.
4429         (cp_mark_as_generated): Also check for -- and link to -- files in
4430         gl/.
4431
4432         2007-07-08  Jim Meyering  <jim@meyering.net>
4433
4434         Adapt to deeper hierarchy in gnulib.
4435         * build-aux/bootstrap (symlink_to_dir): If the destination
4436         directory doesn't exist, create it. This is required at least for
4437         "lib/uniwidth/cjk.h".
4438
4439         2007-05-15  Jim Meyering  <jim@meyering.net>
4440
4441         * build-aux/bootstrap: Now that generated Makefile.am files
4442         are no longer under version control, they must be created at
4443         bootstrap time.
4444
4445 2007-08-14  Ben Pfaff  <blp@gnu.org>
4446
4447         * lib/count-one-bits.h: Add comments.  From Bruno Haible.
4448
4449 2007-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4450
4451         * lib/count-one-bits.h: Don't include <limits.h>; no longer needed
4452         given the changes below.
4453         (COUNT_ONE_BITS): Use 'verify' rather than 'verify_true'.  Work
4454         even on hosts that have padding bits beyond the supported 64.
4455
4456 2007-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
4459         * lib/xstrtol.h: Don't include exitfail.h; that's now internal to
4460         xstrtol.c.  Include getopt.h, since xstrtol_fatal's signature
4461         depends on it.
4462         (xstrtol_error): Remove.
4463         (xstrtol_fatal): New decl, replacing the functionality of xstrtol_error
4464         but with a different signature.
4465         (ATTRIBUTE_NORETURN, __attribute__): New macros.
4466         * lib/xstrtol-error.c: Include exitfail.h.
4467         (xstrtol_fatal): New function, with a different signature from the
4468         old xstrtol_error, so that the caller need not worry about passing
4469         in an exit status, or about storage management of the option argument.
4470         (xstrtol_error): Now a static function.  Redo signature to
4471         implement xstrtol_fatal.  Output the correct number of hyphens in
4472         front of the option so that the caller need not worry about
4473         storage management.
4474         (N_): New macro.
4475         (_): Remove; not used now.
4476         * modules/xstrtol: Depend on getopt.
4477         * tests/test-xstrtol.c (main): Use new xstrtol_error function instead
4478         of old STRTOL_FATAL_ERROR macro.
4479         * tests/test-xstrtol.sh (t-xstrtol.xo): Adjust to match new behavior
4480         of test program.
4481         * tests/test-xstrtoimax.sh (t-xstrtoimax.xo): Likewise.
4482         * tests/test-xstrtoumax.sh (t-xstrtoumax.xo): Likewise.
4483
4484 2007-08-08  Eric Blake  <ebb9@byu.net>
4485
4486         * lib/xstrtol-error.c: Add missing include.
4487
4488         Move xstrtol messages into gnulib domain, when --pobase is used.
4489         * lib/xstrtol.h (_STRTOL_ERROR): Move messages out of macro...
4490         * lib/xstrtol-error.c (xstrtol_error): ...into new file.
4491         * modules/xstrtol (Files): Distribute new file.
4492         * m4/xstrtol.m4 (gl_XSTRTOL): Build new file.
4493         * lib/xstrtol.c (TESTING_XSTRTO): Move tests...
4494         * tests/test-xstrtol.c: ...into new file.
4495         * tests/test-xstrtoul.c: Also test xstrtoul.
4496         * tests/test-xstrtoimax.c: Also test xstrtoimax.
4497         * tests/test-xstrtoumax.c: Also test xstrtoumax.
4498         * tests/test-xstrtol.sh: Drive the tests.
4499         * tests/test-xstrtoimax.sh: Likewise.
4500         * tests/test-xstrtoumax.sh: Likewise.
4501         * modules/xstrtol-tests: New module.
4502         * modules/xstrtoimax-tests: Likewise.
4503         * modules/xstrtoumax-tests: Likewise.
4504
4505 2007-08-08  Jim Meyering  <jim@meyering.net>
4506
4507         New function: mfile_name_concat.
4508         * lib/filenamecat.c (mfile_name_concat): New function, just like
4509         file_name_concat, but return NULL upon failure rather than exiting
4510         with a diagnostic.
4511         * lib/filenamecat.h: Declare it.
4512
4513 2007-08-07  Bruno Haible  <bruno@clisp.org>
4514
4515         * m4/inttypes.m4 (gl_INTTYPES_H): Use GL_TRIGGER_STDC_LIMIT_MACROS
4516         instead of __STDC_LIMIT_MACROS_TRIGGER. This avoids a redefinition
4517         warning from gcc.
4518         Reported by Eric Blake.
4519
4520 2007-08-07  Simon Josefsson  <simon@josefsson.org>
4521
4522         * modules/crypto/arctwo (License): Use the synonymous term "LGPLv2+".
4523         * modules/crypto/arcfour (License): Likewise.
4524         * modules/crypto/des-tests (License): Likewise.
4525         * modules/crypto/gc-arctwo-tests (License): Likewise.
4526         * modules/crypto/gc-des-tests (License): Likewise.
4527         * modules/crypto/gc-hmac-md5-tests (License): Likewise.
4528         * modules/crypto/gc-hmac-sha1-tests (License): Likewise.
4529         * modules/crypto/gc-md2-tests (License): Likewise.
4530         * modules/crypto/gc-md4-tests (License): Likewise.
4531         * modules/crypto/gc-md5-tests (License): Likewise.
4532         * modules/crypto/gc-pbkdf2-sha1-tests (License): Likewise.
4533         * modules/crypto/gc-rijndael-tests (License): Likewise.
4534         * modules/crypto/gc-sha1-tests (License): Likewise.
4535         * modules/crypto/gc-tests (License): Likewise.
4536         * modules/crypto/hmac-md5 (License): Likewise.
4537         * modules/crypto/hmac-sha1 (License): Likewise.
4538         * modules/crypto/md2-tests (License): Likewise.
4539         * modules/crypto/md4-tests (License): Likewise.
4540         * modules/crypto/md5 (License): Likewise.
4541         * modules/crypto/rijndael (License): Likewise.
4542         * modules/crypto/sha1 (License): Likewise.
4543         * modules/memxor (License): Likewise.
4544
4545 2007-08-06  Paul Eggert  <eggert@cs.ucla.edu>
4546         and Bruno Haible  <bruno@clisp.org>
4547
4548         * NEWS: Describe interface changes to human, xstrtol.
4549         * lib/human.h: Include <xstrtol.h>.
4550         (human_options): Return enum strtol_error, not int.  Remove
4551         bool arg; take int * instead.
4552         * lib/human.c: Don't include "gettext.h".
4553         (_): Remove; no longer used.
4554         Don't include <xstrtol.h>, since human.h does it.
4555         (human_options): Adjust to abovementioned interface changes.
4556         Do not report error to stderr; that's now the caller's
4557         responsibility.
4558         * lib/xstrtol.c (main) [defined TESTING_XSTRTO]: Adjust to
4559         interface change.
4560         * lib/xstrtol.h (_STRTOL_ERROR): Take Option, Arg rather than
4561         Str, Argument_type_string.  All uses changed.  Put " argument"
4562         in diagnostics to make them clearer.  Change wording of suffix
4563         message for clarity.
4564         (STRTOL_FATAL_ERROR): Take Option, Arg rather than Str,
4565         Argument_type_string.
4566         (STRTOL_FATAL_WARN): Remove; no longer used.
4567         * modules/human (Depends-on): Remove gettext-h.
4568
4569 2007-08-06  Simon Josefsson  <simon@josefsson.org>
4570
4571         * build-aux/maint.mk, build-aux/GNUmakefile: Relicense to GPLv3+.
4572
4573 2007-07-31  Bruno Haible  <bruno@clisp.org>
4574
4575         * m4/stdint.m4 (gl_STDINT_H): Test whether WCHAR_MIN and WCHAR_MAX
4576         are defined by <stdint.h> (as opposed to <wchar.h>, as on Dragonfly).
4577         Reported by Joerg Sonnenberger <joerg@britannica.bec.de>.
4578
4579 2007-07-31  Bruno Haible  <bruno@clisp.org>
4580
4581         * lib/fflush.c (rpl_fflush): On BSD systems, use the __SNPT flag.
4582         Suggested by Joerg Sonnenberger <joerg@britannica.bec.de>.
4583
4584 2007-07-30  Bruno Haible  <bruno@clisp.org>
4585
4586         * modules/base64 (License): Use the synonymous term "LGPLv2+".
4587         * modules/c-ctype (License): Likewise.
4588         * modules/c-strcase (License): Likewise.
4589         * modules/check-version (License): Likewise.
4590         * modules/iconv (License): Likewise.
4591         * modules/iconv_open (License): Likewise.
4592         * modules/read-file (License): Likewise.
4593         * modules/striconv (License): Likewise.
4594         * modules/strverscmp (License): Likewise.
4595         * modules/vasprintf (License): Likewise.
4596         * modules/crypto/des (License): Likewise.
4597         * modules/crypto/gc (License): Likewise.
4598         * modules/crypto/gc-arcfour (License): Likewise.
4599         * modules/crypto/gc-arctwo (License): Likewise.
4600         * modules/crypto/gc-des (License): Likewise.
4601         * modules/crypto/gc-hmac-md5 (License): Likewise.
4602         * modules/crypto/gc-hmac-sha1 (License): Likewise.
4603         * modules/crypto/gc-md2 (License): Likewise.
4604         * modules/crypto/gc-md4 (License): Likewise.
4605         * modules/crypto/gc-md5 (License): Likewise.
4606         * modules/crypto/gc-pbkdf2-sha1 (License): Likewise.
4607         * modules/crypto/gc-random (License): Likewise.
4608         * modules/crypto/gc-rijndael (License): Likewise.
4609         * modules/crypto/gc-sha1 (License): Likewise.
4610         * modules/crypto/md2 (License): Likewise.
4611         * modules/crypto/md4 (License): Likewise.
4612
4613 2007-07-30  Jim Meyering  <jim@meyering.net>
4614
4615         * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,
4616         set fts_info to FTS_DNR, not to FTS_ERR, so that the caller knows
4617         it has valid stat data.  This bug would cause du not to count the
4618         sizes of inaccessible directories.
4619         Patch by Bryan Mason <bmason@redhat.com>, via Jose Maria Plans
4620         in <http://bugzilla.redhat.com/250077>.
4621
4622 2007-07-25  Peter O'Gorman  <peter@pogma.com>
4623             Bruno Haible  <bruno@clisp.org>
4624
4625         * m4/include_next.m4 (gl_INCLUDE_NEXT): Test whether #include_next
4626         really works. Needed because AIX 4.3 "xlc -E" doesn't understand
4627         #include_next, gives a diagnostic about it, but reports no error in
4628         the exit code.
4629         Reported by Gary V. Vaughan <gary@thewrittenword.com>.
4630
4631 2007-07-24  Ben Pfaff  <blp@gnu.org>
4632
4633         Improve name: "count-one-bits" is better than "popcount".
4634         * MODULES.html.sh: Update name.
4635         * lib/popcount.h: Renamed lib/count-one-bits.h.
4636         (popcount): Renamed count_one_bits.
4637         (popcountl): Renamed count_one_bits_l.
4638         (popcountll): Renamed count_one_bits_ll.
4639         * m4/popcount.m4: Renamed m4/count-one-bits.m4.
4640         * modules/popcount: Renamed module/count-one-bits.
4641         * modules/popcount-tests: Renamed module/count-one-bits-tests.
4642         * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.
4643
4644 2007-07-23  Ben Pfaff  <blp@gnu.org>
4645
4646         * lib/popcount.h (popcount32): Reduce size of constants, to allow
4647         better code generation, and add U to large constants to avoid
4648         warnings, in non-GCC case.
4649         Suggested by Bruno Haible.
4650
4651 2007-07-23  Ben Pfaff  <blp@gnu.org>
4652
4653         * lib/popcount.h: Use verify_true instead of if...abort.
4654         * modules/popcount: Depend on verify module.
4655         Suggested by Jim Meyering.
4656
4657 2007-07-23  Bruno Haible  <bruno@clisp.org>
4658
4659         * gnulib-tool (func_import): Create a .cvsignore file also when the
4660         directory is not yet in CVS but the toplevel directory is. When
4661         creating a .cvsignore file, add ".deps" and ".dirstamp" to it.
4662         Reported by Karl Berry.
4663
4664 2007-07-22  Ben Pfaff  <blp@gnu.org>
4665
4666         * lib/popcount.h: Use faster, branchless algorithm for non-GCC
4667         case.
4668         Suggested by Eric Blake.
4669
4670 2007-07-22  Ben Pfaff  <blp@gnu.org>
4671
4672         New module: popcount.
4673         * MODULES.html.sh: Add popcount.
4674         * modules/popcount: New file.
4675         * modules/popcount-tests: New file.
4676         * tests/test-popcount.c: New file.
4677         * lib/popcount.h: New file.
4678         * m4/popcount.m4: New file.
4679
4680 2007-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4681
4682         * build-aux/announce-gen: Update to GPLv3.
4683
4684         * build-aux/config.guess: Update from config.
4685
4686 2007-07-21  Bruno Haible  <bruno@clisp.org>
4687
4688         * lib/error.c (_) [ENABLE_NLS]: Define to gettext.
4689         * lib/verror.c (_) [ENABLE_NLS]: Likewise.
4690
4691 2007-07-20  Jim Meyering  <jim@meyering.net>
4692
4693         * check-module: Diagnose a self-dependency.
4694
4695 2007-07-19  Bruno Haible  <bruno@clisp.org>
4696
4697         * gnulib-tool (func_import): Don't abort if pobase or po_domain is
4698         empty.
4699         Reported by Eric Blake.
4700
4701 2007-07-18  Bruno Haible  <bruno@clisp.org>
4702
4703         * gnulib-tool: New options --po-base, --po-domain.
4704         (func_usage): Document them.
4705         (pobase, po_domain): New variables.
4706         (func_emit_lib_Makefile_am): Augment AM_CPPFLAGS, defining
4707         DEFAULT_TEXT_DOMAIN.
4708         (func_emit_po_Makevars, func_emit_po_POTFILES_in): New functions.
4709         (func_import): Consider pobase and po_domain. Create a po/ directory.
4710         (func_create_testdir): Set pobase and po_domain to empty.
4711         * build-aux/po/Makefile.in.in: New file, from GNU gettext 0.16.1.
4712         * build-aux/po/remove-potcdate.sin: New file, from GNU gettext 0.16.1.
4713
4714 2007-07-18  Bruno Haible  <bruno@clisp.org>
4715
4716         * gnulib-tool (func_get_automake_snippet): Synthesize also an
4717         EXTRA_DIST augmentation for files in build-aux/.
4718
4719 2007-07-16  Bruno Haible  <bruno@clisp.org>
4720
4721         * modules/lseek (License): Use the synonymous term "LGPLv2+".
4722         * modules/getdelim (License): Likewise.
4723
4724 2007-07-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4725
4726         * modules/arpa_inet (License): Use the synonymous term LGPLv2+.
4727         * modules/d-type (License): Likewise.
4728         * modules/extensions (License): Likewise.
4729         * modules/fnmatch (License): Likewise.
4730         * modules/fseeko (License): Likewise.
4731         * modules/getaddrinfo (License): Likewise.
4732         * modules/getline (License): Likewise.
4733         * modules/getlogin_r (License): Likewise.
4734         * modules/getpass (License): Likewise.
4735         * modules/gettimeofday (License): Likewise.
4736         * modules/glob (License): Likewise.
4737         * modules/inet_ntop (License): Likewise.
4738         * modules/malloc (License): Likewise.
4739         * modules/malloca (License): Likewise.
4740         * modules/memmem (License): Likewise.
4741         * modules/mempcpy (License): Likewise.
4742         * modules/memset (License): Likewise.
4743         * modules/minmax (License): Likewise.
4744         * modules/mktime (License): Likewise.
4745         * modules/netinet_in (License): Likewise.
4746         * modules/pathmax (License): Likewise.
4747         * modules/poll (License): Likewise.
4748         * modules/regex (License): Likewise.
4749         * modules/snprintf (License): Likewise.
4750         * modules/stdbool (License): Likewise.
4751         * modules/stdint (License): Likewise.
4752         * modules/stdio (License): Likewise.
4753         * modules/strcase (License): Likewise.
4754         * modules/strcasestr (License): Likewise.
4755         * modules/strdup (License): Likewise.
4756         * modules/string (License): Likewise.
4757         * modules/strndup (License): Likewise.
4758         * modules/strnlen (License): Likewise.
4759         * modules/strpbrk (License): Likewise.
4760         * modules/strptime (License): Likewise.
4761         * modules/strsep (License): Likewise.
4762         * modules/sys_select (License): Likewise.
4763         * modules/sys_socket (License): Likewise.
4764         * modules/sys_stat (License): Likewise.
4765         * modules/sys_time (License): Likewise.
4766         * modules/time (License): Likewise.
4767         * modules/time_r (License): Likewise.
4768         * modules/timegm (License): Likewise.
4769         * modules/unistd (License): Likewise.
4770         * modules/vsnprintf (License): Likewise.
4771         * modules/wctype (License): Likewise.
4772
4773 2007-07-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4774
4775         * modules/argz (License): LGPLv2+.
4776
4777 2007-07-15  Karl Berry  <karl@gnu.org>
4778
4779         * doc/gnulib.texi: revise node structure per new fdl.texi.
4780
4781 2007-07-14  Bruno Haible  <bruno@clisp.org>
4782
4783         * lib/uniname/gen-uninames.lisp (main): Emit a "do not edit" line to
4784         the output file.
4785         * lib/uniname/uninames.h: Regenerated.
4786
4787 2007-07-14  Karl Berry  <karl@gnu.org>
4788
4789         * doc/*gpl*.texi, doc/fdl.texi: new versions, consistently
4790         omitting sectioning and index commands.
4791
4792 2007-07-13  Bruno Haible  <bruno@clisp.org>
4793
4794         New gnulib-tool option --more-symlinks.
4795         * gnulib-tool (func_usage): Document --more-symlinks.
4796         (do_copyrights): New variable.
4797         Recognize option --more-symlinks.
4798         (func_import): Don't add a copyright notice transform to
4799         sed_transform_lib_file if do_copyrights is empty.
4800
4801 2007-07-13  Bruno Haible  <bruno@clisp.org>
4802
4803         * lib/vasnprintf.c (decimal_point_char): Define also if
4804         (NEED_PRINTF_LONG_DOUBLE || NEED_PRINTF_INFINITE_DOUBLE)
4805         && !NEED_PRINTF_DIRECTIVE_A.
4806         Reported by Clemens Koller <clemens.koller@anagramm.de> via
4807         Gary V. Vaughan <gary@gnu.org>.
4808
4809 2007-07-13  Paul Eggert  <eggert@cs.ucla.edu>
4810
4811         * lib/inttypes_.h: Undo previous change, since it was fixed
4812         in a different way in the 2007-07-02 fix to m4/inttypes.m4.
4813
4814 2007-07-13  Bruno Haible  <bruno@clisp.org>
4815
4816         * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H was
4817         misspelled as _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H.
4818
4819 2007-07-13  Jim Meyering  <jim@meyering.net>
4820
4821         df: Don't fail for Tru64's "file-on-file mount".
4822         * m4/fsusage.m4 (gl_FSUSAGE): Reject Tru64's buggy statvfs,
4823         so we fall through and use statfs instead.  Details here:
4824         <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10878>
4825         Reported by Albert Chin.
4826
4827 2007-07-13  Bruno Haible  <bruno@clisp.org>
4828
4829         * modules/alloca-opt (License): Use the synonymous term "LGPLv2+".
4830         * modules/configmake (License): Likewise.
4831         * modules/gettext (License): Likewise.
4832         * modules/gettext-h (License): Likewise.
4833         * modules/include_next (License): Likewise.
4834         * modules/link-warning (License): Likewise.
4835         * modules/localcharset (License): Likewise.
4836         * modules/localename (License): Likewise.
4837         * modules/lock (License): Likewise.
4838         * modules/relocatable-lib-lgpl (License): Likewise.
4839         * modules/size_max (License): Likewise.
4840         * modules/vasnprintf (License): Likewise.
4841         * modules/wchar (License): Likewise.
4842         * modules/xsize (License): Likewise.
4843
4844 2007-07-13  Bruno Haible  <bruno@clisp.org>
4845
4846         * gnulib-tool (func_import): Treat LGPLv2 as synonymous to LGPL.
4847         (func_create_testdir): Handle copying terms "GPLv2+" and "LGPLv2+".
4848
4849 2007-07-12  Bruno Haible  <bruno@clisp.org>
4850
4851         * doc/gnulib-intro.texi (Copyright): Clarify the license abbreviations
4852         in the modules files.
4853
4854 2007-07-11  Karl Berry  <karl@gnu.org>
4855
4856         * MODULES.html.sh (func_module): use
4857          sed -e '\|^'"${includefile}"'$|d'
4858          instead of /.../d, to avoid errors on $includefile's containing /.
4859
4860 2007-07-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4861
4862         * gnulib-tool (func_import): Avoid duplication of --avoid
4863         statements
4864         (func_dest_tmpfilename,func_create_testdir): Translate `-' in file
4865         names to `_' in variable names.
4866
4867 2007-07-10  Eric Blake  <ebb9@byu.net>
4868
4869         * lib/version-etc.c (version_etc_va): Default to GPLv3+.
4870         * NEWS: Document this change.
4871
4872 2007-07-08  Bruno Haible  <bruno@clisp.org>
4873
4874         Update to Unicode 5.0.
4875         * lib/uniwidth/width.c (nonspacing_table_data): Add U+00AD,
4876         U+0350..U+035F, U+05A2, U+05BA, U+05C5, U+05C7, U+0600..U+0603,
4877         U+0610..U+0615, U+0656..U+065E, U+07EB..U+07F3, U+0A01, U+0AE2..U+0AE3,
4878         U+0CBC. Remove U+0CBF, U+0CC6. Add U+0CE2..U+0CE3, U+135F,
4879         U+17B4..U+17B5, U+17DD. Remove U+180E. Add U+1920..U+1922,
4880         U+1927..U+192B, U+1932, U+1939..U+193B, U+1A17..U+1A18, U+1B00..U+1B03,
4881         U+1B34, U+1B36..U+1B3A, U+1B3C, U+1B42, U+1B6B..U+1B73, U+1DC0..U+1DCA,
4882         U+1DFE..U+1DFF, U+20EB..U+20EF, U+A802, U+A806, U+A80B, U+A825..U+A826,
4883         U+10A01..U+10A03, U+10A05..U+10A06, U+10A0C..U+10A0F, U+10A38..U+10A3A,
4884         U+10A3F, U+1D242..U+1D244.
4885         (nonspacing_table_ind): Update.
4886         (uc_width): Assign width 0 to U+E0100..U+E01EF. Assign width 1 to
4887         U+4DC0..U+4DFF. Assign width 2 to U+2329..U+232A, U+FE10..U+FE1F.
4888
4889 2007-07-08  Bruno Haible  <bruno@clisp.org>
4890
4891         Update to Unicode 5.0.
4892         * lib/uniname/gen-uninames.lisp (main): Add the range 0x12xxx to the
4893         code transform. Extend the name index field of unicode_name_to_code and
4894         unicode_code_to_name from 16 to 24 bits.
4895         * lib/uniname/uniname.c (unicode_character_name,
4896         unicode_name_character): Add the range 0x12xxx to the code transform.
4897         * lib/uniname/uninames.h: Regenerated.
4898         * tests/uniname/UnicodeDataNames.txt: Update to Unicode 5.0.
4899
4900 2007-07-07  Bruno Haible  <bruno@clisp.org>
4901
4902         * modules/wcwidth-tests: New file.
4903         * tests/test-wcwidth.c: New file.
4904
4905         Work around MacOS X wcwidth() bug.
4906         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Test against MacOS X 10.3 bug.
4907         * lib/wcwidth.c: Include localcharset.h, streq.h, uniwidth.h.
4908         (rpl_wcwidth): Special-case the UTF-8 locales. Fall back to the
4909         original wcwidth in non-UTF-8 locales.
4910         * modules/wcwidth (Depends-on): Add localcharset, streq,
4911         uniwidth/width.
4912         * doc/functions/wcwidth.texi: Update.
4913
4914 2007-07-07  Bruno Haible  <bruno@clisp.org>
4915
4916         * lib/wchar_.h: Include the GL_LINK_WARNING macro.
4917         (wcwidth): New declaration.
4918         * m4/wchar.m4 (gl_WCHAR_MODULE_INDICATOR, gl_WCHAR_H_DEFAULTS): New
4919         macros.
4920         (gl_WCHAR_H): Require gl_WCHAR_H_DEFAULTS. Don't set WCHAR_H to empty
4921         here. Prepare for creating <wchar.h> unconditionally.
4922         * modules/wchar (Depends-on): Add link-warning.
4923         (Makefile.am): Substitute also GNULIB_WCWIDTH, HAVE_DECL_WCWIDTH,
4924         REPLACE_WCWIDTH, and GL_LINK_WARNING.
4925         * lib/wcwidth.h: Remove file.
4926         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gl_WCHAR_H_DEFAULTS. Set
4927         HAVE_DECL_WCWIDTH, REPLACE_WCWIDTH, WCHAR_H.
4928         * modules/wcwidth (Files): Remove lib/wcwidth.h.
4929         (configure.ac): Invoke gl_WCHAR_MODULE_INDICATOR.
4930         (Include): Replace wcwidth.h with <wchar.h>.
4931         * lib/wcwidth.c: Include <wchar.h> instead of wcwidth.h.
4932         * lib/mbchar.h: Don't include wcwidth.h.
4933         * lib/mbswidth.c: Likewise.
4934         * NEWS: Mention the change.
4935
4936 2007-07-07  Bruno Haible  <bruno@clisp.org>
4937
4938         * lib/wcwidth.c: New file, extracted from lib/wcwidth.h.
4939         * lib/wcwidth.h: Don't include wctype.h. Replace inline function
4940         definition with an external declaration.
4941         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Use wcwidth.c when wcwidth is not
4942         defined as a function. Remove AC_C_INLINE requirement.
4943         * modules/wcwidth (Files): Add lib/wcwidth.c.
4944         (Makefile.am): Remove redundant statement.
4945
4946 2007-07-07  Bruno Haible  <bruno@clisp.org>
4947
4948         * MODULES.html.sh (Unicode string functions): Add the new modules.
4949
4950         * tests/uniwidth/test-u32-strwidth.c: New file.
4951         * modules/uniwidth/u32-strwidth-tests: New file.
4952
4953         * lib/uniwidth/u32-strwidth.c: New file.
4954         * modules/uniwidth/u32-strwidth: New file.
4955
4956         * tests/uniwidth/test-u16-strwidth.c: New file.
4957         * modules/uniwidth/u16-strwidth-tests: New file.
4958
4959         * lib/uniwidth/u16-strwidth.c: New file.
4960         * modules/uniwidth/u16-strwidth: New file.
4961
4962         * tests/uniwidth/test-u8-strwidth.c: New file.
4963         * modules/uniwidth/u8-strwidth-tests: New file.
4964
4965         * lib/uniwidth/u8-strwidth.c: New file.
4966         * modules/uniwidth/u8-strwidth: New file.
4967
4968         * tests/uniwidth/test-u32-width.c: New file.
4969         * modules/uniwidth/u32-width-tests: New file.
4970
4971         * lib/uniwidth/u32-width.c: New file.
4972         * modules/uniwidth/u32-width: New file.
4973
4974         * tests/uniwidth/test-u16-width.c: New file.
4975         * modules/uniwidth/u16-width-tests: New file.
4976
4977         * lib/uniwidth/u16-width.c: New file.
4978         * modules/uniwidth/u16-width: New file.
4979
4980         * tests/uniwidth/test-u8-width.c: New file.
4981         * modules/uniwidth/u8-width-tests: New file.
4982
4983         * lib/uniwidth/u8-width.c: New file.
4984         * modules/uniwidth/u8-width: New file.
4985
4986         * tests/uniwidth/test-uc_width.c: New file.
4987         * modules/uniwidth/width-tests: New file.
4988
4989         * lib/uniwidth/width.c: New file, from GNU libiconv.
4990         * lib/uniwidth/cjk.h: New file, from GNU libiconv.
4991         * modules/uniwidth/width: New file.
4992
4993         * lib/uniwidth.h: New file, from GNU libiconv.
4994         * modules/uniwidth/base: New file.
4995
4996 2007-07-07  Bruno Haible  <bruno@clisp.org>
4997
4998         * lib/uniname.h: New file, from GNU gettext.
4999         * lib/uniname/gen-uninames.lisp: New file, from GNU gettext.
5000         * lib/uniname/uninames.h: New file, from GNU gettext.
5001         * lib/uniname/uniname.c: New file, from GNU gettext.
5002         * tests/uniname/test-uninames.sh: New file.
5003         * tests/uniname/test-uninames.c: New file, from GNU gettext.
5004         * tests/uniname/UnicodeDataNames.txt: New file, from GNU gettext.
5005         * modules/uniname/base: New file.
5006         * modules/uniname/uniname: New file.
5007         * modules/uniname/uniname-tests: New file.
5008         * MODULES.html.sh (Unicode string functions): Add the new modules.
5009
5010 2007-07-06  Bruno Haible  <bruno@clisp.org>
5011
5012         * doc/Makefile (TEXI2HTML): Specify a --reference-limit.
5013
5014 2007-07-06  Bruno Haible  <bruno@clisp.org>
5015
5016         * lib/sys_time_.h: Use a recursion-safe inclusion guard rather than
5017         a split double-inclusion guard. Needed for cygwin, where <sys/time.h>
5018         includes <cygwin/sys_time.h> which includes <sys/select.h> which
5019         include <sys/time.h>.
5020         Reported by Eric Blake.
5021
5022 2007-07-06  Eric Blake  <ebb9@byu.net>
5023
5024         Fix testing canonicalize on cygwin.
5025         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
5026         Revert patch from 2007-06-19.
5027         * tests/test-canonicalize-lgpl.c (main): Instead, skip test when
5028         canonicalize module is also in use.
5029         * tests/test-canonicalize.c: New file.
5030         * tests/test-canonicalize.sh: Likewise.
5031         * modules/canonicalize-tests: Likewise.
5032
5033 2007-07-06  Jim Meyering  <jim@meyering.net>
5034
5035         * lib/getugroups.c (getugroups): Detect getgrent failure.
5036         Adjust comment to reflect reality: this function may return -1.
5037
5038 2007-07-05  Sergey Poznyakoff  <gray@gnu.org.ua>
5039
5040         * build-aux/bootstrap (TP_URL,get_translations): Update to use
5041         the new TP address.
5042         (usage): Fix typo
5043         (gnulib_mk): New variable.
5044
5045 2007-07-05  Jim Meyering  <jim@meyering.net>
5046
5047         Don't let endgrent clobber errno, no matter how improbable.
5048         * lib/getugroups.c (getugroups): Save and restore errno around
5049         endgrent call.
5050
5051         Close the group DB even when failing with 2^31 or more members.
5052         * lib/getugroups.c (getugroups): Don't return without calling endgrent.
5053
5054 2007-07-04  Jim Meyering  <jim@meyering.net>
5055
5056         * lib/getugroups.h: New file.
5057         * lib/getugroups.c: Include "getugroups.h".
5058         Remove uses of "register" keyword.
5059         Move local variable, "cp", down into scope where used.
5060         Give "username" parameter the "const" attribute.
5061         * modules/getugroups (Files): Add lib/getugroups.h
5062
5063 2007-07-04  Karl Berry  <karl@gnu.org>
5064
5065         * MODULES.html.sh (func_all_modules): Complete rename of
5066         gpl/lgpl to gpl-2.0 and lgpl-2.1, and add gpl-3.0.
5067
5068 2007-07-02  Bruno Haible  <bruno@clisp.org>
5069
5070         * m4/inttypes.m4 (gl_INTTYPES_H): Define __STDC_LIMIT_MACROS in C++
5071         mode, when inttypes.h comes from gnulib.
5072         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
5073
5074 2007-07-02  Simon Josefsson  <simon@josefsson.org>
5075
5076         * NEWS: Mention lgpl module name change.
5077
5078         * modules/lgpl-2.1: Renamed from lgpl.
5079
5080         * NEWS: Mention gpl module name change.
5081
5082         * modules/gpl-3.0: New file, based on gpl-2.0.
5083
5084         * modules/gpl-2.0: Renamed from gpl.
5085
5086         * modules/gpl: Fix filename, doc/gpl.texi is now found at
5087         doc/gpl-2.0.texi.
5088
5089 2007-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         * lib/inttypes_.h [defined __cplusplus&&!defined __STDC_LIMIT_MACROS]:
5092         #define __STDC_LIMIT_MACROS temporarily while including
5093         <stdint.h>, so that __STDC_LIMIT_MACROS is defined.
5094         Problem reported by Joel E. Denny in
5095         <http://lists.gnu.org/archive/html/bug-gnulib/2007-07/msg00008.html>.
5096
5097 2007-07-01  Bruno Haible  <bruno@clisp.org>
5098
5099         * lib/unistdio.h: New file.
5100         * lib/unistdio/u-asnprintf.h: New file.
5101         * lib/unistdio/u-asprintf.h: New file.
5102         * lib/unistdio/u-printf-args.c: New file.
5103         * lib/unistdio/u-printf-args.h: New file.
5104         * lib/unistdio/u-printf-parse.h: New file.
5105         * lib/unistdio/u-snprintf.h: New file.
5106         * lib/unistdio/u-sprintf.h: New file.
5107         * lib/unistdio/u-vasprintf.h: New file.
5108         * lib/unistdio/u-vsnprintf.h: New file.
5109         * lib/unistdio/u-vsprintf.h: New file.
5110         * lib/unistdio/ulc-asnprintf.c: New file.
5111         * lib/unistdio/ulc-asprintf.c: New file.
5112         * lib/unistdio/ulc-fprintf.c: New file, based on lib/fprintf.c.
5113         * lib/unistdio/ulc-printf-parse.c: New file.
5114         * lib/unistdio/ulc-snprintf.c: New file.
5115         * lib/unistdio/ulc-sprintf.c: New file.
5116         * lib/unistdio/ulc-vasnprintf.c: New file.
5117         * lib/unistdio/ulc-vasprintf.c: New file.
5118         * lib/unistdio/ulc-vfprintf.c: New file, based on lib/vfprintf.c.
5119         * lib/unistdio/ulc-vsnprintf.c: New file.
5120         * lib/unistdio/ulc-vsprintf.c: New file.
5121         * lib/unistdio/u8-asnprintf.c: New file.
5122         * lib/unistdio/u8-asprintf.c: New file.
5123         * lib/unistdio/u8-printf-parse.c: New file.
5124         * lib/unistdio/u8-snprintf.c: New file.
5125         * lib/unistdio/u8-sprintf.c: New file.
5126         * lib/unistdio/u8-vasnprintf.c: New file.
5127         * lib/unistdio/u8-vasprintf.c: New file.
5128         * lib/unistdio/u8-vsnprintf.c: New file.
5129         * lib/unistdio/u8-vsprintf.c: New file.
5130         * lib/unistdio/u8-u8-asnprintf.c: New file.
5131         * lib/unistdio/u8-u8-asprintf.c: New file.
5132         * lib/unistdio/u8-u8-snprintf.c: New file.
5133         * lib/unistdio/u8-u8-sprintf.c: New file.
5134         * lib/unistdio/u8-u8-vasnprintf.c: New file.
5135         * lib/unistdio/u8-u8-vasprintf.c: New file.
5136         * lib/unistdio/u8-u8-vsnprintf.c: New file.
5137         * lib/unistdio/u8-u8-vsprintf.c: New file.
5138         * lib/unistdio/u16-asnprintf.c: New file.
5139         * lib/unistdio/u16-asprintf.c: New file.
5140         * lib/unistdio/u16-printf-parse.c: New file.
5141         * lib/unistdio/u16-snprintf.c: New file.
5142         * lib/unistdio/u16-sprintf.c: New file.
5143         * lib/unistdio/u16-vasnprintf.c: New file.
5144         * lib/unistdio/u16-vasprintf.c: New file.
5145         * lib/unistdio/u16-vsnprintf.c: New file.
5146         * lib/unistdio/u16-vsprintf.c: New file.
5147         * lib/unistdio/u16-u16-asnprintf.c: New file.
5148         * lib/unistdio/u16-u16-asprintf.c: New file.
5149         * lib/unistdio/u16-u16-snprintf.c: New file.
5150         * lib/unistdio/u16-u16-sprintf.c: New file.
5151         * lib/unistdio/u16-u16-vasnprintf.c: New file.
5152         * lib/unistdio/u16-u16-vasprintf.c: New file.
5153         * lib/unistdio/u16-u16-vsnprintf.c: New file.
5154         * lib/unistdio/u16-u16-vsprintf.c: New file.
5155         * lib/unistdio/u32-asnprintf.c: New file.
5156         * lib/unistdio/u32-asprintf.c: New file.
5157         * lib/unistdio/u32-printf-parse.c: New file.
5158         * lib/unistdio/u32-snprintf.c: New file.
5159         * lib/unistdio/u32-sprintf.c: New file.
5160         * lib/unistdio/u32-vasnprintf.c: New file.
5161         * lib/unistdio/u32-vasprintf.c: New file.
5162         * lib/unistdio/u32-vsnprintf.c: New file.
5163         * lib/unistdio/u32-vsprintf.c: New file.
5164         * lib/unistdio/u32-u32-asnprintf.c: New file.
5165         * lib/unistdio/u32-u32-asprintf.c: New file.
5166         * lib/unistdio/u32-u32-snprintf.c: New file.
5167         * lib/unistdio/u32-u32-sprintf.c: New file.
5168         * lib/unistdio/u32-u32-vasnprintf.c: New file.
5169         * lib/unistdio/u32-u32-vasprintf.c: New file.
5170         * lib/unistdio/u32-u32-vsnprintf.c: New file.
5171         * lib/unistdio/u32-u32-vsprintf.c: New file.
5172         * tests/unistdio/test-ulc-asnprintf1.c: New file.
5173         * tests/unistdio/test-ulc-asnprintf1.h: New file.
5174         * tests/unistdio/test-ulc-printf1.h: New file.
5175         * tests/unistdio/test-ulc-vasnprintf1.c: New file.
5176         * tests/unistdio/test-ulc-vasnprintf2.c: New file.
5177         * tests/unistdio/test-ulc-vasnprintf2.sh: New file.
5178         * tests/unistdio/test-ulc-vasnprintf3.c: New file.
5179         * tests/unistdio/test-ulc-vasnprintf3.sh: New file.
5180         * tests/unistdio/test-ulc-vasprintf1.c: New file.
5181         * tests/unistdio/test-ulc-vsnprintf1.c: New file.
5182         * tests/unistdio/test-ulc-vsprintf1.c: New file.
5183         * tests/unistdio/test-u8-asnprintf1.c: New file.
5184         * tests/unistdio/test-u8-asnprintf1.h: New file.
5185         * tests/unistdio/test-u8-printf1.h: New file.
5186         * tests/unistdio/test-u8-vasnprintf1.c: New file.
5187         * tests/unistdio/test-u8-vasnprintf2.c: New file.
5188         * tests/unistdio/test-u8-vasnprintf2.sh: New file.
5189         * tests/unistdio/test-u8-vasnprintf3.c: New file.
5190         * tests/unistdio/test-u8-vasnprintf3.sh: New file.
5191         * tests/unistdio/test-u8-vasprintf1.c: New file.
5192         * tests/unistdio/test-u8-vsnprintf1.c: New file.
5193         * tests/unistdio/test-u8-vsprintf1.c: New file.
5194         * tests/unistdio/test-u16-asnprintf1.c: New file.
5195         * tests/unistdio/test-u16-asnprintf1.h: New file.
5196         * tests/unistdio/test-u16-printf1.h: New file.
5197         * tests/unistdio/test-u16-vasnprintf1.c: New file.
5198         * tests/unistdio/test-u16-vasnprintf2.c: New file.
5199         * tests/unistdio/test-u16-vasnprintf2.sh: New file.
5200         * tests/unistdio/test-u16-vasnprintf3.c: New file.
5201         * tests/unistdio/test-u16-vasnprintf3.sh: New file.
5202         * tests/unistdio/test-u16-vasprintf1.c: New file.
5203         * tests/unistdio/test-u16-vsnprintf1.c: New file.
5204         * tests/unistdio/test-u16-vsprintf1.c: New file.
5205         * tests/unistdio/test-u32-asnprintf1.c: New file.
5206         * tests/unistdio/test-u32-asnprintf1.h: New file.
5207         * tests/unistdio/test-u32-printf1.h: New file.
5208         * tests/unistdio/test-u32-vasnprintf1.c: New file.
5209         * tests/unistdio/test-u32-vasnprintf2.c: New file.
5210         * tests/unistdio/test-u32-vasnprintf2.sh: New file.
5211         * tests/unistdio/test-u32-vasnprintf3.c: New file.
5212         * tests/unistdio/test-u32-vasnprintf3.sh: New file.
5213         * tests/unistdio/test-u32-vasprintf1.c: New file.
5214         * tests/unistdio/test-u32-vsnprintf1.c: New file.
5215         * tests/unistdio/test-u32-vsprintf1.c: New file.
5216         * modules/unistdio/base: New file.
5217         * modules/unistdio/u-printf-args: New file.
5218         * modules/unistdio/ulc-asnprintf: New file.
5219         * modules/unistdio/ulc-asprintf: New file.
5220         * modules/unistdio/ulc-fprintf: New file.
5221         * modules/unistdio/ulc-printf-parse: New file.
5222         * modules/unistdio/ulc-snprintf: New file.
5223         * modules/unistdio/ulc-sprintf: New file.
5224         * modules/unistdio/ulc-vasnprintf: New file.
5225         * modules/unistdio/ulc-vasprintf: New file.
5226         * modules/unistdio/ulc-vfprintf: New file.
5227         * modules/unistdio/ulc-vsnprintf: New file.
5228         * modules/unistdio/ulc-vsprintf: New file.
5229         * modules/unistdio/u8-asnprintf: New file.
5230         * modules/unistdio/u8-asprintf: New file.
5231         * modules/unistdio/u8-printf-parse: New file.
5232         * modules/unistdio/u8-snprintf: New file.
5233         * modules/unistdio/u8-sprintf: New file.
5234         * modules/unistdio/u8-vasnprintf: New file.
5235         * modules/unistdio/u8-vasprintf: New file.
5236         * modules/unistdio/u8-vsnprintf: New file.
5237         * modules/unistdio/u8-vsprintf: New file.
5238         * modules/unistdio/u8-u8-asnprintf: New file.
5239         * modules/unistdio/u8-u8-asprintf: New file.
5240         * modules/unistdio/u8-u8-snprintf: New file.
5241         * modules/unistdio/u8-u8-sprintf: New file.
5242         * modules/unistdio/u8-u8-vasnprintf: New file.
5243         * modules/unistdio/u8-u8-vasprintf: New file.
5244         * modules/unistdio/u8-u8-vsnprintf: New file.
5245         * modules/unistdio/u8-u8-vsprintf: New file.
5246         * modules/unistdio/u16-asnprintf: New file.
5247         * modules/unistdio/u16-asprintf: New file.
5248         * modules/unistdio/u16-printf-parse: New file.
5249         * modules/unistdio/u16-snprintf: New file.
5250         * modules/unistdio/u16-sprintf: New file.
5251         * modules/unistdio/u16-vasnprintf: New file.
5252         * modules/unistdio/u16-vasprintf: New file.
5253         * modules/unistdio/u16-vsnprintf: New file.
5254         * modules/unistdio/u16-vsprintf: New file.
5255         * modules/unistdio/u16-u16-asnprintf: New file.
5256         * modules/unistdio/u16-u16-asprintf: New file.
5257         * modules/unistdio/u16-u16-snprintf: New file.
5258         * modules/unistdio/u16-u16-sprintf: New file.
5259         * modules/unistdio/u16-u16-vasnprintf: New file.
5260         * modules/unistdio/u16-u16-vasprintf: New file.
5261         * modules/unistdio/u16-u16-vsnprintf: New file.
5262         * modules/unistdio/u16-u16-vsprintf: New file.
5263         * modules/unistdio/u32-asnprintf: New file.
5264         * modules/unistdio/u32-asprintf: New file.
5265         * modules/unistdio/u32-printf-parse: New file.
5266         * modules/unistdio/u32-snprintf: New file.
5267         * modules/unistdio/u32-sprintf: New file.
5268         * modules/unistdio/u32-vasnprintf: New file.
5269         * modules/unistdio/u32-vasprintf: New file.
5270         * modules/unistdio/u32-vsnprintf: New file.
5271         * modules/unistdio/u32-vsprintf: New file.
5272         * modules/unistdio/u32-u32-asnprintf: New file.
5273         * modules/unistdio/u32-u32-asprintf: New file.
5274         * modules/unistdio/u32-u32-snprintf: New file.
5275         * modules/unistdio/u32-u32-sprintf: New file.
5276         * modules/unistdio/u32-u32-vasnprintf: New file.
5277         * modules/unistdio/u32-u32-vasprintf: New file.
5278         * modules/unistdio/u32-u32-vsnprintf: New file.
5279         * modules/unistdio/u32-u32-vsprintf: New file.
5280         * modules/unistdio/ulc-asnprintf-tests: New file.
5281         * modules/unistdio/ulc-vasnprintf-tests: New file.
5282         * modules/unistdio/ulc-vasprintf-tests: New file.
5283         * modules/unistdio/ulc-vsnprintf-tests: New file.
5284         * modules/unistdio/ulc-vsprintf-tests: New file.
5285         * modules/unistdio/u8-asnprintf-tests: New file.
5286         * modules/unistdio/u8-vasnprintf-tests: New file.
5287         * modules/unistdio/u8-vasprintf-tests: New file.
5288         * modules/unistdio/u8-vsnprintf-tests: New file.
5289         * modules/unistdio/u8-vsprintf-tests: New file.
5290         * modules/unistdio/u16-asnprintf-tests: New file.
5291         * modules/unistdio/u16-vasnprintf-tests: New file.
5292         * modules/unistdio/u16-vasprintf-tests: New file.
5293         * modules/unistdio/u16-vsnprintf-tests: New file.
5294         * modules/unistdio/u16-vsprintf-tests: New file.
5295         * modules/unistdio/u32-asnprintf-tests: New file.
5296         * modules/unistdio/u32-vasnprintf-tests: New file.
5297         * modules/unistdio/u32-vasprintf-tests: New file.
5298         * modules/unistdio/u32-vsnprintf-tests: New file.
5299         * modules/unistdio/u32-vsprintf-tests: New file.
5300         * MODULES.html.sh (Unicode string functions): Add the new modules.
5301
5302 2007-07-01  Bruno Haible  <bruno@clisp.org>
5303
5304         * lib/sprintf.c (sprintf): Limit the available length estimation,
5305         to avoid address wraparound.
5306         * lib/vsprintf.c (vsprintf): Likewise.
5307         * modules/sprintf-posix (Dependencies): Add stdint.
5308         * modules/vsprintf-posix (Dependencies): Likewise.
5309
5310 2007-07-01  Bruno Haible  <bruno@clisp.org>
5311
5312         * gnulib-tool (self_abspathname): Determine PATH_SEPARATOR and handle
5313         Windows PATH as well. Conservative double-quoting. Comments.
5314
5315 2007-07-01  Bruno Haible  <bruno@clisp.org>
5316             Eric Blake  <ebb9@byu.net>
5317             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5318
5319         * gnulib-tool (self_abspathname): Fix algorithm to cope with
5320         empty components in $PATH, denoting '.'.
5321
5322 2007-07-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5323
5324         * gnulib-tool: Fix indentation.
5325         (func_create_megatestdir): Likewise.
5326         Report by Bruno Haible.
5327
5328 2007-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5329
5330         Sync from Automake.
5331         * build-aux/gnupload: Fix shell portability issues with for loops.
5332         Report by Karl Berry.
5333
5334 2007-06-29  Simon Josefsson  <simon@josefsson.org>
5335
5336         * build-aux/maint.mk (POURL): Use translationproject.org.
5337
5338 2007-06-27  Simon Josefsson  <simon@josefsson.org>
5339             Bruno Haible  <bruno@clisp.org>
5340
5341         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Require gl_HEADER_SYS_SOCKET
5342         before using HAVE_WS2TCPIP_H. Check for gai_strerror through an
5343         explicit link test, rather than AC_REPLACE_FUNCS - for mingw.
5344         (gl_PREREQ_GETADDRINFO): Require gl_HEADER_SYS_SOCKET before using
5345         HAVE_SYS_SOCKET_H and HAVE_WS2TCPIP_H.
5346
5347 2007-06-27  Bruno Haible  <bruno@clisp.org>
5348
5349         * build-aux/config.rpath: Upgrade to libtool-1.5.24.
5350         * build-aux/config.libpath: Upgrade to libtool-1.5.24.
5351
5352 2007-06-26  Karl Berry  <karl@gnu.org>
5353
5354         * MODULES.html.sh: remove xreadlink-with-size.
5355
5356 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5357
5358         * lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
5359         method that I hope also handles the double-include problem noted
5360         by Bruno Haible in
5361         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.
5362
5363 2007-06-23  Bruno Haible  <bruno@clisp.org>
5364
5365         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5366         Don't let the 'mostlyclean' target fail if the last subdirectory could
5367         not be removed.
5368         Reported by Karl Berry.
5369
5370 2007-06-23  Bruno Haible  <bruno@clisp.org>
5371
5372         * gnulib-tool (echo): Add a speedier workaround for ksh.
5373         * tests/test-echo.sh: Likewise.
5374
5375 2007-06-23  Bruno Haible  <bruno@clisp.org>
5376
5377         * gnulib-tool (echo): Add workarounds also for bash versions < 2.04.
5378         * tests/test-echo.sh: Likewise.
5379
5380 2007-06-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5381
5382         * gnulib-tool (IFS): Initialize early, so we don't set it to
5383         empty later.
5384         (self_abspathname): Rewrite algorithm to set it, reindent.
5385         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
5386         (func_create_megatestdir): Merge some sed scripts.
5387
5388 2007-06-23  Paul Eggert  <eggert@cs.ucla.edu>
5389
5390         * m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
5391         exposed by Sun Studio 11 cc on Solaris 8.
5392
5393 2007-06-22  Bruno Haible  <bruno@clisp.org>
5394
5395         * gnulib-tool (echo): Ensure the echo primitive does not interpret
5396         backslashes.
5397         * tests/test-echo.sh: New file.
5398
5399 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5400
5401         * gnulib-tool (func_add_or_update, func_create_testdir): Do not
5402         simplify `sed_replace_build_aux' scripts, they are portable but
5403         echoing them with `echo' is not.
5404         Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.
5405
5406 2007-06-21  Karl Berry  <karl@gnu.org>
5407
5408         * config/srclist.txt: guess we can't handle the licenses via
5409         srclist at the moment.
5410
5411 2007-06-21  Paul Eggert  <eggert@cs.ucla.edu>
5412
5413         * MODULES.html.sh: Add include_next.
5414         * modules/include_next: New file.
5415
5416 2007-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5417
5418         * m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
5419         INCLUDE_NEXT.
5420         (gl_CHECK_NEXT_HEADERS): New macro.
5421         * m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
5422         the obsolescent gl_ABSOLUTE_HEADER.
5423         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
5424         * m4/float_h.m4 (gl_FLOAT_H): Likewise.
5425         * m4/iconv_h.m4 (gl_ICONV_H): Likewise.
5426         * m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
5427         * m4/locale_h.m4 (gl_LOCALE_H): Likewise.
5428         * m4/math_h.m4 (gl_MATH_H): Likewise.
5429         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
5430         * m4/search_h.m4 (gl_SEARCH_H): Likewise.
5431         * m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
5432         * m4/stdint.m4 (gl_STDINT_H): Likewise.
5433         * m4/stdio_h.m4 (gl_STDIO_H): Likewise.
5434         * m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
5435         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
5436         * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
5437         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
5438         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
5439         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
5440         * m4/sysexits.m4 (gl_SYSEXITS): Likewise.
5441         * m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
5442         * m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
5443         * m4/wchar.m4 (gl_WCHAR_H): Likewise.
5444         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
5445         * m4/inttypes.m4 (gl_INTTYPES_H): Define
5446         _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
5447         builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
5448         * m4/stdint.m4 (gl_STDINT_H): Likewise, for
5449         _GL_JUST_INCLUDE_SYSTEM_STDINT_H.
5450         * lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
5451         rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
5452         * lib/float_.h: Likewise.
5453         * lib/inttypes_.h: Likewise.
5454         * lib/math_.h: Likewise.
5455         * lib/search_.h: Likewise.
5456         * lib/signal_.h: Likewise.
5457         * lib/stdint_.h: Likewise.
5458         * lib/stdio_.h: Likewise.
5459         * lib/stdlib_.h: Likewise.
5460         * lib/string_.h: Likewise.
5461         * lib/sys_stat_.h: Likewise.
5462         * lib/sys_time_.h: Likewise.
5463         * lib/time_.h: Likewise.
5464         * lib/unistd_.h: Likewise.
5465         * lib/wchar_.h: Likewise.
5466         * lib/wctype_.h: Likewise.
5467         * lib/dirent_.h: Likewise.
5468         * lib/iconv_.h: Likewise.
5469         * lib/locale_.h: Likewise.
5470         * lib/netinet_in_.h: Likewise.
5471         * lib/sys_select_.h: Likewise.
5472         * lib/sys_socket_.h: Likewise.
5473         * lib/sysexits_.h: Likewise.
5474         * modules/fcntl (Depends-on): Depend on include_next, not
5475         absolute_header.
5476         (Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
5477         HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
5478         * modules/fchdir: Likewise.
5479         * modules/float: Likewise.
5480         * modules/iconv_open: Likewise.
5481         * modules/inttypes: Likewise.
5482         * modules/locale: Likewise.
5483         * modules/math: Likewise.
5484         * modules/netinet_in: Likewise.
5485         * modules/search: Likewise.
5486         * modules/signal: Likewise.
5487         * modules/stdint: Likewise.
5488         * modules/stdio: Likewise.
5489         * modules/stdlib: Likewise.
5490         * modules/string: Likewise.
5491         * modules/sys_select: Likewise.
5492         * modules/sys_socket: Likewise.
5493         * modules/sys_stat: Likewise.
5494         * modules/sys_time: Likewise.
5495         * modules/sysexits: Likewise.
5496         * modules/time: Likewise.
5497         * modules/unistd: Likewise.
5498         * modules/wchar: Likewise.
5499         * modules/wctype: Likewise.
5500         * modules/sys_stat: Change maintainer to "all".
5501         * modules/unistd: Likewise.
5502
5503 2007-06-20  Karl Berry  <karl@gnu.org>
5504
5505         * config/srclist.txt: track www changes in license files.
5506
5507 2007-06-20  Sergey Poznyakoff  <gray@gnu.org.ua>
5508
5509         * build-aux/bootstrap: Remove stray dot.
5510         Make sure build_aux settings are honored when linking
5511         gnulib_extra_files.
5512
5513 2007-06-19  Eric Blake  <ebb9@byu.net>
5514
5515         * modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
5516         Allow compilation on cygwin.
5517
5518 2007-06-19  Jim Meyering  <jim@meyering.net>
5519
5520         xreadlink-with-size: Remove module.  No longer used.
5521         Ex-callers now use xreadlink or mreadlink-with-size.
5522         * modules/xreadlink-with-size: Remove module.
5523         * lib/xreadlink-with-size.c: Remove file.
5524         * lib/xreadlink.h (xreadlink_with_size): Remove prototype.
5525         (xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
5526         just before the function definition *is* accurate.
5527
5528         Eliminate one way canonicalize_filename_mode could exit.
5529         * lib/canonicalize.c (canonicalize_filename_mode):
5530         Use mreadlink_with_size, not xreadlink_with_size.
5531
5532 2007-06-18  Paul Eggert  <eggert@cs.ucla.edu>
5533
5534         Detect porting problems to FreeBSD/arm, which has time_t wider than
5535         long int.  Original problem reported for GNU diff by Xin Li in
5536         <http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
5537         * modules/getdate (Depends-on): Add intprops, verify.
5538         * lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
5539         is an integer type no wider than long int.
5540
5541 2007-06-18  Jim Meyering  <jim@meyering.net>
5542
5543         New module: mreadlink-with-size.
5544         * MODULES.html.sh: Add mreadlink-with-size.
5545         * modules/mreadlink-with-size: New module
5546         * modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
5547         not xreadlink-with-size.
5548         * lib/mreadlink-with-size.c, lib/mreadlink.h: New files.
5549
5550 2007-06-16  Bruno Haible  <bruno@clisp.org>
5551
5552         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Catch the MacOS X 10.4 bug.
5553         * doc/functions/frexpl.texi: Document the MacOS X 10.4 bug.
5554         Reported by Gary V. Vaughan <gary@gnu.org>.
5555
5556 2007-06-15  Paul Eggert  <eggert@cs.ucla.edu>
5557
5558         Revamp lchown so that it lives in unistd.h where it belongs.
5559         * lib/lchown.h: Remove.
5560         * lib/dirchownmod.c: Don't include lib/lchown.h.
5561         * lib/fchownat.c: Likewise.
5562         * lib/openat.c: Likewise.
5563         * lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
5564         does not follow symlinks.
5565         (EOPNOTSUPP): Define if not defined.
5566         * lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
5567         is defined to 0.
5568         (lchown): New decl.
5569         * m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
5570         Do not check for lchown decl.
5571         Set REPLACE_LCHOWN.
5572         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
5573         REPLACE_LCHOWN.
5574         * modules/chown: Make it clear it follows symlinks.
5575         * modules/lchown: Make it clear it doesn't follow symlinks.
5576         (Files): Remove lib/lchown.h
5577         (Depends-on): Add unistd.
5578         (configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
5579         (Include): Include <unistd.h>, not "lchown.h".
5580         * modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
5581         REPLACE_LCHOWN.
5582
5583 2007-06-15  Jim Meyering  <jim@meyering.net>
5584
5585         Change license (GPL to LGPL) of fsusage and dependents.
5586         * modules/fsusage (License): Change to LGPL.
5587         * modules/full-read (License): Likewise.
5588         * modules/full-write (License): Likewise.
5589         * modules/safe-read (License): Likewise.
5590         * modules/safe-write (License): Likewise.
5591
5592 2007-06-14  Ben Pfaff  <blp@gnu.org>
5593
5594         Missing part of allocsa -> malloca transition.
5595         * modules/relocatable-prog-wrapper: gl_ALLOCSA should be
5596         gl_MALLOCA.
5597
5598 2007-06-12  Bruno Haible  <bruno@clisp.org>
5599
5600         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Guess no when cross-compiling
5601         to ia64, x86_64, i386.
5602         Reported by Eric Blake.
5603
5604 2007-06-12  Bruno Haible  <bruno@clisp.org>
5605
5606         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Guess no also when
5607         cross-compiling to x86_64.
5608
5609 2007-06-12  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
5612         glitch reported by Ralf Wildenhues in
5613         <http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.
5614
5615         * m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
5616         Vin Shelton.
5617
5618 2007-06-11  Bruno Haible  <bruno@clisp.org>
5619
5620         * lib/printf-args.c (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Fix NULL
5621         replacement string.
5622         Reported by Eric Blake.
5623
5624 2007-06-10  Bruno Haible  <bruno@clisp.org>
5625
5626         Prepare vasnprintf code for use with Unicode strings.
5627         * lib/printf-args.h (PRINTF_FETCHARGS): New macro.
5628         (arg_type) [ENABLE_UNISTDIO]: Define TYPE_U8_STRING, TYPE_U16_STRING,
5629         TYPE_U32_STRING.
5630         (argument) [ENABLE_UNISTDIO]: Add a_u8_string, a_u16_string,
5631         a_u32_string variants.
5632         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5633         * lib/printf-args.c: Don't include config.h and the specification
5634         header if PRINTF_FETCHARGS is already defined.
5635         (PRINTF_FETCHARGS): Renamed from printf_fetchargs.
5636         (PRINTF_FETCHARGS) [ENABLE_UNISTDIO]: Add code for TYPE_U8_STRING,
5637         TYPE_U16_STRING, TYPE_U32_STRING.
5638         * lib/printf-parse.h [ENABLE_UNISTDIO] (u8_directive, u8_directives,
5639         u16_directive, u16_directives, u32_directive, u32_directives): New
5640         types.
5641         (ulc_printf_parse, u8_printf_parse, u16_printf_parse, u32_printf_parse):
5642         New declarations.
5643         * lib/printf-parse.c: Don't include config.h and the specification
5644         header if PRINTF_PARSE is already defined. Eliminate the set of
5645         parameters for WIDE_CHAR_VERSION; the user of this file must provide
5646         them now. Include c-ctype.h.
5647         (PRINTF_PARSE) [ENABLE_UNISTDIO]: Add code implementing the 'U'
5648         directive and CHAR_T_ONLY_ASCII.
5649         * lib/vasnprintf.c: Don't include config.h and the specification header
5650         if VASNPRINTF is already defined.
5651         (DCHAR_IS_TCHAR, DCHAR_CPY): New macros.
5652         (VASNPRINTF): Use PRINTF_FETCHARGS instead of printf_fetchargs. Use
5653         DCHAR_CPY. Handle the case that DCHAR_T and FCHAR_T are not the same
5654         type. Handle the case that TCHAR_T and FCHAR_T are not of the same
5655         size. Handle the case that DCHAR_T and TCHAR_T are not the same type,
5656         add a conversion from TCHAR_T[] to DCHAR_T[], and rework the padding
5657         code accordingly.
5658         (VASNPRINTF) [ENABLE_UNISTDIO]: Implement the 'U' directive. Enable
5659         pad_ourselves also in this case, with the 'c' and 's' directives, and
5660         with a different notion of "width".
5661         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_WITH_EXTRAS): New macros.
5662
5663 2007-06-10  Bruno Haible  <bruno@clisp.org>
5664
5665         * modules/unistr/u32-mbsnlen: New file.
5666         * lib/unistr/u32-mbsnlen.c: New file.
5667
5668         * modules/unistr/u16-mbsnlen: New file.
5669         * lib/unistr/u16-mbsnlen.c: New file.
5670
5671         * modules/unistr/u8-mbsnlen: New file.
5672         * lib/unistr/u8-mbsnlen.c: New file.
5673
5674         * lib/unistr.h (u8_mbsnlen, u16_mbsnlen, u32_mbsnlen): New
5675         declarations.
5676
5677 2007-06-10  Bruno Haible  <bruno@clisp.org>
5678
5679         * lib/string_.h (mbsnlen): New declaration.
5680         * lib/mbsnlen.c: New file.
5681         * m4/mbsnlen.m4: New file.
5682         * modules/mbsnlen: New file.
5683         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Set GNULIB_MBSNLEN.
5684         * modules/string (string.h): Substitute GNULIB_MBSNLEN.
5685         * MODULES.html.sh (Internationalization functions): Add mbsnlen.
5686
5687 2007-06-10  Bruno Haible  <bruno@clisp.org>
5688
5689         * lib/mbslen.c: Include <stdlib.h>, needed for MB_CUR_MAX.
5690
5691 2007-06-10  Bruno Haible  <bruno@clisp.org>
5692
5693         * lib/mbiter.h: Include <stddef.h>, needed for ptrdiff_t.
5694         * lib/mbuiter.h: Likewise.
5695
5696 2007-06-10  Bruno Haible  <bruno@clisp.org>
5697
5698         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Check for _snprintf
5699         declaration.
5700
5701 2007-06-10  Karl Berry  <karl@gnu.org>
5702
5703         * config/srclist.txt: remove gettext entries, Bruno prefers
5704         to update individually.
5705
5706 2007-06-10  Bruno Haible  <bruno@clisp.org>
5707
5708         * lib/vasnprintf.c (VASNPRINTF) [!USE_SNPRINTF]: Remove variable
5709         'maxlen'. Ensure only length + width bytes are allocated, not
5710         length + 1 + width.
5711
5712 2007-06-09  Bruno Haible  <bruno@clisp.org>
5713
5714         * lib/vasnprintf.c (FCHAR_T, DCHAR_T, TCHAR_T): New macros.
5715         (CHAR_T): Remove macro.
5716         (VASNPRINTF): Update.
5717
5718 2007-06-09  Bruno Haible  <bruno@clisp.org>
5719
5720         * MODULES.html.sh (Unicode string functions): Add the new modules.
5721
5722         * modules/uniconv/u32-conv-to-enc: New file.
5723         * lib/uniconv/u32-conv-to-enc.c: New file.
5724         * modules/uniconv/u32-conv-to-enc-tests: New file.
5725         * tests/uniconv/test-u32-conv-to-enc.c: New file.
5726
5727         * modules/uniconv/u16-conv-to-enc: New file.
5728         * lib/uniconv/u16-conv-to-enc.c: New file.
5729         * lib/uniconv/u-conv-to-enc.h: New file.
5730         * modules/uniconv/u16-conv-to-enc-tests: New file.
5731         * tests/uniconv/test-u16-conv-to-enc.c: New file.
5732
5733         * modules/uniconv/u8-conv-to-enc: New file.
5734         * lib/uniconv/u8-conv-to-enc.c: New file.
5735         * modules/uniconv/u8-conv-to-enc-tests: New file.
5736         * tests/uniconv/test-u8-conv-to-enc.c: New file.
5737
5738         * lib/uniconv.h (u8_conv_to_encoding, u16_conv_to_encoding,
5739         u32_conv_to_encoding): New declarations.
5740
5741 2007-06-09  Bruno Haible  <bruno@clisp.org>
5742
5743         * tests/uniconv/test-u32-strconv-to-enc.c (main): Remove unused code.
5744
5745 2007-06-09  Bruno Haible  <bruno@clisp.org>
5746
5747         Rename 'allocsa' -> 'malloca', 'freesa' -> 'freea'.
5748         * modules/malloca: Renamed from modules/allocsa, updated.
5749         * lib/malloca.h: Renamed from lib/allocsa.h, updated.
5750         * lib/malloca.c: Renamed from lib/allocsa.c, updated.
5751         * lib/malloca.valgrind: Renamed from lib/allocsa.valgrind, updated.
5752         * m4/malloca.m4: Renamed from m4/allocsa.m4, updated.
5753         * modules/malloca-tests: Renamed from modules/allocsa-tests, updated.
5754         * tests/test-malloca.c: Renamed from tests/test-allocsa.c, updated.
5755         * modules/xmalloca: Renamed from modules/xallocsa, updated.
5756         * lib/xmalloca.h: Renamed from lib/xallocsa.h, updated.
5757         * lib/xmalloca.c: Renamed from lib/xallocsa.c, updated.
5758         * modules/c-strcasestr (Depends-on): Update.
5759         * lib/c-strcasestr.c: Update.
5760         * modules/c-strstr (Depends-on): Update.
5761         * lib/c-strstr.c: Update.
5762         * modules/canonicalize-lgpl (Depends-on): Update.
5763         * lib/canonicalize-lgpl.c: Update.
5764         * modules/clean-temp (Depends-on): Update.
5765         * lib/clean-temp.c: Update.
5766         * modules/csharpcomp (Depends-on): Update.
5767         * lib/csharpcomp.c: Update.
5768         * modules/csharpexec (Depends-on): Update.
5769         * lib/csharpexec.c: Update.
5770         * modules/javacomp (Depends-on): Update.
5771         * lib/javacomp.c: Update.
5772         * modules/javaexec (Depends-on): Update.
5773         * lib/javaexec.c: Update.
5774         * modules/mbscasestr (Depends-on): Update.
5775         * lib/mbscasestr.c: Update.
5776         * modules/mbsstr (Depends-on): Update.
5777         * lib/mbsstr.c: Update.
5778         * modules/setenv (Depends-on): Update.
5779         * lib/setenv.c: Update.
5780         * modules/strcasestr (Depends-on): Update.
5781         * lib/strcasestr.c: Update.
5782         * modules/striconveha (Depends-on): Update.
5783         * lib/striconveha.c: Update.
5784         * modules/relocatable-prog-wrapper (Files): Update.
5785         * lib/relocwrapper.c: Update.
5786         * build-aux/install-reloc: Update.
5787         * MODULES.html.sh (Memory management functions <stdlib.h>): Update.
5788
5789 2007-06-08  Bruno Haible  <bruno@clisp.org>
5790
5791         Port to uClibc.
5792         * lib/fbufmode.c (fbufmode): Add special code for uClibc.
5793         * lib/fpurge.c (fpurge): Likewise.
5794         * lib/freading.c (freading): Likewise.
5795         * lib/fseeko.c (rpl_fseeko): Likewise.
5796         * lib/fseterr.c (fseterr): Likewise.
5797         * lib/fwriting.c (fwriting): Likewise.
5798         * tests/test-fflush.c (main): Avoid a failure on uClibc.
5799
5800 2007-06-08  Bruno Haible  <bruno@clisp.org>
5801
5802         * m4/intlmacosx.m4: New file, extracted from gettext.m4.
5803         * m4/gettext.m4 (gt_INTL_MACOSX): Remove macro, moved to intlmacosx.m4.
5804         * modules/gettext (Files): Add m4/intlmacosx.m4.
5805
5806 2007-06-07  Bruno Haible  <bruno@clisp.org>
5807
5808         * modules/localename-tests: New file.
5809         * tests/test-localename.c: New file.
5810
5811         New module 'localename'.
5812         * lib/localename.h: New file.
5813         * lib/localename.c: New file, from GNU gettext.
5814         * m4/localename.m4: New file.
5815         * modules/localename: New file.
5816
5817 2007-06-07  Bruno Haible  <bruno@clisp.org>
5818
5819         Work around the lack of <wchar.h> on some builds of uClibc.
5820         * doc/headers/wchar.texi: Update.
5821         * lib/wchar_.h: Include <wchar.h> only if it exists.
5822         * m4/wchar.m4 (gl_WCHAR_H): Check for <wchar.h>. Set HAVE_WCHAR_H.
5823         * m4/stdint.m4 (gl_STDINT_H): Check for <wchar.h>.
5824         (gl_STDINT_TYPE_PROPERTIES): Don't try to include <wchar.h> if it
5825         doesn't exist.
5826         * modules/wchar (wchar.h): Substitute HAVE_WCHAR_H.
5827         * modules/mbfile (Depends-on): Add wchar.
5828         * modules/mbiter (Depends-on): Likewise.
5829         * modules/mbuiter (Depends-on): Likewise.
5830         Reported by Simon Josefsson.
5831
5832 2007-06-06  Paul Eggert  <eggert@cs.ucla.edu>
5833
5834         Work around problem reported by Steven M. Schweda in
5835         <http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
5836         Tru64 5.1B with the Compaq compiler environment installed declares
5837         an 'isblank' function but does not define it in the C library.
5838         * lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
5839         * lib/regex_internal.h (isblank): Likewise.
5840         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
5841         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
5842
5843 2007-06-05  Bruno Haible  <bruno@clisp.org>
5844
5845         Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64,
5846         ia64.
5847         * modules/printf-safe: New file.
5848         * modules/fprintf-posix (Depends-on): Add printf-safe.
5849         * modules/printf-posix (Depends-on): Likewise.
5850         * modules/snprintf-posix (Depends-on): Likewise.
5851         * modules/sprintf-posix (Depends-on): Likewise.
5852         * modules/vasnprintf-posix (Depends-on): Likewise.
5853         * modules/vasprintf-posix (Depends-on): Likewise.
5854         * modules/vfprintf-posix (Depends-on): Likewise.
5855         * modules/vprintf-posix (Depends-on): Likewise.
5856         * modules/vsnprintf-posix (Depends-on): Likewise.
5857         * modules/vsprintf-posix (Depends-on): Likewise.
5858         * m4/printf.m4 (gl_PRINTF_INFINITE_LONG_DOUBLE): Require
5859         AC_C_BIGENDIAN. Define CHECK_PRINTF_SAFE if printf-safe is used. Test
5860         non-IEEE numbers on i386, x86_64, ia64. When cross-compiling, guess
5861         "no" on i386, x86_64, ia64.
5862         * tests/test-snprintf-posix.h (LDBL80_WORDS): New macro.
5863         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5864         on i386, x86_64, ia64.
5865         * tests/test-sprintf-posix.h (LDBL80_WORDS): New macro.
5866         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5867         on i386, x86_64, ia64.
5868         * tests/test-vasnprintf-posix.c: Include float.h.
5869         (LDBL80_WORDS): New macro.
5870         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5871         on i386, x86_64, ia64.
5872         * tests/test-vasprintf-posix.c: Include float.h.
5873         (LDBL80_WORDS): New macro.
5874         (test_function): Check result of %La, %Lf, %Le, %Lg on non-IEEE numbers
5875         on i386, x86_64, ia64.
5876         * tests/test-snprintf-posix.c: Include float.h.
5877         * tests/test-sprintf-posix.c: Likewise.
5878         * tests/test-vsnprintf-posix.c: Likewise.
5879         * tests/test-vsprintf-posix.c: Likewise.
5880
5881 2007-06-05  Bruno Haible  <bruno@clisp.org>
5882
5883         Fix isnanl so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
5884         * m4/isnanl.m4 (gl_FUNC_ISNANL_WORKS): Require AC_C_BIGENDIAN. Test
5885         non-IEEE numbers on i386, x86_64, ia64.
5886         (gl_LONG_DOUBLE_EXPONENT_LOCATION): Require AC_C_BIGENDIAN.
5887         * lib/isnan.c (FUNC): Add special code for i386, x86_64, ia64.
5888         * tests/test-isnanl.h: Include float.h.
5889         (main): Check also non-IEEE numbers on i386, x86_64, ia64.
5890
5891 2007-06-05  Bruno Haible  <bruno@clisp.org>
5892
5893         * lib/vasnprintf.c (VASNPRINTF): Do the extra handling of NaN and Inf
5894         also the %a / %A. Handle the %a / %A code before this extra handling.
5895
5896 2007-06-05  Bruno Haible  <bruno@clisp.org>
5897
5898         * lib/vasnprintf.c [NEED_PRINTF_LONG_DOUBLE ||
5899         NEED_PRINTF_INFINITE_LONG_DOUBLE]: Include fpucw.h.
5900
5901 2007-06-05  Bruno Haible  <bruno@clisp.org>
5902
5903         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): Fix
5904         typo in variable name.
5905
5906 2007-06-05  Eric Blake  <ebb9@byu.net>
5907
5908         * m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
5909         Reported by Simon Josefsson.
5910
5911 2007-06-04  Bruno Haible  <bruno@clisp.org>
5912
5913         Avoid test failures on some PowerPC platforms.
5914         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP):
5915         Define differently for PowerPC.
5916         * tests/test-frexpl.c (MIN_NORMAL_EXP): Likewise.
5917         Reported by Gary V. Vaughan <gary@gnu.org>.
5918
5919 2007-06-02  Bruno Haible  <bruno@clisp.org>
5920
5921         Fix test-stdint failure on FreeBSD/ia64.
5922         * m4/stdint.m4 (gl_STDINT_H): Check the values of PTRDIFF_MIN,
5923         PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN,
5924         WCHAR_MAX, WINT_MIN, WINT_MAX entirely, not only for plausibility.
5925         * doc/headers/stdint.texi: Update.
5926
5927 2007-06-01  Bruno Haible  <bruno@clisp.org>
5928
5929         * tests/test-binary-io.c (main): Pass a third argument to open().
5930         Reported by Gary V. Vaughan <gary@gnu.org>.
5931
5932 2007-06-01  Bruno Haible  <bruno@clisp.org>
5933
5934         * doc/functions/frexpl.texi: Update for mingw.
5935
5936 2007-06-01  Bruno Haible  <bruno@clisp.org>
5937
5938         * tests/test-lseek.c (main): Disable test of errno for invalid third
5939         argument.
5940         * doc/functions/lseek.texi: Update.
5941         Reported by Gary V. Vaughan <gary@gnu.org>.
5942
5943 2007-05-28  Bruno Haible  <bruno@clisp.org>
5944
5945         * m4/intl.m4 (AM_INTL_SUBDIR): Substitute variables WOE32, WINDRES.
5946
5947 2007-05-31  Eric Blake  <ebb9@byu.net>
5948
5949         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Guess no on mingw when
5950         cross compiling.
5951
5952 2007-05-30  Eric Blake  <ebb9@byu.net>
5953         and Bruno Haible  <bruno@clisp.org>
5954
5955         Work around mingw test failures exposed by m4-1.4.9b.
5956         * m4/stdint.m4 (gl_STDINT_H): Detect mingw bug.
5957         * tests/test-unistd.c: Disable uid_t and git_t tests for the
5958         moment.
5959
5960 2007-05-30  Bruno Haible  <bruno@clisp.org>
5961
5962         * tests/test-lseek.c: Explicitly close file descriptors 0 and 1 before
5963         assuming that they are closed. Needed on HP-UX 11.
5964
5965 2007-05-29  Bruno Haible  <bruno@clisp.org>
5966
5967         Fix a problem with #include_next.
5968         * lib/dirent_.h: Split the double-inclusion guard.
5969         * lib/fcntl_.h: Likewise.
5970         * lib/float_.h: Likewise.
5971         * lib/iconv_.h: Likewise.
5972         * lib/inttypes_.h: Likewise.
5973         * lib/locale_.h: Likewise.
5974         * lib/math_.h: Likewise.
5975         * lib/netinet_in_.h: Likewise.
5976         * lib/search_.h: Likewise.
5977         * lib/signal_.h: Likewise.
5978         * lib/stdint_.h: Likewise.
5979         * lib/stdio_.h: Likewise.
5980         * lib/stdlib_.h: Likewise.
5981         * lib/string_.h: Likewise.
5982         * lib/sys_select_.h: Likewise.
5983         * lib/sys_socket_.h: Likewise.
5984         * lib/sys_stat_.h: Likewise.
5985         * lib/sys_time_.h: Likewise.
5986         * lib/sysexits_.h: Likewise.
5987         * lib/time_.h: Likewise.
5988         * lib/unistd_.h: Likewise.
5989         * lib/wchar_.h: Likewise.
5990         * lib/wctype_.h: Likewise.
5991
5992 2007-05-29  Bruno Haible  <bruno@clisp.org>
5993
5994         * tests/test-unistd.c: Disable the tests for useconds_t and intptr_t
5995         for the moment.
5996
5997 2007-05-29  Bruno Haible  <bruno@clisp.org>
5998
5999         * m4/isnan.m4 (gl_DOUBLE_EXPONENT_LOCATION): Silence the AC_C_BIGENDIAN
6000         invocation.
6001         Reported by Eric Blake.
6002
6003 2007-05-29  Bruno Haible  <bruno@clisp.org>
6004
6005         * m4/isnanf.m4 (gl_FLOAT_EXPONENT_LOCATION): Fix typo in cross-
6006         compiling case.
6007
6008 2007-05-29  Eric Blake  <ebb9@byu.net>
6009             Bruno Haible  <bruno@clisp.org>
6010
6011         * m4/isnanf.m4 (gl_FUNC_ISNANF_NO_LIBM): Avoid syntax error on
6012         cross compiles.
6013
6014 2007-05-28  Eric Blake  <ebb9@byu.net>
6015
6016         * modules/closein-tests (test_closein_LDADD): Support test on
6017         cygwin with libtool.
6018
6019 2007-05-28  Bruno Haible  <bruno@clisp.org>
6020
6021         * tests/uniconv/test-u16-conv-from-enc.c: Remove #ifdef HAVE_CONFIG_H.
6022         * tests/uniconv/test-u16-strconv-from-enc.c: Likewise.
6023         * tests/uniconv/test-u16-strconv-to-enc.c: Likewise.
6024         * tests/uniconv/test-u32-conv-from-enc.c: Likewise.
6025         * tests/uniconv/test-u32-strconv-from-enc.c: Likewise.
6026         * tests/uniconv/test-u32-strconv-to-enc.c: Likewise.
6027         * tests/uniconv/test-u8-conv-from-enc.c: Likewise.
6028         * tests/uniconv/test-u8-strconv-from-enc.c: Likewise.
6029         * tests/uniconv/test-u8-strconv-to-enc.c: Likewise.
6030
6031 2007-05-28  Eric Blake  <ebb9@byu.net>
6032
6033         Unconditionally include <config.h> in unit tests.
6034         * tests/test-alloca-opt.c: Remove #ifdef HAVE_CONFIG_H.
6035         * tests/test-allocsa.c, tests/test-arcfour.c,
6036         tests/test-arctwo.c, tests/test-argmatch.c, tests/test-argp.c,
6037         tests/test-array_list.c, tests/test-array_oset.c,
6038         tests/test-atexit.c, test-avltree_list.c, test-avltree_oset.c,
6039         test-avltreehash_list.c, test-base64.c, test-binary-io.c,
6040         test-c-ctype.c, test-c-strcasecmp.c, test-c-strcasestr.c,
6041         test-c-strncasecmp.c, test-c-strstr.c, test-canonicalize-lgpl.c,
6042         test-carray_list.c, test-crc.c, test-des.c, test-dirname.c,
6043         test-fflush.c, test-fprintf-posix.c, test-gc-arcfour.c,
6044         test-gc-arctwo.c, test-gc-des.c, test-gc-hmac-md5.c,
6045         test-gc-hmac-sha1.c, test-gc-md2.c, test-gc-md4.c, test-gc-md5.c,
6046         test-gc-pbkdf2-sha1.c, test-gc-rijndael.c, test-gc-sha1.c,
6047         test-gc.c, test-getpass.c, test-hmac-md5.c, test-hmac-sha1.c,
6048         test-iconv.c, test-linked_list.c, test-linkedhash_list.c,
6049         test-lock.c, test-mbscasecmp.c, test-mbscasestr1.c,
6050         test-mbscasestr2.c, test-mbscasestr3.c, test-mbscasestr4.c,
6051         test-mbschr.c, test-mbscspn.c, test-mbsncasecmp.c, test-mbspbrk.c,
6052         test-mbspcasecmp.c, test-mbsrchr.c, test-mbsspn.c, test-mbsstr1.c,
6053         test-mbsstr2.c, test-mbsstr3.c, test-md2.c, test-md4.c,
6054         test-md5.c, test-memmem.c, test-printf-posix.c,
6055         test-rbtree_list.c, test-rbtree_oset.c, test-rbtreehash_list.c,
6056         test-read-file.c, test-rijndael.c, test-snprintf-posix.c,
6057         test-snprintf.c, test-sprintf-posix.c, test-stdint.c,
6058         test-strcasestr.c, test-striconv.c, test-striconveh.c,
6059         test-striconveha.c, test-tls.c, test-vasnprintf-posix.c,
6060         test-vasnprintf-posix2.c, test-vasnprintf.c,
6061         test-vasprintf-posix.c, test-vasprintf.c, test-verify.c,
6062         test-vfprintf-posix.c, test-vprintf-posix.c,
6063         test-vsnprintf-posix.c, test-vsnprintf.c, test-vsprintf-posix.c,
6064         test-xvasprintf.c: Likewise.
6065
6066 2007-05-28  Bruno Haible  <bruno@clisp.org>
6067
6068         * gnulib-tool (func_import): Remember the --with-tests command-line
6069         option through the macro gl_WITH_TESTS in the gnulib-cache.m4.
6070         Reported by Eric Blake.
6071
6072 2007-05-28  Bruno Haible  <bruno@clisp.org>
6073
6074         * modules/ftell-tests: New file.
6075         * tests/test-ftell.c: New file, based on tests/test-ftello.c.
6076         * tests/test-ftell.sh: New file, based on tests/test-ftello.sh.
6077
6078         * lib/ftell.c: New file.
6079         * modules/ftell: New file.
6080         * m4/ftell.m4: New file.
6081         * doc/functions/ftell.texi: Update.
6082         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELL,
6083         REPLACE_FTELL.
6084         * lib/stdio_.h (rpl_ftell): New declaration.
6085         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELL,
6086         REPLACE_FTELL.
6087
6088 2007-05-28  Eric Blake  <ebb9@byu.net>
6089
6090         * lib/allocsa.h (safe_alloca): Avoid compiler warning.
6091
6092 2007-05-28  Bruno Haible  <bruno@clisp.org>
6093
6094         * modules/fseek-tests: New file.
6095         * tests/test-fseek.c: New file, based on tests/test-fseeko.c.
6096         * tests/test-fseek.sh: New file, based on tests/test-fseeko.sh.
6097
6098         * lib/fseek.c: New file.
6099         * modules/fseek: New file.
6100         * m4/fseek.m4: New file.
6101         * doc/functions/fseek.texi: Update.
6102         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEK,
6103         REPLACE_FSEEK.
6104         * lib/stdio_.h (rpl_fseek): New declaration.
6105         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEK,
6106         REPLACE_FSEEK.
6107
6108 2007-05-28  Bruno Haible  <bruno@clisp.org>
6109
6110         * lib/stdio_.h (fflush): More comments.
6111
6112 2007-05-28  Bruno Haible  <bruno@clisp.org>
6113
6114         * m4/lseek.m4 (gl_FUNC_LSEEK): When not cross-compiling, perform a real
6115         runtime test.
6116
6117 2007-05-28  Eric Blake  <ebb9@byu.net>
6118
6119         Improve lseek module.
6120         * lib/lseek.c (rpl_lseek): Detect EBADF on mingw.
6121         * lib/unistd_.h (lseek): Scale back link warning message.
6122         * tests/test-lseek.c: Beef up test.
6123         * tests/test-lseek.sh: Exercise more facets of lseek.
6124         Reported by Bruno Haible.
6125
6126 2007-05-28  Bruno Haible  <bruno@clisp.org>
6127
6128         * tests/test-unistd.c: Test all the types that <unistd.h> is expected
6129         to define.
6130
6131 2007-05-27  Bruno Haible  <bruno@clisp.org>
6132
6133         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-31 patch.
6134
6135 2007-05-27  Bruno Haible  <bruno@clisp.org>
6136
6137         * modules/openmp: New file.
6138         * m4/openmp.m4: New file, taken from autoconf's CVS with changes by
6139         Noah Misch.
6140
6141 2007-05-26  Bruno Haible  <bruno@clisp.org>
6142
6143         * modules/chdir-long (Depends-on): Add fchdir.
6144         * modules/chdir-safer (Depends-on): Likewise.
6145         * modules/fts (Depends-on): Likewise.
6146         * modules/fts-lgpl (Depends-on): Likewise.
6147         * modules/openat (Depends-on): Likewise.
6148         * modules/savewd (Depends-on): Likewise.
6149
6150 2007-05-24  Eric Blake  <ebb9@byu.net>
6151
6152         Fix lseek on mingw.
6153         * modules/lseek: New module.
6154         * m4/lseek.m4: New file.
6155         * lib/lseek.c: New file.
6156         * modules/lseek-tests: New file.
6157         * tests/test-lseek.c: New file.
6158         * tests/test-lseek.sh: New file.
6159         * MODULES.html.sh: Document lseek module.
6160         * modules/fflush (Depends-on): Add lseek, fseeko.
6161         * modules/fseeko (Depends-on): Likewise.
6162         * modules/ftello (Depends-on): Likewise.
6163         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Replace fseek[o] if lseek is
6164         broken.
6165         * m4/ftello.m4 (gl_FUNC_FTELLO): Replace ftell[o] if lseek is
6166         broken.
6167         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Trigger fseeko module.
6168         * lib/fseeko.c (rpl_fseeko): Quit early on non-seekable files.
6169         * lib/ftello.c (rpl_ftello): Likewise.
6170         * tests/test-fseeko.c (main): Test this.
6171         * tests/test-fseeko.sh: Likewise.
6172         * tests/test-ftello.c (main): Likewise.
6173         * tests/test-ftello.sh: Likewise.
6174         * lib/stdio_.h (fseek, ftell): Simplify, since missing fseeko now
6175         implies replacing fseek.
6176         * modules/stdio (Makefile.am): No longer need HAVE_FSEEKO,
6177         HAVE_FTELLO.
6178         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Add lseek info.
6179         * modules/unistd (Makefile.am): Likewise.
6180         * lib/unistd_.h (lseek): Declare a replacement.
6181         * doc/functions/lseek.texi (lseek): Document this fix.
6182         * doc/functions/fseek.texi (fseek): Likewise.
6183         * doc/functions/ftell.texi (ftell): Likewise.
6184
6185 2007-05-24  Bruno Haible  <bruno@clisp.org>
6186
6187         * tests/test-vasnprintf-posix.c (test_function): Allow up to 50 bytes
6188         in the printed representation of a NaN.
6189         * tests/test-vasprintf-posix.c (test_function): Likewise.
6190         * tests/test-snprintf-posix.h (test_function): Likewise.
6191         * tests/test-sprintf-posix.h (test_function): Likewise.
6192         Reported by Eric Blake.
6193
6194 2007-05-23  Eric Blake  <ebb9@byu.net>
6195
6196         Fix fseeko/ftello on cygwin 1.5.24.
6197         * doc/functions/fseeko.texi (fseeko): Document the fix.
6198         * doc/functions/ftello.texi (ftello): Document the fix.
6199         * doc/functions/stdin.texi (stdin): Document the cygwin bug.
6200         * doc/functions/stdout.text (stdout): New file.
6201         * doc/functions/stderr.text (stderr): New file.
6202         * doc/gnulib.texi (Function Substitutes): Use new files.
6203         * tests/test-fseeko.c (main): Check for broken fseeko on cygwin
6204         prior to 1.7.0.
6205         * tests/test-ftello.c (main): Likewise for ftello.
6206         * tests/test-fseeko.sh: New file.
6207         * tests/test-ftello.sh: New file.
6208         * modules/fseeko-tests (Makefile.am): Ensure test-fseeko is run
6209         with seekable stdin.
6210         * modules/ftello-tests (Makefile.am): Likewise for test-ftello.
6211         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Detect the cygwin bug.
6212         (gl_REPLACE_FSEEKO): New macro.
6213         * m4/ftello.m4 (gl_FUNC_FTELLO, gl_REPLACE_FTELLO): Likewise.
6214         * modules/fseeko (Files): Distribute fseeko.c.
6215         * modules/ftello (Files): Distribute ftello.c.
6216         * lib/fseeko.c (rpl_fseeko) [__CYGWIN__]: Convert stdin to 64-bit
6217         mode.
6218         * lib/ftello.c (rpl_ftello): New file.
6219         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Allow replacement of
6220         fseeko, ftello.
6221         (gl_STDIN_LARGE_OFFSET): New macro.
6222         * modules/stdio (Makefile.am): Perform the replacement.
6223         * lib/stdio_.h (rpl_fseeko, rpl_ftello): Define when needed.
6224
6225 2007-05-23  Bruno Haible  <bruno@clisp.org>
6226
6227         * lib/stdio_.h (fseeko, ftello): Provide a link warning only if
6228         GNULIB_POSIXCHECK is defined.
6229
6230 2007-05-21  Bruno Haible  <bruno@clisp.org>
6231
6232         * m4/printf.m4 (gl_PRINTF_INFINITE, gl_PRINTF_INFINITE_LONG_DOUBLE):
6233         Check also the output for NaN arguments. When cross-compiling, guess
6234         no on IRIX.
6235         * lib/vasnprintf.c: Update comments.
6236         * tests/test-vasnprintf-posix.c (strisnan): New function.
6237         (test_function): Use it.
6238         * tests/test-vasprintf-posix.c (strisnan): New function.
6239         (test_function): Use it.
6240         * tests/test-snprintf-posix.h (strisnan): New function.
6241         (test_function): Use it.
6242         * tests/test-sprintf-posix.h (strisnan): New function.
6243         (test_function): Use it.
6244         Reported by Eric Blake.
6245
6246 2007-05-20  Bruno Haible  <bruno@clisp.org>
6247
6248         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Add test for large finite
6249         numbers that fails on BeOS.
6250         * doc/functions/frexpl.texi: Update.
6251
6252 2007-05-20  Jim Meyering  <jim@meyering.net>
6253
6254         * NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
6255         forced upon us by glibc-2.6.
6256
6257 2007-05-20  Bruno Haible  <bruno@clisp.org>
6258
6259         Fix *printf result for NaN, Inf on AIX, Solaris, OSF/1.
6260         * m4/printf.m4 (gl_PRINTF_INFINITE): Update cross-compiling guesses.
6261         (gl_PRINTF_INFINITE_LONG_DOUBLE): New macro.
6262         * lib/vasnprintf.c: Use NEED_PRINTF_INFINITE_DOUBLE instead of
6263         NEED_PRINTF_INFINITE.
6264         (is_infinitel): New function.
6265         (VASNPRINTF): Handle NEED_PRINTF_INFINITE_LONG_DOUBLE case.
6266         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE): Renamed from
6267         gl_PREREQ_VASNPRINTF_INFINITE.
6268         (gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE): New macro.
6269         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6270         gl_PRINTF_INFINITE_LONG_DOUBLE and test its result. Invoke
6271         gl_PREREQ_VASNPRINTF_INFINITE_DOUBLE and
6272         gl_PREREQ_VASNPRINTF_INFINITE_LONG_DOUBLE instead of
6273         gl_PREREQ_VASNPRINTF_INFINITE.
6274         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6275         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6276         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6277         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6278         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6279         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6280         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6281         * doc/functions/fprintf.texi: Update.
6282         * doc/functions/printf.texi: Update.
6283         * doc/functions/snprintf.texi: Update.
6284         * doc/functions/sprintf.texi: Update.
6285         * doc/functions/vfprintf.texi: Update.
6286         * doc/functions/vprintf.texi: Update.
6287         * doc/functions/vsnprintf.texi: Update.
6288         * doc/functions/vsprintf.texi: Update.
6289
6290 2007-05-20  Bruno Haible  <bruno@clisp.org>
6291
6292         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): Set REPLACE_FREXPL if frexpl
6293         was not found in libc.
6294         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Likewise.
6295
6296 2007-05-20  Bruno Haible  <bruno@clisp.org>
6297
6298         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
6299         printed as "-nan" instead of "nan".
6300         * tests/test-vasprintf-posix.c (test_function): Likewise.
6301         * tests/test-snprintf-posix.h (test_function): Likewise.
6302         * tests/test-sprintf-posix.h (test_function): Likewise.
6303         Needed for HP-UX 11.
6304
6305 2007-05-20  Jim Meyering  <jim@meyering.net>
6306
6307         Fix buggy test for the fchownat-deref bug.
6308         * m4/openat.m4 (gl_FUNC_FCHOWNAT_DEREF_BUG): Create the dangling
6309         symlink required for the run-test.  Without it, this test would
6310         always declare that fchownat doesn't work, and client code would
6311         unnecessarily use the replacement function with fixed libc.
6312         (gl_FUNC_FCHOWNAT): Eliminate a variable that wasn't initialized.
6313         Reported by Greg Schafer.
6314
6315 2007-05-19  Bruno Haible  <bruno@clisp.org>
6316
6317         * m4/isnanf.m4 (gl_ISNANF_WORKS): New macro.
6318         (gl_FUNC_ISNANF_NO_LIBM): Invoke it.
6319         * lib/isnan.c (FUNC): Use run-time expressions for SGI compiler.
6320         Needed for IRIX 6.5 and Solaris 2.5.1.
6321
6322 2007-05-19  Bruno Haible  <bruno@clisp.org>
6323
6324         * tests/test-vasnprintf-posix.c (have_minus_zero): New function.
6325         (test_function): Skip tests involving -0.0 on platforms where
6326         -0.0 = 0.0.
6327         * tests/test-vasprintf-posix.c (have_minus_zero): New function.
6328         (test_function): Skip tests involving -0.0 on platforms where
6329         -0.0 = 0.0.
6330         * tests/test-snprintf-posix.h (have_minus_zero): New function.
6331         (test_function): Skip tests involving -0.0 on platforms where
6332         -0.0 = 0.0.
6333         * tests/test-sprintf-posix.h (have_minus_zero): New function.
6334         (test_function): Skip tests involving -0.0 on platforms where
6335         -0.0 = 0.0.
6336         * tests/test-fprintf-posix.h (test_function): Remove all -0.0 related
6337         tests.
6338         * tests/test-printf-posix.h (test_function): Likewise.
6339         * tests/test-printf-posix.output: Remove all -0.0 related results.
6340         Needed for IRIX 6.5.
6341
6342 2007-05-19  Bruno Haible  <bruno@clisp.org>
6343
6344         * tests/test-vasnprintf-posix.c (test_function): Allow NaN to be
6345         printed as "nan0x7fffffff" instead of "nan".
6346         * tests/test-vasprintf-posix.c (test_function): Likewise.
6347         * tests/test-snprintf-posix.h (test_function): Likewise.
6348         * tests/test-sprintf-posix.h (test_function): Likewise.
6349         * tests/test-fprintf-posix.h (NaN): Remove macro.
6350         (test_function): Remove all NaN related tests.
6351         * tests/test-printf-posix.h (NaN): Remove macro.
6352         (test_function): Remove all NaN related tests.
6353         * tests/test-printf-posix.output: Remove all NaN related results.
6354         Needed for IRIX 6.5.
6355
6356 2007-05-19  Bruno Haible  <bruno@clisp.org>
6357
6358         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Fix C89 syntax error in test code.
6359         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Likewise.
6360
6361 2007-05-19  Bruno Haible  <bruno@clisp.org>
6362
6363         * lib/float_.h: New file.
6364         * m4/float_h.m4: New file.
6365         * modules/float: New file.
6366         * modules/isnanl (Dependencies): Add float.
6367         * modules/isnanl-nolibm (Dependencies): Likewise.
6368         * modules/mathl (Dependencies): Likewise.
6369         * modules/printf-frexpl (Dependencies): Likewise.
6370         * modules/signbit (Dependencies): Likewise.
6371         * modules/vasnprintf (Dependencies): Likewise.
6372         * doc/headers/float.texi: Update.
6373
6374 2007-05-19  Jim Meyering  <jim@meyering.net>
6375
6376         * lib/utimens.c (gl_futimens): Rename from futimens,
6377         now that glibc-2.6 declares futimens.
6378         * lib/utimens.h: Likewise.
6379
6380 2007-05-19  Bruno Haible  <bruno@clisp.org>
6381
6382         Avoid test failures on mingw.
6383         * tests/test-fprintf-posix.sh: Convert CR/LF to LF in output.
6384         * tests/test-printf-posix.sh: Likewise.
6385         * tests/test-vfprintf-posix.sh: Likewise.
6386         * tests/test-vprintf-posix.sh: Likewise.
6387
6388 2007-05-19  Bruno Haible  <bruno@clisp.org>
6389
6390         Fix *printf result for NaN, Inf, -0.0 on mingw.
6391         * m4/printf.m4 (gl_PRINTF_INFINITE): New macro.
6392         * lib/vasnprintf.c: Include math.h and isnan.h.
6393         (is_infinite_or_zero): New function.
6394         (VASNPRINTF): Fix also the handling of infinite or zero 'double'
6395         values in the %f, %F, %e, %E, %g, %G directives.
6396         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_INFINITE): New macro.
6397         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6398         gl_PRINTF_INFINITE and test its result. Invoke
6399         gl_PREREQ_VASNPRINTF_INFINITE.
6400         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6401         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6402         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6403         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6404         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6405         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6406         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6407         * doc/functions/fprintf.texi: Update.
6408         * doc/functions/printf.texi: Update.
6409         * doc/functions/snprintf.texi: Update.
6410         * doc/functions/sprintf.texi: Update.
6411         * doc/functions/vfprintf.texi: Update.
6412         * doc/functions/vprintf.texi: Update.
6413         * doc/functions/vsnprintf.texi: Update.
6414         * doc/functions/vsprintf.texi: Update.
6415
6416 2007-05-19  Bruno Haible  <bruno@clisp.org>
6417
6418         * lib/vasnprintf.c (convert_to_decimal): Add an extra_zeroes argument.
6419         (scale10_round_decimal_long_double): Inline scale10_round_long_double.
6420         Instead of multiplying with 10^k, set extra_zeroes to k.
6421         (scale10_round_long_double): Remove function.
6422
6423 2007-05-18  Bruno Haible  <bruno@clisp.org>
6424
6425         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Fix logic bug
6426         introduced on 2007-05-06.
6427
6428 2007-05-18  Bruno Haible  <bruno@clisp.org>
6429
6430         * tests/test-vasnprintf-posix.c (test_function): Also test the %e and
6431         %g directives.
6432         * tests/test-vasprintf-posix.c (test_function): Likewise.
6433         * tests/test-snprintf-posix.h (test_function): Likewise.
6434         * tests/test-sprintf-posix.h (test_function): Likewise.
6435
6436 2007-05-18  Bruno Haible  <bruno@clisp.org>
6437
6438         * tests/test-vasnprintf-posix.c (SIZEOF): New macro.
6439         (strmatch): New function.
6440         (test_function): Test the %f directive on numbers of various exponents.
6441         * tests/test-vasprintf-posix.c (SIZEOF): New macro.
6442         (strmatch): New function.
6443         (test_function): Test the %f directive on numbers of various exponents.
6444         * tests/test-snprintf-posix.h (strmatch): New function.
6445         (test_function): Test the %f directive on numbers of various exponents.
6446         * tests/test-sprintf-posix.h (strmatch): New function.
6447         (test_function): Test the %f directive on numbers of various exponents.
6448         * tests/test-snprintf-posix.c (SIZEOF): New macro.
6449         * tests/test-sprintf-posix.c (SIZEOF): New macro.
6450         * tests/test-vsnprintf-posix.c (SIZEOF): New macro.
6451         * tests/test-vsprintf-posix.c (SIZEOF): New macro.
6452
6453 2007-05-18  Bruno Haible  <bruno@clisp.org>
6454
6455         Add support for 'long double' number output.
6456         * m4/printf.m4 (gl_PRINTF_LONG_DOUBLE): New macro.
6457         * lib/vasnprintf.c: Include math.h and float+.h.
6458         (mp_limb_t): New type.
6459         (GMP_LIMB_BITS): New macro.
6460         (mp_twolimb_t): New type.
6461         (GMP_TWOLIMB_BITS): New macro.
6462         (mpn_t): New type.
6463         (multiply, divide, convert_to_decimal, decode_long_double,
6464         scale10_round_long_double, scale10_round_decimal_long_double,
6465         floorlog10l): New functions.
6466         (VASNPRINTF) [NEED_PRINTF_LONG_DOUBLE]: Implement 'long double' support
6467         for the %f, %F, %e, %E, %g, %G directives.
6468         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_LONG_DOUBLE): New macro.
6469         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
6470         gl_PRINTF_LONG_DOUBLE and test its result. Invoke
6471         gl_PREREQ_VASNPRINTF_LONG_DOUBLE.
6472         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
6473         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6474         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6475         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6476         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6477         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6478         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6479         * modules/fprintf-posix (Depends-on): Add frexpl-nolibm.
6480         * modules/snprintf-posix (Depends-on): Likewise.
6481         * modules/sprintf-posix (Depends-on): Likewise.
6482         * modules/vasnprintf-posix (Depends-on): Likewise.
6483         * modules/vasprintf-posix (Depends-on): Likewise.
6484         * modules/vfprintf-posix (Depends-on): Likewise.
6485         * modules/vsnprintf-posix (Depends-on): Likewise.
6486         * modules/vsprintf-posix (Depends-on): Likewise.
6487         * modules/vasnprintf (Files): Add lib/float+.h.
6488         * doc/functions/fprintf.texi: Update.
6489         * doc/functions/printf.texi: Update.
6490         * doc/functions/snprintf.texi: Update.
6491         * doc/functions/sprintf.texi: Update.
6492         * doc/functions/vfprintf.texi: Update.
6493         * doc/functions/vprintf.texi: Update.
6494         * doc/functions/vsnprintf.texi: Update.
6495         * doc/functions/vsprintf.texi: Update.
6496
6497 2007-05-18  Bruno Haible  <bruno@clisp.org>
6498
6499         * lib/vasnprintf.c (USE_SNPRINTF): Define to 0 on BeOS.
6500
6501 2007-05-18  Bruno Haible  <bruno@clisp.org>
6502
6503         * lib/vasnprintf.c (VASNPRINTF) [WIN32]: Use %I64d instead of %lld
6504         for printing 64-bit integers. Needed for mingw.
6505
6506 2007-05-18  Bruno Haible  <bruno@clisp.org>
6507
6508         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
6509         gl_FUNC_FREXPL_WORKS.
6510         * modules/printf-frexpl (Files): Add m4/frexpl.m4.
6511
6512 2007-05-18  Bruno Haible  <bruno@clisp.org>
6513
6514         * modules/frexpl-nolibm-tests: New file.
6515
6516         * modules/frexpl-nolibm: New file.
6517         * m4/frexpl.m4 (gl_FUNC_FREXPL_NO_LIBM): New macro.
6518
6519 2007-05-17  Paul Eggert  <eggert@cs.ucla.edu>
6520
6521         * lib/dirent_.h: Prefer #include_next <foo.h> to #include
6522         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6523         GCC 4.2, which otherwise issues a lot of warnings.
6524         * lib/iconv_.h, lib/locale_.h, lib/netinet_in_.h, lib/sys_select_.h:
6525         * lib/sys_socket_.h, lib/sys_stat_.h, lib/sysexits_.h, lib/unistd_.h:
6526         Likewise.
6527         * modules/fchdir (dirent.h): Substitute @HAVE_INCLUDE_NEXT@.
6528         * modules/iconv_open (iconv.h): Likewise.
6529         * modules/locale (locale.h): Likewise.
6530         * modules/netinet_in (netinet/in.h): Likewise.
6531         * modules/sys_select (sys_select.h): Likewise.
6532         * modules/sys_socket (sys/socket.h): Likewise.
6533         * modules/sys_stat (sys/stat.h): Likewise.
6534         * modules/sysexits (sysexits.h): Likewise.
6535         * modules/unistd (unistd.h): Likewise.
6536
6537 2007-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6538
6539         * modules/closein-tests (Makefile.am): Distribute
6540         `test-closein.sh'.
6541
6542 2007-05-17  Bruno Haible  <bruno@clisp.org>
6543
6544         * tests/test-printf-posix.output: Renamed from
6545         tests/test-fprintf-posix.out.
6546         * modules/fprintf-posix-tests: Update.
6547         * modules/printf-posix-tests: Update.
6548         * modules/vfprintf-posix-tests: Update.
6549         * modules/vprintf-posix-tests: Update.
6550         * tests/test-fprintf-posix.sh: Update.
6551         * tests/test-printf-posix.sh: Update.
6552         * tests/test-vfprintf-posix.sh: Update.
6553         * tests/test-vprintf-posix.sh: Update.
6554         Reported by Ralf Wildenhues.
6555
6556 2007-05-16  Paul Eggert  <eggert@cs.ucla.edu>
6557
6558         * lib/fcntl_.h: Prefer #include_next <foo.h> to #include
6559         @ABSOLUTE_FOO_H@ if @HAVE_INCLUDE_NEXT@.  This works better with
6560         GCC 4.2, which otherwise issues a lot of warnings.
6561         * lib/inttypes_.h, lib/math_.h, lib/search_.h, lib/signal_.h:
6562         * lib/stdint_.h, lib/stdio_.h, lib/stdlib_.h, lib/string_.h:
6563         * lib/sys_time_.h, lib/time_.h, lib/wchar_.h, lib/wctype_.h: Likewise.
6564         * lib/stdlib_.h: Don't bother with #pragma GCC system_header, as
6565         it should no longer be needed.
6566         * lib/string_.h: Likewise.
6567         * modules/absolute-header (HAVE_INCLUDE_NEXT): New 'make' define.
6568         * modules/fcntl (fcntl.h): Substitute @HAVE_INCLUDE_NEXT@.
6569         * modules/inttypes (inttypes.h): Likewise.
6570         * modules/math (math.h): Likewise.
6571         * modules/search (search.h): Likewise.
6572         * modules/signal (signal.h): Likewise.
6573         * modules/stdint (stdint.h): Likewise.
6574         * modules/stdio (stdio.h): Likewise.
6575         * modules/stdlib (stdlib.h): Likewise.
6576         * modules/string (string.h): Likewise.
6577         * modules/sys_time (sys/time.h): Likewise.
6578         * modules/time (time.h): Likewise.
6579         * modules/wchar (wchar.h): Likewise.
6580         * modules/wctype (wtype.h): Likewise.
6581
6582 2007-05-16  Thien-Thi Nguyen  <ttn@gnuvola.org>  (tiny change)
6583
6584         * doc/gnulib-tool.texi (CVS Issues): Fix typo.
6585
6586 2007-05-13  Bruno Haible  <bruno@clisp.org>
6587
6588         * stpcpy.m4 (gl_FUNC_STPCPY): Require AC_C_RESTRICT.
6589         * stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
6590         * strsep.m4 (gl_FUNC_STRSEP): Likewise.
6591         * strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
6592         (gl_PREREQ_STRTOK_R): Don't require it here.
6593
6594 2007-05-13  Bruno Haible  <bruno@clisp.org>
6595
6596         * lib/stdlib_.h (mkdtemp, mkstemp): Comment out argument name. Needed
6597         when used in C++ mode.
6598
6599 2007-05-12  Bruno Haible  <bruno@clisp.org>
6600
6601         * lib/linebuffer.h: Tweak doc.
6602         * lib/linebuffer.c: Likewise.
6603
6604 2007-05-12  James Youngman  <jay@gnu.org>
6605
6606         * lib/linebuffer.c (readlinebuffer_delim): New function,
6607         like readlinebuffer, but use a caller-specified delimiter.
6608         (readlinebuffer): Just call readlinebuffer_delim with '\n'
6609         as the delimiter.
6610         * lib/linebuffer.h (readlinebuffer_delim): Declare it.
6611
6612 2007-05-12  Sergey Poznyakoff  <gray@gnu.org.ua>
6613
6614         * m4/openat.m4 (gl_FUNC_OPENAT): Do not require openat-die.
6615         * modules/openat (Files): Remove openat-die.c.
6616         (Depends-on): Add openat-die.
6617         * modules/openat-die: New module.
6618
6619 2007-05-06  Bruno Haible  <bruno@clisp.org>
6620
6621         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING, gl_VSNPRINTF_ZEROSIZE_C99):
6622         Update with info about Cygwin.
6623         * doc/functions/fprintf.texi: Update.
6624         * doc/functions/printf.texi: Update.
6625         * doc/functions/snprintf.texi: Update.
6626         * doc/functions/sprintf.texi: Update.
6627         * doc/functions/vfprintf.texi: Update.
6628         * doc/functions/vprintf.texi: Update.
6629         * doc/functions/vsnprintf.texi: Update.
6630         * doc/functions/vsprintf.texi: Update.
6631         Reported by Eric Blake.
6632
6633 2007-05-06  Bruno Haible  <bruno@clisp.org>
6634
6635         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_ZERO]: Perform the
6636         padding ourselves for the floating-point directives.
6637         * m4/printf.m4 (gl_PRINTF_FLAG_ZERO): New macro.
6638         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_ZERO): New macro.
6639         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6640         gl_PRINTF_FLAG_ZERO and test its result. Invoke
6641         gl_PREREQ_VASNPRINTF_FLAG_ZERO.
6642         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6643         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6644         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6645         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6646         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6647         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6648         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6649         * tests/test-snprintf-posix.h (test_function): Also check the width
6650         and some flags in the %f directive.
6651         * tests/test-sprintf-posix.h (test_function): Likewise.
6652         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6653         * tests/test-vasprintf-posix.c (test_function): Likewise.
6654         * doc/functions/fprintf.texi: Update.
6655         * doc/functions/printf.texi: Update.
6656         * doc/functions/snprintf.texi: Update.
6657         * doc/functions/sprintf.texi: Update.
6658         * doc/functions/vfprintf.texi: Update.
6659         * doc/functions/vprintf.texi: Update.
6660         * doc/functions/vsnprintf.texi: Update.
6661         * doc/functions/vsprintf.texi: Update.
6662
6663 2007-05-06  Bruno Haible  <bruno@clisp.org>
6664
6665         * lib/vasnprintf.c (VASNPRINTF) [NEED_PRINTF_FLAG_GROUPING]: Don't
6666         pass the ' flag character to sprintf or snprintf.
6667         * m4/printf.m4 (gl_PRINTF_FLAG_GROUPING): New macro.
6668         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_FLAG_GROUPING): New macro.
6669         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6670         gl_PRINTF_FLAG_GROUPING and test its result. Invoke
6671         gl_PREREQ_VASNPRINTF_FLAG_GROUPING.
6672         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
6673         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Likewise.
6674         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
6675         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
6676         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
6677         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6678         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
6679         * tests/test-snprintf-posix.h (test_function): Also check the grouping
6680         flag.
6681         * tests/test-sprintf-posix.h (test_function): Likewise.
6682         * tests/test-vasnprintf-posix.c (test_function): Likewise.
6683         * tests/test-vasprintf-posix.c (test_function): Likewise.
6684         * doc/functions/fprintf.texi: Update.
6685         * doc/functions/printf.texi: Update.
6686         * doc/functions/snprintf.texi: Update.
6687         * doc/functions/sprintf.texi: Update.
6688         * doc/functions/vfprintf.texi: Update.
6689         * doc/functions/vprintf.texi: Update.
6690         * doc/functions/vsnprintf.texi: Update.
6691         * doc/functions/vsprintf.texi: Update.
6692
6693 2007-05-01  Bruno Haible  <bruno@clisp.org>
6694
6695         * tests/test-argp-2.sh (func_compare): Drop .exe suffix.
6696
6697 2007-05-03  Paul Eggert  <eggert@cs.ucla.edu>
6698
6699         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Use better
6700         comment for D_INO_IN_DIRENT.  Problem reported by James Youngman.
6701
6702 2007-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6703
6704         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Test whether
6705         readdir returns garbage in d_ino.  Problem reported by Kaz Sasayama in
6706         <http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00021.html>.
6707
6708 2007-05-02  Sergey Poznyakoff  <gray@gnu.org.ua>
6709
6710         * lib/argp-help.c (struct hol_entry): New member `ord'.
6711         (HOL_ENTRY_PTRCMP): Use ord for comparison
6712         (hol_sort): Initialize ord.
6713
6714 2007-05-01  Bruno Haible  <bruno@clisp.org>
6715
6716         * doc/functions/_Exit_C99.texi: Renamed from doc/functions/_Exit.texi.
6717         Reported by Eric Blake.
6718         * doc/gnulib.texi (Function Substitutes): Update.
6719
6720 2007-05-01  Bruno Haible  <bruno@clisp.org>
6721
6722         * doc/functions.texi: Remove file, now redundant through
6723         doc/functions/*.texi.
6724
6725 2007-05-01  Bruno Haible  <bruno@clisp.org>
6726
6727         * modules/argp (Depends-on): Add sleep.
6728
6729 2007-05-01  Bruno Haible  <bruno@clisp.org>
6730
6731         * modules/sleep-tests: New file.
6732         * tests/test-sleep.c: New file.
6733
6734         * modules/sleep: New file.
6735         * lib/sleep.c: New file.
6736         * m4/sleep.m4: New file.
6737         * lib/unistd_.h (sleep): New declaration.
6738         * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize GNULIB_SLEEP,
6739         HAVE_SLEEP.
6740         * modules/unistd (Makefile.am): Substitute GNULIB_SLEEP, HAVE_SLEEP.
6741         * doc/functions/sleep.texi: Document the sleep module.
6742
6743 2007-05-01  Bruno Haible  <bruno@clisp.org>
6744
6745         * lib/sigprocmask.h: Remove file.
6746         * lib/signal_.h: Incorporate the previous contents of sigprocmask.h.
6747         * lib/sigprocmask.c: Include <signal.h> instead of sigprocmask.h.
6748         * m4/signal_h.m4 (gl_SIGNAL_H_DEFAULTS): Substitute GNULIB_SIGPROCMASK,
6749         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T.
6750         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Require
6751         gl_SIGNAL_H_DEFAULTS. Set HAVE_POSIX_SIGNALBLOCKING as a shell variable.
6752         (gl_PREREQ_SIGPROCMASK): Require gl_SIGNAL_H_DEFAULTS. Set
6753         HAVE_SIGSET_T as a shell variable.
6754         * modules/signal (Makefile.am): Substitute GNULIB_SIGPROCMASK,
6755         HAVE_POSIX_SIGNALBLOCKING, HAVE_SIGSET_T into signal.h.
6756         * modules/sigprocmask (Files): Remove lib/sigprocmask.h.
6757         (Depends-on): Add signal. Remove verify.
6758         (configure.ac): Invoke gl_SIGNAL_MODULE_INDICATOR.
6759         (Include): Mention <signal.h> instead of sigprocmask.h.
6760         * NEWS: Mention the change.
6761         * lib/fatal-signal.c: Don't include sigprocmask.h.
6762
6763 2007-05-01  Bruno Haible  <bruno@clisp.org>
6764
6765         * modules/signal: New file.
6766         * lib/signal_.h: New file.
6767         * m4/signal_h.m4: New file.
6768
6769 2007-05-01  Bruno Haible  <bruno@clisp.org>
6770
6771         * lib/wctype_.h: Test HAVE_ISWCNTRL at configure time.
6772         * m4/wctype.m4 (gl_WCTYPE_H): Substitute HAVE_ISWCNTRL.
6773         * modules/wctype (Makefile.am): Substitute HAVE_ISWCNTRL instead of
6774         HAVE_WCTYPE_CTMP_BUG into wctype.h.
6775
6776 2007-05-01  Bruno Haible  <bruno@clisp.org>
6777
6778         * lib/sys_stat_.h: Test HAVE_LSTAT, HAVE_DECL_MKDIR, HAVE_IO_H at
6779         configure time.
6780         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Substitute HAVE_LSTAT,
6781         HAVE_DECL_MKDIR, HAVE_IO_H via AC_SUBST.
6782         * modules/sys_stat (Makefile.am): Substitute their values into
6783         sys/stat.h.
6784
6785 2007-05-01  Bruno Haible  <bruno@clisp.org>
6786
6787         * lib/glob_.h: Test HAVE_SYS_CDEFS_H at configure time.
6788         * m4/glob.m4 (gl_PREREQ_GLOB): Substitute HAVE_SYS_CDEFS_H via AC_SUBST.
6789         * modules/glob (Makefile.am): Put HAVE_SYS_CDEFS_H value into glob.h.
6790
6791 2007-05-01  Bruno Haible  <bruno@clisp.org>
6792
6793         * doc/header/assert.texi: Undo last change: don't mention the gnulib
6794         'assert' module here.
6795
6796 2007-05-01  Bruno Haible  <bruno@clisp.org>
6797
6798         * doc/functions/*.texi: New files.
6799         * doc/functions/google-ranking.txt: New file.
6800         * doc/gnulib.texi (Function Substitutes): New chapter.
6801         (ctime, inet_ntoa): Remove sections.
6802         * doc/ctime.texi: Remove file.
6803         * doc/inet_ntoa.texi: Remove file.
6804         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Update
6805         dependencies.
6806         (%.info): New rule, specifying a --reference-limit.
6807
6808 2007-05-01  Bruno Haible  <bruno@clisp.org>
6809
6810         * MODULES.html.sh (posix_functions): Remove 'exec', 'toc'.
6811
6812 2007-05-01  Bruno Haible  <bruno@clisp.org>
6813
6814         * modules/mkdir (Depends-on): Add sys_stat, because sys_stat provides
6815         the portability of 'mkdir' to mingw systems.
6816
6817 2007-05-01  Bruno Haible  <bruno@clisp.org>
6818
6819         * doc/headers/google-ranking.txt: New file.
6820
6821 2007-04-30  Eric Blake  <ebb9@byu.net>
6822
6823         Prefer fseeko to fseek.
6824         * modules/getpass (Depends-on): Add fseeko.
6825         * lib/getpass.c (getpass): Use fseeko, not fseek.
6826
6827 2007-04-30  Sergey Poznyakoff  <gray@gnu.org.ua>
6828
6829         * lib/argp-help.c (hol_entry_cmp): Option sorting algorithm
6830         assumes the sorting is stable, while most qsort implementations
6831         are not.  Use argument addresses to ensure they never compare as
6832         equal.
6833
6834         * tests/test-argp-2.sh (usage-indent test): Fix output
6835         (func_compare): Restore diff options
6836         * tests/test-argp.c: Restore #include "progname.h"
6837
6838 2007-04-29  Bruno Haible  <bruno@clisp.org>
6839
6840         * m4/printf.m4 (gl_VSNPRINTF_ZEROSIZE_C99): New macro.
6841         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
6842         gl_VSNPRINTF_ZEROSIZE_C99. Test gl_cv_func_vsnprintf_zerosize_c99.
6843         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
6844         * modules/snprintf-posix-tests (Files): Add tests/test-snprintf.c.
6845         (configure.ac): Define CHECK_SNPRINTF_POSIX.
6846         (TESTS, check_PROGRAMS): Add test-snprintf.
6847         * modules/vsnprintf-posix-tests (Files): Add tests/test-vsnprintf.c.
6848         (configure.ac): Define CHECK_VSNPRINTF_POSIX.
6849         (TESTS, check_PROGRAMS): Add test-vsnprintf.
6850         * tests/test-snprintf.c (main) [!CHECK_SNPRINTF_POSIX]: Disable
6851         assertions that fail on HP-UX, OSF/1, or IRIX.
6852         * tests/test-vsnprintf.c (main) [!CHECK_VSNPRINTF_POSIX]: Likewise.
6853
6854 2007-04-29  Bruno Haible  <bruno@clisp.org>
6855
6856         * MODULES.html.sh (posix_functions): Remove 'contents'.
6857
6858 2007-04-29  Karl Berry  <karl@gnu.org>
6859
6860         * config/srclist.txt (gendocs_template_min): new entry.
6861
6862 2007-04-29  Bruno Haible  <bruno@clisp.org>
6863
6864         Work around fpurge bug on BSD systems.
6865         * modules/fpurge (Makefile.am): Compile fpurge.c unconditionally.
6866         * m4/fpurge.m4 (gl_FUNC_FPURGE): Don't invoke AC_LIBOBJ.
6867         * lib/fpurge.h (fpurge): Don't handle __fpurge wrapper here. Define
6868         fpurge to rpl_fpurge if the system already has this function.
6869         * lib/fpurge.c (fpurge): Handle also the __fpurge wrapper case and
6870         the case where the system already has this function. Correct invariants
6871         on BSD systems.
6872         * lib/fseeko.c (rpl_fseeko): Update recognition of preceding fflush on
6873         BSD systems.
6874
6875 2007-04-29  Sergey Poznyakoff  <gray@gnu.org.ua>
6876
6877         * lib/argp-help.c (hol_cluster_cmp): Reverse comparison.  Change
6878         proposed by Sven Verdoolaege.
6879
6880         * tests/test-argp.c: Fix option ordering.  Test deeply clustered
6881         options.
6882         * tests/test-argp-2.sh (func_compare): Use diff instead of cmp.
6883         (usage and help tests): Update
6884
6885 2007-04-29  Bruno Haible  <bruno@clisp.org>
6886
6887         * tests/test-fflush.c (main): Use a file of size 17, not 10.
6888         Print more information in case of failure. Disable a test on BeOS.
6889
6890 2007-04-29  Bruno Haible  <bruno@clisp.org>
6891
6892         * tests/**/test-*.[hc] (ASSERT): Use fprintf to show the line number.
6893         This helps debugging on systems on which no gdb is available.
6894
6895 2007-04-29  Bruno Haible  <bruno@clisp.org>
6896
6897         * lib/freading.h: Improve comments.
6898         * lib/fwriting.h: Likewise.
6899         * tests/test-freading.c (main): Don't check freading immediately after
6900         repositioning. Needed for glibc.
6901
6902 2007-04-29  Bruno Haible  <bruno@clisp.org>
6903
6904         * lib/freading.c (freading): Trivial simplification.
6905
6906 2007-04-28  Bruno Haible  <bruno@clisp.org>
6907
6908         * tests/test-fwriting.c (main): Also test the interaction between
6909         fflush and fwriting.
6910         * modules/fwriting-tests (Depends-on): Add fflush.
6911
6912         * tests/test-freading.c (main): Also test the interaction between
6913         fflush and freading.
6914         * modules/freading-tests (Depends-on): Add fflush.
6915
6916 2007-04-28  Bruno Haible  <bruno@clisp.org>
6917
6918         * lib/stdio_.h (fseek, ftell): Provide link warnings suggesting to use
6919         fseeko and ftello.
6920         Suggested by Eric Blake.
6921
6922 2007-04-28  Jim Meyering  <jim@meyering.net>
6923
6924         Avoid false-negative in gl_STDINT_H's C99 conformance test.
6925         * m4/stdint.m4 (gl_STDINT_H): When checking whether stdint.h conforms
6926         to C99, include all of gl_STDINT_INCLUDES, not just <stddef.h>.
6927
6928 2007-04-27  Eric Blake  <ebb9@byu.net>
6929
6930         * doc/headers/assert.texi (assert.h): Document assert module use.
6931
6932 2007-04-27  Bruno Haible  <bruno@clisp.org>
6933
6934         * doc/headers/*.texi: New files.
6935         * doc/gnulib.texi (Header File Substitutes): New chapter.
6936         * doc/Makefile (gnulib.info, gnulib.html, gnulib.dvi): Specify
6937         dependencies.
6938         (standards.info ,standards.html, standards.dvi): Update dependencies.
6939         (mostlyclean, clean): New targets.
6940
6941 2007-04-27  Bruno Haible  <bruno@clisp.org>
6942
6943         * lib/sysexits_.h: Renamed from lib/sysexit_.h.
6944         * modules/sysexits (Files, Makefile.am): Update.
6945
6946         * lib/sys_socket_.h: Renamed from lib/socket_.h.
6947         * modules/sys_socket (Files, Makefile.am): Update.
6948
6949         * lib/sys_stat_.h: Renamed from lib/stat_.h.
6950         * modules/sys_stat (Files, Makefile.am): Update.
6951
6952 2007-04-27  Eric Blake  <ebb9@byu.net>
6953
6954         * lib/freading.h: Improve comments.
6955         * lib/fwriting.h: Likewise.
6956         * lib/fflush.c: Likewise.
6957
6958         Fix closein for mingw.
6959         * modules/closein-tests: Add tests for closein.
6960         * tests/test-closein.c: New file.
6961         * tests/test-closein.sh: Likewise.
6962         * lib/unistd_.h [!SEEK_CUR]: Mingw also needs stdlib.h for _exit.
6963         * lib/closein.c (close_stdin): Don't fflush non-seekable streams.
6964
6965 2007-04-27  Bruno Haible  <bruno@clisp.org>
6966
6967         * lib/inttypes_.h [_DECC]: Don't use #include_next if the compiler
6968         version is < 6.
6969         * lib/math_.h [__DECC]: Likewise.
6970         * lib/stdio_.h [__DECC]: Likewise.
6971         * lib/stdlib_.h [__DECC]: Likewise.
6972         * lib/string_.h [__DECC]: Likewise.
6973         * lib/time_.h [__DECC]: Likewise.
6974         * lib/wchar_.h [__DECC]: Likewise.
6975         * lib/wctype_.h [__DECC]: Likewise.
6976
6977 2007-04-27  Bruno Haible  <bruno@clisp.org>
6978
6979         * tests/test-fbufmode.c (main): Relax test, to avoid failure on mingw.
6980
6981 2007-04-27  Bruno Haible  <bruno@clisp.org>
6982
6983         * lib/fflush.c: Add comments.
6984         * modules/fpurge-tests (Depends-on): Add fflush.
6985         * modules/freadable-tests (Depends-on): Likewise.
6986         * modules/fwritable-tests (Depends-on): Likewise.
6987
6988 2007-04-27  Charles Wilson  <libtool@cwilson.fastmail.fm>
6989
6990         * m4/argz.m4 (gl_FUNC_ARGZ): Use !HAVE_WORKING_ARGZ instead of
6991         SYSTEM_ARGZ_IS_BROKEN.  Also, minor stylistic improvements.
6992         Report by Bruno Haible <bruno@clisp.org>.
6993
6994 2007-04-26  Eric Blake  <ebb9@byu.net>
6995
6996         Fix fflush on mingw.
6997         * modules/fflush (Depends-on): Add freading.
6998         * lib/fflush.c (rpl_fflush): Use freading to avoid losing buffered
6999         but unread data.
7000
7001 2007-04-26  Eric Blake  <ebb9@byu.net>
7002         and Bruno Haible  <bruno@clisp.org>
7003
7004         Implement freading and fwriting.
7005         * lib/freading.c: New file.
7006         * lib/freading.h: Likewise.
7007         * m4/freading.m4: Likewise.
7008         * modules/freading: Likewise.
7009         * modules/freading-tests: Likewise.
7010         * tests/test-freading.c: Likewise.
7011         * lib/fwriting.c: New file.
7012         * lib/fwriting.h: Likewise.
7013         * m4/fwriting.m4: Likewise.
7014         * modules/fwriting: Likewise.
7015         * modules/fwriting-tests: Likewise.
7016         * tests/test-fwriting.c: Likewise.
7017         * MODULES.html.sh (File stream based Input/Output): Mention them.
7018
7019 2007-04-26  Bruno Haible  <bruno@clisp.org>
7020
7021         * lib/stdio_.h (fseeko, ftello): Check that off_t has the same size as
7022         'long' when we assume it.
7023         Suggested by Eric Blake.
7024
7025 2007-04-26  Bruno Haible  <bruno@clisp.org>
7026
7027         Ensure fseeko, ftello are declared on glibc systems.
7028         * modules/fflush (configure.ac-early): Require AC_FUNC_FSEEKO.
7029         * modules/fseeko (configure.ac-early): Likewise.
7030         * modules/ftello (configure.ac-early): Likewise.
7031         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Don't define HAVE_FSEEKO, rely on
7032         AC_FUNC_FSEEKO for this.
7033         * m4/fseeko.m4 (gl_FUNC_FSEEKO): Inline gl_CHECK_FSEEKO.
7034         (gl_CHECK_FSEEKO): Remove macro.
7035
7036 2007-04-26  Bruno Haible  <bruno@clisp.org>
7037
7038         * tests/test-fflush.c (main): Also check the ftell result after
7039         fflush and fseek/fseeko.
7040         * lib/fflush.c (rpl_fflush): For BSD implementations, update the
7041         file descriptor position cache in the stream.
7042         * lib/fseeko.c (rpl_fseeko): Likewise.
7043
7044 2007-04-26  Bruno Haible  <bruno@clisp.org>
7045
7046         * modules/fflush-tests (Depends-on): Add fseeko.
7047
7048 2007-04-25  Charles Wilson  <libtool@cwilson.fastmail.fm>
7049             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7050
7051         * lib/argz_.h: ensure error_t definition is obtained in same
7052         mechanism system argz.h would have.
7053         * m4/argz.m4 (gl_FUNC_ARGZ): add new test to check if $host's
7054         argz facilities are known bad.  Err on the side of caution if
7055         cross-compiling.
7056
7057 2007-04-25  Eric Blake  <ebb9@byu.net>
7058
7059         * lib/fpurge.c (includes): Use stdlib.h for free.
7060         * tests/test-fflush.c (main): Also test fflush-fseeko.
7061
7062 2007-04-25  Bruno Haible  <bruno@clisp.org>
7063
7064         Make fflush+fseek POSIX-compliant on FreeBSD and MacOS X.
7065         * lib/fseeko.c: New file.
7066         * lib/stdio_.h: Include <sys/types.h> when off_t is needed.
7067         (fseeko, fseek): Define to replacements if REPLACE_FFLUSH.
7068         * m4/fseeko.m4 (gl_CHECK_FSEEKO): New macro, extracted from
7069         gl_FUNC_FSEEKO.
7070         (gl_FUNC_FSEEKO): Invoke it.
7071         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Arrange to compile fseeko.c. Invoke
7072         gl_CHECK_FSEEKO. Define HAVE_FSEEKO.
7073         * modules/fflush (Files): Add lib/fseeko.c, m4/fseeko.m4.
7074
7075 2007-04-25  Bruno Haible  <bruno@clisp.org>
7076
7077         * modules/fflush (Depends-on): Add ftello.
7078
7079 2007-04-25  Bruno Haible  <bruno@clisp.org>
7080
7081         * modules/ftello-tests: New file.
7082         * tests/test-ftello.c: New file.
7083
7084         * modules/ftello: New file.
7085         * m4/ftello.m4: New file.
7086         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FTELLO,
7087         HAVE_FTELLO.
7088         * lib/stdio_.h (ftello): New declaration.
7089         * modules/stdio (Makefile.am): Substitute also GNULIB_FTELLO,
7090         HAVE_FTELLO.
7091
7092 2007-04-25  Bruno Haible  <bruno@clisp.org>
7093
7094         * modules/fseeko-tests: New file.
7095         * tests/test-fseeko.c: New file.
7096
7097         * modules/fseeko: New file.
7098         * m4/fseeko.m4: New file.
7099         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FSEEKO,
7100         HAVE_FSEEKO.
7101         * lib/stdio_.h (fseeko): New declaration.
7102         * modules/stdio (Makefile.am): Substitute also GNULIB_FSEEKO,
7103         HAVE_FSEEKO.
7104
7105 2007-04-25  Bruno Haible  <bruno@clisp.org>
7106
7107         * lib/stdio_.h (fflush): Add support for GNULIB_POSIXCHECK.
7108
7109 2007-04-25  Bruno Haible  <bruno@clisp.org>
7110
7111         * lib/unistd_.h: Include <stdio.h> if needed to get the SEEK_* macros.
7112         * tests/test-stdio.c: Check that the various SEEK_* macros are defined.
7113         * tests/test-unistd.c: Likewise.
7114         * tests/test-fcntl.c: Likewise.
7115
7116 2007-04-23  Eric Blake  <ebb9@byu.net>
7117
7118         * lib/fflush.c: Fix missing include.
7119         Reported by Bruno Haible.
7120
7121 2007-04-23  Bruno Haible  <bruno@clisp.org>
7122
7123         * lib/fpurge.c (fpurge) [glibc, BSD]: Free a malloc()ed ungetc buffer.
7124         Reported by Eric Blake.
7125
7126 2007-04-23  Bruno Haible  <bruno@clisp.org>
7127
7128         * lib/fbufmode.c (fbufmode): Port to Solaris/SPARC64.
7129
7130 2007-04-23  Bruno Haible  <bruno@clisp.org>
7131
7132         * lib/fseterr.c (fseterr): Don't hardcode the value of _IOERR.
7133
7134 2007-04-23  Bruno Haible  <bruno@clisp.org>
7135
7136         * tests/test-fbufmode.c (main): Be prepared to a failure of setvbuf.
7137         Needed on HP-UX 11.
7138
7139 2007-04-16  Eric Blake  <ebb9@byu.net>
7140
7141         Make fflush rely on fpurge.
7142         * lib/fflush.c (rpl_fflush): Rely on fpurge module, rather than
7143         open coding all variants.
7144         * modules/fflush (Depends-on): Add fpurge and unistd.
7145         * modules/fflush-tests (Depends-on): Unistd is no longer extra.
7146         * m4/fflush.m4 (gl_REPLACE_FFLUSH): Simplify.
7147
7148         Fix --with-tests compilation on cygwin.
7149         * modules/argmatch-tests (Makefile.am): List gnulib library first
7150         in LDADD.
7151         * modules/argp-tests (Makefile.am): Likewise.
7152         * modules/array-list-tests (Makefile.am): Likewise.
7153         * modules/array-oset-tests (Makefile.am): Likewise.
7154         * modules/avltree-list-tests (Makefile.am): Likewise.
7155         * modules/avltree-oset-tests (Makefile.am): Likewise.
7156         * modules/avltreehash-list-tests (Makefile.am): Likewise.
7157         * modules/carray-list-tests (Makefile.am): Likewise.
7158         * modules/dirname-tests (Makefile.am): Likewise.
7159         * modules/frexp-tests (Makefile.am): Likewise.
7160         * modules/isnanl-tests (Makefile.am): Likewise.
7161         * modules/linked-list-tests (Makefile.am): Likewise.
7162         * modules/linkedhash-list-tests (Makefile.am): Likewise.
7163         * modules/lock-tests (Makefile.am): Likewise.
7164         * modules/rbtree-list-tests (Makefile.am): Likewise.
7165         * modules/rbtree-oset-tests (Makefile.am): Likewise.
7166         * modules/rbtreehash-list-tests (Makefile.am): Likewise.
7167         * modules/tls-tests (Makefile.am): Likewise.
7168         * modules/tsearch-tests (Makefile.am): Likewise.
7169         * modules/xvasprintf-tests (Makefile.am): Likewise.
7170
7171         Fix fpurge for cygwin.
7172         * lib/fpurge.c (fpurge): Fix order of operation flub, and return a
7173         value.
7174         * modules/fpurge-tests (Depends-on): Clean up trash.
7175
7176 2007-04-16  Simon Josefsson  <simon@josefsson.org>
7177
7178         * lib/gc-libgcrypt.c (gc_hash_open): Shut up compiler warnings.
7179
7180         * m4/autobuild.m4: Re-indent.
7181
7182 2007-04-13  Bruno Haible  <bruno@clisp.org>
7183
7184         * modules/fpurge-tests: New file.
7185         * tests/test-fpurge.c: New file.
7186
7187         * modules/fpurge: New file.
7188         * lib/fpurge.h: New file.
7189         * lib/fpurge.c: New file.
7190         * m4/fpurge.m4: New file.
7191
7192 2007-04-13  Bruno Haible  <bruno@clisp.org>
7193
7194         * modules/fbufmode-tests: New file.
7195         * tests/test-fbufmode.c: New file.
7196
7197         * modules/fbufmode: New file.
7198         * lib/fbufmode.h: New file.
7199         * lib/fbufmode.c: New file.
7200         * m4/fbufmode.m4: New file.
7201
7202 2007-04-13  Bruno Haible  <bruno@clisp.org>
7203
7204         * modules/fwritable-tests: New file.
7205         * tests/test-fwritable.c: New file.
7206
7207         * modules/fwritable: New file.
7208         * lib/fwritable.h: New file.
7209         * lib/fwritable.c: New file.
7210         * m4/fwritable.m4: New file.
7211
7212 2007-04-13  Bruno Haible  <bruno@clisp.org>
7213
7214         * modules/freadable-tests: New file.
7215         * tests/test-freadable.c: New file.
7216
7217         * modules/freadable: New file.
7218         * lib/freadable.h: New file.
7219         * lib/freadable.c: New file.
7220         * m4/freadable.m4: New file.
7221
7222 2007-04-13  Bruno Haible  <bruno@clisp.org>
7223
7224         * modules/fflush-tests (Makefile.am): Remove EXTRA_DIST. Augment
7225         MOSTLYCLEANFILES.
7226
7227 2007-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7228
7229         * build-aux/bootstrap (gnulib_tool_option_extras): New var, used by
7230         gzip bootstrap.conf to avoid dragging in i18n machinery.
7231         (gnulib_tool_option): Use it.
7232
7233 2007-04-13  Bruno Haible  <bruno@clisp.org>
7234
7235         * tests/test-vasnprintf-posix.c (test_function): Add tests for %f and
7236         %F directives.
7237         * tests/test-vasprintf-posix.c (test_function): Likewise.
7238         * tests/test-snprintf-posix.h (test_function): Likewise.
7239         * tests/test-sprintf-posix.h (test_function): Likewise.
7240         * tests/test-fprintf-posix.h (test_function): Likewise.
7241         * tests/test-printf-posix.h (test_function): Likewise.
7242         * tests/test-fprintf-posix.out: Likewise.
7243
7244 2007-04-13  Bruno Haible  <bruno@clisp.org>
7245
7246         * modules/lock-tests (configure.ac): For LIBSCHED, try also -lposix4.
7247         * modules/tls-tests (configure.ac): Likewise.
7248         Reported by Arto C. Nirkko <anirkko@insel.ch>.
7249
7250 2007-04-13  Bruno Haible  <bruno@clisp.org>
7251
7252         * lib/tls.c (glthread_tls_get): Fix return type.
7253         Patch by Arto C. Nirkko <anirkko@insel.ch>.
7254
7255 2007-04-12  Eric Blake  <ebb9@byu.net>
7256
7257         * modules/gettime (Depends-on): Remove gettime.
7258         Reported by Dmitry V. Levin.
7259
7260 2007-04-12  Bruno Haible  <bruno@clisp.org>
7261
7262         * modules/fflush (Include): Mention <stdio.h>.
7263         * modules/strtoimax (Include): Mention <inttypes.h>.
7264         * modules/strtoumax (Include): Likewise.
7265
7266 2007-04-12  Eric Blake  <ebb9@byu.net>
7267
7268         * .cvsignore: New file.
7269         * .gitignore: Likewise.
7270
7271 2007-04-12  Bruno Haible  <bruno@clisp.org>
7272
7273         * modules/iconv-tests (test_iconv_LDADD): Mention -liconv after LDADD,
7274         not before, since $(LDADD) often contains libgnu.a.
7275         * modules/striconv-tests (test_striconv_LDADD): Likewise.
7276         * modules/striconveh-tests (test_striconveh_LDADD): Likewise.
7277         * modules/striconveha-tests (test_striconveha_LDADD): Likewise.
7278         Needed on Cygwin.
7279
7280 2007-04-12  Eric Blake  <ebb9@byu.net>
7281
7282         Work around glibc's failure to flush stdin on fclose.
7283         * lib/closein.c (close_stdin): Flush stdin before closing.
7284
7285         Work around glibc's failure to reset seekable stdin on exit.
7286         * modules/closein: New module.
7287         * lib/closein.c: New file.
7288         * lib/closein.h: Likewise.
7289         * m4/closein.m4: Likewise.
7290         * MODULES.html.sh (File stream based Input/Output): Document it.
7291
7292 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7293
7294         * gnulib-tool: Rename generated 'autobuild' script to
7295         'do-autobuild' in --create-megatestdir output.
7296
7297         * doc/gnulib.texi (Build robot for gnulib): Fix.
7298
7299 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7300
7301         * modules/sysexits (Depends-on): Add absolute-header.
7302
7303 2007-04-12  Eric Blake  <ebb9@byu.net>
7304
7305         No need to preserve errno on success.
7306         * lib/fflush.c (rpl_fflush): Simplify errno tracking.
7307         Reported by Bruno Haible.
7308
7309 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7310
7311         * MODULES.html.sh (Support for maintaining and releasing
7312         projects): Add autobuild.  Suggested by Eric Blake <ebb9@byu.net>.
7313
7314 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7315
7316         * gnulib-tool (func_modules_add_dummy): Respect --avoid=dummy.
7317
7318 2007-04-12  Simon Josefsson  <simon@josefsson.org>
7319
7320         * modules/autobuild: New module.
7321
7322         * m4/autobuild.m4: New file.
7323
7324 2007-04-11  Bruno Haible  <bruno@clisp.org>
7325
7326         * lib/vasnprintf.c (VASNPRINTF): Implement the %F directive using the
7327         %f directive, if NEED_PRINTF_DIRECTIVE_F is defined.
7328         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_F): New macro.
7329         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_F): New macro.
7330         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke
7331         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7332         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7333         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Invoke
7334         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7335         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7336         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Invoke
7337         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7338         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7339         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Invoke
7340         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7341         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7342         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Invoke
7343         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7344         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7345         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Invoke
7346         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7347         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7348         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Invoke
7349         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7350         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7351         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Invoke
7352         gl_PRINTF_DIRECTIVE_F. Test gl_cv_func_printf_directive_f. Invoke
7353         gl_PREREQ_VASNPRINTF_DIRECTIVE_F for the replacement.
7354         Reported by Eric Blake.
7355
7356 2007-04-11  Bruno Haible  <bruno@clisp.org>
7357
7358         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Fix test. It always failed.
7359
7360 2007-04-10  Bruno Haible  <bruno@clisp.org>
7361
7362         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct result
7363         for NaN and Infinity. Needed on FreeBSD 6.1.
7364         * tests/test-vasnprintf-posix.c (test_function): Undo last change
7365         regarding results for "%010a" of Infinity and NaN.
7366         * tests/test-vasprintf-posix.c (test_function): Likewise.
7367         * tests/test-snprintf-posix.h (test_function): Likewise.
7368         * tests/test-sprintf-posix.h (test_function): Likewise.
7369         * tests/test-fprintf-posix.h (test_function): Likewise.
7370         * tests/test-printf-posix.h (test_function): Likewise.
7371         * tests/test-fprintf-posix.out: Likewise.
7372
7373 2007-04-10  Bruno Haible  <bruno@clisp.org>
7374
7375         * modules/locale-tests: New file.
7376         * tests/test-locale.c: New file.
7377
7378         * modules/locale: New file.
7379         * lib/locale_.h: New file.
7380         * m4/locale_h.m4: New file.
7381
7382 2007-04-10  Paul Eggert  <eggert@cs.ucla.edu>
7383             Bruno Haible  <bruno@clisp.org>
7384
7385         * m4/signbit.m4 (gl_SIGNBIT): When the sign bit position could not
7386         be determined, test for availability of the copysignf, copysign,
7387         copysignl functions.
7388         * lib/signbitf.c (gl_signbitf): Use copysignf if available in libc.
7389         * lib/signbitd.c (gl_signbitd): Use copysign if available in libc.
7390         * lib/signbitl.c (gl_signbitl): Use copysignl if available in libc.
7391
7392 2007-04-09  Eric Blake  <ebb9@byu.net>
7393
7394         * lib/stdio_.h [REPLACE_FFLUSH]: Declare rpl_fflush.
7395         * modules/stdio (Makefile.am): Support fflush.
7396         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Likewise.
7397         * modules/fflush: New file.
7398         * lib/fflush.c: Likewise.
7399         * m4/fflush.m4: Likewise.
7400         * modules/fflush-tests: New test.
7401         * tests/test-fflush.c: Likewise.
7402         * MODULES.html.sh (Input/output <stdio.h>): Document new module.
7403
7404 2007-04-06  Bruno Haible  <bruno@clisp.org>
7405
7406         * lib/vasnprintf.c: Include <math.h>. Don't include float+.h.
7407         (VASNPRINTF): Use signbit for faster determination whether to print a
7408         minus sign.
7409         * modules/vasnprintf (Files): Remove lib/float+.h.
7410         * modules/fprintf-posix (Depends-on): Add signbit.
7411         * modules/snprintf-posix (Depends-on): Likewise.
7412         * modules/sprintf-posix (Depends-on): Likewise.
7413         * modules/vasnprintf-posix (Depends-on): Likewise.
7414         * modules/vasprintf-posix (Depends-on): Likewise.
7415         * modules/vfprintf-posix (Depends-on): Likewise.
7416         * modules/vsnprintf-posix (Depends-on): Likewise.
7417         * modules/vsprintf-posix (Depends-on): Likewise.
7418
7419 2007-04-06  Bruno Haible  <bruno@clisp.org>
7420
7421         * tests/test-frexp.c (main): Test also the sign bit of zero results.
7422         * tests/test-frexpl.c (main): Likewise.
7423         * tests/test-ldexpl.c (main): Likewise.
7424         * modules/frexp-tests (Depends-on): Add signbit.
7425         * modules/frexpl-tests (Depdends-on): Likewise.
7426         * modules/ldexpl-tests (Depdends-on): Likewise.
7427
7428 2007-04-06  Bruno Haible  <bruno@clisp.org>
7429
7430         * modules/signbit-tests: New file.
7431         * tests/test-signbit.c: New file.
7432
7433         * modules/signbit: New file.
7434         * lib/signbitf.c: New file.
7435         * lib/signbitd.c: New file.
7436         * lib/signbitl.c: New file.
7437         * m4/signbit.m4: New file.
7438         * lib/math_.h (gl_signbitf, gl_signbitd, gl_signbitl): New declarations.
7439         (signbit): New macro.
7440         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_SIGNBIT and
7441         REPLACE_SIGNBIT.
7442         * modules/math (Makefile.am) Substibute also GNULIB_SIGNBIT and
7443         REPLACE_FREXPL into math.h.
7444
7445 2007-04-06  Bruno Haible  <bruno@clisp.org>
7446
7447         * modules/isnanf-nolibm-tests: New file.
7448         * tests/test-isnanf.c: New file.
7449
7450         * modules/isnanf-nolibm: New file.
7451         * lib/isnanf.h: New file.
7452         * lib/isnanf.c: New file.
7453         * lib/isnan.c: Consider the USE_FLOAT macro.
7454         * m4/isnanf.m4: New file.
7455
7456 2007-04-06  Bruno Haible  <bruno@clisp.org>
7457
7458         * modules/gettext-h (configure.ac): AC_SUBST LIBINTL and LTLIBINTL.
7459         (Link): New section.
7460
7461         * modules/canonicalize-lgpl-tests (Makefile.am): Undo last change.
7462
7463 2007-04-06  Bruno Haible  <bruno@clisp.org>
7464
7465         Assume the 'long double' type.
7466         * m4/longdouble.m4: Remove file.
7467         * config/srclist.txt: Don't mention longdouble.m4.
7468         * lib/allocsa.h: Assume HAVE_LONG_DOUBLE to be true.
7469         * lib/float+.h: Likewise.
7470         * lib/frexp.c: Likewise.
7471         * lib/printf-args.h: Likewise.
7472         * lib/printf-args.c: Likewise.
7473         * lib/printf-frexp.c: Likewise.
7474         * lib/printf-parse.c: Likewise.
7475         * lib/vasnprintf.c: Likewise.
7476         * m4/allocsa.m4: Remove gt_TYPE_LONGDOUBLE invocation.
7477         * m4/intl.m4: Likewise.
7478         * m4/isnanl.m4: Likewise.
7479         * m4/printf.m4: Likewise.
7480         * m4/printf-frexpl.m4: Likewise.
7481         * m4/vasnprintf.m4: Likewise.
7482         * modules/allocsa (Files): Remove m4/longdouble.m4.
7483         * modules/gettext (Files): Likewise.
7484         * modules/relocatable-prog-wrapper (Files): Likewise.
7485         * modules/vasnprintf (Files): Likewise.
7486         * modules/isnanl (Files): Likewise.
7487         (Include): Simplify.
7488         * modules/isnanl-nolibm (Files): Remove m4/longdouble.m4.
7489         (Include): Simplify.
7490         * modules/printf-frexpl (Files): Remove m4/longdouble.m4.
7491         (Include): Simplify.
7492         * modules/snprintf-posix-tests (Files): Remove m4/longdouble.m4.
7493         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7494         * modules/sprintf-posix-tests (Files): Remove m4/longdouble.m4.
7495         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7496         * modules/vasnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7497         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7498         * modules/vasprintf-posix-tests (Files): Remove m4/longdouble.m4.
7499         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7500         * modules/vsnprintf-posix-tests (Files): Remove m4/longdouble.m4.
7501         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7502         * modules/vsprintf-posix-tests (Files): Remove m4/longdouble.m4.
7503         (configure.ac): Remove gt_TYPE_LONGDOUBLE invocation.
7504         * tests/test-isnanl-nolibm.c: Assume HAVE_LONG_DOUBLE to be true.
7505         * tests/test-isnanl.c: Likewise.
7506         * tests/test-snprintf-posix.h: Likewise.
7507         * tests/test-sprintf-posix.h: Likewise.
7508         * tests/test-vasnprintf-posix.c: Likewise.
7509         * tests/test-vasnprintf-posix2.c: Likewise.
7510         * tests/test-vasprintf-posix.c: Likewise.
7511
7512 2007-04-06  Bruno Haible  <bruno@clisp.org>
7513
7514         Fix problem with Compaq (ex-DEC) Desktop C compiler on Tru64.
7515         * lib/math_.h [__DECC]: Include the overridden include file through
7516         #include_next, outside the double-inclusion guard.
7517         * lib/stdio_.h [__DECC]: Likewise.
7518         * lib/stdlib_.h [__DECC]: Likewise.
7519         * lib/string_.h [__DECC]: Likewise.
7520         * lib/time_.h [__DECC]: Likewise.
7521         * lib/wchar_.h [__DECC]: Likewise.
7522         * lib/wctype_.h [__DECC]: Likewise.
7523         * lib/inttypes_.h [__DECC]: Likewise.
7524         Reported by Albert Chin <china@thewrittenword.com> in
7525         <http://lists.gnu.org/archive/html/bug-gnulib/2007-04/msg00088.html>.
7526
7527 2007-04-04  Eric Blake  <ebb9@byu.net>
7528
7529         * m4/stdint.m4 (gl_STDINT_H): Detect WINT_MAX bug in cygwin
7530         1.5.x.
7531
7532 2007-04-04  Bruno Haible  <bruno@clisp.org>
7533
7534         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Add a test for correct
7535         rounding. Don't assume that FreeBSD 6 and NetBSD 4 pass this test.
7536
7537 2007-04-04  Bruno Haible  <bruno@clisp.org>
7538
7539         * tests/test-vasnprintf-posix.c (test_function): Allow two possible
7540         results for "%010a" of Infinity and NaN.
7541         * tests/test-vasprintf-posix.c (test_function): Likewise.
7542         * tests/test-snprintf-posix.h (test_function): Likewise.
7543         * tests/test-sprintf-posix.h (test_function): Likewise.
7544         * tests/test-fprintf-posix.h (test_function): Remove these tests.
7545         * tests/test-printf-posix.h (test_function): Likewise.
7546         * tests/test-fprintf-posix.out: Update.
7547         Needed for FreeBSD 6.1.
7548
7549 2007-04-04  Bruno Haible  <bruno@clisp.org>
7550
7551         * DEPENDENCIES: Remove mentions of tar and gzip, since they are not
7552         directly used by the gnulib modules nor by gnulib-tool.
7553
7554 2007-04-04  Paul Eggert  <eggert@cs.ucla.edu>
7555
7556         * DEPENDENCIES: Give overall description of version dependency
7557         desirability.  Use more-typical names for apps.
7558         Add shell, coreutils, diffutils, grep, tar, gzip.
7559
7560 2007-04-04  Simon Josefsson  <simon@josefsson.org>
7561
7562         * MODULES.html.sh: Rename crypto modules.  Remove iconvme.
7563
7564 2007-04-04  Karl Berry  <karl@gnu.org>
7565
7566         * MODULES.html.sh (func_module): missing '.
7567
7568 2007-04-03  Bruno Haible  <bruno@clisp.org>
7569
7570         * modules/argmatch-tests (Makefile.am): New variable
7571         test_argmatch_LDADD.
7572         * modules/argp-tests (Makefile.am): New variable test_argp_LDADD.
7573         * modules/array-list-tests (Makefile.am): New variable
7574         test_array_list_LDADD.
7575         * modules/array-oset-tests (Makefile.am): New variable
7576         test_array_oset_LDADD.
7577         * modules/avltree-list-tests (Makefile.am): New variable
7578         test_avltree_list_LDADD.
7579         * modules/avltree-oset-tests (Makefile.am): New variable
7580         test_avltree_oset_LDADD.
7581         * modules/avltreehash-list-tests (Makefile.am): New variable
7582         test_avltreehash_list_LDADD.
7583         * modules/canonicalize-lgpl-tests (Makefile.am): New variable
7584         test_canonicalize_lgpl_LDADD.
7585         * modules/carray-list-tests (Makefile.am): New variable
7586         test_carray_list_LDADD.
7587         * modules/dirname-tests (Makefile.am): New variable
7588         test_dirname_LDADD.
7589         * modules/linked-list-tests (Makefile.am): New variable
7590         test_linked_list_LDADD.
7591         * modules/linkedhash-list-tests (Makefile.am): New variable
7592         test_linkedhash_list_LDADD.
7593         * modules/rbtree-list-tests (Makefile.am): New variable
7594         test_rbtree_list_LDADD.
7595         * modules/rbtree-oset-tests (Makefile.am): New variable
7596         test_rbtree_oset_LDADD.
7597         * modules/rbtreehash-list-tests (Makefile.am): New variable
7598         test_rbtreehash_list_LDADD.
7599         * modules/xvasprintf-tests (Makefile.am): New variable
7600         test_xvasprintf_LDADD.
7601         Reported by Eric Blake.
7602
7603 2007-04-03  Eric Blake  <ebb9@byu.net>
7604
7605         * DEPENDENCIES: Weaken m4 requirements.
7606
7607 2007-04-03  Bruno Haible  <bruno@clisp.org>
7608
7609         * modules/frexp-tests (configure.ac): Remove AC_SUBST.
7610         * modules/isnanl-tests (configure.ac): Likewise.
7611
7612 2007-04-03  Ben Pfaff  <blp@gnu.org>
7613
7614         * modules/iconv_open: Add $(srcdir)/ to source directory
7615         references in Makefile fragments that call gperf, to fix VPATH
7616         builds.
7617
7618 2007-04-03  Bruno Haible  <bruno@clisp.org>
7619
7620         * modules/ldexpl (Depends-on): Add isnanl, remove isnanl-nolibm.
7621         * lib/ldexpl.c: Undo last change.
7622
7623 2007-04-03  Bruno Haible  <bruno@clisp.org>
7624
7625         * modules/printf-frexpl (Depends-on): Undo last change.
7626         (Files): Add m4/ldexpl.m4.
7627
7628 2007-04-03  Bruno Haible  <bruno@clisp.org>
7629
7630         * m4/isnanl.m4 (gl_FUNC_ISNANL): Substitute ISNANL_LIBM.
7631         * modules/isnanl (Link): New section.
7632
7633         * m4/frexp.m4 (gl_FUNC_FREXP): Substitute FREXP_LIBM.
7634         * modules/frexp (Link): New section.
7635
7636         * m4/frexpl.m4 (gl_FUNC_FREXPL): Substitute FREXPL_LIBM.
7637         * modules/frexpl (Link): New section.
7638
7639         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Substitute LDEXPL_LIBM.
7640         * modules/ldexpl (Link): New section.
7641
7642 2007-04-03  Bruno Haible  <bruno@clisp.org>
7643
7644         * modules/TEMPLATE-EXTENDED: New file.
7645         * gnulib-tool (func_all_modules, func_verify_module): Exclude it.
7646
7647 2007-04-03  Bruno Haible  <bruno@clisp.org>
7648
7649         * DEPENDENCIES: New file.
7650         Suggested by Simon Josefsson.
7651
7652 2007-04-03  Bruno Haible  <bruno@clisp.org>
7653
7654         * doc/gnulib.texi: Escape @.
7655
7656 2007-04-03  James Youngman  <jay@gnu.org>
7657         and Paul Eggert  <eggert@cs.ucla.edu>
7658
7659         * lib/stat-time.h (get_stat_birthtime): Check for zero-valued
7660         birthtime on all systems that have birthtime, not just those which
7661         use st_birthtimensec rather than st_birthtim.  Putting zero in
7662         st_birthtim.tv_sec is how (for example) FreeBSD/x86 6.1 indicates
7663         that the birth time is not available for files on an NFS mount.
7664
7665 2007-04-03  Simon Josefsson  <simon@josefsson.org>
7666
7667         * modules/memxor: Move back from crypto/, suggested by Bruno.
7668         * modules/crypto/hmac-sha1: Fix memxor dependency.
7669
7670         * modules/crypto/gc: Moved from ../.
7671
7672 2007-04-02  Eric Blake  <ebb9@byu.net>
7673
7674         * lib/ldexpl.c (includes): Avoid libm.
7675
7676         * modules/printf-frexpl (Depends-on): Depend on ldexpl.
7677
7678 2007-04-02  Bruno Haible  <bruno@clisp.org>
7679
7680         * lib/sysexit_.h (EX_OK): Disable the EX_OK definition from <unistd.h>
7681         on IRIX.
7682
7683 2007-04-02  Bruno Haible  <bruno@clisp.org>
7684
7685         * m4/intdiv0.m4 (gt_INTDIV0): Avoid performing the test for real on
7686         x86 or x86_64 platforms running MacOS X.
7687         Reported by Ryan Schmidt <@ryandesign.com>.
7688
7689 2007-04-02  Bruno Haible  <bruno@clisp.org>
7690
7691         * m4/intdiv0.m4 (gt_INTDIV0): When cross-compiling, treat x86_64 like
7692         i386.
7693
7694 2007-04-01  Simon Josefsson  <simon@josefsson.org>
7695
7696         * modules/crypto/arcfour: Moved from ../.
7697         * modules/crypto/arcfour-tests: Moved from ../.
7698         * modules/crypto/arctwo: Moved from ../.
7699         * modules/crypto/arctwo-tests: Moved from ../.
7700         * modules/crypto/des: Moved from ../.
7701         * modules/crypto/des-tests: Moved from ../.
7702         * modules/crypto/gc-arcfour: Moved from ../.
7703         * modules/crypto/gc-arcfour-tests: Moved from ../.
7704         * modules/crypto/gc-arctwo: Moved from ../.
7705         * modules/crypto/gc-arctwo-tests: Moved from ../.
7706         * modules/crypto/gc-des: Moved from ../.
7707         * modules/crypto/gc-des-tests: Moved from ../.
7708         * modules/crypto/gc-hmac-md5: Moved from ../.
7709         * modules/crypto/gc-hmac-md5-tests: Moved from ../.
7710         * modules/crypto/gc-hmac-sha1: Moved from ../.
7711         * modules/crypto/gc-hmac-sha1-tests: Moved from ../.
7712         * modules/crypto/gc-md2: Moved from ../.
7713         * modules/crypto/gc-md2-tests: Moved from ../.
7714         * modules/crypto/gc-md4: Moved from ../.
7715         * modules/crypto/gc-md4-tests: Moved from ../.
7716         * modules/crypto/gc-md5: Moved from ../.
7717         * modules/crypto/gc-md5-tests: Moved from ../.
7718         * modules/crypto/gc-pbkdf2-sha1: Moved from ../.
7719         * modules/crypto/gc-pbkdf2-sha1-tests: Moved from ../.
7720         * modules/crypto/gc-random: Moved from ../.
7721         * modules/crypto/gc-rijndael: Moved from ../.
7722         * modules/crypto/gc-rijndael-tests: Moved from ../.
7723         * modules/crypto/gc-sha1: Moved from ../.
7724         * modules/crypto/gc-sha1-tests: Moved from ../.
7725         * modules/crypto/gc-tests: Moved from ../.
7726         * modules/crypto/hmac-md5: Moved from ../.
7727         * modules/crypto/hmac-md5-tests: Moved from ../.
7728         * modules/crypto/hmac-sha1: Moved from ../.
7729         * modules/crypto/hmac-sha1-tests: Moved from ../.
7730         * modules/crypto/md2: Moved from ../.
7731         * modules/crypto/md2-tests: Moved from ../.
7732         * modules/crypto/md4: Moved from ../.
7733         * modules/crypto/md4-tests: Moved from ../.
7734         * modules/crypto/md5: Moved from ../.
7735         * modules/crypto/md5-tests: Moved from ../.
7736         * modules/crypto/memxor: Moved from ../.
7737         * modules/crypto/rijndael: Moved from ../.
7738         * modules/crypto/rijndael-tests: Moved from ../.
7739         * modules/crypto/sha1: Moved from ../.
7740
7741 2007-03-30  James Youngman  <jay@gnu.org>
7742
7743         * tests/test-stat-time.c (prepare_test): use chmod() rather than
7744         rename() to change the ctime of a file (because ctime is unaffected
7745         by rename on jfs2 on AIX 5.1).
7746         (main): Start by doing cleanup, in case a previous run failed leaving
7747         test files behind.
7748
7749 2007-03-31  Bruno Haible  <bruno@clisp.org>
7750
7751         Support old proprietary implementations of iconv.
7752         * modules/iconv_open: New file.
7753         * lib/iconv_.h: New file.
7754         * m4/iconv_h.m4: New file.
7755         * lib/iconv_open.c: New file.
7756         * lib/iconv_open-aix.gperf: New file.
7757         * lib/iconv_open-hpux.gperf: New file.
7758         * lib/iconv_open-irix.gperf: New file.
7759         * lib/iconv_open-osf.gperf: New file.
7760         * m4/iconv_open.m4: New file.
7761         * modules/linebreak (Depends-on): Add iconv_open.
7762         * modules/striconv (Depends-on): Likewise.
7763         * modules/striconveh (Depends-on): Likewise.
7764         * modules/unicodeio (Depends-on): Likewise.
7765         * lib/striconveh.h (mem_cd_iconveh, str_cd_iconveh): Allow cd to be
7766         (iconv_t)(-1).
7767         * lib/striconveh.c (mem_cd_iconveh_internal): Use an indirect
7768         conversion if cd is (iconv_t)(-1).
7769         (mem_iconveh, str_iconveh): Don't fail just because a direct conversion
7770         is not possible.
7771
7772 2007-03-31  Bruno Haible  <bruno@clisp.org>
7773
7774         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7775         work on Solaris either. Protect also second use of "autodetect_jp".
7776
7777 2007-03-31  Bruno Haible  <bruno@clisp.org>
7778
7779         * m4/frexpl.m4 (gl_FUNC_FREXPL): Set HAVE_DECL_FREXPL to 0 when
7780         the function is not present.
7781
7782 2007-03-31  Bruno Haible  <bruno@clisp.org>
7783
7784         * m4/ldexpl.m4 (gl_FUNC_LDEXPL): Set HAVE_DECL_LDEXPL to 0 when
7785         the function is not present.
7786
7787 2007-03-31  Bruno Haible  <bruno@clisp.org>
7788
7789         * m4/iconv.m4 (AM_ICONV_LINK): Fix 2007-03-29 patch. Test also against
7790         a bug in HP-UX iconv_open().
7791
7792 2007-03-31  Bruno Haible  <bruno@clisp.org>
7793
7794         * MODULES.html.sh (func_module): Don't show gnulib-common.m4.
7795         (Mathematics <math.h>): New section, add fpieee.
7796         (Input/output <stdio.h>): Add fseterr.
7797         (Mathematics <math.h>): New section, add printf-frexp.
7798         (Container data structures): Add sublist.
7799         (Core language properties): Add fpucw, inline.
7800         (Functions for greatest-width integer types <inttypes.h>): Add
7801         imaxabs, imaxdiv, inttypes.
7802         (Mathematics <math.h>): Add frexp, frexpl, isnan-nolibm, isnanl,
7803         isnanl-nolibm, ldexp.
7804         (Mathematics <math.h>): New section, add printf-frexpl.
7805         (Support for systems lacking POSIX:2001): Add fprintf-posix,
7806         printf-posix, snprintf-posix, sprintf-posix, string, search, socklen,
7807         sys_select, sys_socket, vasnprintf-posix, vasprintf-posix,
7808         vfprintf-posix, vprintf-posix, vsnprintf-posix, vsprintf-posix.
7809         (Unicode string functions): Add unistr/u*-mbtoucr.
7810         (Java): Add javacomp-script, javaexec-script.
7811         (C#): Add csharpcomp-script, csharpexec-script.
7812         (Support for building libraries and executables): Add havelib,
7813         relocatable-*.
7814         (Support for maintaining and releasing projects): Renamed from
7815         'Support for maintaining and release projects'. Add announce-gen.
7816
7817 2007-03-31  Bruno Haible  <bruno@clisp.org>
7818
7819         * README: Talk primarily about git.
7820         (git and CVS): Renamed from CVS.
7821         * doc/gnulib.texi (Introduction, Build robot for gnulib): Mention that
7822         gnulib is available through git.
7823         * doc/gnulib-tool.texi (CVS Issues): Mention git and svn as well.
7824
7825 2007-03-30  Bruno Haible  <bruno@clisp.org>
7826
7827         * lib/alloca_.h: Change prefix of double-inclusion guard macro to _GL_.
7828         * lib/poll_.h: Likewise.
7829         * lib/stat_.h: Likewise.
7830         * lib/sys_time_.h: Likewise.
7831         * lib/sysexit_.h: Likewise.
7832         * lib/glob_.h: Prefix double-inclusion guard macro with _GL_.
7833         * lib/stdbool_.h: Likewise.
7834         * lib/byteswap_.h: Add double-inclusion guard.
7835
7836 2007-03-30  Sergey Poznyakoff  <gray@mirddin.farlep.net>
7837
7838         * lib/sysexit_.h: Prefix double-inclusion guard macro with _GNULIB.
7839
7840 2007-03-30  Karl Berry  <karl@gnu.org>
7841
7842         * config/srclist-update: double space after USA in the license
7843         substitution, since that's how it's usually (?) written.
7844
7845 2007-03-30  Paul Eggert  <eggert@cs.ucla.edu>
7846
7847         * lib/write-any-file.c (can_write_any_file): Fix else-else bug
7848         reported by Bruno Haible.
7849
7850 2007-03-29  Bruno Haible  <bruno@clisp.org>
7851
7852         * m4/iconv.m4 (AM_ICONV_LINK): Require AC_CANONICAL_HOST. Test against
7853         a bug in AIX iconv().
7854
7855 2007-03-29  Bruno Haible  <bruno@clisp.org>
7856
7857         * modules/ldexpl-tests: New file.
7858         * tests/test-ldexpl.c: New file.
7859
7860 2007-03-29  Bruno Haible  <bruno@clisp.org>
7861
7862         * lib/ldexpl.c: Include fpucw.h.
7863         (ldexpl): Use BEGIN/END_LONG_DOUBLE_ROUNDING. Skip the last unneeded
7864         multiplication.
7865         * modules/ldexpl (Depends-on): Add fpucw.
7866
7867 2007-03-29  Bruno Haible  <bruno@clisp.org>
7868
7869         * modules/ldexpl: New file.
7870         * m4/ldexpl.m4: New file.
7871         * lib/math_.h (ldexpl): Define to a replacement if REPLACE_LDEXPL is
7872         set.
7873         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize also GNULIB_LDEXPL,
7874         REPLACE_LDEXPL.
7875         * modules/math (Makefile.am): Substitute also GNULIB_LDEXPL,
7876         REPLACE_LDEXPL.
7877         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Invoke
7878         gl_FUNC_LDEXPL_WORKS.
7879         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Remove test for ldexpl.
7880         * modules/mathl (Files): Remove lib/ldexpl.c.
7881         (Depends-on): Add ldexpl.
7882
7883 2007-03-29  Bruno Haible  <bruno@clisp.org>
7884
7885         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Declare frexpl.
7886
7887 2007-03-29  Bruno Haible  <bruno@clisp.org>
7888
7889         * tests/test-striconveh.c (main): Don't assume that a direct conversion
7890         between ISO-8859-1 and ISO-8859-2 is possible. Needed for OSF/1, IRIX
7891         and possibly also HP-UX.
7892         * tests/test-striconveha.c (main): Don't expect "autodetect_jp" to
7893         work on AIX, IRIX, HP-UX, OSF/1.
7894         * tests/uniconv/test-u16-conv-from-enc.c (main): Likewise.
7895         * tests/uniconv/test-u16-strconv-from-enc.c (main): Likewise.
7896         * tests/uniconv/test-u32-conv-from-enc.c (main): Likewise.
7897         * tests/uniconv/test-u32-strconv-from-enc.c (main): Likewise.
7898         * tests/uniconv/test-u8-conv-from-enc.c (main): Likewise.
7899         * tests/uniconv/test-u8-strconv-from-enc.c (main): Likewise.
7900
7901 2007-03-29  Bruno Haible  <bruno@clisp.org>
7902
7903         * tests/test-stat-time.c: Include <fcntl.h>, not <sys/fcntl.h>.
7904
7905 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7906
7907         * lib/acl-internal.h (acl_get_fd, acl_set_fd): undef before defining,
7908         to work around a problem on OSF/1 5.1 reported by Bruno Haible.
7909
7910 2007-03-29  Eric Blake  <ebb9@byu.net>
7911
7912         * lib/acl-internal.h: Remove redundant include.
7913         (ACL_NOT_WELL_SUPPORTED): Also filter on EBUSY, returned by
7914         Cygwin when a file is locked.
7915
7916 2007-03-29  Bruno Haible  <bruno@clisp.org>
7917
7918         * lib/vasprintf.c [IN_LIBASPRINTF]: Include different specification
7919         file.
7920         * lib/asprintf.c [IN_LIBASPRINTF]: Likewise.
7921
7922 2007-03-29  Paul Eggert  <eggert@cs.ucla.edu>
7923
7924         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Don't bother to
7925         try to remove a parent directory if the child couldn't be removed
7926         (except for the first rmdir, which could fail because the child
7927         doesn't exist).  Problem reported by Jeff Blaine in
7928         <http://lists.gnu.org/archive/html/bug-tar/2007-03/msg00014.html>.
7929
7930 2007-03-28  Bruno Haible  <bruno@clisp.org>
7931
7932         * lib/striconveh.c (utf8conv_carefully): New function.
7933         (mem_cd_iconveh_internal): Invoke it.
7934
7935 2007-03-28  Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/striconveh.c (mem_cd_iconveh_internal): Use u8_mbtoucr instead
7938         of u8_mbtouc in order to distinguish invalid and incomplete UTF-8
7939         input.
7940         * modules/striconveh (Depends-on): Add unistr/u8-mbtoucr. Replace
7941         utf8-ucs4 with unistr/u8-mbtouc. Replace ucs4-utf8 with
7942         unistr/u8-uctomb.
7943
7944 2007-03-28  Bruno Haible  <bruno@clisp.org>
7945
7946         * modules/unistr/u8-mbtoucr: New file.
7947         * lib/unistr/u8-mbtoucr.c: New file.
7948         * modules/unistr/u16-mbtoucr: New file.
7949         * lib/unistr/u16-mbtoucr.c: New file.
7950         * modules/unistr/u16-mbtoucr: New file.
7951         * lib/unistr/u16-mbtoucr.c: New file.
7952         * lib/unistr.h (u8_mbtoucr, u16_mbtoucr, u32_mbtoucr): New declarations.
7953
7954 2007-03-27  Simon Josefsson  <simon@josefsson.org>
7955             Bruno Haible  <bruno@clisp.org>
7956
7957         * m4/vasprintf.m4: Convert AC_SUBST into shell variable for
7958         REPLACE_VASPRINTF.  Set HAVE_VASPRINTF.  Add
7959         AC_REQUIRE([gl_STDIO_H_DEFAULTS]).
7960
7961         * m4/stdio_h.m4: Add stubs for vasprintf too.
7962
7963         * modules/stdio: Support vasprintf in sed command.
7964
7965         * modules/vasprintf: Depend on stdio for prototypes.  Remove
7966         vasprintf.h.  Add stdio module indicator.
7967
7968         * lib/stdio_.h: Declare asprintf and vasprintf, based on
7969         vasprintf.h.
7970
7971         * lib/vasprintf.h: File removed.
7972
7973         * lib/asprintf.c: Use stdio.h instead of vasprintf.h.
7974         * lib/vasprintf.c: Ditto.
7975         * lib/xvasprintf.c: Ditto.
7976         * tests/test-vasprintf-posix.c: Ditto.
7977         * tests/test-vasprintf.c: Ditto.
7978
7979 2007-03-27  Bruno Haible  <bruno@clisp.org>
7980
7981         Make vasnprintf multithread-safe.
7982         * lib/vasnprintf.c (decimal_point_char): New function.
7983         (VASNPRINTF): Use it.
7984         Suggested by Simon Josefsson.
7985
7986 2007-03-27  Eric Blake  <ebb9@byu.net>
7987
7988         Support sub-second birthtime on cygwin.
7989         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Also check for st_birthtim.
7990         * lib/stat-time.h (STAT_TIMESPEC): Adjust comments.
7991         (get_stat_birthtime): Also work with st_birthtim.
7992
7993 2007-03-27  Paul Eggert  <eggert@cs.ucla.edu>
7994
7995         * lib/stat-time.h (USE_BIRTHTIME): Remove.
7996         (get_stat_atime_ns, get_stat_ctime_ns, get_stat_mtime_ns):
7997         (get_stat_birthtime_ns): Do not try to use "spare" fields.
7998         (get_stat_birthtime_ns): Simplify compile-time tests.
7999         (get_stat_birthtime): Change the API to look like
8000         get_stat_mtime etc., except return a negative tv_nsec on error.
8001         * m4/stat-time.m4 (gl_STAT_TIME, gl_STAT_BIRTHTIME):
8002         Don't check for "spare" fields.
8003         (gl_STAT_BIRTHTIME): Don't check for struct stat.st_birthtimespec.tv_sec
8004         or for struct stat.st_birthtime, as these tests aren't used.
8005         * tests/test-stat-time.c (test_birthtime): Adjust to new API.
8006
8007 2007-03-27  Bruno Haible  <bruno@clisp.org>
8008
8009         * lib/stat-time.h: Include <sys/stat.h>.
8010
8011 2007-03-27  James Youngman  <jay@gnu.org>
8012
8013         * lib/stat-time.h (get_stat_birthtime): New function for
8014           retrieving st_birthtime as provided by UFS2 (hence *BSD).
8015         * m4/stat-time.m4 (gl_STAT_BIRTHTIME): Probe for st_birthtime
8016           and its variants.
8017         * modules/stat-time (configure.ac): call gl_STAT_BIRTHTIME.
8018         * modules/stat-time-test: New file.
8019         * tests/test-stat-time.c: New test, devised by Bruno Haible.
8020
8021 2007-03-26  Bruno Haible  <bruno@clisp.org>
8022
8023         Better support of signalling NaNs.
8024         * lib/atanl.c: Include isnanl.h.
8025         (atanl): Perform test for NaN at the beginning of the function and
8026         through a call to isnanl.
8027         * lib/cosl.c: Include isnanl.h.
8028         (cosl): Perform test for NaN at the beginning of the function and
8029         through a call to isnanl.
8030         * lib/ldexpl.c: Include isnanl.h.
8031         (ldexpl): Perform test for NaN through a call to isnanl.
8032         * lib/logl.c: Include isnanl.h.
8033         (logl): Perform test for NaN at the beginning of the function and
8034         through a call to isnanl.
8035         * lib/sinl.c: Include isnanl.h.
8036         (sinl): Perform test for NaN at the beginning of the function and
8037         through a call to isnanl.
8038         * lib/sqrtl.c: Include isnanl.h.
8039         (sqrtl): Perform test for NaN at the beginning of the function and
8040         through a call to isnanl.
8041         * lib/tanl.c: Include isnanl.h.
8042         (tanl): Perform test for NaN at the beginning of the function and
8043         through a call to isnanl.
8044         * lib/trigl.c (ieee754_rem_pio2l): Remove test for NaN.
8045         * modules/mathl (Depends-on): Add isnanl.
8046
8047 2007-03-26  Eric Blake  <ebb9@byu.net>
8048
8049         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Fix
8050         regression in logic sense of previous patch.
8051
8052 2007-03-26  Bruno Haible  <bruno@clisp.org>
8053
8054         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): Don't use
8055         unportable shell command "if ! ...".
8056         Reported by Ralf Wildenhues.
8057
8058 2007-03-25  Bruno Haible  <bruno@clisp.org>
8059
8060         * lib/sysexit_,h: If HAVE_SYSEXITS_H is defined, include the original
8061         <sysexits.h> file, and only add EX_CONFIG.
8062         * m4/sysexits.m4 (gl_SYSEXITS): If <sysexits.h> exists, check its
8063         absolute file name and whether it is sufficient. Substitute also
8064         HAVE_SYSEXITS_H and ABSOLUTE_SYSEXITS_H.
8065         * modules/sysexits (Makefile.am): Substitute HAVE_SYSEXITS_H and
8066         ABSOLUTE_SYSEXITS_H into sysexits.h.
8067
8068 2007-03-25  Bruno Haible  <bruno@clisp.org>
8069
8070         * lib/getaddrinfo.c (getaddrinfo): Don't access hints->ai_flags when
8071         hints is NULL.
8072
8073 2007-03-25  Bruno Haible  <bruno@clisp.org>
8074
8075         * lib/uniconv/u8-conv-from-enc.c (u8_conv_from_encoding): Add a cast.
8076         * lib/uniconv/u8-strconv-to-enc.c (u8_strconv_to_encoding): Likewise.
8077
8078 2007-03-25  Bruno Haible  <bruno@clisp.org>
8079
8080         * lib/vasnprintf.c: Include langinfo.h.
8081         (VASNPRINTF): Prefer nl_langinfo over localeconv, since it's more
8082         multithread-safe.
8083         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF_DIRECTIVE_A): New macro.
8084         * m4/fprintf-posix.m4 (gl_FUNC_FPRINTF_POSIX): Invoke it.
8085         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Likewise.
8086         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
8087         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
8088         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
8089         * m4/vfprintf-posix.m4 (gl_FUNC_VFPRINTF_POSIX): Likewise.
8090         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX: Likewise.
8091         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
8092         Reported by Simon Josefsson.
8093
8094 2007-03-25  Bruno Haible  <bruno@clisp.org>
8095
8096         * lib/printf-parse.c [!IN_LIBINTL]: Include <stdint.h>, for intmax_t.
8097         (PRINTF_PARSE): Make the support for size specifier 'j' unconditional.
8098         * modules/vasnprintf (Depends-on): Add stdint.
8099
8100 2007-03-25  Bruno Haible  <bruno@clisp.org>
8101
8102         * modules/fpieee: New file.
8103         * m4/fpieee.m4: New file.
8104         * modules/isnan-nolibm (Depends-on): Add fpieee.
8105         * modules/isnanl-nolibm (Depends-on): Add fpieee.
8106         * modules/isnanl (Depends-on): Add fpieee.
8107
8108 2007-03-25  Bruno Haible  <bruno@clisp.org>
8109
8110         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): Test also finite numbers.
8111
8112 2007-03-25  Bruno Haible  <bruno@clisp.org>
8113
8114         Avoid test failures on IRIX 6.5.
8115         * tests/test-frexpl.c (MIN_NORMAL_EXP): New macro.
8116         (main): Use it.
8117         * tests/test-printf-frexpl.c (MIN_NORMAL_EXP, MIN_SUBNORMAL_EXP): New
8118         macros.
8119         (main): Use them.
8120
8121 2007-03-25  Bruno Haible  <bruno@clisp.org>
8122
8123         * m4/frexpl.m4 (gl_FUNC_FREXPL_WORKS): New macro.
8124         (gl_FUNC_FREXPL): Invoke it. Set REPLACE_FREXPL to 1 if it frexpl
8125         exists but doesn't work.
8126         * lib/math_.h (frexpl): Define as a replacement macro if REPLACE_FREXPL
8127         is set. Don't provide a prototype if REPLACE_FREXPL is not set.
8128         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize REPLACE_FREXPL.
8129         * modules/math (Makefile.am) Substibute also REPLACE_FREXPL into math.h.
8130
8131 2007-03-25  Bruno Haible  <bruno@clisp.org>
8132
8133         * m4/frexp.m4 (gl_FUNC_FREXP_WORKS): Add check whether frexp(inf)
8134         returns inf. Needed on IRIX 6.5.
8135
8136 2007-03-25  Bruno Haible  <bruno@clisp.org>
8137
8138         * tests/test-frexpl.c: Include isnanl-nolibm.h.
8139         (main): Use isnanl instead of x != x idiom.
8140         * modules/frexpl-tests (Depends-on): Add isnanl-nolibm.
8141
8142         * tests/test-frexp.c: Include isnan.h.
8143         (main): Use isnan instead of x != x idiom.
8144         * modules/frexp-tests (Depends-on): Add isnan-nolibm.
8145
8146 2007-03-25  Bruno Haible  <bruno@clisp.org>
8147
8148         * tests/test-frexp.c (NaN): New function/macro.
8149         (main): Use it instead of 0.0 / 0.0.
8150         * tests/test-isnan.c (NaN): New function/macro.
8151         (main): Use it instead of 0.0 / 0.0.
8152         * tests/test-vasnprintf-posix.c (NaN): New function/macro.
8153         (test_function): Use it instead of 0.0 / 0.0.
8154         * tests/test-vasprintf-posix.c (NaN): New function/macro.
8155         (test_function): Use it instead of 0.0 / 0.0.
8156         * tests/test-snprintf-posix.h (NaN): New function/macro.
8157         (test_function): Use it instead of 0.0 / 0.0.
8158         * tests/test-sprintf-posix.h (NaN): New function/macro.
8159         (test_function): Use it instead of 0.0 / 0.0.
8160         * tests/test-fprintf-posix.h (NaN): New function/macro.
8161         (test_function): Use it instead of 0.0 / 0.0.
8162         * tests/test-printf-posix.h (NaN): New function/macro.
8163         (test_function): Use it instead of 0.0 / 0.0.
8164
8165         * lib/isnan.c (FUNC): Work around a DEC C compiler bug.
8166
8167 2007-03-25  Bruno Haible  <bruno@clisp.org>
8168
8169         * lib/glob_.h: Include <sys/stat.h>. Avoids warnings on AIX 5.1.
8170
8171 2007-03-25  Bruno Haible  <bruno@clisp.org>
8172
8173         * lib/regexec.c (merge_state_with_log): Make static.
8174
8175 2007-03-25  Bruno Haible  <bruno@clisp.org>
8176
8177         * lib/trigl.c (kernel_rem_pio2): Make static.
8178
8179 2007-03-25  Bruno Haible  <bruno@clisp.org>
8180
8181         * lib/sincosl.c (sincosl_table): Make static.
8182
8183 2007-03-25  Bruno Haible  <bruno@clisp.org>
8184
8185         * lib/argp.h (__restrict): Define to empty, rather than to 'restrict',
8186         if the compiler does not support C99.
8187
8188 2007-03-25  Bruno Haible  <bruno@clisp.org>
8189
8190         * modules/time (Makefile.am): Ensure all rule action lines start with a
8191         tab.
8192
8193 2007-03-24  Bruno Haible  <bruno@clisp.org>
8194
8195         * modules/tsearch-tests: New file.
8196         * tests/test-tsearch.sh: New file.
8197         * tests/test-tsearch.c: New file, mostly copied from glibc.
8198
8199         * modules/search-tests: New file.
8200         * tests/test-search.c: New file.
8201
8202         * modules/search: New file.
8203         * lib/search_.h: New file, incorporating lib/tsearch.h.
8204         * m4/search_h.m4: New file.
8205         * lib/tsearch.h: Remove file.
8206         * lib/tsearch.c: Include search.h instead of tsearch.h.
8207         * m4/tsearch.m4 (gl_FUNC_TSEARCH): Require gl_SEARCH_H_DEFAULTS. Set
8208         HAVE_TSEARCH.
8209         * modules/tsearch (Files): Remove lib/tsearch.h.
8210         (Depends-on): Add search.
8211         (configure.ac): Invoke gl_SEARCH_MODULE_INDICATOR.
8212         (Include): Change tsearch.h into search.h.
8213
8214 2007-03-24  Bruno Haible  <bruno@clisp.org>
8215
8216         * modules/fpucw: New file.
8217         * lib/fpucw.h: New file.
8218         * lib/frexp.c: Include fpucw.h.
8219         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
8220         (FUNC): Use them.
8221         * lib/printf-frexp.c: Include fpucw.h.
8222         (DECL_ROUNDING, BEGIN_ROUNDING, END_ROUNDING): New macros.
8223         (FUNC): Use them.
8224         * lib/vasnprintf.c: Include fpucw.h.
8225         (VASNPRINTF): Invoke BEGIN/END_LONG_DOUBLE_ROUNDING around the
8226         'long double' calculations.
8227         * tests/test-frexpl.c: Include fpucw.h.
8228         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
8229         * tests/test-printf-frexpl.c: Include fpucw.h.
8230         (main): Invoke BEGIN_LONG_DOUBLE_ROUNDING.
8231         * modules/frexpl (Depends-on): Add fpucw.
8232         * modules/printf-frexpl (Depends-on): Likewise.
8233         * modules/fprintf-posix (Depends-on): Likewise.
8234         * modules/snprintf-posix (Depends-on): Likewise.
8235         * modules/sprintf-posix (Depends-on): Likewise.
8236         * modules/vasnprintf-posix (Depends-on): Likewise.
8237         * modules/vasprintf-posix (Depends-on): Likewise.
8238         * modules/vfprintf-posix (Depends-on): Likewise.
8239         * modules/vsnprintf-posix (Depends-on): Likewise.
8240         * modules/vsprintf-posix (Depends-on): Likewise.
8241         * modules/frexpl-tests (Depends-on): Likewise.
8242         * modules/printf-frexpl-tests (Depends-on): Likewise.
8243
8244 2007-03-24  Bruno Haible  <bruno@clisp.org>
8245
8246         * lib/float+.h: New file.
8247         * lib/isnan.c: Include float+.h.
8248         (SIZE): New macro.
8249         (FUNC): Compare only SIZE bytes of the value.
8250         * lib/vasnprintf.c: Include float+.h.
8251         (VASNPRINTF): When comparing agains +0.0L or +0.0, compare only
8252         SIZEOF_LDBL or SIZEOF_DBL bytes.
8253         * modules/isnan-nolibm (Files): Add lib/float+.h.
8254         * modules/isnanl-nolibm (Files): Add lib/float+.h.
8255         * modules/isnanl (Files): Add lib/float+.h.
8256         * modules/vasnprintf (Files): Add lib/float+.h.
8257
8258 2007-03-24  Bruno Haible  <bruno@clisp.org>
8259
8260         * lib/vasnprintf.c [!HAVE_LONG_DOUBLE]: Include printf-frexp.h. Don't
8261         include isnanl-nolibm.h.
8262
8263 2007-03-24  Bruno Haible  <bruno@clisp.org>
8264
8265         * tests/test-read-file.c (main): Don't produce spurious output for
8266         expected situations. Make the test fail if it encountered unexpected
8267         results.
8268
8269 2007-03-24  Bruno Haible  <bruno@clisp.org>
8270
8271         * m4/locale-fr.m4 (gt_LOCALE_FR): Remove the special-casing of NetBSD,
8272         since its fr_FR.ISO8859-1 locale wouldn't pass the tests.
8273
8274 2007-03-24  Bruno Haible  <bruno@clisp.org>
8275
8276         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Fix last change.
8277
8278 2007-03-24  Bruno Haible  <bruno@clisp.org>
8279
8280         * modules/unistr/base (Depends-on): Remove utf8-ucs4-unsafe,
8281         utf16-ucs4-unsafe, utf8-ucs4, utf16-ucs4, ucs4-utf8, ucs4-utf16.
8282
8283         * modules/unistr/u8-mbtouc: Add source files from module utf8-ucs4.
8284         * modules/utf8-ucs4: Turn into a symbolic link to module
8285         unistr/u8-mbtouc.
8286
8287         * modules/unistr/u8-mbtouc-unsafe: Add source files from module
8288         utf8-ucs4-unsafe.
8289         * modules/utf8-ucs4-unsafe: Turn into a symbolic link to module
8290         unistr/u8-mbtouc-unsafe.
8291
8292         * modules/unistr/u16-mbtouc: Add source files from module utf16-ucs4.
8293         * modules/utf16-ucs4: Turn into a symbolic link to module
8294         unistr/u16-mbtouc.
8295
8296         * modules/unistr/u16-mbtouc-unsafe: Add source files from module
8297         utf16-ucs4-unsafe.
8298         * modules/utf16-ucs4-unsafe: Turn into a symbolic link to module
8299         unistr/u16-mbtouc-unsafe.
8300
8301         * modules/unistr/u8-uctomb: Add source files from module utf4-utf8.
8302         * modules/ucs4-utf8: Turn into a symbolic link to module
8303         unistr/u8-ubtomb.
8304
8305         * modules/unistr/u16-uctomb: Add source files from module utf4-utf16.
8306         * modules/ucs4-utf16: Turn into a symbolic link to module
8307         unistr/u16-ubtomb.
8308
8309 2007-03-24  Bruno Haible  <bruno@clisp.org>
8310
8311         * lib/unistr/u8-mbtouc-aux.c: Renamed from lib/unistr/utf8-ucs4.c.
8312         Enable the function only if HAVE_INLINE.
8313         * lib/unistr/u8-mbtouc-unsafe-aux.c: Renamed from
8314         lib/unistr/utf8-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
8315         * lib/unistr/u16-mbtouc-aux.c: Renamed from lib/unistr/utf16-ucs4.c.
8316         Enable the function only if HAVE_INLINE.
8317         * lib/unistr/u16-mbtouc-unsafe-aux.c: Renamed from
8318         lib/unistr/utf16-ucs4-unsafe.c. Enable the function only if HAVE_INLINE.
8319         * lib/unistr/u8-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf8.c.
8320         Enable the function only if HAVE_INLINE.
8321         * lib/unistr/u16-uctomb-aux.c: Renamed from lib/unistr/ucs4-utf16.c.
8322         Enable the function only if HAVE_INLINE.
8323         * modules/utf8-ucs4: Update.
8324         * modules/utf8-ucs4-unsafe: Update.
8325         * modules/utf16-ucs4: Update.
8326         * modules/utf16-ucs4-unsafe: Update.
8327         * modules/ucs4-utf8: Update.
8328         * modules/ucs4-utf16: Update.
8329
8330 2007-03-24  Bruno Haible  <bruno@clisp.org>
8331
8332         * lib/utf8-ucs4.h: Remove file.
8333         * lib/utf8-ucs4-unsafe.h: Remove file.
8334         * lib/utf16-ucs4.h: Remove file.
8335         * lib/utf16-ucs4-unsafe.h: Remove file.
8336         * lib/ucs4-utf8.h: Remove file.
8337         * lib/ucs4-utf16.h: Remove file.
8338         * lib/unistr.h: Include their previous contents.
8339         * m4/utf-ucs4.m4: Remove file.
8340         * m4/ucs4-utf.m4: Remove file.
8341         * modules/utf8-ucs4 (Files): Remove lib/utf8-ucs4.h.
8342         (Depends-on): Add unistr/base.
8343         (configure.ac): Remove gl_UTF_UCS4.
8344         (Makefile.am): Update.
8345         (Include): Change to unistr.h.
8346         * modules/utf8-ucs4-unsafe (Files): Remove lib/utf8-ucs4-unsafe.h.
8347         (Depends-on): Add unistr/base.
8348         (configure.ac): Remove gl_UTF_UCS4.
8349         (Makefile.am): Update.
8350         (Include): Change to unistr.h.
8351         * modules/utf16-ucs4 (Files): Remove lib/utf16-ucs4.h.
8352         (Depends-on): Add unistr/base.
8353         (configure.ac): Remove gl_UTF_UCS4.
8354         (Makefile.am): Update.
8355         (Include): Change to unistr.h.
8356         * modules/utf16-ucs4-unsafe (Files): Remove lib/utf16-ucs4-unsafe.h.
8357         (Depends-on): Add unistr/base.
8358         (configure.ac): Remove gl_UTF_UCS4.
8359         (Makefile.am): Update.
8360         (Include): Change to unistr.h.
8361         * modules/ucs4-utf8 (Files): Remove lib/ucs4-utf8.h.
8362         (Depends-on): Add unistr/base.
8363         (configure.ac): Remove gl_UCS4_UTF.
8364         (Makefile.am): Update.
8365         (Include): Change to unistr.h.
8366         * modules/ucs4-utf16 (Files): Remove lib/ucs4-utf16.h.
8367         (Depends-on): Add unistr/base.
8368         (configure.ac): Remove gl_UCS4_UTF.
8369         (Makefile.am): Update.
8370         (Include): Change to unistr.h.
8371         * lib/unistr/utf8-ucs4.c: Include unistr.h instead of utf8-ucs4.h.
8372         * lib/unistr/utf8-ucs4-unsafe.c: Include unistr.h instead of
8373         utf8-ucs4-unsafe.h.
8374         * lib/unistr/utf16-ucs4.c: Include unistr.h instead of utf16-ucs4.h.
8375         * lib/unistr/utf16-ucs4-unsafe.c: Include unistr.h instead of
8376         utf16-ucs4-unsafe.h.
8377         * lib/unistr/ucs4-utf8.c: Include unistr.h instead of ucs4-utf8.h.
8378         * lib/unistr/ucs4-utf16.c: Include unistr.h instead of ucs4-utf16.h.
8379         * lib/unistr/u8-chr.c: Don't include ucs4-utf8.h.
8380         * lib/unistr/u8-strchr.c: Likewise.
8381         * lib/unistr/u8-strrchr.c: Likewise.
8382         * lib/unistr/u16-chr.c: Don't include ucs4-utf16.h.
8383         * lib/unistr/u16-strchr.c: Likewise.
8384         * lib/unistr/u16-strrchr.c: Likewise.
8385         * lib/striconveh.c: Update.
8386         * lib/linebreak.c: Update.
8387
8388 2007-03-24  Bruno Haible  <bruno@clisp.org>
8389
8390         * lib/argp-help.c (fill_in_uparams, canon_doc_option): Cast the
8391         arguments of isspace, isalpha, isalnum, isdigit to 'unsigned char'.
8392
8393 2007-03-22  Bruno Haible  <bruno@clisp.org>
8394
8395         * lib/strptime.c (__strptime_internal): Use ANSI C syntax.
8396
8397 2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
8398
8399         * MODULES.html.sh (File system functions): New module write-any-file.
8400         * modules/write-any-file, lib/write-any-file.c, lib/write-any-file.h:
8401         * m4/write-any-file.m4: New files.
8402
8403 2007-03-23  Eric Blake  <ebb9@byu.net>
8404
8405         * gnulib-tool: Rearrange space-tab sequences, since some editors
8406         like to eat them.
8407
8408 2007-03-23  Eric Blake  <ebb9@byu.net>
8409
8410         * lib/version-etc.c (version_etc_va): Update license wording to
8411         be more concise.  Recommended by Richard Stallman.
8412
8413 2007-03-22  Bruno Haible  <bruno@clisp.org>
8414
8415         * lib/poll.c (MSG_PEEK): New fallback definition.
8416
8417 2007-03-22  Bruno Haible  <bruno@clisp.org>
8418
8419         * modules/sys_socket-tests (configure.ac): Check for shutdown function.
8420         * tests/test-sys_socket.c (a): Test only if shutdown() exists.
8421         (main): Update.
8422         Fixes a compilation error on BeOS.
8423
8424 2007-03-22  Bruno Haible  <bruno@clisp.org>
8425
8426         * modules/frexpl-tests: New file.
8427         * tests/test-frexpl.c: New file.
8428
8429         * modules/frexpl: New file.
8430         * m4/frexpl.m4: New file.
8431         * modules/math (Makefile.am): Also substitute GNULIB_FREXPL into math.h.
8432         * lib/math_.h (frexpl): Test GNULIB_FREXPL instead of GNULIB_MATHL.
8433         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Initialize GNULIB_FREXPL.
8434         * modules/mathl (Files): Remove lib/frexpl.c, lib/frexp.c.
8435         (Depends-on): Add frexpl. Remove isnanl-nolibm.
8436         * m4/mathl.m4 (gl_FUNC_LONG_DOUBLE_MATH): Don't test for frexpl.
8437
8438 2007-03-22  Bruno Haible  <bruno@clisp.org>
8439
8440         * lib/frexpl.c: Share code with lib/frexp.c.
8441         * modules/mathl (Files): Add lib/frexp.c.
8442         (Depends-on): Add isnanl-nolibm.
8443
8444 2007-03-22  Bruno Haible  <bruno@clisp.org>
8445
8446         * modules/printf-frexp (Files): Add m4/frexp.m4.
8447         * m4/printf-frexp.m4 (gl_FUNC_PRINTF_FREXP): Define HAVE_FREXP_IN_LIBC
8448         only if the found frexp function actually works.
8449
8450 2007-03-22  Bruno Haible  <bruno@clisp.org>
8451
8452         * lib/frexp.c: Remove older implementation that uses divisions.
8453
8454 2007-03-21  Bruno Haible  <bruno@clisp.org>
8455
8456         * modules/frexp-tests: New file.
8457         * tests/test-frexp.c: New file.
8458
8459         * modules/frexp: New file.
8460         * lib/frexp.c: New file.
8461         * m4/frexp.m4: New file.
8462         * lib/math_.h (frexp): New declaration.
8463         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Also initialize GNULIB_FREXP and
8464         REPLACE_FREXP.
8465         * modules/math (math.h): Also substitute GNULIB_FREXP, REPLACE_FREXP.
8466
8467 2007-03-21  Bruno Haible  <bruno@clisp.org>
8468
8469         * modules/isnanl-tests: New file.
8470         * tests/test-isnanl.c: New file.
8471
8472         * modules/isnanl: New file.
8473         * lib/isnanl.h: New file.
8474         * m4/isnanl.m4 (gl_FUNC_ISNANL): New macro.
8475         (gl_FUNC_ISNANL_NO_LIBM): Invoke gl_HAVE_ISNANL_NO_LIBM,
8476         gl_FUNC_ISNANL_WORKS.
8477         (gl_HAVE_ISNANL_NO_LIBM, gl_HAVE_ISNANL_IN_LIBM, gl_FUNC_ISNANL_WORKS):
8478         New macros.
8479
8480 2007-03-21  Bruno Haible  <bruno@clisp.org>
8481
8482         * modules/isnanl-nolibm (Files): Add lib/isnanl-nolibm.h, remove
8483         lib/isnanl.h.
8484         (Include): Update.
8485         * lib/isnanl-nolibm.h: Renamed from lib/isnanl.h.
8486         * lib/vasnprintf.c: Update.
8487         * modules/isnanl-nolibm-tests (Files): Add tests/test-isnanl-nolibm.c,
8488         tests/test-isnanl.h, remove tests/test-isnanl.c.
8489         (Makefile.am): Update.
8490         * tests/test-isnanl-nolibm.c: New file.
8491         * tests/test-isnanl.h: New file.
8492         * tests/test-isnanl.c: Remove file.
8493
8494 2007-03-21  Jim Meyering  <jim@meyering.net>
8495
8496         When trying to open ".", treat ESTALE like EACCES.
8497         * lib/savewd.c (savewd_save): Resort to forking not just upon
8498         failure with EACCES, but also when errno is ESTALE.
8499
8500 2007-03-20  Bruno Haible  <bruno@clisp.org>
8501
8502         * lib/string_.h (strndup): Enable declaration also if HAVE_STRNDUP.
8503         Needed on AIX 5.1. Reported by Matthew Woehlke.
8504
8505 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8506
8507         Suggestions by Bruno Haible:
8508         * lib/acl-internal.h: Include "gettext.h" rather than rolling
8509         our own.
8510         (ACL_NOT_WELL_SUPPORTED): Parenthesize arg when used.
8511         * modules/acl (Depends-on): Add gettext.
8512
8513 2007-03-19  Bruno Haible  <bruno@clisp.org>
8514
8515         * modules/iconvme: Remove file.
8516         * lib/iconvme.h: Remove file.
8517         * lib/iconvme.c: Remove file.
8518         * m4/iconvme.m4: Remove file.
8519
8520 2007-03-19  Bruno Haible  <bruno@clisp.org>
8521
8522         * doc/relocatable-maint.texi: Break long shell script line.
8523         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8524
8525 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8526
8527         Add limited support for Solaris 10 ZFS-style ACLs: just enough to
8528         handle file_has_acl.
8529         * lib/acl-internal.h, lib/acl_entries.c, lib/file-has-acl.c: New files.
8530         * lib/acl.c: Move header inclusions and related macro defns into
8531         lib/acl-internal.h.
8532         (S_ISLNK): Remove defn, since that's now done for us.
8533         (file_has_acl): Move to lib/file-has-acl.c.
8534         Call acl_trivial if available.  This is the crucial part of the fix.
8535         (acl_entries): Move to lib/acl_entries.c.  Now extern, since it's
8536         shared within the library.  Rewrite a bit, partly to make it compatible
8537         with the GNU coding style.
8538         * m4/acl.m4 (AC_FUNC_ACL): Add AC_LIBOBJ([file-has-acl]).
8539         Remove unnecessary double-quotes.
8540         Don't test for acl_to_text; the build will catch that.
8541         Replace acl_entries if it doesn't exist and it is needed.
8542         Check for -lsec and acl_trivial (as used on Solaris 10).
8543         * modules/acl (Files): Add lib/acl-internal.h, lib/acl_entries.c,
8544         lib/file-has-acl.c.
8545         (Depends-on): Add sys_stat, for S_ISLNK.
8546
8547 2007-03-19  Ben Pfaff  <blp@gnu.org>
8548
8549         * doc/gnulib.texi: Fix typos.
8550         Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
8551
8552 2007-03-19  Paul Eggert  <eggert@cs.ucla.edu>
8553
8554         * lib/getcwd.c (__getcwd): Remove redundant comparison of buf to NULL.
8555         If size is zero here, buf must be zero.
8556
8557 2007-03-19  Simon Josefsson  <simon@josefsson.org>
8558
8559         * des.c: Remove weak_keys_chksum.  Reported by Bruno Haible
8560         <bruno@clisp.org>.
8561
8562 2007-03-18  Bruno Haible  <bruno@clisp.org>
8563
8564         * lib/vasnprintf.c (VASNPRINTF): Undo first part of last patch.
8565         Suggested by Eric Blake.
8566
8567 2007-03-18  Ben Pfaff  <blp@gnu.org>
8568
8569         * doc/relocatable.texi: Recommend using as prefix a directory
8570         that does not exist and will never be created.  Based on
8571         discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke,
8572         and others.
8573
8574 2007-03-17  Bruno Haible  <bruno@clisp.org>
8575
8576         * lib/fchownat.c: Include lchown.h.
8577
8578 2007-03-17  Bruno Haible  <bruno@clisp.org>
8579
8580         Fix endless loop when the given allocated size was > INT_MAX.
8581         * lib/vasnprintf.c (EOVERFLOW): New fallback definition.
8582         (VASNPRINTF): Fail with EOVERFLOW when the given allocated size is
8583         larger than INT_MAX, or when it grow to a value larger than INT_MAX.
8584         * lib/vsprintf.c (vsprintf): Don't pass a size > INT_MAX to vasnprintf.
8585         * lib/sprintf.c (sprintf): Likewise.
8586
8587 2007-03-17  Bruno Haible  <bruno@clisp.org>
8588
8589         * tests/test-argp-2.sh (func_compare): Output a context diff.
8590
8591 2007-03-17  Bruno Haible  <bruno@clisp.org>
8592
8593         * m4/locale-fr.m4 (gt_LOCALE_FR, gt_LOCALE_FR_UTF8): Check also the
8594         locale's decimal-point character.
8595
8596 2007-03-17  Bruno Haible  <bruno@clisp.org>
8597
8598         * lib/vasnprintf.c (VASNPRINTF): Clear out the memory used for arg_mem
8599         before comparing it. Needed because on some platforms (e.g. x86) a
8600         'long double' occupies less bytes than sizeof (long double).
8601
8602 2007-03-17  Bruno Haible  <bruno@clisp.org>
8603
8604         * tests/test-crc.c (main): Make printf statements 64-bit clean.
8605         * tests/test-gc-pbkdf2-sha1.c (main): Likewise.
8606         * tests/test-getaddrinfo.c (simple): Likewise.
8607         * tests/test-read-file.c (main): Likewise.
8608
8609 2007-03-17  Bruno Haible  <bruno@clisp.org>
8610
8611         * tests/test-dirname.c (main): Make printf statements 64-bit clean.
8612
8613 2007-03-17  Bruno Haible  <bruno@clisp.org>
8614
8615         * tests/test-xvasprintf.c (test_xvasprintf, test_xasprintf): Remove
8616         unused variable.
8617
8618 2007-03-17  Bruno Haible  <bruno@clisp.org>
8619
8620         * tests/test-c-strcasecmp.c: Include c-strcase.h.
8621         * tests/test-c-strncasecmp.c: Likewise.
8622
8623 2007-03-17  Bruno Haible  <bruno@clisp.org>
8624
8625         * modules/stdlib (Depends-on): Add unistd.
8626         * lib/stdlib_.h: Include <unistd.h> if mkstemp is desired.
8627         Needed for MacOS X 10.3.
8628
8629 2007-03-17  Bruno Haible  <bruno@clisp.org>
8630
8631         * lib/unistr/u-strdup.h: Include <stdlib.h>.
8632
8633 2007-03-17  Bruno Haible  <bruno@clisp.org>
8634
8635         * lib/unistr/u-cpy-alloc.h: Include <stdlib.h>.
8636
8637 2007-03-17  Bruno Haible  <bruno@clisp.org>
8638
8639         * gnulib-tool (func_import): Update .cvsignore and .gitignore files
8640         to reflect files copied from gnulib (with or without modifications).
8641         Suggested by Jim Meyering.
8642
8643 2007-03-17  Eric Blake  <ebb9@byu.net>
8644
8645         * NEWS: Document stdlib change from 2007-02-18.
8646
8647 2007-03-17  Jim Meyering  <jim@meyering.net>
8648
8649         Detect use of AC_CONFIG_AUX_DIR also when its argument is quoted.
8650         * build-aux/bootstrap: Put ""s around use of $build_aux, in case
8651         someone uses a name containing shell meta-characters.
8652         Reported by Alfred M. Szmidt.
8653
8654         * build-aux/bootstrap: Don't use \> in grep regexp.  For HP-UX.
8655
8656 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8657
8658         * build-aux/bootstrap (with_gettext): New variable.  Run autopoint
8659         and copy gettext configuration files only if configure.ac contains
8660         a use of AM_GNU_GETTEXT_VERSION.
8661
8662 2007-03-16  Alfred M. Szmidt  <ams@gnu.org>
8663
8664         * build-aux/bootstrap (gnulib_name): New variable.
8665         (gnulib_tool_options): Use it.
8666
8667 2007-03-13  Simon Josefsson  <simon@josefsson.org>
8668
8669         * tests/test-des.c: Use new namespace.
8670
8671 2007-03-15  Bruno Haible  <bruno@clisp.org>
8672
8673         * lib/dummy.c (gl_dummy_symbol): Renamed from 'dummy'.
8674         Reported by James Youngman <jay@gnu.org>.
8675
8676 2007-03-15  Bruno Haible  <bruno@clisp.org>
8677
8678         * lib/glob.c (glob): Add 'restrict' so that prototype matches the
8679         declared prototype. Needed with cc on OSF/1 5.1.
8680
8681 2007-03-15  Bruno Haible  <bruno@clisp.org>
8682
8683         * lib/gl_list.h (gl_listelement_dispose_fn): New type.
8684         (gl_list_create_empty, gl_list_create): Add dispose_fn argument.
8685         (struct gl_list_implementation): Add dispose_fn argument to the
8686         'create_empty', 'create' methods.
8687         (struct gl_list_impl_base): Add field 'dispose_fn'.
8688         * lib/gl_list.c (gl_list_create_empty, gl_list_create): Add dispose_fn
8689         argument.
8690         * lib/gl_array_list.c (gl_array_create_empty, gl_array_create): Add
8691         dispose_fn argument.
8692         (gl_array_remove_node, gl_array_remove_at, gl_array_list_free): Call
8693         dispose_fn on the dropped values.
8694         * lib/gl_carray_list.c (gl_carray_create_empty, gl_carray_create): Add
8695         dispose_fn argument.
8696         (gl_carray_remove_at, gl_carray_list_free): Call dispose_fn on the
8697         dropped values.
8698         * lib/gl_anyavltree_list2.h (gl_tree_create): Add dispose_fn argument.
8699         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8700         * lib/gl_anyrbtree_list2.h (gl_tree_create): Add dispose_fn argument.
8701         (gl_tree_remove_node): Call dispose_fn on the dropped value.
8702         * lib/gl_anytree_list2.h (gl_tree_create_empty): Add dispose_fn
8703         argument.
8704         (gl_tree_list_free): Call dispose_fn on the dropped values.
8705         * lib/gl_anytreehash_list2.h (gl_tree_list_free): Call dispose_fn on
8706         the dropped values.
8707         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
8708         Add dispose_fn argument.
8709         (gl_linked_remove_node, gl_linked_remove_at, gl_linked_list_free):
8710         Call dispose_fn on the dropped values.
8711         * lib/gl_sublist.c (gl_sublist_create_empty, gl_sublist_create_fill):
8712         Add dispose_fn argument.
8713         (gl_sublist_create): Initialize the 'dispose_fn' field.
8714         * lib/clean-temp.c (create_temp_dir, register_fd): Update.
8715         * tests/test-array_list.c (main): Update.
8716         * tests/test-carray_list.c (main): Update.
8717         * tests/test-avltree_list.c (main): Update.
8718         * tests/test-rbtree_list.c (main): Update.
8719         * tests/test-avltreehash_list.c (main): Update.
8720         * tests/test-rbtreehash_list.c (main): Update.
8721         * tests/test-linked_list.c (main): Update.
8722         * tests/test-linkedhash_list.c (main): Update.
8723         * tests/test-array_oset.c (main): Update.
8724
8725 2007-03-15  Bruno Haible  <bruno@clisp.org>
8726
8727         * lib/gl_oset.h (gl_setelement_dispose_fn): New type.
8728         (gl_oset_create_empty): Add dispose_fn argument.
8729         (struct gl_oset_implementation): Add dispose_fn argument to
8730         'create_empty' method.
8731         (struct gl_oset_impl_base): Add dispose_fn field.
8732         * lib/gl_oset.c (gl_oset_create_empty): Add dispose_fn argument.
8733         * lib/gl_array_oset.c (gl_array_create_empty): Add dispose_fn argument.
8734         (gl_array_remove_at, gl_array_free): Call dispose_fn on the dropped
8735         values.
8736         * lib/gl_anytree_oset.h (gl_tree_create_empty): Add dispose_fn argument.
8737         (gl_tree_oset_free): Call dispose_fn on the dropped values.
8738         * lib/gl_avltree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8739         dropped value.
8740         * lib/gl_rbtree_oset.c (gl_tree_remove_node): Call dispose_fn on the
8741         dropped value.
8742         * tests/test-array_oset.c (main): Update.
8743         * tests/test-avltree_oset.c (main): Update.
8744         * tests/test-rbtree_oset.c (main): Update.
8745         * lib/gl_anytreehash_list1.h (add_to_bucket): Update.
8746
8747 2007-03-13  Bruno Haible  <bruno@clisp.org>
8748
8749         * tests/test-stdbool.c (i): Update after last patch.
8750
8751 2007-03-12  Bruno Haible  <bruno@clisp.org>
8752
8753         * lib/quotearg.c: Include <wctype.h> early, before the definition of
8754         the iswprint macro. Needed on Solaris 2.5.1.
8755
8756 2007-03-12  Bruno Haible  <bruno@clisp.org>
8757
8758         * tests/test-printf-frexp.c (main): Declare x as volatile.
8759
8760 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8761
8762         * doc/gnulib.texi (Build robot for gnulib): New section.
8763
8764 2007-03-12  Jim Meyering  <jim@meyering.net>
8765
8766         * build-aux/bootstrap: New file.
8767         * build-aux/bootstrap.conf: New file, from coreutils.
8768
8769 2007-03-11  Bruno Haible  <bruno@clisp.org>
8770
8771         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
8772
8773 2007-03-12  Simon Josefsson  <simon@josefsson.org>
8774
8775         * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
8776         avoid collisions with 'des_setkey'.  Reported by Bruno Haible
8777         <bruno@clisp.org>.  Also change 'tripledes_' to '3des_'.
8778
8779 2007-03-11  Bruno Haible  <bruno@clisp.org>
8780
8781         * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
8782         compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
8783
8784 2007-03-11  Bruno Haible  <bruno@clisp.org>
8785
8786         * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
8787         formula. Needed for SunPRO C 5.0.
8788
8789 2007-03-11  Bruno Haible  <bruno@clisp.org>
8790
8791         * modules/long-options (Depends-on): Add getopt.
8792
8793 2007-03-11  Bruno Haible  <bruno@clisp.org>
8794
8795         * modules/modechange (Depends-on): Add stdbool.
8796
8797 2007-03-11  Bruno Haible  <bruno@clisp.org>
8798
8799         * modules/i-ring (Depends-on): Add stdbool.
8800
8801 2007-03-11  Bruno Haible  <bruno@clisp.org>
8802
8803         * modules/gc-des (Depends-on): Add stdbool.
8804
8805 2007-03-11  Bruno Haible  <bruno@clisp.org>
8806
8807         * m4/mktime.m4 (gl_PREREQ_MKTIME): Require AC_C_INLINE.
8808
8809 2007-03-11  Bruno Haible  <bruno@clisp.org>
8810
8811         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Require AC_C_RESTRICT.
8812
8813 2007-03-11  Bruno Haible  <bruno@clisp.org>
8814
8815         * lib/unistr/u32-mbtouc-unsafe.c (u32_mbtouc_unsafe): Fix syntax error.
8816
8817 2007-03-11  Bruno Haible  <bruno@clisp.org>
8818
8819         * lib/vasnprintf.c (sprintf): Undefine.
8820
8821 2007-03-11  Bruno Haible  <bruno@clisp.org>
8822
8823         * lib/isnan.c (rpl_isnan, rpl_isnanl): Work around bug regarding
8824         initializers in SunPRO C and Compaq C compilers.
8825
8826 2007-03-11  Bruno Haible  <bruno@clisp.org>
8827
8828         * lib/gl_array_oset.c (gl_array_iterator_next): Make pointer
8829         decrementing code ANSI C compliant.
8830
8831 2007-03-11  Bruno Haible  <bruno@clisp.org>
8832
8833         * lib/dummy.c [__sun]: Define a dummy variable, not just a typedef.
8834         Needed for Solaris 2.5.1 ranlib and SunPRO C 5.0.
8835
8836 2007-03-11  Bruno Haible  <bruno@clisp.org>
8837
8838         * tests/test-stdbool.c (s, d, e, xlcbug): Disable checks that gnulib's
8839         <stdbool.h> substitute doesn't pass.
8840
8841 2007-03-11  Bruno Haible  <bruno@clisp.org>
8842
8843         * lib/vasnprintf.c (snprintf): Undefine. Avoids an endless recursion.
8844
8845 2007-03-11  Bruno Haible  <bruno@clisp.org>
8846
8847         * gnulib-tool (func_create_megatestdir): Create also an autobuild
8848         script, for submission to autobuild.josefsson.org.
8849
8850 2007-03-10  Bruno Haible  <bruno@clisp.org>
8851
8852         * modules/canonicalize-lgpl-tests: New file.
8853         * tests/test-canonicalize-lgpl.sh: New file.
8854         * tests/test-canonicalize-lgpl.c: New file.
8855
8856         * modules/c-strcase-tests: New file.
8857         * tests/test-c-strcase.sh: New file.
8858         * tests/test-c-strcasecmp.c: New file.
8859         * tests/test-c-strncasecmp.c: New file.
8860
8861         * modules/atexit-tests: New file.
8862         * tests/test-atexit.sh: New file.
8863         * tests/test-atexit.c: New file.
8864
8865 2007-03-10  Bruno Haible  <bruno@clisp.org>
8866
8867         * tests/test-binary-io.sh: Use temporary filenames that are not so
8868         likely to clash with those of other tests (in a parallel make).
8869         * tests/test-binary-io.c: Likewise.
8870
8871 2007-03-10  Bruno Haible  <bruno@clisp.org>
8872
8873         * lib/fseterr.c (fseterr): Port to Solaris/SPARC64. Deactivate the
8874         fallback; use #error instead.
8875         Suggested by Simon Josefsson.
8876
8877 2007-03-10  Bruno Haible  <bruno@clisp.org>
8878
8879         * gnulib-tool (func_create_testdir): Treat MOSTLYCLEANFILES like
8880         CLEANFILES. Put spaces in each line of $cleaned_files, not only the
8881         first and the last.
8882
8883 2007-03-10  Bruno Haible  <bruno@clisp.org>
8884
8885         * lib/stdint_.h (uint_least64_t): Fix typo in last patch.
8886
8887 2007-03-10  Bruno Haible  <bruno@clisp.org>
8888
8889         * modules/snprintf-posix-tests (EXTRA_DIST): New variable. Needed for
8890         "make distcheck".
8891         * modules/sprintf-posix-tests (EXTRA_DIST): Likewise.
8892         * modules/vsnprintf-posix-tests (EXTRA_DIST): Likewise.
8893         * modules/vsprintf-posix-tests (EXTRA_DIST): Likewise.
8894
8895 2007-03-10  Bruno Haible  <bruno@clisp.org>
8896
8897         * modules/allocsa-tests (test_allocsa_SOURCES): Remove redundant
8898         variable.
8899         * modules/dirname-tests (test_dirname_SOURCES): Remove redundant
8900         variable.
8901
8902 2007-03-09  Eric Blake  <ebb9@byu.net>
8903         and Matthew Woehlke  <mw_triad@users.sourceforge.net>  (tiny change)
8904
8905         * lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
8906         types are not being provided by gnulib.
8907         (GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
8908         types are supported.
8909
8910 2007-03-10  Bruno Haible  <bruno@clisp.org>
8911
8912         * lib/stdio_.h (__attribute__): New macro.
8913         (fprintf, vfprintf, printf, vprintf, snprintf, vsnprintf, sprintf,
8914         vsprintf): Specify __attribute__ __format__ for GCC.
8915         Suggested by Eric Blake.
8916
8917 2007-03-09  Bruno Haible  <bruno@clisp.org>
8918
8919         * modules/printf-posix-tests: New file.
8920         * tests/test-printf-posix.sh: New file.
8921         * tests/test-printf-posix.c: New file.
8922
8923         * modules/printf-posix: New file.
8924         * lib/printf.c: New file.
8925         * m4/printf-posix-rpl.m4: New file.
8926         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_PRINTF_POSIX,
8927         REPLACE_PRINTF.
8928         * lib/stdio_.h (printf): New declaration.
8929         (format, __format__, ____printf____, ____scanf____, ____strftime____,
8930         ____strfmon____): New macros.
8931         * modules/stdio (Makefile.am): Substitute also GNULIB_PRINTF_POSIX,
8932         REPLACE_PRINTF.
8933
8934 2007-03-09  Bruno Haible  <bruno@clisp.org>
8935
8936         * tests/test-vasnprintf-posix2.sh: New file.
8937         * tests/test-vasnprintf-posix2.c: New file.
8938         * modules/vasnprintf-posix-tests (Files): Add them and m4/locale-fr.m4.
8939         (configure.ac): Invoke gt_LOCALE_FR and gt_LOCALE_FR_UTF8.
8940         (Makefile.am): Activate test-vasnprintf-posix2.sh.
8941
8942         * lib/vasnprintf.c (VASNPRINTF): For the 'a' and 'A' directives, use
8943         a locale dependent decimal point, rather than always '.'.
8944
8945 2007-03-09  Eric Blake  <ebb9@byu.net>
8946
8947         * lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
8948         spite of platforms like Tandem/NSK that define it to -1.
8949
8950 2007-03-08  Bruno Haible  <bruno@clisp.org>
8951
8952         * modules/vprintf-posix-tests: New file.
8953         * tests/test-vprintf-posix.sh: New file.
8954         * tests/test-vprintf-posix.c: New file.
8955         * tests/test-printf-posix.h: New file.
8956
8957         * modules/vprintf-posix: New file.
8958         * lib/vprintf.c: New file.
8959         * m4/vprintf-posix.m4: New file.
8960         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VPRINTF_POSIX,
8961         REPLACE_VPRINTF.
8962         * lib/stdio_.h (vprintf): New declaration.
8963         * modules/stdio (Makefile.am): Substitute also GNULIB_VPRINTF_POSIX,
8964         REPLACE_VPRINTF.
8965
8966 2007-03-08  Bruno Haible  <bruno@clisp.org>
8967
8968         * modules/fprintf-posix-tests: New file.
8969         * tests/test-fprintf-posix.sh: New file.
8970         * tests/test-fprintf-posix.c: New file.
8971
8972         * modules/fprintf-posix: New file.
8973         * lib/fprintf.c: New file.
8974         * m4/fprintf-posix.m4: New file.
8975         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_FPRINTF_POSIX,
8976         REPLACE_FPRINTF.
8977         * lib/stdio_.h (fprintf): New declaration.
8978         * modules/stdio (Makefile.am): Substitute also GNULIB_FPRINTF_POSIX,
8979         REPLACE_FPRINTF.
8980
8981 2007-03-08  Bruno Haible  <bruno@clisp.org>
8982
8983         * modules/vfprintf-posix-tests: New file.
8984         * tests/test-vfprintf-posix.sh: New file.
8985         * tests/test-vfprintf-posix.c: New file.
8986         * tests/test-fprintf-posix.h: New file.
8987         * tests/test-fprintf-posix.out: New file.
8988
8989         * modules/vfprintf-posix: New file.
8990         * lib/vfprintf.c: New file.
8991         * m4/vfprintf-posix.m4: New file.
8992         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VFPRINTF_POSIX,
8993         REPLACE_VFPRINTF.
8994         * lib/stdio_.h (vfprintf): New declaration.
8995         * modules/stdio (Makefile.am): Substitute also GNULIB_VFPRINTF_POSIX,
8996         REPLACE_VFPRINTF.
8997
8998 2007-03-08  Bruno Haible  <bruno@clisp.org>
8999
9000         * lib/stdio_.h: Treat __need___FILE like __need_FILE.
9001
9002 2007-03-08  Bruno Haible  <bruno@clisp.org>
9003
9004         * m4/snprintf-posix.m4 (gl_FUNC_SNPRINTF_POSIX): Use 'case' statements
9005         instead of 'expr' invocations.
9006         * m4/sprintf-posix.m4 (gl_FUNC_SPRINTF_POSIX): Likewise.
9007         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Likewise.
9008         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): Likewise.
9009         * m4/vsnprintf-posix.m4 (gl_FUNC_VSNPRINTF_POSIX): Likewise.
9010         * m4/vsprintf-posix.m4 (gl_FUNC_VSPRINTF_POSIX): Likewise.
9011         Suggested by Paul Eggert.
9012
9013 2007-03-08  Bruno Haible  <bruno@clisp.org>
9014
9015         * modules/fseterr-tests: New file.
9016         * tests/test-fseterr.c: New file.
9017
9018         * modules/fseterr: New file.
9019         * lib/fseterr.h: New file.
9020         * lib/fseterr.c: New file.
9021
9022 2007-03-08  Bruno Haible  <bruno@clisp.org>
9023
9024         * lib/fnmatch_.h: Convert tabs in the middle of lines to spaces.
9025         * lib/getopt_.h: Likewise.
9026         * lib/mbswidth.h: Likewise.
9027         * lib/setenv.h: Likewise.
9028         * lib/vasnprintf.h: Likewise.
9029         * lib/vasprintf.h: Likewise.
9030         * lib/verror.h: Likewise.
9031         * lib/xsetenv.h: Likewise.
9032         * lib/xvasprintf.h: Likewise.
9033
9034 2007-03-08  Jim Meyering  <jim@meyering.net>
9035
9036         * users.txt: Add parted.
9037
9038         * ChangeLog: Restore 1500 lines mistakenly removed from the end.
9039
9040 2007-03-07  Bruno Haible  <bruno@clisp.org>
9041
9042         * m4/printf.m4: Make the shell script snippets copy&pastable.
9043
9044 2007-03-02  Bruno Haible  <bruno@clisp.org>
9045
9046         * lib/netinet_in_.h: New file.
9047         * m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Test whether netinet/in.h
9048         is self-contained. Set ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H.
9049         * modules/netinet_in (Files): Add lib/netinet_in_.h.
9050         (Depends-on): Add absolute-header.
9051         (Makefile.am): Substitute ABSOLUTE_NETINET_IN_H, HAVE_NETINET_IN_H
9052         into netinet/in.h.
9053
9054 2007-03-03  Bruno Haible  <bruno@clisp.org>
9055
9056         * lib/sys_select_.h: New file.
9057         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SELECT): Test whether sys/select.h
9058         is self-contained. Set ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H.
9059         * modules/sys_select (Files): Add lib/sys_select_.h.
9060         (Depends-on): Add absolute-header.
9061         (Makefile.am): Substitute ABSOLUTE_SYS_SELECT_H, HAVE_SYS_SELECT_H
9062         into sys/select.h.
9063
9064 2007-03-02  Bruno Haible  <bruno@clisp.org>
9065
9066         * lib/socket_.h: If sys/socket.h exists, include that and <sys/types.h>
9067         before it. Turn HAVE_WINSOCK2_H and HAVE_WS2TCPIP_H into configute-time
9068         values.
9069         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Test also whether
9070         <sys/socket.h> is self-contained. Set ABSOLUTE_SYS_SOCKET_H,
9071         HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H.
9072         * modules/sys_socket (Depends-on): Add absolute-header.
9073         (Makefile.am): Substitute ABSOLUTE_SYS_SOCKET_H, HAVE_SYS_SOCKET_H,
9074         HAVE_WINSOCK2_H, HAVE_WS2TCPIP_H into sys/socket.h.
9075         (Include): Remove requirement of inclusion of <sys/types.h>.
9076
9077 2007-03-02  Bruno Haible  <bruno@clisp.org>
9078
9079         * lib/byteswap_.h (bswap_32): Fix formula.
9080
9081 2007-03-06  Bruno Haible  <bruno@clisp.org>
9082
9083         * modules/sprintf-posix-tests: New file.
9084         * tests/test-sprintf-posix.c: New file.
9085
9086         * modules/sprintf-posix: New file.
9087         * lib/sprintf.c: New file.
9088         * m4/sprintf-posix.m4: New file.
9089         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_SPRINTF_POSIX,
9090         REPLACE_SPRINTF.
9091         * lib/stdio_.h (sprintf): New declaration.
9092         * modules/stdio (Makefile.am): Substitute also GNULIB_SPRINTF_POSIX,
9093         REPLACE_SPRINTF.
9094
9095 2007-03-06  Bruno Haible  <bruno@clisp.org>
9096
9097         * modules/vsprintf-posix-tests: New file.
9098         * tests/test-vsprintf-posix.c: New file.
9099         * tests/test-sprintf-posix.h: New file.
9100
9101         * modules/vsprintf-posix: New file.
9102         * lib/vsprintf.c: New file.
9103         * m4/vsprintf-posix.m4: New file.
9104         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also GNULIB_VSPRINTF_POSIX,
9105         REPLACE_VSPRINTF.
9106         * lib/stdio_.h (vsprintf): New declaration.
9107         * modules/stdio (Makefile.am): Substitute also GNULIB_VSPRINTF_POSIX,
9108         REPLACE_VSPRINTF.
9109
9110 2007-03-06  Bruno Haible  <bruno@clisp.org>
9111
9112         * modules/vsnprintf (Depend-on): Remove minmax.
9113
9114 2007-03-06  Bruno Haible  <bruno@clisp.org>
9115
9116         * modules/snprintf-posix-tests: New file.
9117         * tests/test-snprintf-posix.c: New file.
9118
9119         * modules/snprintf-posix: New file.
9120         * m4/snprintf-posix.m4: New file.
9121         * m4/snprintf.m4 (gl_REPLACE_SNPRINTF): New macro, extracted from
9122         gl_FUNC_SNPRINTF.
9123         (gl_FUNC_SNPRINTF): Invoke it.
9124         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_SNPRINTF.
9125         * lib/stdio_.h (snprintf): Define as a replacement if REPLACE_SNPRINTF
9126         is set.
9127         * modules/stdio (Makefile.am): Substitute also REPLACE_SNPRINTF.
9128
9129 2007-03-06  Bruno Haible  <bruno@clisp.org>
9130
9131         * modules/vsnprintf-posix-tests: New file.
9132         * tests/test-vsnprintf-posix.c: New file.
9133         * tests/test-snprintf-posix.h: New file.
9134
9135         * modules/vsnprintf-posix: New file.
9136         * m4/vsnprintf-posix.m4: New file.
9137         * m4/vsnprintf.m4 (gl_REPLACE_VSNPRINTF): New macro, extracted from
9138         gl_FUNC_VSNPRINTF.
9139         (gl_FUNC_VSNPRINTF): Invoke it.
9140         * m4/stdio_h.m4 (gl_STDIO_H_DEFAULTS): Set also REPLACE_VSNPRINTF.
9141         * lib/stdio_.h (vsnprintf): Define as a replacement if
9142         REPLACE_VSNPRINTF is set.
9143         * modules/stdio (Makefile.am): Substitute also REPLACE_VSNPRINTF.
9144
9145 2007-03-06  Bruno Haible  <bruno@clisp.org>
9146
9147         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Test for vasnprintf here.
9148         * m4/vasprintf-posix.m4 (gl_FUNC_VASPRINTF_POSIX): ... not here.
9149
9150 2007-03-06  Bruno Haible  <bruno@clisp.org>
9151
9152         * lib/math_.h (acosl): Declare also if HAVE_DECL_ACOSL is set.
9153         (asinl): Declare also if HAVE_DECL_ASINL is set.
9154         (atanl): Declare also if HAVE_DECL_ATANL is set.
9155         (ceill): Declare also if HAVE_DECL_CEILL is set.
9156         (cosl): Declare also if HAVE_DECL_COSL is set.
9157         (expl): Declare also if HAVE_DECL_EXPL is set.
9158         (floorl): Declare also if HAVE_DECL_FLOORL is set.
9159         (frexpl): Declare also if HAVE_DECL_FREXPL is set.
9160         (ldexpl): Declare also if HAVE_DECL_LDEXPL is set.
9161         (logl): Declare also if HAVE_DECL_LOGL is set.
9162         (sinl): Declare also if HAVE_DECL_SINL is set.
9163         (sqrtl): Declare also if HAVE_DECL_SQRTL is set.
9164         (tanl): Declare also if HAVE_DECL_TANL is set.
9165         * modules/math (Makefile.am): Substitute the values of HAVE_DECL_*.
9166         * m4/math_h.m4 (gl_MATH_H_DEFAULTS): Set HAVE_DECL_* to 1.
9167         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Fix tests for the
9168         declaration of frexpl, ldexpl.
9169         * modules/printf-frexpl (Depends-on): Add math.
9170         * lib/printf-frexp.c (frexpl, ldexpl): Undo last change.
9171
9172 2007-03-05  Bruno Haible  <bruno@clisp.org>
9173
9174         * m4/printf-frexpl.m4 (gl_FUNC_PRINTF_FREXPL): Also test whether
9175         frexpl and ldexpl are declared.
9176         * lib/printf-frexp.c (frexpl, ldexpl): Provide fallback declarations.
9177
9178 2007-03-05  Bruno Haible  <bruno@clisp.org>
9179
9180         * gnulib-tool (func_get_automake_snippet): Don't synthesize an
9181         EXTRA_lib_SOURCES augmentation for the relocatable-prog-wrapper module.
9182
9183 2007-03-05  Bruno Haible  <bruno@clisp.org>
9184
9185         * lib/stdio_.h: Include <stddef.h>.
9186
9187 2007-03-05  Bruno Haible  <bruno@clisp.org>
9188
9189         * m4/printf.m4 (gl_SNPRINTF_DIRECTIVE_N): New macro.
9190
9191 2007-03-05  Bruno Haible  <bruno@clisp.org>
9192
9193         * m4/printf.m4: Update with info about OpenBSD 3.9, HP-UX 10.20,
9194         NetBSD 4, from Ralf Wildenhues.
9195
9196 2007-03-04  Bruno Haible  <bruno@clisp.org>
9197
9198         * lib/vasprintf.h: Update #if logic for the case when the functions
9199         exist but are overridden.
9200
9201 2007-03-04  Bruno Haible  <bruno@clisp.org>
9202
9203         * m4/printf.m4 (gl_PRINTF_DIRECTIVE_A): Exclude two buggy
9204         implementations: glibc-2.4 and MacOS X 10.3.
9205         * tests/test-vasnprintf-posix.c (test_function): Test also the case
9206         that exhibits the bugs in glibc-2.4 and MacOS X 10.3.
9207         * tests/test-vasprintf-posix.c (test_function): Likewise.
9208
9209 2007-03-04  Bruno Haible  <bruno@clisp.org>
9210
9211         * modules/vasprintf-posix-tests: New file.
9212         * tests/test-vasprintf-posix.c: New file.
9213
9214         * modules/vasprintf-posix: New file.
9215         * lib/vasprintf.h (asprintf, vasprintf): Rename if REPLACE_VASPRINTF is
9216         defined.
9217         * m4/vasprintf-posix.m4: New file.
9218         * m4/vasprintf.m4 (gl_REPLACE_VASPRINTF): New macro, extracted from
9219         gl_FUNC_VASPRINTF.
9220         (gl_FUNC_VASPRINTF): Invoke it.
9221         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): Define REPLACE_VASNPRINTF
9222         here.
9223         * m4/vasnprintf-posix.m4 (gl_FUNC_VASNPRINTF_POSIX): Not here.
9224
9225 2007-03-04  Bruno Haible  <bruno@clisp.org>
9226
9227         * lib/sys_time_.h: Rename GETTIMEOFDAY_REPLACEMENT to
9228         REPLACE_GETTIMEOFDAY.
9229         * modules/sys_time (Makefile.am): Likewise.
9230         * m4/sys_time_h.m4: Likewise.
9231         * m4/gettimeofday.m4: Likewise.
9232
9233 2007-03-04  Bruno Haible  <bruno@clisp.org>
9234
9235         * modules/vasnprintf-posix-tests: New file.
9236         * tests/test-vasnprintf-posix.c: New file.
9237
9238         * modules/vasnprintf-posix: New file.
9239         * lib/vasnprintf.c: Include isnan.h, isnanl.h, printf-frexp.h,
9240         printf-frexpl.h.
9241         (VASNPRINTF): Handle the 'a' and 'A' directives here, if needed.
9242         * lib/vasnprintf.h (asnprintf, vasnprintf): Rename if
9243         REPLACE_VASNPRINTF is defined.
9244         * m4/vasnprintf.m4 (gl_REPLACE_VASNPRINTF): New macro, extracted from
9245         gl_FUNC_VASNPRINTF.
9246         (gl_FUNC_VASNPRINTF): Invoke it.
9247         * m4/vasnprintf-posix.m4: New file.
9248         * m4/printf.m4: New file.
9249
9250 2007-03-04  Bruno Haible  <bruno@clisp.org>
9251
9252         Compile progreloc.c only if --enable-relocatable is specified.
9253         * m4/relocatable.m4 (gl_RELOCATABLE): Arrange to compile progreloc.c
9254         if --enable-relocatable was specified.
9255         * modules/relocatable-prog (Makefile.am): Remove progreloc.c from
9256         lib_SOURCES.
9257
9258 2007-03-04  Jim Meyering  <jim@meyering.net>
9259
9260         * lib/acl.c (ACL_NOT_WELL_SUPPORTED): New macro.
9261         Use it consistently, rather than enumerating errno constants.
9262
9263 2007-03-04  Bruno Haible  <bruno@clisp.org>
9264
9265         * modules/xvasprintf-tests: New file.
9266         * tests/test-xvasprintf.c: New file.
9267
9268         * modules/vasprintf-tests: New file.
9269         * tests/test-vasprintf.c: New file.
9270
9271         * modules/vasnprintf-tests: New file.
9272         * tests/test-vasnprintf.c: New file.
9273
9274         * modules/vsnprintf-tests: New file.
9275         * tests/test-vsnprintf.c: New file.
9276
9277         * modules/snprintf-tests: New file.
9278         * tests/test-snprintf.c: New file.
9279
9280 2007-03-04  Bruno Haible  <bruno@clisp.org>
9281
9282         Compile relocatable.c only if --enable-relocatable is specified.
9283         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY_BODY): Renamed from
9284         gl_RELOCATABLE_LIBRARY.
9285         (gl_RELOCATABLE_LIBRARY, gl_RELOCATABLE_LIBRARY_SEPARATE): New macros.
9286         * m4/relocatable.m4 (gl_RELOCATABLE): Invoke gl_RELOCATABLE_LIBRARY.
9287         (gl_RELOCATABLE_BODY): Require gl_RELOCATABLE_LIBRARY_BODY instead of
9288         gl_RELOCATABLE_LIBRARY.
9289         * modules/relocatable-lib (configure.ac): Invoke gl_RELOCATABLE_LIBRARY.
9290         (Makefile.am): Remove lib_SOURCES.
9291         * modules/relocatable-lib-lgpl (configure.ac): Invoke
9292         gl_RELOCATABLE_LIBRARY.
9293         (Makefile.am): Remove lib_SOURCES.
9294         * modules/relocatable-prog (Makefile.am): Don't compile relocatable.c
9295         always.
9296         * modules/relocatable-prog-wrapper (configure.ac): Invoke
9297         gl_RELOCATABLE_LIBRARY_SEPARATE instead of gl_RELOCATABLE_LIBRARY.
9298
9299 2007-03-04  Bruno Haible  <bruno@clisp.org>
9300
9301         * modules/argmatch-tests: New file.
9302         * tests/test-argmatch.c: New file.
9303
9304         * tests/test-allocsa.c (main): Halve the number of loop runs.
9305
9306         * modules/alloca-opt-tests: New file.
9307         * tests/test-alloca-opt.c: New file.
9308
9309 2007-03-04  Jim Meyering  <jim@meyering.net>
9310
9311         Work around difference between Linux ACLs and Solaris 10 ZFS.
9312         * lib/acl.c (set_acl): Revert to using chmod_or_fchmod also
9313         for EINVAL.
9314
9315 2007-03-03  Bruno Haible  <bruno@clisp.org>
9316
9317         * modules/relocatable-prog (Depends-on): Add back progreloc's
9318         dependencies: canonicalize-lgpl, xalloc, xreadlink, stdbool, unistd.
9319
9320 2007-03-03  Bruno Haible  <bruno@clisp.org>
9321
9322         * modules/relocatable-lib-lgpl: Renamed from modules/relocatable-lib.
9323         * modules/relocatable-lib: New file.
9324
9325 2007-03-03  Bruno Haible  <bruno@clisp.org>
9326
9327         * modules/relocatable-prog: Renamed from modules/relocatable.
9328         * doc/relocatable-maint.texi: Talk about module 'relocatable-prog'.
9329
9330 2007-03-03  Bruno Haible  <bruno@clisp.org>
9331
9332         * modules/relocatable-script (Files): Add doc/relocatable.texi,
9333         m4/relocatable-lib.m4.
9334         (Depends-on): Remove 'relocatable'.
9335         (configure.ac): Add gl_RELOCATABLE_NOP.
9336
9337 2007-03-03  Bruno Haible  <bruno@clisp.org>
9338
9339         * modules/relocatable-prog-wrapper: New file.
9340         * modules/relocatable (Depends-on): Add it. Remove all other
9341         dependencies except progname.
9342         (Files): Remove build-aux/install-reloc, lib/relocwrapper.c.
9343
9344         * m4/strerror.m4 (gl_FUNC_STRERROR_SEPARATE): New macro.
9345         (gl_FUNC_STRERROR): Nop.
9346         * lib/strerror.c: Compile the file only if !HAVE_STRERROR.
9347
9348         * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): New macro.
9349         * lib/setenv.c: Compile the file only if _LIBC || !HAVE_SETENV.
9350
9351         * m4/readlink.m4 (gl_FUNC_READLINK_SEPARATE): New macro.
9352         (gl_FUNC_READLINK): Update.
9353
9354         * m4/canonicalize-lgpl.m4 (gl_CANONICALIZE_LGPL_SEPARATE): New macro.
9355
9356 2007-03-03  Bruno Haible  <bruno@clisp.org>
9357
9358         * lib/xreadlink.c: Include <unistd.h> unconditionally.
9359         * modules/xreadlink (Depends-on): Add unistd.
9360         * modules/xreadlink-with-size (Depends-on): Likewise.
9361
9362 2007-03-03  Bruno Haible  <bruno@clisp.org>
9363
9364         * m4/setenv.m4 (gl_FUNC_SETENV, gl_FUNC_UNSETENV): New macros,
9365         extracted from gt_FUNC_SETENV.
9366         (gt_FUNC_SETENV): Remove macro.
9367         * modules/setenv (configure.ac): Add gl_FUNC_SETENV, gl_FUNC_UNSETENV,
9368         remove gt_FUNC_SETENV.
9369
9370 2007-03-03  Bruno Haible  <bruno@clisp.org>
9371
9372         * m4/relocatable-lib.m4 (gl_RELOCATABLE_LIBRARY): Define
9373         ENABLE_RELOCATABLE here.
9374         * m4/relocatable.m4 (gl_RELOCATABLE_BODY): Don't define it here.
9375
9376 2007-03-03  Bruno Haible  <bruno@clisp.org>
9377
9378         * modules/rbtreehash-list-tests (Depends-on): Add progname.
9379         * tests/test-rbtreehash_list.c: Include progname.h.
9380         (main): Call set_program_name.
9381
9382         * modules/rbtree-oset-tests (Depends-on): Add progname.
9383         * tests/test-rbtree_oset.c: Include progname.h.
9384         (main): Call set_program_name.
9385
9386         * modules/rbtree-list-tests (Depends-on): Add progname.
9387         * tests/test-rbtree_list.c: Include progname.h.
9388         (main): Call set_program_name.
9389
9390         * modules/linked-list-tests (Depends-on): Add progname.
9391         * tests/test-linked_list.c: Include progname.h.
9392         (main): Call set_program_name.
9393
9394 2007-03-03  Bruno Haible  <bruno@clisp.org>
9395
9396         * lib/glob-libc.h (_Restrict_): New macro, copied from lib/regex.h.
9397         All uses of __restrict changed to _Restrict_.
9398         * lib/glob_.h (__restrict): Remove macro.
9399
9400 2007-03-02  Bruno Haible  <bruno@clisp.org>
9401
9402         * modules/gettext (configure.ac): Require gettext infrastructure
9403         from version 0.16.1.
9404
9405 2007-03-02  Bruno Haible  <bruno@clisp.org>
9406
9407         * modules/linkedhash-list-tests (Depends-on): Add progname.
9408         * tests/test-linkedhash_list.c: Include progname.h.
9409         (main): Call set_program_name.
9410
9411         * modules/carray-list-tests (Depends-on): Add progname.
9412         * tests/test-carray_list.c: Include progname.h.
9413         (main): Call set_program_name.
9414
9415         * modules/avltreehash-list-tests (Depends-on): Add progname.
9416         * tests/test-avltreehash_list.c: Include progname.h.
9417         (main): Call set_program_name.
9418
9419         * modules/avltree-oset-tests (Depends-on): Add progname.
9420         * tests/test-avltree_oset.c: Include progname.h.
9421         (main): Call set_program_name.
9422
9423         * modules/avltree-list-tests (Depends-on): Add progname.
9424         * tests/test-avltree_list.c: Include progname.h.
9425         (main): Call set_program_name.
9426
9427         * modules/array-oset-tests (Depends-on): Add progname.
9428         * tests/test-array_oset.c: Include progname.h.
9429         (main): Call set_program_name.
9430
9431         * modules/array-list-tests (Depends-on): Add progname.
9432         * tests/test-array_list.c: Include progname.h.
9433         (main): Call set_program_name.
9434
9435         * modules/argp-tests (Depends-on): Add progname.
9436         * tests/test-argp.c: Include argp.h first. Include progname.h.
9437         (main): Call set_program_name.
9438
9439 2007-03-02  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * doc/gnulib-tool.texi (Initial import): Reword description of
9442         _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a
9443         limited effect even if defined after the first system include.
9444
9445 2007-03-01  Bruno Haible  <bruno@clisp.org>
9446
9447         * build-aux/config.libpath: Update to libtool-1.5.22.
9448         Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
9449
9450 2007-03-01  Bruno Haible  <bruno@clisp.org>
9451
9452         * doc/relocatable-maint.texi: Recommend to set foo_CPPFLAGS, not
9453         foo_CFLAGS.
9454         Reported by Ralf Wildenhues.
9455
9456 2007-03-01  Bruno Haible  <bruno@clisp.org>
9457
9458         * build-aux/install-reloc: Remove object files left over by some
9459         compilers.
9460         Reported by Ralf Wildenhues.
9461
9462 2007-03-01  Bruno Haible  <bruno@clisp.org>
9463
9464         * build-aux/install-reloc: Break long lines.
9465
9466 2007-03-01  Bruno Haible  <bruno@clisp.org>
9467
9468         * doc/relocatable.texi: Document that it may not work on OpenBSD.
9469         Reported by Ralf Wildenhues.
9470
9471 2007-03-01  Bruno Haible  <bruno@clisp.org>
9472
9473         * doc/gnulib-tool.texi (Initial import): Remove paragraph about
9474         include ordering constraints.
9475
9476 2007-03-01  Paul Eggert  <eggert@cs.ucla.edu>
9477
9478         Followup to the 2007-02-12 patch, using suggestions from Bruno Haible in
9479         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>.
9480         * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS
9481         as another example.
9482         * lib/time_.h: Fix misspelling.
9483         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
9484         Require gl_HEADER_TIME_H_DEFAULTS.
9485         * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise.
9486         * m4/time_r.m4 (gl_TIME_R): Likewise.
9487         * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
9488
9489 2007-03-01  Bruno Haible  <bruno@clisp.org>
9490
9491         * m4/utimecmp.m4 (gl_UTIMECMP): Don't require gl_TIMESPEC.
9492         * m4/utimens.m4 (gl_UTIMENS): Likewise.
9493
9494 2007-03-01  Jim Meyering  <jim@meyering.net>
9495
9496         * modules/xreadlink (Maintainer): Add my name.
9497         * modules/xreadlink-with-size (Depends-on): Alphabetize.
9498
9499 2007-02-26  Ben Pfaff  <blp@cs.stanford.edu>
9500             Bruno Haible  <bruno@clisp.org>
9501
9502         * build-aux/install-reloc: Compile also c-ctype.c.
9503         * build-aux/relocatable.sh.in: New file.
9504         * doc/relocatable.texi: New file.
9505         * doc/relocatable-maint.texi: New file.
9506         * doc/gnulib.texi: Include relocatable-maint.texi.
9507         * lib/progreloc.c: Include unistd.h unconditionally.
9508         * lib/relocwrapper.c: Include unistd.h unconditionally.
9509         Include c-ctype.h.
9510         (add_dotbin): Use c_tolower.
9511         * m4/relocatable-lib.m4: New file, extracted from m4/relocatable.m4.
9512         (gl_RELOCATABLE_LIBRARY): Renamed from AC_RELOCATABLE_LIBRARY.
9513         (gl_RELOCATABLE_NOP): Renamed from AC_RELOCATABLE_NOP.
9514         * m4/relocatable.m4 (AC_RELOCATABLE_LIBRARY, AC_RELOCATABLE_NOP): Move
9515         to m4/relocatable-lib.m4.
9516         (gl_RELOCATABLE): Renamed from AC_RELOCATABLE. Set also
9517         RELOCATABLE_CONFIG_H_DIR, RELOCATABLE_SRC_DIR, RELOCATABLE_BUILD_DIR.
9518         (gl_RELOCATABLE_BODY): Renamed from AC_RELOCATABLE_BODY. Don't
9519         require obsolete macro AC_EXEEXT. Don't check for unistd.h. Don't set
9520         SET_RELOCATABLE. Instead set RELOCATABLE_LDFLAGS, INSTALL_PROGRAM_ENV.
9521         * modules/relocatable: New file.
9522         * modules/relocatable-lib: New file.
9523         * modules/relocatable-script: New file.
9524
9525 2007-02-28  Bruno Haible  <bruno@clisp.org>
9526
9527         Import --enable-relocatable infrastructure.
9528         * build-aux/config.libpath: New file, from GNU gettext.
9529         * build-aux/install-reloc: New file, from GNU gettext.
9530         * build-aux/reloc-ldflags: New file, from GNU gettext.
9531         * lib/relocatable.h: New file, from GNU gettext.
9532         * lib/relocatable.c: New file, from GNU gettext.
9533         * lib/relocwrapper.c: New file, from GNU gettext.
9534         * m4/relocatable.m4: New file, from GNU gettext.
9535
9536 2007-02-28  Bruno Haible  <bruno@clisp.org>
9537
9538         * MODULES.html.sh (File system functions): Add xreadlink-with-size.
9539
9540         * modules/xreadlink: New file, from GNU gettext with modifications.
9541         * lib/xreadlink.c: New file, from GNU gettext.
9542         * lib/xreadlink.h: Add comments.
9543         (xreadlink): New declaration.
9544
9545         * modules/xreadlink-with-size: Renamed from modules/xreadlink.
9546         (Files): Remove m4/xreadlink.m4. Replace lib/xreadlink.c with
9547         lib/xreadlink-with-size.c.
9548         (configure.ac): Remove gl_XREADLINK invocation.
9549         (Makefile.am): Augment lib_SOURCES.
9550         * m4/xreadlink.m4: Remove file.
9551         * lib/xreadlink-with-size.c: Renamed from lib/xreadlink.c.
9552         (xreadlink_with_size): Renamed from xreadink.
9553         * lib/xreadlink.h (xreadlink_with_size): Renamed from xreadink.
9554         * modules/canonicalize (Depends-on): Replace xreadlink with
9555         xreadlink-with-size.
9556         * lib/canonicalize.c (canonicalize_filename_mode): Update.
9557
9558 2007-02-25  Jim Meyering  <jim@meyering.net>
9559
9560         * build-aux/announce-gen: When complaining about excess arguments,
9561         list them.
9562
9563 2007-02-25  Paul Eggert  <eggert@cs.ucla.edu>
9564
9565         * README: Document signed integer overflow situation more
9566         accurately.
9567
9568 2007-02-25  Bruno Haible  <bruno@clisp.org>
9569
9570         * lib/vasnprintf.c (VASNPRINTF): Fix estimate of size needed for a
9571         'a' or 'A' conversion.
9572
9573 2007-02-25  Bruno Haible  <bruno@clisp.org>
9574
9575         * modules/filename: Renamed from modules/pathname.
9576         (Files): Replace lib/pathname.h with lib/filename.h. Replace
9577         lib/concatpath.c with lib/concat-filename.c.
9578         (Makefile.am): Update.
9579         (Include): Replace pathname.h with filename.h.
9580         * lib/filename.h: Renamed from lib/pathname.h.
9581         (concatenated_filename): Renamed from concatenated_pathname.
9582         * lib/concat-filename.c: Renamed from lib/concatpath.c.
9583         (concatenated_filename): Renamed from concatenated_pathname.
9584         * lib/findprog.c: Include filename.h instead of pathname.h.
9585         (find_in_path): Update.
9586         * lib/javacomp.c: Include filename.h instead of pathname.h.
9587         (is_envjavac_gcj43_usable, is_envjavac_oldgcj_14_14_usable,
9588         is_envjavac_oldgcj_14_13_usable, is_envjavac_nongcj_usable,
9589         is_gcj_present, is_gcj43_usable, is_oldgcj_14_14_usable,
9590         is_oldgcj_14_13_usable, is_javac_usable): Update.
9591         * lib/javaexec.c: Include filename.h instead of pathname.h.
9592         (execute_java_class): Update.
9593         * modules/findprog: Update.
9594         * modules/javacomp: Update.
9595         * modules/javaexec: Update.
9596         * MODULES.html.sh (File system functions): Add 'filename', remove
9597         'pathname'.
9598
9599 2007-02-25  Bruno Haible  <bruno@clisp.org>
9600
9601         * modules/printf-frexpl-tests: New file.
9602         * tests/test-printf-frexpl.c: New file.
9603
9604         * modules/printf-frexpl: New file.
9605         * lib/printf-frexpl.h: New file.
9606         * lib/printf-frexpl.c: New file.
9607         * m4/printf-frexpl.m4: New file.
9608
9609 2007-02-25  Bruno Haible  <bruno@clisp.org>
9610
9611         * modules/printf-frexp-tests: New file.
9612         * tests/test-printf-frexp.c: New file.
9613
9614         * modules/printf-frexp: New file.
9615         * lib/printf-frexp.h: New file.
9616         * lib/printf-frexp.c: New file.
9617         * m4/printf-frexp.m4: New file.
9618
9619 2007-02-25  Bruno Haible  <bruno@clisp.org>
9620
9621         Assume automake >= 1.10 for the tests.
9622         * modules/arcfour-tests (TESTS): Remove $(EXEEXT) suffix.
9623         * modules/arctwo-tests: Likewise.
9624         * modules/argp-tests: Likewise.
9625         * modules/avltree-list-tests: Likewise.
9626         * modules/avltree-oset-tests: Likewise.
9627         * modules/avltreehash-list-tests: Likewise.
9628         * modules/carray-list-tests: Likewise.
9629         * modules/crc-tests: Likewise.
9630         * modules/des-tests: Likewise.
9631         * modules/gc-arcfour-tests: Likewise.
9632         * modules/gc-arctwo-tests: Likewise.
9633         * modules/gc-des-tests: Likewise.
9634         * modules/gc-hmac-md5-tests: Likewise.
9635         * modules/gc-hmac-sha1-tests: Likewise.
9636         * modules/gc-md2-tests: Likewise.
9637         * modules/gc-md4-tests: Likewise.
9638         * modules/gc-md5-tests: Likewise.
9639         * modules/gc-pbkdf2-sha1-tests: Likewise.
9640         * modules/gc-rijndael-tests: Likewise.
9641         * modules/gc-sha1-tests: Likewise.
9642         * modules/gc-tests: Likewise.
9643         * modules/getaddrinfo-tests: Likewise.
9644         * modules/hmac-md5-tests: Likewise.
9645         * modules/hmac-sha1-tests: Likewise.
9646         * modules/linked-list-tests: Likewise.
9647         * modules/linkedhash-list-tests: Likewise.
9648         * modules/lock-tests: Likewise.
9649         * modules/md2-tests: Likewise.
9650         * modules/md4-tests: Likewise.
9651         * modules/md5-tests: Likewise.
9652         * modules/rbtree-list-tests: Likewise.
9653         * modules/rbtree-oset-tests: Likewise.
9654         * modules/rbtreehash-list-tests: Likewise.
9655         * modules/read-file-tests: Likewise.
9656         * modules/rijndael-tests: Likewise.
9657         * modules/stdint-tests: Likewise.
9658         * modules/tls-tests: Likewise.
9659
9660 2007-02-24  Bruno Haible  <bruno@clisp.org>
9661
9662         * lib/isnanl.h (isnanl): Define through isnan if isnan is a macro.
9663         * m4/isnan.m4 (gl_FUNC_ISNAN_NO_LIBM): Don't check for isnan as a
9664         function; instead check whether isnan with a double argument links.
9665         * m4/isnanl.m4 (gl_FUNC_ISNANL_NO_LIBM): Don't check for isnanl as a
9666         function; instead check whether isnan with a 'long double' argument
9667         links.
9668         Reported by Eric Blake <ebb9@byu.net>.
9669
9670 2007-02-24  Bruno Haible  <bruno@clisp.org>
9671
9672         * lib/isnan.c: Support the 'long double' case if USE_LONG_DOUBLE is
9673         defined.
9674         * lib/isnanl.c: Remove all code. Just include isnan.c.
9675         * modules/isnanl-nolibm (Files): Add lib/isnan.c.
9676
9677 2007-02-25  Jim Meyering  <jim@meyering.net>
9678
9679         Avoid conflicting types for 'unsetenv' on FreeBSD.
9680         * lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
9681         conflicting with FreeBSD's (5.0 and 6.1) function declaration
9682         in stdlib.h.
9683
9684 2007-02-24  Bruno Haible  <bruno@clisp.org>
9685
9686         * modules/isnanl-nolibm-tests: New file.
9687         * tests/test-isnanl.c: New file.
9688
9689         * modules/isnanl-nolibm: New file.
9690         * lib/isnanl.h: New file.
9691         * lib/isnanl.c: New file.
9692         * m4/isnanl.m4: New file.
9693
9694 2007-02-24  Bruno Haible  <bruno@clisp.org>
9695
9696         * modules/isnan-nolibm-tests: New file.
9697         * tests/test-isnan.c: New file.
9698
9699         * modules/isnan-nolibm: New file.
9700         * lib/isnan.h: New file.
9701         * lib/isnan.c: New file.
9702         * m4/isnan.m4: New file.
9703
9704 2007-02-24  Bruno Haible  <bruno@clisp.org>
9705
9706         * lib/frexpl.c (frexpl): Correct return values for x = 1.0L. Don't
9707         assume that an exponent fits in 20 bits.
9708
9709 2007-02-24  Jim Meyering  <jim@meyering.net>
9710
9711         * m4/regex.m4: Update the description of the configure-time option,
9712         --without-included-regex, to state accurately what the defaults are,
9713         and perhaps to give people an idea why using this option is risky.
9714
9715 2007-02-24  Paul Eggert  <eggert@cs.ucla.edu>
9716
9717         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
9718         loops on small arguments.  This attempts to avoid the problem
9719         Bruno Haible reported for AIX 4.3.2 in
9720         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
9721
9722 2007-02-23  Bruno Haible  <bruno@clisp.org>
9723
9724         * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
9725         Needed for help2man.
9726
9727 2007-02-23  Karl Berry  <karl@gnu.org>
9728
9729         * doc/gnulib-tool.texi (CVS Issues): mention that when foo_.h
9730         exists, foo.h should be cvs-ignored, not committed.
9731
9732 2007-02-23  Eric Blake  <ebb9@byu.net>
9733
9734         * lib/getdate.h (includes):  Include <time.h>, not "timespec.h".
9735         * lib/stat-time.h (includes): Likewise.
9736         * lib/utimecmp.c (includes): Likewise.
9737         * lib/utimens.h (includes): Likewise.
9738         * lib/getdate.y (includes): Also include "timespec.h" for use
9739         internal to the module.
9740         * modules/utimens (Depends-on): Revert yesterday's patch.
9741         * modules/nanosleep (Depends-on): Add missing dependency.
9742
9743 2007-02-22  Bruno Haible  <bruno@clisp.org>
9744
9745         * lib/glob.c: Don't include getlogin_r.h.
9746
9747 2007-02-22  Jim Meyering  <jim@meyering.net>
9748
9749         * modules/utimens (Depends-on): Add timespec, required for
9750         utimens.h's inclusion of timespec.h.
9751
9752 2007-02-21  Paul Eggert  <eggert@cs.ucla.edu>
9753
9754         * lib/getcwd.c (__getcwd): Undo previous change; it mishandled
9755         long unreadable paths in GNU/Linux.  Problem reported by Andreas
9756         Schwab in
9757         <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
9758         I'll try to think of a better way to fix the Solaris problem.
9759
9760         * lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
9761         like glibc; on Solaris 10, it fails with errno == EINVAL.
9762         POSIX says the behavior is unspecified if the first argument is NULL,
9763         so play it safe and never pass NULL to the system getcwd.
9764
9765 2007-02-21  Jim Meyering  <jim@meyering.net>
9766
9767         * lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
9768         of gettimeofday.  It would conflict with the one now always
9769         provided via sys_time_.h.  Reported by Matthew Woehlke, as
9770         an IRIX 6.5 build failure.
9771
9772 2007-02-20  Paul Eggert  <eggert@cs.ucla.edu>
9773
9774         Minor fixups to port to Solaris 10 with Sun C 5.8.
9775         * lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
9776         * modules/getcwd (Depends-on): Add dirfd.
9777         * lib/putenv.c (putenv): #undef it.
9778         (rpl_putenv): New decl.
9779         (malloc, free): Include <stdlib.h> rather than prototyping separately.
9780
9781 2007-02-20  Bruno Haible  <bruno@clisp.org>
9782
9783         * modules/stdio-tests: New file.
9784         * tests/test-stdio.c: New file.
9785
9786         * modules/vsnprintf (Files): Remove lib/vsnprintf.h.
9787         (Depends-on): Add stdio.
9788         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9789         (Include): Use <stdio.h> instead of vsnprintf.h.
9790         * m4/vsnprintf.m4 (gl_FUNC_VSNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9791         HAVE_DECL_VSNPRINTF.
9792         * lib/vsnprintf.c: Include <stdio.h> instead of vsnprintf.h.
9793
9794         * modules/snprintf (Files): Remove lib/snprintf.h.
9795         (Depends-on): Add stdio.
9796         (configure.ac): Invoke gl_STDIO_MODULE_INDICATOR.
9797         (Include): Use <stdio.h> instead of snprintf.h.
9798         * m4/snprintf.m4 (gl_FUNC_SNPRINTF): Require gl_STDIO_H_DEFAULTS. Set
9799         HAVE_DECL_SNPRINTF.
9800         * lib/snprintf.c: Include <stdio.h> instead of snprintf.h.
9801         * lib/getaddrinfo.c: Likewise.
9802
9803         * modules/stdio: New file.
9804         * lib/stdio_.h: New file, incorporating snprintf.h and vsnprintf.h.
9805         * lib/snprintf.h: Remove file.
9806         * lib/vsnprintf.h: Remove file.
9807         * lib/.cppi-disable: Remove snprintf.h.
9808         * m4/stdio_h.m4: New file.
9809         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdio.
9810
9811 2007-02-20  Jim Meyering  <jim@meyering.net>
9812
9813         * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
9814         used by e.g., mingw.  From Bruno Haible.
9815
9816 2007-02-19  Bruno Haible  <bruno@clisp.org>
9817
9818         * lib/string_.h: Use "#pragma GCC system_header" to suppress some gcc
9819         warnings.
9820         Reported by Ben Pfaff <blp@cs.stanford.edu>.
9821
9822 2007-02-19  Bruno Haible  <bruno@clisp.org>
9823
9824         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
9825         from mingw users.
9826
9827 2007-02-19  Bruno Haible  <bruno@clisp.org>
9828
9829         * lib/stdlib_.h: Use "#pragma GCC system_header" to suppress some gcc
9830         warnings.
9831         Reported by Joel E. Denny <jdenny@ces.clemson.edu> via Paul Eggert.
9832
9833 2007-02-19  Jim Meyering  <jim@meyering.net>
9834
9835         Don't use FD after a successful "fdopendir (fd)".
9836         * lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
9837         Reset it by calling dirfd on the just-obtained DIR*.
9838
9839         * m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
9840         Prompted by a report from Bruno Haible that mingw lacks ftruncate.
9841
9842 2007-02-18  Bruno Haible  <bruno@clisp.org>
9843
9844         * lib/readlink.c: Include <unistd.h>.
9845         * m4/readlink.m4 (gl_FUNC_READLINK): Require gl_UNISTD_H_DEFAULTS. Set
9846         HAVE_READLINK.
9847         * modules/readlink (Depends-on): Add unistd.
9848         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9849         (Include): Add <unistd.h>.
9850
9851         * lib/getlogin_r.h: Remove file.
9852         * lib/getlogin_r.c: Include <unistd.h> instead of getlogin_r.h.
9853         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE): Remove macro.
9854         (gl_GETLOGIN_R): Inline it here. Require gl_UNISTD_H_DEFAULTS. Set
9855         HAVE_DECL_GETLOGIN_R.
9856         * modules/getlogin_r (Files): Remove lib/getlogin_r.h.
9857         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9858         (Include): Use <unistd.h> instead of getlogin_r.h.
9859
9860         * lib/getcwd.h: Remove file.
9861         * lib/getcwd.c: Include <unistd.h> instead of getcwd.h.
9862         * lib/xgetcwd.c: Likewise.
9863         * m4/getcwd.m4 (gl_FUNC_GETCWD): Require gl_UNISTD_H_DEFAULTS. Set
9864         REPLACE_GETCWD. Don't define __GETCWD_PREFIX.
9865         * modules/getcwd (Files): Remove lib/getcwd.h.
9866         (Depends-on): Add unistd.
9867         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9868         (Include): Use <unistd.h> instad of getcwd.h.
9869
9870         * lib/ftruncate.c: Include <unistd.h> first.
9871         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Require gl_UNISTD_H_DEFAULTS.
9872         Set HAVE_FTRUNCATE.
9873         * modules/ftruncate (Depends-on): Add unistd.
9874         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9875
9876         * lib/fchdir.c: Include <unistd.h> first.
9877         * lib/dirent_.h: Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT.
9878         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_UNISTD_H_DEFAULTS instead
9879         of gl_HEADER_UNISTD_DEFAULTS. Set REPLACE_FCHDIR. Don't set UNISTD_H.
9880         * modules/fchdir (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9881         (Makefile.am): Substitute also REPLACE_FCHDIR into dirent.h.
9882
9883         * lib/dup2.c: Include <unistd.h> first.
9884         * m4/dup2.m4 (gl_FUNC_DUP2): Require gl_UNISTD_H_DEFAULTS. Set
9885         HAVE_DUP2.
9886         * modules/dup2 (Depends-on): Add unistd.
9887         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9888
9889         * lib/chown.c: Include <unistd.h> first. Undefine chown later.
9890         * m4/chown.m4 (gl_FUNC_CHOWN): Require gl_UNISTD_H_DEFAULTS. Set
9891         REPLACE_CHOWN. Don't define chown as a macro here.
9892         * modules/chown (Depends-on): Add unistd.
9893         (configure.ac): Invoke gl_UNISTD_MODULE_INDICATOR.
9894
9895         * lib/unistd_.h: Test HAVE_UNISTD_H determined at configure time.
9896         Add definition for GL_LINK_WARNING.
9897         (chown, dup2): New declarations.
9898         (fchdir): Test REPLACE_FCHDIR, not FCHDIR_REPLACEMENT. Provide optional
9899         link warning.
9900         (ftruncate): New declaration.
9901         (getcwd): New declaration, taken from old getcwd.h.
9902         (getlogin_r): New declaration, taken from old getlogin_r.h.
9903         (readlink): New declaration.
9904         * m4/unistd_h.m4 (gl_UNISTD_H): Renamed from gl_HEADER_UNISTD. Don't
9905         set UNISTD_H. Inline gl_PREREQ_UNISTD. Set HAVE_UNISTD_H.
9906         (gl_PREREQ_UNISTD): Remove macro.
9907         (gl_UNISTD_MODULE_INDICATOR): New macro.
9908         (gl_UNISTD_H_DEFAULTS): Renamed from gl_HEADER_UNISTD_DEFAULTS. Set
9909         many new variables. Don't set UNISTD_H.
9910         * modules/unistd (Description): Change.
9911         (Depends-on): Add link-warning.
9912         (configure.ac): Update.
9913         (Makefile.am): Create unistd.h always. Substitute many new variables
9914         into it.
9915
9916 2007-02-18  Bruno Haible  <bruno@clisp.org>
9917
9918         * lib/stdlib_.h (getsubopt): New declaration, copied from getsubopt.h.
9919         * modules/stdlib (stdlib.h): Also substitute GNULIB_GETSUBOPT and
9920         HAVE_GETSUBOPT.
9921         * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Also initialize
9922         GNULIB_GETSUBOPT and HAVE_GETSUBOPT.
9923         * lib/getsubopt.h: Remove file.
9924         * modules/getsubopt (Files): Remove lib/getsubopt.h.
9925         (Depends-on): Add stdlib.
9926         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9927         (Includes): Use <stdlib.h> instead of getsubopt.h.
9928         * m4/getsubopt.m4 (gl_FUNC_GETSUBOPT): Require gl_STDLIB_H_DEFAULTS.
9929         Set HAVE_GETSUBOPT.
9930         * lib/getsubopt.c: Don't include getsubopt.h.
9931
9932 2007-02-18  Bruno Haible  <bruno@clisp.org>
9933
9934         * modules/fchdir (Depends-on): Add dup2.
9935
9936 2007-02-18  Bruno Haible  <bruno@clisp.org>
9937
9938         * lib/stdlib_.h: Handle glibc's special invocation convention
9939         specially.
9940
9941 2007-02-18  Bruno Haible  <bruno@clisp.org>
9942
9943         * modules/stdlib-tests: New file.
9944         * tests/test-stdlib.c: New file.
9945
9946         * modules/mkstemp (Files): Remove lib/mkstemp.h.
9947         (Depends-on): Add stdlib.
9948         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9949         (Includes): Use <stdlib.h> instead of mkstemp.h.
9950         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9951         REPLACE_MKSTEMP. Remove definition of __MKSTEMP_PREFIX.
9952         * lib/mkstemp.c: Don't include mkstemp.h.
9953         * lib/mkstemp-safer.c: Include <stdlib.h> instead of mkstemp.h.
9954         * lib/stdlib--.h: Don't include mkstemp.h.
9955
9956         * modules/mkdtemp (Files): Remove lib/mkdtemp.h.
9957         (Depends-on): Add stdlib.
9958         (configure.ac): Invoke gl_STDLIB_MODULE_INDICATOR.
9959         (Includes): Use <stdlib.h> instead of mkdtemp.h.
9960         * m4/mkdtemp.m4 (gt_FUNC_MKDTEMP): Require gl_STDLIB_H_DEFAULTS. Set
9961         HAVE_MKDTEMP.
9962         * lib/mkdtemp.c: Don't include mkdtemp.h.
9963         * lib/clean-temp.c: Don't include mkdtemp.h.
9964
9965         * modules/exit (Files): Remove lib/exit.h.
9966         (Depends-on): Add stdlib.
9967         (Makefile.am): Remove lib_SOURCES.
9968         (Include): Use <stdlib.h> instead of exit.h.
9969         * lib/argmatch.c: Don't include exit.h.
9970         * lib/execute.c: Likewise.
9971         * lib/pagealign_alloc.c: Likewise.
9972         * lib/pipe.c: Likewise.
9973         * lib/wait-process.c: Likewise.
9974         * lib/copy-file.c: Include <stdlib.h> instead of exit.h.
9975         * lib/exitfail.c: Likewise.
9976         * lib/savewd.c: Likewise.
9977         * lib/xsetenv.c: Likewise.
9978
9979         * modules/stdlib: New file.
9980         * lib/stdlib_.h: New file, incorporating exit.h, mkdtemp.h, mkstemp.h
9981         and extra comments about mkstemp().
9982         * lib/exit.h: Remove file.
9983         * lib/mkdtemp.h: Remove file.
9984         * lib/mkstemp.h: Remove file.
9985         * m4/stdlib_h.m4: New file.
9986         * MODULES.html.sh (Support for systems lacking ANSI C 89): Add stdlib.
9987
9988 2007-02-18  Bruno Haible  <bruno@clisp.org>
9989
9990         * modules/math-tests: New file.
9991         * tests/test-math.c: New file.
9992
9993         * modules/math: New file.
9994         * modules/mathl (Files): Remove lib/mathl.h.
9995         (Depends-on): Add math.
9996         (Makefile.am): Don't mention mathl.h.
9997         (Include): Use <math.h> instead of mathl.h.
9998         * lib/math_.h: New file.
9999         * lib/mathl.h: Remove file.
10000         * lib/acosl.c: Include <config.h> and <math.h> first. Don't include
10001         mathl.h.
10002         * lib/asinl.c: Likewise.
10003         * lib/atanl.c: Likewise.
10004         * lib/ceill.c: Likewise.
10005         * lib/cosl.c: Likewise.
10006         * lib/expl.c: Likewise.
10007         * lib/floorl.c: Likewise.
10008         * lib/frexpl.c: Likewise.
10009         * lib/ldexpl.c: Likewise.
10010         * lib/logl.c: Likewise.
10011         * lib/sincosl.c: Likewise.
10012         * lib/sinl.c: Likewise.
10013         * lib/sqrtl.c: Likewise.
10014         * lib/tanl.c: Likewise.
10015         * lib/trigl.c: Likewise.
10016         * m4/math_h.m4: New file.
10017         * MODULES.html.sh (Mathematics): Add math.
10018
10019 2007-02-17  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/wctype-tests: New file.
10022         * tests/test-wctype.c: New file.
10023
10024         * modules/wchar-tests: New file.
10025         * tests/test-wchar.c: New file.
10026
10027         * modules/unistd-tests: New file.
10028         * tests/test-unistd.c: New file.
10029
10030         * modules/time-tests: New file.
10031         * tests/test-time.c: New file.
10032
10033         * modules/sysexits-tests: New file.
10034         * tests/test-sysexits.c: New file.
10035
10036         * modules/sys_time-tests: New file.
10037         * tests/test-sys_time.c: New file.
10038
10039         * modules/sys_stat-tests: New file.
10040         * tests/test-sys_stat.c: New file.
10041
10042         * modules/sys_socket-tests: New file.
10043         * tests/test-sys_socket.c: New file.
10044
10045         * modules/sys_select-tests: New file.
10046         * tests/test-sys_select.c: New file.
10047
10048         * modules/string-tests: New file.
10049         * tests/test-string.c: New file.
10050
10051         * modules/stdbool-tests: New file.
10052         * tests/test-stdbool.c: New file.
10053
10054         * modules/netinet_in-tests: New file.
10055         * tests/test-netinet_in.c: New file.
10056
10057         * modules/inttypes-tests: New file.
10058         * tests/test-inttypes.c: New file.
10059
10060         * modules/fcntl-tests: New file.
10061         * tests/test-fcntl.c: New file.
10062
10063         * modules/byteswap-tests: New file.
10064         * tests/test-byteswap.c: New file.
10065
10066         * modules/arpa_inet-tests: New file.
10067         * tests/test-arpa_inet.c: New file.
10068
10069 2007-02-17  Bruno Haible  <bruno@clisp.org>
10070
10071         * lib/inttypes_.h: Add definition for GL_LINK_WARNING.
10072         (imaxabs, imaxdiv, strtoimax, strtoumax): Don't declare the function
10073         if the corresponding module is not enabled. Emit link warnings if
10074         the function is used nevertheless.
10075         * m4/inttypes.m4 (gl_INTTYPES_H): Never use the existing <inttypes.h>.
10076         Don't AC_SUBST HAVE_DECL_IMAXABS, HAVE_DECL_IMAXDIV,
10077         HAVE_DECL_STRTOIMAX, HAVE_DECL_STRTOUMAX.
10078         (gl_INTTYPES_MODULE_INDICATOR, gl_INTTYPES_H_DEFAULTS): New macros.
10079         * modules/inttypes (Depends-on): Add link-warning.
10080         (Makefile.am): Copy the contents of build-aux/link-warning.h into
10081         inttypes.h. Substitute also GNULIB_IMAXABS, GNULIB_IMAXDIV,
10082         GNULIB_STRTOIMAX, GNULIB_STRTOUMAX.
10083         * modules/imaxabs (configure.ac): Invoke gl_INTTYPES_MODULE_INDICATOR.
10084         * modules/imaxdiv (configure.ac): Likewise.
10085         * modules/strtoimax (configure.ac): Likewise.
10086         * modules/strtoumax (configure.ac): Likewise.
10087
10088 2007-02-17  Bruno Haible  <bruno@clisp.org>
10089
10090         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Include the contents of
10091         gl_STRING_MODULE_INDICATOR_DEFAULTS.
10092         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Remove macro.
10093         (gl_HEADER_STRING_H_BODY, gl_STRING_MODULE_INDICATOR): Update.
10094
10095 2007-02-17  Bruno Haible  <bruno@clisp.org>
10096
10097         * modules/link-warning: New file.
10098         * build-aux/link-warning.h: New file, extracted from lib/string_.h.
10099         * lib/string_.h (GL_LINK_WARNING): Remove definition.
10100         * modules/string (Depends-on): Add link-warning.
10101         (Makefile.am): Copy the contents of build-aux/link-warning.h into
10102         string.h.
10103         * MODULES.html.sh (Support for building libraries and executables): Add
10104         link-warning.
10105
10106 2007-02-17  Bruno Haible  <bruno@clisp.org>
10107
10108         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strcasecmp,
10109         strncasecmp, strchr, strchrnul, strdup, strndup, strnlen, strcspn,
10110         strpbrk, strspn, strrchr, strsep, strstr, strcasestr, strtok_r): Break
10111         long lines.
10112
10113 2007-02-17  Ben Pfaff  <blp@cs.stanford.edu>
10114             Bruno Haible  <bruno@clisp.org>
10115
10116         * modules/tmpfile: New file.
10117         * lib/tmpfile.c: New file.
10118         * m4/tmpfile.m4: New file.
10119         * MODULES.html.sh (func_all_modules): New section "Input/output".
10120
10121 2007-02-15  Bruno Haible  <bruno@clisp.org>
10122
10123         * lib/clean-temp.c [WIN32 && !CYGWIN]: Include <windows.h>.
10124         (supports_delete_on_close): New function.
10125         (open_temp, fopen_temp): Use _O_TEMPORARY when supported.
10126
10127 2007-02-14  Bruno Haible  <bruno@clisp.org>
10128
10129         * modules/mbspcasecmp-tests: New file.
10130         * tests/test-mbspcasecmp.sh: New file.
10131         * tests/test-mbspcasecmp.c: New file.
10132
10133         New module mbspcasecmp.
10134         * modules/mbspcasecmp: New file.
10135         * lib/mbspcasecmp.c: New file.
10136         * lib/string_.h (strncasecmp): Change warning message.
10137         (mbspcasecmp): New declaration.
10138         * m4/mbspcasecmp.m4: New file.
10139         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10140         GNULIB_MBSPCASECMP.
10141         * modules/string (string.h): Also substitute GNULIB_MBSPCASECMP.
10142         * MODULES.html.sh (Internationalization functions): Add mbspcasecmp.
10143
10144 2007-02-14  Bruno Haible  <bruno@clisp.org>
10145
10146         * modules/mbsncasecmp-tests: New file.
10147         * tests/test-mbsncasecmp.sh: New file.
10148         * tests/test-mbsncasecmp.c: New file.
10149
10150         New module mbsncasecmp.
10151         * modules/mbsncasecmp: New file.
10152         * lib/mbsncasecmp.c: New file.
10153         * lib/string_.h (mbsncasecmp): New declaration.
10154         * m4/mbsncasecmp.m4: New file.
10155         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10156         GNULIB_MBSNCASECMP.
10157         * modules/string (string.h): Also substitute GNULIB_MBSNCASECMP.
10158         * MODULES.html.sh (Internationalization functions): Add mbsncasecmp.
10159
10160 2007-02-14  Paul Eggert  <eggert@cs.ucla.edu>
10161
10162         * lib/exclude.c (FNM_EXTMATCH): Define if system does not.
10163         Verify that it doesn't overlap with our flags.
10164         (fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
10165         do not have the desired effect in multibyte locales; instead, use
10166         mbscasecmp.
10167         * modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
10168         Add dependency on xalloc.  Depend on fnmatch, not fnmatch-gnu, since
10169         we don't require GNU fnmatch ourselves (if our users require it, they
10170         should do so explicitly).
10171
10172         Fix regex code so it doesn't rely on strcasecmp.
10173         * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined.
10174         Otherwise, include gnulib's langinfo.h.
10175         * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have
10176         undesirable behavior in non-C locales.  Instead, rely on localecharset.
10177         * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET.
10178         * modules/regex (FILES): Remove m4/codeset.m4.
10179         (Depends-on): Add localcharset.  Remove strcase.
10180
10181 2007-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10182
10183         * m4/unlinkdir.m4 (gl_UNLINKDIR): Fix m4 quoting bug.
10184         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Likewise.
10185
10186 2007-02-13  Bruno Haible  <bruno@clisp.org>
10187
10188         * m4/intdiv0.m4 (gt_INTDIV0): Assume ANSI C. Fix underquoting bug.
10189         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10190
10191 2007-02-12  Bruno Haible  <bruno@clisp.org>
10192
10193         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
10194         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): If
10195         GNULIB_POSIXCHECK and the gnulib module not enabled, provoke a link-
10196         time warning rather than a link error.
10197
10198 2007-02-12  Bruno Haible  <bruno@clisp.org>
10199
10200         * m4/locale-fr.m4 (gt_LOCALE_FR): Fix m4 quoting bug.
10201         * m4/locale-zh.m4 (gt_LOCALE_ZH_CN): Likewise.
10202         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
10203
10204 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
10205
10206         * lib/string_.h (strncasecmp): Fix typo: this macro takes 3
10207         args, not 2.
10208
10209 2007-02-12  Paul Eggert  <eggert@cs.ucla.edu>
10210
10211         New module 'time', so that apps can include <time.h> as per
10212         POSIX and GNU instead of separate include files like time_r.h
10213         and timegm.h.  This implementation tries out a simpler approach
10214         for replacing decls in standard include files (as compared to
10215         the string module), somewhat as an experiment.
10216
10217         * config/srclist.txt: Comment out mktime.c for now.
10218         * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example
10219         since it doesn't apply any more.  Use generic wording instead.
10220         * MODULES.html.sh (Support for systems lacking POSIX:2001): New module
10221         'time'.
10222         * lib/time_.h, m4/time_h.m4, modules/time: New files.
10223         * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove.
10224         * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H.
10225         Don't include <sys/types.h>; no longer needed since we assume C89.
10226         * lib/mktime.c: Don't include "time_r.h"; no longer needed.
10227         * lib/strftime.c: Likewise.
10228         * lib/time_r.c: Likewise.
10229         * lib/nanosleep.c (nanosleep): #undef after include files, not before.
10230         * lib/nanosleep.c: Include <time.h> first, to check interface.
10231         * lib/strptime.c: Likewise.
10232         * lib/time_r.c: Likewise.
10233         * lib/timegm.c: Likewise.
10234         * lib/strptime.c: Don't include strptime.h or time_r.h; no longer
10235         needed.
10236         * lib/timegm.c: Don't include timegm.h; no longer needed.
10237         * lib/timespec.h: Don't include <sys/time.h> before <time.h>;
10238         time.h now handles any problems in that area.
10239         (struct timespec, nanosleep): Remove; time.h now arranges for these.
10240         * lib/xnanosleep.c: Don't include timespec.h; no longer needed now
10241         that time.h defines struct timespec.
10242         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared.
10243         Set REPLACE_NANOSLEEP.  Don't AC_DEFINE nanosleep; the time module now
10244         handles that.
10245         * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME.
10246         * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer
10247         needed.  Set REPLACE_LOCALTIME.
10248         * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM.
10249         * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4.
10250         (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or
10251         nanosleep; time_h.m4 now does that.  Don't require
10252         gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time
10253         module handles this now.
10254         * modules/getdate (Depends-on): Remove timespec.  Add time.
10255         * modules/nanosleep (Depends-on): Likewise.
10256         * modules/stat-time (Depends-on): Likewise.
10257         * modules/nanosleep (Include): Include time.h, not timespec.h.
10258         * modules/strptime (Files): Remove lib/strptime.h.
10259         (Depends-on): Add extensions, time.
10260         (Include): Include time.h, not strptime.h.
10261         * modules/time_r (Files): Remove lib/time_r.h.
10262         (Depends-on): Add time.
10263         (Include): Include time.h, not time_r.h.
10264         * modules/timegm: Likewise.
10265         * modules/timespec (Description): Now does timespec-related decls
10266         of our own, instead of struct timespec itself.
10267         (Depends-on): Add time; remove extensions.
10268         (Maintainer): Add self.
10269         * modules/utimecmp (Depends-on): Add time; remove timespec.
10270         * modules/utimens (Depends-on): Likewise.
10271         * modules/xnanosleep (Depends-on): Likewise.
10272
10273 2007-02-11  Bruno Haible  <bruno@clisp.org>
10274
10275         * lib/c-strstr.c: Include allocsa.h.
10276         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10277         * lib/c-strcasestr.c: Include allocsa.h.
10278         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10279         * lib/strcasestr.c: Include allocsa.h.
10280         (knuth_morris_pratt): Use allocsa/freesa instead of malloc/free.
10281         * lib/mbsstr.c: Include allocsa.h.
10282         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
10283         allocsa/freesa instead of malloc/free.
10284         * lib/mbscasestr.c: Include allocsa.h.
10285         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): Use
10286         allocsa/freesa instead of malloc/free.
10287         * modules/c-strstr (Depends-on): Add allocsa.
10288         * modules/c-strcasestr (Depends-on): Likewise.
10289         * modules/strcasestr (Depends-on): Likewise.
10290         * modules/mbsstr (Depends-on): Likewise.
10291         * modules/mbscasestr (Depends-on): Likewise.
10292
10293 2007-02-11  Bruno Haible  <bruno@clisp.org>
10294
10295         * lib/mbsspn.c (mbsspn): Fix bug. Remove unnecessary strlen call.
10296
10297         * modules/mbsspn-tests: New file.
10298         * tests/test-mbsspn.sh: New file.
10299         * tests/test-mbsspn.c: New file.
10300
10301 2007-02-11  Bruno Haible  <bruno@clisp.org>
10302
10303         * lib/mbspbrk.c (mbspbrk): Remove unneeded cast.
10304
10305         * modules/mbspbrk-tests: New file.
10306         * tests/test-mbspbrk.sh: New file.
10307         * tests/test-mbspbrk.c: New file.
10308
10309 2007-02-11  Bruno Haible  <bruno@clisp.org>
10310
10311         * lib/mbscspn.c (mbscspn): Remove unnecessary strlen call and
10312         unneeded cast.
10313
10314         * modules/mbscspn-tests: New file.
10315         * tests/test-mbscspn.sh: New file.
10316         * tests/test-mbscspn.c: New file.
10317
10318 2007-02-11  Bruno Haible  <bruno@clisp.org>
10319
10320         * modules/mbscasecmp-tests: New file.
10321         * tests/test-mbscasecmp.sh: New file.
10322         * tests/test-mbscasecmp.c: New file.
10323
10324 2007-02-11  Bruno Haible  <bruno@clisp.org>
10325
10326         Ensure O(n) worst-case complexity of mbscasestr.
10327         * lib/mbscasestr.c: Include stdbool.h.
10328         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
10329         functions.
10330         (mbscasestr): Add some bookkeeping. Invoke knuth_morris_pratt_* when
10331         the bookkeeping indicates that it's worth it.
10332         * modules/mbscasestr (Depends-on): Add stdbool, mbslen, strnlen.
10333
10334         * modules/mbscasestr-tests: New file.
10335         * tests/test-mbscasestr1.c: New file.
10336         * tests/test-mbscasestr2.sh: New file.
10337         * tests/test-mbscasestr2.c: New file.
10338         * tests/test-mbscasestr3.sh: New file.
10339         * tests/test-mbscasestr3.c: New file.
10340         * tests/test-mbscasestr4.sh: New file.
10341         * tests/test-mbscasestr4.c: New file.
10342         * m4/locale-tr.m4: New file.
10343
10344 2007-02-11  Bruno Haible  <bruno@clisp.org>
10345
10346         Ensure O(n) worst-case complexity of mbsstr.
10347         * lib/mbsstr.c: Include stdbool.h.
10348         (knuth_morris_pratt_unibyte, knuth_morris_pratt_multibyte): New
10349         functions.
10350         (mbsstr): Add some bookkeeping. Invoke knuth_morris_pratt_* when the
10351         bookkeeping indicates that it's worth it.
10352         * modules/mbsstr (Depends-on): Add stdbool, mbslen, strnlen.
10353
10354         * modules/mbsstr-tests: New file.
10355         * tests/test-mbsstr1.c: New file.
10356         * tests/test-mbsstr2.sh: New file.
10357         * tests/test-mbsstr2.c: New file.
10358         * tests/test-mbsstr3.sh: New file.
10359         * tests/test-mbsstr3.c: New file.
10360         * m4/locale-fr.m4: New file.
10361
10362 2007-02-11  Bruno Haible  <bruno@clisp.org>
10363
10364         * lib/mbsrchr.c (mbsrchr): Fix bug.
10365
10366         * modules/mbsrchr-tests: New file.
10367         * tests/test-mbsrchr.sh: New file.
10368         * tests/test-mbsrchr.c: New file.
10369
10370 2007-02-11  Bruno Haible  <bruno@clisp.org>
10371
10372         * lib/mbschr.c (mbschr): Fix bug.
10373
10374         * modules/mbschr-tests: New file.
10375         * tests/test-mbschr.sh: New file.
10376         * tests/test-mbschr.c: New file.
10377         * m4/locale-zh.m4: New file.
10378
10379 2007-02-11  Bruno Haible  <bruno@clisp.org>
10380
10381         Support for copying multibyte string iterators.
10382         * lib/mbiter.h: Include <string.h>.
10383         (mbiter_multi_copy): New function.
10384         (mbi_copy): New macro.
10385         * lib/mbuiter.h: Include <string.h>.
10386         (mbuiter_multi_copy): New function.
10387         (mbui_copy): New macro.
10388
10389 2007-02-11  Bruno Haible  <bruno@clisp.org>
10390
10391         New module mbslen.
10392         * modules/mbslen: New file.
10393         * lib/mbslen.c: New file.
10394         * lib/string_.h (mbslen): New declaration.
10395         * m4/mbslen.m4: New file.
10396         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10397         GNULIB_MBSLEN.
10398         * modules/string (string.h): Also substitute GNULIB_MBSLEN.
10399         * MODULES.html.sh (Internationalization functions): Add mbslen.
10400
10401 2007-02-11  Bruno Haible  <bruno@clisp.org>
10402
10403         Ensure O(n) worst-case complexity of strcasestr substitute.
10404         * lib/strcasestr.c: Include stdbool.h.
10405         (knuth_morris_pratt): New function.
10406         (strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10407         bookkeeping indicates that it's worth it.
10408         * modules/strcasestr (Depends-on): Add stdbool, strnlen.
10409
10410         * modules/strcasestr-tests: New file.
10411         * tests/test-strcasestr.c: New file.
10412
10413 2007-02-11  Bruno Haible  <bruno@clisp.org>
10414
10415         Ensure O(n) worst-case complexity of c_strcasestr.
10416         * lib/c-strcasestr.c: Include stdbool.h, string.h.
10417         (knuth_morris_pratt): New function.
10418         (c_strcasestr): Add some bookkeeping. Invoke knuth_morris_pratt when
10419         the bookkeeping indicates that it's worth it.
10420         * modules/c-strcasestr (Depends-on): Add stdbool, strnlen.
10421
10422         * modules/c-strcasestr-tests: New file.
10423         * tests/test-c-strcasestr.c: New file.
10424
10425 2007-02-11  Bruno Haible  <bruno@clisp.org>
10426
10427         Ensure O(n) worst-case complexity of c_strstr.
10428         * lib/c-strstr.c: Include stdbool.h, string.h.
10429         (knuth_morris_pratt): New function.
10430         (c_strstr): Add some bookkeeping. Invoke knuth_morris_pratt when the
10431         bookkeeping indicates that it's worth it.
10432         * modules/c-strstr (Depends-on): Add stdbool, strnlen.
10433
10434         * lib/c-strstr.c: Complete rewrite for maintainability.
10435
10436         * modules/c-strstr-tests: New file.
10437         * tests/test-c-strstr.c: New file.
10438
10439 2007-02-11  Bruno Haible  <bruno@clisp.org>
10440
10441         * m4/javacomp.m4 (gt_JAVACOMP): Work around a 'tr' bug in coreutils
10442         5.2.1 and earlier, whereby \055 was treated just like the range
10443         delimiter '-'.
10444         Reported by Joel E. Denny <jdenny@ces.clemson.edu>.
10445
10446 2007-02-08  Bruno Haible  <bruno@clisp.org>
10447
10448         * modules/regex (Depends-on): Add stdbool.
10449         Reported by Dalibor Topic <robilad@kaffe.org>.
10450
10451 2007-02-05  Paul Eggert  <eggert@cs.ucla.edu>
10452
10453         * m4/regex.m4 (gl_REGEX): Check for glibc bug #3957.
10454         Prefer returning from main to exiting from it.
10455         Remove unnecessary parens after sizeof.
10456
10457 2007-02-05  Bruno Haible  <bruno@clisp.org>
10458
10459         New module mbssep.
10460         * modules/mbssep: New file.
10461         * lib/mbssep.c: New file.
10462         * lib/string_.h (strsep): Add a conditional link warning.
10463         (mbssep): New declaration.
10464         * m4/mbssep.m4: New file.
10465         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10466         GNULIB_MBSSEP.
10467         * modules/string (string.h): Also substitute GNULIB_MBSSEP.
10468         * MODULES.html.sh (Internationalization functions): Add mbssep.
10469
10470 2007-02-05  Bruno Haible  <bruno@clisp.org>
10471
10472         * lib/strsep.c (strsep): Fix actions in case of no delimiters.
10473         Optimize search in case of 1 delimiter.
10474
10475 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10476
10477         * lib/acl.h: Include sys/types.h before sys/acl.h.
10478
10479 2007-02-05  Paolo Bonzini  <bonzini@gnu.org>
10480
10481         Merge upstream fix for glibc bugzilla #3957:
10482
10483         2007-02-05  Jakub Jelinek  <jakub@redhat.com>
10484
10485         * lib/regcomp.c (parse_bracket_exp): Set '\n' bit rather than '\0'
10486         bit for RE_HAT_LISTS_NOT_NEWLINE.
10487         (build_charclass_op): Remove bogus comment.
10488
10489 2007-02-05  Simon Josefsson  <simon@josefsson.org>
10490
10491         * lib/gc.h, lib/gc-libgcrypt.c: Support SHA-256/384/512.
10492
10493 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10494
10495         * lib/getsubopt.c [!_LIBC]: Include config.h and getsubopt.h.
10496         * lib/memmem.c [!defined _LIBC]: Include config.h.
10497
10498 2007-02-04  Bruno Haible  <bruno@clisp.org>
10499
10500         * lib/string_.h (GL_LINK_WARNING2): Put the word "warning:" into the
10501         warning message.
10502
10503 2007-02-04  Bruno Haible  <bruno@clisp.org>
10504
10505         New module mbstok_r.
10506         * modules/mbstok_r: New file.
10507         * lib/mbstok_r.c: New file.
10508         * lib/string_.h (strtok_r): Change argument names to match the
10509         comments. Add a conditional link warning.
10510         (mbstok_r): New declaration.
10511         * m4/mbstok_r.m4: New file.
10512         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10513         GNULIB_MBSTOK_R.
10514         * modules/string (string.h): Also substitute GNULIB_MBSTOK_R.
10515         * MODULES.html.sh (Internationalization functions): Add mbstok_r.
10516
10517 2007-02-04  Bruno Haible  <bruno@clisp.org>
10518
10519         New module mbsspn.
10520         * modules/mbsspn: New file.
10521         * lib/mbsspn.c: New file.
10522         * lib/string_.h (strspn): Add a conditional link warning.
10523         (mbsspn): New declaration.
10524         * m4/mbsspn.m4: New file.
10525         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10526         GNULIB_MBSSPN.
10527         * modules/string (string.h): Also substitute GNULIB_MBSSPN.
10528         * MODULES.html.sh (Internationalization functions): Add mbsspn.
10529
10530 2007-02-04  Bruno Haible  <bruno@clisp.org>
10531
10532         New module mbspbrk.
10533         * modules/mbspbrk: New file.
10534         * lib/mbspbrk.c: New file.
10535         * lib/string_.h (strpbrk): Add a conditional link warning.
10536         (mbspbrk): New declaration.
10537         * m4/mbspbrk.m4: New file.
10538         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10539         GNULIB_MBSPBRK.
10540         * modules/string (string.h): Also substitute GNULIB_MBSPBRK.
10541         * MODULES.html.sh (Internationalization functions): Add mbspbrk.
10542
10543 2007-02-04  Bruno Haible  <bruno@clisp.org>
10544
10545         New module mbscspn.
10546         * modules/mbscspn: New file.
10547         * lib/mbscspn.c: New file.
10548         * lib/string_.h (strcspn): Add a conditional link warning.
10549         (mbscspn): New declaration.
10550         * m4/mbscspn.m4: New file.
10551         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10552         GNULIB_MBSCSPN.
10553         * modules/string (string.h): Also substitute GNULIB_MBSCSPN.
10554         * MODULES.html.sh (Internationalization functions): Add mbscspn.
10555
10556 2007-02-04  Bruno Haible  <bruno@clisp.org>
10557
10558         New module mbscasestr, reduced goal of strcasestr.
10559         * modules/mbscasestr: New file.
10560         * lib/mbscasestr.c: New file, copied from lib/strcasestr.c.
10561         (mbscasestr): Renamed from strcasestr.
10562         * lib/strcasestr.c: Don't include mbuiter.h.
10563         (strcasestr): Remove support for multibyte locales.
10564         * lib/string_.h (strcasestr): Don`t rename. Declare only if missing.
10565         Change the conditional link warning.
10566         (mbscasestr): New declaration.
10567         * m4/mbscasestr.m4: New file.
10568         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Enable the replacement only if
10569         the system does not have strcasestr. Set HAVE_STRCASESTR instead of
10570         REPLACE_STRCASESTR.
10571         (gl_PREREQ_STRCASESTR): Don't require gl_FUNC_MBRTOWC.
10572         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10573         HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10574         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSCASESTR.
10575         * modules/string (string.h): Also substitute GNULIB_MBSCASESTR.
10576         Substitute HAVE_STRCASESTR instead of REPLACE_STRCASESTR.
10577         * modules/strcasestr (Files): Remove m4/mbrtowc.m4.
10578         (Depends-on): Remove mbuiter.
10579         * MODULES.html.sh (Internationalization functions): Add mbscasestr.
10580
10581 2007-02-04  Bruno Haible  <bruno@clisp.org>
10582
10583         Simplify handling of strncasecmp.
10584         * lib/string_.h (strncasecmp): Remove test for GNULIB_STRCASE. Change
10585         the conditional link warning.
10586         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Initialize
10587         HAVE_STRCASECMP, not REPLACE_STRCASECMP.
10588         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Don't initialize GNULIB_STRCASE.
10589         * modules/strcase (configure.ac): Don't invoke
10590         gl_STRING_MODULE_INDICATOR.
10591         * modules/string (string.h): Don't substitute GNULIB_STRCASE.
10592
10593 2007-02-04  Bruno Haible  <bruno@clisp.org>
10594
10595         New module mbscasecmp, reduced goal of strcasecmp.
10596         * modules/mbscasecmp: New file.
10597         * lib/mbscasecmp.c: New file, copied from lib/strcasecmp.c.
10598         (mbscasecmp): Renamed from strcasecmp.
10599         * lib/strcasecmp.c: Don't include mbuiter.h.
10600         (strcasecmp): Remove support for multibyte locales.
10601         * lib/string_.h (strcasecmp): Don`t rename. Declare only if missing.
10602         Change the conditional link warning.
10603         (mbscasecmp): New declaration.
10604         * m4/mbscasecmp.m4: New file.
10605         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Enable the replacement only if
10606         the system lacks strcasecmp. Set HAVE_STRCASECMP instead of
10607         REPLACE_STRCASECMP.
10608         (gl_PREREQ_STRCASECMP): Don't require gl_FUNC_MBRTOWC.
10609         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10610         GNULIB_MBSCASECMP.
10611         * modules/string (string.h): Also substitute GNULIB_MBSCASECMP.
10612         Substitute HAVE_STRCASECMP instead of REPLACE_STRCASECMP.
10613         * modules/strcase (Files): Remove m4/mbrtowc.m4.
10614         (Depends-on): Remove mbuiter.
10615         * MODULES.html.sh (Internationalization functions): Add mbscasecmp.
10616
10617 2007-02-04  Bruno Haible  <bruno@clisp.org>
10618
10619         New module mbsstr. Remove module strstr.
10620         * modules/mbsstr: New file.
10621         * modules/strstr: Remove file.
10622         * lib/mbsstr.c: Renamed from lib/strstr.c.
10623         (mbsstr): Renamed from strstr.
10624         * lib/string_.h (strstr): Remove declaration. Change the conditional
10625         link warning.
10626         (mbsstr): New declaration.
10627         * m4/mbsstr.m4: New file.
10628         * m4/strstr.m4: Remove file.
10629         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Don't initialize
10630         REPLACE_STRSTR.
10631         (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize GNULIB_MBSSTR.
10632         Don't initialize GNULIB_STRSTR.
10633         * modules/string (string.h): Also substitute GNULIB_MBSSTR. Don't
10634         substitute GNULIB_STRSTR and REPLACE_STRSTR.
10635         * MODULES.html.sh (Internationalization functions): Add mbsstr.
10636         (Support for systems lacking ANSI C 89): Remove strstr.
10637
10638 2007-02-04  Bruno Haible  <bruno@clisp.org>
10639
10640         New module mbsrchr.
10641         * modules/mbsrchr: New file.
10642         * lib/mbsrchr.c: New file.
10643         * lib/string_.h (strrchr): Add a conditional link warning.
10644         (mbsrchr): New declaration.
10645         * m4/mbsrchr.m4: New file.
10646         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10647         GNULIB_MBSRCHR.
10648         * modules/string (string.h): Also substitute GNULIB_MBSRCHR.
10649         * MODULES.html.sh (Internationalization functions): Add mbsrchr.
10650
10651 2007-02-04  Bruno Haible  <bruno@clisp.org>
10652
10653         New module mbschr.
10654         * modules/mbschr: New file.
10655         * lib/mbschr.c: New file.
10656         * lib/string_.h (strchr): Add a conditional link warning.
10657         (mbschr): New declaration.
10658         * m4/mbschr.m4: New file.
10659         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR_DEFAULTS): Initialize
10660         GNULIB_MBSCHR.
10661         * modules/string (string.h): Also substitute GNULIB_MBSCHR.
10662         * MODULES.html.sh (Internationalization functions): Add mbschr.
10663
10664 2007-02-04  Paul Eggert  <eggert@cs.ucla.edu>
10665
10666         * lib/stdbool_.h: Mention that bool bit-fields aren't supported.
10667
10668         * modules/stdarg (configure.ac-early): Require AC_PROG_CC_STDC.
10669
10670 2007-02-04  Bruno Haible  <bruno@clisp.org>
10671
10672         New module description section 'configure.ac-early'.
10673         * gnulib-tool (sed_extract_prog): Recognize configure.ac-early.
10674         (func_get_autoconf_early_snippet): New function.
10675         (func_import, func_create_testdir): Use it. Remove special cases for
10676         modules 'extensions' and 'lock'.
10677         * modules/extensions (configure.ac-early): Require
10678         gl_USE_SYSTEM_EXTENSIONS.
10679         * modules/lock (configure.ac-early): Require gl_LOCK_EARLY.
10680
10681 2007-02-04  Bruno Haible  <bruno@clisp.org>
10682
10683         Make use of gcj-4.3's -fsource and -ftarget option.
10684         * m4/javacomp.m4 (gt_JAVACOMP): Test whether gcj is in version >= 4.3,
10685         and if so try the options -fsource and -ftarget.
10686         * lib/javacomp.c (compile_using_gcj): Add fsource_option,
10687         source_version, ftarget_option, target_version arguments.
10688         (is_envjavac_gcj43, is_envjavac_gcj43_usable): New functions.
10689         (is_envjavac_oldgcj_14_14_usable): Renamed from
10690         is_envjavac_gcj_14_14_usable.
10691         (is_envjavac_oldgcj_14_13_usable): Renamed from
10692         is_envjavac_gcj_14_13_usable.
10693         (is_gcj_present): Update.
10694         (is_gcj_43, is_gcj43_usable): New functions.
10695         (is_oldgcj_14_14_usable): Renamed from is_gcj_14_14_usable. Update.
10696         (is_oldgcj_14_13_usable): Renamed from is_gcj_14_13_usable. Update.
10697         (compile_java_class): Test whether gcj is in version >= 4.3, and if so
10698         try the options -fsource and -ftarget.
10699
10700 2007-02-03  Paul Eggert  <eggert@cs.ucla.edu>
10701
10702         * lib/xalloc.h (x2nrealloc): Fix an unlikely bug in the overflow
10703         checking code.  Set N = ceil (1.5 * N) rather than to a slightly
10704         larger value.
10705
10706 2007-02-03  Jim Meyering  <jim@meyering.net>
10707
10708         Give tools a better chance to allocate space for very large buffers.
10709         * lib/xalloc.h (x2nrealloc): Use 3/2, not 2, as buffer size factor.
10710
10711         Make pwd and readlink work also when run with an unreadable parent dir
10712         on systems with openat support.
10713         * lib/getcwd.c (__getcwd) [HAVE_PARTLY_WORKING_GETCWD]: Use the system
10714         provided getcwd function, even when we have openat support.
10715         Reported by Dmitry V. Levin in <http://bugzilla.redhat.com/227168>.
10716
10717 2007-02-02  Bruno Haible  <bruno@clisp.org>
10718
10719         * lib/string_.h (memmem, mempcpy, memrchr, stpcpy, stpncpy, strchrnul,
10720         strdup, strndup, strnlen, strpbrk, strsep, strtok_r): Provoke a link
10721         error only if GNULIB_POSIXCHECK is defined. Needed to avoid artificial
10722         portability problems if one of these functions is only used on specific
10723         platforms.
10724         Reported by Paul Eggert.
10725
10726 2007-02-02  Paul Eggert  <eggert@cs.ucla.edu>
10727
10728         Avoid mempcpy in the regex code, as the string.h mempcpy stuff
10729         is causing more trouble than it's curing.
10730         * lib/regex_internal.h (__mempcpy): Remove.
10731         * lib/regcomp.c (regerror): Rewrite to avoid the need for mempcpy
10732         (and make the code a tad smaller to boot).
10733         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for mempcpy.
10734
10735 2007-02-02  Jim Meyering  <jim@meyering.net>
10736
10737         * modules/arpa_inet: Put AC_PROG_MKDIR_P in the configure.ac:
10738         section, not in the Makefile.am: one.
10739
10740 2007-02-02  Eric Blake  <ebb9@byu.net>
10741
10742         * lib/strchrnul.c: Always include config.h first.
10743
10744         * modules/mountlist (Depends-on): Revert 2007-01-31 change,
10745         gnulib strstr is not necessary here.
10746
10747 2007-02-02  Simon Josefsson  <simon@josefsson.org>
10748
10749         * m4/socklen.m4: Fix typo.
10750
10751 2007-02-02  Eric Blake  <ebb9@byu.net>
10752
10753         * modules/arpa_inet (Makefile.am): Use MKDIR_P to avoid races.
10754         * modules/netinet_in (Makefile.am): Likewise.
10755
10756 2007-02-01  Bruno Haible  <bruno@clisp.org>
10757
10758         * lib/string_.h (GL_LINK_WARNING): New macro.
10759         (strcasecmp, strstr, strcasestr): If provided by the system,
10760         conditionally define as a macro that leads to a warning instead of to
10761         an error.
10762         (strncasecmp): Conditionally define as a macro that leads to a warning.
10763
10764 2007-02-01  Karl Berry  <karl@gnu.org>
10765
10766         * config/srclist.txt (strtok_r.c): lose sync, no more strtok_r.h.
10767
10768 2007-02-01  Bruno Haible  <bruno@clisp.org>
10769
10770         * MODULES.html.sh (Unicode string functions): Update after 2007-01-27
10771         renamings.
10772
10773 2007-02-01  Eric Blake  <ebb9@byu.net>
10774
10775         * modules/regex (Depends-on): Revert dependence on mempcpy.
10776         * lib/regex_internal.h [! _LIBC && !__mempcpy]: Undo string
10777         module's definition of mempcpy.
10778         Reported by Paul Eggert.
10779
10780 2007-02-01  Paul Eggert  <eggert@cs.ucla.edu>
10781
10782         * lib/string_.h: If the gnulib module XYZ is not present, undefine
10783         the symbol XYZ before redefining it.  This fixes a problem with
10784         programs that don't use XYZ, when compiled on systems that define
10785         XYZ to something else.
10786
10787 2007-01-31  Paul Eggert  <eggert@cs.ucla.edu>
10788
10789         * lib/mkdir-p.c (make_dir_parents): Close a race condition that
10790         occurs when "mkdir -m foo" creates a setgid directory that is (1)
10791         writeable to group or other and (2) is intended to have a special
10792         mode bit that is set or cleared.  In such a case, the directory
10793         should be neither group- nor other-writeable until the special
10794         mode bits are right.
10795
10796 2007-01-31  Eric Blake  <ebb9@byu.net>
10797
10798         * modules/mountlist (Depends-on): Add strstr.
10799
10800         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): Correct m4 usage
10801         bug.
10802         * modules/string (Makefile.am): Remove redundant replacement.
10803         * modules/regex (Depends-on): Add mempcpy.
10804
10805 2007-01-31  Bruno Haible  <bruno@clisp.org>
10806
10807         New module description field 'Link'.
10808         * gnulib-tool (func_usage): Document --extract-link-directive.
10809         (sed_extract_prog): Recognize 'Link' directive.
10810         (func_get_link_directive): New function.
10811         (func_import): Show summary of link directives.
10812         Handle --extract-link-directive option.
10813         * modules/acl (Link): New section.
10814         * modules/clock-time (Link): New section.
10815         * modules/euidaccess (Link): New section.
10816         * modules/gettext (Link): New section.
10817         * modules/iconv (Link): New section.
10818         * modules/lock (Link): New section.
10819         * modules/nanosleep (Link): New section.
10820         * modules/readline (Link): New section.
10821
10822 2007-01-27  Bruno Haible  <bruno@clisp.org>
10823
10824         Enforce the use of gnulib modules for unportable <string.h> functions.
10825         * m4/string_h.m4 (gl_STRING_MODULE_INDICATOR): New macro.
10826         (gl_STRING_MODULE_INDICATOR_DEFAULTS): New macro.
10827         (gl_HEADER_STRING_H_BODY): Require it.
10828         * lib/string_.h: If the gnulib module XYZ is not present, redefine
10829         the symbol XYZ to one that gives a link error.
10830         * modules/string (Makefile.am): Also substitute the GNULIB_* variables.
10831         * modules/memmem (configure.ac): Invoke gl_STRING_MODULE_INDICATOR.
10832         * modules/mempcpy (configure.ac): Likewise.
10833         * modules/memrchr (configure.ac): Likewise.
10834         * modules/stpcpy (configure.ac): Likewise.
10835         * modules/stpncpy (configure.ac): Likewise.
10836         * modules/strcase (configure.ac): Likewise.
10837         * modules/strcasestr (configure.ac): Likewise.
10838         * modules/strchrnul (configure.ac): Likewise.
10839         * modules/strdup (configure.ac): Likewise.
10840         * modules/strndup (configure.ac): Likewise.
10841         * modules/strnlen (configure.ac): Likewise.
10842         * modules/strpbrk (configure.ac): Likewise.
10843         * modules/strsep (configure.ac): Likewise.
10844         * modules/strstr (configure.ac): Likewise.
10845         * modules/strtok_r (configure.ac): Likewise.
10846
10847 2007-01-31  Jean-Louis Martineau  <martineau@zmanda.com>  (tiny change)
10848
10849         * lib/gai_strerror.c (values): Add EAI_OVERFLOW.
10850
10851 2007-01-30  Jim Meyering  <jim@meyering.net>
10852
10853         * lib/mpsort.c (mpsort): Remove spurious "return" in void function.
10854
10855 2007-01-29  Bruno Haible  <bruno@clisp.org>
10856
10857         * lib/allocsa.h: Use '#if HAVE_*' instead of '#ifdef HAVE_*'.
10858         * lib/execute.c: Likewise.
10859         * lib/pipe.c: Likewise.
10860         * lib/printf-args.h: Likewise.
10861         * lib/printf-args.c: Likewise.
10862         * lib/printf-parse.c: Likewise.
10863         * lib/vasnprintf.c: Likewise.
10864
10865 2007-01-29  Eric Blake  <ebb9@byu.net>
10866
10867         * lib/memrchr.c: Assume <string.h> unconditionally, to pull in
10868         declaration.
10869
10870 2007-01-29  Paul Eggert  <eggert@cs.ucla.edu>
10871
10872         * lib/strptime.h (strptime): Use 'restrict' for args where
10873         POSIX requires this.
10874         * lib/strptime.c (strptime): Likewise.
10875         Change license notice from LGPL to GPL, since gnulib-tool will
10876         change this as needed.
10877         Include <config.h> if _LIBC is not defined, not if HAVE_CONFIG_H is
10878         defined.
10879         Include "strptime.h" first, to check interface.
10880         Do not #undef _LIBC and _NL_CURRENT.
10881         Do not include <stdlib.h>; no longer needed.
10882         Include "time_r.h" and declare ptime_locale_status
10883         only if _LIBC is not defined.
10884         (__P): Remove unused macro.
10885         (match_string): Bring back glibc version, but use it only if _LIBC
10886         is defined.
10887         (__strptime_internal): Compile tm_gmtoff code if _LIBC is defined, too.
10888         Remove unnecessary assertion and abort() call.
10889         Use #ifdef _NL_CURRENT rather than #if 0, for benefit of glibc.
10890         * m4/strptime.m4: Fix serial number comment.
10891         (gl_FUNC_STRPTIME): Require AC_C_RESTRICT, gl_TM_GMTOFF.
10892         * modules/strptime (Files): Add m4/tm_gmtoff.m4.
10893         (Depends-on): Add time_r.
10894
10895 2007-01-29  Bruno Haible  <bruno@clisp.org>
10896
10897         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10898         strptime.
10899         * modules/strptime (Depends-on): Add stdbool.
10900         * lib/strptime.h: Include <time.h> always. Add comments.
10901
10902 2007-01-29  Yoann Vandoorselaere  <yoann@prelude-ids.org>
10903
10904         * modules/strptime: New file.
10905         * lib/strptime.h: New file.
10906         * lib/strptime.c: New file.
10907         * m4/strptime.m4: New file.
10908
10909 2007-01-28  Paul Eggert  <eggert@cs.ucla.edu>
10910
10911         * MODULES.html.sh: New module mpsort.
10912         * lib/mpsort.c, lib/mpsort.h, m4/mpsort.m4, modules/mpsort: New files.
10913
10914         * lib/regex.h (_Restrict_): Renamed from __restrict, to avoid
10915         a circularity problem with HP-UX ia64 reported by Bob Proulx in
10916         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00394.html>.
10917         All uses changed.
10918         (_Restrict_arr_): Renamed from __restrict_arr, for similar reasons.
10919         All uses changed.
10920         * lib/regcomp.c, lib/regexec.c: Change all uses from __restrict
10921         to _Restrict_.
10922         * lib/regexec.c (regexec): Declare pmatch with _Restrict_arr_, so that
10923         the parameter matches the prototype.
10924
10925 2007-01-28  Jim Meyering  <jim@meyering.net>
10926
10927         * modules/sys_time (Makefile.am) [MOSTLYCLEANFILES]: Do use
10928         sys/time.h here, reverting that part of the previous patch:
10929         <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/8959>.
10930
10931 2007-01-28  Bruno Haible  <bruno@clisp.org>
10932
10933         * modules/sys_time (Makefile.am): Build sys/time.h only when it's the
10934         value of $(SYS_TIME_H).
10935         [MOSTLYCLEANFILES]: Now that sys/time.h is created only when needed,
10936         remove it conditionally, too. [added by Jim Meyering]
10937         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Set SYS_TIME_H.
10938         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
10939         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Set SYS_TIME_H when setting
10940         GETTIMEOFDAY_REPLACEMENT to 1.
10941
10942 2007-01-28  Bruno Haible  <bruno@clisp.org>
10943
10944         * m4/unistd_h.m4 (gl_HEADER_UNISTD_DEFAULTS): New macro.
10945         (gl_HEADER_UNISTD): Require it. Don't set UNISTD_H to empty here.
10946         * m4/fchdir.m4 (gl_FUNC_FCHDIR): Require gl_HEADER_UNISTD_DEFAULTS.
10947         Set UNISTD_H instead of UNISTD_H2.
10948         * modules/fchdir (BUILT_SOURCES): Drop $(UNISTD_H2).
10949
10950 2007-01-28  Bruno Haible  <bruno@clisp.org>
10951
10952         * modules/mbchar (Makefile.am): Add mbchar.c to lib_SOURCES.
10953         * m4/mbchar.m4 (gl_MBCHAR): Remove AC_LIBOBJ invocation.
10954
10955 2007-01-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10956
10957         * gnulib-tool (func_emit_lib_Makefile_am, func_add_or_update)
10958         (func_create_testdir): Ensure C locale for `grep' and `tr'
10959         character ranges.
10960         (func_create_megatestdir): Avoid one `grep'.  Fix bug in
10961         ACLOCAL_AMFLAGS parsing state machine.
10962
10963 2007-01-27  Bruno Haible  <bruno@clisp.org>
10964
10965         * modules/unistr/base: Update.
10966
10967 2007-01-27  Bruno Haible  <bruno@clisp.org>
10968
10969         Rename u32-mbtouc -> u32-mbtouc-unsafe, u32-mbtouc-safe -> u32-mbtouc,
10970         u32_mbtouc -> u32_mbtouc_unsafe, u32_mbtouc_safe -> u32_mbtouc.
10971         * modules/unistr/u32-mbtouc-unsafe: Renamed from
10972         modules/unistr/u32-mbtouc.
10973         * lib/unistr/u32-mbtouc-unsafe.c: Renamed from lib/unistr/u32-mbtouc.c.
10974         * lib/unistr.h: Update.
10975         * lib/linebreak.c: Update.
10976         * modules/unistr/u32-mbtouc: Renamed from
10977         modules/unistr/u32-mbtouc-safe.
10978         * lib/unistr/u32-mbtouc.c: Renamed from lib/unistr/u32-mbtouc-safe.c.
10979         * lib/unistr.h: Update.
10980         * lib/unistr/u32-to-u8.c: Update.
10981         * lib/unistr/u32-to-u16.c: Update.
10982
10983 2007-01-27  Bruno Haible  <bruno@clisp.org>
10984
10985         Rename utf16-ucs4 -> utf16-ucs4-unsafe, utf16-ucs4-safe -> utf16-ucs4,
10986         u16_mbtouc -> u16_mbtouc_unsafe, u16_mbtouc_safe -> u16_mbtouc.
10987         * modules/utf16-ucs4-unsafe: Renamed from modules/utf16-ucs4.
10988         * lib/utf16-ucs4-unsafe.h: Renamed from lib/utf16-ucs4.h.
10989         * lib/unistr/utf16-ucs4-unsafe.c: Renamed from lib/unistr/utf16-ucs4.c.
10990         * modules/unistr/u16-mbtouc-unsafe: Renamed from
10991         modules/unistr/u16-mbtouc.
10992         * lib/unistr/u16-mbtouc-unsafe.c: Renamed from lib/unistr/u16-mbtouc.c.
10993         * lib/unistr.h: Update.
10994         * lib/linebreak.c: Update.
10995         * modules/linebreak: Update.
10996         * modules/utf16-ucs4: Renamed from modules/utf16-ucs4-safe.
10997         * lib/utf16-ucs4.h: Renamed from lib/utf16-ucs4-safe.h.
10998         * lib/unistr/utf16-ucs4.c: Renamed from lib/unistr/utf16-ucs4-safe.c.
10999         * modules/unistr/u16-mbtouc: Renamed from
11000         modules/unistr/u16-mbtouc-safe.
11001         * lib/unistr/u16-mbtouc.c: Renamed from lib/unistr/u16-mbtouc-safe.c.
11002         * lib/unistr.h: Update.
11003         * lib/unistr/u16-to-u8.c: Update.
11004         * modules/unistr/u16-to-u8: Update.
11005         * lib/unistr/u16-to-u32.c: Update.
11006         * modules/unistr/u16-to-u32: Update.
11007
11008 2007-01-27  Bruno Haible  <bruno@clisp.org>
11009
11010         Rename utf8-ucs4 -> utf8-ucs4-unsafe, utf8-ucs4-safe -> utf8-ucs4,
11011         u8_mbtouc -> u8_mbtouc_unsafe, u8_mbtouc_safe -> u8_mbtouc.
11012         * modules/utf8-ucs4-unsafe: Renamed from modules/utf8-ucs4.
11013         * lib/utf8-ucs4-unsafe.h: Renamed from lib/utf8-ucs4.h.
11014         * lib/unistr/utf8-ucs4-unsafe.c: Renamed from lib/unistr/utf8-ucs4.c.
11015         * modules/unistr/u8-mbtouc-unsafe: Renamed from
11016         modules/unistr/u8-mbtouc.
11017         * lib/unistr/u8-mbtouc-unsafe.c: Renamed from lib/unistr/u8-mbtouc.c.
11018         * lib/unistr.h: Update.
11019         * lib/striconveh.c: Update.
11020         * modules/striconveh: Update.
11021         * lib/linebreak.c: Update.
11022         * modules/linebreak: Update.
11023         * modules/utf8-ucs4: Renamed from modules/utf8-ucs4-safe.
11024         * lib/utf8-ucs4.h: Renamed from lib/utf8-ucs4-safe.h.
11025         * lib/unistr/utf8-ucs4.c: Renamed from lib/unistr/utf8-ucs4-safe.c.
11026         * modules/unistr/u8-mbtouc: Renamed from modules/unistr/u8-mbtouc-safe.
11027         * lib/unistr/u8-mbtouc.c: Renamed from lib/unistr/u8-mbtouc-safe.c.
11028         * lib/unistr.h: Update.
11029         * lib/striconveh.c: Update.
11030         * modules/striconveh: Update.
11031         * lib/unistr/u8-to-u16.c: Update.
11032         * modules/unistr/u8-to-u16: Update.
11033         * lib/unistr/u8-to-u32.c: Update.
11034         * modules/unistr/u8-to-u32: Update.
11035
11036 2007-01-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11037
11038         Sync from Libtool.
11039         * lib/argz.c: Do not include strings.h nor memory.h, include
11040         string.h unconditionally.  Patch by Simon Josefsson.
11041
11042 2007-01-27  Bruno Haible  <bruno@clisp.org>
11043
11044         * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): New macro, extracted
11045         from gl_HEADER_STRING_H_BODY.
11046         (gl_HEADER_STRING_H_BODY): Require it.
11047         * m4/memmem.m4 (gl_FUNC_MEMMEM): Require gl_HEADER_STRING_H_DEFAULTS.
11048         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Likewise.
11049         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Likewise.
11050         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Likewise.
11051         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Likewise.
11052         * m4/strcase.m4 (gl_FUNC_STRCASECMP, gl_FUNC_STRNCASECMP): Likewise.
11053         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Likewise.
11054         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Likewise.
11055         * m4/strdup.m4 (gl_FUNC_STRDUP): Likewise.
11056         * m4/strndup.m4 (gl_FUNC_STRNDUP): Likewise.
11057         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Likewise.
11058         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Likewise.
11059         * m4/strsep.m4 (gl_FUNC_STRSEP): Likewise.
11060         * m4/strstr.m4 (gl_FUNC_STRSTR): Likewise.
11061         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
11062
11063 2007-01-27  Bruno Haible  <bruno@clisp.org>
11064
11065         * gnulib-tool (func_emit_lib_Makefile_am): If $for_test is true, turn
11066         check_PROGRAMS into noinst_PROGRAMS.
11067         (func_emit_tests_Makefile_am): Likewise. Also don't initialize
11068         check_PROGRAMS in this case.
11069         (func_import): Set for_test to false.
11070         (func_create_testdir): Set for_test to true.
11071
11072 2007-01-27  Yoann Vandoorselaere <yoann.v@prelude-ids.com>
11073             Bruno Haible  <bruno@clisp.org>
11074
11075         * modules/strcasestr (Files): Remove lib/strcasestr.h.
11076         (Depends-on): Add string.
11077         (Includes): Use <string.h> instead of strcasestr.h.
11078         * modules/string (Makefile.am): Also substitute the value of
11079         REPLACE_STRCASESTR.
11080         * m4/strcasestr.m4 (gl_FUNC_STRCASESTR): Don't define strcasestr here;
11081         assume strcasestr is declared in <string.h> not <strings.h>. Also
11082         set REPLACE_STRCASESTR.
11083         * m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Provide a default value for
11084         REPLACE_STRCASESTR.
11085         * lib/strcasestr.h: Remove file.
11086         * lib/strcasestr.c: Include <string.h> instead of strcasestr.h.
11087         * lib/string_.h (strcasestr): New declaration.
11088
11089 2007-01-27  Bruno Haible  <bruno@clisp.org>
11090
11091         * lib/string_.h: Use 'extern'.
11092
11093 2007-01-27  Jim Meyering  <jim@meyering.net>
11094
11095         * lib/regex_internal.c (re_string_reconstruct): Remove declaration
11096         of set-but-not-used local, "q".
11097
11098         * lib/mempcpy.c: Include <config.h> before <string.h>.
11099         This fixes a compilation error on HP-UX, due to the system's
11100         "restrict"-using mempcpy prototype.
11101
11102 2007-01-26  Bruno Haible  <bruno@clisp.org>
11103
11104         Small optimization.
11105         * lib/javacomp.c: Include c-strstr.h.
11106          (is_envjavac_gcj): Use c_strstr instead of strstr.
11107         * modules/javacomp (Depends-on): Add c-strstr, remove strstr.
11108
11109 2007-01-26  Bruno Haible  <bruno@clisp.org>
11110
11111         * MODULES.html.sh (Unicode string functions): Add the new modules.
11112
11113         * modules/uniconv/u32-strconv-to-locale: New file.
11114         * lib/uniconv/u32-strconv-to-locale.c: New file.
11115
11116         * modules/uniconv/u16-strconv-to-locale: New file.
11117         * lib/uniconv/u16-strconv-to-locale.c: New file.
11118
11119         * modules/uniconv/u8-strconv-to-locale: New file.
11120         * lib/uniconv/u8-strconv-to-locale.c: New file.
11121
11122         * modules/uniconv/u32-strconv-from-locale: New file.
11123         * lib/uniconv/u32-strconv-from-locale.c: New file.
11124
11125         * modules/uniconv/u16-strconv-from-locale: New file.
11126         * lib/uniconv/u16-strconv-from-locale.c: New file.
11127
11128         * modules/uniconv/u8-strconv-from-locale: New file.
11129         * lib/uniconv/u8-strconv-from-locale.c: New file.
11130
11131         * modules/uniconv/u32-strconv-to-enc: New file.
11132         * lib/uniconv/u32-strconv-to-enc.c: New file.
11133         * modules/uniconv/u32-strconv-to-enc-tests: New file.
11134         * tests/uniconv/test-u32-strconv-to-enc.c: New file.
11135
11136         * modules/uniconv/u16-strconv-to-enc: New file.
11137         * lib/uniconv/u16-strconv-to-enc.c: New file.
11138         * lib/uniconv/u-strconv-to-enc.h: New file.
11139         * modules/uniconv/u16-strconv-to-enc-tests: New file.
11140         * tests/uniconv/test-u16-strconv-to-enc.c: New file.
11141
11142         * modules/uniconv/u8-strconv-to-enc: New file.
11143         * lib/uniconv/u8-strconv-to-enc.c: New file.
11144         * modules/uniconv/u8-strconv-to-enc-tests: New file.
11145         * tests/uniconv/test-u8-strconv-to-enc.c: New file.
11146
11147         * modules/uniconv/u32-strconv-from-enc: New file.
11148         * lib/uniconv/u32-strconv-from-enc.c: New file.
11149         * modules/uniconv/u32-strconv-from-enc-tests: New file.
11150         * tests/uniconv/test-u32-strconv-from-enc.c: New file.
11151
11152         * modules/uniconv/u16-strconv-from-enc: New file.
11153         * lib/uniconv/u16-strconv-from-enc.c: New file.
11154         * modules/uniconv/u16-strconv-from-enc-tests: New file.
11155         * tests/uniconv/test-u16-strconv-from-enc.c: New file.
11156
11157         * modules/uniconv/u8-strconv-from-enc: New file.
11158         * lib/uniconv/u8-strconv-from-enc.c: New file.
11159         * lib/uniconv/u-strconv-from-enc.h: New file.
11160         * modules/uniconv/u8-strconv-from-enc-tests: New file.
11161         * tests/uniconv/test-u8-strconv-from-enc.c: New file.
11162
11163         * modules/uniconv/u32-conv-from-enc: New file.
11164         * lib/uniconv/u32-conv-from-enc.c: New file.
11165         * modules/uniconv/u32-conv-from-enc-tests: New file.
11166         * tests/uniconv/test-u32-conv-from-enc.c: New file.
11167
11168         * modules/uniconv/u16-conv-from-enc: New file.
11169         * lib/uniconv/u16-conv-from-enc.c: New file.
11170         * lib/uniconv/u-conv-from-enc.h: New file.
11171         * modules/uniconv/u16-conv-from-enc-tests: New file.
11172         * tests/uniconv/test-u16-conv-from-enc.c: New file.
11173
11174         * modules/uniconv/u8-conv-from-enc: New file.
11175         * lib/uniconv/u8-conv-from-enc.c: New file.
11176         * modules/uniconv/u8-conv-from-enc-tests: New file.
11177         * tests/uniconv/test-u8-conv-from-enc.c: New file.
11178
11179         * modules/uniconv/base: New file.
11180         * lib/uniconv.h: New file.
11181
11182 2007-01-26  Paul Eggert  <eggert@cs.ucla.edu>
11183
11184         * doc/gnulib-tool.texi (Initial import): Update to match current
11185         behavior with strdup module.
11186         * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h.
11187         * lib/memmem.h: Remove; all uses removed.  This is now done
11188         by <string.h>.
11189         * lib/mempcpy.h: Likewise.
11190         * lib/memrchr.h: Likewise.
11191         * lib/stpcpy.h: Likewise.
11192         * lib/stpncpy.h: Likewise.
11193         * lib/strcase.h: Likewise.
11194         * lib/strchrnul.h: Likewise.
11195         * lib/strdup.h: Likewise.
11196         * lib/strndup.h: Likewise.
11197         * lib/strnlen.h: Likewise.
11198         * lib/strpbrk.h: Likewise.
11199         * lib/strsep.h: Likewise.
11200         * lib/strstr.h: Likewise.
11201         * lib/strtok_r.h: Likewise.
11202         * lib/string_.h: New file.
11203         * lib/argp-namefrob.h: Don't include no-longer-existent include files.
11204         Rely on <string.h> instead.
11205         * lib/canon-host.c: Likewise.
11206         * lib/chdir-long.c: Likewise.
11207         * lib/concatpath.c: Likewise.
11208         * lib/exclude.c: Likewise.
11209         * lib/fchdir.c: Likewise.
11210         * lib/getaddrinfo.c: Likewise.
11211         * lib/getcwd.c: Likewise.
11212         * lib/getsubopt.c: Likewise.
11213         * lib/glob.c: Likewise.
11214         * lib/hard-locale.c: Likewise.
11215         * lib/iconvme.c: Likewise.
11216         * lib/javacomp.c: Likewise.
11217         * lib/mempcpy.c: Likewise.
11218         * lib/memrchr.c: Likewise.
11219         * lib/regex_internal.h: Likewise.
11220         * lib/stpncpy.c: Likewise.
11221         * lib/strcasecmp.c: Likewise.
11222         * lib/strchrnul.c: Likewise.
11223         * lib/strdup.c: Likewise.
11224         * lib/striconv.c: Likewise.
11225         * lib/striconveh.c: Likewise.
11226         * lib/striconveha.c: Likewise.
11227         * lib/strncasecmp.c: Likewise.
11228         * lib/strndup.c: Likewise.
11229         * lib/strnlen.c: Likewise.
11230         * lib/strsep.c: Likewise.
11231         * lib/strstr.c: Likewise.
11232         * lib/strtok_r.c: Likewise.
11233         * lib/userspec.c: Likewise.
11234         * lib/w32spawn.h: Likewise.
11235         * lib/xstrndup.c: Likewise.
11236         * lib/mountlist.c (strstr): Remove decl.
11237         * m4/string_h.m4: New file.
11238         * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary.
11239         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary.
11240         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR
11241         * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary.
11242         * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary.
11243         * m4/strcase.m4 (gl_FUNC_STRCASECMP):
11244         Set REPLACE_STRCASECMP if necessary.
11245         (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary.
11246         * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary.
11247         * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary.
11248         * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and
11249         HAVE_DECL_STRDUP if necessary.
11250         (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl,
11251         since gl_FUNC_STRNDUP does that now.
11252         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary.
11253         Check for decl here...
11254         (gl_PREREQ_STRNLEN): ... not here.
11255         * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary.
11256         * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary.
11257         * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary.
11258         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if
11259         necessary.
11260         * modules/string: New file.
11261         * modules/memmem (Files): Remove special-purpose include file.
11262         (Depends-on): Add string.
11263         (Include): Include <string.h>, not the removed file.
11264         * modules/mempcpy: Likewise.
11265         * modules/memrchr: Likewise.
11266         * modules/stpcpy: Likewise.
11267         * modules/stpncpy: Likewise.
11268         * modules/strcase: Likewise.
11269         * modules/strchrnul: Likewise.
11270         * modules/strdup: Likewise.
11271         * modules/strndup: Likewise.
11272         * modules/strnlen: Likewise.
11273         * modules/strpbrk: Likewise.
11274         * modules/strsep: Likewise.
11275         * modules/strstr: Likewise.
11276         * modules/strtok_r: Likewise.
11277         * tests/test-dirname.c: Don't include "strdup.h", since
11278         <string.h> now suffices.
11279         * tests/test-memmem.c: Don't include "memmem.h", since
11280         <string.h> now suffices.
11281
11282 2007-01-25  Bruno Haible  <bruno@clisp.org>
11283
11284         * lib/striconveh.c (mem_cd_iconveh_internal): Ignore *lengthp if
11285         *resultp is 0.
11286
11287         * lib/unistr/u16-to-u8.c (u16_to_u8): Fix u8_uctomb invocation.
11288         * lib/unistr/u32-to-u8.c (u32_to_u8): Likewise.
11289         * lib/unistr/u8-to-u16.c (u8_to_u16): Fix u16_uctomb invocation.
11290         * lib/unistr/u32-to-u16.c (u32_to_u16): Likewise.
11291
11292         * modules/unistr/u8-to-u16 (Depends-on): Add missing modules.
11293         * modules/unistr/u8-to-u32 (Depends-on): Add missing modules.
11294         * modules/unistr/u16-to-u8 (Depends-on): Add missing modules.
11295         * modules/unistr/u16-to-u32 (Depends-on): Add missing modules.
11296         * modules/unistr/u32-to-u8 (Depends-on): Add missing modules.
11297         * modules/unistr/u32-to-u16 (Depends-on): Add missing modules.
11298
11299 2007-01-24  Bruno Haible  <bruno@clisp.org>
11300
11301         Don't AC_REQUIRE autoconf macros that invoke AC_LIBOBJ. See
11302         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00279.html>.
11303         * m4/argp.m4 (gl_ARGP): Invoke, don't require, gl_GETOPT_SUBSTITUTE.
11304         * m4/fts.m4 (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): Invoke, don't require,
11305         gl_FUNC_FTS_CORE.
11306         (gl_FUNC_FTS_CORE): Invoke, don't require, gl_FUNC_OPENAT.
11307         * m4/lstat.m4 (gl_FUNC_LSTAT): Invoke, don't require,
11308         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11309         * m4/memcmp.m4 (gl_FUNC_MEMCMP): Invoke, don't require, AC_FUNC_MEMCMP.
11310         * m4/mktime.m4 (gl_FUNC_MKTIME): Invoke, don't require, AC_FUNC_MKTIME.
11311         * m4/openat.m4 (gl_FUNC_OPENAT): Invoke, don't require,
11312         gl_FUNC_FCHOWNAT.
11313         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Invoke, don't require,
11314         gl_FUNC_STRFTIME.
11315         * m4/strtod.m4 (gl_FUNC_STRTOD): Invoke, don't require, AC_FUNC_STRTOD.
11316         Reported by Ralf Wildenhues.
11317
11318 2007-01-24  Bruno Haible  <bruno@clisp.org>
11319
11320         Drop AC_REQUIRE calls that are redundant with the module dependencies.
11321         * m4/canon-host.m4 (gl_PREREQ_CANON_HOST): Don't require
11322         gl_GETADDRINFO.
11323         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Don't require AM_STDBOOL_H,
11324         gl_FUNC_MEMPCPY, gl_FUNC_OPENAT, gl_FUNC_MEMRCHR.
11325         * m4/openat.m4 (gl_PREREQ_OPENAT): Don't require gl_SAVE_CWD.
11326
11327 2007-01-24  Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Add test for glibc bug 361.
11330         Don't use 'exit'; just return from 'main'.
11331         (_AC_LIBOBJ_FNMATCH): Check for headers and functions just once.
11332
11333         * lib/fnmatch_.h: Readjust white space and comments to match
11334         glibc, to avoid spurious diffs.
11335
11336 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11337
11338         * lib/fnmatch_loop.c (internal_fnmatch) [!_LIBC]: #if-out the
11339         2004-12-01 change by Jakub Jelinek, since this code won't compile
11340         if !LIBC.  Problem reported by Bob Proulx.
11341
11342 2007-01-23  Bruno Haible  <bruno@clisp.org>
11343
11344         * lib/striconveh.c: Include c-strcaseeq.h.
11345         (mem_iconveh, str_iconveh): Use STRCASEEQ instead of c_strcasecmp.
11346         * modules/striconveh (Depends-on): Add c-strcaseeq.
11347
11348 2007-01-23  Bruno Haible  <bruno@clisp.org>
11349
11350         * MODULES.html.sh (String handling): Add streq, c-strcaseeq.
11351
11352         * modules/c-strcaseeq: New file.
11353         * lib/c-strcaseeq.h: New file.
11354
11355         * modules/streq: New file.
11356         * lib/streq.h: New file.
11357
11358 2007-01-23  Bruno Haible  <bruno@clisp.org>
11359
11360         * modules/striconveha-tests: New file.
11361         * tests/test-striconveha.c: New file.
11362
11363         * lib/striconveha.h: Include <stdbool.h>.
11364         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
11365         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
11366         (mem_iconveha_notranslit): Renamed from mem_iconveha.
11367         (mem_iconveha): New function.
11368         (str_iconveha_notranslit): Renamed from str_iconveha.
11369         (str_iconveha): New function.
11370         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
11371         c-strcase.
11372
11373 2007-01-23  Bruno Haible  <bruno@clisp.org>
11374
11375         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
11376         encodings without forgiving before trying any encoding with handler.
11377         (str_iconveha): Try all encodings without forgiving before trying any
11378         encoding with handler.
11379
11380 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         Import the following changes from libc.
11383
11384         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
11385
11386         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
11387
11388         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
11389
11390         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
11391         normal_bracket label.
11392
11393         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
11394
11395         [BZ #361]
11396         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
11397         to normal_bracket after fetching the next character.
11398
11399 2007-01-22  Bruno Haible  <bruno@clisp.org>
11400
11401         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
11402         argument.
11403         * lib/striconveh.c (iconv_carefully_1): New function.
11404         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
11405         argument.
11406         (str_cd_iconveh): Update.
11407         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
11408         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
11409         * tests/test-striconveh.c (MAGIC): New macro.
11410         (new_offsets): New function.
11411         (main): Test call with and without offsets.
11412
11413 2007-01-22  Bruno Haible  <bruno@clisp.org>
11414
11415         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
11416         * modules/sys_select (Makefile.am): Likewise.
11417         * modules/sys_socket (Makefile.am): Likewise.
11418         * modules/sys_time (Makefile.am): Likewise.
11419
11420 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
11421
11422         * modules/gettimeofday (License): Change from GPL to LGPL, since
11423         gettimeofday is a library function.
11424
11425 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11426
11427         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
11428
11429 2007-01-21  Bruno Haible  <bruno@clisp.org>
11430
11431         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
11432
11433 2007-01-21  Bruno Haible  <bruno@clisp.org>
11434
11435         * modules/striconveha: New file.
11436         * lib/striconveha.h: New file.
11437         * lib/striconveha.c: New file.
11438         * MODULES.html.sh (Internationalization functions): Add striconveha.
11439         * lib/striconv.c (str_iconv): Optimize the case of an empty input
11440         string.
11441         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
11442
11443 2007-01-21  Bruno Haible  <bruno@clisp.org>
11444
11445         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
11446         * lib/striconveh.c (str_iconveh): Likewise.
11447
11448 2007-01-21  Bruno Haible  <bruno@clisp.org>
11449
11450         * lib/striconveh.h (mem_iconveh): New declaration.
11451         * lib/striconveh.c (mem_iconveh): New function.
11452         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
11453
11454 2007-01-21  Bruno Haible  <bruno@clisp.org>
11455
11456         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
11457
11458         * lib/striconveh.h (mem_cd_iconveh): Change specification.
11459         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
11460         original result buffer.
11461         (str_cd_iconveh): Update.
11462         * tests/test-striconveh.c (main): Update.
11463
11464         * lib/striconv.h (mem_cd_iconv): Change specification.
11465         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
11466         result buffer.
11467         (str_cd_iconv): Update.
11468         * tests/test-striconv.c (main): Update.
11469
11470 2007-01-21  Bruno Haible  <bruno@clisp.org>
11471
11472         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
11473
11474 2007-01-20  Jim Meyering  <jim@meyering.net>
11475
11476         * lib/userspec.c (parse_with_separator): If a user or group string
11477         starts with "+", skip the corresponding name-to-ID look-up, since
11478         such a look-up must fail: user and group names may not include "+".
11479
11480 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         * lib/poll.c: Include sys/time.h and time.h unconditionally,
11483         since we now assume the sys_time module.
11484         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
11485         check for sys/time.h; no longer needed.
11486         * modules/poll (Depends-on): Depend on sys_time.
11487
11488 2007-01-18  Bruno Haible  <bruno@clisp.org>
11489
11490         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
11491         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11492
11493         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
11494         gettimeofday.
11495
11496         * tests/test-gettimeofday.c: Include <time.h>.
11497         (dummy): Remove variable.
11498
11499         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
11500         gl_HEADER_SYS_TIME_H.
11501         (gl_HEADER_SYS_TIME_H): New macro.
11502
11503         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
11504         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11505         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
11506         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
11507         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11508         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
11509         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
11510         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11511         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
11512         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
11513         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11514
11515         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
11516         last change; it caused a compilation error when cross-compiling to
11517         Cygwin.
11518
11519 2007-01-18  Jim Meyering  <jim@meyering.net>
11520
11521         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
11522         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
11523         than the race-prone "test -d sys || mkdir sys".
11524         (configure.ac): Use AC_PROG_MKDIR_P.
11525         * modules/sys_select: Likewise.
11526         * modules/sys_socket: Likewise.
11527         * modules/sys_time: Likewise.
11528
11529 2007-01-18  Eric Blake  <ebb9@byu.net>
11530
11531         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
11532         replace gettimeofday.
11533         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
11534         name, to avoid infinite recursion.
11535
11536 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
11537
11538         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
11539         module sys_time.
11540         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
11541         assume timespec.h defines struct timeval.
11542         * lib/settime.c: Likewise.
11543         * lib/utimens.c: Likewise.
11544         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
11545         since we now assume the gettimeofday module.
11546         * lib/tempname.c (__gen_tempname): Likewise.
11547         * lib/gettimeofday.h: Remove.
11548         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
11549         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
11550         Include <time.h>, for 'time()'.
11551         (localtime_buffer_addr): Also use this workaround if
11552         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
11553         to simplify the uses.  All uses changed.
11554         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
11555         that #undef is inside {}, and 'const' follows type name consistently.
11556         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
11557         (gettimeofday): Do not use the maximum possible value for
11558         tv->tv_usec, since that might break usages other than ls.c.
11559         Instead, we'll leave ls.c alone.  This undoes today's patch
11560         by Bruno.  Add a compile-time warning for 1s-clock resolution;
11561         we've never observed the problem but might as well keep the
11562         canary.
11563         * lib/nanosleep.c: Include timespec.h first, for interface check.
11564         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
11565         now assume the sys_time module.
11566         * lib/tempname.c: Likewise.
11567         * lib/timespec.h: Likewise.
11568         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
11569         needed.
11570         * lib/strftime.c: Likewise.
11571         * lib/timespec.h: Likewise.
11572         * lib/posixtm.c: Include posixtm.h first, for interface check.
11573         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
11574         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
11575         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
11576         * lib/sys_time_.h: New file.
11577         * lib/timespec.h (struct timespec): Use long int, not long.
11578         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
11579         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
11580         Remove obsolescent call to AC_HEADER_TIME.
11581         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
11582         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
11583         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
11584         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
11585         Likewise.
11586         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
11587         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
11588         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
11589         into the sys_time module.  Check for gettimeofday just once.
11590         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
11591         for gettimeofday signature to just check the signature.  Merely
11592         compile it, since linking doesn't test signature.  Improve test for
11593         whether gettimeofday.o is actually needed.
11594         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
11595         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
11596         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
11597         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11598         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
11599         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
11600         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
11601         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
11602         than worrying about sys/time.h.
11603         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
11604         Don't bother worrying about TIME_WITH_SYS_TIME.
11605         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
11606         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
11607         * m4/sys_time_h.m4: New file.
11608         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
11609         Don't include sys/time.h.  Return from main rather than exiting.
11610         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
11611         all uses changed.
11612         * modules/gethrxtime (Depends-on): Add sys_time.
11613         * modules/gettime (Depends-on): Likewise.
11614         * modules/gettimeofday (Depends-on): Likewise.
11615         * modules/nanosleep (Depends-on): Likewise.
11616         * modules/settime (Depends-on): Likewise.
11617         * modules/tempname (Depends-on): Likewise.
11618         * modules/utimens (Depends-on): Likewise.
11619         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
11620         (Include:) Change back to <sys/time.h>.
11621         (Maintainer:) Add self.
11622         * modules/sys_time: New file.
11623         * modules/tempname (Depends-on): Add gettimeofday.
11624         * tests/test-gettimeofday.c: Include <sys/time.h>
11625         rather than gettimeofday.h.
11626
11627 2007-01-17  Bruno Haible  <bruno@clisp.org>
11628
11629         * gnulib-tool (func_get_license): Revert last patch. Instead, let
11630         the license default to GPL.
11631         (func_create_testdir): Don't complain if a module is LGPL and its
11632         tests module depends on GPLed modules.
11633
11634 2007-01-17  Bruno Haible  <bruno@clisp.org>
11635
11636         * lib/gettimeofday.c (gettimeofday): Add code for the case
11637         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
11638         maximum possible value for tv->tv_usec, rather than the minimum one.
11639
11640 2005-10-08  Martin Lambers  <marlam@marlam.de>
11641 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
11642 2007-01-16  Bruno Haible  <bruno@clisp.org>
11643
11644         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
11645         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
11646         gl_FUNC_GETTIMEOFDAY.
11647         (Include): Add gettimeofday.h.
11648         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
11649         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
11650         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
11651         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
11652         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
11653         * lib/gettimeofday.h: New file.
11654         * lib/gettimeofday.c: Include <sys/timeb.h>.
11655         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
11656         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
11657         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
11658         fall back on time().
11659
11660         * tests/test-gettimeofday.c: New file.
11661         * modules/gettimeofday-tests: New file.
11662
11663 2007-01-16  Eric Blake  <ebb9@byu.net>
11664
11665         * modules/fnmatch (Depends-on): Depend on wchar.
11666         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
11667         * m4/fnmatch.m4: Likewise.
11668         * modules/mbchar (Makefile.am): Assume <wchar.h>.
11669         * m4/mbchar.m4: Likewise.
11670         * modules/mbswidth (Depends-on): Depend on wchar.
11671         * lib/mbswidth.c: Assume <wchar.h>.
11672         * m4/mbswidth.m4: Likewise.
11673         * modules/quotearg (Depends-on): Depend on wchar.
11674         * lib/quotearg.c: Assume <wchar.h>.
11675         * m4/quotearg.m4: Likewise.
11676         * modules/regex (Depends-on): Depend on wchar.
11677         * lib/regex_internal.h: Assume <wchar.h>.
11678         * m4/regex.m4: Likewise.
11679         * modules/stdint (Depends-on): Depend on wchar.
11680         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
11681         * m4/stdint.m4: Likewise.
11682         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
11683         * modules/strftime (Depends-on): Depend on wchar.
11684         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
11685         * modules/strtol (Depends-on): Depend on wchar.
11686         * lib/strtol.c: Assume <wchar.h>.
11687         * modules/wcwidth (Depends-on): Depend on wchar.
11688         * lib/wcwidth.h: Assume <wchar.h>.
11689         * m4/wcwidth.m4: Likewise.
11690
11691 2007-01-16  Bruno Haible  <bruno@clisp.org>
11692
11693         * modules/csharpexec-script: New, created from...
11694         * modules/csharpexec: ... this.
11695
11696 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
11697
11698         * modules/javaexec-script: New, created from...
11699         * modules/javaexec: ... this.
11700
11701 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11702
11703         * modules/poll (Dependencies): Add sys_select.
11704
11705 2007-01-15  Jim Meyering  <jim@meyering.net>
11706
11707         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
11708         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
11709         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
11710         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
11711
11712 2007-01-15  Bruno Haible  <bruno@clisp.org>
11713
11714         * modules/striconveh: New file.
11715         * lib/striconveh.h: New file.
11716         * lib/striconveh.c: New file.
11717         * MODULES.html.sh (Internationalization functions): Add striconveh.
11718
11719         * modules/striconveh-tests: New file.
11720         * tests/test-striconveh.c: New file.
11721
11722 2007-01-15  Bruno Haible  <bruno@clisp.org>
11723
11724         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
11725         not from GNU libiconv or GNU libc.
11726
11727 2007-01-15  Bruno Haible  <bruno@clisp.org>
11728
11729         * doc/gnulib-intro.texi (Copyright): Explain the different license
11730         terms for module descriptions, autoconf macros, tests, documentation.
11731
11732 2007-01-14  Bruno Haible  <bruno@clisp.org>
11733
11734         * modules/striconv-tests: New file.
11735         * tests/test-striconv.c: New file.
11736
11737 2007-01-14  Bruno Haible  <bruno@clisp.org>
11738
11739         * modules/iconv-tests: New file.
11740         * tests/test-iconv.c: New file.
11741
11742 2007-01-14  Bruno Haible  <bruno@clisp.org>
11743
11744         * gnulib-tool (func_get_license): For test modules, use the license of
11745         the main module.
11746
11747 2007-01-14  Bruno Haible  <bruno@clisp.org>
11748
11749         * modules/iconv (Include): Clarify that <iconv.h> can only be included
11750         if iconv is found to exist.
11751
11752 2007-01-14  Bruno Haible  <bruno@clisp.org>
11753
11754         * modules/c-ctype-tests: New file.
11755         * tests/test-c-ctype.c: New file.
11756
11757 2007-01-14  Bruno Haible  <bruno@clisp.org>
11758
11759         * modules/binary-io-tests: New file.
11760         * tests/test-binary-io.sh: New file.
11761         * tests/test-binary-io.c: New file.
11762
11763 2007-01-14  Bruno Haible  <bruno@clisp.org>
11764
11765         * modules/array-oset-tests: New file.
11766         * tests/test-array_oset.c: New file.
11767
11768 2007-01-14  Bruno Haible  <bruno@clisp.org>
11769
11770         * modules/array-list-tests: New file.
11771         * tests/test-array_list.c: New file.
11772
11773 2007-01-14  Bruno Haible  <bruno@clisp.org>
11774
11775         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
11776         and make.
11777         Reported by Simon Josefsson in
11778         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
11779
11780 2007-01-14  Bruno Haible  <bruno@clisp.org>
11781
11782         * modules/allocsa-tests: New file.
11783         * tests/test-allocsa.c: New file.
11784
11785 2007-01-14  Bruno Haible  <bruno@clisp.org>
11786
11787         * modules/fchdir (Depends-on): Add absolute-header.
11788         * modules/unistd (Depends-on): Likewise.
11789
11790 2006-12-30  Bruno Haible  <bruno@clisp.org>
11791
11792         * modules/fchdir: New file.
11793         * modules/unistd (Files): Add lib/unistd_.h.
11794         (Makefile.am): Generate unistd.h from unistd_.h.
11795         * lib/fchdir.c: New file.
11796         * lib/dirent_.h: New file.
11797         * lib/unistd_.h: New file.
11798         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
11799         * m4/fchdir.m4: New file.
11800         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
11801         (gl_HEADER_UNISTD): Invoke it.
11802         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
11803         function.
11804         * lib/backupfile.c (opendir, closedir): Undefine.
11805         * lib/chown.c (open, close): Undefine.
11806         * lib/clean-temp.c (open, close): Undefine.
11807         * lib/copy-file.c (open, close): Undefine.
11808         * lib/execute.c (open, close): Undefine.
11809         * lib/fsusage.c (open, close): Undefine.
11810         * lib/gc-gnulib.c (open, close): Undefine.
11811         * lib/getcwd.c (opendir, closedir): Undefine.
11812         * lib/glob.c (opendir, closedir): Undefine.
11813         * lib/javacomp.c (open, close): Undefine.
11814         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
11815         * lib/openat-proc.c (open, close): Undefine.
11816         * lib/pagealign_alloc.c (open, close): Undefine.
11817         * lib/pipe.c (open, close): Undefine.
11818         * lib/progreloc.c (open, close): Undefine.
11819         * lib/savedir.c (opendir, closedir): Undefine.
11820         * lib/utime.c (open, close): Undefine.
11821         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
11822
11823 2007-01-10  Bruno Haible  <bruno@clisp.org>
11824
11825         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
11826
11827 2007-01-12  Eric Blake  <ebb9@byu.net>
11828
11829         Provide a robust <wchar.h>.  Further simplifications are now
11830         possible in other modules, but not included here.
11831         * modules/wchar: New module.
11832         * m4/wchar.m4: New file.
11833         * lib/wchar_.h: Likewise.
11834         * modules/mbchar (Depends-on): Depend on wchar, as the first use
11835         of the new module.
11836         * MODULES.html.sh (Extended multibyte and wide character utilities):
11837         New section.
11838
11839 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
11840
11841         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
11842         to a reasonable default for memory allocation.
11843         (xreadlink): Don't allocate a huge buffer, to work around a buggy
11844         file system that reports garbage st_size values for symlinks.
11845         Problem reported by Liyang Hu.
11846
11847 2007-01-11  Simon Josefsson  <simon@josefsson.org>
11848
11849         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
11850         Emacs .#* auto-save files).
11851
11852 2007-01-11  Bruno Haible  <bruno@clisp.org>
11853
11854         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
11855         directory.
11856
11857 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
11858
11859         Use @...@ consistently in lib/wctype_.h.
11860         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
11861         on it being set to 1 or 0.
11862         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
11863         go back to AC_SUBSTing it.
11864         * modules/wctype (Makefile.am): Undo previous change.
11865
11866 2007-01-10  Eric Blake  <ebb9@byu.net>
11867
11868         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
11869         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
11870         * modules/wctype (Makefile.am): Likewise.
11871         Reported by Chris McGuire.
11872
11873 2007-01-10  Jim Meyering  <jim@meyering.net>
11874
11875         fts.c: a small readability/maintainability improvement
11876         * lib/fts.c (fts_read): Make this code slightly more readable and
11877         maintainable by hoisting the "sp->fts_cur = p" assignments to
11878         immediately follow the statements that set P.  Derived from
11879         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
11880
11881 2007-01-10  Eric Blake  <ebb9@byu.net>
11882
11883         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
11884         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
11885         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
11886         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
11887         Reported by Chris McGuire.
11888
11889 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
11890
11891         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
11892         in sed script.
11893
11894 2007-01-09  Bruno Haible  <bruno@clisp.org>
11895
11896         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
11897         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
11898         variables.
11899         (func_module): Use them.
11900
11901 2007-01-09  Bruno Haible  <bruno@clisp.org>
11902
11903         * modules/unistr/base: New file.
11904         * lib/unistr.h: New file.
11905
11906         * modules/unistr/u8-to-u16: New file.
11907         * lib/unistr/u8-to-u16.c: New file.
11908
11909         * modules/unistr/u8-to-u32: New file.
11910         * lib/unistr/u8-to-u32.c: New file.
11911
11912         * modules/unistr/u16-to-u8: New file.
11913         * lib/unistr/u16-to-u8.c: New file.
11914
11915         * modules/unistr/u16-to-u32: New file.
11916         * lib/unistr/u16-to-u32.c: New file.
11917
11918         * modules/unistr/u32-to-u8: New file.
11919         * lib/unistr/u32-to-u8.c: New file.
11920
11921         * modules/unistr/u32-to-u16: New file.
11922         * lib/unistr/u32-to-u16.c: New file.
11923
11924         * modules/unistr/u8-check: New file.
11925         * modules/unistr/u16-check: New file.
11926         * modules/unistr/u32-check: New file.
11927         * lib/unistr/u8-check.c: New file.
11928         * lib/unistr/u16-check.c: New file.
11929         * lib/unistr/u32-check.c: New file.
11930
11931         * modules/unistr/u8-chr: New file.
11932         * modules/unistr/u16-chr: New file.
11933         * modules/unistr/u32-chr: New file.
11934         * lib/unistr/u8-chr.c: New file.
11935         * lib/unistr/u16-chr.c: New file.
11936         * lib/unistr/u32-chr.c: New file.
11937
11938         * modules/unistr/u8-cmp: New file.
11939         * modules/unistr/u16-cmp: New file.
11940         * modules/unistr/u32-cmp: New file.
11941         * lib/unistr/u8-cmp.c: New file.
11942         * lib/unistr/u16-cmp.c: New file.
11943         * lib/unistr/u32-cmp.c: New file.
11944
11945         * modules/unistr/u8-cpy: New file.
11946         * modules/unistr/u16-cpy: New file.
11947         * modules/unistr/u32-cpy: New file.
11948         * lib/unistr/u8-cpy.c: New file.
11949         * lib/unistr/u16-cpy.c: New file.
11950         * lib/unistr/u32-cpy.c: New file.
11951         * lib/unistr/u-cpy.h: New file.
11952
11953         * modules/unistr/u8-cpy-alloc: New file.
11954         * modules/unistr/u16-cpy-alloc: New file.
11955         * modules/unistr/u32-cpy-alloc: New file.
11956         * lib/unistr/u8-cpy-alloc.c: New file.
11957         * lib/unistr/u16-cpy-alloc.c: New file.
11958         * lib/unistr/u32-cpy-alloc.c: New file.
11959         * lib/unistr/u-cpy-alloc.h: New file.
11960
11961         * modules/unistr/u8-endswith: New file.
11962         * modules/unistr/u16-endswith: New file.
11963         * modules/unistr/u32-endswith: New file.
11964         * lib/unistr/u8-endswith.c: New file.
11965         * lib/unistr/u16-endswith.c: New file.
11966         * lib/unistr/u32-endswith.c: New file.
11967         * lib/unistr/u-endswith.h: New file.
11968
11969         * modules/unistr/u8-mblen: New file.
11970         * modules/unistr/u16-mblen: New file.
11971         * modules/unistr/u32-mblen: New file.
11972         * lib/unistr/u8-mblen.c: New file.
11973         * lib/unistr/u16-mblen.c: New file.
11974         * lib/unistr/u32-mblen.c: New file.
11975
11976         * modules/unistr/u8-mbtouc: New file.
11977         * modules/unistr/u16-mbtouc: New file.
11978         * modules/unistr/u32-mbtouc: New file.
11979         * lib/unistr/u8-mbtouc.c: New file.
11980         * lib/unistr/u16-mbtouc.c: New file.
11981         * lib/unistr/u32-mbtouc.c: New file.
11982
11983         * modules/unistr/u8-mbtouc-safe: New file.
11984         * modules/unistr/u16-mbtouc-safe: New file.
11985         * modules/unistr/u32-mbtouc-safe: New file.
11986         * lib/unistr/u8-mbtouc-safe.c: New file.
11987         * lib/unistr/u16-mbtouc-safe.c: New file.
11988         * lib/unistr/u32-mbtouc-safe.c: New file.
11989
11990         * modules/unistr/u8-move: New file.
11991         * modules/unistr/u16-move: New file.
11992         * modules/unistr/u32-move: New file.
11993         * lib/unistr/u8-move.c: New file.
11994         * lib/unistr/u16-move.c: New file.
11995         * lib/unistr/u32-move.c: New file.
11996         * lib/unistr/u-move.h: New file.
11997
11998         * modules/unistr/u8-next: New file.
11999         * modules/unistr/u16-next: New file.
12000         * modules/unistr/u32-next: New file.
12001         * lib/unistr/u8-next.c: New file.
12002         * lib/unistr/u16-next.c: New file.
12003         * lib/unistr/u32-next.c: New file.
12004
12005         * modules/unistr/u8-prev: New file.
12006         * modules/unistr/u16-prev: New file.
12007         * modules/unistr/u32-prev: New file.
12008         * lib/unistr/u8-prev.c: New file.
12009         * lib/unistr/u16-prev.c: New file.
12010         * lib/unistr/u32-prev.c: New file.
12011
12012         * modules/unistr/u8-set: New file.
12013         * modules/unistr/u16-set: New file.
12014         * modules/unistr/u32-set: New file.
12015         * lib/unistr/u8-set.c: New file.
12016         * lib/unistr/u16-set.c: New file.
12017         * lib/unistr/u32-set.c: New file.
12018         * lib/unistr/u-set.h: New file.
12019
12020         * modules/unistr/u8-startswith: New file.
12021         * modules/unistr/u16-startswith: New file.
12022         * modules/unistr/u32-startswith: New file.
12023         * lib/unistr/u8-startswith.c: New file.
12024         * lib/unistr/u16-startswith.c: New file.
12025         * lib/unistr/u32-startswith.c: New file.
12026         * lib/unistr/u-startswith.h: New file.
12027
12028         * modules/unistr/u8-stpcpy: New file.
12029         * modules/unistr/u16-stpcpy: New file.
12030         * modules/unistr/u32-stpcpy: New file.
12031         * lib/unistr/u8-stpcpy.c: New file.
12032         * lib/unistr/u16-stpcpy.c: New file.
12033         * lib/unistr/u32-stpcpy.c: New file.
12034         * lib/unistr/u-stpcpy.h: New file.
12035
12036         * modules/unistr/u8-stpncpy: New file.
12037         * modules/unistr/u16-stpncpy: New file.
12038         * modules/unistr/u32-stpncpy: New file.
12039         * lib/unistr/u8-stpncpy.c: New file.
12040         * lib/unistr/u16-stpncpy.c: New file.
12041         * lib/unistr/u32-stpncpy.c: New file.
12042         * lib/unistr/u-stpncpy.h: New file.
12043
12044         * modules/unistr/u8-strcat: New file.
12045         * modules/unistr/u16-strcat: New file.
12046         * modules/unistr/u32-strcat: New file.
12047         * lib/unistr/u8-strcat.c: New file.
12048         * lib/unistr/u16-strcat.c: New file.
12049         * lib/unistr/u32-strcat.c: New file.
12050         * lib/unistr/u-strcat.h: New file.
12051
12052         * modules/unistr/u8-strchr: New file.
12053         * modules/unistr/u16-strchr: New file.
12054         * modules/unistr/u32-strchr: New file.
12055         * lib/unistr/u8-strchr.c: New file.
12056         * lib/unistr/u16-strchr.c: New file.
12057         * lib/unistr/u32-strchr.c: New file.
12058
12059         * modules/unistr/u8-strcmp: New file.
12060         * modules/unistr/u16-strcmp: New file.
12061         * modules/unistr/u32-strcmp: New file.
12062         * lib/unistr/u8-strcmp.c: New file.
12063         * lib/unistr/u16-strcmp.c: New file.
12064         * lib/unistr/u32-strcmp.c: New file.
12065
12066         * modules/unistr/u8-strcpy: New file.
12067         * modules/unistr/u16-strcpy: New file.
12068         * modules/unistr/u32-strcpy: New file.
12069         * lib/unistr/u8-strcpy.c: New file.
12070         * lib/unistr/u16-strcpy.c: New file.
12071         * lib/unistr/u32-strcpy.c: New file.
12072         * lib/unistr/u-strcpy.h: New file.
12073
12074         * modules/unistr/u8-strcspn: New file.
12075         * modules/unistr/u16-strcspn: New file.
12076         * modules/unistr/u32-strcspn: New file.
12077         * lib/unistr/u8-strcspn.c: New file.
12078         * lib/unistr/u16-strcspn.c: New file.
12079         * lib/unistr/u32-strcspn.c: New file.
12080         * lib/unistr/u-strcspn.h: New file.
12081
12082         * modules/unistr/u8-strdup: New file.
12083         * modules/unistr/u16-strdup: New file.
12084         * modules/unistr/u32-strdup: New file.
12085         * lib/unistr/u8-strdup.c: New file.
12086         * lib/unistr/u16-strdup.c: New file.
12087         * lib/unistr/u32-strdup.c: New file.
12088         * lib/unistr/u-strdup.h: New file.
12089
12090         * modules/unistr/u8-strlen: New file.
12091         * modules/unistr/u16-strlen: New file.
12092         * modules/unistr/u32-strlen: New file.
12093         * lib/unistr/u8-strlen.c: New file.
12094         * lib/unistr/u16-strlen.c: New file.
12095         * lib/unistr/u32-strlen.c: New file.
12096         * lib/unistr/u-strlen.h: New file.
12097
12098         * modules/unistr/u8-strmblen: New file.
12099         * modules/unistr/u16-strmblen: New file.
12100         * modules/unistr/u32-strmblen: New file.
12101         * lib/unistr/u8-strmblen.c: New file.
12102         * lib/unistr/u16-strmblen.c: New file.
12103         * lib/unistr/u32-strmblen.c: New file.
12104
12105         * modules/unistr/u8-strmbtouc: New file.
12106         * modules/unistr/u16-strmbtouc: New file.
12107         * modules/unistr/u32-strmbtouc: New file.
12108         * lib/unistr/u8-strmbtouc.c: New file.
12109         * lib/unistr/u16-strmbtouc.c: New file.
12110         * lib/unistr/u32-strmbtouc.c: New file.
12111
12112         * modules/unistr/u8-strncat: New file.
12113         * modules/unistr/u16-strncat: New file.
12114         * modules/unistr/u32-strncat: New file.
12115         * lib/unistr/u8-strncat.c: New file.
12116         * lib/unistr/u16-strncat.c: New file.
12117         * lib/unistr/u32-strncat.c: New file.
12118         * lib/unistr/u-strncat.h: New file.
12119
12120         * modules/unistr/u8-strncmp: New file.
12121         * modules/unistr/u16-strncmp: New file.
12122         * modules/unistr/u32-strncmp: New file.
12123         * lib/unistr/u8-strncmp.c: New file.
12124         * lib/unistr/u16-strncmp.c: New file.
12125         * lib/unistr/u32-strncmp.c: New file.
12126
12127         * modules/unistr/u8-strncpy: New file.
12128         * modules/unistr/u16-strncpy: New file.
12129         * modules/unistr/u32-strncpy: New file.
12130         * lib/unistr/u8-strncpy.c: New file.
12131         * lib/unistr/u16-strncpy.c: New file.
12132         * lib/unistr/u32-strncpy.c: New file.
12133         * lib/unistr/u-strncpy.h: New file.
12134
12135         * modules/unistr/u8-strnlen: New file.
12136         * modules/unistr/u16-strnlen: New file.
12137         * modules/unistr/u32-strnlen: New file.
12138         * lib/unistr/u8-strnlen.c: New file.
12139         * lib/unistr/u16-strnlen.c: New file.
12140         * lib/unistr/u32-strnlen.c: New file.
12141         * lib/unistr/u-strnlen.h: New file.
12142
12143         * modules/unistr/u8-strpbrk: New file.
12144         * modules/unistr/u16-strpbrk: New file.
12145         * modules/unistr/u32-strpbrk: New file.
12146         * lib/unistr/u8-strpbrk.c: New file.
12147         * lib/unistr/u16-strpbrk.c: New file.
12148         * lib/unistr/u32-strpbrk.c: New file.
12149         * lib/unistr/u-strpbrk.h: New file.
12150
12151         * modules/unistr/u8-strrchr: New file.
12152         * modules/unistr/u16-strrchr: New file.
12153         * modules/unistr/u32-strrchr: New file.
12154         * lib/unistr/u8-strrchr.c: New file.
12155         * lib/unistr/u16-strrchr.c: New file.
12156         * lib/unistr/u32-strrchr.c: New file.
12157
12158         * modules/unistr/u8-strspn: New file.
12159         * modules/unistr/u16-strspn: New file.
12160         * modules/unistr/u32-strspn: New file.
12161         * lib/unistr/u8-strspn.c: New file.
12162         * lib/unistr/u16-strspn.c: New file.
12163         * lib/unistr/u32-strspn.c: New file.
12164         * lib/unistr/u-strspn.h: New file.
12165
12166         * modules/unistr/u8-strstr: New file.
12167         * modules/unistr/u16-strstr: New file.
12168         * modules/unistr/u32-strstr: New file.
12169         * lib/unistr/u8-strstr.c: New file.
12170         * lib/unistr/u16-strstr.c: New file.
12171         * lib/unistr/u32-strstr.c: New file.
12172         * lib/unistr/u-strstr.h: New file.
12173
12174         * modules/unistr/u8-strtok: New file.
12175         * modules/unistr/u16-strtok: New file.
12176         * modules/unistr/u32-strtok: New file.
12177         * lib/unistr/u8-strtok.c: New file.
12178         * lib/unistr/u16-strtok.c: New file.
12179         * lib/unistr/u32-strtok.c: New file.
12180         * lib/unistr/u-strtok.h: New file.
12181
12182         * modules/unistr/u8-uctomb: New file.
12183         * modules/unistr/u16-uctomb: New file.
12184         * modules/unistr/u32-uctomb: New file.
12185         * lib/unistr/u8-uctomb.c: New file.
12186         * lib/unistr/u16-uctomb.c: New file.
12187         * lib/unistr/u32-uctomb.c: New file.
12188
12189         * MODULES.html.sh (Unicode string functions): Add the new modules.
12190
12191 2007-01-08  Bruno Haible  <bruno@clisp.org>
12192
12193         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
12194         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
12195         subdirectories.
12196
12197 2007-01-08  Karl Berry  <karl@gnu.org>
12198
12199         * doc/error.texi: mention that main() fns must set program_name
12200         when progname is used.
12201
12202 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
12203
12204         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
12205         WCTYPE_H is empty, for the benefit of builds from non-distclean
12206         directories.  Problem reported by Eric Blake in
12207         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
12208
12209 2007-01-08  Bruno Haible  <bruno@clisp.org>
12210
12211         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
12212         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
12213         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
12214         PROVIDE_CANONICALIZE_FILENAME_MODE.
12215         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
12216
12217 2007-01-08  Bruno Haible  <bruno@clisp.org>
12218
12219         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
12220         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
12221         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
12222         * lib/fts.c: Likewise.
12223         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
12224
12225 2006-12-25  Bruno Haible  <bruno@clisp.org>
12226
12227         * modules/utf8-ucs4-safe: New file.
12228         * lib/utf8-ucs4-safe.h: New file.
12229         * lib/unistr/utf8-ucs4-safe.c: New file.
12230
12231         * modules/utf16-ucs4-safe: New file.
12232         * lib/utf16-ucs4-safe.h: New file.
12233         * lib/unistr/utf16-ucs4-safe.c: New file.
12234
12235         * MODULES.html.sh (Unicode string functions): Add the new modules.
12236
12237 2007-01-08  Bruno Haible  <bruno@clisp.org>
12238
12239         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
12240         (Depends-on): Add unitypes.
12241         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
12242         (u8_mbtouc_aux): Move out to separate file.
12243         (u8_mbtouc): Use ucs4_t, uint8_t types.
12244         * lib/unistr/utf8-ucs4.c: New file.
12245
12246         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
12247         (Depends-on): Add unitypes.
12248         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
12249         (u16_mbtouc_aux): Move out to separate file.
12250         (u16_mbtouc): Use ucs4_t, uint16_t types.
12251         * lib/unistr/utf16-ucs4.c: New file.
12252
12253         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
12254         (Depends-on): Add unitypes.
12255         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
12256         (u8_uctomb_aux): Move out to separate file.
12257         (u8_uctomb): Use ucs4_t, uint8_t types.
12258         * lib/unistr/ucs4-utf8.c: New file.
12259
12260         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
12261         (Depends-on): Add unitypes.
12262         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
12263         (u16_uctomb_aux): Move out to separate file.
12264         (u16_uctomb): Use ucs4_t, uint16_t types.
12265         * lib/unistr/ucs4-utf16.c: New file.
12266
12267 2006-12-25  Bruno Haible  <bruno@clisp.org>
12268
12269         * modules/unitypes: New file.
12270         * lib/unitypes.h: New file.
12271         * MODULES.html.sh (func_all_modules): New section "Unicode string
12272         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
12273         this section. Add unitypes.
12274
12275 2007-01-08  Bruno Haible  <bruno@clisp.org>
12276
12277         Avoid variable names that conflict with those from libtool.
12278         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
12279         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
12280         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
12281         library_names_spec to acl_library_names_spec, hardcode_* to
12282         acl_hardcode_*.
12283         Reported by Ralf Wildenhues.
12284
12285 2007-01-08  Bruno Haible  <bruno@clisp.org>
12286
12287         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
12288         definition.
12289         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
12290         definition.
12291         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
12292         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
12293         definition.
12294         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
12295         definition.
12296         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
12297         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
12298         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
12299         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
12300         definition.
12301         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
12302         definition.
12303         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
12304         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
12305         GC_USE_<algorithm>.
12306         * lib/gc-libgcrypt.c: Likewise.
12307         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
12308         * modules/gc-arctwo (configure.ac): Likewise.
12309         * modules/gc-des (configure.ac): Likewise.
12310         * modules/gc-hmac-md5 (configure.ac): Likewise.
12311         * modules/gc-hmac-sha1 (configure.ac): Likewise.
12312         * modules/gc-md2 (configure.ac): Likewise.
12313         * modules/gc-md4 (configure.ac): Likewise.
12314         * modules/gc-md5 (configure.ac): Likewise.
12315         * modules/gc-random (configure.ac): Likewise.
12316         * modules/gc-rijndael (configure.ac): Likewise.
12317         * modules/gc-sha1 (configure.ac): Likewise.
12318
12319 2007-01-08  Bruno Haible  <bruno@clisp.org>
12320
12321         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
12322         macro definition.
12323         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
12324         definition.
12325         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
12326         definition.
12327         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
12328         * modules/fcntl-safer (configure.ac): Likewise.
12329         * modules/fopen-safer (configure.ac): Likewise.
12330         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
12331         GNULIB_FWRITEERROR macro definition.
12332
12333 2007-01-08  Bruno Haible  <bruno@clisp.org>
12334
12335         * m4/gnulib-common.m4: New file.
12336         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
12337         (func_get_filelist): Add m4/gnulib-common.m4.
12338
12339 2007-01-08  Bruno Haible  <bruno@clisp.org>
12340
12341         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
12342         command.
12343
12344 2007-01-08  Jim Meyering  <jim@meyering.net>
12345
12346         Use a more robust test for a "can't happen" condition.
12347         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
12348         narrowed the st_size value.  Presuming the "can't happen" condition
12349         is true, that narrowing could conceivably convert an invalid st_size
12350         value into a valid one.  Instead, use a change based on Matthew
12351         Woehlke's original patch.
12352
12353         Slight readability improvement: use an assert-like macro
12354         in place of literal "abort ()" uses.
12355         * lib/fts.c (fts_assert): Define.
12356         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
12357         Use this macro instead of a bare 'abort'.
12358
12359 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
12360
12361         Don't worry about using IRIX 5.3's wctype.h broken definitions;
12362         simply work around them.
12363         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
12364         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
12365         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before
12366         declaring.
12367         Don't bother to define as macros, since the standard doesn't require it.
12368         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
12369         longer worry about IRIX 5.3.
12370         (HAVE_WCTYPE_CTMP_BUG): Remove.
12371
12372 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12373
12374         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
12375         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
12376         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
12377         Problems reported by Georg Schwarz for IRIX 5.3.
12378
12379         * gnulib-tool (autoconf_minversion): Take the maximum version number
12380         found, not the minimum.  Problem reported by James Youngman.
12381
12382 2007-01-03  Karl Berry  <karl@gnu.org>
12383
12384         * doc/error.texi: new file, explaining interaction with progname.
12385         * doc/gnulib.texi: include it.  Update copyright.
12386
12387 2007-01-03  Simon Josefsson  <simon@josefsson.org>
12388
12389         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
12390         AC_CANONICAL_HOST, to improve autobuild outputs.
12391
12392 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
12393             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
12394
12395         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
12396         sockets, server sockets, and other file descriptors.  Count errors
12397         to compute the return value.  Reorder the code a bit to be easier
12398         to follow.  Don't set event bits that were not requested (except
12399         POLLERR and POLLHUP).
12400
12401 2007-01-01  Bruno Haible  <bruno@clisp.org>
12402
12403         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
12404
12405 2007-01-03  Jim Meyering  <jim@meyering.net>
12406
12407         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
12408
12409 2007-01-02  Bruno Haible  <bruno@clisp.org>
12410
12411         * modules/settime (Include): Require timespec.h.
12412         * modules/nanosleep (Include): Likewise.
12413
12414 2007-01-01  Bruno Haible  <bruno@clisp.org>
12415
12416         * gnulib-tool (func_emit_copyright_notice): Bump year.
12417         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
12418
12419 2007-01-01  Bruno Haible  <bruno@clisp.org>
12420
12421         Improve support for OpenBSD.
12422         * build-aux/config.rpath (libname_spec): Export.
12423         (library_names_spec): New variable. Export.
12424         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
12425         library_names_spec from the config.rpath output. Locate shared library
12426         through the name pattern in library_names_spec.
12427
12428 2007-01-01  Eric Blake  <ebb9@byu.net>
12429
12430         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
12431
12432 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
12433
12434         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
12435         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
12436         assume the C locale, and avoid an "eval" that could cause trouble.
12437         Problem with SORT reported by Bob Proulx.
12438
12439         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
12440         Define.  Trivial patch from Henning Nielsen Lund, originally
12441         sent to bug-grep@gnu.org today.
12442
12443 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
12444
12445         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
12446         struct stat.  Problem reported by Henning Nielsen Lund.
12447         * lib/acl.c: Include acl.h first, to check interface.  Don't
12448         bother to include sys/types.h and sys/stat.h again.
12449
12450 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12451
12452         Import the following change from libc; problem reported by
12453         Sven Verdoolaege.
12454
12455         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
12456
12457         [BZ #1373]
12458         * lib/argp.h: Remove __NTH for __argp_usage inline function.
12459
12460 2006-12-28  Jim Meyering  <jim@meyering.net>
12461
12462         * build-aux/announce-gen: Do not assume that the package
12463         builds any of tar.gz, tar.bz2, and .xdelta files.
12464         Suggestion from Simon Josefsson.
12465
12466 2006-12-28  Simon Josefsson  <simon@josefsson.org>
12467
12468         * modules/announce-gen: New file.
12469
12470 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         * lib/mbchar.h: Just include <wctype.h>; the wctype module
12473         handles its gotchas now.
12474         * lib/mbswidth.c: Likewise.
12475         * lib/wcwidth.h: Likewise.
12476         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
12477         and iswcntrl; the wctype module does this stuff now.
12478         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
12479         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
12480         * modules/mbchar (Depends-on): Add wctype.
12481         * modules/mbswidth (Depends-on): Likewise.
12482         * modules/wcwidth (Depends-on): Likewise.
12483
12484 2006-12-27  Eric Blake  <ebb9@byu.net>
12485
12486         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
12487         module uses more than what <wctype.h> is required to provide.
12488
12489 2006-12-26  Eric Blake  <ebb9@byu.net>
12490
12491         * gnulib-tool (sed_extract_prog): Avoid space-tab.
12492
12493 2006-12-26  Eric Blake  <ebb9@byu.net>
12494
12495         * modules/absolute-header: New module.
12496         * modules/fcntl (Depends-on): Depend on it.
12497         * modules/inttypes (Depends-on): Likewise.
12498         * modules/stdint (Depends-on): Likewise.
12499         * modules/sys_stat (Depends-on): Likewise.
12500         * modules/wctype (Depends-on): Likewise.
12501         * MODULES.html.sh (Support for building libraries and
12502         executables): Document it.
12503
12504 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
12505
12506         * gnulib-tool (SED): Remove, undoing previous change.
12507         The problem was that it broke coreutils on Solaris, because
12508         "sed --posix" leaked into a makefile.
12509         (sed): New alias, if 'alias' and GNU sed.
12510
12511 2006-12-24  Jim Meyering  <jim@meyering.net>
12512
12513         Work around an fchownat bug in glibc-2.4:
12514         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
12515         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
12516         in spite of the -P option.
12517         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
12518         New macros.
12519         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
12520         * modules/openat (Files): Add lib/fchownat.c.
12521         * lib/openat.c (fchownat): Don't define here.  Move to...
12522         * lib/fchownat.c: ...this new file.
12523
12524 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12525
12526         Fix bug reported by Bruno Haible in
12527         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
12528         where quotearg.c didn't compile on Mac OS X 10.2 because it
12529         lacks <wchar.h> and wint_t.
12530         * lib/wctype_.h (__wctype_wint_t): New type.
12531         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
12532         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
12533         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
12534         Arg is now of type __wctype_wint_t, not wint_t.
12535         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
12536         substitute HAVE_WINT_T.
12537         * modules/wctype (Files): Add m4/wint_t.m4.
12538         (wctype.h): Substitute HAVE_WINT_T.
12539
12540 2006-12-23  Bruno Haible  <bruno@clisp.org>
12541
12542         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
12543
12544 2006-12-23  Bruno Haible  <bruno@clisp.org>
12545
12546         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
12547         S_ISLNK.
12548         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
12549         mingw.
12550
12551 2006-12-22  Bruno Haible  <bruno@clisp.org>
12552
12553         * lib/copy-file.c: Include acl.h.
12554         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
12555         Close the file descriptors only after being done with copy_acl.
12556         * modules/copy-file (Depends-on): Add acl.
12557
12558 2006-12-22  Bruno Haible  <bruno@clisp.org>
12559
12560         * gnulib-tool (SED): New variable.
12561         Use $SED instead of sed everywhere.
12562
12563 2006-12-22  Bruno Haible  <bruno@clisp.org>
12564
12565         * modules/no-c++: New file.
12566         * m4/no-c++.m4: New file.
12567         * MODULES.html.sh (Support for building libraries and executables):
12568         Add no-c++.
12569
12570 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
12571
12572         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
12573         Include <limits.h>, and use its INT_MAX to rewrite the
12574         j loop so that it does not overflow 'int'.  Problem reported by
12575         Ralf Wildenhues in
12576         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
12577         Play it safe by shifting left by 1 rather than multiplying by 2,
12578         as GCC is less likely to optimize this away when the value
12579         is signed (when it assumes overflow leads to undefined behavior).
12580         Also, don't assume time_t uses two's complement.
12581
12582 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
12583
12584         * MODULES.html.sh: New module wctype.
12585         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
12586         * lib/fnmatch.c: Don't bother to include <wchar.h> before
12587         <wctype.h>, since the new wctype module should fix this.
12588         * lib/quotearg.c: Include <wctype.h> unconditionally, since
12589         the wctype module should arrange for it.
12590         * lib/regex_internal.h: Likewise.
12591         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
12592         since the wctype module should handle this now.
12593         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
12594         * modules/fnmatch (Depends-on): Add wctype.
12595         * modules/quotearg (Depends-on): Likewise.
12596         * modules/regex (Depends-on): Likewise.
12597
12598 2006-12-19  Bruno Haible  <bruno@clisp.org>
12599
12600         * lib/strdup.h [C++]: Wrap definitions in extern "C".
12601         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
12602
12603 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12604
12605         * modules/savewd (Depends-on): Fix dependency on fcntl.
12606
12607 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
12610         conforms to C99, rather than relying on the user's environment
12611         setting of STDINT_H.
12612
12613 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
12614         and Eric Blake  <ebb9@byu.net>
12615
12616         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
12617         This is more consistent with the other defines here.
12618         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
12619         Port to z/OS.  Problem reported by Paul Gilmartin.
12620         Change local vars to use gl_ prefix rather than ac_.
12621         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
12622         with other defines.
12623         * modules/double-slash-root: New module.
12624         * modules/dirname (Files): Remove m4/double-slash-root.m4.
12625         (Depends-on): Add double-slash-root.
12626         * MODULES.html.sh (File system functions): Mention new module.
12627
12628 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
12629
12630         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
12631         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
12632         This is for the benefit of gzip, which doesn't do i18n.
12633
12634 2006-12-12  Jim Meyering  <jim@meyering.net>
12635
12636         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
12637         Reported by Andreas Schwab <schwab@suse.de>.
12638
12639 2006-12-12  Bruno Haible  <bruno@clisp.org>
12640
12641         Merge these changes.
12642         2006-09-05  Bruno Haible  <bruno@clisp.org>
12643         * lib/iconvme.c (iconv_string): No need to save and restore errno when
12644         iconv_alloc succeeded.
12645         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
12646         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
12647         test for " && dest " at the end - dest is always != NULL there. Call
12648         iconv with 4xNULL arguments initially, to reset the state. Call iconv
12649         with 2xNULL arguments, also to flush the state storage. Handle the
12650         IRIX iconv behaviour. Realloc the final result, to throw away unused
12651         memory.
12652
12653 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
12654
12655         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
12656         and fchmodat unconditionally, since glibc 2.4 has them.
12657         Problem reported by Arkadiusz Miskiewicz.
12658
12659 2006-12-10  Bruno Haible  <bruno@clisp.org>
12660
12661         * gnulib-tool (func_import): Show the include files only for those
12662         modules that are copied and specified.
12663         Reported by Karl Berry.
12664
12665 2006-12-08  Jim Meyering  <jim@meyering.net>
12666
12667         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
12668         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
12669
12670         * build-aux/announce-gen: Add two new options, both optional:
12671         --bootstrap-tools=TOOL_LIST
12672               a comma-separated list of tools, e.g.,
12673               autoconf,automake,bison,gnulib
12674         --gnulib-snapshot-date=DATE
12675               if gnulib is in the bootstrap tool list,
12676               then report this as the snapshot date.
12677               If not specified, use the current date/time.
12678               If you specify a date here, be sure it's UTC.
12679
12680 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12681
12682         * tests/test-argp-2.sh: Fix test to match actual output.
12683         (func_compare): Fix sed script to be portable.
12684
12685 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
12686
12687         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
12688         workaround for this case.  It is not autoconfigured now; offhand
12689         it's hard to see how to autoconfigure it.
12690
12691 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
12692
12693         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
12694         a directory that is about to be chowned.  Such a directory's
12695         initial file permissions should permit the owner only and this
12696         should not be changed until after the chown, since the group and
12697         other bits would be incorrect if they granted permission before
12698         the chown.
12699
12700         Fix porting problem for iswctype reported by Georg Schwarz in:
12701         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
12702         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
12703         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
12704         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
12705         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
12706
12707 2006-12-03  Jim Meyering  <jim@meyering.net>
12708
12709         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
12710         p->fts_statp may not yet be defined.
12711         (fts_read): Instead, set it in the caller, once p->fts_statp is
12712         sure to be defined, and corresponds to a top-level directory.
12713         This bug made du -x fail.  Here's the coreutils test case:
12714         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
12715         Reported by Mike Frysinger.
12716
12717 2006-12-01  Jim Meyering  <jim@meyering.net>
12718
12719         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
12720         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
12721         Reported by Simon Josefsson.
12722
12723 2006-11-30  Jim Meyering  <jim@meyering.net>
12724
12725         * m4/warning.m4: Use the all-permissive copyright notice
12726         recommended by RMS (rather than LGPL).
12727         * m4/vararrays.m4: Likewise.
12728         * m4/flexmember.m4: Likewise.
12729
12730 2006-11-29  Bruno Haible  <bruno@clisp.org>
12731
12732         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12733         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
12734         using +=.
12735         Reported by Simon Josefsson <simon@josefsson.org>.
12736
12737 2006-11-28  James Youngman <jay@gnu.org>
12738
12739         * README: Advise users that they might find the bug-gnulib@gnu.org
12740         and autotools-announce@gnu.org mailing lists useful.
12741
12742 2006-11-28  Bruno Haible  <bruno@clisp.org>
12743
12744         * m4/ptrdiff_max.m4: Remove file.
12745
12746 2006-11-21  Bruno Haible  <bruno@clisp.org>
12747
12748         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
12749         _AC_COMPUTE_INT.
12750         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12751         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
12752         _AC_COMPUTE_INT.
12753         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12754         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
12755         _AC_COMPUTE_INT.
12756         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12757
12758 2006-11-28  Jim Meyering  <jim@meyering.net>
12759
12760         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
12761         warning from "gcc -Wshadow" about shadowing the builtin.
12762
12763 2006-11-27  Bruno Haible  <bruno@clisp.org>
12764
12765         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
12766         _AC_COMPUTE_INT.
12767         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
12768
12769 2006-11-27  Bruno Haible  <bruno@clisp.org>
12770             Paul Eggert  <eggert@cs.ucla.edu>
12771
12772         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
12773
12774 2006-11-26  Bruno Haible  <bruno@clisp.org>
12775
12776         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
12777         noinst_LTLIBRARIES.
12778
12779 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
12780             Bruno Haible  <bruno@clisp.org>
12781
12782         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
12783         if compiling with "gcc -ansi".
12784
12785 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
12786
12787         Fix some incompatibilities with gcc -ansi -pedantic.
12788         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
12789         if compiling pedantically with GCC, unless it's C99 or later.
12790         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
12791         it mishandles gcc -ansi -pedantic as well.
12792         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
12793         if gcc -pedantic.
12794         * lib/regexec.c (check_node_accept_bytes): Don't use auto
12795         initializers for struct if -pedantic, unless it's C99 or later.
12796
12797 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
12798
12799         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
12800         Don't close an fd more than once. Identical atimes indicate
12801         success, not failure.
12802
12803 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
12804
12805         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
12806
12807 2006-11-23  Jim Meyering  <jim@meyering.net>
12808
12809         * build-aux/announce-gen: New file.  From coreutils.
12810
12811 2006-11-22  Jim Meyering  <jim@meyering.net>
12812
12813         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
12814         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
12815         (fts_read): Use a temporary to narrow the overused st_size member
12816         before using it in a switch statement.  Reported by Matthew Woehlke.
12817
12818         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
12819         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
12820
12821 2006-11-20  Bruno Haible  <bruno@clisp.org>
12822
12823         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
12824         changequote instead of pairs of brackets.
12825         Reported by Andreas Schwab <schwab@suse.de>.
12826
12827 2006-11-21  Jim Meyering  <jim@meyering.net>
12828
12829         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
12830         so as to remain compatible with older compilers.
12831         Patch from Michael Deutschmann.
12832
12833 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12834
12835         * MODULES.html.sh (File system functions): Add openat.
12836
12837         * lib/openat.h (rpl_fstatat): New macro, if
12838         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
12839         (fstatat): Define to rpl_fstatat under the same conditions,
12840         unless COMPILING_FSTATAT.
12841         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
12842         seems to have the bug.
12843         * lib/fstatat.c: New file.
12844         * modules/openat (Files): Add it.
12845
12846 2006-11-20  Bruno Haible  <bruno@clisp.org>
12847
12848         * Makefile: New file.
12849
12850 2006-11-20  Jim Meyering  <jim@meyering.net>
12851
12852         The beginnings of syntax-related checks for gnulib.
12853         * lib/Makefile: New file.
12854         * lib/t-idcache: New script.  Ensure that the two halves of
12855         idcache.c stay in sync.
12856
12857         * lib/idcache.c: Adjust comments in user- and group- portions to
12858         be more accurate, and to be consistent with one another.
12859
12860 2006-11-20  Jim Meyering  <jim@meyering.net>
12861
12862         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
12863         continue using the flexible array member (thus, this module performs
12864         half as many malloc calls), with the addition that...
12865         (getgroup, getuser): Consistently record a non-match via an empty
12866         "name" string, and map an empty string match to a NULL return value.
12867         * modules/idcache (Depends-on): Re-add flexmember.
12868
12869         * lib/idcache.c (getuser): Remove all uses of the register keyword.
12870         (getuidbyname, getgroup, getgidbyname): Likewise.
12871
12872         Use cleaner syntax: NULL rather than 0.
12873         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
12874
12875 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
12876
12877         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
12878         It mishandled the case where the group was missing.
12879         Problem reported by Greg Schafer.
12880         * modules/idcache: Likewise.
12881
12882 2006-11-18  Jim Meyering  <jim@meyering.net>
12883
12884         * check-module (%exempt_header): Add exception for some
12885         conditionally-included headers.
12886
12887         * modules/i-ring (Depends-on): Add verify.
12888         (License): Change to LGPL.
12889
12890 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
12891
12892         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
12893         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
12894         and inttostr.h.  Use snprintf rather than uinttostr, so that
12895         LGPLed code doesn't depend on GPLed.
12896
12897 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
12898
12899         * modules/inline (License): Change from GPL to LGPL.
12900
12901 2006-11-17  Jim Meyering  <jim@meyering.net>
12902
12903         * modules/d-type (License): Switch to LGPL.
12904
12905 2006-11-15  Bruno Haible  <bruno@clisp.org>
12906
12907         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
12908
12909 2006-11-15  Eric Blake  <ebb9@byu.net>
12910
12911         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
12912         the module dependency.
12913
12914 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12915             Bruno Haible  <bruno@clisp.org>
12916
12917         * gnulib-tool (func_create_testdir): Add license consistency check.
12918
12919 2006-11-15  Eric Blake  <ebb9@byu.net>
12920
12921         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
12922         random "(cached)" in configure output.
12923
12924 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
12925
12926         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
12927         test for conforming inttypes.h is both announced and cached.
12928
12929         * MODULES.html.sh (seen_modules, seen_files): New variables.
12930         (func_module): Rewrite to use a few less gnulib-tool and sed
12931         invocations.  Avoid a couple of quadratic algorithms for ...
12932         (missed_modules, missed_files): ... these, with ...
12933         (func_append, func_tmpdir): ... these new functions, from
12934         gnulib-tool.  Analogously, install traps for cleanup.
12935
12936         * tests/test-gc.c (main): Remove unused variables.
12937         * tests/test-read-file.c: Include stdlib.h, for 'free'.
12938
12939 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
12940
12941         * modules/inttostr (License): Change to LGPL.
12942
12943 2006-11-14  Eric Blake  <ebb9@byu.net>
12944
12945         * modules/tempname (License): Change to LGPL.
12946
12947 2006-11-14  Eric Blake  <ebb9@byu.net>
12948
12949         * doc/functions.texi (Function Portability): *printf functions on
12950         Cygwin now understand all POSIX size specifiers.
12951
12952 2006-11-14  Bruno Haible  <bruno@clisp.org>
12953
12954         * modules/c-ctype (License): Change to LGPL.
12955
12956 2006-11-12  Bruno Haible  <bruno@clisp.org>
12957
12958         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
12959         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
12960         for GNOME libraries, for which the include files are installed in
12961         subdirectories of $prefix/include.
12962
12963 2006-11-12  Bruno Haible  <bruno@clisp.org>
12964
12965         * m4/lib-link.m4: Require at least autoconf-2.54.
12966         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
12967         name to underscores for the --with option.
12968
12969 2006-11-13  Bruno Haible  <bruno@clisp.org>
12970
12971         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
12972         the tests directory.
12973         Reported by Ralf Wildenhues.
12974
12975 2006-11-13  Bruno Haible  <bruno@clisp.org>
12976
12977         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
12978         (func_emit_initmacro_end): Undo the override here.
12979         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
12980         Works around the famous automake error in coreutils.
12981
12982 2006-11-13  Eric Blake  <ebb9@byu.net>
12983
12984         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
12985         element, not its node.
12986
12987 2006-11-12  Bruno Haible  <bruno@clisp.org>
12988
12989         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
12990         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
12991
12992 2006-11-12  Bruno Haible  <bruno@clisp.org>
12993
12994         * gnulib-tool: New option --local-symlink.
12995         (func_usage): Document it.
12996         (lsymbolic): New variable.
12997         (func_import, func_create_testdir): If --symlink was not specified,
12998         test whether --local-symlink was specified and the file comes from
12999         the local_gnulib_dir.
13000
13001 2006-11-12  Bruno Haible  <bruno@clisp.org>
13002
13003         * gnulib-tool (func_ln): New function.
13004         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
13005
13006 2006-11-12  Bruno Haible  <bruno@clisp.org>
13007
13008         Finish support for source files in subdirectories.
13009         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
13010         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
13011         AUTOMAKE_OPTIONS.
13012         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
13013
13014 2006-11-12  Bruno Haible  <bruno@clisp.org>
13015
13016         * gnulib-tool (func_get_automake_snippet): Synthesize also an
13017         EXTRA_lib_SOURCES augmentation.
13018         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
13019
13020 2006-11-12  Jim Meyering  <jim@meyering.net>
13021
13022         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
13023         file descriptors.  This also averts a failure on systems with
13024         native openat support when a traversed directory lacks "x" access.
13025         * lib/fts_.h: Include "i-ring.h"
13026         (struct FTS) [fts_fd_ring]: New member.
13027         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
13028         (FCHDIR): Add parentheses.
13029         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
13030         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
13031         When descending, rather than simply closing the previous
13032         fts_cwd_fd value, push that file descriptor onto the ring.
13033         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
13034         (fts_open): Initialize the new fd_ring member.
13035         (fts_close): Clear the ring.
13036         (fts_safe_changedir): When possible, use our new fd_ring to skip
13037         the diropen and fstat and dev/ino comparison that would normally
13038         accompany a virtual `chdir ("..")'.
13039
13040         * modules/fts (Depends-on): Add i-ring.
13041         * modules/i-ring: New module.
13042         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
13043         * m4/i-ring.m4: New file.
13044
13045 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13046
13047         * gnulib-tool (func_create_testdir): Fix replacement of
13048         `build-aux' in configure.ac.  Run autotools in gltests
13049         subdirectory.
13050         (func_create_testdir, func_create_megatestdir, test): There is
13051         no need for '--force' in most autotool invocations in a new
13052         tree.  Actually fail the whole test if any of the tools, or the
13053         configure or make stages fail.
13054
13055         Sync from Automake.
13056         * build-aux/gnupload: Revert last change.  Add pointer to upload
13057         instructions of the GNU Maintenance Instructions.
13058         Suggestion by Karl Berry.
13059
13060 2006-11-10  Jim Meyering  <jim@meyering.net>
13061
13062         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
13063
13064 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13065
13066         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
13067         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
13068         (bind_textdomain_codeset) [! ENABLE_NLS]:
13069         Evaluate all the arguments.  That way, callers get compatible behavior
13070         if the arguments have side effects.  Also, it avoids some GCC
13071         diagnostics in some cases; Joel E. Denny reported problems when Bison
13072         was configured with --enable-gcc-warnigs.
13073
13074 2006-11-10  Jim Meyering  <jim@meyering.net>
13075
13076         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
13077         relevant options in CFLAGS (like -O, -fno-inline) are taken into
13078         account.
13079
13080 2006-11-10  Jim Meyering  <jim@meyering.net>
13081
13082         * modules/inline: New file/module.
13083         * modules/xalloc (Files): Remove m4/inline.m4.
13084         (Depends-on): Add inline, instead.
13085         * modules/oset: Likewise.
13086         * modules/list: Likewise.
13087
13088 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13089
13090         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
13091         Problem reported by Matthew Woehlke.
13092
13093 2006-11-09  Bruno Haible  <bruno@clisp.org>
13094
13095         * lib/tempname.c (gen_tempname): Remove variant that invokes
13096         __gen_tempname.
13097         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
13098         __gen_tempname.
13099
13100 2006-11-08  Bruno Haible  <bruno@clisp.org>
13101
13102         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
13103         to 'yes' instead of 'cross-compiling'.
13104
13105 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
13106
13107         * lib/quotearg.h (quotearg_free): New decl.
13108         * lib/quotearg.c (quotearg_free): New function.
13109         (slot0, nslots, slotvec0, slotvec):
13110         Now file-scope so that quotearg_free can get at them.
13111
13112 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13113
13114         Sync from Automake.
13115         * build-aux/gnupload: Add missing 'gnu' to example URL.
13116         Report by Karl Berry.
13117
13118 2006-11-08  Bruno Haible  <bruno@clisp.org>
13119
13120         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
13121         Suggested by Paul Eggert.
13122
13123 2006-11-08  Jim Meyering  <jim@meyering.net>
13124
13125         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
13126         It's already included if !_LIBC.
13127         (fts_safe_changedir): Add a comment.
13128
13129 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
13130
13131         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
13132         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
13133         Matthew Woehlke.
13134
13135         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
13136         definitions up, to avoid colliding with change below.
13137         (static_inline) [HAVE_INLINE]: New macro.
13138         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
13139         Provide extern decls when !HAVE_INLINE.  Do not define unless
13140         static_inline is defined, either by us or by xmalloc.c.  Use
13141         static_inline rather than static inline.
13142         (XCALLOC): Optimize sizeof(T) = 1 case.
13143         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
13144
13145 2006-11-07  Bruno Haible  <bruno@clisp.org>
13146
13147         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
13148         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
13149         AC_C_INLINE.
13150         * modules/xalloc (Files): Add m4/inline.m4.
13151
13152 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13153
13154         * README: Fix typo.
13155         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
13156         (Miscellanous Notes): ...from this.
13157
13158 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
13159
13160         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
13161         Mention that offsetof should be used instead of sizeof.
13162         From Bruno Haible.
13163
13164 2006-11-07  Bruno Haible  <bruno@clisp.org>
13165
13166         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
13167
13168 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
13169
13170         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
13171         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
13172         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
13173         (gl_tree_add_before, gl_tree_add_after):
13174         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
13175         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
13176         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
13177         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
13178         (gl_linked_add_after, gl_linked_add_at): Likewise.
13179         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
13180         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
13181         (gl_tree_add_before, gl_tree_add_after): Likewise.
13182         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
13183         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
13184         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
13185
13186 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13187
13188         * lib/gl_oset.h: Use C comment style, not C++ comment style.
13189
13190 2006-11-06  Bruno Haible  <bruno@clisp.org>
13191
13192         * m4/inline.m4: New file.
13193         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
13194         * modules/list (Files): Add m4/inline.m4.
13195         * modules/oset (Files): Likewise.
13196
13197 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
13198
13199         * lib/idcache.c: Include <stddef.h>, for offsetof.
13200         (struct userid.name): Change from char * to a flexible array member.
13201         All uses changed.
13202         * modules/idcache (Depends-on): Add flexmember.
13203
13204         * MODULES.html.sh (Core language properties): New module flexmember.
13205         * modules/flexmember, m4/flexmember.m4: New files.
13206
13207         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
13208         inline functions that are identical with the old xnmalloc_inline,
13209         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
13210         that we can avoid some unnecessary integer multiplications and
13211         divisions in the common case where the element size is known at
13212         compile time.
13213         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
13214         needed.
13215         (xnboundedmalloc): Remove.
13216         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
13217         arguments, for consistency with rest of this header.
13218         (xcharalloc): Rewrite using XNMALLOC.
13219         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
13220         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
13221         versions have been moved to lib/xalloc.h and renamed to be the
13222         non-*_inline versions.
13223         (xmalloc, xrealloc): Implement without reference to the xnmalloc
13224         and xnrealloc functions, since those functions are now inline and
13225         now call us.
13226         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
13227         renaming described above.
13228         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
13229         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
13230         captures the dependency in AC_C_INLINE.
13231
13232         New module canonicalize-lgpl, proposed by Charles Wilson in
13233         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
13234         with a few small changes afterwards.
13235         * MODULES.html.sh (File system functions): New module
13236         canonicalize-lgpl.
13237         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
13238         and canonicalize_file_name.
13239         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
13240         * modules/canonicalize-lgpl: New files.
13241
13242 2006-11-05  Bruno Haible  <bruno@clisp.org>
13243
13244         * gnulib-tool (func_import, func_create_testdir): Create directories
13245         also for files in subdirectories of lib/.
13246
13247 2006-11-05  Bruno Haible  <bruno@clisp.org>
13248
13249         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
13250         ANSI C compliant.
13251
13252 2006-11-03  Bruno Haible  <bruno@clisp.org>
13253
13254         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
13255         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
13256         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
13257         (xnboundedmalloc): New inline function.
13258         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
13259         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
13260         xmalloc.
13261         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
13262         xmalloc.
13263         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
13264         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
13265         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
13266         xmalloc.
13267         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
13268         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
13269         xmalloc.
13270         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
13271         gl_tree_add_after): Use XMALLOC instead of xmalloc.
13272         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
13273         xmalloc.
13274         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
13275         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
13276         gl_tree_add_after): Use XMALLOC instead of xmalloc.
13277         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
13278         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
13279         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
13280         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
13281
13282 2006-11-03  Bruno Haible  <bruno@clisp.org>
13283
13284         * lib/c-ctype.h [C++]: Define functions without name mangling.
13285         * lib/fwriteerror.h [C++]: Likewise.
13286         * lib/gcd.h [C++]: Likewise.
13287         * lib/linebreak.h [C++]: Likewise.
13288
13289 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
13292         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
13293         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
13294         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
13295         Check for functions and headers just once.
13296         Check for declaration of canonicalize_file_name.
13297         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
13298
13299 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13300
13301         * gnulib-tool (func_import): Fix typo in actioncmd.
13302
13303 2006-11-02  Bruno Haible  <bruno@clisp.org>
13304
13305         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
13306         newline sequence in the Makefile.am snippet as a space, like "make"
13307         does.
13308         Reported by Roger Persson <perrog@gmail.com>.
13309
13310 2006-11-01  Bruno Haible  <bruno@clisp.org>
13311
13312         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
13313         already declared in <string.h>.
13314         * lib/strcase.h (strncasecmp): Don't declare it if yes.
13315
13316 2006-11-01  Bruno Haible  <bruno@clisp.org>
13317
13318         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
13319         * lib/strcase.h: Include <string.h>.
13320         (strcasecmp): Define to rpl_strcasecmp here.
13321
13322 2006-11-01  Bruno Haible  <bruno@clisp.org>
13323
13324         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
13325
13326 2006-11-01  Eric Blake  <ebb9@byu.net>
13327
13328         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
13329
13330         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
13331
13332 2006-10-29  Bruno Haible  <bruno@clisp.org>
13333
13334         Make it compile in C++ mode.
13335         * lib/full-write.c (full_rw): Add a cast.
13336
13337 2006-11-01  Bruno Haible  <bruno@clisp.org>
13338
13339         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
13340         be POSIX compliant.
13341         Reported by Roger Persson <perrog@gmail.com>.
13342
13343 2006-11-01  Eric Blake  <ebb9@byu.net>
13344
13345         * lib/getopt_.h: Fix comments.
13346
13347 2006-10-31  Eric Blake  <ebb9@byu.net>
13348
13349         * modules/tmpdir (Depends-on): Add sys_stat.
13350         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
13351         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
13352         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
13353         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
13354         tempname.
13355
13356 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
13357
13358         Avoid some C++ diagnostics reported by Bruno Haible.
13359         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
13360         xmalloc.
13361         (quotearg_alloc): Use xcharalloc rather than xmalloc.
13362         (struct slotvec): Move to top level.
13363         (quotearg_n_options): Rewrite to avoid xmalloc.
13364         * lib/xalloc.h (xcharalloc): New function.
13365         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
13366         [defined __cplusplus]: Add function template that provides result
13367         type propagation.  This part of the change is from Bruno Haible.
13368
13369 2006-10-29  Bruno Haible  <bruno@clisp.org>
13370
13371         Make it compile in C++ mode.
13372         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
13373         * lib/strnlen1.c (strnlen1): Cast memchr result.
13374         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
13375         * lib/clean-temp.c (string_equals, string_hash): Add casts.
13376         (create_temp_dir): Rename local variable 'template'.
13377         (compile_csharp_using_sscli): Add cast.
13378         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
13379         * lib/findprog.c (find_in_path): Likewise.
13380         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
13381         * lib/wait-process.c (register_slave_subprocess): Likewise.
13382
13383 2006-10-22  Bruno Haible  <bruno@clisp.org>
13384
13385         * modules/tsearch: New file.
13386         * lib/tsearch.h: New file.
13387         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
13388         * m4/tsearch.m4: New file.
13389         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
13390
13391 2006-10-29  Eric Blake  <ebb9@byu.net>
13392
13393         * lib/arcfour.c: Assume config.h.
13394         * lib/arctwo.c: Likewise.
13395         * lib/base64.c: Likewise.
13396         * lib/check-version.c: Likewise.
13397         * lib/crc.c: Likewise.
13398         * lib/des.c: Likewise.
13399         * lib/gc-gnulib.c: Likewise.
13400         * lib/gc-libgcrypt.c: Likewise.
13401         * lib/gc-pbkdf2-sha1.c: Likewise.
13402         * lib/getaddrinfo.c: Likewise.
13403         * lib/getdelim.c: Likewise.
13404         * lib/getline.c: Likewise.
13405         * lib/hmac-md5.c: Likewise.
13406         * lib/hmac-sha1.c: Likewise.
13407         * lib/iconvme.c: Likewise.
13408         * lib/md2.c: Likewise.
13409         * lib/md4.c: Likewise.
13410         * lib/memxor.c: Likewise.
13411         * lib/read-file.c: Likewise.
13412         * lib/readline.c: Likewise.
13413         * lib/rijndael-alg-fst.c: Likewise.
13414         * lib/rijndael-api-fst.c: Likewise.
13415         * lib/xgetdomainname.c: Likewise.
13416
13417 2006-10-28  Eric Blake  <ebb9@byu.net>
13418
13419         * lib/xstrndup.c: Assume config.h.
13420
13421 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
13424         stat-macros.h is now for our own macros, whereas stat_h is for
13425         macros in the <sys/stat.h> name space.
13426         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
13427         (STAT_MACROS_H): Remove.
13428         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
13429         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
13430         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
13431         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
13432         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
13433         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
13434         Move these macros to ...
13435         * lib/stat_.h: here.  Don't include stat-macros.h.
13436         * lib/canonicalize.c: Don't include stat-macros.h.
13437         * lib/chown.c: Likewise.
13438         * lib/euidaccess.c: Likewise.
13439         * lib/file-type.c: Likewise.
13440         * lib/filemode.c: Likewise.
13441         * lib/glob.c: Likewise.
13442         * lib/isapipe.c: Likewise.
13443         * lib/lchown.c: Likewise.
13444         * lib/lstat.c: Likewise.
13445         * lib/mkdir-p.c: Likewise.
13446         * lib/rmdir.c: Likewise.
13447         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
13448         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
13449         unless mkdir isn't declared, to speed up 'configure'.
13450         Always create sys/stat.h, since it's unlikely any real sys/stat.h
13451         would define all the S_* symbols.
13452         * modules/canonicalize (Depends-on):
13453         Depend on sys_stat, not stat-macros.
13454         * modules/chown: Likewise.
13455         * modules/euidaccess: Likewise.
13456         * modules/filemode: Likewise.
13457         * modules/file-type: Likewise.
13458         * modules/glob: Likewise.
13459         * modules/isapipe: Likewise.
13460         * modules/lchown: Likewise.
13461         * modules/lstat: Likewise.
13462         * modules/mkancesdirs: Likewise.
13463         * modules/rmdir: Likewise.
13464         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
13465         * modules/modechange: Likewise.
13466         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
13467         (configure.ac): Remove gl_STAT_MACROS.
13468         * modules/sys_stat (Depends-on): Remove stat-macros.
13469
13470 2006-10-27  Bruno Haible  <bruno@clisp.org>
13471
13472         * m4/signed.m4: Remove file.
13473         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
13474         invocation.
13475         * modules/vasnprintf (Files): Remove m4/signed.m4.
13476
13477 2006-10-27  Bruno Haible  <bruno@clisp.org>
13478
13479         Update to GNU gettext 0.16.
13480         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
13481         m4/inttypes-h.m4, m4/signed.m4.
13482         * m4/gettext.m4: Update to GNU gettext 0.16.
13483         * m4/intl.m4: New file, from GNU gettext.
13484         * m4/intldir.m4: New file, from GNU gettext.
13485         * config/srclist.txt: Update
13486
13487 2006-10-27  Eric Blake  <ebb9@byu.net>
13488
13489         * MODULES.html.sh: Document tempname.
13490         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
13491         dependencies.
13492         (Files): Move lib/tempname.c...
13493         * modules/tempname: ...to this new module.
13494         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
13495         (gl_PREREQ_TEMPNAME): Move...
13496         * m4/tempname.m4: ...to this new file.
13497         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
13498         * modules/sys_stat (Depends-on): Add stat-macros.
13499         * lib/stat_.h (includes): Pick up stat macros.
13500         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
13501         if stat macros are broken.
13502         * lib/tempname.c (includes): No need to include "stat-macros.h".
13503         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
13504         (direxists, __path_search) [!_LIBC]: Don't compile these in
13505         gnulib; the tmpdir module covers that.
13506         * lib/tempname.h: New file.
13507
13508 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
13509
13510         * COPYING: Explain how gnulib-tool converts licence headers.
13511         Almost all wording by Eric Blake.
13512
13513 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
13514
13515         * lib/mbchar.h (is_basic_table): Make read-only.
13516         * lib/mbchar.c (is_basic_table): Likewise.
13517         Reported by John Darrington.
13518
13519 2006-10-25  Bruno Haible  <bruno@clisp.org>
13520
13521         * lib/progname.h (set_program_name): Undefine before defining.
13522
13523 2006-10-25  Bruno Haible  <bruno@clisp.org>
13524
13525         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
13526         false for non-gcc C++ compilers.
13527         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
13528
13529 2006-10-24  Bruno Haible  <bruno@clisp.org>
13530
13531         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
13532         iconv implementations like Irix iconv.
13533
13534 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13535
13536         * modules/vararrays: New file.
13537         * m4/vararrays.m4: New file, taken from diffutils.
13538         * MODULES.html.sh: New module vararrays.
13539
13540 2006-10-24  Karl Berry  <karl@gnu.org>
13541
13542         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
13543         Don't call GNU Unix.
13544
13545 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13546
13547         * users.txt: Add Libtool.
13548
13549         Sync from Libtool:
13550
13551         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13552
13553         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
13554         to gnulib's policy of including config.h unconditionally.
13555
13556 2006-10-24  Bruno Haible  <bruno@clisp.org>
13557
13558         * modules/wcwidth (Files): Add m4/wint_t.m4.
13559         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
13560         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
13561
13562 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
13565         to pacify GCC with some -W flags enabled.  Problem reported by
13566         Bruno Haible.
13567
13568 2006-10-24  Jim Meyering  <jim@meyering.net>
13569
13570         * MODULES.html.sh: Remove uinttostr.  It's not a module.
13571         Reported by Karl Berry.
13572
13573 2006-10-23  Bruno Haible  <bruno@clisp.org>
13574
13575         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
13576
13577 2006-10-24  Bruno Haible  <bruno@clisp.org>
13578
13579         * lib/gl_list.h: Use C comment style, not C++ comment style.
13580
13581 2006-10-23  Eric Blake  <ebb9@byu.net>
13582
13583         * lib/getaddrinfo.c (includes): Add missing include.
13584
13585 2006-10-23  Bruno Haible  <bruno@clisp.org>
13586             Paul Eggert  <eggert@cs.ucla.edu>
13587
13588         Ability to rename obstack_free.
13589         * lib/obstack.h (__obstack_free): New macro. Declare instead of
13590         obstack_free.
13591         (obstack_free): Invoke the __obstack_free macro.
13592         * lib/obstack.c (obstack_free): Use __obstack_free macro.
13593
13594 2006-10-23  Bruno Haible  <bruno@clisp.org>
13595             Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
13598         __argc, __argv from the declaration. (They are defined as macros on
13599         mingw.)
13600
13601 2006-10-22  Bruno Haible  <bruno@clisp.org>
13602
13603         * doc/gnulib-intro.texi: New file.
13604         * doc/gnulib.texi: Include it.
13605
13606 2006-10-21  Bruno Haible  <bruno@clisp.org>
13607
13608         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
13609         "Introduction", "Miscellanous Notes", "Particular Modules".
13610
13611 2006-10-21  Bruno Haible  <bruno@clisp.org>
13612
13613         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
13614         Change mostlyclean-local rule to avoid sh syntax error from bash
13615         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
13616
13617 2006-10-23  Jim Meyering  <jim@meyering.net>
13618
13619         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
13620         in place of snprintf.
13621
13622         * modules/inttostr (Files): Add lib/uinttostr.c.
13623         * lib/uinttostr.c (inttostr): New file/function.
13624         * lib/inttostr.h (uinttostr): Declare.
13625         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
13626         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
13627         Add uinttostr.
13628         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
13629
13630 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13631
13632         * lib/canonicalize.c (ELOOP): Define if not already defined.
13633         Problem reported by Bruno Haible in
13634         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
13635
13636 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
13637
13638         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
13639         Problem reported by Perry Smith and Ville Laurikari.
13640
13641         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
13642         uses.
13643
13644 2006-10-19  Bruno Haible  <bruno@clisp.org>
13645
13646         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
13647         for mingw.
13648
13649 2006-10-19  Bruno Haible  <bruno@clisp.org>
13650
13651         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
13652         Needed for mingw.
13653
13654 2006-10-19  Bruno Haible  <bruno@clisp.org>
13655
13656         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
13657
13658 2006-10-19  Bruno Haible  <bruno@clisp.org>
13659
13660         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
13661         it.
13662
13663 2006-10-19  Bruno Haible  <bruno@clisp.org>
13664
13665         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
13666         invocation.
13667
13668 2006-10-19  Bruno Haible  <bruno@clisp.org>
13669
13670         * gnulib-tool (func_create_testdir): Don't include ftruncate and
13671         mountlist by default.
13672
13673 2006-10-16  Bruno Haible  <bruno@clisp.org>
13674
13675         * lib/c-strstr.c: Include c-strstr.h.
13676
13677 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
13678
13679         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
13680         in a slash.
13681
13682 2006-10-18  Bruno Haible  <bruno@clisp.org>
13683
13684         * lib/lock.h [C++]: Wrap definitions in extern "C".
13685
13686 2006-10-18  Bruno Haible  <bruno@clisp.org>
13687
13688         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
13689         gl_LIBOBJS list.
13690
13691 2006-10-18  Bruno Haible  <bruno@clisp.org>
13692
13693         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
13694
13695 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
13696
13697         * lib/xstrtol.h: Include gettext.h.
13698         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
13699         Problem reported by Eric Blake.
13700         * modules/xstrtol (Depends-on): Add gettext-h.
13701
13702 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
13703
13704         * lib/strftime.c (advance): New macro.
13705         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
13706         incomplete type, so you can't add 0 to it.  Problem and patch
13707         reported by Eelco Dolstra for dietlibc.
13708
13709 2006-10-18  Jim Meyering  <jim@meyering.net>
13710
13711         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
13712         type for a local, and rename it: s/up/user_proc/.
13713
13714 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
13715
13716         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
13717         READ_UTMP_USER_PROCESS.
13718         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
13719
13720 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
13723         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
13724
13725 2006-10-17  Eric Blake  <ebb9@byu.net>
13726
13727         * lib/sigprocmask.c (sigprocmask): Fix typo.
13728
13729         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
13730
13731         * modules/clean-temp (Makefile.am): Don't add to make output...
13732         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
13733         config.h.
13734
13735 2006-10-17  Bruno Haible  <bruno@clisp.org>
13736
13737         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
13738         differently if DEFAULT_TEXT_DOMAIN is set.
13739
13740 2006-10-16  Bruno Haible  <bruno@clisp.org>
13741
13742         * lib/clean-temp.c: Include fwriteerror.h.
13743
13744 2006-10-16  Bruno Haible  <bruno@clisp.org>
13745
13746         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
13747
13748 2006-10-16  Bruno Haible  <bruno@clisp.org>
13749
13750         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
13751         * lib/sigprocmask.h: Include <sys/types.h>.
13752         (sigset_t): Use the system's definition if present.
13753
13754 2006-10-17  Eric Blake  <ebb9@byu.net>
13755
13756         * lib/xvasprintf.c (includes): Assume config.h.
13757         * lib/xasprintf.c (includes): Likewise.
13758
13759 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
13760
13761         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
13762         at least as wide as intmax_t.
13763
13764 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
13765
13766         (Imported from Automake.)
13767         * build-aux/gnupload: Update to version 1.1 of directive file.
13768
13769 2006-10-16  Eric Blake  <ebb9@byu.net>
13770
13771         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
13772         match Automake 1.10a.
13773
13774 2006-10-14  Bruno Haible  <bruno@clisp.org>
13775
13776         * modules/sigprocmask: New file.
13777         * lib/sigprocmask.h: New file.
13778         * lib/sigprocmask.c: New file.
13779         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
13780         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
13781         request sigprocmask.o.
13782         (gl_PREREQ_SIGPROCMASK): New macro.
13783         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
13784         (Depends-on): Add sigprocmask.
13785         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
13786         gt_SIGNALBLOCKING. Test for 'raise' only once.
13787         * lib/fatal-signal.c: Include sigprocmask.h.
13788         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
13789         unblock_fatal_signals): Define always.
13790         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13791         sigprocmask.
13792
13793 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
13794
13795         Sync from Automake.
13796         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
13797         which incorrectly sets the mode of an existing destination
13798         directory.  In some cases the unpatched install-sh could do the
13799         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
13800         system.  We hope this is rare in practice, but it's clearly worth
13801         fixing.  Problem reported by Alex Unleashed in
13802         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
13803         Also, don't bother to check for -m bugs unless we're using -m;
13804         suggested by Stepan Kasal.
13805
13806 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
13807
13808         Sync from Automake.
13809         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
13810         `-c' flag, so they appear at the same position as in %FASTDEP%
13811         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
13812         which ignores unknown options only after the first non-option.
13813         Bug report against M4 by Nelson H. F. Beebe.
13814
13815 2006-10-13  Jim Meyering  <jim@meyering.net>
13816
13817         Fix a bug in yesterday's change.
13818         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
13819         p->fts_statp->st_dev would be used uninitialized.
13820         Ensures that we always call fts_stat on the very first entry.
13821         Miklos Szeredi reported that find -xdev stopped working.
13822
13823 2006-10-12  Bruno Haible  <bruno@clisp.org>
13824
13825         * gnulib-tool (func_get_automake_snippet): Append an automatically
13826         computed EXTRA_DIST augmentation.
13827         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
13828         * modules/alloca-opt (Makefile.am): Likewise.
13829         * modules/allocsa (Makefile.am): Likewise.
13830         * modules/arcfour (Makefile.am): Likewise.
13831         * modules/arctwo (Makefile.am): Likewise.
13832         * modules/argmatch (Makefile.am): Likewise.
13833         * modules/argz (Makefile.am): Likewise.
13834         * modules/atexit (Makefile.am): Likewise.
13835         * modules/backupfile (Makefile.am): Likewise.
13836         * modules/byteswap (Makefile.am): Likewise.
13837         * modules/c-strtod (Makefile.am): Likewise.
13838         * modules/c-strtold (Makefile.am): Likewise.
13839         * modules/calloc (Makefile.am): Likewise.
13840         * modules/canon-host (Makefile.am): Likewise.
13841         * modules/canonicalize (Makefile.am): Likewise.
13842         * modules/chdir-long (Makefile.am): Likewise.
13843         * modules/chdir-safer (Makefile.am): Likewise.
13844         * modules/check-version (Makefile.am): Likewise.
13845         * modules/chown (Makefile.am): Likewise.
13846         * modules/cloexec (Makefile.am): Likewise.
13847         * modules/close-stream (Makefile.am): Likewise.
13848         * modules/closeout (Makefile.am): Likewise.
13849         * modules/crc (Makefile.am): Likewise.
13850         * modules/csharpexec (Makefile.am): Likewise.
13851         * modules/cycle-check (Makefile.am): Likewise.
13852         * modules/des (Makefile.am): Likewise.
13853         * modules/dev-ino (Makefile.am): Likewise.
13854         * modules/dirfd (Makefile.am): Likewise.
13855         * modules/dirname (Makefile.am): Likewise.
13856         * modules/dup2 (Makefile.am): Likewise.
13857         * modules/eealloc (Makefile.am): Likewise.
13858         * modules/error (Makefile.am): Likewise.
13859         * modules/euidaccess (Makefile.am): Likewise.
13860         * modules/exclude (Makefile.am): Likewise.
13861         * modules/exitfail (Makefile.am): Likewise.
13862         * modules/fcntl-safer (Makefile.am): Likewise.
13863         * modules/fcntl (Makefile.am): Likewise.
13864         * modules/file-type (Makefile.am): Likewise.
13865         * modules/fileblocks (Makefile.am): Likewise.
13866         * modules/filemode (Makefile.am): Likewise.
13867         * modules/filenamecat (Makefile.am): Likewise.
13868         * modules/fnmatch (Makefile.am): Likewise.
13869         * modules/fopen-safer (Makefile.am): Likewise.
13870         * modules/fpending (Makefile.am): Likewise.
13871         * modules/fprintftime (Makefile.am): Likewise.
13872         * modules/free (Makefile.am): Likewise.
13873         * modules/fsusage (Makefile.am): Likewise.
13874         * modules/ftruncate (Makefile.am): Likewise.
13875         * modules/fts (Makefile.am): Likewise.
13876         * modules/gc-arcfour (Makefile.am): Likewise.
13877         * modules/gc-des (Makefile.am): Likewise.
13878         * modules/gc-hmac-md5 (Makefile.am): Likewise.
13879         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
13880         * modules/gc-md4 (Makefile.am): Likewise.
13881         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
13882         * modules/gc-sha1 (Makefile.am): Likewise.
13883         * modules/gc (Makefile.am): Likewise.
13884         * modules/getaddrinfo (Makefile.am): Likewise.
13885         * modules/getcwd (Makefile.am): Likewise.
13886         * modules/getdelim (Makefile.am): Likewise.
13887         * modules/getdomainname (Makefile.am): Likewise.
13888         * modules/getgroups (Makefile.am): Likewise.
13889         * modules/gethostname (Makefile.am): Likewise.
13890         * modules/gethrxtime (Makefile.am): Likewise.
13891         * modules/getline (Makefile.am): Likewise.
13892         * modules/getloadavg (Makefile.am): Likewise.
13893         * modules/getlogin_r (Makefile.am): Likewise.
13894         * modules/getndelim2 (Makefile.am): Likewise.
13895         * modules/getopt (Makefile.am): Likewise.
13896         * modules/getpagesize (Makefile.am): Likewise.
13897         * modules/getpass-gnu (Makefile.am): Likewise.
13898         * modules/getpass (Makefile.am): Likewise.
13899         * modules/getsubopt (Makefile.am): Likewise.
13900         * modules/gettime (Makefile.am): Likewise.
13901         * modules/gettimeofday (Makefile.am): Likewise.
13902         * modules/getugroups (Makefile.am): Likewise.
13903         * modules/getusershell (Makefile.am): Likewise.
13904         * modules/glob (Makefile.am): Likewise.
13905         * modules/group-member (Makefile.am): Likewise.
13906         * modules/hard-locale (Makefile.am): Likewise.
13907         * modules/hash (Makefile.am): Likewise.
13908         * modules/hmac-md5 (Makefile.am): Likewise.
13909         * modules/hmac-sha1 (Makefile.am): Likewise.
13910         * modules/human (Makefile.am): Likewise.
13911         * modules/idcache (Makefile.am): Likewise.
13912         * modules/imaxabs (Makefile.am): Likewise.
13913         * modules/imaxdiv (Makefile.am): Likewise.
13914         * modules/inet_ntop (Makefile.am): Likewise.
13915         * modules/inet_pton (Makefile.am): Likewise.
13916         * modules/intprops (Makefile.am): Likewise.
13917         * modules/inttostr (Makefile.am): Likewise.
13918         * modules/inttypes (Makefile.am): Likewise.
13919         * modules/isapipe (Makefile.am): Likewise.
13920         * modules/javaversion (Makefile.am): Likewise.
13921         * modules/lchmod (Makefile.am): Likewise.
13922         * modules/lchown (Makefile.am): Likewise.
13923         * modules/localcharset (Makefile.am): Likewise.
13924         * modules/long-options (Makefile.am): Likewise.
13925         * modules/lstat (Makefile.am): Likewise.
13926         * modules/malloc (Makefile.am): Likewise.
13927         * modules/mathl (Makefile.am): Likewise.
13928         * modules/mbchar (Makefile.am): Likewise.
13929         * modules/md2 (Makefile.am): Likewise.
13930         * modules/md4 (Makefile.am): Likewise.
13931         * modules/md5 (Makefile.am): Likewise.
13932         * modules/memcasecmp (Makefile.am): Likewise.
13933         * modules/memchr (Makefile.am): Likewise.
13934         * modules/memcmp (Makefile.am): Likewise.
13935         * modules/memcoll (Makefile.am): Likewise.
13936         * modules/memcpy (Makefile.am): Likewise.
13937         * modules/memmem (Makefile.am): Likewise.
13938         * modules/memmove (Makefile.am): Likewise.
13939         * modules/mempcpy (Makefile.am): Likewise.
13940         * modules/memrchr (Makefile.am): Likewise.
13941         * modules/memset (Makefile.am): Likewise.
13942         * modules/memxor (Makefile.am): Likewise.
13943         * modules/mkancesdirs (Makefile.am): Likewise.
13944         * modules/mkdir-p (Makefile.am): Likewise.
13945         * modules/mkdir (Makefile.am): Likewise.
13946         * modules/mkdtemp (Makefile.am): Likewise.
13947         * modules/mkstemp (Makefile.am): Likewise.
13948         * modules/mktime (Makefile.am): Likewise.
13949         * modules/modechange (Makefile.am): Likewise.
13950         * modules/mountlist (Makefile.am): Likewise.
13951         * modules/nanosleep (Makefile.am): Likewise.
13952         * modules/obstack (Makefile.am): Likewise.
13953         * modules/openat (Makefile.am): Likewise.
13954         * modules/pagealign_alloc (Makefile.am): Likewise.
13955         * modules/pathmax (Makefile.am): Likewise.
13956         * modules/physmem (Makefile.am): Likewise.
13957         * modules/poll (Makefile.am): Likewise.
13958         * modules/posixtm (Makefile.am): Likewise.
13959         * modules/posixver (Makefile.am): Likewise.
13960         * modules/putenv (Makefile.am): Likewise.
13961         * modules/quote (Makefile.am): Likewise.
13962         * modules/quotearg (Makefile.am): Likewise.
13963         * modules/raise (Makefile.am): Likewise.
13964         * modules/read-file (Makefile.am): Likewise.
13965         * modules/readline (Makefile.am): Likewise.
13966         * modules/readlink (Makefile.am): Likewise.
13967         * modules/readtokens (Makefile.am): Likewise.
13968         * modules/readutmp (Makefile.am): Likewise.
13969         * modules/realloc (Makefile.am): Likewise.
13970         * modules/regex (Makefile.am): Likewise.
13971         * modules/rename-dest-slash (Makefile.am): Likewise.
13972         * modules/rename (Makefile.am): Likewise.
13973         * modules/rijndael (Makefile.am): Likewise.
13974         * modules/rmdir (Makefile.am): Likewise.
13975         * modules/rpmatch (Makefile.am): Likewise.
13976         * modules/safe-read (Makefile.am): Likewise.
13977         * modules/safe-write (Makefile.am): Likewise.
13978         * modules/same-inode (Makefile.am): Likewise.
13979         * modules/same (Makefile.am): Likewise.
13980         * modules/save-cwd (Makefile.am): Likewise.
13981         * modules/savedir (Makefile.am): Likewise.
13982         * modules/setenv (Makefile.am): Likewise.
13983         * modules/settime (Makefile.am): Likewise.
13984         * modules/sha1 (Makefile.am): Likewise.
13985         * modules/sig2str (Makefile.am): Likewise.
13986         * modules/snprintf (Makefile.am): Likewise.
13987         * modules/stat-macros (Makefile.am): Likewise.
13988         * modules/stat-time (Makefile.am): Likewise.
13989         * modules/stdbool (Makefile.am): Likewise.
13990         * modules/stdint (Makefile.am): Likewise.
13991         * modules/stdlib-safer (Makefile.am): Likewise.
13992         * modules/stpcpy (Makefile.am): Likewise.
13993         * modules/stpncpy (Makefile.am): Likewise.
13994         * modules/strcase (Makefile.am): Likewise.
13995         * modules/strcasestr (Makefile.am): Likewise.
13996         * modules/strchrnul (Makefile.am): Likewise.
13997         * modules/strcspn (Makefile.am): Likewise.
13998         * modules/strdup (Makefile.am): Likewise.
13999         * modules/strerror (Makefile.am): Likewise.
14000         * modules/strftime (Makefile.am): Likewise.
14001         * modules/strndup (Makefile.am): Likewise.
14002         * modules/strnlen (Makefile.am): Likewise.
14003         * modules/strpbrk (Makefile.am): Likewise.
14004         * modules/strsep (Makefile.am): Likewise.
14005         * modules/strstr (Makefile.am): Likewise.
14006         * modules/strtod (Makefile.am): Likewise.
14007         * modules/strtoimax (Makefile.am): Likewise.
14008         * modules/strtok_r (Makefile.am): Likewise.
14009         * modules/strtol (Makefile.am): Likewise.
14010         * modules/strtoll (Makefile.am): Likewise.
14011         * modules/strtoul (Makefile.am): Likewise.
14012         * modules/strtoull (Makefile.am): Likewise.
14013         * modules/strtoumax (Makefile.am): Likewise.
14014         * modules/strverscmp (Makefile.am): Likewise.
14015         * modules/sys_socket (Makefile.am): Likewise.
14016         * modules/sys_stat (Makefile.am): Likewise.
14017         * modules/sysexits (Makefile.am): Likewise.
14018         * modules/time_r (Makefile.am): Likewise.
14019         * modules/timegm (Makefile.am): Likewise.
14020         * modules/timespec (Makefile.am): Likewise.
14021         * modules/tmpfile-safer (Makefile.am): Likewise.
14022         * modules/trim (Makefile.am): Likewise.
14023         * modules/unistd-safer (Makefile.am): Likewise.
14024         * modules/unlinkdir (Makefile.am): Likewise.
14025         * modules/unlocked-io (Makefile.am): Likewise.
14026         * modules/userspec (Makefile.am): Likewise.
14027         * modules/utime (Makefile.am): Likewise.
14028         * modules/utimecmp (Makefile.am): Likewise.
14029         * modules/utimens (Makefile.am): Likewise.
14030         * modules/vasnprintf (Makefile.am): Likewise.
14031         * modules/vasprintf (Makefile.am): Likewise.
14032         * modules/vsnprintf (Makefile.am): Likewise.
14033         * modules/xalloc (Makefile.am): Likewise.
14034         * modules/xgetcwd (Makefile.am): Likewise.
14035         * modules/xnanosleep (Makefile.am): Likewise.
14036         * modules/xreadlink (Makefile.am): Likewise.
14037         * modules/xstrtod (Makefile.am): Likewise.
14038         * modules/xstrtol (Makefile.am): Likewise.
14039         * modules/xstrtold (Makefile.am): Likewise.
14040         * modules/yesno (Makefile.am): Likewise.
14041         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
14042
14043 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * modules/error (Makefile.am): Distribute files through
14046         EXTRA_DIST, not lib_SOURCES.
14047
14048 2006-10-12  Eric Blake  <ebb9@byu.net>
14049
14050         * modules/error (Makefile.am): Distribute files in /lib.
14051         * modules/obstack (Makefile.am): Likewise.
14052
14053 2006-10-12  Bruno Haible  <bruno@clisp.org>
14054
14055         * modules/acl (Makefile.am): Distribute all files in lib/ through
14056         EXTRA_DIST.
14057         * modules/arcfour (Makefile.am): Likewise.
14058         * modules/arctwo (Makefile.am): Likewise.
14059         * modules/argmatch (Makefile.am): Likewise.
14060         * modules/argz (Makefile.am): Likewise.
14061         * modules/atexit (Makefile.am): Likewise.
14062         * modules/backupfile (Makefile.am): Likewise.
14063         * modules/c-strtod (Makefile.am): Likewise.
14064         * modules/c-strtold (Makefile.am): Likewise.
14065         * modules/calloc (Makefile.am): Likewise.
14066         * modules/canon-host (Makefile.am): Likewise.
14067         * modules/canonicalize (Makefile.am): Likewise.
14068         * modules/chdir-long (Makefile.am): Likewise.
14069         * modules/chdir-safer (Makefile.am): Likewise.
14070         * modules/check-version (Makefile.am): Likewise.
14071         * modules/chown (Makefile.am): Likewise.
14072         * modules/cloexec (Makefile.am): Likewise.
14073         * modules/close-stream (Makefile.am): Likewise.
14074         * modules/closeout (Makefile.am): Likewise.
14075         * modules/crc (Makefile.am): Likewise.
14076         * modules/cycle-check (Makefile.am): Likewise.
14077         * modules/des (Makefile.am): Likewise.
14078         * modules/dirfd (Makefile.am): Likewise.
14079         * modules/dirname (Makefile.am): Likewise.
14080         * modules/dup2 (Makefile.am): Likewise.
14081         * modules/euidaccess (Makefile.am): Likewise.
14082         * modules/exclude (Makefile.am): Likewise.
14083         * modules/exitfail (Makefile.am): Likewise.
14084         * modules/fcntl-safer (Makefile.am): Likewise.
14085         * modules/file-type (Makefile.am): Likewise.
14086         * modules/fileblocks (Makefile.am): Likewise.
14087         * modules/filemode (Makefile.am): Likewise.
14088         * modules/filenamecat (Makefile.am): Likewise.
14089         * modules/fnmatch (Makefile.am): Likewise.
14090         * modules/fopen-safer (Makefile.am): Likewise.
14091         * modules/fpending (Makefile.am): Likewise.
14092         * modules/fprintftime (Makefile.am): Likewise.
14093         * modules/free (Makefile.am): Likewise.
14094         * modules/fsusage (Makefile.am): Likewise.
14095         * modules/ftruncate (Makefile.am): Likewise.
14096         * modules/fts (Makefile.am): Likewise.
14097         * modules/gc (Makefile.am): Likewise.
14098         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
14099         * modules/getaddrinfo (Makefile.am): Likewise.
14100         * modules/getcwd (Makefile.am): Likewise.
14101         * modules/getdelim (Makefile.am): Likewise.
14102         * modules/getdomainname (Makefile.am): Likewise.
14103         * modules/getgroups (Makefile.am): Likewise.
14104         * modules/gethostname (Makefile.am): Likewise.
14105         * modules/gethrxtime (Makefile.am): Likewise.
14106         * modules/getline (Makefile.am): Likewise.
14107         * modules/getloadavg (Makefile.am): Likewise.
14108         * modules/getlogin_r (Makefile.am): Likewise.
14109         * modules/getopt (Makefile.am): Likewise.
14110         * modules/getpass (Makefile.am): Likewise.
14111         * modules/getpass-gnu (Makefile.am): Likewise.
14112         * modules/getsubopt (Makefile.am): Likewise.
14113         * modules/gettime (Makefile.am): Likewise.
14114         * modules/gettimeofday (Makefile.am): Likewise.
14115         * modules/getugroups (Makefile.am): Likewise.
14116         * modules/getusershell (Makefile.am): Likewise.
14117         * modules/glob (Makefile.am): Likewise.
14118         * modules/group-member (Makefile.am): Likewise.
14119         * modules/hard-locale (Makefile.am): Likewise.
14120         * modules/hash (Makefile.am): Likewise.
14121         * modules/hmac-md5 (Makefile.am): Likewise.
14122         * modules/hmac-sha1 (Makefile.am): Likewise.
14123         * modules/human (Makefile.am): Likewise.
14124         * modules/idcache (Makefile.am): Likewise.
14125         * modules/imaxabs (Makefile.am): Likewise.
14126         * modules/imaxdiv (Makefile.am): Likewise.
14127         * modules/inet_ntop (Makefile.am): Likewise.
14128         * modules/inet_pton (Makefile.am): Likewise.
14129         * modules/inttostr (Makefile.am): Likewise.
14130         * modules/isapipe (Makefile.am): Likewise.
14131         * modules/lchown (Makefile.am): Likewise.
14132         * modules/long-options (Makefile.am): Likewise.
14133         * modules/lstat (Makefile.am): Likewise.
14134         * modules/malloc (Makefile.am): Likewise.
14135         * modules/mathl (Makefile.am): Likewise.
14136         * modules/mbchar (Makefile.am): Likewise.
14137         * modules/md2 (Makefile.am): Likewise.
14138         * modules/md4 (Makefile.am): Likewise.
14139         * modules/md5 (Makefile.am): Likewise.
14140         * modules/memcasecmp (Makefile.am): Likewise.
14141         * modules/memchr (Makefile.am): Likewise.
14142         * modules/memcmp (Makefile.am): Likewise.
14143         * modules/memcoll (Makefile.am): Likewise.
14144         * modules/memcpy (Makefile.am): Likewise.
14145         * modules/memmem (Makefile.am): Likewise.
14146         * modules/memmove (Makefile.am): Likewise.
14147         * modules/mempcpy (Makefile.am): Likewise.
14148         * modules/memrchr (Makefile.am): Likewise.
14149         * modules/memset (Makefile.am): Likewise.
14150         * modules/memxor (Makefile.am): Likewise.
14151         * modules/mkancesdirs (Makefile.am): Likewise.
14152         * modules/mkdir (Makefile.am): Likewise.
14153         * modules/mkdir-p (Makefile.am): Likewise.
14154         * modules/mkdtemp (Makefile.am): Likewise.
14155         * modules/mkstemp (Makefile.am): Likewise.
14156         * modules/mktime (Makefile.am): Likewise.
14157         * modules/modechange (Makefile.am): Likewise.
14158         * modules/mountlist (Makefile.am): Likewise.
14159         * modules/nanosleep (Makefile.am): Likewise.
14160         * modules/openat (Makefile.am): Likewise.
14161         * modules/pagealign_alloc (Makefile.am): Likewise.
14162         * modules/physmem (Makefile.am): Likewise.
14163         * modules/poll (Makefile.am): Likewise.
14164         * modules/posixtm (Makefile.am): Likewise.
14165         * modules/posixver (Makefile.am): Likewise.
14166         * modules/putenv (Makefile.am): Likewise.
14167         * modules/quote (Makefile.am): Likewise.
14168         * modules/quotearg (Makefile.am): Likewise.
14169         * modules/raise (Makefile.am): Likewise.
14170         * modules/read-file (Makefile.am): Likewise.
14171         * modules/readline (Makefile.am): Likewise.
14172         * modules/readlink (Makefile.am): Likewise.
14173         * modules/readtokens (Makefile.am): Likewise.
14174         * modules/readutmp (Makefile.am): Likewise.
14175         * modules/realloc (Makefile.am): Likewise.
14176         * modules/regex (Makefile.am): Likewise.
14177         * modules/rename (Makefile.am): Likewise.
14178         * modules/rename-dest-slash (Makefile.am): Likewise.
14179         * modules/rijndael (Makefile.am): Likewise.
14180         * modules/rmdir (Makefile.am): Likewise.
14181         * modules/rpmatch (Makefile.am): Likewise.
14182         * modules/safe-read (Makefile.am): Likewise.
14183         * modules/safe-write (Makefile.am): Likewise.
14184         * modules/same (Makefile.am): Likewise.
14185         * modules/save-cwd (Makefile.am): Likewise.
14186         * modules/savedir (Makefile.am): Likewise.
14187         * modules/setenv (Makefile.am): Likewise.
14188         * modules/settime (Makefile.am): Likewise.
14189         * modules/sha1 (Makefile.am): Likewise.
14190         * modules/sig2str (Makefile.am): Likewise.
14191         * modules/snprintf (Makefile.am): Likewise.
14192         * modules/stdlib-safer (Makefile.am): Likewise.
14193         * modules/stpcpy (Makefile.am): Likewise.
14194         * modules/stpncpy (Makefile.am): Likewise.
14195         * modules/strcase (Makefile.am): Likewise.
14196         * modules/strcasestr (Makefile.am): Likewise.
14197         * modules/strchrnul (Makefile.am): Likewise.
14198         * modules/strcspn (Makefile.am): Likewise.
14199         * modules/strdup (Makefile.am): Likewise.
14200         * modules/strerror (Makefile.am): Likewise.
14201         * modules/strftime (Makefile.am): Likewise.
14202         * modules/strndup (Makefile.am): Likewise.
14203         * modules/strnlen (Makefile.am): Likewise.
14204         * modules/strpbrk (Makefile.am): Likewise.
14205         * modules/strsep (Makefile.am): Likewise.
14206         * modules/strstr (Makefile.am): Likewise.
14207         * modules/strtod (Makefile.am): Likewise.
14208         * modules/strtoimax (Makefile.am): Likewise.
14209         * modules/strtok_r (Makefile.am): Likewise.
14210         * modules/strtol (Makefile.am): Likewise.
14211         * modules/strtoll (Makefile.am): Likewise.
14212         * modules/strtoul (Makefile.am): Likewise.
14213         * modules/strtoull (Makefile.am): Likewise.
14214         * modules/strtoumax (Makefile.am): Likewise.
14215         * modules/strverscmp (Makefile.am): Likewise.
14216         * modules/time_r (Makefile.am): Likewise.
14217         * modules/timegm (Makefile.am): Likewise.
14218         * modules/tmpfile-safer (Makefile.am): Likewise.
14219         * modules/unistd-safer (Makefile.am): Likewise.
14220         * modules/unlinkdir (Makefile.am): Likewise.
14221         * modules/userspec (Makefile.am): Likewise.
14222         * modules/utime (Makefile.am): Likewise.
14223         * modules/utimecmp (Makefile.am): Likewise.
14224         * modules/utimens (Makefile.am): Likewise.
14225         * modules/vasnprintf (Makefile.am): Likewise.
14226         * modules/vasprintf (Makefile.am): Likewise.
14227         * modules/vsnprintf (Makefile.am): Likewise.
14228         * modules/xalloc (Makefile.am): Likewise.
14229         * modules/xgetcwd (Makefile.am): Likewise.
14230         * modules/xnanosleep (Makefile.am): Likewise.
14231         * modules/xreadlink (Makefile.am): Likewise.
14232         * modules/xstrtod (Makefile.am): Likewise.
14233         * modules/xstrtol (Makefile.am): Likewise.
14234         * modules/xstrtold (Makefile.am): Likewise.
14235         * modules/yesno (Makefile.am): Likewise.
14236
14237 2006-10-12  Jim Meyering  <jim@meyering.net>
14238
14239         * m4/getloadavg.m4: Revert the change below.
14240
14241         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
14242         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
14243         fail with a symlink, which is what coreutils' ./bootstrap now
14244         creates by default.
14245
14246 2006-10-12  Bruno Haible  <bruno@clisp.org>
14247
14248         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
14249         mingw.
14250         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
14251         MSVC and mingw explicitly.
14252
14253 2006-10-11  Simon Josefsson  <jas@extundo.com>
14254             Bruno Haible  <bruno@clisp.org>
14255
14256         Add support for multiple gnulib-tool invocations in the scope of a
14257         single configure.ac file.
14258         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
14259         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
14260         with the same contents as the _LIBADD variable.
14261         (func_emit_initmacro_start, func_emit_initmacro_end,
14262         func_emit_initmacro_done): New functions.
14263         (func_import, func_create_testdir): Invoke them. Allow the identifiers
14264         gl_LIBOBJS and gl_LTLIBOBJS.
14265
14266 2006-10-11  Bruno Haible  <bruno@clisp.org>
14267
14268         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
14269         (func_create_testdir): Don't create po/Makefile.am, don't invoke
14270         autoreconf. Instead, invoke autopoint explicitly but move back the
14271         *.m4 files from gnulib.
14272
14273 2006-10-11  Bruno Haible  <bruno@clisp.org>
14274
14275         * gnulib-tool (func_usage): Make module names after --create-testdir
14276         optional.
14277         (func_create_testdir): If no module was specified, use nearly all
14278         modules.
14279
14280 2006-10-12  Jim Meyering  <jim@meyering.net>
14281
14282         Big performance improvement for fts-based tools that use FTS_NOSTAT.
14283         Avoid spurious inode-mismatch problems on non-POSIX file systems.
14284         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
14285         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
14286         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
14287         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
14288         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
14289         (fts_set_stat_required): New function.
14290         (fts_open): Defer the calls to fts_stat, if possible or requested.
14291         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
14292         into fts_stat itself.
14293         (fts_read): Perform any required (deferred) fts_stat call.
14294         (fts_build): Likewise, for the directory we're about to open and read.
14295         In the readdir loop, carefully decide whether each entry will require
14296         an eventual call to fts_stat, using dirent.d_type info if available.
14297         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
14298         a command line argument into this function.  Update all callers.
14299         Map a return value of FTS_DOT to FTS_D for a command line argument.
14300         * modules/fts (Depends-on): Add d-type.  Alphabetize.
14301         Thanks to Miklos Szeredi for his tenacity and for the initial
14302         bug report about "find" failing on a FUSE-based file system.
14303
14304         * lib/fts.c (fts_open): Use consistent indentation.
14305
14306 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
14307
14308         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
14309         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
14310         reported by Jim Meyering.  All uses of cache variables renamed
14311         to match Autoconf's.
14312         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
14313         the other one.
14314
14315         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
14316         Fix misspelling in diagnostic.
14317
14318 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14319
14320         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
14321         defined.  Problem reported by Matthew Woehlke.
14322
14323         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
14324         Add support for Tandem NonStop R series.
14325         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
14326         Use new macro.
14327
14328         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
14329         (has_trailing_slash): Omit size arg; all callers changed.
14330         Omit 'inline', since it doesn't help performance and we'd
14331         need to configure it.
14332         Don't count //, ///, etc. as having a trailing slash.
14333         As a side effect, this removes a C99ism reported by Matthew Woehlke.
14334         (rpl_rename_dest_slash): On failure, use rename's errno rather
14335         than (in some cases) an incorrect or junk errno.
14336         Simplify code by removing need to compute length; this does
14337         cause it to make two passes instead of one over the file name,
14338         but it's worth it.
14339
14340         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
14341         change, since Autoconf's version may no longer be appropriate now
14342         that we are using CVS Autoconf's version.  Add support for Tandem.
14343
14344 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
14345             Bruno Haible  <bruno@clisp.org>
14346
14347         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
14348         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
14349         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
14350         gl_AC_TYPE_LONG_LONG.
14351
14352         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
14353         instead of HAVE_LONG_LONG.
14354         * lib/printf-args.c (printf_fetchargs): Likewise.
14355         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
14356         * lib/vasnprintf.c (VASNPRINTF): Likewise.
14357         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
14358         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
14359         gl_AC_TYPE_LONG_LONG.
14360
14361 2006-10-11  Bruno Haible  <bruno@clisp.org>
14362
14363         * m4/longlong.m4: Add comments.
14364         * m4/ulonglong.m4: Likewise.
14365
14366 2006-10-10  Bruno Haible  <bruno@clisp.org>
14367
14368         Make it possible to #define stpcpy, strdup to aliases.
14369         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
14370         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
14371
14372 2006-10-10  Bruno Haible  <bruno@clisp.org>
14373
14374         Make it possible to #define gcd to an alias.
14375         * lib/gcd.c: Include config.h.
14376
14377 2006-10-10  Bruno Haible  <bruno@clisp.org>
14378
14379         Make it possible to #define c_isascii to an alias.
14380         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
14381         defined. Undefine the macros before defining them, to avoid gcc
14382         warnings.
14383         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
14384         define NO_C_CTYPE_MACROS early.
14385
14386 2006-10-10  Bruno Haible  <bruno@clisp.org>
14387
14388         Make it possible to #define set_program_name to an alias.
14389         * lib/progname.c: Don't undefine set_program_name; instead, undefine
14390         ENABLE_RELOCATABLE early.
14391
14392 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14393
14394         Port to Tandem NSK OSS, which has 64-bit signed int but at most
14395         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
14396         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
14397         More generally, don't assume that 64-bit signed int is available
14398         if unsigned int is, and vice versa.
14399         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
14400         unsigned symbols, not on their signed counterparts.
14401         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
14402         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
14403         (UINT64_C, UINTMAX_C):
14404         Likewise.
14405         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
14406         unsigned counterparts.
14407         (Have_long_long, Unsigned): New macros.
14408         (Int): Renamed from INT.
14409         (strtoimax): Use the new macros.
14410         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
14411         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
14412         * modules/inttypes (inttypes.h): Substitute
14413         HAVE_UNSIGNED_LONG_LONG_INT.
14414         * modules/stdint (stdint.h): Likewise.
14415         (Files): Add m4/ulonglong.m4.
14416
14417 2006-10-10  Bruno Haible  <bruno@clisp.org>
14418
14419         Fix a gcc -Wshadow warning.
14420         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
14421         to 'bucket'.
14422         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
14423         gl_linked_indexof_from_to): Likewise.
14424         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
14425         Likewise.
14426         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
14427         Likewise.
14428         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
14429         Reported by Eric Blake.
14430
14431 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
14434         for NetBSD.  Problem reported by Bruno Haible.
14435
14436 2006-10-09  Jim Meyering  <jim@meyering.net>
14437
14438         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
14439         Patch from Bruno Haible.
14440
14441 2006-10-09  Jim Meyering  <jim@meyering.net>
14442
14443         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
14444         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
14445         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
14446
14447 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
14448
14449         Don't include <config.h> twice; this doesn't work in some cases,
14450         e.g., when config.h has "#define intmax_t long long int" and
14451         we include <config.h>, <inttypes.h>, <config.h> in that order.
14452         Problem reported by Matthew Woehlke in:
14453         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
14454         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
14455         * lib/fts-cycle.c: Don't include config.h.
14456         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
14457         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
14458         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
14459         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
14460         inttypes.h.
14461         * lib/xstrtoumax.c: Likewise.
14462         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
14463         __strtol and the like, so that this module is more like its siblings.
14464         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
14465         Remove; no longer needed now that we assume gnulib inttypes.h.
14466
14467 2006-10-08  Bruno Haible  <bruno@clisp.org>
14468
14469         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
14470         option.
14471
14472 2006-10-07  Jim Meyering  <jim@meyering.net>
14473
14474         * modules/inttypes (inttypes.h): Revert what seems to have been
14475         an inadvertent part of today's change: use "|", not "/" in the
14476         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
14477
14478 2006-10-07  Bruno Haible  <bruno@clisp.org>
14479
14480         * modules/sublist: New file.
14481
14482 2006-10-07  Bruno Haible  <bruno@clisp.org>
14483
14484         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
14485         * modules/argz (argz.h): Likewise.
14486         * modules/arpa_inet (arpa/inet.h): Likewise.
14487         * modules/byteswap (byteswap.h): Likewise.
14488         * modules/configmake (configmake.h): Likewise.
14489         * modules/fcntl (fcntl.h): Likewise.
14490         * modules/fnmatch (fnmatch.h): Likewise.
14491         * modules/getopt (getopt.h): Likewise.
14492         * modules/glob (glob.h): Likewise.
14493         * modules/inttypes (inttypes.h): Likewise.
14494         * modules/netinet_in (netinet/in.h): Likewise.
14495         * modules/poll (poll.h): Likewise.
14496         * modules/stdbool (stdbool.h): Likewise.
14497         * modules/stdint (stdint.h): Likewise.
14498         * modules/sys_select (sys/select.h): Likewise.
14499         * modules/sys_socket (sys/socket.h): Likewise.
14500         * modules/sys_stat (sys/stat.h): Likewise.
14501         * modules/sysexits (sysexits.h): Likewise.
14502         * modules/unistd (unistd.h): Likewise.
14503         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
14504         Add a "DO NOT EDIT" comment to the generated file.
14505         (func_import): Likewise for gnulib-comp.m4.
14506
14507 2006-10-07  Bruno Haible  <bruno@clisp.org>
14508
14509         * lib/gl_sublist.h: New file.
14510         * lib/gl_sublist.c: New file.
14511
14512 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14513
14514         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
14515         name (relative to the original working directory) and the file
14516         name component (relative to the temporary working directory).  All
14517         callers changed.
14518         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
14519         * lib/mkdir-p.c (make_dir_parents): Likewise.
14520         * lib/mkdir-p.h (make_dir_parents): Likewise.
14521
14522 2006-10-06  Eric Blake  <ebb9@byu.net>
14523
14524         Define several macros for use by the clean-temp module.
14525         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
14526         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
14527         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
14528
14529         * lib/clean-temp.h (close_stream_temp): New declaration.
14530         * lib/clean-temp.c (includes): Pull in headers according to what
14531         other modules are in use.
14532         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
14533
14534 2006-10-06  Bruno Haible  <bruno@clisp.org>
14535
14536         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
14537         instead of fopen, fwriteerror.
14538
14539 2006-10-06  Bruno Haible  <bruno@clisp.org>
14540
14541         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
14542         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
14543         int.
14544         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
14545         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
14546         Return an error indicator.
14547         Suggested by Eric Blake.
14548
14549 2006-10-06  Bruno Haible  <bruno@clisp.org>
14550
14551         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
14552         Reported by Eric Blake.
14553
14554 2006-10-06  Bruno Haible  <bruno@clisp.org>
14555
14556         * modules/closeout (Description): Mention stderr too.
14557
14558 2006-10-06  Bruno Haible  <bruno@clisp.org>
14559         and Paul Eggert  <eggert@cs.ucla.edu>
14560
14561         * lib/closeout.c (close_stdout): Also close stderr.
14562         * lib/closeout.h: Update comment.
14563
14564 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
14565
14566         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
14567         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
14568         * lib/dirchownmod.c: Include lchown.h.
14569         * lib/lchown.c: Don't include files that lchown.h now includes.
14570         Don't declare chown, since lchown.h now does that.
14571         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
14572         (lchown): Define to rpl_chown if lchown is declared but
14573         does not exist.  Declare using a prototype if lchown is not
14574         declared.  Add a copyright notice.
14575         * lib/mkstemp.h: Include <unistd.h>.
14576         * lib/openat.c: Include lchown.h.
14577
14578         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
14579         we now test for that separately.
14580         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
14581         rather than O_NOFOLLOW, when testing whether it's possible to
14582         avoid a race condition reliably.
14583         * lib/savewd.c (savewd_chdir): Likewise.
14584
14585         Remove macros that are no longer needed now that stdint.h is
14586         reliable.
14587         * lib/fsusage.c (UINTMAX_MAX): Remove.
14588         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
14589         * lib/utimecmp.c (SIZE_MAX): Remove.
14590
14591         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
14592
14593         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
14594         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
14595         O_NOATIME works.
14596
14597 2006-10-05  Bruno Haible  <bruno@clisp.org>
14598
14599         * lib/gl_list.h (gl_sortedlist_search_from_to,
14600         gl_sortedlist_indexof_from_to): New declarations.
14601         (gl_list_implementation): New fields sortedlist_search_from_to,
14602         sortedlist_indexof_from_to.
14603         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
14604         inline functions.
14605         * lib/gl_list.c (gl_sortedlist_search_from_to,
14606         gl_sortedlist_indexof_from_to): New functions.
14607         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
14608         function.
14609         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
14610         (gl_array_sortedlist_search_from_to): New function.
14611         (gl_array_list_implementation): Update.
14612         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
14613         function.
14614         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
14615         (gl_carray_sortedlist_search_from_to): New function.
14616         (gl_carray_list_implementation): Update.
14617         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
14618         gl_linked_sortedlist_indexof_from_to): New functions.
14619         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14620         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14621         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
14622         gl_tree_sortedlist_indexof_from_to): New functions.
14623         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14624         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14625         Update.
14626         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14627         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
14628         Update.
14629
14630 2006-10-05  Bruno Haible  <bruno@clisp.org>
14631
14632         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
14633         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
14634         (struct gl_list_implementation): Add fields search_from_to,
14635         indexof_from_to. Remove fields search, indexof.
14636         (gl_list_search): Use the search_from_to method.
14637         (gl_list_search_from, gl_list_search_from_to): New functions.
14638         (gl_list_indexof): Use the indexof_from_to method.
14639         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14640         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
14641         (gl_list_search_from, gl_list_search_from_to): New functions.
14642         (gl_list_indexof): Use the indexof_from_to method.
14643         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
14644         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
14645         gl_array_indexof. Add start_index, end_index arguments.
14646         (gl_array_search_from_to): Renamed from gl_array_search. Add
14647         start_index, end_index arguments.
14648         (gl_array_remove, gl_array_list_implementation): Update.
14649         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
14650         gl_carray_indexof. Add start_index, end_index arguments.
14651         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
14652         start_index, end_index arguments.
14653         (gl_carray_remove, gl_carray_list_implementation): Update.
14654         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
14655         gl_linked_search. Add start_index, end_index arguments.
14656         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
14657         start_index, end_index arguments.
14658         (gl_linked_remove): Update.
14659         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
14660         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
14661         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
14662         field to 'size_t'.
14663         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
14664         gl_tree_search. Add start_index, end_index arguments.
14665         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14666         start_index, end_index arguments.
14667         (gl_tree_remove): Update.
14668         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
14669         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
14670         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
14671         function.
14672         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
14673         gl_tree_search. Add start_index, end_index arguments.
14674         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
14675         start_index, end_index arguments.
14676         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
14677         Update.
14678         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
14679
14680 2006-10-05  Bruno Haible  <bruno@clisp.org>
14681
14682         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
14683
14684         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
14685         fwriteerror_temp): New declarations.
14686         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
14687         (descriptors): New variable.
14688         (cleanup): First, close the descriptors.
14689         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
14690         fclose_temp, fwriteerror_temp): New functions.
14691
14692 2006-10-04  Jim Meyering  <jim@meyering.net>
14693
14694         * lib/fts.c (fts_open): Tiny comment change.
14695
14696 2006-10-04  Bruno Haible  <bruno@clisp.org>
14697
14698         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
14699         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
14700         gl_LOCK_BODY.
14701         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
14702         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
14703         gl_LOCK_EARLY_BODY.
14704         (gl_LOCK): Require gl_LOCK_BODY.
14705
14706 2006-10-04  Bruno Haible  <bruno@clisp.org>
14707
14708         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
14709         (gl_oset_search_atleast): New declaration.
14710         (struct gl_oset_implementation): Add field 'search_atleast'.
14711         (gl_oset_search_atleast): New inline function.
14712         * lib/gl_oset.c (gl_oset_search_atleast): New function.
14713         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
14714         (gl_array_oset_implementation): Update.
14715         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
14716         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
14717         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
14718
14719 2006-10-04  Bruno Haible  <bruno@clisp.org>
14720
14721         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
14722
14723 2006-10-03  Bruno Haible  <bruno@clisp.org>
14724
14725         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
14726         from gl_avltreehash_list_implementation.
14727
14728 2006-10-03  Bruno Haible  <bruno@clisp.org>
14729
14730         * lib/gl_oset.c (gl_oset_add): Fix return type.
14731
14732 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
14733
14734         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
14735
14736 2006-10-02  Eric Blake  <ebb9@byu.net>
14737
14738         * modules/strnlen (Depends-on): Add extensions.
14739
14740 2006-10-02  Eric Blake  <ebb9@byu.net>
14741
14742         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
14743         definition in 2.60+.
14744
14745 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
14746
14747         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
14748         checks.
14749
14750 2006-10-02  Bruno Haible  <bruno@clisp.org>
14751
14752         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
14753         to the AUTOMAKE_OPTIONS.
14754         Reported by Jim Meyering.
14755
14756 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
14757
14758         Work around bug in Solaris 10 /proc file system:
14759         /proc/self/fd/NNN/.. isn't the parent directory of
14760         the directory whose file descriptor is NNN.  This needs to
14761         be worked around at run time, not compile time, since a
14762         program might be built on Solaris 8, where things work, and
14763         run on Solaris 10.
14764         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
14765         to use the following interface instead:
14766         (OPENAT_BUFFER_SIZE): New macro.
14767         (openat_proc_name): New function.
14768         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
14769         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
14770         Likewise.
14771         * lib/openat-proc.c: New file.
14772         * modules/openat (Files): Add lib/openat-proc.c.
14773         (Depends-on): Add same-inode, stdbool.
14774         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
14775
14776 2006-09-29  Bruno Haible  <bruno@clisp.org>
14777
14778         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
14779         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
14780         argument. Set stdout_closed before testing for ferror, not after.
14781         (fwriteerror, fwriteerror_no_ebadf): New functions.
14782
14783 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14784
14785         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
14786
14787 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
14788
14789         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
14790         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
14791
14792 2006-09-28  Jim Meyering  <jim@meyering.net>
14793
14794         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
14795         Include <unistd.h>.
14796
14797 2006-09-28  Bruno Haible  <bruno@clisp.org>
14798
14799         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
14800         * modules/linkedhash-list (Depends-on): Likewise.
14801         * modules/rbtreehash-list (Depends-on): Likewise.
14802
14803 2006-09-28  Bruno Haible  <bruno@clisp.org>
14804
14805         * lib/strndup.h: Simplify the redefinition of strndup.
14806         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
14807         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
14808
14809 2006-09-28  Bruno Haible  <bruno@clisp.org>
14810
14811         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
14812         * lib/gl_linkedhash_list.c: Likewise.
14813         * lib/gl_rbtreehash_list.c: Likewise.
14814
14815 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
14816
14817         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
14818         getaddrinfo.
14819
14820         * lib/__fpending.h: Don't include <stdio_ext.h> unless
14821         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
14822         it causes <stdio_ext.h> to cause a compile-time error.
14823         Problem reported by Nelson H. F. Beebe.
14824         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
14825         of HAVE_DECL___PENDING.
14826
14827         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
14828         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
14829         declaration.
14830
14831 2006-09-27  Jim Meyering  <jim@meyering.net>
14832
14833         This file could end up with a definition for a function
14834         named __strndup, rather than rpl_strndup on a system with
14835         incomplete weak_alias support.
14836         * lib/strndup.c (strndup): Rename from __strndup.
14837         Remove #defines that used to map __strndup to strndup.
14838         Don't use K&R prototypes.
14839         Remove LIBC-related code, since this file is not sync'd with glibc.
14840         * lib/strndup.h: Revamp, accordingly.
14841         * m4/strndup.m4: Modernize.
14842
14843 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
14844
14845         * modules/savewd (Depends-on): Add 'raise'.
14846         * lib/savewd.c: Include <signal.h>, for 'raise'.
14847
14848 2006-09-26  Jim Meyering  <jim@meyering.net>
14849
14850         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
14851         when we detect Darwin 8.7.0's acl_get_file bug.
14852         Rearrange to perform the new (below) run-test while $LIBS
14853         contains any acl-related library.  Set USE_ACL at the end.
14854         (gl_ACL_GET_FILE): New function.
14855
14856 2006-09-26  Eric Blake  <ebb9@byu.net>
14857
14858         * lib/verror.c: Include <config.h> unconditionally.
14859
14860 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
14861
14862         * modules/clock-time (Maintainer): Add self.
14863         * modules/getlogin_r (Depends-on): Add extensions.
14864
14865 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14866
14867         * modules/clock-time: New module.
14868         * modules/nanosleep (Depends-on): Add clock-time.
14869         * modules/gethrxtime (Depends-on): Likewise.
14870         * modules/gettime (Depends-on): Likewise.
14871         * modules/settime (Depends-on): Likewise.
14872
14873         * modules/fts-lgpl: Depend on openat.
14874         * modules/mkancesdirs: Depend on savewd.
14875         * modules/mkdir-p: Likewise.
14876
14877 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14878
14879         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
14880
14881         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
14882         `gl_have_arbitrary_file_name_length_limit' to
14883         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
14884         actually works between configure runs.
14885
14886 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14887             Bruno Haible  <bruno@clisp.org>
14888
14889         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
14890
14891 2006-09-25  Jim Meyering  <jim@meyering.net>
14892
14893         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
14894         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
14895
14896 2006-09-25  Eric Blake  <ebb9@byu.net>
14897
14898         * gnulib-tool (func_import, func_create_testdir): Fix typos in
14899         exec's in 2006-09-18 patch when shuffling fds.
14900
14901 2006-09-25  Bruno Haible  <bruno@clisp.org>
14902
14903         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
14904         Reported by Jim Meyering.
14905
14906 2006-09-24  Jim Meyering  <jim@meyering.net>
14907
14908         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
14909         compare a pointer against a literal "0".  That caused failures with
14910         at least HP-UX's hpcc.
14911
14912 2006-09-22  Simon Josefsson  <jas@extundo.com>
14913
14914         * modules/gc-sha1:
14915         * modules/gc-md4:
14916         * modules/gc-hmac-sha1:
14917         * modules/gc-hmac-md5:
14918         * modules/gc-des:
14919         * modules/gc-arcfour: Distribute more files.
14920
14921 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14922
14923         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
14924         (gl_linked_iterator_from_to): Initialize struct completely.
14925         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
14926         (gl_tree_iterator_from_to): Likewise
14927         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
14928         * lib/gl_array_list.c [lint] (gl_array_iterator)
14929         (gl_array_iterator_from_to): Likewise.
14930         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
14931         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
14932         (gl_carray_iterator_from_to): Likewise.
14933
14934         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
14935         * lib/md4.c (md4_process_block): Remove unused variable.
14936         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
14937         parentheses for clarity.
14938
14939 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14940
14941         * modules/bison-i18n (Depends-on): Add gettext.
14942
14943 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14944
14945         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
14946         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
14947         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
14948         also add missing comma that caused broken test.
14949         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
14950         stdlib.h, for `abort'.
14951         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
14952         variables.
14953         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
14954         include unistd.h if present, for `rmdir'.
14955         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
14956         variables.
14957         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
14958         in the process include standard headers for prototypes.
14959         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
14960         gets declared on GNU/Linux.
14961         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
14962         unistd.h, for `rmdir'.
14963         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
14964
14965         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
14966         always true.
14967         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
14968
14969         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
14970
14971 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14972
14973         * gnulib-tool (func_version): Create output all at once.  This
14974         may help avoid triggering unnecessary SIGPIPEs, and at any
14975         rate it doesn't hurt.
14976
14977 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14978             Bruno Haible  <bruno@clisp.org>
14979
14980         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
14981         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
14982         * m4/signed.m4 (bh_C_SIGNED): Likewise.
14983
14984         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
14985         (gl_FUNC_VASPRINTF): Invoke it.
14986
14987 2006-09-22  Bruno Haible  <bruno@clisp.org>
14988
14989         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
14990         getloadavg.c as first argument.
14991
14992 2006-09-22  Bruno Haible  <bruno@clisp.org>
14993
14994         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
14995         at the beginning of the gl_INIT macro.
14996         * modules/getloadavg (configure.ac): Pass $gl_source_base to
14997         gl_GETLOADAVG.
14998
14999 2006-09-22  Bruno Haible  <bruno@clisp.org>
15000
15001         * gnulib-tool (func_create_megatestdir): Don't include the config-h
15002         module.
15003         Suggested by Ralf Wildenhues.
15004
15005 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15006
15007         Import this patch from libc:
15008
15009         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
15010
15011         * lib/regex_internal.c (re_string_reconstruct): Handle
15012         offset < pstr->valid_raw_len && pstr->offsets_needed case.
15013         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
15014         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
15015         re_string_context_at.
15016
15017         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
15018         now requires it.
15019         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
15020         gl_REGEX now does it for us.
15021         (gl_REGEX): Add test taken from
15022         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
15023
15024         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
15025         Check that large offsets work.  Modernize Autoconf usages.
15026         Prefer "yes" to mean a good thing rather than a bad.
15027         Don't put "#define mkstemp" in config.h, as this might interfere
15028         with standard system headers that "#define mkstemp mkstemp64".
15029
15030         * modules/mkstemp (Depends-on): Add extensions, so that
15031         mkstemp is visible on some platforms.
15032         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
15033         (Include): Change to "mkstemp.h" from <stdlib.h>.
15034         (Files): Add mkstemp.h.
15035
15036         * lib/mkstemp.h: New file, since some standard headers
15037         #define mkstemp.
15038         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
15039         Include "mkstemp.h".
15040         Make the _LIBC code resemble glibc original more,
15041         e.g., use K&R style.
15042         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
15043         (mkstemp): Remove, since mkstemp.h does this for us.
15044         * lib/stdlib--.h: Include mkstemp.h.
15045
15046         Import this patch from libc:
15047
15048         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
15049
15050         * lib/tempname.c (__gen_tempname): Change attempts_min
15051         into a macro.  Use preprocessor to decide how to initialize
15052         attempts [Coverity CID 67].
15053
15054 2006-09-20  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/mkdtemp.c: Import from libc.
15057         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
15058                 * sysdeps/posix/tempname.c (__gen_tempname): Change
15059                 attempts_min into a macro.  Use preprocessor to decide how to
15060                 initialize attempts [Coverity CID 67].
15061         2001-11-27  Paul Eggert  <eggert@twinsun.com>
15062                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
15063                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
15064
15065 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15066
15067         * gnulib-tool (func_exit): New function, to allow to pass the
15068         exit status portably through the trap.  Use everywhere.
15069         (--help, --version): Signal a write error.
15070         (trap): catch SIGPIPE, for write errors.
15071         Exit at the end of the trap, with the correct exit status.
15072
15073 2006-09-19  Karl Berry  <karl@gnu.org>
15074
15075         * doc/gnulib.texi: note about the license texinfo files.
15076
15077 2006-09-19  Eric Blake  <ebb9@byu.net>
15078
15079         * gnulib-tool: Avoid space-tab.
15080
15081 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
15082
15083         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
15084         that prevented coreutils 6.1 from building.  Problem reported
15085         by Petter Reinholdtsen.
15086
15087 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
15088
15089         * gnulib-tool (avoidlist): Fix typo that broke options like
15090         --avoid=lock that are used by coreutils bootstrap.
15091
15092 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
15093
15094         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
15095         more systematically.
15096
15097 2006-09-18  Jim Meyering  <jim@meyering.net>
15098
15099         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
15100
15101 2006-09-18  Bruno Haible  <bruno@clisp.org>
15102
15103         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
15104
15105 2006-09-18  Bruno Haible  <bruno@clisp.org>
15106
15107         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
15108         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
15109         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
15110         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
15111         * m4/gettext.m4: Require autoconf >= 2.52.
15112         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
15113         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
15114         of gl_cv_header_inttypes_h.
15115
15116 2006-09-18  Bruno Haible  <bruno@clisp.org>
15117
15118         * lib/javaversion.c: Include configmake.h.
15119
15120 2006-09-18  Bruno Haible  <bruno@clisp.org>
15121
15122         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
15123         avoid that the while loops be executed in a subshell.
15124
15125 2006-09-18  Bruno Haible  <bruno@clisp.org>
15126
15127         * MODULES.html.sh (func_module): Break long lines.
15128         Suggested by Bruce Korb <bkorb@gnu.org>.
15129
15130 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15131
15132         Speed up by a factor of 1.12.
15133         * gnulib-tool (nl): New variable.
15134         (func_import): Rewrite include directive extraction to only read each
15135         directive once.
15136
15137 2006-09-17  Bruno Haible  <bruno@clisp.org>
15138
15139         * modules/javaversion (Makefile.am): Remove DEFS setting.
15140         (Depends-on): Add configmake, for PKGDATADIR definition.
15141
15142 2006-09-17  Bruno Haible  <bruno@clisp.org>
15143
15144         * gnulib-tool (func_create_testdir): Rewrite all files at once.
15145
15146 2006-09-17  Bruno Haible  <bruno@clisp.org>
15147
15148         * gnulib-tool (func_append): New function, stolen from libtool.m4.
15149         (func_modules_transitive_closure, func_modules_add_dummy,
15150         func_modules_to_filelist, func_import, func_create_testdir,
15151         func_create_megatestdir, ...): Use it wherever possible.
15152         Suggested by Ralf Wildenhues.
15153
15154 2006-09-16  Karl Berry  <karl@gnu.org>
15155
15156         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
15157         to avoid sectioning errors.
15158         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
15159         [ifinfo]: blank line after @center-ed titles.
15160         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
15161         Spell FSF address consistently with others.
15162         (These changes approved by rms.)
15163
15164 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15165
15166         Speed up by a factor of 1.61.
15167         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
15168         already checked module names again.
15169
15170 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15171
15172         Speed up by a factor of 1.13.
15173         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
15174         for new_files, and the input to func_add_or_update.
15175
15176 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15177
15178         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
15179         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
15180
15181 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15182
15183         * modules/mkancesdirs (Depends-on): Add fcntl.
15184         * modules/savewd: New file.
15185         * MODULES.html.sh (File system functions): Add savewd.
15186
15187         * modules/configmake (Makefile.am): Add support for the
15188         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
15189
15190 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15191
15192         * m4/savewd.m4: New file.
15193
15194 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
15195
15196         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
15197         (dirchownmod): New arg FD.  All callers changed.
15198         Use FD rather than opening the directory ourself, as opening is
15199         now the caller's responsibility.
15200         * lib/dirchownmod.h: Likewise.
15201         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
15202         hosts that require <sys/types.h> before <sys/stat.h>.  Include
15203         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
15204         (test_dir): Remove.
15205         (mkancesdirs): Return length of prefix of FILE that has already
15206         been made, or -2 if there is a child doing the work.  Redo
15207         algorithm so that it is O(N) rather than O(N**2).  Optimize away
15208         ".", and treat ".." specially since it might stray back into
15209         already-created areas.  Use a subprocess if necessary.  New arg
15210         WD; all users changed.  MAKE_DIR function should now return 1
15211         if it creates a directory that is not readable.  Return -2 if
15212         a child process is spun off.
15213         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
15214         Adjust signature to match code.
15215         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
15216         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
15217         all users changed.
15218         * lib/savewd.c, lib/savewd.h: New files.
15219
15220 2006-09-15  Jim Meyering  <jim@meyering.net>
15221
15222         * modules/rename-dest-slash: New module.
15223         * MODULES.html.sh (posix_compat): Add it here.
15224
15225         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
15226
15227 2006-09-15  Jim Meyering  <jim@meyering.net>
15228
15229         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
15230         file.
15231
15232         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
15233
15234 2006-09-15  Jim Meyering  <jim@meyering.net>
15235
15236         * lib/rename-dest-slash.c (has_trailing_slash): Use
15237         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
15238         (rpl_rename_dest_slash): Perform the cheaper trailing slash
15239         test before testing whether SRC is a directory.
15240         Suggestions from Bruno Haible.
15241
15242         Avoid a warning about an unused variable.
15243         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
15244         into the #ifdef block where it's used.
15245
15246         * lib/rename-dest-slash.c: New file.
15247
15248 2006-09-14  Bruno Haible  <bruno@clisp.org>
15249
15250         * lib/allocsa.c: Include <config.h> unconditionally.
15251         * lib/asnprintf.c: Likewise.
15252         * lib/asprintf.c: Likewise.
15253         * lib/c-strcasecmp.c: Likewise.
15254         * lib/c-strcasestr.c: Likewise.
15255         * lib/c-strncasecmp.c: Likewise.
15256         * lib/c-strstr.c: Likewise.
15257         * lib/classpath.c: Likewise.
15258         * lib/clean-temp.c: Likewise.
15259         * lib/concatpath.c: Likewise.
15260         * lib/copy-file.c: Likewise.
15261         * lib/csharpcomp.c: Likewise.
15262         * lib/csharpexec.c: Likewise.
15263         * lib/execute.c: Likewise.
15264         * lib/fatal-signal.c: Likewise.
15265         * lib/findprog.c: Likewise.
15266         * lib/fwriteerror.c: Likewise.
15267         * lib/gl_array_list.c: Likewise.
15268         * lib/gl_array_oset.c: Likewise.
15269         * lib/gl_avltree_list.c: Likewise.
15270         * lib/gl_avltree_oset.c: Likewise.
15271         * lib/gl_avltreehash_list.c: Likewise.
15272         * lib/gl_carray_list.c: Likewise.
15273         * lib/gl_linked_list.c: Likewise.
15274         * lib/gl_linkedhash_list.c: Likewise.
15275         * lib/gl_list.c: Likewise.
15276         * lib/gl_oset.c: Likewise.
15277         * lib/gl_rbtree_list.c: Likewise.
15278         * lib/gl_rbtree_oset.c: Likewise.
15279         * lib/gl_rbtreehash_list.c: Likewise.
15280         * lib/imaxabs.c: Likewise.
15281         * lib/imaxdiv.c: Likewise.
15282         * lib/javacomp.c: Likewise.
15283         * lib/javaexec.c: Likewise.
15284         * lib/javaversion.c: Likewise.
15285         * lib/linebreak.c: Likewise.
15286         * lib/localcharset.c: Likewise.
15287         * lib/lock.c: Likewise.
15288         * lib/mbchar.c: Likewise.
15289         * lib/mbswidth.c: Likewise.
15290         * lib/mkdtemp.c: Likewise.
15291         * lib/pipe.c: Likewise.
15292         * lib/printf-args.c: Likewise.
15293         * lib/printf-parse.c: Likewise.
15294         * lib/progname.c: Likewise.
15295         * lib/progreloc.c: Likewise.
15296         * lib/readlink.c: Likewise.
15297         * lib/sh-quote.c: Likewise.
15298         * lib/stpcpy.c: Likewise.
15299         * lib/stpncpy.c: Likewise.
15300         * lib/strcasecmp.c: Likewise.
15301         * lib/strcasestr.c: Likewise.
15302         * lib/strcspn.c: Likewise.
15303         * lib/striconv.c: Likewise.
15304         * lib/strncasecmp.c: Likewise.
15305         * lib/strnlen1.c: Likewise.
15306         * lib/strstr.c: Likewise.
15307         * lib/strtok_r.c: Likewise.
15308         * lib/tls.c: Likewise.
15309         * lib/tmpdir.c: Likewise.
15310         * lib/unicodeio.c: Likewise.
15311         * lib/unsetenv.c: Likewise.
15312         * lib/vasnprintf.c: Likewise.
15313         * lib/vasprintf.c: Likewise.
15314         * lib/wait-process.c: Likewise.
15315         * lib/xallocsa.c: Likewise.
15316         * lib/xsetenv.c: Likewise.
15317         * lib/xstriconv.c: Likewise.
15318
15319 2006-09-13  Simon Josefsson  <jas@extundo.com>
15320
15321         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
15322         that internally, suggested by Ralf Wildenhues
15323         <Ralf.Wildenhues@gmx.de>.
15324
15325 2006-09-13  Simon Josefsson  <jas@extundo.com>
15326
15327         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
15328         @LIBOBJS@.
15329         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
15330
15331 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15332
15333         * lib/_fpending.c: Include <config.h> unconditionally, since we no
15334         longer worry about uses that don't define HAVE_CONFIG_H.
15335         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
15336         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
15337         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
15338         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
15339         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
15340         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
15341         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
15342         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
15343         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
15344         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
15345         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
15346         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
15347         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
15348         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
15349         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
15350         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
15351         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
15352         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
15353         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
15354         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
15355         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
15356         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
15357         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
15358         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
15359         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
15360         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
15361         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
15362         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
15363         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
15364         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
15365         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
15366         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
15367         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
15368         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
15369         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
15370         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
15371         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
15372         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
15373         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
15374         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
15375         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
15376         Likewise.
15377
15378 2006-09-13  Eric Blake  <ebb9@byu.net>
15379
15380         * lib/getopt.c: Fix typo in last commit.
15381
15382 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
15383
15384         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
15385         dgettext.
15386
15387 2006-09-12  Jim Meyering  <jim@meyering.net>
15388
15389         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
15390         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
15391         Reported by Nelson H. F. Beebe.
15392
15393 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
15394
15395         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
15396         program_invocation_name and program_invocation_short_name are
15397         initialized.
15398         * lib/argp-namefrob.h: Move declarations of program_invocation_name
15399         and program_invocation_short_name to argp.h, so they are visible
15400         to user programs.
15401         * lib/argp.h: Likewise
15402
15403 2006-09-10  Bruno Haible  <bruno@clisp.org>
15404
15405         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
15406         m4/inttypes_h.m4, m4/uintmax_t.m4.
15407
15408 2006-09-10  Bruno Haible  <bruno@clisp.org>
15409
15410         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
15411         gl_AC_TYPE_UINTMAX_T.
15412
15413 2006-09-10  Bruno Haible  <bruno@clisp.org>
15414
15415         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
15416
15417 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
15418
15419         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
15420         convention.  Text proposed by Bruno Haible.
15421         (struct argp_option): Document the use of N_() wrappers.
15422
15423         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
15424         '\v', and translate the two parts separately, instead of feeding
15425         the whole string to gettext.  This allows to exclude
15426         '\v' from the strings visible to the translator by writing doc
15427         strings as N_("..") "\v" N_("..").
15428
15429 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * config/srclist.txt: Undo latest change; the bug was fixed.
15432
15433 2006-09-09  Bruno Haible  <bruno@clisp.org>
15434
15435         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
15436         assignments if building a library without libtool.
15437         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
15438         in func_emit_lib_Makefile_am.
15439         (func_import): When building a static library libfoo.a, arrange to
15440         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
15441         (func_create_testdir): Likewise.
15442         * modules/gc (configure.ac, Makefile.am): If building statically,
15443         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
15444         * modules/iconvme (configure.ac, Makefile.am): Likewise.
15445         * modules/striconv (configure.ac, Makefile.am): Likewise.
15446         Based on a suggestion by Ralf Wildenhues.
15447
15448 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15449
15450         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
15451         Check for unistd.h too, since Autoconf doesn't assume POSIX.
15452         Also:
15453
15454         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15455         Add year_2050_test to catch glibc bug 2821
15456         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15457
15458         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
15459         Prefer #ifdef to #if.
15460
15461         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
15462         Return from 'main' instead of calling 'exit'.
15463
15464 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15465
15466         * lib/mktime.c (guess_time_tm): Fix bug where mktime
15467         returned the maximum time_t value rather than (time_t) -1.
15468         Problem originally reported by William Bardwell
15469         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
15470
15471         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15472         Moved to here ...
15473         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
15474         ... from here.
15475
15476 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
15477
15478         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
15479         2821 is fixed.
15480
15481 2006-09-08  Jim Meyering  <jim@meyering.net>
15482
15483         Don't make generated files read-only.  That would bother too many
15484         people.  However, do retain the ability to work when targets are
15485         read-only: remove the destination and temporary files before writing
15486         them (when generated via sed or echo), or by using the -f option for
15487         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
15488         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15489         * modules/byteswap, modules/configmake, modules/fcntl:
15490         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15491         * modules/localcharset, modules/netinet_in, modules/poll:
15492         * modules/stdbool, modules/stdint, modules/sys_select:
15493         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15494
15495 2006-09-08  Jim Meyering  <jim@meyering.net>
15496
15497         Avoid new build failure on FreeBSD 6.0.
15498         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
15499         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
15500         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
15501
15502 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15503
15504         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
15505
15506 2006-09-07  Jim Meyering  <jim@meyering.net>
15507
15508         Fix global typo in last change: use chmod u-w, not chmod u-x.
15509         Spotted by Paul Eggert and Bruce Korb.
15510         * modules/alloca-opt, modules/argz, modules/arpa_inet:
15511         * modules/byteswap, modules/configmake, modules/fcntl:
15512         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
15513         * modules/localcharset, modules/netinet_in, modules/poll:
15514         * modules/stdbool, modules/stdint, modules/sys_select:
15515         * modules/sys_socket, modules/sys_stat, modules/sysexits:
15516
15517 2006-09-06  Jim Meyering  <jim@meyering.net>
15518
15519         Make generated files be read-only.
15520         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
15521         Ensure that each generated file is now read-only.
15522         * modules/argz: Likewise.
15523         * modules/arpa_inet: Likewise.
15524         * modules/byteswap: Likewise.
15525         * modules/configmake: Likewise.
15526         * modules/fcntl: Likewise.
15527         * modules/fnmatch: Likewise.
15528         * modules/getopt: Likewise.
15529         * modules/glob: Likewise.
15530         * modules/inttypes: Likewise.
15531         * modules/netinet_in: Likewise.
15532         * modules/poll: Likewise.
15533         * modules/stdbool: Likewise.
15534         * modules/stdint: Likewise.
15535         * modules/sys_select: Likewise.
15536         * modules/sys_socket: Likewise.
15537         * modules/sys_stat: Likewise.
15538         * modules/sysexits: Likewise.
15539         * modules/localcharset: Same as above, but continue using temporary
15540         file named "t-$@" (why different?) rather than the "$@-t" used
15541         everywhere else.
15542
15543         * modules/sysexits (Makefile.am): Replace literal occurrences
15544         of "sysexit.h" more readable, and more consistent, "$@".
15545
15546 2006-09-06  Bruno Haible  <bruno@clisp.org>
15547
15548         * modules/striconv: New file.
15549         * modules/xstriconv: New file.
15550         * MODULES.html.sh (Internationalization functions): Add striconv,
15551         xstriconv.
15552
15553 2006-09-06  Bruno Haible  <bruno@clisp.org>
15554
15555         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
15556         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
15557         not using libtool correctly.
15558
15559 2006-09-06  Bruno Haible  <bruno@clisp.org>
15560
15561         * lib/striconv.h: New file.
15562         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
15563         iconvstring.c.
15564         * lib/xstriconv.h: New file.
15565         * lib/xstriconv.c: New file.
15566
15567 2006-09-06  Bruno Haible  <bruno@clisp.org>
15568
15569         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
15570         lib_..._LDFLAGS.
15571
15572 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15573
15574         * lib/argz_.h: Sync from Libtool.
15575
15576         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
15577                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15578
15579         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
15580
15581 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15582
15583         * modules/trim: New file.
15584
15585 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
15586
15587         * lib/trim.h: New file.
15588         * lib/trim.c: New file.
15589
15590 2006-09-05  Bruno Haible  <bruno@clisp.org>
15591
15592         * MODULES.html.sh (String handling): Add trim.
15593
15594 2006-09-04  Karl Berry  <karl@gnu.org>
15595
15596         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
15597         until next release.
15598
15599 2006-09-03  Bruno Haible  <bruno@clisp.org>
15600
15601         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
15602         correctly.
15603
15604 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15605
15606         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
15607         not gl_GETLOADAVG.  Omit unneeded semicolons.
15608         Problems reported by Ralf Wildenhues in
15609         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15610         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
15611         at the end, which is the usual gnulib style.
15612
15613         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
15614         of doing all the work ourselves.
15615         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
15616         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
15617
15618 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15619
15620         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
15621         Problem reported by Ralf Wildenhues in
15622         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
15623
15624         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
15625         HAVE_STRUCT_STATFS_F_FSTYPENAME.
15626
15627 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
15628
15629         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
15630         yesterday's patch by changing test -n to test -z.
15631
15632 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15633
15634         * modules/getloadavg (Files): Add m4/getloadavg.m4.
15635         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
15636         the former is now obsolescent.
15637
15638         * modules/chdir-long (Depends-on): Add fcntl.
15639
15640 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15641
15642         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
15643         obsolescent, and programs should use gnulib instead.
15644         * m4/getloadavg.m4: New file, with contents taken from Autoconf
15645         but with prefixes changed.
15646
15647 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
15648
15649         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
15650         or stdbool.h, because they might not exist while configuring.
15651
15652         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
15653         Don't include unistd.h or limits.h; not needed, since chdir-long.h
15654         does that for us.
15655         (O_DIRECTORY): Remove.
15656
15657 2006-08-31  Eric Blake  <ebb9@byu.net>
15658
15659         * gnulib-tool: Don't let emacs change spaces to TAB.
15660
15661 2006-08-31  Bruno Haible  <bruno@clisp.org>
15662
15663         * gnulib-tool: When calling func_import more than once, do it in a
15664         subshell.
15665         Reported by Eric Blake <ebb9@byu.net>.
15666
15667 2006-08-31  Bruno Haible  <bruno@clisp.org>
15668
15669         * gnulib-tool (nl): Remove variable.
15670         (sed_transform_lib_file): Use more robust test for config-h module.
15671         (func_import): Fix typo in 2006-08-25 patch.
15672
15673 2006-08-31  Bruno Haible  <bruno@clisp.org>
15674
15675         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
15676         specified, augment Makefile.am variables instead of assigning them.
15677
15678 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         Work around a bug in both the Linux and SunOS 64-bit kernels:
15681         nanosleep mishandles sleeps for longer than 2**31 seconds.
15682         Problem reported by Frank v Waveren in
15683         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15684         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
15685         Check for nanosleep bug.
15686         (LIB_NANOSLEEP): Append clock_gettime library if needed.
15687
15688 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15689
15690         Work around a bug in both the Linux and SunOS 64-bit kernels:
15691         nanosleep mishandles sleeps for longer than 2**31 seconds.
15692         Problem reported by Frank v Waveren in
15693         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
15694         * lib/nanosleep.c (BILLION): New constant.
15695         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
15696         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
15697         implementation.
15698
15699 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15700
15701         * modules/nanosleep (Depends-on): Add gettime.
15702
15703 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
15704         and Simon Josefsson  <jas@extundo.com>
15705         and Oskar Liljeblad  <oskar@osk.mine.nu>
15706
15707         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
15708         * gnulib-tool (func_import): New license type 'unmodifiable license
15709         text'.
15710         * modules/fdl: Use it.  Longer description.
15711         * module/gpl, module/lgpl: New files.
15712
15713 2006-08-30  Jim Meyering  <jim@meyering.net>
15714
15715         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
15716         shadowing the parameter.
15717
15718 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15719
15720         Sync from Libtool:
15721
15722         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15723
15724         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
15725         sharing with gnulib.  Report by Eric Blake.
15726
15727 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15728
15729         * modules/isapipe: New file.
15730         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
15731
15732 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15733
15734         * modules/configmake (Makefile.am): Add a comment, and omit
15735         the CONFIGMAKE_ prefix from generated macro names.  Suggested
15736         by Bruno Haible.
15737
15738 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         * m4/isapipe.m4: New file.
15741
15742 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
15743
15744         * lib/isapipe.c, lib/isapipe.h: New files.
15745
15746 2006-08-29  Jim Meyering  <jim@meyering.net>
15747
15748         * modules/configmake (Makefile.am): Make configmake.h depend on
15749         Makefile.  Otherwise, a stale configmake.h could hang around.
15750
15751 2006-08-29  Eric Blake  <ebb9@byu.net>
15752
15753         * lib/error.c (error_at_line, print_errno_message): Match libc, after
15754         resolution of upstream bug 3044.
15755
15756 2006-08-29  Bruno Haible  <bruno@clisp.org>
15757
15758         * modules/localcharset (Depends-on): Add configmake.
15759         (Makefile.am): Remove setting of LIBDIR through DEFS.
15760
15761 2006-08-29  Bruno Haible  <bruno@clisp.org>
15762
15763         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
15764         defined.
15765
15766 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15767
15768         * modules/fcntl: New file.
15769         * modules/chdir-safer (Depends-on): Add fcntl.
15770         * modules/fts: Likewise.
15771         * modules/mkdir-p: Likewise.
15772
15773         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
15774         This undoes the most recent change, since we're now addressing the
15775         problem in a different way.
15776
15777         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
15778         into output, since the output might be called Makefile.am even
15779         if $makefile_name is something different.
15780         (func_import): Use $makefile_am rather than
15781         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
15782         empty.
15783
15784         * modules/inttypes (Files): Add m4/inttypes-h.m4.
15785
15786 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15787
15788         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
15789         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
15790         recent change to stdint.m4, since we're now addressing the problem in a
15791         different way.
15792
15793 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15794
15795         * m4/fcntl_h.m4: New file.
15796
15797 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
15798
15799         * lib/fcntl_.h: New file.
15800         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
15801         the fcntl module.
15802         * lib/dirchownmod.c: Likewise.
15803         * lib/fts.c: Likewise.
15804
15805         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
15806         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
15807         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
15808         just before including <inttypes.h>, to avoid circular inclusion.
15809
15810 2006-08-28  Jim Meyering  <jim@meyering.net>
15811
15812         * doc/visibility.texi: Actually read and correct the grammar of the
15813         sentence affected by yesterday's change.
15814
15815 2006-08-28  Eric Blake  <ebb9@byu.net>
15816
15817         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
15818         needs wrapper.
15819
15820 2006-08-28  Eric Blake  <ebb9@byu.net>
15821
15822         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
15823
15824 2006-08-28  Eric Blake  <ebb9@byu.net>
15825
15826         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
15827
15828 2006-08-28  Bruno Haible  <bruno@clisp.org>
15829
15830         * modules/c-strstr: New file, from GNU gettext.
15831         * MODULES.html.sh (String handling): Add c-strstr.
15832
15833 2006-08-28  Bruno Haible  <bruno@clisp.org>
15834
15835         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
15836         macros.
15837         Reported by Eric Blake.
15838
15839 2006-08-28  Bruno Haible  <bruno@clisp.org>
15840
15841         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
15842         (VASNPRINTF): Return a string of length > INT_MAX without failing.
15843         * lib/vasprintf.c: Include errno.h, limits.h.
15844         (EOVERFLOW): New fallback definition.
15845         (vasprintf): Test here whether the string length is > INT_MAX.
15846         * lib/vsnprintf.c: Include errno.h, limits.h.
15847         (EOVERFLOW): New fallback definition.
15848         (vsnprintf): Fix bug when generated string was too long for the buffer.
15849         Test here whether the string length is > INT_MAX.
15850
15851 2006-08-28  Bruno Haible  <bruno@clisp.org>
15852
15853         * lib/inttypes_.h (SCNX*): Remove definitions.
15854         Reported by Eric Blake.
15855
15856 2006-08-28  Bruno Haible  <bruno@clisp.org>
15857
15858         * lib/c-strstr.h: New file, from GNU gettext.
15859         * lib/c-strstr.c: New file, from GNU gettext.
15860
15861 2006-08-28  Bruno Haible  <bruno@clisp.org>
15862
15863         * gnulib-tool: Reorder some statements.
15864
15865 2006-08-28  Bruno Haible  <bruno@clisp.org>
15866
15867         * gnulib-tool: New option --makefile-name.
15868         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
15869         $makefile_name.
15870         (func_import): Write $makefile_name to the cache file, and read it from
15871         there unless explicitly specified. Use $makefile_name as file name
15872         instead of Makefile.am. Adjust the recommendations accordingly.
15873
15874 2006-08-28  Bruno Haible  <bruno@clisp.org>
15875
15876         * gnulib-tool (func_verify_module): Check against misapplying patch.
15877
15878 2006-08-28  Bruno Haible  <bruno@clisp.org>
15879
15880         * gnulib-tool (func_relativize, func_relconcat): New functions.
15881         Give an error if --local-dir is given with --update.
15882         Remove trailing slashes from $local_gnulib_dir.
15883         (func_import): Store the relativized $local_gnulib_dir in
15884         gnulib-cache.m4, and read it from there if not specified explicitly.
15885
15886 2006-08-28  Bruno Haible  <bruno@clisp.org>
15887
15888         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
15889         is the current directory. Respect also $local_gnulib_dir.
15890
15891 2006-08-28  Bruno Haible  <bruno@clisp.org>
15892             Simon Josefsson  <jas@extundo.com>
15893
15894         BeOS portability.
15895         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
15896
15897 2006-08-27  Jim Meyering  <jim@meyering.net>
15898
15899         * doc/visibility.texi: Remove duplicate word: "pointer".
15900
15901 2006-08-26  Bruno Haible  <bruno@clisp.org>
15902
15903         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
15904         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
15905         (Makefile.am): Create inttypes.h from inttypes_.h.
15906         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
15907
15908         * modules/imaxabs: New file.
15909
15910         * modules/imaxdiv: New file.
15911
15912 2006-08-26  Bruno Haible  <bruno@clisp.org>
15913
15914         * m4/inttypes.m4: New file.
15915         * m4/_inttypes_h.m4: Remove file.
15916         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
15917         PRI_MACROS_BROKEN.
15918         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
15919
15920         * m4/imaxabs.m4: New file.
15921
15922         * m4/imaxdiv.m4: New file.
15923
15924 2006-08-26  Bruno Haible  <bruno@clisp.org>
15925
15926         * lib/inttypes_.h: New file.
15927         * lib/inttypes.h: Remove file.
15928         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
15929
15930         * lib/imaxabs.c: New file.
15931
15932         * lib/imaxdiv.c: New file.
15933
15934 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15935
15936         New config-h module, so that "make" output needn't be cluttered
15937         by -DHAVE_CONFIG_H.
15938         * MODULES.html.sh (Support for building libraries and executables):
15939         Add config-h.
15940         * modules/config-h: New file.
15941         * gnulib-tool (nl, sed_transform_lib_file): New vars.
15942         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
15943         the config-h module is used.
15944
15945         New configmake module, so that "make" output needn't be cluttered
15946         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
15947         * MODULES.html.sh (Support for building libraries and executables):
15948         Add configmake.
15949         * modules/configmake: New file.
15950
15951 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
15952
15953         * m4/config-h.m4: New file.
15954
15955 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15956
15957         * config/srclist.txt: Add elisp-comp.
15958
15959 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
15960
15961         * MODULES.html.sh (Support for building libraries and executables):
15962         Add elisp-comp.
15963         * build-aux/elisp-comp: New file.
15964         * modules/elisp-comp: New file.
15965
15966 2006-08-24  Bruno Haible  <bruno@clisp.org>
15967
15968         * gnulib-tool (func_create_testdir): Use non-default values of
15969         sourcebase and m4base.
15970
15971 2006-08-24  Bruno Haible  <bruno@clisp.org>
15972
15973         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
15974         HTML structure.
15975
15976 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
15977
15978         * modules/openat (Depends-on): Add lchown.
15979
15980 2006-08-23  Bruno Haible  <bruno@clisp.org>
15981
15982         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
15983         of gl_LOCK_EARLY instead of gl_LOCK.
15984
15985 2006-08-23  Bruno Haible  <bruno@clisp.org>
15986
15987         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
15988         on OSF/1 to no.
15989         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
15990
15991 2006-08-23  Bruno Haible  <bruno@clisp.org>
15992
15993         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
15994         as unusable.
15995
15996         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
15997         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
15998         (gl_LOCK): New macro.
15999
16000 2006-08-22  Simon Josefsson  <jas@extundo.com>
16001
16002         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
16003         to md5 module.
16004
16005 2006-08-22  Simon Josefsson  <jas@extundo.com>
16006
16007         * MODULES.html.sh: Add "Support for maintaining and release
16008         projects".
16009
16010         * build-aux/gnupload: New file, from coreutils.
16011
16012 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16013
16014         Avoid the need for AC_LIBSOURCES in m4 macros.
16015         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
16016         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
16017         * modules/check-version (EXTRA_DIST): Add check-version.h.
16018         * modules/crc (EXTRA_DIST): Add crc.h.
16019         * modules/des (EXTRA_DIST): Add des.h.
16020         * modules/gc (EXTRA_DIST): Add gc.h.
16021         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
16022         * modules/getline (EXTRA_DIST): Add getline.h.
16023         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
16024         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
16025         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
16026         * modules/md2 (EXTRA_DIST): Add md2.h.
16027         * modules/md4 (EXTRA_DIST): Add md4.h.
16028         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
16029         * modules/read-file (EXTRA_DIST): Add read-file.h.
16030         * modules/readline (EXTRA_DIST): Add readline.h.
16031         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
16032         rijndael-api-fst.h.
16033
16034 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16035
16036         * m4/rijndael.m4 (gl_ARCFOUR):
16037         * m4/arctwo.m4 (gl_ARCTWO):
16038         * m4/check-version.m4 (gl_CHECK_VERSION):
16039         * m4/crc.m4 (gl_CRC):
16040         * m4/des.m4 (gl_DES):
16041         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
16042         * m4/gc.m4 (gl_GC):
16043         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
16044         * m4/getline.m4 (gl_FUNC_GETLINE):
16045         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
16046         * m4/hmac-md5.m4 (gl_HMAC_MD5):
16047         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
16048         * m4/md2.m4 (gl_MD2):
16049         * m4/md4.m4 (gl_MD4):
16050         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
16051         * m4/read-file.m4 (gl_FUNC_READ_FILE):
16052         * m4/readline.m4 (gl_FUNC_READLINE):
16053         * m4/rijndael.m4 (gl_RIJNDAEL):
16054         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
16055         to get the necessary .h files and whatnot.
16056
16057 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
16058
16059         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
16060         gnulib rather than the other way around.
16061         * config/srclistvars.sh (COREUTILS): Remove.
16062
16063 2006-08-22  Jim Meyering  <jim@meyering.net>
16064
16065         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
16066
16067         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
16068
16069 2006-08-22  Eric Blake  <ebb9@byu.net>
16070
16071         * modules/regexprops-generic: New file.
16072         * MODULES.html.sh (Support for building documentation): List it.
16073
16074 2006-08-22  Eric Blake  <ebb9@byu.net>
16075
16076         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
16077         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
16078         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
16079         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
16080
16081 2006-08-22  Bruno Haible  <bruno@clisp.org>
16082
16083         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
16084         and lib_LTLIBRARIES like the other lib_* variables.
16085
16086 2006-08-22  Bruno Haible  <bruno@clisp.org>
16087
16088         * build-aux/x-to-1.in: New file, from GNU gettext.
16089
16090 2006-08-22  Bruno Haible  <bruno@clisp.org>
16091
16092         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
16093         <utmpx.h> exists.
16094
16095 2006-08-22  Bruno Haible  <bruno@clisp.org>
16096
16097         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
16098         <utmpx.h> exists.
16099
16100 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16101
16102         BeOS portability.
16103         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
16104         exist.
16105         Problem reported by Bruno Haible.
16106
16107 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16108
16109         Avoid the need for AC_LIBSOURCES in m4 macros.
16110         * modules/acl (EXTRA_DIST): Add acl.h.
16111         * modules/argmatch (Files): Add m4/argmatch.m4.
16112         (configure.ac): Add gl_ARGMATCH.
16113         (EXTRA_DIST): Renamed from lib_SOURCES, for
16114         consistency with the other modules.  Remove argmatch.c.
16115         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
16116         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
16117         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
16118         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
16119         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
16120         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
16121         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
16122         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
16123         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
16124         * modules/closeout (EXTRA_DIST): Add closeout.h.
16125         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
16126         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
16127         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
16128         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
16129         dirname.h; remove basename.c and stripslash.c.
16130         * modules/exclude (EXTRA_DIST): Add exclude.h.
16131         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
16132         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
16133         * modules/file-type (EXTRA_DIST): Add file-type.h.
16134         * modules/filemode (EXTRA_DIST): Add filemode.h.
16135         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
16136         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
16137         * modules/fpending (EXTRA_DIST): Add __fpending.h.
16138         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
16139         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
16140         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
16141         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
16142         * modules/getdate (EXTRA_DIST): Add getdate.c.
16143         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
16144         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
16145         * modules/getpass (EXTRA_DIST): Add getpass.h.
16146         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
16147         * modules/group-member (EXTRA_DIST): Add group-member.h.
16148         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
16149         * modules/hash (EXTRA_DIST): Add hash.h.
16150         * modules/human (EXTRA_DIST): Add human.h.
16151         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
16152         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
16153         * modules/lchown (EXTRA_DIST): Add lchown.h.
16154         * modules/long-options (EXTRA_DIST): Add long-options.h.
16155         * modules/lstat (EXTRA_DIST): Add lstat.h.
16156         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
16157         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
16158         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
16159         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
16160         * modules/memxor (EXTRA_DIST): Add memxor.h.
16161         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
16162         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
16163         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
16164         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
16165         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
16166         * modules/physmem (EXTRA_DIST): Add physmem.h.
16167         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
16168         * modules/posixver (EXTRA_DIST): Add posixver.h.
16169         * modules/quote (EXTRA_DIST): Add quote.h.
16170         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
16171         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
16172         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
16173         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
16174         regex_internal.h regexec.c.
16175         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
16176         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
16177         * modules/same (EXTRA_DIST): Add same.h.
16178         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
16179         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
16180         * modules/savedir (EXTRA_DIST): Add savedir.h.
16181         * modules/sha1 (EXTRA_DIST): Add sha1.h.
16182         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
16183         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
16184         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
16185         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
16186         * modules/strdup (EXTRA_DIST): Add strdup.h.
16187         * modules/strftime (EXTRA_DIST): Add strftime.h.
16188         * modules/strndup (EXTRA_DIST): Add strndup.h.
16189         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
16190         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
16191         * modules/time_r (EXTRA_DIST): Add time_r.h.
16192         * modules/timespec (EXTRA_DIST): Add timespec.h.
16193         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
16194         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
16195         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
16196         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
16197         * modules/userspec (EXTRA_DIST): Add userspec.h.
16198         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
16199         * modules/utimens (EXTRA_DIST): Add utimens.h.
16200         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
16201         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
16202         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
16203         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
16204         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
16205         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
16206         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
16207         * modules/yesno (EXTRA_DIST): Add yesno.h.
16208
16209 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
16210
16211         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
16212
16213         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
16214         * m4/dev-ino.m4, same-inode.m4: Remove.
16215
16216         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
16217         * m4/acl.m4 (AC_FUNC_ACL):
16218         * m4/backupfile.m4 (gl_BACKUPFILE):
16219         * m4/c-strtod.m4 (gl_C99_STRTOLD):
16220         * m4/canon-host.m4 (gl_CANON_HOST):
16221         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
16222         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
16223         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
16224         * m4/cloexec.m4 (gl_CLOEXEC):
16225         * m4/close-stream.m4 (gl_CLOSE_STREAM):
16226         * m4/closeout.m4 (gl_CLOSEOUT):
16227         * m4/dirfd.m4 (gl_FUNC_DIRFD):
16228         * m4/dirname.m4 (gl_DIRNAME):
16229         * m4/exclude.m4 (gl_EXCLUDE):
16230         * m4/exitfail.m4 (gl_EXITFAIL):
16231         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
16232         * m4/file-type.m4 (gl_FILE_TYPE):
16233         * m4/filemode.m4 (gl_FILEMODE):
16234         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
16235         * m4/fpending.m4 (gl_FUNC_FPENDING):
16236         * m4/fprintftime.m4 (gl_FPRINTFTIME):
16237         * m4/fts.m4 (gl_FUNC_FTS):
16238         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
16239         * m4/getdate.m4 (gl_GETDATE):
16240         * m4/gethrxtime.m4 (gl_GETHRXTIME):
16241         * m4/getpagesize.m4 (gl_GETPAGESIZE):
16242         * m4/getpass.m4 (gl_FUNC_GETPASS):
16243         * m4/gettime.m4 (gl_GETTIME):
16244         * m4/getugroups.m4 (gl_GETUGROUPS):
16245         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
16246         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
16247         * m4/hard-locale.m4 (gl_HARD_LOCALE):
16248         * m4/hash.m4 (gl_HASH):
16249         * m4/idcache.m4 (gl_IDCACHE):
16250         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
16251         * m4/lchown.m4 (gl_FUNC_LCHOWN):
16252         * m4/long-options.m4 (gl_LONG_OPTIONS):
16253         * m4/lstat.m4 (gl_FUNC_LSTAT):
16254         * m4/md5.m4 (gl_MD5):
16255         * m4/memcasecmp.m4 (gl_MEMCASECMP):
16256         * m4/memcoll.m4 (gl_MEMCOLL):
16257         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
16258         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
16259         * m4/memxor.m4 (gl_MEMXOR):
16260         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
16261         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
16262         * m4/modechange.m4 (gl_MODECHANGE):
16263         * m4/mountlist.m4 (gl_MOUNTLIST):
16264         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
16265         * m4/openat.m4 (gl_FUNC_OPENAT):
16266         * m4/pathmax.m4 (gl_PATHMAX):
16267         * m4/physmem.m4 (gl_PHYSMEM):
16268         * m4/posixtm.m4 (gl_POSIXTM):
16269         * m4/posixver.m4 (gl_POSIXVER):
16270         * m4/quote.m4 (gl_QUOTE):
16271         * m4/quotearg.m4 (gl_QUOTEARG):
16272         * m4/readtokens.m4 (gl_READTOKENS):
16273         * m4/readutmp.m4 (gl_READUTMP):
16274         * m4/regex.m4 (gl_REGEX):
16275         * m4/safe-read.m4 (gl_SAFE_READ):
16276         * m4/safe-write.m4 (gl_SAFE_WRITE):
16277         * m4/same.m4 (gl_SAME):
16278         * m4/save-cwd.m4 (gl_SAVE_CWD):
16279         * m4/savedir.m4 (gl_SAVEDIR):
16280         * m4/settime.m4 (gl_SETTIME):
16281         * m4/sha1.m4 (gl_SHA1):
16282         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
16283         * m4/stat-macros.m4 (gl_STAT_MACROS):
16284         * m4/stat-time.m4 (gl_STAT_TIME):
16285         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
16286         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
16287         * m4/strdup.m4 (gl_FUNC_STRDUP):
16288         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
16289         * m4/strndup.m4 (gl_FUNC_STRNDUP):
16290         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
16291         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
16292         * m4/time_r.m4 (gl_TIME_R):
16293         * m4/timespec.m4 (gl_TIMESPEC):
16294         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
16295         * m4/unlinkdir.m4 (gl_UNLINKDIR):
16296         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
16297         * m4/userspec.m4 (gl_USERSPEC):
16298         * m4/utimecmp.m4 (gl_UTIMECMP):
16299         * m4/utimens.m4 (gl_UTIMENS):
16300         * m4/xalloc.m4 (gl_XALLOC):
16301         * m4/xgetcwd.m4 (gl_XGETCWD):
16302         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
16303         * m4/xreadlink.m4 (gl_XREADLINK):
16304         * m4/xstrtod.m4 (gl_XSTRTOD):
16305         * m4/yesno.m4 (gl_YESNO):
16306         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
16307         to get the necessary .h files and whatnot.
16308
16309 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
16310             Bruno Haible  <bruno@clisp.org>
16311
16312         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
16313         /bin/sh understanding of '!' conditional negation.
16314
16315 2006-08-21  Jim Meyering  <jim@meyering.net>
16316
16317         * modules/openat (Depends-on): Really alphabetize.
16318
16319         * modules/acl (Depends-on): Add error and quote.
16320
16321         * check-module (find_included_lib_files): Add at-func.c to the
16322         ok-to-include-more-than-once white list.
16323
16324         * modules/openat (Depends-on): Add lstat.  Alphabetize.
16325
16326 2006-08-21  Bruno Haible  <bruno@clisp.org>
16327
16328         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16329         Emit a pkgdata_DATA variable only if some snippets add contents to it.
16330         Reported by Martin Lambers <marlam@marlam.de>.
16331
16332 2006-08-21  Bruno Haible  <bruno@clisp.org>
16333
16334         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
16335         specify an installation location, don't emit a noinst_LIBRARIES or
16336         noinst_LTLIBRARIES assignment.
16337
16338 2006-08-21  Bruno Haible  <bruno@clisp.org>
16339
16340         BeOS portability.
16341         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
16342         BeOS has mbrtowc() but no <wctype.h>.
16343
16344 2006-08-21  Bruno Haible  <bruno@clisp.org>
16345
16346         BeOS portability.
16347         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
16348         exist.
16349
16350 2006-08-21  Bruno Haible  <bruno@clisp.org>
16351
16352         BeOS portability.
16353         * lib/mbchar.h: Include <wctype.h> only if it exists.
16354
16355 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16356
16357         Remove files that are no longer needed by their respective modules.
16358         * m4/obstack.m4: Remove.
16359         * m4/strerror_r.m4: Remove.
16360         * m4/uint32_t.m4: Remove.
16361         * m4/uintptr_t.m4: Remove.
16362         * m4/ullong_max.m4: Remove.
16363         * m4/xstrtoimax.m4: Remove.
16364         * m4/xstrtoumax.m4: Remove.
16365
16366         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
16367         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
16368         dependencies now capture this.
16369
16370         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
16371         Do not use AC_LIBSOURCES, since gnulib modules now do this.
16372         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
16373         * m4/human.m4 (gl_HUMAN): Likewise.
16374         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
16375         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
16376
16377         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
16378
16379         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
16380         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
16381         stdint.
16382         * m4/human.m4 (gl_HUMAN): Likewise.
16383         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
16384         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
16385         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16386         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16387         * m4/xstrtol (gl_XSTRTOL): Likewise.
16388
16389         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
16390         AC_TYPE_LONG_LONG_INT.
16391         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
16392         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
16393         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
16394         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
16395
16396         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
16397         on stdbool.
16398
16399         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
16400         (gl_PREREQ_XSTRTOUL): Remove.
16401
16402         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
16403
16404         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
16405         mode.
16406
16407 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16408
16409         Add and change modules to make it easier for coreutils to use
16410         gnulib-tool.
16411         * modules/backupfile (Files): Remove m4/d-ino.m4.
16412         (Depends-on): Add d-ino.
16413         * modules/cycle-check (Depends-on): Add stdint.
16414         (lib_SOURCES): Add cycle-check.h.
16415         * modules/d-ino: New module.
16416         * modules/d-type: New module.
16417         * modules/error (Files): Remove m4/strerror_r.m4.
16418         * modules/filemode (Files): Add m4/st_dm_mode.m4.
16419         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
16420         m4/inttypes_h.m4, m4/uintmax_t.m4.
16421         (Depends-on): Add stdint.
16422         (lib_SOURCES): Add fsusage.h.
16423         * modules/getcwd (Files): Remove d-ino.m4.
16424         (Depends-on): Add d-ino.
16425         * modules/getndelim2 (Depends-on): Add stdint.
16426         * modules/glob (Files): Remove m4/d-type.m4.
16427         (Depends-on): Add d-type.
16428         * modules/host-os: New module.
16429         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
16430         m4/inttypes_h.m4, m4/uintmax_t.m4.
16431         * Depends-on: Add stdint.
16432         (lib_SOURCES): Add human.h.
16433         * modules/inttostr (Files): Remove m4/intmax_t.m4,
16434         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
16435         m4/uintmax_t.m4, m4/ulonglong.m4.
16436         (Depends-on): Add stdint.
16437         (EXTRA_DIST): Add inttostr.h.
16438         * modules/lchmod: New module.
16439         * modules/link-follow: New module.
16440         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
16441         (Depends-on): Add lchmod.
16442         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
16443         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
16444         (Depends-on): Add stdint.
16445         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
16446         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
16447         (Depends-on): Add stdint.
16448         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
16449         * modules/perl: New module.
16450         * modules/regex (Depends-on): Add stdint.
16451         * modules/rmdir-errno: New module.
16452         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16453         m4/intmax_t.m4.
16454         (Depends-on): Add stdint.
16455         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
16456         m4/uintmax_t.m4.
16457         (Depends-on): Add stdint.
16458         * modules/unlink-busy: New module.
16459         * modules/utimecmp (Depends-on): Add stdint.
16460         * modules/uptime: New module.
16461         * modules/winsz-ioctl: New module.
16462         * modules/winsz-termios: New module.
16463         * modules/xnanosleep (Depends-on): Add nanosleep.
16464         * modules/ullong_max: Remove.
16465         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
16466         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
16467         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
16468         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
16469         (Depends-on): Add inttypes.
16470         (lib_SOURCES): Add xstrtol.h.
16471         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
16472         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
16473         * MODULES.html.sh: Move 'assert' into the assert section.
16474         Move 'dummy' into the linking section.
16475         Remove ullong_max.
16476         Add section for compatibility checks for POSIX:2001 functions,
16477         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
16478         winsz-ioctl, and winsz-termios into it.
16479         Add lchmod.
16480         Add top-level Misc section and put host-os, perl, and uptime
16481         into it.
16482
16483 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
16484
16485         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
16486         now assume the stdint module.  Do not include inttypes.h.
16487         * lib/fsusage.h: Likewise.
16488         * lib/getndelim2.c: Likewise.
16489         * lib/human.h: Likewise.
16490         * lib/inttostr.h: Likewise.
16491         * lib/obstack.c: Likewise.
16492         * lib/regex_internal.h: Likewise.
16493         * lib/tempname.c: Likewise.
16494         * lib/utimecmp.c: Likewise.
16495         * lib/xstrtol.h: Likewise.
16496
16497         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
16498
16499         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
16500         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
16501         * lib/xtime.h: Likewise.
16502
16503 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16504
16505         * modules/openat (Files): Add lib/fchmodat.c.
16506         Fixes problem reported by Jay Youngman.
16507
16508 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
16509
16510         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
16511         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
16512
16513 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
16514             Bruno Haible  <bruno@clisp.org>
16515
16516         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
16517         and is a script that invokes bison. Tighten the code. Add comments.
16518
16519 2006-08-18  Jim Meyering  <jim@meyering.net>
16520
16521         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
16522         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
16523         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
16524         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
16525
16526 2006-08-18  Bruno Haible  <bruno@clisp.org>
16527
16528         * modules/bison-i18n: New file.
16529         * MODULES.html.sh (Internationalization functions): Add it.
16530
16531 2006-08-18  Bruno Haible  <bruno@clisp.org>
16532
16533         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
16534         sys/statvfs.h. When getmntinfo was found, check its declaration and
16535         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
16536
16537 2006-08-18  Bruno Haible  <bruno@clisp.org>
16538
16539         * m4/bison-i18n.m4: New file, from bison.
16540
16541 2006-08-18  Bruno Haible  <bruno@clisp.org>
16542
16543         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
16544         (ME_DUMMY): Treat "kernfs" as a dummy.
16545         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
16546
16547 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16548
16549         Update from coreutils.
16550
16551         2006-08-15  Jim Meyering  <jim@meyering.net>
16552
16553         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
16554
16555         2006-01-17  Jim Meyering  <jim@meyering.net>
16556
16557         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
16558
16559         2006-01-11  Jim Meyering  <jim@meyering.net>
16560
16561         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
16562         Check for the lchmod function.
16563
16564 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
16565
16566         Update from coreutils.
16567
16568         * lib/__fpending.h: Add copyright notice.
16569         * lib/fprintftime.h: Likewise.
16570         * lib/savedir.c: Use (C) in copyright notice.
16571         * lib/savedir.h: Likewise.
16572
16573         2006-08-15  Jim Meyering  <jim@meyering.net>
16574
16575         * lib/at-func.c: New file, with the logic of all emulated at-functions.
16576         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
16577         in support of the EXPECTED_ERRNO macro.
16578         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
16579         definitions.  Instead, define the appropriate symbols and include
16580         "at-func.c".
16581         * lib/mkdirat.c (mkdirat): Likewise.
16582         * lib/fchmodat.c (fchmodat): Likewise.
16583         (ENOSYS): Remove definition.
16584         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
16585         it.  Don't include "unistd--.h" -- it wasn't ever used.
16586
16587         2006-01-17  Jim Meyering  <jim@meyering.net>
16588
16589         Rewrite fts.c not to change the current working directory,
16590         by using openat, fstatat, fdopendir, etc..
16591
16592         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
16593         (HAVE_OPENAT_SUPPORT): Define.
16594         [_LIBC] (fchdir): Don't undef or define; no longer used.
16595         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
16596         Now, this `function' always succeeds, and consumes its file descriptor
16597         parameter -- so callers must not close such FDs.  Update callers.
16598         (diropen_fd, opendirat, cwd_advance_fd): New functions.
16599         (diropen): Add parameter, SP.  Adjust all callers.
16600         Implement using diropen_fd, rather than open.
16601         (fts_open): Initialize new member, fts_cwd_fd.
16602         Remove fts_rft-setting code.
16603         (fts_close): Close fts_cwd_fd, if necessary.
16604         (__opendir2): Define in terms of opendir or opendirat,
16605         depending on whether the FST_NOCHDIR flag is set.
16606         (fts_build): Since fts_safe_changedir consumes its FD, and since
16607         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
16608         and close the dup'd file descriptor upon failure.
16609         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
16610         (fts_safe_changedir): Tweak semantics to reflect that this function
16611         now calls cwd_advance_fd and hence consumes its FD argument.
16612         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
16613         [struct FTS] (fts_rft): Remove now-unused member.
16614         [struct FTS] (fts_cycle.state): Improve comment.
16615
16616         * lib/openat.c (openat_needs_fchdir): New function.
16617         * lib/openat.h (openat_needs_fchdir): Declare it.
16618
16619 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
16620
16621         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
16622         Problem and fix reported by Pádraig Brady in
16623         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
16624
16625 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16626
16627         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
16628
16629 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16630
16631         * lib/memcoll.c (memcoll): Optimize for the common case where the
16632         arguments are bytewise equal.
16633
16634 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
16635
16636         * doc/regexprops-generic.texi: Add a copyright notice.
16637
16638 2006-08-15  Bruno Haible  <bruno@clisp.org>
16639
16640         * modules/tmpdir (License): Change to LGPL.
16641
16642 2006-08-15  Bruno Haible  <bruno@clisp.org>
16643
16644         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
16645         module.
16646
16647 2006-08-14  Simon Josefsson  <jas@extundo.com>
16648
16649         * config/srclist.txt: Add gnupload.
16650
16651 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16652
16653         Change copyright notice from LGPL 2 to GPL 2, since that's the
16654         standard form used in the gnulib repository.
16655         * tests/test-lock.c: Likewise.
16656         * tests/test-stdint.c: Likewise.
16657         * tests/test-tls.c: Likewise.
16658
16659         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
16660         prelude-manager.  User shorter URLs for GNU projects, without '?'.
16661         Add copyright notice.
16662
16663         * check-module: Add copyright notice.  Output a copyright
16664         notice if "--version" is specified.
16665         * modules/COPYING: New file.
16666         * tests/test-getaddrinfo.c: Add copyright notice.
16667         * tests/test-verify.c: Likewise.
16668
16669 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16670
16671         Change copyright notice from LGPL 2 to GPL 2, since that's the
16672         standard form used in the gnulib repository.
16673         * lib/lock.c: LGPL -> GPL.
16674         * lib/lock.h: Likewise.
16675         * lib/strnlen1.c: Likewise.
16676         * lib/strnlen1.h: Likewise.
16677         * lib/tls.c: Likewise.
16678         * lib/tls.h: Likewise.
16679         * lib/tmpdir.c: Likewise.
16680
16681         * lib/TODO: Remove; this belongs only in coreutils.
16682
16683 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16684
16685         Add copyright notices to long-enough files that lack them, since
16686         otherwise the files aren't clearly free.  Use the same notice that
16687         getdate.texi already uses.
16688         * doc/alloca-opt.texi: Add copyright notice.
16689         * doc/alloca.texi: Likewise.
16690         * doc/ctime.texi: Likewise.
16691         * doc/functions.texi: Likewise.
16692         * doc/gcd.texi: Likewise.
16693         * doc/gnulib-tool.texi: Likewise.
16694         * doc/inet_ntoa.texi: Likewise.
16695         * doc/visibility.texi: Likewise.
16696
16697         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
16698         * doc/quote.texi: Add copyright notice.
16699
16700         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
16701         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
16702         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
16703         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
16704         is now obsolete, and give a pointer to the Sun list.
16705         Add copyright notice.
16706
16707 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
16708
16709         * config/srclistvars.sh: Add copyright notice.
16710
16711 2006-08-14  Eric Blake  <ebb9@byu.net>
16712
16713         Import the following change from libc:
16714
16715         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
16716
16717         Upstream bug 2997.
16718         * lib/misc/error.c: Add space between program name and message if file
16719         name is missing.
16720
16721 2006-08-12  Karl Berry  <karl@gnu.org>
16722
16723         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
16724         remove, these originate in gnulib now.
16725
16726 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16727
16728         * doc/Makefile (standards.info standards.html standards.dvi):
16729         Also depend on make-stds.texi.
16730
16731 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
16732
16733         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
16734         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
16735
16736         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
16737         in wchar_t.  Problem reported by Eric Blake.
16738
16739         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
16740         LEN is smaller than SIZE.  Suggested by Bruno Haible.
16741         Also, help the compiler to keep LEN in a register.
16742
16743 2006-08-11  Eric Blake  <ebb9@byu.net>
16744
16745         * users.txt: Sort.  Add tar.
16746
16747 2006-08-11  Bruno Haible  <bruno@clisp.org>
16748
16749         * users.txt: New file.
16750
16751 2006-08-11  Bruno Haible  <bruno@clisp.org>
16752
16753         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
16754         before <wchar.h>. Needed for OSF/1 and BSD/OS.
16755
16756 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16757
16758         * modules/snprintf (Depends-on): Remove minmax.
16759         (Maintainer): Add self and Bruno.
16760
16761 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
16762
16763         * lib/.cppi-disable: Add snprintf.h, socket_.h.
16764         * lib/snprintf.c: Include <errno.h> and <limits.h>.
16765         (EOVERFLOW): Define if the system does not.
16766         Do not include "minmax.h"; it wasn't used.
16767         (snprintf): Don't assume size_t promotes to an unsigned type.
16768         Fix bug when generated string was too long for the buffer: the
16769         buffer's contents are supposed to be the initial prefix of the
16770         output.  Don't assume vasnprintf returns EOVERFLOW if the size
16771         exceeds INT_MAX; do the check ourselves.
16772
16773         Import the following changes from libc:
16774
16775         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
16776
16777         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
16778         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
16779         set wc to the byte which couldn't be converted.
16780         (re_string_reconstruct): Don't clear valid_raw_len before calling
16781         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
16782         tip_context using re_string_context_at.
16783
16784         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
16785
16786         * lib/posix/regex.h: g++ still cannot handled [restrict].
16787
16788         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
16789
16790         * lib/posix/regex.h: Remove special handling for VMS.
16791
16792 2006-08-10  Jim Meyering  <jim@meyering.net>
16793
16794         * modules/same-inode: New module.
16795         * modules/dev-ino: New module.
16796         * modules/cycle-check: Depend on these modules, rather than simply
16797         including their .h files.
16798         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
16799         required via m4/cycle-check.m4.
16800         * modules/same: Depend on new same-inode module, rather than
16801         including same-inode.h.
16802         * modules/chdir-safer: New file.
16803
16804         * modules/chown (Depends-on): Add stat-macros.
16805
16806 2006-08-10  Jim Meyering  <jim@meyering.net>
16807
16808         * m4/cycle-check.m4: New file.
16809         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
16810         * m4/dev-ino.m4, m4/same-inode.m4: New files.
16811
16812 2006-08-10  Eric Blake  <ebb9@byu.net>
16813
16814         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
16815         in from original proposal.
16816
16817 2006-08-10  Eric Blake  <ebb9@byu.net>
16818         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
16819
16820         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
16821         namespace.
16822
16823 2006-08-10  Bruno Haible  <bruno@clisp.org>
16824
16825         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
16826         as well.
16827
16828 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16829
16830         Sync from coreutils.
16831
16832         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
16833
16834         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
16835         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
16836
16837 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16838
16839         * modules/restrict: Remove; no longer needed now that we assume
16840         Autoconf 2.59 or later.
16841         * MODULES.html.sh: Remove 'restrict'.
16842         * modules/argp (Depends-on): Remove 'restrict'.
16843         * modules/base64 (Depends-on): Likewise.
16844         * modules/gc (Depends-on): Likewise.
16845         * modules/getaddrinfo (Depends-on): Likewise.
16846         * modules/glob (Depends-on): Likewise.
16847         * modules/inet_ntop (Depends-on): Likewise.
16848         * modules/inet_pton (Depends-on): Likewise.
16849         * modules/memxor (Depends-on): Likewise.
16850         * modules/regex (Depends-on): Likewise.
16851         * modules/strtok_r (Depends-on): Likewise.
16852         * modules/time_r (Depends-on): Likewise.
16853
16854 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
16855
16856         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
16857         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
16858         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
16859         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
16860         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
16861         * m4/memxor.m4 (gl_MEMXOR): Likewise.
16862         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
16863         gl_C_RESTRICT replaced by AC_C_RESTRICT.
16864
16865         Merge from coreutils.
16866         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
16867         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
16868         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
16869         * m4/time_r.m4 (gl_TIME_R): Likewise.
16870
16871 2006-08-09  Karl Berry  <karl@gnu.org>
16872
16873         * config/srclist.txt: no more gettext-tools, per Bruno.
16874
16875 2006-08-08  Eric Blake  <ebb9@byu.net>
16876
16877         * modules/verror: New module.
16878         * MODULES.html.sh: Document it.
16879
16880 2006-08-08  Eric Blake  <ebb9@byu.net>
16881
16882         * lib/verror.h, lib/verror.c: New files.
16883
16884 2006-08-08  Eric Blake  <ebb9@byu.net>
16885
16886         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
16887         verror_at_line output complies with GNU Coding Standards even when
16888         file is NULL.
16889
16890 2006-08-07  Bruno Haible  <bruno@clisp.org>
16891
16892         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
16893         versions of AIX.
16894         Reported by Ralf Wildenhues.
16895
16896 2006-08-07  Bruno Haible  <bruno@clisp.org>
16897
16898         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
16899         in an AC_DEFUN. Needed so that the autoconf snippets can use
16900         AC_REQUIRE.
16901
16902 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
16903
16904         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16905         Initialize pkgdata_DATA.
16906         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
16907         overriding it.
16908
16909 2006-08-06  Eric Blake  <ebb9@byu.net>
16910
16911         * lib/error.h: Fold in some upstream changes from glibc.
16912         * lib/error.c: Likewise.
16913
16914 2006-08-04  Bruno Haible  <bruno@clisp.org>
16915
16916         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16917         Make the mostlyclean-local rule depend on mostlyclean-generic.
16918         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
16919
16920 2006-07-31  Bruno Haible  <bruno@clisp.org>
16921
16922         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
16923         <stdlib.h>, <string.h>.
16924
16925 2006-07-30  Bruno Haible  <bruno@clisp.org>
16926
16927         * modules/readlink (License): Change to LGPL.
16928
16929 2006-07-30  Bruno Haible  <bruno@clisp.org>
16930
16931         * modules/javaversion (Makefile.am): Distribute javaversion.java and
16932         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
16933         set PKGDATADIR to point to it.
16934
16935 2006-07-30  Bruno Haible  <bruno@clisp.org>
16936
16937         * modules/csharpexec (configure.ac): Comment out macro invocation.
16938         * modules/javaexec (configure.ac): Likewise.
16939         * modules/javacomp-script (configure.ac): Likewise.
16940
16941         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
16942
16943 2006-07-30  Bruno Haible  <bruno@clisp.org>
16944
16945         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
16946         linked-list.
16947
16948 2006-07-30  Bruno Haible  <bruno@clisp.org>
16949
16950         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
16951
16952 2006-07-30  Bruno Haible  <bruno@clisp.org>
16953
16954         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
16955         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
16956         get removed.
16957
16958 2006-07-29  Bruno Haible  <bruno@clisp.org>
16959
16960         Make it possible for gnulib-tool to work with locally modified or
16961         augmented gnulib repositories.
16962         * gnulib-tool (func_usage): Document --local-dir option.
16963         (local_gnulib_dir): New variable.
16964         Handle --local-dir option.
16965         (func_lookup_file): New function.
16966         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
16967         (func_get_description, func_get_filelist, func_get_description,
16968         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
16969         func_get_automake_snippet, func_get_include_directive,
16970         func_get_license, func_get_maintainer): Use func_lookup_file.
16971         (func_import, func_create_testdir): Use func_lookup_file.
16972
16973 2006-07-29  Bruno Haible  <bruno@clisp.org>
16974
16975         * modules/setenv (Depends-on): Add unistd.
16976
16977 2006-07-29  Bruno Haible  <bruno@clisp.org>
16978
16979         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
16980
16981 2006-07-29  Bruno Haible  <bruno@clisp.org>
16982
16983         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
16984
16985 2006-07-29  Bruno Haible  <bruno@clisp.org>
16986
16987         * gnulib-tool (import, update): If there is no Makefile.am, look at
16988         aclocal.m4, instead of bailing out.
16989
16990 2006-07-29  Bruno Haible  <bruno@clisp.org>
16991
16992         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
16993         Categorize the options by when they are useful.
16994
16995 2006-07-29  Bruno Haible  <bruno@clisp.org>
16996
16997         * gnulib-tool (func_usage): Document option --no-libtool.
16998         Handle option --no-libtool.
16999         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
17000         for changed semantics of $libtool variable.
17001         (func_import): Likewise. If libtool is not used, show this through
17002         an option --no-libtool.
17003         (func_create_testdir): Update.
17004
17005 2006-07-29  Bruno Haible  <bruno@clisp.org>
17006
17007         * gnulib-tool (func_import): Extend error message about missing
17008         --doc-base.
17009
17010 2006-07-29  Bruno Haible  <bruno@clisp.org>
17011
17012         * gnulib-tool (func_import): Don't create the $docbase directory if
17013         there is no file to store there.
17014
17015 2006-07-29  Bruno Haible  <bruno@clisp.org>
17016
17017         * gnulib-tool (autoconf_minversion): If a --dir option is given and
17018         relevant, look for configure.ac there, not in the current directory.
17019         Also use a simple search for AC_PREREQ, not "autoconf --trace".
17020
17021 2006-07-29  Bruno Haible  <bruno@clisp.org>
17022
17023         * gnulib-tool (SORT): New variable.
17024         (func_usage): Undocument --assume-autoconf option.
17025         Remove --assume-autoconf option handling.
17026         (autoconf_minversion): Determine from the contents of configure.ac.
17027         (func_import): Remove autoconf_minversion handling.
17028         Suggested by Eric Blake.
17029
17030 2006-07-29  Bruno Haible  <bruno@clisp.org>
17031
17032         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
17033
17034 2006-07-29  Bruno Haible  <bruno@clisp.org>
17035
17036         * config/srclist.txt (*setenv.[ch]): Remove rules.
17037
17038 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17039
17040         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
17041
17042 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17043
17044         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
17045         arpa/inet.h.
17046
17047 2006-07-28  Simon Josefsson  <jas@extundo.com>
17048
17049         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
17050         * modules/inet_pton (Depends-on): Likewise.
17051
17052 2006-07-28  Simon Josefsson  <jas@extundo.com>
17053
17054         * m4/netinet_in_h.m4: New file.
17055
17056 2006-07-28  Simon Josefsson  <jas@extundo.com>
17057
17058         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
17059         #include's.
17060
17061 2006-07-28  Simon Josefsson  <jas@extundo.com>
17062
17063         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
17064         #include's.
17065
17066 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
17067
17068         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
17069         setgid on directories only if they set these bits.
17070         * lib/modechange.h: Remove obsolete comment about masks.
17071
17072 2006-07-28  Eric Blake  <ebb9@byu.net>
17073
17074         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
17075         macro expansion.
17076
17077 2006-07-28  Bruno Haible  <bruno@clisp.org>
17078
17079         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
17080
17081 2006-07-28  Bruno Haible  <bruno@clisp.org>
17082
17083         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
17084
17085 2006-07-28  Bruno Haible  <bruno@clisp.org>
17086
17087         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
17088         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
17089         Define fallbacks.
17090         Avoids link error on FreeBSD 4.x.
17091         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
17092
17093         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
17094         encoding.
17095         * lib/mbswidth.c (iswcntrl): Likewise.
17096
17097 2006-07-27  Bruno Haible  <bruno@clisp.org>
17098
17099         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
17100         test.
17101
17102 2006-07-27  Bruno Haible  <bruno@clisp.org>
17103
17104         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
17105         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
17106         defined.
17107
17108 2006-07-26  Eric Blake  <ebb9@byu.net>
17109
17110         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
17111
17112 2006-07-26  Eric Blake  <ebb9@byu.net>
17113
17114         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
17115         like mingw that lack mkstemp.
17116         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
17117         avoid compilation warning on mingw.
17118
17119 2006-07-26  Bruno Haible  <bruno@clisp.org>
17120
17121         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
17122         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
17123         INT_FAST*_MIN, INTPTR_MIN.
17124
17125 2006-07-25  Bruno Haible  <bruno@clisp.org>
17126
17127         * modules/version-etc (Depends-on): Add stdarg.
17128
17129 2006-07-25  Bruno Haible  <bruno@clisp.org>
17130
17131         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
17132         complex commands.
17133
17134 2006-07-25  Bruno Haible  <bruno@clisp.org>
17135
17136         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
17137         defined in <stdarg.h> or config.h.
17138
17139 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
17140
17141         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
17142         (gl_STDIO_SAFER): Remove.
17143
17144 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
17145
17146         * MODULES.html.sh (File stream based Input/Output):
17147         Add fopen-safer, tmpfile-safer; remove stdio-safer.
17148         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
17149         * modules/fopen-safer, modules/tmpfile-safer: New files.
17150         * modules/stdio-safer: Remove.
17151
17152 2006-07-24  Bruno Haible  <bruno@clisp.org>
17153
17154         * modules/tmpdir: New file.
17155         * MODULES.html.sh (File system functions): Add it.
17156
17157 2006-07-24  Bruno Haible  <bruno@clisp.org>
17158
17159         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
17160         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
17161
17162 2006-07-24  Bruno Haible  <bruno@clisp.org>
17163
17164         * modules/clean-temp: New file.
17165
17166 2006-07-24  Bruno Haible  <bruno@clisp.org>
17167
17168         * m4/tmpdir.m4: New file, from GNU gettext.
17169
17170 2006-07-24  Bruno Haible  <bruno@clisp.org>
17171
17172         * lib/tmpdir.h: New file, from GNU gettext.
17173         * lib/tmpdir.c: New file, from GNU gettext.
17174
17175 2006-07-24  Bruno Haible  <bruno@clisp.org>
17176
17177         * lib/clean-temp.h: New file, from GNU gettext.
17178         * lib/clean-temp.c: New file, from GNU gettext.
17179
17180 2006-07-23  Eric Blake  <ebb9@byu.net>
17181
17182         * modules/stdio-safer (Files): Add tmpfile-safer.c.
17183         (Depends-on): Add binary-io.
17184
17185 2006-07-23  Eric Blake  <ebb9@byu.net>
17186
17187         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
17188
17189 2006-07-23  Eric Blake  <ebb9@byu.net>
17190
17191         * lib/tmpfile-safer.c: New file.
17192         * lib/stdio-safer.h (fopen_safer): Add prototype.
17193         * lib/stdio--.h (tmpfile): Make safer.
17194
17195 2006-07-23  Bruno Haible  <bruno@clisp.org>
17196
17197         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
17198         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
17199         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
17200         gl_linked_remove_at): Use it.
17201
17202 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
17203         and Simon Josefsson <jas@extundo.com>
17204
17205         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
17206
17207         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
17208
17209 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17210
17211         * modules/close-stream: New file.
17212         * modules/closeout (Description): Make it clear that it exits
17213         with a diagnostic on error.
17214         (Depends-on): Add close-stream.  Remove fpending, stdbool.
17215         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
17216
17217 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17218
17219         * m4/close-stream.m4: New file.
17220
17221 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
17222
17223         * lib/close-stream.c, lib/close-stream.h: New files.
17224
17225 2006-07-22  Bruno Haible  <bruno@clisp.org>
17226
17227         Merge from GNU gettext 0.15.
17228
17229         2006-05-01  Bruno Haible  <bruno@clisp.org>
17230
17231                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
17232
17233         2006-07-22  Bruno Haible  <bruno@clisp.org>
17234
17235                 * modules/javaversion: New file.
17236                 * MODULES.html.sh (Java): Add javaversion.
17237
17238         2006-03-12  Bruno Haible  <bruno@clisp.org>
17239
17240                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
17241
17242         2005-12-04  Bruno Haible  <bruno@clisp.org>
17243
17244                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
17245                 (untested).
17246
17247         2006-06-21  Bruno Haible  <bruno@clisp.org>
17248
17249                 Avoid warnings from recent versions of mcs.
17250                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
17251                 -o, -L, -r any more. Use options documented since mcs-1.0
17252                 instead. Similarly for -g.
17253
17254         2005-12-04  Bruno Haible  <bruno@clisp.org>
17255
17256                 * build-aux/csharpcomp.sh.in: Suffix for resources is
17257                 .resources, not .resource.
17258
17259         2005-07-09  Bruno Haible  <bruno@clisp.org>
17260
17261                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
17262                 add a .dll suffix.
17263                 Reported by Mark Junker <mjscod@gmx.de>.
17264
17265         2006-07-22  Bruno Haible  <bruno@clisp.org>
17266
17267                 * modules/gettext: Upgrade to gettext-0.15.
17268                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
17269                 m4/visibility.m4.
17270                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
17271
17272 2006-07-22  Bruno Haible  <bruno@clisp.org>
17273
17274         Merge from GNU gettext 0.15.
17275
17276         2006-03-25  Bruno Haible  <bruno@clisp.org>
17277
17278                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
17279
17280         2006-07-21  Bruno Haible  <bruno@clisp.org>
17281
17282                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
17283                 "1.1".
17284
17285         2006-05-09  Bruno Haible  <bruno@clisp.org>
17286
17287                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
17288                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
17289                 for the conftestver execution.
17290
17291         2006-05-01  Bruno Haible  <bruno@clisp.org>
17292
17293                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
17294                 optional target-version argument. Verify that the compiler
17295                 groks source of the specified source-version, or add -source
17296                 option as necessary. Verify that the compiler produces
17297                 bytecode in the specified target-version, or add -target and
17298                 -source options as necessary. Make the result of the test
17299                 available as variable CONF_JAVAC. Also log error output in
17300                 config.log.
17301
17302         2006-03-11  Bruno Haible  <bruno@clisp.org>
17303
17304                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
17305
17306         2006-05-09  Bruno Haible  <bruno@clisp.org>
17307
17308                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
17309                 CLASSPATH_SEPARATOR to a semicolon.
17310
17311         2006-03-12  Bruno Haible  <bruno@clisp.org>
17312
17313                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
17314                 available as variable CONF_JAVA, for subsequent autoconf
17315                 tests. Also log error output in config.log.
17316
17317         2006-07-19  Bruno Haible  <bruno@clisp.org>
17318
17319                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
17320                 that getline works on glibc2 systems. Needed to avoid trouble
17321                 in relocatable.c.
17322                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
17323
17324         2005-12-04  Bruno Haible  <bruno@clisp.org>
17325
17326                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
17327                 launcher (untested).
17328
17329         2005-12-04  Bruno Haible  <bruno@clisp.org>
17330
17331                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
17332
17333         2006-07-22  Bruno Haible  <bruno@clisp.org>
17334
17335                 * gettext.m4: Update from GNU gettext-0.15.
17336                 * nls.m4: Likewise.
17337                 * po.m4: Likewise.
17338                 * inttypes-pri.m4: Likewise.
17339                 * inttypes-h.m4: Renamed from inttypes.m4.
17340                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
17341
17342 2006-07-22  Bruno Haible  <bruno@clisp.org>
17343
17344         Merge from GNU gettext 0.15.
17345
17346         2005-07-05  Bruno Haible  <bruno@clisp.org>
17347
17348                 * printf-args.c (printf_fetchargs): Work around broken
17349                 definition of wint_t on mingw.
17350
17351         2005-02-12  Bruno Haible  <bruno@clisp.org>
17352
17353                 * xallocsa.h: Add extern "C" for C++.
17354
17355         2006-05-17  Bruno Haible  <bruno@clisp.org>
17356
17357                 Cygwin portability.
17358                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
17359
17360         2006-04-30  Bruno Haible  <bruno@clisp.org>
17361
17362                 * progreloc.c: Include <mach-o/dyld.h> if available.
17363                 (find_executable): Use _NSGetExecutablePath when possible.
17364
17365         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
17366
17367                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
17368                 function.
17369
17370         2005-12-29  Bruno Haible  <bruno@clisp.org>
17371
17372                 * progreloc.c (set_program_name_and_installdir): Fix
17373                 compilation error.
17374
17375         2005-12-04  Bruno Haible  <bruno@clisp.org>
17376
17377                 Cygwin portability.
17378                 * progreloc.c: Include <windows.h> also on Cygwin.
17379                 (find_executable): Add support for Cygwin.
17380                 (set_program_name_and_installdir): Handle also platforms with
17381                 nonempty EXEEXT.
17382
17383         2006-07-11  Bruno Haible  <bruno@clisp.org>
17384
17385                 * javacomp.c: Fix a comment.
17386                 Reported by Jim Meyering.
17387
17388         2006-04-30  Bruno Haible  <bruno@clisp.org>
17389
17390                 * javacomp.h (compile_java_class): Add source_version,
17391                 target_version arguments.
17392                 * javacomp.c: Rewritten to choose only a compiler that
17393                 respects the specified source_version and target_version.
17394
17395         2006-06-27  Bruno Haible  <bruno@clisp.org>
17396
17397                 Assume correct S_ISDIR macro.
17398                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
17399
17400         2006-07-22  Bruno Haible  <bruno@clisp.org>
17401
17402                 * javaversion.h: New file, from GNU gettext.
17403                 * javaversion.c: New file, from GNU gettext.
17404                 * javaversion.java: New file, from GNU gettext.
17405                 * javaversion.class: New file, from GNU gettext.
17406
17407         2006-05-17  Bruno Haible  <bruno@clisp.org>
17408
17409                 Cygwin portability.
17410                 * javaexec.c (execute_java_class): Test for jview program
17411                 also on Cygwin.
17412
17413         2006-04-09  Bruno Haible  <bruno@clisp.org>
17414
17415                 * fatal-signal.c: Don't include string.h.
17416                 (at_fatal_signal): Use a copying loop instead of memcpy.
17417
17418         2005-12-04  Bruno Haible  <bruno@clisp.org>
17419
17420                 * csharpexec.c: Add support for 'clix' launcher (untested).
17421                 (execute_csharp_using_sscli): New function.
17422                 (execute_csharp_program): Call it.
17423
17424         2006-06-21  Bruno Haible  <bruno@clisp.org>
17425
17426                 Avoid warnings from recent versions of mcs.
17427                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
17428                 -o, -L, -r any more. Use options documented since mcs-1.0
17429                 instead. Similarly for -g.
17430
17431         2005-07-09  Bruno Haible  <bruno@clisp.org>
17432
17433                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
17434                 add a .dll suffix.
17435                 Reported by Mark Junker <mjscod@gmx.de>.
17436
17437         2006-06-17  Bruno Haible  <bruno@clisp.org>
17438
17439                 * config.charset: Update for NetBSD 3.0.
17440
17441         2006-05-17  Bruno Haible  <bruno@clisp.org>
17442
17443                 Cygwin portability.
17444                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
17445
17446         2006-05-16  Bruno Haible  <bruno@clisp.org>
17447
17448                 * localcharset.c [CYGWIN]: Include <windows.h>.
17449                 (get_charset_aliases): For Cygwin, return the same CPxxx
17450                 aliases list as under WIN32.
17451                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
17452                 the environment variables. Fall back to GetACP().
17453
17454         2006-04-05  Bruno Haible  <bruno@clisp.org>
17455
17456                 * config.charset: Update Juan Manuel Guerrero's address.
17457
17458         2005-02-12  Bruno Haible  <bruno@clisp.org>
17459
17460                 * allocsa.h: Add extern "C" for C++.
17461
17462         2005-02-10  Bruno Haible  <bruno@clisp.org>
17463
17464                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
17465                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
17466
17467         2006-07-22  Bruno Haible  <bruno@clisp.org>
17468
17469                 * gettext.h: Update to GNU gettext-0.15.
17470
17471 2006-07-22  Bruno Haible  <bruno@clisp.org>
17472
17473         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
17474         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
17475         lib-prefix.m4, longdouble.m4, ssize_t.m4.
17476
17477 2006-07-21  Eric Blake  <ebb9@byu.net>
17478
17479         * modules/stdlib-safer: New file.
17480         * MODULES.html.sh (File stream based Input/Output): Add
17481         stdlib-safer.
17482
17483 2006-07-21  Eric Blake  <ebb9@byu.net>
17484
17485         * lib/stdlib-safer.h: New file from coreutils, required by
17486         stdlib--.h.
17487
17488 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
17489
17490         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
17491
17492 2006-07-20  Bruno Haible  <bruno@clisp.org>
17493
17494         * gnulib-tool: Recognize new option --assume-autoconf.
17495         (autoconf_minversion): New variable.
17496         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
17497
17498 2006-07-20  Bruno Haible  <bruno@clisp.org>
17499
17500         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
17501
17502 2006-07-19  Derek R. Price  <derek@ximbiot.com>
17503
17504         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
17505         Reindent and repaginate.
17506
17507 2006-07-19  Derek Price  <derek@ximbiot.com>
17508
17509         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
17510         Correct grammar.
17511
17512 2006-07-17  Bruno Haible  <bruno@clisp.org>
17513
17514         * modules/list: New file.
17515         * modules/array-list: New file.
17516         * modules/carray-list, modules/carray-list-tests: New files.
17517         * modules/linked-list, modules/linked-list-tests: New files.
17518         * modules/avltree-list, modules/avltree-list-tests: New files.
17519         * modules/rbtree-list, modules/rbtree-list-tests: New files.
17520         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
17521         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
17522         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
17523         * modules/oset: New file.
17524         * modules/array-oset: New file.
17525         * modules/avltree-oset, modules/avltree-oset-tests: New files.
17526         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
17527         * tests/test-carray_list.c: New file.
17528         * tests/test-linked_list.c: New file.
17529         * tests/test-avltree_list.c: New file.
17530         * tests/test-rbtree_list.c: New file.
17531         * tests/test-linkedhash_list.c: New file.
17532         * tests/test-avltreehash_list.c: New file.
17533         * tests/test-rbtreehash_list.c: New file.
17534         * tests/test-avltree_oset.c: New file.
17535         * tests/test-rbtree_oset.c: New file.
17536         * MODULES.html.sh (Container data structures): New section.
17537
17538 2006-07-17  Bruno Haible  <bruno@clisp.org>
17539
17540         * m4/gl_list.m4: New file.
17541
17542 2006-07-17  Bruno Haible  <bruno@clisp.org>
17543
17544         * lib/gl_list.h: New file.
17545         * lib/gl_list.c: New file.
17546         * lib/gl_array_list.h: New file.
17547         * lib/gl_array_list.c: New file.
17548         * lib/gl_carray_list.h: New file.
17549         * lib/gl_carray_list.c: New file.
17550         * lib/gl_linked_list.h: New file.
17551         * lib/gl_linked_list.c: New file.
17552         * lib/gl_anylinked_list1.h: New file.
17553         * lib/gl_anylinked_list2.h: New file.
17554         * lib/gl_avltree_list.h: New file.
17555         * lib/gl_avltree_list.c: New file.
17556         * lib/gl_anyavltree_list1.h: New file.
17557         * lib/gl_anyavltree_list2.h: New file.
17558         * lib/gl_rbtree_list.h: New file.
17559         * lib/gl_rbtree_list.c: New file.
17560         * lib/gl_anyrbtree_list1.h: New file.
17561         * lib/gl_anyrbtree_list2.h: New file.
17562         * lib/gl_anytree_list1.h: New file.
17563         * lib/gl_anytree_list2.h: New file.
17564         * lib/gl_linkedhash_list.h: New file.
17565         * lib/gl_linkedhash_list.c: New file.
17566         * lib/gl_anyhash_list1.h: New file.
17567         * lib/gl_anyhash_list2.h: New file.
17568         * lib/gl_avltreehash_list.h: New file.
17569         * lib/gl_avltreehash_list.c: New file.
17570         * lib/gl_rbtreehash_list.h: New file.
17571         * lib/gl_rbtreehash_list.c: New file.
17572         * lib/gl_anytreehash_list1.h: New file.
17573         * lib/gl_anytreehash_list2.h: New file.
17574
17575         * lib/gl_oset.h: New file.
17576         * lib/gl_oset.c: New file.
17577         * lib/gl_array_oset.h: New file.
17578         * lib/gl_array_oset.c: New file.
17579         * lib/gl_avltree_oset.h: New file.
17580         * lib/gl_avltree_oset.c: New file.
17581         * lib/gl_rbtree_oset.h: New file.
17582         * lib/gl_rbtree_oset.c: New file.
17583         * lib/gl_anytree_oset.h: New file.
17584
17585 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17586
17587         * m4/mkancesdirs.m4: New file.
17588         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
17589         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
17590         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
17591         it.
17592
17593 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17594
17595         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
17596         * lib/mkancesdirs.h: New files.
17597         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
17598         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
17599         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
17600         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
17601         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
17602         callers changed.  Revamp internals significantly, by not
17603         attempting to create directories that are temporarily more
17604         permissive than the final results.  Do not attempt to use
17605         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
17606         This removes some race conditions, fixes some bugs, and simplifies
17607         things.  Use new dirchownmod function to do owner and mode changes.
17608         * lib/mkdir-p.h: Likewise.
17609         * lib/modechange.c (octal_to_mode): New function.
17610         (struct mode_change): New member mentioned.
17611         (make_node_op_equals): New arg mentioned.  All callers changed.
17612         (mode_compile): Keep track of which mode bits the user has explicitly
17613         mentioned.
17614         (mode_adjust): New arg DIR, so that we implement the X op correctly.
17615         New arg PMODE_BITS, to keep track of which mode bits the user
17616         mentioned; it treats S_ISUID and S_ISGID speciall.
17617         All callers changed.
17618         * lib/modechange.h: Likewise.
17619
17620 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
17621
17622         * MODULES.html.sh: Add mkancestors.
17623         * modules/mkancesdirs: New module.
17624         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
17625         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
17626         The chdir-safer and afs files are now orphans; I'll remove them
17627         unless someone speaks up.
17628         Add lib/dirchownmod.c, lib/dirchownmod.h.
17629         (Depends-on): Remove alloca, chown, save-cwd, dirname.
17630         Add lchown, mkancesdirs.
17631         (Maintainer): Add self.
17632
17633 2006-07-15  Karl Berry  <karl@gnu.org>
17634
17635         * gnulib-tool: help message wording/arrangement.
17636
17637 2006-07-14  Simon Josefsson  <jas@extundo.com>
17638
17639         * doc/gnulib.texi (Libtool and Windows): New section.
17640
17641 2006-07-12  Simon Josefsson  <jas@extundo.com>
17642
17643         * modules/gendocs (License): Fix license, approved by Karl.
17644
17645 2006-07-12  Eric Blake  <ebb9@byu.net>
17646
17647         * MODULES.html.sh: Add gendocs.
17648
17649 2006-07-11  Eric Blake  <ebb9@byu.net>
17650
17651         * modules/fdl: New module, to install doc/fdl.texi.
17652         * MODULES.html.sh: Add new section for documentation modules.
17653         * gnulib-tool: Avoid space-tab.
17654         (--doc-base): New option, to manage files from doc.
17655
17656 2006-07-11  Eric Blake  <ebb9@byu.net>
17657
17658         * m4/absolute-header.m4: Fix comments to match recent change.
17659
17660 2006-07-11  Eric Blake  <ebb9@byu.net>
17661
17662         * gnulib-tool: List --doc-base before --tests-base.
17663
17664 2006-07-11  Derek R. Price  <derek@ximbiot.com>
17665
17666         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
17667
17668 2006-07-11  Bruno Haible  <bruno@clisp.org>
17669
17670         * README: Mention where to put documentation.
17671
17672 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17673
17674         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
17675
17676 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17677
17678         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
17679         to stdint.m4.
17680
17681 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
17682
17683         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
17684         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
17685         "no/such/file/stdint.h" when there is no such file, so that
17686         the resulting C code can be parsed by dodgy compilers.
17687         Problems reported by Bob Proulx.
17688
17689 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17690
17691         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
17692         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17693         macros into the GNU _D_EXACT_NAMLEN.
17694         * lib/savedir.c:  Likewise.
17695         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
17696
17697 2006-07-10  Derek R. Price  <derek@ximbiot.com>
17698         and Paul Eggert  <eggert@cs.ucla.edu>
17699
17700         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
17701         * m4/savedir.m4:
17702         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
17703         macros into the GNU _D_EXACT_NAMLEN.
17704
17705 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17706
17707         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
17708         around the absolute name, to work around a problem with the HP-UX
17709         11.23 native C compiler, reported by Bob Proulx.
17710
17711 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17712
17713         * doc/maintain.texi, make-stds.texi: Sync from
17714         <http://savannah.gnu.org/projects/gnustandards>.
17715
17716 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
17717
17718         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
17719
17720 2006-07-09  Jim Meyering  <jim@meyering.net>
17721
17722         * m4/glob.m4: Remove a doubled word in a comment.
17723
17724 2006-07-09  Jim Meyering  <jim@meyering.net>
17725
17726         * lib/argp-pv.c: Remove a doubled word in a comment.
17727         * lib/check-version.c (check_version): Likewise.
17728         * lib/javacomp.c (compile_java_class): Likewise.
17729
17730 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
17731
17732         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
17733         for the benefit of people using Autoconf 2.60.  If you want to
17734         support older Autoconf versions you can copy m4/onceonly_2_57.m4
17735         (or m4/onceonly.m4, if pre-2.57) manually.
17736
17737 2006-07-08  Jim Meyering  <jim@meyering.net>
17738
17739         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
17740         comment.
17741         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
17742         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
17743         comment.
17744
17745 2006-07-08  Jim Meyering  <jim@meyering.net>
17746
17747         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
17748
17749 2006-07-07  Simon Josefsson  <jas@extundo.com>
17750
17751         * tests/test-crc.c: Change expected crc value, the test vector
17752         were probably computed using the old broken crc.c?
17753
17754 2006-07-06  Simon Josefsson  <jas@extundo.com>
17755
17756         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
17757         now the canonical place for the M4 file).
17758
17759         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
17760         from the sys_socket dependency now.
17761
17762         * modules/inet_pton (Files): Ditto.
17763
17764         * modules/inet_ntop (Files): Ditto.
17765
17766 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
17767
17768         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
17769         not gl_PREREQ_GETUSERSHELL.
17770
17771 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17772
17773         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
17774         with only one argument, for Autoconf 2.60.
17775         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
17776         expand to nothing, so add a shell command to avoid syntax error.
17777         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
17778
17779 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
17780
17781         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
17782
17783 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17784
17785         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
17786         no longer needed.  Check for isblank decl.
17787         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
17788         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
17789         of existence.
17790
17791 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17792
17793         * lib/getloadavg.c: Use __VMS, not VMS.
17794         * lib/getopt.c: Likewise.
17795         * lib/getpagesize.h: Likewise.
17796         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
17797         and probably does not work.
17798
17799 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
17800
17801         * lib/.cppi-disable: Add wcwidth.
17802         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
17803         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
17804         (ISGRAPH): Remove.  All uses changed to isgraph.
17805         (FOLD) [!defined _LIBC]: Remove special case.
17806         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
17807         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
17808         HAVE_ISBLANK.
17809         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
17810         case.
17811
17812 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
17813
17814         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
17815         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
17816         brackets.  Other minor changes to suppress some compiler
17817         warnings.
17818
17819 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17820         and Paul Eggert  <eggert@cs.ucla.edu>
17821
17822         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
17823         of invoking obsolescent AC_HEADER_DIRENT macro.
17824         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
17825         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
17826         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
17827         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
17828         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
17829         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
17830         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
17831         * m4/readdir.m4: Remove; no longer needed.
17832
17833 2006-07-06  Derek R. Price  <derek@ximbiot.com>
17834         and Paul Eggert  <eggert@cs.ucla.edu>
17835
17836         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
17837         Don't worry about this obsolete case any more.
17838         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
17839         directories.
17840         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
17841         worry about this obsolete case any more.
17842         * lib/fts.c: Likewise.
17843         * lib/getcwd.c: Likewise.
17844         * lib/glob.h: Likewise.
17845         * lib/savedir.c: Likewise.
17846
17847 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17848
17849         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
17850         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
17851         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
17852         needed.
17853         All uses removed.
17854         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17855         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17856         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
17857         needed.
17858         * m4/getdate.m4 (gl_GETDATE): Likewise.
17859         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17860         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17861         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17862         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17863         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
17864         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17865         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
17866         needed.
17867
17868 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
17869
17870         * lib/memcasecmp.c: Include <limits.h>.
17871         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
17872         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
17873         Don't assume isdigit succeeds only on '0' through '9'.
17874
17875 2006-07-05  Eric Blake  <ebb9@byu.net>
17876
17877         * modules/getaddrinfo (Depends-on): Add snprintf.
17878
17879 2006-07-05  Eric Blake  <ebb9@byu.net>
17880
17881         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
17882         to avoid 'header present but could not be compiled' on cygwin.
17883
17884 2006-07-05  Eric Blake  <ebb9@byu.net>
17885
17886         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
17887         missing from netdb.h.
17888         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
17889
17890 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17891
17892         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
17893         no longer needed.
17894         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
17895         * m4/getdate.m4 (gl_GETDATE): Likewise.
17896         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
17897         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
17898         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
17899         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
17900         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17901
17902 2006-07-05  Derek R. Price  <derek@ximbiot.com>
17903
17904         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
17905         All uses of is_space replaced by isspace.
17906         * lib/exit.h: Don't talk about STDC_HEADERS.
17907         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
17908         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
17909         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
17910         replaced by isprint etc.
17911         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
17912         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17913         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
17914         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
17915         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
17916         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
17917
17918 2006-07-05  Bruno Haible  <bruno@clisp.org>
17919
17920         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
17921         the function exists, before testing against AIX.
17922         Reported by Martin Lambers <marlam@marlam.de>.
17923
17924 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17925
17926         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
17927         From Mark D. Baushke.
17928
17929 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
17930
17931         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
17932         to the absolute name, not just one, to bypass Sun C 5.8's
17933         "warning: #include of /usr/include/... may be non-portable".
17934
17935 2006-07-04  Eric Blake  <ebb9@byu.net>
17936
17937         * modules/dirname-tests: New test module.
17938         * tests/test-dirname.c: New file, replacing dirname.c
17939         TEST_DIRNAME section that was recently deleted.
17940
17941 2006-07-04  Bruno Haible  <bruno@clisp.org>
17942
17943         Assume ANSI C header files and <ctype.h> functions.
17944         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
17945         (mbsnwidth): Use isprint, iscntrl instead.
17946
17947 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17948
17949         Merge from coreutils.
17950         * MODULES.html.sh: Add xstrtold.
17951         * modules/xstrtold: New file.
17952         * modules/cycle-check (Files): Add lib/same-inode.h.
17953         * modules/dirname (Files): Add m4/double-slash-root.m4.
17954         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
17955         * modules/mkdir-p (Files): Add lib/same-inode.h.
17956         * modules/same (Files): Add lib/same-inode.h.
17957
17958 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
17959
17960         * m4/absolute-header.m4: Renamed from full-header-path.m4.
17961         This is to keep the terminology clean; POSIX talks about
17962         "absolute pathnames", not "full pathnames", but the GNU
17963         Coding Standards say to use "path" for something else;
17964         so use "absolute" to keep both sides happy.
17965         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
17966         Set gl_absolute_header, not gl_full_header_path.
17967         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
17968         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
17969         All uses changed.
17970
17971         Merge from coreutils.
17972
17973         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
17974
17975         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
17976         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
17977         want to require the building of c-strtod.o.
17978         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
17979         needs -lm directly.
17980         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
17981
17982         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
17983
17984         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
17985         --as-needed option if available.  Problem reported by Albert Chin in
17986         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
17987         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
17988         cc merely issues a bunch of annoying warnings for --as-needed
17989         (this problem was reported by Bob Proulx).  Also, try linking with
17990         -lm to detect a bug in binutils 2.16 (this problem was reported
17991         by Ralf Wildenhues).
17992
17993         2006-06-18  Jim Meyering  <jim@meyering.net>
17994
17995         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
17996         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
17997         macro.
17998         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
17999         also check for glibc-2.4's abort-inducing bug.
18000
18001         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
18002         Low-probability clean-up should be to use rmdir to get rid of
18003         the just-created directory, not unlink.
18004
18005         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
18006         configure fail, and request a bug report to inform us about it.
18007         Add a comment that, barring reports to the contrary, in 2007 we'll
18008         assume ftruncate is universally available.
18009
18010         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
18011
18012         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
18013
18014         2006-03-12  Jim Meyering  <jim@meyering.net>
18015
18016         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
18017         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
18018         * m4/same.m4 (gl_SAME): Likewise.
18019         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
18020
18021         2006-03-11  Eric Blake  <ebb9@byu.net>
18022
18023         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
18024         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
18025         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
18026         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
18027
18028 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
18029
18030         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
18031         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
18032         reported by Mark D. Baushke, one in
18033         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
18034
18035         Merge from coreutils.
18036
18037         * lib/.cppi-disable: Add stdint_.h.
18038         * lib/.cvsignore: Add stdint.h.
18039
18040         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
18041
18042         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
18043         both double and long double versions.
18044         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
18045         * lib/xstrtold.c: New file.
18046         * lib/xstrtod.h (xstrtold): New decl.
18047
18048         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
18049
18050         * lib/filemode.c (setst): Remove.
18051         (strmode): Rewrite to avoid setst.  This makes the code shorter,
18052         (arguably) clearer, and the generated code is a bit smaller on my
18053         Debian GNU/Linux stable x86 host.
18054
18055         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
18056
18057         * lib/filemode.c: Include "filemode.h" first, to test the interface.
18058         Assume that filemode.h includes sys/types.h and sys/stat.h.
18059         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
18060         (ftypelet): Reorder to put common cases first, for efficiency.
18061         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
18062         to do 'M'.
18063         (strmode): Renamed from mode_string, and now stores 12 bytes instead
18064         of 10, for compatibility with FreeBSD.  All callers changed.
18065         (filemodestring): Now stores 12 bytes instead of 10, and sets file
18066         types that can't be deduced solely from st_mode.  First arg is now a
18067         const pointer.
18068         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
18069         (strmode): Renamed from mode_string.
18070         (filemodestring): New decl.
18071         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
18072         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
18073         needed.
18074         (S_ISPORT, S_ISWHT): New macros, if not already defined.
18075
18076         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
18077
18078         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
18079         fsusage.h now does that.  Include fsusage.h first, to test interface.
18080         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
18081         at most one method (the old code could have generated decls that
18082         didn't conform to C89, not that this was ever exercised).
18083         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
18084
18085         2006-03-19  Jim Meyering  <jim@meyering.net>
18086
18087         Work even in a chroot where d_ino values for entries in "/"
18088         don't match the stat.st_ino values for the same names.
18089         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
18090         number, iterate through all entries again, using lstat instead.
18091         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
18092         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
18093
18094         * lib/getcwd.c (__getcwd): Clarify a comment.
18095         Use memcpy in place of a call to strcpy.
18096
18097         2006-03-12  Jim Meyering  <jim@meyering.net>
18098
18099         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
18100         matches that of the current directory (which we're about to chdir ".."
18101         out of), then save the dev-ino of the parent, instead.
18102
18103         * lib/same-inode.h (SAME_INODE): New file/macro.
18104         * lib/chdir-safer.c (SAME_INODE): Remove definition.
18105         Include "same-inode.h", instead.
18106         * lib/same.c: Likewise.
18107         * lib/cycle-check.h: Include "same-inode.h".
18108         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
18109         * lib/cycle-check.c (SAME_INODE): Remove definition.
18110         * lib/root-dev-ino.h: Include "same-inode.h".
18111
18112         2006-03-11  Eric Blake  <ebb9@byu.net>
18113
18114         * lib/same.c (same_name): s/base_name/last_component/
18115         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
18116         * lib/filenamecat.c (file_name_concat): Likewise.
18117
18118         2006-03-11  Eric Blake  <ebb9@byu.net>,
18119                     Paul Eggert  <eggert@cs.ucla.edu>
18120
18121         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
18122         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
18123         drive prefix.
18124         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
18125         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
18126         (last_component): New method.
18127         * lib/dirname.c (dir_len): Determine when drive letters need a
18128         subsequent slash.  Preserve // when it is special.
18129         (dir_name): Don't append dot when drive letter is absolute.
18130         [TEST_DIRNAME]: Move into a full-blown gnulib test.
18131         * lib/basename.c (base_name): New semantics - malloc the result.
18132         Preserve // when it is special.  Preserve relative files that look
18133         like drive letters.
18134         (base_len): Preserve // when it is special.
18135         (last_component): New method, similar to old base_name semantics.
18136         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
18137         base_name.  Strip redundant slashes from ///.
18138
18139 2006-07-03  Jim Meyering  <jim@meyering.net>
18140
18141         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
18142         macro is used before the first cycle_check call.
18143
18144 2006-07-03  Eric Blake  <ebb9@byu.net>
18145
18146         * modules/dirname (Depends-on): Add xstrndup.
18147
18148 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18149
18150         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
18151         test cases, so that config.log is a bit easier to follow.
18152
18153 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
18154
18155         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
18156         both are 64 bits, since this seems to be the tradition, and this
18157         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
18158         we ever run into a host that prefers long long to long in this
18159         case, we'll need another configure-time test.  Problem reported by
18160         Jim Meyering.
18161
18162 2006-07-02  Eric Blake  <ebb9@byu.net>
18163
18164         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
18165
18166 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18167
18168         * modules/inttypes (Depends-on): No longer depends on stdint.
18169         * modules/stdint (Description): Say more about assumptions.
18170         Say that the fast types might differ.  Say macros are used.
18171         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
18172         (Makefile.am): Revise list of substituted symbols to match
18173         new stdint.m4.
18174         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
18175         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
18176         * tests/test-stdint.c (verify_same_types)
18177         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
18178         the code conforms to C99/C89.
18179         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
18180         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
18181
18182 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18183
18184         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
18185         but fix a bug, by requiring at least 64 bits.
18186         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
18187         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
18188         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
18189         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
18190
18191         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
18192         changes.  Make 2.59 a prerequisite.  Check and substitute for
18193         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
18194         inttypes.h.  Do not use special include files; just use the
18195         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
18196         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
18197         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
18198         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
18199         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
18200         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
18201         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
18202         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
18203         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
18204         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
18205         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
18206         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
18207         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
18208         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
18209         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
18210         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
18211         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
18212         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
18213         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
18214         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
18215         WINT_MAX.  Check for C99 conformance more strictly, by detecting
18216         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
18217         not check for things that C99 does not require, e.g., int8_t.  If
18218         a test isn't needed unless <stdint.h> isn't working, and is
18219         unlikely to be needed for any other reason, then don't do it
18220         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
18221         size_t, since we assume C89 freestanding at least.  Do not check
18222         for sig_atomic_t, wchar_t, or wint_t, since the code now does
18223         the right thing even if the types are not defined.  Instead use:
18224         (gl_STDINT_TYPE_PROPERTIES): New macro.
18225         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
18226         testing whether <sys/types.h> clashes, as Autoconf does this for
18227         us now.  All uses removed.
18228         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
18229         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
18230         (gl_CHECK_TYPE_SAME):
18231         Remove; no longer needed.
18232         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
18233         exists, since we'll return 0 anyway in that case.
18234         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
18235
18236 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
18237
18238         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
18239         possible collision with system files.
18240         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
18241         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
18242         WCHAR_MIN and WCHAR_MAX in this case.
18243         (<stddef.h>): Do not include; no longer needed.
18244         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
18245         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
18246         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
18247         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
18248         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
18249         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
18250         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
18251         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
18252         !defined(__c99))]: Include in this case too, since it's harmless
18253         now.
18254         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
18255         dangerous to do so.
18256         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
18257         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
18258         (_STDINT_MIN, _STDINT_MAX): New macros.
18259         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
18260         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
18261         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
18262         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
18263         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
18264         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
18265         macros, not typedefs; this simplifies things quite a bit.
18266         Use long int for all types narrower than int64_t.
18267         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
18268         Define in terms of long long int or int64_t or long int,
18269         not int64_t or int32_t.  This saves some compile-time testing.
18270         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
18271         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
18272         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
18273         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
18274         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
18275         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
18276         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
18277         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
18278         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
18279         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
18280         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
18281         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
18282         undef any previous version and define our own version, for
18283         simplicity and consistency with the new macros for types.
18284         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
18285         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
18286         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
18287         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
18288         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
18289         @WINT_T_SUFFIX@ to keep things simple here.
18290         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
18291         Simplify by assuming typical 8/16/32/64 host, since we're
18292         already doing that elsewhere anyway.
18293         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
18294         and assume long long int is 64 bits if available.  This
18295         speeds up 'configure'.
18296
18297 2006-07-01  Eric Blake  <ebb9@byu.net>
18298
18299         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
18300         Reported by Andreas Buening.
18301
18302 2006-07-01  Eric Blake  <ebb9@byu.net>
18303
18304         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
18305
18306 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
18307
18308         * lib/getaddrinfo.c: fixed typo
18309
18310 2006-06-29  Jim Meyering  <jim@meyering.net>
18311
18312         * modules/strftime (Maintainer): Add my name, since with the
18313         FPRINTFTIME changes strftime.c has forked from glibc.
18314
18315 2006-06-29  Eric Blake  <ebb9@byu.net>
18316
18317         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
18318
18319 2006-06-29  Eric Blake  <ebb9@byu.net>
18320
18321         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
18322
18323 2006-06-29  Eric Blake  <ebb9@byu.net>
18324
18325         * lib/stat_.h: New file.
18326
18327 2006-06-29  Eric Blake  <ebb9@byu.net>
18328
18329         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
18330         unused static function.
18331
18332 2006-06-29  Eric Blake  <ebb9@byu.net>
18333
18334         * doc/functions.texi (Function Portability): Document missing lstat
18335         on mingw.
18336
18337 2006-06-29  Eric Blake  <ebb9@byu.net>
18338
18339         * MODULES.html.sh: Add sys_stat.
18340         * modules/sys_stat: New module.
18341         * modules/mkstemp (Depends-on): Add sys_stat.
18342
18343 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18344
18345         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
18346
18347 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18348
18349         * m4/c-bs-a.m4: Removed.
18350
18351 2006-06-29  Derek R. Price  <derek@ximbiot.com>
18352
18353         * lib/strftime.c: Assume strftime() exists.
18354
18355 2006-06-29  Derek Price  <derek@ximbiot.com>
18356
18357         * modules/c-bs-a: Removed - \a is C89.
18358         * MODULES.html.sh: Remove c-bs-a.
18359
18360 2006-06-29  Bruno Haible  <bruno@clisp.org>
18361
18362         * modules/wcwidth (License): Change to LGPL.
18363
18364 2006-06-28  Simon Josefsson  <jas@extundo.com>
18365
18366         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
18367         on _WIN32.
18368
18369         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
18370         getnameinfo.
18371
18372 2006-06-28  Simon Josefsson  <jas@extundo.com>
18373
18374         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
18375
18376 2006-06-28  Simon Josefsson  <jas@extundo.com>
18377
18378         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
18379         functions there.  It will succeed on Windows XP, but on Windows
18380         2000 and (presumably) earlier, it will fail, and use the internal
18381         re-implementation.
18382         (use_win32_p): New function.
18383         (getaddrinfo): Use strtoul on servname, to support numeric ports.
18384         Support AI_NUMERICSERV to disable getservbyname.
18385         (getnameinfo): New function, only supports
18386         NI_NUMERICHOST|NI_NUMERICSERV for now.
18387
18388         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
18389         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
18390         getnameinfo.
18391
18392 2006-06-28  Eric Blake  <ebb9@byu.net>
18393
18394         * modules/wcwidth: New file.
18395         * modules/mbchar (Depends-on): Add wcwidth.
18396         * modules/mbswidth (Depends-on): Add wcwidth.
18397         * MODULES.html.sh: Add wcwidth.
18398
18399 2006-06-28  Eric Blake  <ebb9@byu.net>
18400
18401         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
18402         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
18403
18404 2006-06-28  Eric Blake  <ebb9@byu.net>
18405
18406         * lib/xvasprintf.h: Fix comments.
18407
18408 2006-06-28  Eric Blake  <ebb9@byu.net>
18409
18410         * lib/mbchar.h (wcwidth): Include wcwidth.h.
18411         * lib/mbswidth.c (wcwidth): Move from here...
18412         * lib/wcwidth.h: ...to this new file.
18413
18414 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18415
18416         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
18417
18418         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
18419         it's obsolete.
18420         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
18421
18422 2006-06-28  Derek R. Price  <derek@ximbiot.com>
18423
18424         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
18425         Autoconf 2.60 says this stuff was obsolete.
18426
18427 2006-06-28  Bruno Haible  <bruno@clisp.org>
18428
18429         * modules/wcwidth (Files): Add m4/wchar_t.m4.
18430
18431 2006-06-28  Bruno Haible  <bruno@clisp.org>
18432
18433         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
18434         gt_TYPE_WCHAR_T.
18435
18436 2006-06-28  Bruno Haible  <bruno@clisp.org>
18437
18438         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
18439         declaration for wcwidth.
18440         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
18441
18442 2006-06-28  Bruno Haible  <bruno@clisp.org>
18443
18444         * lib/mkdtemp.c [MINGW]: Include <io.h>.
18445         (mkdir): Define using _mkdir.
18446
18447 2006-06-28  Bruno Haible  <bruno@clisp.org>
18448
18449         * lib/getaddrinfo.h: Fix POSIX URL.
18450         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
18451         _WIN32.
18452         (use_win32_p): Make static.
18453         (getaddrinfo): Reject service name if it is empty or does not consist
18454         solely of decimal digits, or if its value is > 65535.
18455         (getnameinfo): Remove useless casts.
18456
18457 2006-06-27  Simon Josefsson  <jas@extundo.com>
18458
18459         * modules/sys_select: New file, suggested by Bruno Haible, Paul
18460         Eggert and Martin Lambers.
18461
18462 2006-06-27  Simon Josefsson  <jas@extundo.com>
18463
18464         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
18465         Eggert and Martin Lambers.
18466
18467 2006-06-27  Bruno Haible  <bruno@clisp.org>
18468
18469         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
18470         result to 0, not to empty.
18471         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
18472
18473 2006-06-27  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
18476
18477 2006-06-26  Simon Josefsson  <jas@extundo.com>
18478
18479         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
18480         present.
18481
18482 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
18483
18484         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
18485         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
18486         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
18487
18488 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
18489
18490         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
18491
18492 2006-06-26  Bruno Haible  <bruno@clisp.org>
18493
18494         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
18495
18496 2006-06-26  Bruno Haible  <bruno@clisp.org>
18497
18498         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
18499
18500 2006-06-26  Bruno Haible  <bruno@clisp.org>
18501
18502         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
18503         SGI C compiler in pre-C99 mode.
18504         Suggested by Mark D. Baushke and Larry Jones.
18505
18506 2006-06-26  Bruno Haible  <bruno@clisp.org>
18507
18508         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
18509         WCHAR_MAX.
18510         Reported by Mark D. Baushke and Larry Jones.
18511
18512 2006-06-26  Bruno Haible  <bruno@clisp.org>
18513
18514         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
18515         in pre-C99 mode.
18516         Suggested by Mark D. Baushke and Larry Jones.
18517
18518 2006-06-23  Simon Josefsson  <jas@extundo.com>
18519             Bruno Haible  <bruno@clisp.org>
18520
18521         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
18522         Emit mostlyclean-local rule.
18523         (func_emit_tests_Makefile_am): Likewise.
18524         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
18525
18526 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
18527
18528         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
18529
18530 2006-06-23  Bruno Haible  <bruno@clisp.org>
18531
18532         * tests/test-stdint.c: Update to match ISO C 99 Technical
18533         Corrigendum 1.
18534
18535 2006-06-23  Bruno Haible  <bruno@clisp.org>
18536
18537         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
18538
18539 2006-06-23  Bruno Haible  <bruno@clisp.org>
18540
18541         * lib/stdint_.h: Treat IRIX like OpenBSD.
18542
18543 2006-06-23  Bruno Haible  <bruno@clisp.org>
18544
18545         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
18546         ISO C 99 Technical Corrigendum 1.
18547
18548 2006-06-22  Simon Josefsson  <jas@extundo.com>
18549
18550         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
18551         MinGW.
18552
18553 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
18554
18555         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
18556         needed.  Some compiler complained about some of them.  Problem reported
18557         by Larry Jones in
18558         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
18559
18560 2006-06-21  Simon Josefsson  <jas@extundo.com>
18561
18562         * tests/test-getaddrinfo.c: New file.
18563
18564         * modules/getaddrinfo-tests: New file.
18565
18566         * MODULES.html.sh: Add inet_pton.
18567
18568         * modules/inet_pton: New file.
18569
18570 2006-06-21  Simon Josefsson  <jas@extundo.com>
18571
18572         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
18573         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
18574         of using the (limited) gnulib implementation on Windows XP.
18575
18576         * m4/inet_pton.m4: New file.
18577
18578 2006-06-21  Simon Josefsson  <jas@extundo.com>
18579
18580         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
18581         variable.
18582
18583         * lib/socket_.h: Don't define WINVER.
18584
18585         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
18586         slightly modified to work in gnulib.
18587
18588 2006-06-21  Simon Josefsson  <jas@extundo.com>
18589
18590         * doc/gnulib.texi (Windows sockets): Add.
18591
18592 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
18593
18594         * lib/read-file.c (fread_file): Start with buffer allocation of
18595         0 bytes rather than 1 byte; this simplifies the code.
18596         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
18597         code to free buffer and save/restore errno.
18598         (internal_read_file): Remove unused local.
18599
18600 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
18601
18602         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
18603         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
18604         Problem reported by Denis Excoffier in
18605         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
18606
18607 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
18608
18609         * modules/sys_socket, modules/socklen: Include sys/types since
18610         FreeBSD 4.x's sys/socket.h needs it.
18611
18612 2006-06-19  Simon Josefsson  <jas@extundo.com>
18613
18614         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
18615
18616 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
18617
18618         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
18619
18620 2006-06-19  Bruno Haible  <bruno@clisp.org>
18621
18622         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
18623         and FULL_PATH_INTTYPES_H in angle brackets.
18624         Reported by Mark D. Baushke <mdb@gnu.org>.
18625
18626 2006-06-17  Eric Blake  <ebb9@byu.net>
18627
18628         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
18629         errno.
18630
18631 2006-06-17  Bruno Haible  <bruno@clisp.org>
18632
18633         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
18634         <sys/inttypes.h>.
18635
18636 2006-06-17  Bruno Haible  <bruno@clisp.org>
18637
18638         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
18639         whether errno is declared. Assume <errno.h> declares errno.
18640
18641 2006-06-17  Bruno Haible  <bruno@clisp.org>
18642
18643         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
18644
18645 2006-06-17  Bruno Haible  <bruno@clisp.org>
18646
18647         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
18648         problem on Solaris 2.5.1.
18649
18650 2006-06-16  Eric Blake  <ebb9@byu.net>
18651
18652         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
18653         * lib/unicodeio.c [!defined errno]: Likewise.
18654         * lib/strtol.c [!defined errno]: Likewise.
18655         * lib/strtod.c [!defined errno]: Likewise.
18656
18657 2006-06-15  Eric Blake  <ebb9@byu.net>
18658
18659         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
18660
18661 2006-06-15  Eric Blake  <ebb9@byu.net>
18662
18663         * config/srclist.txt (ssize_t.m4): Lose sync.
18664
18665 2006-06-15  Bruno Haible  <bruno@clisp.org>
18666
18667         * modules/stdint (Files): Include m4/full-header-path.m4,
18668         m4/size_max.m4, m4/wchar_t.m4.
18669         (Makefile.am): Many more substitutions.
18670         * modules/stdint-tests: New file.
18671         * tests/test-stdint.c: New file.
18672
18673 2006-06-15  Bruno Haible  <bruno@clisp.org>
18674
18675         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
18676         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
18677         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
18678         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
18679         gl_CHECK_TYPE_SAME): New macros.
18680
18681 2006-06-15  Bruno Haible  <bruno@clisp.org>
18682
18683         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
18684
18685 2006-06-15  Bruno Haible  <bruno@clisp.org>
18686
18687         * lib/stdint_.h: Rewritten to be fully auto-configured.
18688         Fixes bug on HP-UX/IA64.
18689
18690 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
18691
18692         * lib/getdate.y (__attribute__): Don't define if already defined.
18693         Problem reported by Larry Jones.
18694         * lib/utimens.c (__attribute__): Likewise.
18695
18696 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
18697
18698         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
18699         reported by Andreas Schwab.
18700
18701 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18702             Bruno Haible  <bruno@clisp.org>
18703
18704         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
18705         check for the declaration of strnlen and a run test that exposes the
18706         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
18707         rpl_strndup.
18708
18709 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18710             Bruno Haible  <bruno@clisp.org>
18711
18712         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
18713
18714 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
18715
18716         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
18717         compile test, for Tru64 4.0D.
18718
18719 2006-05-28  Karl Berry  <karl@gnu.org>
18720
18721         * config/srclist.txt (printf-args.c): lose sync.
18722
18723 2006-05-26  Martin Lambers  <marlam@marlam.de>
18724
18725         * lib/getpass.c: Updates the test for the native W32 API, and adds
18726         missing includes, thus fixing compilation warnings.
18727
18728 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
18729
18730         * lib/exclude.c (exclude_fnmatch): New function.
18731         (excluded_file_name): Call exclude_fnmatch.
18732         * lib/exclude.h (excluded_file_name): New prototype
18733
18734 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
18735
18736         * lib/tempname.c (small_open, large_open): New macros.
18737         (__open, __open64) [!_LIBC]: Remove.
18738         (__gen_tempname): Use small_open and large_open instead of __open
18739         and __open64.  This fixes a portability bug on HP-UX 11.11i
18740         reported by Simon Wing-Tang in
18741         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
18742
18743 2006-05-24  Bruno Haible  <bruno@clisp.org>
18744
18745         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
18746         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
18747         Reported by Thorsten Maerz <torte@netztorte.de> via
18748         Aaron Stone <aaron@serendipity.cx>.
18749
18750 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18751
18752         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
18753         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
18754         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
18755         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
18756         not really conditional on the cache.
18757         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
18758
18759 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
18760
18761         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
18762         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
18763         (my_usleep): Don't mishandle maximum value.
18764
18765 2006-05-19  Jim Meyering  <jim@meyering.net>
18766
18767         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
18768
18769 2006-05-17  Bruno Haible  <bruno@clisp.org>
18770
18771         Cygwin portability.
18772         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
18773
18774 2006-05-17  Bruno Haible  <bruno@clisp.org>
18775
18776         * lib/stdint_.h: Fix recognition of Cygwin.
18777
18778 2006-05-15  Bruno Haible  <bruno@clisp.org>
18779
18780         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
18781         on libtool patch by Ralf Wildenhues.
18782
18783 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
18784
18785         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
18786         test for C99 conformance; (bool) 0.5 is an integer constant
18787         expression, but (bool) -0.5 is not.  Problem reported by Fedor
18788         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
18789
18790 2006-05-11  Simon Josefsson  <jas@extundo.com>
18791
18792         * m4/xvasprintf.m4: Fix obvious typo.
18793
18794 2006-05-11  Jim Meyering  <jim@meyering.net>
18795
18796         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
18797         James Lemley.
18798
18799 2006-05-10  Simon Josefsson  <jas@extundo.com>
18800
18801         * lib/md4.c: Typo fix, update copyright years.
18802         (K1, K2): Don't use L because it turn computations into 64-bit on
18803         64-bit platforms.
18804
18805 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
18806
18807         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
18808         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
18809         unwanted sign propagation, e.g., on hosts with 64-bit int.
18810         There still are some problems with reeelly weird theoretical hosts
18811         (e.g., 33-bit int) but it's not worth worrying about now.
18812         * lib/sha1.c (rol): Likewise.
18813         (K1, K2, K3, K4): Remove unnecessary L suffix.
18814
18815 2006-05-10  Bruno Haible  <bruno@clisp.org>
18816
18817         * lib/des.c: Cast to avoid warnings.
18818
18819 2006-05-09  Bruno Haible  <bruno@clisp.org>
18820
18821         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
18822         (Depends-on): Depend also on xsize, stdarg.
18823         (configure.ac): Add gl_XVASPRINTF.
18824
18825 2006-05-09  Bruno Haible  <bruno@clisp.org>
18826
18827         * m4/xvasprintf.m4: New file.
18828
18829 2006-05-09  Bruno Haible  <bruno@clisp.org>
18830
18831         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
18832         (EOVERFLOW): Define fallback value.
18833         (xstrcat): New function.
18834         (xvasprintf): Recognize the special case of a string concatenation.
18835
18836 2006-05-08  Eric Blake  <ebb9@byu.net>
18837
18838         * gnulib-tool (func_version): Base copyright year on CVS date.
18839         (func_emit_copyright_notice): New function.
18840         (func_emit_lib_Makefile_am): Use it.
18841         (func_emit_tests_Makefile_am): Likewise.
18842         (func_import): Likewise.
18843
18844 2006-05-08  Bruno Haible  <bruno@clisp.org>
18845
18846         * modules/stdarg: New file.
18847         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
18848
18849 2006-05-08  Bruno Haible  <bruno@clisp.org>
18850
18851         * m4/stdarg.m4: New file, from GNU gettext.
18852
18853 2006-05-08  Bruno Haible  <bruno@clisp.org>
18854
18855         * config/srclist.txt (build-aux/config.rpath): different from latest
18856         release.
18857
18858 2006-05-08  Bruno Haible  <bruno@clisp.org>
18859
18860         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
18861
18862 2006-05-05  Jim Meyering  <jim@meyering.net>
18863
18864         * m4/warning.m4: New file, derived from bison's file by the same name.
18865
18866 2006-05-03  Bruno Haible  <bruno@clisp.org>
18867
18868         * lib/stdint_.h: Shorter URL.
18869         * lib/inttypes.h: Likewise.
18870
18871 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18872
18873         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
18874
18875 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18876
18877         * lib/verify.h: Document the internals better.  Most of this change
18878         was written by Bruno Haible.
18879
18880 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
18881
18882         * doc/verify.texi: New file, partly based on a proposal by
18883         Bruno Haible.
18884
18885 2006-05-02  Bruno Haible  <bruno@clisp.org>
18886
18887         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
18888         test from here...
18889         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
18890
18891 2006-04-29  Bruno Haible  <bruno@clisp.org>
18892
18893         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
18894         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
18895
18896 2006-04-29  Bruno Haible  <bruno@clisp.org>
18897
18898         * gnulib-tool: Make --update option actually work.
18899
18900 2006-04-29  Bruno Haible  <bruno@clisp.org>
18901
18902         * doc/gcd.texi: New file.
18903         * doc/gnulib.texi: Include it.
18904
18905 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
18906
18907         * lib/getdate.y (get_date): When adding relative date, start with the
18908         initial time, not with the result of the first mktime call.
18909
18910 2006-04-25  Bruno Haible  <bruno@clisp.org>
18911
18912         * gnulib-tool (func_import): Output the include directives in three
18913         blocks, sorted separately.
18914         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18915
18916 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18917
18918         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
18919         to define main with arguments, for C++.  Reported by Eric Blake.
18920         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
18921         Prefer 'int main ()' to 'int main (void)', for C++.
18922         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
18923         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
18924         for 'main', for C99 and C++.
18925
18926 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
18927
18928         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
18929         Don't assume that exit status -1 is valid.
18930         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
18931         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
18932         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
18933         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
18934         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
18935         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
18936         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
18937         functions can be used without declaring them, or that you can
18938         exit with status -1.
18939         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
18940
18941 2006-04-24  Karl Berry  <karl@gnu.org>
18942
18943         * config/srclist.txt (longdouble.m4): sync lost.
18944
18945 2006-04-24  Eric Blake  <ebb9@byu.net>
18946
18947         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
18948
18949 2006-04-24  Bruno Haible  <bruno@clisp.org>
18950
18951         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
18952         poll() implementation in AIX.
18953         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
18954
18955 2006-04-24  Bruno Haible  <bruno@clisp.org>
18956
18957         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
18958         assigned exactly once.
18959
18960 2006-04-23  Claudio Fontana  <claudio@gnu.org>
18961             Bruno Haible  <bruno@clisp.org>
18962
18963         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
18964         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
18965         for AM_CPPFLAGS.
18966
18967 2006-04-23  Bruno Haible  <bruno@clisp.org>
18968
18969         * modules/copy-file: Depend on unistd.
18970         * modules/execute: Likewise.
18971         * modules/fatal-signal: Likewise.
18972         * modules/findprog: Likewise.
18973         * modules/mkdtemp : Likewise.
18974         * modules/pipe: Likewise.
18975         * modules/wait-process: Likewise.
18976
18977 2006-04-23  Bruno Haible  <bruno@clisp.org>
18978
18979         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
18980         condition was already detected.
18981         Reported by Ben Pfaff <blp@cs.stanford.edu>.
18982
18983 2006-04-23  Bruno Haible  <bruno@clisp.org>
18984
18985         * lib/copy-file.c: Include <unistd.h> unconditionally.
18986         * lib/execute.c: Likewise.
18987         * lib/fatal-signal.c: Likewise.
18988         * lib/findprog.c: Likewise.
18989         * lib/mkdtemp.c: Likewise.
18990         * lib/pipe.h: Likewise.
18991         * lib/pipe.c: Likewise.
18992         * lib/wait-process.h: Likewise.
18993
18994 2006-04-23  Bruno Haible  <bruno@clisp.org>
18995
18996         * gnulib-tool (func_usage): Fix --import description. Document
18997         --update.
18998         (func_import): Create temporary file in a temporary directory, if
18999         --dry-run is specified. Silence errors from 'grep' when there are no
19000         m4 files in $m4dir.
19001         (func_create_testdir): Silence errors from 'grep' when there are no
19002         m4 files in $m4dir.
19003         Reported by Karl Berry <karl@freefriends.org>.
19004
19005 2006-04-20  Bruno Haible  <bruno@clisp.org>
19006
19007         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
19008         one argument, so that the code will be portable to Autoconf 2.60.
19009         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
19010         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
19011         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
19012
19013 2006-04-19  Derek Price  <derek@ximbiot.com>
19014             Eric Blake  <ebb9@byu.net>
19015
19016         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
19017         rather than "/full/path.h".  Update comment to match.  Shorten &
19018         generalize m4_translit call via AS_TR_CPP.
19019
19020 2006-04-19  Derek Price  <derek@ximbiot.com>
19021             Eric Blake  <ebb9@byu.net>
19022
19023         * lib/inttypes.h: Correct grammar in comment.
19024
19025 2006-04-18  Derek Price  <derek@ximbiot.com>
19026             Paul Eggert  <eggert@cs.ucla.edu>
19027
19028         * modules/inttypes: New file.
19029         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
19030
19031 2006-04-18  Derek Price  <derek@ximbiot.com>
19032             Paul Eggert  <eggert@cs.ucla.edu>
19033
19034         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
19035         New files.
19036
19037 2006-04-18  Derek Price  <derek@ximbiot.com>
19038             Paul Eggert  <eggert@cs.ucla.edu>
19039
19040         * lib/inttypes.h: New file.
19041         * lib/strtoimax.c: Assume <inttypes.h>.
19042
19043 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
19044
19045         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
19046         isn't mounted.  Problem reported by Kir Kolyshkin.
19047
19048 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
19049
19050         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
19051         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
19052         Derek R. Price.
19053         * lib/regex.h (RE_DUP_MAX): Update comment to match current
19054         implementation.
19055
19056 2006-04-12  Eric Blake  <ebb9@byu.net>
19057
19058         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
19059         is now done automatically by the corresponding Autoconf macro.
19060
19061 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
19062
19063         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
19064         time_r.h.
19065
19066 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19067
19068         Merge regex changes from libc, removing some of our
19069         POSIX-conformance changes that were rejected and redoing them in a
19070         less-intrusive way.
19071
19072         * lib/regcomp.c (re_compile_internal, init_dfa):
19073         Length arg is now size_t, not Idx.  All uses changed.
19074         (peek_token): Forward decl now says internal_function.
19075         (__re_error_msgid, __re_error_msgid_idx):
19076         Now static rather than extern with attribute_hidden.
19077         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
19078         For some reason libc prefers K&R style defns for external functions.
19079         (regerror) [!defined _LIBC]: Likewise.
19080         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
19081         (seek_collating_symbol_entry, lookup_collation_sequence_value):
19082         (build_range_exp, build_collating_symbol):
19083         Use K&R-style defn.
19084         (re_compile_fastmap): Use '\0' to memset, not 0.
19085         (utf8_sb_map): Make the calculations more obvious.
19086         (init_dfa, parse_bracket_exp, build_charclass_op):
19087         Call calloc and cast result, as glibc does.
19088         (init_word_char, fetch_token, peek_token, peek_token_bracket):
19089         (build_range_exp, build_collating_symbol):
19090         Now internal functions.
19091
19092         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
19093
19094         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
19095         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
19096         Don't depend on VMS; depend on __VMS instead, for POSIX
19097         namespace cleanness.
19098         (regoff_t): Define to ssize_t, not long int.
19099
19100         Remove the REG_ macros named below.  Instead, make the old names
19101         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
19102         __USE_GNU_REGEX.
19103         (REG_BACKSLASH_ESCAPE_IN_LISTS):
19104         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
19105         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
19106         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
19107         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
19108         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
19109         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
19110         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
19111         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
19112         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
19113         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
19114         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
19115         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
19116         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
19117         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
19118         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
19119         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
19120         (REG_NREGS):
19121         Remove.  All uses replaced by the old RE_* names.
19122         (RE_BACKSLASH_ESCAPE_IN_LISTS):
19123         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
19124         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
19125         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
19126         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
19127         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
19128         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
19129         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
19130         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
19131         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
19132         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
19133         Don't bother having these macros be independent of each others'
19134         values, since they no longer exist in the POSIX name space.
19135
19136         Rename the following member names back to their old names,
19137         unless !__USE_GNU_REGEX.  All uses changed back.
19138         (buffer): Renamed from re_buffer.
19139         (allocated): Renamed from re_allocated.
19140         (used): Renamed from re_used.
19141         (syntax): Renamed from re_syntax.
19142         (fastmap): Renamed from re_fastmap.
19143         (translate): Renamed from re_translate.
19144         (can_be_null): Renamed from re_can_be_null.
19145         (regs_allocated): Renamed from re_regs_allocated.
19146         (fastmap_accurate): Renamed from re_fastmap_accurate.
19147         (no_sub): Renamed from re_no_sub.
19148         (not_bol): Renamed from re_not_bol.
19149         (not_eol): Renamed from re_not_eol.
19150         (newline_anchor): Renamed from re_newline_anchor.
19151         (num_regs): Renamed from rm_num_regs.
19152         (start): Renamed from rm_start.
19153         (end): Renamed from rm_end.
19154
19155         (free_state): Move up a bit.
19156
19157         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
19158         #define to be empty.
19159         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
19160         when that is what is intended.
19161         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
19162         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
19163         (MAX): New macro.
19164         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
19165         All uses changed back to re_malloc, etc.  It's now the caller's
19166         responsibility to check for overflow; all callers changed.
19167         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
19168         (re_x2nrealloc): Remove.
19169         (free_state): Remove decl.
19170
19171         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
19172         (re_set_registers, re_exec):
19173         Use K&R-style defn.
19174
19175         2006-01-31  Roland McGrath  <roland@redhat.com>
19176
19177         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
19178         Reported by Mike Frysinger <vapier@gentoo.org>.
19179
19180         2006-01-15  Andreas Jaeger  <aj@suse.de>
19181
19182         [BZ #1950]
19183         * lib/regex_internal.c (re_string_reconstruct): Adjust for
19184         build_wcs_upper_buffer change.
19185         (build_wcs_upper_buffer): Change return type.
19186
19187         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
19188
19189         * lib/regex_internal.h: Include <stdint.h> if available.
19190
19191         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
19192
19193         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
19194
19195         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
19196
19197         * lib/regcomp.c: Adjust for changed secondary hash function.
19198
19199         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
19200
19201         * lib/regex.h: Pretty printing.
19202         Clean up namespace a bit.
19203
19204         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
19205
19206         * lib/regexec.c (update_cur_sifted_state, check_arrival,
19207         check_arrival_add_next_nodes): Avoid using uninitialized variable.
19208
19209         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
19210                     Ulrich Drepper  <drepper@redhat.com>
19211
19212         [BZ #1302]
19213         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
19214         changed.
19215         (bitset_word_t): Renamed from bitset_word.  All uses changed.
19216
19217         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
19218
19219         [BZ #281]
19220         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
19221         * lib/regcomp.c: Remove unnecessary uses of
19222         unsigned RE_TRANSLATE_TYPE.
19223         * lib/regex_internal.h: Likewise.
19224         * lib/regex_internal.c: Likewise.
19225         * lib/regexec.c: Likewise.
19226         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
19227
19228         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
19229
19230         * lib/regexec.c (find_recover_state): Remove unnecessary
19231         initialization.
19232         (transit_state_bkref): Make DFA a const pointer.
19233         (get_subexp): Likewise.
19234         (check_arrival): Likewise.
19235         (update_cur_sifted_state): Likewise.
19236         (re_search_internal): Likewise.
19237         (prune_impossible_nodes): Likewise.
19238         (acquire_init_state_context): Likewise.
19239         (proceed_next_node): Likewise.
19240         (set_regs): Likewise.
19241         (free_fail_stack_return): Likewise.
19242         (check_arrival_expand_ecl): Mark DFA parameter as const.
19243         (check_arrival_expand_ecl_sub): Likewise.
19244         (check_subexp_limits): Likewise.
19245         (sub_epsilon_src_nodes):  Likewise.
19246         (add_epsilon_src_nodes):  Likewise.
19247         (merge_state_array): Likewise.
19248         (update_regs): Likewise.
19249         (build_trtable): Likewise.
19250         (sift_states_backward): Mark MCTX parameter as const.
19251         (build_sifted_states): Likewise.
19252         (update_cur_sifted_state): Likewise.
19253         (sift_states_mkref): Likewise.
19254         (check_arrival_expand_ecl): Mark eclosure as const.
19255         (check_dst_limits_calc_pos_1): Likewise.
19256         * lib/regex_internal.h (re_match_context_t): Make dfa a const
19257         pointer.
19258
19259         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
19260
19261         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
19262         (transit_state_sb): Likewise.
19263         (transit_state_mb): Likewise.
19264         (sift_states_iter_mb): Likewise.
19265         (check_arrival_add_next_nodes): Likewise.
19266         (check_node_accept_bytes): Change first parameter to pointer-to-const.
19267         [_LIBC] (re_search_2_stub): Use mempcpy.
19268
19269         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
19270         mbrtowc for very simple UTF-8 case.
19271
19272         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
19273         a pointer-to-const.
19274         (re_acquire_state_context): Likewise.
19275         * lib/regex_internal.h: Adjust prototypes.
19276
19277         * lib/regex.c: Prevent using C++ compilers.
19278
19279         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
19280         (re_acquire_state_context): Likewise.
19281
19282 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19283
19284         * modules/regex (Depends-on): Add ssize_t.
19285
19286 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19287
19288         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
19289         translation table.
19290
19291 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
19292
19293         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
19294
19295 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
19296             Bruno Haible  <bruno@clisp.org>
19297
19298         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
19299         <sys/types.h> and <inttypes.h>.
19300
19301 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19302
19303         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
19304         `__error_t_defined', so argp.h will not typedef the former.
19305
19306 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
19307
19308         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
19309         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
19310         glibc names.  Even if glibc is changed to conform to POSIX, the
19311         traditional names will be available anyway, since regex depends on
19312         the extensions module.  Also, fix a longstanding typo in the
19313         implementation of Spencer ERE test #75 from grep 2.3.  Problems
19314         reported by Emanuele Giaquinta.  Also, change sense of cached
19315         variable, so that the message makes sense.
19316
19317 2006-03-24  Simon Josefsson  <jas@extundo.com>
19318
19319         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
19320         including some doc fixes.
19321         (base64_encode_alloc): Fix +1 bug on allocation failures.
19322
19323 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19324
19325         * lib/base64.c (base64_encode): Do not read past end of array with
19326         unsanitized input on systems with CHAR_BIT > 8.
19327
19328 2006-03-24  Eric Blake  <ebb9@byu.net>
19329
19330         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
19331
19332 2006-03-22  Karl Berry  <karl@gnu.org>
19333
19334         * config/srclist.txt (*setenv.[ch]): get from coreutils.
19335         * config/srclistvars.sh (COREUTILS): new var.
19336
19337 2006-03-17  Jim Meyering  <jim@meyering.net>
19338
19339         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
19340         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
19341
19342 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
19343
19344         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
19345         no longer needs it.  Instead, check that regoff_t is as least
19346         as wide as ptrdiff_t.
19347
19348         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
19349         so that our regex.h stays compatible with the installed regex.
19350         This is helpful for installers who configure --without-included-regex.
19351         Problem reported by Emanuele Giaquinta.
19352
19353 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
19354
19355         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
19356         Typedef to long int, not to off_, as POSIX will likely change
19357         in that direction.
19358
19359 2006-03-15  Eric Blake  <ebb9@byu.net>
19360
19361         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
19362
19363 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19364
19365         * lib/argp-help.c (validate_uparams): Fix typo
19366         * lib/argp-parse.c (argp_default_options): Consistently begin help
19367         messages with a lowercase letter.
19368
19369 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
19370
19371         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
19372         overrun buffers and shouldn't be used (much as gets shouldn't be
19373         used).
19374         * lib/time_r.c (asctime_r, ctime_r): Likewise.
19375
19376 2006-03-08  Simon Josefsson  <jas@extundo.com>
19377
19378         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
19379         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19380
19381 2006-03-08  Simon Josefsson  <jas@extundo.com>
19382
19383         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
19384         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19385
19386 2006-03-08  Simon Josefsson  <jas@extundo.com>
19387
19388         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
19389         signal that configure disabled the device.
19390
19391 2006-03-08  Simon Josefsson  <jas@extundo.com>
19392
19393         * build-aux/maint.mk: Fix refresh-po, to handle no translated
19394         languages.
19395
19396 2006-03-07  Simon Josefsson  <jas@extundo.com>
19397
19398         * modules/getopt (Depends-on): Add unistd.
19399
19400         * modules/unistd: New file.
19401
19402 2006-03-07  Simon Josefsson  <jas@extundo.com>
19403
19404         * modules/gc-random: New file.
19405
19406 2006-03-07  Simon Josefsson  <jas@extundo.com>
19407
19408         * m4/unistd_h.m4: New file.
19409
19410 2006-03-07  Simon Josefsson  <jas@extundo.com>
19411
19412         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
19413         test to be side-effect free by storing the result in the cache
19414         variable gl_cv_lib_readline, and moving the assignment of
19415         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
19416         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
19417
19418 2006-03-07  Simon Josefsson  <jas@extundo.com>
19419
19420         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
19421         error on missing devices (the functions will return an error).
19422
19423         * m4/gc.m4: Move random stuff to gc-random.m4
19424
19425 2006-03-07  Simon Josefsson  <jas@extundo.com>
19426
19427         * lib/unistd_.h: New file.
19428
19429 2006-03-07  Simon Josefsson  <jas@extundo.com>
19430
19431         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
19432
19433 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19434
19435         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
19436         Problem reported by Juan Manuel Guerrero.
19437
19438 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19439
19440         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
19441         the unistd module.
19442         * lib/getlogin_r.c: Likewise.
19443         * lib/getlogin_r.h: Likewise.
19444         * lib/glob.c: Likewise.
19445         * lib/pagealign_alloc.c: Likewise.
19446         * lib/unistd_.h: Remove; no longer needed.
19447
19448 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
19449
19450         * MODULES.html.sh (Support for systems lacking POSIX:2001):
19451         Add unistd.
19452         * modules/c-stack (Depends-on): Add unistd.
19453         * modules/getlogin_r: Likewise.
19454         * modules/glob: Likewise.
19455         * modules/pagealign_alloc: Likewise.
19456         * modules/unistd (Files): Remove lib/unistd_.h.
19457         (EXTRA_DIST): Remove.
19458         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
19459         need unistd_.h.
19460         (MOSTLYCLEANFILES): Remove unistd.h-t.
19461
19462 2006-03-03  Simon Josefsson  <jas@extundo.com>
19463
19464         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
19465
19466 2006-03-03  Simon Josefsson  <jas@extundo.com>
19467
19468         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
19469         libidn and bison.
19470
19471 2006-03-03  Simon Josefsson  <jas@extundo.com>
19472
19473         * build-aux/maint.mk: Add indent target.
19474
19475 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
19476
19477         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
19478         our replacement poll.h in any case, to avoid a differing
19479         declaration from a system header.  Seen on AIX.
19480
19481 2006-03-01  Simon Josefsson  <jas@extundo.com>
19482
19483         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
19484         <kasal@ucw.cz>.
19485
19486 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19487
19488         * modules/gettime (Depends-on): Add extensions module.
19489         * modules/nanosleep (Depends-on): Likewise.
19490         * modules/settime (Depends-on): Likewise.
19491
19492 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
19493
19494         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
19495         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
19496         pedantically.
19497         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
19498         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
19499
19500         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
19501         not "==".  Reported by Ralf Wildenhues.
19502
19503 2006-03-01  Karl Berry  <karl@gnu.org>
19504
19505         * doc/Copyright/request-*: new files, synced from gnuorg.
19506
19507 2006-03-01  Karl Berry  <karl@gnu.org>
19508
19509         * config/srclist.txt (Copyright/*): new entries.
19510
19511 2006-02-28  Simon Josefsson  <jas@extundo.com>
19512
19513         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
19514
19515 2006-02-27  Simon Josefsson  <jas@extundo.com>
19516
19517         * lib/base64.h: Indent #define's.  From Jim Meyering
19518         <jim@meyering.net>.
19519
19520 2006-02-27  Jim Meyering  <jim@meyering.net>
19521
19522         Revert the change of 2006-02-24, so these files can continue
19523         to be sync'd from gettext.
19524         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
19525         of `config.h'.
19526
19527 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
19528
19529         * modules/intprops: New file.
19530         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
19531         Add intprops.
19532         * modules/getloadavg (Files): Remove lib/intprops.h.
19533         (Depends-on): Add intprops.
19534         * modules/human: Likewise.
19535         * modules/inttostr: Likewise.
19536         * modules/openat: Likewise.
19537         * modules/sig2str: Likewise.
19538         * modules/userspec: Likewise.
19539         * modules/utimecmp: Likewise.
19540         * modules/xnanosleep: Likewise.
19541         * modules/xstrtol: Likewise.
19542
19543 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
19544
19545         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
19546         * modules/lock-tests (TESTS): Use $(EXEEXT).
19547         * modules/tls-tests: Likewise.
19548         * modules/argp-tests: Likewise.
19549         (check_PROGRAMS): New var, replacing...
19550         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
19551
19552 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19553
19554         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
19555         `config.h'.
19556
19557 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
19558
19559         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
19560
19561 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
19562
19563         Sync from coreutils.
19564         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
19565         gl_CHDIR_SAFER.
19566
19567 2006-02-22  Jim Meyering  <jim@meyering.net>
19568
19569         Sync from coreutils.
19570         * m4/chdir-safer.m4: New file.
19571
19572 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
19573
19574         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
19575         AT_FDCWD exceeds INT_MAX.
19576         * lib/openat.h (AT_FDCWD): Likewise.
19577
19578 2006-02-17  Eric Blake  <address@hidden>
19579
19580         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
19581
19582 2006-02-16  Simon Josefsson  <jas@extundo.com>
19583
19584         * modules/getaddrinfo (Depends-on): Add sys_socket.
19585
19586 2006-02-15  Simon Josefsson  <jas@extundo.com>
19587
19588         * build-aux/maint.mk: Add dsyntax-check rule.
19589
19590 2006-02-15  Eric Blake  <ebb9@byu.net>
19591
19592         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
19593         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
19594         'present but cannot compile' warnings on cygwin.
19595         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
19596         use ws2tcpip.h if sys/socket.h works.
19597         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
19598         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
19599
19600 2006-02-14  Simon Josefsson  <jas@extundo.com>
19601
19602         * modules/maintainer-makefile (Files): Rename.
19603
19604         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
19605         and (the local) Makefile.cfg to maint-cfg.mk.
19606
19607         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
19608         to the latter.
19609
19610         * modules/maintainer-makefile: New module.
19611
19612         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
19613         severaly stripped to make it possible to build it up from scratch
19614         with reliable tests.
19615
19616         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
19617         fixes to permit overriding the default actions when configure and
19618         makefile are not available.
19619
19620 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
19621
19622         Sync from coreutils.
19623         * modules/lstat (Depends-on): Don't depend on xalloc.
19624         (License): Change from GPL to LGPL, since this is now simply a
19625         replacement for a libc function.
19626
19627 2006-02-14  Jim Meyering  <jim@meyering.net>
19628
19629         Sync from coreutils.
19630
19631         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
19632         failure on deficient systems, and simplify gnulib lgpl dependencies.
19633         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
19634         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
19635
19636         * lib/xalloc-die.c: Remove unused definition of N_.
19637
19638 2006-02-14  Jim Meyering  <jim@meyering.net>
19639
19640         Sync from coreutils.
19641         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
19642         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
19643         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
19644         double-quote uses of that variable, to accommodate the rare case in
19645         which getmntent is available in none of the libraries checked.  This
19646         happens at least on FreeBSD 5.0.
19647
19648 2006-02-13  Simon Josefsson  <jas@extundo.com>
19649
19650         * gnulib-tool (Usage): Fix --import, from
19651         karl@freefriends.org (Karl Berry).
19652
19653 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
19654
19655         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
19656
19657 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
19658
19659         * lib/argp-namefrob.h: Restore changes accidentally lost during the
19660         "autoupdate" on 2005-12-12.
19661
19662 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19663
19664         * modules/closeout (Depends-on): Remove atexit.
19665
19666 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
19667
19668         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
19669         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
19670
19671 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
19672
19673         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
19674         __EXTENSIONS__ if this causes compilation to fail.  Problem
19675         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
19676         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
19677
19678 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
19679
19680         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
19681         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
19682         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
19683         All uses changed.
19684
19685 2006-01-26  Simon Josefsson  <jas@extundo.com>
19686
19687         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
19688         prototype is visible on mingw32.
19689
19690         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
19691         for mingw32.
19692
19693         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
19694         mingw32).
19695
19696 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
19697
19698         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
19699         attempt to open for write; this always fails, at least on POSIX
19700         hosts.  This reinstates the 2006-01-09 change, which was
19701         inadvertently removed.
19702
19703 2006-01-26  Bruno Haible  <bruno@clisp.org>
19704
19705         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
19706         Reported by Paul Eggert.
19707
19708 2006-01-26  Bruno Haible  <bruno@clisp.org>
19709             Paul Eggert  <eggert@cs.ucla.edu>
19710
19711         * lib/stdbool_.h (_Bool)
19712         [(! (defined __cplusplus || defined __BEOS__)
19713           && !defined __GNUC__
19714           && !(defined __HP_cc || defined __xlc__
19715                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
19716                || defined __sgi))]:
19717         #define to signed char in these cases too; this simplifies
19718         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
19719         etc., separately) and makes it more conservative.
19720
19721 2006-01-25  Simon Josefsson  <jas@extundo.com>
19722
19723         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
19724         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
19725         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
19726
19727 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
19728
19729         * lib/argp-namefrob.h: Bugfix. Remove stray #
19730
19731 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
19732
19733         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
19734         so that we test the test.
19735         Check for yet another HP-UX cc bug involving *bool |= bool.
19736
19737 2006-01-25  Karl Berry  <karl@gnu.org>
19738
19739         * config/srclist.txt (vasnprintf.c): sync lost.
19740
19741 2006-01-25  Jim Meyering  <jim@meyering.net>
19742
19743         Sync from the stable (b5) branch of coreutils:
19744
19745         * lib/fts.c (fts_children): Don't let close() clobber errno from
19746         failed fchdir().
19747
19748         * lib/fts.c (fts_stat): When following a symlink-to-directory,
19749         don't necessarily interpret stat-fails+lstat-succeeds as indicating
19750         a dangling symlink.  That can also happen at least for ELOOP.
19751         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
19752         FYI, this bug predates the inclusion of fts.c in coreutils.
19753
19754         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
19755         in their own block, so pre-c99 compilers don't object.
19756
19757         Avoid the double-free (first in fts_read, second in fts_close) that
19758         would occur when an `active' directory is made inaccessible (e.g.,
19759         via chmod a-x) during a traversal.
19760         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
19761         before returning.  Reproduce this failure by
19762         mkdir -p a/b; cd a; chmod a-x . b
19763         Reported by Stavros Passas.
19764
19765 2006-01-25  Jim Meyering  <jim@meyering.net>
19766
19767         * lib/fileblocks.c: Remove more useless parentheses.
19768         * lib/readutmp.h: Likewise.
19769
19770 2006-01-25  Bruno Haible  <bruno@clisp.org>
19771
19772         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
19773         warnings.
19774         Reported by Paul Eggert.
19775
19776 2006-01-25  Bruno Haible  <bruno@clisp.org>
19777
19778         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
19779         rid of a trap command. For Solaris sh.
19780         Reported by Mark D. Baushke <mdb@gnu.org>.
19781
19782 2006-01-24  Simon Josefsson  <jas@extundo.com>
19783
19784         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
19785         Bruno.
19786
19787 2006-01-24  Karl Berry  <karl@gnu.org>
19788
19789         * config/srclist.txt (argp-namefrob.h): sync lost.
19790
19791 2006-01-24  Jim Meyering  <jim@meyering.net>
19792
19793         * modules/openat (Files): Add lib/intprops.h.
19794         From Mark D. Baushke.
19795
19796 2006-01-24  Jim Meyering  <jim@meyering.net>
19797
19798         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
19799         Reported by Mark D. Baushke.
19800
19801 2006-01-24  Jim Meyering  <jim@meyering.net>
19802
19803         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
19804
19805 2006-01-24  Bruno Haible  <bruno@clisp.org>
19806
19807         * modules/strnlen (Maintainer): Change from glibc to all.
19808
19809 2006-01-24  Bruno Haible  <bruno@clisp.org>
19810
19811         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
19812         Patch by Paul Eggert.
19813
19814 2006-01-24  Bruno Haible  <bruno@clisp.org>
19815
19816         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
19817         already has it.
19818         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
19819         2005-11-26.
19820
19821         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
19822         'signed char' to avoid problems with the built-in _Bool type.
19823         Reported by Paul Eggert on 2005-11-26.
19824
19825 2006-01-24  Bruno Haible  <bruno@clisp.org>
19826
19827         * gnulib-tool (func_import): Avoid constructing complicated sed
19828         expressions inside backquote.
19829         Report and solution by Mark D. Baushke <mdb@gnu.org>.
19830
19831 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
19832
19833         These changes imported from libc.
19834         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
19835         test and two separate function calls.
19836         * lib/strndup.c (__strndup): Add libc_hidden_def.
19837
19838 2006-01-23  Simon Josefsson  <jas@extundo.com>
19839
19840         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
19841         Remove the test_*_SOURCES variable: automake infers it by default.
19842         * modules/tls-tests: Likewise.
19843
19844 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19845
19846         Work around porting bugs reported by Dieter in
19847         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
19848         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
19849         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
19850         Include "getopt.h" first, to check interface.
19851         (getenv): Declare only if defined HAVE_DECL_GETENV &&
19852         !HAVE_DECL_GETENV.
19853         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
19854         (__strndup): Revert to K&R-style function dfns, the glibc style.
19855         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
19856         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
19857         Include strnlen.h first, to get prototype properly.
19858         (strnlen): Renamed from __strnlen.
19859         Remove weak alias.
19860
19861 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19862
19863         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
19864
19865 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
19866
19867         * config/srclist.txt: Adjust to reflect glibc reorganization.
19868         This affects only comments.
19869
19870 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
19871
19872          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
19873          Reported by Bruce Korb <bkorb@gnu.org>.
19874
19875 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
19876
19877         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
19878         to pacify gcc -Wswitch-default.
19879
19880 2006-01-22  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
19883         temporary buffer for sprintf, take into account the precision also
19884         for 'd', 'i', 'u', 'o', 'x', 'X'.
19885
19886 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19887
19888         * modules/argp-tests: New module
19889         * tests/test-argp.c: New file
19890         * tests/test-argp-2.sh: New file
19891
19892 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
19893
19894         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
19895         (__argp_base_name): Removed
19896         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
19897         typo.
19898         (__argp_base_name): Provide macro definition or extern declaration
19899         depending on the configuration
19900
19901 2006-01-20  Simon Josefsson  <jas@extundo.com>
19902
19903         * modules/inet_ntop (Depends-on): Depend on sys_socket.
19904
19905 2006-01-20  Simon Josefsson  <jas@extundo.com>
19906
19907         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
19908
19909 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
19910
19911         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
19912         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
19913         Suggested by Bruno Haible.
19914
19915 2006-01-20  Karl Berry  <karl@gnu.org>
19916
19917         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
19918         until changes propagate, I guess.
19919
19920 2006-01-19  Simon Josefsson  <jas@extundo.com>
19921
19922         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
19923
19924 2006-01-19  Simon Josefsson  <jas@extundo.com>
19925
19926         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
19927
19928 2006-01-19  Simon Josefsson  <jas@extundo.com>
19929
19930         * gnulib-tool: Set check_PROGRAMS.
19931
19932         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19933         modules/des-tests, modules/gc-arcfour-tests,
19934         modules/gc-arctwo-tests, modules/gc-des-tests,
19935         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19936         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19937         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19938         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19939         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19940         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
19941         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
19942         test_*_SOURCES.
19943
19944 2006-01-18  Simon Josefsson  <jas@extundo.com>
19945
19946         * modules/socklen (Depends-on): Depend on sys_socket.
19947
19948 2006-01-18  Simon Josefsson  <jas@extundo.com>
19949
19950         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
19951         modules/des-tests, modules/gc-arcfour-tests,
19952         modules/gc-arctwo-tests, modules/gc-des-tests,
19953         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
19954         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
19955         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
19956         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
19957         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
19958         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
19959         $(EXEEXT) to automake TESTS variable, for mingw32.
19960
19961 2006-01-17  Simon Josefsson  <jas@extundo.com>
19962
19963         * modules/socklen (Include): Need sys/socket.h.
19964
19965 2006-01-17  Bruno Haible  <bruno@clisp.org>
19966
19967         * modules/ssize_t (Include): Add <sys/types.h>.
19968
19969 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
19970
19971         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
19972         it's not portable and it doesn't work with cross-compiles.
19973         Problem reported by Bruno Haible.  Fix missing-$ typo in
19974         'test "gl_cv_ignore_unused_libraries" ...' that prevented
19975         -zignore from being used with Sun's C compiler.
19976
19977 2006-01-12  Simon Josefsson  <jas@extundo.com>
19978
19979         * lib/base64.c: Fix warning, reported by Bruno Haible
19980         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
19981
19982 2006-01-12  Bruno Haible  <bruno@clisp.org>
19983
19984         * modules/ldd: New file.
19985         * build-aux/ldd.sh.in: New file.
19986         * MODULES.html.sh (Support for building libraries and executables): Add
19987         ldd.
19988
19989 2006-01-12  Bruno Haible  <bruno@clisp.org>
19990
19991         * m4/ldd.m4: New file.
19992
19993 2006-01-12  Bruno Haible  <bruno@clisp.org>
19994
19995         * gnulib-tool (func_import, func_create_testdir): Don't go into an
19996         endless loop while replacing $auxdir with build-aux.
19997
19998 2006-01-11  Simon Josefsson  <jas@extundo.com>
19999
20000         * lib/stdint_.h (SIZE_MAX): Add missing (.
20001
20002 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
20003
20004         Sync from coreutils.
20005         * lib/md5.c: Fix commentary typos.
20006         (alignof, UNALIGNED_P): No need for a GCC-specific version.
20007         * lib/md5.h (__attribute__): Remove; unused.
20008         * lib/sha1.c: Fix commentary to match md5 better.
20009         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
20010         so that we don't need to worry about alignment.  All uses changed.
20011         This merges the 2005-10-28 md5 change into sha1.
20012
20013 2006-01-11  Jim Meyering  <jim@meyering.net>
20014
20015         Sync from coreutils.
20016         * lib/md5.c (OP): Fix spacing.
20017
20018 2006-01-11  Bruno Haible  <bruno@clisp.org>
20019
20020         Ensure automatic ordering between gl_LOCK and gl_ARGP.
20021         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
20022         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
20023
20024 2006-01-11  Bruno Haible  <bruno@clisp.org>
20025
20026         Ensure automatic ordering between gl_LOCK and gl_ARGP.
20027         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
20028         the "early" section as well.
20029
20030 2006-01-11  Bruno Haible  <bruno@clisp.org>
20031
20032         Avoid "ar: no archive members specified" error on MacOS X.
20033         * gnulib-tool (func_modules_add_dummy): New function.
20034         (func_import, func_create_testdir): Invoke it.
20035
20036 2006-01-11  Bruno Haible  <bruno@clisp.org>
20037
20038         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
20039         with $auxdir in AC_CONFIG_FILES statements.
20040
20041 2006-01-11  Bruno Haible  <bruno@clisp.org>
20042
20043         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
20044         Initialize also noinst_HEADERS to empty.
20045
20046 2006-01-11  Bruno Haible  <bruno@clisp.org>
20047
20048         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
20049         variables.
20050         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
20051         autoreconf.
20052
20053 2006-01-11  Bruno Haible  <bruno@clisp.org>
20054
20055         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
20056         overridable by the user.
20057         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20058
20059 2006-01-10  Simon Josefsson  <jas@extundo.com>
20060
20061         * modules/sys_socket: New file.
20062
20063 2006-01-10  Simon Josefsson  <jas@extundo.com>
20064
20065         * m4/sys_socket_h.m4: New file.
20066
20067 2006-01-10  Simon Josefsson  <jas@extundo.com>
20068
20069         * lib/socket_.h: New file.
20070
20071 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20072
20073         * modules/readutmp (Maintainer): Add myself.
20074
20075 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20076
20077         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
20078         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
20079         People who are still concerned with buggy memcmp implementations
20080         can invoke gl_FUNC_MEMCMP themselves.
20081
20082 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
20083
20084         * lib/regex_internal.h (BITSET_WORD_BITS):
20085         Work around a bug in 64-bit PGC (before version 6.1-2), where the
20086         preprocessor mishandles large unsigned values as if they were signed.
20087         Problem reported by Claudio Fontana in
20088         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
20089
20090 2006-01-10  Jim Meyering  <jim@meyering.net>
20091
20092         Avoid the double-free (first in fts_read, second in fts_close) that
20093         would occur when an `active' directory is made inaccessible (e.g.,
20094         via chmod a-x) during a traversal.
20095         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
20096         before returning.  Reproduce this failure by
20097         mkdir -p a/b; cd a; chmod a-x . b
20098         Reported by Stavros Passas.
20099
20100         Sync from coreutils.
20101         * lib/sha1.c: Tweak grammar in a comment.
20102
20103 2006-01-10  Jim Meyering  <jim@meyering.net>
20104
20105         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
20106         Patch by Joerg Sonnenberger.
20107
20108 2006-01-10  Bruno Haible  <bruno@clisp.org>
20109
20110         * modules/readutmp: Depend on module free.
20111         * modules/strtok_r: Depend on module restrict.
20112
20113 2006-01-10  Bruno Haible  <bruno@clisp.org>
20114
20115         * modules/gettext (configure.ac): Add an invocation of
20116         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
20117
20118 2006-01-10  Bruno Haible  <bruno@clisp.org>
20119
20120         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
20121         Reported by Werner Lemberg <wl@gnu.org>.
20122
20123 2006-01-10  Bruno Haible  <bruno@clisp.org>
20124
20125         * lib/localcharset.c: Update from GNU gettext.
20126
20127 2006-01-10  Bruno Haible  <bruno@clisp.org>
20128
20129         * lib/argp.h (__const): Remove macro. Use const instead.
20130         * lib/argp-fmtstream.h (__const): Likewise.
20131         * lib/glob_.h (__const): Remove macro.
20132         * lib/glob-libc.h: Use const instead of __const.
20133
20134 2006-01-10  Bruno Haible  <bruno@clisp.org>
20135
20136         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
20137         variable.
20138         Needed to avoid an automake error regarding the 'gettext' module.
20139
20140 2006-01-09  Simon Josefsson  <jas@extundo.com>
20141
20142         * modules/inet_ntop (Depends-on): Add restrict.
20143
20144 2006-01-09  Simon Josefsson  <jas@extundo.com>
20145
20146         * modules/gc-rijndael-tests (License): Put under LGPL.
20147
20148         * modules/gc-des-tests (License): Likewise.
20149
20150         * modules/gc-arcfour-tests (License): Likewise.
20151
20152         * modules/gc-arctwo-tests (License): Likewise.
20153
20154         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
20155
20156         * modules/gc-hmac-sha1-tests (Files): Likewise.
20157
20158         * modules/gc-hmac-md5-tests (License): Likewise.
20159
20160         * modules/gc-sha1-tests (License): Likewise.
20161
20162         * modules/gc-md5-tests (License): Likewise.
20163
20164         * modules/gc-md4-tests (License): Likewise.
20165
20166         * modules/gc-md2-tests (License): Likewise.
20167
20168         * modules/gc-tests (License): Likewise.
20169
20170         * modules/des-tests (License): Likewise.
20171
20172         * modules/md4-tests (License): Likewise.
20173
20174         * modules/md2-tests (License): Likewise.
20175
20176 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20177
20178         Sync from coreutils:
20179
20180         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
20181         * modules/lib-ignore: New file.
20182         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
20183         chdir-safer.m4, lchmod.m4.
20184         * modules/openat: Add mkdirat.c, openat-priv.h.
20185
20186 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20187
20188         Sync from coreutils.
20189         * m4/lib-ignore.m4: New file.
20190         * m4/lchmod.m4: New file.
20191
20192 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20193
20194         Sync from coreutils.
20195         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
20196         for write access: POSIX says that must fail.
20197         * lib/fts.c (diropen): Likewise.
20198         * lib/save-cwd.c (save_cwd): Likewise.
20199         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
20200         well, for minor improvements on hosts that lack O_DIRECTORY.
20201         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
20202         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
20203         Fall back on chown if open failed with EACCES.
20204
20205         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
20206         Report an error at compile-time if only a 1-second nominal clock
20207         resolution is found.
20208
20209         * lib/lchmod.h: New file.
20210         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
20211         (make_dir_parents): Use lchown rather than chown, and
20212         lchmod rather than chmod.
20213
20214         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
20215         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
20216         "proc" reported by n0dalus.
20217
20218         * lib/mountlist.c: Include <limits.h>.
20219         (dev_from_mount_options)
20220         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
20221         New function.  It no longer assumes "dev=" has the System V meaning
20222         on Linux (since it doesn't).  It also parses "dev=" more carefully.
20223         (read_file_system_list)
20224         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
20225         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
20226         dev= in that case.
20227
20228         * lib/posixtm.h (PDS_PRE_2000): New macro.
20229         * lib/posixtm.c (year): Arg is now syntax_bits rather than
20230         allow_century.  All usages changed.  Reject dates outside the range
20231         1969-1999 if PDS_PRE_2000 is used.
20232
20233 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
20234
20235         Sync from coreutils.
20236         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
20237         (Time of day items): Mention the possibility of leap seconds.
20238         Problem reported by Dr. David Alan Gilbert.
20239
20240 2006-01-09  Jim Meyering  <jim@meyering.net>
20241
20242         Sync from coreutils.
20243
20244         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
20245
20246         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
20247
20248         * lib/modechange.c (mode_compile): Reject an invalid mode string
20249         that starts with an octal digit.  From Andreas Gruenbacher.
20250
20251         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
20252         and dup to open_safer and dup_safer, respectively.
20253         (openat_permissive): Fix typo in comment.
20254
20255         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
20256         "gettext.h"; either no longer needed or are guaranteed by openat.h.
20257         (_): Remove; no longer needed.
20258         (openat): Renamed from rpl_openat; no need for rpl_openat
20259         since openat.h renames openat for us.
20260         Replace most of the body with a call to openat_permissive,
20261         to avoid duplicate code.
20262         Port to (probably hypothetical) environments were mode_t is
20263         wider than int.
20264         (openat_permissive): Require mode arg, so that we can check
20265         types better.  Put it just after flags.  Change cwd failure
20266         indicator from pointer-to-bool to pointer-to-errno-value.
20267         All callers changed.
20268         Invoke openat_save_fail and/or openat_restore_fail if
20269         cwd_errno is null, so that openat can call us.
20270         (openat_permissive, fdopendir, fstatat, unlinkat):
20271         Simplify errno handling to avoid some duplicate code,
20272         as it's OK to set errno on success.
20273         * lib/openat.h: Revamp code so that function macros depend on
20274         __OPENAT_PREFIX only, not also on AT_FDCWD.
20275         (openat_ro): Remove.  Caller changed to use openat_permissive.
20276         (openat_permissive): Now a macro, if not a function.
20277         (openat_restore_fail, openat_save_fail): Now always functions,
20278         since mkdirat needs them even if __OPENAT_PREFIX is defined.
20279
20280         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
20281         and openat.c.
20282         * lib/mkdirat.c: Include openat-priv.h.
20283         Remove definitions of macros defined therein.
20284         * lib/openat.c: Likewise.
20285
20286         * lib/mkdirat.c (mkdirat): New file and function.
20287         * lib/openat.h (mkdirat): Declare.
20288
20289         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
20290
20291         * lib/openat.h (openat_permissive): Declare.
20292         (openat_ro): Define.
20293
20294         * lib/openat.c (EXPECTED_ERRNO): New macro.
20295         (openat_permissive): New function -- used in remove.c rewrite.
20296         (all functions): Set errno just before returning, only if there
20297         was an actual failure.
20298         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
20299
20300         Emulate openat-family functions using Linux's procfs, if possible.
20301         Idea and some code based on Ulrich Drepper's glibc changes.
20302
20303         * lib/openat.c: (BUILD_PROC_NAME): New macro.
20304         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
20305         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
20306         before falling back on save_cwd and restore_cwd.
20307         (fdopendir, fstatat, unlinkat): Likewise.
20308
20309         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
20310         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
20311
20312         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
20313         as second argument to va_arg.  Otherwise, some versions of gcc
20314         warn that `if this code is reached, the program will abort'.
20315
20316 2006-01-09  Jim Meyering  <jim@meyering.net>
20317
20318         Sync from coreutils.
20319         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
20320         Require openat-priv.h.
20321
20322 2006-01-09  Bruno Haible  <bruno@clisp.org>
20323
20324         * modules/strnlen (Include): Use strnlen.h.
20325
20326 2006-01-09  Bruno Haible  <bruno@clisp.org>
20327
20328         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
20329
20330 2006-01-09  Bruno Haible  <bruno@clisp.org>
20331
20332         * lib/sysexit_.h (EX_OK): New macro.
20333         Suggested by Martin Lambers <marlam@marlam.de>.
20334
20335 2006-01-09  Bruno Haible  <bruno@clisp.org>
20336
20337         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
20338         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
20339
20340 2006-01-09  Bruno Haible  <bruno@clisp.org>
20341
20342         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
20343         numbers.
20344
20345 2006-01-09  Bruno Haible  <bruno@clisp.org>
20346
20347         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
20348         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
20349         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
20350         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
20351
20352 2006-01-09  Bruno Haible  <bruno@clisp.org>
20353
20354         * build-aux/javacomp.sh.in: New file, moved from lib/.
20355         * modules/javacomp-script (Files): Update.
20356         (configure.ac): Add AC_CONFIG_FILES invocation.
20357         (EXTRA_DIST): Remove variable.
20358
20359         * build-aux/javaexec.sh.in: New file, moved from lib/.
20360         * modules/javaexec (Files): Update.
20361         (configure.ac): Add AC_CONFIG_FILES invocation.
20362         (EXTRA_DIST): Remove javaexec.sh.in.
20363
20364         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
20365         * modules/csharpcomp-script (Files): Update.
20366         (configure.ac): Add AC_CONFIG_FILES invocation.
20367         (EXTRA_DIST): Remove variable.
20368
20369         * build-aux/csharpexec.sh.in: New file, moved from lib/.
20370         * modules/csharpexec (Files): Update.
20371         (configure.ac): Add AC_CONFIG_FILES invocation.
20372         (EXTRA_DIST): Remove csharpexec.sh.in.
20373
20374 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20375
20376         Sync from coreutils.
20377
20378         Add POSIX ACL support
20379         * lib/acl.h (copy_acl, set_acl): Add declarations.
20380         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
20381         systems other than Linux.
20382         (chmod_or_fchmod): New function: use fchmod when possible,
20383         and chmod otherwise.
20384         (file_has_acl): Add a POSIX ACL implementation, with a
20385         Linux-specific subcase.
20386         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
20387         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
20388         acls are unsupported.
20389         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
20390         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
20391         are unsupported.
20392
20393 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
20394
20395         Sync from coreutils.
20396         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
20397
20398 2006-01-07  Bruno Haible  <bruno@clisp.org>
20399
20400         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
20401         gl_EARLY.
20402
20403 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20404
20405         * lib/strftime.c (tzname): Don't declare if it is already #defined.
20406         Problem reported for Mingw by Mark Junker.
20407
20408 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
20409
20410         * README: Gnulib normally doesn't generate a tarball.
20411
20412 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
20413
20414         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
20415         long int, not int, for nanosecond counts, so that people who are
20416         used to POSIX struct timespec won't be surprised.  Reported by Jim
20417         Meyering.
20418
20419 2005-12-28  Bruno Haible  <bruno@clisp.org>
20420
20421         * build-aux/config.rpath: Update from GNU gettext.
20422
20423 2005-12-16  Jim Meyering  <jim@meyering.net>
20424
20425         * modules/fprintftime: New module.
20426         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
20427
20428 2005-12-16  Jim Meyering  <jim@meyering.net>
20429
20430         * m4/fprintftime.m4: New file.
20431
20432 2005-12-16  Jim Meyering  <jim@meyering.net>
20433
20434         * lib/fprintftime.c, lib/fprintftime.h: New files.
20435
20436 2005-12-15  Simon Josefsson  <jas@extundo.com>
20437
20438         * modules/socklen (configure.ac): Fix M4 macro name, to align with
20439         new m4/socklen.m4.
20440
20441 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20442
20443         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
20444         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
20445
20446 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
20447
20448         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
20449         * lib/argp-help.c (fill_in_uparams): Check if the constructed
20450         struct uparams is valid. Fall back to the default values if it is
20451         not.
20452
20453 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20454
20455         * modules/argp (Files): Add argp-pin.c
20456         (Depends-on): dirname
20457         (lib_SOURCES): Add argp-pin.c
20458
20459 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20460
20461         * m4/argp.m4:  Check if program_invocation_name and
20462         program_invocation_short_name are declared and define appropriate
20463         macros if they are not.
20464
20465 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
20466
20467         * lib/argp-help.c (__argp_base_name): New function
20468         (__argp_short_program_name): Rewrite using __argp_base_name
20469         * lib/argp-namefrob.h: Define program_invocation_name and
20470         program_invocation_short_name if requested
20471         (__argp_base_name): Add prototype
20472         * lib/argp-parse.c (argp_def): Use gettext wrappers
20473         (argp_default_parser): Use __argp_base_name
20474         * lib/argp-pin.c: New file. Defines program_invocation_name and
20475         program_invocation_short_name on systems that lack them.
20476
20477 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20478
20479         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
20480         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20481         porting problem reported by Georg Schwarz in
20482         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20483
20484 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
20485
20486         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
20487         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
20488         porting problem reported by Georg Schwarz in
20489         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
20490
20491 2005-12-05  Bruno Haible  <bruno@clisp.org>
20492
20493         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
20494         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
20495         Reported by Mark Junker <mjscod@gmx.de>.
20496
20497 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
20498
20499         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
20500         Use implementation from Albert Chin, with some
20501         comments/corrections by Stepan Kasal and myself.
20502
20503 2005-12-02  Bruno Haible  <bruno@clisp.org>
20504
20505         * gnulib-tool (func_import): Accept GPLed build tool modules when
20506         --lgpl is given.
20507         * modules/csharpcomp-script: New file.
20508         * modules/csharpcomp: Depend on it.
20509         * modules/javacomp-script: New file.
20510         * modules/javacomp: Depend on it.
20511         Suggested by Simon Josefsson.
20512
20513 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
20514
20515         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
20516         statement, to work around an HP-UX 10.20 compiler bug reported by
20517         Peter O'Gorman.
20518
20519 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20520
20521         * modules/savedir (Depends-on): Add openat.
20522
20523 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
20524
20525         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
20526         (uintmax_t) [defined uintmax_t]: Do not declare.
20527         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
20528         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
20529         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
20530         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
20531         sake of portability to weird hosts that C allows (though we don't
20532         know of any practical examples).
20533
20534         * lib/savedir.h (fdsavedir): New decl.
20535         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
20536         contains most of the former guts of savedir.
20537         (savedir): Use savedirstream.
20538         Include "openat.h".
20539
20540 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
20541
20542         * modules/obstack (Files): Add m4/ulonglong.m4.
20543         Problem reported by Davide Angelocola.
20544
20545 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
20546
20547         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
20548         coreutils no longer futzes with rounding modes.
20549
20550 2005-11-14  Jim Meyering  <jim@meyering.net>
20551
20552         * lib/mkstemp-safer.c: Include <config.h>, required for possible
20553         replacement of mkstemp.
20554
20555 2005-11-10  Simon Josefsson  <jas@extundo.com>
20556
20557         * lib/readline.c: Remove EOL.
20558
20559 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20560
20561         * modules/gethrxtime (Depends-on): Add gettime.
20562
20563 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20564
20565         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
20566         or gettimeofday; no longer needed.
20567
20568 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
20569
20570         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
20571         time business.
20572         (gethrxtime) [! (HAVE_NANOUPTIME
20573         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
20574         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
20575         our own approximation.
20576
20577 2005-11-08  Eric Blake  <ebb9@byu.net>
20578
20579         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20580
20581 2005-11-08  Eric Blake  <ebb9@byu.net>
20582
20583         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
20584
20585 2005-11-04  Bruno Haible  <bruno@clisp.org>
20586
20587         * gnulib-tool: Implement --update mode.
20588
20589 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20590
20591         Fix porting problem reported by Theodoros V. Kalamatianos.
20592         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
20593         Don't assume that futimes failing means we must fail.
20594
20595 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
20596
20597         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
20598         variables to suggest the intended function of the PATH_MAX check.
20599
20600 2005-10-30  Kean Johnston  <jkj@sco.com>
20601
20602         Trivial changes to support SCO systems.
20603         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
20604         as PATH_MAX.
20605         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
20606         where __ptr is null when no I/O is pending.
20607
20608 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
20609
20610         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
20611         leave errno alone.  Problem reported by Dmitry V. Levin.
20612
20613 2005-10-28  Simon Josefsson  <jas@extundo.com>
20614
20615         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
20616         Test more.
20617
20618         * tests/test-gc-md2.c, tests/test-md2.c: New files.
20619
20620         * modules/md2, modules/md2-tests: New files.
20621
20622 2005-10-28  Simon Josefsson  <jas@extundo.com>
20623
20624         * m4/inet_ntop.m4: More tests.
20625
20626         * m4/gc-md2.m4, md2.m4: New file.
20627
20628 2005-10-28  Simon Josefsson  <jas@extundo.com>
20629
20630         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
20631         "restrict" keywords, as per POSIX.  Protect the function
20632         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
20633         Don't use K&R prototypes.  Check the sprintf return values.
20634         Re-define EAFNOSUPPORT if not present.  Indent.
20635
20636         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
20637         suggested by Bruno Haible <bruno@clisp.org>.
20638
20639         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
20640
20641         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
20642
20643         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
20644         libgcrypt).
20645
20646         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
20647
20648         * lib/md2.h, lib/md2.c: New files.
20649
20650 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
20651
20652         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
20653         errno alone.  Problem reported by Frederic Jolliton.
20654
20655 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
20656
20657         * modules/verify (License): Change from GPL to LGPL.  This is a
20658         tiny module and there are apparently near-equivalents that are
20659         under the BSD license.
20660
20661 2005-10-24  Simon Josefsson  <jas@extundo.com>
20662
20663         * modules/sha1: Relicense to LGPL.
20664
20665 2005-10-24  Simon Josefsson  <jas@extundo.com>
20666
20667         * lib/md4.h: Shrink buffer size, now that we changed the type.
20668
20669 2005-10-23  Simon Josefsson  <jas@extundo.com>
20670
20671         * gnulib-tool (func_import): Fix --tests-base.
20672
20673 2005-10-22  Simon Josefsson  <jas@extundo.com>
20674
20675         * modules/arcfour (Depends-on): Need stdint.
20676
20677 2005-10-22  Simon Josefsson  <jas@extundo.com>
20678
20679         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
20680         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
20681
20682 2005-10-22  Simon Josefsson  <jas@extundo.com>
20683
20684         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
20685         suggested by Bruno Haible <bruno@clisp.org>.
20686
20687 2005-10-22  Simon Josefsson  <jas@extundo.com>
20688
20689         * lib/crc.h: Include stddef.h, for size_t.
20690
20691 2005-10-22  Simon Josefsson  <jas@extundo.com>
20692
20693         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
20694         arcfour_context struct (simplify test vector testing in GNU
20695         Shishi).
20696
20697 2005-10-21  Simon Josefsson  <jas@extundo.com>
20698
20699         * modules/des, modules/des-tests: New files.
20700
20701         * modules/gc-des, modules/gc-des-tests: New files.
20702
20703         * tests/test-des.c, tests/test-gc-des.c: New file.
20704
20705 2005-10-21  Simon Josefsson  <jas@extundo.com>
20706
20707         * modules/arctwo, modules/arctwo-tests: New files.
20708
20709         * tests/test-arctwo.c: New file.
20710
20711         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
20712
20713         * tests/test-gc-arctwo.c: New file.
20714
20715 2005-10-21  Simon Josefsson  <jas@extundo.com>
20716
20717         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
20718         Bruno Haible <bruno@clisp.org>.
20719
20720         * m4/gc-des.m4: New file.
20721
20722 2005-10-21  Simon Josefsson  <jas@extundo.com>
20723
20724         * m4/arctwo.m4: New file.
20725
20726         * m4/gc-arctwo.m4: New file.
20727
20728 2005-10-21  Simon Josefsson  <jas@extundo.com>
20729
20730         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
20731         block.
20732
20733 2005-10-21  Simon Josefsson  <jas@extundo.com>
20734
20735         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
20736         <bruno@clisp.org>.
20737
20738         * lib/hmac-sha1.c (hmac_sha1): Likewise.
20739
20740         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
20741         Bruno Haible <bruno@clisp.org>.
20742
20743         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
20744         <bruno@clisp.org>.
20745
20746 2005-10-21  Simon Josefsson  <jas@extundo.com>
20747
20748         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
20749
20750 2005-10-21  Simon Josefsson  <jas@extundo.com>
20751
20752         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
20753
20754 2005-10-21  Simon Josefsson  <jas@extundo.com>
20755
20756         * lib/des.h, lib/des.c: New files.
20757
20758         * lib/gc-gnulib.c: Support DES.c
20759
20760 2005-10-21  Simon Josefsson  <jas@extundo.com>
20761
20762         * lib/arctwo.h, lib/arctwo.c: New files.
20763
20764         * lib/gc-gnulib.c: Support ARCTWO.
20765
20766 2005-10-21  Simon Josefsson  <jas@extundo.com>
20767
20768         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
20769         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
20770
20771 2005-10-21  Simon Josefsson  <jas@extundo.com>
20772
20773         * gnulib-tool (func_import, func_create_testdir): Define automake
20774         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
20775         Makefile.am snippet),
20776         suggested by Bruno Haible <bruno@clisp.org>.
20777
20778         * modules/gc (Makefile.am): Use it.
20779
20780 2005-10-21  Bruno Haible  <bruno@clisp.org>
20781
20782         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
20783         patch.
20784
20785 2005-10-19  Simon Josefsson  <jas@extundo.com>
20786
20787         * tests/test-gc-rijndael.c: New file.
20788
20789         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
20790
20791 2005-10-19  Simon Josefsson  <jas@extundo.com>
20792
20793         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
20794         interface too.
20795
20796 2005-10-19  Simon Josefsson  <jas@extundo.com>
20797
20798         * tests/test-gc-arcfour.c: New file.
20799
20800         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
20801
20802 2005-10-19  Simon Josefsson  <jas@extundo.com>
20803
20804         * modules/gc-md4, modules/gc-md4-tests: New file.
20805
20806         * tests/test-gc-md4.c: New file.
20807
20808 2005-10-19  Simon Josefsson  <jas@extundo.com>
20809
20810         * m4/gc-md4.m4: New file.
20811
20812 2005-10-19  Simon Josefsson  <jas@extundo.com>
20813
20814         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
20815         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
20816         <kasal@ucw.cz>.
20817
20818 2005-10-19  Simon Josefsson  <jas@extundo.com>
20819
20820         * m4/gc-arcfour.m4: New file.
20821
20822         * m4/gc-rijndael.m4: New file.
20823
20824 2005-10-19  Simon Josefsson  <jas@extundo.com>
20825
20826         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
20827
20828 2005-10-19  Simon Josefsson  <jas@extundo.com>
20829
20830         * lib/gc-gnulib.c: Support ARCFOUR.
20831
20832 2005-10-19  Simon Josefsson  <jas@extundo.com>
20833
20834         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
20835         support.
20836
20837         * lib/gc.h: Add ECB enum type.
20838
20839         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
20840
20841 2005-10-18  Simon Josefsson  <jas@extundo.com>
20842
20843         * tests/test-md5.c: New file.
20844
20845         * modules/md5-tests: New file.
20846
20847 2005-10-18  Simon Josefsson  <jas@extundo.com>
20848
20849         * tests/test-md4.c: New file.
20850
20851         * modules/md4, modules/md4-tests: New files.
20852
20853 2005-10-18  Simon Josefsson  <jas@extundo.com>
20854
20855         * m4/md4.m4: New file.
20856
20857 2005-10-18  Simon Josefsson  <jas@extundo.com>
20858
20859         * lib/md4.h, lib/md4.c: New files, based on md5.?.
20860
20861 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
20862
20863         * gnulib-tool (func_create_testdir): Omit the second check whether
20864         BUILT_SOURCES in nonempty.
20865
20866 2005-10-17  Simon Josefsson  <jas@extundo.com>
20867
20868         * tests/test-rijndael.c: New file.
20869
20870 2005-10-17  Simon Josefsson  <jas@extundo.com>
20871
20872         * modules/sha1: Depend on stdint instead of md5.
20873
20874         * modules/md5: Depend on stdint, remove uint32_t.
20875
20876 2005-10-17  Simon Josefsson  <jas@extundo.com>
20877
20878         * modules/gc-sha1-tests: New file.
20879
20880         * tests/test-gc-sha1.c: New file.
20881
20882 2005-10-17  Simon Josefsson  <jas@extundo.com>
20883
20884         * m4/md5.m4: Remove call to uint32_t.m4.
20885
20886 2005-10-17  Simon Josefsson  <jas@extundo.com>
20887
20888         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
20889
20890         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
20891         md5.h.
20892
20893         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
20894
20895         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
20896
20897 2005-10-17  Simon Josefsson  <jas@extundo.com>
20898
20899         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
20900
20901 2005-10-17  Simon Josefsson  <jas@extundo.com>
20902
20903         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
20904
20905 2005-10-17  Simon Josefsson  <jas@extundo.com>
20906
20907         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
20908
20909         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
20910
20911 2005-10-17  Bruno Haible  <bruno@clisp.org>
20912
20913         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
20914         that it can also be used in a test.
20915
20916 2005-10-16  Bruno Haible  <bruno@clisp.org>
20917
20918         * gnulib-tool (func_emit_tests_Makefile_am): Also define
20919         TESTS_ENVIRONMENT, so that individual tests can augment it.
20920
20921         * gnulib-tool (func_create_testdir): Use an intermediate target for
20922         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
20923         macros, like $(ALLOCA_H), which cannot be passed through the command
20924         line.
20925
20926 2005-10-15  Simon Josefsson  <jas@extundo.com>
20927
20928         * modules/rijndael-tests: New file.
20929
20930         * modules/rijndael: New file.
20931
20932 2005-10-15  Simon Josefsson  <jas@extundo.com>
20933
20934         * m4/rijndael.m4: New file.
20935
20936 2005-10-15  Simon Josefsson  <jas@extundo.com>
20937
20938         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
20939
20940         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
20941
20942 2005-10-14  Simon Josefsson  <jas@extundo.com>
20943
20944         * tests/test-arcfour.c: New file.
20945
20946         * modules/arcfour, modules/arcfour-tests: New files.
20947
20948 2005-10-14  Simon Josefsson  <jas@extundo.com>
20949
20950         * m4/arcfour.m4: New file.
20951
20952 2005-10-14  Simon Josefsson  <jas@extundo.com>
20953
20954         * lib/arcfour.h, lib/arcfour.c: New files.
20955
20956 2005-10-14  Roland McGrath  <roland@redhat.com>
20957
20958         Import from libc.  [BZ #1331]
20959         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
20960         macro argument.
20961         Reported by Matej Vela <vela@debian.org>.
20962
20963 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20964
20965         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
20966         include <wchar.h>; no longer needed.
20967
20968 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
20969
20970         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
20971
20972 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
20973         and  Ulrich Drepper  <drepper@redhat.com>
20974
20975         Import from libc.
20976         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
20977         instead of inline stream orientation test and two separate
20978         function calls.  Pay no attention to USE_IN_LIBIO.
20979
20980 2005-10-13  Simon Josefsson  <jas@extundo.com>
20981
20982         * modules/gc-hmac-md5-tests: New file.
20983
20984         * tests/test-gc-hmac-sha1.c: New file.
20985
20986         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
20987
20988         * modules/gc-hmac-md5-tests: New file.
20989
20990         * tests/test-gc-md5.c: New file.
20991
20992         * modules/gc-md5-tests: New file.
20993
20994 2005-10-13  Simon Josefsson  <jas@extundo.com>
20995
20996         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
20997         Move memory allocation outside of loop.
20998
20999 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
21000
21001         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
21002         intermediate directory is in a read-only file system.  Problem
21003         reported by Eric Blake.
21004
21005 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
21006
21007         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
21008
21009 2005-10-12  Simon Josefsson  <jas@extundo.com>
21010
21011         * tests/test-hmac-sha1.c: New file.
21012
21013         * modules/hmac-sha1-tests: New file.
21014
21015         * modules/hmac-sha1: New file.
21016
21017 2005-10-12  Simon Josefsson  <jas@extundo.com>
21018
21019         * modules/gc-sha1: New file.
21020
21021 2005-10-12  Simon Josefsson  <jas@extundo.com>
21022
21023         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
21024
21025         * tests/test-gc-pbkdf2-sha1.c: New file.
21026
21027 2005-10-12  Simon Josefsson  <jas@extundo.com>
21028
21029         * modules/gc-md5, modules/gc-hmac-md5: New files.
21030
21031         * modules/gc (Files): Remove md5, memxor and hmac files.
21032
21033 2005-10-12  Simon Josefsson  <jas@extundo.com>
21034
21035         * m4/gc-pbkdf2-sha1.m4: New file.
21036
21037         * m4/gc-hmac-sha1.m4: New file.
21038
21039         * m4/gc-sha1: New file.
21040
21041         * m4/hmac-sha1.m4: New file.
21042
21043 2005-10-12  Simon Josefsson  <jas@extundo.com>
21044
21045         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
21046
21047         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
21048
21049 2005-10-12  Simon Josefsson  <jas@extundo.com>
21050
21051         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
21052         suggested by Bruno Haible <bruno@clisp.org>.
21053
21054 2005-10-12  Simon Josefsson  <jas@extundo.com>
21055
21056         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
21057
21058 2005-10-12  Simon Josefsson  <jas@extundo.com>
21059
21060         * lib/gc-pbkdf2-sha1.c: New file.
21061
21062         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
21063
21064 2005-10-12  Simon Josefsson  <jas@extundo.com>
21065
21066         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
21067
21068         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
21069
21070 2005-10-12  Simon Josefsson  <jas@extundo.com>
21071
21072         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
21073         GC_USE_HMAC_MD5, respectively.
21074
21075         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
21076         (gc_md5): Fix typo.
21077
21078         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
21079
21080         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
21081
21082         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
21083
21084 2005-10-12  Bruno Haible  <bruno@clisp.org>
21085
21086         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
21087         Reported by Stepan Kasal <kasal@ucw.cz>.
21088
21089 2005-10-11  Simon Josefsson  <jas@extundo.com>
21090
21091         * tests/test-crc.c: New file.
21092
21093         * modules/crc, modules/crc-tests: New files.
21094
21095 2005-10-11  Simon Josefsson  <jas@extundo.com>
21096
21097         * m4/crc.m4: New file.
21098
21099 2005-10-11  Simon Josefsson  <jas@extundo.com>
21100
21101         * lib/gc.h: Add gc_hash and gc_hash_buffer.
21102
21103         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
21104
21105         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
21106
21107 2005-10-11  Simon Josefsson  <jas@extundo.com>
21108
21109         * lib/crc.h, lib/crc.c: New files.
21110
21111         * lib/gc.h (gc_hash_buffer): Add doc.
21112
21113 2005-10-11  Bruno Haible  <bruno@clisp.org>
21114
21115         * modules/c-strcasestr: New file.
21116         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
21117
21118 2005-10-11  Bruno Haible  <bruno@clisp.org>
21119
21120         * modules/c-strcase: New file.
21121         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
21122
21123 2005-10-11  Bruno Haible  <bruno@clisp.org>
21124
21125         * lib/strcasecmp.c: Include limits.h.
21126         (strcasecmp): Avoid integer overflow on exotic platforms.
21127         * lib/strncasecmp.c: Include limits.h.
21128         (strncasecmp): Avoid integer overflow on exotic platforms.
21129         Reported by Paul Eggert.
21130
21131 2005-10-11  Bruno Haible  <bruno@clisp.org>
21132
21133         * lib/c-strcasestr.h: New file, from GNU gettext.
21134         * lib/c-strcasestr.c: New file, from GNU gettext.
21135
21136 2005-10-11  Bruno Haible  <bruno@clisp.org>
21137
21138         * lib/c-strcase.h: New file, from GNU gettext.
21139         * lib/c-strcasecmp.c: New file, from GNU gettext.
21140         * lib/c-strncasecmp.c: New file, from GNU gettext.
21141
21142 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
21143
21144         * modules/mempcpy (License): GPL -> LGPL.
21145         * modules/strchrnul (License): Likewise.
21146         * modules/sysexits (License): Likewise.
21147
21148 2005-10-08  Simon Josefsson  <jas@extundo.com>
21149
21150         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
21151
21152 2005-10-07  Simon Josefsson  <jas@extundo.com>
21153
21154         * m4/memxor.m4: Remove gl_C_RESTRICT call.
21155
21156 2005-10-06  Simon Josefsson  <jas@extundo.com>
21157
21158         * tests/test-hmac-md5.c: New file.
21159
21160         * modules/hmac-md5-tests: New file.
21161
21162         * modules/hmac-md5: New file.
21163
21164 2005-10-06  Simon Josefsson  <jas@extundo.com>
21165
21166         * m4/hmac-md5.m4: New file.
21167
21168         * m4/memxor.m4: Require gl_C_RESTRICT.
21169
21170 2005-10-06  Simon Josefsson  <jas@extundo.com>
21171
21172         * lib/memxor.c (memxor): Avoid casts and warnings.
21173
21174 2005-10-06  Simon Josefsson  <jas@extundo.com>
21175
21176         * lib/hmac-md5.c: New file.
21177
21178         * lib/hmac.h: New file.
21179
21180 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
21181
21182         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
21183         promotes to int, not unsigned int, to catch the AIX 5.3
21184         compiler bug.
21185
21186 2005-10-05  Simon Josefsson  <jas@extundo.com>
21187
21188         * modules/memxor: New file.
21189
21190         * modules/iconv (Files): Move config.rpath to havelib, it is used
21191         there.
21192
21193         * modules/havelib (Files): Add config.rpath.
21194
21195 2005-10-05  Simon Josefsson  <jas@extundo.com>
21196
21197         * m4/memxor.m4: New file.
21198
21199 2005-10-05  Simon Josefsson  <jas@extundo.com>
21200
21201         * lib/memxor.c (memxor): Fix compiler error.
21202
21203         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
21204         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
21205
21206         * lib/memxor.h, lib/memxor.c: New files.
21207
21208         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
21209         we assume all systems have it, suggested by Jim Meyering
21210         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
21211         any systems lack sys/socket.h; mingw32 is known to lack it, but we
21212         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
21213         same reasons.
21214
21215 2005-10-05  Simon Josefsson  <jas@extundo.com>
21216
21217         * config/srclist.txt: Add glibc bug 1423 for md5.h.
21218
21219 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
21220
21221         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
21222         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
21223         needed, since the source code now assumes these .h files.
21224
21225 2005-10-05  Derek Price  <derek@ximbiot.com>
21226
21227         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
21228
21229 2005-10-05  Bruno Haible  <bruno@clisp.org>
21230
21231         * modules/stdint (License): Change to LGPL.
21232
21233 2005-10-04  Simon Josefsson  <jas@extundo.com>
21234
21235         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
21236         D. Baushke" <mdb@gnu.org>.
21237
21238 2005-10-04  Bruno Haible  <bruno@clisp.org>
21239
21240         * lib/verify.h (verify_true): Provide alternative definition for C++.
21241
21242 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
21243
21244         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
21245         (SSIZE_MAX): New macro, if not already defined.
21246         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
21247         than 2 GiB.
21248
21249 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21250
21251         Sync from coreutils.
21252         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
21253         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
21254         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
21255         ULLONG_MAX doesn't work with 2.7.2.1.
21256
21257 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21258
21259         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
21260         From Ben Pfaff.
21261
21262         * modules/exclude (Depends-on): Depend on verify.
21263         * modules/strtoimax (Depends-on): Likewise.
21264         * modules/utimecmp (Depends-on): Likewise.
21265
21266 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
21267
21268         * lib/exclude.c: Include verify.h.
21269         (verify): Remove.  All callers changed to use verify.h's version.
21270         * lib/strtoimax.c: Likewise.
21271         * lib/utimecmp.c: Likewis.e
21272
21273         Sync from coreutils.
21274         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
21275         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
21276         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
21277         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
21278         bother returning ENOSYS if settimeofday or stime fails; just let
21279         them return whatever errno they want to return.
21280         * lib/utimens.c: Include unistd.h, for dup2.
21281         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
21282         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
21283
21284 2005-10-02  Jim Meyering  <jim@meyering.net>
21285
21286         Sync from coreutils.
21287         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
21288         from glibc-2.2.5 that fails for read-only files.
21289
21290 2005-10-02  Jim Meyering  <jim@meyering.net>
21291
21292         Sync from coreutils.
21293         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
21294         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
21295         `#if HAVE_CONFIG_H'.
21296         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
21297         Remove AT_FDCWD test.
21298         Do not consume the fd unless successful.
21299         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
21300         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
21301         block, so that we don't even try to compile it if settimeofday is
21302         available.  This works around a compilation failure on OSF1 V5.1,
21303         due to stime requiring a `long int*' while tv_sec is `int'.
21304
21305 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
21306
21307         Sync from coreutils.
21308         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
21309         against `yes', rather than just testing for nonempty.
21310
21311 2005-10-01  Simon Josefsson  <jas@extundo.com>
21312
21313         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
21314         and Darwin.
21315
21316         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
21317         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
21318         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
21319         freeaddrinfo and gai_strerror are declared by the POSIX headers.
21320         Check if struct addrinfo is declared.
21321
21322 2005-10-01  Simon Josefsson  <jas@extundo.com>
21323
21324         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
21325         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
21326         AI_* and EAI_* definitions.  Protect function declarations.
21327
21328 2005-10-01  Jim Meyering  <jim@meyering.net>
21329
21330         Sync from coreutils.
21331
21332         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
21333         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
21334         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
21335         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
21336         in the inet and nsl libraries.  Required on Solaris 5.7.
21337
21338 2005-10-01  Jim Meyering  <jim@meyering.net>
21339
21340         Sync from coreutils.
21341         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
21342         in the inet and nsl libraries.  Required on Solaris 5.7.
21343
21344 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
21345
21346         * lib/getdelim.c (getdelim): Remove unused variables.
21347
21348 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
21349
21350         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
21351         so that the code works even with ancient cpp.  Portability problem
21352         with GCC 2.7.2.1 reported by Thomas M.Ott.
21353
21354 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
21355
21356         * modules/regex (Depends-on): Add strcase.
21357
21358         * modules/gethostname (Licence): Change from GPL to LGPL, since
21359         gethostname.c is a trivial implementation of a standard library
21360         function.
21361         * modules/poll (License): Change from GPL to LGPL, since it's
21362         derived from LGPL code.
21363
21364 2005-09-27  Jim Meyering  <jim@meyering.net>
21365
21366         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
21367         HAVE_CONFIG_H.
21368
21369         * lib/intprops.h (signed_type_or_expr__): Define.
21370         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
21371         for unsigned types.
21372
21373 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
21374
21375         * lib/verify.h (verify_expr): Remove, replacing with:
21376         (verify_true): New macro that returns true instead of void.
21377         (verify_type__): Remove.
21378         (verify): Use verify_true rather than verify_type__.
21379
21380 2005-09-26  Bruno Haible  <bruno@clisp.org>
21381
21382         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
21383         is necessary.
21384         (lib_SOURCES): Remove mbchar.c.
21385         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
21386         (Files): Add m4/mbrtowc.m4.
21387         * modules/mbiter: Likewise.
21388         * modules/mbuiter: Likewise.
21389
21390 2005-09-26  Bruno Haible  <bruno@clisp.org>
21391
21392         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
21393         compile mbchar.c if they are not both present.
21394         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
21395         * m4/mbiter.m4 (gl_MBITER): Likewise.
21396         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
21397         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
21398         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
21399
21400 2005-09-25  Jim Meyering  <jim@meyering.net>
21401
21402         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
21403         also uses socklen_t.
21404
21405 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
21406
21407         * lib/utimens.c (ENOSYS): Define if not already defined.
21408         (futimens): Support having a null PATH if the file descriptor
21409         is nonnegative.
21410
21411         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
21412         Remove.
21413         (__attribute): Define to empty unless GCC 3.1 or later.
21414         This works around a core dump on OpenBSD 3.4, which has GCC
21415         2.95.3, which dumps core when given __attribute__(()).  It also
21416         simplifies other tests, since we really don't want to bother with
21417         worrying about which ancient version of GCC supported what.
21418         Original problem reported by Yoann Vandoorselaere, with part of
21419         the fix suggested by Derek Price.
21420
21421 2005-09-24  Jim Meyering  <jim@meyering.net>
21422
21423         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
21424         so we can once again use a positive bitfield width of 1 -- now we
21425         don't have to explain why we were using a bitfield width of 2.
21426
21427 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21428
21429         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
21430         and similarly for the other external symbols.  Problem reported
21431         by James Gallager.
21432
21433         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
21434         bug reported by Jim Meyering.
21435
21436         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
21437         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
21438         not needed, since socklen is a prerequisite module.
21439
21440 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
21441
21442         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
21443         Problem reported by Eric Blake.
21444         (getaddrinfo): Initialize se so that it's not garbage.
21445         Redo internal storage allocation so that it doesn't make unportable
21446         assumptions about alignment.
21447         Fix a memory leak.
21448
21449         * lib/utimens.c (futimens): Use futimesat if available.
21450         Prefer it to futimes since it doesn't have the futimes bug.
21451
21452         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
21453         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
21454         Instead, declare a function that returns a pointer to an array,
21455         and use verify_type__ to declare the size of the array.
21456         Problem and germ of a solution reported by Bruno Haible.
21457         (verify_type__): Use 2, not 1, for bitfield size, to avoid
21458         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
21459
21460 2005-09-23  Jim Meyering  <jim@meyering.net>
21461
21462         Sync from coreutils.
21463         Correct build failure (socklen_t not defined) on at least
21464         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
21465         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
21466
21467 2005-09-23  Jim Meyering  <jim@meyering.net>
21468
21469         * modules/getaddrinfo (Depends-on): Add socklen.
21470
21471 2005-09-23  Bruno Haible  <bruno@clisp.org>
21472
21473         * tests/test-verify.c: New file.
21474
21475 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21476
21477         Sync from coreutils.
21478
21479         * modules/argmatch (Depends-on): Add verify.
21480         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
21481         unistd-safer.
21482         * modules/save-cwd (Depends-on): Likewise.
21483
21484         * modules/openat (Files): Add lib/openat-die.c.
21485         (Depends-on): Remove error, exitfail.
21486         Add dirname.
21487
21488         * modules/verify: New file.
21489         * MODULES.html.sh (Diagnostics <assert.h>): New section,
21490         with "verify" module.
21491
21492 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21493
21494         Sync from coreutils.
21495
21496         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
21497         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
21498         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
21499         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
21500         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
21501         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
21502         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
21503         Don't bother checking for string.h, stdlib.h, unistd.h.
21504         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
21505         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
21506         module's job.
21507         * m4/jm-macros.m4 (gl_MACROS): Likewise.
21508         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
21509
21510         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
21511         (gl_GETDATE): Use it.
21512
21513         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
21514
21515 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21516
21517         Sync from coreutils.
21518
21519         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
21520         stat-time.h.
21521         * lib/argmatch.h: Include verify.h
21522         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
21523         (ARGMATCH_ASSERT): Remove; unused.
21524         * lib/canonicalize.c: Assume STDC_HEADERS.
21525         * lib/exclude.c: Include "strcase.h".
21526         * lib/regex_internal.h [!defined _LIBC]: Likewise.
21527         * lib/getusershell.c: Include stdio--.h rather than stdio.h
21528         and stdio-safer.h.
21529         (getusershell): Call fopen, not fopen_safer.
21530         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
21531         Do not include unistd-safer.h.
21532         (save_cwd): Don't call fd_safer; no longer needed
21533         now that we include fcntl--.h.
21534
21535         * lib/getdate.y (relative_time): New type.
21536         (RELATIVE_TIME_0): New constant.
21537         (parser_control): Use relative_time instead of doing it ourselves.
21538         (%union): Add new relative_time rel member.
21539         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
21540         Now typeless.
21541         (relunit, relunit_snumber): Now of type rel.
21542         (zone, rel, relunit, get_date): Adjust to above changes.
21543
21544         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
21545         Do not include unistd-safer.h.
21546         (getloadavg): Don't call fd_safer; no longer needed
21547         now that we include fcntl--.h.
21548
21549         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
21550         (make_dir_parents): Treat ENOSYS like EEXIST.
21551
21552         Improve quality of diagnostics on restore_cwd failure.
21553         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
21554         (make_dir_parents): Last arg is now int * (for errno), not bool *.
21555         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
21556         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
21557         each time through the loop.  Do not diagnose restore_cwd failure;
21558         that is the caller's job (and perhaps the caller does not care).
21559
21560         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
21561         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
21562         If the file already exists but is not a directory, don't bother
21563         to try to make its parents.
21564         Close potential file descriptor leak if we can't chdir("/") (!).
21565         Don't always return true if chdir($PWD) fails; return true only
21566         if the requested action was done successfully (except for the
21567         chdir($PWD)).
21568         Don't log final directory unless we actually made it.
21569         Refactor to avoid duplicate code to fix up permissions.
21570         Don't attempt to fix up parent permissions if chdir($PWD) fails.
21571
21572         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
21573         to make it a bit faster and (I hope) clearer.
21574         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
21575         Fix bug in formats like %2N.
21576
21577         * lib/verify.h: New file.
21578
21579 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
21580
21581         Sync from coreutils.
21582         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
21583
21584 2005-09-22  Jim Meyering  <jim@meyering.net>
21585
21586         Sync from coreutils.
21587
21588         * m4/lstat.m4 (gl_FUNC_LSTAT):
21589         Use AC_LIBSOURCES to require lstat.c and lstat.h.
21590         Remove obsolete comment.
21591         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
21592         * m4/xstrtod.m4: Likewise.
21593
21594         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
21595
21596 2005-09-22  Jim Meyering  <jim@meyering.net>
21597
21598         Sync from coreutils.
21599
21600         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
21601
21602         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
21603         the .tm_year member, since otherwise gcc-4.0 would now warn about
21604         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
21605
21606         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
21607         order to avoid an unsuppressible warning from gcc on 64-bit systems.
21608
21609         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
21610         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
21611         when run in a time zone for which daylight savings time is in effect
21612         for the starting date.
21613
21614         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
21615         stop us from restricting permissions of just-created absolute-named
21616         directories.
21617         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
21618         to restore initial working directory.
21619         * lib/mkdir-p.c (make_dir_parents): New parameter:
21620         different_working_dir, to tell caller if/when we change the working
21621         directory and are unable to return to the initial one.
21622         * lib/mkdir-p.h (make_dir_parents): Update prototype.
21623         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
21624         `return false'.  This fixes a bug introduced on 2004-07-30.
21625
21626         * lib/openat.c (fdopendir): Be sure to close the supplied
21627         file descriptor before returning.  This makes our replacement
21628         implementation a little closer to Solaris's, where fdopendir
21629         ties the file descriptor to the returned DIR* pointer.
21630         * lib/openat.c (unlinkat): New function.
21631         * lib/openat.h (unlinkat): Add prototype.
21632         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
21633         (openat_restore_fail): Rename from openat_restore_die.
21634         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
21635
21636         Provide an alternative to exiting immediately upon save_cwd or
21637         restore_cwd failure.  Now, an application can arrange e.g.,
21638         to perform a longjump in that case.
21639         * lib/openat.c: Include dirname.h.
21640         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
21641         (rpl_openat, fdopendir, fstatat): Call openat_save_die
21642         and openat_restore_die rather than calling error directly.
21643         Don't include "error.h" or "exitfail.h"; they're no longer needed.
21644
21645         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
21646         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
21647         define.
21648
21649         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
21650         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
21651                             int utc, int nanoseconds);
21652         Background:
21653         date should not have to allocate a megabyte of virtual memory to
21654         handle a format argument like +%1048575T.  When implemented with
21655         strftime, it must allocate such a buffer, use strftime to fill it
21656         in, print it, then free it.
21657         With fprintftime, it simply prints everything and exits.
21658         With no need for memory allocation, that's one fewer way to fail.
21659         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
21660         optional field width, not before, so we accept %9:z, not %:9z.
21661         (my_strftime): Be sure to use L_('x') for literals.
21662
21663         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
21664         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
21665         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
21666         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
21667         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
21668         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
21669         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
21670         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
21671         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
21672         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
21673         * lib/xgethostname.c, lib/xreadlink.c:
21674         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
21675
21676         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
21677         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
21678         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
21679         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
21680         and don't include <sys/file.h>).
21681
21682 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
21683
21684         Sync from coreutils.
21685
21686         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
21687         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
21688         [!LDAV_DONE]: Avoid unused variable warning.
21689
21690 2005-09-21  Bruno Haible  <bruno@clisp.org>
21691
21692         * lib/unicodeio.h (unicode_to_mb): New declaration.
21693
21694 2005-09-20  Derek Price  <derek@ximbiot.com>
21695
21696         * lib/getaddrinfo.c: Don't include <netdb.h> included from
21697         getaddrinfo.h.
21698
21699 2005-09-20  Bruno Haible  <bruno@clisp.org>
21700
21701         * gnulib-tool: Remove trailing slashes from the values specified for
21702         --source-base, --m4-base, --tests-base, --aux-dir.
21703         Suggested by Simon Josefsson <jas@extundo.com>.
21704
21705 2005-09-20  Bruno Haible  <bruno@clisp.org>
21706
21707         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
21708         func_modules_to_filelist, func_import, func_create_testdir): Make all
21709         sorting results locale-independent, so that gnulib-cache.m4 doesn't
21710         change when gnulib-tool is invoked in a different locale.
21711
21712 2005-09-19  Simon Josefsson  <jas@extundo.com>
21713
21714         * m4/socklen.m4: Fix typo.
21715
21716 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
21717
21718         Use a consistent style for including <config.h>.
21719         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
21720         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
21721         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
21722         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
21723         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
21724         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
21725         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
21726         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
21727         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
21728         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
21729         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
21730         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
21731         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
21732         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
21733         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
21734         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
21735         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
21736         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
21737         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
21738         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
21739         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
21740         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
21741         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
21742         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
21743         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
21744         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
21745         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
21746         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
21747         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
21748         lib/xstrtoumax.c, lib/yesno.c:
21749         Standardize inclusion of config.h.
21750         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
21751         lib/inttostr.h:  Removed inclusion of config.h from header files.
21752         * lib/inttostr.c:  Adjusted in-tree users.
21753         * lib/timespec.h: Remove superfluous warning to include config.h.
21754         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
21755         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
21756         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
21757         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
21758         config.h with HAVE_CONFIG_H.
21759
21760 2005-09-19  Jim Meyering  <jim@meyering.net>
21761
21762         * modules/pathmax (License): Change to LGPL.
21763
21764 2005-09-19  Derek Price  <derek@ximbiot.com>
21765
21766         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
21767
21768 2005-09-19  Bruno Haible  <bruno@clisp.org>
21769
21770         * gnulib-tool (import): Provide default for --tests-base.
21771
21772 2005-09-19  Bruno Haible  <bruno@clisp.org>
21773
21774         * doc/quote.texi: New file, extracted from gnulib.texi.
21775         * doc/ctime.texi: New file, extracted from gnulib.texi.
21776         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
21777         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
21778         * doc/gnulib.texi: Include them.
21779
21780 2005-09-18  Bruno Haible  <bruno@clisp.org>
21781
21782         Portability fix.
21783         * gnulib-tool (func_readlink): New function.
21784         (func_ln_if_changed): Use it.
21785
21786 2005-09-18  Bruno Haible  <bruno@clisp.org>
21787
21788         * gnulib-tool: Support --with-tests also with --import.
21789         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
21790         (func_import): Use variables $testsbase and $inctests. Emit a
21791         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
21792         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
21793         SUBDIRS += $testsdir.
21794         (func_create_testdir): Update.
21795
21796 2005-09-18  Bruno Haible  <bruno@clisp.org>
21797
21798         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
21799         instead of $dry_run.
21800         (func_cp_if_changed, func_mv_if_changed): Remove functions.
21801         (func_ln_if_changed): Don't handle dry-run here.
21802         (func_import): In dry-run mode, detect more precisely which actions
21803         would be performed, and don't use "...ing" verbs.
21804
21805 2005-09-18  Bruno Haible  <bruno@clisp.org>
21806
21807         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
21808         (func_import): Use join on two temporary files instead of three nested
21809         loops, in order to determine which files are new or old.
21810
21811 2005-09-18  Bruno Haible  <bruno@clisp.org>
21812
21813         * gnulib-tool (func_import): Comment out code that spits out the
21814         new files with --dry-run.
21815
21816 2005-09-18  Bruno Haible  <bruno@clisp.org>
21817
21818         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
21819
21820 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21821
21822         * lib/stat-time.h: New file.
21823         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
21824         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
21825         in a different way.
21826         (timespec_cmp): New function.
21827         * lib/utimecmp.c: Include stat-time.h.
21828         (SYSCALL_RESOLUTION): Depend on whether various struct stat
21829         members exist, not on the obsolescent ST_MTIM_NSEC.
21830         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
21831
21832 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21833
21834         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
21835
21836 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
21837
21838         * MODULES.html.sh (File system functions): Add stat-time.
21839         * modules/stat-time: New file.
21840         * modules/timespec (Files): Remove m4/st_mtim.m4; this
21841         is now done in a different way, by the stat-time module.
21842         * modules/utimecmp (Depends-on): Add stat-time.
21843
21844 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
21845
21846         * m4/st_mtim.m4: Remove.  Superseded by...
21847         * m4/stat-time.m4: New file.
21848         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
21849         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
21850
21851 2005-09-15  Derek Price  <derek@ximbiot.com>
21852
21853         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
21854
21855 2005-09-15  Derek Price  <derek@ximbiot.com>
21856
21857         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
21858         * lib/regex_internal.c: Ditto, using this...
21859         (__GNUC_PREREQ): ...new macro.
21860         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
21861         using...
21862         (__GNUC_PREREQ): ...this new macro.
21863
21864         * lib/strstr.h: Include string.h. Define strstr as a macro here.
21865
21866 2005-09-15  Derek Price  <derek@ximbiot.com>
21867             Paul Eggert  <eggert@cs.ucla.edu>
21868
21869         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
21870         changes, consolidating in...
21871         * lib/regex_internal.h: ...this file.
21872
21873 2005-09-13  Jim Meyering  <jim@meyering.net>
21874
21875         * lib/canon-host.c: Filter through gnu indent and reword comments
21876         slightly.
21877         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
21878
21879 2005-09-13  Derek Price  <derek@ximbiot.com>
21880
21881         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
21882         failure.
21883         Reported by Jim Meyering  <jim@meyering.net>.
21884
21885 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
21886
21887         * lib/base64.c: Typo.
21888         (base64_encode): Put b64str in initialized data section.
21889
21890 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
21891
21892         Merge glibc and coreutils changes into gnulib, plus a few
21893         extra fixes.
21894         * lib/md5.c: Use #error rather than a string.
21895         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
21896         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
21897         (__attribute__): Define to empty for non recent-GCC.
21898         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
21899         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
21900         Renamed from their non-__ counterparts, with new macros replacing
21901         them if not _LIBC.  Add __THROW attribute.
21902         (rol): Remove.
21903         (struct md5_ctx): Align buffer if using GCC.
21904         * lib/sha1.h (struct sha1_ctx): Likewise.
21905         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
21906         The old name was backwards.
21907         (NOTSWAP): Remove; not used.
21908         (rol): New macro, moved here from md5.h.
21909         (sha1_process_block): Remove a FIXME that doesn't make sense.
21910
21911 2005-09-12  Derek Price  <derek@ximbiot.com>
21912
21913         Return usable errors from canon-host.
21914         * lib/canon-host.h: New file.
21915         * lib/canon-host.c (canon_host): Wrap...
21916         (canon_host_r): ...this new function, which now relies exclusively on
21917         getaddrinfo.
21918         (ch_strerror): New function.
21919         (last_cherror): New global.
21920         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
21921         interface.
21922         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
21923         void *.
21924         (freeaddrinfo): Free ai->ai_canonname when set.
21925
21926 2005-09-12  Derek Price  <derek@ximbiot.com>
21927
21928         Make canon-host require getaddrinfo.
21929         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
21930         AC_LIBSOURCE canon-host.h.  Call...
21931         (gl_PREREQ_CANON_HOST): ...this new function, which requires
21932         gl_GETADDRINFO.
21933         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
21934
21935 2005-09-12  Derek Price  <derek@ximbiot.com>
21936
21937         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
21938         LGPL.
21939         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
21940
21941 2005-09-12  Derek Price  <derek@ximbiot.com>
21942
21943         * lib/gai_strerror.c: Include config.h when available.  Include
21944         getaddrinfo.h before other headers to test interface.
21945         Reported by Larry Jones <lawrence.jones@ugs.com>.
21946
21947 2005-09-12  Derek Price  <derek@ximbiot.com>
21948             Paul Eggert  <eggert@cs.ucla.edu>
21949
21950         * modules/glob (Files): Add glob-libc.h.
21951
21952 2005-09-12  Derek Price  <derek@ximbiot.com>
21953             Paul Eggert  <eggert@cs.ucla.edu>
21954
21955         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
21956         glob_.h, glob-libc.h.
21957         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
21958
21959 2005-09-12  Derek Price  <derek@ximbiot.com>
21960             Paul Eggert  <eggert@cs.ucla.edu>
21961
21962         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
21963         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
21964         protecting things that should be done only in gnulib contexts.
21965         * lib/glob_.h: New file, containing only the glob things needed for
21966         gnulib.
21967         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
21968         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
21969         (glob, globfree, glob_pattern_p): Now defined simply in terms of
21970         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
21971         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
21972         and to respect the namespace rules better.
21973
21974 2005-09-08  Simon Josefsson  <jas@extundo.com>
21975
21976         * modules/socklen: New file.
21977
21978 2005-09-08  Simon Josefsson  <jas@extundo.com>
21979
21980         * m4/socklen.m4: New file.
21981
21982 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21983
21984         * modules/utimens (Files): Add m4/utimbuf.m4, since
21985         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
21986         Reported by Sergey Poznyakoff.
21987
21988 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21989
21990         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
21991         definitions, since that's the preferred style in glibc.
21992         Fix a minor spacing issue, and update copyright notice to match
21993         glibc's.
21994
21995 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
21996
21997         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
21998
21999 2005-09-06  Simon Josefsson  <jas@extundo.com>
22000
22001         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
22002         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
22003
22004 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22005
22006         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
22007         warning.
22008
22009 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
22010
22011         * config/srclist.txt: Add glibc bug 1302.
22012
22013 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
22014
22015         Change bitset word type from unsigned int to unsigned long int,
22016         as this has better performance on typical 64-bit hosts.
22017         Port bitset code to hosts with unusual word sizes.
22018         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
22019         (build_collating_symbol):
22020         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
22021         argument is a bitset.  This is merely a style issue, but it makes
22022         it clearer that an entire array is expected.
22023         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
22024         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
22025         Port to the case where bitset_word is not the same as unsigned int.
22026         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
22027         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
22028         Likewise.
22029         * lib/regexec.c (check_dst_limits_calc_pos_1,
22030         check_subexp_matching_top):
22031         (build_trtable, group_nodes_into_DFAstates):
22032         Likewise.
22033         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
22034         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
22035         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
22036         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
22037         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
22038         * lib/regcomp.c (optimize_subexps, lower_subexp):
22039         Work even if bitset_word has holes in its bitwise representation.
22040         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
22041         * lib/regexec.c (check_dst_limits_calc_pos_1,
22042         check_subexp_matching_top):
22043         Likewise.
22044         * lib/regex_internal.c (re_string_reconstruct):
22045         Don't assume UCHAR_MAX == 255.
22046         * lib/regex_internal.h (bitset_set_all): Likewise.
22047         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
22048         All uses changed.
22049         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
22050         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
22051         All uses changed.
22052         (BITSET_WORD_MAX): New macro.
22053         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
22054         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
22055         (bitset_empty, bitset_copy):
22056         Prefer sizeof (bitset) to multiplying it out ourselves.
22057         (bitset_not_merge): Remove; unused.
22058         (bitset_contain): Return bool, not unsigned int with one bit on.
22059         All callers changed.
22060         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
22061         alignment than re_node_set; do this by defining a new internal
22062         type struct dests_alloc and using it to allocate memory.
22063
22064 2005-09-05  Bruno Haible  <bruno@clisp.org>
22065
22066         * gnulib-tool (func_import): Fix comparison in handling of symbolic
22067         links.
22068
22069 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
22070
22071         * modules/size_max (Makefile.am): Add size_max.h
22072
22073 2005-09-04  Derek Price  <derek@ximbiot.com>
22074
22075         * gnulib-tool (func_import): Fix reversed $symbolic logic.
22076
22077 2005-09-03  Simon Josefsson  <jas@extundo.com>
22078
22079         * gnulib-tool: Fix typo.
22080
22081 2005-09-03  Simon Josefsson  <jas@extundo.com>
22082
22083         * config/srclist.txt: Add glibc bug 1293.
22084
22085 2005-09-03  Derek Price  <derek@ximbiot.com>
22086
22087         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
22088         From Larry Jones <lawrence.jones@ugs.com>.
22089
22090 2005-09-02  Simon Josefsson  <jas@extundo.com>
22091
22092         * modules/socklen: New file.
22093
22094 2005-09-02  Simon Josefsson  <jas@extundo.com>
22095
22096         * modules/havelib: New module.
22097
22098         * modules/gettext, modules/iconv, modules/lock, modules/readline:
22099         Use havelib.
22100
22101 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
22102
22103         Check for arithmetic overflow when calculating sizes, to prevent
22104         some buffer-overflow issues.  These patches are conservative, in the
22105         sense that when I couldn't determine whether an overflow was possible,
22106         I inserted a run-time check.
22107         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
22108         macros.
22109         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
22110         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
22111         (re_xnrealloc, re_x2nrealloc): New inline functions.
22112         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
22113         parse_bracket_exp):
22114         (build_equiv_class, build_charclass): Check for arithmetic overflow
22115         in size expression calculations.
22116         * lib/regex_internal.c (re_string_realloc_buffers):
22117         (build_wcs_upper_buffer, re_node_set_add_intersect):
22118         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
22119         (re_dfa_add_node, register_state): Likewise.
22120         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
22121         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
22122         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
22123         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
22124
22125 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
22126
22127         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
22128         m4/ulonglong.m4.  Problem reported by Martin Lambers.
22129
22130 2005-09-02  Bruno Haible  <bruno@clisp.org>
22131
22132         Support for lib vs. lib64 distinction on biarch platforms.
22133         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
22134         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
22135         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
22136
22137 2005-09-02  Bruno Haible  <bruno@clisp.org>
22138
22139         * gnulib-tool (import): In the other first-use case, provide defaults
22140         as well.
22141
22142 2005-09-02  Bruno Haible  <bruno@clisp.org>
22143
22144         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
22145         patches not yet found in the latest gettext release.
22146
22147 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22148
22149         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
22150         to avoid a collision with bits/local_lim.h in glibc.
22151         All uses changed.  Problem reported by Dmitry V. Levin in
22152         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
22153
22154         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
22155         bugs in int versus size_t comparisons.
22156         (re_string_context_at): Fix bug where the code assumed that
22157         Idx is signed.
22158
22159         Use bool where appropriate.
22160         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
22161         All callers changed.
22162         (calc_eclosure_iter): Likewise, for ROOT arg.
22163         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
22164         (build_charclass_op): Likewise, for NON_MATCH arg.
22165         * lib/regex_internal.c (re_string_allocate, re_string_construct):
22166         (re_string_construct_common): Likewise, for ICASE arg.
22167         * lib/regexec.c (re_search_2_stub, re_search_stub):
22168         Likewise, for RET_LEN arg.
22169         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
22170         (set_regs): Likewise, for FL_BACKTRACK arg.
22171         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
22172         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
22173         (calc_eclosure_iter, parse_bracket_exp):
22174         Use bool for internal variables that are booleans.
22175         * lib/regexec.c (re_search_internal, check_matching,
22176         proceed_next_node):
22177         (set_regs, build_sifted_states, sift_states_bkref):
22178         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
22179         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
22180         (find_collation_sequence_value):
22181         Likewise.
22182         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
22183         (re_node_set_compare):
22184         Return bool, not int. All callers changed.
22185         * lib/regexec.c (check_halt_node_context, check_dst_limits):
22186         (build_trtable, check_node_accept): Likewise.
22187         * lib/regex_internal.h: Include stdbool.h.
22188
22189         Fix bugs uncovered when converting to bool.
22190         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
22191         failure instead of charging ahead blindly.
22192         * lib/regex_internal.c (register_state): Likewise.
22193         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
22194         for freeing internal storage.
22195         (group_nodes_into_DFA_states): Use unsigned int, not int, for
22196         bitset pieces used as boolean, to avoid undefined behavior
22197         on hosts that do int overflow checking.
22198
22199 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
22200
22201         * config/srclist.txt: Add glibc bugs 1285-1287.
22202
22203 2005-09-01  Jim Meyering  <jim@meyering.net>
22204
22205         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
22206         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
22207         Require gl_STAT_MACROS, too.
22208
22209 2005-09-01  Bruno Haible  <bruno@clisp.org>
22210
22211         * gnulib-tool (import): In the first-use case, provide defaults.
22212
22213 2005-09-01  Bruno Haible  <bruno@clisp.org>
22214
22215         * gnulib-tool (func_import): Remove the .tmp files.
22216
22217 2005-09-01  Bruno Haible  <bruno@clisp.org>
22218
22219         * gnulib-tool (func_import): Fix handling of symbolic links.
22220
22221 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22222
22223         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
22224         old glibc regex code mishandles strings longer than 2**31 bytes.
22225         This patch fixes this when the regex code is used in gnulib
22226         (i.e., outside glibc).
22227
22228         This patch should not affect the use of the regex code inside
22229         glibc.  No doubt this problem also needs to be handled for glibc
22230         as well, but the result will be an incompatible change to the
22231         glibc ABI, and the old ABI will have to be supported too.  That
22232         can be the the subject for another patch.
22233
22234         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
22235         governing whether the rest of this patch is active.  By default,
22236         the macro is disabled and the patch has no effect.
22237         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
22238         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
22239         (struct re_pattern_buffer, re_search, re_search_2, re_match):
22240         (re_match_2, re_set_registers): Use the new types.
22241         * lib/regex_internal.h (Idx, re_hashval_t): New types.
22242         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
22243         New macros.
22244         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
22245         (re_string_context_at, bin_tree_t, re_dfastate_t):
22246         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
22247         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
22248         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
22249         (re_string_char_size_at, re_string_wchar_at):
22250         (re_string_elem_size_at):
22251         Use the new types and macros to port to 64-bit hosts.
22252         Use unsigned types for internal values, so that the code
22253         mostly works even for arrays larger than SSIZE_MAX.
22254         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
22255         (search_duplicated_node, calc_eclosure_iter, fetch_number):
22256         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
22257         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
22258         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
22259         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
22260         (calc_inveclosure, parse_dup_op, build_range_exp):
22261         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
22262         (fetch_number, create_token_tree, mark_opt_subexp):
22263         Likewise.
22264         * lib/regex_internal.c (re_string_construct_common,
22265         create_ci_newstate):
22266         (create_cd_newstate, re_string_allocate, re_string_construct):
22267         (re_string_realloc_buffers, build_wcs_upper_buffer):
22268         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
22269         (re_string_reconstruct, re_string_peek_byte_case):
22270         (re_string_fetch_byte_case, re_string_context_at):
22271         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
22272         (re_node_set_init_copy, re_node_set_add_intersect):
22273         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22274         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22275         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
22276         (re_acquire_state, re_acquire_state_context, register_state):
22277         Likewise.
22278         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
22279         search_cur_bkref_entry):
22280         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
22281         (re_search_internal, re_search_2_stub, re_search_stub)
22282         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
22283         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
22284         (update_cur_sifted_state, check_dst_limits):
22285         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
22286         (check_subexp_limits, sift_states_bkref, merge_state_array):
22287         (check_subexp_matching_top, get_subexp, get_subexp_sub):
22288         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
22289         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
22290         (expand_bkref_cache, check_node_accept_bytes):
22291         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
22292         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
22293         (acquire_init_state_context, check_halt_node_context):
22294         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
22295         (sift_states_backward, clean_state_log_if_needed):
22296         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
22297         (find_recover_state, transit_state_sb, transit_state_mb):
22298         (transit_state_bkref, build_trtable, match_ctx_clean):
22299         Likewise.
22300         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
22301         to work around an assumption that REG_MISSING is negative.
22302
22303         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
22304         (seek_collating_symbol_entry) [defined _LIBC]:
22305         (lookup_collation_sequence_value) [defined _LIBC]:
22306         (build_range_exp, build_collating_symbol) [defined _LIBC]:
22307         Use prototypes rather than old-style function definitions.
22308         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
22309         (transit_state_sb) [0]:
22310         (find_collation_sequence_value) [defined _LIBC]: Likewise.
22311
22312         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
22313         rm_eo.
22314
22315         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
22316         (optimize_subexps, lower_subexp):
22317         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
22318         since the signed shift might overflow.  Use 1u<<31 instead.
22319         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
22320         Likewise.
22321         * lib/regexec.c (check_dst_limits_calc_pos_1,
22322         check_subexp_matching_top): Likewise.
22323
22324         * lib/regcomp.c (optimize_subexps, lower_subexp):
22325         Use CHAR_BIT rather than 8, for clarity.
22326         * lib/regexec.c (check_dst_limits_calc_pos_1):
22327         (check_subexp_matching_top): Likewise.
22328         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
22329         have to worry about portability issues when shifting it left.
22330         Remove no-longer-needed test for table_size > 0.
22331         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
22332         in a word, as the resulting behavior is undefined.
22333         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
22334         in one case, a <= should have been an <, and in another case the
22335         whole test was missing.
22336         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
22337         the standard name CHAR_BIT.
22338         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
22339         this is not true on one's complement and signed-magnitude hosts.
22340
22341         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
22342         next_last_offset.
22343         (struct re_dfa_t): Remove unused member states_alloc.
22344         * lib/regcomp.c (init_dfa): Don't initialize unused members.
22345
22346 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22347
22348         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
22349         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
22350         and large-file glibc and in 32-bit large-file Solaris.
22351
22352 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22353
22354         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
22355         lengths fit in regoff_t; this isn't true if regoff_t is the same
22356         width as size_t.
22357         * lib/regex.c (re_search_internal): 5th arg is LAST_START
22358         (= START + RANGE) instead of RANGE.  This avoids overflow
22359         problems when regoff_t is the same width as size_t.
22360         All callers changed.
22361         (re_search_2_stub): Check for overflow when adding the
22362         sizes of the two strings.
22363         (re_search_stub): Check for overflow when adding START
22364         to RANGE; if it occurs, substitute the extreme value.
22365
22366 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
22367
22368         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
22369
22370 2005-08-31  Jim Meyering  <jim@meyering.net>
22371
22372         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
22373         a pointer-to-const.
22374         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
22375         (register_state): Likewise.
22376         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
22377         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
22378         (group_nodes_into_DFAstates): Likewise.
22379
22380 2005-08-31  Jim Meyering  <jim@meyering.net>
22381
22382         * check-module: Add a FIXME comment.
22383
22384 2005-08-31  Eric Blake  <ebb9@byu.net>
22385
22386         * modules/unistd-safer (Files): Add unistd--.h.
22387         * modules/stdio-safer (Files): Add stdio--.h.
22388
22389 2005-08-31  Derek Price  <derek@ximbiot.com>
22390
22391         * lib/getdelim.c (getdelim): Return EOF on EOF.
22392         Reported by Larry Jones <lawrence.jones@ugs.com>.
22393
22394 2005-08-31  Bruno Haible  <bruno@clisp.org>
22395
22396         Avoid unnecessary diffs in the generated lib/Makefile.am.
22397         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
22398         the generated files.
22399         (func_import): Don't set cmd.
22400
22401 2005-08-31  Bruno Haible  <bruno@clisp.org>
22402
22403         * lib/strstr.c: Include <stddef.h>, for NULL.
22404         * lib/strcasestr.c: Likewise.
22405         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
22406
22407 2005-08-31  Bruno Haible  <bruno@clisp.org>
22408
22409         * gnulib-tool: New option --macro-prefix.
22410         (func_import): Use macro_prefix.
22411         (import): Handle option --macro-prefix.
22412
22413 2005-08-31  Bruno Haible  <bruno@clisp.org>
22414
22415         * gnulib-tool (import): Rename most ac_* variables to cached_*.
22416         Also use new variables cached_lgpl, cached_libtool.
22417
22418 2005-08-31  Bruno Haible  <bruno@clisp.org>
22419
22420         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
22421         always instantiating them.
22422
22423 2005-08-31  Bruno Haible  <bruno@clisp.org>
22424
22425         * gnulib-tool (func_import): Read the previous cached settings
22426         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
22427         earlier added by gnulib but are now dropped. Warn when a gnulib file
22428         overwrites a non-gnulib file.
22429
22430 2005-08-31  Bruno Haible  <bruno@clisp.org>
22431
22432         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
22433         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
22434         projects that don't keep autogenerated files in CVS. Put into
22435         actioncmd only the specified modules, not the transitive closure.
22436
22437 2005-08-31  Bruno Haible  <bruno@clisp.org>
22438
22439         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
22440         Create directories that shall be filled.
22441         (import): Don't look for gl_* macros in configure.ac. Recurse across
22442         all directories containing a gnulib-cache.m4 files, if meaningful.
22443
22444 2005-08-31  Bruno Haible  <bruno@clisp.org>
22445
22446         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
22447         (import): Set seen_libtool when we see gl_LIBTOOL.
22448
22449 2005-08-31  Bruno Haible  <bruno@clisp.org>
22450
22451         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
22452         declaration macro definitions from generated gnulib.m4.
22453
22454 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
22455
22456         * lib/iconvme.h: Add prototype for iconv_alloc.
22457
22458 2005-08-29  Simon Josefsson  <jas@extundo.com>
22459
22460         * lib/iconvme.c: Fix errno.
22461
22462 2005-08-29  Bruno Haible  <bruno@clisp.org>
22463
22464         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
22465         that it works when the directory contains spaces.
22466
22467 2005-08-29  Bruno Haible  <bruno@clisp.org>
22468
22469         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
22470
22471 2005-08-29  Bruno Haible  <bruno@clisp.org>
22472
22473         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
22474         Emit more advice.
22475
22476 2005-08-29  Bruno Haible  <bruno@clisp.org>
22477         and Stepan Kasal  <kasal@ucw.cz>
22478
22479         * check-module: If more parameters are given, check each of them
22480         separately; add more exceptions, as noted by Jim Meyering.
22481         (check_module): New procedure.
22482         (%exempt_header): Now contains all exceptions.
22483
22484 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
22485
22486         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
22487
22488 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
22489
22490         * lib/iconvme.c: Split iconv_string into iconv_alloc.
22491
22492 2005-08-28  Bruno Haible  <bruno@clisp.org>
22493
22494         * m4/gnulib-tool.m4: New file.
22495
22496 2005-08-27  Jim Meyering  <jim@meyering.net>
22497
22498         * modules/unistd-safer (Files): Add pipe-safer.c.
22499         * modules/fcntl-safer (Files): Add creat-safer.c.
22500
22501 2005-08-27  Jim Meyering  <jim@meyering.net>
22502
22503         * m4/stdlib-safer.m4: New file.  From coreutils.
22504         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
22505         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
22506         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
22507         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
22508         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
22509
22510 2005-08-27  Jim Meyering  <jim@meyering.net>
22511
22512         * lib/fopen-safer.c: Merge minor changes from coreutils.
22513         * lib/dup-safer.c: Likewise.
22514         * lib/fd-safer.c: Likewise.
22515
22516         Merge from coreutils.
22517         * lib/stdio--.h: New file.
22518         * lib/stdlib--.h: New file.
22519         * lib/mkstemp-safer.c: New file.
22520
22521         GNU tar needs these.
22522         * lib/pipe-safer.c: New file.
22523         * lib/creat-safer.c: New file.
22524         * lib/fcntl--.h (creat): Define to creat_safer.
22525         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
22526         * lib/unistd--.h (pipe): Define to pipe_safer.
22527         * lib/unistd-safer.h: Declare pipe_safer.
22528
22529 2005-08-26  Simon Josefsson  <jas@extundo.com>
22530
22531         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
22532         Haible <bruno@clisp.org>.
22533
22534 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
22535
22536         * lib/regex_internal.h: Remove all references to
22537         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
22538         or better.
22539         (bitset_not, bitset_merge, bitset_not_merge):
22540         (bitset_mask, re_string_allocate, re_string_construct):
22541         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
22542         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
22543         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
22544         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
22545         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22546         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22547         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
22548         (re_acquire_state_context):
22549         Remove unnecessary forward decls.
22550         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
22551         Put __attribute at function definition,
22552         now that the function decl has been removed.
22553         * lib/regex_internal.c (re_string_peek_byte_case):
22554         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
22555         Likewise.
22556
22557 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
22558
22559         * m4/regex.m4: Add AC_PREREQ(2.50).
22560         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
22561
22562 2005-08-25  Simon Josefsson  <jas@extundo.com>
22563
22564         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
22565         __fsetlocking.
22566
22567 2005-08-25  Simon Josefsson  <jas@extundo.com>
22568
22569         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
22570         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
22571         GLIBC specific code.
22572
22573 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22574
22575         Make regex safe for g++.  This fixes one real bug (an "err"
22576         that should have been "*err").  g++ problem reported by
22577         Sam Steingold.
22578         * lib/regex_internal.h (re_calloc): New macro, consistent with
22579         re_malloc etc.  All callers of calloc changed to use re_calloc.
22580         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
22581         not int.  All callers changed.
22582         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
22583         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
22584         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
22585         (find_recover_state): Change "err" to "*err"; this fixes what
22586         appears to be a real bug.
22587         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
22588         versus int.
22589
22590 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22591
22592         * modules/regex (Depends-on): Add malloc, since the code
22593         assumes that !malloc(0) means failure.
22594
22595 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22596
22597         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
22598
22599         alloca modernization/simplification for regex.
22600         * lib/regex.c: Remove portability cruft for alloca.  This no longer
22601         needs to be at the start of the file, and can be moved into
22602         regex_internal.h and simplified.
22603         * lib/regex_internal.h: Include <alloca.h>.
22604         (__libc_use_alloca) [!defined _LIBC]: New macro.
22605         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
22606         now works outside glibc.
22607
22608 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
22609
22610         * config/srclist.txt: Add glibc bugs 1241, 1245.
22611
22612 2005-08-25  Jim Meyering  <jim@meyering.net>
22613
22614         * lib/open-safer.c: Include <config.h>.
22615         Otherwise, we'd lose LARGEFILE support in any file using
22616         e.g. "fcntl--.h"
22617
22618 2005-08-25  Bruno Haible  <bruno@clisp.org>
22619
22620         * m4/minmax.m4: Require autoconf 2.52.
22621         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
22622         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
22623         alternatives of translit over the alphabet.
22624         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
22625
22626 2005-08-24  Simon Josefsson  <jas@extundo.com>
22627
22628         * tests/test-getpass.c: New file.
22629
22630 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22631
22632         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
22633         for GNU regex features.
22634
22635 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22636
22637         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
22638         * lib/regex.h (regerror): Likewise.
22639
22640         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
22641         requires this.  (The code never needed it.)
22642
22643         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
22644         All uses of recently-renamed identifiers changed to use the new,
22645         POSIX-compliant names.  The code will build and run just fine
22646         without these changes, but it's better to eat our own dog food
22647         and use the standard-conforming names.
22648
22649         * lib/regex.h: Fix a multitude of POSIX name space violations.
22650         These changes have an effect only for programs that define
22651         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
22652         do not change anything for programs compiled in the normal way.
22653         Also, there is no effect on the ABI.
22654
22655         (_REGEX_SOURCE): New macro.
22656         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
22657         defined and _GNU_SOURCE is not; this fixes a name space violation.
22658
22659         Rename the following macros to obey POSIX requirements.
22660         The old names are still visible as macros if _REGEX_SOURCE is defined.
22661         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
22662         RE_BACKSLASH_ESCAPE_IN_LISTS.
22663         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
22664         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
22665         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
22666         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
22667         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
22668         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
22669         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
22670         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
22671         (REG_INTERVALS): renamed from RE_INTERVALS.
22672         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
22673         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
22674         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
22675         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
22676         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
22677         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
22678         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
22679         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
22680         RE_UNMATCHED_RIGHT_PAREN_ORD.
22681         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
22682         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
22683         (REG_DEBUG): renamed from RE_DEBUG.
22684         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
22685         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
22686         unusual, since we can't clash with the POSIX REG_ICASE.
22687         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
22688         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
22689         (REG_NO_SUB): renamed from RE_NO_SUB.
22690         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
22691         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
22692         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
22693         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
22694         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
22695         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
22696         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
22697         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
22698         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
22699         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
22700         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
22701         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
22702         RE_SYNTAX_POSIX_MINIMAL_BASIC.
22703         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
22704         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
22705         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
22706         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
22707         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
22708         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
22709         (REG_FIXED): Renamed from REGS_FIXED.
22710         (REG_NREGS): Renamed from RE_NREGS.
22711
22712         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
22713         of other REG_* macros, since POSIX says the user is allowed to
22714         #undef these macros selectively.
22715
22716         (reg_errcode_t): Update comment stating what other tables need
22717         to be consistent.
22718
22719         Rename the following enum values to obey POSIX requirements.
22720         The old names are still visible as macros.
22721         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
22722         is not defined, since GNU is supposed to be a superset of POSIX as
22723         much as possible, and since we want reg_errcode_t to be a signed
22724         type for implementation consistency.
22725         (_REG_NOERROR): Renamed from REG_NOERROR.
22726         (_REG_NOMATCH): Renamed from REG_NOMATCH.
22727         (_REG_BADPAT): Renamed from REG_BADPAT.
22728         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
22729         (_REG_ECTYPE): Renamed from REG_ECTYPE.
22730         (_REG_EESCAPE): Renamed from REG_EESCAPE.
22731         (_REG_ESUBREG): Renamed from REG_ESUBREG.
22732         (_REG_EBRACK): Renamed from REG_EBRACK.
22733         (_REG_EPAREN): Renamed from REG_EPAREN.
22734         (_REG_EBRACE): Renamed from REG_EBRACE.
22735         (_REG_BADBR): Renamed from REG_BADBR.
22736         (_REG_ERANGE): Renamed from REG_ERANGE.
22737         (_REG_ESPACE): Renamed from REG_ESPACE.
22738         (_REG_BADRPT): Renamed from REG_BADRPT.
22739         (_REG_EEND): Renamed from REG_EEND.
22740         (_REG_ESIZE): Renamed from REG_ESIZE.
22741         (_REG_ERPAREN): Renamed from REG_ERPAREN.
22742         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
22743         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
22744         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
22745         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
22746
22747         (_REG_RE_NAME, _REG_RM_NAME): New macros.
22748         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
22749         changed.  But support the old name if the new one is not defined
22750         and if _REGEX_SOURCE.
22751
22752         Change the following member names in struct re_pattern_buffer.
22753         The old names are still supported if !_REGEX_SOURCE.
22754         The new names are always supported, regardless of _REGEX_SOURCE.
22755         (re_buffer): Renamed from buffer.
22756         (re_allocated): Renamed from allocated.
22757         (re_used): Renamed from used.
22758         (re_syntax): Renamed from syntax.
22759         (re_fastmap): Renamed from fastmap.
22760         (re_translate): Renamed from translate.
22761         (re_can_be_null): Renamed from can_be_null.
22762         (re_regs_allocated): Renamed from regs_allocated.
22763         (re_fastmap_accurate): Renamed from fastmap_accurate.
22764         (re_no_sub): Renamed from no_sub.
22765         (re_not_bol): Renamed from not_bol.
22766         (re_not_eol): Renamed from not_eol.
22767         (re_newline_anchor): Renamed from newline_anchor.
22768
22769         Change the following member names in struct re_registers.
22770         The old names are still supported if !_REGEX_SOURCE.
22771         The new names are always supported, regardless of _REGEX_SOURCE.
22772         (rm_num_regs): Renamed from num_regs.
22773         (rm_start): Renamed from start.
22774         (rm_end): Renamed from end.
22775
22776         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
22777         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
22778         Prepend __ to parameter names.
22779
22780         Undo yesterday's changes.
22781
22782 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
22783
22784         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
22785         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
22786         lib/regex.c.
22787
22788 2005-08-24  Jim Meyering  <jim@meyering.net>
22789
22790         Sync from coreutils.
22791         * m4/fcntl-safer.m4: New file.
22792
22793         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
22794         and object files for this module.
22795
22796 2005-08-24  Jim Meyering  <jim@meyering.net>
22797
22798         Sync from coreutils.
22799         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
22800
22801 2005-08-24  Jim Meyering  <jim@meyering.net>
22802
22803         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
22804         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
22805
22806 2005-08-24  Jim Meyering  <jim@meyering.net>
22807
22808         * modules/fcntl-safer: New module.
22809         * modules/fts (Depends-on): Add fcntl-safer.
22810         * MODULES.html.sh (File descriptor based Input/Output):
22811         Add fcntl-safer.
22812
22813 2005-08-24  Bruno Haible  <bruno@clisp.org>
22814
22815         Support for unit test modules.
22816         * modules/README: Mention tests modules.
22817         * modules/TEMPLATE-TESTS: New file.
22818         * gnulib-tool: New options --extract-tests-module, --with-tests and
22819         --tests-base (unused for the moment).
22820         (testsbase, inctests): New variables.
22821         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
22822         (func_verify_module): Exclude TEMPLATE-TESTS.
22823         (func_verify_nontests_module, func_verify_tests_module): New functions.
22824         (func_get_dependencies): Add implicit dependency for tests modules.
22825         (func_get_tests_module): New function.
22826         (func_modules_transitive_closure): When --with-tests was specified,
22827         include the unit tests as well, unless explicitly avoided.
22828         (func_emit_lib_Makefile_am): Ignore the tests modules here.
22829         (func_emit_tests_Makefile_am): New function.
22830         (func_create_testdir): When --with-tests was specified, emit a
22831         tests/ directory.
22832         * MODULES.html.sh (Future developments): Update.
22833
22834 2005-08-24  Bruno Haible  <bruno@clisp.org>
22835
22836         * modules/tls-tests: New file.
22837         * tests/test-tls.c: New file, from GNU gettext.
22838
22839 2005-08-24  Bruno Haible  <bruno@clisp.org>
22840
22841         * modules/lock-tests: New file.
22842         * tests/test-lock.c: New file, from GNU gettext.
22843
22844 2005-08-24  Bruno Haible  <bruno@clisp.org>
22845
22846         * lib/lock.h: Add multiple inclusion guard.
22847         * lib/tls.h: Add multiple inclusion guard.
22848
22849 2005-08-24  Bruno Haible  <bruno@clisp.org>
22850
22851         * gnulib-tool: Add support for the --aux-dir option to
22852         --create-testdir, --create-megatestdir, --test, --megatest.
22853         (func_create_testdir, func_create_megatestdir): Optionally emit a
22854         AC_CONFIG_AUX_DIR directive.
22855         (create-testdir, create-megatestdir, test, megatest): Provide a
22856         default value for $auxdir.
22857
22858 2005-08-24  Bruno Haible  <bruno@clisp.org>
22859
22860         * gnulib-tool (import): Use compound statement instead of subshell
22861         where possible.
22862
22863 2005-08-24  Bruno Haible  <bruno@clisp.org>
22864
22865         * gnulib-tool (import): Change --aux-dir default to "build-aux".
22866
22867 2005-08-24  Bruno Haible  <bruno@clisp.org>
22868
22869         * gnulib-tool (func_version): Update.
22870
22871 2005-08-24  Bruno Haible  <bruno@clisp.org>
22872
22873         * gnulib-tool (func_import, func_create_testdir,
22874         func_create_megatestdir): Quote all autoconf macro arguments.
22875
22876 2005-08-24  Bruno Haible  <bruno@clisp.org>
22877
22878         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
22879         option --force, because --force causes the aclocal.m4 of each
22880         subdirectory to be newer than the corresponding config.h.in.
22881
22882 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22883
22884         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
22885         All contents moved to gl_REGEX.
22886         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
22887         assume that it does.
22888
22889 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22890
22891         * lib/regex.h (REG_NOSYS)
22892         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
22893         Define, since POSIX requires it as of 2001.
22894         (_REG_ENOSYS)
22895         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
22896         New private symbol, used to keep the enum signed in all cases.
22897         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
22898         Youngman in
22899         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
22900
22901         * lib/regex_internal.c (re_string_skip_chars, register_state):
22902         (calc_state_hash):
22903         Remove forward decls; no longer needed now that we use prototypes.
22904         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
22905         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
22906         (clean_state_log_if_needed): Likewise.
22907
22908 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
22909
22910         * config/srclist.txt: Add glibc bugs 1231-1233.
22911
22912 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22913
22914         Fix problems reported by Sam Steingold in
22915         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
22916         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
22917         assumed that reg_errcode_t is a signed type, which is not
22918         necessarily true if _XOPEN_SOURCE is not defined.
22919         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
22920         since some compilers warn about it otherwise.
22921
22922 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22923
22924         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
22925         (init_word_char, create_initial_state, duplicate_node_closure):
22926         (fetch_token, peek_token_bracket, build_range_exp):
22927         (build_collating_symbol): Remove forward decls; no longer needed
22928         now that we use prototypes.
22929
22930         * lib/regcomp.c:
22931         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
22932         (re_compile_fastmap_iter, regcomp, regerror, regfree):
22933         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
22934         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
22935         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
22936         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
22937         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
22938         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
22939         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
22940         (build_range_exp, build_collating_symbol, parse_bracket_exp):
22941         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
22942         (build_charclass, build_charclass_op, fetch_number, create_tree):
22943         (create_token_tree, mark_opt_subexp, duplicate_tree):
22944         Use prototypes rather than old-style definitions.
22945
22946         * lib/regex_internal.c:
22947         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
22948         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
22949         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
22950         (re_string_reconstruct, re_string_peek_byte_case):
22951         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
22952         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
22953         (re_node_set_init_copy, re_node_set_add_intersect):
22954         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
22955         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
22956         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
22957         (re_acquire_state, re_acquire_state_context, register_state):
22958         (create_ci_newstate, create_cd_newstate, free_state):
22959         Likewise.
22960         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
22961         re_search_2):
22962         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
22963         (re_search_internal, prune_impossible_nodes):
22964         (acquire_init_state_context, check_matching, static):
22965         (check_halt_node_context, check_halt_state_context, proceed_next_node):
22966         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
22967         (update_regs, sift_states_backward, build_sifted_states):
22968         (clean_state_log_if_needed, merge_state_array):
22969         (update_cur_sifted_state, add_epsilon_src_nodes):
22970         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
22971         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
22972         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
22973         (find_recover_state, check_subexp_matching_top, transit_state_mb):
22974         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
22975         (check_arrival, check_arrival_add_next_nodes):
22976         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
22977         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
22978         (check_node_accept_bytes, check_node_accept, extend_buffers):
22979         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
22980         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
22981         (sift_ctx_init):
22982         Likewise.
22983
22984         * lib/regex_internal.h:
22985         (re_string_allocate, re_string_construct, re_string_reconstruct):
22986         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
22987         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
22988         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
22989         (re_string_context_at, re_string_peek_byte_case):
22990         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
22991         is defined, since we now use prototypes always.
22992
22993         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
22994         C89 or better.  All uses removed.
22995
22996 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
22997
22998         * config/srclist.txt: Add glibc bugs 1220-1227.
22999
23000 2005-08-20  Jim Meyering  <jim@meyering.net>
23001
23002         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
23003         of unused local, dfa.
23004
23005 2005-08-20  Bruno Haible  <bruno@clisp.org>
23006
23007         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
23008
23009 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23010
23011         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
23012         (re_node_set_insert_last, re_dfa_add_node):
23013         Rename local variables to avoid GCC shadowing warnings.
23014
23015 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23016
23017         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
23018         [defined lint]: Suppress bogus uninitialized-variable warnings.
23019
23020         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
23021         and let the caller return REG_ESPACE if out of space.  This
23022         removes an uninitialied-variable warning with GCC 4.0.1, and also
23023         avoids taking the address of a local variable.  All callers
23024         changed.
23025
23026 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
23027
23028         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
23029         $LIBCSRC/posix/regexec.c.
23030         Add glibc bug 1217 for regcomp.c.
23031
23032 2005-08-19  Jim Meyering  <jim@meyering.net>
23033
23034         * lib/regexec.c (proceed_next_node): Redo local variables to
23035         avoid GCC shadowing warnings.
23036
23037 2005-08-18  Bruno Haible  <bruno@clisp.org>
23038
23039         * lib/strstr.c (strstr): Fix return value in multibyte case.
23040         * lib/strcasestr.c (strcasestr): Likewise.
23041
23042 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
23043
23044         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
23045
23046 2005-08-17  Jim Meyering  <jim@meyering.net>
23047
23048         Make the %s format (seconds since the epoch) work for a negative
23049         number and when used with a zero-padded field width, e.g. %015s.
23050
23051         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
23052         label so that it precedes the code to set `digits'.  Otherwise,
23053         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
23054         print `00-22'.  Now, it prints `-0022', as it should.
23055
23056 2005-08-17  Bruno Haible  <bruno@clisp.org>
23057
23058         * modules/strstr (Files): Add m4/mbrtowc.m4.
23059         (Depends-on): Add mbuiter.
23060
23061 2005-08-17  Bruno Haible  <bruno@clisp.org>
23062
23063         * modules/strcasestr: New file.
23064         * MODULES.html.sh (String handling, based on ANSI C 89): Add
23065         strcasestr.
23066
23067 2005-08-17  Bruno Haible  <bruno@clisp.org>
23068
23069         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
23070
23071 2005-08-17  Bruno Haible  <bruno@clisp.org>
23072
23073         * modules/mbuiter: New file.
23074         * MODULES.html.sh (Extended multibyte and wide character utilities):
23075         Add mbuiter.
23076
23077 2005-08-17  Bruno Haible  <bruno@clisp.org>
23078
23079         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
23080         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
23081
23082 2005-08-17  Bruno Haible  <bruno@clisp.org>
23083
23084         * m4/strcasestr.m4: New file.
23085
23086 2005-08-17  Bruno Haible  <bruno@clisp.org>
23087
23088         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
23089         * lib/strstr.c: Completely rewritten, with multibyte locale support.
23090
23091 2005-08-17  Bruno Haible  <bruno@clisp.org>
23092
23093         * lib/strcasestr.h: New file.
23094         * lib/strcasestr.c: New file.
23095
23096 2005-08-17  Bruno Haible  <bruno@clisp.org>
23097
23098         * lib/strcasecmp.c: Use mbuiter.h.
23099
23100 2005-08-17  Bruno Haible  <bruno@clisp.org>
23101
23102         * lib/mbuiter.h: New file.
23103
23104 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
23105
23106         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
23107         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
23108         and gl_GETOPT are both invoked via different paths (as happens
23109         with GNU tar CVS because it uses both argp and getopt), the former
23110         wins.
23111
23112 2005-08-16  Bruno Haible  <bruno@clisp.org>
23113
23114         * modules/tls: New file.
23115         * MODULES.html.sh (Multithreading): Add tls.
23116
23117 2005-08-16  Bruno Haible  <bruno@clisp.org>
23118
23119         * modules/strnlen1: New file.
23120         * MODULES.html.sh (String handling): Add strnlen1.
23121
23122 2005-08-16  Bruno Haible  <bruno@clisp.org>
23123
23124         * modules/strcase (Files): Add m4/mbrtowc.m4.
23125         (Depends-on): Add strnlen1, mbchar.
23126
23127 2005-08-16  Bruno Haible  <bruno@clisp.org>
23128
23129         * modules/mbiter: New file.
23130         * MODULES.html.sh (Extended multibyte and wide character utilities):
23131         Add mbiter.
23132
23133 2005-08-16  Bruno Haible  <bruno@clisp.org>
23134
23135         * modules/mbfile: New file.
23136         * MODULES.html.sh (Extended multibyte and wide character utilities):
23137         Add mbfile.
23138
23139 2005-08-16  Bruno Haible  <bruno@clisp.org>
23140
23141         * modules/mbchar: New file.
23142         * MODULES.html.sh (Extended multibyte and wide character utilities):
23143         New section.
23144
23145 2005-08-16  Bruno Haible  <bruno@clisp.org>
23146
23147         * m4/tls.m4: New file, from GNU gettext.
23148
23149 2005-08-16  Bruno Haible  <bruno@clisp.org>
23150
23151         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
23152         always.
23153         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
23154
23155 2005-08-16  Bruno Haible  <bruno@clisp.org>
23156
23157         * m4/mbiter.m4: New file.
23158
23159 2005-08-16  Bruno Haible  <bruno@clisp.org>
23160
23161         * m4/mbfile.m4: New file.
23162
23163 2005-08-16  Bruno Haible  <bruno@clisp.org>
23164
23165         * m4/mbchar.m4: New file.
23166
23167 2005-08-16  Bruno Haible  <bruno@clisp.org>
23168
23169         * lib/tls.h: New file, from GNU gettext.
23170         * lib/tls.c: New file, from GNU gettext.
23171
23172 2005-08-16  Bruno Haible  <bruno@clisp.org>
23173
23174         * lib/strnlen1.h: New file.
23175         * lib/strnlen1.c: New file.
23176
23177 2005-08-16  Bruno Haible  <bruno@clisp.org>
23178
23179         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
23180         (mbi_init): Update.
23181         (mbi_avail, mbi_advance): Let the iteration end before the terminating
23182         NUL byte, not after it.
23183
23184 2005-08-16  Bruno Haible  <bruno@clisp.org>
23185
23186         * lib/strcase.h (strcasecmp): Add note in comments.
23187         * lib/strncasecmp.c: Use code from strcasecmp.c.
23188         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
23189         (strcasecmp): Work correctly in multibyte locales.
23190
23191 2005-08-16  Bruno Haible  <bruno@clisp.org>
23192
23193         * lib/mbiter.h: New file.
23194
23195 2005-08-16  Bruno Haible  <bruno@clisp.org>
23196
23197         * lib/mbfile.h: New file.
23198
23199 2005-08-16  Bruno Haible  <bruno@clisp.org>
23200
23201         * lib/mbchar.h: New file.
23202         * lib/mbchar.c: New file.
23203
23204 2005-08-16  Bruno Haible  <bruno@clisp.org>
23205
23206         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
23207         the valid ones. Makes the comparison operations transitive:
23208         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
23209         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
23210
23211 2005-08-15  Simon Josefsson  <jas@extundo.com>
23212
23213         * modules/ssize_t (License): Change to 'unlimited'.
23214
23215         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
23216
23217 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
23218
23219         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
23220         Add comments for each pending glibc patch.
23221
23222 2005-08-15  Bruno Haible  <bruno@clisp.org>
23223
23224         * lib/regex.h (__restrict_arr): Don't define to __restrict if
23225         __cplusplus is defined.
23226
23227 2005-08-14  Jim Meyering  <jim@meyering.net>
23228
23229         Sync from coreutils.
23230
23231         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
23232         Use the hash-table-based cycle-detection code not just when
23233         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
23234         Reported by James Youngman in
23235         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
23236         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
23237         FTS_TIGHT_CYCLE_CHECK.
23238         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
23239         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
23240         once again.
23241         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
23242         * lib/fts.c (fd_safer): Remove decl.
23243         Include fcntl--.h rather than unistd-safer.h
23244         (fts_safe_changedir): Don't call fd_safer; no longer needed
23245         now that we include fcntl--.h.
23246
23247 2005-08-12  Simon Josefsson  <jas@extundo.com>
23248
23249         * modules/getndelim2: Use ssize_t module.
23250         * modules/getnline: Likewise.
23251         * modules/safe-read: Likewise.
23252         * modules/xreadlink: Likewise.
23253
23254         * modules/ssize_t: New file.
23255
23256 2005-08-12  Simon Josefsson  <jas@extundo.com>
23257
23258         * m4/readline.m4: Look for termcap, curses or ncurses if required.
23259
23260 2005-08-12  Simon Josefsson  <jas@extundo.com>
23261
23262         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
23263         ssize_t.
23264
23265 2005-08-12  Simon Josefsson  <jas@extundo.com>
23266
23267         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
23268         readline, getdelim and check_version.
23269         (Support for systems lacking ISO C 99: Sizes of integer types):
23270         Add size_max.
23271
23272 2005-08-12  Bruno Haible  <bruno@clisp.org>
23273
23274         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
23275
23276 2005-08-11  Simon Josefsson  <jas@extundo.com>
23277
23278         * modules/readline: New file.
23279
23280         * modules/strnlen (Files): Add strnlen.h.
23281
23282 2005-08-11  Simon Josefsson  <jas@extundo.com>
23283
23284         * m4/readline.m4: New file.
23285
23286 2005-08-11  Simon Josefsson  <jas@extundo.com>
23287
23288         * lib/readline.h, readline.c: New file.
23289
23290 2005-08-11  Simon Josefsson  <jas@extundo.com>
23291
23292         * doc/gnulib.texi (Initial import, Finishing touches): Mention
23293         gl_AVOID.
23294
23295 2005-08-11  Bruno Haible  <bruno@clisp.org>
23296
23297         * lib/strnlen.h (strnlen): Change parameter name to match comment.
23298
23299 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
23300
23301         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
23302
23303 2005-08-10  Simon Josefsson  <jas@extundo.com>
23304
23305         * tests/test-iconvme.c: New file.
23306
23307 2005-08-10  Simon Josefsson  <jas@extundo.com>
23308
23309         * m4/strnlen.m4: New file.
23310
23311         * m4/strndup.m4: Don't check for strnlen declaration, done in
23312         strnlen.m4.
23313
23314 2005-08-10  Simon Josefsson  <jas@extundo.com>
23315
23316         * lib/strndup.c: Use strnlen.h.
23317
23318         * lib/strnlen.h: New file.
23319
23320 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
23321
23322         * README: Typos.
23323
23324 2005-08-02  Simon Josefsson  <jas@extundo.com>
23325
23326         * modules/readline: New file.
23327
23328 2005-08-02  Simon Josefsson  <jas@extundo.com>
23329
23330         * modules/getdelim: New file.
23331
23332         * modules/getline: Rewrite, don't use getndelim2.
23333
23334 2005-08-02  Simon Josefsson  <jas@extundo.com>
23335
23336         * m4/getline.m4: Separate out getdelim stuff into separate module.
23337
23338         * m4/getdelim.m4: New file.
23339
23340 2005-08-02  Simon Josefsson  <jas@extundo.com>
23341
23342         * lib/getline.h, getline.c: Rewrite.
23343
23344         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
23345
23346 2005-07-31  Bruno Haible  <bruno@clisp.org>
23347
23348         * lib/lock.h (gl_lock_initializer): New macro.
23349         (gl_lock_define_initialized): Use it.
23350         (gl_rwlock_initializer): New macro.
23351         (gl_rwlock_define_initialized): Use it.
23352         (gl_recursive_lock_initializer): New macro.
23353         (gl_recursive_lock_define_initialized): Use it.
23354
23355 2005-07-30  Karl Berry  <karl@gnu.org>
23356
23357         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
23358         Report from Ben Pfaff, regarding getopt.
23359
23360 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
23361
23362         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
23363         normal way.
23364         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
23365         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
23366         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
23367         (gl_GETOPT): Use the new macros.  Most of the implementation
23368         is moved to the new macros.  This is for programs like Emacs
23369         that don't want all the functionality of gl_GETOPT.
23370
23371 2005-07-26  Bruno Haible  <bruno@clisp.org>
23372
23373         * m4/lock.m4: Update from GNU gettext.
23374
23375 2005-07-26  Bruno Haible  <bruno@clisp.org>
23376
23377         * lib/lock.h: Update from GNU gettext.
23378         * lib/lock.c: Update from GNU gettext.
23379
23380 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
23381
23382         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
23383         obsolescent AC_TRY_RUN.  Include the default includes files, for
23384         'exit'.
23385
23386 2005-07-24  Bruno Haible  <bruno@clisp.org>
23387
23388         * modules/visibility: New file.
23389         * MODULES.html.sh (Misc): Add visibility.
23390
23391 2005-07-24  Bruno Haible  <bruno@clisp.org>
23392
23393         * m4/visibility.m4: New file.
23394
23395 2005-07-24  Bruno Haible  <bruno@clisp.org>
23396
23397         * doc/visibility.texi: New file.
23398
23399 2005-07-22  Bruno Haible  <bruno@clisp.org>
23400
23401         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
23402         $(ALLOCA_H), redundant through BUILT_SOURCES.
23403         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
23404         redundant through BUILT_SOURCES.
23405         * modules/byteswap (Makefile.am): Remove explicit dependency on
23406         $(BYTESWAP_H), redundant through BUILT_SOURCES.
23407         * modules/fnmatch (Makefile.am): Remove explicit dependency on
23408         $(FNMATCH_H), redundant through BUILT_SOURCES.
23409         * modules/getopt (Makefile.am): Remove explicit dependency on
23410         $(GETOPT_H), redundant through BUILT_SOURCES.
23411         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
23412         redundant through BUILT_SOURCES.
23413         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
23414         redundant through BUILT_SOURCES.
23415         * modules/stdbool (Makefile.am): Remove explicit dependency on
23416         $(STDBOOL_H), redundant through BUILT_SOURCES.
23417         * modules/stdint (Makefile.am): Remove explicit dependency on
23418         $(STDINT_H), redundant through BUILT_SOURCES.
23419         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
23420         Remove explicit dependency on $(SYSEXITS_H).
23421         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
23422
23423 2005-07-18  Simon Josefsson  <jas@extundo.com>
23424
23425         * lib/check-version.c (check_version): Accept identical versions too.
23426
23427 2005-07-18  Bruno Haible  <bruno@clisp.org>
23428
23429         * modules/lock: New file.
23430         * MODULES.html.sh (Multithreading): New section.
23431
23432 2005-07-18  Bruno Haible  <bruno@clisp.org>
23433
23434         * m4/lock.m4: New file, from GNU gettext.
23435
23436 2005-07-18  Bruno Haible  <bruno@clisp.org>
23437
23438         * lib/lock.h: New file, from GNU gettext.
23439         * lib/lock.c: New file, from GNU gettext.
23440
23441 2005-07-18  Bruno Haible  <bruno@clisp.org>
23442
23443         * lib/lock.h (gl_once_t): New type.
23444         (gl_once_define, gl_once): New macros.
23445         * lib/lock.c (fresh_once): New variable.
23446         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
23447         functions.
23448
23449 2005-07-16  Simon Josefsson  <jas@extundo.com>
23450
23451         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
23452         workaround, suggested by Bruno.
23453
23454 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23455
23456         * modules/xalloc (Depends-on): Add xalloc-die.
23457         * modules/xvasprintf (Depends-on): Add xalloc-die.
23458
23459 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
23460
23461         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
23462         with a minor change.
23463
23464 2005-07-15  Bruno Haible  <bruno@clisp.org>
23465
23466         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
23467         When using lib/poll.c, define poll as rpl_poll.
23468
23469 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
23470
23471         * modules/argp (Depends-on): Remove unlocked-io.
23472
23473 2005-07-14  Derek Price  <derek@ximbiot.com>
23474
23475         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
23476         for glob symlink bug.
23477
23478 2005-07-14  Bruno Haible  <bruno@clisp.org>
23479
23480         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
23481         Instead, test for *_unlocked function declarations directly.
23482
23483 2005-07-11  Simon Josefsson  <jas@extundo.com>
23484
23485         * modules/size_max: New file.
23486
23487         * modules/xsize: Depend on size_max module for size_max.m4.
23488
23489 2005-07-11  Simon Josefsson  <jas@extundo.com>
23490
23491         * lib/size_max.h: New file.
23492
23493 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
23494
23495         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
23496         copyright symbol and the year.
23497         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
23498         (version_etc_va): Use parameterized copyright notice.
23499         Reword to conform to the current GNU coding standards.
23500
23501 2005-07-11  Karl Berry  <karl@gnu.org>
23502
23503         * doc/gnulib.texi (Quoting): new node.
23504         (Initial import): more info, from Patrice.
23505
23506 2005-07-11  Bruno Haible  <bruno@clisp.org>
23507
23508         * gnulib-tool (func_usage): Document option --avoid.
23509         (Command line options): Handle --avoid.
23510         (func_acceptable): New function.
23511         (func_modules_transitive_closure): Use it.
23512
23513 2005-07-11  Bruno Haible  <bruno@clisp.org>
23514
23515         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
23516         Reported by Jim Meyering.
23517
23518 2005-07-10  Bruno Haible  <bruno@clisp.org>
23519
23520         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
23521         Needed when size_t is smaller than 'unsigned int'.
23522         Reported by Paul Eggert.
23523
23524 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23525
23526         * modules/argp (Depends-on): Add unlocked-io
23527
23528 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
23529
23530         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
23531         block of defines.
23532
23533 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
23534
23535         * config/srclist.txt: Comment out regcomp.c, since we have a porting
23536         fix now.
23537
23538 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
23539         and Paul Eggert  <eggert@cs.ucla.edu>
23540
23541         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
23542         in wint_t, not wchar_t.  Remove now-unnecessary cast.
23543
23544 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23545
23546         * modules/regex (Files): Add lib/regex_internal.c,
23547         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
23548         (Depends-on): Add extensions.
23549         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
23550
23551 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23552
23553         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
23554         pathconf.
23555         * m4/same.m4 (gl_SAME): Likewise.
23556         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
23557
23558         * m4/regex.m4: Adjust to new libc regex implementation.
23559         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
23560         all the .c and .h parts of (the new) regex.
23561         Quote the m4 stuff better.
23562         Check for RE_ICASE bug of old gnulib.
23563         Check for REG_STARTEND of recent libc.
23564         Rename local variables from jm_* to gl_*.
23565         Quote operand of "test -f".
23566         Say "recent enough" version of libc, not "version 2".
23567         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
23568         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
23569         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
23570         Remove check for btowc, isascii.
23571         Require AM_LANGINFO_CODESET.
23572
23573 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23574
23575         * lib/regex.c, regex.h: Sync from libc.
23576         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
23577         * lib/regexec.c:
23578         New files, synced from libc, except that regex_internal.h
23579         currently has a small porting fix.
23580
23581 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
23582
23583         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
23584         regex_internal.c, regexec.c.
23585         Add regex_internal.h too, but as a comment, since the libc version
23586         is currently broken in gnulib mode.
23587
23588 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
23589
23590         Support programs like Emacs that use gnulib but not gettext.
23591         * MODULES.html.sh (Internationalization functions): Add gettext-h.
23592         * modules/gettext-h: New file.
23593         * modules/gettext (Files): Remove lib/gettext.h.
23594         (Depends-on): Add gettext-h.
23595         (Makefile.am): Remove lib_SOURCES.
23596         * modules/argmatch, modules/c-stack, modules/closeout:
23597         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
23598         * modules/execute, modules/file-type, modules/getaddrinfo:
23599         * modules/getopt, modules/human, modules/javacomp:
23600         * modules/javaexec, modules/mkdir-p, modules/obstack:
23601         * modules/openat, modules/pagealign_alloc, modules/pipe:
23602         * modules/quotearg, modules/regex, modules/rpmatch:
23603         * modules/unicodeio, modules/userspec, modules/version-etc:
23604         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
23605         * modules/xsetenv:
23606         Depend on gettext-h, not gettext.
23607
23608 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
23609
23610         * gnulib-tool (func_import): Add support for 'public domain' license.
23611         * modules/alloca, modules/atexit, modules/memmove:
23612         Now public domain, not GPL.
23613         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
23614         * modules/realloc, modules/strerror, modules/strtod:
23615         Now LGPL, not GPL.
23616
23617 2005-07-05  Bruno Haible  <bruno@clisp.org>
23618
23619         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
23620         autoconf CVS. Needed for mingw.
23621
23622 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23623
23624         Remove the dependency of the strftime module on the tzset module.
23625         * modules/strftime (Depends-on): Remove dependency on tzset.
23626
23627 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23628
23629         Remove the dependency of the strftime module on the tzset module.
23630         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
23631         gl_FUNC_TZSET_CLOBBER.
23632
23633 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
23634
23635         Remove the dependency of the strftime module on the tzset module.
23636         * lib/strftime.c (my_strftime)
23637         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
23638         Copy the input structure, to work around some of the bug with
23639         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
23640         Solaris releases, you should also use the tzset module, but we won't
23641         require it as a dependency any more since we don't want LGPLed code
23642         to depend on GPLed code.
23643
23644 2005-07-02  Jim Meyering  <jim@meyering.net>
23645
23646         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
23647         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
23648         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
23649         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
23650
23651 2005-07-02  Jim Meyering  <jim@meyering.net>
23652
23653         * lib/backupfile.c (backup_args): Change a `0' to NULL.
23654
23655 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
23656
23657         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
23658         declares only 'struct timespec;' (!).
23659
23660 2005-07-01  Jim Meyering  <jim@meyering.net>
23661
23662         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
23663         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
23664         * lib/save-cwd.c, tempname.c:
23665         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
23666         and don't include <sys/file.h>).
23667
23668 2005-06-29  Jim Meyering  <jim@meyering.net>
23669
23670         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
23671         type name.  Use the variable name instead.
23672         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
23673         Likewise.
23674
23675 2005-06-28  Simon Josefsson  <jas@extundo.com>
23676
23677         * modules/check-version (Files): Add check-version.m4.
23678
23679 2005-06-28  Simon Josefsson  <jas@extundo.com>
23680
23681         * m4/check-version.m4: New file, suggested by Jim Meyering
23682         <jim@meyering.net>.
23683
23684 2005-06-28  Simon Josefsson  <jas@extundo.com>
23685
23686         * lib/check-version.h, lib/check-version.c: New files.
23687
23688 2005-06-28  Simon Josefsson  <jas@extundo.com>
23689
23690         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
23691         collision with global variable.  Better indentation.  Don't
23692         increment buffer pointer beyond buffer end.  Based on comments
23693         from Paul Eggert <eggert@cs.ucla.edu>.
23694
23695         * lib/base64.h: Indent.
23696
23697 2005-06-28  Simon Josefsson  <jas@extundo.com>
23698
23699         * doc/gnulib.texi (Library version handling): New section.
23700
23701 2005-06-28  Jim Meyering  <jim@meyering.net>
23702
23703         * check-module (find_included_lib_files): Hard-code another
23704         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
23705         but modules/fts-lgpl (correctly) does not list those files.
23706
23707         * modules/canonicalize (Files): Add lib/pathmax.h.
23708
23709 2005-06-25  Simon Josefsson  <jas@extundo.com>
23710
23711         * modules/check-version: New file.
23712
23713 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
23714
23715         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
23716         initializer of struct addrinfo, as an indication that we don't
23717         care how many members the structure has.
23718
23719 2005-06-24  Derek Price  <derek@ximbiot.com>
23720         and Bruno Haible  <bruno@clisp.org>
23721
23722         Remove stat module & update lstat.
23723         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
23724         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23725         * m4/stat.m4: Remove this file.
23726
23727 2005-06-24  Derek Price  <derek@ximbiot.com>
23728         and Bruno Haible  <bruno@clisp.org>
23729
23730         Remove stat module & update lstat.
23731         * lib/stat.c: Remove this file...
23732         (slash_aware_lstat): ...moving this content and its support...
23733         * lib/lstat.c (rpl_lstat): ...into here.
23734         * lib/lstat.h: New file.
23735
23736 2005-06-24  Derek Price  <derek@ximbiot.com>
23737         and Bruno Haible  <bruno@clisp.org>
23738
23739         Remove stat module & update lstat.
23740         * config/srclist.txt (libc sources): Remove stat.
23741
23742 2005-06-24  Derek Price  <derek@ximbiot.com>
23743         and Bruno Haible  <bruno@clisp.org>
23744
23745         Remove stat module & update lstat.
23746         * MODULES.html.sh (stat): Remove.
23747         * MODULES.html: Regenerated.
23748         * modules/lstat (Description): Correct function name.
23749         (Files): Add "lstat.h".
23750         (Depends-on): Remove stat, add xalloc, stat-macros.
23751         * modules/stat: Remove this file.
23752         (Include): Add "lstat.h", remove <sys/stat.h>.
23753
23754 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
23755
23756         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
23757         (ranged_convert): Don't save conversion in a temporary struct.
23758         This causes a warning with GCC 4.0.0, and anyway in the typical
23759         case it's not worth the extra 100 bytes or so of code.
23760         (ranged_convert, __mktime_internal): When calling a function via a
23761         pointer P, use P () rather than (*P) (), as we now assume C89 or
23762         better.
23763
23764 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
23765
23766         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
23767         "who -r" failed to give output.  Problem reported by Tim Waugh.
23768
23769         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
23770         (xcalloc): Use it to avoid needless tests.
23771         Problem reported by Jim Meyering.
23772
23773 2005-06-20  Derek Price  <derek@ximbiot.com>
23774
23775         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
23776         unnecessary for Autoconfs > 2.59c.
23777
23778 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
23779
23780         * lib/argp.h (__option_is_short): Check upper limit of
23781         __key. Isprint() requires its argument to have the value
23782         of an unsigned char or EOF.
23783
23784 2005-06-16  Jim Meyering  <jim@meyering.net>
23785
23786         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
23787         when either N or S is zero.
23788
23789 2005-06-16  Derek Price  <derek@ximbiot.com>
23790
23791         * m4/bison.m4: Declare YACC & YFLAGS precious.
23792
23793 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
23794
23795         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
23796         multibyte string or pattern, fall back on unibyte matching.
23797         Problem reported by James Youngman.
23798
23799 2005-06-08  Bruno Haible  <bruno@clisp.org>
23800
23801         * modules/csharpcomp: New file.
23802         * MODULES.html.sh (C#): Add csharpcomp.
23803
23804 2005-06-08  Bruno Haible  <bruno@clisp.org>
23805
23806         * m4/csharpcomp.m4: New file, from GNU gettext.
23807
23808 2005-06-08  Bruno Haible  <bruno@clisp.org>
23809
23810         * lib/csharpcomp.h: New file, from GNU gettext.
23811         * lib/csharpcomp.c: New file, from GNU gettext.
23812         * lib/csharpcomp.sh.in: New file, from GNU gettext.
23813
23814 2005-06-08  Bruno Haible  <bruno@clisp.org>
23815
23816         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
23817         warning on mingw.
23818
23819 2005-06-07  Derek Price  <derek@ximbiot.com>
23820
23821         Sync from CVS.
23822         * lib/glob_.h: Indent nested #ifdef.
23823
23824 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23825
23826         Sync from coreutils.
23827         Use "file name" when talking about file names, instead of "filename"
23828         or "path", as per the GNU coding standards.
23829         * lib/mkdir-p.c: Renamed from makepath.c.
23830         (make_dir_parents): Renamed from make_path.  All callers changed.
23831         * lib/mkdir-p.h: Likewise.  All includers changed.
23832         * lib/filenamecat.c: Renamed from path-concat.c.
23833         (file_name_concat): Renamed from path_concat.  All callers changed.
23834         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
23835         * lib/filenamecat.h: Likewise.  All includers changed.
23836         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
23837         in comments or local variable names.
23838         * lib/basename.c: Likewise.
23839         * lib/canonicalize.c, canonicalize.h: Likewise.
23840         * lib/dirname.c, dirname.h: Likewise.
23841         * lib/euidaccess.c: Likewise.
23842         * lib/exclude.c: Likewise
23843         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
23844         * lib/fsusage.c, fsuage.h: Likewise.
23845         * lib/fts.c, fts_.h: Likewise.
23846         * lib/getcwd.c: Likewise.
23847         * lib/getloadavg.c: Likewise.
23848         * lib/mkstemp.c: Likewise.
23849         * lib/mountlist.c, mountlist.h: Likewise.
23850         * lib/openat.c, openat.h: Likewise.
23851         * lib/readlink-stub.c: Likewise.
23852         * lib/readutmp.c, readutmp.h: Likewise.
23853         * lib/rename.c: Likewise.
23854         * lib/rmdir.c: Likewise.
23855         * lib/same.c: Likewise.
23856         * lib/savedir.c: Likewise.
23857         * lib/stripslash.c: Likewise.
23858         * lib/tempname.c: Likewise.
23859         * lib/xreadlink.c: Likewise.
23860         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
23861         All uses changed.
23862         * lib/exclude.h: Likewise.
23863
23864         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
23865         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23866         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
23867         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23868         * lib/pathmax.h: Include <limits.h> unconditionally, since other
23869         files have been getting away with it for years (MORE/BSD 4.3
23870         is extinct now).
23871         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
23872         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
23873
23874         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
23875         Define to 256, not 255, as per modern POSIX.
23876
23877 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23878
23879         Sync from coreutils.
23880         Use "file name" when talking about file names, instead of "filename"
23881         or "path", as per the GNU coding standards.
23882         * MODULES.html.sh: mkdir-p renamed from makepath.
23883         filenamecat renamed from path-concat.
23884         * modules/filenamecat: Renamed from modules/path-concat.
23885         (Files): filenamecat.h and filenamecat.c renamed from
23886         path-concat.h and path-concat.c.
23887         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
23888         (Include): filenamecat.h, not path-concat.h.
23889         * modules/mkdir-p: Renamed from modules/makepath.
23890         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
23891         makepath.c.
23892         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
23893         (Include): mkdir-p.h, not makepath.h.
23894
23895 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
23896
23897         Sync from coreutils.
23898         * m4/mkdir-p.m4: Renamed from makepath.m4.
23899         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
23900         Rename files from makepath.c to mkdir-p.c, and from
23901         makepath.h to mkdir-p.h.
23902         * m4/filenamecat.m4: Renamed from path-concat.m4.
23903         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
23904         Rename files from path-concat.c to filenamecat.c,
23905         and from path-concat.h to filenamecat.h.
23906         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
23907         "file name" in local variables or comments.
23908         * m4/rename.m4: Likewise.
23909
23910 2005-06-01  Bruno Haible  <bruno@clisp.org>
23911
23912         * modules/csharpexec: New file.
23913         * MODULES.html.sh (C#): New section.
23914
23915 2005-06-01  Bruno Haible  <bruno@clisp.org>
23916
23917         * m4/csharp.m4: New file, from GNU gettext.
23918         * m4/csharpexec.m4: New file, from GNU gettext.
23919
23920 2005-06-01  Bruno Haible  <bruno@clisp.org>
23921
23922         * lib/csharpexec.h: New file, from GNU gettext.
23923         * lib/csharpexec.c: New file, from GNU gettext.
23924         * lib/csharpexec.sh.in: New file, from GNU gettext.
23925
23926 2005-05-31  Derek Price  <derek@ximbiot.com>
23927             Paul Eggert  <eggert@cs.ucla.edu>
23928
23929         Sync from cvs.
23930         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23931
23932 2005-05-31  Derek Price  <derek@ximbiot.com>
23933             Paul Eggert  <eggert@cs.ucla.edu>
23934
23935         Sync from cvs.
23936         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
23937
23938 2005-05-29  Derek Price  <derek@ximbiot.com>
23939
23940         * config/srclist.txt (glob_.h, glob.c): Add these files.
23941
23942 2005-05-29  Derek Price  <derek@ximbiot.com>
23943
23944         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
23945         * modules/glob: New file.
23946         * modules/getlogin_r: Add link to POSIX spec in description.
23947
23948 2005-05-29  Derek Price  <derek@ximbiot.com>
23949             Paul Eggert  <eggert@cs.ucla.edu>
23950
23951         * m4/glob.m4: New file.
23952
23953 2005-05-29  Derek Price  <derek@ximbiot.com>
23954             Paul Eggert  <eggert@cs.ucla.edu>
23955
23956         * lib/glob_.h, lib/glob.c: New files.
23957
23958 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23959
23960         * modules/fts (Files): Remove m4/inttypes-pri.m4.
23961         * modules/fts-lgpl (Depends-on): Remove gettext.
23962
23963 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23964
23965         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
23966         and don't require gt_INTTYPES_PRI.
23967
23968 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
23969
23970         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
23971
23972         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
23973         the configuration hassle isn't worth it.
23974         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
23975         (LONGEST_MODIFIER, PRIuMAX): Remove.
23976
23977 2005-05-27  Bruno Haible  <bruno@clisp.org>
23978
23979         * lib/getlogin_r.h: Remove second include of <stddef.h>.
23980
23981 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
23982
23983         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
23984         _POSIX_PTHREAD_SEMANTICS for Solaris.
23985
23986 2005-05-25  Derek Price  <derek@ximbiot.com>
23987
23988         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
23989
23990 2005-05-25  Derek Price  <derek@ximbiot.com>
23991             Paul Eggert  <eggert@cs.ucla.edu>
23992
23993         * modules/getlogin_r, m4/getlogin_r.m4: New files.
23994         * lib/getlogin_r.c, getlogin_r.h: New files.
23995
23996 2005-05-25  Bruno Haible  <bruno@clisp.org>
23997             Derek Price  <derek@ximbiot.com>
23998
23999         * lib/getlogin_r.h: Simplify API documentation.
24000
24001 2005-05-23  Derek Price  <derek@ximbiot.com>
24002
24003         * modules/minmax (Files): Add m4/minmax.m4.
24004         (configure.ac): Add gl_MINMAX.
24005
24006 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
24007
24008         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
24009         so that unistd-safer.h (GPL'ed code) need not be included.
24010
24011 2005-05-22  Bruno Haible  <bruno@clisp.org>
24012
24013         * m4/minmax.m4: New file.
24014         Based on a patch by Derek Price <derek@ximbiot.com>.
24015
24016 2005-05-22  Bruno Haible  <bruno@clisp.org>
24017
24018         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
24019         (INT64_MIN): Fix definition.
24020         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
24021
24022         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
24023         NEED_SIGNED_INT_TYPES.
24024
24025         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
24026         HAVE_SYSTEM_INTTYPES.
24027
24028 2005-05-22  Bruno Haible  <bruno@clisp.org>
24029
24030         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
24031         Also include <sys/param.h> if it defines MIN, MAX.
24032         Based on a patch by Derek Price <derek@ximbiot.com>.
24033
24034 2005-05-21  Jim Meyering  <jim@meyering.net>
24035
24036         * modules/fts (Files): Add m4/inttypes-pri.m4.
24037         (Depends-on): Add lstat and remove gettext.  Alphabetize.
24038
24039 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24040
24041         New fts module.
24042         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
24043         (setup_dir, free_dir): New functions.
24044         (enter_dir, leave_dir): Define trivial
24045         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
24046         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
24047         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
24048         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
24049         Move to fts-cycle.c.
24050         (fts_open): Use setup_dir.
24051         (fts_close): Use free_dir.
24052         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
24053         This adds a label and some gotos, but the alternatives were messier.
24054         Check for memory allocation failure when entering a dir.
24055         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
24056         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
24057         (FTS): New member fts_cycle, that is a union that contains the
24058         old active_dir_ht and cycle_state.  All uses changed to mention
24059         fts_cycle.ht and fts_cycle.state.
24060         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
24061         fts.c, with the following changes:
24062         (setup_dir, free_dir): New functions.
24063         (enter_dir): Now returns bool.  Return true if successful, false
24064         if memory exhausted.  All callers changed.
24065         Do not bother partly cleaning up on
24066         memory allocation failure; that is free_dir's job.
24067         However, free ad if hash_insert fails, to avoid memory leak.
24068         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
24069         fts->fts_options to see which union member to use.
24070
24071 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24072
24073         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
24074         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
24075
24076 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
24077
24078         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
24079
24080 2005-05-20  Jim Meyering  <jim@meyering.net>
24081
24082         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
24083         Now a macro, to pacify GCC.
24084
24085 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
24086
24087         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
24088         of -1.
24089
24090 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
24091
24092         * lib/chown.c (rpl_chown): Return -1 on failure.
24093
24094 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
24095
24096         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
24097         Don't check for stddef.h.
24098         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
24099         don't use its results.
24100         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
24101         since we include them unconditionally.  Don't require
24102         AM_STDBOOL_H, since stdbool is a prerequisite.
24103         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
24104         since we assume C89 or better.
24105         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
24106         as we don't use their results.
24107         Don't check for fchdir, memmove, memset, strrchr, as we use
24108         them unconditionally.
24109         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
24110         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
24111
24112 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
24113
24114         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
24115         Include <stddef.h> unconditionally, since we assume C89 now.
24116         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
24117         * lib/fts.c: Include fts_.h first, to check interface.
24118         Do not include intprops.h; no longer needed.
24119         Include cycle-check.h and hash.h, since fts_.h no longer does.
24120         Remove unnecessary casts of closedir to void.
24121         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
24122         decide whether to decrement nlinks.
24123         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
24124         (FTS): Use struct hash_table * instead of Hash_table, so that
24125         we no longer need to include hash.h here.
24126
24127 2005-05-18  Jim Meyering  <jim@meyering.net>
24128
24129         * modules/dirfd (License): Change to LGPL.  Most of the code
24130         is already in the public domain.
24131
24132 2005-05-18  Jim Meyering  <jim@meyering.net>
24133
24134         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
24135         Reported by Yoann Vandoorselaere.
24136
24137 2005-05-17  Jim Meyering  <jim@meyering.net>
24138
24139         * m4/fts.m4: New file, from coreutils.
24140
24141 2005-05-17  Jim Meyering  <jim@meyering.net>
24142
24143         * lib/fts.c, lib/fts_.h: New files, from coreutils.
24144
24145 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24146
24147         Sync from coreutils.
24148         * m4/unlinkdir.m4: New file.
24149
24150 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24151
24152         Sync from coreutils.
24153         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
24154         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
24155         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
24156         White space changes only.
24157         * lib/makepath.c (make_path): Port to hosts where leading "//" is
24158         special.
24159         * lib/yesno.c: Include getline.h, not ctype.h.
24160         (yesno): Don't remove leading white space; POSIX doesn't allow it.
24161         Use getline to remove arbitrary restriction on response length.
24162
24163 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
24164
24165         * config/srclist-update: Spell out "Street" in FSF postal
24166         mail address; this is the style the FSF seems to prefer.
24167
24168         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
24169         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
24170         this updates FSF postal mail address.
24171
24172         Sync from coreutils.
24173         * modules/unlinkdir: New file.
24174         * modules/yesno (Depends-on): Add getline.
24175         * MODULES.html.sh (File system functions): Add unlinkdir.
24176
24177 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24178
24179         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
24180         lib/strsep.h:
24181         Change the initial comment to refer to GPL, not LGPL.
24182         gnulib-tool will change it to LGPL as needed.
24183
24184         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
24185         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
24186         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
24187         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
24188         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
24189         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
24190         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
24191         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
24192         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
24193         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
24194         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
24195         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
24196         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
24197         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
24198         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
24199         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
24200         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
24201         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
24202         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
24203         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
24204         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
24205         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
24206         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
24207         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
24208         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
24209         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
24210         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
24211         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
24212         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
24213         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
24214         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
24215         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
24216         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
24217         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
24218         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
24219         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
24220         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
24221         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
24222         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
24223         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
24224         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
24225         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
24226         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
24227         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
24228         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
24229         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
24230         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
24231         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
24232         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
24233         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
24234         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
24235         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
24236         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
24237         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
24238         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
24239         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
24240         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
24241         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
24242         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
24243         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
24244         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
24245         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
24246         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
24247         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
24248         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
24249         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
24250         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
24251         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
24252         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
24253         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
24254         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
24255         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
24256         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
24257         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
24258         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
24259         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
24260         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
24261         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
24262         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
24263         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
24264         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
24265         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
24266         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
24267         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
24268         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
24269         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
24270         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
24271         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
24272         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
24273         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
24274         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
24275         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
24276         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
24277         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
24278         lib/yesno.c, lib/yesno.h:
24279         Update FSF postal mail address.
24280
24281 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
24282
24283         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
24284         tests/test-memmem.c, tests/test-stpncpy.c:
24285         Update FSF postal mail address.
24286
24287 2005-05-13  Bruno Haible  <bruno@clisp.org>
24288
24289         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
24290         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
24291         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
24292         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
24293         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
24294         Add support for 64-bit integers in the MSVC compiler.
24295
24296 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
24297
24298         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
24299
24300 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
24301
24302         * gnulib-tool (func_import): Sort and uniquify recommended includes.
24303
24304 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
24305
24306         * doc/getdate.texi (General date syntax): Don't say that date
24307         date --iso-8601=ns generates acceptable dates; it doesn't yet.
24308         Problem reported by Nic Ferrier.
24309
24310 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24311
24312         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
24313         specified in ai_socktype. Fix invalid ai_protocol
24314         check. ai_protocol is usually set to 0 or depending on
24315         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
24316         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
24317         ai_socktype / ai_protocol in the returned addrinfo structure.
24318
24319 2005-05-10  Simon Josefsson  <jas@extundo.com>
24320
24321         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
24322         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
24323
24324 2005-05-10  Karl Berry  <karl@gnu.org>
24325
24326         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
24327         (from http://www.gnu.org/licenses).
24328         * doc/COPYING.LIB: also rename to COPYING.LESSER.
24329         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
24330         fdl.texi suffices.
24331
24332 2005-05-10  Karl Berry  <karl@gnu.org>
24333
24334         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
24335         (COPYING.DOC): remove.
24336
24337         * config/srclist-update: new FSF address.
24338
24339 2005-05-10  Derek Price  <derek@ximbiot.com>
24340
24341         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
24342         possible.
24343
24344 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24345             Bruno Haible  <bruno@clisp.org>
24346
24347         * modules/inet_ntop: New file.
24348         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
24349         inet_ntop.
24350
24351 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24352             Bruno Haible  <bruno@clisp.org>
24353
24354         * m4/inet_ntop.m4: New file.
24355
24356 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
24357             Bruno Haible  <bruno@clisp.org>
24358
24359         * lib/inet_ntop.h: New file.
24360         * lib/inet_ntop.c: New file, from glibc with modifications.
24361
24362 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
24363
24364         * modules/time_r (License): Change to LGPL.
24365         * modules/extensions (License): Change to LGPL.  Actually,
24366         the license is more permissive than that, but currently gnulib-tool
24367         doesn't know how to handle more-permissive licenses.
24368
24369         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
24370         Problem reported by Dave Love.
24371
24372 2005-05-08  Jim Meyering  <jim@meyering.net>
24373
24374         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
24375         blank.
24376
24377 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
24378
24379         * modules/argmatch (Depends-on): Add stdbool.
24380         * modules/backupfile (Depends-on): Likewise.
24381         * modules/chdir-long (Depends-on): Likewise.
24382         * modules/closeout (Depends-on): Likewise.
24383         * modules/cycle-check (Depends-on): Likewise.
24384         * modules/dirname (Depends-on): Likewise.
24385         * modules/fnmatch (Depends-on): Likewise.
24386         * modules/fsusage (Depends-on): Likewise.
24387         * modules/fwriteerror (Depends-on): Likewise.
24388         * modules/getcwd (Depends-on): Likewise.
24389         * modules/getloadavg (Depends-on): Likewise.
24390         * modules/hard-locale (Depends-on): Likewise.
24391         * modules/makepath (Depends-on): Likewise.
24392         * modules/mountlist (Depends-on): Likewise.
24393         * modules/nanosleep (Depends-on): Likewise.
24394         * modules/posixtm (Depends-on): Likewise.
24395         * modules/quotearg (Depends-on): Likewise.
24396         * modules/readtokens (Depends-on): Likewise.
24397         * modules/readtokens0 (Depends-on): Likewise.
24398         * modules/readutmp (Depends-on): Likewise.
24399         * modules/save-cwd (Depends-on): Likewise.
24400         * modules/strftime (Depends-on): Likewise.
24401         * modules/userspec (Depends-on): Likewise.
24402         * modules/utimecmp (Depends-on): Likewise.
24403         * modules/xgetcwd (Depends-on): Likewise.
24404         * modules/xnanosleep (Depends-on): Likewise.
24405         * modules/xstrtod (Depends-on): Likewise.
24406         * modules/yesno (Depends-on): Likewise.
24407
24408 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
24409
24410         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
24411         needless checks.
24412
24413 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24414
24415         Merge from coreutils.  Among other things,
24416         add bulletproofing for cases where stdin, stdout, or stderr are closed.
24417         * lib/fd-safer.c: New file.
24418         * lib/fcntl-safer.h, open-safer.c: Remove.
24419         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
24420         * lib/dup-safer.c: Include unistd-safer.h first.
24421         Don't include errno.h.
24422         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
24423         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
24424         * lib/file-type.c: Rely on file-type.h change.
24425         * lib/getloadavg.c: Include unistd-safer.h.
24426         (getloadavg): Use safer open.
24427         * lib/getusershell.c: Include "stdio-safer.h".
24428         (getusershell): Use safer fopen.
24429         * lib/long-options.c (long_options): Use NULL rather than 0.
24430         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
24431         'free'.
24432         * lib/modechange.c: Likewise.
24433         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
24434         (MODE_DONE): New constant.
24435         (struct mode_change): Remove 'next' member.
24436         (make_node_op_equals): New function; like the old one of the
24437         same name, except it allocates an array.
24438         (mode_compile, mode_create_from_ref): Use it.
24439         (mode_compile): Allocate result as an array, not a linked list.
24440         Parse octal string ourself, so that we catch mistakes like "+0".
24441         (mode_adjust): Arg is an array, not a linked list.
24442         * lib/modechange.c: Include stat-macros.h, xalloc.h.
24443         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
24444         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
24445         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
24446         Remove.  This is now stat-macros.h's job.
24447         (talloc): Remove.  All callers replaced by xalloc, so that
24448         our invokers don't have to worry about reporting memory failures.
24449         (make_node_op_equals): Remove.
24450         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24451         New constants.
24452         (struct mode_change): Moved here from modechange.h.
24453         (mode_append_entry): Remove.
24454         (mode_compile): Remove MASKED_OPS arg, since it encouraged
24455         apps to have incorrect behavior.  Use simpler algorithm for head
24456         and tail.  Don't futz with umask; that's now the job of mode_adjust.
24457         Detect more invalid usages rather than having somewhat-random behavior.
24458         Don't insert an "a=" action, as that leads to incorrect behavior.
24459         (mode_compile, mode_create_from_ref): Return NULL on error instead
24460         of an enum, since now there's only one way to have an error.  All
24461         callers changed.
24462         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
24463         at the correct time.  Simplify calculation of "+u" and its ilk.
24464         Don't mishandle "+X".
24465         (mode_free): Remove "register" and localize decls.
24466         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
24467         (struct mode_change): Move to modechange.c; callers don't
24468         need to see this stuff.
24469         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
24470         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
24471         (mode_change, mode_adjust): Reflect the new signatures noted above.
24472         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
24473         that might redefine system include files.
24474         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
24475         (my_usleep): Use NULL rather than (void *) 0.
24476         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
24477         Use siginterrupt to specify that system calls should be interrupted.
24478         (rpl_nanosleep): Move initialization of suspended closer to call of
24479         my_usleep.
24480         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
24481         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
24482         (desirable_utmp_entry): New function.
24483         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
24484         using x2nrealloc, to simplify logic.
24485         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
24486         size calculation.  Do not assume utmp file is a regular file.
24487         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
24488         (READ_UTMP_CHECK_PIDS): New constant.
24489         * lib/save-cwd.c: Include unistd-safer.h.
24490         (save_cwd): Use fd_safer.
24491         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
24492         [!_LIBC] Include "stat-macros.h" instead.
24493         * lib/unistd-safer.h (fd_safer): New decl.
24494
24495 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24496
24497         * modules/getloadavg (Depends-on): Add unistd-safer.
24498         * modules/getusershell (Depends-on): Add stdio-safer.
24499         * modules/lstat (Depends-on): Remove xalloc.
24500         * modules/mkstemp (Depends-on): Add stat-macros.
24501         * modules/modechange (Depends-on): Remove xstrtol.
24502         Add stat-macros, xalloc.
24503         * modules/save-cwd (Depends-on): Add unistd-safer.
24504         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
24505         * modules/unistd-safer (Files): Add lib/fd-safer.c
24506         (Makefile.am): Remove lib_SOURCES.
24507
24508         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
24509         Remove fcntl-safer; unistd-safer supersedes it.
24510
24511 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24512
24513         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
24514         AC_HEADER_STAT.
24515         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
24516         (gl_PREREQ_CHOWN): Remove.
24517         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
24518         it.  Don't require AC_HEADER_STAT.
24519         (gl_PREREQ_LSTAT): Remove.
24520         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
24521         Don't require AC_HEADER_STAT.
24522         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
24523         (gl_PREREQ_RMDIR): Remove.
24524         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
24525         mention stat-macros.h or AC_HEADER_STAT, since we'll make
24526         the stat-macros module a prerequisite.
24527         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
24528         * m4/filemode.m4 (gl_FILEMODE): Likewise.
24529         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
24530         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
24531         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
24532         variable names.
24533         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
24534         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
24535         variable prefixes.
24536         * m4/fcntl-safer.m4: Remove.
24537         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
24538         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
24539         Invoke gl_PREREQ_FD_SAFER.
24540         (gl_PREREQ_FD_SAFER): New macro.
24541         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
24542         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
24543         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
24544         Remove duplicate call to AC_LIBOBJ(readutmp).
24545         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
24546
24547         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
24548         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
24549
24550 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
24551
24552         * MODULES.html.sh (Misc): Add byteswap.
24553
24554 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24555
24556         * modules/getcwd (Depends-on): Add extensions.
24557         * modules/openat (Depends-on): Likewise.
24558
24559 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24560
24561         * modules/byteswap: New file.
24562
24563 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24564
24565         * m4/byteswap.m4: New file.
24566
24567 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
24568
24569         * lib/byteswap_.h: New file.
24570
24571 2005-04-25  Karl Berry  <karl@gnu.org>
24572
24573         * m4/gettext.m4: Update from GNU gettext 0.14.4.
24574
24575 2005-04-25  Albert Chin  <china@thewrittenword.com>
24576
24577         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
24578         Toolkit C bug.
24579
24580 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
24581
24582         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
24583         (func_ln_if_changed) Remove forcibly for no error message
24584         in case file does not exist.
24585
24586 2005-04-19  Simon Josefsson  <jas@extundo.com>
24587
24588         * gnulib-tool (Options): Make --symlink mean --symbolic.
24589
24590 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
24591
24592         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
24593
24594 2005-04-16  Simon Josefsson  <jas@extundo.com>
24595
24596         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
24597
24598 2005-04-15  Simon Josefsson  <jas@extundo.com>
24599
24600         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
24601
24602 2005-04-15  Simon Josefsson  <jas@extundo.com>
24603
24604         * gnulib-tool: Rename --symlink to --symbolic.
24605
24606 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
24607
24608         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
24609         symbolic links to files instead of copying/moving.  Add --aux-dir,
24610         specifying directory relative --dir where auxiliary build tools
24611         are placed.
24612
24613 2005-04-14  Bruno Haible  <bruno@clisp.org>
24614
24615         * modules/allocsa (License): Change to LGPL.
24616         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
24617
24618 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
24619
24620         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
24621         that "UTC +1 second" continues to work.  Problem reported
24622         by Dmitry V. Levin.
24623         (relunit_snumber): New rule.
24624         (relunit): Use it.
24625
24626 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
24627
24628         * lib/getdate.y (universal_time_zone_table): New constant.
24629         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
24630         universal_time_zone_table.
24631         (lookup_zone): Prefer universal_time_zone_table to
24632         local_time_zone_table, so that "GMT" time stamps are allowed in
24633         London during the summer.  Problem reported by Ian Abbott.
24634
24635 2005-04-12  Jim Meyering  <jim@meyering.net>
24636
24637         * lib/human.c (humblock): Set *options even when returning due to
24638         xstrtoumax conversion failure.  Thanks to a used-uninitialized
24639         warning from gcc-4.
24640
24641 2005-04-09  Jim Meyering  <jim@meyering.net>
24642
24643         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
24644         -Wuninitialized: initialize tm0.tm_year.
24645
24646 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
24647
24648         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
24649         count, since there's no maximum.  All uses changed.
24650         Add member dsts_seen.
24651         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
24652         not being INT_MAX.
24653         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
24654         Use pc_rels_seen to decide whther a date is absolute.
24655
24656         * lib/getdate.y (number): Don't overwrite year.
24657         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
24658         check.
24659
24660 2005-04-02  Simon Josefsson  <jas@extundo.com>
24661
24662         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
24663         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
24664
24665 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
24666
24667         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
24668         where no absolute path name can be longer than PATH_MAX.
24669
24670 2005-03-27  Jim Meyering  <jim@meyering.net>
24671
24672         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
24673
24674 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
24675
24676         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
24677         "one's complement" -> "ones' complement" in comment, as per Knuth.
24678         "value of type" -> "type or expression" in comment.
24679         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
24680
24681 2005-03-26  Jim Meyering  <jim@meyering.net>
24682
24683         Comment nits.
24684         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
24685         Correct typos: s/or/of/.
24686
24687 2005-03-26  Jim Meyering  <jim@meyering.net>
24688
24689         * modules/check-include-files: Move to ../ and rename to...
24690         * check-module: ...this.
24691
24692 2005-03-25  Jim Meyering  <jim@meyering.net>
24693
24694         * modules/xvasprintf (Files): Add xalloc.h.
24695
24696 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
24697
24698         * modules/gettext (Files): config/config.rpath ->
24699         build-aux/config.rpath
24700         * modules/iconv (Files): Likewise.
24701         Problem reported by Oskar Liljeblad.
24702
24703 2005-03-23  Jim Meyering  <jim@meyering.net>
24704
24705         * modules/check-include-files: New script to check for
24706         missing dependencies, multiple includes, etc.
24707
24708         * modules/c-strtold (Depends-on): Add xalloc.
24709         * modules/c-strtod (Depends-on): Add xalloc.
24710         * modules/hash (Depends-on): Add xalloc.
24711         (Files): Remove lib/xalloc.h.
24712
24713         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
24714         * modules/userspec (Files): Add lib/inttostr.h.
24715
24716 2005-03-23  Jim Meyering  <jim@meyering.net>
24717
24718         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
24719
24720 2005-03-22  Jim Meyering  <jim@meyering.net>
24721
24722         * modules/stat-macros: New module.
24723         * modules/canonicalize, modules/euidaccess, modules/file-type,
24724         * modules/filemode, modules/lchown, modules/makepath,
24725         * modules/rmdir, modules/stat: Depend on new stat-macros module
24726         rather than listing lib/stat-macros.h manually.
24727         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
24728
24729 2005-03-22  Jim Meyering  <jim@meyering.net>
24730
24731         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
24732
24733 2005-03-22  Bruno Haible  <bruno@clisp.org>
24734
24735         * config/srclist.txt: Replace target directory 'config' with
24736         'build-aux'.
24737         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
24738         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
24739         ../build-aux/.
24740
24741 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
24742
24743         * modules/chdir-long (Depends-on): Add mempcpy.
24744
24745         * modules/acl, modules/backupfile, modules/c-strtod,
24746         modules/c-strtold, modules/canon-host, modules/canonicalize,
24747         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
24748         modules/exclude, modules/exitfail, modules/file-type,
24749         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
24750         modules/getdate, modules/getline, modules/getpagesize,
24751         modules/getpass, modules/getugroups, modules/group-member,
24752         modules/hard-locale, modules/hash, modules/human, modules/idcache,
24753         modules/inttostr, modules/long-options, modules/makepath,
24754         modules/md5, modules/memcasecmp, modules/memcoll,
24755         modules/modechange, modules/mountlist, modules/path-concat,
24756         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
24757         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
24758         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
24759         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
24760         modules/strftime, modules/strndup, modules/strverscmp,
24761         modules/timespec, modules/unlocked-io, modules/userspec,
24762         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
24763         modules/yesno:
24764         Remove lib_SOURCES line from Makefile.am section, as this is now
24765         done automatically by the corresponding Autoconf macro.
24766
24767 2005-03-21  Jim Meyering  <jim@meyering.net>
24768
24769         Changes imported from coreutils.
24770
24771         * lib/cycle-check.c: Don't include xalloc.h.
24772
24773         * lib/path-concat.c: Don't include assert.h.
24774         (path_concat): Remove assertion that would have triggered
24775         for ABASE starting with more than one slash.
24776         Reported by Andreas Schwab.
24777
24778         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
24779         properly when ABASE is an absolute file name.
24780         Correct the description of this function.
24781         Include <assert.h>.
24782         Add an assertion and a test driver.
24783         This fixes a bug introduced on 2004-07-02.
24784         Andreas Schwab reported the resulting failure of cp --parents:
24785         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
24786
24787 2005-03-21  Jim Meyering  <jim@meyering.net>
24788
24789         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
24790         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
24791
24792 2005-03-21  Jim Meyering  <jim@meyering.net>
24793         and  Paul Eggert  <eggert@cs.ucla.edu>
24794
24795         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
24796         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
24797         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
24798         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
24799         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
24800         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
24801         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
24802         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
24803         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
24804         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
24805         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
24806         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
24807         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
24808         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
24809         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
24810         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
24811         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
24812         for these modules.
24813
24814 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
24815
24816         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
24817         (which shouldn't happen), generate nothing instead of returning 0
24818         immediately, so that nstrftime (NULL, ...) doesn't return 0.
24819
24820 2005-03-16  Bruno Haible  <bruno@clisp.org>
24821
24822         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
24823         HAVE_LONGLONG_64BIT.
24824
24825 2005-03-16  Bruno Haible  <bruno@clisp.org>
24826
24827         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
24828         HAVE_LONGLONG_64BIT.
24829
24830 2005-03-16  Bruno Haible  <bruno@clisp.org>
24831
24832         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
24833         HAVE_LONGLONG_64BIT.
24834
24835 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24836
24837         * lib/strftime.c (my_strftime): Prepend space to format so that we can
24838         reliably distinguish strftime failure from empty output on POSIX
24839         hosts.
24840
24841 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
24842
24843         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
24844         (iconv_string): Don't guess a size-zero buffer, as that might cause
24845         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
24846         result would be 'too large', where 'too large' is (heuristically)
24847         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
24848         overflow concerns.  This will prevent some unwanted malloc failures
24849         when the inputs are very large.
24850
24851 2005-03-15  Karl Berry  <karl@gnu.org>
24852
24853         * config/srclist.txt (config.rpath): from gettext.
24854         * config/config.rpath: update.
24855
24856 2005-03-15  Bruno Haible  <bruno@clisp.org>
24857
24858         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
24859         to 'negate'.
24860
24861         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
24862         variable.
24863
24864         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
24865         results.
24866
24867 2005-03-14  Simon Josefsson  <jas@extundo.com>
24868
24869         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
24870         <fx@gnu.org>.
24871
24872 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
24873
24874         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
24875         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
24876         intprops.h.
24877         * lib/strtol.c: Likewise.
24878
24879 2005-03-14  Jim Meyering  <jim@meyering.net>
24880
24881         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
24882         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
24883         to be nonzero so that we (and caller) can detect the difference
24884         between a valid zero-length expansion and an error return, even
24885         when the underlying strftime fails before writing anything into
24886         that location.
24887
24888 2005-03-14  Bruno Haible  <bruno@clisp.org>
24889
24890         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
24891         Update from GNU gettext 0.14.3.
24892
24893 2005-03-10  Jim Meyering  <jim@meyering.net>
24894
24895         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
24896
24897 2005-03-10  Jim Meyering  <jim@meyering.net>
24898
24899         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
24900         so that this module works on systems without fchdir.
24901
24902 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
24903
24904         Factor int-properties macros into a single file, except for
24905         glibc-related files.
24906         * lib/intprops.h: New file.
24907         * lib/getloadavg.c: Include it instead of limits.h.
24908         (INT_STRLEN_BOUND): Remove.
24909         * lib/human.c: Include intprops.h.
24910         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
24911         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
24912         302/1000.
24913         * lib/inttostr.h: Include intprops.h instead of limits.h.
24914         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
24915         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
24916         for consistency with intprops.h.
24917         (time_t_is_integer, twos_complement_arithmetic): Use them.
24918         * lib/sig2str.h: Include <signal.h>, intprops.h.
24919         (INT_STRLEN_BOUND): Remove.
24920         * lib/strftime.c (TYPE_SIGNED): Remove.
24921         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
24922         * lib/strtol.c: Adjust comments to match intprops.h.
24923         * lib/userspec.c: Include intprops.h.
24924         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
24925         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
24926         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
24927         instead of rolling our own expressions.
24928         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
24929
24930         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
24931         instead of int.
24932         (my_strftime): Do not mishandle years close to INT_MAX, by doing
24933         the right thing even if adding 1900 would overflow.  Similarly
24934         for tm_mon + 1 and tm_yday + 1.
24935         Make %Y always equivalent to %C%y, and similarly for %G and %g.
24936         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
24937         (DO_SIGNED_NUMBER): New macro.
24938         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
24939
24940 2005-03-07  Bruno Haible  <bruno@clisp.org>
24941
24942         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
24943
24944 2005-03-07  Bruno Haible  <bruno@clisp.org>
24945
24946         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
24947
24948 2005-03-04  Derek R. Price  <derek@ximbiot.com>
24949
24950         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
24951         (func_import): Only replace files via --import when they have actually
24952         changed.
24953
24954 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24955
24956         * m4/mmap-anon.m4: New file.
24957         * m4/pagealign_alloc.m4: New file.
24958
24959 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24960             Bruno Haible  <bruno@clisp.org>
24961
24962         * modules/pagealign_alloc: New file.
24963         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
24964
24965 2005-03-03  Derek R. Price  <derek@ximbiot.com>
24966             Bruno Haible  <bruno@clisp.org>
24967
24968         * lib/pagealign_alloc.h: New file.
24969         * lib/pagealign_alloc.c: New file.
24970
24971 2005-03-03  Bruno Haible  <bruno@clisp.org>
24972
24973         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
24974         Use an all-permissive copyright notice, recommended by RMS.
24975
24976 2005-03-02  Bruno Haible  <bruno@clisp.org>
24977
24978         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
24979         of AIX, the replacement has to be done only after <string.h> is
24980         included, therefore not in config.h. stpncpy.h does the replacement,
24981         and stpncpy.c uses it.
24982
24983 2005-03-02  Bruno Haible  <bruno@clisp.org>
24984
24985         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
24986         stpncpy.c uses it.
24987
24988 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24989
24990         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
24991         The workaround isn't strictly needed for POSIX conformance, and
24992         it's too much of a pain to configure and maintain.  We'll ask
24993         people to fix their kernels instead.
24994         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
24995         (NANOSLEEP_BUG_WORKAROUND): Remove.
24996         (xnanosleep): Remove the workaround.
24997
24998 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
24999
25000         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
25001         Reported by Derek Price.
25002         (Include): Add "timespec.h".
25003
25004         * modules/xnanosleep (Depends-on): Remove gethrxtime.
25005
25006 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
25007
25008         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
25009         to detect nanosleep bug.
25010
25011 2005-03-01  Bruno Haible  <bruno@clisp.org>
25012
25013         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
25014
25015 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
25016
25017         * modules/gethrxtime: New file.
25018         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
25019         (Depends-on): Add gethrxtime.
25020         (configure.ac): Add gl_XNANOSLEEP.
25021         (Makefile.am): Remove lib_SOURCES line.
25022
25023 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
25024
25025         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
25026         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
25027
25028 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
25029
25030         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
25031         * lib/timespec.h (gettime): Return void, since it always
25032         succeeds now.  All uses changed.
25033         * lib/gettime.c (gettime) Likewise.
25034         [HAVE_NANOTIME]: Prefer nanotime.
25035         Assume gettimeofday succeeds, as POSIX requires.
25036         Assime time () succeeds, since other code already does.
25037         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
25038         (timespec_subtract): Remove.
25039         (NANOSLEEP_BUG_WORKAROUND): New constant.
25040         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
25041         things considerably.  Use it only on GNU/Linux hosts, since the
25042         workaround shouldn't be needed elsewhere.
25043
25044 2005-02-24  Bruno Haible  <bruno@clisp.org>
25045
25046         * modules/gettext (Files): Add m4/glibc2.m4.
25047
25048 2005-02-24  Bruno Haible  <bruno@clisp.org>
25049
25050         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
25051         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
25052         * m4/progtest.m4:
25053         Update from GNU gettext 0.14.2.
25054         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
25055
25056 2005-02-24  Bruno Haible  <bruno@clisp.org>
25057
25058         * lib/localcharset.c: Update from GNU gettext 0.14.2.
25059         * lib/config.charset: Update from GNU gettext 0.14.2.
25060
25061 2005-02-24  Bruno Haible  <bruno@clisp.org>
25062
25063         * lib/gettext.h: Update from GNU gettext 0.14.2.
25064
25065 2005-02-23  Simon Josefsson  <jas@extundo.com>
25066
25067         * m4/iconvme.m4: New file.
25068
25069 2005-02-23  Jim Meyering  <jim@meyering.net>
25070
25071         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
25072         change.
25073         Thanks to Bruno Haible for catching it.
25074
25075 2005-02-22  Simon Josefsson  <jas@extundo.com>
25076
25077         * modules/iconvme: New file.
25078
25079         * MODULES.html.sh: Add iconvme.
25080
25081 2005-02-22  Simon Josefsson  <jas@extundo.com>
25082
25083         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
25084
25085 2005-02-22  Simon Josefsson  <jas@extundo.com>
25086
25087         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
25088
25089 2005-02-22  Jim Meyering  <jim@meyering.net>
25090
25091         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
25092         s/ifndef/ifdef/.
25093
25094 2005-02-20  Neil Conway  <neilc@samurai.com>
25095
25096         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
25097         returned by OSX/Darwin if the specified buffer is not large
25098         enough for the hostname.
25099
25100 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25101
25102         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
25103         pass it to _help, otherwise the latter coredumps trying to
25104         dereference state.root_argp.
25105
25106 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25107
25108         * modules/chdir-long (Depends-on): Add memrchr.
25109         * modules/memrchr (Files): Add lib/memrchr.h.
25110         (Include): "memrchr.h".
25111
25112 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25113
25114         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
25115
25116 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
25117
25118         * lib/memrchr.h: New file.
25119         * lib/chdir-long.c: Include it.
25120         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
25121         Don't bother including stddef.h.
25122
25123 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
25124
25125         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
25126         inclusion.
25127         Include <sys/types.h>, for dev_t.
25128         (ME_DUMMY, ME_REMOTE): Move from here....
25129         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
25130         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
25131         Dmitry V. Levin.
25132         Include mountlist.h first, to test the interface.
25133
25134 2005-01-29  Bruno Haible  <bruno@clisp.org>
25135
25136         * lib/progname.c (program_name): Initialize.
25137         Needed when linking statically on MacOS X.
25138
25139 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
25140
25141         Sync from coreutils.
25142         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
25143         (Depends-on): Add c-strtod.
25144         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
25145
25146 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
25147
25148         Sync from coreutils.
25149         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
25150
25151         Remove files that are specific to coreutils.
25152         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
25153
25154 2005-01-28  Bruno Haible  <bruno@clisp.org>
25155
25156         * modules/javacomp: New file.
25157         * MODULES.html.sh (Java): Add javacomp.
25158
25159 2005-01-28  Bruno Haible  <bruno@clisp.org>
25160
25161         * m4/javacomp.m4: New file, from GNU gettext.
25162
25163 2005-01-28  Bruno Haible  <bruno@clisp.org>
25164
25165         * lib/javacomp.sh.in: New file, from GNU gettext.
25166         * lib/javacomp.h: New file, from GNU gettext.
25167         * lib/javacomp.c: New file, from GNU gettext.
25168
25169 2005-01-26  Simon Josefsson  <jas@extundo.com>
25170
25171         * lib/gai_strerror.c: Use GPL in header.
25172
25173 2005-01-26  Bruno Haible  <bruno@clisp.org>
25174
25175         * modules/javaexec: New file.
25176         * MODULES.html.sh (Java): Add javaexec.
25177
25178 2005-01-26  Bruno Haible  <bruno@clisp.org>
25179
25180         * m4/javaexec.m4: New file, from GNU gettext.
25181
25182 2005-01-26  Bruno Haible  <bruno@clisp.org>
25183
25184         * lib/javaexec.sh.in: New file, from GNU gettext.
25185         * lib/javaexec.h: New file, from GNU gettext.
25186         * lib/javaexec.c: New file, from GNU gettext.
25187
25188 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25189
25190         * modules/lchown (Depends-on): Remove lchown.h
25191
25192 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25193
25194         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
25195         must be defined if the header file was not found, in order
25196         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
25197
25198 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25199
25200         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
25201         initializers for struct pentry_state.
25202         (__argp_error): Check return value of __asprintf
25203         (__argp_failure): Translate error message
25204
25205         * lib/argp-parse.c: Removed braces around the expansion of N_()
25206
25207 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
25208
25209         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
25210         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
25211         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
25212         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
25213         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
25214         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
25215         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
25216         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
25217         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
25218         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
25219         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
25220         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
25221         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
25222         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
25223         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
25224         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
25225         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
25226         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
25227         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
25228         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
25229         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
25230         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
25231         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
25232         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
25233         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
25234         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
25235         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
25236         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
25237         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
25238         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
25239         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
25240         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
25241         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
25242         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
25243         xstrtol.m4, xstrtoumax.m4, yesno.m4:
25244         Use an all-permissive copyright notice, recommended by RMS.
25245
25246 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
25247
25248         * modules/chdir-long (Depends-on): Remove mempcpy.
25249
25250 2005-01-21  Jim Meyering  <jim@meyering.net>
25251
25252         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
25253         same value as for Solaris 9.
25254
25255         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
25256         component length.  This included changing the parameter to be
25257         of type `char *' rather than `char const *'.
25258         * lib/chdir-long.h (chdir_long): Update prototype.
25259
25260         * lib/openat.c (fdopendir, fstatat): New functions.
25261         * lib/openat.h: Include headers required for use of DIR and struct
25262         stat.
25263         [AT_SYMLINK_NOFOLLOW]: Define.
25264         (fdopendir, fstatat): Add prototypes.
25265
25266 2005-01-21  Bruno Haible  <bruno@clisp.org>
25267
25268         * modules/classpath: New file.
25269         * MODULES.html.sh (Java): Add classpath.
25270
25271 2005-01-21  Bruno Haible  <bruno@clisp.org>
25272
25273         * lib/classpath.h: New file, from GNU gettext.
25274         * lib/classpath.c: New file, from GNU gettext.
25275
25276 2005-01-20  Simon Josefsson  <jas@extundo.com>
25277
25278         * modules/version-etc-fsf: New file.
25279
25280 2005-01-20  Simon Josefsson  <jas@extundo.com>
25281
25282         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
25283         * lib/version-etc.c: Remove version_etc_copyright.
25284         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
25285         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
25286
25287 2005-01-20  Simon Josefsson  <jas@extundo.com>
25288
25289         * lib/base64.h (isbase64): Add.
25290
25291         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
25292         using a unsigned prototype, don't inline.
25293         (base64_decode): Use it.
25294
25295 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25296
25297         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
25298         it.
25299
25300 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25301
25302         * lib/save-cwd.c (save_cwd): Remove code to support the case
25303         where fchdir is missing or flaky.
25304
25305 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
25306
25307         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
25308
25309 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
25310
25311         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
25312         AC_LIBSOURCES now does this.
25313         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
25314         with new ullong_max module.
25315
25316 2005-01-19  Bruno Haible  <bruno@clisp.org>
25317
25318         * modules/sh-quote: New file.
25319         * MODULES.html.sh (Executing programs): Add sh-quote.
25320
25321 2005-01-19  Bruno Haible  <bruno@clisp.org>
25322
25323         * lib/sh-quote.h: New file, from GNU gettext.
25324         * lib/sh-quote.c: New file, from GNU gettext.
25325
25326 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25327
25328         Merge from coreutils.
25329         * m4/ullong_max.m4: New file.
25330         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
25331         (gl_MACROS): Assume localeconv exists.
25332
25333 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25334
25335         Merge changes from coreutils, as described below in several
25336         changelogs dated today.
25337
25338         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
25339         (O_DIRECTORY): Remove; not needed here, since "." must be
25340         a directory.  All uses removed.
25341         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
25342         universal on Suns, and we also need to test for IRIX.
25343         Revamp code to use 'if' rather than '#if'.
25344         Avoid unnecessary comparison of cwd->desc to 0.
25345
25346         * lib/utimens.c (futimens): Robustify the previous patch, by checking
25347         for known valid error numbers rather than observed invalid ones.
25348
25349 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
25350
25351         * modules/ullong_max: New file.
25352
25353         * modules/chdir-long, modules/openat: New files.
25354         * modules/save-cwd (Depends-on): Depend on chdir-long.
25355         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
25356
25357 2005-01-18  Jim Meyering  <jim@meyering.net>
25358
25359         Merge from coreutils.
25360         * m4/chdir-long.m4, m4/openat.m4: New files.
25361         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
25362         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
25363         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
25364         is sane and DOES follow symlinks.  Besides, testing 20 different
25365         systems found no broken chown implementations.
25366         Prompted by a change in rsync's copy of this macro.
25367         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
25368
25369         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
25370
25371         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
25372         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
25373         NULL-means-set-to-current-time semantics.
25374         Remove temporary file immediately, rather than waiting
25375         for configure's at-exit trap code to do it.
25376
25377 2005-01-18  Jim Meyering  <jim@meyering.net>
25378
25379         * lib/version-etc.c (version_etc_copyright): Update copyright date.
25380
25381         * lib/utimens.c (futimens): Account for the fact that futimes
25382         can also fail with errno == ENOSYS or errno == ENOENT.
25383         Patch from Dmitry V. Levin.
25384
25385         Change the name of the robust chdir function from chdir to chdir_long.
25386         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
25387         (restore_cwd): Use chdir_long, not chdir.
25388         * lib/chdir-long.c: Renamed from chdir.c.
25389         * lib/chdir-long.h: Renamed from chdir.h.
25390         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
25391         Hurd.
25392
25393 2005-01-18  Bruno Haible  <bruno@clisp.org>
25394
25395         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
25396         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
25397         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
25398         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
25399         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
25400         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
25401         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
25402         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
25403         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
25404         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
25405         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
25406         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
25407         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
25408         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
25409         Use an all-permissive copyright notice, recommended by RMS.
25410
25411 2005-01-18  Bob Proulx  <bob@proulx.com>
25412
25413         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
25414         simplify offsetof() macro construct to avoid compile failure with
25415         native HP-UX 11.0 ANSI C compiler.
25416
25417 2005-01-17  Bruno Haible  <bruno@clisp.org>
25418
25419         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
25420         redundant because stpncpy.m4 takes care of it.
25421
25422 2005-01-17  Bruno Haible  <bruno@clisp.org>
25423
25424         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
25425
25426 2005-01-17  Bruno Haible  <bruno@clisp.org>
25427
25428         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
25429         used.
25430
25431 2005-01-17  Bruno Haible  <bruno@clisp.org>
25432
25433         * lib/fwriteerror.h (fwriteerror): Change specification to include
25434         fclose.
25435         * lib/fwriteerror.c: Include <stdbool.h>.
25436         (fwriteerror): At the end, close the file stream. Record whether
25437         stdout was already closed.
25438
25439 2005-01-17  Bruno Haible  <bruno@clisp.org>
25440
25441         * lib/execute.c (environ): Declare if needed.
25442         * lib/pipe.c (environ): Likewise.
25443         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
25444
25445 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25446
25447         * modules/argp: Depend on vsnprintf
25448
25449 2005-01-10  Jim Meyering  <jim@meyering.net>
25450
25451         * modules/closeout (Depends-on): Add atexit.
25452
25453 2005-01-06  Bruno Haible  <bruno@clisp.org>
25454
25455         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
25456
25457 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
25458
25459         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
25460         definitions to be after all include files, to avoid collisions.
25461         Problem reported by Bob Proulx.
25462
25463 2005-01-04  Jim Meyering  <jim@meyering.net>
25464
25465         Changes imported from coreutils.
25466         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
25467         as the mkstemp template, use a temporary directory and an
25468         8.3-friendly template to avoid trouble on systems like DJGPP.
25469         Reported by Juan M. Guerrero via Stepan Kasal.
25470         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
25471         close. Remove the temporary directory right away, rather than waiting
25472         for configure's at-exit trap code to do it.
25473         Suggestion from Stepan Kasal.
25474
25475 2005-01-01  Simon Josefsson  <jas@extundo.com>
25476
25477         * gnulib-tool: Print #include directives when --import'ing.
25478
25479 2004-12-28  Simon Josefsson  <jas@extundo.com>
25480
25481         * tests/test-base64.c: Include required header files.  Remove
25482         unused variables.
25483
25484 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25485
25486         * modules/error (Depends-on): Remove gettext.
25487
25488 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
25489
25490         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
25491         not needed.  This removes a dependency on the gettext module.
25492         [defined _LIBC]: Do not include <libintl.h>; not needed.
25493
25494 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25495
25496         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
25497         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
25498
25499 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
25500
25501         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
25502         HAVE_DECL_STRTOLD.
25503
25504 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25505
25506         * modules/getdate (Depends-on): Remove alloca-opt.
25507
25508 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25509
25510         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
25511
25512 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
25513
25514         * lib/argp-parse.c: Include <stddef.h>.
25515         (alignof, alignto): New macros.
25516         (parser_init): Don't assume that void * is aligned sufficiently
25517         for struct option.
25518
25519         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
25520         need to extend the stack.
25521         (YYINITDEPTH): New macro, so that the initial stack isn't overly
25522         large.
25523
25524 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25525
25526         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
25527
25528 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25529
25530         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
25531         (2004-10-24) change.  Apparently this was a false alarm.
25532
25533         * modules/getdate: Depend on alloca-opt, not alloca.
25534
25535 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
25536
25537         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
25538         Remove now-obsolete comment about AIX.
25539         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
25540         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
25541         (YYMAXDEPTH): New macro.
25542
25543 2004-12-18  Simon Josefsson  <jas@extundo.com>
25544
25545         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
25546
25547 2004-12-18  Bruno Haible  <bruno@clisp.org>
25548
25549         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
25550
25551 2004-12-18  Bruno Haible  <bruno@clisp.org>
25552
25553         * lib/fatal-signal.c (fatal_signals): Make non-const.
25554         (init_fatal_signals): New function.
25555         (uninstall_handlers, install_handlers): Ignore signals that were set to
25556         SIG_IGN.
25557         (at_fatal_signal): Call init_fatal_signals.
25558         (init_fatal_signal_set): Likewise. Ignore signals that were set to
25559         SIG_IGN.
25560         Reported by Paul Eggert.
25561
25562 2004-12-18  Bruno Haible  <bruno@clisp.org>
25563
25564         * doc/alloca.texi: New file.
25565         * doc/alloca-opt.texi: New file.
25566
25567 2004-12-17  Jim Meyering  <jim@meyering.net>
25568
25569         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
25570         Otherwise, install-sh could exit with improper exit status when
25571         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
25572
25573 2004-12-16  Simon Josefsson  <jas@extundo.com>
25574
25575         * tests/test-base64.c: Add license.
25576
25577 2004-12-15  Stepan Kasal  <address@hidden>
25578
25579         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
25580
25581 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
25582
25583         * modules/getcwd (Files): Add m4/d-ino.m4.
25584         Suggested by Mark D. Baushke.
25585
25586 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25587
25588         * lib/getdate.y (textint): New member "negative".
25589         (time_zone_hhmm): New function.
25590         Expect 14 shift-reduce conflicts, not 13.
25591         (o_colon_minutes): New rule.
25592         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
25593         (yylex): Set the "negative" member of signed numbers.
25594
25595 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
25596
25597         * doc/getdate.texi (Time of day items, Time zone items):
25598         Describe new formats +00:00, UTC+00:00.
25599
25600 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
25601
25602         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
25603         spurious "-l"s.  Problem reported by Stepan Kasal.
25604
25605 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
25606
25607         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
25608         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
25609
25610 2004-12-04  Simon Josefsson  <jas@extundo.com>
25611
25612         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
25613         Vandoorselaere <yoann@prelude-ids.org>.
25614
25615 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25616
25617         Changes imported from coreutils.
25618         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
25619         exist.
25620         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
25621
25622 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25623
25624         Changes imported from coreutils.
25625         * lib/hard-locale.c: Assume <locale.h> exists.
25626         Include "strdup.h".
25627         (GLIBC_VERSION): New macro.
25628         (hard_locale): Assume setlocale exists.
25629         Rewrite to avoid #ifdef.
25630         Use strdup rather than malloc + strcpy.
25631         * lib/human.c: Assume <locale.h> exists.
25632         (human_readable): Assume localeconv exists.
25633
25634 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
25635
25636         * modules/hard-locale (Depends-on): Add strdup.
25637
25638 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
25639
25640         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
25641         convert T2, not T.  (Imported from libc.)
25642
25643 2004-11-30  Simon Josefsson  <jas@extundo.com>
25644
25645         * modules/restrict (License): Change to LGPL.
25646
25647 2004-11-30  Simon Josefsson  <jas@extundo.com>
25648
25649         * m4/restrict.m4: Add copyright and copying conditions.
25650
25651 2004-11-30  Simon Josefsson  <jas@extundo.com>
25652
25653         * m4/base64.m4: New file.
25654
25655 2004-11-30  Simon Josefsson  <jas@extundo.com>
25656
25657         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
25658         base64.
25659
25660         * tests/test-base64.c: New file.
25661
25662         * modules/base64: New file.
25663
25664 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25665
25666         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
25667         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
25668
25669         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
25670
25671 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
25672
25673         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
25674         (__getcwd.c): Don't restore errno; glibc doesn't.
25675         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
25676         first, falling back to our code only if its results look suspicious.
25677         Ensure that the resulting buffer is only as large as necessary.
25678
25679         * lib/readutmp.c: Include readutmp.h first.
25680         Include <errno.h>, since readutmp.h no longer does that.
25681         * lib/readutmp.h: Don't include <errno.h>,
25682         <sys/param.h>, <time.h>; not needed to establish interface.
25683         (errno): Remove decl.
25684         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
25685         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
25686         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
25687
25688 2004-11-28  Simon Josefsson  <jas@extundo.com>
25689
25690         * lib/base64.h, base64.c: New file.
25691
25692 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
25693
25694         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
25695
25696 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
25697
25698         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
25699         (Depends-on): Remove pathmax, same.  Add mempcpy.
25700         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
25701         (Makefile.am): Append getcwd.h to lib_SOURCES.
25702         (Include): Add getcwd.h.
25703         (Maintainer): Change from Jim Meyering to "all, glibc",
25704         since getdate now uses intended-for-glibc code.
25705         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
25706         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
25707
25708 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25709
25710         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
25711         HP's ANSI C compiler.
25712         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
25713         Declaring int functions causes warnings on some modern systems and
25714         shouldn't be needed to compile on ancient ones.
25715         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
25716         defined.
25717
25718         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
25719         with the following changes.
25720         (__set_errno): Parenthesize properly.
25721         Include <stdbool.h>.
25722         (MIN, MAX, MATCHING_INO): New macros.
25723         (__getcwd): Define with prototype, not K&R form.
25724         Use heuristics to allocate default buffer on stack if possible.
25725         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
25726         behavior, and to avoid the PATH_MAX limit when computing
25727         ../../../../...
25728         Use MATCHING_INO to compare inode number to file.
25729         Check for arithmetic overflow in size calculations.
25730         Fix bug in reallocation of dot array that caused getcwd to fail
25731         on directories nested deeper than 75.
25732         Be more careful about saving errno on error.
25733         Do not use realloc; use only free+malloc, as this is a bit
25734         more flexible and avoids a needless copy operation.
25735         Do not inspect st_dev and st_ino for symbolic links; POSIX
25736         doesn't specify the latter.
25737         Check for closedir errors.
25738         Avoid needless casts.
25739         Use "#ifdef weak_alias" around weak_alias, to be like other
25740         glibc code.
25741         The following changes to getcwd.c have effect only when used in
25742         gnulib; they have no effect inside glibc proper.
25743         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
25744         as alloca isn't used.
25745         (alloca, __alloca): Likewise.
25746         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
25747         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
25748         unconditionally, as gnulib assumes C89 or better.
25749         Do not include <sys/param.h>.
25750         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
25751         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
25752         better.
25753         (NULL) [!defined NULL]: Remove; we assume C89 or better.
25754         Include <dirent.h> in a way that is compatible with modern Autoconf.
25755         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
25756         New macros, if not already defined.
25757         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
25758         Use "_LIBC", not "defined _LIBC", for consistency.
25759         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
25760         a mempcpy module.
25761         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
25762         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
25763         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
25764         credit only to Jim Meyering and adjust the copyright dates.
25765         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
25766         <stdlib.h>, <unistd.h>, "pathmax.h".
25767         Instead, include "xgetcwd.h" (first) and "getcwd.h".
25768         (INITIAL_BUFFER_SIZE): Remove.
25769         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
25770
25771 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
25772
25773         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
25774         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
25775         Use the _ONCE methods, for efficiency.
25776         Check for fcntl.h.  In test program, include <errno.h>
25777         and <fcntl.h> if available.  Remove old K&R cruft from
25778         test program.  Check for common errors in GNU/Linux,
25779         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
25780         don't do AC_LIBOBJ, as that's getcwd.m4's job.
25781         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
25782         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
25783         name accordingly.
25784         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
25785         accommodate new getcwd.c.
25786         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
25787         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
25788         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
25789         that's all we need now.
25790
25791 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25792
25793         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
25794         argp-parse.c depends on getopt internals, that means we should
25795         always use our getopt, to be on the safe side.
25796         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
25797         order not to spoil the result of an eventual previous invocation
25798         of gl_GETOPT_SUBSTITUTE.
25799
25800 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
25801
25802         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
25803         redefinition warnings. To avoid them, include the defines
25804         in `#if !defined __need_getopt ... #endif'. The only place
25805         where __getopt_argv_const is used is in definitions
25806         of getopt_long and getopt_long_only below, which are as well
25807         protected by `#ifndef __need_getopt'.
25808         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
25809         __need_getopt after including <stdio.h> and <unistd.h> These
25810         headers might have defined it.
25811
25812 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25813
25814         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
25815
25816 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
25817
25818         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
25819         (futimens): New function, which uses futimes if available.
25820         (futimens, utimens): Support timespec==NULL, with same semantics
25821         as utime and utimens.
25822         * lib/utimens.h (futimens): New decl.
25823
25824 2004-11-23  Jim Meyering  <jim@meyering.net>
25825
25826         * lib/getopt_.h: Remove trailing blanks.
25827
25828 2004-11-23  Jim Meyering  <jim@meyering.net>
25829
25830         * lib/__fpending.c: Add comment.
25831
25832 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
25833
25834         * modules/canonicalize (Depends-on): Add xreadlink.
25835         Problem reported by James Youngman.
25836
25837 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
25838
25839         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
25840         New macros.
25841         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
25842         optopt): Use them instead of invoking ## directly; otherwise, the
25843         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
25844
25845 2004-11-19  Bruno Haible  <bruno@clisp.org>
25846
25847         * lib/strtok_r.c: Move comments from here...
25848         * lib/strtok_r.h: ... to here.
25849
25850 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25851
25852         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
25853         implementations that mishandle size_t overflow.
25854
25855 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
25856
25857         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
25858         might fail.  Problem reported by Yoann Vandoorselaere.
25859         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
25860         implementations that mishandle size_t overflow.
25861
25862 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25863
25864         * modules/canon-host (Depends-on): Add strdup.
25865
25866 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25867
25868         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
25869
25870 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25871
25872         * lib/canon-host.c: Include "strdup.h".
25873         (canon_host): Use getaddrinfo if available, so that IPv6 works.
25874         Use strdup instead of malloc/strcpy to duplicate strings.
25875
25876         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
25877         (human_space_before_unit): New constant.
25878         * lib/human.c (human_readable): Support it.
25879
25880         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
25881         (xgetcwd): Set errno correctly when failing.
25882         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
25883         the failure is actually due to a PATH_MAX problem.
25884
25885         Further getopt changes to make it more likely that glibc will
25886         buy the changes back.
25887         * lib/getopt.c (POSIXLY_CORRECT): New constant.
25888         (getopt): Use it, so to preserve glibc semantic
25889         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
25890         when compiling for libc.
25891         * lib/getopt_.h (__getopt_argv_const): Bring it back.
25892         (getopt_long, getopt_long_only): Use it.
25893
25894         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25895         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
25896         (getopt): Argv is now char * const *, as per standard.
25897         (_getopt_internal_r, _getopt_internal): Argv is now char **,
25898         not char *__getopt_argv_const *.
25899         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25900         _getopt_long_only_r): Likewise.
25901         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
25902         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25903         _getopt_long_r, _getopt_long_only_r): Likewise.
25904         * lib/getopt_.h (__getopt_argv_const): Remove.
25905         (getopt): Argv is now char * const *, as per standard.
25906
25907         * lib/getdate.y (tORDINAL): New token.
25908         (day, relunit): Allow it for relative times.
25909         (relative_time_table): Use tORDINAL for ordinals.
25910
25911 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
25912
25913         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
25914         Document that "second" isn't allowed as an ordinal number.
25915
25916 2004-11-16  Jim Meyering  <jim@meyering.net>
25917
25918         * modules/closeout (Depends-on): Add fpending.
25919
25920 2004-11-15  Jim Meyering  <jim@meyering.net>
25921
25922         * lib/closeout.c: Include "__fpending.h" once again.
25923         Include <stdbool.h>.
25924         (close_stdout): Don't fail just because stdout was closed initially,
25925         since some programs don't write to stdout in the normal course of
25926         operation (other than --version and --help), and we don't want this
25927         function to make e.g. `touch file >&-' fail.
25928         But do fail if it was closed and someone has tried to write to it.
25929         E.g., `printf foo >&-' must fail.
25930
25931 2004-11-13  Jim Meyering  <jim@meyering.net>
25932
25933         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
25934
25935 2004-11-12  Simon Josefsson  <jas@extundo.com>
25936
25937         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
25938         small doc fix is still pending.
25939
25940 2004-11-11  Simon Josefsson  <jas@extundo.com>
25941
25942         * modules/strtok_r: New file.
25943
25944         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
25945         strtok_r.
25946
25947 2004-11-11  Simon Josefsson  <jas@extundo.com>
25948
25949         * m4/strtok_r.m4: New file.
25950
25951         * m4/getopt.m4: Replace opterr.
25952
25953 2004-11-11  Simon Josefsson  <jas@extundo.com>
25954
25955         * lib/strtok_r.h, strtok_r.c: New file.
25956
25957 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25958
25959         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
25960         of replacing opterr, getopt, etc.  This should handle the
25961         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
25962
25963 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
25964
25965         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
25966         we can stop lying to compilers about the constness of argv when we
25967         are compiled outside glibc.
25968         (getopt, getopt_long, getopt_long_only): Use it.
25969         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
25970         _getopt_internal, getopt): Likewise.
25971         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
25972         _getopt_long_only_r): Likewise.
25973         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
25974         _getopt_long_r, _getopt_long_only_r): Likewise.
25975
25976         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
25977         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
25978         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
25979         the other external symbols.
25980         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
25981         declaration, since the above renaming now works around collisions.
25982
25983 2004-11-11  Jim Meyering  <jim@meyering.net>
25984
25985         * lib/linebreak.c: Remove trailing blanks.
25986         * lib/alloca_.h: Likewise.
25987         * lib/acosl.c: Likewise.
25988         * lib/euidaccess.c: Likewise.
25989         * lib/allocsa.h: Likewise.
25990
25991 2004-11-10  Simon Josefsson  <jas@extundo.com>
25992
25993         * m4/getaddrinfo.m4: New file.
25994
25995 2004-11-10  Simon Josefsson  <jas@extundo.com>
25996
25997         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
25998
25999 2004-11-10  Simon Josefsson  <jas@extundo.com>
26000
26001         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26002         getaddrinfo.
26003
26004         * modules/getaddrinfo: New file.
26005
26006 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26007
26008         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
26009
26010 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
26011
26012         * lib/mktime.c (SHR): New macro, which is a portable
26013         substitute for >> that should work even on Crays.
26014         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
26015         Problem reported by Mark D. Baushke in
26016         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
26017         * lib/getdate.y (SHR): Likewise.
26018         (tm_diff): Use it.
26019         * lib/strftime.c (SHR): Likewise.
26020         (tm_diff): Use it.
26021         * lib/quotearg.c (struct quoting_options): Use unsigned int for
26022         quote_these_too, so that right shifts are well defined.  All uses
26023         changed.
26024
26025 2004-11-10  Jim Meyering  <jim@meyering.net>
26026
26027         Ensure that no close failure goes unreported.
26028         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
26029         return early when it seems there's nothing to flush.
26030         Don't include __fpending.h.
26031
26032 2004-11-10  Jim Meyering  <jim@meyering.net>
26033
26034         * modules/closeout (Depends-on): Remove fpending.
26035
26036 2004-11-10  Jim Meyering  <jim@meyering.net>
26037
26038         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
26039
26040 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26041
26042         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
26043         gl_FUNC_STRFTIME.
26044         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
26045         and AC_REQUIRE when possible, to avoid duplicate checks.
26046         Check for <wchar.h>.
26047
26048 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
26049
26050         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
26051
26052 2004-11-09  Bruno Haible  <bruno@clisp.org>
26053
26054         * m4/sockpfaf.m4: New file.
26055
26056 2004-11-05  Bruno Haible  <bruno@clisp.org>
26057
26058         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
26059         Reported by Mark D. Baushke <mdb@cvshome.org>.
26060
26061 2004-11-04  Bruno Haible  <bruno@clisp.org>
26062
26063         2004-09-11  Bruno Haible  <bruno@clisp.org>
26064                 * allocsa.valgrind: New file.
26065         2004-02-06  Bruno Haible  <bruno@clisp.org>
26066                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
26067                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
26068                 Reported by Christopher Seip <chris.seip@hp.com>.
26069
26070 2004-11-04  Bruno Haible  <bruno@clisp.org>
26071
26072         * modules/allocsa (Files): Add lib/allocsa.valgrind.
26073         (Makefile.am): Distribute it.
26074
26075 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
26076
26077         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
26078         with errno == ERANGE if the buffer is too small.
26079         Problem reported by Mark D. Baushke.
26080
26081 2004-11-03  Albert Chin  <china@thewrittenword.com>
26082             Paul Eggert  <eggert@cs.ucla.edu>
26083
26084         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
26085         equivalent, substitute $ac_type for equivalent type rather than
26086         blindly using uint32_t *always* which won't work if uint32_t is not
26087         available.  Define _UINT32_T to work around typedef of uint32_t if
26088         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
26089         2.5.1.
26090
26091 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26092
26093         * m4/jm-macros.m4: Sync from coreutils.
26094         (gl_MACROS): Check for mbrlen, for pathchk.
26095         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
26096
26097 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26098
26099         * lib/xreadlink.c (MAXSIZE): New macro.
26100         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
26101         size does not exceed MAXSIZE.  Avoid cast.
26102         As suggested by Mark D. Baushke in
26103         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
26104         if readlink fails with buffer size just under MAXSIZE, try again
26105         with MAXSIZE.
26106
26107 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
26108
26109         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
26110
26111 2004-11-02  Derek R. Price  <derek@ximbiot.com>
26112         and  Paul Eggert  <eggert@cs.ucla.edu>
26113
26114         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
26115         (get_date): Overparenthesize to avoid GCC warning.
26116
26117 2004-11-02  Bruno Haible  <bruno@clisp.org>
26118
26119         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
26120         returns void.
26121
26122 2004-11-02  Bruno Haible  <bruno@clisp.org>
26123
26124         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
26125         function returns void.
26126
26127 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26128
26129         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
26130         fflush_unlocked, flockfile, funlockfile, funlockfile,
26131         fputs_unlocked, putc_unlocked.
26132
26133 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
26134
26135         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
26136         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
26137         already declared.
26138
26139 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26140
26141         * modules/getdate (Files): Add doc/getdate.texi.
26142         (Depends-on): Add setenv, xalloc.
26143
26144 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26145
26146         * lib/getdate.y: Add support for TZ="foo" within a date string.
26147         Fix some bugs near time_t boundaries.  Reject dates with
26148         out-of-range components, e.g., "Sept 31".
26149         Include <stdlib.h>, "setenv.h", "xalloc.h".
26150         (ISDIGIT_LOCALE): Remove; unused.
26151         Note that the TZ and time functions used here are not reentrant.
26152         (mktime_ok, get_tz): New functions.
26153         (TZBUFSIZE): New constant.
26154         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
26155         This requires that we sometimes generate our own TZ="XXX..." setting.
26156
26157 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
26158
26159         * doc/getdate.texi: New file, from coreutils with modifications for
26160         the new TZ parsing.
26161
26162 2004-10-27  Derek R. Price  <derek@ximbiot.com>
26163
26164         * lib/mktime.c (not_equal_tm): Remove redundant check.
26165
26166 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26167
26168         * modules/regex (lib_SOURCES): Add regex.c.
26169         Reported by James Youngman in
26170         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
26171
26172 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
26173
26174         * lib/getdate.y: Use Bison 1.875 features, and some minor
26175         code cleanups.  This change does not affect semantics.
26176         Don't include <stdlib.h>; no longer needed.
26177         Don't include unlocked-io.h; only the "#if TEST" code uses
26178         stdio, and performance isn't crucial there.
26179         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
26180         Bison 1.875 features as described below.
26181         All uses of "PC." replaced by "pc->".
26182         (YYSTYPE): Add a forward declaration.
26183         (yylex, yyerror): Use full prototypes in forward decls.
26184         Use "%pure-parser" rather than obsolescent "%pure_parser".
26185         Use %parse-param and %lex-param instead of obsolescent
26186         YYPARSE_PARAM and YYLEX_PARAM.
26187         (meridian_table, month_and_day_table, time_units_table,
26188         relative_time_table, time_zone_table, military_table,
26189         lookup_zone, lookup_word, get_date):
26190         Use NULL instead of 0 where appropriate.
26191         (to_hour): Avoid abort (), to avoid a dependency on
26192         stdlib.h.
26193         (yyerror, yylex): Now accepts parser_control * arg.
26194         (main) [TEST]: Use '\0' rather than 0 for char.
26195
26196 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26197
26198         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
26199
26200 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
26201
26202         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
26203         It's now the caller's responsibility to handle the case where
26204         !HAVE_GETPAGESIZE && !defined getpagesize.
26205
26206         * lib/mktime.c (leapyear): Arg is long int, not int.
26207
26208 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
26209
26210         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
26211
26212 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
26213
26214         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
26215         missing.  Problem reported by James Youngman.
26216
26217 2004-10-16  Simon Josefsson  <jas@extundo.com>
26218
26219         * gnulib-tool: Fix comments.  Fix parse problem.
26220         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
26221
26222 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
26223
26224         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
26225         implementation of getopt_long.  Problem reported by Alexander Taler in:
26226         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
26227
26228 2004-10-15  Bruno Haible  <bruno@clisp.org>
26229
26230         * gnulib-tool: Untabify. Initialize supplied_libname.
26231         (func_usage): More homogenous output.
26232         (func_modules_transitive_closure, func_modules_to_filelist,
26233         func_emit_lib_Makefile_am): New functions.
26234         (func_import): New function, extracted from big case statement. Use
26235         func_get_license, func_modules_transitive_closure,
26236         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
26237         opt_lgpl. Don't use test -a, as it's not portable.
26238         (func_create_testdir): Use func_modules_transitive_closure,
26239         func_modules_to_filelist, func_emit_lib_Makefile_am.
26240
26241 2004-10-15  Bruno Haible  <bruno@clisp.org>
26242
26243         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
26244
26245 2004-10-15  Bruno Haible  <bruno@clisp.org>
26246
26247         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
26248         the portions belonging to each module.
26249         Suggested by Derek Robert Price <derek@ximbiot.com>.
26250
26251 2004-10-12  Simon Josefsson  <jas@extundo.com>
26252
26253         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
26254         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
26255         to real functions.
26256
26257 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26258
26259         * modules/vsnprintf: New file.
26260
26261 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26262
26263         * m4/vsnprintf.m4: New file.
26264
26265 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26266
26267         * lib/vsnprintf.h: New file.
26268         * lib/vsnprintf.c: New file.
26269
26270 2004-10-11  Bruno Haible  <bruno@clisp.org>
26271
26272         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
26273         vsnprintf.
26274
26275 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
26276
26277         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
26278
26279 2004-10-07  Bruno Haible  <bruno@clisp.org>
26280
26281         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
26282         fits into the provided buffer.
26283
26284 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
26285
26286         * lib/diacrit.c, diacrit.h: Add GPL notice.
26287
26288         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
26289         notice.
26290         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
26291         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
26292         This avoids a potential constant-folding bug.
26293
26294 2004-10-05  Bruno Haible  <bruno@clisp.org>
26295
26296         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
26297         for the declaration of strsep.
26298
26299 2004-10-05  Bruno Haible  <bruno@clisp.org>
26300
26301         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
26302
26303 2004-10-04  Simon Josefsson  <jas@extundo.com>
26304
26305         * modules/memmem: New file.
26306         * tests/test-memmem.c: New file.
26307         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
26308
26309 2004-10-04  Simon Josefsson  <jas@extundo.com>
26310
26311         * m4/memmem.m4: New file.
26312
26313 2004-10-04  Simon Josefsson  <jas@extundo.com>
26314
26315         * lib/memmem.h: New file.
26316         * lib/memmem.c: New file, taken from glibc.
26317
26318 2004-10-04  Simon Josefsson  <jas@extundo.com>
26319
26320         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
26321         '#ifdef USE_UNLOCKED_IO'.
26322
26323 2004-10-04  Simon Josefsson  <jas@extundo.com>
26324
26325         * config/srclist.txt: Add memmem from glibc.
26326
26327 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26328
26329         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
26330
26331         * modules/argmatch, modules/argp, modules/closeout, modules/error,
26332         modules/exclude, modules/getdate, modules/getline,
26333         modules/getndelim2, modules/getpass, modules/getpass-gnu,
26334         modules/getusershell, modules/linebuffer, modules/md5,
26335         modules/mountlist, modules/posixtm, modules/readtokens,
26336         modules/readutmp, modules/regex, modules/sha1,
26337         modules/version-etc, modules/yesno:
26338         Remove dependency on unlocked-io.
26339
26340 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26341
26342         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
26343
26344         * m4/unlocked-io.m4: Add copyright notice.
26345         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
26346
26347 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26348
26349         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
26350         * lib/xmalloc.c (xmemdup): Likewise.
26351         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
26352         XFREE): Remove these long-obsolescent macros.
26353         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
26354         * lib/xstrdup.c: Remove.
26355
26356         * lib/regex.c (re_comp): Cast gettext return value to char *,
26357         Problem reported by Martin Neitzel via Mark D. Baushke.
26358
26359 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
26360
26361         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
26362         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
26363         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
26364         regex.c, sha1.c, version-etc.c, yesno.c:
26365         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
26366         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
26367         the includer's responsibility.
26368
26369         Sync from coreutils.
26370
26371         * lib/modechange.c (mode_compile): Don't decrement a pointer that
26372         points to the start of a string, as the C Standard says the
26373         resulting behavior is undefined.
26374
26375         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
26376         simple -> simple_backups, numbered_existing ->
26377         numbered_existing_backups, numbered -> numbered_backups
26378         to avoid shadowing problems.  All uses changed.
26379         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
26380         * lib/backupfile.c (check_extension, numbered_backup):
26381         Rename locals to avoid shadowing 'basename'.
26382         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
26383         once.
26384
26385         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
26386         * lib/.cvsignore: Add getopt.h.
26387
26388 2004-10-04  Bruno Haible  <bruno@clisp.org>
26389
26390         * modules/README: New file.
26391         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
26392         not a module.
26393
26394 2004-10-02  Jim Meyering  <jim@meyering.net>
26395
26396         * lib/dirfd.h, getpagesize.h: Add copyright notice.
26397
26398 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26399
26400         * modules/strsep: New file.
26401
26402 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26403
26404         * m4/strsep.m4: New file.
26405
26406 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
26407
26408         * lib/strsep.h: New file.
26409         * lib/strsep.c: New file.
26410
26411 2004-10-01  Simon Josefsson  <jas@extundo.com>
26412
26413         * lib/snprintf.c (snprintf): Handle size==0.
26414
26415 2004-10-01  Simon Josefsson  <jas@extundo.com>
26416             Bruno Haible  <bruno@clisp.org>
26417
26418         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
26419         (snprintf): Declare 'args'.
26420
26421 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
26422
26423         * lib/snprintf.c: Remove comments as to why each header is needed.
26424
26425 2004-10-01  Bruno Haible  <bruno@clisp.org>
26426
26427         * MODULES.html.sh: Add strsep.
26428
26429 2004-09-30  Simon Josefsson  <jas@extundo.com>
26430
26431         * modules/snprintf: New file.
26432
26433 2004-09-30  Simon Josefsson  <jas@extundo.com>
26434
26435         * m4/snprintf.m4: New file.
26436
26437 2004-09-30  Simon Josefsson  <jas@extundo.com>
26438
26439         * lib/snprintf.h, lib/snprintf.c: New files.
26440
26441 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
26442
26443         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
26444         (hol_entry_help): Never translate an empty string.
26445         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
26446         * lib/argp.h (OPTION_NO_TRANS): New option.
26447
26448 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26449
26450         * modules/argp (Maintainer): Replace Simon Josefsson
26451         by Sergey Poznyakoff.
26452
26453 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26454
26455         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
26456         changes merged back into glibc.
26457
26458 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
26459
26460         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
26461
26462 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
26463
26464         * lib/xvasprintf.c: Include xalloc.h.
26465         (xvasprintf): Use xalloc_die, not xmalloc_die.
26466
26467 2004-09-29  Bruno Haible  <bruno@clisp.org>
26468
26469         * modules/alloca-opt: New file, derived from modules/alloca.
26470         * modules/allocsa: Depend on alloca-opt instead of alloca.
26471         * modules/setenv: Likewise.
26472         * modules/vasnprintf: Likewise.
26473         * MODULES.html.sh: Add alloca-opt.
26474
26475 2004-09-28  Simon Josefsson  <jas@extundo.com>
26476
26477         * gnulib-tool: New parameter --lgpl, to asseert that modules are
26478         LGPL, and to replace license template from GPL to LGPL.
26479
26480 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26481
26482         * modules/dummy: Change license to LGPL.
26483
26484 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
26485
26486         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
26487
26488 2004-09-24  Simon Josefsson  <jas@extundo.com>
26489
26490         * modules/minmax (License): Change from GPL to LGPL.
26491
26492 2004-09-23  Simon Josefsson  <jas@extundo.com>
26493
26494         * gnulib-tool (--import): Typo.
26495
26496 2004-09-23  Simon Josefsson  <jas@extundo.com>
26497
26498         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
26499
26500 2004-09-22  Bruno Haible  <bruno@clisp.org>
26501
26502         * modules/*: Add 'License' field.
26503         * gnulib-tool: Accept --extract-license option.
26504         (func_get_license): New function.
26505
26506 2004-09-21  Bruno Haible  <bruno@clisp.org>
26507
26508         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
26509         Reported by Simon Josefsson.
26510
26511 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26512
26513         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
26514         gl_AC_TYPE_LONG_LONG.
26515
26516 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
26517
26518         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
26519
26520 2004-09-18  Simon Josefsson  <jas@extundo.com>
26521         and  Paul Eggert  <eggert@cs.ucla.edu>
26522
26523         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
26524         calls with autoreconf.  Define GL_LIB.
26525
26526 2004-09-14  Karl Berry  <karl@gnu.org>
26527
26528         * config/srclist.txt: unsync setenv.c, sigh.
26529
26530 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26531
26532         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
26533         Problem reported by Bruno Haible in:
26534         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
26535
26536 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
26537
26538         * config/srclist.txt: Comment out argp-pvh.c.
26539
26540 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
26541
26542         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
26543         in case some system header has #define'd it.  Problem reported by
26544         Soeren D. Schulze in
26545         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
26546
26547 2004-09-09  Karl Berry  <karl@gnu.org>
26548
26549         * regex.[ch]: delete from the root.  These were supposed to be
26550                 synced with emacs cvs, but this has not happened for about
26551                 a year, and anyway nothing else uses emacs regex.[ch].
26552                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
26553                 lib/regex[.ch] is untouched.
26554
26555 2004-09-09  Bruno Haible  <bruno@clisp.org>
26556
26557         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
26558
26559 2004-09-09  Bruno Haible  <bruno@clisp.org>
26560
26561         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
26562         modifications.
26563         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
26564
26565 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26566
26567         * modules/xvasprintf: New file.
26568         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
26569
26570 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
26571
26572         * lib/xvasprintf.h: New file.
26573         * lib/xvasprintf.c: New file.
26574         * lib/xasprintf.c: New file.
26575
26576 2004-09-08  Bruno Haible  <bruno@clisp.org>
26577
26578         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
26579
26580 2004-09-08  Bruno Haible  <bruno@clisp.org>
26581
26582         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
26583         length is > INT_MAX.
26584         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
26585         more.
26586
26587 2004-09-08  Bruno Haible  <bruno@clisp.org>
26588
26589         * lib/stdint_.h: New file, taken from GNU clisp.
26590
26591 2004-09-08  Bruno Haible  <bruno@clisp.org>
26592             Oskar Liljeblad  <oskar@osk.mine.nu>
26593
26594         * modules/stdint: New file.
26595         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
26596
26597 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26598
26599         Import from coreutils.
26600         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
26601         strings on unbounded length.  alloca's performance benefits aren't
26602         that important here.
26603         (V_STRDUP): Remove.
26604         (parse_with_separator): New function, with most of the internals
26605         of the old parse_user_spec.  Allow user to omit both user and group,
26606         for compatibility with FreeBSD.
26607         Clone only the user name, not the entire spec.
26608         Do not set *uid, *gid unless entirely successful.
26609         Avoid memory leak in some failing cases.
26610         Fix regression for USER.GROUP reported by Dmitry V. Levin in
26611         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
26612         (parse_user_spec): Rewrite to use parse_with_separator.
26613
26614 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26615
26616         * modules/userspec: Don't depend on alloca.
26617
26618 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
26619
26620         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
26621
26622 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
26623
26624         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
26625         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
26626         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
26627
26628 2004-08-16  Simon Josefsson  <jas@extundo.com>
26629
26630         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
26631         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
26632         Add --dry-run for --import.
26633         Let user provided command line parameters override configure.ac
26634         settings.
26635
26636 2004-08-12  Simon Josefsson  <jas@extundo.com>
26637
26638         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
26639         as discussed with Paul Eggert in threads rooted at
26640         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
26641         and
26642         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
26643         Before, the test was empty, and relied on ELIDE_CODE in source
26644         code.)
26645         (gl_PREREQ_GETOPT): New macro.
26646         (gl_GETOPT): Use them.
26647
26648 2004-08-12  Simon Josefsson  <jas@extundo.com>
26649
26650         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
26651         * lib/getopt_.h: Renamed from getopt.h.
26652
26653 2004-08-12  Simon Josefsson  <jas@extundo.com>
26654
26655         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
26656         Change default library name from libfoo to libgnu.
26657         Now, if you have a configure.ac that says:
26658                 gl_SOURCE_BASE(gl)
26659                 gl_M4_BASE(gl/m4)
26660                 gl_MODULES(error getopt etcetera)
26661                 gl_INIT
26662         you can import all you need by running:
26663                 ../gnulib/gnulib-tool --import
26664
26665         * modules/getopt (Files): Rename getopt.h to getopt_.h.
26666         (Makefile.am): Rewrite, use logic from argz.
26667         (Include): Use <getopt.h> instead of "getopt.h".
26668
26669 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26670
26671         * modules/argp (Files): Add m4/unlocked-io.m4.
26672         (Depends-on): Add extensions.
26673
26674 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26675
26676         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
26677         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
26678         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
26679         Check for program_invocation_name, program_invocation_short_name,
26680         flockfile, funlockfile, features.h, _getopt_long_only_r.
26681
26682 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26683
26684         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
26685         its complicated substitute.
26686         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
26687         and program_invocation_name.
26688         (__argp_basename) [!_LIBC]: Remove; the only use was
26689         replaced by its body.
26690         (__argp_short_program_name): Change condition from
26691         !defined __argp_short_program_name to
26692         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
26693         to match argp-namefrob.h.
26694         (__argp_failure): Don't assume strerror_r returns char *.
26695         * lib/argp-parse.c (N_): Define unconditionally.
26696         (argp_default_options): Fill out initializers with 0 to avoid
26697         gcc warnings.
26698
26699 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
26700
26701         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
26702         getopt1.c.
26703
26704 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26705
26706         Merge from coreutils.
26707
26708         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
26709
26710         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
26711         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
26712
26713 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26714
26715         Merge from coreutils.
26716
26717         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
26718         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
26719         for Reliant Unix 5.43.
26720
26721         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
26722         (union fooround): Use uintmax_t, not long int.
26723         The rest is a merge from libc:
26724         [defined _LIBC]: Include <shlib-compat.h>.
26725         (_obstack) [defined _LIBC]: Remove after 2.3.4.
26726
26727         * lib/settime.c (settime): Recode to avoid warning with
26728         Sun Forte C 6U2.
26729
26730         * lib/strverscmp.c: Convert to UTF-8.
26731
26732 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
26733
26734         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
26735         m4/uintmax_t.m4.
26736
26737 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26738
26739         * modules/xalloc-die: New file.
26740         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
26741
26742         * modules/md5 (Files): Add m4/uint32_t.m4.
26743         * modules/sha1: Renamed from modules/sha.
26744         (Files):
26745         Rename lib/sha.h to lib/sha1.h.
26746         Rename lib/sha.c to lib/sha1.c.
26747         Rename m4/sha.m4 to m4/sha1.m4.
26748         (lib_SOURCES): Likewise.
26749         (configure.ac): Rename gl_SHA to gl_SHA1.
26750         (Include): sha.h -> sha1.h.
26751
26752 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26753
26754         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
26755         * m4/sha1.m4: Renamed from sha.m4.
26756         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
26757
26758 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
26759
26760         * lib/obstack.h (obstack_empty_p):
26761         Don't assume that chunk->contents is suitably aligned.
26762         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
26763         Likewise. Problem reported by Benno in
26764         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
26765
26766         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
26767         readable.  This could be improved further but it'd take some work.
26768
26769 2004-08-08  Simon Josefsson  <jas@extundo.com>
26770
26771         * modules/xgethostname (Depends-on): Remove exit and error (not
26772         used).
26773
26774         * modules/getpass-gnu: Add getpass.h.
26775         (Depends-on): Add stdbool.
26776         * modules/getpass: Add getpass.h.
26777
26778 2004-08-08  Simon Josefsson  <jas@extundo.com>
26779
26780         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
26781         Check getpass declaration.
26782
26783 2004-08-08  Simon Josefsson  <jas@extundo.com>
26784
26785         * lib/xgethostname.c: Don't include error.h (not used).
26786
26787         * lib/getpass.h: Add.
26788         * lib/getpass.c: Include getpass.h first.
26789
26790 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
26791
26792         * lib/xalloc-die.c: New file.
26793         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
26794         All uses removed.
26795         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
26796         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
26797         xalloc-die.c.
26798         (_, N_, xalloc_die): Move to xalloc-die.c.
26799         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
26800         so that we needn't mess with xalloc_msg_memory_exhausted.
26801
26802         * lib/sha1.h: Renamed from sha.h.
26803         (SHA1_H): Renamed from _SHA_H.
26804         (sha1_ctx): Renamed from sha_ctx.
26805         (sha1_init_ctx): Renamed from sha_init_ctx.
26806         (sha1_process_block): Renamed from sha_process_block.
26807         (sha1_process_bytes): Renamed from sha_process_bytes.
26808         (sha1_finish_ctx): Renamed from sha_finish_ctx.
26809         (sha1_read_ctx): Renamed from sha_read_ctx.
26810         (sha1_stream): Renamed from sha_stream.
26811         (sha1_buffer): Renamed from sha_buffer.
26812         * lib/sha1.c: Likewise; renamed from sha.c.
26813         Do not include <sys/types.h>.
26814         Include <stddef.h> rather than <stdlib.h>.
26815
26816 2004-08-08  Bruno Haible  <bruno@clisp.org>
26817
26818         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
26819         FILESYSTEM_PREFIX_LEN.
26820         * lib/progreloc.c: Likewise.
26821         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
26822
26823 2004-08-06  Simon Josefsson  <jas@extundo.com>
26824
26825         * modules/progname (Depends-on): Don't depend on stdbool.
26826
26827 2004-08-06  Simon Josefsson  <jas@extundo.com>
26828
26829         * modules/getsubopt: New file.
26830         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
26831         getsubopt.
26832
26833 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26834
26835         More merge from coreutils.
26836
26837         * m4/utimens.m4, m4/utimecmp.m4: New files.
26838         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
26839         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
26840         prereq.m4, sha.m4: Import changes from coreutils.
26841
26842 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26843
26844         More merge from coreutils.
26845         * modules/raise, modules/readtokens0, modules/utimens:
26846         * modules/utimecmp, module/xnanosleep: New files.
26847         * modules/strftime: Add lib/strftime.h.
26848         Change include from <time.h> to "strftime.h".
26849         * modules/yesno: Add lib/yesno.h.
26850         * modules/backupfile: Remove lib/addext.c.
26851         * modules/euidaccess: Add stat-macros.h.
26852         * modules/canonicalize, modules/euidaccess,
26853         modules/filemode, modules/lchown, modules/makepath,
26854         modules/rmdir, modules/stat: Likewise.
26855
26856 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
26857
26858         Merge from tar.
26859         * lib/argp-help.c (make_hol, hol_append): Don't assume that
26860         SIZE_MAX is a valid preprocessor constant.
26861         (__argp_basename): Change from "#ifndef _LIBC"
26862         to "#ifndef __argp_short_program_name", so that
26863         we don't compile these functions for tar.
26864
26865         More merges from coreutils.
26866         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
26867         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
26868         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
26869         * lib/addext.c: Remove; no longer needed.
26870         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
26871         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
26872         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
26873         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
26874         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
26875         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
26876         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
26877         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
26878         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
26879         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
26880         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
26881         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
26882         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
26883         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
26884         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
26885         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
26886         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
26887         Import changes from coreutils.
26888
26889 2004-08-05  Simon Josefsson  <jas@extundo.com>
26890
26891         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
26892
26893 2004-08-05  Simon Josefsson  <jas@extundo.com>
26894
26895         * m4/getsubopt.m4: New file.
26896
26897 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26898
26899         Merge from coreutils.
26900
26901         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
26902         * m4/getcwd-path-max.m4: New files.
26903
26904         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
26905         FILESYSTEM_PREFIX_LEN ->
26906         FILE_SYSTEM_PREFIX_LEN.
26907         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
26908         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
26909         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
26910         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
26911
26912         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
26913         prerequisite modules now handle the DOS stuff.
26914         Don't check for unistd.h.
26915
26916 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26917
26918         Merge from coreutils.
26919
26920         * lib/.gdb-history: Remove; this doesn't belong here.
26921
26922         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
26923         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
26924         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
26925         * lib/getcwd.c: New files.
26926
26927         * lib/dirname.h: Include <stdbool.h>.
26928         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
26929         for consistency with POSIX terminology.  All uses changed.
26930         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
26931         (strip_trailing_slashes): Use bool for booleans.
26932         * lib/stripslash.c (strip_trailing_slashes): Likewise.
26933
26934         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
26935         sometimes returns a positive errno value even when it succeeds.
26936         (print_errno_message) [!LIBC]: Fall back on strerror if
26937         __strerror_r fails.
26938
26939         * lib/path-concat.c (mempcpy): Don't define if a system header defines
26940         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
26941         (longest_relative_suffix): New function.
26942         (path_concat): Use it.  Assume first argument is not NULL.
26943         Port to DOS.  Omit redundant separators.
26944         Report an error instead of returning NULL.
26945         Use mempcpy instead of memcpy.
26946         (xpath_concat): Remove: not declared or used.
26947
26948         * lib/same.h: Include <stdbool.h>
26949         (same_name): Return bool, not int.
26950         * lib/same.c (same_name): Likewise.
26951         (errno): Don't declare; we assume C89 or better now.
26952
26953         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
26954         if not already defined.
26955
26956         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
26957         * lib/dup-safer.c (errno): Likewise.
26958
26959 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
26960
26961         Merge from coreutils.
26962         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
26963         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
26964         * modules/path-concat: Don't depend on strdup.
26965
26966 2004-08-03  Simon Josefsson  <jas@extundo.com>
26967
26968         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
26969         * lib/progname.h: Don't include stdbool.h.
26970
26971 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26972
26973         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
26974         * MODULES.html.sh (func_all_modules): Remove fatal.
26975
26976 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26977
26978         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
26979
26980 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
26981
26982         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
26983         working.
26984
26985 2004-08-02  Simon Josefsson  <jas@extundo.com>
26986
26987         * lib/getsubopt.h: New file, with comments from Bruno Haible.
26988         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
26989         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
26990
26991 2004-08-01  Simon Josefsson  <jas@extundo.com>
26992
26993         * lib/xgetdomainname.c: Include stdlib.h, for free().
26994
26995 2004-07-19  Bruno Haible  <bruno@clisp.org>
26996
26997         * MODULES.html.sh (func_all_modules): Add dummy.
26998
26999 2004-07-16  Simon Josefsson  <jas@extundo.com>
27000
27001         * modules/dummy: New file.
27002
27003 2004-07-16  Simon Josefsson  <jas@extundo.com>
27004
27005         * lib/dummy.c: New file.
27006
27007 2004-07-16  Bruno Haible  <bruno@clisp.org>
27008
27009         * lib/backupfile.h: Add extern "C" for C++.
27010         * lib/closeout.h: Likewise.
27011         * lib/copy-file.h: Likewise.
27012         * lib/findprog.h: Likewise.
27013         * lib/full-write.h: Likewise.
27014         * lib/pathname.h: Likewise.
27015         * lib/progname.h: Likewise.
27016         * lib/stpcpy.h: Likewise.
27017         * lib/stpncpy.h: Likewise.
27018         * lib/strcase.h: Likewise.
27019         * lib/strstr.h: Likewise.
27020         * lib/xalloc.h: Likewise.
27021
27022         * lib/mbswidth.h: Add extern "C" for C++.
27023         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
27024
27025 2004-07-13  Robert Millan  <robertmh@gnu.org>
27026
27027         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
27028
27029 2004-07-09  Simon Josefsson  <jas@extundo.com>
27030
27031         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
27032         failed without this.)
27033
27034 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27035
27036         * modules/chown (Files): Add lib/fchown-stub.c, since
27037         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
27038
27039 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
27040
27041         * lib/fchown-stub.c: New file.
27042
27043 2004-06-24  Jim Meyering  <jim@meyering.net>
27044
27045         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
27046
27047 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27048
27049         * modules/argz: Omit "#include".
27050
27051         * MODULES.html.sh (func_all_modules): Add calloc, to match
27052         2004-06-01 addition of calloc module.
27053
27054 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27055
27056         * m4/argz.m4: New file, which is autoupdated from libtool.
27057
27058 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27059
27060         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
27061         libtool.
27062
27063 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
27064
27065         * config/srclist-update: Don't insist on "USA." before the
27066         close-comment, as libtool omits the period and puts the */ on a
27067         separate line.
27068         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
27069         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
27070
27071 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
27072
27073         * modules/argz: New file.
27074         * MODULES.html.sh (func_all_modules): Add argz.
27075
27076 2004-06-12  Jim Meyering  <jim@meyering.net>
27077         and  Paul Eggert  <eggert@cs.ucla.edu>
27078
27079         * modules/hash (Files): Add lib/xalloc.h.
27080         * modules/pipe (Depends-on): Add wait-process.
27081         * modules/stat (Depends-on): Add xalloc.
27082         * modules/userspec (Files): Add lib/userspec.h.
27083         * modules/xstrto
27084
27085         Upgrade from gettext-0.13.
27086         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
27087         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
27088         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
27089
27090 2004-06-10  Jim Meyering  <jim@meyering.net>
27091
27092         * lib/calloc.c: New file.
27093
27094 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
27095
27096         * lib/getdate.y (yylex): Allow space between sign and number.
27097         Problem reported by Dan Jacobson.
27098
27099 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
27100
27101         Merge from coreutils CVS.
27102
27103         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
27104         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
27105         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
27106         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
27107         xstrtol.m4: Fix copyright date and/or serial number.
27108
27109         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
27110         See if we need an fchown replacement.
27111         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
27112         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
27113         and use the replacement function if we detect either defect.
27114
27115         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
27116         gl_UTIMECMP.
27117
27118 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
27119         and  Jim Meyering  <jim@meyering.net>
27120
27121         Merge from coreutils CVS.
27122
27123         * lib/stat-macros.h: New file, with contents from file-type.h
27124         and coreutils' system.h.
27125         * lib/file-type.c: Include "stat-macros.h".
27126         * lib/file-type.h (file_type): Move all macro definitions to new file,
27127         stat-macros.h.
27128
27129         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
27130         Wrap old code with this conditional.
27131         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
27132         function that does not dereference symlinks.
27133         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
27134
27135         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
27136         dependency problems.
27137         (xreadlink): Accept new arg SIZE, for efficiency.
27138         All decls and uses changed.
27139         * lib/xreadlink.h: Include <stddef.h>, for size_t.
27140
27141         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
27142         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
27143
27144         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
27145         sysexits.h.
27146
27147 2004-06-01  Jim Meyering  <jim@meyering.net>
27148
27149         * m4/calloc.m4: New file.
27150
27151 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
27152
27153         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
27154         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
27155         Also, fix a typo in a diagnostic.
27156
27157 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
27158
27159         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
27160         or AC_FUNC_REALLOC.
27161
27162 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
27163
27164         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
27165         macros to be defined.
27166         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
27167         the allocator returns NULL because the requested size is zero.
27168
27169 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
27170
27171         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
27172         var.  Add comment explaining why libc still defines it.  This
27173         merges the following patch from glibc:
27174         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
27175
27176 2004-05-20  Andreas Schwab  <schwab@suse.de>
27177
27178         * m4/free.m4: Replace free if it not known to work, not the other
27179         way round.
27180
27181 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
27182
27183         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
27184         present in glibc since revision 1.1 of this file.
27185         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
27186         obstack_alignment_mask, obstack_alloc, obstack_base,
27187         obstack_blank, obstack_blank_fast, obstack_chunk_size,
27188         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
27189         obstack_grow0, obstack_init, obstack_int_grow,
27190         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
27191         obstack_next_free, obstack_object_size, obstack_ptr_grow,
27192         obstack_ptr_grow_fast, obstack_room): Remove declarations of
27193         nonexistent functions.
27194
27195 2004-05-18  Karl Berry  <karl@gnu.org>
27196
27197         * config/srclist.txt: break link for vasnprintf.c.
27198
27199 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
27200
27201         Port obstack to the AS/400, where pointers are 16 bytes wide and
27202         you cannot cast an integer to a valid pointer.  This patch is
27203         currently waiting to be integrated into glibc; see
27204         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
27205
27206         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
27207         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
27208         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
27209         (struct obstack): temp member is now a union of a pointer and
27210         an integer, instead of an integer.  All integer uses changed.
27211         This does not affect the physical layout of struct obstack,
27212         except on hosts (like the AS/400) where the size or alignment of
27213         void * is greater than that of ptrdiff_t.
27214         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
27215         __STDC__)]: Store temporary in pointer member of union, not
27216         integer member.
27217         * lib/obstack.c: Include <stddef.h>, for offsetof.
27218         (struct fooalign): Remove; it doesn't need a name.
27219         (union fooround): Change double to long double, and add void *.
27220         (DEFAULT_ALIGNMENT): Use offsetof to compute.
27221         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
27222         not a macro.  Hence the values are always int; so remove all
27223         casts-to-int in uses.
27224
27225 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
27226
27227         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
27228         we can get this patch merged into glibc.
27229
27230 2004-05-17  Derek R. Price  <derek@ximbiot.com>
27231             Paul Eggert  <eggert@cs.ucla.edu>
27232
27233         * m4/argp: Depend on alloca.
27234
27235 2004-05-17  Derek R. Price  <derek@ximbiot.com>
27236             Paul Eggert  <eggert@cs.ucla.edu>
27237
27238         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
27239         freecoding.
27240
27241 2004-05-17  Bruno Haible  <bruno@clisp.org>
27242
27243         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
27244         precision that consists of a '.' followed by an empty digit string.
27245         Patch by Tor Lillqvist <tml@iki.fi>.
27246
27247 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
27248
27249         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
27250         for backward compatibility with older code.  We need our own
27251         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
27252         it under some other name, and our alloca.h will define it.
27253
27254 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
27255             Derek Price  <derek@ximbiot.com>
27256
27257         * lib/alloca.c: Include <alloca.h>, to get our interface.
27258         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
27259         include <alloca.h> first.  Use C89 prototype for alloca; this
27260         requires including <stddef.h> for size_t.  Use extern "C" if C++.
27261         Use #elif for simplicity, since we can assume C89 now.
27262         Don't try to source the system alloca.h since it will not be found
27263         and to prevent recursively including its replacement.
27264         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
27265         * lib/regex.c: Likewise.
27266
27267 2004-05-16  Derek Price  <derek@ximbiot.com>
27268             Paul Eggert  <eggert@cs.ucla.edu>
27269
27270         getline cleanup.  This changes the getndelim2 API: both order of
27271         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
27272         no delimiter).
27273
27274         * lib/getline.c: Don't include stddef.h or stdio.h, since our
27275         interface does that.
27276         (getline): Always use getdelim, so that we don't have two
27277         copies of this code.
27278         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
27279         if available.
27280         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
27281         (GETNDELIM2_MAXIMUM): New macro.
27282         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
27283         instead of the old practice of delim2==0.  All callers changed.
27284         Return -1 on overflow, instead of returning junk.
27285         Do not set *linesize unless allocation succeeds.
27286         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
27287         that we include sys/types.h.
27288         * lib/getnline.h: Likewise.
27289         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
27290         (getndelim2): Reorder arguments.
27291         * lib/getnline.c (getnline, getndelim):
27292         Don't discard the NMAX argument.
27293         (getnline): Invoke getndelim, to avoid code duplication.
27294         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
27295         of (size_t) -1 by callers of the getnline family.
27296
27297 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27298
27299         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
27300         Check for gettimeofday.
27301         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
27302         Check for settimeofday, stime.
27303
27304 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
27305
27306         * lib/nanosleep.c (suspended): Change its type from int to
27307         sig_atomic_t volatile.
27308         (first_call): Make it private to rpl_nanosleep, and have it
27309         be zero initially as that's a bit faster.
27310         (my_usleep): Round up fractional times instead of truncating them,
27311         as this is the usual meaning for 'sleep'.
27312
27313         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
27314         doesn't work.
27315         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
27316         (ENOSYS): Define if not defined.
27317         (settime): Fall back on stime if it exists and settimeofday fails.
27318         But don't bother with fallbacks if a method fails with errno == EPERM.
27319
27320 2004-05-11  Jim Meyering  <jim@meyering.net>
27321
27322         Prior to this change, the save_cwd caller required read access to the
27323         current directory on most systems (ones with the fchdir function).
27324
27325         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
27326         fails, try write-only, and finally, resort to using xgetcwd.
27327
27328 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
27329
27330         * lib/obstack.c, obstack.h: Import changes from libc.
27331
27332 2004-04-28  Bruno Haible  <bruno@clisp.org>
27333
27334         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
27335         also implicitly appends .exe to executables.
27336         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
27337         accepts Windows pathnames.
27338         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
27339         Treat Cygwin like Windows, since it now accepts Windows pathnames.
27340         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
27341         Treat Cygwin like Windows, since it now accepts Windows pathnames.
27342         Reported by Derek Robert Price <derek@ximbiot.com>.
27343
27344 2004-04-21  Karl Berry  <karl@gnu.org>
27345
27346         * config/srclist.txt (localcharset.c): break sync.
27347
27348 2004-04-20  Paul Eggert  <eggert@twinsun.com>
27349
27350         * m4/host-os.m4: Add a copyright notice.
27351
27352 2004-04-20  Jim Meyering  <jim@meyering.net>
27353
27354         Change UTILS_ to gl_ in AC_DEFINE'd names.
27355         Change utils_- and jm_-prefixed variables, too.
27356         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
27357         UTILS_FUNC_MKDIR_TRAILING_SLASH.
27358         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
27359
27360         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
27361         Don't emit trailing blanks.
27362         Also rename jm_-prefixed variables to have gl_ prefix.
27363
27364         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
27365         Also rename jm_-prefixed variables to have gl_ prefix.
27366
27367         * m4/jm-macros.m4: Reflect the renamings.
27368         * m4/prereq.m4: Likewise.
27369
27370 2004-04-20  Jim Meyering  <jim@meyering.net>
27371
27372         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
27373         memory.
27374
27375 2004-04-20  Jim Meyering  <jim@meyering.net>
27376             Bruno Haible  <bruno@clisp.org>
27377
27378         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
27379         memory when realloc fails.
27380
27381 2004-04-19  Jim Meyering  <jim@meyering.net>
27382
27383         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
27384         now that readutmp.c may call `free (0)'.
27385
27386 2004-04-19  Bruno Haible  <bruno@clisp.org>
27387
27388         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
27389         * m4/inttypes_h.m4: Likewise.
27390         * m4/stdint_h.m4: Likewise.
27391         * m4/intmax_t.m4: Likewise.
27392         * m4/uintmax_t.m4: Likewise.
27393
27394 2004-04-18  Jim Meyering  <jim@meyering.net>
27395
27396         * m4/prereq.m4: Don't forbid jm_ prefix.
27397
27398         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
27399         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
27400         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
27401         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
27402         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
27403         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
27404         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
27405         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
27406         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
27407         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
27408         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
27409         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
27410         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
27411         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
27412         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
27413         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
27414         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
27415         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
27416         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
27417
27418 2004-04-18  Jim Meyering  <jim@meyering.net>
27419
27420         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
27421         failure, don't leak memory and do call END_UTMP_ENT.
27422
27423 2004-04-16  Jim Meyering  <jim@meyering.net>
27424
27425         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
27426         coreutils' stat program.
27427         (gl_PREREQ): Don't require jm_PREREQ_STAT.
27428
27429 2004-04-11  Paul Eggert  <eggert@twinsun.com>
27430
27431         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
27432         C89.
27433         (CHAR_BIT): Remove, since we assume C89.
27434         Include <stdint.h> if available, as per current Autoconf CVS advice.
27435
27436 2004-03-31  Jim Meyering  <jim@meyering.net>
27437
27438         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
27439         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
27440         * m4/xalloc.m4: Likewise.
27441
27442 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27443
27444         Merge from coreutils.
27445
27446         * m4/inttostr.m4: New file.
27447         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
27448         Require AM_STDBOOL_H and gl_TIMESPEC instead.
27449         Require gl_CLOCK_TIME.
27450         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
27451
27452 2004-03-30  Paul Eggert  <eggert@twinsun.com>
27453
27454         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
27455         not bool, to be more consistent with Unix conventions.
27456         Suggested by Bruno Haible.
27457
27458         Merge from coreutils.
27459
27460         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
27461         * lib/umaxtostr.c: New files.
27462
27463         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
27464         the usual <time.h> dance.
27465         (get_date): Change signature to support fractional time stamps.
27466         All callers changed.
27467         * lib/getdate.y: Include "getdate.h" first, as we can now
27468         assume C89 and don't need to worry about 'const'.
27469         Similarly, include "unlocked-io.h" near start, not in middle.
27470         Include <limits.h>.
27471         (textint.value): Use long int rather than int.
27472         (textint.digits): Use size_t rather than int.
27473         (BILLION, LOG10_BILLION): New constants.
27474         (parser_control): New member rel_ns.  Members day_ordinal,
27475         time_zone, month, day, hour, minutes, rel_year, rel_month,
27476         rel_day, rel_hour, rel_minutes, rel_seconds
27477         are now long int, not int.  Member seconds is now struct timespec,
27478         not int.  New member timespec_seen.  Members dates_seen, days_seen,
27479         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
27480         not int.
27481         (%union.intval): Now long int, not int.
27482         New member timespec.
27483         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
27484         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
27485         (spec): Now is a timespec or an item list.
27486         (timespec, items): New nonterminals.
27487         (time, rel, relunit, number, get_date):
27488         Add support for fractional seconds.
27489         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
27490         (gmtime, localtime, mktime): Remove decls; not needed with C89.
27491         (to_hour): First arg is now long int, not int.
27492         (to_year): Returns long int, not int.
27493         Don't treat year -70 like 70.
27494         (tm_diff): Returns long int, not int.
27495         (lookup_word): Use bool instead of int when appropriate.
27496         (yylex): Use size_t for count, not int.
27497         Detect overflow when parsing large integer constants.
27498         Add support for fractions.
27499         (get_date): Make pointers 'const' if possible.
27500         Use more-portable code to detect integer overflow.
27501         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
27502         Don't use ctime; it's not reliable if the year has >4 digits.
27503
27504         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
27505         This is for compatibility with BSD.
27506
27507         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
27508         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
27509         From coreutils' system.h.
27510
27511         * lib/userspec.c: Don't include "posixver.h".
27512         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
27513         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
27514         compatible extension.  Simplify code by removing a boolean int
27515         that was always nonzero if a string was nonnull.
27516
27517 2004-03-30  Jim Meyering  <jim@meyering.net>
27518
27519         Merge from coreutils.
27520
27521         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
27522         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
27523         on some systems one must include <grp.h> before it.
27524         Reported by Christian Krackowizer.
27525
27526 2004-03-30  Jim Meyering  <jim@meyering.net>
27527
27528         Merge from coreutils.
27529
27530         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
27531
27532         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
27533         an empty input stream.
27534
27535         * lib/readtokens.c: Include <stdbool.h>.
27536         (readtoken): Use `size_t' rather than int/long.
27537         All callers adjusted.
27538         Use `bool' rather than `int' where appropriate.
27539         Use memset rather than an explicit loop.
27540         Use x2nrealloc rather than xrealloc.
27541         Allow the use of `\0' as a delimiter.
27542         (readtokens): Likewise.
27543         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
27544
27545 2004-03-30  Jim Meyering  <jim@meyering.net>
27546
27547         * m4/realloc.m4: Remove file, since now it does no more than
27548         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
27549         the `configure.ac' section of module/realloc.
27550         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
27551
27552 2004-03-30  Bruno Haible  <bruno@clisp.org>
27553
27554         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
27555         nonnull.
27556
27557 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27558
27559         Merge changes to getloadavg.c from coreutils and Emacs.
27560
27561         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
27562         Define to an expression, not to the empty string.
27563         Include cloexec.h and xalloc.h.
27564         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
27565         Use set_cloexec_flag rather than rolling our own.
27566         * lib/cloexec.c, lib/cloexec.h: New files.
27567
27568 2004-03-29  Paul Eggert  <eggert@twinsun.com>
27569
27570         * m4/cloexec.m4: New file.
27571
27572 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27573
27574         * lib/getopt.h: Sync with libc CVS.
27575
27576 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27577             Bruno Haible  <bruno@clisp.org>
27578
27579         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
27580         mbswidth.
27581
27582 2004-03-18  Paul Eggert  <eggert@twinsun.com>
27583             Bruno Haible  <bruno@clisp.org>
27584
27585         * lib/mbswidth.h: Include <wchar.h> only if
27586         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
27587         <wchar.h>.
27588         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
27589
27590 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27591
27592         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
27593         Sync with libc CVS.
27594         * lib/getopt_int.h: New file, also synced from libc.
27595
27596 2004-03-09  Paul Eggert  <eggert@twinsun.com>
27597
27598         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
27599         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
27600         Bring back getopt.c, getopt.h, getopt1.c.
27601
27602 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27603
27604         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
27605         All uses changed.  Check for sa_sigaction member; this fixes
27606         a bug first reported by Jason Andrade in
27607         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27608
27609 2004-03-07  Paul Eggert  <eggert@twinsun.com>
27610
27611         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
27612         '#if' expressions.  Unlike the code it replaces, it does not
27613         depend on (defined _SC_PAGESIZE).  However, it does depend on
27614         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
27615         first reported by Jason Andrade in
27616         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
27617
27618 2004-02-25  Simon Josefsson  <jas@extundo.com>
27619
27620         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
27621
27622 2004-02-25  Simon Josefsson  <jas@extundo.com>
27623
27624         * lib/strdup.h: New file.
27625         * lib/strdup.c: Include it.
27626         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
27627         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
27628
27629 2004-02-23  Karl Berry  <karl@gnu.org>
27630
27631         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
27632         (from fencepost.gnu.org:/gd/gnuorg).
27633
27634 2004-02-23  Karl Berry  <karl@gnu.org>
27635
27636         * config/srclistvars.sh (GNUORG) [karl]: redefine.
27637         * config/srclist.txt: add maintain/standards documents.
27638
27639 2004-02-18  Bruno Haible  <bruno@clisp.org>
27640
27641         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
27642         Reported by Derek Robert Price <derek@ximbiot.com>.
27643
27644 2004-02-16  Karl Berry  <karl@gnu.org>
27645
27646         * config/mkinstalldirs, install-sh: update from automake.
27647
27648 2004-02-06  Karl Berry  <karl@gnu.org>
27649
27650         * m4/po.m4: update from gettext 0.14.1.
27651
27652 2004-02-06  Karl Berry  <karl@gnu.org>
27653
27654         * lib/config.charset: update from gettext 0.14.1.
27655
27656 2004-02-05  Paul Eggert  <eggert@twinsun.com>
27657
27658         Add comments and code, prompted by suggestions from Bruno Haible
27659         for sh-quote.
27660         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
27661         describing the enum quoting_style values.
27662         * lib/quotearg.c (quotearg_alloc): New function.
27663         (quotearg_buffer_restyled): Treat lone { and } as special.
27664         Treat = as special.  Work around bug with older shells
27665         that "see" a '\' that is really the 2nd byte of a multibyte char.
27666         Quote empty string with shell_quoting_style.
27667
27668 2004-02-03  Bruno Haible  <bruno@clisp.org>
27669
27670         * m4/pipe.m4: New file, from GNU gettext.
27671
27672 2004-02-03  Bruno Haible  <bruno@clisp.org>
27673
27674         * lib/pipe.h: New file, from GNU gettext.
27675         * lib/pipe.c: New file, from GNU gettext.
27676
27677 2004-01-27  Bruno Haible  <bruno@clisp.org>
27678
27679         * m4/execute.m4: New file, from GNU gettext.
27680
27681 2004-01-27  Bruno Haible  <bruno@clisp.org>
27682
27683         * lib/execute.h: New file, from GNU gettext.
27684         * lib/execute.c: New file, from GNU gettext.
27685         * lib/w32spawn.h: New file, from GNU gettext.
27686
27687 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27688
27689         Merge from diffutils.
27690
27691         * lib/file-type.c (file_type): Add typed memory objects.
27692         * lib/file-type.h (S_TYPEISTMO): New macro.
27693
27694         * lib/c-stack.h (c_stack_action): Remove argv argument.
27695         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
27696         (die): Don't calculate message unless segv_action returns.
27697         (get_stack_location, min_address_from_argv, max_address_from_argv,
27698         volatile stack_base, volatile_stack_size): Remove.
27699         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
27700         that every segmentation violation is a stack overflow.  (Ouch!)
27701         See Debian bug 136249 (still outstanding) for more info about why
27702         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
27703
27704 2004-01-24  Paul Eggert  <eggert@twinsun.com>
27705
27706         Exit-status fix from coreutils.
27707
27708         Use exit_failure consistently in place of EXIT_FAILURE,
27709         so that program exit statuses are consistent on failure.
27710
27711         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
27712         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
27713         * lib/argmatch.h: Comment fix to match the above.
27714         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
27715         Now a macro referring to exit_failure, instead of a separate
27716         variable.  Include "exitfail.h" to get it.
27717         * lib/xstrtol.h: Include "exitfail.h".
27718         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
27719
27720         * lib/long-options.c (parse_long_options): Use prototype
27721         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
27722         for clarity.
27723
27724 2004-01-21  Jim Meyering  <jim@meyering.net>
27725
27726         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
27727         so as not to conflict with a different-sized __mktime_internal
27728         function in GNU libc.
27729         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
27730         Problem building statically-linked `ls' reported by Michael Brunnbauer.
27731
27732 2004-01-20  Karl Berry  <karl@gnu.org>
27733
27734         * config/config.guess: update from config.
27735
27736         * config/srclistvars.sh: GNUWWWLICENSES for karl.
27737
27738 2004-01-20  Bruno Haible  <bruno@clisp.org>
27739
27740         Safer stack allocation.
27741         * lib/setenv.c: Include allocsa.h.
27742         (alloca): Remove fallback definition.
27743         (freea): Remove macro.
27744         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
27745         instead of freea.
27746
27747 2004-01-20  Bruno Haible  <bruno@clisp.org>
27748
27749         * m4/eealloc.m4: New file, from GNU gettext.
27750
27751 2004-01-20  Bruno Haible  <bruno@clisp.org>
27752
27753         * m4/allocsa.m4: New file, from GNU gettext.
27754
27755 2004-01-20  Bruno Haible  <bruno@clisp.org>
27756
27757         * lib/xallocsa.h: New file, from GNU gettext.
27758         * lib/xallocsa.c: New file, from GNU gettext.
27759
27760 2004-01-20  Bruno Haible  <bruno@clisp.org>
27761
27762         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
27763
27764 2004-01-20  Bruno Haible  <bruno@clisp.org>
27765
27766         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
27767         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
27768         specially.
27769
27770 2004-01-20  Bruno Haible  <bruno@clisp.org>
27771
27772         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
27773         patch.
27774
27775 2004-01-20  Bruno Haible  <bruno@clisp.org>
27776
27777         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
27778
27779 2004-01-20  Bruno Haible  <bruno@clisp.org>
27780
27781         * lib/eealloc.h: New file.
27782
27783 2004-01-20  Bruno Haible  <bruno@clisp.org>
27784
27785         * lib/binary-io.h: Avoid warnings on Cygwin.
27786
27787 2004-01-20  Bruno Haible  <bruno@clisp.org>
27788
27789         * lib/allocsa.h: New file, from GNU gettext.
27790         * lib/allocsa.c: New file, from GNU gettext.
27791
27792 2004-01-18  Karl Berry  <karl@gnu.org>
27793
27794         * doc/gpl.texi, doc/lgpl.texi: new files.
27795
27796 2004-01-18  Karl Berry  <karl@gnu.org>
27797
27798         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
27799         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
27800
27801 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27802
27803         Merge from coreutils.
27804
27805         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
27806         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
27807         (gl_DEFAULT_POSIX2_VERSION): Move
27808         the documentation from 'configure' into 'config.hin',
27809         so that 'configure --help' isn't burdened by it and
27810         we don't have to worry about its formatting there.
27811         Reword the documentation so that it's more succinct
27812         and can be run together into a single paragraph.
27813         * m4/same.m4 (gl_SAME): Check for pathconf.
27814
27815 2004-01-15  Paul Eggert  <eggert@twinsun.com>
27816
27817         Merge from coreutils.
27818
27819         * lib/posixver.c: Include posixver.h.
27820
27821         * lib/same.c: Include <stdbool.h>, <limits.h>.
27822         (_POSIX_NAME_MAX): Define if not defined.
27823         (MIN): New macro.
27824         (same_name): If file names are silently truncated, report
27825         that the file names are the same if they are the same after
27826         the silent truncation.
27827
27828         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
27829         conversion function.
27830         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
27831         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
27832         longer needed.
27833
27834 2004-01-15  Jim Meyering  <jim@meyering.net>
27835
27836         Merge from coreutils.
27837
27838         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
27839         if no library is required.
27840         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
27841         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
27842         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
27843         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
27844         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
27845         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
27846         value, $ac_cv_search_crypt, if it's "none required".
27847         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
27848         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
27849         not gl_FUNC_GETLOADAVG.
27850         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
27851         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
27852
27853 2004-01-15  Jim Meyering  <jim@meyering.net>
27854
27855         Merge from coreutils.
27856
27857         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
27858         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
27859         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
27860
27861         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
27862         optional configure-time default.
27863
27864         * lib/version-etc.c (version_etc_copyright): Update copyright date.
27865
27866         * lib/xreadlink.c (xreadlink): Correct outdated comment.
27867
27868 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
27869
27870         Merge from coreutils.
27871
27872         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
27873         value, $ac_cv_search_nanosleep, if it's "none required".
27874
27875 2004-01-14  Paul Eggert  <eggert@twinsun.com>
27876
27877         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
27878         with like-named macro in fnmatch.c.
27879         (EXT): Use an internal constant instead.
27880
27881         Merge fnmatch patches from glibc.
27882         * lib/fnmatch.c (mbsinit): Remove define.
27883         Add libc_hidden_ver (__fnmatch, fnmatch).
27884         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
27885         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
27886
27887 2004-01-14  Karl Berry  <karl@gnu.org>
27888
27889         * config/install-sh: update from automake.
27890
27891 2004-01-13  Karl Berry  <karl@gnu.org>
27892
27893         * config/install-sh: update from automake.
27894
27895 2004-01-09  Karl Berry  <karl@gnu.org>
27896
27897         * config/install-sh: update from automake.
27898
27899 2004-01-05  Karl Berry  <karl@gnu.org>
27900
27901         * config/config.{sub,guess}: update from config.
27902
27903 2003-12-31  Karl Berry  <karl@gnu.org>
27904
27905         * config/depcomp: update from automake.
27906
27907 2003-12-14  Karl Berry  <karl@gnu.org>
27908
27909         * lib/config.charset: update from gettext-runtime.
27910
27911 2003-12-03  Paul Eggert  <eggert@twinsun.com>
27912
27913         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
27914         Bug reported by Alfred M. Szmidt.
27915
27916 2003-12-03  Bruno Haible  <bruno@clisp.org>
27917
27918         * m4/gettext.m4: Upgrade from gettext-0.13.
27919         * m4/po.m4: Upgrade from gettext-0.13.
27920         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
27921         * m4/intmax.m4: New file, from gettext-0.13.
27922         * m4/printf-posix.m4: New file, from gettext-0.13.
27923
27924 2003-11-29  Karl Berry  <karl@gnu.org>
27925
27926         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
27927
27928 2003-11-25  Paul Eggert  <eggert@twinsun.com>
27929             Bruno Haible  <bruno@clisp.org>
27930
27931         * lib/printf-parse.h: Don't include sys/types.h.
27932         (ARG_NONE): New macro.
27933         (char_directive): Change type of *arg_index fields to size_t.
27934         * lib/printf-parse.c: Don't include sys/types.h.
27935         (SSIZE_MAX): Remove macro.
27936         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
27937         Remove unnecessary overflow check.
27938         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
27939         fields.
27940
27941 2003-11-25  Bruno Haible  <bruno@clisp.org>
27942
27943         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
27944
27945 2003-11-25  Bruno Haible  <bruno@clisp.org>
27946
27947         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
27948         gt_TYPE_SSIZE_T.
27949
27950 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27951
27952         * modules/alloca: Remove dependency on xalloc.
27953
27954 2003-11-24  Paul Eggert  <eggert@twinsun.com>
27955
27956         * lib/alloca.c: Remove dependency on xalloc module.
27957         (xalloc_die): Remove.
27958         (memory_full) [!defined emacs]: New macro.
27959         [!defined emacs]: Don't include xalloc.h.
27960         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
27961         address arithmetic overflows.  Change datatypes a bit to avoid
27962         unnecessary casts.
27963
27964 2003-11-22  Jim Meyering  <jim@meyering.net>
27965
27966         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
27967         s/size/size_t/.
27968
27969 2003-11-21  Karl Berry  <karl@gnu.org>
27970
27971         * config/config.{sub,guess}: update from config.
27972
27973 2003-11-18  Karl Berry  <karl@gnu.org>
27974
27975         * config/config.{sub,guess}: update from config.
27976
27977         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
27978
27979 2003-11-17  Paul Eggert  <eggert@twinsun.com>
27980
27981         * README: Mention that S+T cannot overflow if S is the size of
27982         an existing object and T is sufficiently small.
27983
27984 2003-11-17  Jim Meyering  <jim@meyering.net>
27985
27986         On systems without utime and without a utimes function capable of
27987         dealing with a NULL struct utimbuf* argument, this utime replacement
27988         could -- in unusual circumstances -- leak a file descriptor.
27989         * lib/utime.c: Include <unistd.h> and <errno.h>.
27990         (utime_null): Be sure to close `fd' and to preserve errno.
27991         Reported by Geoff Collyer via Arnold Robbins.
27992
27993 2003-11-17  Bruno Haible  <bruno@clisp.org>
27994
27995         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
27996         (Depends-on): Add xsize.
27997
27998 2003-11-17  Bruno Haible  <bruno@clisp.org>
27999
28000         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
28001
28002 2003-11-17  Bruno Haible  <bruno@clisp.org>
28003
28004         * lib/vasnprintf.c (alloca): Remove fallback definition.
28005         (freea): Remove definition.
28006         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
28007         Reported by Paul Eggert.
28008
28009 2003-11-16  Paul Eggert  <eggert@twinsun.com>
28010             Bruno Haible  <bruno@clisp.org>
28011
28012         Protect against address arithmetic overflow.
28013         * lib/printf-args.h: Include stddef.h.
28014         (arguments): Change type of field 'count' to size_t.
28015         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
28016         'unsigned int' where appropriate.
28017         * lib/printf-parse.h: Include sys/types.h.
28018         (char_directive): Change type of *arg_index fields to ssize_t.
28019         (char_directives): Change type of fields 'count', max_*_length to
28020         size_t.
28021         * lib/printf-parse.c: Include sys/types.h and xsize.h.
28022         (SSIZE_MAX): Define fallback value.
28023         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
28024         instead of 'int' where appropriate. Check a_allocated, d_allocated
28025         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
28026         * lib/vasnprintf.c: Include xsize.h.
28027         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
28028         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
28029         overflow. Avoid wraparound when converting a width or precision from
28030         decimal to binary.
28031
28032 2003-11-16  Bruno Haible  <bruno@clisp.org>
28033
28034         Update from GNU gettext.
28035         * lib/printf-parse.c: Generalize to it can be compiled for wide
28036         strings.
28037         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
28038         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
28039         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
28040         SNPRINTF): New macros.
28041         Don't include <alloca.h> if the file is used inside libintl.
28042         (local_wcslen): New function, for Solaris 2.5.1.
28043         (VASNPRINTF): Use it instead of wcslen.
28044
28045 2003-11-16  Bruno Haible  <bruno@clisp.org>
28046
28047         * lib/xsize.h (xmax): New function.
28048         (xsum, xsum3, xsum4): Declare as "pure" functions.
28049
28050 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28051
28052         * modules/xalloc (Files): Undo latest change, since xalloc.h
28053         no longer needs SIZE_MAX or PTRDIFF_MAX.
28054
28055 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28056
28057         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
28058         gl_PTRDIFF_MAX.
28059
28060 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28061
28062         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
28063         "return", to pacify some unknown compiler.  Problem reported
28064         by Joerg Schilling.
28065
28066 2003-11-12  Paul Eggert  <eggert@twinsun.com>
28067
28068         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
28069         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
28070         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
28071         heuristic is just as accurate as far as we know, and it removes a
28072         dependency on size_max.m4 and ptrdiff_max.m4.
28073
28074 2003-11-11  Bruno Haible  <bruno@clisp.org>
28075
28076         * modules/xsize (Files): Add m4/size_max.m4.
28077         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
28078
28079 2003-11-11  Bruno Haible  <bruno@clisp.org>
28080
28081         * m4/size_max.m4: New file.
28082         * m4/ptrdiff_max.m4: New file.
28083         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
28084         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
28085         (gl_XALLOC): Invoke it.
28086
28087 2003-11-11  Bruno Haible  <bruno@clisp.org>
28088
28089         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
28090         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
28091         defined.
28092
28093 2003-11-10  Paul Eggert  <eggert@twinsun.com>
28094
28095         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
28096         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
28097         rejected some allocations of exactly SIZE_MAX - 2 bytes.
28098         From Bruno Haible.
28099         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
28100         not (size_t) -1, since it's defined here.
28101
28102 2003-11-09  Karl Berry  <karl@gnu.org>
28103
28104         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
28105
28106 2003-11-06  Paul Eggert  <eggert@twinsun.com>
28107
28108         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
28109         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
28110         Reject sizes of exactly SIZE_MAX bytes.
28111         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
28112         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
28113
28114 2003-11-05  Bruno Haible  <bruno@clisp.org>
28115
28116         * lib/xsize.h: Include limits.h, to avoid a possible collision with
28117         SIZE_MAX defined in <limits.h> on Solaris.
28118
28119 2003-11-04  Jim Meyering  <jim@meyering.net>
28120
28121         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
28122         variable names, rather than @VAR@.
28123         * modules/poll: Likewise.
28124
28125 2003-11-04  Bruno Haible  <bruno@clisp.org>
28126
28127         * modules/xsize: New file.
28128         * modules/linebreak: Depend on xsize.
28129         * MODULES.html.sh (func_all_modules): Add xsize.
28130
28131 2003-11-04  Bruno Haible  <bruno@clisp.org>
28132
28133         * m4/xsize.m4: New file.
28134
28135 2003-11-04  Bruno Haible  <bruno@clisp.org>
28136
28137         * lib/xsize.h: New file.
28138         * lib/linebreak.c: Include xsize.h.
28139         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
28140         argument for overflow.
28141         Suggested by Paul Eggert.
28142
28143 2003-11-03  Karl Berry  <karl@gnu.org>
28144
28145         * config/config.{guess,sub}: update from config.
28146
28147 2003-11-03  Jim Meyering  <jim@meyering.net>
28148
28149         * modules/userspec (lib_SOURCES): Add userspec.h.
28150         (Include): Add "userspec.h".
28151         Improve description.
28152
28153 2003-11-03  Jim Meyering  <jim@meyering.net>
28154
28155         * lib/userspec.c: Include "userspec.h".
28156         * lib/userspec.h: New file.
28157
28158 2003-11-03  Bruno Haible  <bruno@clisp.org>
28159
28160         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
28161
28162 2003-11-03  Bruno Haible  <bruno@clisp.org>
28163
28164         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
28165         available, to avoid (extremely rare) race condition.
28166         Suggested by Paul Eggert.
28167
28168 2003-11-02  Karl Berry  <karl@gnu.org>
28169
28170         * config/srclist.txt (vasprintf.c): sync broken, sigh.
28171
28172 2003-10-31  Paul Eggert  <eggert@twinsun.com>
28173
28174         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
28175         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
28176         (read_filesystem_list): Set and use me_type_malloced.
28177         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
28178         whatever the type happens to be), for brevity and consistency.
28179         Check for size calculation overflow on Alphas running OSF/1.
28180
28181 2003-10-31  Jim Meyering  <jim@meyering.net>
28182
28183         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
28184
28185         * lib/linebuffer.c: Include <string.h> for declaration of memset.
28186
28187 2003-10-30  Paul Eggert  <eggert@twinsun.com>
28188             Bruno Haible  <bruno@clisp.org>
28189
28190         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
28191         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
28192
28193 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
28194
28195         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
28196         netbsd*-gnu*.  Suggested by Robert Millan.
28197
28198 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28199
28200         * modules/group-member: Depend on stdbool.
28201
28202 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28203
28204         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
28205
28206 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28207
28208         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
28209         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
28210         after the 'gnu' in these cases.  This fixes some bugs in the
28211         previous change, and is based on suggestions by Robert Millan.
28212
28213 2003-10-29  Paul Eggert  <eggert@twinsun.com>
28214
28215         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
28216         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
28217         no longer needed.
28218         * lib/quotearg.c (quotearg_n_options): Use it.
28219         * lib/group-member.c: Include <stdbool.h>.
28220         (free_group_info): Arg is now const *; don't free arg.
28221         (get_group_info): Now returns bool and accepts struct group_info *,
28222         rather than returning a malloc'ed struct group_info *.
28223         All uses changed.  Check for overflow in internal size calculation.
28224
28225         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
28226         rather than xmalloc/xrealloc.
28227         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
28228         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
28229         conformance bug: the old code used a pointer after freeing the
28230         storage that it addressed.
28231         * lib/hash.c (hash_initialize): Simplify the code by using
28232         xalloc_oversized rather than doing it by hand.
28233         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
28234         the buffer preserved.  Use free and xmalloc instead.
28235         * lib/quotearg.c (quotearg_n_options): Likewise.
28236         Use a simpler test for size overflow.  Don't use xalloc_oversized
28237         because unsigned int might be wider than size_t (!); this suggests
28238         that we should switch from unsigned int to size_t for slot numbers.
28239
28240 2003-10-28  Paul Eggert  <eggert@twinsun.com>
28241
28242         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
28243         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
28244         NetBSD kernels.  Requested by Richard Stallman.
28245
28246 2003-10-27  Paul Eggert  <eggert@twinsun.com>
28247
28248         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
28249         to allocate the returned structure.  Do not allocate a subarray,
28250         as x2nrealloc will do that.
28251         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
28252         instead of xnrealloc.
28253         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
28254
28255 2003-10-27  Bruno Haible  <bruno@clisp.org>
28256
28257         * lib/stdbool_.h: Better support for BeOS.
28258
28259 2003-10-26  Paul Eggert  <eggert@twinsun.com>
28260
28261         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
28262         now uses inline.
28263
28264 2003-10-26  Paul Eggert  <eggert@twinsun.com>
28265
28266         * lib/xalloc.h (xalloc_oversized): New static inline function, for
28267         callers that want to do their own size-overflow checking.  Include
28268         <stdbool.h>, since xalloc_oversized returns bool.
28269         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
28270         to use xalloc_oversized.
28271
28272         Add two functions x2realloc, x2nrealloc, for programs that grow
28273         arrays dynamically by doubling their sizes.
28274         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
28275         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
28276         New functions.
28277
28278         Port to C99 semantics for 'inline' of external functions.
28279         Bug reported by Bruno Haible.
28280         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
28281         with the old contents of xnmalloc.
28282         (xnmalloc, xmalloc): Use it.
28283         (xnrealloc_inline): New static inline function,
28284         with the old contents of xnrealloc.
28285         (xnrealloc, xrealloc): Use it.
28286
28287         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
28288         that.
28289
28290 2003-10-26  Karl Berry  <karl@gnu.org>
28291
28292         * config/srclist.txt (COPYING.DOC): no longer available from
28293         /gd/gnuorg; don't know where the ultimate source is.
28294
28295 2003-10-25  Paul Eggert  <eggert@twinsun.com>
28296
28297         Fix several address-calculation bugs in the hash modules,
28298         plus some minor code cleanup.
28299
28300         * lib/hash.h: Include <stdbool.h>, for bool.
28301         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
28302         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
28303         hash_get_n_entries, hash_get_max_bucket_length,
28304         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
28305         hash_rehash): Use size_t rather than unsigned.
28306         * lib/hash.c (struct hash_table, hash_get_n_buckets,
28307         hash_get_n_buckets_used, hash_get_n_entries,
28308         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
28309         hash_get_entries, hash_do_for_each, hash_string, is_prime,
28310         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
28311         Likewise.
28312         (SIZE_MAX): Define if not defined.
28313         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
28314         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
28315         hash_print):
28316         Use const * when possible.
28317         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
28318         (check_tuning): Fix bug: if tuning parameters were very close to
28319         0 or 1, rounding errors could have caused subscript violations.
28320         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
28321         (hash_initialize): Add 'fail:' label
28322         to free table and return NULL, and use it to simplify code.
28323         Use calloc rather than clearing the storage ourself.
28324         (hash_initialize, hash_rehash): Check for arithmetic overflow in
28325         buffer size calculations.
28326         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
28327         Include <stddef.h>, for size_t.
28328         * lib/hash-pjw.c (hash_pjw): Likewise.
28329         Switch to method described by Bruno Haible.
28330         Include <limits.h>, for CHAR_BIT.
28331         (SIZE_BITS): New macro.
28332
28333 2003-10-23  Paul Eggert  <eggert@twinsun.com>
28334
28335         * m4/getline.m4 (AM_FUNC_GETLINE):
28336         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
28337         hosts.  Problem reported by Derek Robert Price in
28338         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
28339         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
28340         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
28341
28342 2003-10-21  Paul Eggert  <eggert@twinsun.com>
28343
28344         * lib/getndelim2.c (getndelim2): When size calculation overflows,
28345         ceiling the allocation at NMAX bytes rather than silently
28346         discarding input bytes before NMAX is reached.  This makes
28347         a difference only if NMAX exceeds SIZE_MAX / 2.
28348
28349         * lib/obstack.c: Merge from glibc.
28350         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
28351         Add libc_hidden_def (_obstack_newchunk).
28352         (_obstack_free) [! defined _LIBC]: Remove.
28353         [defined _LIBC]: Make a strong alias from obstack_free, rather than
28354         a clone of the function body.
28355         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
28356         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
28357
28358         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
28359         glibc.
28360         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
28361         arg to memcpy.
28362
28363         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
28364         (obstack_ptr_grow_fast, obstack_int_grow_fast):
28365         Don't use lvalue casts, as GCC plans to remove support for them
28366         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
28367         was also present in the non-GCC version, indicating that this
28368         code had always been buggy and had never been widely used.
28369         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
28370         Use the fast variant of each macro, rather than copying the
28371         definiens of the fast variant; that way, we'll be more likely to
28372         catch future bugs in the fast variants.
28373
28374 2003-10-20  Bruno Haible  <bruno@clisp.org>
28375
28376         * modules/wait-process: New file.
28377         * MODULES.html.sh (func_all_modules): Add wait-process.
28378
28379 2003-10-20  Bruno Haible  <bruno@clisp.org>
28380
28381         * m4/wait-process.m4: New file.
28382
28383 2003-10-20  Bruno Haible  <bruno@clisp.org>
28384
28385         * lib/wait-process.h: New file, from GNU gettext.
28386         * lib/wait-process.c: New file, from GNU gettext.
28387
28388 2003-10-19  Jim Meyering  <jim@meyering.net>
28389
28390         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
28391         HPUX 10.20.
28392
28393 2003-10-18  Karl Berry  <karl@gnu.org>
28394
28395         * config/config.guess: update from config.
28396
28397 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28398
28399         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
28400         (getgroups): First arg is int, not size_t.
28401         Don't let 'free' mangle errno.
28402
28403 2003-10-16  Paul Eggert  <eggert@twinsun.com>
28404
28405         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
28406
28407 2003-10-16  Karl Berry  <karl@gnu.org>
28408
28409         * config/config.{guess,sub}: update from config.
28410
28411 2003-10-16  Jim Meyering  <jim@meyering.net>
28412
28413         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
28414         memcpy.
28415
28416 2003-10-15  Paul Eggert  <eggert@twinsun.com>
28417
28418         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
28419         (SIZE_MAX): Remove.
28420         (new_exclude, add_exclude_file): Initial size no longer needs to
28421         be a power of 2.
28422         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
28423         our own address arithmetic overflow checking.
28424
28425         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
28426         (fnmatch): Do not alloca more than 2000 wide characters;
28427         instead, use malloc for large buffers.
28428         Check for address arithmetic overflow, and return -1
28429         with errno set to ENOMEM in that case.
28430         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
28431         (NEW_PATTERN): Do not alloca more than 8000 bytes;
28432         instead, return -1.  Check for address arithmetic overflow.
28433
28434 2003-10-14  Paul Eggert  <eggert@twinsun.com>
28435
28436         Handle invalid suffixes and overflow independently, so that
28437         callers can treat them independently as needed.  Fix some bugs in
28438         suffix handling, e.g., "100k@" was not diagnosed as an invalid
28439         suffix for a human-readable blocksize.  The major caller-visible
28440         change is the addition of a new
28441         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
28442         that both overflow and suffix chars were found.
28443
28444         * lib/human.c (humblock): Don't check separately for invalid suffix
28445         char; that is xstrtoumax's job (now that its bug is fixed).
28446         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
28447         INTMAX_MAX]: New macros.
28448         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
28449         TYPE_MAXIMUM): New macros.
28450         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
28451         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
28452         if overflow occurs, as it's what __strtol does and it's more useful
28453         in practice.
28454         (__xstrtol): If __strtol reports some error other than ERANGE,
28455         reflect it to the caller as LONGINT_INVALID.  If it reports
28456         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
28457         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
28458         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
28459         value.
28460         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
28461         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
28462         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
28463         [defined UINTMAX_MAX]: New macros.
28464
28465 2003-10-14  Bruno Haible  <bruno@clisp.org>
28466
28467         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
28468
28469 2003-10-14  Bruno Haible  <bruno@clisp.org>
28470
28471         * m4/sig_atomic_t: New file, from GNU gettext.
28472         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
28473
28474 2003-10-14  Bruno Haible  <bruno@clisp.org>
28475
28476         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
28477         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
28478         Also use volatile where needed.
28479
28480 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28481
28482         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
28483         Change maintainer from Bruno Haible to 'all'.
28484
28485 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28486
28487         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
28488
28489 2003-10-12  Paul Eggert  <eggert@twinsun.com>
28490
28491         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
28492         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
28493         and define in terms of the other primitives.
28494         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
28495         (SIZE_MAX): Define if not already defined.
28496         (array_size_overflow): New function.
28497         (xalloc_die): Abort instead of exiting if 'error' returns.
28498         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
28499         (xmalloc, xrealloc): Use them.
28500         (xcalloc): Check for address arithmetic overflow.
28501         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
28502         a bit faster than strcpy.
28503
28504 2003-10-10  Simon Josefsson  <jas@extundo.com>
28505
28506         * modules/argp (Depends-on): Add restrict and strcase.
28507
28508 2003-10-10  Simon Josefsson  <jas@extundo.com>
28509
28510         * m4/argp.m4: Add AC_C_INLINE.
28511
28512 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28513
28514         Merge getpass from libc, plus a few fixes.
28515
28516         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
28517         Include <stdbool.h>.
28518         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
28519         __fsetlocking to empty.
28520         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
28521         do include <bits/libc-lock.h>.
28522         Do not include <fcntl.h>; not needed.
28523         [_LIBC]: Include <wchar.h>.
28524         (NOTCANCEL_MODE): New macro.
28525         (flockfile, funlockfile) [_LIBC]: New macros.
28526         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
28527         [!_LIBC]: New macros.
28528         (call_fclose): New function.
28529         (getpass): Use it.  Save tty stream separately; this simplifies the
28530         code and makes it more reliable if stdin happens to equal stdout.
28531         Invoke __fsetlocking on tty.
28532         Handle thread cancellation if needed.
28533         Namespace cleanup (use __tcgetattr, __getline).
28534         Use bool for Booleans.
28535         [USE_IN_LIBIO]: Handle wide streams.
28536         [!_LIBC]: Unconditionally do the fseek, since we don't know what
28537         stream might go where.
28538
28539         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
28540         doesn't have to include <stdio.h> before us.
28541         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
28542         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
28543         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
28544         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
28545         if not declared, so that we can use getpass.c code from libc without
28546         rewriting it.
28547         (flockfile, ftrylockfile, funlockfile): New macros.
28548
28549 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28550
28551         * modules/getpass: Depend on stdbool.
28552
28553 2003-10-08  Paul Eggert  <eggert@twinsun.com>
28554
28555         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
28556
28557 2003-10-07  Karl Berry  <karl@gnu.org>
28558
28559         * config/config.{guess,sub}: update from config.
28560
28561 2003-10-06  Jim Meyering  <jim@meyering.net>
28562             Bruno Haible  <bruno@clisp.org>
28563
28564         This lets translators provide better translations for the
28565         "Written by ..." part of --version output.
28566         * lib/version-etc.h: Include stdarg.h.
28567         (version_etc_copyright): Declare as readonly.
28568         (version_etc): Make this function variadic with a NULL-terminated list
28569         of author name strings.
28570         (version_etc_va): New declaration.
28571         * lib/version-etc.c: Include stdarg.h, stdlib.h.
28572         (version_etc_copyright): Declare as readonly.
28573         (version_etc_va): New function. Provide a different translatable string
28574         for each possible number of authors < 10. Abbreviate when there are 10
28575         authors or more.
28576         (version_etc): Make this function variadic. Call version_etc_va.
28577         Suggestion from Gary V. Vaughan.
28578
28579         * lib/long-options.h (parse_long_options): Change prototype: the
28580         authors string is moved to the end and becomes variadic.
28581         * lib/long-options.c: Include stdarg.h.
28582         (parse_long_options): Make this function variadic, too.
28583         Call version_etc_va, not version_etc.
28584
28585 2003-10-06  Bruno Haible  <bruno@clisp.org>
28586
28587         * modules/version-etc-2: Remove file.
28588         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
28589
28590 2003-10-06  Bruno Haible  <bruno@clisp.org>
28591
28592         * modules/fatal-signal: New file.
28593         * MODULES.html.sh (func_all_modules): Add fatal-signal.
28594
28595 2003-10-06  Bruno Haible  <bruno@clisp.org>
28596
28597         * m4/fatal-signal.m4: New file.
28598         * m4/signalblocking.m4: New file, from GNU gettext.
28599
28600 2003-10-06  Bruno Haible  <bruno@clisp.org>
28601
28602         * lib/version-etc-2.h: Remove file.
28603         * lib/version-etc-2.c: Remove file.
28604
28605 2003-10-06  Bruno Haible  <bruno@clisp.org>
28606
28607         * lib/fatal-signal.h: New file, from GNU gettext.
28608         * lib/fatal-signal.c: New file, from GNU gettext.
28609
28610 2003-10-05  Paul Eggert  <eggert@twinsun.com>
28611
28612         * README: Rework advice for preventing empty .o files.
28613         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
28614         not <sys/types.h>.
28615
28616 2003-10-04  Karl Berry  <karl@gnu.org>
28617
28618         * lib/argp*: update from libc.
28619
28620 2003-10-04  Karl Berry  <karl@gnu.org>
28621
28622         * config/config.{guess,sub}: update from config.
28623
28624 2003-10-02  Bruno Haible  <bruno@clisp.org>
28625
28626         * modules/lchown (Include): Add lchown.h.
28627         * modules/time_r (Include): Use "..." syntax.
28628         * modules/xgetdomainname (Include): Add xgetdomainname.h.
28629
28630 2003-10-01  Simon Josefsson  <jas@extundo.com>
28631
28632         * MODULES.html.sh (func_all_modules): Move gethostname from section
28633         'based on' to section 'lacking' POSIX:2001.
28634
28635 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
28636
28637         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
28638         to output mode on the same stream.
28639
28640 2003-09-29  Paul Eggert  <eggert@twinsun.com>
28641
28642         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
28643         Fix arg typo in previous patch.
28644
28645 2003-09-28  Jim Meyering  <jim@meyering.net>
28646
28647         * lib/error.c: Correct cpp indentation.
28648
28649 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28650
28651         * modules/free: New file.
28652
28653 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28654
28655         * m4/free.m4: New file.
28656
28657 2003-09-27  Paul Eggert  <eggert@twinsun.com>
28658
28659         * lib/minmax.h (MIN, MAX)
28660         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
28661         Omit the special code that used __typeof__, since we worry that
28662         it could be more trouble than it's worth.  See:
28663         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
28664         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
28665
28666         * lib/free.c: New file.
28667
28668 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
28669
28670         Trivial fixes to Makefile.am parts of module listings.
28671         * modules/strstr: Append strstr.h to lib_SOURCES.
28672         * modules/strcase: Likewise, for strcase.h.
28673
28674 2003-09-27  Karl Berry  <karl@gnu.org>
28675
28676         * config/mkinstalldirs: update from automake.
28677
28678 2003-09-26  Paul Eggert  <eggert@twinsun.com>
28679
28680         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
28681         (error_tail): Do not loop, reallocating temporary buffer, since
28682         the output cannot contain more wide characters than the input
28683         contains bytes, the size must be big enough already.  This avoids
28684         one potential size overflow calculation.  Check for size overflow
28685         when calculating temporary buffer size.  Free temporary buffer
28686         when done, if it was allocated with malloc; this plugs a memory
28687         leak.  Remove casts from void * to pointers, that are no longer
28688         needed now that we're assuming C89 or better.
28689
28690         Merge error changes from glibc.
28691
28692         * lib/error.c, error.h: Update copyright notice header to match glibc.
28693         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
28694         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
28695         Disable cancellation while printing error.
28696         * lib/error.h: Prepend __ to parameter names.
28697
28698 2003-09-26  Jim Meyering  <jim@meyering.net>
28699
28700         * lib/error.c (error_tail): Move some declarations
28701         into inner scope where the local variables are used.
28702
28703 2003-09-26  Bruno Haible  <bruno@clisp.org>
28704
28705         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
28706         stpncpy().
28707         Don't define stpncpy through config.h; it's now done through stpncpy.h.
28708
28709 2003-09-26  Bruno Haible  <bruno@clisp.org>
28710
28711         * lib/stpncpy.h (gnu_stpncpy): New declaration.
28712         (stpncpy): Define as alias for gnu_stpncpy.
28713         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
28714
28715 2003-09-25  Simon Josefsson  <jas@extundo.com>
28716
28717         * lib/xgetdomainname.h: New file.
28718         * lib/xgetdomainname.c: New file.
28719
28720 2003-09-25  Simon Josefsson  <jas@extundo.com>
28721             Bruno Haible  <bruno@clisp.org>
28722
28723         * modules/getdomainname: New file.
28724         * modules/xgetdomainname: New file.
28725         * MODULES.html.sh (func_all_modules): Add getdomainname,
28726         xgetdomainname.
28727
28728 2003-09-25  Simon Josefsson  <jas@extundo.com>
28729             Bruno Haible  <bruno@clisp.org>
28730
28731         * m4/getdomainname.m4: New file.
28732
28733 2003-09-25  Simon Josefsson  <jas@extundo.com>
28734             Bruno Haible  <bruno@clisp.org>
28735
28736         * lib/getdomainname.h: New file.
28737         * lib/getdomainname.c: New file.
28738
28739 2003-09-25  Karl Berry  <karl@gnu.org>
28740
28741         * lib/argp-fmtstream.c, argp-help.c: update from libc.
28742
28743 2003-09-25  Karl Berry  <karl@gnu.org>
28744
28745         * config/install-sh: update from automake.
28746
28747 2003-09-25  Bruno Haible  <bruno@clisp.org>
28748
28749         * modules/version-etc-2: New file, from modules/version-etc with
28750         modifications.
28751         * MODULES.html.sh (func_all_modules): Add version-etc-2.
28752
28753 2003-09-25  Bruno Haible  <bruno@clisp.org>
28754
28755         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
28756         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
28757
28758 2003-09-24  Simon Josefsson  <jas@extundo.com>
28759
28760         * modules/xgethostname: Add xgethostname.h.
28761
28762 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28763
28764         * lib/linebuffer.c (freebuffer): Don't free the argument, just
28765         the buffer associated with the argument.  Bug reported by
28766         Simon Josefsson.
28767
28768 2003-09-24  Paul Eggert  <eggert@twinsun.com>
28769
28770         * README: Document assumptions that 'int' is at least 32 bits
28771         wide, that integer arithmetic is 2's complement without overflow,
28772         that there are no holes in integer values, that adding sizes of
28773         two nonoverlapping objects can't overflow, and that all-bits-zero
28774         yields scalar zero.  Fix spelling and capitalization typos.
28775
28776 2003-09-19  Karl Berry  <karl@gnu.org>
28777
28778         * lib/argp.h: update from libc.
28779
28780 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28781
28782         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
28783         to avoid spurious warnings like "AC_RUN_IFELSE was called before
28784         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
28785
28786 2003-09-17  Paul Eggert  <eggert@twinsun.com>
28787
28788         * gnulib-tool: Use "test -h", not "test -L", for portability
28789         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
28790         (tags_regexp): Remove, since \| doesn't conform to POSIX.
28791         (sed_extract_prog): Issue s commands one-by-one, rather than
28792         using \| in one s command.
28793
28794 2003-09-16  Paul Eggert  <eggert@twinsun.com>
28795
28796         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
28797         input error, instead of returning NULL the next time we are called
28798         (and therefore losing track of errno).
28799
28800 2003-09-16  Bruno Haible  <bruno@clisp.org>
28801
28802         * gnulib-tool (func_create_testdir): Warn about duplicated
28803         dependencies.
28804
28805 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28806
28807         * modules/argmatch, modules/fatal, modules/obstack,
28808         modules/xalloc, modules/xgethostname: Sort dependencies by
28809         importance, not alphabetically.
28810
28811 2003-09-15  Paul Eggert  <eggert@twinsun.com>
28812
28813         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
28814         fails, so that the caller gets the proper errno.
28815
28816         * lib/readutmp.c (read_utmp): Likewise.
28817         Check for fstat error.  Close stream and free storage
28818         when failing.
28819
28820 2003-09-14  Karl Berry  <karl@gnu.org>
28821
28822         * config/srclist.txt (strdup.c): disable for c89 changes.
28823
28824 2003-09-14  Jim Meyering  <jim@meyering.net>
28825
28826         * lib/getloadavg.c: Correct cpp indentation.
28827         * lib/strdup.c: Likewise.
28828         * lib/vasnprintf.c: Likewise.
28829
28830 2003-09-14  Bruno Haible  <bruno@clisp.org>
28831
28832         * modules/fwriteerror: New file.
28833         * MODULES.html.sh (func_all_modules): Add fwriteerror.
28834
28835 2003-09-14  Bruno Haible  <bruno@clisp.org>
28836
28837         * lib/fwriteerror.h: New file.
28838         * lib/fwriteerror.c: New file.
28839
28840 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28841
28842         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
28843         modules/xgethostname, modules/xalloc: Depend on exit.
28844
28845 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28846
28847         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
28848
28849         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
28850         and AC_MINIX, too, so that their extensions are available.
28851
28852         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
28853         This macro has been superseded by gl_BACKUPFILE.
28854
28855         More patches to assume C89 or better.
28856
28857         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
28858
28859         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
28860         unconditionally.
28861         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
28862         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
28863         Include <string.h>, <stdlib.h> unconditionally.
28864         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
28865         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
28866         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
28867         headers or for string.h.
28868         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
28869         or strtoul.
28870
28871         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
28872         headers.
28873         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
28874         * m4/userspec.m4 (gl_USERSPEC): Likewise.
28875         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
28876         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
28877         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
28878         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
28879         memcpy, memset.
28880         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
28881         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
28882         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
28883         strtol.
28884         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
28885         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
28886         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
28887         strtoul.
28888
28889 2003-09-12  Paul Eggert  <eggert@twinsun.com>
28890
28891         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
28892         * lib/obstack.c [!defined _LIBC]: Likewise.
28893         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
28894         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
28895         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
28896
28897         More changes to assume C89 or better.
28898
28899         * lib/error.c (error_tail): Assume vprintf.
28900
28901         * lib/argmatch.c (getenv): Remove decl.
28902         * lib/progreloc.c (get_full_program_name): Define via prototype.
28903         * lib/setenv.c (clearenv): Likewise.
28904         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
28905         needed.
28906         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
28907         (malloc, memcpy): Remove decls.
28908         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
28909         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
28910         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28911         (memcpy): Remove macro.
28912         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
28913         (__P): Remove.  All uses removed.
28914         (PTR): Remove.  All uses changed to void *.
28915         (CHAR_BIT, NULL): Remove.
28916         (spaces, zeros, memset_space, memset_zero)
28917         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
28918         Remove.
28919         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
28920         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
28921         Define with prototype.
28922         Remove now-unnecessary prototype decl.
28923         (extra_args_spec): Assume ANSI C.  All uses changed.
28924         (extra_args_spec_iso): Remove.
28925         (my_strftime, emacs_strftimeu): Define via prototype.
28926         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
28927         unconditionally.
28928         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
28929         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
28930         (strtoul, strtol): Remove decls.
28931         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
28932         LONG_MAX): Remove.
28933         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
28934         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
28935         (LOCALE_PARAM_PROTO): New macro.
28936         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
28937         (INTERNAL (strtol), strtol): Define with a prototype.
28938         (PARAMS): Remove.  All uses removed.
28939         * lib/tempname.c: Include <string.h> unconditionally.
28940         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
28941         * lib/xgethostname.c (main): Define with a prototype.
28942         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
28943         Include <stdlib.h> unconditionally.
28944         (calloc, malloc, realloc, free): Remove decls.
28945         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
28946         Include <stdlib.h> unconditionally.  Sort include file names.
28947         (strtod): Remove.
28948         (xstrtod): Define with a prototype.
28949         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
28950         (strtol, strtoul): Remove decls.
28951
28952 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28953
28954         More patches to assume C89 or better.
28955         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
28956         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
28957         string.h, memchr, STDC_HEADERS.
28958
28959 2003-09-11  Paul Eggert  <eggert@twinsun.com>
28960
28961         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
28962         Include <stdlib.h>, <string.h> unconditionally.
28963         Remove now-unnecessary cast to char *.
28964         * lib/strnlen.c: Include <string.h> unconditionally.
28965         * lib/yesno.c (yesno): Define with a prototype.
28966
28967 2003-09-11  Bruno Haible  <bruno@clisp.org>
28968
28969         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
28970
28971 2003-09-10  Jim Meyering  <jim@meyering.net>
28972
28973         * lib/error.c: Correct indentation of cpp directives.
28974
28975 2003-09-10  Bruno Haible  <bruno@clisp.org>
28976
28977         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
28978         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
28979         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
28980         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
28981         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
28982         <stdlib.h> and <string.h> checks.
28983         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
28984         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
28985
28986 2003-09-10  Bruno Haible  <bruno@clisp.org>
28987
28988         * lib/strcspn.c: Include <string.h> unconditionally.
28989         * lib/strpbrk.c: Include <string.h> unconditionally.
28990         * lib/strstr.c: Include <string.h> unconditionally.
28991         * lib/unicodeio.c: Include <string.h> unconditionally.
28992         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
28993         * lib/unsetenv.c: Likewise.
28994         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
28995         * lib/yesno.c: Include <stdlib.h> unconditionally.
28996         (rpmatch): Add prototype.
28997
28998 2003-09-09  Paul Eggert  <eggert@twinsun.com>
28999
29000         More patches to assume C89 or better.
29001         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
29002         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
29003         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
29004         or for string.h.
29005         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
29006         stdlib.h.
29007         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
29008         C headers.
29009         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
29010         string.h.
29011         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
29012         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
29013         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
29014         or for string.h.
29015         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
29016         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
29017         C headers.
29018         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
29019         memcpy.
29020         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
29021         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
29022         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
29023         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
29024         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
29025         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
29026         string.h, free.
29027         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
29028         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
29029         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
29030         C headers, or for string.h.
29031         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
29032         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
29033         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
29034         headers, memory.h, stdlib.h, string.h, strings.h.
29035         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
29036         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
29037         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
29038         strchr.
29039         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
29040         headers, memory.h, string.h.
29041         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
29042         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
29043         free.
29044         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
29045         headers.
29046         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
29047         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
29048         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
29049         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
29050         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
29051
29052 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29053
29054         More K&R removal.
29055
29056         * lib/acosl.c (main): Use a prototype.
29057         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
29058         tanl.c: Likewise.
29059
29060         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
29061
29062         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
29063         (getopt, etopt_long, getopt_long_only, _getopt_internal)
29064         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
29065         with a prototype.
29066         * lib/getopt.c (const): Remove macro.
29067         Include <string.h> unconditionally.
29068         (my_index): Remove; all uses changed to strchr.
29069         (strlen): Remove decl.
29070         (exchange): Remove forward decl; no longer needed.
29071         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
29072         Define with prototype.
29073         * lib/getopt1.c (const): Remove macro.
29074         (getopt_long, getopt_long_only, main): Define with prototype.
29075
29076         * lib/getugroups.c: Include <string.h> unconditionally.
29077
29078         * lib/getusershell.c: Include <stdlib.h> unconditionally.
29079         (getusershell, setusershell, endusershell, readname, main):
29080         Define with prototypes.
29081
29082         * lib/group-member.c: Include group-member.h first.
29083         Include <stdlib.h> unconditionally.
29084
29085         * lib/hard-locale.c: Include hard-locale.h first.
29086         Include <stdlib.h>, <string.h> unconditionally.
29087
29088         * lib/hash.c (free, malloc): Remove decls.
29089         Include <stdlib.h> unconditionally.
29090
29091         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
29092         (getenv): Do not declare.
29093
29094         * lib/idcache.c: Include <string.h> unconditionally.
29095
29096         * lib/long-options.c: Include long-options.h first, to test interface.
29097         Include <stdlib.h> unconditionally.
29098
29099         * lib/makepath.c: Include makepath.h first, to test interface.
29100         Include <stdlib.h> and <string.h> unconditionally.
29101
29102         * lib/linebuffer.c: Include <stdlib.h>.
29103         (free): Remove decl.
29104
29105         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
29106         stddef.h. rpl_malloc returns void *, not char *.
29107         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
29108         prototype.
29109
29110         * lib/md5.h: Include <limits.h> unconditionally.
29111         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
29112         (__P): Remove; all uses removed.
29113         * lib/md5.c: Include "md5.h" first.
29114         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
29115         md5_buffer, md5_process_bytes, md5_process_block):
29116         Define with prototypes.
29117         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
29118         * lib/sha.c: Include "sha.h" first.
29119         Include <stdlib.h>, <string.h> unconditionally.
29120
29121         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
29122         * lib/memcmp.c (__ptr_t): Likewise.
29123         * lib/memrchr.c (__ptr_t): Likewise.
29124         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
29125         Include <string.h> unconditionally.
29126         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
29127         * lib/memchr.c: Include <stdlib.h> unconditionally.
29128         * lib/memchr.c (LONG_MAX): Remove.
29129         * lib/memrchr.c (LONG_MAX): Likewise.
29130         * lib/memchr.c (__memchr): Define via a prototype.
29131         * lib/memrchr.c (__memrchr): Likewise.
29132         * lib/memcmp.c (__P): Remove, and remove all uses.
29133         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
29134         Remove forward decls; no longer needed.
29135         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
29136         Use types required by C89 in prototype.
29137
29138         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
29139         * lib/savedir.c: Likewise.
29140         * lib/mkdir.c (free): Remove decl.
29141         * lib/rmdir.c (rmdir): Define with a prototype.
29142         * lib/savedir.c: Include savedir.h first, to test interface.
29143
29144         * lib/mktime.c (STDC_HEADERS): Remove.
29145         Include <stdlib.h>, <string.h> unconditionally.
29146
29147         * lib/modechange.c: Include <stdlib.h> unconditionally.
29148         (malloc): Remove decl.
29149
29150         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
29151         (free): Remove decl.
29152
29153         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
29154         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
29155         (This type really should be intptr_t, but that's a C99ism.)
29156         (_obstack_memcpy): Remove: all uses changed to memcpy.
29157         Include <string.h> unconditionally.
29158         (struct obstack): Assume __STDC__ for types of members
29159         chunkfun, freefun, extra_arg.
29160         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
29161         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
29162         obstack_begin, obstack_specify_allocation,
29163         obstack_specify_allocation_with_arg, obstack_chunkfun,
29164         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
29165         Remove unprototyped decls and the macros that use them.
29166         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
29167         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
29168         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
29169         (defined __STDC__ && __STDC__)]:
29170         Remove nonprototyped code.
29171         Include <stdlib.h> unconditionally.
29172         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
29173         _obstack_allocated_p, _obstack_free, obstack_free,
29174         _obstack_memory_used, print_and_abort):
29175         Define using prototypes.
29176         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
29177         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
29178         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
29179         obstack_next_free, obstack_object_size, obstack_room) [0]:
29180         Remove unused, unprototyped code.
29181
29182         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
29183
29184         * lib/physmem.c (physmem_total, physmem_available, main): Define
29185         with prototypes.
29186
29187         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
29188         (main): Define with a prototype.
29189
29190         * lib/posixver.c (getenv): Remove decl.
29191
29192         * lib/putenv.c (malloc): Returns void *, not char *.
29193         Include <string.h> unconditionally.
29194         (strchr, memcpy, NULL): Do not define.
29195
29196         * lib/readtokens.c: Include readtokens.h first, to test interface.
29197         Include <stdlib.h>, <string.h> unconditionally.
29198         (init_tokenbuffer): Define with a prototype.
29199
29200         * lib/regex.c (PARAMS): Remove.  All uses removed.
29201         All uses of _RE_ARGS removed, too.
29202         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
29203         unconditionally.
29204         (bzero): Assume memset exists.
29205         (memcmp, memcpy, NULL): Remove.
29206         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
29207         char, or assignments to local vars of type signed char.
29208         (init_syntax_once, PREFIX(extract_number_and_incr),
29209         PREFIX(print_partial_compiled_pattern),
29210         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
29211         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
29212         PREFIX(regex_grow_registers), PREFIX(regex_compile),
29213         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
29214         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
29215         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
29216         wcs_compile_range, byte_compile_range, truncate_wchar,
29217         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
29218         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
29219         count_mbs_length, wcs_re_match_2_internal,
29220         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
29221         PREFIX(alt_match_null_string_p),
29222         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
29223         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
29224         regfree, PREFIX(extract_number)): Define with prototype.  Remove
29225         now-unnecessary declaration, if any.
29226         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
29227         regcomp, regexec):
29228         Remove now-unnecessary casts among pointer types.
29229         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
29230
29231         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
29232         (free): Remove decl.
29233
29234         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
29235
29236         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
29237         (free): Remove decl.
29238
29239         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
29240         * lib/xgetcwd.c: Likewise.
29241
29242         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
29243         (free): Remove decl.
29244
29245         * lib/strchrnul.c (strchrnul): Define with a prototype.
29246         Fix bug: c_in was not converted to char before searching.
29247
29248         The following changes are not K&R related:
29249
29250         * lib/group-member.h: Include <sys/types.h>, so that this file is
29251         self-contained.
29252         * lib/makepath.h: Likewise.
29253
29254         * lib/getusershell.c (readname, default_index, line_size, readname):
29255         Use size_t, not int, for sizes.
29256         (readname): If the size overflows, report an error instead of
29257         looping forever.
29258
29259 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29260
29261         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
29262         libc.
29263
29264 2003-09-09  Paul Eggert  <eggert@twinsun.com>
29265
29266         * README: New section: portability guidelines.
29267
29268 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
29269
29270         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
29271         C89 spec.
29272
29273 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
29274
29275         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
29276
29277 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29278
29279         Assume C89 or better; remove K&R cruft.
29280         A few of these changes were first proposed by Derek Robert Price
29281         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
29282
29283         * lib/addext.c: Include <string.h> unconditionally.
29284         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
29285         Don't declare getenv or malloc.
29286
29287         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
29288         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
29289         (NULL): Remove.
29290         (find_stack_direction, alloca): Use prototypes.
29291
29292         * lib/atexit.c (atexit): Define using a prototype.
29293
29294         * lib/basename.c, dirname.c, stripslash.c:
29295         Include <string.h> unconditionally.
29296
29297         * lib/bcopy.c: Include <stddef.h>.
29298         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
29299
29300         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
29301
29302         * lib/error.h (error, error_at_line, error_print_progname)
29303         [! (defined (__STDC__) && __STDC__)]: Remove decls.
29304         * lib/error.c: Include error.h first, to check interface.
29305         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
29306         (VA_START): Remove; all uses changeed to va_start.
29307         (exit, strerror): Remove decls.
29308         (error_print_progname): Prototype uncondionally.
29309         Don't include <errno.h>; no longer needed.
29310         (private_strerror): Remove.
29311         (error_tail): Always define.
29312         (error, error_at_line): Assume C89 or better; always use prototypes.
29313         * lib/fatal.c: Include "fatal.h" first, to test interface.
29314         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
29315         (VA_START): Remove; all uses changed to va_start.
29316         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
29317         this case.
29318         (exit): Remove decl.
29319         (fatal): Prototype unconditionally.  Assume va_start works.
29320         Abort at end, to pacify gcc.
29321
29322         * lib/euidaccess.c (main): Define with a prototype.
29323
29324         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
29325
29326         * lib/exitfail.c: Include <stdlib.h> unconditionally.
29327
29328         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
29329         prototypes.
29330         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
29331         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
29332         (getenv): Remove decl.
29333         (fnmatch): Define using a prototype.
29334         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
29335         (FCT): Define using a prototype.
29336
29337         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
29338
29339         * lib/gethostname.c: Include <stddef.h>.
29340         (gethostname): Define with prototype.  Length is size_t, not int.
29341
29342 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29343
29344         Assume C89 or better; remove K&R cruft.
29345         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
29346         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
29347         string.h, getenv, malloc.
29348         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
29349         headers.
29350         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
29351         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
29352         do not check for strerror.
29353         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
29354         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
29355         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
29356         do not check for doprnt or vprintf.
29357         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
29358         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
29359
29360 2003-09-08  Paul Eggert  <eggert@twinsun.com>
29361
29362         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
29363         getversion.c should have been removed then, but was accidentally
29364         preserved.
29365
29366         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
29367         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
29368
29369 2003-09-08  Karl Berry  <karl@gnu.org>
29370
29371         * config/config.sub, config.guess, srclistvars.sh: update from savannah
29372                 config, forget about prep.
29373
29374         * config/depcomp, missing: update from automake.
29375
29376 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29377
29378         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
29379         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29380
29381 2003-09-07  Paul Eggert  <eggert@twinsun.com>
29382
29383         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
29384         copy_tm_result.  Bug reported by Simon Josefsson in
29385         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
29386
29387 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29388
29389         * m4/time_r.m4: New file.
29390         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
29391         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
29392         is. Check for timegm declaration.
29393         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
29394         Do not check for gmtime_r.
29395         Replace mktime if __mktime_internal does not exist and if mktime
29396         hasn't been replaced already.
29397
29398 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29399
29400         * lib/time_r.c, lib/time_r.h: New files.
29401
29402         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
29403         __localtime_r.
29404         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
29405         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
29406
29407         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
29408         __gmtime_r.
29409         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
29410         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
29411         Include <time_r.h>.
29412
29413         * lib/timegm.c: Switch to glibc implementation, with the following
29414         changes:
29415         [defined HAVE_CONFIG_H]: Include <config.h>.
29416         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
29417         (__mktime_internal) [!defined _LIBC]: New decl.
29418         (__gmtime_r) [!defined _LIBC]: New macro and function.
29419         (timegm): Use a prototype, since gnulib assumes C89.
29420         Do not bother declaring tmp to be const, as it's not really usefu.
29421         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
29422         (timegm): Declare only if HAVE_DECL_TIMEGM.
29423
29424 2003-09-06  Paul Eggert  <eggert@twinsun.com>
29425
29426         * MODULES.html.sh (func_all_modules): Add time_r.
29427         * modules/time_r: New file.
29428         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
29429         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
29430
29431 2003-09-03  Paul Eggert  <eggert@twinsun.com>
29432
29433         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
29434         Bug reported by Lute Kamstra in
29435         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
29436
29437         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
29438         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
29439         course with correspondingly smaller numbers for tomorrow and
29440         yesterday.  From Tadayoshi Funaba.  Originally installed into
29441         sh-utils on 1999-08-07, but the patch got lost (I guess during the
29442         coreutils merge?).
29443
29444 2003-08-31  Simon Josefsson  <jas@extundo.com>
29445
29446         * modules/timegm: New file.
29447         * MODULES.html.sh (func_all_modules): Add timegm.
29448
29449 2003-08-31  Simon Josefsson  <jas@extundo.com>
29450
29451         * m4/timegm.m4: New file.
29452
29453 2003-08-31  Simon Josefsson  <jas@extundo.com>
29454
29455         * lib/timegm.h: New file.
29456         * lib/timegm.c: New file.  Based on
29457         wget-1.8.2/src/http.c:mktime_from_utc.
29458
29459 2003-08-31  Karl Berry  <karl@gnu.org>
29460
29461         * lib/argp.h: update from libc.
29462
29463 2003-08-28  Bruno Haible  <bruno@clisp.org>
29464
29465         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
29466         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
29467         followed by '#define fnmatch fnmatch_posix' gives an error.
29468
29469 2003-08-28  Bruno Haible  <bruno@clisp.org>
29470
29471         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
29472         warning on QNX, which defines O_BINARY to 000000.
29473
29474 2003-08-27  Jim Meyering  <jim@meyering.net>
29475
29476         * m4/mkstemp.m4: Require that the system mkstemp be able to create
29477         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
29478         would fail after 32.  Reported by Danny Levinson.  Details here:
29479         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
29480
29481 2003-08-24  Bruno Haible  <bruno@clisp.org>
29482
29483         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
29484         MSVC7 <stdio.h> is included later.
29485
29486 2003-08-22  Simon Josefsson  <jas@extundo.com>
29487
29488         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
29489
29490 2003-08-20  Karl Berry  <karl@gnu.org>
29491
29492         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
29493
29494 2003-08-20  Bruno Haible  <bruno@clisp.org>
29495
29496         * modules/progname: New file.
29497         * MODULES.html.sh (func_all_modules): Add progname.
29498
29499 2003-08-20  Bruno Haible  <bruno@clisp.org>
29500
29501         * lib/progname.h: New file, from GNU gettext.
29502         * lib/progname.c: New file, from GNU gettext.
29503         * lib/progreloc.c: New file, from GNU gettext.
29504
29505 2003-08-19  Jim Meyering  <jim@meyering.net>
29506
29507         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
29508         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
29509
29510 2003-08-19  Bruno Haible  <bruno@clisp.org>
29511
29512         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
29513         more.
29514
29515 2003-08-19  Bruno Haible  <bruno@clisp.org>
29516
29517         * lib/xstrdup.c: Assume <string.h> exists.
29518
29519 2003-08-18  Paul Eggert  <eggert@twinsun.com>
29520
29521         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
29522         in makefile rules.
29523
29524 2003-08-18  Jim Meyering  <jim@meyering.net>
29525
29526         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
29527         * m4/lib-ld.m4: Likewise.
29528
29529 2003-08-18  Jim Meyering  <jim@meyering.net>
29530
29531         * lib/setenv.h: Indent nested cpp directive.
29532         * lib/vasnprintf.c: Remove trailing blanks.
29533
29534 2003-08-17  Simon Josefsson  <jas@extundo.com>
29535
29536         * modules/xstrndup: New file.
29537         * MODULES.html.sh (func_all_modules): Add xstrndup.
29538
29539 2003-08-17  Simon Josefsson  <jas@extundo.com>
29540
29541         * modules/argp: Fix autoconf macro name. Add more dependencies.
29542
29543 2003-08-17  Simon Josefsson  <jas@extundo.com>
29544
29545         * m4/xstrndup.m4: New file.
29546
29547 2003-08-17  Simon Josefsson  <jas@extundo.com>
29548
29549         * m4/argp.m4: New file.
29550
29551 2003-08-17  Simon Josefsson  <jas@extundo.com>
29552             Bruno Haible  <bruno@clisp.org>
29553
29554         * lib/xstrndup.h: New file.
29555         * lib/xstrndup.c: New file.
29556
29557 2003-08-17  Bruno Haible  <bruno@clisp.org>
29558
29559         * modules/strndup (Files, Include): Add lib/strndup.h.
29560
29561 2003-08-17  Bruno Haible  <bruno@clisp.org>
29562
29563         * modules/euidaccess (Files): Add lib/euidaccess.h.
29564
29565 2003-08-17  Bruno Haible  <bruno@clisp.org>
29566
29567         * lib/strndup.h: New file.
29568
29569 2003-08-17  Bruno Haible  <bruno@clisp.org>
29570
29571         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
29572         like AC_GNU_SOURCE.
29573         * modules/extensions (configure.ac): Comment out the invocation of
29574         gl_USE_SYSTEM_EXTENSIONS.
29575
29576 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29577
29578         Merges from coreutils, etc.
29579         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
29580         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
29581         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
29582         fixing a typo.
29583         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
29584         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
29585
29586 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29587
29588         Document merge from coreutils.
29589         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
29590         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
29591         * modules/utime: Add m4/utimes-null.m4.
29592
29593 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29594
29595         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
29596         space, undoing this 2003-08-12 change:
29597         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29598
29599 2003-08-16  Paul Eggert  <eggert@twinsun.com>
29600
29601         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
29602         strtoul.c from libc, undoing this 2003-08-12 change:
29603         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
29604
29605 2003-08-16  Jim Meyering  <jim@meyering.net>
29606
29607         Merges from coreutils.
29608         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
29609         prefix.  Adjust cache variables similarly.  Create 500 rather than
29610         just 300 files, to exercise bug on Darwin6.5, too.
29611         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
29612         $missing_dir.
29613         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
29614         AM_SYS_POSIX_TERMIOS.
29615         Reported by mkc@mathdogs.com.
29616         Also change use of $am_cv_sys_posix_termios
29617         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
29618         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
29619         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
29620         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
29621         in /proc/mounts until it finds one with matching device number.  This
29622         is unnecessary when the FILE argument *is* a mount point.  No stat call
29623         is necessary in that case.  So, disable the statvfs-testing code on
29624         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
29625         as RedHat bug# 84846.
29626         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29627         to 1MB, so as not to render systems with no stack size limit (e.g.,
29628         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29629         Include <unistd.h>.  On some systems,
29630         it is required for the definition of _SC_PAGESIZE.
29631
29632 2003-08-16  Jim Meyering  <jim@meyering.net>
29633
29634         Merge from coreutils.
29635         * lib/xstrtoimax.c: #else #if -> #elif.
29636         * lib/xstrtoumax.c: Likewise.
29637
29638 2003-08-16  Jim Meyering  <jim@meyering.net>
29639
29640         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
29641         * m4/utimes.m4: Removed.
29642         * m4/utimes-null.m4: Renamed from utimes.m4.
29643
29644         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
29645         to 1MB, so as not to render systems with no stack size limit (e.g.,
29646         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
29647         Include <unistd.h>.  On some systems,
29648         it is required for the definition of _SC_PAGESIZE.
29649
29650 2003-08-16  Jim Meyering  <jim@meyering.net>
29651         and Paul Eggert  <eggert@cs.ucla.edu>
29652
29653         Merges from coreutils, etc.
29654
29655         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
29656         using the latest version from cvs.  This avoids problems with #line
29657         directives using a vendor (Sun) compiler.
29658         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
29659         Don't set GETGROUPS_LIB here; now it's
29660         done via getgroups.m4's wrapper function.
29661         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
29662         rather than just in sh-util/configure.in, so that the
29663         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
29664         same.
29665         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
29666         AC_FUNC_GETLOADAVG where to find getloadavg.c.
29667         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
29668         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
29669         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
29670         Remove code that is now done by the newly-required macros.
29671         Append $(EXEEXT) to DF_PROG.
29672         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
29673         Do not invoke or require the following here,
29674         since prereq.m4 or some gnulib .m4 now does this for us:
29675         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
29676         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
29677         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
29678         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
29679         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
29680         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
29681         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
29682         AC_FUNC_OBSTACK.
29683         Do not replace the following functions, as this is now the job
29684         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
29685         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
29686         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
29687         atexit getpass, strdup, getpagesize.
29688         Replace 'raise'.
29689         Do not check for the following functions, as this is now the job
29690         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
29691         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
29692         setregid.
29693         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
29694         Check for sys/sysctl.h.
29695         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
29696         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
29697         of checking for ssize_t ourselves.
29698
29699         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
29700         Require every macro that gnulib/modules/* suggests for us.
29701         (jm_PREREQ_ADDEXT): New macro.
29702         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
29703         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
29704
29705         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
29706         (gl_PHYSMEM): Use it.
29707         Also check for `table' function.
29708         Check for new headers and functions.
29709         Add check for sys/sysmp.h.
29710         With suggestions from Kaveh Ghazi.
29711         Ignore headers that are present but cannot be compiled.  This
29712         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
29713         C 5.4.
29714
29715 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29716
29717         Document merge from coreutils.
29718         * modules/userspec: Depend on posixver.
29719         * modules/strftime: Depend on tzset.
29720
29721 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29722
29723         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
29724         rather than tab, after '#' in shell-script copyright notices.
29725         Suggested by Bruno Haible.
29726
29727 2003-08-15  Paul Eggert  <eggert@twinsun.com>
29728
29729         * config/srclist-update: Use three spaces, rather than tab, after '#'
29730         in shell-script copyright notices.  Suggested by Bruno Haible.
29731         Remove unnecessary parenthesization in regular expression.
29732
29733 2003-08-15  Jim Meyering  <jim@meyering.net>
29734
29735         Merge from coreutils.
29736         * lib/xgethostname.c: Include <stdlib.h>.
29737         (xghostname): Don't exit for anything other than memory-related
29738         failure; just return NULL.
29739         * lib/userspec.c: Include "posixver.h".
29740         (parse_user_spec): Accept `.' as a separator only
29741         in pre-POSIX-200112 mode.
29742         * lib/strtoimax.c: Use #elif rather than #else #if.
29743         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
29744         Remove function, now that we can rely on a working tzset function.
29745         [!_LIBC]: Ensure that the required autoconf test has been run.
29746         [!defined _NL_CURRENT && HAVE_STRFTIME]:
29747         Use underlying_strftime for %r.
29748         * lib/sha.c: Merge in some clean-up and optimization changes from
29749         glibc.
29750         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
29751         Ensure that it is a multiple of 64.
29752         Rearrange loop exit tests so as to avoid performing an
29753         additional fread after encountering an error or EOF.
29754         * lib/realloc.c: Update copyright date.
29755
29756 2003-08-15  Jim Meyering  <jim@meyering.net>
29757         and Paul Eggert  <eggert@twinsun.com>
29758
29759         Merge from coreutils.
29760         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
29761         member but strut utmpx does not.  Needed for AIX 4.3.3.
29762         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
29763
29764 2003-08-15  Jim Meyering  <jim@meyering.net>
29765         and Paul Eggert  <eggert@cs.ucla.edu>
29766
29767         Merges from coreutils, etc.
29768         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
29769         Require gl_FUNC_TZSET_CLOBBER.
29770         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
29771         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
29772         members.
29773
29774 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29775
29776         Help the merge from coreutils.
29777         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
29778         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
29779         * m4/tzset.m4: Use it too.
29780
29781 2003-08-14  Paul Eggert  <eggert@twinsun.com>
29782
29783         * modules/tzset: New file.
29784
29785 2003-08-14  Jim Meyering  <jim@meyering.net>
29786
29787         Merges from coreutils.
29788         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
29789         variable names, rather than @FNMATCH_H@.
29790         * modules/alloca: Likewise for $(ALLOCA_H).
29791
29792         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
29793         the three copies of the literal target, `fnmatch.h'.
29794         * modules/alloca (alloca.h): Likewise.
29795
29796 2003-08-14  Jim Meyering  <jim@meyering.net>
29797
29798         Merge from coreutils.
29799         * m4/tzset.m4: New file.
29800         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
29801         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
29802         otherwise, AIX 5.1 systems would end up using the latter.
29803         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
29804         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
29805         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
29806         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
29807
29808 2003-08-14  Jim Meyering  <jim@meyering.net>
29809
29810         Merge from coreutils.
29811         * lib/obstack.h: Whitespace changes.
29812         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
29813         and xcalloc return values.
29814         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
29815         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
29816         hang on OSF/1 5.1 for DIR on both local and remote file systems.
29817         Reported by (and fix confirmed by) Nelson H. F. Beebe.
29818         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
29819         error from mntctl.
29820         Use mntctl's return value to drive the entry-processing loop, since
29821         we can't rely on the value of the vmt_length member in the last
29822         entry.  On some systems doing so could result in exhausting
29823         virtual memory.  Based in part on a patch from Mike Jetzer.
29824
29825 2003-08-14  Jim Meyering  <jim@meyering.net>
29826         and Paul Eggert  <eggert@twinsun.com>
29827
29828         Merges from coreutils, plus other fixes.
29829         * lib/physmem.c: Merge in portability changes from gcc/libiberty
29830         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
29831         for credits and details.  Thanks to Kaveh Ghazi for helping
29832         to keep these files in sync.
29833         (ARRAY_SIZE): Define it.
29834         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
29835         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
29836         (memcasecmp): Don't assume size_t fits in unsigned int.
29837         Remove casts and duplicate code.
29838         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
29839         (memcpy): Remove definition.
29840         Merge in some clean-up and optimization changes from glibc.
29841         [BLOCKSIZE]: Move definition to top of file.
29842         Ensure that it is a multiple of 64.
29843         Rearrange loop exit tests so as to avoid performing an
29844         additional fread after encountering an error or EOF.
29845         * lib/md5.h (md5_uintptr): Define.
29846         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
29847         return to the initial working directory.  Preserve errno
29848         for caller.
29849         * lib/idcache.c: Include "xalloc.h".
29850         (xmalloc, xrealloc): Remove decls.
29851         (getuser): Remove casts no longer required in C89.
29852         * lib/human.c: Include stdio.h, for sprintf.
29853         * lib/group-member.c: Include "xalloc.h".
29854         (xmalloc, xrealloc): Remove decls.
29855         (get_group_info): Remove casts no longer required in C89.
29856         * lib/getusershell.c (readname): Remove casts no longer required in
29857         C89.
29858         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
29859         * lib/getline.c: Whitespace fix, from coreutils.
29860
29861 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29862
29863         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
29864         Check for isascii.
29865
29866         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29867         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29868         Undo previous (whitespace-only) change.
29869
29870 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29871
29872         * lib/exclude.c: Include <ctype.h>
29873         (IN_CTYPE_DOMAIN): New macro.
29874         (is_space): New fn.
29875         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
29876         and empty lines.
29877
29878         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29879         Undo previous (whitespace-only) change.
29880
29881 2003-08-13  Paul Eggert  <eggert@twinsun.com>
29882
29883         * config/srclist-update: Change update back to the old behavior,
29884         leaving whitespace alone.  Use one 'sed' command rather than a
29885         pipeline.
29886         (fixlicense): Now a variable, not a function.
29887         (remove_trailing_blanks): Remove.
29888         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
29889         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29890         Undo previous (whitespace-only) change.
29891
29892 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29893
29894         Merge from coreutils.
29895         * modules/euidaccess: Add lib_SOURCES, include for new
29896         file euidaccess.h
29897
29898 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29899
29900         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
29901         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
29902         Normalize leading white space and remove trailing white space.
29903
29904         Merge from coreutils
29905         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
29906
29907         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
29908         0.12.1.  These files are now being upgraded automatically by
29909         ../config/srclist-update.
29910
29911 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29912
29913         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
29914         Normalize leading white space and remove trailing white space.
29915         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
29916         notice, as per ../config/srclist-update.
29917
29918         Merge from coreutils.
29919         * lib/euidaccess.h: New file.
29920         * lib/euidaccess.c: Include it.
29921         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
29922         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
29923         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
29924
29925 2003-08-12  Paul Eggert  <eggert@twinsun.com>
29926
29927         * config/srclist-update: Add copyright notice.
29928         (remove_id_lines, remove_trailing_blanks): New constants.
29929         (fixfile): Use them to normalize spacing a bit in copied files.
29930         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
29931         Normalize leading white space and remove trailing white space.
29932
29933         * config/texinfo.tex: Sync with texinfo.
29934
29935         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
29936         strtoul.c from libc, to merge coreutils whitespace changes.
29937
29938         * config/srclist.txt: Get the following m4 files from gettext:
29939         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
29940         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
29941         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
29942         wint_t.m4.
29943
29944 2003-08-12  Karl Berry  <karl@gnu.org>
29945
29946         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
29947         been made.
29948
29949 2003-08-11  Paul Eggert  <eggert@twinsun.com>
29950
29951         * modules/gnu-source, m4/gnu-source.m4:
29952         Remove; we're assuming Autoconf 2.54 or later now.
29953         Suggested by Bruno Haible.
29954         * MODULES.html.sh (func_all_modules): Remove gnu-source.
29955
29956 2003-08-11  Bruno Haible  <bruno@clisp.org>
29957
29958         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
29959
29960 2003-08-11  Bruno Haible  <bruno@clisp.org>
29961
29962         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
29963         (vasnprintf): Use it instead of wcslen.
29964
29965 2003-08-11  Bruno Haible  <bruno@clisp.org>
29966
29967         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
29968         value to ensure that _Bool promotes to int. Use #define for _Bool when
29969         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
29970
29971 2003-08-10  Karl Berry  <karl@gnu.org>
29972
29973         * lib/regex.h: update from libc (whitespace fix).
29974
29975 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29976
29977         Merge some files from coreutils.  These changes were
29978         originally made by Jim Meyering.
29979         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
29980         many older Unixes require this.
29981         * lib/alloca.c (alloca): Remove cast to argument of free;
29982         no longer needed in C89.
29983         * lib/alloca_.h, regex.h: Fix white space to match
29984         what GNU indent does.
29985
29986 2003-08-09  Paul Eggert  <eggert@twinsun.com>
29987
29988         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
29989         apparently Emacs's Unicode mode got confused before my 2003-08-05
29990         checkin.
29991
29992 2003-08-08  Paul Eggert  <eggert@twinsun.com>
29993
29994         * m4/extensions.m4: New file.
29995         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
29996         Require gl_USE_SYSTEM_EXTENSIONS.
29997         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
29998         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
29999
30000 2003-08-08  Paul Eggert  <eggert@twinsun.com>
30001
30002         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
30003         * modules/extensions, modules/gnu-source: New files.
30004         * modules/timespec, modules/unlocked-io: Depend on extensions.
30005
30006 2003-08-07  Paul Eggert  <eggert@twinsun.com>
30007
30008         * modules/restrict: New file.
30009         * MODULES.html.sh (func_all_modules): Add restrict.
30010         * modules/regex: Depend on restrict.
30011
30012 2003-08-07  Paul Eggert  <eggert@twinsun.com>
30013
30014         * m4/restrict.m4: New file.
30015         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
30016
30017 2003-08-07  Bruno Haible  <bruno@clisp.org>
30018
30019         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
30020         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
30021
30022 2003-08-07  Bruno Haible  <bruno@clisp.org>
30023
30024         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
30025         makes the module 'getndelim2' compatible with the module 'getline'.
30026
30027 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30028
30029         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
30030         byte with "\201" to avoid glitches when editing that source file
30031         with multi-gnome-terminal.
30032
30033 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30034
30035         * lib/bumpalloc.h: Remove.
30036
30037 2003-08-05  Paul Eggert  <eggert@twinsun.com>
30038
30039         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
30040         * modules/bumpalloc: Remove.
30041
30042 2003-08-04  Paul Eggert  <eggert@twinsun.com>
30043
30044         * lib/getloadavg.c: Change copyright notice and spacing to conform to
30045         GNU coding style.
30046
30047         Merge from coreutils.
30048         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
30049         1. From glibc.
30050         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
30051         from Karl Berry, implemented by Jim Meyering.
30052         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
30053         from Dmitry V. Levin.
30054         Remove anachronistic cast of xrealloc.
30055         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
30056         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
30057         type. Otherwise, it wouldn't compile with at least /bin/cc on
30058         ymp-cray-unicos9.0.2.X.
30059         Combine two mostly-identical uses of alloca into one.
30060         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
30061
30062 2003-08-04  Dave Love  <d.love@dl.ac.uk>
30063
30064         [From Emacs.]
30065
30066         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
30067         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
30068         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
30069         obsolete NLIST_NAME_UNION.
30070         [__GNU__]: Undef BSD and FSCALE.
30071         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
30072
30073 2003-08-03  Paul Eggert  <eggert@twinsun.com>
30074
30075         * lib/stdbool_.h (_Bool): Make it signed char, instead of
30076         an enum type, so that it's guaranteed to promote to int.  See:
30077         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
30078
30079 2003-08-03  Karl Berry  <karl@gnu.org>
30080
30081         * config/depcomp: update from automake.
30082
30083 2003-07-31  Paul Eggert  <eggert@twinsun.com>
30084
30085         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
30086         (strerror): Don't assume that a printable int fits in 14 bytes.
30087
30088 2003-07-31  Bruno Haible  <bruno@clisp.org>
30089
30090         * modules/getpass-gnu: New file.
30091         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
30092
30093 2003-07-31  Bruno Haible  <bruno@clisp.org>
30094
30095         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
30096
30097 2003-07-24  Karl Berry  <karl@gnu.org>
30098
30099         * config/missing: update from automake.
30100
30101 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
30102             Bruno Haible  <bruno@clisp.org>
30103
30104         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
30105         * lib/getline.c (getline, getdelim): Likewise.
30106         Remove _GNU_SOURCE define; now it's defined in config.h through
30107         m4/getline.m4.
30108
30109 2003-07-23  Karl Berry  <karl@gnu.org>
30110
30111         * config/config.sub: update from prep.
30112
30113 2003-07-22  Paul Eggert  <eggert@twinsun.com>
30114
30115         * modules/xalloc (Depends-on): Add exitfail.
30116         * modules/xmemcoll: Likewise.
30117
30118 2003-07-22  Paul Eggert  <eggert@twinsun.com>
30119
30120         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
30121         over-parenthesization in macros.
30122
30123         Sync with coreutils.
30124
30125         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
30126         required by C99.
30127
30128         Use `exit_failure' for xalloc and xmemcoll instead of their own
30129         private exit-failure variables.
30130         * lib/xalloc.h (xalloc_exit_failure): Remove.
30131         * lib/xmalloc.c: Likewise.  Include exitfail.h.
30132         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
30133         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
30134         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
30135         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
30136
30137 2003-07-20  Jim Meyering  <jim@meyering.net>
30138
30139         * modules/closeout (Depends-on): Add exitfail.
30140         Suggestion from Bruno Haible.
30141
30142 2003-07-19  Karl Berry  <karl@gnu.org>
30143
30144         * config/config.sub: update from prep.
30145
30146 2003-07-18  Paul Eggert  <eggert@twinsun.com>
30147
30148         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
30149         Remove.
30150         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
30151         to test that it can stand by itself.  Include "exitfail.h".
30152         Clients should set exit_failure instead.
30153         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
30154
30155 2003-07-18  Bruno Haible  <bruno@clisp.org>
30156
30157         * modules/getndelim2: New file.
30158         * modules/getline: Share files with module getndelim2.
30159         * modules/getnline: Depend on getndelim2 instead of sharing files with
30160         it. Add getnline.c to lib_SOURCES.
30161         * MODULES.html.sh (func_all_modules): Add getndelim2.
30162
30163 2003-07-18  Bruno Haible  <bruno@clisp.org>
30164
30165         * m4/getndelim2.m4: New file.
30166         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
30167         invoke gl_PREREQ_GETNDELIM2.
30168         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
30169         gl_PREREQ_GETNDELIM2.
30170         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
30171         gl_GETNDELIM2.
30172
30173 2003-07-18  Bruno Haible  <bruno@clisp.org>
30174
30175         * lib/getndelim2.h: New file.
30176         * lib/getndelim2.c: Make into a module of its own. Include config.h,
30177         getndelim2.h.
30178         (getndelim2): Make non-static. Change return type to ssize_t.
30179         * lib/getline.h: Change argument names.
30180         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
30181         * lib/getnline.c: Include getndelim2.h.
30182
30183 2003-07-18  Andreas Schwab  <schwab@suse.de>
30184
30185         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
30186
30187 2003-07-17  Karl Berry  <karl@gnu.org>
30188
30189         * config/config.sub: update from prep.
30190
30191 2003-07-17  Bruno Haible  <bruno@clisp.org>
30192
30193         * modules/getnline: New file.
30194         * modules/getline: Add lib/getndelim2.c to source file list.
30195         * MODULES.html.sh (func_all_modules): Add getnline.
30196
30197 2003-07-17  Bruno Haible  <bruno@clisp.org>
30198
30199         * m4/getnline.m4: New file.
30200
30201 2003-07-17  Bruno Haible  <bruno@clisp.org>
30202
30203         * m4/Makefile.am.in: Remove file.
30204         * m4/Makefile.am: Remove file.
30205         * m4/Makefile.in: Remove file.
30206
30207 2003-07-17  Bruno Haible  <bruno@clisp.org>
30208
30209         * lib/getnline.h: New file.
30210         * lib/getnline.c: New file.
30211         * lib/getndelim2.c: New file, extracted from getline.c.
30212         (getndelim2): Renamed from getdelim2, with added nmax argument.
30213         * lib/getline.c: Include getndelim2.c.
30214         (getdelim2): Moved out to getndelim2.c.
30215         (getline, getdelim): Update.
30216
30217 2003-07-17  Bruno Haible  <bruno@clisp.org>
30218
30219         * lib/Makefile.am: Remove file.
30220         * lib/Makefile.in: Remove file.
30221
30222 2003-07-17  Bruno Haible  <bruno@clisp.org>
30223
30224         * configure.in: Remove file.
30225         * Makefile.in: Remove file.
30226
30227 2003-07-17  Bruno Haible  <bruno@clisp.org>
30228
30229         * MODULES.html.sh: Put the </BODY> right before </HTML>.
30230
30231 2003-07-16  Karl Berry  <karl@gnu.org>
30232
30233         * config/srclist-update: was running fixlicense twice, which caused
30234                 texinfo.tex to be nullified for some reason.  Simplify,
30235                 $gplsrc is no longer needed as far as I can see?
30236
30237 2003-07-16  Jim Meyering  <jim@meyering.net>
30238
30239         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
30240
30241 2003-07-15  Paul Eggert  <eggert@twinsun.com>
30242
30243         * config/srclist.txt: Get the following files from gettext-runtime/intl
30244         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
30245         ref-del.sin.  From Bruno Haible.
30246         * config/srclist-update (fixfile): Change grep pattern again, since the
30247         previous fix didn't work (there was another trailing $).  Use
30248         '[$]' to escape the $s.
30249
30250 2003-07-15  Karl Berry  <karl@gnu.org>
30251
30252         * lib/vasnprintf.c: update from gettext.
30253
30254 2003-07-15  Karl Berry  <karl@gnu.org>
30255
30256         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
30257         gets expanded when surrounded by '$'.
30258
30259 2003-07-15  Jim Meyering  <jim@meyering.net>
30260
30261         * modules/save-cwd: Don't depend on error.  From Derek Price.
30262
30263 2003-07-15  Jim Meyering  <jim@meyering.net>
30264
30265         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
30266
30267 2003-07-14  Simon Josefsson  <jas@extundo.com>
30268
30269         * modules/mempcpy: New file.
30270         * MODULES.html.sh (func_all_modules): Add mempcpy.
30271
30272 2003-07-14  Simon Josefsson  <jas@extundo.com>
30273
30274         * m4/mempcpy.m4: New file.
30275
30276 2003-07-14  Simon Josefsson  <jas@extundo.com>
30277
30278         * lib/mempcpy.h: New file.
30279         * lib/mempcpy.c: New file.
30280
30281 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30282
30283         * modules/getdate, modules/posixtm: Depend on mktime.
30284
30285 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30286
30287         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
30288         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
30289         unicodeio.c, unicodeio.h, unlocked-io.h:
30290         Switch from LGPL to GPL.
30291
30292 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30293
30294         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
30295         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
30296         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
30297         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
30298         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
30299         updated automatically by ../config/srclist-update.  This changes
30300         their license from LPGL to GPL.
30301
30302 2003-07-14  Paul Eggert  <eggert@twinsun.com>
30303
30304         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
30305         assumed to refer to the root of the most recent stable gettext version.
30306         * config/srclistvars.sh: Add defaults for eggert.
30307         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
30308         Match "This program" as well as "The program".  This is needed
30309         for gettext.
30310
30311 2003-07-14  Jim Meyering  <jim@meyering.net>
30312
30313         Don't emit diagnostics.  Let callers do that.
30314         * lib/save-cwd.c: Don't include "error.h".
30315         (save_cwd): Don't call error.  Ensure that errno is valid
30316         when returning nonzero.
30317
30318         * lib/save-cwd.h (restore_cwd): Update prototype.
30319         * lib/save-cwd.c (restore_cwd): Remove two parameters.
30320         Simplify.  Don't call error upon failure.  Let callers do that.
30321         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
30322         when auditing is enabled.  But don't bother updating the #if.
30323
30324 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
30325
30326         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
30327         it breaks C++ compilation.
30328         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
30329
30330 2003-07-10  Simon Josefsson  <jas@extundo.com>
30331
30332         * modules/strchrnul (Makefile.am): Add strchrnul.h.
30333
30334 2003-07-10  Jim Meyering  <jim@meyering.net>
30335
30336         * m4/clock_time.m4: Remove trailing blank.
30337         * m4/intmax_t.m4: Likewise.
30338
30339 2003-07-10  Jim Meyering  <jim@meyering.net>
30340
30341         * lib/vasnprintf.c: Remove trailing blanks.
30342         Make cpp indentation consistent.
30343
30344 2003-07-09  Paul Eggert  <eggert@twinsun.com>
30345
30346         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
30347         posixver.c, strftime.c, strnlen.c, strverscmp.c:
30348         Switch from LGPL to GPL.
30349
30350 2003-07-09  Paul Eggert  <eggert@twinsun.com>
30351
30352         * config/srclist.txt: Sort sublists.  Add
30353         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
30354         that differ from gnulib for one reason or another; we'd like this list
30355         to be smaller but for now let's document what we have.
30356
30357 2003-07-08  Paul Eggert  <eggert@twinsun.com>
30358
30359         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
30360         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
30361         and sweeter "eval x=$x".
30362         * config/srclist.txt: Get lib/argp* from glibc.
30363
30364 2003-07-07  Paul Eggert  <eggert@twinsun.com>
30365
30366         * lib/mktime.c: Fix some boundary cases and remove need for floating
30367         point.
30368
30369         Issue a compile-time diagnostic if time_t is floating point, or if
30370         two's complement arithmetic is not in effect, or if arithmetic
30371         right shift does not propagate the sign.  These assumptions were
30372         all in the original code but they weren't checked.
30373
30374         (TIME_T_MIDPOINT, verify): New macros.
30375         (__isleap): Remove; it has integer overflow problems.
30376         (leapyear): New function, without those problems.
30377         (ydhms_tm_diff): Remove; splitting into two parts.
30378         (ydhms_diff): New function, containing the arithmetic part of
30379         the old ydhms_tm_diff function.  Issue a compile-time
30380         diagnostic if we are not using C99 integer division.
30381         Avoid casts when possible.
30382         (guess_time_tm): New function, containing the checking part of
30383         the old ydhms_tm_diff function.  Return the new value, rather than
30384         the difference between it and the old.  Accept a new argument T
30385         so that *T specifies the old value.  Check for overflow in the result.
30386
30387         (__mktime_internal): Use a time_t offset, not a long int offset.
30388         This undoes the 2003-06-04 change, which is no longer needed now
30389         that we have better overflow checking.
30390         (localtime_offset): Likewise.
30391
30392         (__mktime_internal): Avoid harmful overflow on hosts where time_t
30393         and long are 64-bit but int is only 32-bit.
30394         (ydhms_diff): Use long int to store year1 and yday1.
30395         Issue a compile-time diagnostic if long int is not wide enough.
30396
30397         (__mktime_internal): Use long int to store adjusted year and yday.
30398         Use plain C rather than preprocessor commands, if that doesn't
30399         affect efficiency.
30400         Check for overflow (and try to repair) after each probe
30401         rather than checking only at the very end.  This avoids some bugs
30402         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
30403         does not equal GMT offset at maximum time).
30404         Use integer to check for overflow rather than floating point; this
30405         is more portable to non-IEEE hosts, and is a tad faster.
30406         When we detect that we are oscillating between two values,
30407         don't check whether tm_isdst has the requested value, since
30408         we already know the answer.  When tm_isdst has the wrong value,
30409         use a different heuristic to find the right one, based on the
30410         extreme values actually observed in practice in tz2003a,
30411         rather than the (overly optimistic) "previous 3 calendar quarters".
30412
30413         (not_equal_tm, print_tm, check_result): Use "const T" rather than
30414         "T const" to accommodate glibc style.
30415         (check_result): Use less-confusing report format.  "long" -> "long int.
30416         (main): Likewise.
30417         Don't loop if the iteration overflows time_t.
30418         Allow a negative step in the iteration.
30419
30420 2003-07-06  Karl Berry  <karl@gnu.org>
30421
30422         * config/depcomp: update from automake.
30423         * config/config.sub: update from prep.
30424
30425 2003-07-03  Karl Berry  <karl@gnu.org>
30426
30427         * config/config.guess: update from prep.
30428
30429 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30430
30431         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
30432         xreadlink.c now includes it unconditionally.
30433
30434 2003-07-01  Paul Eggert  <eggert@twinsun.com>
30435
30436         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
30437         having it depend on HAVE_SYS_TYPES_H.
30438
30439 2003-07-01  Bruno Haible  <bruno@clisp.org>
30440
30441         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
30442         <sys/types.h> should be sufficient.
30443         Reported by Paul Eggert.
30444
30445 2003-06-26  Karl Berry  <karl@gnu.org>
30446
30447         * config/depcomp: update from automake.
30448
30449 2003-06-26  Bruno Haible  <bruno@clisp.org>
30450
30451         * modules/human: Depend on module stdbool.
30452
30453 2003-06-25  Bruno Haible  <bruno@clisp.org>
30454
30455         * modules/readlink: New file.
30456         * modules/xreadlink: Depend on it.
30457         * MODULES.html.sh (func_all_modules): Add readlink.
30458
30459 2003-06-25  Bruno Haible  <bruno@clisp.org>
30460
30461         * m4/readlink.m4: New file.
30462
30463 2003-06-25  Bruno Haible  <bruno@clisp.org>
30464
30465         * lib/readlink.c: New file.
30466
30467 2003-06-22  Karl Berry  <karl@gnu.org>
30468
30469         * config/srclist.txt: update mkinstalldirs from automake.
30470         * config/mkinstalldirs: update.
30471
30472 2003-06-22  Bruno Haible  <bruno@clisp.org>
30473
30474         Portability to mingw32.
30475         * m4/ssize_t.m4: New file, from GNU gettext.
30476         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
30477         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
30478
30479 2003-06-22  Bruno Haible  <bruno@clisp.org>
30480
30481         * modules/safe-read: Add m4/ssize_t.m4.
30482         * modules/xreadlink: Add m4/ssize_t.m4.
30483
30484 2003-06-20  Bruno Haible  <bruno@clisp.org>
30485
30486         Assume C89, so PARAMS isn't needed.
30487         * lib/unicodeio.h (PARAMS): Remove.
30488         * lib/unicodeio.c: Don't use PARAMS.
30489
30490 2003-06-18  Karl Berry  <karl@gnu.org>
30491
30492         * config/config.{guess,sub}: update from prep.
30493
30494 2003-06-18  Jim Meyering  <jim@meyering.net>
30495
30496         Merge changes from coreutils.
30497         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
30498         Remove explicit declarations of xmalloc and realloc.
30499         Include xalloc.h.
30500         (read_utmp): Remove anachronistic cast of xmalloc.
30501
30502 2003-06-17  Paul Eggert  <eggert@twinsun.com>
30503
30504         Assume C89, so PARAMS isn't needed.
30505         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
30506         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
30507         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
30508         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
30509         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
30510         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
30511         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
30512         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
30513         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
30514         lib/xstrtod.h, lib/xstrtol.h: Likewise.
30515         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
30516         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
30517         no longer needed. Anyway, config.h should always be included before any
30518         other file.
30519
30520 2003-06-11  Simon Josefsson  <jas@extundo.com>
30521
30522         * modules/sysexits: New file.
30523         * MODULES.html.sh (func_all_modules): Add sysexits.
30524
30525 2003-06-11  Simon Josefsson  <jas@extundo.com>
30526
30527         * lib/sysexit_.h: New file.
30528
30529 2003-06-11  Derek Price  <derek@ximbiot.com>
30530
30531         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
30532         necessary.
30533
30534 2003-06-11  Bruno Haible  <bruno@clisp.org>
30535
30536         * m4/sysexits.m4: New file.
30537
30538 2003-06-10  Simon Josefsson  <jas@extundo.com>
30539
30540         * lib/argp.h: New file, from glibc.
30541         * lib/argp-ba.c: New file, from glibc.
30542         * lib/argp-eexst.c: New file, from glibc.
30543         * lib/argp-fmtstream.c: New file, from glibc.
30544         * lib/argp-fmtstream.h: New file, from glibc.
30545         * lib/argp-fs-xinl.c: New file, from glibc.
30546         * lib/argp-help.c: New file, from glibc.
30547         * lib/argp-namefrob.h: New file, from glibc.
30548         * lib/argp-parse.c: New file, from glibc.
30549         * lib/argp-pv.c: New file, from glibc.
30550         * lib/argp-pvh.c: New file, from glibc.
30551         * lib/argp-xinl.c: New file, from glibc.
30552
30553 2003-06-10  Simon Josefsson  <jas@extundo.com>
30554
30555         * modules/strchrnul: New file.
30556
30557 2003-06-10  Simon Josefsson  <jas@extundo.com>
30558
30559         * modules/argp: New file.
30560
30561 2003-06-10  Simon Josefsson  <jas@extundo.com>
30562
30563         * m4/strchrnul.m4: New file.
30564
30565 2003-06-10  Simon Josefsson  <jas@extundo.com>
30566
30567         * lib/strchrnul.h: New file.
30568         * lib/strchrnul.c: New file.
30569
30570 2003-06-10  Bruno Haible  <bruno@clisp.org>
30571
30572         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
30573
30574 2003-06-07  Karl Berry  <karl@gnu.org>
30575
30576         * config/config.{guess,sub}: update from prep.
30577
30578 2003-06-07  Jim Meyering  <jim@meyering.net>
30579
30580         * modules/strtod: Use $(...) notation, not @...@ for
30581         AC_REPLACE'd variables.
30582         * modules/localcharset: Likewise.
30583
30584 2003-06-07  Jim Meyering  <jim@meyering.net>
30585
30586         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
30587         in place of my name in the copyright comment.
30588         Remove definition and uses of __P.
30589
30590         From coreutils.
30591         * lib/stat.c: Don't declare xmalloc explicitly.
30592         Instead, include "xalloc.h".
30593         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
30594         xrealloc, and xcalloc return values.
30595         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
30596         Improve comment.
30597         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
30598
30599 2003-06-07  Bruno Haible  <bruno@clisp.org>
30600
30601         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
30602         avoid AC_CONFIG_LINKS.
30603         * modules/fnmatch (Makefile.am): Use explicit creation rule for
30604         fnmatch.h, to avoid AC_CONFIG_LINKS.
30605         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
30606
30607 2003-06-07  Bruno Haible  <bruno@clisp.org>
30608
30609         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
30610         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
30611         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30612         directory.
30613         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
30614         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
30615         directory.
30616
30617 2003-06-06  Jim Meyering  <jim@meyering.net>
30618
30619         Merge from coreutils.
30620         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
30621         Consolidate declarations and initializations of *_base* locals.
30622
30623         Merge from coreutils.
30624         This avoids a core dump on systems without GNU putenv,
30625         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
30626         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
30627         (unsetenv): New static function, from GNU libc.
30628         (rpl_putenv): Use it.
30629
30630         * lib/modechange.c: Remove trailing blanks.
30631
30632         Merge from coreutils.
30633         * lib/fsusage.c: Remove declaration of statfs.
30634         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
30635
30636         * lib/posixtm.c: Include <stdbool.h> unconditionally.
30637
30638 2003-06-06  Jim Meyering  <jim@meyering.net>
30639
30640         * lib/stdbool_.h: Renamed from stdbool.h.in.
30641
30642 2003-06-06  Jim Meyering  <jim@meyering.net>
30643             Bruno Haible  <bruno@clisp.org>
30644
30645         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
30646         Adjust Makefile.am snippet not to redirect directly to target.
30647         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
30648
30649 2003-06-05  Paul Eggert  <eggert@twinsun.com>
30650
30651         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
30652         mismatch, look in future quarters as well as past.  This fixes a
30653         bug when processing fall-backwards gaps immediately after a long
30654         period of daylight-saving time.
30655
30656         * lib/mktime.c: Assume freestanding C89 or better.
30657         (HAVE_LIMITS_H): Remove.  Assume it's 1.
30658         (__P): Remove; not used.
30659         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
30660         (mktime, not_equal_tm, print_tm, check_result,
30661         main): Use prototypes.  Use const * where appropriate.
30662         (main): Fix typo in testing code that uncovered by above changes.
30663         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
30664
30665 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30666
30667         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
30668         locale.h, localeconv.  This merges changes from coreutils.
30669
30670         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
30671         It can be removed after the next Autoconf is released.
30672         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
30673         needed.
30674
30675 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30676
30677         * lib/mktime.c: Fix Debian bug 177940
30678         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
30679         (localtime_offset): Now long int, not time_t, because we want it
30680         to be guaranteed to be signed.  All uses changed.
30681         (__mktime_internal): If overflow would occur when adding offset,
30682         don't add it.
30683
30684         Merge 'human' changes from coreutils.  Rewrite to support
30685         locale-specific notations like thousands separators.
30686         * lib/human.c: Simplify authorship notice.
30687         Include human.h immediately after config.h.
30688         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
30689         <limits.h>: Do not include, since human.h does.
30690         (SIZE_MAX, UINTMAX_MAX): New macros.
30691         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
30692         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
30693         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
30694         (power_letter): Renamed from suffixes.
30695         (generate_suffix_backwards): Remove.
30696         (adjust_value): Now takes int style (because of human.h changes)
30697         and long double value (for greater precision on some platforms).
30698         (group_number): New function.
30699         (human_readable): Use it.  Use integer options, not enum.
30700         Put the options before the sizes in the arg list.
30701         Support all the new options.
30702         The old human_readable function has been removed;
30703         use inttostr.h instead.
30704         (human_readable, default_block_size, humblock):
30705         Use uintmax_t, not int, for block sizes.
30706         (human_readable_inexact, block_size_types): Remove.
30707         (block_size_opts): New constant.
30708         (human_options): Renamed from human_block_size, with new signature
30709         that allows block sizes up to UINTMAX_MAX.  All callers changed.
30710         * lib/human.h: Add copyright and authorship notice.
30711         Include <limits.h> and <stdbool.h> unconditionally.
30712         (PARAMS): Remove.  All uses removed.
30713         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
30714         (enum human_inexact_style): Remove tag; now a nameless enum.
30715         (human_floor, human_ceiling, human_round_to_even): Now have
30716         values 2, 0, 1 rather than -1, 1, 0.
30717         (human_group_digits, human_suppress_point_zero, human_autoscale,
30718         human_base_1024, human_SI, human_B): New constants.
30719         (human_readable_inexact, human_block_size): Remove.
30720         (human_readable): Size args are now uintmax_t, not int.
30721         (human_options): New decl.
30722
30723         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
30724         unnecessary now that we assume C89 or better.  This change
30725         imported from coreutils.
30726
30727         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30728         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
30729         in the 2003-05-30 sync from glibc.
30730
30731         .h files should stand alone, but we shouldn't include <sys/types.h>
30732         if we can get away with just <stddef.h>.
30733
30734         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
30735         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
30736         rather than <sys/types.h>, as we merely need size_t.
30737         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
30738         to get size_t.
30739         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
30740         Include <stdio.h>, to get FILE.
30741         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
30742         memcasecmp.h has included <stddef.h> and all we need is size_t.
30743         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
30744         our interface, instead of including <sys/types.h>
30745
30746 2003-06-04  Paul Eggert  <eggert@twinsun.com>
30747
30748         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
30749         now, as glibc mktime is buggy on non-glibc systems.
30750
30751 2003-06-03  Karl Berry  <karl@gnu.org>
30752
30753         * config/config.sub: update from prep.
30754
30755 2003-06-02  Paul Eggert  <eggert@twinsun.com>
30756
30757         [from coreutils]
30758         Fix some minor time-related bugs with POSIX time arguments.
30759         Some valid time stamps were being rejected (notably -1, and
30760         time stamps before 1900 on 64-bit hosts).  And some invalid
30761         time stamps were being accepted, e.g. September 31.
30762
30763         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
30764         that we can return (time_t) -1 successfully.
30765         * lib/posixtm.c: Likewise.
30766         [HAVE_STDBOOL_H]: Include <stdbool.h>.
30767         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
30768         (t): Remove static var.
30769         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
30770         of static var.  All uses changed.
30771         (year): Do not reject years before 1900; they can occur with
30772         64-bit time_t.
30773         (posix_time_parse): Do not check for out-of-range components;
30774         that is now the caller's responsibility, since our checks were
30775         only approximations.
30776         (posixtime): Use mktime to check for out-of-range components,
30777         since it knows them exactly.
30778         If mktime returns (time_t) -1, check whether an error actually occurred
30779         by invoking localtime on -1.
30780         (main) [TEST_POSIXTIME]: Check for input data errors, and report
30781         posixtime failures better.
30782         Improve the test data (in comments only).
30783
30784 2003-06-02  Karl Berry  <karl@gnu.org>
30785
30786         * config/mkinstalldirs (version): new variable.
30787         (--version): new option.
30788         (usage): improve message.
30789
30790 2003-05-30  Karl Berry  <karl@gnu.org>
30791
30792         * lib/mktime.c: update from libc.
30793
30794 2003-05-30  Bruno Haible  <bruno@clisp.org>
30795
30796         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
30797         * config/config.rpath: Upgrade to gettext-0.12.1.
30798
30799 2003-05-30  Bruno Haible  <bruno@clisp.org>
30800
30801         * m4/gettext.m4: Upgrade to gettext-0.12.1.
30802         * m4/nls.m4: New file, from gettext-0.12.1.
30803         * m4/po.m4: New file, from gettext-0.12.1.
30804         * m4/progtest.m4: Upgrade to gettext-0.12.1.
30805
30806 2003-05-30  Bruno Haible  <bruno@clisp.org>
30807
30808         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
30809         * lib/localcharset.h: Likewise.
30810         * lib/localcharset.c: Likewise.
30811
30812 2003-05-29  Karl Berry  <karl@gnu.org>
30813
30814         * config/config.rpath: update from gettext.
30815
30816 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30817
30818         Assume the headers required for C89 freestanding compilers.
30819         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
30820         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
30821         * m4/human.m4 (gl_HUMAN): Likewise.
30822         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
30823         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
30824         * m4/userspec.m4 (gl_USERSPEC): Likewise.
30825         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
30826         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
30827         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
30828
30829 2003-05-28  Paul Eggert  <eggert@twinsun.com>
30830
30831         Assume the headers required for C89 freestanding compilers.
30832         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
30833         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
30834         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
30835         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
30836         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
30837         define, since <limits.h> is guaranteed to do that.
30838         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
30839         * lib/exclude.c: Include <stdbool.h> unconditionally.
30840         * lib/tempname.c: Include <stddef.h> unconditionally.
30841         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
30842         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
30843         <stddef.h> does that.
30844         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
30845         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
30846         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
30847         needed.
30848         * lib/xstrtol.c: Likewise.
30849         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
30850         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
30851
30852         * lib/addext.c (addext): Use assignment rather than cast, to avoid
30853         warnings on some platforms.
30854
30855         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
30856         arbitrarily.
30857
30858 2003-05-26  Jim Meyering  <jim@meyering.net>
30859
30860         Merge in a change from coreutils:
30861         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
30862         that is guaranteed to be `no'.  Use `no_such_member' to indicate
30863         that condition, rather than `-1' which is slightly misleading.
30864         Change the name of the cache variable to have the gl_ prefix.
30865         Prompted by a patch from Richard Dawe for DJGPP.
30866
30867 2003-05-24  Karl Berry  <karl@gnu.org>
30868
30869         * config/config.guess: update from prep.
30870
30871 2003-05-22  Karl Berry  <karl@gnu.org>
30872
30873         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
30874
30875 2003-05-20  Karl Berry  <karl@gnu.org>
30876
30877         * config/config.guess: update from prep.
30878
30879 2003-05-18  Karl Berry  <karl@gnu.org>
30880
30881         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
30882         might actually be set by the user.
30883
30884         * config/depcomp, install-sh, mdate-sh: update from automake.
30885
30886 2003-05-17  Bruno Haible  <bruno@clisp.org>
30887
30888         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
30889         invalid expansion for AC_EGREP_CPP.
30890         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
30891         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
30892         Suggested by Akim Demaille <akim@epita.fr> in
30893         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
30894
30895 2003-05-12  Jim Meyering  <jim@meyering.net>
30896
30897         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
30898         the space-padded-by-default conversion specifiers, %e, %k, %l.
30899
30900 2003-05-12  Bruno Haible  <bruno@clisp.org>
30901
30902         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
30903         the string is longer than 4 KB.
30904
30905 2003-05-11  Karl Berry  <karl@gnu.org>
30906
30907         * config/config.{guess,sub}: update from prep.
30908
30909 2003-05-09  Bruno Haible  <bruno@clisp.org>
30910
30911         * modules/error: Add m4/strerror_r.m4 to file list.
30912
30913 2003-05-03  Bruno Haible  <bruno@clisp.org>
30914
30915         Upgrade to Unicode-4.0.
30916         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
30917         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
30918         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
30919         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
30920         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
30921         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
30922         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
30923         Change width of U+E0100..U+E01EF from 1 to 0.
30924
30925 2003-04-25  Jim Meyering  <jim@meyering.net>
30926
30927         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
30928         of type size_t, not int.
30929
30930 2003-04-25  Bruno Haible  <bruno@clisp.org>
30931
30932         * lib/copy-file.c: Include <stddef.h>, for size_t.
30933
30934 2003-04-21  Paul Eggert  <eggert@twinsun.com>
30935
30936         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
30937         code which expansion is under static control.  Patch imported from
30938         Akim Demaille's patch to Bison; see
30939         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
30940
30941 2003-04-14  Bruno Haible  <bruno@clisp.org>
30942
30943         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
30944
30945 2003-04-11  Jim Meyering  <jim@meyering.net>
30946
30947         Merge changes from Coreutils.
30948
30949         2003-03-22  Jim Meyering  <jim@meyering.net>
30950
30951         * lib/strftime.c (widen): Cast alloca return value to proper type.
30952
30953         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
30954
30955         From GNU libc.
30956         * lib/strftime.c (my_strftime): Handle very large width
30957         specifications for numeric values correctly.  Improve checks for
30958         overflow.
30959
30960         2003-01-19  Jim Meyering  <jim@meyering.net>
30961
30962         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
30963         definitions.
30964         (nl_get_alt_digit) [! defined my_strftime]: Define.
30965         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
30966         _nl_get_alt_digit and _nl_get_walt_digit.
30967
30968         * lib/strftime.c (my_strftime): Merge in locale-related changes from
30969         libc. These changes have no effect outside of _LIBC.
30970
30971 2003-04-10  Bruno Haible  <bruno@clisp.org>
30972
30973         * modules/findprog: New file.
30974         * MODULES.html.sh (func_all_modules): Add it.
30975
30976 2003-04-10  Bruno Haible  <bruno@clisp.org>
30977
30978         * m4/findprog.m4: New file.
30979         * m4/eaccess.m4: New file.
30980
30981 2003-04-10  Bruno Haible  <bruno@clisp.org>
30982
30983         * lib/findprog.h: New file, from GNU gettext.
30984         * lib/findprog.c: New file, from GNU gettext.
30985
30986 2003-04-05  Jim Meyering  <jim@meyering.net>
30987
30988         Merge changes from Coreutils.
30989
30990         * lib/exclude.h (PARAMS): Remove definition and uses.
30991         * lib/exclude.c: Remove uses of `PARAMS'.
30992
30993         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
30994         Add test-cases for DOS filenames. Declare program_name.
30995         (main): Set up program_name.  Patch by Rich Dawe.
30996
30997         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
30998         error from mntctl.
30999         Use mntctl's return value to drive the entry-processing loop, since
31000         we can't rely on the value of the vmt_length member in the last
31001         entry.  On some systems doing so could result in exhausting
31002         virtual memory.  Based in part on a patch from Mike Jetzer.
31003
31004 2003-04-04  Bruno Haible  <bruno@clisp.org>
31005
31006         * modules/linebreak: New file.
31007         * MODULES.html.sh (func_all_modules): Add it.
31008
31009 2003-04-04  Bruno Haible  <bruno@clisp.org>
31010
31011         * m4/linebreak.m4: New file.
31012
31013 2003-04-04  Bruno Haible  <bruno@clisp.org>
31014
31015         * lib/linebreak.h: New file, from GNU gettext.
31016         * lib/linebreak.c: New file, from GNU gettext with slight
31017         modifications.
31018         * lib/lbrkprop.h: New file, from GNU gettext.
31019
31020 2003-04-03  Bruno Haible  <bruno@clisp.org>
31021
31022         * modules/utf8-ucs4: New file.
31023         * modules/utf16-ucs4: New file.
31024         * modules/ucs4-utf8: New file.
31025         * modules/ucs4-utf16: New file.
31026         * MODULES.html.sh (func_all_modules): Add them.
31027
31028 2003-04-03  Bruno Haible  <bruno@clisp.org>
31029
31030         * m4/utf-ucs4.m4: New file.
31031         * m4/ucs4-utf.m4: New file.
31032
31033 2003-04-03  Bruno Haible  <bruno@clisp.org>
31034
31035         * lib/utf8-ucs4.h: New file, from GNU gettext.
31036         * lib/utf16-ucs4.h: New file, from GNU gettext.
31037         * lib/ucs4-utf8.h: New file, from GNU gettext.
31038         * lib/ucs4-utf16.h: New file, from GNU gettext.
31039
31040 2003-04-02  Bruno Haible  <bruno@clisp.org>
31041
31042         * modules/binary-io: New file.
31043         * MODULES.html.sh (func_all_modules): Add it.
31044
31045 2003-04-02  Bruno Haible  <bruno@clisp.org>
31046
31047         * lib/binary-io.h: New file, from GNU gettext.
31048
31049 2003-04-01  Bruno Haible  <bruno@clisp.org>
31050
31051         * modules/pathname: New file.
31052         * MODULES.html.sh (func_all_modules): Add it.
31053
31054 2003-04-01  Bruno Haible  <bruno@clisp.org>
31055
31056         * lib/pathname.h: New file, from GNU gettext.
31057         * lib/concatpath.c: New file, from GNU gettext.
31058
31059 2003-03-30  Bruno Haible  <bruno@clisp.org>
31060
31061         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
31062
31063 2003-03-30  Bruno Haible  <bruno@clisp.org>
31064
31065         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
31066         function chown() doesn't exist.
31067
31068 2003-03-28  Bruno Haible  <bruno@clisp.org>
31069
31070         * modules/copy-file: New file.
31071         * MODULES.html.sh (func_all_modules): Add it.
31072
31073 2003-03-28  Bruno Haible  <bruno@clisp.org>
31074
31075         * m4/copy-file.m4: New file.
31076
31077 2003-03-28  Bruno Haible  <bruno@clisp.org>
31078
31079         * lib/copy-file.h: New file, from GNU gettext.
31080         * lib/copy-file.c: New file, from GNU gettext.
31081
31082 2003-03-18  Jim Meyering  <jim@meyering.net>
31083
31084         * lib/quote.c (quote_n): Fix typo in comment.
31085
31086 2003-03-18  Bruno Haible  <bruno@clisp.org>
31087
31088         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
31089         checking.
31090         * m4/onceonly_2_57.m4: Likewise.
31091
31092 2003-03-17  Bruno Haible  <bruno@clisp.org>
31093
31094         * m4/onceonly.m4: Require autoconf 2.54 or newer.
31095         (m4_quote): Remove macro.
31096         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
31097
31098 2003-03-14  Jim Meyering  <jim@meyering.net>
31099
31100         Merge changes from Coreutils.
31101         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
31102         to be const, in order to avoid warnings.
31103         (obstack_room): Likewise.
31104         (obstack_empty_p): Likewise.
31105
31106 2003-03-14  Bruno Haible  <bruno@clisp.org>
31107
31108         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
31109         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
31110
31111 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31112
31113         Merge changes from Bison.
31114         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
31115         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
31116         when compiling Bison 1.875's `bitset bset = obstack_alloc
31117         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
31118         * lib/hash.c: Include <stdbool.h> unconditionally.
31119
31120 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31121
31122         * m4/onceonly.m4 (m4_quote): New macro.
31123         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
31124         Quote AC_FOREACH variable-expansions properly.
31125
31126 2003-03-13  Paul Eggert  <eggert@twinsun.com>
31127
31128         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
31129
31130 2003-03-09  Paul Eggert  <eggert@twinsun.com>
31131
31132         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
31133         Reported by Bruce Becker; see:
31134         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
31135
31136 2003-03-03  Paul Eggert  <eggert@twinsun.com>
31137             Bruno Haible  <bruno@clisp.org>
31138
31139         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
31140         Reported by John Hughes, see
31141         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
31142
31143 2003-02-20  Bruno Haible  <bruno@clisp.org>
31144
31145         * MODULES.html.sh (func_all_modules): Add poll.
31146
31147 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31148
31149         * modules/poll: New file.
31150
31151 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31152
31153         * lib/poll_.h: New file.
31154         * lib/poll.c: New file.
31155
31156 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
31157
31158         * m4/poll.m4: New file.
31159
31160 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31161
31162         * modules/mathl: New file.
31163
31164 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31165
31166         * lib/mathl.h: New file.
31167         * lib/acosl.c: New file.
31168         * lib/asinl.c: New file.
31169         * lib/atanl.c: New file.
31170         * lib/ceill.c: New file.
31171         * lib/cosl.c: New file.
31172         * lib/expl.c: New file.
31173         * lib/floorl.c: New file.
31174         * lib/frexpl.c: New file.
31175         * lib/ldexpl.c: New file.
31176         * lib/logl.c: New file.
31177         * lib/sincosl.c: New file.
31178         * lib/sinl.c: New file.
31179         * lib/sqrtl.c: New file.
31180         * lib/tanl.c: New file.
31181         * lib/trigl.c: New file.
31182         * lib/trigl.h: New file.
31183
31184 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
31185
31186         * m4/mathl.m4: New file.
31187
31188 2003-02-18  Bruno Haible  <bruno@clisp.org>
31189
31190         * MODULES.html.sh (func_all_modules): Add mathl.
31191
31192 2003-02-17  Bruno Haible  <bruno@clisp.org>
31193
31194         * modules/mkdtemp: New module.
31195         * MODULES.html.sh (func_all_modules): Add it.
31196
31197 2003-02-17  Bruno Haible  <bruno@clisp.org>
31198
31199         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
31200
31201 2003-02-17  Bruno Haible  <bruno@clisp.org>
31202
31203         * lib/mkdtemp.h: New file, from GNU gettext.
31204         * lib/mkdtemp.c: New file, from GNU gettext.
31205
31206 2003-02-02  Jim Meyering  <jim@meyering.net>
31207
31208         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
31209         e.g. glibc-2.2.93.
31210
31211 2003-01-31  Bruno Haible  <bruno@clisp.org>
31212
31213         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
31214         'rpl_rename'.
31215         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
31216         'rpl_strnlen'.
31217         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
31218         'rpl_strtod'.
31219         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
31220         'rpl_utime'.
31221
31222 2003-01-31  Bruno Haible  <bruno@clisp.org>
31223
31224         * lib/rename.c: #undef rename before defining rpl_rename.
31225         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
31226
31227 2003-01-30  Bruno Haible  <bruno@clisp.org>
31228
31229         * modules/vasnprintf, modules/vasprintf: New modules.
31230         * MODULES.html.sh (func_all_modules): Add them.
31231
31232 2003-01-30  Bruno Haible  <bruno@clisp.org>
31233
31234         * m4/signed.m4: New file, from GNU gettext.
31235         * m4/longdouble.m4: New file, from GNU gettext.
31236         * m4/wchar_t.m4: New file, from GNU gettext.
31237         * m4/wint_t.m4: New file, from GNU gettext.
31238         * m4/vasnprintf.m4: New file.
31239         * m4/vasprintf.m4: New file.
31240
31241 2003-01-30  Bruno Haible  <bruno@clisp.org>
31242
31243         * lib/printf-args.h: New file, from GNU gettext.
31244         * lib/printf-args.c: New file, from GNU gettext.
31245         * lib/printf-parse.h: New file, from GNU gettext.
31246         * lib/printf-parse.c: New file, from GNU gettext.
31247         * lib/vasnprintf.h: New file, from GNU gettext.
31248         * lib/vasnprintf.c: New file, from GNU gettext.
31249         * lib/asnprintf.c: New file, from GNU gettext.
31250         * lib/vasprintf.h: New file, from GNU gettext with modifications.
31251         * lib/vasprintf.c: New file, from GNU gettext.
31252         * lib/asprintf.c: New file, from GNU gettext.
31253
31254 2003-01-29  Bruno Haible  <bruno@clisp.org>
31255
31256         * modules/stpncpy: New module.
31257         * MODULES.html.sh (func_all_modules): Add it.
31258
31259 2003-01-29  Bruno Haible  <bruno@clisp.org>
31260
31261         * m4/stpncpy.m4: New file.
31262
31263 2003-01-29  Bruno Haible  <bruno@clisp.org>
31264
31265         * lib/stpncpy.h: New file, from GNU gettext with modifications.
31266         * lib/stpncpy.c: New file, from GNU gettext with modifications.
31267
31268 2003-01-28  Bruno Haible  <bruno@clisp.org>
31269
31270         * modules/c-ctype: New module.
31271         * MODULES.html.sh (func_all_modules): Add it.
31272
31273 2003-01-28  Bruno Haible  <bruno@clisp.org>
31274
31275         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
31276         Paul Eggert.
31277         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
31278         Paul Eggert.
31279
31280 2003-01-27  Bruno Haible  <bruno@clisp.org>
31281
31282         * modules/xsetenv: New module.
31283         * MODULES.html.sh (func_all_modules): Add it.
31284
31285 2003-01-27  Bruno Haible  <bruno@clisp.org>
31286
31287         * lib/xsetenv.h: New file, from GNU gettext.
31288         * lib/xsetenv.c: New file, from GNU gettext.
31289
31290 2003-01-23  Jim Meyering  <jim@meyering.net>
31291
31292         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
31293         from working on systems without dirfd (at least Irix and OSF1/Tru64).
31294
31295 2003-01-23  Bruno Haible  <bruno@clisp.org>
31296
31297         * modules/minmax: New module.
31298         * MODULES.html.sh (func_all_modules): Add it.
31299
31300 2003-01-23  Bruno Haible  <bruno@clisp.org>
31301
31302         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
31303         Eggert.
31304
31305 2003-01-22  Bruno Haible  <bruno@clisp.org>
31306
31307         * modules/exit: New module.
31308         * MODULES.html.sh (func_all_modules): Add it.
31309
31310 2003-01-22  Bruno Haible  <bruno@clisp.org>
31311
31312         * lib/exit.h: New file, from GNU gettext.
31313
31314 2003-01-19  Bruno Haible  <bruno@clisp.org>
31315
31316         * gnulib-tool: Recognize option --extract-maintainer.
31317         (func_get_maintainer): New function.
31318         * modules/*: Add Maintainer entry.
31319
31320 2003-01-16  Jim Meyering  <jim@meyering.net>
31321
31322         * m4/regex.m4: The `regex' struct is both input and output.
31323         Initialize it before each use.  Patch by Tim Waugh.
31324
31325 2003-01-16  Bruno Haible  <bruno@clisp.org>
31326
31327         * MODULES.html.sh: Add a table of contents. Add the module name as
31328         leftmost column. Add hyperlinks.
31329
31330 2003-01-15  Bruno Haible  <bruno@clisp.org>
31331
31332         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
31333
31334 2003-01-15  Bruno Haible  <bruno@clisp.org>
31335
31336         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
31337         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
31338         suffix.
31339
31340 2003-01-15  Bruno Haible  <bruno@clisp.org>
31341
31342         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
31343
31344 2003-01-15  Bruno Haible  <bruno@clisp.org>
31345
31346         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
31347         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
31348
31349 2003-01-14  Jim Meyering  <jim@meyering.net>
31350
31351         * lib/same.c (same_name): Tweak a comment.
31352
31353 2003-01-14  Bruno Haible  <bruno@clisp.org>
31354
31355         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
31356         when a string comparison is sufficient.
31357
31358 2003-01-14  Bruno Haible  <bruno@clisp.org>
31359
31360         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
31361         'unsigned int'.
31362
31363 2003-01-14  Bruno Haible  <bruno@clisp.org>
31364
31365         * lib/hash-pjw.c: Add comment about low quality of this function.
31366
31367 2003-01-13  Bruno Haible  <bruno@clisp.org>
31368
31369         * modules/stpcpy: Distribute lib/stpcpy.h.
31370         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
31371
31372 2003-01-13  Bruno Haible  <bruno@clisp.org>
31373
31374         * modules/*: Add a description.
31375         * modules/strpbrk: Fix Makefile.am snippet.
31376         * modules/strtoimax: Fix dependencies.
31377         * modules/strtoumax: Likewise.
31378
31379 2003-01-13  Bruno Haible  <bruno@clisp.org>
31380
31381         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
31382         * modules/alloca (Makefile.am): All object files depend on alloca.h.
31383         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
31384
31385 2003-01-13  Bruno Haible  <bruno@clisp.org>
31386
31387         * gnulib-tool (func_create_testdir): Store config/* files in the main
31388         directory.
31389         * config.rpath: Move to ...
31390         * config/config.rpath: ... here.
31391         * modules/gettext: Contains config/config.rpath, not config.rpath.
31392         * modules/iconv: Likewise.
31393
31394 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31395
31396         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31397         to avoid collisions with libcurses and libreadline.
31398
31399         * m4/getstr.m4: Remove.
31400         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
31401
31402 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31403
31404         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31405         to avoid collisions with libcurses and libreadline.
31406
31407         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
31408         * lib/getstr.h, getstr.c: Remove.
31409         * lib/getline.c: Include "getline.h", to check interface.
31410         Move body of old getstr.c here: this defines MIN_CHUNK and
31411         declares getdelim2, which is renamed from getstr.
31412         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
31413
31414         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
31415         All uses changed.
31416         * lib/linebuffer.h: Likewise.
31417         (readline): Remove backward-compatibility macro.
31418
31419 2003-01-12  Paul Eggert  <eggert@twinsun.com>
31420
31421         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
31422         to avoid collisions with libcurses and libreadline.
31423         * getstr: Remove.
31424         * MODULES.html.sh: Remove getstr.
31425         * modules/getline: Depend on unlocked-io, not getstr.
31426
31427 2003-01-12  Jim Meyering  <jim@meyering.net>
31428
31429         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
31430
31431 2003-01-10  Bruno Haible  <bruno@clisp.org>
31432
31433         * modules/alloca: Change Makefile.am requirements. Simplify Include
31434         requirements. Add lib/alloca_.h to file list.
31435
31436 2003-01-10  Bruno Haible  <bruno@clisp.org>
31437
31438         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
31439
31440 2003-01-10  Bruno Haible  <bruno@clisp.org>
31441
31442         * lib/alloca_.h: New file.
31443         * lib/getdate.y: Unconditionally include alloca.h.
31444         * lib/makepath.c: Likewise.
31445         * lib/setenv.c: Likewise.
31446         * lib/userspec.c: Likewise.
31447
31448 2003-01-09  Karl Berry  <karl@gnu.org>
31449
31450         * MODULES.html.sh: include `dirname $0` in PATH, to find
31451         gnulib-tool.
31452
31453 2003-01-09  Bruno Haible  <bruno@clisp.org>
31454
31455         * modules/stdbool: Change configure.ac, Makefile.am requirements.
31456         Simplify Include requirements. Add lib/stdbool.h.in to file list.
31457
31458 2003-01-09  Bruno Haible  <bruno@clisp.org>
31459
31460         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
31461
31462 2003-01-09  Bruno Haible  <bruno@clisp.org>
31463
31464         * lib/stdbool.h.in: New file.
31465
31466 2003-01-09  Bruno Haible  <bruno@clisp.org>
31467
31468         * gnulib-tool (func_all_modules): Ignore files ending in ~.
31469         * MODULES.html.sh: Likewise.
31470
31471 2003-01-08  Jim Meyering  <jim@meyering.net>
31472
31473         * lib/full-write.c: Undefine and define-away `const' after inclusion
31474         of errno.h, not before.  Suggestion from Bruno Haible.
31475
31476 2003-01-08  Bruno Haible  <bruno@clisp.org>
31477
31478         * modules/full-read: Depend on full-write.
31479
31480 2003-01-08  Bruno Haible  <bruno@clisp.org>
31481
31482         * lib/safe-read.c: Include specification header first, to ensure its
31483         selfcontainedness.
31484         * lib/full-write.c: Likewise.
31485
31486 2003-01-07  Jim Meyering  <jim@meyering.net>
31487
31488         * lib/full-write.c: Rework so that it may serve to define full_read,
31489         too.
31490         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
31491
31492 2003-01-07  Bruno Haible  <bruno@clisp.org>
31493
31494         * lib/strtoimax.c: Include <stdint.h> as an alternative to
31495         <inttypes.h>.
31496         * lib/xstrtol.h: Likewise.
31497         * lib/xstrtoimax.c: Likewise.
31498         * lib/xstrtoumax.c: Likewise.
31499         * lib/human.h: Likewise.
31500
31501         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
31502         on systems that have <inttypes.h> but not <stdint.h>.
31503
31504 2003-01-07  Bruno Haible  <bruno@clisp.org>
31505
31506         * MODULES.html.sh: Add copyright notice.
31507         (missed_files): Omit CVS directory entries.
31508         (func_module): Make it work with sed-3.02.
31509         * MODULES.txt: Remove file.
31510
31511 2003-01-06  Jim Meyering  <jim@meyering.net>
31512
31513         * lib/version-etc.c: Update year in translatable copyright string.
31514
31515 2003-01-03  Karl Berry  <karl@gnu.org>
31516
31517         * config/config.{guess,sub}: update from prep.
31518
31519 2003-01-02  Karl Berry  <karl@gnu.org>
31520
31521         * doc/COPYING.DOC: belatedly updated to 1.2.
31522
31523 2003-01-01  Karl Berry  <karl@gnu.org>
31524
31525         * gnulib-tool (func_verify_module): report module name $module in
31526         error message, not $1.
31527         * gnulib-tool (create-testdir): don't complain if destdir couldn't
31528         be created, only if it doesn't exist.
31529         * gnulib-tool (last_checkin_date): don't expand the $Date here.
31530
31531 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31532
31533         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
31534
31535 2002-12-31  Paul Eggert  <eggert@twinsun.com>
31536
31537         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
31538         memcmp if strcoll doesn't work.
31539
31540 2002-12-31  Bruno Haible  <bruno@clisp.org>
31541
31542         * lib/utime.c (utime_null): No need to call ftruncate if the file was
31543         nonempty.
31544
31545 2002-12-31  Bruno Haible  <bruno@clisp.org>
31546
31547         * lib/memcoll.c (STRCOLL): New macro.
31548         (memcoll): Use it.
31549
31550 2002-12-31  Bruno Haible  <bruno@clisp.org>
31551
31552         * lib/localcharset.h: New file.
31553         * lib/localcharset.c: Include it.
31554         * lib/unicodeio.c: Likewise.
31555
31556 2002-12-31  Bruno Haible  <bruno@clisp.org>
31557
31558         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
31559         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
31560
31561 2002-12-31  Bruno Haible  <bruno@clisp.org>
31562
31563         * lib/getline.h: Include <stddef.h>, for size_t.
31564
31565         * lib/unicodeio.h: Include <stddef.h>, for size_t.
31566         * lib/unicodeio.c: Don't include <stddef.h>.
31567
31568 2002-12-31  Bruno Haible  <bruno@clisp.org>
31569
31570         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
31571         HAVE_TM_ZONE.
31572
31573 2002-12-24  Karl Berry  <karl@gnu.org>
31574
31575         * config/config.guess: update from prep.
31576
31577 2002-12-24  Bruno Haible  <bruno@clisp.org>
31578
31579         General infrasructure.
31580         * m4/README: Rewritten.
31581         * m4/onceonly.m4: New file.
31582         * m4/onceonly_2_57.m4: New file.
31583
31584         Module atexit.
31585         * m4/atexit.m4: New file.
31586
31587         Module strtod.
31588         * m4/strtod.m4: New file.
31589
31590         Module strtol.
31591         * m4/strtol.m4: New file.
31592
31593         Module strtoul.
31594         * m4/strtoul.m4: New file.
31595
31596         Module memchr.
31597         * m4/memchr.m4: New file.
31598
31599         Module memcmp.
31600         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
31601         (jm_FUNC_MEMCMP): Invoke it.
31602
31603         Module memcpy.
31604         * m4/memcpy.m4: New file.
31605
31606         Module memmove.
31607         * m4/memmove.m4: New file.
31608
31609         Module memset.
31610         * m4/memset.m4: New file.
31611
31612         Module strcspn.
31613         * m4/strcspn.m4: New file.
31614
31615         Module strpbrk.
31616         * m4/strpbrk.m4: New file.
31617
31618         Module strstr.
31619         * m4/strstr.m4: New file.
31620
31621         Module strerror.
31622         * m4/strerror.m4: New file.
31623
31624         Module mktime.
31625         * m4/mktime.m4: Renamed from jm-mktime.m4.
31626         (gl_PREREQ_MKTIME): New macro.
31627         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
31628
31629         Module malloc.
31630         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
31631         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
31632         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
31633
31634         Module realloc.
31635         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
31636         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
31637         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
31638
31639         Module strftime.
31640         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
31641         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
31642         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
31643         gl_TM_GMTOFF.
31644         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
31645
31646         Module xalloc.
31647         * m4/xalloc.m4: New file.
31648
31649         Module alloca.
31650         * m4/alloca.m4: New file.
31651
31652         Module putenv.
31653         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
31654         (jm_FUNC_PUTENV): Invoke it.
31655
31656         Module setenv.
31657         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
31658         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
31659         when invoked twice.
31660         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
31661         gt_FUNC_SETENV.
31662
31663         Module memrchr.
31664         * m4/memrchr.m4: New file.
31665
31666         Module stpcpy.
31667         * m4/stpcpy.m4: New file.
31668
31669         Module strcase.
31670         * m4/strcase.m4: New file.
31671
31672         Module strdup.
31673         * m4/strdup.m4: New file.
31674
31675         Module strnlen.
31676         * m4/strnlen.m4: New file.
31677
31678         Module strndup.
31679         * m4/strndup.m4: New file.
31680
31681         Module xstrtod.
31682         * m4/xstrtod.m4: New file.
31683
31684         Module xstrtol.
31685         * m4/xstrtol.m4: New file.
31686
31687         Module getdate.
31688         * m4/getdate.m4: New file.
31689
31690         Module unlocked-io.
31691         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
31692         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
31693         * m4/jm-glibc-io.m4n: Remove file.
31694
31695         Module long-options.
31696         * m4/long-options.m4: New file.
31697
31698         Module md5.
31699         * m4/md5.m4: New file.
31700
31701         Module sha.
31702         * m4/sha.m4: New file.
31703
31704         Module getstr.
31705         * m4/getstr.m4: New file.
31706
31707         Module getline.
31708         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
31709         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
31710         <sys/types.h>, for size_t. Use the function name gnu_getline, not
31711         simply getline. Infoke gl_PREREQ_GETLINE.
31712
31713         Module obstack.
31714         * m4/obstack.m4: New file.
31715
31716         Module hash.
31717         * m4/hash.m4: New file.
31718
31719         Module readtokens.
31720         * m4/readtokens.m4: New file.
31721
31722         Module strverscmp.
31723         * m4/strverscmp.m4: New file.
31724
31725         Module stdbool.
31726         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
31727         OSF/1.
31728
31729         Module strtoll.
31730         * m4/strtoll.m4: New file.
31731
31732         Module strtoull.
31733         * m4/strtoull.m4: New file.
31734
31735         Module strtoimax.
31736         * m4/strtoimax.m4: New file.
31737
31738         Module strtoumax.
31739         * m4/strtoumax.m4: New file.
31740
31741         Module xstrtoimax.
31742         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
31743         jm_AC_PREREQ_XSTRTOIMAX.
31744         Moved the strtol prerequisites to strtol.m4.
31745         Moved the strtoll prerequisites to strtoll.m4.
31746         Moved the strtoimax prerequisites to strtoimax.m4.
31747
31748         Module xstrtoumax.
31749         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
31750         jm_AC_PREREQ_XSTRTOUMAX.
31751         Moved the strtoul prerequisites to strtoul.m4.
31752         Moved the strtoull prerequisites to strtoull.m4.
31753         Moved the strtoumax prerequisites to strtoumax.m4.
31754
31755         Module chown.
31756         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
31757         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
31758
31759         Module dup2.
31760         * m4/dup2.m4: New file.
31761
31762         Module ftruncate.
31763         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
31764         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
31765
31766         Module getgroups.
31767         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
31768         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
31769
31770         Module gettimeofday.
31771         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
31772         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
31773         gl_PREREQ_GETTIMEOFDAY.
31774
31775         Module mkdir.
31776         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
31777         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
31778
31779         Module mkstemp.
31780         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
31781         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
31782         jm_AC_TYPE_UINTMAX_T.
31783         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
31784
31785         Module stat.
31786         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
31787         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
31788
31789         Module lstat.
31790         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
31791         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
31792
31793         Module timespec.
31794         * m4/timespec.m4 (gl_TIMESPEC): New macro.
31795         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
31796         * m4/st_mtim.m4: Indentation.
31797
31798         Module nanosleep.
31799         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
31800         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
31801         gl_PREREQ_NANOSLEEP.
31802
31803         Module regex.
31804         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
31805         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
31806         (gl_REGEX): New macro.
31807
31808         Module rename.
31809         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
31810         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
31811
31812         Module rmdir.
31813         * m4/rmdir.m4: New file.
31814
31815         Module utime.
31816         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
31817         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
31818         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
31819
31820         Module dirname.
31821         * m4/dirname.m4: New file.
31822
31823         Module getopt.
31824         * m4/getopt.m4: New file.
31825
31826         Module unistd-safer.
31827         * m4/unistd-safer.m4: New file.
31828
31829         Module fnmatch.
31830         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
31831         declaration.
31832         (gl_PREREQ_FNMATCH_EXTRA): New macro.
31833         (gl_FUNC_FNMATCH_POSIX): New macro.
31834         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
31835         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
31836         simply fnmatch.
31837
31838         Module exclude.
31839         * m4/exclude.m4: New file.
31840
31841         Module human.
31842         * m4/human.m4: New file.
31843
31844         Module acl.
31845         * m4/acl.m4: Nop.
31846
31847         Module backupfile.
31848         * m4/backupfile.m4: New file.
31849         * m4/d-ino.m4: Indentation.
31850
31851         Module fsusage.
31852         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
31853         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
31854         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
31855
31856         Module dirfd.
31857         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
31858         requirements.
31859
31860         Module euidaccess.
31861         * m4/euidaccess.m4: New file.
31862
31863         Module file-type.
31864         * m4/file-type.m4: New file.
31865
31866         Module fileblocks.
31867         * m4/fileblocks.m4: New file.
31868
31869         Module filemode.
31870         * m4/filemode.m4: New file.
31871
31872         Module isdir.
31873         * m4/isdir.m4: New file.
31874
31875         Module lchown.
31876         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
31877         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
31878
31879         Module makepath.
31880         * m4/makepath.m4: New file.
31881
31882         Module modechange.
31883         * m4/modechange.m4: New file.
31884
31885         Module mountlist.
31886         * m4/mountlist.m4: New file.
31887         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
31888         Indentation.
31889
31890         Module path-concat.
31891         * m4/path-concat.m4: New file.
31892
31893         Module pathmax.
31894         * m4/pathmax.m4: New file.
31895
31896         Module same.
31897         * m4/same.m4: New file.
31898
31899         Module save-cwd.
31900         * m4/save-cwd.m4: New file.
31901
31902         Module savedir.
31903         * m4/savedir.m4: New file.
31904
31905         Module xgetcwd.
31906         * m4/xgetcwd.m4: New file.
31907         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
31908
31909         Module xreadlink.
31910         * m4/xreadlink.m4: New file.
31911
31912         Module safe-read.
31913         * m4/safe-read.m4: New file.
31914
31915         Module safe-write.
31916         * m4/safe-write.m4: New file.
31917
31918         Module closeout.
31919         * m4/closeout.m4: New file.
31920
31921         Module stdio-safer.
31922         * m4/stdio-safer.m4: New file.
31923
31924         Module getpass.
31925         * m4/getpass.m4: New file.
31926
31927         Module getugroups.
31928         * m4/getugroups.m4: New file.
31929
31930         Module group-member.
31931         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
31932         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
31933
31934         Module idcache.
31935         * m4/idcache.m4: New file.
31936
31937         Module userspec.
31938         * m4/userspec.m4: New file.
31939
31940         Module gettime.
31941         * m4/clock_time.m4: New file.
31942         * m4/gettime.m4: New file.
31943
31944         Module settime.
31945         * m4/settime.m4: New file.
31946
31947         Module posixtm.
31948         * m4/posixtm.m4: New file.
31949
31950         Module gethostname.
31951         * m4/gethostname.m4: New file.
31952
31953         Module canon-host.
31954         * m4/canon-host.m4: New file.
31955
31956         Module gettext.
31957         * m4/codeset.m4: New file, from gettext-0.11.5.
31958         * m4/gettext.m4: New file, from gettext-0.11.5.
31959         * m4/glibc21.m4: New file, from gettext-0.11.5.
31960         * m4/iconv.m4: New file, from gettext-0.11.5.
31961         * m4/intdiv0.m4: New file, from gettext-0.11.5.
31962         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
31963         * m4/inttypes.m4: New file, from gettext-0.11.5.
31964         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
31965         * m4/isc-posix.m4: New file, from gettext-0.11.5.
31966         * m4/lcmessage.m4: New file, from gettext-0.11.5.
31967         * m4/lib-ld.m4: New file, from gettext-0.11.5.
31968         * m4/lib-link.m4: New file, from gettext-0.11.5.
31969         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
31970         * m4/progtest.m4: New file, from gettext-0.11.5.
31971         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
31972         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
31973         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
31974
31975         Module localcharset.
31976         * m4/localcharset.m4: New file.
31977
31978         Module hard-locale.
31979         * m4/hard-locale.m4: New file.
31980
31981         Module mbswidth.
31982         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
31983         onceonly macros.
31984         * m4/mbrtowc.m4: Add comment.
31985
31986         Module memcasecmp.
31987         * m4/memcasecmp.m4: New file.
31988
31989         Module memcoll.
31990         * m4/memcoll.m4: New file.
31991
31992         Module unicodeio.
31993         * m4/unicodeio.m4: New file.
31994
31995         Module rpmatch.
31996         * m4/rpmatch.m4: New file.
31997
31998         Module yesno.
31999         * m4/yesno.m4: New file.
32000
32001         Module exitfail.
32002         * m4/exitfail.m4: New file.
32003
32004         Module c-stack.
32005         * m4/c-stack.m4 (gl_C_STACK): New macro.
32006         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
32007
32008         Module error.
32009         * m4/error.m4 (gl_ERROR): New macro.
32010         (jm_PREREQ_ERROR): Use onceonly macros.
32011
32012         Module fatal.
32013         * m4/fatal.m4: New file.
32014
32015         Module getloadavg.
32016         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
32017         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
32018
32019         Module getpagesize.
32020         * m4/getpagesize.m4: New file.
32021
32022         Module getusershell.
32023         * m4/getusershell.m4: New file.
32024
32025         Module physmem.
32026         * m4/physmem.m4: New file.
32027
32028         Module posixver.
32029         * m4/posixver.m4: New file.
32030
32031         Module quotearg.
32032         * m4/quotearg.m4: New file.
32033
32034         Module quote.
32035         * m4/quote.m4: New file.
32036
32037         Module readutmp.
32038         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
32039
32040         Module sig2str.
32041         * m4/sig2str.m4: New file.
32042
32043         Other.
32044         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
32045         ulonglong.m4.
32046         * m4/intmax_t.m4: New file.
32047         * m4/d-type.m4: Indentation.
32048         * m4/jm-macros.m4: Update.
32049         * m4/prereq.m4 (jm_PREREQ): Update.
32050         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
32051         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
32052         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
32053         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
32054         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
32055         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
32056         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
32057         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
32058         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
32059         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
32060         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
32061         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
32062         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
32063         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
32064         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
32065         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
32066         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
32067         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
32068         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
32069
32070 2002-12-24  Bruno Haible  <bruno@clisp.org>
32071
32072         * MODULES.txt: Update according to m4/ changes.
32073
32074         Module gettext.
32075         * config.rpath: New file, from gettext-0.11.5.
32076
32077         * modules/*: New module descriptions.
32078         * gnulib-tool: New file.
32079         * MODULES.html.sh: New file.
32080
32081 2002-12-21  Karl Berry  <karl@gnu.org>
32082
32083         * doc/fdl.texi: update to version 1.2.
32084
32085 2002-12-19  Karl Berry  <karl@gnu.org>
32086
32087         * config/config.guess: update from prep.
32088
32089 2002-12-18  Bruno Haible  <bruno@clisp.org>
32090
32091         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
32092         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
32093
32094 2002-12-17  Bruno Haible  <bruno@clisp.org>
32095
32096         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
32097         stdlib.h, string.h.
32098
32099 2002-12-17  Bruno Haible  <bruno@clisp.org>
32100
32101         * lib/canon-host.c (strdup): Remove unused declaration.
32102
32103         * lib/fsusage.c: Include full_read.h.
32104         (get_fs_usage): Use full_read instead of safe_read.
32105
32106         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
32107
32108 2002-12-12  Karl Berry  <karl@gnu.org>
32109
32110         * config/config.guess: update from prep.
32111
32112 2002-12-11  Bruno Haible  <bruno@clisp.org>
32113
32114         * m4/setenv.m4: New file, from gettext-0.11.5.
32115
32116 2002-12-11  Bruno Haible  <bruno@clisp.org>
32117
32118         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
32119         not unsetenv().
32120         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
32121         modifications:
32122
32123         2002-12-11  Bruno Haible  <bruno@clisp.org>
32124
32125                 * setenv.c (alloca): Fall back to malloc.
32126                 (freea): New macro.
32127                 (setenv): Use freea() to free memory allocated with alloca().
32128
32129         2002-11-13  Bruno Haible  <bruno@clisp.org>
32130
32131                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
32132                 function declarations.
32133                 * unsetenv.c (unsetenv): Likewise.
32134
32135         2002-03-04  Bruno Haible  <bruno@clisp.org>
32136
32137                 Portability to AIX 4.3.3.
32138                 * unsetenv.c: New file, extracted from setenv.c.
32139                 * setenv.c: Move the unsetenv() function to unsetenv.c.
32140
32141         2001-12-20  Bruno Haible  <bruno@clisp.org>
32142
32143                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
32144                 use malloc instead. For SunOS 4.
32145
32146         2001-12-11  Bruno Haible  <bruno@clisp.org>
32147
32148                 * setenv.c: Declare alloca.
32149                 (compar_fn_t): New typedef.
32150                 (KNOWN_VALUE, STORE_VALUE): Use it.
32151
32152         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
32153         setenv.h.
32154
32155 2002-12-10  Paul Eggert  <eggert@twinsun.com>
32156
32157         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
32158         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
32159         Choose values that are less likely to collide with system fnmatch
32160         options.
32161         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
32162         defined (e.g., a pure POSIX system).
32163         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
32164         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
32165
32166 2002-12-06  Paul Eggert  <eggert@twinsun.com>
32167
32168         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
32169         a pain in practice to deal with generated m4 files.  This change
32170         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
32171
32172         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
32173         and jm-glibc-io.m4, as they are no longer a special case.
32174         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
32175         kludge and the auto-generation stuff.  Check only whether the
32176         functions are declared, not whether they exist, since older hosts
32177         that don't declare the functions can't use the optimization anyway.
32178
32179 2002-12-06  Jim Meyering  <jim@meyering.net>
32180
32181         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
32182
32183         Merge in changes from libc's misc/error.c, in preparation
32184         for the merge of gnulib's changes back into libc.
32185
32186         * lib/error.c (_): Define only if not already defined.
32187         Move definition to follow all #include directives.
32188         Include unlocked-io.h only if !_LIBC.
32189         [_LIBC]: Include <libio/libioP.h>.
32190         [USE_IN_LIBIO]: Include <libio/iolibio.h>
32191         (fflush): Tweak definition to use INTUSE.
32192         (putc): Define.
32193
32194 2002-12-05  Paul Eggert  <eggert@twinsun.com>
32195
32196         * lib/alloca.c [defined emacs]: Include "lisp.h".
32197         (xalloc_die) [defined emacs]: New macro.
32198         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
32199         [! defined emacs]: Include <xalloc.h>.
32200         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
32201         (pointer): Typedef to POINTER_TYPE *.
32202         (malloc): Remove decl; we now always use xmalloc.
32203         (alloca): Use old-style definition, since Emacs needs this.
32204         Check for arithmetic overflow when computing combined size.
32205
32206 2002-12-04  Paul Eggert  <eggert@twinsun.com>
32207
32208         Do not generate unlocked-io.h automatically, since it's easier to
32209         maintain it by hand.
32210
32211         * lib/unlocked-io.h: New file, from GNU diffutils,
32212         but with proper copyright notice and attribution.
32213         * lib/gen-uio: Remove.
32214         * lib/Makefile.am: Add copyright notice.
32215         (libfetish_a_SOURCES): Add unlocked-io.h.
32216         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
32217         (DISTCLEANFILES, io_functions): Remove macros.
32218         (EXTRA_DIST): Remove gen_uio.
32219         (unlocked-io.h): Remove rule.
32220
32221 2002-12-04  Jim Meyering  <jim@meyering.net>
32222
32223         Reflect the fact that stat.c and lstat.c are no longer generated.
32224         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
32225         (DISTCLEANFILES): Likewise.
32226         (EXTRA_DIST): Likewise.
32227         (all_local): Don't depend on stat.c or lstat.c.
32228         (stat.c, lstat.c): Remove rules.
32229         (EXTRA_DIST): Remove xstat.in.
32230
32231         * lib/xstat.in: Remove file.  Contents moved into stat.c.
32232         * lib/stat.c: New file.  Contents mostly from xstat.in.
32233         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
32234         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
32235
32236         * lib/safe-read.c: Rework so that it may serve to define safe_write,
32237         too.
32238         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
32239
32240 2002-12-03  Jim Meyering  <jim@meyering.net>
32241
32242         * lib/safe-read.c, safe-write.c: Change variable names and comments,
32243         but not semantics, to minimize the differences between these two files.
32244         (safe_read): Change comment to mention SAFE_READ_ERROR.
32245
32246         * lib/safe-read.c (IS_EINTR): Define.
32247         (safe_read): Use IS_EINTR in place of in-function cpp directives.
32248
32249 2002-12-02  Jim Meyering  <jim@meyering.net>
32250
32251         * lib/safe-read.c (EINTR): Define.
32252         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
32253         (INT_MAX): Provide fallback.
32254         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
32255
32256         * lib/safe-read.h (SAFE_READ_ERROR): Define.
32257
32258 2002-12-02  Bruno Haible  <bruno@clisp.org>
32259
32260         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
32261         Define, taken from safe-read.c.
32262         (INT_MAX): Provide fallback.
32263         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
32264         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
32265
32266         * lib/safe-read.c (EINTR): Remove definition.
32267         (safe_read): Don't use EINTR if it is absent.
32268
32269 2002-12-01  Jim Meyering  <jim@meyering.net>
32270
32271         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
32272         zero.
32273         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
32274
32275 2002-11-27  Paul Eggert  <eggert@twinsun.com>
32276
32277         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
32278         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
32279         with `if (! (value < limit)) abort ();', for readability.
32280
32281 2002-11-26  Karl Berry  <karl@gnu.org>
32282
32283         * lib/strdup.c: copy from libc again, with jim's ok.
32284         * lib/.cppi-disable: re-add strdup.c
32285
32286 2002-11-25  Karl Berry  <karl@gnu.org>
32287
32288         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
32289         instead of "strtol.c".
32290
32291 2002-11-25  Karl Berry  <karl@gnu.org>
32292
32293         * config/install-sh: update from automake for variable quoting, $0 in
32294         error msgs, etc.
32295
32296         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
32297         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
32298         entry.
32299
32300 2002-11-25  Jim Meyering  <jim@meyering.net>
32301
32302         * lib/mktime.c: Sync from libc, now that it has the latest fix.
32303
32304 2002-11-24  Karl Berry  <karl@gnu.org>
32305
32306         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
32307         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
32308
32309 2002-11-24  Jim Meyering  <jim@meyering.net>
32310
32311         Update from coreutils:
32312
32313         * lib/mktime.c: Merge in changes from libc.
32314
32315         Avoid a link-time failure on some Linux systems.
32316         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
32317         (otherwise).
32318         (__mon_yday): Declare with the STATIC attribute.
32319         (__mktime_internal): Likewise.
32320         Based on a report from Greg Schafer.
32321
32322 2002-11-23  Jim Meyering  <jim@meyering.net>
32323
32324         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
32325         Use `unsigned', not `int', as type of index.
32326
32327         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
32328
32329         * lib/fsusage.c: Remove unneeded parentheses around operands of
32330         `defined'.
32331
32332 2002-11-22  Paul Eggert  <eggert@twinsun.com>
32333
32334         * lib/quotearg.h: Allow multiple inclusion by surrounding with
32335         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
32336         so that we can be included first.
32337         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
32338         * lib/quotearg.c: Include quotearg.h immediately after config.h.
32339         No need to include stddef.h or sys/types.h any more.
32340         Surround local include files with "", not "<>".
32341         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
32342         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
32343         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
32344         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
32345         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
32346         (ISPRINT): Remove; no longer needed now that we assume C89.
32347
32348         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
32349         Preserve errno.
32350
32351         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
32352         quotearg_char): Use SIZE_MAX rather than
32353         (size_t) -1 when we are talking about "infinity".
32354
32355         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
32356
32357 2002-11-22  Paul Eggert  <eggert@twinsun.com>
32358
32359         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
32360         hint that one should use `if (! x) abort ();' rather than `assert
32361         (x);', and anyway it's one less thing to worry about configuring.
32362         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
32363         hash_rehash, hash_insert): Use abort rather than assert.
32364
32365 2002-11-22  Bruno Haible  <bruno@clisp.org>
32366
32367         * lib/safe-read.h: Assume C89. Add comments.
32368         (safe_read): Change return type to size_t.
32369         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
32370         byte counts > SSIZE_MAX correctly.
32371         * lib/safe-write.h: New file.
32372         * lib/safe-write.c: New file.
32373         * lib/full-read.h: New file.
32374         * lib/full-read.c: New file.
32375         * lib/full-write.h: Assume C89. Add comments.
32376         * lib/full-write.c: Include safe-write.h.
32377         (full_write): Rewritten to use safe_write.
32378         Suggested by Jim Meyering and Paul Eggert.
32379
32380 2002-11-21  Jim Meyering  <jim@meyering.net>
32381
32382         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
32383
32384         Merge in changes from the coreutils.
32385
32386         2002-09-25  Paul Eggert  <eggert@twinsun.com>
32387         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
32388         <stdint.h>.
32389         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
32390         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
32391         int.  Work more efficiently if X is the same width as uintmax_t.
32392         Do not compare X to -1, to avoid bogus compiler warning.
32393         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
32394         Don't assume that f_frsize and f_bsize are the same type.
32395
32396         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
32397         warning on FreeBSD.
32398
32399         * lib/makepath.c (make_path): Restore umask *before* creating the final
32400         component.
32401         (make_path): Minor reformatting.
32402
32403         * lib/xmalloc.c: Adjust to work with new autoconf macros,
32404         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
32405         HAVE_MALLOC/HAVE_REALLOC.
32406
32407         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
32408         dummy ones.  At least on GNU/Linux systems, `auto' means something
32409         else.
32410         From Michael Stone.
32411
32412 2002-11-21  Bruno Haible  <bruno@clisp.org>
32413
32414         Remove case insensitive option matching.
32415         * lib/argmatch.h (argcasematch): Remove declaration.
32416         (ARGCASEMATCH): Remove macro.
32417         (__xargmatch_internal): Remove case_sensitive argument.
32418         (XARGMATCH): Update.
32419         (XARGCASEMATCH): Remove macro.
32420         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
32421         case_sensitive argument.
32422         (argcasematch): Remove function.
32423         (__xargmatch_internal): Remove case_sensitive argument.
32424         (main): Use XARGMATCH instead of XARGCASEMATCH.
32425
32426         * lib/xmalloc.c: Change compile-time error message. Add comment about
32427         required autoconf version.
32428
32429 2002-11-20  Paul Eggert  <eggert@twinsun.com>
32430
32431         Merge argmatch cleanups from Bison.  Assume C89.
32432
32433         * lib/argmatch.c: Include config.h here, not in argmatch.h.
32434         Include stdlib.h, for EXIT_FAILURE.
32435         Always include <string.h>, since we assume C89.
32436         (EXIT_FAILURE): Remove pre-C89 bug workaround.
32437         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
32438         Include <stddef.h> instead, since it's all we need for size_t.
32439         (PARAMS): Remove.  All uses removed.
32440         (ARRAY_CARDINALITY): Do not bother to #undef.
32441         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
32442         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32443         Remove unnecessary parentheses.
32444         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
32445         Insert necessary parentheses.
32446         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
32447         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
32448
32449 2002-11-19  Bruno Haible  <bruno@clisp.org>
32450
32451         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
32452         * lib/mbswidth.h: Include <stddef.h>, for size_t.
32453
32454         * lib/mbswidth.h (PARAMS): Remove macro.
32455         (mbswidth, mbsnwidth): Use ANSI C function declarations.
32456         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
32457
32458         * lib/gcd.h (PARAMS): Remove macro.
32459         (gcd): Use ANSI C function declarations.
32460         * lib/gcd.c (gcd): Likewise.
32461
32462 2002-11-15  Bruno Haible  <bruno@clisp.org>
32463
32464         * lib/strcspn.c: Include <stddef.h>.
32465         (strcspn): Use ANSI C function declaration. Change return type to
32466         size_t. Use NULL.
32467         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
32468         (strpbrk): Use NULL.
32469         * lib/strpbrk.h (PARAMS): Remove macro.
32470         (strpbrk): Use ANSI C function declaration.
32471         * lib/strstr.c: Don't include <sys/types.h>.
32472         * lib/strstr.h (PARAMS): Remove macro.
32473         (strstr): Use ANSI C function declarations.
32474
32475 2002-11-14  Karl Berry  <karl@gnu.org>
32476
32477         * config/mkinstalldirs: `do' on separate line, instead of
32478         `for var; do'.
32479
32480 2002-11-06  Bruno Haible  <bruno@clisp.org>
32481
32482         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
32483         * lib/gcd.c (gcd): Likewise.
32484
32485 2002-11-05  Bruno Haible  <bruno@clisp.org>
32486
32487         * lib/gcd.h: New file, from gettext-0.11.5.
32488         * lib/gcd.c: New file, from gettext-0.11.5.
32489
32490 2002-11-05  Bruno Haible  <bruno@clisp.org>
32491
32492         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32493         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32494         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32495         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
32496
32497         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
32498         <libintl.h>.
32499         * lib/makepath.c: Include gettext.h instead of <locale.h> and
32500         <libintl.h>.
32501
32502         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
32503         * lib/human.c: Include gettext.h instead of <libintl.h>.
32504         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
32505         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
32506         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
32507         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
32508         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
32509         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
32510         (textdomain): Remove definition.
32511         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
32512
32513         * lib/long-options.c: Remove include of <libintl.h> and definition of
32514         _.
32515         * lib/same.c: Remove include of <libintl.h> and definition of _.
32516
32517 2002-11-04  Owen Taylor  <otaylor@redhat.com>
32518
32519         * lib/config.charset: A few additions for Solaris.
32520
32521 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32522
32523         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
32524         * lib/localcharset.c (locale_charset): Declare as extern "C".
32525
32526 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
32527
32528         * lib/config.charset: msdos in uk_UA uses CP1125.
32529
32530 2002-11-04  Bruno Haible  <bruno@clisp.org>
32531
32532         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
32533         * lib/strcase.h: New file, from GNU gettext-0.11.5.
32534         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
32535         * lib/strstr.h: New file, from GNU gettext-0.11.5.
32536         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
32537
32538 2002-11-04  Bruno Haible  <bruno@clisp.org>
32539
32540         * lib/localcharset.c (locale_charset): Don't return an empty string.
32541
32542 2002-11-04  Bruno Haible  <bruno@clisp.org>
32543
32544         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
32545         aliases.
32546
32547 2002-11-04  Bruno Haible  <bruno@clisp.org>
32548
32549         * lib/config.charset: Update for newest glibc. Add canonical names
32550         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
32551
32552 2002-11-04  Bruno Haible  <bruno@clisp.org>
32553
32554         * lib/config.charset: Add support for NetBSD.
32555
32556 2002-11-04  Bruno Haible  <bruno@clisp.org>
32557
32558         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
32559
32560 2002-11-01  Bruno Haible  <bruno@clisp.org>
32561
32562         * configure.in: Add AC_CONFIG_AUX_DIR call.
32563         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
32564         test/Makefile.
32565         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
32566
32567 2002-09-28  Karl Berry  <karl@gnu.org>
32568
32569         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
32570         installed automake until the next release, since changes have been
32571         made.
32572
32573 2002-09-25  Karl Berry  <karl@gnu.org>
32574
32575         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
32576         * lib/getopt*: copy from libc/posix.
32577         * lib/gettext.h: copy from gettext.
32578         * lib/.cppi-disable: add strdup.c, gettext.h.
32579
32580 2002-09-25  Karl Berry  <karl@gnu.org>
32581
32582         * config/srclist.txt: enable gettext.h check.
32583         * config/config.{guess,sub}: update from prep.
32584         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
32585                 from automake 1.6.3.
32586         See srclist*.
32587
32588 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
32589
32590         * regex.c (PATFETCH): Remove the translating fetch.
32591         (PATFETCH_RAW): Rename to PATFETCH.
32592         (set_image_of_range): New fun.
32593         (SET_RANGE_TABLE_WORK_AREA): Use it.
32594         (regex_compile): Don't translate the pattern chars so eagerly.
32595         Only do it when inserting an `exactn' bytecode or when handling
32596         a char-range.
32597         (mutually_exclusive_p): Avoid empty statement.
32598
32599 2002-07-06  Jim Meyering  <meyering@lucent.com>
32600
32601         * m4/README: Don't mention Makefile.am.in.
32602         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
32603
32604 2002-07-01  Jim Meyering  <meyering@lucent.com>
32605
32606         * lib/c-stack.c: Include sys/time.h.
32607         From Volker Borchert.
32608
32609 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32610
32611         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
32612
32613 2002-06-26  Paul Eggert  <eggert@twinsun.com>
32614
32615         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
32616         New macro.  Use it uniformly instead of
32617         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
32618         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
32619         reported by Vin Shelton.
32620
32621 2002-06-22  Paul Eggert  <eggert@twinsun.com>
32622
32623         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
32624         Do not assume SA_SIGINFO behavior.
32625         Bug reported by Jim Meyering on NetBSD 1.5.2.
32626
32627 2002-06-22  Jim Meyering  <meyering@lucent.com>
32628
32629         * m4/c-stack.m4: New file, from diffutils-2.8.2.
32630         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
32631
32632         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
32633         now that configure.ac uses AC_GNU_SOURCE.
32634         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
32635         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
32636
32637         Update to latest tools.  Suggestions from Paul Eggert.
32638         * m4/stdbool.m4: New file, from diffutils-2.8.2.
32639         * m4/gnu-source.m4: Update from diffutils-2.8.2.
32640         * m4/fnmatch.m4: Likewise.
32641         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
32642         to AC_HEADER_STDBOOL
32643
32644 2002-06-22  Jim Meyering  <meyering@lucent.com>
32645
32646         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
32647         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
32648
32649 2002-06-22  Jim Meyering  <meyering@lucent.com>
32650
32651         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
32652
32653         * lib/exitfail.c, exitfail.h: Likewise.
32654         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
32655
32656         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
32657         of fnmatch.h.
32658         (EXTRA_DIST): Add fnmatch_loop.c.
32659         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
32660
32661         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
32662         * lib/fnmatch.c: Update from diffutils-2.8.2.
32663         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
32664         * lib/fnmatch.h: Remove file.
32665
32666 2002-06-21  Jim Meyering  <meyering@lucent.com>
32667
32668         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
32669         * m4/mbrtowc.m4: Likewise.
32670
32671         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
32672         * m4/mbswidth.m4: Reflect name change:
32673         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
32674         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
32675
32676         * m4/lib-link.m4: Update from gettext-0.11.2.
32677         * m4/gettext.m4: Likewise.
32678
32679         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
32680         From Alfred M. Szmidt.
32681
32682 2002-06-18  Paul Eggert  <eggert@twinsun.com>
32683
32684         * lib/file-type.h: Report an error if neither S_ISREG nor
32685         S_IFREG is defined, instead of using a test specific to glibc
32686         2.2.  This should be safe, since POSIX requires S_ISREG and
32687         Unix Version 7 had S_IFREG.  We don't need to check for
32688         <sys/types.h> since we don't use any symbols that it defines.
32689
32690 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
32691
32692         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
32693         $@-t, so that each temporary file name is unique and valid in the first
32694         8 characters, for operation under DOS.
32695
32696 2002-06-15  Paul Eggert  <eggert@twinsun.com>
32697
32698         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
32699
32700 2002-06-15  Jim Meyering  <meyering@lucent.com>
32701
32702         Work even with DJGPP 2.03, which lacks support for symlinks.
32703         From Richard Dawe.
32704         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
32705         is defined.
32706         * lib/lchown.c (S_ISLNK): Likewise.
32707
32708 2002-06-15  Jim Meyering  <meyering@lucent.com>
32709
32710         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
32711         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
32712         have been included before this file.
32713
32714 2002-06-14  Jim Meyering  <meyering@lucent.com>
32715
32716         * lib/file-type.h: Use the version from diffutils-2.8.2.
32717         * lib/file-type.c: Likewise.
32718
32719 2002-06-07  Jim Meyering  <meyering@lucent.com>
32720
32721         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
32722         They're needed at least for NetBSD 1.5.2.
32723         ($statxfs_includes): Include those same headers.
32724         ($statxfs_includes): Include sys/vfs.h if available.
32725         ($statxfs_includes): Likewise for sys/statvfs.h.
32726         Check for the following members in both structs statfs and statvfs:
32727         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
32728
32729 2002-06-01  Jim Meyering  <meyering@lucent.com>
32730
32731         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
32732         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
32733
32734 2002-05-28  Jim Meyering  <meyering@lucent.com>
32735
32736         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
32737         Reported by Volker Borchert.
32738
32739 2002-05-27  Jim Meyering  <meyering@lucent.com>
32740
32741         Fix a problem seen only on nonconforming systems whereby ls.c's
32742         use of localtime, and then of gettimeofday would cause trouble:
32743         the localtime call used to initialize rpl_gettimeofday's save
32744         mechanism would clobber ls's current local time information so
32745         that in any long listing the first file would always be listed
32746         with date 1970-01-01.  Analysis by Volker Borchert.
32747
32748         * lib/gettimeofday.c (localtime): Undefine.
32749         (rpl_localtime): New function.
32750
32751 2002-05-27  Jim Meyering  <meyering@lucent.com>
32752
32753         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
32754         localtime.
32755
32756         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
32757         use the replacement function; it wouldn't resolve at link time.
32758         Reported by Volker Borchert.
32759
32760 2002-05-22  Jim Meyering  <meyering@lucent.com>
32761
32762         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
32763         file-type.h.
32764         * lib/file-type.h: New file.
32765         * lib/file-type.c (file_type): New file/function.  Extracted from
32766         diffutils.
32767
32768 2002-04-30  Jim Meyering  <meyering@lucent.com>
32769
32770         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
32771
32772 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32773
32774         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
32775
32776 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32777
32778         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
32779         Do not check for alloca.h (no longer used) or stdbool.h (was never
32780         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
32781
32782 2002-04-29  Paul Eggert  <eggert@twinsun.com>
32783
32784         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
32785
32786 2002-04-29  Jim Meyering  <meyering@lucent.com>
32787
32788         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
32789         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
32790         Use AC_FUNC_STRNLEN here instead.
32791
32792         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
32793         With autoconf-2.53a, it's part of AC_PROG_CC.
32794
32795 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32796
32797         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
32798         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
32799
32800 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32801
32802         * lib/sig2str.h, lib/sig2str.c: New files.
32803         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
32804
32805 2002-04-28  Paul Eggert  <eggert@twinsun.com>
32806
32807         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
32808         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
32809         of 127, since 64 is the largest conceivable number for ancient
32810         nonstandard hosts.
32811         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
32812
32813 2002-04-28  Jim Meyering  <meyering@lucent.com>
32814
32815         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
32816
32817 2002-04-24  Jim Meyering  <meyering@lucent.com>
32818
32819         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
32820         (jm_PREREQ): Use it.
32821
32822         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
32823         mach/mach.h fcntl.h.
32824         Check for this function: setlocale.
32825
32826 2002-04-24  Jim Meyering  <meyering@lucent.com>
32827
32828         * lib/gettext.h: New file, from Gettext.
32829         * lib/Makefile.am (INCLUDES): Remove -I../intl.
32830         (libfetish_a_SOURCES): Add gettext.h.
32831
32832 2002-04-16  Jim Meyering  <meyering@lucent.com>
32833
32834         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
32835         ut_pid, ut_id, ut_exit.
32836
32837 2002-04-16  Jim Meyering  <meyering@lucent.com>
32838
32839         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
32840         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
32841         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
32842
32843 2002-04-12  Jim Meyering  <meyering@lucent.com>
32844
32845         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
32846         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
32847         existence of the getmntinfo function.  Needed for Darwin 5.3.
32848
32849         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
32850         This is necessary at least on Darwin 5.3.
32851
32852         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
32853         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
32854         strnlen.o in the library, and that makes some versions of ranlib
32855         object.
32856
32857 2002-04-12  Jim Meyering  <meyering@lucent.com>
32858
32859         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
32860
32861 2002-04-09  Jim Meyering  <meyering@lucent.com>
32862
32863         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
32864         to be more precise.  Rather than saying we're checking whether the
32865         function `works', say what we're testing.
32866         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
32867         Reported by Bruno Haible.
32868
32869 2002-03-10  Jim Meyering  <meyering@lucent.com>
32870
32871         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
32872         Suggestion from Santiago Vila.
32873
32874 2002-03-08  Jim Meyering  <meyering@lucent.com>
32875
32876         * lib/rename.c: Mention that this wrapper is needed also on
32877         mips-dec-ultrix4.4 systems.
32878
32879 2002-03-02  Jim Meyering  <meyering@lucent.com>
32880
32881         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
32882         not HAVE_CLOCK_SETTIME.
32883
32884 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32885
32886         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
32887         Check for clock_settime.
32888
32889 2002-02-27  Paul Eggert  <eggert@twinsun.com>
32890
32891         * lib/nanosleep.h: Rename to....
32892         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
32893
32894         * lib/gettime.c: New file.
32895         * lib/settime.c: New file.
32896         * lib/stime.c: Remove.
32897
32898         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
32899         timespec.h.  Remove nanosleep.h.
32900
32901 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32902
32903         * m4/acl.m4: New file.
32904         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
32905         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
32906
32907 2002-02-25  Paul Eggert  <eggert@twinsun.com>
32908
32909         * lib/acl.c, lib/acl.h: New files.
32910         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
32911
32912 2002-02-24  Jim Meyering  <meyering@lucent.com>
32913
32914         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
32915         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
32916         cause trouble.  Reported by Nelson Beebe.
32917
32918 2002-02-23  Paul Eggert  <eggert@twinsun.com>
32919
32920         * lib/path-concat.c (xpath_concat): Reorder code to pacify
32921         compilers that don't know that xalloc_die never returns.
32922
32923 2002-02-20  Jim Meyering  <meyering@lucent.com>
32924
32925         * lib/getdate.c: Regenerate using bison-1.33.
32926
32927 2002-02-17  Jim Meyering  <meyering@lucent.com>
32928
32929         * config/config.guess (main): Don't use `head -1'; it's no longer
32930         portable. Use `sed 1q' instead.
32931
32932 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
32933
32934         * m4/codeset.m4: Upgrade to gettext-0.11.
32935         * m4/gettext.m4: Upgrade to gettext-0.11.
32936         * m4/glibc21.m4: Upgrade to gettext-0.11.
32937         * m4/iconv.m4: Upgrade to gettext-0.11.
32938         * m4/isc-posix.m4: Upgrade to gettext-0.11.
32939         * m4/lcmessage.m4: Upgrade to gettext-0.11.
32940         * m4/lib-ld.m4: New file, from gettext-0.11.
32941         * m4/lib-link.m4: New file, from gettext-0.11.
32942         * m4/lib-prefix.m4: New file, from gettext-0.11.
32943         * m4/progtest.m4: Upgrade to gettext-0.11.
32944
32945 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32946
32947         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
32948         (jm_PREREQ): Use it.
32949
32950 2002-02-15  Paul Eggert  <eggert@twinsun.com>
32951
32952         * lib/posixver.c, lib/posixver.h: New files.
32953         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32954
32955 2002-02-02  Paul Eggert  <eggert@twinsun.com>
32956             Bruno Haible  <bruno@clisp.org>
32957
32958         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
32959         (fwrite_success_callback): New declaration.
32960         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
32961         print_unicode_char. Call failure callback instead of error.
32962         (fwrite_success_callback): New function.
32963         (exit_failure_callback): New function.
32964         (fallback_failure_callback): New function.
32965         (print_unicode_char): Call unicode_to_mb.
32966
32967 2002-01-26  Jim Meyering  <meyering@lucent.com>
32968
32969         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
32970         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
32971
32972 2002-01-26  Jim Meyering  <meyering@lucent.com>
32973
32974         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
32975
32976 2002-01-22  Paul Eggert  <eggert@twinsun.com>
32977
32978         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
32979
32980 2002-01-22  Jim Meyering  <meyering@lucent.com>
32981
32982         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
32983         Otherwise, some versions of automake would omit the rule that makes
32984         Makefile from Makefile.in.
32985
32986 2002-01-21  Paul Eggert  <eggert@twinsun.com>
32987
32988         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
32989         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
32990         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
32991         (memcoll): Set errno to zero if there is no error.
32992
32993         * lib/quotearg.c (quotearg_buffer_restyled):
32994         Fix bug with quoting buffers containing NUL when backslashing escapes.
32995         This bug was exposed by the other changes in this patch.
32996         (quotearg_n_options): New arg ARGSIZE.
32997         All callers changed.
32998         (quoting_options_from_style): New function.
32999         (quotearg_n_style): Use it.
33000         (quotearg_n_style_mem): New function.
33001
33002         * lib/quotearg.h (quotearg_n_style_mem): New function.
33003
33004 2002-01-19  Jim Meyering  <meyering@lucent.com>
33005
33006         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
33007         Remove useless quotes: DF_PROG="df".
33008         * m4/strnlen.m4: New file.
33009
33010 2002-01-16  Paul Eggert  <eggert@twinsun.com>
33011
33012         * lib/backupfile.c (ISDIGIT): Comment fix.
33013         * lib/getdate.y (ISDIGIT): Likewise.
33014         * lib/posixtm.c (ISDIGIT, year): Likewise.
33015         * lib/strverscmp.c (ISDIGIT): Likewise.
33016         * lib/userspec.c (ISDIGIT): Likewise.
33017
33018 2002-01-16  Jim Meyering  <meyering@lucent.com>
33019
33020         * lib/getdate.y: Add three semicolons, each just before a closing
33021         brace. Bison (as of version 1.31) no longer papers over that mistake.
33022
33023 2002-01-05  Jim Meyering  <meyering@lucent.com>
33024
33025         * lib/version-etc.c (version_etc_copyright): Update copyright year.
33026
33027 2001-12-19  Paul Eggert  <eggert@twinsun.com>
33028
33029         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
33030         not silently exit merely because the output buffer happens to
33031         have nothing pending.
33032
33033 2001-12-18  Paul Eggert  <eggert@twinsun.com>
33034
33035         See the big note in ../ChangeLog.
33036         * lib/human.c (suffixes): Prefer K to k for 1024.
33037         (generate_suffix_backwards): New function.
33038         (human_readable_inexact): Use it.
33039         * lib/xstrtol.c (__xstrtol): If there is no number but there
33040         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
33041         Accept 'K' as well as 'k'.
33042
33043 2001-12-15  Jim Meyering  <meyering@lucent.com>
33044
33045         * lib/regex.h (__restrict_arr): Update from libc.
33046
33047         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
33048         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
33049         (STREQ): Define.
33050
33051 2001-12-14  Jim Meyering  <meyering@lucent.com>
33052
33053         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
33054         Suggestion from Bruno Haible.
33055
33056 2001-12-10  Jim Meyering  <meyering@lucent.com>
33057
33058         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
33059         xrealloc, Instead, include "xalloc.h".
33060         (initbuffer): Don't cast xmalloc return value to char*.
33061         (readline): Reword comment.
33062         Don't cast xrealloc return value to char*
33063         Return NULL, not 0.
33064
33065 2001-12-09  Jim Meyering  <meyering@lucent.com>
33066
33067         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
33068         about `signed and unsigned type in conditional expression'.
33069         * lib/posixtm.c (posix_time_parse): Likewise.
33070
33071         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
33072
33073         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
33074         to avoid a pedantic warning.
33075
33076         * lib/getstr.c: Don't include assert.h.
33077         (getstr): Remove warning-evoking assertions.
33078         Return -1 if offset parameter is out of bounds.
33079         Change the type of a local from int to size_t.
33080
33081         * lib/strftime.c (my_strftime_localtime_r): Include this function
33082         definition in the `#if ! HAVE_TM_GMTOFF' block.
33083
33084         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
33085         Include xalloc.h instead.
33086
33087 2001-12-02  Jim Meyering  <meyering@lucent.com>
33088
33089         * lib/tempname.c: Don't declare getenv, thus reverting the change of
33090         2001-11-18.  It's no longer necessary, now that stdlib.h is always
33091         included.
33092
33093         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
33094         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
33095
33096 2001-11-30  Akim Demaille  <akim@epita.fr>
33097
33098         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
33099         before being defined.
33100
33101 2001-11-27  Paul Eggert  <eggert@twinsun.com>
33102
33103         * lib/quotearg.h (quotearg_n, quotearg_n_style):
33104         First arg is int, not unsigned.
33105         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
33106         (SIZE_MAX, UINT_MAX): New macros.
33107         (quotearg_n_options): Abort if N is negative.
33108         Avoid overflow check on hosts where size_t is 64 bits and int
33109         is 32 bits, as overflow is impossible there.
33110         Fix off-by-one typo that caused unnecessary reallocation.
33111
33112 2001-11-27  Jim Meyering  <meyering@lucent.com>
33113
33114         * lib/tempname.c: Merge with version from libc.
33115         * lib/regex.c: Likewise.
33116
33117         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
33118         systems for which STDC_HEADERS is 0, it was not included, resulting in
33119         a warning about an integer-to-pointer conversion problem with getenv.
33120         Reported by Volker Borchert.
33121
33122 2001-11-26  Jim Meyering  <meyering@lucent.com>
33123
33124         * lib/gtod.h: Remove file.
33125         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
33126         * lib/gettimeofday.c: Don't include gtod.h.
33127         (GTOD_init): Remove function.
33128         (rpl_gettimeofday): Do its job here instead, rather than aborting.
33129         Suggestion from Volker Borchert.
33130
33131 2001-11-23  Jim Meyering  <meyering@lucent.com>
33132
33133         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
33134         it.
33135         * lib/hash.c (struct hash_table): Define it here instead.
33136
33137 2001-11-22  Jim Meyering  <meyering@lucent.com>
33138
33139         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
33140
33141 2001-11-20  Jim Meyering  <meyering@lucent.com>
33142
33143         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
33144         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
33145
33146 2001-11-19  Jim Meyering  <meyering@lucent.com>
33147
33148         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
33149         directory.  Use "conftestXXXXXX" as the template.
33150         Suggestion from Paul Eggert.
33151
33152         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
33153         immediately, so the test doesn't mistakenly hit the max-open-files
33154         limit.
33155
33156 2001-11-18  Paul Eggert  <eggert@twinsun.com>
33157
33158         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
33159         (TEMPORARIES): New macro.
33160         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
33161         removes an artificial limitation (e.g. HP-UX 10.20, where
33162         TMP_MAX is 17576).
33163
33164 2001-11-18  Jim Meyering  <meyering@lucent.com>
33165
33166         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
33167
33168 2001-11-18  Jim Meyering  <meyering@lucent.com>
33169
33170         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
33171         on SunOS 4.
33172
33173         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
33174         files will be created before anything else.
33175
33176 2001-11-17  Paul Eggert  <eggert@twinsun.com>
33177
33178         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
33179         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
33180
33181 2001-11-17  Jim Meyering  <meyering@lucent.com>
33182
33183         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
33184         Prompted by a report from Bob Proulx.
33185
33186         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
33187         Instead, require UTILS_FUNC_MKSTEMP.
33188
33189 2001-11-17  Jim Meyering  <meyering@lucent.com>
33190
33191         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
33192         Now, that's done as part of AC_FUNC_STRTOD.
33193
33194 2001-11-17  Jim Meyering  <meyering@lucent.com>
33195
33196         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
33197         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
33198         rather than group writable.  Patch by Juan F. Codagnone.
33199
33200         * lib/readtokens.c: Remove explicit declarations of xmalloc and
33201         xrealloc, Instead, include "xalloc.h".
33202
33203         * lib/mountlist.c: Include unlocked-io.h after all system headers.
33204         Remove explicit declarations of xmalloc, xrealloc,
33205         and xstrdup.  Instead, include "xalloc.h".
33206
33207         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
33208         unlocked-io.h.
33209         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
33210         Likewise.
33211         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
33212
33213         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
33214         Reported by Padraig Brady.
33215
33216         * lib/mkstemp.c: #undef mkstemp.
33217         Include config.h.
33218         (rpl_mkstemp): Rename from mkstemp.
33219         Protoize.
33220
33221 2001-11-16  Jim Meyering  <meyering@lucent.com>
33222
33223         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
33224         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
33225         determine the amount of total physical memory, use pstat_getstatic.
33226         HPUX-11 doesn't define _SC_PHYS_PAGES.
33227         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
33228         If sysconf couldn't be used to determine the amount of available
33229         physical memory, use both pstat_getstatic and pstat_getdynamic.
33230         Based on a patch from Bob Proulx.
33231
33232 2001-11-10  Jim Meyering  <meyering@lucent.com>
33233
33234         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
33235         (jm_PREREQ): Use it.
33236
33237 2001-11-09  Jim Meyering  <meyering@lucent.com>
33238
33239         * m4/jm-macros.m4: Require autoconf-2.52f.
33240         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
33241         Use these AC_-prefixed names, not the AM_-prefixed ones.
33242
33243         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
33244
33245 2001-11-05  Jim Meyering  <meyering@lucent.com>
33246
33247         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
33248
33249 2001-11-04  Jim Meyering  <meyering@lucent.com>
33250
33251         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
33252         $DEFS.
33253
33254 2001-11-03  Jim Meyering  <meyering@lucent.com>
33255
33256         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
33257         of AC_DEFUN.
33258
33259         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
33260         know the name of the variable in the macro definition.
33261
33262 2001-11-03  Jim Meyering  <meyering@lucent.com>
33263
33264         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
33265         in argmatch_to_argument call.
33266
33267         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
33268         argument.
33269
33270         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
33271         e.g., a fault due to an attempt to free a NULL pointer.
33272
33273 2001-11-01  Jim Meyering  <meyering@lucent.com>
33274
33275         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
33276         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
33277
33278 2001-11-01  Jim Meyering  <meyering@lucent.com>
33279
33280         * lib/dirfd.c, lib/dirfd.h: New files.
33281         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
33282
33283         * lib/hash.c (hash_print) [TESTING]: Clean up.
33284
33285 2001-10-22  Paul Eggert  <eggert@twinsun.com>
33286
33287         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
33288         to avoid a warning if -Wall.
33289
33290 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
33291
33292         * README: New file
33293         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
33294         (per RMS's instructions, this is now the canonical source)
33295         * lgpl/, gpl/: New directories.
33296
33297 2001-10-21  Paul Eggert  <eggert@twinsun.com>
33298
33299         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
33300
33301 2001-10-21  Jim Meyering  <meyering@lucent.com>
33302
33303         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
33304         this code would end up calling gettext even in packages built
33305         with --disable-nls.
33306         * lib/getopt.c (_): Likewise.
33307         * lib/regex.c (_): Likewise.
33308
33309 2001-10-20  Paul Eggert  <eggert@twinsun.com>
33310
33311         * m4/error.m4 (jm_PREREQ_ERROR):
33312         Do not invoke AC_CHECK_FUNCS with strerror_r, as
33313         AC_FUNC_STRERROR_R does that.
33314         Check for strerror declaration.
33315
33316         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
33317         are supposed to have them these days.
33318         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
33319         Merge changes from latest Autoconf CVS.
33320         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
33321         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
33322         POSIX decided to standardize on the int flavor of strerror_r.
33323
33324 2001-10-20  Paul Eggert  <eggert@twinsun.com>
33325
33326         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
33327         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
33328         Use strerror_r that is only a macro, even if it is not a function.
33329         (strerror): Check for HAVE_DECL_STRERROR before declaring.
33330         (private_strerror): Use prototypes, not old-style function definition.
33331         (print_errno_message): New function.
33332         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
33333         char*-flavored one.
33334         (error_tail, error, error_at_line): Use it.
33335
33336 2001-10-11  Jim Meyering  <meyering@lucent.com>
33337
33338         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
33339         and quote_n (1, ... to avoid clobbering a buffer.
33340
33341 2001-10-05  Jim Meyering  <meyering@lucent.com>
33342
33343         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
33344         hash-pjw.h.
33345         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
33346         * lib/hash-pjw.h: New file.
33347
33348 2001-09-30  Jim Meyering  <meyering@lucent.com>
33349
33350         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
33351         `struct fsstat' has the `f_fstypename' member.
33352         Use that to define FS_TYPE, which is now used to make
33353         the getfsstat link test tighter.
33354
33355 2001-09-30  Jim Meyering  <meyering@lucent.com>
33356
33357         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
33358         Include <sys/ucred.h>, for Apple Darwin.
33359         Include sys/mount.h and sys/fs_types.h only if available.
33360         (FS_TYPE): Define.
33361         (read_filesystem_list): Use FS_TYPE.
33362
33363 2001-09-29  Paul Eggert  <eggert@twinsun.com>
33364
33365         * lib/exclude.c (excluded_filename): 0 -> false, since it's
33366         a boolean context.
33367
33368 2001-09-29  Jim Meyering  <meyering@lucent.com>
33369
33370         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33371         [one-argument getmntent function]): Include stdio.h before mntent.h.
33372         SunOS 4.1.x needs it for the declaration of `FILE'.
33373         Patch by Volker Borchert.
33374
33375         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
33376         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
33377         sys/fs_types.h, and make the link-test for getfsstat guard #include
33378         directives with appropriate #if HAVE_*_H tests so that we can
33379         detect getfsstat on Apple Darwin1.3.7 systems.
33380         Reported by Nelson Beebe.
33381         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
33382
33383 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33384
33385         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33386         #defines strtoimax.  Also treat the other strto* functions
33387         like strtoimax.
33388
33389         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33390         Check for strtoul and strtoumax,
33391         as those declarations are made even in the signed case.
33392         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
33393         Likewise, for strtol and strtoimax.
33394
33395 2001-09-28  Paul Eggert  <eggert@twinsun.com>
33396
33397         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
33398         #defines strtoimax.  Also treat the other strto* functions
33399         like strtoimax.
33400
33401         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
33402         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
33403         (strtoimax, strtoumax): Do not declare if already defined as a macro.
33404
33405 2001-09-26  Jim Meyering  <meyering@lucent.com>
33406
33407         Most macros in unlocked-io.h had the wrong number of arguments.
33408         * lib/gen-uio: New script.
33409         (USE_UNLOCKED_IO): Define to 1 if not already defined.
33410         * lib/unlocked-io.hin: Remove file.
33411         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
33412         rather than trying to embed it here.
33413         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
33414         Reported by Padraig Brady.
33415
33416 2001-09-25  Volker Borchert  <bt@teknon.de>
33417
33418         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
33419         `result'.
33420
33421 2001-09-24  Jim Meyering  <meyering@lucent.com>
33422
33423         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
33424
33425 2001-09-23  Jim Meyering  <meyering@lucent.com>
33426
33427         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
33428         instead of the mere test for existence of mntent.h.  The latter
33429         would get a false-positive on AIX 3.4 systems.
33430         In the outer getmntent if-block, don't die if neither of the getmntent
33431         tests succeeds.  Instead, just fall through and continue with the
33432         remaining tests.
33433
33434 2001-09-23  Jim Meyering  <meyering@lucent.com>
33435
33436         * lib/mountlist.c: Remove useless parentheses in #if directives.
33437         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
33438         the deprecated MOUNTED symbol is no longer defined in mntent.h.
33439
33440 2001-09-22  Jim Meyering  <meyering@lucent.com>
33441
33442         * m4/gettext.m4: New file.  From gettext.
33443         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
33444         * m4/progtest.m4: Likewise
33445         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
33446         * m4/glibc21.m4: Likewise.
33447
33448         * m4/libintl.m4: Remove.  No longer used.
33449
33450 2001-09-22  Jim Meyering  <meyering@lucent.com>
33451
33452         * lib/localcharset.c: Update from latest gettext.
33453         * lib/config.charset: Likewise.
33454
33455 2001-09-20  Jim Meyering  <meyering@lucent.com>
33456
33457         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
33458         strtoimax.
33459         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
33460         strtoumax.
33461
33462 2001-09-20  Jim Meyering  <meyering@lucent.com>
33463
33464         * lib/xstrtol.c (strtoimax): Guard declaration with
33465         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
33466         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
33467         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
33468         (strtoumax): Likewise, for completeness (it wasn't necessary).
33469
33470 2001-09-17  Paul Eggert  <eggert@twinsun.com>
33471
33472         * lib/strtoimax.c (HAVE_LONG_LONG):
33473         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
33474         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
33475         to work around bug in IBM C compiler.
33476
33477 2001-09-17  Jim Meyering  <meyering@lucent.com>
33478
33479         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
33480         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
33481         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
33482         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
33483         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
33484         whenever the right hand side need not be expanded by the shell.
33485
33486 2001-09-16  Paul Eggert  <eggert@twinsun.com>
33487
33488         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
33489         library.  It's not correct, as some older glibcs are buggy.
33490         fnmatch wasn't fixed until glibc 2.2.
33491
33492         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
33493         special shell magic here.
33494
33495 2001-09-16  Jim Meyering  <meyering@lucent.com>
33496
33497         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
33498         * m4/jm-macros.m4: Require it.
33499
33500 2001-09-16  Jim Meyering  <meyering@lucent.com>
33501
33502         * lib/mkdir.c: New file.
33503
33504 2001-09-15  Jim Meyering  <meyering@lucent.com>
33505
33506         * m4/jm-macros.m4: Check for help2man.
33507
33508 2001-09-11  Jim Meyering  <meyering@lucent.com>
33509
33510         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
33511         The body, by Paul Eggert, was moved here from configure.in.
33512         * m4/jm-macros.m4: Require UTILS_HOST_OS.
33513
33514 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33515
33516         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
33517         (jm_PREREQ): Use it.
33518
33519 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33520
33521         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
33522         Use ssize_t, not int, to store result of readlink.
33523         Check for ssize_t overflow as well as size_t overflow,
33524         as POSIX says the result of readlink is implementation-defined
33525         when ssize_t overflows.
33526         Remove unnecessary cast to char*.
33527         Use free+malloc instead of realloc, as the storage doesn't need
33528         to be preserved and it's clearer and can be more efficient that way.
33529         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
33530         * lib/xreadlink.h (xreadlink): Update prototype.
33531
33532 2001-09-04  Paul Eggert  <eggert@twinsun.com>
33533
33534         * lib/xgetcwd.c: Revert some of the previous change; intead,
33535         fix the HAVE_GETCWD_NULL code to behave more like the
33536         !HAVE_GETCWD_NULL code used to.
33537
33538         Include "xalloc.h".
33539         (xgetcwd): Do not return NULL when memory is exhausted; instead,
33540         invoke xalloc_die.
33541
33542 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33543
33544         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
33545         sys/param.h, as pathmax.h includes them.
33546
33547 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33548
33549         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
33550         (jm_PREREQ_XGETCWD): New macro.
33551
33552         * m4/getcwd.m4: New file.
33553
33554 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33555
33556         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
33557         like the HAVE_GETCWD_NULL code.
33558         Include pathmax.h if not HAVE_GETCWD.
33559         Do not include xalloc.h.
33560         (INITIAL_BUFFER_SIZE): New symbol.
33561         Do not use xmalloc / xrealloc, since the caller is responsible for
33562         handling errors.  Preserve errno around `free' during failure.
33563         Do not overrun buffer when using getwd.
33564
33565 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33566
33567         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
33568         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
33569         getcwd (NULL, 0).
33570
33571 2001-09-03  Paul Eggert  <eggert@twinsun.com>
33572
33573         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
33574         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
33575         spotted by Jim Meyering.
33576
33577 2001-09-03  Jim Meyering  <meyering@lucent.com>
33578
33579         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
33580         failure.
33581
33582 2001-09-02  Jim Meyering  <meyering@lucent.com>
33583
33584         * lib/error.c: Update from GNU libc.
33585
33586 2001-09-01  Jim Meyering  <meyering@lucent.com>
33587
33588         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
33589         Used by df.
33590
33591 2001-09-01  Jim Meyering  <meyering@lucent.com>
33592
33593         * lib/xreadlink.c: New file.
33594         * lib/xreadlink.h: New file.
33595         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
33596         xreadlink.h.
33597
33598         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
33599         doesn't conflict with sparc Solaris 7's definition in
33600         /usr/include/sys/int_types.h.
33601
33602         * lib/exclude.c: Use `""', not `<>' to #include non-system header
33603         files.
33604         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
33605         and strncasecmp as r-values.  Unixware didn't have declarations.
33606
33607 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33608
33609         * lib/xstrtol.h: Add copyright notice.
33610         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
33611         LONGINT_INVALID_SUFFIX_CHAR.
33612
33613 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33614
33615         * lib/xstrtol.c (strtoimax): New decl.
33616
33617 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33618
33619         * lib/xgetcwd.c: Don't include pathmax.h.
33620         Include stdlib.h and unistd.h if available.
33621         Include xalloc.h.
33622         (xmalloc, xstrdup, free): Remove decls.
33623         (xgetcwd): Don't assume sizes fit in unsigned.
33624         Check for overflow when computing sizes.
33625         Simplify reallocation code.
33626
33627 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33628
33629         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
33630         a directory's st_size can have an arbitrary value, so the old
33631         usage could waste an arbitrary amount of memory.  All uses
33632         changed.
33633         * lib/savedir.h: Update prototype.
33634
33635 2001-08-31  Paul Eggert  <eggert@twinsun.com>
33636
33637         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
33638
33639         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
33640         old strtoimax.c.
33641
33642         Also, make the following further changes to make this file's
33643         configuration more similar to that of strtol.c:
33644         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
33645         (strtoumax, uintmax_t, strtoull, strtol): Remove.
33646         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
33647         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
33648         changed to signed values.
33649
33650         And make the following changes as well:
33651         Fix copyright notice, as 1999 was missing.
33652         (verify): New macro.
33653         (strtoimax): Check sizes at compile-time, not run-time.
33654         Prefer strtol to strtoll if both work.
33655         (main): Remove; it was not that useful and was a pain to maintain.
33656
33657         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
33658
33659 2001-08-31  Jim Meyering  <meyering@lucent.com>
33660
33661         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
33662         Use an initial, malloc'd, buffer of length 128 rather than
33663         a statically allocated one of length 1024.
33664
33665 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33666
33667         Simplify code, partly by assuming autoconf 2.52 semantics.
33668
33669         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
33670
33671         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
33672         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
33673         All uses removed.
33674         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
33675         Move AC_REQUIRE to next-to-top level, to avoid confusion.
33676         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
33677         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
33678         jm_AC_HEADER_INTTYPES_H.
33679         * m4/jm-macros.m4 (jm_MACROS): Likewise.
33680
33681         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
33682
33683         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
33684         Quote first arg of AC_DEFUN.
33685         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
33686         since they are needed to parse the include file even if we need
33687         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
33688         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
33689         but with opposite signedness.
33690
33691 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33692
33693         Merge 'exclude' changes from tar 1.13.22.
33694         This fixes one or two unlikely storage allocation overflow bugs,
33695         but doesn't change user-visible behavior otherwise.
33696
33697 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33698
33699         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
33700         (jm_PREREQ_EXCLUDE): New macro.
33701
33702 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33703
33704         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
33705         tm to be declared.
33706
33707 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33708
33709         * lib/hash.c: Remove '2001' from copyright notice.
33710
33711 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33712
33713         * lib/full-write.h: New file.
33714         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
33715         * lib/full-write.c: Correct credits, as cccp.c no longer
33716         exists and anyway it was so heavily changed from the old cccp
33717         code as to be unrecognizable.  Include full-write.h.
33718         (full_write) Return size_t, with short writes meaning failure.
33719         All callers changed.  This fixes a bug with large buffers
33720         on 64-bit hosts.
33721         * lib/utime.c: Include full-write.h.
33722
33723 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33724
33725         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
33726         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
33727         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
33728         Include if available.
33729         (<xalloc.h>): Include
33730         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
33731         (verify): New macro.  Use it to verify that EXCLUDE macros do not
33732         collide with FNM macros.
33733         (struct patopts): New struct.
33734         (struct exclude): Use it, as exclude patterns now come with options.
33735         (new_exclude): Support above changes.
33736         (new_exclude, add_exclude_file):
33737         Initial size must now be a power of two to simplify overflow checking.
33738         (free_exclude, fnmatch_no_wildcards): New function.
33739         (excluded_filename): No longer requires options arg, as the options
33740         are determined by add_exclude.  Now returns bool, not int.
33741         (excluded_filename, add_exclude):
33742         Add support for the fancy new exclusion options.
33743         (add_exclude, add_exclude_file): Now takes int options arg.
33744         Check for arithmetic overflow when computing sizes.
33745         (add_exclude_file): xrealloc might modify errno, so don't
33746         realloc until after errno might be used.
33747
33748         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
33749         New macros.
33750         (free_exclude): New decl.
33751         (add_exclude, add_exclude_file): Now takes int options arg.
33752         (excluded_filename): No longer requires options arg, as the options
33753         are determined by add_exclude.  Now returns bool, not int.
33754
33755 2001-08-30  Paul Eggert  <eggert@twinsun.com>
33756
33757         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
33758
33759 2001-08-27  Jim Meyering  <meyering@lucent.com>
33760
33761         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
33762
33763         * lib/version-etc.c (N_): Remove definition.
33764         Revert most of last change.
33765         Instead, simply don't mark the `Copyright...' string for translation.
33766         Based on advice from Paul Eggert.
33767
33768         * lib/strtoxmax.c: Tweak comment.
33769
33770 2001-08-26  Jim Meyering  <meyering@lucent.com>
33771
33772         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
33773
33774         * m4/xstrtoimax.m4: New file.
33775         * m4/xstrtoumax.m4: Add comments explaining why we
33776         AC_REPLACE_FUNCS(strtol).
33777
33778 2001-08-26  Jim Meyering  <meyering@lucent.com>
33779
33780         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
33781         of copyright with `%s' so translators don't get an untranslated
33782         message in 2002.
33783         (COPYRIGHT_YEAR): Define.
33784         (version_etc): Use fprintf rather than fputs.
33785         Suggestion from Ulrich Drepper.
33786
33787         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
33788
33789         * lib/strtoll.c: New file, from GNU libc.
33790         * lib/xstrtoimax.c: New file.
33791
33792         * lib/xstrtol.h: Add xstrtoimax.
33793         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
33794         * lib/strtoimax.c: New file.  Likewise, but first define
33795         STRTOUXMAX_SIGNED.
33796
33797         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
33798         ...
33799         * lib/strtoxmax.c: ... then renamed to this.
33800
33801 2001-08-18  Paul Eggert  <eggert@twinsun.com>
33802
33803         * m4/inttypes.m4: Add AC_PREREQ(2.13).
33804         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
33805         (jm_AC_TYPE_INTMAX_T): New macro.
33806         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
33807
33808         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
33809
33810         * m4/longlong.m4: Renamed from ulonglong.m4.
33811         * m4/inttypes.m4: Renamed from inttypes_h.m4.
33812         * m4/uintmax_t.m4: Removed.
33813
33814 2001-08-13  Paul Eggert  <eggert@twinsun.com>
33815
33816         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
33817         Port to Solaris 8, where 'sed' requires a space after the 'r'
33818         command, and where sh dislikes "$/".  Clean up the spacing a bit.
33819         Redirect output to $tmp just once.
33820
33821 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
33822
33823         * lib/addext.c (<errno.h>): Include.
33824         (errno): Declare if not defined.
33825         (addext): Work correctly when pathconf returns -1 and leaves
33826         errno alone because there is no limit.  Also, work even if
33827         pathconf returns a value greater than SIZE_MAX.
33828
33829 2001-08-12  Jim Meyering  <meyering@lucent.com>
33830
33831         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
33832         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
33833         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
33834         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
33835         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
33836         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
33837         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
33838         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
33839         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
33840         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
33841         utime.m4, utimes.m4, xstrtoumax.m4:
33842         Quote the first argument in each use of AC_DEFUN.
33843
33844 2001-08-12  Jim Meyering  <meyering@lucent.com>
33845
33846         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
33847         Simply `return getcwd (NULL, 0);'.
33848         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
33849         Use 1300 as initial value for length, not PATH_MAX.
33850
33851         * lib/pathmax.h: Clean up cpp syntax.
33852
33853 2001-08-12  Jim Meyering  <meyering@lucent.com>
33854
33855         * lib/gettimeofday.c: New file.
33856         * lib/gtod.h: New file.
33857         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
33858
33859 2001-08-05  Jim Meyering  <meyering@lucent.com>
33860
33861         * m4/jm-macros.m4: Require autoconf-2.52.
33862
33863 2001-08-04  Jim Meyering  <meyering@lucent.com>
33864
33865         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
33866         stmt, to get in sync with glibc.
33867
33868 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33869
33870         The following changes are from gettext 0.10.39 as maintained by
33871         Bruno Haible.
33872
33873         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
33874         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
33875         with inverted sense.  All uses changed.
33876
33877         * lib/mbswidth.c: Don't include <limits.h>.
33878         Include <stdlib.h> and <string.h> unconditionally.
33879         (iswcntrl, mbsinit, ISCNTRL): New macros.
33880         (mbsnwidth): Use K&R style function declarations.
33881         Don't bother checking for MB_LEN_MAX == 1, since the compiler
33882         can optimize it when MB_CUR_MAX == 1.
33883         The width of control characters is zero, not 1.
33884
33885 2001-08-03  Paul Eggert  <eggert@twinsun.com>
33886
33887         The following changes are from gettext 0.10.39 as maintained by
33888         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
33889
33890         * m4/codeset.m4: Upgrade to serial AM1.
33891         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
33892         all uses changed.  Quote first arg of AC_DEFUN.
33893         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
33894
33895         * m4/iconv.m4: Upgrade to serial AM2.
33896         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
33897         Add --with-libconv-prefix.
33898         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
33899         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
33900         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
33901         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
33902         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
33903
33904         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
33905         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
33906         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
33907         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
33908         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
33909         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
33910         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
33911         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
33912         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
33913
33914         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
33915         string.h any more.
33916
33917         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
33918         not the default value.
33919
33920         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
33921         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
33922         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
33923         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
33924         Also check for iswcntrl, used for wcwidth fallback.
33925         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
33926         to Autoconf 2.13.
33927
33928 2001-08-03  Jim Meyering  <meyering@lucent.com>
33929
33930         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
33931         as it was in the original.  Reported by Paul Eggert.
33932
33933 2001-07-16  Jim Meyering  <meyering@lucent.com>
33934
33935         * m4/gettimeofday.m4: New file.
33936         Prompted by a report from Bernhard Baehr.
33937
33938 2001-07-15  Jim Meyering  <meyering@lucent.com>
33939
33940         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
33941         stuff. Now it's in ../Makefile.cfg.
33942
33943 2001-07-15  Jim Meyering  <meyering@lucent.com>
33944
33945         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
33946         (BUILT_SOURCES): Add unlocked-io.h.
33947         (io_functions): Define.
33948         (unlocked-io.h): New rule.
33949         (DISTCLEANFILES): Add unlocked-io.h.
33950         (all-local): Depend on unlocked-io.h, to ensure it is created.
33951
33952         * lib/unlocked-io.hin: New file
33953
33954         * lib/regex.c: Update from glibc.
33955
33956 2001-07-05  Jim Meyering  <meyering@lucent.com>
33957
33958         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
33959         recommendation.
33960         (libfetish_a_SOURCES): Put all .h files here instead.
33961         Remove a thus-exposed (better checks in automake) duplicate and
33962         two unnecessary .h files.
33963
33964 2001-07-04  Jim Meyering  <meyering@lucent.com>
33965
33966         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
33967         that generates jm-glibc-io.m4 so that it doesn't trigger any make
33968         distcheck failure.
33969
33970 2001-07-02  Jim Meyering  <meyering@lucent.com>
33971
33972         The following changes were prompted by suggestions from Bruno Haible.
33973
33974         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
33975         is now generated.
33976         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
33977         definition of EXTRA_DIST.
33978         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
33979         ensure that the generated file is created/updated whenever the list
33980         of $(unlocked_functions) is changed.
33981         (jm-glibc-io.m4): New rule.
33982         (unlocked-io.h): New rule -- currently unused.
33983
33984 2001-06-24  Jim Meyering  <meyering@lucent.com>
33985
33986         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
33987         unmatched right bracket, rather than kludging it with an extra,
33988         falsely-matching quote in a comment.  Patch by Akim Demaille.
33989
33990 2001-06-11  Jim Meyering  <meyering@lucent.com>
33991
33992         * lib/regex.c: Update from GNU libc.
33993
33994 2001-05-27  Jim Meyering  <meyering@lucent.com>
33995
33996         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
33997         Check for ut_type in struct utmp.
33998
33999 2001-05-27  Jim Meyering  <meyering@lucent.com>
34000
34001         * lib/readutmp.h (UT_TYPE): Define.
34002
34003 2001-05-24  Jim Meyering  <meyering@lucent.com>
34004
34005         * lib/argmatch.c: Include "quote.h".
34006         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
34007         quote function.  Reported by Göran Uddeborg.
34008
34009 2001-05-22  Jim Meyering  <meyering@lucent.com>
34010
34011         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
34012         now that we use the package-supplied version unconditionally.
34013         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
34014
34015 2001-05-21  Jim Meyering  <meyering@lucent.com>
34016
34017         * m4/regex.m4: Change a couple backticks to single quotes to avoid
34018         shell syntax errors.
34019
34020 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
34021
34022         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
34023
34024 2001-05-20  Paul Eggert  <eggert@twinsun.com>
34025
34026         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
34027         Don't bother to check library strftime, since
34028         we'll be using our own my_strftime function anyway.
34029         Define my_strftime instead of strftime.
34030
34031 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
34032
34033         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
34034         which is not yet declared.
34035
34036 2001-05-15  Jim Meyering  <meyering@lucent.com>
34037
34038         * m4/regex.m4: Use proper quoting so brackets appear in the test
34039         program.
34040         Reported by, and with help from, Bruno Haible.
34041
34042 2001-05-13  Jim Meyering  <meyering@lucent.com>
34043
34044         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
34045         undefined.
34046
34047 2001-05-11  Paul Eggert  <eggert@twinsun.com>
34048
34049         dirname code cleanup.  base_name now behaves more compatibly
34050         with POSIX basename when given file names that have trailing
34051         slashes, and similarly for dir_name.  Add new primitives
34052         base_len and dir_len.  Put the directory-name-related decls
34053         into dirname.h.
34054
34055         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
34056         * lib/backupfile.c (base_name): Likewise.
34057         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
34058         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
34059         * lib/makepath.c (strip_trailing_slashes): Likewise.
34060         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
34061         ISSLASH): Likewise.
34062         * lib/rename.c (strip_trailing_slashes): Likewise.
34063         * lib/same.c (base_name): Likewise.
34064         * lib/stripslash.c (ISSLASH): Likewise.
34065
34066         * lib/addext.c: Include <dirname.h> after size_t is defined.
34067         * lib/backupfile.c: Likewise.
34068
34069         * lib/addext.c (addext): Use base_len to trim redundant
34070         trailing slashes instead of doing it ourselves.
34071         But do not trim the last slash if it is not redundant.
34072
34073         * lib/backupfile.c (find_backup_file_name,
34074         max_backup_version): Use base_len instead of rolling it ourselves.
34075         Handle the case of "" and (on DOS) "C:" correctly.
34076
34077         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
34078         needed. Include <string.h>, <dirname.h>.
34079         (base_name): Allow file names ending in slashes, other than names
34080         that are all slashes.  In this case, return the basename followed
34081         by the slashes.  This is more general, and can be used in places
34082         where the original base_name purposely had an assertion failure.
34083         (base_len): New function.
34084
34085         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
34086         Do not include <assert.h>; no longer needed.
34087         Include xalloc.h.
34088         (memrchr): Remove decl.
34089         (dir_name_r): Remove.
34090         (dir_len): Renamed from dirlen.  All callers changed.
34091         Rewrite in terms of base_name, for simplicity and consistency.
34092         (dir_name): Never return NULL.  All callers changed.
34093         Do not include <stdlib.h> in test program; no longer needed.
34094         return 0; is fine for test program.
34095
34096         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
34097         New macros.
34098         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
34099
34100         * lib/path-concat.c (path_concat): Use base_len to compute
34101         base length, not strlen; this means we cannot rely on memcpy
34102         to null-terminate.
34103
34104         * lib/same.c (STREQ): Remove.
34105         (same_name): Handle the case where the basename ends in trailing '/'.
34106
34107         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
34108         a slash was stripped.  Do not strip the last slash after a
34109         file system prefix.
34110
34111 2001-05-11  Paul Eggert  <eggert@twinsun.com>
34112
34113         * lib/Makefile.am (libfetish_a_SOURCES):
34114         Add strftime.c, since we now compile it on all hosts.
34115
34116         * lib/strftime.c (my_strftime):
34117         Define to nstrftime if emacs, but only if my_strftime is not defined.
34118         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
34119         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
34120         Add one more extra argument: a nanoseconds value.
34121         All uses changed.
34122         (ns): New macro.
34123         (my_strftime function): Add %N format.
34124         (emacs_strftimeu): Renamed from emacs_strftime,
34125         with extra ut argument.
34126
34127 2001-05-09  Paul Eggert  <eggert@twinsun.com>
34128
34129         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
34130
34131 2001-04-21  Jim Meyering  <meyering@lucent.com>
34132
34133         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
34134         doesn't interfere.
34135
34136 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
34137
34138         * m4/ftruncate.m4: Check for chsize.
34139         Link with ftruncate.o unconditionally if ftruncate is missing.
34140         This was required when cross-compiling to i586-mingw32msvc.
34141
34142 2001-04-08  Jim Meyering  <meyering@lucent.com>
34143
34144         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
34145         recomputed; that's necessary when the offset spans a DST transition.
34146         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
34147
34148 2001-04-02  Jim Meyering  <meyering@lucent.com>
34149
34150         * lib/regex.h, regex.c: Update from GNU libc.
34151
34152 2001-03-24  Jim Meyering  <meyering@lucent.com>
34153
34154         * m4/jm-macros.m4: Require autoconf-2.49d.
34155
34156 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
34157
34158         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
34159
34160 2001-03-19  Paul Eggert  <eggert@twinsun.com>
34161
34162         * lib/version-etc.c (version_etc_copyright): Update to 2001.
34163
34164 2001-03-17  Jim Meyering  <meyering@lucent.com>
34165
34166         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
34167         now that the version in autoconf is equivalent.
34168         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
34169
34170         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
34171         Suggestion from Akim Demaille.
34172
34173         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
34174         (jm_PREREQ_TEMPNAME): New function.
34175
34176 2001-03-16  Paul Eggert  <eggert@twinsun.com>
34177
34178         * lib/tempname.c (uint64_t): Define to uintmax_t if
34179         not defined, and if UINT64_MAX is not defined.
34180         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
34181         Reported by John David Anglin.
34182
34183 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
34184
34185         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
34186         resolve alias if codeset is empty.
34187         * lib/config.charset (BeOS): Use wildcard syntax.
34188
34189 2001-03-13  Jim Meyering  <meyering@lucent.com>
34190
34191         * lib/path-concat.c (path_concat)
34192         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
34193         concatenating e.g., `C:' and `foo'.
34194         From Bruno Haible.
34195
34196 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
34197
34198         * lib/localcharset.c (locale_charset): Don't use
34199         setlocale(LC_CTYPE,NULL). Don't return NULL.
34200         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
34201
34202 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
34203
34204         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
34205         support for DOS/DJGPP.
34206
34207 2001-03-01  Paul Eggert  <eggert@twinsun.com>
34208
34209         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
34210         lacks mkstemp.  Compile our own tempname.c if we compile our own
34211         mkstemp.c, as mkstemp relies on tempname.
34212
34213 2001-03-01  Jim Meyering  <meyering@lucent.com>
34214
34215         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
34216         AH_VERBATIM really does output its argument verbatim.
34217
34218 2001-02-28  Paul Eggert  <eggert@twinsun.com>
34219
34220         * lib/Makefile.am (libfetish_a_SOURCES):
34221         Add dup-safer.c, fopen-safer.c.
34222         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
34223
34224         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
34225         * lib/unistd-safer.h: New files.
34226
34227 2001-02-25  Paul Eggert  <eggert@twinsun.com>
34228
34229         The mkstemp replacement is taken from glibc 2.2.2, with some
34230         portability fixes for use outside glibc, as follows:
34231
34232         * lib/tempname.c (struct_stat64): New macro.
34233         (direxists, __gen_tempname): Use it.
34234         This avoids a portability problem with Solaris 8.
34235
34236         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
34237         (<stddef.h>, <stdint.h>, <string.h>):
34238         Include only if STDC_HEADERS || _LIBC.
34239         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
34240         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
34241         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
34242         (__set_errno): Define this macro if <errno.h> doesn't.
34243         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
34244         Define these macros if <stdio.h> doesn't.
34245         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
34246         Define these macros if <sys/stat.h>
34247         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
34248         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
34249         __xstat64): Define if not _LIBC.
34250         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
34251         (__gen_tempname): Invoke gettimeofday only if
34252         HAVE_GETTIMEOFDAY || _LIBC;
34253         otherwise, fall back on plain "time".
34254         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
34255
34256         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
34257
34258         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
34259
34260 2001-02-18  Paul Eggert  <eggert@twinsun.com>
34261
34262         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
34263
34264 2001-02-17  Paul Eggert  <eggert@twinsun.com>
34265
34266         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
34267         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
34268         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
34269         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
34270
34271 2001-02-17  Paul Eggert  <eggert@twinsun.com>
34272
34273         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
34274         Remove workaround macros for hosts that have mbrtowc but not
34275         mbstate_t, as we now insist on proper declarations for both
34276         before using mbrtowc.
34277
34278 2001-02-17  Jim Meyering  <meyering@lucent.com>
34279
34280         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
34281         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
34282         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
34283         UnixWare 7.1.1.
34284
34285         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
34286         rather than AC_CACHE_VAL.
34287
34288 2001-02-17  Jim Meyering  <meyering@lucent.com>
34289
34290         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
34291         around included file name.
34292
34293         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
34294
34295         * lib/strftime.c: Update from GNU libc (the only changes were to
34296         comments).
34297
34298 2001-02-17  Jim Meyering  <meyering@lucent.com>
34299
34300         * lib/regex.c: Update from libc.
34301
34302 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
34303
34304         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
34305         clash.
34306
34307 2001-02-16  Paul Eggert  <eggert@twinsun.com>
34308
34309         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
34310         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
34311         Reported by Mark Hounschell via Paul Eggert.
34312
34313 2001-02-07  Jim Meyering  <meyering@lucent.com>
34314
34315         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
34316
34317 2001-02-05  Jim Meyering  <meyering@lucent.com>
34318
34319         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
34320         it includes the patch required for `large file' support with at least
34321         HP-UX's 10.20 /bin/cc.
34322
34323 2001-02-03  Jim Meyering  <meyering@lucent.com>
34324
34325         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
34326         AS_IF, now that it works once again (mysteriously).
34327         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
34328
34329 2001-01-30  Jim Meyering  <meyering@lucent.com>
34330
34331         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
34332         * m4/chown.m4: Rename conftestchown to conftest.chown.
34333         * m4/rename.m4: s/conftestdir/conftest.d1/ and
34334         s/conftestdir2/conftest.d2/.
34335         * m4/utimes.m4: s/conftestdata/conftest.data/
34336         Inspired by Pavel Roskin's change in autoconf.
34337
34338 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
34339
34340         * lib/config.charset: Update for FreeBSD 4.2.
34341
34342 2001-01-27  Jim Meyering  <meyering@lucent.com>
34343
34344         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
34345         a use of AS_IF.
34346         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
34347
34348 2001-01-26  Jim Meyering  <meyering@lucent.com>
34349
34350         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
34351         quotearg.c includes it.
34352
34353 2001-01-26  Jim Meyering  <meyering@lucent.com>
34354
34355         * lib/quotearg.c: Include stddef.h.
34356         * lib/quote.c: Include stddef.h.
34357         Reported by Axel Kittenberger.
34358
34359         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
34360         line in double quotes so that it evokes a better diagnostic.
34361         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
34362         Reported by Axel Kittenberger.
34363
34364 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
34365
34366         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
34367         as if it was a `charset'.
34368
34369 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34370
34371         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
34372         has const.
34373
34374 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
34375
34376         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
34377         to avoid a warning.  Add back 'const' to inptr.
34378
34379 2001-01-20  Jim Meyering  <meyering@lucent.com>
34380
34381         Be sure that headers are checked before used in code compiled
34382         for the type checks.
34383         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
34384         In place of that, invoke jm_CHECK_ALL_TYPES.
34385         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
34386         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
34387         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
34388         The check for ssize_t was mistakenly run before the test for unistd.h.
34389
34390         The configure-time check for stdbool.h was missing.
34391         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
34392         (jm_PREREQ_HASH): New function.
34393
34394 2001-01-17  Jim Meyering  <meyering@lucent.com>
34395
34396         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
34397         for autoconf-2.49c.
34398         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
34399
34400 2001-01-16  Jim Meyering  <meyering@lucent.com>
34401
34402         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
34403         From Bruno Haible.
34404
34405 2001-01-14  Jim Meyering  <meyering@lucent.com>
34406
34407         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
34408         foo and bar.  Create conftestdir/ in the script, not in the C code.
34409         Remove directories in the script, not in the C code.
34410         Remove conftestdir{,2} before trying to create the directory.
34411         Make the entire configure script fail if the mkdir fails.
34412
34413 2001-01-14  Jim Meyering  <meyering@lucent.com>
34414
34415         * lib/rename.c: New file.  From Volker Borchert.
34416         Include stdlib.h, string.h or strings.h, and xalloc.h.
34417         Use strip_trailing_slashes rather than open-coding it.
34418
34419 2001-01-03  Paul Eggert  <eggert@twinsun.com>
34420
34421         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
34422
34423 2001-01-03  Jim Meyering  <meyering@lucent.com>
34424
34425         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
34426         of local `inptr' to avoid warning with some system declarations of
34427         iconv.
34428
34429 2001-01-02  Volker Borchert  <bt@teknon.de>
34430
34431         * m4/rename.m4: New file.
34432         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
34433
34434 2001-01-01  Jim Meyering  <meyering@lucent.com>
34435
34436         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
34437         even on systems with utmpx.h.  It's necessary for the declaration of
34438         utmp's ut_user member.  Reported by Andreas Jaeger.
34439
34440         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
34441         available. They are required for the declarations of getgrgid and
34442         getpwuid resp.
34443         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
34444         Reported by Andreas Jaeger.
34445
34446 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
34447
34448         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
34449         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
34450         so `make install' also works in VPATH builds.
34451
34452 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
34453
34454         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
34455         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
34456         can be used in subdirectories.
34457
34458 2000-12-29  Paul Eggert  <eggert@twinsun.com>
34459
34460         * lib/modechange.c: Do not assume that mode_t uses the
34461         traditional octal encoding.  E.g. "chmod 1 FOO" should set
34462         the other-execute bit of FOO even if S_IXOTH != 1.
34463
34464         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
34465         WOTH, XOTH, ALLM): New macros.
34466         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
34467          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
34468         Use them.
34469         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
34470         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
34471         (mode_compile):
34472         No need to use uintmax_t; unsigned long is long enough.
34473         Don't bother to get suffix since we don't use it.
34474
34475 2000-12-26  Jim Meyering  <meyering@lucent.com>
34476
34477         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
34478         better with autoheader.
34479
34480 2000-12-24  Jim Meyering  <meyering@lucent.com>
34481
34482         * lib/hash.c (is_prime): Return explicit boolean values.
34483         (hash_get_first): Return NULL to appease Irix5.6's 89.
34484         Reported by Nelson Beebe.
34485
34486 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
34487
34488         * lib/localcharset.c (locale_charset): Add support for Win32.
34489
34490 2000-12-18  Paul Eggert  <eggert@twinsun.com>
34491
34492         * lib/physmem.h, lib/physmem.c: New files.
34493
34494         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
34495         (noinst_HEADERS): Add physmem.h.
34496
34497         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
34498         't' for compatibility with Solaris 8 sort.
34499
34500 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
34501
34502         * lib/config.charset: Add support for BeOS.
34503
34504 2000-12-17  Jim Meyering  <meyering@lucent.com>
34505
34506         * m4/dos.m4 (jm_AC_DOS): New file and macro.
34507         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
34508
34509 2000-12-16  Jim Meyering  <meyering@lucent.com>
34510
34511         This bug had a serious impact on chown: `chown N:M FILE' (for integer
34512         N and M) would have treated it like `chown N:N FILE'.
34513
34514         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
34515
34516 2000-12-16  Jim Meyering  <meyering@lucent.com>
34517
34518         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
34519         SHELLS_FILE to a file name that's useful on djgpp systems.
34520         Include stdlib.h.
34521         (ADDITIONAL_DEFAULT_SHELLS): Define.
34522         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
34523         Based mostly on a patch from Prashant TR.
34524
34525 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
34526
34527         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
34528         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
34529         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
34530
34531 2000-12-08  Andreas Schwab  <schwab@suse.de>
34532
34533         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
34534         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
34535
34536 2000-12-07  Jim Meyering  <meyering@lucent.com>
34537
34538         * lib/stripslash.c (ISSLASH): Define.
34539         (strip_trailing_slashes): Use ISSLASH rather than comparing against
34540         `/'.
34541         From Prashant TR.
34542
34543         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
34544         (dir_name_r): Declare this function as static.
34545         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
34546         manifest itself on a name containing a mix of slashes and
34547         backslashes.
34548         Make this function work with names starting with a DOS-style
34549         drive letter and colon prefix.
34550         (dir_name): Append `.' if necessary.
34551         Based mostly on patches from Prashant TR and Eli Zaretskii.
34552
34553         * lib/dirname.h (dir_name_r): Remove prototype.
34554
34555 2000-12-06  Paul Eggert  <eggert@twinsun.com>
34556
34557         * m4/off_t-format.m4: Remove this file.
34558         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
34559
34560 2000-12-06  Jim Meyering  <meyering@lucent.com>
34561
34562         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
34563         replacement strtoull, we may well need the replacement strtoul, too.
34564         Check for declarations of strtoul and strtoull.
34565         Check for strtol.  Mainly as a cue to cause automake to include
34566         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
34567         Check for limits.h -- strtol.c needs it.
34568
34569 2000-12-05  Jim Meyering  <meyering@lucent.com>
34570
34571         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
34572
34573 2000-12-04  Jim Meyering  <meyering@lucent.com>
34574
34575         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
34576         Also include memory.h, stdlib.h, unistd.h if appropriate.
34577         Reported by Andreas Jaeger (conflicting declaration of malloc).
34578
34579 2000-12-02  Jim Meyering  <meyering@lucent.com>
34580
34581         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
34582         * m4/jm-macros.m4 (jm_MACROS): require it.
34583
34584 2000-12-02  Jim Meyering  <meyering@lucent.com>
34585
34586         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
34587
34588 2000-12-01  Paul Eggert  <eggert@twinsun.com>
34589
34590         * lib/memrchr.c: Include <config.h> before any system include file.
34591
34592 2000-11-30  Jim Meyering  <meyering@lucent.com>
34593
34594         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
34595
34596 2000-11-30  Jim Meyering  <meyering@lucent.com>
34597
34598         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
34599
34600 2000-11-29  Paul Eggert  <eggert@twinsun.com>
34601
34602         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
34603
34604 2000-11-26  Jim Meyering  <meyering@lucent.com>
34605
34606         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
34607
34608 2000-11-22  Paul Eggert  <eggert@twinsun.com>
34609
34610         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
34611         size of (size_t) -1; it's not portable.
34612
34613 2000-11-17  Jim Meyering  <meyering@lucent.com>
34614
34615         * lib/strstr.c: Update from GNU libc.
34616
34617 2000-11-17  Akim Demaille  <akim@epita.fr>
34618
34619         * lib/obstack.h: Formatting changes.
34620         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
34621         prevent type checking.
34622         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
34623         cast the value to (void *): assigning a `foo *' to a `void *'
34624         variable is valid.
34625         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
34626
34627 2000-11-16  Jim Meyering  <meyering@lucent.com>
34628
34629         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
34630
34631 2000-11-11  Jim Meyering  <meyering@lucent.com>
34632
34633         * lib/error.c: Add a couple #includes, merging from GNU libc version.
34634
34635 2000-11-10  Jim Meyering  <meyering@lucent.com>
34636
34637         * lib/obstack.h: Update from GNU libc.
34638         * lib/obstack.c: Likewise.
34639
34640 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
34641
34642         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
34643
34644 2000-11-06  Paul Eggert  <eggert@twinsun.com>
34645
34646         * lib/getusershell.c (setusershell): Use rewind rather than
34647         fseek/fseeko, to avoid configuration hassles with fseeko.
34648         Don't bother opening SHELLS_FILE if shellstream is NULL;
34649         it's not necessary.
34650
34651 2000-11-05  Jim Meyering  <meyering@lucent.com>
34652
34653         * lib/makepath.h (make_dir): Declare.
34654         * lib/makepath.c (make_dir): Remove `static' attribute.
34655         Tweak a comment.
34656
34657 2000-11-04  Jim Meyering  <meyering@lucent.com>
34658
34659         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
34660
34661 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
34662
34663         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
34664         last one in a bucket, advance to the next bucket.
34665
34666 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
34667
34668         * lib/fnmatch.c: Do not comment out all the code if we are using
34669         the GNU C library, because in some cases we are replacing buggy
34670         code in the GNU C library itself.
34671
34672 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
34673
34674         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
34675         (regex_compile): Catch bogus \(\1\).
34676
34677 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34678
34679         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
34680         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
34681         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
34682
34683 2000-10-30  Paul Eggert  <eggert@twinsun.com>
34684
34685         * lib/error.h, getline.h, modechange.h:
34686         Remove "2000" from Copyright line, as the file hasn't been
34687         changed this year other than in the copyright notice.
34688
34689         * lib/xalloc.h: Add "2000" to Copyright line, as this file
34690         was changed this year.
34691
34692 2000-10-29  Jim Meyering  <meyering@lucent.com>
34693
34694         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
34695         renaming.
34696         * m4/ls-mntd-fs.m4: Likewise
34697
34698 2000-10-29  Jim Meyering  <meyering@lucent.com>
34699
34700         * lib/xstat.in: Fix grammar in comment.
34701
34702 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
34703
34704         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
34705         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
34706         doesn't define __restrict_arr.
34707
34708 2000-10-28  Jim Meyering  <meyering@lucent.com>
34709
34710         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
34711         (jm_PREREQ_MEMCHR): New function.
34712
34713 2000-10-28  Jim Meyering  <meyering@lucent.com>
34714
34715         * lib/memchr.c: Update from libc.
34716         Adjust for portability:
34717         [HAVE_STDLIB_H]: Include stdlib.h.
34718         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
34719         Undef __memchr, too.
34720         [!weak_alias]: Define __memchr to memchr.
34721
34722         * lib/regex.c: Update from libc.
34723         * lib/regex.h: Likewise.
34724         * lib/getopt1.c: Likewise.
34725         * lib/memcmp.c: Likewise.
34726
34727         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
34728         Avoid using fseek, when possible -- it's broken by design.
34729         Patch by Ulrich Drepper.
34730
34731 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
34732
34733         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
34734         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
34735         Giving in to popular pressure to shut up the compiler with casts.
34736
34737 2000-10-26  Jim Meyering  <meyering@lucent.com>
34738
34739         * lib/strftime.c: Update from libc.
34740
34741 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
34742
34743         * regex.c: More `unsigned char' -> `re_char' changes.
34744         Also change several `int' into `re_wchar_t'.
34745         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
34746         (PUSH_FAILURE_POINTER): Don't cast any more.
34747         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
34748         We want GCC to complain, since this piece of code makes
34749         re_match non-reentrant, which *should* be fixed.
34750         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
34751         (EXTEND_BUFFER): Use RETALLOC.
34752         (SET_LIST_BIT): Don't cast.
34753         (re_wchar_t): New type.
34754         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
34755         that those two functions will always properly return.
34756         (IMMEDIATE_QUIT_CHECK): Cast to void.
34757         (analyse_first): Use recursion rather than an explicit stack.
34758         (re_compile_fastmap): Can't fail anymore.
34759         (re_search_2): Don't check re_compile_fastmap for failure.
34760         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
34761         Now also sets the new value (passed in a new argument).
34762         (re_match_2_internal): Use it.
34763         Also, use a new var `reg' of type size_t when looping through regs
34764         rather than reuse the inappropriate `mcnt'.
34765
34766 2000-10-25  Jim Meyering  <meyering@lucent.com>
34767
34768         * lib/obstack.c: Update from libc.
34769
34770 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
34771
34772         * regex.c (regex_compile): Change the way of handling a range from
34773         a char less than 256 to a char not less than 256.
34774
34775 2000-10-24  Andrew Innes  <andrewi@gnu.org>
34776
34777         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
34778         NT-Emacs only.
34779         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
34780         so that re_search functions only quit when callers expect them to.
34781
34782 2000-10-23  Jim Meyering  <meyering@lucent.com>
34783
34784         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
34785         wrong.  That set_locale call must not have any side effects.
34786         From Paul Eggert.
34787
34788 2000-10-22  Jim Meyering  <meyering@lucent.com>
34789
34790         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
34791         [CYCLIC]: Remove now-unused definition.
34792
34793         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
34794         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
34795         Suggestion from Ulrich Drepper.
34796
34797 2000-10-21  Jim Meyering  <meyering@lucent.com>
34798
34799         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
34800         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
34801         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
34802
34803 2000-10-21  Jim Meyering  <meyering@lucent.com>
34804
34805         * lib/dirname.c (memrchr): Declare if necessary.
34806         (dir_name): Remove the restriction that there be no
34807         trailing slashes.  Now, this code skips past them, effectively
34808         ignoring them.
34809         [TEST_DIRNAME] (main): New unit tests.
34810
34811         * lib/memrchr.c: New file from GNU libc.
34812         Undef __memrchr, too.
34813         [!weak_alias]: Define __memrchr to memrchr.
34814         Guard weak_alias use with `#ifdef weak_alias'.
34815
34816 2000-10-21  Jim Meyering  <meyering@lucent.com>
34817
34818         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
34819         (dir_name): Use dir_name_r.
34820         * lib/dirname.h (dir_name_r): Declare it.
34821
34822 2000-10-17  Jim Meyering  <meyering@lucent.com>
34823
34824         * lib/quote.h (PARAMS): Define and use.
34825         Reported by Akim Demaille.
34826
34827         * lib/getopt.c: Update from libc.
34828
34829 2000-10-16  Jim Meyering  <meyering@lucent.com>
34830
34831         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
34832         setlocale.
34833         From Jan Fedak.
34834
34835 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
34836
34837         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
34838
34839 2000-09-25  Jim Meyering  <meyering@lucent.com>
34840
34841         * lib/md5.h (rol): Define (from GnuPG).
34842
34843         * lib/sha.c: Give credit (GnuPG) where due.
34844         (M): Use rol rather than open-coding it.
34845         Add a FIXME comment.
34846
34847 2000-09-21  Jim Meyering  <meyering@lucent.com>
34848
34849         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
34850         Reported by Michael Stone.
34851
34852 2000-09-20  Jim Meyering  <meyering@lucent.com>
34853
34854         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
34855         (noinst_HEADERS): Add sha.h.
34856         Based on code from Scott G. Miller and from GnuPG.
34857
34858 2000-09-18  Jim Meyering  <meyering@lucent.com>
34859
34860         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
34861         LIBS. Otherwise, everyone ends up linking with -lelf for some
34862         configurations.
34863         Reported by Mike Stone.
34864
34865 2000-09-15  Jim Meyering  <meyering@lucent.com>
34866
34867         * lib/regex.c: Update from libc.
34868
34869 2000-09-10  Jim Meyering  <meyering@lucent.com>
34870
34871         * lib/getopt.c (_getopt_internal): Update from glibc.
34872
34873 2000-09-09  Jim Meyering  <meyering@lucent.com>
34874
34875         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
34876         think it should be used as a general replacement for isascii.
34877         * lib/fnmatch.c: Likewise.
34878         * lib/mbswidth.c: Likewise
34879         * lib/regex.c: Likewise.
34880
34881         Don't use atoi.
34882         * lib/userspec.c: Include sys/param.h and limits.h.
34883         Include xstrtol.h.
34884         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
34885         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
34886         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
34887         UID, GID.  Check range.
34888
34889 2000-09-06  Jim Meyering  <meyering@lucent.com>
34890
34891         * lib/getopt.c (_getopt_internal): Update from glibc.
34892
34893 2000-08-30  Jim Meyering  <meyering@lucent.com>
34894
34895         * lib/strftime.c: Merge in changes from GNU libc.
34896
34897 2000-08-26  Jim Meyering  <meyering@lucent.com>
34898
34899         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
34900         * m4/fpending.m4: New file.
34901
34902 2000-08-26  Jim Meyering  <meyering@lucent.com>
34903
34904         * lib/closeout.c: Include "__fpending.h".
34905         (close_stdout_status): Return right away if there's nothing to flush.
34906
34907         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
34908         * lib/__fpending.c: New file.
34909         * lib/__fpending.h: New file.
34910
34911 2000-08-20  Jim Meyering  <meyering@lucent.com>
34912
34913         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
34914         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
34915         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
34916
34917 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
34918
34919         Improve fileutils installation on systems where running
34920         programs (like install) can't be unlinked.
34921         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
34922         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
34923
34924 2000-08-07  Paul Eggert  <eggert@twinsun.com>
34925
34926         Standardize on "memory exhausted" instead of "Memory exhausted"
34927         or "virtual memory exhausted".
34928         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
34929         "virtual memory exhausted".
34930         * lib/same.c (same_name): Invoke xalloc_die instead of printing
34931         our own message.
34932         * lib/userspec.c (parse_user_spec): Likewise.
34933         * lib/bumpalloc.h: comment fix
34934         * lib/same.c, userspec.c: Include xalloc.h.
34935
34936         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
34937         not char *const and pointing to a constant array.
34938         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
34939         (xrealloc): Comment fix.
34940
34941         * lib/userspec.c (parse_user_spec):
34942         Don't translate a message until just before returning,
34943         to avoid unnecessary translation.
34944
34945 2000-08-07  Jim Meyering  <meyering@lucent.com>
34946
34947         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
34948         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
34949         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
34950         getgroups.c, gethostname.c, getopt.h, group-member.c,
34951         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
34952         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
34953         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
34954         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
34955         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
34956         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
34957         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
34958         yesno.c: Back out Copyright date changes for each file with no change
34959         this year.  This eases coordination with other programs using the same
34960         source code modules.  From Paul Eggert.
34961
34962 2000-08-06  Paul Eggert  <eggert@twinsun.com>
34963
34964         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
34965         not char, for compatibility with glibc 2.1.3 strftime.c.
34966
34967 2000-08-03  Greg McGary  <greg@mcgary.org>
34968
34969         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
34970         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
34971         (EXTEND_BUFFER): Use them.
34972
34973 2000-08-01  Jim Meyering  <meyering@lucent.com>
34974
34975         * lib/dirname.c (ISSLASH): Define.
34976         (BACKSLASH_IS_PATH_SEPARATOR): Define.
34977         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
34978         both `\' and `/' may be use as path separators.
34979         Based on a patch from Prashant TR.
34980
34981 2000-07-31  Paul Eggert  <eggert@twinsun.com>
34982
34983         * lib/quotearg.c (quotearg_n_options): Don't make the initial
34984         slot vector a constant, since it might get modified.
34985
34986 2000-07-31  Jim Meyering  <meyering@lucent.com>
34987
34988         * lib/xmalloc.c: Use `virtual memory exhausted', not
34989         `Memory exhausted'.
34990         * lib/obstack.c (print_and_abort): Likewise.
34991
34992 2000-07-30  Paul Eggert  <eggert@twinsun.com>
34993
34994         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
34995         buffer, so that the caller can always quote one small
34996         component of a "memory exhausted" message in slot 0.
34997         From a suggestion by Jim Meyering.
34998
34999 2000-07-30  Jim Meyering  <meyering@lucent.com>
35000
35001         * lib/makepath.c (make_path): Quote the other instance, too.
35002
35003         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
35004         (STATIC_BUF_SIZE): Define.
35005         (quotearg_n_options): Use only statically allocated storage when
35006         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
35007         than STATIC_BUF_SIZE.
35008
35009 2000-07-29  Jim Meyering  <meyering@lucent.com>
35010
35011         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
35012         * lib/dirname.c (dir_name): Likewise.
35013
35014         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
35015         `/'.
35016
35017         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
35018         (dir_name): Assert that there are no trailing slashes.
35019
35020 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
35021
35022         * lib/mbswidth.h (mbswidth): Add a flags argument.
35023         (mbswidth): New declaration.
35024         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
35025         * lib/mbswidth.c (mbswidth): Add a flags argument.
35026         (mbsnwidth): New function.
35027
35028 2000-07-24  Jim Meyering  <meyering@lucent.com>
35029
35030         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
35031
35032 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35033
35034         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
35035
35036 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35037
35038         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
35039         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
35040         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
35041         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
35042         invoke multibyte primitives.
35043
35044 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35045
35046         * lib/quotearg.c:
35047         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
35048         so that mbstate_t is always defined.
35049
35050         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
35051         be 1 in at least one GCC installation, and this configuration
35052         error is likely to be common.  Ignoring MB_LEN_MAX hurts
35053         performance on hosts that have mbrtowc but have only unibyte
35054         locales, but I assume these hosts are rare.
35055
35056 2000-07-23  Paul Eggert  <eggert@twinsun.com>
35057
35058         * lib/mbswidth.c (_XOPEN_SOURCE):
35059         Don't define; this causes problems on Solaris 7.
35060         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
35061
35062 2000-07-23  Jim Meyering  <meyering@lucent.com>
35063
35064         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
35065         too: getgrgid, getpwuid, getuid.
35066
35067 2000-07-23  Jim Meyering  <meyering@lucent.com>
35068
35069         * lib/basename.c (base_name): Add an assertion.
35070
35071 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
35072
35073         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
35074         shadow its mbsinit function.
35075
35076 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35077
35078         * lib/mbswidth.h: New file.
35079         * lib/mbswidth.c: New file.
35080         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
35081         (noinst_HEADERS): Add mbswidth.h.
35082
35083 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
35084
35085         * lib/config.charset: Add support for FreeBSD. Improve support for
35086         HP-UX and IRIX 6.
35087
35088 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
35089
35090         * m4/mbswidth.m4: New file.
35091         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
35092
35093 2000-07-15  Jim Meyering  <meyering@lucent.com>
35094
35095         * lib/makepath.c: Include quote.h.
35096         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
35097         corresponding argument in a `quote (...)' call.
35098         Give better diagnostics.
35099
35100         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
35101         (noinst_HEADERS): Add quote.h.
35102
35103         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
35104         from tar's src/misc.c.
35105         * lib/quote.h: New file.  Prototypes for same.
35106
35107 2000-07-14  Paul Eggert  <eggert@twinsun.com>
35108
35109         From a suggestion by Bruno Haible.
35110         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
35111         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
35112         to decide whether to define the BeOS workaround macro;
35113         this adjusts to the change to AC_MBSTATE_T.
35114
35115 2000-07-14  Jim Meyering  <meyering@lucent.com>
35116
35117         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
35118         jm_AC_TYPE_UINTMAX_T.
35119
35120 2000-07-13  Paul Eggert  <eggert@twinsun.com>
35121
35122         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
35123
35124         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
35125         quotearg_buffer_restyled): Add support for
35126         clocale_quoting_style.  Undo previous change to
35127         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
35128         and "{RIGHT QUOTATION MARK}" msgids.
35129
35130 2000-07-10  Paul Eggert  <eggert@twinsun.com>
35131
35132         From a suggestion by Bruno Haible.
35133         * m4/mbstate_t.m4 (AC_MBSTATE_T):
35134         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
35135         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
35136         and mbstate_t, to a single-part test that simply defines mbstate_t.
35137         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
35138         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
35139
35140 2000-07-10  Jim Meyering  <meyering@lucent.com>
35141
35142         * m4/strerror_r.m4: Mirror the correction made in autoconf.
35143
35144         * m4/gnu-source.m4: Output to confdefs.h directly.
35145         Suggestion from Akim Demaille.
35146
35147 2000-07-09  Paul Eggert  <eggert@twinsun.com>
35148
35149         The old behavior of quoting `like this' doesn't look good with
35150         newer, ISO-style fonts.  See:
35151         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
35152
35153         Instead, quote "like this" by default.  Let the translator
35154         tailor the locale-specific quoting behavior by providing
35155         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
35156
35157         * lib/quotearg.c (N_): New macro.
35158         (gettext_default): New function.
35159         (quotearg_buffer_restyled): Use
35160         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
35161         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
35162
35163 2000-07-09  Jim Meyering  <meyering@lucent.com>
35164
35165         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
35166         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
35167
35168         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
35169         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
35170
35171 2000-07-09  Jim Meyering  <meyering@lucent.com>
35172
35173         * lib/Most files: Update copyright dates to include 2000.
35174
35175 2000-07-08  Jim Meyering  <meyering@lucent.com>
35176
35177         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
35178         if not defined.
35179         (xgethostname): Remove now-unnecessary #ifdef.
35180         Move declaration of `err' into loop where it's used.
35181
35182 2000-07-05  Paul Eggert  <eggert@twinsun.com>
35183         and Bruno Haible  <haible@clisp.cons.org>
35184
35185         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
35186         only if the test for an object-type mbstate_t fails.  This
35187         prevents us from mistakenly reporting that mbstate_t is a
35188         system object type after we "#define mbstate_t int" to work
35189         around its lack.
35190
35191 2000-07-05  Paul Eggert  <eggert@twinsun.com>
35192         and Bruno Haible  <haible@clisp.cons.org>
35193
35194         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
35195
35196 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35197
35198         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
35199         to strerror_r.
35200         Include <ctype.h> for use of isalpha.
35201
35202 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35203
35204         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
35205         by allocating a larger buffer. Test the gethostname return value for
35206         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
35207         returns an error and ENAMETOOLONG isn't defined.
35208
35209 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
35210
35211         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
35212         dimension.
35213
35214 2000-07-04  Jim Meyering  <meyering@lucent.com>
35215
35216         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
35217         of the deprecated AC_CHECKING.
35218
35219 2000-07-04  Jim Meyering  <meyering@lucent.com>
35220
35221         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
35222         Reported by Bruno Haible.
35223
35224 2000-07-04  Jim Meyering  <meyering@lucent.com>
35225
35226         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
35227         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
35228         lacks mbrtowc.
35229
35230 2000-07-03  Paul Eggert  <eggert@twinsun.com>
35231
35232         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
35233         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
35234
35235 2000-07-03  Paul Eggert  <eggert@twinsun.com>
35236         and Bruno Haible  <haible@clisp.cons.org>
35237
35238         * lib/quotearg.c (mbrtowc):
35239         Assign to *pwc, and return 1 only if result is nonzero.
35240         (iswprint): Use ISPRINT when substituting our own mbrtowc.
35241
35242 2000-07-03  Jim Meyering  <meyering@lucent.com>
35243
35244         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
35245
35246 2000-07-03  Jim Meyering  <meyering@lucent.com>
35247
35248         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
35249         This is necessary to get a definition of e.g., UTMP_FILE on
35250         HP-UX 10.20.
35251         From Bob Proulx.
35252
35253 2000-07-02  Jim Meyering  <meyering@lucent.com>
35254
35255         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
35256
35257         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
35258         AC_LIBOBJ(function_name).
35259         * m4/chown.m4: Likewise.
35260         * m4/fnmatch.m4: Likewise.
35261         * m4/ftruncate.m4: Likewise.
35262         * m4/getgroups.m4: Likewise.
35263         * m4/getline.m4: Likewise.
35264         * m4/group-member.m4: Likewise.
35265         * m4/jm-macros.m4: Likewise.
35266         * m4/lstat.m4: Likewise.
35267         * m4/malloc.m4: Likewise.
35268         * m4/memcmp.m4: Likewise.
35269         * m4/nanosleep.m4: Likewise.
35270         * m4/putenv.m4: Likewise.
35271         * m4/realloc.m4: Likewise.
35272         * m4/regex.m4: Likewise.
35273         * m4/stat.m4: Likewise.
35274         * m4/strftime.m4: Likewise.
35275
35276 2000-07-02  Jim Meyering  <meyering@lucent.com>
35277
35278         * lib/quotearg.c (mbstate_t): Don't define here.
35279
35280 2000-07-02  Jim Meyering  <meyering@lucent.com>
35281
35282         * lib/nanosleep.c (SIGCONT): Define if not already defined.
35283
35284 2000-07-01  Jim Meyering  <meyering@lucent.com>
35285
35286         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
35287
35288 2000-07-01  Jim Meyering  <meyering@lucent.com>
35289
35290         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
35291         problem.
35292
35293 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
35294
35295         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
35296         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
35297
35298 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
35299
35300         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
35301         per change in ../m4/ls-mntd-fs.m4.
35302         (read_filesystem_list): Ignore symbolic links.
35303
35304 2000-06-29  Jim Meyering  <meyering@lucent.com>
35305
35306         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
35307         for declaration of strcmp.
35308
35309         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
35310
35311         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
35312         Avoid warning by casting result to `char *' to remove `const'.
35313
35314 2000-06-28  Jim Meyering  <meyering@lucent.com>
35315
35316         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
35317         included by quotearg.c, for which we perform this test.  From
35318         Bruno Haible.
35319
35320 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
35321
35322         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
35323         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
35324         <utmpx.h> exists, put readutmp.o into LIBOBJS.
35325
35326 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
35327
35328         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
35329
35330 2000-06-26  Paul Eggert  <eggert@twinsun.com>
35331
35332         savedir now sets errno on failure and invokes xmalloc to get memory.
35333         Fix a couple of other minor bugs while we're at it.
35334
35335         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
35336         (NAMLEN): Remove macro.
35337         (malloc, realloc): Remove decls.
35338         (stpcpy): Likewise.
35339         ("xalloc.h"): Include.
35340         (NAME_SIZE_DEFAULT): New macro.
35341         (savedir): Use xmalloc / xrealloc to allocate memory.
35342         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
35343         Skip "" directory entries.
35344         Use strlen to calculate directory entry length, since the old method
35345         is rarely used these days and isn't worth supporting.
35346         Don't use a pointer after freeing it.
35347         Check for integer overflow when calculating allocation size.
35348         Use memcpy to copy entries, instead of stpcpy.
35349         Set errno properly when returning NULL.
35350         Check for readdir error.
35351
35352 2000-06-26  Jim Meyering  <meyering@lucent.com>
35353
35354         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
35355
35356 2000-06-25  Jim Meyering  <meyering@lucent.com>
35357
35358         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
35359         Linux header bug when _XOPEN_SOURCE is defined to 500.
35360
35361 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35362
35363         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
35364         deficiency.
35365
35366 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
35367
35368         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
35369         Include xalloc.h.
35370         Don't include <stdlib.h>.  Don't declare malloc, realloc.
35371
35372 2000-06-24  Jim Meyering  <meyering@lucent.com>
35373
35374         * m4/strerror_r.m4: Revive this file -- to try out an experimental
35375         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
35376         for which strerror does return char*, but which lacks a conveniently
35377         accessible declaration of the function.  If the compile-test says
35378         strerror_r doesn't work, then resort to a `run'-test that works on
35379         BeOS and segfaults on DEC Unix.
35380
35381 2000-06-24  Jim Meyering  <meyering@lucent.com>
35382
35383         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
35384
35385 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35386
35387         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
35388         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
35389
35390 2000-06-23  Paul Eggert  <eggert@twinsun.com>
35391
35392         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
35393         (mbrtowc, mbstate_t): Define substitutes if
35394         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
35395         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
35396         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
35397
35398 2000-06-23  Jim Meyering  <meyering@lucent.com>
35399
35400         * m4/afs.m4: Add missing AC_MSG_RESULT.
35401         Reported by Bruno Haible.
35402
35403         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
35404         Suggestion from Bruno Haible.
35405
35406 2000-06-23  Jim Meyering  <meyering@lucent.com>
35407
35408         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
35409
35410 2000-06-21  Jim Meyering  <meyering@lucent.com>
35411
35412         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
35413
35414 2000-06-21  Jim Meyering  <meyering@lucent.com>
35415
35416         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
35417         (noinst_HEADERS): Add getstr.h.
35418
35419         * lib/getline.c (getstr): Move into a separate file.
35420         * lib/getstr.c (getstr): New file, extracted from getline.c, with
35421         the following changes: new parameter, delim2; both delim[12]
35422         parameters have type `int', not `char'.  The latter would lose
35423         with 8-bit delimiters.
35424         * lib/getstr.h: New file.
35425
35426 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35427
35428         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
35429         than 1024, return a memory chunk of least possible size, instead
35430         of size PATH_MAX + 2. In the loop, increment the size proportionally.
35431         Use free/xmalloc instead of xrealloc to avoid copying for very long
35432         paths.
35433
35434 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35435
35436         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
35437         the empty string.
35438
35439 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
35440
35441         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
35442         address, not strdup.  Include <stdlib.h> and don't declare free().
35443
35444 2000-06-19  Jim Meyering  <meyering@lucent.com>
35445
35446         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
35447
35448 2000-06-18  Jim Meyering  <meyering@lucent.com>
35449
35450         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
35451
35452         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
35453         `checking whether...' message to be consistent with that of the
35454         lstat test.
35455
35456 2000-06-18  Jim Meyering  <meyering@lucent.com>
35457
35458         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
35459         Besides, these days every porting target provides a mkdir function.
35460
35461         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
35462         needed. (this snippet comes from src/system.h).
35463
35464 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
35465
35466         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
35467
35468 2000-06-15  Paul Eggert  <eggert@twinsun.com>
35469
35470         * lib/human.c (adjust_value): New function.
35471         (human_readable_inexact): Apply rounding style even when
35472         printing approximate values.
35473
35474 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35475
35476         * lib/human.c (human_readable_inexact): Allow an input block
35477         size that is not a multiple of the output block size, and vice versa.
35478         Reported by Piergiorgio Sartor.
35479
35480 2000-06-14  Paul Eggert  <eggert@twinsun.com>
35481
35482         * lib/getdate.y (get_date): Apply relative times after time
35483         zone indicator, not before.  Reported by Todd A. Jacobs.
35484
35485 2000-06-13  Jim Meyering  <meyering@lucent.com>
35486
35487         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
35488
35489         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
35490
35491 2000-06-12  Paul Eggert  <eggert@twinsun.com>
35492
35493         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
35494
35495 2000-06-12  Jim Meyering  <meyering@lucent.com>
35496
35497         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
35498         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
35499         optional argument.
35500         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
35501         the optional argument, `lib'.
35502
35503 2000-06-08  Jim Meyering  <meyering@lucent.com>
35504
35505         * m4/largefile.m4: Remove file (now that it's part of autoconf).
35506
35507 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35508
35509         Rewrite largefile configuration so that we don't need to run
35510         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
35511         AC_CANONICAL_HOST in configure.in -- jmm]
35512
35513         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
35514         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
35515         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
35516         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
35517         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
35518         All uses changed.
35519         Instead of inspecting the output of getconf, try to compile the
35520         test program without and with the macro definition.
35521         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
35522         for getconf.  Instead, check for the needed flags by compiling
35523         test programs.
35524
35525 2000-06-04  Paul Eggert  <eggert@twinsun.com>
35526
35527         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
35528
35529 2000-06-04  Jim Meyering  <meyering@lucent.com>
35530
35531         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
35532         SunOS 4.1.4 for which gid_t is an unsigned type.
35533
35534 2000-06-03  Jim Meyering  <meyering@lucent.com>
35535
35536         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
35537         now that autoconf requires that.
35538
35539         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
35540         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
35541         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
35542
35543 2000-06-03  Jim Meyering  <meyering@lucent.com>
35544
35545         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
35546
35547 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35548
35549         * m4/glibc21.m4: New file.
35550         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
35551
35552 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
35553
35554         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
35555         newer, don't install charset.alias.
35556         * lib/config.charset: Change the Linux/glibc rules so they become empty
35557         on glibc-2.1 or newer.
35558
35559 2000-06-02  Jim Meyering  <meyering@lucent.com>
35560
35561         * lib/mountlist.c: Back out last change.  Instead, do this...
35562         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
35563         me_dummy member using the same `ignore'-testing code.
35564         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
35565         fs_type strings.
35566         From Mark D. Roth.
35567
35568 2000-05-29  Jim Meyering  <meyering@lucent.com>
35569
35570         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
35571         mounts with the `ignore' attribute.  Based on a patch from
35572         Mark D. Roth.
35573
35574 2000-05-28  Jim Meyering  <meyering@lucent.com>
35575
35576         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
35577         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35578         * m4/stat.m4: Likewise.
35579         * m4/lstat.m4: Likewise.
35580         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
35581
35582         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
35583         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
35584
35585 2000-05-26  Jim Meyering  <meyering@lucent.com>
35586
35587         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
35588
35589 2000-05-24  Jim Meyering  <meyering@lucent.com>
35590
35591         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
35592         autoconf requires that.
35593         * m4/lib-check.m4: Likewise.
35594         * m4/jm-macros.m4: Likewise.
35595         * m4/strftime.m4: Likewise.
35596
35597         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
35598         AC_CHECK_DECLS, now that autoconf requires that.
35599
35600 2000-05-22  Jim Meyering  <meyering@lucent.com>
35601
35602         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
35603         * m4/lstat.m4: Likewise.
35604
35605 2000-05-22  Jim Meyering  <meyering@lucent.com>
35606
35607         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
35608
35609 2000-05-20  Jim Meyering  <meyering@lucent.com>
35610
35611         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
35612         (jm_PREREQ): Use it.
35613
35614 2000-05-18  Jim Meyering  <meyering@lucent.com>
35615
35616         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
35617         back, too, since it may have been modified by allocate_entry.
35618         (hash_delete): Rewrite to use neither the assignment operator
35619         nor the comma operator in an if-expression.
35620
35621 2000-05-15  Paul Eggert  <eggert@twinsun.com>
35622
35623         * lib/closeout.c:
35624         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
35625         Remove; no longer needed.
35626         "quotearg.h": Add include.
35627         (file_name): Do not bother to explicitly initialize to NULL; it's less
35628         efficient on some hosts.
35629         (close_stdout_status): Remove test as to whether stdout was already
35630         closed; it breaks for the case "echo x | sort >&-".
35631         Quote file name colons.
35632         Do not assume that _("write error") lacks format strings.
35633
35634 2000-05-15  Jim Meyering  <meyering@lucent.com>
35635
35636         * lib/version-etc.c (version_etc_copyright): Update the copyright
35637         string used in all --version output.
35638
35639 2000-05-14  Jim Meyering  <meyering@lucent.com>
35640
35641         * lib/closeout.c (close_stdout_set_file_name): New function.
35642         (close_stdout_status): Use new file-scoped global.
35643         Return right away if fstat says the stdout file descriptor is invalid.
35644         * lib/closeout.h (close_stdout_set_file_name): Declare.
35645
35646 2000-05-10  Jim Meyering  <meyering@lucent.com>
35647
35648         * lib/closeout.c [default_exit_status]: New file-scoped variable.
35649         (close_stdout_set_status): New function.
35650         * lib/closeout.h (close_stdout_set_status): Declare.
35651
35652 2000-05-09  Jim Meyering  <meyering@lucent.com>
35653
35654         * m4/gettext.m4: Rename this...
35655         * m4/libintl.m4: ...to this.
35656
35657 2000-05-08  Jim Meyering  <meyering@lucent.com>
35658
35659         * lib/long-options.c: Don't include closeout.h.
35660         (parse_long_options): Don't call close_stdout for --version.
35661
35662 2000-05-06  Paul Eggert  <eggert@twinsun.com>
35663
35664         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
35665         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
35666         2.1.3 bug.  This avoids a clash when files like regex.c define
35667         _GNU_SOURCE.
35668
35669 2000-05-06  Jim Meyering  <meyering@lucent.com>
35670
35671         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
35672         (AC_REPLACE_FUNCS): Add strnlen.
35673
35674         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
35675         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
35676
35677         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
35678         AC_SEARCH_LIBS call for nanosleep.
35679         (LIB_NANOSLEEP): Set and AC_SUBST.
35680
35681 2000-05-06  Jim Meyering  <meyering@lucent.com>
35682
35683         * lib/strnlen.c: Undefine __strnlen and strnlen.
35684         [!weak_alias]: Define __strnlen to strnlen.
35685
35686         * lib/atexit.c: New file, from libiberty.
35687
35688 2000-05-06  Jim Meyering  <meyering@lucent.com>
35689
35690         * lib/closeout.c (close_stdout_status): Also check for errors on the
35691         stderr stream.
35692
35693 2000-05-05  Jim Meyering  <meyering@lucent.com>
35694
35695         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
35696         AC_SEARCH_LIBS call for clock_gettime.
35697         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
35698
35699         * m4/search-libs.m4: Update from autoconf.
35700
35701         su doesn't work on Solaris 2.6.
35702         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
35703         <shadow.h>.  Reported by Dragos Harabor.
35704
35705 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
35706
35707         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
35708         memcpy instead of xmalloc, xrealloc, path_concat.
35709         (locale_charset): Treat empty environment variables as absent.
35710         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
35711
35712 2000-05-04  Jim Meyering  <meyering@lucent.com>
35713
35714         * lib/getopt.c: Update from glibc.
35715         * lib/obstack.c: Likewise.
35716         * lib/obstack.h: Likewise.
35717         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
35718         file
35719
35720         * lib/regex.h: Likewise.
35721         * lib/strndup.c: Likewise.
35722         * lib/strnlen.c: New file, from glibc.
35723
35724 2000-05-03  Jim Meyering  <meyering@lucent.com>
35725
35726         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
35727
35728 2000-05-02  Paul Eggert  <eggert@twinsun.com>
35729
35730         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
35731         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
35732         compile-time test, rather than inspecting host and OS, to
35733         decide whether to define _LARGEFILE_SOURCE.
35734
35735 2000-05-01  Jim Meyering  <meyering@lucent.com>
35736
35737         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
35738
35739         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
35740         Based on a patch from Bruno Haible.
35741
35742 2000-05-01  Jim Meyering  <meyering@lucent.com>
35743
35744         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
35745
35746 2000-04-29  Jim Meyering  <meyering@lucent.com>
35747
35748         * lib/path-concat.c: Declare strdup only if it's not defined.
35749         * lib/canon-host.c: Likewise.
35750
35751 2000-04-28  Jim Meyering  <meyering@lucent.com>
35752
35753         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
35754         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
35755         is included first, then limits.h is included by locale.h by libintl.h.
35756         From John David Anglin.
35757
35758 2000-04-25  Jim Meyering  <meyering@lucent.com>
35759
35760         * lib/makepath.c (S_IRWXUGO): Define.
35761         (make_path): Always perform explicit chmod if MODE specifies any
35762         of the `special' permission bits.  Prompted by a bug report against
35763         install from Mate Wierdl and Joost van Baal.
35764
35765 2000-04-18  Jim Meyering  <meyering@lucent.com>
35766
35767         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
35768         (jm_PREREQ): Use it.
35769
35770 2000-04-18  Jim Meyering  <meyering@lucent.com>
35771
35772         * lib/README: New file.
35773
35774         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
35775         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
35776
35777 2000-04-17  Jim Meyering  <meyering@lucent.com>
35778
35779         Get it right :-)
35780         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
35781         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
35782         Suggestion from Akim Demaille.
35783
35784 2000-04-17  Jim Meyering  <meyering@lucent.com>
35785
35786         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
35787         the definition of it to rpl_strftime also defined-away the system's
35788         declaration.
35789
35790 2000-04-15  Jim Meyering  <meyering@lucent.com>
35791
35792         Use `C' to denote so-called `contiguous' files, the same way
35793         that tar does.
35794         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
35795         (ftypelet): Use S_ISCTG.
35796         From Michael Deutschmann.
35797
35798 2000-04-14  Jim Meyering  <meyering@lucent.com>
35799
35800         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
35801         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
35802         clobbered.
35803
35804 2000-04-14  Jim Meyering  <meyering@lucent.com>
35805
35806         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
35807
35808 2000-04-13  Jim Meyering  <meyering@lucent.com>
35809
35810         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
35811         AH_VERBATIM to insert required #ifndef into config.h.in.
35812         Suggestion from Akim Demaille.
35813
35814 2000-04-12  Jim Meyering  <meyering@lucent.com>
35815
35816         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
35817         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
35818         Christian Krackowizer.
35819
35820         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
35821         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
35822         (AC_SYS_LARGEFILE): Require.
35823         (AM_C_PROTOTYPES): Require.
35824
35825 2000-04-08  Jim Meyering  <meyering@lucent.com>
35826
35827         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
35828         names don't conflict.  Reported by Eli Zaretskii.
35829
35830 2000-04-07  Jim Meyering  <meyering@lucent.com>
35831
35832         * lib/putenv.c: Move inclusion of errno.h so it follows that of
35833         sys/types.h, to work around system header problems on AIX 3.2.5.
35834         From Bruno Haible.
35835
35836 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
35837
35838         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
35839         bug.  Deal with the different error behavior of Irix iconv.
35840
35841 2000-04-05  Paul Eggert  <eggert@twinsun.com>
35842
35843         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
35844         IRIX if the installer said otherwise.
35845
35846 2000-04-05  Jim Meyering  <meyering@lucent.com>
35847
35848         Portability tweaks required for ultrix4.3.
35849         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
35850         (jm_CHECK_DECLS): Add getutent to the list of functions.
35851         (_jm_DECL_HEADERS): Add utmpx.h.
35852         From John David Anglin.
35853
35854         * m4/strftime.m4: Back out the 2000-04-02 change.
35855         Instead of that change, simply undefine putenv in the test program.
35856
35857 2000-04-05  Jim Meyering  <meyering@lucent.com>
35858
35859         Portability tweaks required for ultrix4.3.
35860         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
35861         getutent.
35862         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
35863         * lib/canon-host.c: Declare strdup.
35864         * lib/path-concat.c: Likewise.
35865         From John David Anglin.
35866
35867 2000-04-04  Jim Meyering  <meyering@lucent.com>
35868
35869         Be more DOS 8.3-friendly.
35870         * lib/ref-add.sin: Renamed from ref-add.sed.in.
35871         * lib/ref-del.sin: Renamed from ref-del.sed.in.
35872         * lib/Makefile.am: Reflect renaming.
35873         Reported by Eli Zaretskii.
35874
35875         Use a temporary file name that won't clash with `charset.alias'
35876         in the DOS 8.3 name space.
35877         * lib/Makefile.am (charset_tmp): Define.
35878         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
35879         (uninstall-local): Likewise.
35880         Reported by Eli Zaretskii.
35881
35882 2000-04-03  Jim Meyering  <meyering@lucent.com>
35883
35884         * m4/gettext.m4: Fix typo in comment.
35885
35886         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
35887         textutils/configure.in).  Suggestion from Paul Eggert.
35888         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
35889
35890 2000-04-02  Paul Eggert  <eggert@twinsun.com>
35891
35892         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
35893         variable in the shell rather than using putenv, which isn't
35894         portable.  This avoids the configure-time inter-test dependency
35895         on the potentially-renamed putenv function.
35896
35897 2000-03-30  Paul Eggert  <eggert@twinsun.com>
35898
35899         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
35900         before checking struct stat.st_blksize, so that
35901         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
35902
35903 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35904
35905         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
35906         since strftime.c uses HAVE_STRFTIME to decide whether to use
35907         the underlying strftime.
35908
35909 2000-03-29  Paul Eggert  <eggert@twinsun.com>
35910
35911         * lib/time/strftime.c (my_strftime): Make sure we call the system
35912         strftime, not ourselves, when invoking the underlying strftime.
35913
35914 2000-03-24  Jim Meyering  <meyering@lucent.com>
35915
35916         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
35917         (charset_alias): Define.
35918         (install-exec-local): Factor out common code.
35919         (uninstall-local): Split lines longer than 80.
35920         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
35921         (SUFFIXES): Define.
35922         (.sed.in.sed): New rule.  Don't redirect directly to $@.
35923         (CLEANFILES): Add ref-add.sed and ref-del.sed.
35924
35925 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
35926
35927         * lib/config.charset: Output a line containing "Packages using this
35928         file".
35929         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
35930         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
35931         ref-del.sed): New rules.
35932
35933 2000-03-17  Jim Meyering  <meyering@lucent.com>
35934
35935         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
35936         Otherwise, include <strings.h>
35937
35938 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
35939
35940         * lib/unicodeio.c (utf8_wctomb): New function.
35941         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
35942         format instead of in UCS-4 with platform dependent endianness.
35943
35944 2000-03-10  Jim Meyering  <meyering@lucent.com>
35945
35946         * m4/lib-check.m4: Look for getspnam in -lgen, too.
35947         From Marco Franzen.
35948
35949 2000-03-07  Paul Eggert  <eggert@twinsun.com>
35950
35951         * lib/savedir.c (savedir): Work even if directory size is
35952         negative; this can happen with some screwy NFS configurations.
35953
35954 2000-03-06  Jim Meyering  <meyering@lucent.com>
35955
35956         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
35957         if it's NULL (because we ran out of memory).  From Bruno Haible.
35958
35959 2000-03-05  Jim Meyering  <meyering@lucent.com>
35960
35961         * lib/localcharset.c ("path-concat.h"): Include.
35962         (get_charset_aliases): Use path_concat instead of ANSI string
35963         concatenation.
35964
35965         * lib/unicodeio.h (PARAMS): Define.
35966         Use it to guard prototype.
35967
35968 2000-03-04  Jim Meyering  <meyering@lucent.com>
35969
35970         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
35971         for lib/localcharset.c.
35972
35973 2000-03-04  Jim Meyering  <meyering@lucent.com>
35974
35975         * lib/Makefile.am (install-exec-local): Create $(libdir) before
35976         installing into it.
35977         (uninstall-local): Uncomment this rule so `make distcheck' works
35978         once again.
35979
35980         * lib/unicodeio.c (<errno.h>): Include it.
35981         (errno): Declare if not defined.
35982
35983         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
35984
35985         * lib/config.charset: New version, incorporating remarks from a linux
35986         i18n mailing list.  From Bruno Haible.
35987
35988 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
35989
35990         * m4/codeset.m4: New file.
35991         * m4/iconv.m4: New file.
35992         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
35993
35994 2000-03-03  Jim Meyering  <meyering@lucent.com>
35995
35996         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
35997
35998 2000-03-02  Jim Meyering  <meyering@lucent.com>
35999
36000         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
36001         the messages come out on separate lines.
36002
36003         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
36004         rather than jm_CHECK_DECLARATIONS.
36005         * m4/decl.m4: Remove now-unused file.
36006
36007         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
36008         geteuid.
36009
36010 2000-03-02  Jim Meyering  <meyering@lucent.com>
36011
36012         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
36013
36014 2000-03-01  Jim Meyering  <meyering@lucent.com>
36015
36016         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
36017         * lib/unicodeio.c: Likewise.
36018
36019 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
36020
36021         * lib/config.charset: New file.
36022         * lib/localcharset.c: New file.
36023         * lib/unicodeio.h, lib/unicodeio.c: New files.
36024         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
36025         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
36026         (noinst_HEADERS): Add unicodeio.h.
36027         (all-local, install-exec-local, charset.alias): New targets.
36028
36029 2000-02-28  Paul Eggert  <eggert@twinsun.com>
36030
36031         * lib/quotearg.c (ALERT_CHAR): New macro.
36032         (quotearg_buffer_restyled): Use it.
36033
36034 2000-02-27  Jim Meyering  <meyering@lucent.com>
36035
36036         * m4/check-decl.m4: Add getenv to the list.
36037
36038 2000-02-27  Jim Meyering  <meyering@lucent.com>
36039
36040         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
36041         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
36042
36043         * lib/backupfile.c: Guard inclusion of stdlib.h with
36044         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
36045         Declare malloc if needed.
36046
36047         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
36048         `#ifndef HAVE_DECL..'
36049         now that autoconf always defines the HAVE_DECL_ symbols.
36050         * lib/human.c: Likewise.
36051         * lib/same.c: Likewise.
36052         * lib/strtoumax.c: Likewise.
36053
36054         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
36055         declaration check was not run.
36056         * lib/hash.c: Likewise.
36057         * lib/human.c: Likewise.
36058         * lib/same.c: Likewise.
36059         * lib/strtoumax.c: Likewise.
36060
36061         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
36062         `.', then first look up the entire `.'-containing string as a login
36063         name.
36064
36065 2000-02-23  Jim Meyering  <meyering@lucent.com>
36066
36067         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
36068         in place of my hack.
36069
36070 2000-02-18  Paul Eggert  <eggert@twinsun.com>
36071
36072         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
36073         (textint): New typedef.
36074         (parser_control): Member year changed from int to textint.
36075         All uses changed.
36076         (YYSTYPE): Removed; replaced by %union with int and textint members.
36077         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
36078         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
36079         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
36080         (tSNUMBER, tUNUMBER): Now of type <textintval>.
36081         (date, number, to_year): Use width of number in digits, not its value,
36082         to determine whether it's a 2-digit year, or a 2-digit time.
36083         (yylex): Store number of digits of numeric tokens.
36084         Reported by John Kendall.
36085
36086         (parser_control): Changed from struct parser_control to typedef (for
36087         consistency).  All uses changed.
36088
36089         (tID): Removed; not used.
36090         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
36091
36092 2000-02-14  Paul Eggert  <eggert@twinsun.com>
36093
36094         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
36095         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
36096
36097 2000-02-12  Jim Meyering  <meyering@lucent.com>
36098
36099         * lib/userspec.c (ISDIGIT): Define it.
36100         (isdigit): Remove definition.
36101         (is_number): Use ISDIGIT, not isdigit.
36102         <libintl.h>: Include.
36103         (_ and N_): Define.
36104         (parse_user_spec): Mark translatable strings.
36105
36106 2000-02-10  Jim Meyering  <meyering@lucent.com>
36107
36108         With these changes, nanosleep.[ch] are finally enough like the other
36109         lib/* replacement files to compile on a few more losing systems.
36110
36111         * lib/nanosleep.h: Don't include config.h.
36112         Remove prototype from declaration of nanosleep.
36113         (PARAMS): Remove now-unneeded definition.
36114         * lib/nanosleep.c: #undef nanosleep.
36115         (rpl_nanosleep): Rename from nanosleep.
36116
36117 2000-02-10  Jim Meyering  <meyering@lucent.com>
36118
36119         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
36120         gnu_nanosleep to rpl_nanosleep.
36121
36122 2000-02-09  Jim Meyering  <meyering@lucent.com>
36123
36124         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
36125         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
36126
36127 2000-02-08  Akim Demaille  <akim@epita.fr>
36128
36129         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
36130         `[' and `]' and remove uses of `changequote'.
36131         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
36132         (AC_SYS_LARGEFILE): Likewise.
36133         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
36134         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
36135         of changequote.
36136         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
36137         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
36138         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
36139         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
36140
36141 2000-02-05  Jim Meyering  <meyering@lucent.com>
36142
36143         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
36144         Remove explicit use of AC_HEADER_TIME.  It is required by
36145         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
36146         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
36147         in autoconf whereby the expansion of the latter ended up preceding
36148         the expansion of its prerequisite, AC_HEADER_TIME.
36149         Reported by Volker Borchert.
36150
36151 2000-02-03  Jim Meyering  <meyering@lucent.com>
36152
36153         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
36154
36155 2000-02-03  Jim Meyering  <meyering@lucent.com>
36156
36157         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
36158         rather than with `#if HAVE_UTMPNAME'.
36159
36160 2000-02-02  Jim Meyering  <meyering@lucent.com>
36161
36162         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
36163         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
36164         Reported by Eli Zaretskii.
36165
36166 2000-02-01  Jim Meyering  <meyering@lucent.com>
36167
36168         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
36169
36170 2000-01-31  Jim Meyering  <meyering@lucent.com>
36171
36172         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
36173         functions.  Add the time.h and sys/time.h headers along with the
36174         AC_REQUIRE'ment of AC_HEADER_TIME.
36175
36176 2000-01-31  Jim Meyering  <meyering@lucent.com>
36177
36178         * lib/nanosleep.h (nanosleep): Guard declaration with
36179         `#if ! HAVE_DECL_NANOSLEEP'.
36180         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
36181         the declaration in that vendor's sys/timers.h.
36182         Reported by Christian Krackowizer.
36183
36184         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
36185         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
36186         (ISPRINT): Likewise.
36187         Reported by Tom Tromey.
36188
36189 2000-01-30  Jim Meyering  <meyering@lucent.com>
36190
36191         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
36192
36193         * m4/prereq.m4 (utmp_includes): Define.
36194         Check for ut_user and ut_name members in both struct utmpx
36195         and struct utmp.
36196
36197 2000-01-30  Jim Meyering  <meyering@lucent.com>
36198
36199         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
36200         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
36201         header files where only utmpx.ut_user is declared.
36202
36203         * lib/readutmp.h (UT_USER): Define.
36204
36205 2000-01-29  Jim Meyering  <meyering@lucent.com>
36206
36207         * m4/lib-check.m4: New file containing library-related checks from
36208         fileutils and sh-utils (textutils had none).
36209
36210 2000-01-28  Jim Meyering  <meyering@lucent.com>
36211
36212         * m4/perl.m4: Change format of warning message to look more like that
36213         from the missing script.  Suggestion from François Pinard.
36214
36215 2000-01-25  Jim Meyering  <meyering@lucent.com>
36216
36217         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
36218         well as time.h in the compile check.
36219         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
36220         Fix typo in cross-compiling case: s/yes/no/.
36221
36222 2000-01-23  Jim Meyering  <meyering@lucent.com>
36223
36224         * m4/jm-macros.m4: Move df-related tests here from
36225         fileutils/configure.in
36226
36227         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
36228         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
36229
36230         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
36231         s/space/ac_fsusage_space/.
36232         (jm_FILE_SYSTEM_USAGE): Take two parameters.
36233
36234         * m4/ftruncate.m4: New file (derived from part of
36235         fileutils/configure.in).
36236         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
36237         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
36238
36239         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
36240         AC_SUBST these here, rather than just in sh-util/configure.in, so
36241         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
36242         all the same.
36243         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
36244         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
36245         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
36246         (AC_SUBST(POW_LIBM)): Likewise.
36247         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
36248
36249 2000-01-23  Jim Meyering  <meyering@lucent.com>
36250
36251         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
36252         obstack.c.
36253
36254 2000-01-22  Jim Meyering  <meyering@lucent.com>
36255
36256         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
36257
36258         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
36259
36260         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
36261         configure.in
36262         (AC_CHECK_HEADERS): Likewise for sh-utils.
36263         (AC_CHECK_HEADERS): Likewise for textutils.
36264         Merge the three lists of headers.
36265
36266         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
36267         from fileutils' configure.in.
36268
36269         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
36270         code. Moved tests into their own function (_jm_DECL_HEADERS) in
36271         check-decl.m4.
36272
36273         * m4/check-decl.m4: Use #if rather than #ifdef.
36274         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
36275         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
36276         (_jm_DECL_HEADERS): Define new function.
36277         (jm_CHECK_DECLARATIONS): Require it.
36278
36279 2000-01-22  Jim Meyering  <meyering@lucent.com>
36280
36281         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
36282         [! HAVE_DECL_STRTOULL]: Declare strtoull.
36283         Required for some AIX systems.  Reported by Christian Krackowizer.
36284         [TESTING] (main): New function.
36285
36286         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
36287         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
36288         letters.
36289
36290         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
36291         iswprint.
36292
36293         * lib/strverscmp.c (ISDIGIT): Define.
36294         (strverscmp): Use ISDIGIT, not isdigit.
36295
36296 2000-01-19  Jim Meyering  <meyering@lucent.com>
36297
36298         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
36299         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
36300         defines `struct timespec' in <sys/time.h>
36301
36302         * m4/c-bs-a.m4: Remove uses of changequote altogether.
36303         Thanks to Akim for explaining.
36304
36305 2000-01-17  Paul Eggert  <eggert@twinsun.com>
36306
36307         * lib/nanosleep.c (nanosleep):
36308         Don't use SA_INTERRUPT to decide whether to call sigaction, as
36309         POSIX.1 doesn't require SA_INTERRUPT and some systems
36310         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
36311         it's been part of POSIX.1 since day 1 (in 1988).
36312
36313 2000-01-17  Jim Meyering  <meyering@lucent.com>
36314
36315         * lib/interlock: Remove unused file.  Reported by François Pinard.
36316
36317 2000-01-16  Paul Eggert  <eggert@twinsun.com>
36318
36319         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
36320         alert, backslash, formfeed, and vertical tab unnecessarily in
36321         shell quoting style.
36322
36323 2000-01-16  Jim Meyering  <meyering@lucent.com>
36324
36325         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
36326         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
36327         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
36328         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
36329
36330 2000-01-16  Jim Meyering  <meyering@lucent.com>
36331
36332         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
36333         because the latter didn't work.
36334
36335 2000-01-15  Jim Meyering  <meyering@lucent.com>
36336
36337         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
36338         (AC_REPLACE_FUNCS): Add memcpy and memset.
36339         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
36340         Add strpbrk.
36341         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
36342
36343 2000-01-12  Jim Meyering  <meyering@lucent.com>
36344
36345         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
36346         (jm_PREREQ): Use it.
36347         (jm_PREREQ_READUTMP): New macro.
36348         (jm_PREREQ): Use it.
36349
36350 2000-01-11  Paul Eggert  <eggert@twinsun.com>
36351
36352         Quote multibyte characters correctly.
36353         * m4/c-bs-a.m4: New file.
36354         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
36355         (jm_PREREQ): Use it.
36356
36357 2000-01-11  Paul Eggert  <eggert@twinsun.com>
36358
36359         * m4/uintmax_t.m4: Port to autoconf 2.13.
36360
36361 2000-01-08  Jim Meyering  <meyering@ascend.com>
36362
36363         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
36364         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
36365
36366 2000-01-04  Jim Meyering  <meyering@ascend.com>
36367
36368         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
36369         jm_STRUCT_DIRENT_D_TYPE.
36370         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
36371         jm_STRUCT_DIRENT_D_INO.
36372         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
36373         jm_STRUCT_UTIMBUF.
36374         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
36375         renamings.
36376         * m4/utime.m4: Likewise.
36377
36378         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
36379         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
36380
36381 2000-01-03  Paul Eggert  <eggert@twinsun.com>
36382
36383         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
36384         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
36385
36386 2000-01-02  Jim Meyering  <meyering@ascend.com>
36387
36388         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
36389         remember if this is necessary.
36390
36391 1999-12-26  Jim Meyering  <meyering@ascend.com>
36392
36393         * m4/jm-macros.m4: Use it here.
36394         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
36395
36396 1999-12-23  Jim Meyering  <meyering@ascend.com>
36397
36398         * m4/jm-macros.m4: Check for clock_gettime (moved from
36399         fileutils/configure.in)
36400         Check for gettimeofday.
36401
36402 1999-12-20  Jim Meyering  <meyering@ascend.com>
36403
36404         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
36405         autoconf-2.14a-1999-12-20.
36406
36407 1999-12-19  Jim Meyering  <meyering@ascend.com>
36408
36409         * m4/lstat-slash.m4: New file.
36410         * m4/jm-macros.m4: Use the new macro:
36411         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
36412
36413 1999-12-07  Jim Meyering  <meyering@ascend.com>
36414
36415         * m4/perl.m4: Require that File::Compare be available, too.
36416         Too many systems seem to lack it.
36417
36418         * m4/strftime.m4: Add checks for most of the cpp macros tested in
36419         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
36420
36421 1999-11-18  Paul Eggert  <eggert@twinsun.com>
36422
36423         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
36424         problem with the QNX 4.25 shell, which doesn't propagate exit
36425         status of failed commands inside shell assignments.
36426
36427 1999-11-17  Jim Meyering  <meyering@ascend.com>
36428
36429         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
36430
36431 1999-11-07  Jim Meyering  <meyering@ascend.com>
36432
36433         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
36434
36435 1999-11-06  Jim Meyering  <meyering@ascend.com>
36436
36437         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
36438         * m4/jm-macros.m4 (jm_MACROS): Use it here.
36439
36440 1999-11-05  Jim Meyering  <meyering@ascend.com>
36441
36442         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
36443         configure.in of textutils, fileutils, and sh-utils into this one
36444         (shared between those packages) file.
36445         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
36446         AC_STRUCT_ST_BLKSIZE.
36447
36448 1999-11-03  Jim Meyering  <meyering@ascend.com>
36449
36450         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
36451         of AC_CHECK_TYPE checks includes unistd.h.
36452         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
36453         Suggestion from Akim Demaille.
36454
36455 1999-10-30  Jim Meyering  <meyering@ascend.com>
36456
36457         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
36458         m4-quoted string.
36459         * m4/ls-mntd-fs.m4: Likewise.
36460         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
36461         * m4/jm-winsz1.m4: Likewise.
36462
36463         * m4/const.m4: Remove file, since the fix made it into the experimental
36464         version of autoconf.
36465         * m4/mktime.m4: Likewise.
36466
36467         * m4/check-type.m4: Remove file, now that the latest version of
36468         AC_CHECK_TYPE takes a third arg to specify additional #includes.
36469
36470         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
36471         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
36472         AC_CHECK_TYPE.
36473
36474 1999-10-04  Jim Meyering  <meyering@ascend.com>
36475
36476         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
36477
36478 1999-09-22  Paul Eggert  <eggert@twinsun.com>
36479
36480         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
36481         2.95.1 bug with HP-UX 10.20.
36482
36483 1999-09-17  Jim Meyering  <meyering@ascend.com>
36484
36485         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
36486         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
36487         due to missing strdup (against sh-utils-2.0).
36488
36489 1999-08-29  Jim Meyering  <meyering@ascend.com>
36490
36491         * m4/jm-macros.m4: Require jm_BISON.
36492         * m4/bison.m4: New file.
36493
36494 1999-08-17  Paul Eggert  <eggert@twinsun.com>
36495
36496         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
36497         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
36498
36499 1999-08-05  Jim Meyering  <meyering@ascend.com>
36500
36501         * m4/getline.m4: Rename test file from conftestdata to conftest.data
36502         to avoid conflicts with `conftest' on 8+3 filesystems.
36503         Suggestion from Eli Zaretskii.
36504
36505 1999-08-04  Jim Meyering  <meyering@ascend.com>
36506
36507         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
36508         fileutils and sh-utils (textutils's getline test was inadequate).
36509         (AM_FUNC_GETLINE): Run this test.
36510         (AC_CHECK_FUNCS): Check for getdelim.
36511         Reported by Bob Proulx.
36512
36513 1999-08-02  Jim Meyering  <meyering@ascend.com>
36514
36515         * m4/jm-macros.m4: Add a comment.
36516
36517 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36518
36519         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
36520         <inttypes.h> defines strtoumax as a macro (and not as a
36521         function).
36522
36523 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36524
36525         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
36526         that we can shift, multiply and divide unsigned long long
36527         values; Ultrix cc can't do it.
36528
36529 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36530
36531         * m4/mktime.m4: New file, which is a preview of what should appear
36532         in the next public autoconf release.
36533
36534 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36535
36536         * m4/lfs.m4: Remove this file.
36537         * m4/largefile.m4: New file.  It contains the old contents of
36538         lfs.m4, except that all names with prefix AC_LFS have been
36539         changed to use the prefix AC_SYS_LARGEFILE instead, to be
36540         compatible with future autoconf versions.  Also, some minor m4
36541         quoting problems have been fixed.
36542
36543 1999-08-01  Paul Eggert  <eggert@twinsun.com>
36544
36545         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
36546         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
36547         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
36548         and simplify the shell code.
36549
36550 1999-08-01  Jim Meyering  <meyering@ascend.com>
36551
36552         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
36553         m4.
36554
36555 1999-07-20  Jim Meyering  <meyering@ascend.com>
36556
36557         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
36558
36559 1999-07-15  Jim Meyering  <meyering@ascend.com>
36560
36561         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
36562
36563 1999-05-22  Jim Meyering  <meyering@ascend.com>
36564
36565         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
36566
36567 1999-05-20  Jim Meyering  <meyering@ascend.com>
36568
36569         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
36570         Add a colon after each `then' in case $4 is empty.
36571
36572 1999-05-16  Jim Meyering  <meyering@ascend.com>
36573
36574         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
36575
36576 1999-05-10  Jim Meyering  <meyering@ascend.com>
36577
36578         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
36579
36580         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
36581         AC_FUNC_MKTIME.
36582
36583 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
36584
36585         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
36586
36587 1999-05-04  Paul Eggert  <eggert@twinsun.com>
36588
36589         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
36590         not CPPFLAGS, so that linking works correctly in IRIX.
36591
36592 1999-04-30  Paul Eggert  <eggert@twinsun.com>
36593
36594         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
36595
36596 1999-04-20  Paul Eggert  <eggert@twinsun.com>
36597
36598         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
36599         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
36600         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
36601         jm_AC_TYPE_UNSIGNED_LONG_LONG.
36602         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
36603
36604         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
36605
36606 1999-04-20  Jim Meyering  <meyering@ascend.com>
36607
36608         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
36609         AC_REPLACE xstroull if necessary.  From Paul Eggert.
36610         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
36611
36612 1999-04-18  Jim Meyering  <meyering@ascend.com>
36613
36614         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
36615         * m4/jm-macros.m4: Use it.
36616
36617 1999-04-06  Jim Meyering  <meyering@ascend.com>
36618
36619         * m4/strftime.m4: Remove test for %f.
36620
36621 1999-03-29  Jim Meyering  <meyering@ascend.com>
36622
36623         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
36624         superset of the AC_TYPE_* checks in the textutils, fileutils,
36625         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
36626         AC_TYPE_PID_T.
36627
36628 1999-03-28  Jim Meyering  <meyering@ascend.com>
36629
36630         * m4/jm-macros.m4: Define GNU_PACKAGE here.
36631         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
36632         replaced e.g., in the *.sh files of the sh-utils.
36633
36634 1999-03-20  Jim Meyering  <meyering@ascend.com>
36635
36636         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
36637         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
36638         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
36639
36640 1999-03-19  Jim Meyering  <meyering@ascend.com>
36641
36642         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
36643
36644 1999-03-12  Jim Meyering  <meyering@ascend.com>
36645
36646         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
36647
36648 1999-03-07  Jim Meyering  <meyering@ascend.com>
36649
36650         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
36651         declared.
36652
36653 1999-02-17  Jim Meyering  <meyering@ascend.com>
36654
36655         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
36656         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
36657
36658 1999-02-07  Jim Meyering  <meyering@ascend.com>
36659
36660         * m4/group-member.m4: New file -- extracted from sh-utils'
36661         configure.in.
36662
36663         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
36664         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
36665
36666 1999-02-06  Jim Meyering  <meyering@ascend.com>
36667
36668         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
36669         * m4/fnmatch.m4: Likewise.
36670         * m4/getgroups.m4: Likewise.
36671         * m4/lstat.m4: Likewise.
36672         * m4/malloc.m4: Likewise.
36673         * m4/putenv.m4: Likewise.
36674         * m4/realloc.m4: Likewise.
36675         * m4/regex.m4: Likewise.
36676         * m4/stat.m4: Likewise.
36677         * m4/strftime.m4: Likewise.
36678         Suggestion from Alain Magloire.
36679
36680         * m4/chown.m4: Use `.$ac_objext', not `.o'.
36681         * m4/fnmatch.m4: Likewise.
36682         * m4/getgroups.m4: Likewise.
36683         * m4/getline.m4: Likewise.
36684         * m4/lstat.m4: Likewise.
36685         * m4/malloc.m4: Likewise.
36686         * m4/memcmp.m4: Likewise.
36687         * m4/putenv.m4: Likewise.
36688         * m4/realloc.m4: Likewise.
36689         * m4/regex.m4: Likewise.
36690         * m4/stat.m4: Likewise.
36691         * m4/strftime.m4: Likewise.
36692         Suggestion from Alain Magloire.
36693
36694         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
36695         an argument.
36696
36697         * m4/regex.m4: Add a run-time Test for proper operation of
36698         re_compile_pattern.
36699
36700 1999-01-31  Jim Meyering  <meyering@ascend.com>
36701
36702         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
36703
36704 1999-01-30  Jim Meyering  <meyering@ascend.com>
36705
36706         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
36707
36708         * m4/jm-mktime.m4: Make this a wrapper around the official
36709         AM_FUNC_MKTIME rather than my private copy, now that the official one
36710         is up to date.
36711         * m4/mktime.m4: Remove file.
36712
36713         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
36714         * m4/uptime.m4: Likewise.
36715         * m4/uintmax_t.m4: Likewise.
36716
36717 1999-01-28  Jim Meyering  <meyering@ascend.com>
36718
36719         * m4/jm-macros.m4: Use jm_AFS.
36720         * m4/afs.m4: New file (from fileutils' configure.in).
36721
36722         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
36723         * m4/chown.m4: Likewise.
36724         * m4/d-ino.m4: Likewise.
36725         * m4/d-type.m4: Likewise.
36726         * m4/fnmatch.m4: Likewise.
36727         * m4/getgroups.m4: Likewise.
36728         * m4/gettext.m4: Likewise.
36729         * m4/jm-mktime.m4: Likewise.
36730         * m4/jm-winsz2.m4: Likewise.
36731         * m4/lcmessage.m4: Likewise.
36732         * m4/ls-mntd-fs.m4: Likewise.
36733         * m4/malloc.m4: Likewise.
36734         * m4/memcmp.m4: Likewise.
36735         * m4/putenv.m4: Likewise.
36736         * m4/realloc.m4: Likewise.
36737         * m4/st_mtim.m4: Likewise.
36738         * m4/strftime.m4: Likewise.
36739
36740 1999-01-16  Jim Meyering  <meyering@ascend.com>
36741
36742         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
36743         (ARGMATCH_DIE_DECL): Define.
36744
36745 1999-01-12  Jim Meyering  <meyering@ascend.com>
36746
36747         * m4/Makefile.am.in: Rewrite to avoid using fmt.
36748         Reported by Lars Hecking.
36749
36750 1999-01-10  Jim Meyering  <meyering@ascend.com>
36751
36752         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
36753         gross kludge.
36754         * m4/inttypes_h.m4: Likewise.
36755         * m4/lstat.m4: Likewise.
36756         * m4/malloc.m4: Likewise.
36757         * m4/readdir.m4: Likewise.
36758         * m4/realloc.m4: Likewise.
36759         * m4/st_dm_mode.m4: Likewise.
36760         * m4/stat.m4: Likewise.
36761         * m4/utimbuf.m4: Likewise.
36762         * m4/utimes.m4: Likewise.
36763
36764         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
36765         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
36766         comments in config.h.in are meaningful.
36767
36768         * m4/jm-macros.m4: Require autoconf-2.13 here.
36769
36770         * m4/regex.m4: By default, don't use the included regex.c on systems
36771         with glibc 2.  Suggestion from Uli Drepper.
36772
36773 1999-01-02  Jim Meyering  <meyering@ascend.com>
36774
36775         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
36776
36777 1998-12-18  Jim Meyering  <meyering@ascend.com>
36778
36779         * m4/Makefile.am.in (Makefile.am): Simplify rule.
36780         Based on a suggestion from Lars Hecking.
36781
36782 1998-11-16  Paul Eggert  <eggert@twinsun.com>
36783
36784         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
36785
36786 1998-11-16  Jim Meyering  <meyering@ascend.com>
36787
36788         * m4/lfs.m4: Double-quote the `uname...` expression.
36789
36790 1998-11-14  Jim Meyering  <meyering@ascend.com>
36791
36792         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
36793         * m4/stat.m4: Likewise.
36794
36795 1998-11-03  Jim Meyering  <meyering@ascend.com>
36796
36797         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
36798         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
36799
36800 1998-10-18  Jim Meyering  <meyering@ascend.com>
36801
36802         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
36803
36804 1998-10-17  Jim Meyering  <meyering@ascend.com>
36805
36806         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
36807         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
36808         calls for those previously hard-coded headers.  Instead, take a new
36809         parameter.
36810         (jm_CHECK_DECLARATIONS): Reflect interface change.
36811         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
36812         (jm_CHECK_DECL_LOCALTIME_R): New macro.
36813
36814         * m4/mktime.m4: Test for spring-forward gap before long-running test.
36815
36816 1998-10-14  Jim Meyering  <meyering@ascend.com>
36817
36818         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
36819         instead of "TZ=America/Vancouver".  From Paul Eggert.
36820
36821 1998-10-11  Jim Meyering  <meyering@ascend.com>
36822
36823         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
36824         This adds a test for a recently added compatibility fix for mktime.c.
36825         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
36826
36827 1998-09-27  Jim Meyering  <meyering@ascend.com>
36828
36829         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
36830
36831         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
36832         ../configure.in, including a change from Gordon Matzigkeit to allow
36833         cross-compiling for the Hurd.
36834
36835         * m4/glibc.m4: New file/macro to test for the GNU C Library
36836         versions 1 and 2.  From Gordon Matzigkeit.
36837         Indent.
36838
36839 1998-09-21  Jim Meyering  <meyering@ascend.com>
36840
36841         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
36842
36843 1998-08-18  Paul Eggert  <eggert@twinsun.com>
36844
36845         Port nanosecond-resolution times to UnixWare 2.1.2 and
36846         pedantic Solaris 2.6.
36847
36848         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
36849         AC_STRUCT_ST_MTIM.
36850         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
36851         Generate name of ns member, instead of just 1 or undef.
36852         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
36853
36854 1998-08-15  Jim Meyering  <meyering@ascend.com>
36855
36856         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
36857         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
36858         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
36859         instead of jm_TYPE_SSIZE_T.
36860
36861 1998-08-12  Jim Meyering  <meyering@ascend.com>
36862
36863         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
36864
36865 1998-08-02  Jim Meyering  <meyering@ascend.com>
36866
36867         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
36868         in acconfig.h manually.
36869
36870 1998-07-31  Paul Eggert  <eggert@twinsun.com>
36871
36872         * m4/st_mtim.m4: New file.
36873
36874 1998-07-28  Jim Meyering  <meyering@ascend.com>
36875
36876         * m4/utimes.m4: Undef stat.
36877
36878 1998-07-25  Jim Meyering  <meyering@ascend.com>
36879
36880         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
36881         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
36882
36883 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
36884
36885         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
36886         uid and gid actually remain unchanged.
36887
36888 1998-07-07  Jim Meyering  <meyering@ascend.com>
36889
36890         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
36891
36892 1998-07-04  Jim Meyering  <meyering@ascend.com>
36893
36894         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
36895         to prove that this macro can be used in packages without regex.c.
36896
36897 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
36898
36899         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
36900         is to be used.
36901
36902 1998-07-03  Jim Meyering  <meyering@ascend.com>
36903
36904         * m4/gettext.m4: Add -lintl if it's found to be necessary.
36905
36906         * m4/gettext.m4: New file -- from gettext-0.10.35.
36907         * m4/lcmessage.m4: Likewise.
36908         * m4/progtest.m4: Likewise.
36909
36910         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
36911         * m4/jm-macros.m4: Require the new macro.
36912
36913 1998-06-29  Jim Meyering  <meyering@ascend.com>
36914
36915         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
36916         for the definition of NGROUPS (used in a system header included
36917         by sys/mount.h).
36918
36919 1998-06-28  Jim Meyering  <meyering@ascend.com>
36920
36921         * m4/ls-mntd-fs.m4: New file.
36922         * m4/fstypename.m4: New file.
36923
36924         * m4/jm-macros.m4: Require the new macro.
36925         * m4/jm-glibc-io.m4: New file.
36926
36927 1998-05-19  Jim Meyering  <meyering@ascend.com>
36928
36929         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
36930         * m4/lchown.m4: New file.
36931
36932         * m4/Makefile.am.in: New file.
36933         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
36934
36935 1998-05-14  Jim Meyering  <meyering@ascend.com>
36936
36937         * m4/Makefile.am (EXTRA_DIST): Add them.
36938         * m4/jm-macros.m4: New file.
36939         * m4/utimbuf.m4: New file.
36940
36941 1998-05-12  Jim Meyering  <meyering@ascend.com>
36942
36943         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
36944
36945 1998-05-11  Jim Meyering  <meyering@ascend.com>
36946
36947         * m4/isc-posix.m4: New file.
36948
36949 1998-05-10  Jim Meyering  <meyering@ascend.com>
36950
36951         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
36952
36953 1998-05-09  Jim Meyering  <meyering@ascend.com>
36954
36955         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
36956         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
36957         with automake.
36958
36959         * m4/ssize_t.m4: New file.
36960         * m4/mktime.m4: Remove file -- the new automake has this now.
36961
36962 1998-04-26  Jim Meyering  <meyering@ascend.com>
36963
36964         * m4/assert.m4: New file.
36965         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
36966
36967 1998-04-05  Jim Meyering  <meyering@ascend.com>
36968
36969         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
36970         (jm_PREREQ): Use it here.
36971
36972 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
36973
36974         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
36975         in acconfig.h.
36976
36977 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
36978
36979         * m4/prereq.m4: New file.
36980         * m4/error.m4: New file.
36981         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
36982
36983 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
36984
36985         * m4/getline.m4: Don't set am_cv_func_working_getline before the
36986         cache-check for the same variable -- that defeated the purpose of
36987         the test; the test program was never run.  This was a problem only
36988         on systems with losing getline functions -- HP-UX 10.20 is one.
36989         Reported by Bjorn Helgaas.
36990
36991 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
36992
36993         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
36994
36995 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
36996
36997         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
36998
36999         * m4/const.m4: New file.  Use an initializer in this declaration
37000         typedef int charset[2]; const charset x;
37001         Reported by Bob Glickstein.
37002
37003 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
37004
37005         * m4/chown.m4: Fix reversed types on -1 args to chown.
37006         From Kaveh Ghazi.
37007
37008 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
37009
37010         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
37011         Add lseek and memchr.
37012
37013         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
37014         T.E.Dickey <dickey@clark.net> said that some older preprocessors
37015         have a 20-character limit on names.
37016
37017 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
37018
37019         * m4/inttypes_h.m4: New file.
37020         * m4/uintmax_t.m4: New file.
37021         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
37022
37023 Copyright (C) 1997-2007 Free Software Foundation, Inc.
37024 Copying and distribution of this file, with or without modification,
37025 are permitted provided the copyright notice and this notice are preserved.