* MODULES.html.sh: New module wctype.
[gnulib.git] / ChangeLog
1 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * MODULES.html.sh: New module wctype.
4         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
5         * lib/fnmatch.c: Don't bother to include <wchar.h> before
6         <wctype.h>, since the new wctype module should fix this.
7         * lib/quotearg.c: Include <wctype.h> unconditionally, since
8         the wctype module should arrange for it.
9         * lib/regex_internal.h: Likewise.
10         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
11         since the wctype module should handle this now.
12         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
13         * modules/fnmatch (Depends-on): Add wctype.
14         * modules/quotearg (Depends-on): Likewise.
15         * modules/regex (Depends-on): Likewise.
16
17 2006-12-19  Bruno Haible  <bruno@clisp.org>
18
19         * lib/strdup.h [C++]: Wrap definitions in extern "C".
20         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
21
22 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
23
24         * modules/savewd (Depends-on): Fix dependency on fcntl.
25
26 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
27
28         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
29         conforms to C99, rather than relying on the user's environment
30         setting of STDINT_H.
31
32 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
33         and Eric Blake  <ebb9@byu.net>
34
35         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
36         This is more consistent with the other defines here.
37         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
38         Port to z/OS.  Problem reported by Paul Gilmartin.
39         Change local vars to use gl_ prefix rather than ac_.
40         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
41         with other defines.
42         * modules/double-slash-root: New module.
43         * modules/dirname (Files): Remove m4/double-slash-root.m4.
44         (Depends-on): Add double-slash-root.
45         * MODULES.html.sh (File system functions): Mention new module.
46
47 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
48
49         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
50         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
51         This is for the benefit of gzip, which doesn't do i18n.
52
53 2006-12-12  Jim Meyering  <jim@meyering.net>
54
55         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
56         Reported by Andreas Schwab <schwab@suse.de>.
57
58 2006-12-12  Bruno Haible  <bruno@clisp.org>
59
60         Merge these changes.
61         2006-09-05  Bruno Haible  <bruno@clisp.org>
62         * lib/iconvme.c (iconv_string): No need to save and restore errno when
63         iconv_alloc succeeded.
64         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
65         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
66         test for " && dest " at the end - dest is always != NULL there. Call
67         iconv with 4xNULL arguments initially, to reset the state. Call iconv
68         with 2xNULL arguments, also to flush the state storage. Handle the
69         IRIX iconv behaviour. Realloc the final result, to throw away unused
70         memory.
71
72 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
73
74         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
75         and fchmodat unconditionally, since glibc 2.4 has them.
76         Problem reported by Arkadiusz Miskiewicz.
77
78 2006-12-10  Bruno Haible  <bruno@clisp.org>
79
80         * gnulib-tool (func_import): Show the include files only for those
81         modules that are copied and specified.
82         Reported by Karl Berry.
83
84 2006-12-08  Jim Meyering  <jim@meyering.net>
85
86         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
87         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
88
89         * build-aux/announce-gen: Add two new options, both optional:
90         --bootstrap-tools=TOOL_LIST
91               a comma-separated list of tools, e.g.,
92               autoconf,automake,bison,gnulib
93         --gnulib-snapshot-date=DATE
94               if gnulib is in the bootstrap tool list,
95               then report this as the snapshot date.
96               If not specified, use the current date/time.
97               If you specify a date here, be sure it's UTC.
98
99 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
100
101         * tests/test-argp-2.sh: Fix test to match actual output.
102         (func_compare): Fix sed script to be portable.
103
104 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
105
106         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
107         workaround for this case.  It is not autoconfigured now; offhand
108         it's hard to see how to autoconfigure it.
109
110 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
111
112         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
113         a directory that is about to be chowned.  Such a directory's
114         initial file permissions should permit the owner only and this
115         should not be changed until after the chown, since the group and
116         other bits would be incorrect if they granted permission before
117         the chown.
118
119         Fix porting problem for iswctype reported by Georg Schwarz in:
120         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
121         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
122         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
123         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
124         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
125
126 2006-12-03  Jim Meyering  <jim@meyering.net>
127
128         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
129         p->fts_statp may not yet be defined.
130         (fts_read): Instead, set it in the caller, once p->fts_statp is
131         sure to be defined, and corresponds to a top-level directory.
132         This bug made du -x fail.  Here's the coreutils test case:
133         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
134         Reported by Mike Frysinger.
135
136 2006-12-01  Jim Meyering  <jim@meyering.net>
137
138         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
139         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
140         Reported by Simon Josefsson.
141
142 2006-11-30  Jim Meyering  <jim@meyering.net>
143
144         * m4/warning.m4: Use the all-permissive copyright notice
145         recommended by RMS (rather than LGPL).
146         * m4/vararrays.m4: Likewise.
147         * m4/flexmember.m4: Likewise.
148
149 2006-11-29  Bruno Haible  <bruno@clisp.org>
150
151         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
152         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
153         using +=.
154         Reported by Simon Josefsson <simon@josefsson.org>.
155
156 2006-11-28  James Youngman <jay@gnu.org>
157
158         * README: Advise users that they might find the bug-gnulib@gnu.org
159         and autotools-announce@gnu.org mailing lists useful.
160
161 2006-11-28  Bruno Haible  <bruno@clisp.org>
162
163         * m4/ptrdiff_max.m4: Remove file.
164
165 2006-11-21  Bruno Haible  <bruno@clisp.org>
166
167         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
168         _AC_COMPUTE_INT.
169         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
170         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
171         _AC_COMPUTE_INT.
172         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
173         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
174         _AC_COMPUTE_INT.
175         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
176
177 2006-11-28  Jim Meyering  <jim@meyering.net>
178
179         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
180         warning from "gcc -Wshadow" about shadowing the builtin.
181
182 2006-11-27  Bruno Haible  <bruno@clisp.org>
183
184         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
185         _AC_COMPUTE_INT.
186         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
187
188 2006-11-27  Bruno Haible  <bruno@clisp.org>
189             Paul Eggert  <eggert@cs.ucla.edu>
190
191         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
192
193 2006-11-26  Bruno Haible  <bruno@clisp.org>
194
195         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
196         noinst_LTLIBRARIES.
197
198 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
199             Bruno Haible  <bruno@clisp.org>
200
201         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
202         if compiling with "gcc -ansi".
203
204 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
205
206         Fix some incompatibilities with gcc -ansi -pedantic.
207         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
208         if compiling pedantically with GCC, unless it's C99 or later.
209         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
210         it mishandles gcc -ansi -pedantic as well.
211         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
212         if gcc -pedantic.
213         * lib/regexec.c (check_node_accept_bytes): Don't use auto
214         initializers for struct if -pedantic, unless it's C99 or later.
215
216 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
217
218         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
219         Don't close an fd more than once. Identical atimes indicate
220         success, not failure.
221
222 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
223
224         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
225
226 2006-11-23  Jim Meyering  <jim@meyering.net>
227
228         * build-aux/announce-gen: New file.  From coreutils.
229
230 2006-11-22  Jim Meyering  <jim@meyering.net>
231
232         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
233         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
234         (fts_read): Use a temporary to narrow the overused st_size member
235         before using it in a switch statement.  Reported by Matthew Woehlke.
236
237         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
238         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
239
240 2006-11-20  Bruno Haible  <bruno@clisp.org>
241
242         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
243         changequote instead of pairs of brackets.
244         Reported by Andreas Schwab <schwab@suse.de>.
245
246 2006-11-21  Jim Meyering  <jim@meyering.net>
247
248         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
249         so as to remain compatible with older compilers.
250         Patch from Michael Deutschmann.
251
252 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
253
254         * MODULES.html.sh (File system functions): Add openat.
255
256         * lib/openat.h (rpl_fstatat): New macro, if
257         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
258         (fstatat): Define to rpl_fstatat under the same conditions,
259         unless COMPILING_FSTATAT.
260         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
261         seems to have the bug.
262         * lib/fstatat.c: New file.
263         * modules/openat (Files): Add it.
264
265 2006-11-20  Bruno Haible  <bruno@clisp.org>
266
267         * Makefile: New file.
268
269 2006-11-20  Jim Meyering  <jim@meyering.net>
270
271         The beginnings of syntax-related checks for gnulib.
272         * lib/Makefile: New file.
273         * lib/t-idcache: New script.  Ensure that the two halves of
274         idcache.c stay in sync.
275
276         * lib/idcache.c: Adjust comments in user- and group- portions to
277         be more accurate, and to be consistent with one another.
278
279 2006-11-20  Jim Meyering  <jim@meyering.net>
280
281         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
282         continue using the flexible array member (thus, this module performs
283         half as many malloc calls), with the addition that...
284         (getgroup, getuser): Consistently record a non-match via an empty
285         "name" string, and map an empty string match to a NULL return value.
286         * modules/idcache (Depends-on): Re-add flexmember.
287
288         * lib/idcache.c (getuser): Remove all uses of the register keyword.
289         (getuidbyname, getgroup, getgidbyname): Likewise.
290
291         Use cleaner syntax: NULL rather than 0.
292         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
293
294 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
295
296         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
297         It mishandled the case where the group was missing.
298         Problem reported by Greg Schafer.
299         * modules/idcache: Likewise.
300
301 2006-11-18  Jim Meyering  <jim@meyering.net>
302
303         * check-module (%exempt_header): Add exception for some
304         conditionally-included headers.
305
306         * modules/i-ring (Depends-on): Add verify.
307         (License): Change to LGPL.
308
309 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
310
311         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
312         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
313         and inttostr.h.  Use snprintf rather than uinttostr, so that
314         LGPLed code doesn't depend on GPLed.
315
316 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
317
318         * modules/inline (License): Change from GPL to LGPL.
319
320 2006-11-17  Jim Meyering  <jim@meyering.net>
321
322         * modules/d-type (License): Switch to LGPL.
323
324 2006-11-15  Bruno Haible  <bruno@clisp.org>
325
326         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
327
328 2006-11-15  Eric Blake  <ebb9@byu.net>
329
330         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
331         the module dependency.
332
333 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
334             Bruno Haible  <bruno@clisp.org>
335
336         * gnulib-tool (func_create_testdir): Add license consistency check.
337
338 2006-11-15  Eric Blake  <ebb9@byu.net>
339
340         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
341         random "(cached)" in configure output.
342
343 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
344
345         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
346         test for conforming inttypes.h is both announced and cached.
347
348         * MODULES.html.sh (seen_modules, seen_files): New variables.
349         (func_module): Rewrite to use a few less gnulib-tool and sed
350         invocations.  Avoid a couple of quadratic algorithms for ...
351         (missed_modules, missed_files): ... these, with ...
352         (func_append, func_tmpdir): ... these new functions, from
353         gnulib-tool.  Analogously, install traps for cleanup.
354
355         * tests/test-gc.c (main): Remove unused variables.
356         * tests/test-read-file.c: Include stdlib.h, for 'free'.
357
358 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
359
360         * modules/inttostr (License): Change to LGPL.
361
362 2006-11-14  Eric Blake  <ebb9@byu.net>
363
364         * modules/tempname (License): Change to LGPL.
365
366 2006-11-14  Eric Blake  <ebb9@byu.net>
367
368         * doc/functions.texi (Function Portability): *printf functions on
369         Cygwin now understand all POSIX size specifiers.
370
371 2006-11-14  Bruno Haible  <bruno@clisp.org>
372
373         * modules/c-ctype (License): Change to LGPL.
374
375 2006-11-12  Bruno Haible  <bruno@clisp.org>
376
377         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
378         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
379         for GNOME libraries, for which the include files are installed in
380         subdirectories of $prefix/include.
381
382 2006-11-12  Bruno Haible  <bruno@clisp.org>
383
384         * m4/lib-link.m4: Require at least autoconf-2.54.
385         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
386         name to underscores for the --with option.
387
388 2006-11-13  Bruno Haible  <bruno@clisp.org>
389
390         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
391         the tests directory.
392         Reported by Ralf Wildenhues.
393
394 2006-11-13  Bruno Haible  <bruno@clisp.org>
395
396         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
397         (func_emit_initmacro_end): Undo the override here.
398         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
399         Works around the famous automake error in coreutils.
400
401 2006-11-13  Eric Blake  <ebb9@byu.net>
402
403         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
404         element, not its node.
405
406 2006-11-12  Bruno Haible  <bruno@clisp.org>
407
408         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
409         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
410
411 2006-11-12  Bruno Haible  <bruno@clisp.org>
412
413         * gnulib-tool: New option --local-symlink.
414         (func_usage): Document it.
415         (lsymbolic): New variable.
416         (func_import, func_create_testdir): If --symlink was not specified,
417         test whether --local-symlink was specified and the file comes from
418         the local_gnulib_dir.
419
420 2006-11-12  Bruno Haible  <bruno@clisp.org>
421
422         * gnulib-tool (func_ln): New function.
423         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
424
425 2006-11-12  Bruno Haible  <bruno@clisp.org>
426
427         Finish support for source files in subdirectories.
428         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
429         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
430         AUTOMAKE_OPTIONS.
431         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
432
433 2006-11-12  Bruno Haible  <bruno@clisp.org>
434
435         * gnulib-tool (func_get_automake_snippet): Synthesize also an
436         EXTRA_lib_SOURCES augmentation.
437         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
438
439 2006-11-12  Jim Meyering  <jim@meyering.net>
440
441         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
442         file descriptors.  This also averts a failure on systems with
443         native openat support when a traversed directory lacks "x" access.
444         * lib/fts_.h: Include "i-ring.h"
445         (struct FTS) [fts_fd_ring]: New member.
446         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
447         (FCHDIR): Add parentheses.
448         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
449         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
450         When descending, rather than simply closing the previous
451         fts_cwd_fd value, push that file descriptor onto the ring.
452         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
453         (fts_open): Initialize the new fd_ring member.
454         (fts_close): Clear the ring.
455         (fts_safe_changedir): When possible, use our new fd_ring to skip
456         the diropen and fstat and dev/ino comparison that would normally
457         accompany a virtual `chdir ("..")'.
458
459         * modules/fts (Depends-on): Add i-ring.
460         * modules/i-ring: New module.
461         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
462         * m4/i-ring.m4: New file.
463
464 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
465
466         * gnulib-tool (func_create_testdir): Fix replacement of
467         `build-aux' in configure.ac.  Run autotools in gltests
468         subdirectory.
469         (func_create_testdir, func_create_megatestdir, test): There is
470         no need for '--force' in most autotool invocations in a new
471         tree.  Actually fail the whole test if any of the tools, or the
472         configure or make stages fail.
473
474         Sync from Automake.
475         * build-aux/gnupload: Revert last change.  Add pointer to upload
476         instructions of the GNU Maintenance Instructions.
477         Suggestion by Karl Berry.
478
479 2006-11-10  Jim Meyering  <jim@meyering.net>
480
481         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
482
483 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
484
485         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
486         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
487         (bind_textdomain_codeset) [! ENABLE_NLS]:
488         Evaluate all the arguments.  That way, callers get compatible behavior
489         if the arguments have side effects.  Also, it avoids some GCC
490         diagnostics in some cases; Joel E. Denny reported problems when Bison
491         was configured with --enable-gcc-warnigs.
492
493 2006-11-10  Jim Meyering  <jim@meyering.net>
494
495         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
496         relevant options in CFLAGS (like -O, -fno-inline) are taken into
497         account.
498
499 2006-11-10  Jim Meyering  <jim@meyering.net>
500
501         * modules/inline: New file/module.
502         * modules/xalloc (Files): Remove m4/inline.m4.
503         (Depends-on): Add inline, instead.
504         * modules/oset: Likewise.
505         * modules/list: Likewise.
506
507 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
508
509         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
510         Problem reported by Matthew Woehlke.
511
512 2006-11-09  Bruno Haible  <bruno@clisp.org>
513
514         * lib/tempname.c (gen_tempname): Remove variant that invokes
515         __gen_tempname.
516         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
517         __gen_tempname.
518
519 2006-11-08  Bruno Haible  <bruno@clisp.org>
520
521         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
522         to 'yes' instead of 'cross-compiling'.
523
524 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
525
526         * lib/quotearg.h (quotearg_free): New decl.
527         * lib/quotearg.c (quotearg_free): New function.
528         (slot0, nslots, slotvec0, slotvec):
529         Now file-scope so that quotearg_free can get at them.
530
531 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
532
533         Sync from Automake.
534         * build-aux/gnupload: Add missing 'gnu' to example URL.
535         Report by Karl Berry.
536
537 2006-11-08  Bruno Haible  <bruno@clisp.org>
538
539         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
540         Suggested by Paul Eggert.
541
542 2006-11-08  Jim Meyering  <jim@meyering.net>
543
544         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
545         It's already included if !_LIBC.
546         (fts_safe_changedir): Add a comment.
547
548 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
549
550         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
551         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
552         Matthew Woehlke.
553
554         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
555         definitions up, to avoid colliding with change below.
556         (static_inline) [HAVE_INLINE]: New macro.
557         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
558         Provide extern decls when !HAVE_INLINE.  Do not define unless
559         static_inline is defined, either by us or by xmalloc.c.  Use
560         static_inline rather than static inline.
561         (XCALLOC): Optimize sizeof(T) = 1 case.
562         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
563
564 2006-11-07  Bruno Haible  <bruno@clisp.org>
565
566         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
567         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
568         AC_C_INLINE.
569         * modules/xalloc (Files): Add m4/inline.m4.
570
571 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
572
573         * README: Fix typo.
574         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
575         (Miscellanous Notes): ...from this.
576
577 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
578
579         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
580         Mention that offsetof should be used instead of sizeof.
581         From Bruno Haible.
582
583 2006-11-07  Bruno Haible  <bruno@clisp.org>
584
585         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
586
587 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
588
589         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
590         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
591         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
592         (gl_tree_add_before, gl_tree_add_after):
593         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
594         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
595         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
596         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
597         (gl_linked_add_after, gl_linked_add_at): Likewise.
598         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
599         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
600         (gl_tree_add_before, gl_tree_add_after): Likewise.
601         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
602         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
603         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
604
605 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
606
607         * lib/gl_oset.h: Use C comment style, not C++ comment style.
608
609 2006-11-06  Bruno Haible  <bruno@clisp.org>
610
611         * m4/inline.m4: New file.
612         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
613         * modules/list (Files): Add m4/inline.m4.
614         * modules/oset (Files): Likewise.
615
616 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
617
618         * lib/idcache.c: Include <stddef.h>, for offsetof.
619         (struct userid.name): Change from char * to a flexible array member.
620         All uses changed.
621         * modules/idcache (Depends-on): Add flexmember.
622
623         * MODULES.html.sh (Core language properties): New module flexmember.
624         * modules/flexmember, m4/flexmember.m4: New files.
625
626         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
627         inline functions that are identical with the old xnmalloc_inline,
628         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
629         that we can avoid some unnecessary integer multiplications and
630         divisions in the common case where the element size is known at
631         compile time.
632         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
633         needed.
634         (xnboundedmalloc): Remove.
635         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
636         arguments, for consistency with rest of this header.
637         (xcharalloc): Rewrite using XNMALLOC.
638         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
639         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
640         versions have been moved to lib/xalloc.h and renamed to be the
641         non-*_inline versions.
642         (xmalloc, xrealloc): Implement without reference to the xnmalloc
643         and xnrealloc functions, since those functions are now inline and
644         now call us.
645         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
646         renaming described above.
647         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
648         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
649         captures the dependency in AC_C_INLINE.
650
651         New module canonicalize-lgpl, proposed by Charles Wilson in
652         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
653         with a few small changes afterwards.
654         * MODULES.html.sh (File system functions): New module
655         canonicalize-lgpl.
656         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
657         and canonicalize_file_name.
658         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
659         * modules/canonicalize-lgpl: New files.
660
661 2006-11-05  Bruno Haible  <bruno@clisp.org>
662
663         * gnulib-tool (func_import, func_create_testdir): Create directories
664         also for files in subdirectories of lib/.
665
666 2006-11-05  Bruno Haible  <bruno@clisp.org>
667
668         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
669         ANSI C compliant.
670
671 2006-11-03  Bruno Haible  <bruno@clisp.org>
672
673         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
674         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
675         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
676         (xnboundedmalloc): New inline function.
677         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
678         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
679         xmalloc.
680         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
681         xmalloc.
682         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
683         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
684         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
685         xmalloc.
686         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
687         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
688         xmalloc.
689         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
690         gl_tree_add_after): Use XMALLOC instead of xmalloc.
691         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
692         xmalloc.
693         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
694         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
695         gl_tree_add_after): Use XMALLOC instead of xmalloc.
696         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
697         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
698         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
699         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
700
701 2006-11-03  Bruno Haible  <bruno@clisp.org>
702
703         * lib/c-ctype.h [C++]: Define functions without name mangling.
704         * lib/fwriteerror.h [C++]: Likewise.
705         * lib/gcd.h [C++]: Likewise.
706         * lib/linebreak.h [C++]: Likewise.
707
708 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
709
710         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
711         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
712         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
713         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
714         Check for functions and headers just once.
715         Check for declaration of canonicalize_file_name.
716         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
717
718 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
719
720         * gnulib-tool (func_import): Fix typo in actioncmd.
721
722 2006-11-02  Bruno Haible  <bruno@clisp.org>
723
724         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
725         newline sequence in the Makefile.am snippet as a space, like "make"
726         does.
727         Reported by Roger Persson <perrog@gmail.com>.
728
729 2006-11-01  Bruno Haible  <bruno@clisp.org>
730
731         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
732         already declared in <string.h>.
733         * lib/strcase.h (strncasecmp): Don't declare it if yes.
734
735 2006-11-01  Bruno Haible  <bruno@clisp.org>
736
737         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
738         * lib/strcase.h: Include <string.h>.
739         (strcasecmp): Define to rpl_strcasecmp here.
740
741 2006-11-01  Bruno Haible  <bruno@clisp.org>
742
743         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
744
745 2006-11-01  Eric Blake  <ebb9@byu.net>
746
747         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
748
749         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
750
751 2006-10-29  Bruno Haible  <bruno@clisp.org>
752
753         Make it compile in C++ mode.
754         * lib/full-write.c (full_rw): Add a cast.
755
756 2006-11-01  Bruno Haible  <bruno@clisp.org>
757
758         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
759         be POSIX compliant.
760         Reported by Roger Persson <perrog@gmail.com>.
761
762 2006-11-01  Eric Blake  <ebb9@byu.net>
763
764         * lib/getopt_.h: Fix comments.
765
766 2006-10-31  Eric Blake  <ebb9@byu.net>
767
768         * modules/tmpdir (Depends-on): Add sys_stat.
769         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
770         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
771         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
772         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
773         tempname.
774
775 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
776
777         Avoid some C++ diagnostics reported by Bruno Haible.
778         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
779         xmalloc.
780         (quotearg_alloc): Use xcharalloc rather than xmalloc.
781         (struct slotvec): Move to top level.
782         (quotearg_n_options): Rewrite to avoid xmalloc.
783         * lib/xalloc.h (xcharalloc): New function.
784         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
785         [defined __cplusplus]: Add function template that provides result
786         type propagation.  This part of the change is from Bruno Haible.
787
788 2006-10-29  Bruno Haible  <bruno@clisp.org>
789
790         Make it compile in C++ mode.
791         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
792         * lib/strnlen1.c (strnlen1): Cast memchr result.
793         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
794         * lib/clean-temp.c (string_equals, string_hash): Add casts.
795         (create_temp_dir): Rename local variable 'template'.
796         (compile_csharp_using_sscli): Add cast.
797         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
798         * lib/findprog.c (find_in_path): Likewise.
799         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
800         * lib/wait-process.c (register_slave_subprocess): Likewise.
801
802 2006-10-22  Bruno Haible  <bruno@clisp.org>
803
804         * modules/tsearch: New file.
805         * lib/tsearch.h: New file.
806         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
807         * m4/tsearch.m4: New file.
808         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
809
810 2006-10-29  Eric Blake  <ebb9@byu.net>
811
812         * lib/arcfour.c: Assume config.h.
813         * lib/arctwo.c: Likewise.
814         * lib/base64.c: Likewise.
815         * lib/check-version.c: Likewise.
816         * lib/crc.c: Likewise.
817         * lib/des.c: Likewise.
818         * lib/gc-gnulib.c: Likewise.
819         * lib/gc-libgcrypt.c: Likewise.
820         * lib/gc-pbkdf2-sha1.c: Likewise.
821         * lib/getaddrinfo.c: Likewise.
822         * lib/getdelim.c: Likewise.
823         * lib/getline.c: Likewise.
824         * lib/hmac-md5.c: Likewise.
825         * lib/hmac-sha1.c: Likewise.
826         * lib/iconvme.c: Likewise.
827         * lib/md2.c: Likewise.
828         * lib/md4.c: Likewise.
829         * lib/memxor.c: Likewise.
830         * lib/read-file.c: Likewise.
831         * lib/readline.c: Likewise.
832         * lib/rijndael-alg-fst.c: Likewise.
833         * lib/rijndael-api-fst.c: Likewise.
834         * lib/xgetdomainname.c: Likewise.
835
836 2006-10-28  Eric Blake  <ebb9@byu.net>
837
838         * lib/xstrndup.c: Assume config.h.
839
840 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
841
842         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
843         stat-macros.h is now for our own macros, whereas stat_h is for
844         macros in the <sys/stat.h> name space.
845         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
846         (STAT_MACROS_H): Remove.
847         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
848         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
849         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
850         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
851         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
852         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
853         Move these macros to ...
854         * lib/stat_.h: here.  Don't include stat-macros.h.
855         * lib/canonicalize.c: Don't include stat-macros.h.
856         * lib/chown.c: Likewise.
857         * lib/euidaccess.c: Likewise.
858         * lib/file-type.c: Likewise.
859         * lib/filemode.c: Likewise.
860         * lib/glob.c: Likewise.
861         * lib/isapipe.c: Likewise.
862         * lib/lchown.c: Likewise.
863         * lib/lstat.c: Likewise.
864         * lib/mkdir-p.c: Likewise.
865         * lib/rmdir.c: Likewise.
866         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
867         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
868         unless mkdir isn't declared, to speed up 'configure'.
869         Always create sys/stat.h, since it's unlikely any real sys/stat.h
870         would define all the S_* symbols.
871         * modules/canonicalize (Depends-on):
872         Depend on sys_stat, not stat-macros.
873         * modules/chown: Likewise.
874         * modules/euidaccess: Likewise.
875         * modules/filemode: Likewise.
876         * modules/file-type: Likewise.
877         * modules/glob: Likewise.
878         * modules/isapipe: Likewise.
879         * modules/lchown: Likewise.
880         * modules/lstat: Likewise.
881         * modules/mkancesdirs: Likewise.
882         * modules/rmdir: Likewise.
883         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
884         * modules/modechange: Likewise.
885         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
886         (configure.ac): Remove gl_STAT_MACROS.
887         * modules/sys_stat (Depends-on): Remove stat-macros.
888
889 2006-10-27  Bruno Haible  <bruno@clisp.org>
890
891         * m4/signed.m4: Remove file.
892         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
893         invocation.
894         * modules/vasnprintf (Files): Remove m4/signed.m4.
895
896 2006-10-27  Bruno Haible  <bruno@clisp.org>
897
898         Update to GNU gettext 0.16.
899         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
900         m4/inttypes-h.m4, m4/signed.m4.
901         * m4/gettext.m4: Update to GNU gettext 0.16.
902         * m4/intl.m4: New file, from GNU gettext.
903         * m4/intldir.m4: New file, from GNU gettext.
904         * config/srclist.txt: Update
905
906 2006-10-27  Eric Blake  <ebb9@byu.net>
907
908         * MODULES.html.sh: Document tempname.
909         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
910         dependencies.
911         (Files): Move lib/tempname.c...
912         * modules/tempname: ...to this new module.
913         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
914         (gl_PREREQ_TEMPNAME): Move...
915         * m4/tempname.m4: ...to this new file.
916         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
917         * modules/sys_stat (Depends-on): Add stat-macros.
918         * lib/stat_.h (includes): Pick up stat macros.
919         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
920         if stat macros are broken.
921         * lib/tempname.c (includes): No need to include "stat-macros.h".
922         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
923         (direxists, __path_search) [!_LIBC]: Don't compile these in
924         gnulib; the tmpdir module covers that.
925         * lib/tempname.h: New file.
926
927 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
928
929         * COPYING: Explain how gnulib-tool converts licence headers.
930         Almost all wording by Eric Blake.
931
932 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
933
934         * lib/mbchar.h (is_basic_table): Make read-only.
935         * lib/mbchar.c (is_basic_table): Likewise.
936         Reported by John Darrington.
937
938 2006-10-25  Bruno Haible  <bruno@clisp.org>
939
940         * lib/progname.h (set_program_name): Undefine before defining.
941
942 2006-10-25  Bruno Haible  <bruno@clisp.org>
943
944         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
945         false for non-gcc C++ compilers.
946         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
947
948 2006-10-24  Bruno Haible  <bruno@clisp.org>
949
950         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
951         iconv implementations like Irix iconv.
952
953 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
954
955         * modules/vararrays: New file.
956         * m4/vararrays.m4: New file, taken from diffutils.
957         * MODULES.html.sh: New module vararrays.
958
959 2006-10-24  Karl Berry  <karl@gnu.org>
960
961         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
962         Don't call GNU Unix.
963
964 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
965
966         * users.txt: Add Libtool.
967
968         Sync from Libtool:
969
970         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
971
972         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
973         to gnulib's policy of including config.h unconditionally.
974
975 2006-10-24  Bruno Haible  <bruno@clisp.org>
976
977         * modules/wcwidth (Files): Add m4/wint_t.m4.
978         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
979         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
980
981 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
982
983         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
984         to pacify GCC with some -W flags enabled.  Problem reported by
985         Bruno Haible.
986
987 2006-10-24  Jim Meyering  <jim@meyering.net>
988
989         * MODULES.html.sh: Remove uinttostr.  It's not a module.
990         Reported by Karl Berry.
991
992 2006-10-23  Bruno Haible  <bruno@clisp.org>
993
994         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
995
996 2006-10-24  Bruno Haible  <bruno@clisp.org>
997
998         * lib/gl_list.h: Use C comment style, not C++ comment style.
999
1000 2006-10-23  Eric Blake  <ebb9@byu.net>
1001
1002         * lib/getaddrinfo.c (includes): Add missing include.
1003
1004 2006-10-23  Bruno Haible  <bruno@clisp.org>
1005             Paul Eggert  <eggert@cs.ucla.edu>
1006
1007         Ability to rename obstack_free.
1008         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1009         obstack_free.
1010         (obstack_free): Invoke the __obstack_free macro.
1011         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1012
1013 2006-10-23  Bruno Haible  <bruno@clisp.org>
1014             Paul Eggert  <eggert@cs.ucla.edu>
1015
1016         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1017         __argc, __argv from the declaration. (They are defined as macros on
1018         mingw.)
1019
1020 2006-10-22  Bruno Haible  <bruno@clisp.org>
1021
1022         * doc/gnulib-intro.texi: New file.
1023         * doc/gnulib.texi: Include it.
1024
1025 2006-10-21  Bruno Haible  <bruno@clisp.org>
1026
1027         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1028         "Introduction", "Miscellanous Notes", "Particular Modules".
1029
1030 2006-10-21  Bruno Haible  <bruno@clisp.org>
1031
1032         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1033         Change mostlyclean-local rule to avoid sh syntax error from bash
1034         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1035
1036 2006-10-23  Jim Meyering  <jim@meyering.net>
1037
1038         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1039         in place of snprintf.
1040
1041         * modules/inttostr (Files): Add lib/uinttostr.c.
1042         * lib/uinttostr.c (inttostr): New file/function.
1043         * lib/inttostr.h (uinttostr): Declare.
1044         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1045         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1046         Add uinttostr.
1047         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1048
1049 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1050
1051         * lib/canonicalize.c (ELOOP): Define if not already defined.
1052         Problem reported by Bruno Haible in
1053         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1054
1055 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1056
1057         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1058         Problem reported by Perry Smith and Ville Laurikari.
1059
1060         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1061         uses.
1062
1063 2006-10-19  Bruno Haible  <bruno@clisp.org>
1064
1065         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1066         for mingw.
1067
1068 2006-10-19  Bruno Haible  <bruno@clisp.org>
1069
1070         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1071         Needed for mingw.
1072
1073 2006-10-19  Bruno Haible  <bruno@clisp.org>
1074
1075         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1076
1077 2006-10-19  Bruno Haible  <bruno@clisp.org>
1078
1079         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1080         it.
1081
1082 2006-10-19  Bruno Haible  <bruno@clisp.org>
1083
1084         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1085         invocation.
1086
1087 2006-10-19  Bruno Haible  <bruno@clisp.org>
1088
1089         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1090         mountlist by default.
1091
1092 2006-10-16  Bruno Haible  <bruno@clisp.org>
1093
1094         * lib/c-strstr.c: Include c-strstr.h.
1095
1096 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1097
1098         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1099         in a slash.
1100
1101 2006-10-18  Bruno Haible  <bruno@clisp.org>
1102
1103         * lib/lock.h [C++]: Wrap definitions in extern "C".
1104
1105 2006-10-18  Bruno Haible  <bruno@clisp.org>
1106
1107         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1108         gl_LIBOBJS list.
1109
1110 2006-10-18  Bruno Haible  <bruno@clisp.org>
1111
1112         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1113
1114 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1115
1116         * lib/xstrtol.h: Include gettext.h.
1117         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1118         Problem reported by Eric Blake.
1119         * modules/xstrtol (Depends-on): Add gettext-h.
1120
1121 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1122
1123         * lib/strftime.c (advance): New macro.
1124         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1125         incomplete type, so you can't add 0 to it.  Problem and patch
1126         reported by Eelco Dolstra for dietlibc.
1127
1128 2006-10-18  Jim Meyering  <jim@meyering.net>
1129
1130         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1131         type for a local, and rename it: s/up/user_proc/.
1132
1133 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1134
1135         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1136         READ_UTMP_USER_PROCESS.
1137         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1138
1139 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1140
1141         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1142         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1143
1144 2006-10-17  Eric Blake  <ebb9@byu.net>
1145
1146         * lib/sigprocmask.c (sigprocmask): Fix typo.
1147
1148         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1149
1150         * modules/clean-temp (Makefile.am): Don't add to make output...
1151         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1152         config.h.
1153
1154 2006-10-17  Bruno Haible  <bruno@clisp.org>
1155
1156         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1157         differently if DEFAULT_TEXT_DOMAIN is set.
1158
1159 2006-10-16  Bruno Haible  <bruno@clisp.org>
1160
1161         * lib/clean-temp.c: Include fwriteerror.h.
1162
1163 2006-10-16  Bruno Haible  <bruno@clisp.org>
1164
1165         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1166
1167 2006-10-16  Bruno Haible  <bruno@clisp.org>
1168
1169         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1170         * lib/sigprocmask.h: Include <sys/types.h>.
1171         (sigset_t): Use the system's definition if present.
1172
1173 2006-10-17  Eric Blake  <ebb9@byu.net>
1174
1175         * lib/xvasprintf.c (includes): Assume config.h.
1176         * lib/xasprintf.c (includes): Likewise.
1177
1178 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1179
1180         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1181         at least as wide as intmax_t.
1182
1183 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1184
1185         (Imported from Automake.)
1186         * build-aux/gnupload: Update to version 1.1 of directive file.
1187
1188 2006-10-16  Eric Blake  <ebb9@byu.net>
1189
1190         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1191         match Automake 1.10a.
1192
1193 2006-10-14  Bruno Haible  <bruno@clisp.org>
1194
1195         * modules/sigprocmask: New file.
1196         * lib/sigprocmask.h: New file.
1197         * lib/sigprocmask.c: New file.
1198         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1199         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1200         request sigprocmask.o.
1201         (gl_PREREQ_SIGPROCMASK): New macro.
1202         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1203         (Depends-on): Add sigprocmask.
1204         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1205         gt_SIGNALBLOCKING. Test for 'raise' only once.
1206         * lib/fatal-signal.c: Include sigprocmask.h.
1207         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1208         unblock_fatal_signals): Define always.
1209         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1210         sigprocmask.
1211
1212 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1213
1214         Sync from Automake.
1215         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1216         which incorrectly sets the mode of an existing destination
1217         directory.  In some cases the unpatched install-sh could do the
1218         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1219         system.  We hope this is rare in practice, but it's clearly worth
1220         fixing.  Problem reported by Alex Unleashed in
1221         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1222         Also, don't bother to check for -m bugs unless we're using -m;
1223         suggested by Stepan Kasal.
1224
1225 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1226
1227         Sync from Automake.
1228         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1229         `-c' flag, so they appear at the same position as in %FASTDEP%
1230         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1231         which ignores unknown options only after the first non-option.
1232         Bug report against M4 by Nelson H. F. Beebe.
1233
1234 2006-10-13  Jim Meyering  <jim@meyering.net>
1235
1236         Fix a bug in yesterday's change.
1237         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1238         p->fts_statp->st_dev would be used uninitialized.
1239         Ensures that we always call fts_stat on the very first entry.
1240         Miklos Szeredi reported that find -xdev stopped working.
1241
1242 2006-10-12  Bruno Haible  <bruno@clisp.org>
1243
1244         * gnulib-tool (func_get_automake_snippet): Append an automatically
1245         computed EXTRA_DIST augmentation.
1246         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1247         * modules/alloca-opt (Makefile.am): Likewise.
1248         * modules/allocsa (Makefile.am): Likewise.
1249         * modules/arcfour (Makefile.am): Likewise.
1250         * modules/arctwo (Makefile.am): Likewise.
1251         * modules/argmatch (Makefile.am): Likewise.
1252         * modules/argz (Makefile.am): Likewise.
1253         * modules/atexit (Makefile.am): Likewise.
1254         * modules/backupfile (Makefile.am): Likewise.
1255         * modules/byteswap (Makefile.am): Likewise.
1256         * modules/c-strtod (Makefile.am): Likewise.
1257         * modules/c-strtold (Makefile.am): Likewise.
1258         * modules/calloc (Makefile.am): Likewise.
1259         * modules/canon-host (Makefile.am): Likewise.
1260         * modules/canonicalize (Makefile.am): Likewise.
1261         * modules/chdir-long (Makefile.am): Likewise.
1262         * modules/chdir-safer (Makefile.am): Likewise.
1263         * modules/check-version (Makefile.am): Likewise.
1264         * modules/chown (Makefile.am): Likewise.
1265         * modules/cloexec (Makefile.am): Likewise.
1266         * modules/close-stream (Makefile.am): Likewise.
1267         * modules/closeout (Makefile.am): Likewise.
1268         * modules/crc (Makefile.am): Likewise.
1269         * modules/csharpexec (Makefile.am): Likewise.
1270         * modules/cycle-check (Makefile.am): Likewise.
1271         * modules/des (Makefile.am): Likewise.
1272         * modules/dev-ino (Makefile.am): Likewise.
1273         * modules/dirfd (Makefile.am): Likewise.
1274         * modules/dirname (Makefile.am): Likewise.
1275         * modules/dup2 (Makefile.am): Likewise.
1276         * modules/eealloc (Makefile.am): Likewise.
1277         * modules/error (Makefile.am): Likewise.
1278         * modules/euidaccess (Makefile.am): Likewise.
1279         * modules/exclude (Makefile.am): Likewise.
1280         * modules/exitfail (Makefile.am): Likewise.
1281         * modules/fcntl-safer (Makefile.am): Likewise.
1282         * modules/fcntl (Makefile.am): Likewise.
1283         * modules/file-type (Makefile.am): Likewise.
1284         * modules/fileblocks (Makefile.am): Likewise.
1285         * modules/filemode (Makefile.am): Likewise.
1286         * modules/filenamecat (Makefile.am): Likewise.
1287         * modules/fnmatch (Makefile.am): Likewise.
1288         * modules/fopen-safer (Makefile.am): Likewise.
1289         * modules/fpending (Makefile.am): Likewise.
1290         * modules/fprintftime (Makefile.am): Likewise.
1291         * modules/free (Makefile.am): Likewise.
1292         * modules/fsusage (Makefile.am): Likewise.
1293         * modules/ftruncate (Makefile.am): Likewise.
1294         * modules/fts (Makefile.am): Likewise.
1295         * modules/gc-arcfour (Makefile.am): Likewise.
1296         * modules/gc-des (Makefile.am): Likewise.
1297         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1298         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1299         * modules/gc-md4 (Makefile.am): Likewise.
1300         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1301         * modules/gc-sha1 (Makefile.am): Likewise.
1302         * modules/gc (Makefile.am): Likewise.
1303         * modules/getaddrinfo (Makefile.am): Likewise.
1304         * modules/getcwd (Makefile.am): Likewise.
1305         * modules/getdelim (Makefile.am): Likewise.
1306         * modules/getdomainname (Makefile.am): Likewise.
1307         * modules/getgroups (Makefile.am): Likewise.
1308         * modules/gethostname (Makefile.am): Likewise.
1309         * modules/gethrxtime (Makefile.am): Likewise.
1310         * modules/getline (Makefile.am): Likewise.
1311         * modules/getloadavg (Makefile.am): Likewise.
1312         * modules/getlogin_r (Makefile.am): Likewise.
1313         * modules/getndelim2 (Makefile.am): Likewise.
1314         * modules/getopt (Makefile.am): Likewise.
1315         * modules/getpagesize (Makefile.am): Likewise.
1316         * modules/getpass-gnu (Makefile.am): Likewise.
1317         * modules/getpass (Makefile.am): Likewise.
1318         * modules/getsubopt (Makefile.am): Likewise.
1319         * modules/gettime (Makefile.am): Likewise.
1320         * modules/gettimeofday (Makefile.am): Likewise.
1321         * modules/getugroups (Makefile.am): Likewise.
1322         * modules/getusershell (Makefile.am): Likewise.
1323         * modules/glob (Makefile.am): Likewise.
1324         * modules/group-member (Makefile.am): Likewise.
1325         * modules/hard-locale (Makefile.am): Likewise.
1326         * modules/hash (Makefile.am): Likewise.
1327         * modules/hmac-md5 (Makefile.am): Likewise.
1328         * modules/hmac-sha1 (Makefile.am): Likewise.
1329         * modules/human (Makefile.am): Likewise.
1330         * modules/idcache (Makefile.am): Likewise.
1331         * modules/imaxabs (Makefile.am): Likewise.
1332         * modules/imaxdiv (Makefile.am): Likewise.
1333         * modules/inet_ntop (Makefile.am): Likewise.
1334         * modules/inet_pton (Makefile.am): Likewise.
1335         * modules/intprops (Makefile.am): Likewise.
1336         * modules/inttostr (Makefile.am): Likewise.
1337         * modules/inttypes (Makefile.am): Likewise.
1338         * modules/isapipe (Makefile.am): Likewise.
1339         * modules/javaversion (Makefile.am): Likewise.
1340         * modules/lchmod (Makefile.am): Likewise.
1341         * modules/lchown (Makefile.am): Likewise.
1342         * modules/localcharset (Makefile.am): Likewise.
1343         * modules/long-options (Makefile.am): Likewise.
1344         * modules/lstat (Makefile.am): Likewise.
1345         * modules/malloc (Makefile.am): Likewise.
1346         * modules/mathl (Makefile.am): Likewise.
1347         * modules/mbchar (Makefile.am): Likewise.
1348         * modules/md2 (Makefile.am): Likewise.
1349         * modules/md4 (Makefile.am): Likewise.
1350         * modules/md5 (Makefile.am): Likewise.
1351         * modules/memcasecmp (Makefile.am): Likewise.
1352         * modules/memchr (Makefile.am): Likewise.
1353         * modules/memcmp (Makefile.am): Likewise.
1354         * modules/memcoll (Makefile.am): Likewise.
1355         * modules/memcpy (Makefile.am): Likewise.
1356         * modules/memmem (Makefile.am): Likewise.
1357         * modules/memmove (Makefile.am): Likewise.
1358         * modules/mempcpy (Makefile.am): Likewise.
1359         * modules/memrchr (Makefile.am): Likewise.
1360         * modules/memset (Makefile.am): Likewise.
1361         * modules/memxor (Makefile.am): Likewise.
1362         * modules/mkancesdirs (Makefile.am): Likewise.
1363         * modules/mkdir-p (Makefile.am): Likewise.
1364         * modules/mkdir (Makefile.am): Likewise.
1365         * modules/mkdtemp (Makefile.am): Likewise.
1366         * modules/mkstemp (Makefile.am): Likewise.
1367         * modules/mktime (Makefile.am): Likewise.
1368         * modules/modechange (Makefile.am): Likewise.
1369         * modules/mountlist (Makefile.am): Likewise.
1370         * modules/nanosleep (Makefile.am): Likewise.
1371         * modules/obstack (Makefile.am): Likewise.
1372         * modules/openat (Makefile.am): Likewise.
1373         * modules/pagealign_alloc (Makefile.am): Likewise.
1374         * modules/pathmax (Makefile.am): Likewise.
1375         * modules/physmem (Makefile.am): Likewise.
1376         * modules/poll (Makefile.am): Likewise.
1377         * modules/posixtm (Makefile.am): Likewise.
1378         * modules/posixver (Makefile.am): Likewise.
1379         * modules/putenv (Makefile.am): Likewise.
1380         * modules/quote (Makefile.am): Likewise.
1381         * modules/quotearg (Makefile.am): Likewise.
1382         * modules/raise (Makefile.am): Likewise.
1383         * modules/read-file (Makefile.am): Likewise.
1384         * modules/readline (Makefile.am): Likewise.
1385         * modules/readlink (Makefile.am): Likewise.
1386         * modules/readtokens (Makefile.am): Likewise.
1387         * modules/readutmp (Makefile.am): Likewise.
1388         * modules/realloc (Makefile.am): Likewise.
1389         * modules/regex (Makefile.am): Likewise.
1390         * modules/rename-dest-slash (Makefile.am): Likewise.
1391         * modules/rename (Makefile.am): Likewise.
1392         * modules/rijndael (Makefile.am): Likewise.
1393         * modules/rmdir (Makefile.am): Likewise.
1394         * modules/rpmatch (Makefile.am): Likewise.
1395         * modules/safe-read (Makefile.am): Likewise.
1396         * modules/safe-write (Makefile.am): Likewise.
1397         * modules/same-inode (Makefile.am): Likewise.
1398         * modules/same (Makefile.am): Likewise.
1399         * modules/save-cwd (Makefile.am): Likewise.
1400         * modules/savedir (Makefile.am): Likewise.
1401         * modules/setenv (Makefile.am): Likewise.
1402         * modules/settime (Makefile.am): Likewise.
1403         * modules/sha1 (Makefile.am): Likewise.
1404         * modules/sig2str (Makefile.am): Likewise.
1405         * modules/snprintf (Makefile.am): Likewise.
1406         * modules/stat-macros (Makefile.am): Likewise.
1407         * modules/stat-time (Makefile.am): Likewise.
1408         * modules/stdbool (Makefile.am): Likewise.
1409         * modules/stdint (Makefile.am): Likewise.
1410         * modules/stdlib-safer (Makefile.am): Likewise.
1411         * modules/stpcpy (Makefile.am): Likewise.
1412         * modules/stpncpy (Makefile.am): Likewise.
1413         * modules/strcase (Makefile.am): Likewise.
1414         * modules/strcasestr (Makefile.am): Likewise.
1415         * modules/strchrnul (Makefile.am): Likewise.
1416         * modules/strcspn (Makefile.am): Likewise.
1417         * modules/strdup (Makefile.am): Likewise.
1418         * modules/strerror (Makefile.am): Likewise.
1419         * modules/strftime (Makefile.am): Likewise.
1420         * modules/strndup (Makefile.am): Likewise.
1421         * modules/strnlen (Makefile.am): Likewise.
1422         * modules/strpbrk (Makefile.am): Likewise.
1423         * modules/strsep (Makefile.am): Likewise.
1424         * modules/strstr (Makefile.am): Likewise.
1425         * modules/strtod (Makefile.am): Likewise.
1426         * modules/strtoimax (Makefile.am): Likewise.
1427         * modules/strtok_r (Makefile.am): Likewise.
1428         * modules/strtol (Makefile.am): Likewise.
1429         * modules/strtoll (Makefile.am): Likewise.
1430         * modules/strtoul (Makefile.am): Likewise.
1431         * modules/strtoull (Makefile.am): Likewise.
1432         * modules/strtoumax (Makefile.am): Likewise.
1433         * modules/strverscmp (Makefile.am): Likewise.
1434         * modules/sys_socket (Makefile.am): Likewise.
1435         * modules/sys_stat (Makefile.am): Likewise.
1436         * modules/sysexits (Makefile.am): Likewise.
1437         * modules/time_r (Makefile.am): Likewise.
1438         * modules/timegm (Makefile.am): Likewise.
1439         * modules/timespec (Makefile.am): Likewise.
1440         * modules/tmpfile-safer (Makefile.am): Likewise.
1441         * modules/trim (Makefile.am): Likewise.
1442         * modules/unistd-safer (Makefile.am): Likewise.
1443         * modules/unlinkdir (Makefile.am): Likewise.
1444         * modules/unlocked-io (Makefile.am): Likewise.
1445         * modules/userspec (Makefile.am): Likewise.
1446         * modules/utime (Makefile.am): Likewise.
1447         * modules/utimecmp (Makefile.am): Likewise.
1448         * modules/utimens (Makefile.am): Likewise.
1449         * modules/vasnprintf (Makefile.am): Likewise.
1450         * modules/vasprintf (Makefile.am): Likewise.
1451         * modules/vsnprintf (Makefile.am): Likewise.
1452         * modules/xalloc (Makefile.am): Likewise.
1453         * modules/xgetcwd (Makefile.am): Likewise.
1454         * modules/xnanosleep (Makefile.am): Likewise.
1455         * modules/xreadlink (Makefile.am): Likewise.
1456         * modules/xstrtod (Makefile.am): Likewise.
1457         * modules/xstrtol (Makefile.am): Likewise.
1458         * modules/xstrtold (Makefile.am): Likewise.
1459         * modules/yesno (Makefile.am): Likewise.
1460         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1461
1462 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1463
1464         * modules/error (Makefile.am): Distribute files through
1465         EXTRA_DIST, not lib_SOURCES.
1466
1467 2006-10-12  Eric Blake  <ebb9@byu.net>
1468
1469         * modules/error (Makefile.am): Distribute files in /lib.
1470         * modules/obstack (Makefile.am): Likewise.
1471
1472 2006-10-12  Bruno Haible  <bruno@clisp.org>
1473
1474         * modules/acl (Makefile.am): Distribute all files in lib/ through
1475         EXTRA_DIST.
1476         * modules/arcfour (Makefile.am): Likewise.
1477         * modules/arctwo (Makefile.am): Likewise.
1478         * modules/argmatch (Makefile.am): Likewise.
1479         * modules/argz (Makefile.am): Likewise.
1480         * modules/atexit (Makefile.am): Likewise.
1481         * modules/backupfile (Makefile.am): Likewise.
1482         * modules/c-strtod (Makefile.am): Likewise.
1483         * modules/c-strtold (Makefile.am): Likewise.
1484         * modules/calloc (Makefile.am): Likewise.
1485         * modules/canon-host (Makefile.am): Likewise.
1486         * modules/canonicalize (Makefile.am): Likewise.
1487         * modules/chdir-long (Makefile.am): Likewise.
1488         * modules/chdir-safer (Makefile.am): Likewise.
1489         * modules/check-version (Makefile.am): Likewise.
1490         * modules/chown (Makefile.am): Likewise.
1491         * modules/cloexec (Makefile.am): Likewise.
1492         * modules/close-stream (Makefile.am): Likewise.
1493         * modules/closeout (Makefile.am): Likewise.
1494         * modules/crc (Makefile.am): Likewise.
1495         * modules/cycle-check (Makefile.am): Likewise.
1496         * modules/des (Makefile.am): Likewise.
1497         * modules/dirfd (Makefile.am): Likewise.
1498         * modules/dirname (Makefile.am): Likewise.
1499         * modules/dup2 (Makefile.am): Likewise.
1500         * modules/euidaccess (Makefile.am): Likewise.
1501         * modules/exclude (Makefile.am): Likewise.
1502         * modules/exitfail (Makefile.am): Likewise.
1503         * modules/fcntl-safer (Makefile.am): Likewise.
1504         * modules/file-type (Makefile.am): Likewise.
1505         * modules/fileblocks (Makefile.am): Likewise.
1506         * modules/filemode (Makefile.am): Likewise.
1507         * modules/filenamecat (Makefile.am): Likewise.
1508         * modules/fnmatch (Makefile.am): Likewise.
1509         * modules/fopen-safer (Makefile.am): Likewise.
1510         * modules/fpending (Makefile.am): Likewise.
1511         * modules/fprintftime (Makefile.am): Likewise.
1512         * modules/free (Makefile.am): Likewise.
1513         * modules/fsusage (Makefile.am): Likewise.
1514         * modules/ftruncate (Makefile.am): Likewise.
1515         * modules/fts (Makefile.am): Likewise.
1516         * modules/gc (Makefile.am): Likewise.
1517         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1518         * modules/getaddrinfo (Makefile.am): Likewise.
1519         * modules/getcwd (Makefile.am): Likewise.
1520         * modules/getdelim (Makefile.am): Likewise.
1521         * modules/getdomainname (Makefile.am): Likewise.
1522         * modules/getgroups (Makefile.am): Likewise.
1523         * modules/gethostname (Makefile.am): Likewise.
1524         * modules/gethrxtime (Makefile.am): Likewise.
1525         * modules/getline (Makefile.am): Likewise.
1526         * modules/getloadavg (Makefile.am): Likewise.
1527         * modules/getlogin_r (Makefile.am): Likewise.
1528         * modules/getopt (Makefile.am): Likewise.
1529         * modules/getpass (Makefile.am): Likewise.
1530         * modules/getpass-gnu (Makefile.am): Likewise.
1531         * modules/getsubopt (Makefile.am): Likewise.
1532         * modules/gettime (Makefile.am): Likewise.
1533         * modules/gettimeofday (Makefile.am): Likewise.
1534         * modules/getugroups (Makefile.am): Likewise.
1535         * modules/getusershell (Makefile.am): Likewise.
1536         * modules/glob (Makefile.am): Likewise.
1537         * modules/group-member (Makefile.am): Likewise.
1538         * modules/hard-locale (Makefile.am): Likewise.
1539         * modules/hash (Makefile.am): Likewise.
1540         * modules/hmac-md5 (Makefile.am): Likewise.
1541         * modules/hmac-sha1 (Makefile.am): Likewise.
1542         * modules/human (Makefile.am): Likewise.
1543         * modules/idcache (Makefile.am): Likewise.
1544         * modules/imaxabs (Makefile.am): Likewise.
1545         * modules/imaxdiv (Makefile.am): Likewise.
1546         * modules/inet_ntop (Makefile.am): Likewise.
1547         * modules/inet_pton (Makefile.am): Likewise.
1548         * modules/inttostr (Makefile.am): Likewise.
1549         * modules/isapipe (Makefile.am): Likewise.
1550         * modules/lchown (Makefile.am): Likewise.
1551         * modules/long-options (Makefile.am): Likewise.
1552         * modules/lstat (Makefile.am): Likewise.
1553         * modules/malloc (Makefile.am): Likewise.
1554         * modules/mathl (Makefile.am): Likewise.
1555         * modules/mbchar (Makefile.am): Likewise.
1556         * modules/md2 (Makefile.am): Likewise.
1557         * modules/md4 (Makefile.am): Likewise.
1558         * modules/md5 (Makefile.am): Likewise.
1559         * modules/memcasecmp (Makefile.am): Likewise.
1560         * modules/memchr (Makefile.am): Likewise.
1561         * modules/memcmp (Makefile.am): Likewise.
1562         * modules/memcoll (Makefile.am): Likewise.
1563         * modules/memcpy (Makefile.am): Likewise.
1564         * modules/memmem (Makefile.am): Likewise.
1565         * modules/memmove (Makefile.am): Likewise.
1566         * modules/mempcpy (Makefile.am): Likewise.
1567         * modules/memrchr (Makefile.am): Likewise.
1568         * modules/memset (Makefile.am): Likewise.
1569         * modules/memxor (Makefile.am): Likewise.
1570         * modules/mkancesdirs (Makefile.am): Likewise.
1571         * modules/mkdir (Makefile.am): Likewise.
1572         * modules/mkdir-p (Makefile.am): Likewise.
1573         * modules/mkdtemp (Makefile.am): Likewise.
1574         * modules/mkstemp (Makefile.am): Likewise.
1575         * modules/mktime (Makefile.am): Likewise.
1576         * modules/modechange (Makefile.am): Likewise.
1577         * modules/mountlist (Makefile.am): Likewise.
1578         * modules/nanosleep (Makefile.am): Likewise.
1579         * modules/openat (Makefile.am): Likewise.
1580         * modules/pagealign_alloc (Makefile.am): Likewise.
1581         * modules/physmem (Makefile.am): Likewise.
1582         * modules/poll (Makefile.am): Likewise.
1583         * modules/posixtm (Makefile.am): Likewise.
1584         * modules/posixver (Makefile.am): Likewise.
1585         * modules/putenv (Makefile.am): Likewise.
1586         * modules/quote (Makefile.am): Likewise.
1587         * modules/quotearg (Makefile.am): Likewise.
1588         * modules/raise (Makefile.am): Likewise.
1589         * modules/read-file (Makefile.am): Likewise.
1590         * modules/readline (Makefile.am): Likewise.
1591         * modules/readlink (Makefile.am): Likewise.
1592         * modules/readtokens (Makefile.am): Likewise.
1593         * modules/readutmp (Makefile.am): Likewise.
1594         * modules/realloc (Makefile.am): Likewise.
1595         * modules/regex (Makefile.am): Likewise.
1596         * modules/rename (Makefile.am): Likewise.
1597         * modules/rename-dest-slash (Makefile.am): Likewise.
1598         * modules/rijndael (Makefile.am): Likewise.
1599         * modules/rmdir (Makefile.am): Likewise.
1600         * modules/rpmatch (Makefile.am): Likewise.
1601         * modules/safe-read (Makefile.am): Likewise.
1602         * modules/safe-write (Makefile.am): Likewise.
1603         * modules/same (Makefile.am): Likewise.
1604         * modules/save-cwd (Makefile.am): Likewise.
1605         * modules/savedir (Makefile.am): Likewise.
1606         * modules/setenv (Makefile.am): Likewise.
1607         * modules/settime (Makefile.am): Likewise.
1608         * modules/sha1 (Makefile.am): Likewise.
1609         * modules/sig2str (Makefile.am): Likewise.
1610         * modules/snprintf (Makefile.am): Likewise.
1611         * modules/stdlib-safer (Makefile.am): Likewise.
1612         * modules/stpcpy (Makefile.am): Likewise.
1613         * modules/stpncpy (Makefile.am): Likewise.
1614         * modules/strcase (Makefile.am): Likewise.
1615         * modules/strcasestr (Makefile.am): Likewise.
1616         * modules/strchrnul (Makefile.am): Likewise.
1617         * modules/strcspn (Makefile.am): Likewise.
1618         * modules/strdup (Makefile.am): Likewise.
1619         * modules/strerror (Makefile.am): Likewise.
1620         * modules/strftime (Makefile.am): Likewise.
1621         * modules/strndup (Makefile.am): Likewise.
1622         * modules/strnlen (Makefile.am): Likewise.
1623         * modules/strpbrk (Makefile.am): Likewise.
1624         * modules/strsep (Makefile.am): Likewise.
1625         * modules/strstr (Makefile.am): Likewise.
1626         * modules/strtod (Makefile.am): Likewise.
1627         * modules/strtoimax (Makefile.am): Likewise.
1628         * modules/strtok_r (Makefile.am): Likewise.
1629         * modules/strtol (Makefile.am): Likewise.
1630         * modules/strtoll (Makefile.am): Likewise.
1631         * modules/strtoul (Makefile.am): Likewise.
1632         * modules/strtoull (Makefile.am): Likewise.
1633         * modules/strtoumax (Makefile.am): Likewise.
1634         * modules/strverscmp (Makefile.am): Likewise.
1635         * modules/time_r (Makefile.am): Likewise.
1636         * modules/timegm (Makefile.am): Likewise.
1637         * modules/tmpfile-safer (Makefile.am): Likewise.
1638         * modules/unistd-safer (Makefile.am): Likewise.
1639         * modules/unlinkdir (Makefile.am): Likewise.
1640         * modules/userspec (Makefile.am): Likewise.
1641         * modules/utime (Makefile.am): Likewise.
1642         * modules/utimecmp (Makefile.am): Likewise.
1643         * modules/utimens (Makefile.am): Likewise.
1644         * modules/vasnprintf (Makefile.am): Likewise.
1645         * modules/vasprintf (Makefile.am): Likewise.
1646         * modules/vsnprintf (Makefile.am): Likewise.
1647         * modules/xalloc (Makefile.am): Likewise.
1648         * modules/xgetcwd (Makefile.am): Likewise.
1649         * modules/xnanosleep (Makefile.am): Likewise.
1650         * modules/xreadlink (Makefile.am): Likewise.
1651         * modules/xstrtod (Makefile.am): Likewise.
1652         * modules/xstrtol (Makefile.am): Likewise.
1653         * modules/xstrtold (Makefile.am): Likewise.
1654         * modules/yesno (Makefile.am): Likewise.
1655
1656 2006-10-12  Jim Meyering  <jim@meyering.net>
1657
1658         * m4/getloadavg.m4: Revert the change below.
1659
1660         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1661         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1662         fail with a symlink, which is what coreutils' ./bootstrap now
1663         creates by default.
1664
1665 2006-10-12  Bruno Haible  <bruno@clisp.org>
1666
1667         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1668         mingw.
1669         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1670         MSVC and mingw explicitly.
1671
1672 2006-10-11  Simon Josefsson  <jas@extundo.com>
1673             Bruno Haible  <bruno@clisp.org>
1674
1675         Add support for multiple gnulib-tool invocations in the scope of a
1676         single configure.ac file.
1677         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1678         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1679         with the same contents as the _LIBADD variable.
1680         (func_emit_initmacro_start, func_emit_initmacro_end,
1681         func_emit_initmacro_done): New functions.
1682         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1683         gl_LIBOBJS and gl_LTLIBOBJS.
1684
1685 2006-10-11  Bruno Haible  <bruno@clisp.org>
1686
1687         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1688         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1689         autoreconf. Instead, invoke autopoint explicitly but move back the
1690         *.m4 files from gnulib.
1691
1692 2006-10-11  Bruno Haible  <bruno@clisp.org>
1693
1694         * gnulib-tool (func_usage): Make module names after --create-testdir
1695         optional.
1696         (func_create_testdir): If no module was specified, use nearly all
1697         modules.
1698
1699 2006-10-12  Jim Meyering  <jim@meyering.net>
1700
1701         Big performance improvement for fts-based tools that use FTS_NOSTAT.
1702         Avoid spurious inode-mismatch problems on non-POSIX file systems.
1703         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
1704         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
1705         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
1706         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
1707         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
1708         (fts_set_stat_required): New function.
1709         (fts_open): Defer the calls to fts_stat, if possible or requested.
1710         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
1711         into fts_stat itself.
1712         (fts_read): Perform any required (deferred) fts_stat call.
1713         (fts_build): Likewise, for the directory we're about to open and read.
1714         In the readdir loop, carefully decide whether each entry will require
1715         an eventual call to fts_stat, using dirent.d_type info if available.
1716         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
1717         a command line argument into this function.  Update all callers.
1718         Map a return value of FTS_DOT to FTS_D for a command line argument.
1719         * modules/fts (Depends-on): Add d-type.  Alphabetize.
1720         Thanks to Miklos Szeredi for his tenacity and for the initial
1721         bug report about "find" failing on a FUSE-based file system.
1722
1723         * lib/fts.c (fts_open): Use consistent indentation.
1724
1725 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1726
1727         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
1728         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
1729         reported by Jim Meyering.  All uses of cache variables renamed
1730         to match Autoconf's.
1731         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
1732         the other one.
1733
1734         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1735         Fix misspelling in diagnostic.
1736
1737 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1738
1739         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
1740         defined.  Problem reported by Matthew Woehlke.
1741
1742         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
1743         Add support for Tandem NonStop R series.
1744         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
1745         Use new macro.
1746
1747         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
1748         (has_trailing_slash): Omit size arg; all callers changed.
1749         Omit 'inline', since it doesn't help performance and we'd
1750         need to configure it.
1751         Don't count //, ///, etc. as having a trailing slash.
1752         As a side effect, this removes a C99ism reported by Matthew Woehlke.
1753         (rpl_rename_dest_slash): On failure, use rename's errno rather
1754         than (in some cases) an incorrect or junk errno.
1755         Simplify code by removing need to compute length; this does
1756         cause it to make two passes instead of one over the file name,
1757         but it's worth it.
1758
1759         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
1760         change, since Autoconf's version may no longer be appropriate now
1761         that we are using CVS Autoconf's version.  Add support for Tandem.
1762
1763 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1764             Bruno Haible  <bruno@clisp.org>
1765
1766         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
1767         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
1768         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
1769         gl_AC_TYPE_LONG_LONG.
1770
1771         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
1772         instead of HAVE_LONG_LONG.
1773         * lib/printf-args.c (printf_fetchargs): Likewise.
1774         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
1775         * lib/vasnprintf.c (VASNPRINTF): Likewise.
1776         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
1777         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
1778         gl_AC_TYPE_LONG_LONG.
1779
1780 2006-10-11  Bruno Haible  <bruno@clisp.org>
1781
1782         * m4/longlong.m4: Add comments.
1783         * m4/ulonglong.m4: Likewise.
1784
1785 2006-10-10  Bruno Haible  <bruno@clisp.org>
1786
1787         Make it possible to #define stpcpy, strdup to aliases.
1788         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
1789         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
1790
1791 2006-10-10  Bruno Haible  <bruno@clisp.org>
1792
1793         Make it possible to #define gcd to an alias.
1794         * lib/gcd.c: Include config.h.
1795
1796 2006-10-10  Bruno Haible  <bruno@clisp.org>
1797
1798         Make it possible to #define c_isascii to an alias.
1799         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
1800         defined. Undefine the macros before defining them, to avoid gcc
1801         warnings.
1802         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
1803         define NO_C_CTYPE_MACROS early.
1804
1805 2006-10-10  Bruno Haible  <bruno@clisp.org>
1806
1807         Make it possible to #define set_program_name to an alias.
1808         * lib/progname.c: Don't undefine set_program_name; instead, undefine
1809         ENABLE_RELOCATABLE early.
1810
1811 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1812
1813         Port to Tandem NSK OSS, which has 64-bit signed int but at most
1814         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
1815         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
1816         More generally, don't assume that 64-bit signed int is available
1817         if unsigned int is, and vice versa.
1818         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
1819         unsigned symbols, not on their signed counterparts.
1820         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
1821         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
1822         (UINT64_C, UINTMAX_C):
1823         Likewise.
1824         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
1825         unsigned counterparts.
1826         (Have_long_long, Unsigned): New macros.
1827         (Int): Renamed from INT.
1828         (strtoimax): Use the new macros.
1829         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
1830         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
1831         * modules/inttypes (inttypes.h): Substitute
1832         HAVE_UNSIGNED_LONG_LONG_INT.
1833         * modules/stdint (stdint.h): Likewise.
1834         (Files): Add m4/ulonglong.m4.
1835
1836 2006-10-10  Bruno Haible  <bruno@clisp.org>
1837
1838         Fix a gcc -Wshadow warning.
1839         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
1840         to 'bucket'.
1841         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
1842         gl_linked_indexof_from_to): Likewise.
1843         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
1844         Likewise.
1845         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
1846         Likewise.
1847         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
1848         Reported by Eric Blake.
1849
1850 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1851
1852         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
1853         for NetBSD.  Problem reported by Bruno Haible.
1854
1855 2006-10-09  Jim Meyering  <jim@meyering.net>
1856
1857         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
1858         Patch from Bruno Haible.
1859
1860 2006-10-09  Jim Meyering  <jim@meyering.net>
1861
1862         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
1863         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
1864         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
1865
1866 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1867
1868         Don't include <config.h> twice; this doesn't work in some cases,
1869         e.g., when config.h has "#define intmax_t long long int" and
1870         we include <config.h>, <inttypes.h>, <config.h> in that order.
1871         Problem reported by Matthew Woehlke in:
1872         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
1873         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
1874         * lib/fts-cycle.c: Don't include config.h.
1875         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
1876         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
1877         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
1878         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
1879         inttypes.h.
1880         * lib/xstrtoumax.c: Likewise.
1881         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
1882         __strtol and the like, so that this module is more like its siblings.
1883         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
1884         Remove; no longer needed now that we assume gnulib inttypes.h.
1885
1886 2006-10-08  Bruno Haible  <bruno@clisp.org>
1887
1888         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
1889         option.
1890
1891 2006-10-07  Jim Meyering  <jim@meyering.net>
1892
1893         * modules/inttypes (inttypes.h): Revert what seems to have been
1894         an inadvertent part of today's change: use "|", not "/" in the
1895         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
1896
1897 2006-10-07  Bruno Haible  <bruno@clisp.org>
1898
1899         * modules/sublist: New file.
1900
1901 2006-10-07  Bruno Haible  <bruno@clisp.org>
1902
1903         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
1904         * modules/argz (argz.h): Likewise.
1905         * modules/arpa_inet (arpa/inet.h): Likewise.
1906         * modules/byteswap (byteswap.h): Likewise.
1907         * modules/configmake (configmake.h): Likewise.
1908         * modules/fcntl (fcntl.h): Likewise.
1909         * modules/fnmatch (fnmatch.h): Likewise.
1910         * modules/getopt (getopt.h): Likewise.
1911         * modules/glob (glob.h): Likewise.
1912         * modules/inttypes (inttypes.h): Likewise.
1913         * modules/netinet_in (netinet/in.h): Likewise.
1914         * modules/poll (poll.h): Likewise.
1915         * modules/stdbool (stdbool.h): Likewise.
1916         * modules/stdint (stdint.h): Likewise.
1917         * modules/sys_select (sys/select.h): Likewise.
1918         * modules/sys_socket (sys/socket.h): Likewise.
1919         * modules/sys_stat (sys/stat.h): Likewise.
1920         * modules/sysexits (sysexits.h): Likewise.
1921         * modules/unistd (unistd.h): Likewise.
1922         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1923         Add a "DO NOT EDIT" comment to the generated file.
1924         (func_import): Likewise for gnulib-comp.m4.
1925
1926 2006-10-07  Bruno Haible  <bruno@clisp.org>
1927
1928         * lib/gl_sublist.h: New file.
1929         * lib/gl_sublist.c: New file.
1930
1931 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1932
1933         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
1934         name (relative to the original working directory) and the file
1935         name component (relative to the temporary working directory).  All
1936         callers changed.
1937         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
1938         * lib/mkdir-p.c (make_dir_parents): Likewise.
1939         * lib/mkdir-p.h (make_dir_parents): Likewise.
1940
1941 2006-10-06  Eric Blake  <ebb9@byu.net>
1942
1943         Define several macros for use by the clean-temp module.
1944         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
1945         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
1946         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
1947
1948         * lib/clean-temp.h (close_stream_temp): New declaration.
1949         * lib/clean-temp.c (includes): Pull in headers according to what
1950         other modules are in use.
1951         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
1952
1953 2006-10-06  Bruno Haible  <bruno@clisp.org>
1954
1955         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
1956         instead of fopen, fwriteerror.
1957
1958 2006-10-06  Bruno Haible  <bruno@clisp.org>
1959
1960         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
1961         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
1962         int.
1963         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
1964         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
1965         Return an error indicator.
1966         Suggested by Eric Blake.
1967
1968 2006-10-06  Bruno Haible  <bruno@clisp.org>
1969
1970         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
1971         Reported by Eric Blake.
1972
1973 2006-10-06  Bruno Haible  <bruno@clisp.org>
1974
1975         * modules/closeout (Description): Mention stderr too.
1976
1977 2006-10-06  Bruno Haible  <bruno@clisp.org>
1978         and Paul Eggert  <eggert@cs.ucla.edu>
1979
1980         * lib/closeout.c (close_stdout): Also close stderr.
1981         * lib/closeout.h: Update comment.
1982
1983 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1984
1985         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
1986         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
1987         * lib/dirchownmod.c: Include lchown.h.
1988         * lib/lchown.c: Don't include files that lchown.h now includes.
1989         Don't declare chown, since lchown.h now does that.
1990         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
1991         (lchown): Define to rpl_chown if lchown is declared but
1992         does not exist.  Declare using a prototype if lchown is not
1993         declared.  Add a copyright notice.
1994         * lib/mkstemp.h: Include <unistd.h>.
1995         * lib/openat.c: Include lchown.h.
1996
1997         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
1998         we now test for that separately.
1999         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2000         rather than O_NOFOLLOW, when testing whether it's possible to
2001         avoid a race condition reliably.
2002         * lib/savewd.c (savewd_chdir): Likewise.
2003
2004         Remove macros that are no longer needed now that stdint.h is
2005         reliable.
2006         * lib/fsusage.c (UINTMAX_MAX): Remove.
2007         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2008         * lib/utimecmp.c (SIZE_MAX): Remove.
2009
2010         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2011
2012         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2013         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2014         O_NOATIME works.
2015
2016 2006-10-05  Bruno Haible  <bruno@clisp.org>
2017
2018         * lib/gl_list.h (gl_sortedlist_search_from_to,
2019         gl_sortedlist_indexof_from_to): New declarations.
2020         (gl_list_implementation): New fields sortedlist_search_from_to,
2021         sortedlist_indexof_from_to.
2022         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2023         inline functions.
2024         * lib/gl_list.c (gl_sortedlist_search_from_to,
2025         gl_sortedlist_indexof_from_to): New functions.
2026         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2027         function.
2028         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2029         (gl_array_sortedlist_search_from_to): New function.
2030         (gl_array_list_implementation): Update.
2031         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2032         function.
2033         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2034         (gl_carray_sortedlist_search_from_to): New function.
2035         (gl_carray_list_implementation): Update.
2036         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2037         gl_linked_sortedlist_indexof_from_to): New functions.
2038         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2039         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2040         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2041         gl_tree_sortedlist_indexof_from_to): New functions.
2042         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2043         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2044         Update.
2045         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2046         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2047         Update.
2048
2049 2006-10-05  Bruno Haible  <bruno@clisp.org>
2050
2051         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2052         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2053         (struct gl_list_implementation): Add fields search_from_to,
2054         indexof_from_to. Remove fields search, indexof.
2055         (gl_list_search): Use the search_from_to method.
2056         (gl_list_search_from, gl_list_search_from_to): New functions.
2057         (gl_list_indexof): Use the indexof_from_to method.
2058         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2059         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2060         (gl_list_search_from, gl_list_search_from_to): New functions.
2061         (gl_list_indexof): Use the indexof_from_to method.
2062         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2063         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2064         gl_array_indexof. Add start_index, end_index arguments.
2065         (gl_array_search_from_to): Renamed from gl_array_search. Add
2066         start_index, end_index arguments.
2067         (gl_array_remove, gl_array_list_implementation): Update.
2068         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2069         gl_carray_indexof. Add start_index, end_index arguments.
2070         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2071         start_index, end_index arguments.
2072         (gl_carray_remove, gl_carray_list_implementation): Update.
2073         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2074         gl_linked_search. Add start_index, end_index arguments.
2075         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2076         start_index, end_index arguments.
2077         (gl_linked_remove): Update.
2078         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2079         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2080         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2081         field to 'size_t'.
2082         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2083         gl_tree_search. Add start_index, end_index arguments.
2084         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2085         start_index, end_index arguments.
2086         (gl_tree_remove): Update.
2087         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2088         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2089         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2090         function.
2091         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2092         gl_tree_search. Add start_index, end_index arguments.
2093         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2094         start_index, end_index arguments.
2095         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2096         Update.
2097         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2098
2099 2006-10-05  Bruno Haible  <bruno@clisp.org>
2100
2101         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2102
2103         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2104         fwriteerror_temp): New declarations.
2105         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2106         (descriptors): New variable.
2107         (cleanup): First, close the descriptors.
2108         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2109         fclose_temp, fwriteerror_temp): New functions.
2110
2111 2006-10-04  Jim Meyering  <jim@meyering.net>
2112
2113         * lib/fts.c (fts_open): Tiny comment change.
2114
2115 2006-10-04  Bruno Haible  <bruno@clisp.org>
2116
2117         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2118         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2119         gl_LOCK_BODY.
2120         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2121         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2122         gl_LOCK_EARLY_BODY.
2123         (gl_LOCK): Require gl_LOCK_BODY.
2124
2125 2006-10-04  Bruno Haible  <bruno@clisp.org>
2126
2127         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2128         (gl_oset_search_atleast): New declaration.
2129         (struct gl_oset_implementation): Add field 'search_atleast'.
2130         (gl_oset_search_atleast): New inline function.
2131         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2132         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2133         (gl_array_oset_implementation): Update.
2134         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2135         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2136         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2137
2138 2006-10-04  Bruno Haible  <bruno@clisp.org>
2139
2140         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2141
2142 2006-10-03  Bruno Haible  <bruno@clisp.org>
2143
2144         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2145         from gl_avltreehash_list_implementation.
2146
2147 2006-10-03  Bruno Haible  <bruno@clisp.org>
2148
2149         * lib/gl_oset.c (gl_oset_add): Fix return type.
2150
2151 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2152
2153         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2154
2155 2006-10-02  Eric Blake  <ebb9@byu.net>
2156
2157         * modules/strnlen (Depends-on): Add extensions.
2158
2159 2006-10-02  Eric Blake  <ebb9@byu.net>
2160
2161         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2162         definition in 2.60+.
2163
2164 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2165
2166         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2167         checks.
2168
2169 2006-10-02  Bruno Haible  <bruno@clisp.org>
2170
2171         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2172         to the AUTOMAKE_OPTIONS.
2173         Reported by Jim Meyering.
2174
2175 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2176
2177         Work around bug in Solaris 10 /proc file system:
2178         /proc/self/fd/NNN/.. isn't the parent directory of
2179         the directory whose file descriptor is NNN.  This needs to
2180         be worked around at run time, not compile time, since a
2181         program might be built on Solaris 8, where things work, and
2182         run on Solaris 10.
2183         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2184         to use the following interface instead:
2185         (OPENAT_BUFFER_SIZE): New macro.
2186         (openat_proc_name): New function.
2187         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2188         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2189         Likewise.
2190         * lib/openat-proc.c: New file.
2191         * modules/openat (Files): Add lib/openat-proc.c.
2192         (Depends-on): Add same-inode, stdbool.
2193         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2194
2195 2006-09-29  Bruno Haible  <bruno@clisp.org>
2196
2197         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2198         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2199         argument. Set stdout_closed before testing for ferror, not after.
2200         (fwriteerror, fwriteerror_no_ebadf): New functions.
2201
2202 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2203
2204         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2205
2206 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2207
2208         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2209         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2210
2211 2006-09-28  Jim Meyering  <jim@meyering.net>
2212
2213         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2214         Include <unistd.h>.
2215
2216 2006-09-28  Bruno Haible  <bruno@clisp.org>
2217
2218         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2219         * modules/linkedhash-list (Depends-on): Likewise.
2220         * modules/rbtreehash-list (Depends-on): Likewise.
2221
2222 2006-09-28  Bruno Haible  <bruno@clisp.org>
2223
2224         * lib/strndup.h: Simplify the redefinition of strndup.
2225         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2226         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2227
2228 2006-09-28  Bruno Haible  <bruno@clisp.org>
2229
2230         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2231         * lib/gl_linkedhash_list.c: Likewise.
2232         * lib/gl_rbtreehash_list.c: Likewise.
2233
2234 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2235
2236         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2237         getaddrinfo.
2238
2239         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2240         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2241         it causes <stdio_ext.h> to cause a compile-time error.
2242         Problem reported by Nelson H. F. Beebe.
2243         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2244         of HAVE_DECL___PENDING.
2245
2246         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2247         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2248         declaration.
2249
2250 2006-09-27  Jim Meyering  <jim@meyering.net>
2251
2252         This file could end up with a definition for a function
2253         named __strndup, rather than rpl_strndup on a system with
2254         incomplete weak_alias support.
2255         * lib/strndup.c (strndup): Rename from __strndup.
2256         Remove #defines that used to map __strndup to strndup.
2257         Don't use K&R prototypes.
2258         Remove LIBC-related code, since this file is not sync'd with glibc.
2259         * lib/strndup.h: Revamp, accordingly.
2260         * m4/strndup.m4: Modernize.
2261
2262 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2263
2264         * modules/savewd (Depends-on): Add 'raise'.
2265         * lib/savewd.c: Include <signal.h>, for 'raise'.
2266
2267 2006-09-26  Jim Meyering  <jim@meyering.net>
2268
2269         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2270         when we detect Darwin 8.7.0's acl_get_file bug.
2271         Rearrange to perform the new (below) run-test while $LIBS
2272         contains any acl-related library.  Set USE_ACL at the end.
2273         (gl_ACL_GET_FILE): New function.
2274
2275 2006-09-26  Eric Blake  <ebb9@byu.net>
2276
2277         * lib/verror.c: Include <config.h> unconditionally.
2278
2279 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2280
2281         * modules/clock-time (Maintainer): Add self.
2282         * modules/getlogin_r (Depends-on): Add extensions.
2283
2284 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2285
2286         * modules/clock-time: New module.
2287         * modules/nanosleep (Depends-on): Add clock-time.
2288         * modules/gethrxtime (Depends-on): Likewise.
2289         * modules/gettime (Depends-on): Likewise.
2290         * modules/settime (Depends-on): Likewise.
2291
2292         * modules/fts-lgpl: Depend on openat.
2293         * modules/mkancesdirs: Depend on savewd.
2294         * modules/mkdir-p: Likewise.
2295
2296 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2297
2298         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2299
2300         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2301         `gl_have_arbitrary_file_name_length_limit' to
2302         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2303         actually works between configure runs.
2304
2305 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2306             Bruno Haible  <bruno@clisp.org>
2307
2308         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2309
2310 2006-09-25  Jim Meyering  <jim@meyering.net>
2311
2312         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2313         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2314
2315 2006-09-25  Eric Blake  <ebb9@byu.net>
2316
2317         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2318         exec's in 2006-09-18 patch when shuffling fds.
2319
2320 2006-09-25  Bruno Haible  <bruno@clisp.org>
2321
2322         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2323         Reported by Jim Meyering.
2324
2325 2006-09-24  Jim Meyering  <jim@meyering.net>
2326
2327         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2328         compare a pointer against a literal "0".  That caused failures with
2329         at least HP-UX's hpcc.
2330
2331 2006-09-22  Simon Josefsson  <jas@extundo.com>
2332
2333         * modules/gc-sha1:
2334         * modules/gc-md4:
2335         * modules/gc-hmac-sha1:
2336         * modules/gc-hmac-md5:
2337         * modules/gc-des:
2338         * modules/gc-arcfour: Distribute more files.
2339
2340 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2341
2342         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2343         (gl_linked_iterator_from_to): Initialize struct completely.
2344         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2345         (gl_tree_iterator_from_to): Likewise
2346         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2347         * lib/gl_array_list.c [lint] (gl_array_iterator)
2348         (gl_array_iterator_from_to): Likewise.
2349         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2350         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2351         (gl_carray_iterator_from_to): Likewise.
2352
2353         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2354         * lib/md4.c (md4_process_block): Remove unused variable.
2355         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2356         parentheses for clarity.
2357
2358 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2359
2360         * modules/bison-i18n (Depends-on): Add gettext.
2361
2362 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2363
2364         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2365         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2366         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2367         also add missing comma that caused broken test.
2368         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2369         stdlib.h, for `abort'.
2370         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2371         variables.
2372         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2373         include unistd.h if present, for `rmdir'.
2374         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2375         variables.
2376         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2377         in the process include standard headers for prototypes.
2378         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2379         gets declared on GNU/Linux.
2380         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2381         unistd.h, for `rmdir'.
2382         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2383
2384         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2385         always true.
2386         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2387
2388         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2389
2390 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2391
2392         * gnulib-tool (func_version): Create output all at once.  This
2393         may help avoid triggering unnecessary SIGPIPEs, and at any
2394         rate it doesn't hurt.
2395
2396 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2397             Bruno Haible  <bruno@clisp.org>
2398
2399         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2400         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2401         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2402
2403         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2404         (gl_FUNC_VASPRINTF): Invoke it.
2405
2406 2006-09-22  Bruno Haible  <bruno@clisp.org>
2407
2408         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2409         getloadavg.c as first argument.
2410
2411 2006-09-22  Bruno Haible  <bruno@clisp.org>
2412
2413         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2414         at the beginning of the gl_INIT macro.
2415         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2416         gl_GETLOADAVG.
2417
2418 2006-09-22  Bruno Haible  <bruno@clisp.org>
2419
2420         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2421         module.
2422         Suggested by Ralf Wildenhues.
2423
2424 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2425
2426         Import this patch from libc:
2427
2428         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2429
2430         * lib/regex_internal.c (re_string_reconstruct): Handle
2431         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2432         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2433         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2434         re_string_context_at.
2435
2436         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2437         now requires it.
2438         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2439         gl_REGEX now does it for us.
2440         (gl_REGEX): Add test taken from
2441         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2442
2443         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2444         Check that large offsets work.  Modernize Autoconf usages.
2445         Prefer "yes" to mean a good thing rather than a bad.
2446         Don't put "#define mkstemp" in config.h, as this might interfere
2447         with standard system headers that "#define mkstemp mkstemp64".
2448
2449         * modules/mkstemp (Depends-on): Add extensions, so that
2450         mkstemp is visible on some platforms.
2451         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2452         (Include): Change to "mkstemp.h" from <stdlib.h>.
2453         (Files): Add mkstemp.h.
2454
2455         * lib/mkstemp.h: New file, since some standard headers
2456         #define mkstemp.
2457         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2458         Include "mkstemp.h".
2459         Make the _LIBC code resemble glibc original more,
2460         e.g., use K&R style.
2461         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2462         (mkstemp): Remove, since mkstemp.h does this for us.
2463         * lib/stdlib--.h: Include mkstemp.h.
2464
2465         Import this patch from libc:
2466
2467         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2468
2469         * lib/tempname.c (__gen_tempname): Change attempts_min
2470         into a macro.  Use preprocessor to decide how to initialize
2471         attempts [Coverity CID 67].
2472
2473 2006-09-20  Bruno Haible  <bruno@clisp.org>
2474
2475         * lib/mkdtemp.c: Import from libc.
2476         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2477                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2478                 attempts_min into a macro.  Use preprocessor to decide how to
2479                 initialize attempts [Coverity CID 67].
2480         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2481                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2482                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2483
2484 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2485
2486         * gnulib-tool (func_exit): New function, to allow to pass the
2487         exit status portably through the trap.  Use everywhere.
2488         (--help, --version): Signal a write error.
2489         (trap): catch SIGPIPE, for write errors.
2490         Exit at the end of the trap, with the correct exit status.
2491
2492 2006-09-19  Karl Berry  <karl@gnu.org>
2493
2494         * doc/gnulib.texi: note about the license texinfo files.
2495
2496 2006-09-19  Eric Blake  <ebb9@byu.net>
2497
2498         * gnulib-tool: Avoid space-tab.
2499
2500 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2501
2502         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2503         that prevented coreutils 6.1 from building.  Problem reported
2504         by Petter Reinholdtsen.
2505
2506 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2507
2508         * gnulib-tool (avoidlist): Fix typo that broke options like
2509         --avoid=lock that are used by coreutils bootstrap.
2510
2511 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2512
2513         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2514         more systematically.
2515
2516 2006-09-18  Jim Meyering  <jim@meyering.net>
2517
2518         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2519
2520 2006-09-18  Bruno Haible  <bruno@clisp.org>
2521
2522         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2523
2524 2006-09-18  Bruno Haible  <bruno@clisp.org>
2525
2526         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2527         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2528         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2529         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2530         * m4/gettext.m4: Require autoconf >= 2.52.
2531         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2532         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2533         of gl_cv_header_inttypes_h.
2534
2535 2006-09-18  Bruno Haible  <bruno@clisp.org>
2536
2537         * lib/javaversion.c: Include configmake.h.
2538
2539 2006-09-18  Bruno Haible  <bruno@clisp.org>
2540
2541         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2542         avoid that the while loops be executed in a subshell.
2543
2544 2006-09-18  Bruno Haible  <bruno@clisp.org>
2545
2546         * MODULES.html.sh (func_module): Break long lines.
2547         Suggested by Bruce Korb <bkorb@gnu.org>.
2548
2549 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2550
2551         Speed up by a factor of 1.12.
2552         * gnulib-tool (nl): New variable.
2553         (func_import): Rewrite include directive extraction to only read each
2554         directive once.
2555
2556 2006-09-17  Bruno Haible  <bruno@clisp.org>
2557
2558         * modules/javaversion (Makefile.am): Remove DEFS setting.
2559         (Depends-on): Add configmake, for PKGDATADIR definition.
2560
2561 2006-09-17  Bruno Haible  <bruno@clisp.org>
2562
2563         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2564
2565 2006-09-17  Bruno Haible  <bruno@clisp.org>
2566
2567         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2568         (func_modules_transitive_closure, func_modules_add_dummy,
2569         func_modules_to_filelist, func_import, func_create_testdir,
2570         func_create_megatestdir, ...): Use it wherever possible.
2571         Suggested by Ralf Wildenhues.
2572
2573 2006-09-16  Karl Berry  <karl@gnu.org>
2574
2575         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2576         to avoid sectioning errors.
2577         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2578         [ifinfo]: blank line after @center-ed titles.
2579         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2580         Spell FSF address consistently with others.
2581         (These changes approved by rms.)
2582
2583 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2584
2585         Speed up by a factor of 1.61.
2586         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2587         already checked module names again.
2588
2589 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2590
2591         Speed up by a factor of 1.13.
2592         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2593         for new_files, and the input to func_add_or_update.
2594
2595 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596
2597         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2598         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2599
2600 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2601
2602         * modules/mkancesdirs (Depends-on): Add fcntl.
2603         * modules/savewd: New file.
2604         * MODULES.html.sh (File system functions): Add savewd.
2605
2606         * modules/configmake (Makefile.am): Add support for the
2607         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2608
2609 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2610
2611         * m4/savewd.m4: New file.
2612
2613 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2614
2615         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2616         (dirchownmod): New arg FD.  All callers changed.
2617         Use FD rather than opening the directory ourself, as opening is
2618         now the caller's responsibility.
2619         * lib/dirchownmod.h: Likewise.
2620         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2621         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2622         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2623         (test_dir): Remove.
2624         (mkancesdirs): Return length of prefix of FILE that has already
2625         been made, or -2 if there is a child doing the work.  Redo
2626         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2627         ".", and treat ".." specially since it might stray back into
2628         already-created areas.  Use a subprocess if necessary.  New arg
2629         WD; all users changed.  MAKE_DIR function should now return 1
2630         if it creates a directory that is not readable.  Return -2 if
2631         a child process is spun off.
2632         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2633         Adjust signature to match code.
2634         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2635         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2636         all users changed.
2637         * lib/savewd.c, lib/savewd.h: New files.
2638
2639 2006-09-15  Jim Meyering  <jim@meyering.net>
2640
2641         * modules/rename-dest-slash: New module.
2642         * MODULES.html.sh (posix_compat): Add it here.
2643
2644         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2645
2646 2006-09-15  Jim Meyering  <jim@meyering.net>
2647
2648         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2649         file.
2650
2651         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2652
2653 2006-09-15  Jim Meyering  <jim@meyering.net>
2654
2655         * lib/rename-dest-slash.c (has_trailing_slash): Use
2656         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2657         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2658         test before testing whether SRC is a directory.
2659         Suggestions from Bruno Haible.
2660
2661         Avoid a warning about an unused variable.
2662         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2663         into the #ifdef block where it's used.
2664
2665         * lib/rename-dest-slash.c: New file.
2666
2667 2006-09-14  Bruno Haible  <bruno@clisp.org>
2668
2669         * lib/allocsa.c: Include <config.h> unconditionally.
2670         * lib/asnprintf.c: Likewise.
2671         * lib/asprintf.c: Likewise.
2672         * lib/c-strcasecmp.c: Likewise.
2673         * lib/c-strcasestr.c: Likewise.
2674         * lib/c-strncasecmp.c: Likewise.
2675         * lib/c-strstr.c: Likewise.
2676         * lib/classpath.c: Likewise.
2677         * lib/clean-temp.c: Likewise.
2678         * lib/concatpath.c: Likewise.
2679         * lib/copy-file.c: Likewise.
2680         * lib/csharpcomp.c: Likewise.
2681         * lib/csharpexec.c: Likewise.
2682         * lib/execute.c: Likewise.
2683         * lib/fatal-signal.c: Likewise.
2684         * lib/findprog.c: Likewise.
2685         * lib/fwriteerror.c: Likewise.
2686         * lib/gl_array_list.c: Likewise.
2687         * lib/gl_array_oset.c: Likewise.
2688         * lib/gl_avltree_list.c: Likewise.
2689         * lib/gl_avltree_oset.c: Likewise.
2690         * lib/gl_avltreehash_list.c: Likewise.
2691         * lib/gl_carray_list.c: Likewise.
2692         * lib/gl_linked_list.c: Likewise.
2693         * lib/gl_linkedhash_list.c: Likewise.
2694         * lib/gl_list.c: Likewise.
2695         * lib/gl_oset.c: Likewise.
2696         * lib/gl_rbtree_list.c: Likewise.
2697         * lib/gl_rbtree_oset.c: Likewise.
2698         * lib/gl_rbtreehash_list.c: Likewise.
2699         * lib/imaxabs.c: Likewise.
2700         * lib/imaxdiv.c: Likewise.
2701         * lib/javacomp.c: Likewise.
2702         * lib/javaexec.c: Likewise.
2703         * lib/javaversion.c: Likewise.
2704         * lib/linebreak.c: Likewise.
2705         * lib/localcharset.c: Likewise.
2706         * lib/lock.c: Likewise.
2707         * lib/mbchar.c: Likewise.
2708         * lib/mbswidth.c: Likewise.
2709         * lib/mkdtemp.c: Likewise.
2710         * lib/pipe.c: Likewise.
2711         * lib/printf-args.c: Likewise.
2712         * lib/printf-parse.c: Likewise.
2713         * lib/progname.c: Likewise.
2714         * lib/progreloc.c: Likewise.
2715         * lib/readlink.c: Likewise.
2716         * lib/sh-quote.c: Likewise.
2717         * lib/stpcpy.c: Likewise.
2718         * lib/stpncpy.c: Likewise.
2719         * lib/strcasecmp.c: Likewise.
2720         * lib/strcasestr.c: Likewise.
2721         * lib/strcspn.c: Likewise.
2722         * lib/striconv.c: Likewise.
2723         * lib/strncasecmp.c: Likewise.
2724         * lib/strnlen1.c: Likewise.
2725         * lib/strstr.c: Likewise.
2726         * lib/strtok_r.c: Likewise.
2727         * lib/tls.c: Likewise.
2728         * lib/tmpdir.c: Likewise.
2729         * lib/unicodeio.c: Likewise.
2730         * lib/unsetenv.c: Likewise.
2731         * lib/vasnprintf.c: Likewise.
2732         * lib/vasprintf.c: Likewise.
2733         * lib/wait-process.c: Likewise.
2734         * lib/xallocsa.c: Likewise.
2735         * lib/xsetenv.c: Likewise.
2736         * lib/xstriconv.c: Likewise.
2737
2738 2006-09-13  Simon Josefsson  <jas@extundo.com>
2739
2740         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
2741         that internally, suggested by Ralf Wildenhues
2742         <Ralf.Wildenhues@gmx.de>.
2743
2744 2006-09-13  Simon Josefsson  <jas@extundo.com>
2745
2746         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
2747         @LIBOBJS@.
2748         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2749
2750 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2751
2752         * lib/_fpending.c: Include <config.h> unconditionally, since we no
2753         longer worry about uses that don't define HAVE_CONFIG_H.
2754         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
2755         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
2756         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
2757         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
2758         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
2759         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
2760         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
2761         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
2762         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
2763         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
2764         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
2765         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
2766         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
2767         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
2768         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
2769         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
2770         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
2771         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
2772         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
2773         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
2774         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
2775         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
2776         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
2777         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
2778         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
2779         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
2780         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
2781         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
2782         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
2783         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
2784         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
2785         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
2786         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
2787         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
2788         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
2789         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
2790         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
2791         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
2792         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
2793         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
2794         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
2795         Likewise.
2796
2797 2006-09-13  Eric Blake  <ebb9@byu.net>
2798
2799         * lib/getopt.c: Fix typo in last commit.
2800
2801 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2802
2803         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
2804         dgettext.
2805
2806 2006-09-12  Jim Meyering  <jim@meyering.net>
2807
2808         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
2809         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
2810         Reported by Nelson H. F. Beebe.
2811
2812 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2813
2814         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
2815         program_invocation_name and program_invocation_short_name are
2816         initialized.
2817         * lib/argp-namefrob.h: Move declarations of program_invocation_name
2818         and program_invocation_short_name to argp.h, so they are visible
2819         to user programs.
2820         * lib/argp.h: Likewise
2821
2822 2006-09-10  Bruno Haible  <bruno@clisp.org>
2823
2824         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2825         m4/inttypes_h.m4, m4/uintmax_t.m4.
2826
2827 2006-09-10  Bruno Haible  <bruno@clisp.org>
2828
2829         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
2830         gl_AC_TYPE_UINTMAX_T.
2831
2832 2006-09-10  Bruno Haible  <bruno@clisp.org>
2833
2834         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
2835
2836 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
2837
2838         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
2839         convention.  Text proposed by Bruno Haible.
2840         (struct argp_option): Document the use of N_() wrappers.
2841
2842         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
2843         '\v', and translate the two parts separately, instead of feeding
2844         the whole string to gettext.  This allows to exclude
2845         '\v' from the strings visible to the translator by writing doc
2846         strings as N_("..") "\v" N_("..").
2847
2848 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
2849
2850         * config/srclist.txt: Undo latest change; the bug was fixed.
2851
2852 2006-09-09  Bruno Haible  <bruno@clisp.org>
2853
2854         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
2855         assignments if building a library without libtool.
2856         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
2857         in func_emit_lib_Makefile_am.
2858         (func_import): When building a static library libfoo.a, arrange to
2859         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
2860         (func_create_testdir): Likewise.
2861         * modules/gc (configure.ac, Makefile.am): If building statically,
2862         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
2863         * modules/iconvme (configure.ac, Makefile.am): Likewise.
2864         * modules/striconv (configure.ac, Makefile.am): Likewise.
2865         Based on a suggestion by Ralf Wildenhues.
2866
2867 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2868
2869         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2870         Check for unistd.h too, since Autoconf doesn't assume POSIX.
2871         Also:
2872
2873         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2874         Add year_2050_test to catch glibc bug 2821
2875         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2876
2877         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2878         Prefer #ifdef to #if.
2879
2880         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2881         Return from 'main' instead of calling 'exit'.
2882
2883 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2884
2885         * lib/mktime.c (guess_time_tm): Fix bug where mktime
2886         returned the maximum time_t value rather than (time_t) -1.
2887         Problem originally reported by William Bardwell
2888         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2889
2890         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2891         Moved to here ...
2892         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2893         ... from here.
2894
2895 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2896
2897         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
2898         2821 is fixed.
2899
2900 2006-09-08  Jim Meyering  <jim@meyering.net>
2901
2902         Don't make generated files read-only.  That would bother too many
2903         people.  However, do retain the ability to work when targets are
2904         read-only: remove the destination and temporary files before writing
2905         them (when generated via sed or echo), or by using the -f option for
2906         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
2907         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2908         * modules/byteswap, modules/configmake, modules/fcntl:
2909         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2910         * modules/localcharset, modules/netinet_in, modules/poll:
2911         * modules/stdbool, modules/stdint, modules/sys_select:
2912         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2913
2914 2006-09-08  Jim Meyering  <jim@meyering.net>
2915
2916         Avoid new build failure on FreeBSD 6.0.
2917         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
2918         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
2919         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
2920
2921 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2922
2923         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
2924
2925 2006-09-07  Jim Meyering  <jim@meyering.net>
2926
2927         Fix global typo in last change: use chmod u-w, not chmod u-x.
2928         Spotted by Paul Eggert and Bruce Korb.
2929         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2930         * modules/byteswap, modules/configmake, modules/fcntl:
2931         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2932         * modules/localcharset, modules/netinet_in, modules/poll:
2933         * modules/stdbool, modules/stdint, modules/sys_select:
2934         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2935
2936 2006-09-06  Jim Meyering  <jim@meyering.net>
2937
2938         Make generated files be read-only.
2939         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
2940         Ensure that each generated file is now read-only.
2941         * modules/argz: Likewise.
2942         * modules/arpa_inet: Likewise.
2943         * modules/byteswap: Likewise.
2944         * modules/configmake: Likewise.
2945         * modules/fcntl: Likewise.
2946         * modules/fnmatch: Likewise.
2947         * modules/getopt: Likewise.
2948         * modules/glob: Likewise.
2949         * modules/inttypes: Likewise.
2950         * modules/netinet_in: Likewise.
2951         * modules/poll: Likewise.
2952         * modules/stdbool: Likewise.
2953         * modules/stdint: Likewise.
2954         * modules/sys_select: Likewise.
2955         * modules/sys_socket: Likewise.
2956         * modules/sys_stat: Likewise.
2957         * modules/sysexits: Likewise.
2958         * modules/localcharset: Same as above, but continue using temporary
2959         file named "t-$@" (why different?) rather than the "$@-t" used
2960         everywhere else.
2961
2962         * modules/sysexits (Makefile.am): Replace literal occurrences
2963         of "sysexit.h" more readable, and more consistent, "$@".
2964
2965 2006-09-06  Bruno Haible  <bruno@clisp.org>
2966
2967         * modules/striconv: New file.
2968         * modules/xstriconv: New file.
2969         * MODULES.html.sh (Internationalization functions): Add striconv,
2970         xstriconv.
2971
2972 2006-09-06  Bruno Haible  <bruno@clisp.org>
2973
2974         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
2975         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
2976         not using libtool correctly.
2977
2978 2006-09-06  Bruno Haible  <bruno@clisp.org>
2979
2980         * lib/striconv.h: New file.
2981         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
2982         iconvstring.c.
2983         * lib/xstriconv.h: New file.
2984         * lib/xstriconv.c: New file.
2985
2986 2006-09-06  Bruno Haible  <bruno@clisp.org>
2987
2988         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2989         lib_..._LDFLAGS.
2990
2991 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2992
2993         * lib/argz_.h: Sync from Libtool.
2994
2995         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
2996                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2997
2998         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
2999
3000 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3001
3002         * modules/trim: New file.
3003
3004 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3005
3006         * lib/trim.h: New file.
3007         * lib/trim.c: New file.
3008
3009 2006-09-05  Bruno Haible  <bruno@clisp.org>
3010
3011         * MODULES.html.sh (String handling): Add trim.
3012
3013 2006-09-04  Karl Berry  <karl@gnu.org>
3014
3015         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3016         until next release.
3017
3018 2006-09-03  Bruno Haible  <bruno@clisp.org>
3019
3020         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3021         correctly.
3022
3023 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3024
3025         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3026         not gl_GETLOADAVG.  Omit unneeded semicolons.
3027         Problems reported by Ralf Wildenhues in
3028         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3029         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3030         at the end, which is the usual gnulib style.
3031
3032         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3033         of doing all the work ourselves.
3034         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3035         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3036
3037 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3038
3039         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3040         Problem reported by Ralf Wildenhues in
3041         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3042
3043         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3044         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3045
3046 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3047
3048         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3049         yesterday's patch by changing test -n to test -z.
3050
3051 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3054         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3055         the former is now obsolescent.
3056
3057         * modules/chdir-long (Depends-on): Add fcntl.
3058
3059 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3060
3061         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3062         obsolescent, and programs should use gnulib instead.
3063         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3064         but with prefixes changed.
3065
3066 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3067
3068         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3069         or stdbool.h, because they might not exist while configuring.
3070
3071         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3072         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3073         does that for us.
3074         (O_DIRECTORY): Remove.
3075
3076 2006-08-31  Eric Blake  <ebb9@byu.net>
3077
3078         * gnulib-tool: Don't let emacs change spaces to TAB.
3079
3080 2006-08-31  Bruno Haible  <bruno@clisp.org>
3081
3082         * gnulib-tool: When calling func_import more than once, do it in a
3083         subshell.
3084         Reported by Eric Blake <ebb9@byu.net>.
3085
3086 2006-08-31  Bruno Haible  <bruno@clisp.org>
3087
3088         * gnulib-tool (nl): Remove variable.
3089         (sed_transform_lib_file): Use more robust test for config-h module.
3090         (func_import): Fix typo in 2006-08-25 patch.
3091
3092 2006-08-31  Bruno Haible  <bruno@clisp.org>
3093
3094         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3095         specified, augment Makefile.am variables instead of assigning them.
3096
3097 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3098
3099         Work around a bug in both the Linux and SunOS 64-bit kernels:
3100         nanosleep mishandles sleeps for longer than 2**31 seconds.
3101         Problem reported by Frank v Waveren in
3102         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3103         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3104         Check for nanosleep bug.
3105         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3106
3107 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3108
3109         Work around a bug in both the Linux and SunOS 64-bit kernels:
3110         nanosleep mishandles sleeps for longer than 2**31 seconds.
3111         Problem reported by Frank v Waveren in
3112         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3113         * lib/nanosleep.c (BILLION): New constant.
3114         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3115         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3116         implementation.
3117
3118 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3119
3120         * modules/nanosleep (Depends-on): Add gettime.
3121
3122 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3123         and Simon Josefsson  <jas@extundo.com>
3124         and Oskar Liljeblad  <oskar@osk.mine.nu>
3125
3126         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3127         * gnulib-tool (func_import): New license type 'unmodifiable license
3128         text'.
3129         * modules/fdl: Use it.  Longer description.
3130         * module/gpl, module/lgpl: New files.
3131
3132 2006-08-30  Jim Meyering  <jim@meyering.net>
3133
3134         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3135         shadowing the parameter.
3136
3137 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3138
3139         Sync from Libtool:
3140
3141         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3142
3143         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3144         sharing with gnulib.  Report by Eric Blake.
3145
3146 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3147
3148         * modules/isapipe: New file.
3149         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3150
3151 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3152
3153         * modules/configmake (Makefile.am): Add a comment, and omit
3154         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3155         by Bruno Haible.
3156
3157 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3158
3159         * m4/isapipe.m4: New file.
3160
3161 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3162
3163         * lib/isapipe.c, lib/isapipe.h: New files.
3164
3165 2006-08-29  Jim Meyering  <jim@meyering.net>
3166
3167         * modules/configmake (Makefile.am): Make configmake.h depend on
3168         Makefile.  Otherwise, a stale configmake.h could hang around.
3169
3170 2006-08-29  Eric Blake  <ebb9@byu.net>
3171
3172         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3173         resolution of upstream bug 3044.
3174
3175 2006-08-29  Bruno Haible  <bruno@clisp.org>
3176
3177         * modules/localcharset (Depends-on): Add configmake.
3178         (Makefile.am): Remove setting of LIBDIR through DEFS.
3179
3180 2006-08-29  Bruno Haible  <bruno@clisp.org>
3181
3182         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3183         defined.
3184
3185 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3186
3187         * modules/fcntl: New file.
3188         * modules/chdir-safer (Depends-on): Add fcntl.
3189         * modules/fts: Likewise.
3190         * modules/mkdir-p: Likewise.
3191
3192         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3193         This undoes the most recent change, since we're now addressing the
3194         problem in a different way.
3195
3196         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3197         into output, since the output might be called Makefile.am even
3198         if $makefile_name is something different.
3199         (func_import): Use $makefile_am rather than
3200         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3201         empty.
3202
3203         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3204
3205 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3206
3207         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3208         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3209         recent change to stdint.m4, since we're now addressing the problem in a
3210         different way.
3211
3212 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3213
3214         * m4/fcntl_h.m4: New file.
3215
3216 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3217
3218         * lib/fcntl_.h: New file.
3219         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3220         the fcntl module.
3221         * lib/dirchownmod.c: Likewise.
3222         * lib/fts.c: Likewise.
3223
3224         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3225         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3226         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3227         just before including <inttypes.h>, to avoid circular inclusion.
3228
3229 2006-08-28  Jim Meyering  <jim@meyering.net>
3230
3231         * doc/visibility.texi: Actually read and correct the grammar of the
3232         sentence affected by yesterday's change.
3233
3234 2006-08-28  Eric Blake  <ebb9@byu.net>
3235
3236         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3237         needs wrapper.
3238
3239 2006-08-28  Eric Blake  <ebb9@byu.net>
3240
3241         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3242
3243 2006-08-28  Eric Blake  <ebb9@byu.net>
3244
3245         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3246
3247 2006-08-28  Bruno Haible  <bruno@clisp.org>
3248
3249         * modules/c-strstr: New file, from GNU gettext.
3250         * MODULES.html.sh (String handling): Add c-strstr.
3251
3252 2006-08-28  Bruno Haible  <bruno@clisp.org>
3253
3254         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3255         macros.
3256         Reported by Eric Blake.
3257
3258 2006-08-28  Bruno Haible  <bruno@clisp.org>
3259
3260         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3261         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3262         * lib/vasprintf.c: Include errno.h, limits.h.
3263         (EOVERFLOW): New fallback definition.
3264         (vasprintf): Test here whether the string length is > INT_MAX.
3265         * lib/vsnprintf.c: Include errno.h, limits.h.
3266         (EOVERFLOW): New fallback definition.
3267         (vsnprintf): Fix bug when generated string was too long for the buffer.
3268         Test here whether the string length is > INT_MAX.
3269
3270 2006-08-28  Bruno Haible  <bruno@clisp.org>
3271
3272         * lib/inttypes_.h (SCNX*): Remove definitions.
3273         Reported by Eric Blake.
3274
3275 2006-08-28  Bruno Haible  <bruno@clisp.org>
3276
3277         * lib/c-strstr.h: New file, from GNU gettext.
3278         * lib/c-strstr.c: New file, from GNU gettext.
3279
3280 2006-08-28  Bruno Haible  <bruno@clisp.org>
3281
3282         * gnulib-tool: Reorder some statements.
3283
3284 2006-08-28  Bruno Haible  <bruno@clisp.org>
3285
3286         * gnulib-tool: New option --makefile-name.
3287         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3288         $makefile_name.
3289         (func_import): Write $makefile_name to the cache file, and read it from
3290         there unless explicitly specified. Use $makefile_name as file name
3291         instead of Makefile.am. Adjust the recommendations accordingly.
3292
3293 2006-08-28  Bruno Haible  <bruno@clisp.org>
3294
3295         * gnulib-tool (func_verify_module): Check against misapplying patch.
3296
3297 2006-08-28  Bruno Haible  <bruno@clisp.org>
3298
3299         * gnulib-tool (func_relativize, func_relconcat): New functions.
3300         Give an error if --local-dir is given with --update.
3301         Remove trailing slashes from $local_gnulib_dir.
3302         (func_import): Store the relativized $local_gnulib_dir in
3303         gnulib-cache.m4, and read it from there if not specified explicitly.
3304
3305 2006-08-28  Bruno Haible  <bruno@clisp.org>
3306
3307         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3308         is the current directory. Respect also $local_gnulib_dir.
3309
3310 2006-08-28  Bruno Haible  <bruno@clisp.org>
3311             Simon Josefsson  <jas@extundo.com>
3312
3313         BeOS portability.
3314         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3315
3316 2006-08-27  Jim Meyering  <jim@meyering.net>
3317
3318         * doc/visibility.texi: Remove duplicate word: "pointer".
3319
3320 2006-08-26  Bruno Haible  <bruno@clisp.org>
3321
3322         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3323         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3324         (Makefile.am): Create inttypes.h from inttypes_.h.
3325         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3326
3327         * modules/imaxabs: New file.
3328
3329         * modules/imaxdiv: New file.
3330
3331 2006-08-26  Bruno Haible  <bruno@clisp.org>
3332
3333         * m4/inttypes.m4: New file.
3334         * m4/_inttypes_h.m4: Remove file.
3335         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3336         PRI_MACROS_BROKEN.
3337         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3338
3339         * m4/imaxabs.m4: New file.
3340
3341         * m4/imaxdiv.m4: New file.
3342
3343 2006-08-26  Bruno Haible  <bruno@clisp.org>
3344
3345         * lib/inttypes_.h: New file.
3346         * lib/inttypes.h: Remove file.
3347         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3348
3349         * lib/imaxabs.c: New file.
3350
3351         * lib/imaxdiv.c: New file.
3352
3353 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3354
3355         New config-h module, so that "make" output needn't be cluttered
3356         by -DHAVE_CONFIG_H.
3357         * MODULES.html.sh (Support for building libraries and executables):
3358         Add config-h.
3359         * modules/config-h: New file.
3360         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3361         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3362         the config-h module is used.
3363
3364         New configmake module, so that "make" output needn't be cluttered
3365         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3366         * MODULES.html.sh (Support for building libraries and executables):
3367         Add configmake.
3368         * modules/configmake: New file.
3369
3370 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3371
3372         * m4/config-h.m4: New file.
3373
3374 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3375
3376         * config/srclist.txt: Add elisp-comp.
3377
3378 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3379
3380         * MODULES.html.sh (Support for building libraries and executables):
3381         Add elisp-comp.
3382         * build-aux/elisp-comp: New file.
3383         * modules/elisp-comp: New file.
3384
3385 2006-08-24  Bruno Haible  <bruno@clisp.org>
3386
3387         * gnulib-tool (func_create_testdir): Use non-default values of
3388         sourcebase and m4base.
3389
3390 2006-08-24  Bruno Haible  <bruno@clisp.org>
3391
3392         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3393         HTML structure.
3394
3395 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         * modules/openat (Depends-on): Add lchown.
3398
3399 2006-08-23  Bruno Haible  <bruno@clisp.org>
3400
3401         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3402         of gl_LOCK_EARLY instead of gl_LOCK.
3403
3404 2006-08-23  Bruno Haible  <bruno@clisp.org>
3405
3406         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3407         on OSF/1 to no.
3408         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3409
3410 2006-08-23  Bruno Haible  <bruno@clisp.org>
3411
3412         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3413         as unusable.
3414
3415         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3416         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3417         (gl_LOCK): New macro.
3418
3419 2006-08-22  Simon Josefsson  <jas@extundo.com>
3420
3421         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3422         to md5 module.
3423
3424 2006-08-22  Simon Josefsson  <jas@extundo.com>
3425
3426         * MODULES.html.sh: Add "Support for maintaining and release
3427         projects".
3428
3429         * build-aux/gnupload: New file, from coreutils.
3430
3431 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3432
3433         Avoid the need for AC_LIBSOURCES in m4 macros.
3434         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3435         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3436         * modules/check-version (EXTRA_DIST): Add check-version.h.
3437         * modules/crc (EXTRA_DIST): Add crc.h.
3438         * modules/des (EXTRA_DIST): Add des.h.
3439         * modules/gc (EXTRA_DIST): Add gc.h.
3440         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3441         * modules/getline (EXTRA_DIST): Add getline.h.
3442         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3443         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3444         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3445         * modules/md2 (EXTRA_DIST): Add md2.h.
3446         * modules/md4 (EXTRA_DIST): Add md4.h.
3447         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3448         * modules/read-file (EXTRA_DIST): Add read-file.h.
3449         * modules/readline (EXTRA_DIST): Add readline.h.
3450         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3451         rijndael-api-fst.h.
3452
3453 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3454
3455         * m4/rijndael.m4 (gl_ARCFOUR):
3456         * m4/arctwo.m4 (gl_ARCTWO):
3457         * m4/check-version.m4 (gl_CHECK_VERSION):
3458         * m4/crc.m4 (gl_CRC):
3459         * m4/des.m4 (gl_DES):
3460         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3461         * m4/gc.m4 (gl_GC):
3462         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3463         * m4/getline.m4 (gl_FUNC_GETLINE):
3464         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3465         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3466         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3467         * m4/md2.m4 (gl_MD2):
3468         * m4/md4.m4 (gl_MD4):
3469         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3470         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3471         * m4/readline.m4 (gl_FUNC_READLINE):
3472         * m4/rijndael.m4 (gl_RIJNDAEL):
3473         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3474         to get the necessary .h files and whatnot.
3475
3476 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3477
3478         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3479         gnulib rather than the other way around.
3480         * config/srclistvars.sh (COREUTILS): Remove.
3481
3482 2006-08-22  Jim Meyering  <jim@meyering.net>
3483
3484         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3485
3486         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3487
3488 2006-08-22  Eric Blake  <ebb9@byu.net>
3489
3490         * modules/regexprops-generic: New file.
3491         * MODULES.html.sh (Support for building documentation): List it.
3492
3493 2006-08-22  Eric Blake  <ebb9@byu.net>
3494
3495         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3496         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3497         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3498         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3499
3500 2006-08-22  Bruno Haible  <bruno@clisp.org>
3501
3502         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3503         and lib_LTLIBRARIES like the other lib_* variables.
3504
3505 2006-08-22  Bruno Haible  <bruno@clisp.org>
3506
3507         * build-aux/x-to-1.in: New file, from GNU gettext.
3508
3509 2006-08-22  Bruno Haible  <bruno@clisp.org>
3510
3511         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3512         <utmpx.h> exists.
3513
3514 2006-08-22  Bruno Haible  <bruno@clisp.org>
3515
3516         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3517         <utmpx.h> exists.
3518
3519 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3520
3521         BeOS portability.
3522         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3523         exist.
3524         Problem reported by Bruno Haible.
3525
3526 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3527
3528         Avoid the need for AC_LIBSOURCES in m4 macros.
3529         * modules/acl (EXTRA_DIST): Add acl.h.
3530         * modules/argmatch (Files): Add m4/argmatch.m4.
3531         (configure.ac): Add gl_ARGMATCH.
3532         (EXTRA_DIST): Renamed from lib_SOURCES, for
3533         consistency with the other modules.  Remove argmatch.c.
3534         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3535         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3536         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3537         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3538         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3539         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3540         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3541         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3542         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3543         * modules/closeout (EXTRA_DIST): Add closeout.h.
3544         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3545         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3546         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3547         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3548         dirname.h; remove basename.c and stripslash.c.
3549         * modules/exclude (EXTRA_DIST): Add exclude.h.
3550         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3551         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3552         * modules/file-type (EXTRA_DIST): Add file-type.h.
3553         * modules/filemode (EXTRA_DIST): Add filemode.h.
3554         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3555         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3556         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3557         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3558         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3559         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3560         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3561         * modules/getdate (EXTRA_DIST): Add getdate.c.
3562         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3563         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3564         * modules/getpass (EXTRA_DIST): Add getpass.h.
3565         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3566         * modules/group-member (EXTRA_DIST): Add group-member.h.
3567         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3568         * modules/hash (EXTRA_DIST): Add hash.h.
3569         * modules/human (EXTRA_DIST): Add human.h.
3570         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3571         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3572         * modules/lchown (EXTRA_DIST): Add lchown.h.
3573         * modules/long-options (EXTRA_DIST): Add long-options.h.
3574         * modules/lstat (EXTRA_DIST): Add lstat.h.
3575         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3576         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3577         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3578         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3579         * modules/memxor (EXTRA_DIST): Add memxor.h.
3580         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3581         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3582         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3583         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3584         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3585         * modules/physmem (EXTRA_DIST): Add physmem.h.
3586         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3587         * modules/posixver (EXTRA_DIST): Add posixver.h.
3588         * modules/quote (EXTRA_DIST): Add quote.h.
3589         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3590         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3591         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3592         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3593         regex_internal.h regexec.c.
3594         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3595         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3596         * modules/same (EXTRA_DIST): Add same.h.
3597         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3598         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3599         * modules/savedir (EXTRA_DIST): Add savedir.h.
3600         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3601         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3602         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3603         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3604         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3605         * modules/strdup (EXTRA_DIST): Add strdup.h.
3606         * modules/strftime (EXTRA_DIST): Add strftime.h.
3607         * modules/strndup (EXTRA_DIST): Add strndup.h.
3608         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3609         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3610         * modules/time_r (EXTRA_DIST): Add time_r.h.
3611         * modules/timespec (EXTRA_DIST): Add timespec.h.
3612         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3613         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3614         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3615         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3616         * modules/userspec (EXTRA_DIST): Add userspec.h.
3617         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3618         * modules/utimens (EXTRA_DIST): Add utimens.h.
3619         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3620         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3621         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3622         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3623         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3624         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3625         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3626         * modules/yesno (EXTRA_DIST): Add yesno.h.
3627
3628 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3629
3630         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3631
3632         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3633         * m4/dev-ino.m4, same-inode.m4: Remove.
3634
3635         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3636         * m4/acl.m4 (AC_FUNC_ACL):
3637         * m4/backupfile.m4 (gl_BACKUPFILE):
3638         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3639         * m4/canon-host.m4 (gl_CANON_HOST):
3640         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3641         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3642         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3643         * m4/cloexec.m4 (gl_CLOEXEC):
3644         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3645         * m4/closeout.m4 (gl_CLOSEOUT):
3646         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3647         * m4/dirname.m4 (gl_DIRNAME):
3648         * m4/exclude.m4 (gl_EXCLUDE):
3649         * m4/exitfail.m4 (gl_EXITFAIL):
3650         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3651         * m4/file-type.m4 (gl_FILE_TYPE):
3652         * m4/filemode.m4 (gl_FILEMODE):
3653         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3654         * m4/fpending.m4 (gl_FUNC_FPENDING):
3655         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3656         * m4/fts.m4 (gl_FUNC_FTS):
3657         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3658         * m4/getdate.m4 (gl_GETDATE):
3659         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3660         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3661         * m4/getpass.m4 (gl_FUNC_GETPASS):
3662         * m4/gettime.m4 (gl_GETTIME):
3663         * m4/getugroups.m4 (gl_GETUGROUPS):
3664         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3665         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3666         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3667         * m4/hash.m4 (gl_HASH):
3668         * m4/idcache.m4 (gl_IDCACHE):
3669         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3670         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3671         * m4/long-options.m4 (gl_LONG_OPTIONS):
3672         * m4/lstat.m4 (gl_FUNC_LSTAT):
3673         * m4/md5.m4 (gl_MD5):
3674         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3675         * m4/memcoll.m4 (gl_MEMCOLL):
3676         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3677         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3678         * m4/memxor.m4 (gl_MEMXOR):
3679         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3680         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3681         * m4/modechange.m4 (gl_MODECHANGE):
3682         * m4/mountlist.m4 (gl_MOUNTLIST):
3683         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3684         * m4/openat.m4 (gl_FUNC_OPENAT):
3685         * m4/pathmax.m4 (gl_PATHMAX):
3686         * m4/physmem.m4 (gl_PHYSMEM):
3687         * m4/posixtm.m4 (gl_POSIXTM):
3688         * m4/posixver.m4 (gl_POSIXVER):
3689         * m4/quote.m4 (gl_QUOTE):
3690         * m4/quotearg.m4 (gl_QUOTEARG):
3691         * m4/readtokens.m4 (gl_READTOKENS):
3692         * m4/readutmp.m4 (gl_READUTMP):
3693         * m4/regex.m4 (gl_REGEX):
3694         * m4/safe-read.m4 (gl_SAFE_READ):
3695         * m4/safe-write.m4 (gl_SAFE_WRITE):
3696         * m4/same.m4 (gl_SAME):
3697         * m4/save-cwd.m4 (gl_SAVE_CWD):
3698         * m4/savedir.m4 (gl_SAVEDIR):
3699         * m4/settime.m4 (gl_SETTIME):
3700         * m4/sha1.m4 (gl_SHA1):
3701         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
3702         * m4/stat-macros.m4 (gl_STAT_MACROS):
3703         * m4/stat-time.m4 (gl_STAT_TIME):
3704         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
3705         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
3706         * m4/strdup.m4 (gl_FUNC_STRDUP):
3707         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
3708         * m4/strndup.m4 (gl_FUNC_STRNDUP):
3709         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
3710         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
3711         * m4/time_r.m4 (gl_TIME_R):
3712         * m4/timespec.m4 (gl_TIMESPEC):
3713         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
3714         * m4/unlinkdir.m4 (gl_UNLINKDIR):
3715         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
3716         * m4/userspec.m4 (gl_USERSPEC):
3717         * m4/utimecmp.m4 (gl_UTIMECMP):
3718         * m4/utimens.m4 (gl_UTIMENS):
3719         * m4/xalloc.m4 (gl_XALLOC):
3720         * m4/xgetcwd.m4 (gl_XGETCWD):
3721         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
3722         * m4/xreadlink.m4 (gl_XREADLINK):
3723         * m4/xstrtod.m4 (gl_XSTRTOD):
3724         * m4/yesno.m4 (gl_YESNO):
3725         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3726         to get the necessary .h files and whatnot.
3727
3728 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
3729             Bruno Haible  <bruno@clisp.org>
3730
3731         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
3732         /bin/sh understanding of '!' conditional negation.
3733
3734 2006-08-21  Jim Meyering  <jim@meyering.net>
3735
3736         * modules/openat (Depends-on): Really alphabetize.
3737
3738         * modules/acl (Depends-on): Add error and quote.
3739
3740         * check-module (find_included_lib_files): Add at-func.c to the
3741         ok-to-include-more-than-once white list.
3742
3743         * modules/openat (Depends-on): Add lstat.  Alphabetize.
3744
3745 2006-08-21  Bruno Haible  <bruno@clisp.org>
3746
3747         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3748         Emit a pkgdata_DATA variable only if some snippets add contents to it.
3749         Reported by Martin Lambers <marlam@marlam.de>.
3750
3751 2006-08-21  Bruno Haible  <bruno@clisp.org>
3752
3753         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
3754         specify an installation location, don't emit a noinst_LIBRARIES or
3755         noinst_LTLIBRARIES assignment.
3756
3757 2006-08-21  Bruno Haible  <bruno@clisp.org>
3758
3759         BeOS portability.
3760         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
3761         BeOS has mbrtowc() but no <wctype.h>.
3762
3763 2006-08-21  Bruno Haible  <bruno@clisp.org>
3764
3765         BeOS portability.
3766         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
3767         exist.
3768
3769 2006-08-21  Bruno Haible  <bruno@clisp.org>
3770
3771         BeOS portability.
3772         * lib/mbchar.h: Include <wctype.h> only if it exists.
3773
3774 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3775
3776         Remove files that are no longer needed by their respective modules.
3777         * m4/obstack.m4: Remove.
3778         * m4/strerror_r.m4: Remove.
3779         * m4/uint32_t.m4: Remove.
3780         * m4/uintptr_t.m4: Remove.
3781         * m4/ullong_max.m4: Remove.
3782         * m4/xstrtoimax.m4: Remove.
3783         * m4/xstrtoumax.m4: Remove.
3784
3785         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
3786         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
3787         dependencies now capture this.
3788
3789         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
3790         Do not use AC_LIBSOURCES, since gnulib modules now do this.
3791         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
3792         * m4/human.m4 (gl_HUMAN): Likewise.
3793         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
3794         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
3795
3796         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
3797
3798         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
3799         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
3800         stdint.
3801         * m4/human.m4 (gl_HUMAN): Likewise.
3802         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
3803         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
3804         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3805         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3806         * m4/xstrtol (gl_XSTRTOL): Likewise.
3807
3808         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
3809         AC_TYPE_LONG_LONG_INT.
3810         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3811         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
3812         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
3813         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3814
3815         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
3816         on stdbool.
3817
3818         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
3819         (gl_PREREQ_XSTRTOUL): Remove.
3820
3821         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
3822
3823         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
3824         mode.
3825
3826 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3827
3828         Add and change modules to make it easier for coreutils to use
3829         gnulib-tool.
3830         * modules/backupfile (Files): Remove m4/d-ino.m4.
3831         (Depends-on): Add d-ino.
3832         * modules/cycle-check (Depends-on): Add stdint.
3833         (lib_SOURCES): Add cycle-check.h.
3834         * modules/d-ino: New module.
3835         * modules/d-type: New module.
3836         * modules/error (Files): Remove m4/strerror_r.m4.
3837         * modules/filemode (Files): Add m4/st_dm_mode.m4.
3838         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3839         m4/inttypes_h.m4, m4/uintmax_t.m4.
3840         (Depends-on): Add stdint.
3841         (lib_SOURCES): Add fsusage.h.
3842         * modules/getcwd (Files): Remove d-ino.m4.
3843         (Depends-on): Add d-ino.
3844         * modules/getndelim2 (Depends-on): Add stdint.
3845         * modules/glob (Files): Remove m4/d-type.m4.
3846         (Depends-on): Add d-type.
3847         * modules/host-os: New module.
3848         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
3849         m4/inttypes_h.m4, m4/uintmax_t.m4.
3850         * Depends-on: Add stdint.
3851         (lib_SOURCES): Add human.h.
3852         * modules/inttostr (Files): Remove m4/intmax_t.m4,
3853         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
3854         m4/uintmax_t.m4, m4/ulonglong.m4.
3855         (Depends-on): Add stdint.
3856         (EXTRA_DIST): Add inttostr.h.
3857         * modules/lchmod: New module.
3858         * modules/link-follow: New module.
3859         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
3860         (Depends-on): Add lchmod.
3861         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
3862         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
3863         (Depends-on): Add stdint.
3864         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
3865         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3866         (Depends-on): Add stdint.
3867         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
3868         * modules/perl: New module.
3869         * modules/regex (Depends-on): Add stdint.
3870         * modules/rmdir-errno: New module.
3871         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3872         m4/intmax_t.m4.
3873         (Depends-on): Add stdint.
3874         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3875         m4/uintmax_t.m4.
3876         (Depends-on): Add stdint.
3877         * modules/unlink-busy: New module.
3878         * modules/utimecmp (Depends-on): Add stdint.
3879         * modules/uptime: New module.
3880         * modules/winsz-ioctl: New module.
3881         * modules/winsz-termios: New module.
3882         * modules/xnanosleep (Depends-on): Add nanosleep.
3883         * modules/ullong_max: Remove.
3884         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
3885         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
3886         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
3887         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
3888         (Depends-on): Add inttypes.
3889         (lib_SOURCES): Add xstrtol.h.
3890         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
3891         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
3892         * MODULES.html.sh: Move 'assert' into the assert section.
3893         Move 'dummy' into the linking section.
3894         Remove ullong_max.
3895         Add section for compatibility checks for POSIX:2001 functions,
3896         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
3897         winsz-ioctl, and winsz-termios into it.
3898         Add lchmod.
3899         Add top-level Misc section and put host-os, perl, and uptime
3900         into it.
3901
3902 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3903
3904         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
3905         now assume the stdint module.  Do not include inttypes.h.
3906         * lib/fsusage.h: Likewise.
3907         * lib/getndelim2.c: Likewise.
3908         * lib/human.h: Likewise.
3909         * lib/inttostr.h: Likewise.
3910         * lib/obstack.c: Likewise.
3911         * lib/regex_internal.h: Likewise.
3912         * lib/tempname.c: Likewise.
3913         * lib/utimecmp.c: Likewise.
3914         * lib/xstrtol.h: Likewise.
3915
3916         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
3917
3918         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
3919         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
3920         * lib/xtime.h: Likewise.
3921
3922 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3923
3924         * modules/openat (Files): Add lib/fchmodat.c.
3925         Fixes problem reported by Jay Youngman.
3926
3927 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3928
3929         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
3930         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
3931
3932 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3933             Bruno Haible  <bruno@clisp.org>
3934
3935         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3936         and is a script that invokes bison. Tighten the code. Add comments.
3937
3938 2006-08-18  Jim Meyering  <jim@meyering.net>
3939
3940         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
3941         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
3942         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
3943         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
3944
3945 2006-08-18  Bruno Haible  <bruno@clisp.org>
3946
3947         * modules/bison-i18n: New file.
3948         * MODULES.html.sh (Internationalization functions): Add it.
3949
3950 2006-08-18  Bruno Haible  <bruno@clisp.org>
3951
3952         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
3953         sys/statvfs.h. When getmntinfo was found, check its declaration and
3954         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
3955
3956 2006-08-18  Bruno Haible  <bruno@clisp.org>
3957
3958         * m4/bison-i18n.m4: New file, from bison.
3959
3960 2006-08-18  Bruno Haible  <bruno@clisp.org>
3961
3962         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
3963         (ME_DUMMY): Treat "kernfs" as a dummy.
3964         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
3965
3966 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3967
3968         Update from coreutils.
3969
3970         2006-08-15  Jim Meyering  <jim@meyering.net>
3971
3972         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
3973
3974         2006-01-17  Jim Meyering  <jim@meyering.net>
3975
3976         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
3977
3978         2006-01-11  Jim Meyering  <jim@meyering.net>
3979
3980         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
3981         Check for the lchmod function.
3982
3983 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3984
3985         Update from coreutils.
3986
3987         * lib/__fpending.h: Add copyright notice.
3988         * lib/fprintftime.h: Likewise.
3989         * lib/savedir.c: Use (C) in copyright notice.
3990         * lib/savedir.h: Likewise.
3991
3992         2006-08-15  Jim Meyering  <jim@meyering.net>
3993
3994         * lib/at-func.c: New file, with the logic of all emulated at-functions.
3995         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
3996         in support of the EXPECTED_ERRNO macro.
3997         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
3998         definitions.  Instead, define the appropriate symbols and include
3999         "at-func.c".
4000         * lib/mkdirat.c (mkdirat): Likewise.
4001         * lib/fchmodat.c (fchmodat): Likewise.
4002         (ENOSYS): Remove definition.
4003         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4004         it.  Don't include "unistd--.h" -- it wasn't ever used.
4005
4006         2006-01-17  Jim Meyering  <jim@meyering.net>
4007
4008         Rewrite fts.c not to change the current working directory,
4009         by using openat, fstatat, fdopendir, etc..
4010
4011         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4012         (HAVE_OPENAT_SUPPORT): Define.
4013         [_LIBC] (fchdir): Don't undef or define; no longer used.
4014         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4015         Now, this `function' always succeeds, and consumes its file descriptor
4016         parameter -- so callers must not close such FDs.  Update callers.
4017         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4018         (diropen): Add parameter, SP.  Adjust all callers.
4019         Implement using diropen_fd, rather than open.
4020         (fts_open): Initialize new member, fts_cwd_fd.
4021         Remove fts_rft-setting code.
4022         (fts_close): Close fts_cwd_fd, if necessary.
4023         (__opendir2): Define in terms of opendir or opendirat,
4024         depending on whether the FST_NOCHDIR flag is set.
4025         (fts_build): Since fts_safe_changedir consumes its FD, and since
4026         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4027         and close the dup'd file descriptor upon failure.
4028         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4029         (fts_safe_changedir): Tweak semantics to reflect that this function
4030         now calls cwd_advance_fd and hence consumes its FD argument.
4031         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4032         [struct FTS] (fts_rft): Remove now-unused member.
4033         [struct FTS] (fts_cycle.state): Improve comment.
4034
4035         * lib/openat.c (openat_needs_fchdir): New function.
4036         * lib/openat.h (openat_needs_fchdir): Declare it.
4037
4038 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4039
4040         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4041         Problem and fix reported by Pádraig Brady in
4042         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4043
4044 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4045
4046         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4047
4048 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4049
4050         * lib/memcoll.c (memcoll): Optimize for the common case where the
4051         arguments are bytewise equal.
4052
4053 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4054
4055         * doc/regexprops-generic.texi: Add a copyright notice.
4056
4057 2006-08-15  Bruno Haible  <bruno@clisp.org>
4058
4059         * modules/tmpdir (License): Change to LGPL.
4060
4061 2006-08-15  Bruno Haible  <bruno@clisp.org>
4062
4063         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4064         module.
4065
4066 2006-08-14  Simon Josefsson  <jas@extundo.com>
4067
4068         * config/srclist.txt: Add gnupload.
4069
4070 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4071
4072         Change copyright notice from LGPL 2 to GPL 2, since that's the
4073         standard form used in the gnulib repository.
4074         * tests/test-lock.c: Likewise.
4075         * tests/test-stdint.c: Likewise.
4076         * tests/test-tls.c: Likewise.
4077
4078         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4079         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4080         Add copyright notice.
4081
4082         * check-module: Add copyright notice.  Output a copyright
4083         notice if "--version" is specified.
4084         * modules/COPYING: New file.
4085         * tests/test-getaddrinfo.c: Add copyright notice.
4086         * tests/test-verify.c: Likewise.
4087
4088 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4089
4090         Change copyright notice from LGPL 2 to GPL 2, since that's the
4091         standard form used in the gnulib repository.
4092         * lib/lock.c: LGPL -> GPL.
4093         * lib/lock.h: Likewise.
4094         * lib/strnlen1.c: Likewise.
4095         * lib/strnlen1.h: Likewise.
4096         * lib/tls.c: Likewise.
4097         * lib/tls.h: Likewise.
4098         * lib/tmpdir.c: Likewise.
4099
4100         * lib/TODO: Remove; this belongs only in coreutils.
4101
4102 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4103
4104         Add copyright notices to long-enough files that lack them, since
4105         otherwise the files aren't clearly free.  Use the same notice that
4106         getdate.texi already uses.
4107         * doc/alloca-opt.texi: Add copyright notice.
4108         * doc/alloca.texi: Likewise.
4109         * doc/ctime.texi: Likewise.
4110         * doc/functions.texi: Likewise.
4111         * doc/gcd.texi: Likewise.
4112         * doc/gnulib-tool.texi: Likewise.
4113         * doc/inet_ntoa.texi: Likewise.
4114         * doc/visibility.texi: Likewise.
4115
4116         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4117         * doc/quote.texi: Add copyright notice.
4118
4119         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4120         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4121         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4122         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4123         is now obsolete, and give a pointer to the Sun list.
4124         Add copyright notice.
4125
4126 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4127
4128         * config/srclistvars.sh: Add copyright notice.
4129
4130 2006-08-14  Eric Blake  <ebb9@byu.net>
4131
4132         Import the following change from libc:
4133
4134         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4135
4136         Upstream bug 2997.
4137         * lib/misc/error.c: Add space between program name and message if file
4138         name is missing.
4139
4140 2006-08-12  Karl Berry  <karl@gnu.org>
4141
4142         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4143         remove, these originate in gnulib now.
4144
4145 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4146
4147         * doc/Makefile (standards.info standards.html standards.dvi):
4148         Also depend on make-stds.texi.
4149
4150 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4151
4152         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4153         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4154
4155         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4156         in wchar_t.  Problem reported by Eric Blake.
4157
4158         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4159         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4160         Also, help the compiler to keep LEN in a register.
4161
4162 2006-08-11  Eric Blake  <ebb9@byu.net>
4163
4164         * users.txt: Sort.  Add tar.
4165
4166 2006-08-11  Bruno Haible  <bruno@clisp.org>
4167
4168         * users.txt: New file.
4169
4170 2006-08-11  Bruno Haible  <bruno@clisp.org>
4171
4172         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4173         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4174
4175 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4176
4177         * modules/snprintf (Depends-on): Remove minmax.
4178         (Maintainer): Add self and Bruno.
4179
4180 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4181
4182         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4183         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4184         (EOVERFLOW): Define if the system does not.
4185         Do not include "minmax.h"; it wasn't used.
4186         (snprintf): Don't assume size_t promotes to an unsigned type.
4187         Fix bug when generated string was too long for the buffer: the
4188         buffer's contents are supposed to be the initial prefix of the
4189         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4190         exceeds INT_MAX; do the check ourselves.
4191
4192         Import the following changes from libc:
4193
4194         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4195
4196         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4197         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4198         set wc to the byte which couldn't be converted.
4199         (re_string_reconstruct): Don't clear valid_raw_len before calling
4200         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4201         tip_context using re_string_context_at.
4202
4203         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4204
4205         * lib/posix/regex.h: g++ still cannot handled [restrict].
4206
4207         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4208
4209         * lib/posix/regex.h: Remove special handling for VMS.
4210
4211 2006-08-10  Jim Meyering  <jim@meyering.net>
4212
4213         * modules/same-inode: New module.
4214         * modules/dev-ino: New module.
4215         * modules/cycle-check: Depend on these modules, rather than simply
4216         including their .h files.
4217         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4218         required via m4/cycle-check.m4.
4219         * modules/same: Depend on new same-inode module, rather than
4220         including same-inode.h.
4221         * modules/chdir-safer: New file.
4222
4223         * modules/chown (Depends-on): Add stat-macros.
4224
4225 2006-08-10  Jim Meyering  <jim@meyering.net>
4226
4227         * m4/cycle-check.m4: New file.
4228         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4229         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4230
4231 2006-08-10  Eric Blake  <ebb9@byu.net>
4232
4233         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4234         in from original proposal.
4235
4236 2006-08-10  Eric Blake  <ebb9@byu.net>
4237         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4238
4239         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4240         namespace.
4241
4242 2006-08-10  Bruno Haible  <bruno@clisp.org>
4243
4244         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4245         as well.
4246
4247 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4248
4249         Sync from coreutils.
4250
4251         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4252
4253         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4254         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4255
4256 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4257
4258         * modules/restrict: Remove; no longer needed now that we assume
4259         Autoconf 2.59 or later.
4260         * MODULES.html.sh: Remove 'restrict'.
4261         * modules/argp (Depends-on): Remove 'restrict'.
4262         * modules/base64 (Depends-on): Likewise.
4263         * modules/gc (Depends-on): Likewise.
4264         * modules/getaddrinfo (Depends-on): Likewise.
4265         * modules/glob (Depends-on): Likewise.
4266         * modules/inet_ntop (Depends-on): Likewise.
4267         * modules/inet_pton (Depends-on): Likewise.
4268         * modules/memxor (Depends-on): Likewise.
4269         * modules/regex (Depends-on): Likewise.
4270         * modules/strtok_r (Depends-on): Likewise.
4271         * modules/time_r (Depends-on): Likewise.
4272
4273 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4274
4275         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4276         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4277         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4278         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4279         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4280         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4281         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4282         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4283
4284         Merge from coreutils.
4285         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4286         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4287         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4288         * m4/time_r.m4 (gl_TIME_R): Likewise.
4289
4290 2006-08-09  Karl Berry  <karl@gnu.org>
4291
4292         * config/srclist.txt: no more gettext-tools, per Bruno.
4293
4294 2006-08-08  Eric Blake  <ebb9@byu.net>
4295
4296         * modules/verror: New module.
4297         * MODULES.html.sh: Document it.
4298
4299 2006-08-08  Eric Blake  <ebb9@byu.net>
4300
4301         * lib/verror.h, lib/verror.c: New files.
4302
4303 2006-08-08  Eric Blake  <ebb9@byu.net>
4304
4305         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4306         verror_at_line output complies with GNU Coding Standards even when
4307         file is NULL.
4308
4309 2006-08-07  Bruno Haible  <bruno@clisp.org>
4310
4311         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4312         versions of AIX.
4313         Reported by Ralf Wildenhues.
4314
4315 2006-08-07  Bruno Haible  <bruno@clisp.org>
4316
4317         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4318         in an AC_DEFUN. Needed so that the autoconf snippets can use
4319         AC_REQUIRE.
4320
4321 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4322
4323         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4324         Initialize pkgdata_DATA.
4325         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4326         overriding it.
4327
4328 2006-08-06  Eric Blake  <ebb9@byu.net>
4329
4330         * lib/error.h: Fold in some upstream changes from glibc.
4331         * lib/error.c: Likewise.
4332
4333 2006-08-04  Bruno Haible  <bruno@clisp.org>
4334
4335         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4336         Make the mostlyclean-local rule depend on mostlyclean-generic.
4337         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4338
4339 2006-07-31  Bruno Haible  <bruno@clisp.org>
4340
4341         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4342         <stdlib.h>, <string.h>.
4343
4344 2006-07-30  Bruno Haible  <bruno@clisp.org>
4345
4346         * modules/readlink (License): Change to LGPL.
4347
4348 2006-07-30  Bruno Haible  <bruno@clisp.org>
4349
4350         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4351         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4352         set PKGDATADIR to point to it.
4353
4354 2006-07-30  Bruno Haible  <bruno@clisp.org>
4355
4356         * modules/csharpexec (configure.ac): Comment out macro invocation.
4357         * modules/javaexec (configure.ac): Likewise.
4358         * modules/javacomp-script (configure.ac): Likewise.
4359
4360         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4361
4362 2006-07-30  Bruno Haible  <bruno@clisp.org>
4363
4364         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4365         linked-list.
4366
4367 2006-07-30  Bruno Haible  <bruno@clisp.org>
4368
4369         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4370
4371 2006-07-30  Bruno Haible  <bruno@clisp.org>
4372
4373         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4374         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4375         get removed.
4376
4377 2006-07-29  Bruno Haible  <bruno@clisp.org>
4378
4379         Make it possible for gnulib-tool to work with locally modified or
4380         augmented gnulib repositories.
4381         * gnulib-tool (func_usage): Document --local-dir option.
4382         (local_gnulib_dir): New variable.
4383         Handle --local-dir option.
4384         (func_lookup_file): New function.
4385         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4386         (func_get_description, func_get_filelist, func_get_description,
4387         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4388         func_get_automake_snippet, func_get_include_directive,
4389         func_get_license, func_get_maintainer): Use func_lookup_file.
4390         (func_import, func_create_testdir): Use func_lookup_file.
4391
4392 2006-07-29  Bruno Haible  <bruno@clisp.org>
4393
4394         * modules/setenv (Depends-on): Add unistd.
4395
4396 2006-07-29  Bruno Haible  <bruno@clisp.org>
4397
4398         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4399
4400 2006-07-29  Bruno Haible  <bruno@clisp.org>
4401
4402         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4403
4404 2006-07-29  Bruno Haible  <bruno@clisp.org>
4405
4406         * gnulib-tool (import, update): If there is no Makefile.am, look at
4407         aclocal.m4, instead of bailing out.
4408
4409 2006-07-29  Bruno Haible  <bruno@clisp.org>
4410
4411         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4412         Categorize the options by when they are useful.
4413
4414 2006-07-29  Bruno Haible  <bruno@clisp.org>
4415
4416         * gnulib-tool (func_usage): Document option --no-libtool.
4417         Handle option --no-libtool.
4418         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4419         for changed semantics of $libtool variable.
4420         (func_import): Likewise. If libtool is not used, show this through
4421         an option --no-libtool.
4422         (func_create_testdir): Update.
4423
4424 2006-07-29  Bruno Haible  <bruno@clisp.org>
4425
4426         * gnulib-tool (func_import): Extend error message about missing
4427         --doc-base.
4428
4429 2006-07-29  Bruno Haible  <bruno@clisp.org>
4430
4431         * gnulib-tool (func_import): Don't create the $docbase directory if
4432         there is no file to store there.
4433
4434 2006-07-29  Bruno Haible  <bruno@clisp.org>
4435
4436         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4437         relevant, look for configure.ac there, not in the current directory.
4438         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4439
4440 2006-07-29  Bruno Haible  <bruno@clisp.org>
4441
4442         * gnulib-tool (SORT): New variable.
4443         (func_usage): Undocument --assume-autoconf option.
4444         Remove --assume-autoconf option handling.
4445         (autoconf_minversion): Determine from the contents of configure.ac.
4446         (func_import): Remove autoconf_minversion handling.
4447         Suggested by Eric Blake.
4448
4449 2006-07-29  Bruno Haible  <bruno@clisp.org>
4450
4451         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4452
4453 2006-07-29  Bruno Haible  <bruno@clisp.org>
4454
4455         * config/srclist.txt (*setenv.[ch]): Remove rules.
4456
4457 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4458
4459         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4460
4461 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4462
4463         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4464         arpa/inet.h.
4465
4466 2006-07-28  Simon Josefsson  <jas@extundo.com>
4467
4468         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4469         * modules/inet_pton (Depends-on): Likewise.
4470
4471 2006-07-28  Simon Josefsson  <jas@extundo.com>
4472
4473         * m4/netinet_in_h.m4: New file.
4474
4475 2006-07-28  Simon Josefsson  <jas@extundo.com>
4476
4477         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4478         #include's.
4479
4480 2006-07-28  Simon Josefsson  <jas@extundo.com>
4481
4482         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4483         #include's.
4484
4485 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4486
4487         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4488         setgid on directories only if they set these bits.
4489         * lib/modechange.h: Remove obsolete comment about masks.
4490
4491 2006-07-28  Eric Blake  <ebb9@byu.net>
4492
4493         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4494         macro expansion.
4495
4496 2006-07-28  Bruno Haible  <bruno@clisp.org>
4497
4498         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4499
4500 2006-07-28  Bruno Haible  <bruno@clisp.org>
4501
4502         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4503
4504 2006-07-28  Bruno Haible  <bruno@clisp.org>
4505
4506         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4507         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4508         Define fallbacks.
4509         Avoids link error on FreeBSD 4.x.
4510         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4511
4512         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4513         encoding.
4514         * lib/mbswidth.c (iswcntrl): Likewise.
4515
4516 2006-07-27  Bruno Haible  <bruno@clisp.org>
4517
4518         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4519         test.
4520
4521 2006-07-27  Bruno Haible  <bruno@clisp.org>
4522
4523         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4524         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4525         defined.
4526
4527 2006-07-26  Eric Blake  <ebb9@byu.net>
4528
4529         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4530
4531 2006-07-26  Eric Blake  <ebb9@byu.net>
4532
4533         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4534         like mingw that lack mkstemp.
4535         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4536         avoid compilation warning on mingw.
4537
4538 2006-07-26  Bruno Haible  <bruno@clisp.org>
4539
4540         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4541         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4542         INT_FAST*_MIN, INTPTR_MIN.
4543
4544 2006-07-25  Bruno Haible  <bruno@clisp.org>
4545
4546         * modules/version-etc (Depends-on): Add stdarg.
4547
4548 2006-07-25  Bruno Haible  <bruno@clisp.org>
4549
4550         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4551         complex commands.
4552
4553 2006-07-25  Bruno Haible  <bruno@clisp.org>
4554
4555         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4556         defined in <stdarg.h> or config.h.
4557
4558 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4559
4560         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4561         (gl_STDIO_SAFER): Remove.
4562
4563 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4564
4565         * MODULES.html.sh (File stream based Input/Output):
4566         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4567         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4568         * modules/fopen-safer, modules/tmpfile-safer: New files.
4569         * modules/stdio-safer: Remove.
4570
4571 2006-07-24  Bruno Haible  <bruno@clisp.org>
4572
4573         * modules/tmpdir: New file.
4574         * MODULES.html.sh (File system functions): Add it.
4575
4576 2006-07-24  Bruno Haible  <bruno@clisp.org>
4577
4578         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4579         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4580
4581 2006-07-24  Bruno Haible  <bruno@clisp.org>
4582
4583         * modules/clean-temp: New file.
4584
4585 2006-07-24  Bruno Haible  <bruno@clisp.org>
4586
4587         * m4/tmpdir.m4: New file, from GNU gettext.
4588
4589 2006-07-24  Bruno Haible  <bruno@clisp.org>
4590
4591         * lib/tmpdir.h: New file, from GNU gettext.
4592         * lib/tmpdir.c: New file, from GNU gettext.
4593
4594 2006-07-24  Bruno Haible  <bruno@clisp.org>
4595
4596         * lib/clean-temp.h: New file, from GNU gettext.
4597         * lib/clean-temp.c: New file, from GNU gettext.
4598
4599 2006-07-23  Eric Blake  <ebb9@byu.net>
4600
4601         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4602         (Depends-on): Add binary-io.
4603
4604 2006-07-23  Eric Blake  <ebb9@byu.net>
4605
4606         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4607
4608 2006-07-23  Eric Blake  <ebb9@byu.net>
4609
4610         * lib/tmpfile-safer.c: New file.
4611         * lib/stdio-safer.h (fopen_safer): Add prototype.
4612         * lib/stdio--.h (tmpfile): Make safer.
4613
4614 2006-07-23  Bruno Haible  <bruno@clisp.org>
4615
4616         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4617         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4618         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4619         gl_linked_remove_at): Use it.
4620
4621 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4622         and Simon Josefsson <jas@extundo.com>
4623
4624         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4625
4626         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4627
4628 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4629
4630         * modules/close-stream: New file.
4631         * modules/closeout (Description): Make it clear that it exits
4632         with a diagnostic on error.
4633         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4634         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4635
4636 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4637
4638         * m4/close-stream.m4: New file.
4639
4640 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4641
4642         * lib/close-stream.c, lib/close-stream.h: New files.
4643
4644 2006-07-22  Bruno Haible  <bruno@clisp.org>
4645
4646         Merge from GNU gettext 0.15.
4647
4648         2006-05-01  Bruno Haible  <bruno@clisp.org>
4649
4650                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4651
4652         2006-07-22  Bruno Haible  <bruno@clisp.org>
4653
4654                 * modules/javaversion: New file.
4655                 * MODULES.html.sh (Java): Add javaversion.
4656
4657         2006-03-12  Bruno Haible  <bruno@clisp.org>
4658
4659                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4660
4661         2005-12-04  Bruno Haible  <bruno@clisp.org>
4662
4663                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4664                 (untested).
4665
4666         2006-06-21  Bruno Haible  <bruno@clisp.org>
4667
4668                 Avoid warnings from recent versions of mcs.
4669                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4670                 -o, -L, -r any more. Use options documented since mcs-1.0
4671                 instead. Similarly for -g.
4672
4673         2005-12-04  Bruno Haible  <bruno@clisp.org>
4674
4675                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4676                 .resources, not .resource.
4677
4678         2005-07-09  Bruno Haible  <bruno@clisp.org>
4679
4680                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4681                 add a .dll suffix.
4682                 Reported by Mark Junker <mjscod@gmx.de>.
4683
4684         2006-07-22  Bruno Haible  <bruno@clisp.org>
4685
4686                 * modules/gettext: Upgrade to gettext-0.15.
4687                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4688                 m4/visibility.m4.
4689                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4690
4691 2006-07-22  Bruno Haible  <bruno@clisp.org>
4692
4693         Merge from GNU gettext 0.15.
4694
4695         2006-03-25  Bruno Haible  <bruno@clisp.org>
4696
4697                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
4698
4699         2006-07-21  Bruno Haible  <bruno@clisp.org>
4700
4701                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
4702                 "1.1".
4703
4704         2006-05-09  Bruno Haible  <bruno@clisp.org>
4705
4706                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
4707                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
4708                 for the conftestver execution.
4709
4710         2006-05-01  Bruno Haible  <bruno@clisp.org>
4711
4712                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
4713                 optional target-version argument. Verify that the compiler
4714                 groks source of the specified source-version, or add -source
4715                 option as necessary. Verify that the compiler produces
4716                 bytecode in the specified target-version, or add -target and
4717                 -source options as necessary. Make the result of the test
4718                 available as variable CONF_JAVAC. Also log error output in
4719                 config.log.
4720
4721         2006-03-11  Bruno Haible  <bruno@clisp.org>
4722
4723                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
4724
4725         2006-05-09  Bruno Haible  <bruno@clisp.org>
4726
4727                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
4728                 CLASSPATH_SEPARATOR to a semicolon.
4729
4730         2006-03-12  Bruno Haible  <bruno@clisp.org>
4731
4732                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
4733                 available as variable CONF_JAVA, for subsequent autoconf
4734                 tests. Also log error output in config.log.
4735
4736         2006-07-19  Bruno Haible  <bruno@clisp.org>
4737
4738                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
4739                 that getline works on glibc2 systems. Needed to avoid trouble
4740                 in relocatable.c.
4741                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
4742
4743         2005-12-04  Bruno Haible  <bruno@clisp.org>
4744
4745                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
4746                 launcher (untested).
4747
4748         2005-12-04  Bruno Haible  <bruno@clisp.org>
4749
4750                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
4751
4752         2006-07-22  Bruno Haible  <bruno@clisp.org>
4753
4754                 * gettext.m4: Update from GNU gettext-0.15.
4755                 * nls.m4: Likewise.
4756                 * po.m4: Likewise.
4757                 * inttypes-pri.m4: Likewise.
4758                 * inttypes-h.m4: Renamed from inttypes.m4.
4759                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
4760
4761 2006-07-22  Bruno Haible  <bruno@clisp.org>
4762
4763         Merge from GNU gettext 0.15.
4764
4765         2005-07-05  Bruno Haible  <bruno@clisp.org>
4766
4767                 * printf-args.c (printf_fetchargs): Work around broken
4768                 definition of wint_t on mingw.
4769
4770         2005-02-12  Bruno Haible  <bruno@clisp.org>
4771
4772                 * xallocsa.h: Add extern "C" for C++.
4773
4774         2006-05-17  Bruno Haible  <bruno@clisp.org>
4775
4776                 Cygwin portability.
4777                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
4778
4779         2006-04-30  Bruno Haible  <bruno@clisp.org>
4780
4781                 * progreloc.c: Include <mach-o/dyld.h> if available.
4782                 (find_executable): Use _NSGetExecutablePath when possible.
4783
4784         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4785
4786                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
4787                 function.
4788
4789         2005-12-29  Bruno Haible  <bruno@clisp.org>
4790
4791                 * progreloc.c (set_program_name_and_installdir): Fix
4792                 compilation error.
4793
4794         2005-12-04  Bruno Haible  <bruno@clisp.org>
4795
4796                 Cygwin portability.
4797                 * progreloc.c: Include <windows.h> also on Cygwin.
4798                 (find_executable): Add support for Cygwin.
4799                 (set_program_name_and_installdir): Handle also platforms with
4800                 nonempty EXEEXT.
4801
4802         2006-07-11  Bruno Haible  <bruno@clisp.org>
4803
4804                 * javacomp.c: Fix a comment.
4805                 Reported by Jim Meyering.
4806
4807         2006-04-30  Bruno Haible  <bruno@clisp.org>
4808
4809                 * javacomp.h (compile_java_class): Add source_version,
4810                 target_version arguments.
4811                 * javacomp.c: Rewritten to choose only a compiler that
4812                 respects the specified source_version and target_version.
4813
4814         2006-06-27  Bruno Haible  <bruno@clisp.org>
4815
4816                 Assume correct S_ISDIR macro.
4817                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
4818
4819         2006-07-22  Bruno Haible  <bruno@clisp.org>
4820
4821                 * javaversion.h: New file, from GNU gettext.
4822                 * javaversion.c: New file, from GNU gettext.
4823                 * javaversion.java: New file, from GNU gettext.
4824                 * javaversion.class: New file, from GNU gettext.
4825
4826         2006-05-17  Bruno Haible  <bruno@clisp.org>
4827
4828                 Cygwin portability.
4829                 * javaexec.c (execute_java_class): Test for jview program
4830                 also on Cygwin.
4831
4832         2006-04-09  Bruno Haible  <bruno@clisp.org>
4833
4834                 * fatal-signal.c: Don't include string.h.
4835                 (at_fatal_signal): Use a copying loop instead of memcpy.
4836
4837         2005-12-04  Bruno Haible  <bruno@clisp.org>
4838
4839                 * csharpexec.c: Add support for 'clix' launcher (untested).
4840                 (execute_csharp_using_sscli): New function.
4841                 (execute_csharp_program): Call it.
4842
4843         2006-06-21  Bruno Haible  <bruno@clisp.org>
4844
4845                 Avoid warnings from recent versions of mcs.
4846                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
4847                 -o, -L, -r any more. Use options documented since mcs-1.0
4848                 instead. Similarly for -g.
4849
4850         2005-07-09  Bruno Haible  <bruno@clisp.org>
4851
4852                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
4853                 add a .dll suffix.
4854                 Reported by Mark Junker <mjscod@gmx.de>.
4855
4856         2006-06-17  Bruno Haible  <bruno@clisp.org>
4857
4858                 * config.charset: Update for NetBSD 3.0.
4859
4860         2006-05-17  Bruno Haible  <bruno@clisp.org>
4861
4862                 Cygwin portability.
4863                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
4864
4865         2006-05-16  Bruno Haible  <bruno@clisp.org>
4866
4867                 * localcharset.c [CYGWIN]: Include <windows.h>.
4868                 (get_charset_aliases): For Cygwin, return the same CPxxx
4869                 aliases list as under WIN32.
4870                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
4871                 the environment variables. Fall back to GetACP().
4872
4873         2006-04-05  Bruno Haible  <bruno@clisp.org>
4874
4875                 * config.charset: Update Juan Manuel Guerrero's address.
4876
4877         2005-02-12  Bruno Haible  <bruno@clisp.org>
4878
4879                 * allocsa.h: Add extern "C" for C++.
4880
4881         2005-02-10  Bruno Haible  <bruno@clisp.org>
4882
4883                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
4884                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
4885
4886         2006-07-22  Bruno Haible  <bruno@clisp.org>
4887
4888                 * gettext.h: Update to GNU gettext-0.15.
4889
4890 2006-07-22  Bruno Haible  <bruno@clisp.org>
4891
4892         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
4893         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
4894         lib-prefix.m4, longdouble.m4, ssize_t.m4.
4895
4896 2006-07-21  Eric Blake  <ebb9@byu.net>
4897
4898         * modules/stdlib-safer: New file.
4899         * MODULES.html.sh (File stream based Input/Output): Add
4900         stdlib-safer.
4901
4902 2006-07-21  Eric Blake  <ebb9@byu.net>
4903
4904         * lib/stdlib-safer.h: New file from coreutils, required by
4905         stdlib--.h.
4906
4907 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
4908
4909         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
4910
4911 2006-07-20  Bruno Haible  <bruno@clisp.org>
4912
4913         * gnulib-tool: Recognize new option --assume-autoconf.
4914         (autoconf_minversion): New variable.
4915         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
4916
4917 2006-07-20  Bruno Haible  <bruno@clisp.org>
4918
4919         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
4920
4921 2006-07-19  Derek R. Price  <derek@ximbiot.com>
4922
4923         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
4924         Reindent and repaginate.
4925
4926 2006-07-19  Derek Price  <derek@ximbiot.com>
4927
4928         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
4929         Correct grammar.
4930
4931 2006-07-17  Bruno Haible  <bruno@clisp.org>
4932
4933         * modules/list: New file.
4934         * modules/array-list: New file.
4935         * modules/carray-list, modules/carray-list-tests: New files.
4936         * modules/linked-list, modules/linked-list-tests: New files.
4937         * modules/avltree-list, modules/avltree-list-tests: New files.
4938         * modules/rbtree-list, modules/rbtree-list-tests: New files.
4939         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
4940         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
4941         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
4942         * modules/oset: New file.
4943         * modules/array-oset: New file.
4944         * modules/avltree-oset, modules/avltree-oset-tests: New files.
4945         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
4946         * tests/test-carray_list.c: New file.
4947         * tests/test-linked_list.c: New file.
4948         * tests/test-avltree_list.c: New file.
4949         * tests/test-rbtree_list.c: New file.
4950         * tests/test-linkedhash_list.c: New file.
4951         * tests/test-avltreehash_list.c: New file.
4952         * tests/test-rbtreehash_list.c: New file.
4953         * tests/test-avltree_oset.c: New file.
4954         * tests/test-rbtree_oset.c: New file.
4955         * MODULES.html.sh (Container data structures): New section.
4956
4957 2006-07-17  Bruno Haible  <bruno@clisp.org>
4958
4959         * m4/gl_list.m4: New file.
4960
4961 2006-07-17  Bruno Haible  <bruno@clisp.org>
4962
4963         * lib/gl_list.h: New file.
4964         * lib/gl_list.c: New file.
4965         * lib/gl_array_list.h: New file.
4966         * lib/gl_array_list.c: New file.
4967         * lib/gl_carray_list.h: New file.
4968         * lib/gl_carray_list.c: New file.
4969         * lib/gl_linked_list.h: New file.
4970         * lib/gl_linked_list.c: New file.
4971         * lib/gl_anylinked_list1.h: New file.
4972         * lib/gl_anylinked_list2.h: New file.
4973         * lib/gl_avltree_list.h: New file.
4974         * lib/gl_avltree_list.c: New file.
4975         * lib/gl_anyavltree_list1.h: New file.
4976         * lib/gl_anyavltree_list2.h: New file.
4977         * lib/gl_rbtree_list.h: New file.
4978         * lib/gl_rbtree_list.c: New file.
4979         * lib/gl_anyrbtree_list1.h: New file.
4980         * lib/gl_anyrbtree_list2.h: New file.
4981         * lib/gl_anytree_list1.h: New file.
4982         * lib/gl_anytree_list2.h: New file.
4983         * lib/gl_linkedhash_list.h: New file.
4984         * lib/gl_linkedhash_list.c: New file.
4985         * lib/gl_anyhash_list1.h: New file.
4986         * lib/gl_anyhash_list2.h: New file.
4987         * lib/gl_avltreehash_list.h: New file.
4988         * lib/gl_avltreehash_list.c: New file.
4989         * lib/gl_rbtreehash_list.h: New file.
4990         * lib/gl_rbtreehash_list.c: New file.
4991         * lib/gl_anytreehash_list1.h: New file.
4992         * lib/gl_anytreehash_list2.h: New file.
4993
4994         * lib/gl_oset.h: New file.
4995         * lib/gl_oset.c: New file.
4996         * lib/gl_array_oset.h: New file.
4997         * lib/gl_array_oset.c: New file.
4998         * lib/gl_avltree_oset.h: New file.
4999         * lib/gl_avltree_oset.c: New file.
5000         * lib/gl_rbtree_oset.h: New file.
5001         * lib/gl_rbtree_oset.c: New file.
5002         * lib/gl_anytree_oset.h: New file.
5003
5004 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5005
5006         * m4/mkancesdirs.m4: New file.
5007         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5008         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5009         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5010         it.
5011
5012 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5013
5014         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5015         * lib/mkancesdirs.h: New files.
5016         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5017         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5018         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5019         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5020         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5021         callers changed.  Revamp internals significantly, by not
5022         attempting to create directories that are temporarily more
5023         permissive than the final results.  Do not attempt to use
5024         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5025         This removes some race conditions, fixes some bugs, and simplifies
5026         things.  Use new dirchownmod function to do owner and mode changes.
5027         * lib/mkdir-p.h: Likewise.
5028         * lib/modechange.c (octal_to_mode): New function.
5029         (struct mode_change): New member mentioned.
5030         (make_node_op_equals): New arg mentioned.  All callers changed.
5031         (mode_compile): Keep track of which mode bits the user has explicitly
5032         mentioned.
5033         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5034         New arg PMODE_BITS, to keep track of which mode bits the user
5035         mentioned; it treats S_ISUID and S_ISGID speciall.
5036         All callers changed.
5037         * lib/modechange.h: Likewise.
5038
5039 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5040
5041         * MODULES.html.sh: Add mkancestors.
5042         * modules/mkancesdirs: New module.
5043         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5044         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5045         The chdir-safer and afs files are now orphans; I'll remove them
5046         unless someone speaks up.
5047         Add lib/dirchownmod.c, lib/dirchownmod.h.
5048         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5049         Add lchown, mkancesdirs.
5050         (Maintainer): Add self.
5051
5052 2006-07-15  Karl Berry  <karl@gnu.org>
5053
5054         * gnulib-tool: help message wording/arrangement.
5055
5056 2006-07-14  Simon Josefsson  <jas@extundo.com>
5057
5058         * doc/gnulib.texi (Libtool and Windows): New section.
5059
5060 2006-07-12  Simon Josefsson  <jas@extundo.com>
5061
5062         * modules/gendocs (License): Fix license, approved by Karl.
5063
5064 2006-07-12  Eric Blake  <ebb9@byu.net>
5065
5066         * MODULES.html.sh: Add gendocs.
5067
5068 2006-07-11  Eric Blake  <ebb9@byu.net>
5069
5070         * modules/fdl: New module, to install doc/fdl.texi.
5071         * MODULES.html.sh: Add new section for documentation modules.
5072         * gnulib-tool: Avoid space-tab.
5073         (--doc-base): New option, to manage files from doc.
5074
5075 2006-07-11  Eric Blake  <ebb9@byu.net>
5076
5077         * m4/absolute-header.m4: Fix comments to match recent change.
5078
5079 2006-07-11  Eric Blake  <ebb9@byu.net>
5080
5081         * gnulib-tool: List --doc-base before --tests-base.
5082
5083 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5084
5085         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5086
5087 2006-07-11  Bruno Haible  <bruno@clisp.org>
5088
5089         * README: Mention where to put documentation.
5090
5091 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5092
5093         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5094
5095 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5096
5097         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5098         to stdint.m4.
5099
5100 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5101
5102         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5103         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5104         "no/such/file/stdint.h" when there is no such file, so that
5105         the resulting C code can be parsed by dodgy compilers.
5106         Problems reported by Bob Proulx.
5107
5108 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5109
5110         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5111         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5112         macros into the GNU _D_EXACT_NAMLEN.
5113         * lib/savedir.c:  Likewise.
5114         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5115
5116 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5117         and Paul Eggert  <eggert@cs.ucla.edu>
5118
5119         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5120         * m4/savedir.m4:
5121         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5122         macros into the GNU _D_EXACT_NAMLEN.
5123
5124 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5125
5126         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5127         around the absolute name, to work around a problem with the HP-UX
5128         11.23 native C compiler, reported by Bob Proulx.
5129
5130 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5131
5132         * doc/maintain.texi, make-stds.texi: Sync from
5133         <http://savannah.gnu.org/projects/gnustandards>.
5134
5135 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5136
5137         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5138
5139 2006-07-09  Jim Meyering  <jim@meyering.net>
5140
5141         * m4/glob.m4: Remove a doubled word in a comment.
5142
5143 2006-07-09  Jim Meyering  <jim@meyering.net>
5144
5145         * lib/argp-pv.c: Remove a doubled word in a comment.
5146         * lib/check-version.c (check_version): Likewise.
5147         * lib/javacomp.c (compile_java_class): Likewise.
5148
5149 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5150
5151         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5152         for the benefit of people using Autoconf 2.60.  If you want to
5153         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5154         (or m4/onceonly.m4, if pre-2.57) manually.
5155
5156 2006-07-08  Jim Meyering  <jim@meyering.net>
5157
5158         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5159         comment.
5160         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5161         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5162         comment.
5163
5164 2006-07-08  Jim Meyering  <jim@meyering.net>
5165
5166         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5167
5168 2006-07-07  Simon Josefsson  <jas@extundo.com>
5169
5170         * tests/test-crc.c: Change expected crc value, the test vector
5171         were probably computed using the old broken crc.c?
5172
5173 2006-07-06  Simon Josefsson  <jas@extundo.com>
5174
5175         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5176         now the canonical place for the M4 file).
5177
5178         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5179         from the sys_socket dependency now.
5180
5181         * modules/inet_pton (Files): Ditto.
5182
5183         * modules/inet_ntop (Files): Ditto.
5184
5185 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5186
5187         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5188         not gl_PREREQ_GETUSERSHELL.
5189
5190 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5191
5192         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5193         with only one argument, for Autoconf 2.60.
5194         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5195         expand to nothing, so add a shell command to avoid syntax error.
5196         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5197
5198 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5199
5200         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5201
5202 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5203
5204         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5205         no longer needed.  Check for isblank decl.
5206         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5207         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5208         of existence.
5209
5210 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5211
5212         * lib/getloadavg.c: Use __VMS, not VMS.
5213         * lib/getopt.c: Likewise.
5214         * lib/getpagesize.h: Likewise.
5215         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5216         and probably does not work.
5217
5218 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5219
5220         * lib/.cppi-disable: Add wcwidth.
5221         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5222         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5223         (ISGRAPH): Remove.  All uses changed to isgraph.
5224         (FOLD) [!defined _LIBC]: Remove special case.
5225         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5226         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5227         HAVE_ISBLANK.
5228         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5229         case.
5230
5231 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5232
5233         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5234         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5235         brackets.  Other minor changes to suppress some compiler
5236         warnings.
5237
5238 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5239         and Paul Eggert  <eggert@cs.ucla.edu>
5240
5241         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5242         of invoking obsolescent AC_HEADER_DIRENT macro.
5243         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5244         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5245         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5246         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5247         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5248         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5249         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5250         * m4/readdir.m4: Remove; no longer needed.
5251
5252 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5253         and Paul Eggert  <eggert@cs.ucla.edu>
5254
5255         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5256         Don't worry about this obsolete case any more.
5257         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5258         directories.
5259         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5260         worry about this obsolete case any more.
5261         * lib/fts.c: Likewise.
5262         * lib/getcwd.c: Likewise.
5263         * lib/glob.h: Likewise.
5264         * lib/savedir.c: Likewise.
5265
5266 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5267
5268         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5269         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5270         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5271         needed.
5272         All uses removed.
5273         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5274         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5275         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5276         needed.
5277         * m4/getdate.m4 (gl_GETDATE): Likewise.
5278         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5279         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5280         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5281         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5282         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5283         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5284         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5285         needed.
5286
5287 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5288
5289         * lib/memcasecmp.c: Include <limits.h>.
5290         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5291         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5292         Don't assume isdigit succeeds only on '0' through '9'.
5293
5294 2006-07-05  Eric Blake  <ebb9@byu.net>
5295
5296         * modules/getaddrinfo (Depends-on): Add snprintf.
5297
5298 2006-07-05  Eric Blake  <ebb9@byu.net>
5299
5300         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5301         to avoid 'header present but could not be compiled' on cygwin.
5302
5303 2006-07-05  Eric Blake  <ebb9@byu.net>
5304
5305         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5306         missing from netdb.h.
5307         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5308
5309 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5310
5311         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5312         no longer needed.
5313         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5314         * m4/getdate.m4 (gl_GETDATE): Likewise.
5315         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5316         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5317         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5318         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5319         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5320
5321 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5322
5323         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5324         All uses of is_space replaced by isspace.
5325         * lib/exit.h: Don't talk about STDC_HEADERS.
5326         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5327         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5328         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5329         replaced by isprint etc.
5330         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5331         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5332         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5333         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5334         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5335         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5336
5337 2006-07-05  Bruno Haible  <bruno@clisp.org>
5338
5339         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5340         the function exists, before testing against AIX.
5341         Reported by Martin Lambers <marlam@marlam.de>.
5342
5343 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5344
5345         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5346         From Mark D. Baushke.
5347
5348 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5349
5350         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5351         to the absolute name, not just one, to bypass Sun C 5.8's
5352         "warning: #include of /usr/include/... may be non-portable".
5353
5354 2006-07-04  Eric Blake  <ebb9@byu.net>
5355
5356         * modules/dirname-tests: New test module.
5357         * tests/test-dirname.c: New file, replacing dirname.c
5358         TEST_DIRNAME section that was recently deleted.
5359
5360 2006-07-04  Bruno Haible  <bruno@clisp.org>
5361
5362         Assume ANSI C header files and <ctype.h> functions.
5363         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5364         (mbsnwidth): Use isprint, iscntrl instead.
5365
5366 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5367
5368         Merge from coreutils.
5369         * MODULES.html.sh: Add xstrtold.
5370         * modules/xstrtold: New file.
5371         * modules/cycle-check (Files): Add lib/same-inode.h.
5372         * modules/dirname (Files): Add m4/double-slash-root.m4.
5373         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5374         * modules/mkdir-p (Files): Add lib/same-inode.h.
5375         * modules/same (Files): Add lib/same-inode.h.
5376
5377 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5378
5379         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5380         This is to keep the terminology clean; POSIX talks about
5381         "absolute pathnames", not "full pathnames", but the GNU
5382         Coding Standards say to use "path" for something else;
5383         so use "absolute" to keep both sides happy.
5384         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5385         Set gl_absolute_header, not gl_full_header_path.
5386         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5387         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5388         All uses changed.
5389
5390         Merge from coreutils.
5391
5392         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5393
5394         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5395         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5396         want to require the building of c-strtod.o.
5397         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5398         needs -lm directly.
5399         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5400
5401         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5402
5403         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5404         --as-needed option if available.  Problem reported by Albert Chin in
5405         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5406         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5407         cc merely issues a bunch of annoying warnings for --as-needed
5408         (this problem was reported by Bob Proulx).  Also, try linking with
5409         -lm to detect a bug in binutils 2.16 (this problem was reported
5410         by Ralf Wildenhues).
5411
5412         2006-06-18  Jim Meyering  <jim@meyering.net>
5413
5414         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5415         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5416         macro.
5417         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5418         also check for glibc-2.4's abort-inducing bug.
5419
5420         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5421         Low-probability clean-up should be to use rmdir to get rid of
5422         the just-created directory, not unlink.
5423
5424         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5425         configure fail, and request a bug report to inform us about it.
5426         Add a comment that, barring reports to the contrary, in 2007 we'll
5427         assume ftruncate is universally available.
5428
5429         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5430
5431         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5432
5433         2006-03-12  Jim Meyering  <jim@meyering.net>
5434
5435         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5436         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5437         * m4/same.m4 (gl_SAME): Likewise.
5438         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5439
5440         2006-03-11  Eric Blake  <ebb9@byu.net>
5441
5442         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5443         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5444         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5445         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5446
5447 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5450         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5451         reported by Mark D. Baushke, one in
5452         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5453
5454         Merge from coreutils.
5455
5456         * lib/.cppi-disable: Add stdint_.h.
5457         * lib/.cvsignore: Add stdint.h.
5458
5459         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5460
5461         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5462         both double and long double versions.
5463         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5464         * lib/xstrtold.c: New file.
5465         * lib/xstrtod.h (xstrtold): New decl.
5466
5467         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5468
5469         * lib/filemode.c (setst): Remove.
5470         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5471         (arguably) clearer, and the generated code is a bit smaller on my
5472         Debian GNU/Linux stable x86 host.
5473
5474         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5475
5476         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5477         Assume that filemode.h includes sys/types.h and sys/stat.h.
5478         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5479         (ftypelet): Reorder to put common cases first, for efficiency.
5480         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5481         to do 'M'.
5482         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5483         of 10, for compatibility with FreeBSD.  All callers changed.
5484         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5485         types that can't be deduced solely from st_mode.  First arg is now a
5486         const pointer.
5487         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5488         (strmode): Renamed from mode_string.
5489         (filemodestring): New decl.
5490         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5491         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5492         needed.
5493         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5494
5495         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5496
5497         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5498         fsusage.h now does that.  Include fsusage.h first, to test interface.
5499         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5500         at most one method (the old code could have generated decls that
5501         didn't conform to C89, not that this was ever exercised).
5502         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5503
5504         2006-03-19  Jim Meyering  <jim@meyering.net>
5505
5506         Work even in a chroot where d_ino values for entries in "/"
5507         don't match the stat.st_ino values for the same names.
5508         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5509         number, iterate through all entries again, using lstat instead.
5510         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5511         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5512
5513         * lib/getcwd.c (__getcwd): Clarify a comment.
5514         Use memcpy in place of a call to strcpy.
5515
5516         2006-03-12  Jim Meyering  <jim@meyering.net>
5517
5518         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5519         matches that of the current directory (which we're about to chdir ".."
5520         out of), then save the dev-ino of the parent, instead.
5521
5522         * lib/same-inode.h (SAME_INODE): New file/macro.
5523         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5524         Include "same-inode.h", instead.
5525         * lib/same.c: Likewise.
5526         * lib/cycle-check.h: Include "same-inode.h".
5527         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5528         * lib/cycle-check.c (SAME_INODE): Remove definition.
5529         * lib/root-dev-ino.h: Include "same-inode.h".
5530
5531         2006-03-11  Eric Blake  <ebb9@byu.net>
5532
5533         * lib/same.c (same_name): s/base_name/last_component/
5534         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5535         * lib/filenamecat.c (file_name_concat): Likewise.
5536
5537         2006-03-11  Eric Blake  <ebb9@byu.net>,
5538                     Paul Eggert  <eggert@cs.ucla.edu>
5539
5540         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5541         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5542         drive prefix.
5543         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5544         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5545         (last_component): New method.
5546         * lib/dirname.c (dir_len): Determine when drive letters need a
5547         subsequent slash.  Preserve // when it is special.
5548         (dir_name): Don't append dot when drive letter is absolute.
5549         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5550         * lib/basename.c (base_name): New semantics - malloc the result.
5551         Preserve // when it is special.  Preserve relative files that look
5552         like drive letters.
5553         (base_len): Preserve // when it is special.
5554         (last_component): New method, similar to old base_name semantics.
5555         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5556         base_name.  Strip redundant slashes from ///.
5557
5558 2006-07-03  Jim Meyering  <jim@meyering.net>
5559
5560         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5561         macro is used before the first cycle_check call.
5562
5563 2006-07-03  Eric Blake  <ebb9@byu.net>
5564
5565         * modules/dirname (Depends-on): Add xstrndup.
5566
5567 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5568
5569         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5570         test cases, so that config.log is a bit easier to follow.
5571
5572 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5573
5574         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5575         both are 64 bits, since this seems to be the tradition, and this
5576         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5577         we ever run into a host that prefers long long to long in this
5578         case, we'll need another configure-time test.  Problem reported by
5579         Jim Meyering.
5580
5581 2006-07-02  Eric Blake  <ebb9@byu.net>
5582
5583         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5584
5585 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5586
5587         * modules/inttypes (Depends-on): No longer depends on stdint.
5588         * modules/stdint (Description): Say more about assumptions.
5589         Say that the fast types might differ.  Say macros are used.
5590         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5591         (Makefile.am): Revise list of substituted symbols to match
5592         new stdint.m4.
5593         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5594         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5595         * tests/test-stdint.c (verify_same_types)
5596         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5597         the code conforms to C99/C89.
5598         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5599         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5600
5601 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5602
5603         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5604         but fix a bug, by requiring at least 64 bits.
5605         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5606         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5607         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5608         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5609
5610         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5611         changes.  Make 2.59 a prerequisite.  Check and substitute for
5612         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5613         inttypes.h.  Do not use special include files; just use the
5614         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5615         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5616         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5617         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5618         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5619         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5620         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5621         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5622         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5623         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5624         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5625         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5626         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5627         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5628         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5629         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5630         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5631         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5632         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5633         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5634         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5635         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5636         not check for things that C99 does not require, e.g., int8_t.  If
5637         a test isn't needed unless <stdint.h> isn't working, and is
5638         unlikely to be needed for any other reason, then don't do it
5639         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5640         size_t, since we assume C89 freestanding at least.  Do not check
5641         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5642         the right thing even if the types are not defined.  Instead use:
5643         (gl_STDINT_TYPE_PROPERTIES): New macro.
5644         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5645         testing whether <sys/types.h> clashes, as Autoconf does this for
5646         us now.  All uses removed.
5647         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5648         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5649         (gl_CHECK_TYPE_SAME):
5650         Remove; no longer needed.
5651         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5652         exists, since we'll return 0 anyway in that case.
5653         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5654
5655 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5656
5657         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5658         possible collision with system files.
5659         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5660         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5661         WCHAR_MIN and WCHAR_MAX in this case.
5662         (<stddef.h>): Do not include; no longer needed.
5663         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5664         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5665         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5666         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5667         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5668         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5669         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5670         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5671         !defined(__c99))]: Include in this case too, since it's harmless
5672         now.
5673         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5674         dangerous to do so.
5675         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5676         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5677         (_STDINT_MIN, _STDINT_MAX): New macros.
5678         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5679         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5680         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5681         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5682         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5683         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5684         macros, not typedefs; this simplifies things quite a bit.
5685         Use long int for all types narrower than int64_t.
5686         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5687         Define in terms of long long int or int64_t or long int,
5688         not int64_t or int32_t.  This saves some compile-time testing.
5689         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5690         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5691         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5692         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5693         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
5694         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
5695         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
5696         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
5697         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
5698         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
5699         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5700         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5701         undef any previous version and define our own version, for
5702         simplicity and consistency with the new macros for types.
5703         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5704         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5705         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
5706         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
5707         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
5708         @WINT_T_SUFFIX@ to keep things simple here.
5709         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
5710         Simplify by assuming typical 8/16/32/64 host, since we're
5711         already doing that elsewhere anyway.
5712         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
5713         and assume long long int is 64 bits if available.  This
5714         speeds up 'configure'.
5715
5716 2006-07-01  Eric Blake  <ebb9@byu.net>
5717
5718         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
5719         Reported by Andreas Buening.
5720
5721 2006-07-01  Eric Blake  <ebb9@byu.net>
5722
5723         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
5724
5725 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5726
5727         * lib/getaddrinfo.c: fixed typo
5728
5729 2006-06-29  Jim Meyering  <jim@meyering.net>
5730
5731         * modules/strftime (Maintainer): Add my name, since with the
5732         FPRINTFTIME changes strftime.c has forked from glibc.
5733
5734 2006-06-29  Eric Blake  <ebb9@byu.net>
5735
5736         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
5737
5738 2006-06-29  Eric Blake  <ebb9@byu.net>
5739
5740         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
5741
5742 2006-06-29  Eric Blake  <ebb9@byu.net>
5743
5744         * lib/stat_.h: New file.
5745
5746 2006-06-29  Eric Blake  <ebb9@byu.net>
5747
5748         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
5749         unused static function.
5750
5751 2006-06-29  Eric Blake  <ebb9@byu.net>
5752
5753         * doc/functions.texi (Function Portability): Document missing lstat
5754         on mingw.
5755
5756 2006-06-29  Eric Blake  <ebb9@byu.net>
5757
5758         * MODULES.html.sh: Add sys_stat.
5759         * modules/sys_stat: New module.
5760         * modules/mkstemp (Depends-on): Add sys_stat.
5761
5762 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5763
5764         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
5765
5766 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5767
5768         * m4/c-bs-a.m4: Removed.
5769
5770 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5771
5772         * lib/strftime.c: Assume strftime() exists.
5773
5774 2006-06-29  Derek Price  <derek@ximbiot.com>
5775
5776         * modules/c-bs-a: Removed - \a is C89.
5777         * MODULES.html.sh: Remove c-bs-a.
5778
5779 2006-06-29  Bruno Haible  <bruno@clisp.org>
5780
5781         * modules/wcwidth (License): Change to LGPL.
5782
5783 2006-06-28  Simon Josefsson  <jas@extundo.com>
5784
5785         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
5786         on _WIN32.
5787
5788         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
5789         getnameinfo.
5790
5791 2006-06-28  Simon Josefsson  <jas@extundo.com>
5792
5793         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
5794
5795 2006-06-28  Simon Josefsson  <jas@extundo.com>
5796
5797         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
5798         functions there.  It will succeed on Windows XP, but on Windows
5799         2000 and (presumably) earlier, it will fail, and use the internal
5800         re-implementation.
5801         (use_win32_p): New function.
5802         (getaddrinfo): Use strtoul on servname, to support numeric ports.
5803         Support AI_NUMERICSERV to disable getservbyname.
5804         (getnameinfo): New function, only supports
5805         NI_NUMERICHOST|NI_NUMERICSERV for now.
5806
5807         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
5808         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
5809         getnameinfo.
5810
5811 2006-06-28  Eric Blake  <ebb9@byu.net>
5812
5813         * modules/wcwidth: New file.
5814         * modules/mbchar (Depends-on): Add wcwidth.
5815         * modules/mbswidth (Depends-on): Add wcwidth.
5816         * MODULES.html.sh: Add wcwidth.
5817
5818 2006-06-28  Eric Blake  <ebb9@byu.net>
5819
5820         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
5821         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
5822
5823 2006-06-28  Eric Blake  <ebb9@byu.net>
5824
5825         * lib/xvasprintf.h: Fix comments.
5826
5827 2006-06-28  Eric Blake  <ebb9@byu.net>
5828
5829         * lib/mbchar.h (wcwidth): Include wcwidth.h.
5830         * lib/mbswidth.c (wcwidth): Move from here...
5831         * lib/wcwidth.h: ...to this new file.
5832
5833 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5834
5835         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
5836
5837         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
5838         it's obsolete.
5839         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
5840
5841 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5842
5843         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
5844         Autoconf 2.60 says this stuff was obsolete.
5845
5846 2006-06-28  Bruno Haible  <bruno@clisp.org>
5847
5848         * modules/wcwidth (Files): Add m4/wchar_t.m4.
5849
5850 2006-06-28  Bruno Haible  <bruno@clisp.org>
5851
5852         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
5853         gt_TYPE_WCHAR_T.
5854
5855 2006-06-28  Bruno Haible  <bruno@clisp.org>
5856
5857         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
5858         declaration for wcwidth.
5859         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
5860
5861 2006-06-28  Bruno Haible  <bruno@clisp.org>
5862
5863         * lib/mkdtemp.c [MINGW]: Include <io.h>.
5864         (mkdir): Define using _mkdir.
5865
5866 2006-06-28  Bruno Haible  <bruno@clisp.org>
5867
5868         * lib/getaddrinfo.h: Fix POSIX URL.
5869         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
5870         _WIN32.
5871         (use_win32_p): Make static.
5872         (getaddrinfo): Reject service name if it is empty or does not consist
5873         solely of decimal digits, or if its value is > 65535.
5874         (getnameinfo): Remove useless casts.
5875
5876 2006-06-27  Simon Josefsson  <jas@extundo.com>
5877
5878         * modules/sys_select: New file, suggested by Bruno Haible, Paul
5879         Eggert and Martin Lambers.
5880
5881 2006-06-27  Simon Josefsson  <jas@extundo.com>
5882
5883         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
5884         Eggert and Martin Lambers.
5885
5886 2006-06-27  Bruno Haible  <bruno@clisp.org>
5887
5888         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
5889         result to 0, not to empty.
5890         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
5891
5892 2006-06-27  Bruno Haible  <bruno@clisp.org>
5893
5894         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
5895
5896 2006-06-26  Simon Josefsson  <jas@extundo.com>
5897
5898         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
5899         present.
5900
5901 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5902
5903         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
5904         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
5905         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
5906
5907 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
5908
5909         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
5910
5911 2006-06-26  Bruno Haible  <bruno@clisp.org>
5912
5913         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
5914
5915 2006-06-26  Bruno Haible  <bruno@clisp.org>
5916
5917         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
5918
5919 2006-06-26  Bruno Haible  <bruno@clisp.org>
5920
5921         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
5922         SGI C compiler in pre-C99 mode.
5923         Suggested by Mark D. Baushke and Larry Jones.
5924
5925 2006-06-26  Bruno Haible  <bruno@clisp.org>
5926
5927         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
5928         WCHAR_MAX.
5929         Reported by Mark D. Baushke and Larry Jones.
5930
5931 2006-06-26  Bruno Haible  <bruno@clisp.org>
5932
5933         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
5934         in pre-C99 mode.
5935         Suggested by Mark D. Baushke and Larry Jones.
5936
5937 2006-06-23  Simon Josefsson  <jas@extundo.com>
5938             Bruno Haible  <bruno@clisp.org>
5939
5940         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
5941         Emit mostlyclean-local rule.
5942         (func_emit_tests_Makefile_am): Likewise.
5943         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
5944
5945 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
5946
5947         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
5948
5949 2006-06-23  Bruno Haible  <bruno@clisp.org>
5950
5951         * tests/test-stdint.c: Update to match ISO C 99 Technical
5952         Corrigendum 1.
5953
5954 2006-06-23  Bruno Haible  <bruno@clisp.org>
5955
5956         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
5957
5958 2006-06-23  Bruno Haible  <bruno@clisp.org>
5959
5960         * lib/stdint_.h: Treat IRIX like OpenBSD.
5961
5962 2006-06-23  Bruno Haible  <bruno@clisp.org>
5963
5964         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
5965         ISO C 99 Technical Corrigendum 1.
5966
5967 2006-06-22  Simon Josefsson  <jas@extundo.com>
5968
5969         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
5970         MinGW.
5971
5972 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5973
5974         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
5975         needed.  Some compiler complained about some of them.  Problem reported
5976         by Larry Jones in
5977         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
5978
5979 2006-06-21  Simon Josefsson  <jas@extundo.com>
5980
5981         * tests/test-getaddrinfo.c: New file.
5982
5983         * modules/getaddrinfo-tests: New file.
5984
5985         * MODULES.html.sh: Add inet_pton.
5986
5987         * modules/inet_pton: New file.
5988
5989 2006-06-21  Simon Josefsson  <jas@extundo.com>
5990
5991         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
5992         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
5993         of using the (limited) gnulib implementation on Windows XP.
5994
5995         * m4/inet_pton.m4: New file.
5996
5997 2006-06-21  Simon Josefsson  <jas@extundo.com>
5998
5999         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6000         variable.
6001
6002         * lib/socket_.h: Don't define WINVER.
6003
6004         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6005         slightly modified to work in gnulib.
6006
6007 2006-06-21  Simon Josefsson  <jas@extundo.com>
6008
6009         * doc/gnulib.texi (Windows sockets): Add.
6010
6011 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6012
6013         * lib/read-file.c (fread_file): Start with buffer allocation of
6014         0 bytes rather than 1 byte; this simplifies the code.
6015         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6016         code to free buffer and save/restore errno.
6017         (internal_read_file): Remove unused local.
6018
6019 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6020
6021         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6022         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6023         Problem reported by Denis Excoffier in
6024         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6025
6026 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6027
6028         * modules/sys_socket, modules/socklen: Include sys/types since
6029         FreeBSD 4.x's sys/socket.h needs it.
6030
6031 2006-06-19  Simon Josefsson  <jas@extundo.com>
6032
6033         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6034
6035 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6036
6037         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6038
6039 2006-06-19  Bruno Haible  <bruno@clisp.org>
6040
6041         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6042         and FULL_PATH_INTTYPES_H in angle brackets.
6043         Reported by Mark D. Baushke <mdb@gnu.org>.
6044
6045 2006-06-17  Eric Blake  <ebb9@byu.net>
6046
6047         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6048         errno.
6049
6050 2006-06-17  Bruno Haible  <bruno@clisp.org>
6051
6052         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6053         <sys/inttypes.h>.
6054
6055 2006-06-17  Bruno Haible  <bruno@clisp.org>
6056
6057         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6058         whether errno is declared. Assume <errno.h> declares errno.
6059
6060 2006-06-17  Bruno Haible  <bruno@clisp.org>
6061
6062         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6063
6064 2006-06-17  Bruno Haible  <bruno@clisp.org>
6065
6066         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6067         problem on Solaris 2.5.1.
6068
6069 2006-06-16  Eric Blake  <ebb9@byu.net>
6070
6071         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6072         * lib/unicodeio.c [!defined errno]: Likewise.
6073         * lib/strtol.c [!defined errno]: Likewise.
6074         * lib/strtod.c [!defined errno]: Likewise.
6075
6076 2006-06-15  Eric Blake  <ebb9@byu.net>
6077
6078         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6079
6080 2006-06-15  Eric Blake  <ebb9@byu.net>
6081
6082         * config/srclist.txt (ssize_t.m4): Lose sync.
6083
6084 2006-06-15  Bruno Haible  <bruno@clisp.org>
6085
6086         * modules/stdint (Files): Include m4/full-header-path.m4,
6087         m4/size_max.m4, m4/wchar_t.m4.
6088         (Makefile.am): Many more substitutions.
6089         * modules/stdint-tests: New file.
6090         * tests/test-stdint.c: New file.
6091
6092 2006-06-15  Bruno Haible  <bruno@clisp.org>
6093
6094         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6095         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6096         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6097         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6098         gl_CHECK_TYPE_SAME): New macros.
6099
6100 2006-06-15  Bruno Haible  <bruno@clisp.org>
6101
6102         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6103
6104 2006-06-15  Bruno Haible  <bruno@clisp.org>
6105
6106         * lib/stdint_.h: Rewritten to be fully auto-configured.
6107         Fixes bug on HP-UX/IA64.
6108
6109 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6110
6111         * lib/getdate.y (__attribute__): Don't define if already defined.
6112         Problem reported by Larry Jones.
6113         * lib/utimens.c (__attribute__): Likewise.
6114
6115 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6116
6117         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6118         reported by Andreas Schwab.
6119
6120 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6121             Bruno Haible  <bruno@clisp.org>
6122
6123         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6124         check for the declaration of strnlen and a run test that exposes the
6125         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6126         rpl_strndup.
6127
6128 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6129             Bruno Haible  <bruno@clisp.org>
6130
6131         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6132
6133 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6134
6135         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6136         compile test, for Tru64 4.0D.
6137
6138 2006-05-28  Karl Berry  <karl@gnu.org>
6139
6140         * config/srclist.txt (printf-args.c): lose sync.
6141
6142 2006-05-26  Martin Lambers  <marlam@marlam.de>
6143
6144         * lib/getpass.c: Updates the test for the native W32 API, and adds
6145         missing includes, thus fixing compilation warnings.
6146
6147 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6148
6149         * lib/exclude.c (exclude_fnmatch): New function.
6150         (excluded_file_name): Call exclude_fnmatch.
6151         * lib/exclude.h (excluded_file_name): New prototype
6152
6153 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6154
6155         * lib/tempname.c (small_open, large_open): New macros.
6156         (__open, __open64) [!_LIBC]: Remove.
6157         (__gen_tempname): Use small_open and large_open instead of __open
6158         and __open64.  This fixes a portability bug on HP-UX 11.11i
6159         reported by Simon Wing-Tang in
6160         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6161
6162 2006-05-24  Bruno Haible  <bruno@clisp.org>
6163
6164         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6165         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6166         Reported by Thorsten Maerz <torte@netztorte.de> via
6167         Aaron Stone <aaron@serendipity.cx>.
6168
6169 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6170
6171         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6172         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6173         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6174         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6175         not really conditional on the cache.
6176         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6177
6178 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6179
6180         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6181         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6182         (my_usleep): Don't mishandle maximum value.
6183
6184 2006-05-19  Jim Meyering  <jim@meyering.net>
6185
6186         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6187
6188 2006-05-17  Bruno Haible  <bruno@clisp.org>
6189
6190         Cygwin portability.
6191         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6192
6193 2006-05-17  Bruno Haible  <bruno@clisp.org>
6194
6195         * lib/stdint_.h: Fix recognition of Cygwin.
6196
6197 2006-05-15  Bruno Haible  <bruno@clisp.org>
6198
6199         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6200         on libtool patch by Ralf Wildenhues.
6201
6202 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6203
6204         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6205         test for C99 conformance; (bool) 0.5 is an integer constant
6206         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6207         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6208
6209 2006-05-11  Simon Josefsson  <jas@extundo.com>
6210
6211         * m4/xvasprintf.m4: Fix obvious typo.
6212
6213 2006-05-11  Jim Meyering  <jim@meyering.net>
6214
6215         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6216         James Lemley.
6217
6218 2006-05-10  Simon Josefsson  <jas@extundo.com>
6219
6220         * lib/md4.c: Typo fix, update copyright years.
6221         (K1, K2): Don't use L because it turn computations into 64-bit on
6222         64-bit platforms.
6223
6224 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6227         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6228         unwanted sign propagation, e.g., on hosts with 64-bit int.
6229         There still are some problems with reeelly weird theoretical hosts
6230         (e.g., 33-bit int) but it's not worth worrying about now.
6231         * lib/sha1.c (rol): Likewise.
6232         (K1, K2, K3, K4): Remove unnecessary L suffix.
6233
6234 2006-05-10  Bruno Haible  <bruno@clisp.org>
6235
6236         * lib/des.c: Cast to avoid warnings.
6237
6238 2006-05-09  Bruno Haible  <bruno@clisp.org>
6239
6240         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6241         (Depends-on): Depend also on xsize, stdarg.
6242         (configure.ac): Add gl_XVASPRINTF.
6243
6244 2006-05-09  Bruno Haible  <bruno@clisp.org>
6245
6246         * m4/xvasprintf.m4: New file.
6247
6248 2006-05-09  Bruno Haible  <bruno@clisp.org>
6249
6250         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6251         (EOVERFLOW): Define fallback value.
6252         (xstrcat): New function.
6253         (xvasprintf): Recognize the special case of a string concatenation.
6254
6255 2006-05-08  Eric Blake  <ebb9@byu.net>
6256
6257         * gnulib-tool (func_version): Base copyright year on CVS date.
6258         (func_emit_copyright_notice): New function.
6259         (func_emit_lib_Makefile_am): Use it.
6260         (func_emit_tests_Makefile_am): Likewise.
6261         (func_import): Likewise.
6262
6263 2006-05-08  Bruno Haible  <bruno@clisp.org>
6264
6265         * modules/stdarg: New file.
6266         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6267
6268 2006-05-08  Bruno Haible  <bruno@clisp.org>
6269
6270         * m4/stdarg.m4: New file, from GNU gettext.
6271
6272 2006-05-08  Bruno Haible  <bruno@clisp.org>
6273
6274         * config/srclist.txt (build-aux/config.rpath): different from latest
6275         release.
6276
6277 2006-05-08  Bruno Haible  <bruno@clisp.org>
6278
6279         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6280
6281 2006-05-05  Jim Meyering  <jim@meyering.net>
6282
6283         * m4/warning.m4: New file, derived from bison's file by the same name.
6284
6285 2006-05-03  Bruno Haible  <bruno@clisp.org>
6286
6287         * lib/stdint_.h: Shorter URL.
6288         * lib/inttypes.h: Likewise.
6289
6290 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6291
6292         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6293
6294 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6295
6296         * lib/verify.h: Document the internals better.  Most of this change
6297         was written by Bruno Haible.
6298
6299 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * doc/verify.texi: New file, partly based on a proposal by
6302         Bruno Haible.
6303
6304 2006-05-02  Bruno Haible  <bruno@clisp.org>
6305
6306         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6307         test from here...
6308         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6309
6310 2006-04-29  Bruno Haible  <bruno@clisp.org>
6311
6312         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6313         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6314
6315 2006-04-29  Bruno Haible  <bruno@clisp.org>
6316
6317         * gnulib-tool: Make --update option actually work.
6318
6319 2006-04-29  Bruno Haible  <bruno@clisp.org>
6320
6321         * doc/gcd.texi: New file.
6322         * doc/gnulib.texi: Include it.
6323
6324 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6325
6326         * lib/getdate.y (get_date): When adding relative date, start with the
6327         initial time, not with the result of the first mktime call.
6328
6329 2006-04-25  Bruno Haible  <bruno@clisp.org>
6330
6331         * gnulib-tool (func_import): Output the include directives in three
6332         blocks, sorted separately.
6333         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6334
6335 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6336
6337         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6338         to define main with arguments, for C++.  Reported by Eric Blake.
6339         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6340         Prefer 'int main ()' to 'int main (void)', for C++.
6341         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6342         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6343         for 'main', for C99 and C++.
6344
6345 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6346
6347         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6348         Don't assume that exit status -1 is valid.
6349         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6350         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6351         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6352         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6353         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6354         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6355         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6356         functions can be used without declaring them, or that you can
6357         exit with status -1.
6358         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6359
6360 2006-04-24  Karl Berry  <karl@gnu.org>
6361
6362         * config/srclist.txt (longdouble.m4): sync lost.
6363
6364 2006-04-24  Eric Blake  <ebb9@byu.net>
6365
6366         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6367
6368 2006-04-24  Bruno Haible  <bruno@clisp.org>
6369
6370         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6371         poll() implementation in AIX.
6372         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6373
6374 2006-04-24  Bruno Haible  <bruno@clisp.org>
6375
6376         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6377         assigned exactly once.
6378
6379 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6380             Bruno Haible  <bruno@clisp.org>
6381
6382         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6383         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6384         for AM_CPPFLAGS.
6385
6386 2006-04-23  Bruno Haible  <bruno@clisp.org>
6387
6388         * modules/copy-file: Depend on unistd.
6389         * modules/execute: Likewise.
6390         * modules/fatal-signal: Likewise.
6391         * modules/findprog: Likewise.
6392         * modules/mkdtemp : Likewise.
6393         * modules/pipe: Likewise.
6394         * modules/wait-process: Likewise.
6395
6396 2006-04-23  Bruno Haible  <bruno@clisp.org>
6397
6398         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6399         condition was already detected.
6400         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6401
6402 2006-04-23  Bruno Haible  <bruno@clisp.org>
6403
6404         * lib/copy-file.c: Include <unistd.h> unconditionally.
6405         * lib/execute.c: Likewise.
6406         * lib/fatal-signal.c: Likewise.
6407         * lib/findprog.c: Likewise.
6408         * lib/mkdtemp.c: Likewise.
6409         * lib/pipe.h: Likewise.
6410         * lib/pipe.c: Likewise.
6411         * lib/wait-process.h: Likewise.
6412
6413 2006-04-23  Bruno Haible  <bruno@clisp.org>
6414
6415         * gnulib-tool (func_usage): Fix --import description. Document
6416         --update.
6417         (func_import): Create temporary file in a temporary directory, if
6418         --dry-run is specified. Silence errors from 'grep' when there are no
6419         m4 files in $m4dir.
6420         (func_create_testdir): Silence errors from 'grep' when there are no
6421         m4 files in $m4dir.
6422         Reported by Karl Berry <karl@freefriends.org>.
6423
6424 2006-04-20  Bruno Haible  <bruno@clisp.org>
6425
6426         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6427         one argument, so that the code will be portable to Autoconf 2.60.
6428         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6429         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6430         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6431
6432 2006-04-19  Derek Price  <derek@ximbiot.com>
6433             Eric Blake  <ebb9@byu.net>
6434
6435         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6436         rather than "/full/path.h".  Update comment to match.  Shorten &
6437         generalize m4_translit call via AS_TR_CPP.
6438
6439 2006-04-19  Derek Price  <derek@ximbiot.com>
6440             Eric Blake  <ebb9@byu.net>
6441
6442         * lib/inttypes.h: Correct grammar in comment.
6443
6444 2006-04-18  Derek Price  <derek@ximbiot.com>
6445             Paul Eggert  <eggert@cs.ucla.edu>
6446
6447         * modules/inttypes: New file.
6448         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6449
6450 2006-04-18  Derek Price  <derek@ximbiot.com>
6451             Paul Eggert  <eggert@cs.ucla.edu>
6452
6453         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6454         New files.
6455
6456 2006-04-18  Derek Price  <derek@ximbiot.com>
6457             Paul Eggert  <eggert@cs.ucla.edu>
6458
6459         * lib/inttypes.h: New file.
6460         * lib/strtoimax.c: Assume <inttypes.h>.
6461
6462 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6463
6464         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6465         isn't mounted.  Problem reported by Kir Kolyshkin.
6466
6467 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6468
6469         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6470         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6471         Derek R. Price.
6472         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6473         implementation.
6474
6475 2006-04-12  Eric Blake  <ebb9@byu.net>
6476
6477         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6478         is now done automatically by the corresponding Autoconf macro.
6479
6480 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6481
6482         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6483         time_r.h.
6484
6485 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6486
6487         Merge regex changes from libc, removing some of our
6488         POSIX-conformance changes that were rejected and redoing them in a
6489         less-intrusive way.
6490
6491         * lib/regcomp.c (re_compile_internal, init_dfa):
6492         Length arg is now size_t, not Idx.  All uses changed.
6493         (peek_token): Forward decl now says internal_function.
6494         (__re_error_msgid, __re_error_msgid_idx):
6495         Now static rather than extern with attribute_hidden.
6496         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6497         For some reason libc prefers K&R style defns for external functions.
6498         (regerror) [!defined _LIBC]: Likewise.
6499         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6500         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6501         (build_range_exp, build_collating_symbol):
6502         Use K&R-style defn.
6503         (re_compile_fastmap): Use '\0' to memset, not 0.
6504         (utf8_sb_map): Make the calculations more obvious.
6505         (init_dfa, parse_bracket_exp, build_charclass_op):
6506         Call calloc and cast result, as glibc does.
6507         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6508         (build_range_exp, build_collating_symbol):
6509         Now internal functions.
6510
6511         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6512
6513         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6514         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6515         Don't depend on VMS; depend on __VMS instead, for POSIX
6516         namespace cleanness.
6517         (regoff_t): Define to ssize_t, not long int.
6518
6519         Remove the REG_ macros named below.  Instead, make the old names
6520         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6521         __USE_GNU_REGEX.
6522         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6523         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6524         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6525         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6526         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6527         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6528         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6529         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6530         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6531         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6532         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6533         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6534         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6535         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6536         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6537         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6538         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6539         (REG_NREGS):
6540         Remove.  All uses replaced by the old RE_* names.
6541         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6542         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6543         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6544         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6545         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6546         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6547         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6548         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6549         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6550         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6551         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6552         Don't bother having these macros be independent of each others'
6553         values, since they no longer exist in the POSIX name space.
6554
6555         Rename the following member names back to their old names,
6556         unless !__USE_GNU_REGEX.  All uses changed back.
6557         (buffer): Renamed from re_buffer.
6558         (allocated): Renamed from re_allocated.
6559         (used): Renamed from re_used.
6560         (syntax): Renamed from re_syntax.
6561         (fastmap): Renamed from re_fastmap.
6562         (translate): Renamed from re_translate.
6563         (can_be_null): Renamed from re_can_be_null.
6564         (regs_allocated): Renamed from re_regs_allocated.
6565         (fastmap_accurate): Renamed from re_fastmap_accurate.
6566         (no_sub): Renamed from re_no_sub.
6567         (not_bol): Renamed from re_not_bol.
6568         (not_eol): Renamed from re_not_eol.
6569         (newline_anchor): Renamed from re_newline_anchor.
6570         (num_regs): Renamed from rm_num_regs.
6571         (start): Renamed from rm_start.
6572         (end): Renamed from rm_end.
6573
6574         (free_state): Move up a bit.
6575
6576         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6577         #define to be empty.
6578         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6579         when that is what is intended.
6580         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6581         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6582         (MAX): New macro.
6583         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6584         All uses changed back to re_malloc, etc.  It's now the caller's
6585         responsibility to check for overflow; all callers changed.
6586         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6587         (re_x2nrealloc): Remove.
6588         (free_state): Remove decl.
6589
6590         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6591         (re_set_registers, re_exec):
6592         Use K&R-style defn.
6593
6594         2006-01-31  Roland McGrath  <roland@redhat.com>
6595
6596         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6597         Reported by Mike Frysinger <vapier@gentoo.org>.
6598
6599         2006-01-15  Andreas Jaeger  <aj@suse.de>
6600
6601         [BZ #1950]
6602         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6603         build_wcs_upper_buffer change.
6604         (build_wcs_upper_buffer): Change return type.
6605
6606         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6607
6608         * lib/regex_internal.h: Include <stdint.h> if available.
6609
6610         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6611
6612         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6613
6614         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6615
6616         * lib/regcomp.c: Adjust for changed secondary hash function.
6617
6618         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6619
6620         * lib/regex.h: Pretty printing.
6621         Clean up namespace a bit.
6622
6623         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6624
6625         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6626         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6627
6628         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6629                     Ulrich Drepper  <drepper@redhat.com>
6630
6631         [BZ #1302]
6632         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6633         changed.
6634         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6635
6636         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6637
6638         [BZ #281]
6639         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6640         * lib/regcomp.c: Remove unnecessary uses of
6641         unsigned RE_TRANSLATE_TYPE.
6642         * lib/regex_internal.h: Likewise.
6643         * lib/regex_internal.c: Likewise.
6644         * lib/regexec.c: Likewise.
6645         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6646
6647         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6648
6649         * lib/regexec.c (find_recover_state): Remove unnecessary
6650         initialization.
6651         (transit_state_bkref): Make DFA a const pointer.
6652         (get_subexp): Likewise.
6653         (check_arrival): Likewise.
6654         (update_cur_sifted_state): Likewise.
6655         (re_search_internal): Likewise.
6656         (prune_impossible_nodes): Likewise.
6657         (acquire_init_state_context): Likewise.
6658         (proceed_next_node): Likewise.
6659         (set_regs): Likewise.
6660         (free_fail_stack_return): Likewise.
6661         (check_arrival_expand_ecl): Mark DFA parameter as const.
6662         (check_arrival_expand_ecl_sub): Likewise.
6663         (check_subexp_limits): Likewise.
6664         (sub_epsilon_src_nodes):  Likewise.
6665         (add_epsilon_src_nodes):  Likewise.
6666         (merge_state_array): Likewise.
6667         (update_regs): Likewise.
6668         (build_trtable): Likewise.
6669         (sift_states_backward): Mark MCTX parameter as const.
6670         (build_sifted_states): Likewise.
6671         (update_cur_sifted_state): Likewise.
6672         (sift_states_mkref): Likewise.
6673         (check_arrival_expand_ecl): Mark eclosure as const.
6674         (check_dst_limits_calc_pos_1): Likewise.
6675         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6676         pointer.
6677
6678         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6679
6680         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6681         (transit_state_sb): Likewise.
6682         (transit_state_mb): Likewise.
6683         (sift_states_iter_mb): Likewise.
6684         (check_arrival_add_next_nodes): Likewise.
6685         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6686         [_LIBC] (re_search_2_stub): Use mempcpy.
6687
6688         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6689         mbrtowc for very simple UTF-8 case.
6690
6691         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6692         a pointer-to-const.
6693         (re_acquire_state_context): Likewise.
6694         * lib/regex_internal.h: Adjust prototypes.
6695
6696         * lib/regex.c: Prevent using C++ compilers.
6697
6698         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
6699         (re_acquire_state_context): Likewise.
6700
6701 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6702
6703         * modules/regex (Depends-on): Add ssize_t.
6704
6705 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6706
6707         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
6708         translation table.
6709
6710 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6711
6712         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
6713
6714 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
6715             Bruno Haible  <bruno@clisp.org>
6716
6717         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
6718         <sys/types.h> and <inttypes.h>.
6719
6720 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6721
6722         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
6723         `__error_t_defined', so argp.h will not typedef the former.
6724
6725 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6726
6727         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
6728         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
6729         glibc names.  Even if glibc is changed to conform to POSIX, the
6730         traditional names will be available anyway, since regex depends on
6731         the extensions module.  Also, fix a longstanding typo in the
6732         implementation of Spencer ERE test #75 from grep 2.3.  Problems
6733         reported by Emanuele Giaquinta.  Also, change sense of cached
6734         variable, so that the message makes sense.
6735
6736 2006-03-24  Simon Josefsson  <jas@extundo.com>
6737
6738         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
6739         including some doc fixes.
6740         (base64_encode_alloc): Fix +1 bug on allocation failures.
6741
6742 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6743
6744         * lib/base64.c (base64_encode): Do not read past end of array with
6745         unsanitized input on systems with CHAR_BIT > 8.
6746
6747 2006-03-24  Eric Blake  <ebb9@byu.net>
6748
6749         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
6750
6751 2006-03-22  Karl Berry  <karl@gnu.org>
6752
6753         * config/srclist.txt (*setenv.[ch]): get from coreutils.
6754         * config/srclistvars.sh (COREUTILS): new var.
6755
6756 2006-03-17  Jim Meyering  <jim@meyering.net>
6757
6758         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
6759         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
6760
6761 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6762
6763         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
6764         no longer needs it.  Instead, check that regoff_t is as least
6765         as wide as ptrdiff_t.
6766
6767         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
6768         so that our regex.h stays compatible with the installed regex.
6769         This is helpful for installers who configure --without-included-regex.
6770         Problem reported by Emanuele Giaquinta.
6771
6772 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6773
6774         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
6775         Typedef to long int, not to off_, as POSIX will likely change
6776         in that direction.
6777
6778 2006-03-15  Eric Blake  <ebb9@byu.net>
6779
6780         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
6781
6782 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
6783
6784         * lib/argp-help.c (validate_uparams): Fix typo
6785         * lib/argp-parse.c (argp_default_options): Consistently begin help
6786         messages with a lowercase letter.
6787
6788 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
6789
6790         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
6791         overrun buffers and shouldn't be used (much as gets shouldn't be
6792         used).
6793         * lib/time_r.c (asctime_r, ctime_r): Likewise.
6794
6795 2006-03-08  Simon Josefsson  <jas@extundo.com>
6796
6797         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
6798         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6799
6800 2006-03-08  Simon Josefsson  <jas@extundo.com>
6801
6802         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
6803         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6804
6805 2006-03-08  Simon Josefsson  <jas@extundo.com>
6806
6807         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
6808         signal that configure disabled the device.
6809
6810 2006-03-08  Simon Josefsson  <jas@extundo.com>
6811
6812         * build-aux/maint.mk: Fix refresh-po, to handle no translated
6813         languages.
6814
6815 2006-03-07  Simon Josefsson  <jas@extundo.com>
6816
6817         * modules/getopt (Depends-on): Add unistd.
6818
6819         * modules/unistd: New file.
6820
6821 2006-03-07  Simon Josefsson  <jas@extundo.com>
6822
6823         * modules/gc-random: New file.
6824
6825 2006-03-07  Simon Josefsson  <jas@extundo.com>
6826
6827         * m4/unistd_h.m4: New file.
6828
6829 2006-03-07  Simon Josefsson  <jas@extundo.com>
6830
6831         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
6832         test to be side-effect free by storing the result in the cache
6833         variable gl_cv_lib_readline, and moving the assignment of
6834         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
6835         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6836
6837 2006-03-07  Simon Josefsson  <jas@extundo.com>
6838
6839         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
6840         error on missing devices (the functions will return an error).
6841
6842         * m4/gc.m4: Move random stuff to gc-random.m4
6843
6844 2006-03-07  Simon Josefsson  <jas@extundo.com>
6845
6846         * lib/unistd_.h: New file.
6847
6848 2006-03-07  Simon Josefsson  <jas@extundo.com>
6849
6850         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
6851
6852 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6853
6854         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
6855         Problem reported by Juan Manuel Guerrero.
6856
6857 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6858
6859         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
6860         the unistd module.
6861         * lib/getlogin_r.c: Likewise.
6862         * lib/getlogin_r.h: Likewise.
6863         * lib/glob.c: Likewise.
6864         * lib/pagealign_alloc.c: Likewise.
6865         * lib/unistd_.h: Remove; no longer needed.
6866
6867 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6868
6869         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6870         Add unistd.
6871         * modules/c-stack (Depends-on): Add unistd.
6872         * modules/getlogin_r: Likewise.
6873         * modules/glob: Likewise.
6874         * modules/pagealign_alloc: Likewise.
6875         * modules/unistd (Files): Remove lib/unistd_.h.
6876         (EXTRA_DIST): Remove.
6877         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
6878         need unistd_.h.
6879         (MOSTLYCLEANFILES): Remove unistd.h-t.
6880
6881 2006-03-03  Simon Josefsson  <jas@extundo.com>
6882
6883         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
6884
6885 2006-03-03  Simon Josefsson  <jas@extundo.com>
6886
6887         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
6888         libidn and bison.
6889
6890 2006-03-03  Simon Josefsson  <jas@extundo.com>
6891
6892         * build-aux/maint.mk: Add indent target.
6893
6894 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
6895
6896         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
6897         our replacement poll.h in any case, to avoid a differing
6898         declaration from a system header.  Seen on AIX.
6899
6900 2006-03-01  Simon Josefsson  <jas@extundo.com>
6901
6902         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
6903         <kasal@ucw.cz>.
6904
6905 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6906
6907         * modules/gettime (Depends-on): Add extensions module.
6908         * modules/nanosleep (Depends-on): Likewise.
6909         * modules/settime (Depends-on): Likewise.
6910
6911 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6912
6913         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
6914         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
6915         pedantically.
6916         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6917         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
6918
6919         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
6920         not "==".  Reported by Ralf Wildenhues.
6921
6922 2006-03-01  Karl Berry  <karl@gnu.org>
6923
6924         * doc/Copyright/request-*: new files, synced from gnuorg.
6925
6926 2006-03-01  Karl Berry  <karl@gnu.org>
6927
6928         * config/srclist.txt (Copyright/*): new entries.
6929
6930 2006-02-28  Simon Josefsson  <jas@extundo.com>
6931
6932         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
6933
6934 2006-02-27  Simon Josefsson  <jas@extundo.com>
6935
6936         * lib/base64.h: Indent #define's.  From Jim Meyering
6937         <jim@meyering.net>.
6938
6939 2006-02-27  Jim Meyering  <jim@meyering.net>
6940
6941         Revert the change of 2006-02-24, so these files can continue
6942         to be sync'd from gettext.
6943         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
6944         of `config.h'.
6945
6946 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
6947
6948         * modules/intprops: New file.
6949         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6950         Add intprops.
6951         * modules/getloadavg (Files): Remove lib/intprops.h.
6952         (Depends-on): Add intprops.
6953         * modules/human: Likewise.
6954         * modules/inttostr: Likewise.
6955         * modules/openat: Likewise.
6956         * modules/sig2str: Likewise.
6957         * modules/userspec: Likewise.
6958         * modules/utimecmp: Likewise.
6959         * modules/xnanosleep: Likewise.
6960         * modules/xstrtol: Likewise.
6961
6962 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
6963
6964         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
6965         * modules/lock-tests (TESTS): Use $(EXEEXT).
6966         * modules/tls-tests: Likewise.
6967         * modules/argp-tests: Likewise.
6968         (check_PROGRAMS): New var, replacing...
6969         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
6970
6971 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6972
6973         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
6974         `config.h'.
6975
6976 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6977
6978         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
6979
6980 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6981
6982         Sync from coreutils.
6983         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
6984         gl_CHDIR_SAFER.
6985
6986 2006-02-22  Jim Meyering  <jim@meyering.net>
6987
6988         Sync from coreutils.
6989         * m4/chdir-safer.m4: New file.
6990
6991 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6992
6993         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
6994         AT_FDCWD exceeds INT_MAX.
6995         * lib/openat.h (AT_FDCWD): Likewise.
6996
6997 2006-02-17  Eric Blake  <address@hidden>
6998
6999         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7000
7001 2006-02-16  Simon Josefsson  <jas@extundo.com>
7002
7003         * modules/getaddrinfo (Depends-on): Add sys_socket.
7004
7005 2006-02-15  Simon Josefsson  <jas@extundo.com>
7006
7007         * build-aux/maint.mk: Add dsyntax-check rule.
7008
7009 2006-02-15  Eric Blake  <ebb9@byu.net>
7010
7011         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7012         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7013         'present but cannot compile' warnings on cygwin.
7014         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7015         use ws2tcpip.h if sys/socket.h works.
7016         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7017         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7018
7019 2006-02-14  Simon Josefsson  <jas@extundo.com>
7020
7021         * modules/maintainer-makefile (Files): Rename.
7022
7023         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7024         and (the local) Makefile.cfg to maint-cfg.mk.
7025
7026         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7027         to the latter.
7028
7029         * modules/maintainer-makefile: New module.
7030
7031         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7032         severaly stripped to make it possible to build it up from scratch
7033         with reliable tests.
7034
7035         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7036         fixes to permit overriding the default actions when configure and
7037         makefile are not available.
7038
7039 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7040
7041         Sync from coreutils.
7042         * modules/lstat (Depends-on): Don't depend on xalloc.
7043         (License): Change from GPL to LGPL, since this is now simply a
7044         replacement for a libc function.
7045
7046 2006-02-14  Jim Meyering  <jim@meyering.net>
7047
7048         Sync from coreutils.
7049
7050         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7051         failure on deficient systems, and simplify gnulib lgpl dependencies.
7052         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7053         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7054
7055         * lib/xalloc-die.c: Remove unused definition of N_.
7056
7057 2006-02-14  Jim Meyering  <jim@meyering.net>
7058
7059         Sync from coreutils.
7060         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7061         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7062         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7063         double-quote uses of that variable, to accommodate the rare case in
7064         which getmntent is available in none of the libraries checked.  This
7065         happens at least on FreeBSD 5.0.
7066
7067 2006-02-13  Simon Josefsson  <jas@extundo.com>
7068
7069         * gnulib-tool (Usage): Fix --import, from
7070         karl@freefriends.org (Karl Berry).
7071
7072 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7073
7074         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7075
7076 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7077
7078         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7079         "autoupdate" on 2005-12-12.
7080
7081 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7082
7083         * modules/closeout (Depends-on): Remove atexit.
7084
7085 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7086
7087         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7088         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7089
7090 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7091
7092         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7093         __EXTENSIONS__ if this causes compilation to fail.  Problem
7094         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7095         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7096
7097 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7098
7099         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7100         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7101         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7102         All uses changed.
7103
7104 2006-01-26  Simon Josefsson  <jas@extundo.com>
7105
7106         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7107         prototype is visible on mingw32.
7108
7109         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7110         for mingw32.
7111
7112         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7113         mingw32).
7114
7115 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7116
7117         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7118         attempt to open for write; this always fails, at least on POSIX
7119         hosts.  This reinstates the 2006-01-09 change, which was
7120         inadvertently removed.
7121
7122 2006-01-26  Bruno Haible  <bruno@clisp.org>
7123
7124         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7125         Reported by Paul Eggert.
7126
7127 2006-01-26  Bruno Haible  <bruno@clisp.org>
7128             Paul Eggert  <eggert@cs.ucla.edu>
7129
7130         * lib/stdbool_.h (_Bool)
7131         [(! (defined __cplusplus || defined __BEOS__)
7132           && !defined __GNUC__
7133           && !(defined __HP_cc || defined __xlc__
7134                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7135                || defined __sgi))]:
7136         #define to signed char in these cases too; this simplifies
7137         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7138         etc., separately) and makes it more conservative.
7139
7140 2006-01-25  Simon Josefsson  <jas@extundo.com>
7141
7142         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7143         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7144         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7145
7146 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7147
7148         * lib/argp-namefrob.h: Bugfix. Remove stray #
7149
7150 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7151
7152         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7153         so that we test the test.
7154         Check for yet another HP-UX cc bug involving *bool |= bool.
7155
7156 2006-01-25  Karl Berry  <karl@gnu.org>
7157
7158         * config/srclist.txt (vasnprintf.c): sync lost.
7159
7160 2006-01-25  Jim Meyering  <jim@meyering.net>
7161
7162         Sync from the stable (b5) branch of coreutils:
7163
7164         * lib/fts.c (fts_children): Don't let close() clobber errno from
7165         failed fchdir().
7166
7167         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7168         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7169         a dangling symlink.  That can also happen at least for ELOOP.
7170         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7171         FYI, this bug predates the inclusion of fts.c in coreutils.
7172
7173         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7174         in their own block, so pre-c99 compilers don't object.
7175
7176         Avoid the double-free (first in fts_read, second in fts_close) that
7177         would occur when an `active' directory is made inaccessible (e.g.,
7178         via chmod a-x) during a traversal.
7179         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7180         before returning.  Reproduce this failure by
7181         mkdir -p a/b; cd a; chmod a-x . b
7182         Reported by Stavros Passas.
7183
7184 2006-01-25  Jim Meyering  <jim@meyering.net>
7185
7186         * lib/fileblocks.c: Remove more useless parentheses.
7187         * lib/readutmp.h: Likewise.
7188
7189 2006-01-25  Bruno Haible  <bruno@clisp.org>
7190
7191         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7192         warnings.
7193         Reported by Paul Eggert.
7194
7195 2006-01-25  Bruno Haible  <bruno@clisp.org>
7196
7197         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7198         rid of a trap command. For Solaris sh.
7199         Reported by Mark D. Baushke <mdb@gnu.org>.
7200
7201 2006-01-24  Simon Josefsson  <jas@extundo.com>
7202
7203         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7204         Bruno.
7205
7206 2006-01-24  Karl Berry  <karl@gnu.org>
7207
7208         * config/srclist.txt (argp-namefrob.h): sync lost.
7209
7210 2006-01-24  Jim Meyering  <jim@meyering.net>
7211
7212         * modules/openat (Files): Add lib/intprops.h.
7213         From Mark D. Baushke.
7214
7215 2006-01-24  Jim Meyering  <jim@meyering.net>
7216
7217         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7218         Reported by Mark D. Baushke.
7219
7220 2006-01-24  Jim Meyering  <jim@meyering.net>
7221
7222         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7223
7224 2006-01-24  Bruno Haible  <bruno@clisp.org>
7225
7226         * modules/strnlen (Maintainer): Change from glibc to all.
7227
7228 2006-01-24  Bruno Haible  <bruno@clisp.org>
7229
7230         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7231         Patch by Paul Eggert.
7232
7233 2006-01-24  Bruno Haible  <bruno@clisp.org>
7234
7235         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7236         already has it.
7237         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7238         2005-11-26.
7239
7240         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7241         'signed char' to avoid problems with the built-in _Bool type.
7242         Reported by Paul Eggert on 2005-11-26.
7243
7244 2006-01-24  Bruno Haible  <bruno@clisp.org>
7245
7246         * gnulib-tool (func_import): Avoid constructing complicated sed
7247         expressions inside backquote.
7248         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7249
7250 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7251
7252         These changes imported from libc.
7253         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7254         test and two separate function calls.
7255         * lib/strndup.c (__strndup): Add libc_hidden_def.
7256
7257 2006-01-23  Simon Josefsson  <jas@extundo.com>
7258
7259         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7260         Remove the test_*_SOURCES variable: automake infers it by default.
7261         * modules/tls-tests: Likewise.
7262
7263 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7264
7265         Work around porting bugs reported by Dieter in
7266         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7267         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7268         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7269         Include "getopt.h" first, to check interface.
7270         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7271         !HAVE_DECL_GETENV.
7272         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7273         (__strndup): Revert to K&R-style function dfns, the glibc style.
7274         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7275         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7276         Include strnlen.h first, to get prototype properly.
7277         (strnlen): Renamed from __strnlen.
7278         Remove weak alias.
7279
7280 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7281
7282         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7283
7284 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7285
7286         * config/srclist.txt: Adjust to reflect glibc reorganization.
7287         This affects only comments.
7288
7289 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7290
7291          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7292          Reported by Bruce Korb <bkorb@gnu.org>.
7293
7294 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7295
7296         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7297         to pacify gcc -Wswitch-default.
7298
7299 2006-01-22  Bruno Haible  <bruno@clisp.org>
7300
7301         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7302         temporary buffer for sprintf, take into account the precision also
7303         for 'd', 'i', 'u', 'o', 'x', 'X'.
7304
7305 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7306
7307         * modules/argp-tests: New module
7308         * tests/test-argp.c: New file
7309         * tests/test-argp-2.sh: New file
7310
7311 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7312
7313         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7314         (__argp_base_name): Removed
7315         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7316         typo.
7317         (__argp_base_name): Provide macro definition or extern declaration
7318         depending on the configuration
7319
7320 2006-01-20  Simon Josefsson  <jas@extundo.com>
7321
7322         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7323
7324 2006-01-20  Simon Josefsson  <jas@extundo.com>
7325
7326         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7327
7328 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7329
7330         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7331         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7332         Suggested by Bruno Haible.
7333
7334 2006-01-20  Karl Berry  <karl@gnu.org>
7335
7336         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7337         until changes propagate, I guess.
7338
7339 2006-01-19  Simon Josefsson  <jas@extundo.com>
7340
7341         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7342
7343 2006-01-19  Simon Josefsson  <jas@extundo.com>
7344
7345         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7346
7347 2006-01-19  Simon Josefsson  <jas@extundo.com>
7348
7349         * gnulib-tool: Set check_PROGRAMS.
7350
7351         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7352         modules/des-tests, modules/gc-arcfour-tests,
7353         modules/gc-arctwo-tests, modules/gc-des-tests,
7354         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7355         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7356         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7357         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7358         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7359         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7360         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7361         test_*_SOURCES.
7362
7363 2006-01-18  Simon Josefsson  <jas@extundo.com>
7364
7365         * modules/socklen (Depends-on): Depend on sys_socket.
7366
7367 2006-01-18  Simon Josefsson  <jas@extundo.com>
7368
7369         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7370         modules/des-tests, modules/gc-arcfour-tests,
7371         modules/gc-arctwo-tests, modules/gc-des-tests,
7372         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7373         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7374         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7375         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7376         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7377         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7378         $(EXEEXT) to automake TESTS variable, for mingw32.
7379
7380 2006-01-17  Simon Josefsson  <jas@extundo.com>
7381
7382         * modules/socklen (Include): Need sys/socket.h.
7383
7384 2006-01-17  Bruno Haible  <bruno@clisp.org>
7385
7386         * modules/ssize_t (Include): Add <sys/types.h>.
7387
7388 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7389
7390         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7391         it's not portable and it doesn't work with cross-compiles.
7392         Problem reported by Bruno Haible.  Fix missing-$ typo in
7393         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7394         -zignore from being used with Sun's C compiler.
7395
7396 2006-01-12  Simon Josefsson  <jas@extundo.com>
7397
7398         * lib/base64.c: Fix warning, reported by Bruno Haible
7399         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7400
7401 2006-01-12  Bruno Haible  <bruno@clisp.org>
7402
7403         * modules/ldd: New file.
7404         * build-aux/ldd.sh.in: New file.
7405         * MODULES.html.sh (Support for building libraries and executables): Add
7406         ldd.
7407
7408 2006-01-12  Bruno Haible  <bruno@clisp.org>
7409
7410         * m4/ldd.m4: New file.
7411
7412 2006-01-12  Bruno Haible  <bruno@clisp.org>
7413
7414         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7415         endless loop while replacing $auxdir with build-aux.
7416
7417 2006-01-11  Simon Josefsson  <jas@extundo.com>
7418
7419         * lib/stdint_.h (SIZE_MAX): Add missing (.
7420
7421 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         Sync from coreutils.
7424         * lib/md5.c: Fix commentary typos.
7425         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7426         * lib/md5.h (__attribute__): Remove; unused.
7427         * lib/sha1.c: Fix commentary to match md5 better.
7428         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7429         so that we don't need to worry about alignment.  All uses changed.
7430         This merges the 2005-10-28 md5 change into sha1.
7431
7432 2006-01-11  Jim Meyering  <jim@meyering.net>
7433
7434         Sync from coreutils.
7435         * lib/md5.c (OP): Fix spacing.
7436
7437 2006-01-11  Bruno Haible  <bruno@clisp.org>
7438
7439         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7440         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7441         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7442
7443 2006-01-11  Bruno Haible  <bruno@clisp.org>
7444
7445         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7446         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7447         the "early" section as well.
7448
7449 2006-01-11  Bruno Haible  <bruno@clisp.org>
7450
7451         Avoid "ar: no archive members specified" error on MacOS X.
7452         * gnulib-tool (func_modules_add_dummy): New function.
7453         (func_import, func_create_testdir): Invoke it.
7454
7455 2006-01-11  Bruno Haible  <bruno@clisp.org>
7456
7457         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7458         with $auxdir in AC_CONFIG_FILES statements.
7459
7460 2006-01-11  Bruno Haible  <bruno@clisp.org>
7461
7462         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7463         Initialize also noinst_HEADERS to empty.
7464
7465 2006-01-11  Bruno Haible  <bruno@clisp.org>
7466
7467         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7468         variables.
7469         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7470         autoreconf.
7471
7472 2006-01-11  Bruno Haible  <bruno@clisp.org>
7473
7474         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7475         overridable by the user.
7476         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7477
7478 2006-01-10  Simon Josefsson  <jas@extundo.com>
7479
7480         * modules/sys_socket: New file.
7481
7482 2006-01-10  Simon Josefsson  <jas@extundo.com>
7483
7484         * m4/sys_socket_h.m4: New file.
7485
7486 2006-01-10  Simon Josefsson  <jas@extundo.com>
7487
7488         * lib/socket_.h: New file.
7489
7490 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7491
7492         * modules/readutmp (Maintainer): Add myself.
7493
7494 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7495
7496         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7497         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7498         People who are still concerned with buggy memcmp implementations
7499         can invoke gl_FUNC_MEMCMP themselves.
7500
7501 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7502
7503         * lib/regex_internal.h (BITSET_WORD_BITS):
7504         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7505         preprocessor mishandles large unsigned values as if they were signed.
7506         Problem reported by Claudio Fontana in
7507         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7508
7509 2006-01-10  Jim Meyering  <jim@meyering.net>
7510
7511         Avoid the double-free (first in fts_read, second in fts_close) that
7512         would occur when an `active' directory is made inaccessible (e.g.,
7513         via chmod a-x) during a traversal.
7514         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7515         before returning.  Reproduce this failure by
7516         mkdir -p a/b; cd a; chmod a-x . b
7517         Reported by Stavros Passas.
7518
7519         Sync from coreutils.
7520         * lib/sha1.c: Tweak grammar in a comment.
7521
7522 2006-01-10  Jim Meyering  <jim@meyering.net>
7523
7524         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7525         Patch by Joerg Sonnenberger.
7526
7527 2006-01-10  Bruno Haible  <bruno@clisp.org>
7528
7529         * modules/readutmp: Depend on module free.
7530         * modules/strtok_r: Depend on module restrict.
7531
7532 2006-01-10  Bruno Haible  <bruno@clisp.org>
7533
7534         * modules/gettext (configure.ac): Add an invocation of
7535         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7536
7537 2006-01-10  Bruno Haible  <bruno@clisp.org>
7538
7539         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7540         Reported by Werner Lemberg <wl@gnu.org>.
7541
7542 2006-01-10  Bruno Haible  <bruno@clisp.org>
7543
7544         * lib/localcharset.c: Update from GNU gettext.
7545
7546 2006-01-10  Bruno Haible  <bruno@clisp.org>
7547
7548         * lib/argp.h (__const): Remove macro. Use const instead.
7549         * lib/argp-fmtstream.h (__const): Likewise.
7550         * lib/glob_.h (__const): Remove macro.
7551         * lib/glob-libc.h: Use const instead of __const.
7552
7553 2006-01-10  Bruno Haible  <bruno@clisp.org>
7554
7555         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7556         variable.
7557         Needed to avoid an automake error regarding the 'gettext' module.
7558
7559 2006-01-09  Simon Josefsson  <jas@extundo.com>
7560
7561         * modules/inet_ntop (Depends-on): Add restrict.
7562
7563 2006-01-09  Simon Josefsson  <jas@extundo.com>
7564
7565         * modules/gc-rijndael-tests (License): Put under LGPL.
7566
7567         * modules/gc-des-tests (License): Likewise.
7568
7569         * modules/gc-arcfour-tests (License): Likewise.
7570
7571         * modules/gc-arctwo-tests (License): Likewise.
7572
7573         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7574
7575         * modules/gc-hmac-sha1-tests (Files): Likewise.
7576
7577         * modules/gc-hmac-md5-tests (License): Likewise.
7578
7579         * modules/gc-sha1-tests (License): Likewise.
7580
7581         * modules/gc-md5-tests (License): Likewise.
7582
7583         * modules/gc-md4-tests (License): Likewise.
7584
7585         * modules/gc-md2-tests (License): Likewise.
7586
7587         * modules/gc-tests (License): Likewise.
7588
7589         * modules/des-tests (License): Likewise.
7590
7591         * modules/md4-tests (License): Likewise.
7592
7593         * modules/md2-tests (License): Likewise.
7594
7595 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7596
7597         Sync from coreutils:
7598
7599         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7600         * modules/lib-ignore: New file.
7601         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7602         chdir-safer.m4, lchmod.m4.
7603         * modules/openat: Add mkdirat.c, openat-priv.h.
7604
7605 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7606
7607         Sync from coreutils.
7608         * m4/lib-ignore.m4: New file.
7609         * m4/lchmod.m4: New file.
7610
7611 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7612
7613         Sync from coreutils.
7614         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7615         for write access: POSIX says that must fail.
7616         * lib/fts.c (diropen): Likewise.
7617         * lib/save-cwd.c (save_cwd): Likewise.
7618         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7619         well, for minor improvements on hosts that lack O_DIRECTORY.
7620         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7621         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7622         Fall back on chown if open failed with EACCES.
7623
7624         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7625         Report an error at compile-time if only a 1-second nominal clock
7626         resolution is found.
7627
7628         * lib/lchmod.h: New file.
7629         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7630         (make_dir_parents): Use lchown rather than chown, and
7631         lchmod rather than chmod.
7632
7633         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7634         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7635         "proc" reported by n0dalus.
7636
7637         * lib/mountlist.c: Include <limits.h>.
7638         (dev_from_mount_options)
7639         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7640         New function.  It no longer assumes "dev=" has the System V meaning
7641         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7642         (read_file_system_list)
7643         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7644         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7645         dev= in that case.
7646
7647         * lib/posixtm.h (PDS_PRE_2000): New macro.
7648         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7649         allow_century.  All usages changed.  Reject dates outside the range
7650         1969-1999 if PDS_PRE_2000 is used.
7651
7652 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7653
7654         Sync from coreutils.
7655         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7656         (Time of day items): Mention the possibility of leap seconds.
7657         Problem reported by Dr. David Alan Gilbert.
7658
7659 2006-01-09  Jim Meyering  <jim@meyering.net>
7660
7661         Sync from coreutils.
7662
7663         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7664
7665         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7666
7667         * lib/modechange.c (mode_compile): Reject an invalid mode string
7668         that starts with an octal digit.  From Andreas Gruenbacher.
7669
7670         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7671         and dup to open_safer and dup_safer, respectively.
7672         (openat_permissive): Fix typo in comment.
7673
7674         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7675         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7676         (_): Remove; no longer needed.
7677         (openat): Renamed from rpl_openat; no need for rpl_openat
7678         since openat.h renames openat for us.
7679         Replace most of the body with a call to openat_permissive,
7680         to avoid duplicate code.
7681         Port to (probably hypothetical) environments were mode_t is
7682         wider than int.
7683         (openat_permissive): Require mode arg, so that we can check
7684         types better.  Put it just after flags.  Change cwd failure
7685         indicator from pointer-to-bool to pointer-to-errno-value.
7686         All callers changed.
7687         Invoke openat_save_fail and/or openat_restore_fail if
7688         cwd_errno is null, so that openat can call us.
7689         (openat_permissive, fdopendir, fstatat, unlinkat):
7690         Simplify errno handling to avoid some duplicate code,
7691         as it's OK to set errno on success.
7692         * lib/openat.h: Revamp code so that function macros depend on
7693         __OPENAT_PREFIX only, not also on AT_FDCWD.
7694         (openat_ro): Remove.  Caller changed to use openat_permissive.
7695         (openat_permissive): Now a macro, if not a function.
7696         (openat_restore_fail, openat_save_fail): Now always functions,
7697         since mkdirat needs them even if __OPENAT_PREFIX is defined.
7698
7699         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
7700         and openat.c.
7701         * lib/mkdirat.c: Include openat-priv.h.
7702         Remove definitions of macros defined therein.
7703         * lib/openat.c: Likewise.
7704
7705         * lib/mkdirat.c (mkdirat): New file and function.
7706         * lib/openat.h (mkdirat): Declare.
7707
7708         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
7709
7710         * lib/openat.h (openat_permissive): Declare.
7711         (openat_ro): Define.
7712
7713         * lib/openat.c (EXPECTED_ERRNO): New macro.
7714         (openat_permissive): New function -- used in remove.c rewrite.
7715         (all functions): Set errno just before returning, only if there
7716         was an actual failure.
7717         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
7718
7719         Emulate openat-family functions using Linux's procfs, if possible.
7720         Idea and some code based on Ulrich Drepper's glibc changes.
7721
7722         * lib/openat.c: (BUILD_PROC_NAME): New macro.
7723         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
7724         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
7725         before falling back on save_cwd and restore_cwd.
7726         (fdopendir, fstatat, unlinkat): Likewise.
7727
7728         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
7729         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
7730
7731         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
7732         as second argument to va_arg.  Otherwise, some versions of gcc
7733         warn that `if this code is reached, the program will abort'.
7734
7735 2006-01-09  Jim Meyering  <jim@meyering.net>
7736
7737         Sync from coreutils.
7738         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
7739         Require openat-priv.h.
7740
7741 2006-01-09  Bruno Haible  <bruno@clisp.org>
7742
7743         * modules/strnlen (Include): Use strnlen.h.
7744
7745 2006-01-09  Bruno Haible  <bruno@clisp.org>
7746
7747         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
7748
7749 2006-01-09  Bruno Haible  <bruno@clisp.org>
7750
7751         * lib/sysexit_.h (EX_OK): New macro.
7752         Suggested by Martin Lambers <marlam@marlam.de>.
7753
7754 2006-01-09  Bruno Haible  <bruno@clisp.org>
7755
7756         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
7757         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
7758
7759 2006-01-09  Bruno Haible  <bruno@clisp.org>
7760
7761         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
7762         numbers.
7763
7764 2006-01-09  Bruno Haible  <bruno@clisp.org>
7765
7766         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
7767         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
7768         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
7769         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
7770
7771 2006-01-09  Bruno Haible  <bruno@clisp.org>
7772
7773         * build-aux/javacomp.sh.in: New file, moved from lib/.
7774         * modules/javacomp-script (Files): Update.
7775         (configure.ac): Add AC_CONFIG_FILES invocation.
7776         (EXTRA_DIST): Remove variable.
7777
7778         * build-aux/javaexec.sh.in: New file, moved from lib/.
7779         * modules/javaexec (Files): Update.
7780         (configure.ac): Add AC_CONFIG_FILES invocation.
7781         (EXTRA_DIST): Remove javaexec.sh.in.
7782
7783         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
7784         * modules/csharpcomp-script (Files): Update.
7785         (configure.ac): Add AC_CONFIG_FILES invocation.
7786         (EXTRA_DIST): Remove variable.
7787
7788         * build-aux/csharpexec.sh.in: New file, moved from lib/.
7789         * modules/csharpexec (Files): Update.
7790         (configure.ac): Add AC_CONFIG_FILES invocation.
7791         (EXTRA_DIST): Remove csharpexec.sh.in.
7792
7793 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7794
7795         Sync from coreutils.
7796
7797         Add POSIX ACL support
7798         * lib/acl.h (copy_acl, set_acl): Add declarations.
7799         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
7800         systems other than Linux.
7801         (chmod_or_fchmod): New function: use fchmod when possible,
7802         and chmod otherwise.
7803         (file_has_acl): Add a POSIX ACL implementation, with a
7804         Linux-specific subcase.
7805         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
7806         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
7807         acls are unsupported.
7808         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
7809         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
7810         are unsupported.
7811
7812 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7813
7814         Sync from coreutils.
7815         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
7816
7817 2006-01-07  Bruno Haible  <bruno@clisp.org>
7818
7819         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
7820         gl_EARLY.
7821
7822 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7823
7824         * lib/strftime.c (tzname): Don't declare if it is already #defined.
7825         Problem reported for Mingw by Mark Junker.
7826
7827 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7828
7829         * README: Gnulib normally doesn't generate a tarball.
7830
7831 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
7832
7833         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
7834         long int, not int, for nanosecond counts, so that people who are
7835         used to POSIX struct timespec won't be surprised.  Reported by Jim
7836         Meyering.
7837
7838 2005-12-28  Bruno Haible  <bruno@clisp.org>
7839
7840         * build-aux/config.rpath: Update from GNU gettext.
7841
7842 2005-12-16  Jim Meyering  <jim@meyering.net>
7843
7844         * modules/fprintftime: New module.
7845         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
7846
7847 2005-12-16  Jim Meyering  <jim@meyering.net>
7848
7849         * m4/fprintftime.m4: New file.
7850
7851 2005-12-16  Jim Meyering  <jim@meyering.net>
7852
7853         * lib/fprintftime.c, lib/fprintftime.h: New files.
7854
7855 2005-12-15  Simon Josefsson  <jas@extundo.com>
7856
7857         * modules/socklen (configure.ac): Fix M4 macro name, to align with
7858         new m4/socklen.m4.
7859
7860 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7861
7862         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
7863         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
7864
7865 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7866
7867         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
7868         * lib/argp-help.c (fill_in_uparams): Check if the constructed
7869         struct uparams is valid. Fall back to the default values if it is
7870         not.
7871
7872 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7873
7874         * modules/argp (Files): Add argp-pin.c
7875         (Depends-on): dirname
7876         (lib_SOURCES): Add argp-pin.c
7877
7878 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7879
7880         * m4/argp.m4:  Check if program_invocation_name and
7881         program_invocation_short_name are declared and define appropriate
7882         macros if they are not.
7883
7884 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7885
7886         * lib/argp-help.c (__argp_base_name): New function
7887         (__argp_short_program_name): Rewrite using __argp_base_name
7888         * lib/argp-namefrob.h: Define program_invocation_name and
7889         program_invocation_short_name if requested
7890         (__argp_base_name): Add prototype
7891         * lib/argp-parse.c (argp_def): Use gettext wrappers
7892         (argp_default_parser): Use __argp_base_name
7893         * lib/argp-pin.c: New file. Defines program_invocation_name and
7894         program_invocation_short_name on systems that lack them.
7895
7896 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7897
7898         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
7899         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7900         porting problem reported by Georg Schwarz in
7901         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7902
7903 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7904
7905         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
7906         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7907         porting problem reported by Georg Schwarz in
7908         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7909
7910 2005-12-05  Bruno Haible  <bruno@clisp.org>
7911
7912         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
7913         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
7914         Reported by Mark Junker <mjscod@gmx.de>.
7915
7916 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
7917
7918         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
7919         Use implementation from Albert Chin, with some
7920         comments/corrections by Stepan Kasal and myself.
7921
7922 2005-12-02  Bruno Haible  <bruno@clisp.org>
7923
7924         * gnulib-tool (func_import): Accept GPLed build tool modules when
7925         --lgpl is given.
7926         * modules/csharpcomp-script: New file.
7927         * modules/csharpcomp: Depend on it.
7928         * modules/javacomp-script: New file.
7929         * modules/javacomp: Depend on it.
7930         Suggested by Simon Josefsson.
7931
7932 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
7935         statement, to work around an HP-UX 10.20 compiler bug reported by
7936         Peter O'Gorman.
7937
7938 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7939
7940         * modules/savedir (Depends-on): Add openat.
7941
7942 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7943
7944         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
7945         (uintmax_t) [defined uintmax_t]: Do not declare.
7946         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
7947         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
7948         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
7949         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
7950         sake of portability to weird hosts that C allows (though we don't
7951         know of any practical examples).
7952
7953         * lib/savedir.h (fdsavedir): New decl.
7954         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
7955         contains most of the former guts of savedir.
7956         (savedir): Use savedirstream.
7957         Include "openat.h".
7958
7959 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
7960
7961         * modules/obstack (Files): Add m4/ulonglong.m4.
7962         Problem reported by Davide Angelocola.
7963
7964 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7965
7966         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
7967         coreutils no longer futzes with rounding modes.
7968
7969 2005-11-14  Jim Meyering  <jim@meyering.net>
7970
7971         * lib/mkstemp-safer.c: Include <config.h>, required for possible
7972         replacement of mkstemp.
7973
7974 2005-11-10  Simon Josefsson  <jas@extundo.com>
7975
7976         * lib/readline.c: Remove EOL.
7977
7978 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7979
7980         * modules/gethrxtime (Depends-on): Add gettime.
7981
7982 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7983
7984         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
7985         or gettimeofday; no longer needed.
7986
7987 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7988
7989         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
7990         time business.
7991         (gethrxtime) [! (HAVE_NANOUPTIME
7992         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
7993         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
7994         our own approximation.
7995
7996 2005-11-08  Eric Blake  <ebb9@byu.net>
7997
7998         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
7999
8000 2005-11-08  Eric Blake  <ebb9@byu.net>
8001
8002         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8003
8004 2005-11-04  Bruno Haible  <bruno@clisp.org>
8005
8006         * gnulib-tool: Implement --update mode.
8007
8008 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8009
8010         Fix porting problem reported by Theodoros V. Kalamatianos.
8011         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8012         Don't assume that futimes failing means we must fail.
8013
8014 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8015
8016         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8017         variables to suggest the intended function of the PATH_MAX check.
8018
8019 2005-10-30  Kean Johnston  <jkj@sco.com>
8020
8021         Trivial changes to support SCO systems.
8022         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8023         as PATH_MAX.
8024         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8025         where __ptr is null when no I/O is pending.
8026
8027 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8028
8029         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8030         leave errno alone.  Problem reported by Dmitry V. Levin.
8031
8032 2005-10-28  Simon Josefsson  <jas@extundo.com>
8033
8034         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8035         Test more.
8036
8037         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8038
8039         * modules/md2, modules/md2-tests: New files.
8040
8041 2005-10-28  Simon Josefsson  <jas@extundo.com>
8042
8043         * m4/inet_ntop.m4: More tests.
8044
8045         * m4/gc-md2.m4, md2.m4: New file.
8046
8047 2005-10-28  Simon Josefsson  <jas@extundo.com>
8048
8049         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8050         "restrict" keywords, as per POSIX.  Protect the function
8051         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8052         Don't use K&R prototypes.  Check the sprintf return values.
8053         Re-define EAFNOSUPPORT if not present.  Indent.
8054
8055         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8056         suggested by Bruno Haible <bruno@clisp.org>.
8057
8058         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8059
8060         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8061
8062         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8063         libgcrypt).
8064
8065         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8066
8067         * lib/md2.h, lib/md2.c: New files.
8068
8069 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8070
8071         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8072         errno alone.  Problem reported by Frederic Jolliton.
8073
8074 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8075
8076         * modules/verify (License): Change from GPL to LGPL.  This is a
8077         tiny module and there are apparently near-equivalents that are
8078         under the BSD license.
8079
8080 2005-10-24  Simon Josefsson  <jas@extundo.com>
8081
8082         * modules/sha1: Relicense to LGPL.
8083
8084 2005-10-24  Simon Josefsson  <jas@extundo.com>
8085
8086         * lib/md4.h: Shrink buffer size, now that we changed the type.
8087
8088 2005-10-23  Simon Josefsson  <jas@extundo.com>
8089
8090         * gnulib-tool (func_import): Fix --tests-base.
8091
8092 2005-10-22  Simon Josefsson  <jas@extundo.com>
8093
8094         * modules/arcfour (Depends-on): Need stdint.
8095
8096 2005-10-22  Simon Josefsson  <jas@extundo.com>
8097
8098         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8099         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8100
8101 2005-10-22  Simon Josefsson  <jas@extundo.com>
8102
8103         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8104         suggested by Bruno Haible <bruno@clisp.org>.
8105
8106 2005-10-22  Simon Josefsson  <jas@extundo.com>
8107
8108         * lib/crc.h: Include stddef.h, for size_t.
8109
8110 2005-10-22  Simon Josefsson  <jas@extundo.com>
8111
8112         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8113         arcfour_context struct (simplify test vector testing in GNU
8114         Shishi).
8115
8116 2005-10-21  Simon Josefsson  <jas@extundo.com>
8117
8118         * modules/des, modules/des-tests: New files.
8119
8120         * modules/gc-des, modules/gc-des-tests: New files.
8121
8122         * tests/test-des.c, tests/test-gc-des.c: New file.
8123
8124 2005-10-21  Simon Josefsson  <jas@extundo.com>
8125
8126         * modules/arctwo, modules/arctwo-tests: New files.
8127
8128         * tests/test-arctwo.c: New file.
8129
8130         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8131
8132         * tests/test-gc-arctwo.c: New file.
8133
8134 2005-10-21  Simon Josefsson  <jas@extundo.com>
8135
8136         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8137         Bruno Haible <bruno@clisp.org>.
8138
8139         * m4/gc-des.m4: New file.
8140
8141 2005-10-21  Simon Josefsson  <jas@extundo.com>
8142
8143         * m4/arctwo.m4: New file.
8144
8145         * m4/gc-arctwo.m4: New file.
8146
8147 2005-10-21  Simon Josefsson  <jas@extundo.com>
8148
8149         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8150         block.
8151
8152 2005-10-21  Simon Josefsson  <jas@extundo.com>
8153
8154         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8155         <bruno@clisp.org>.
8156
8157         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8158
8159         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8160         Bruno Haible <bruno@clisp.org>.
8161
8162         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8163         <bruno@clisp.org>.
8164
8165 2005-10-21  Simon Josefsson  <jas@extundo.com>
8166
8167         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8168
8169 2005-10-21  Simon Josefsson  <jas@extundo.com>
8170
8171         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8172
8173 2005-10-21  Simon Josefsson  <jas@extundo.com>
8174
8175         * lib/des.h, lib/des.c: New files.
8176
8177         * lib/gc-gnulib.c: Support DES.c
8178
8179 2005-10-21  Simon Josefsson  <jas@extundo.com>
8180
8181         * lib/arctwo.h, lib/arctwo.c: New files.
8182
8183         * lib/gc-gnulib.c: Support ARCTWO.
8184
8185 2005-10-21  Simon Josefsson  <jas@extundo.com>
8186
8187         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8188         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8189
8190 2005-10-21  Simon Josefsson  <jas@extundo.com>
8191
8192         * gnulib-tool (func_import, func_create_testdir): Define automake
8193         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8194         Makefile.am snippet),
8195         suggested by Bruno Haible <bruno@clisp.org>.
8196
8197         * modules/gc (Makefile.am): Use it.
8198
8199 2005-10-21  Bruno Haible  <bruno@clisp.org>
8200
8201         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8202         patch.
8203
8204 2005-10-19  Simon Josefsson  <jas@extundo.com>
8205
8206         * tests/test-gc-rijndael.c: New file.
8207
8208         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8209
8210 2005-10-19  Simon Josefsson  <jas@extundo.com>
8211
8212         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8213         interface too.
8214
8215 2005-10-19  Simon Josefsson  <jas@extundo.com>
8216
8217         * tests/test-gc-arcfour.c: New file.
8218
8219         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8220
8221 2005-10-19  Simon Josefsson  <jas@extundo.com>
8222
8223         * modules/gc-md4, modules/gc-md4-tests: New file.
8224
8225         * tests/test-gc-md4.c: New file.
8226
8227 2005-10-19  Simon Josefsson  <jas@extundo.com>
8228
8229         * m4/gc-md4.m4: New file.
8230
8231 2005-10-19  Simon Josefsson  <jas@extundo.com>
8232
8233         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8234         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8235         <kasal@ucw.cz>.
8236
8237 2005-10-19  Simon Josefsson  <jas@extundo.com>
8238
8239         * m4/gc-arcfour.m4: New file.
8240
8241         * m4/gc-rijndael.m4: New file.
8242
8243 2005-10-19  Simon Josefsson  <jas@extundo.com>
8244
8245         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8246
8247 2005-10-19  Simon Josefsson  <jas@extundo.com>
8248
8249         * lib/gc-gnulib.c: Support ARCFOUR.
8250
8251 2005-10-19  Simon Josefsson  <jas@extundo.com>
8252
8253         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8254         support.
8255
8256         * lib/gc.h: Add ECB enum type.
8257
8258         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8259
8260 2005-10-18  Simon Josefsson  <jas@extundo.com>
8261
8262         * tests/test-md5.c: New file.
8263
8264         * modules/md5-tests: New file.
8265
8266 2005-10-18  Simon Josefsson  <jas@extundo.com>
8267
8268         * tests/test-md4.c: New file.
8269
8270         * modules/md4, modules/md4-tests: New files.
8271
8272 2005-10-18  Simon Josefsson  <jas@extundo.com>
8273
8274         * m4/md4.m4: New file.
8275
8276 2005-10-18  Simon Josefsson  <jas@extundo.com>
8277
8278         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8279
8280 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8281
8282         * gnulib-tool (func_create_testdir): Omit the second check whether
8283         BUILT_SOURCES in nonempty.
8284
8285 2005-10-17  Simon Josefsson  <jas@extundo.com>
8286
8287         * tests/test-rijndael.c: New file.
8288
8289 2005-10-17  Simon Josefsson  <jas@extundo.com>
8290
8291         * modules/sha1: Depend on stdint instead of md5.
8292
8293         * modules/md5: Depend on stdint, remove uint32_t.
8294
8295 2005-10-17  Simon Josefsson  <jas@extundo.com>
8296
8297         * modules/gc-sha1-tests: New file.
8298
8299         * tests/test-gc-sha1.c: New file.
8300
8301 2005-10-17  Simon Josefsson  <jas@extundo.com>
8302
8303         * m4/md5.m4: Remove call to uint32_t.m4.
8304
8305 2005-10-17  Simon Josefsson  <jas@extundo.com>
8306
8307         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8308
8309         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8310         md5.h.
8311
8312         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8313
8314         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8315
8316 2005-10-17  Simon Josefsson  <jas@extundo.com>
8317
8318         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8319
8320 2005-10-17  Simon Josefsson  <jas@extundo.com>
8321
8322         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8323
8324 2005-10-17  Simon Josefsson  <jas@extundo.com>
8325
8326         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8327
8328         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8329
8330 2005-10-17  Bruno Haible  <bruno@clisp.org>
8331
8332         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8333         that it can also be used in a test.
8334
8335 2005-10-16  Bruno Haible  <bruno@clisp.org>
8336
8337         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8338         TESTS_ENVIRONMENT, so that individual tests can augment it.
8339
8340         * gnulib-tool (func_create_testdir): Use an intermediate target for
8341         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8342         macros, like $(ALLOCA_H), which cannot be passed through the command
8343         line.
8344
8345 2005-10-15  Simon Josefsson  <jas@extundo.com>
8346
8347         * modules/rijndael-tests: New file.
8348
8349         * modules/rijndael: New file.
8350
8351 2005-10-15  Simon Josefsson  <jas@extundo.com>
8352
8353         * m4/rijndael.m4: New file.
8354
8355 2005-10-15  Simon Josefsson  <jas@extundo.com>
8356
8357         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8358
8359         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8360
8361 2005-10-14  Simon Josefsson  <jas@extundo.com>
8362
8363         * tests/test-arcfour.c: New file.
8364
8365         * modules/arcfour, modules/arcfour-tests: New files.
8366
8367 2005-10-14  Simon Josefsson  <jas@extundo.com>
8368
8369         * m4/arcfour.m4: New file.
8370
8371 2005-10-14  Simon Josefsson  <jas@extundo.com>
8372
8373         * lib/arcfour.h, lib/arcfour.c: New files.
8374
8375 2005-10-14  Roland McGrath  <roland@redhat.com>
8376
8377         Import from libc.  [BZ #1331]
8378         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8379         macro argument.
8380         Reported by Matej Vela <vela@debian.org>.
8381
8382 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8383
8384         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8385         include <wchar.h>; no longer needed.
8386
8387 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8388
8389         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8390
8391 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8392         and  Ulrich Drepper  <drepper@redhat.com>
8393
8394         Import from libc.
8395         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8396         instead of inline stream orientation test and two separate
8397         function calls.  Pay no attention to USE_IN_LIBIO.
8398
8399 2005-10-13  Simon Josefsson  <jas@extundo.com>
8400
8401         * modules/gc-hmac-md5-tests: New file.
8402
8403         * tests/test-gc-hmac-sha1.c: New file.
8404
8405         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8406
8407         * modules/gc-hmac-md5-tests: New file.
8408
8409         * tests/test-gc-md5.c: New file.
8410
8411         * modules/gc-md5-tests: New file.
8412
8413 2005-10-13  Simon Josefsson  <jas@extundo.com>
8414
8415         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8416         Move memory allocation outside of loop.
8417
8418 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8419
8420         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8421         intermediate directory is in a read-only file system.  Problem
8422         reported by Eric Blake.
8423
8424 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8425
8426         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8427
8428 2005-10-12  Simon Josefsson  <jas@extundo.com>
8429
8430         * tests/test-hmac-sha1.c: New file.
8431
8432         * modules/hmac-sha1-tests: New file.
8433
8434         * modules/hmac-sha1: New file.
8435
8436 2005-10-12  Simon Josefsson  <jas@extundo.com>
8437
8438         * modules/gc-sha1: New file.
8439
8440 2005-10-12  Simon Josefsson  <jas@extundo.com>
8441
8442         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8443
8444         * tests/test-gc-pbkdf2-sha1.c: New file.
8445
8446 2005-10-12  Simon Josefsson  <jas@extundo.com>
8447
8448         * modules/gc-md5, modules/gc-hmac-md5: New files.
8449
8450         * modules/gc (Files): Remove md5, memxor and hmac files.
8451
8452 2005-10-12  Simon Josefsson  <jas@extundo.com>
8453
8454         * m4/gc-pbkdf2-sha1.m4: New file.
8455
8456         * m4/gc-hmac-sha1.m4: New file.
8457
8458         * m4/gc-sha1: New file.
8459
8460         * m4/hmac-sha1.m4: New file.
8461
8462 2005-10-12  Simon Josefsson  <jas@extundo.com>
8463
8464         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8465
8466         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8467
8468 2005-10-12  Simon Josefsson  <jas@extundo.com>
8469
8470         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8471         suggested by Bruno Haible <bruno@clisp.org>.
8472
8473 2005-10-12  Simon Josefsson  <jas@extundo.com>
8474
8475         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8476
8477 2005-10-12  Simon Josefsson  <jas@extundo.com>
8478
8479         * lib/gc-pbkdf2-sha1.c: New file.
8480
8481         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8482
8483 2005-10-12  Simon Josefsson  <jas@extundo.com>
8484
8485         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8486
8487         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8488
8489 2005-10-12  Simon Josefsson  <jas@extundo.com>
8490
8491         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8492         GC_USE_HMAC_MD5, respectively.
8493
8494         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8495         (gc_md5): Fix typo.
8496
8497         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8498
8499         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8500
8501         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8502
8503 2005-10-12  Bruno Haible  <bruno@clisp.org>
8504
8505         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8506         Reported by Stepan Kasal <kasal@ucw.cz>.
8507
8508 2005-10-11  Simon Josefsson  <jas@extundo.com>
8509
8510         * tests/test-crc.c: New file.
8511
8512         * modules/crc, modules/crc-tests: New files.
8513
8514 2005-10-11  Simon Josefsson  <jas@extundo.com>
8515
8516         * m4/crc.m4: New file.
8517
8518 2005-10-11  Simon Josefsson  <jas@extundo.com>
8519
8520         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8521
8522         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8523
8524         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8525
8526 2005-10-11  Simon Josefsson  <jas@extundo.com>
8527
8528         * lib/crc.h, lib/crc.c: New files.
8529
8530         * lib/gc.h (gc_hash_buffer): Add doc.
8531
8532 2005-10-11  Bruno Haible  <bruno@clisp.org>
8533
8534         * modules/c-strcasestr: New file.
8535         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8536
8537 2005-10-11  Bruno Haible  <bruno@clisp.org>
8538
8539         * modules/c-strcase: New file.
8540         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8541
8542 2005-10-11  Bruno Haible  <bruno@clisp.org>
8543
8544         * lib/strcasecmp.c: Include limits.h.
8545         (strcasecmp): Avoid integer overflow on exotic platforms.
8546         * lib/strncasecmp.c: Include limits.h.
8547         (strncasecmp): Avoid integer overflow on exotic platforms.
8548         Reported by Paul Eggert.
8549
8550 2005-10-11  Bruno Haible  <bruno@clisp.org>
8551
8552         * lib/c-strcasestr.h: New file, from GNU gettext.
8553         * lib/c-strcasestr.c: New file, from GNU gettext.
8554
8555 2005-10-11  Bruno Haible  <bruno@clisp.org>
8556
8557         * lib/c-strcase.h: New file, from GNU gettext.
8558         * lib/c-strcasecmp.c: New file, from GNU gettext.
8559         * lib/c-strncasecmp.c: New file, from GNU gettext.
8560
8561 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8562
8563         * modules/mempcpy (License): GPL -> LGPL.
8564         * modules/strchrnul (License): Likewise.
8565         * modules/sysexits (License): Likewise.
8566
8567 2005-10-08  Simon Josefsson  <jas@extundo.com>
8568
8569         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8570
8571 2005-10-07  Simon Josefsson  <jas@extundo.com>
8572
8573         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8574
8575 2005-10-06  Simon Josefsson  <jas@extundo.com>
8576
8577         * tests/test-hmac-md5.c: New file.
8578
8579         * modules/hmac-md5-tests: New file.
8580
8581         * modules/hmac-md5: New file.
8582
8583 2005-10-06  Simon Josefsson  <jas@extundo.com>
8584
8585         * m4/hmac-md5.m4: New file.
8586
8587         * m4/memxor.m4: Require gl_C_RESTRICT.
8588
8589 2005-10-06  Simon Josefsson  <jas@extundo.com>
8590
8591         * lib/memxor.c (memxor): Avoid casts and warnings.
8592
8593 2005-10-06  Simon Josefsson  <jas@extundo.com>
8594
8595         * lib/hmac-md5.c: New file.
8596
8597         * lib/hmac.h: New file.
8598
8599 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8600
8601         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8602         promotes to int, not unsigned int, to catch the AIX 5.3
8603         compiler bug.
8604
8605 2005-10-05  Simon Josefsson  <jas@extundo.com>
8606
8607         * modules/memxor: New file.
8608
8609         * modules/iconv (Files): Move config.rpath to havelib, it is used
8610         there.
8611
8612         * modules/havelib (Files): Add config.rpath.
8613
8614 2005-10-05  Simon Josefsson  <jas@extundo.com>
8615
8616         * m4/memxor.m4: New file.
8617
8618 2005-10-05  Simon Josefsson  <jas@extundo.com>
8619
8620         * lib/memxor.c (memxor): Fix compiler error.
8621
8622         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8623         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8624
8625         * lib/memxor.h, lib/memxor.c: New files.
8626
8627         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8628         we assume all systems have it, suggested by Jim Meyering
8629         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8630         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8631         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8632         same reasons.
8633
8634 2005-10-05  Simon Josefsson  <jas@extundo.com>
8635
8636         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8637
8638 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8639
8640         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8641         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8642         needed, since the source code now assumes these .h files.
8643
8644 2005-10-05  Derek Price  <derek@ximbiot.com>
8645
8646         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8647
8648 2005-10-05  Bruno Haible  <bruno@clisp.org>
8649
8650         * modules/stdint (License): Change to LGPL.
8651
8652 2005-10-04  Simon Josefsson  <jas@extundo.com>
8653
8654         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8655         D. Baushke" <mdb@gnu.org>.
8656
8657 2005-10-04  Bruno Haible  <bruno@clisp.org>
8658
8659         * lib/verify.h (verify_true): Provide alternative definition for C++.
8660
8661 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8662
8663         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8664         (SSIZE_MAX): New macro, if not already defined.
8665         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8666         than 2 GiB.
8667
8668 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8669
8670         Sync from coreutils.
8671         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8672         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8673         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8674         ULLONG_MAX doesn't work with 2.7.2.1.
8675
8676 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8677
8678         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8679         From Ben Pfaff.
8680
8681         * modules/exclude (Depends-on): Depend on verify.
8682         * modules/strtoimax (Depends-on): Likewise.
8683         * modules/utimecmp (Depends-on): Likewise.
8684
8685 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8686
8687         * lib/exclude.c: Include verify.h.
8688         (verify): Remove.  All callers changed to use verify.h's version.
8689         * lib/strtoimax.c: Likewise.
8690         * lib/utimecmp.c: Likewis.e
8691
8692         Sync from coreutils.
8693         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
8694         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
8695         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
8696         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
8697         bother returning ENOSYS if settimeofday or stime fails; just let
8698         them return whatever errno they want to return.
8699         * lib/utimens.c: Include unistd.h, for dup2.
8700         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
8701         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
8702
8703 2005-10-02  Jim Meyering  <jim@meyering.net>
8704
8705         Sync from coreutils.
8706         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
8707         from glibc-2.2.5 that fails for read-only files.
8708
8709 2005-10-02  Jim Meyering  <jim@meyering.net>
8710
8711         Sync from coreutils.
8712         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
8713         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
8714         `#if HAVE_CONFIG_H'.
8715         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
8716         Remove AT_FDCWD test.
8717         Do not consume the fd unless successful.
8718         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
8719         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
8720         block, so that we don't even try to compile it if settimeofday is
8721         available.  This works around a compilation failure on OSF1 V5.1,
8722         due to stime requiring a `long int*' while tv_sec is `int'.
8723
8724 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
8725
8726         Sync from coreutils.
8727         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
8728         against `yes', rather than just testing for nonempty.
8729
8730 2005-10-01  Simon Josefsson  <jas@extundo.com>
8731
8732         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
8733         and Darwin.
8734
8735         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
8736         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
8737         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
8738         freeaddrinfo and gai_strerror are declared by the POSIX headers.
8739         Check if struct addrinfo is declared.
8740
8741 2005-10-01  Simon Josefsson  <jas@extundo.com>
8742
8743         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
8744         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
8745         AI_* and EAI_* definitions.  Protect function declarations.
8746
8747 2005-10-01  Jim Meyering  <jim@meyering.net>
8748
8749         Sync from coreutils.
8750
8751         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
8752         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
8753         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
8754         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8755         in the inet and nsl libraries.  Required on Solaris 5.7.
8756
8757 2005-10-01  Jim Meyering  <jim@meyering.net>
8758
8759         Sync from coreutils.
8760         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8761         in the inet and nsl libraries.  Required on Solaris 5.7.
8762
8763 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
8764
8765         * lib/getdelim.c (getdelim): Remove unused variables.
8766
8767 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8768
8769         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
8770         so that the code works even with ancient cpp.  Portability problem
8771         with GCC 2.7.2.1 reported by Thomas M.Ott.
8772
8773 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8774
8775         * modules/regex (Depends-on): Add strcase.
8776
8777         * modules/gethostname (Licence): Change from GPL to LGPL, since
8778         gethostname.c is a trivial implementation of a standard library
8779         function.
8780         * modules/poll (License): Change from GPL to LGPL, since it's
8781         derived from LGPL code.
8782
8783 2005-09-27  Jim Meyering  <jim@meyering.net>
8784
8785         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
8786         HAVE_CONFIG_H.
8787
8788         * lib/intprops.h (signed_type_or_expr__): Define.
8789         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
8790         for unsigned types.
8791
8792 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8793
8794         * lib/verify.h (verify_expr): Remove, replacing with:
8795         (verify_true): New macro that returns true instead of void.
8796         (verify_type__): Remove.
8797         (verify): Use verify_true rather than verify_type__.
8798
8799 2005-09-26  Bruno Haible  <bruno@clisp.org>
8800
8801         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
8802         is necessary.
8803         (lib_SOURCES): Remove mbchar.c.
8804         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
8805         (Files): Add m4/mbrtowc.m4.
8806         * modules/mbiter: Likewise.
8807         * modules/mbuiter: Likewise.
8808
8809 2005-09-26  Bruno Haible  <bruno@clisp.org>
8810
8811         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
8812         compile mbchar.c if they are not both present.
8813         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
8814         * m4/mbiter.m4 (gl_MBITER): Likewise.
8815         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
8816         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
8817         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
8818
8819 2005-09-25  Jim Meyering  <jim@meyering.net>
8820
8821         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
8822         also uses socklen_t.
8823
8824 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
8825
8826         * lib/utimens.c (ENOSYS): Define if not already defined.
8827         (futimens): Support having a null PATH if the file descriptor
8828         is nonnegative.
8829
8830         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
8831         Remove.
8832         (__attribute): Define to empty unless GCC 3.1 or later.
8833         This works around a core dump on OpenBSD 3.4, which has GCC
8834         2.95.3, which dumps core when given __attribute__(()).  It also
8835         simplifies other tests, since we really don't want to bother with
8836         worrying about which ancient version of GCC supported what.
8837         Original problem reported by Yoann Vandoorselaere, with part of
8838         the fix suggested by Derek Price.
8839
8840 2005-09-24  Jim Meyering  <jim@meyering.net>
8841
8842         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
8843         so we can once again use a positive bitfield width of 1 -- now we
8844         don't have to explain why we were using a bitfield width of 2.
8845
8846 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8847
8848         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
8849         and similarly for the other external symbols.  Problem reported
8850         by James Gallager.
8851
8852         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
8853         bug reported by Jim Meyering.
8854
8855         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
8856         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
8857         not needed, since socklen is a prerequisite module.
8858
8859 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8860
8861         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
8862         Problem reported by Eric Blake.
8863         (getaddrinfo): Initialize se so that it's not garbage.
8864         Redo internal storage allocation so that it doesn't make unportable
8865         assumptions about alignment.
8866         Fix a memory leak.
8867
8868         * lib/utimens.c (futimens): Use futimesat if available.
8869         Prefer it to futimes since it doesn't have the futimes bug.
8870
8871         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
8872         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
8873         Instead, declare a function that returns a pointer to an array,
8874         and use verify_type__ to declare the size of the array.
8875         Problem and germ of a solution reported by Bruno Haible.
8876         (verify_type__): Use 2, not 1, for bitfield size, to avoid
8877         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
8878
8879 2005-09-23  Jim Meyering  <jim@meyering.net>
8880
8881         Sync from coreutils.
8882         Correct build failure (socklen_t not defined) on at least
8883         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
8884         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
8885
8886 2005-09-23  Jim Meyering  <jim@meyering.net>
8887
8888         * modules/getaddrinfo (Depends-on): Add socklen.
8889
8890 2005-09-23  Bruno Haible  <bruno@clisp.org>
8891
8892         * tests/test-verify.c: New file.
8893
8894 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8895
8896         Sync from coreutils.
8897
8898         * modules/argmatch (Depends-on): Add verify.
8899         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
8900         unistd-safer.
8901         * modules/save-cwd (Depends-on): Likewise.
8902
8903         * modules/openat (Files): Add lib/openat-die.c.
8904         (Depends-on): Remove error, exitfail.
8905         Add dirname.
8906
8907         * modules/verify: New file.
8908         * MODULES.html.sh (Diagnostics <assert.h>): New section,
8909         with "verify" module.
8910
8911 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8912
8913         Sync from coreutils.
8914
8915         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
8916         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
8917         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
8918         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
8919         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
8920         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
8921         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
8922         Don't bother checking for string.h, stdlib.h, unistd.h.
8923         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
8924         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
8925         module's job.
8926         * m4/jm-macros.m4 (gl_MACROS): Likewise.
8927         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
8928
8929         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
8930         (gl_GETDATE): Use it.
8931
8932         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
8933
8934 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8935
8936         Sync from coreutils.
8937
8938         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
8939         stat-time.h.
8940         * lib/argmatch.h: Include verify.h
8941         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
8942         (ARGMATCH_ASSERT): Remove; unused.
8943         * lib/canonicalize.c: Assume STDC_HEADERS.
8944         * lib/exclude.c: Include "strcase.h".
8945         * lib/regex_internal.h [!defined _LIBC]: Likewise.
8946         * lib/getusershell.c: Include stdio--.h rather than stdio.h
8947         and stdio-safer.h.
8948         (getusershell): Call fopen, not fopen_safer.
8949         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
8950         Do not include unistd-safer.h.
8951         (save_cwd): Don't call fd_safer; no longer needed
8952         now that we include fcntl--.h.
8953
8954         * lib/getdate.y (relative_time): New type.
8955         (RELATIVE_TIME_0): New constant.
8956         (parser_control): Use relative_time instead of doing it ourselves.
8957         (%union): Add new relative_time rel member.
8958         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
8959         Now typeless.
8960         (relunit, relunit_snumber): Now of type rel.
8961         (zone, rel, relunit, get_date): Adjust to above changes.
8962
8963         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
8964         Do not include unistd-safer.h.
8965         (getloadavg): Don't call fd_safer; no longer needed
8966         now that we include fcntl--.h.
8967
8968         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
8969         (make_dir_parents): Treat ENOSYS like EEXIST.
8970
8971         Improve quality of diagnostics on restore_cwd failure.
8972         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
8973         (make_dir_parents): Last arg is now int * (for errno), not bool *.
8974         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
8975         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
8976         each time through the loop.  Do not diagnose restore_cwd failure;
8977         that is the caller's job (and perhaps the caller does not care).
8978
8979         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
8980         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
8981         If the file already exists but is not a directory, don't bother
8982         to try to make its parents.
8983         Close potential file descriptor leak if we can't chdir("/") (!).
8984         Don't always return true if chdir($PWD) fails; return true only
8985         if the requested action was done successfully (except for the
8986         chdir($PWD)).
8987         Don't log final directory unless we actually made it.
8988         Refactor to avoid duplicate code to fix up permissions.
8989         Don't attempt to fix up parent permissions if chdir($PWD) fails.
8990
8991         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
8992         to make it a bit faster and (I hope) clearer.
8993         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
8994         Fix bug in formats like %2N.
8995
8996         * lib/verify.h: New file.
8997
8998 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8999
9000         Sync from coreutils.
9001         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9002
9003 2005-09-22  Jim Meyering  <jim@meyering.net>
9004
9005         Sync from coreutils.
9006
9007         * m4/lstat.m4 (gl_FUNC_LSTAT):
9008         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9009         Remove obsolete comment.
9010         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9011         * m4/xstrtod.m4: Likewise.
9012
9013         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9014
9015 2005-09-22  Jim Meyering  <jim@meyering.net>
9016
9017         Sync from coreutils.
9018
9019         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9020
9021         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9022         the .tm_year member, since otherwise gcc-4.0 would now warn about
9023         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9024
9025         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9026         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9027
9028         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9029         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9030         when run in a time zone for which daylight savings time is in effect
9031         for the starting date.
9032
9033         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9034         stop us from restricting permissions of just-created absolute-named
9035         directories.
9036         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9037         to restore initial working directory.
9038         * lib/mkdir-p.c (make_dir_parents): New parameter:
9039         different_working_dir, to tell caller if/when we change the working
9040         directory and are unable to return to the initial one.
9041         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9042         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9043         `return false'.  This fixes a bug introduced on 2004-07-30.
9044
9045         * lib/openat.c (fdopendir): Be sure to close the supplied
9046         file descriptor before returning.  This makes our replacement
9047         implementation a little closer to Solaris's, where fdopendir
9048         ties the file descriptor to the returned DIR* pointer.
9049         * lib/openat.c (unlinkat): New function.
9050         * lib/openat.h (unlinkat): Add prototype.
9051         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9052         (openat_restore_fail): Rename from openat_restore_die.
9053         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9054
9055         Provide an alternative to exiting immediately upon save_cwd or
9056         restore_cwd failure.  Now, an application can arrange e.g.,
9057         to perform a longjump in that case.
9058         * lib/openat.c: Include dirname.h.
9059         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9060         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9061         and openat_restore_die rather than calling error directly.
9062         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9063
9064         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9065         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9066         define.
9067
9068         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9069         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9070                             int utc, int nanoseconds);
9071         Background:
9072         date should not have to allocate a megabyte of virtual memory to
9073         handle a format argument like +%1048575T.  When implemented with
9074         strftime, it must allocate such a buffer, use strftime to fill it
9075         in, print it, then free it.
9076         With fprintftime, it simply prints everything and exits.
9077         With no need for memory allocation, that's one fewer way to fail.
9078         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9079         optional field width, not before, so we accept %9:z, not %:9z.
9080         (my_strftime): Be sure to use L_('x') for literals.
9081
9082         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9083         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9084         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9085         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9086         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9087         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9088         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9089         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9090         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9091         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9092         * lib/xgethostname.c, lib/xreadlink.c:
9093         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9094
9095         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9096         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9097         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9098         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9099         and don't include <sys/file.h>).
9100
9101 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9102
9103         Sync from coreutils.
9104
9105         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9106         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9107         [!LDAV_DONE]: Avoid unused variable warning.
9108
9109 2005-09-21  Bruno Haible  <bruno@clisp.org>
9110
9111         * lib/unicodeio.h (unicode_to_mb): New declaration.
9112
9113 2005-09-20  Derek Price  <derek@ximbiot.com>
9114
9115         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9116         getaddrinfo.h.
9117
9118 2005-09-20  Bruno Haible  <bruno@clisp.org>
9119
9120         * gnulib-tool: Remove trailing slashes from the values specified for
9121         --source-base, --m4-base, --tests-base, --aux-dir.
9122         Suggested by Simon Josefsson <jas@extundo.com>.
9123
9124 2005-09-20  Bruno Haible  <bruno@clisp.org>
9125
9126         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9127         func_modules_to_filelist, func_import, func_create_testdir): Make all
9128         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9129         change when gnulib-tool is invoked in a different locale.
9130
9131 2005-09-19  Simon Josefsson  <jas@extundo.com>
9132
9133         * m4/socklen.m4: Fix typo.
9134
9135 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9136
9137         Use a consistent style for including <config.h>.
9138         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9139         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9140         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9141         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9142         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9143         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9144         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9145         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9146         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9147         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9148         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9149         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9150         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9151         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9152         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9153         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9154         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9155         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9156         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9157         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9158         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9159         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9160         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9161         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9162         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9163         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9164         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9165         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9166         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9167         lib/xstrtoumax.c, lib/yesno.c:
9168         Standardize inclusion of config.h.
9169         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9170         lib/inttostr.h:  Removed inclusion of config.h from header files.
9171         * lib/inttostr.c:  Adjusted in-tree users.
9172         * lib/timespec.h: Remove superfluous warning to include config.h.
9173         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9174         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9175         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9176         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9177         config.h with HAVE_CONFIG_H.
9178
9179 2005-09-19  Jim Meyering  <jim@meyering.net>
9180
9181         * modules/pathmax (License): Change to LGPL.
9182
9183 2005-09-19  Derek Price  <derek@ximbiot.com>
9184
9185         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9186
9187 2005-09-19  Bruno Haible  <bruno@clisp.org>
9188
9189         * gnulib-tool (import): Provide default for --tests-base.
9190
9191 2005-09-19  Bruno Haible  <bruno@clisp.org>
9192
9193         * doc/quote.texi: New file, extracted from gnulib.texi.
9194         * doc/ctime.texi: New file, extracted from gnulib.texi.
9195         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9196         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9197         * doc/gnulib.texi: Include them.
9198
9199 2005-09-18  Bruno Haible  <bruno@clisp.org>
9200
9201         Portability fix.
9202         * gnulib-tool (func_readlink): New function.
9203         (func_ln_if_changed): Use it.
9204
9205 2005-09-18  Bruno Haible  <bruno@clisp.org>
9206
9207         * gnulib-tool: Support --with-tests also with --import.
9208         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9209         (func_import): Use variables $testsbase and $inctests. Emit a
9210         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9211         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9212         SUBDIRS += $testsdir.
9213         (func_create_testdir): Update.
9214
9215 2005-09-18  Bruno Haible  <bruno@clisp.org>
9216
9217         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9218         instead of $dry_run.
9219         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9220         (func_ln_if_changed): Don't handle dry-run here.
9221         (func_import): In dry-run mode, detect more precisely which actions
9222         would be performed, and don't use "...ing" verbs.
9223
9224 2005-09-18  Bruno Haible  <bruno@clisp.org>
9225
9226         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9227         (func_import): Use join on two temporary files instead of three nested
9228         loops, in order to determine which files are new or old.
9229
9230 2005-09-18  Bruno Haible  <bruno@clisp.org>
9231
9232         * gnulib-tool (func_import): Comment out code that spits out the
9233         new files with --dry-run.
9234
9235 2005-09-18  Bruno Haible  <bruno@clisp.org>
9236
9237         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9238
9239 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9240
9241         * lib/stat-time.h: New file.
9242         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9243         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9244         in a different way.
9245         (timespec_cmp): New function.
9246         * lib/utimecmp.c: Include stat-time.h.
9247         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9248         members exist, not on the obsolescent ST_MTIM_NSEC.
9249         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9250
9251 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9252
9253         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9254
9255 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9256
9257         * MODULES.html.sh (File system functions): Add stat-time.
9258         * modules/stat-time: New file.
9259         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9260         is now done in a different way, by the stat-time module.
9261         * modules/utimecmp (Depends-on): Add stat-time.
9262
9263 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         * m4/st_mtim.m4: Remove.  Superseded by...
9266         * m4/stat-time.m4: New file.
9267         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9268         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9269
9270 2005-09-15  Derek Price  <derek@ximbiot.com>
9271
9272         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9273
9274 2005-09-15  Derek Price  <derek@ximbiot.com>
9275
9276         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9277         * lib/regex_internal.c: Ditto, using this...
9278         (__GNUC_PREREQ): ...new macro.
9279         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9280         using...
9281         (__GNUC_PREREQ): ...this new macro.
9282
9283         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9284
9285 2005-09-15  Derek Price  <derek@ximbiot.com>
9286             Paul Eggert  <eggert@cs.ucla.edu>
9287
9288         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9289         changes, consolidating in...
9290         * lib/regex_internal.h: ...this file.
9291
9292 2005-09-13  Jim Meyering  <jim@meyering.net>
9293
9294         * lib/canon-host.c: Filter through gnu indent and reword comments
9295         slightly.
9296         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9297
9298 2005-09-13  Derek Price  <derek@ximbiot.com>
9299
9300         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9301         failure.
9302         Reported by Jim Meyering  <jim@meyering.net>.
9303
9304 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9305
9306         * lib/base64.c: Typo.
9307         (base64_encode): Put b64str in initialized data section.
9308
9309 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9310
9311         Merge glibc and coreutils changes into gnulib, plus a few
9312         extra fixes.
9313         * lib/md5.c: Use #error rather than a string.
9314         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9315         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9316         (__attribute__): Define to empty for non recent-GCC.
9317         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9318         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9319         Renamed from their non-__ counterparts, with new macros replacing
9320         them if not _LIBC.  Add __THROW attribute.
9321         (rol): Remove.
9322         (struct md5_ctx): Align buffer if using GCC.
9323         * lib/sha1.h (struct sha1_ctx): Likewise.
9324         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9325         The old name was backwards.
9326         (NOTSWAP): Remove; not used.
9327         (rol): New macro, moved here from md5.h.
9328         (sha1_process_block): Remove a FIXME that doesn't make sense.
9329
9330 2005-09-12  Derek Price  <derek@ximbiot.com>
9331
9332         Return usable errors from canon-host.
9333         * lib/canon-host.h: New file.
9334         * lib/canon-host.c (canon_host): Wrap...
9335         (canon_host_r): ...this new function, which now relies exclusively on
9336         getaddrinfo.
9337         (ch_strerror): New function.
9338         (last_cherror): New global.
9339         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9340         interface.
9341         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9342         void *.
9343         (freeaddrinfo): Free ai->ai_canonname when set.
9344
9345 2005-09-12  Derek Price  <derek@ximbiot.com>
9346
9347         Make canon-host require getaddrinfo.
9348         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9349         AC_LIBSOURCE canon-host.h.  Call...
9350         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9351         gl_GETADDRINFO.
9352         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9353
9354 2005-09-12  Derek Price  <derek@ximbiot.com>
9355
9356         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9357         LGPL.
9358         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9359
9360 2005-09-12  Derek Price  <derek@ximbiot.com>
9361
9362         * lib/gai_strerror.c: Include config.h when available.  Include
9363         getaddrinfo.h before other headers to test interface.
9364         Reported by Larry Jones <lawrence.jones@ugs.com>.
9365
9366 2005-09-12  Derek Price  <derek@ximbiot.com>
9367             Paul Eggert  <eggert@cs.ucla.edu>
9368
9369         * modules/glob (Files): Add glob-libc.h.
9370
9371 2005-09-12  Derek Price  <derek@ximbiot.com>
9372             Paul Eggert  <eggert@cs.ucla.edu>
9373
9374         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9375         glob_.h, glob-libc.h.
9376         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9377
9378 2005-09-12  Derek Price  <derek@ximbiot.com>
9379             Paul Eggert  <eggert@cs.ucla.edu>
9380
9381         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9382         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9383         protecting things that should be done only in gnulib contexts.
9384         * lib/glob_.h: New file, containing only the glob things needed for
9385         gnulib.
9386         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9387         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9388         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9389         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9390         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9391         and to respect the namespace rules better.
9392
9393 2005-09-08  Simon Josefsson  <jas@extundo.com>
9394
9395         * modules/socklen: New file.
9396
9397 2005-09-08  Simon Josefsson  <jas@extundo.com>
9398
9399         * m4/socklen.m4: New file.
9400
9401 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9402
9403         * modules/utimens (Files): Add m4/utimbuf.m4, since
9404         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9405         Reported by Sergey Poznyakoff.
9406
9407 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9408
9409         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9410         definitions, since that's the preferred style in glibc.
9411         Fix a minor spacing issue, and update copyright notice to match
9412         glibc's.
9413
9414 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9415
9416         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9417
9418 2005-09-06  Simon Josefsson  <jas@extundo.com>
9419
9420         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9421         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9422
9423 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9424
9425         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9426         warning.
9427
9428 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9429
9430         * config/srclist.txt: Add glibc bug 1302.
9431
9432 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9433
9434         Change bitset word type from unsigned int to unsigned long int,
9435         as this has better performance on typical 64-bit hosts.
9436         Port bitset code to hosts with unusual word sizes.
9437         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9438         (build_collating_symbol):
9439         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9440         argument is a bitset.  This is merely a style issue, but it makes
9441         it clearer that an entire array is expected.
9442         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9443         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9444         Port to the case where bitset_word is not the same as unsigned int.
9445         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9446         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9447         Likewise.
9448         * lib/regexec.c (check_dst_limits_calc_pos_1,
9449         check_subexp_matching_top):
9450         (build_trtable, group_nodes_into_DFAstates):
9451         Likewise.
9452         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9453         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9454         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9455         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9456         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9457         * lib/regcomp.c (optimize_subexps, lower_subexp):
9458         Work even if bitset_word has holes in its bitwise representation.
9459         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9460         * lib/regexec.c (check_dst_limits_calc_pos_1,
9461         check_subexp_matching_top):
9462         Likewise.
9463         * lib/regex_internal.c (re_string_reconstruct):
9464         Don't assume UCHAR_MAX == 255.
9465         * lib/regex_internal.h (bitset_set_all): Likewise.
9466         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9467         All uses changed.
9468         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9469         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9470         All uses changed.
9471         (BITSET_WORD_MAX): New macro.
9472         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9473         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9474         (bitset_empty, bitset_copy):
9475         Prefer sizeof (bitset) to multiplying it out ourselves.
9476         (bitset_not_merge): Remove; unused.
9477         (bitset_contain): Return bool, not unsigned int with one bit on.
9478         All callers changed.
9479         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9480         alignment than re_node_set; do this by defining a new internal
9481         type struct dests_alloc and using it to allocate memory.
9482
9483 2005-09-05  Bruno Haible  <bruno@clisp.org>
9484
9485         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9486         links.
9487
9488 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
9489
9490         * modules/size_max (Makefile.am): Add size_max.h
9491
9492 2005-09-04  Derek Price  <derek@ximbiot.com>
9493
9494         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9495
9496 2005-09-03  Simon Josefsson  <jas@extundo.com>
9497
9498         * gnulib-tool: Fix typo.
9499
9500 2005-09-03  Simon Josefsson  <jas@extundo.com>
9501
9502         * config/srclist.txt: Add glibc bug 1293.
9503
9504 2005-09-03  Derek Price  <derek@ximbiot.com>
9505
9506         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9507         From Larry Jones <lawrence.jones@ugs.com>.
9508
9509 2005-09-02  Simon Josefsson  <jas@extundo.com>
9510
9511         * modules/socklen: New file.
9512
9513 2005-09-02  Simon Josefsson  <jas@extundo.com>
9514
9515         * modules/havelib: New module.
9516
9517         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9518         Use havelib.
9519
9520 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9521
9522         Check for arithmetic overflow when calculating sizes, to prevent
9523         some buffer-overflow issues.  These patches are conservative, in the
9524         sense that when I couldn't determine whether an overflow was possible,
9525         I inserted a run-time check.
9526         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9527         macros.
9528         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9529         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9530         (re_xnrealloc, re_x2nrealloc): New inline functions.
9531         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9532         parse_bracket_exp):
9533         (build_equiv_class, build_charclass): Check for arithmetic overflow
9534         in size expression calculations.
9535         * lib/regex_internal.c (re_string_realloc_buffers):
9536         (build_wcs_upper_buffer, re_node_set_add_intersect):
9537         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9538         (re_dfa_add_node, register_state): Likewise.
9539         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9540         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9541         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9542         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9543
9544 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9545
9546         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9547         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9548
9549 2005-09-02  Bruno Haible  <bruno@clisp.org>
9550
9551         Support for lib vs. lib64 distinction on biarch platforms.
9552         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9553         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9554         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9555
9556 2005-09-02  Bruno Haible  <bruno@clisp.org>
9557
9558         * gnulib-tool (import): In the other first-use case, provide defaults
9559         as well.
9560
9561 2005-09-02  Bruno Haible  <bruno@clisp.org>
9562
9563         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9564         patches not yet found in the latest gettext release.
9565
9566 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9567
9568         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9569         to avoid a collision with bits/local_lim.h in glibc.
9570         All uses changed.  Problem reported by Dmitry V. Levin in
9571         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9572
9573         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9574         bugs in int versus size_t comparisons.
9575         (re_string_context_at): Fix bug where the code assumed that
9576         Idx is signed.
9577
9578         Use bool where appropriate.
9579         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9580         All callers changed.
9581         (calc_eclosure_iter): Likewise, for ROOT arg.
9582         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9583         (build_charclass_op): Likewise, for NON_MATCH arg.
9584         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9585         (re_string_construct_common): Likewise, for ICASE arg.
9586         * lib/regexec.c (re_search_2_stub, re_search_stub):
9587         Likewise, for RET_LEN arg.
9588         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9589         (set_regs): Likewise, for FL_BACKTRACK arg.
9590         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9591         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9592         (calc_eclosure_iter, parse_bracket_exp):
9593         Use bool for internal variables that are booleans.
9594         * lib/regexec.c (re_search_internal, check_matching,
9595         proceed_next_node):
9596         (set_regs, build_sifted_states, sift_states_bkref):
9597         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9598         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9599         (find_collation_sequence_value):
9600         Likewise.
9601         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9602         (re_node_set_compare):
9603         Return bool, not int. All callers changed.
9604         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9605         (build_trtable, check_node_accept): Likewise.
9606         * lib/regex_internal.h: Include stdbool.h.
9607
9608         Fix bugs uncovered when converting to bool.
9609         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9610         failure instead of charging ahead blindly.
9611         * lib/regex_internal.c (register_state): Likewise.
9612         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9613         for freeing internal storage.
9614         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9615         bitset pieces used as boolean, to avoid undefined behavior
9616         on hosts that do int overflow checking.
9617
9618 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9619
9620         * config/srclist.txt: Add glibc bugs 1285-1287.
9621
9622 2005-09-01  Jim Meyering  <jim@meyering.net>
9623
9624         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9625         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9626         Require gl_STAT_MACROS, too.
9627
9628 2005-09-01  Bruno Haible  <bruno@clisp.org>
9629
9630         * gnulib-tool (import): In the first-use case, provide defaults.
9631
9632 2005-09-01  Bruno Haible  <bruno@clisp.org>
9633
9634         * gnulib-tool (func_import): Remove the .tmp files.
9635
9636 2005-09-01  Bruno Haible  <bruno@clisp.org>
9637
9638         * gnulib-tool (func_import): Fix handling of symbolic links.
9639
9640 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9641
9642         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9643         old glibc regex code mishandles strings longer than 2**31 bytes.
9644         This patch fixes this when the regex code is used in gnulib
9645         (i.e., outside glibc).
9646
9647         This patch should not affect the use of the regex code inside
9648         glibc.  No doubt this problem also needs to be handled for glibc
9649         as well, but the result will be an incompatible change to the
9650         glibc ABI, and the old ABI will have to be supported too.  That
9651         can be the the subject for another patch.
9652
9653         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9654         governing whether the rest of this patch is active.  By default,
9655         the macro is disabled and the patch has no effect.
9656         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9657         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9658         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9659         (re_match_2, re_set_registers): Use the new types.
9660         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9661         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9662         New macros.
9663         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9664         (re_string_context_at, bin_tree_t, re_dfastate_t):
9665         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9666         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9667         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9668         (re_string_char_size_at, re_string_wchar_at):
9669         (re_string_elem_size_at):
9670         Use the new types and macros to port to 64-bit hosts.
9671         Use unsigned types for internal values, so that the code
9672         mostly works even for arrays larger than SSIZE_MAX.
9673         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9674         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9675         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9676         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9677         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9678         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9679         (calc_inveclosure, parse_dup_op, build_range_exp):
9680         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9681         (fetch_number, create_token_tree, mark_opt_subexp):
9682         Likewise.
9683         * lib/regex_internal.c (re_string_construct_common,
9684         create_ci_newstate):
9685         (create_cd_newstate, re_string_allocate, re_string_construct):
9686         (re_string_realloc_buffers, build_wcs_upper_buffer):
9687         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9688         (re_string_reconstruct, re_string_peek_byte_case):
9689         (re_string_fetch_byte_case, re_string_context_at):
9690         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9691         (re_node_set_init_copy, re_node_set_add_intersect):
9692         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9693         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9694         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9695         (re_acquire_state, re_acquire_state_context, register_state):
9696         Likewise.
9697         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
9698         search_cur_bkref_entry):
9699         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
9700         (re_search_internal, re_search_2_stub, re_search_stub)
9701         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
9702         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
9703         (update_cur_sifted_state, check_dst_limits):
9704         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9705         (check_subexp_limits, sift_states_bkref, merge_state_array):
9706         (check_subexp_matching_top, get_subexp, get_subexp_sub):
9707         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
9708         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9709         (expand_bkref_cache, check_node_accept_bytes):
9710         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
9711         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
9712         (acquire_init_state_context, check_halt_node_context):
9713         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
9714         (sift_states_backward, clean_state_log_if_needed):
9715         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
9716         (find_recover_state, transit_state_sb, transit_state_mb):
9717         (transit_state_bkref, build_trtable, match_ctx_clean):
9718         Likewise.
9719         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
9720         to work around an assumption that REG_MISSING is negative.
9721
9722         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
9723         (seek_collating_symbol_entry) [defined _LIBC]:
9724         (lookup_collation_sequence_value) [defined _LIBC]:
9725         (build_range_exp, build_collating_symbol) [defined _LIBC]:
9726         Use prototypes rather than old-style function definitions.
9727         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
9728         (transit_state_sb) [0]:
9729         (find_collation_sequence_value) [defined _LIBC]: Likewise.
9730
9731         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
9732         rm_eo.
9733
9734         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
9735         (optimize_subexps, lower_subexp):
9736         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
9737         since the signed shift might overflow.  Use 1u<<31 instead.
9738         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9739         Likewise.
9740         * lib/regexec.c (check_dst_limits_calc_pos_1,
9741         check_subexp_matching_top): Likewise.
9742
9743         * lib/regcomp.c (optimize_subexps, lower_subexp):
9744         Use CHAR_BIT rather than 8, for clarity.
9745         * lib/regexec.c (check_dst_limits_calc_pos_1):
9746         (check_subexp_matching_top): Likewise.
9747         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
9748         have to worry about portability issues when shifting it left.
9749         Remove no-longer-needed test for table_size > 0.
9750         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
9751         in a word, as the resulting behavior is undefined.
9752         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
9753         in one case, a <= should have been an <, and in another case the
9754         whole test was missing.
9755         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
9756         the standard name CHAR_BIT.
9757         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
9758         this is not true on one's complement and signed-magnitude hosts.
9759
9760         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
9761         next_last_offset.
9762         (struct re_dfa_t): Remove unused member states_alloc.
9763         * lib/regcomp.c (init_dfa): Don't initialize unused members.
9764
9765 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9766
9767         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
9768         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
9769         and large-file glibc and in 32-bit large-file Solaris.
9770
9771 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9772
9773         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
9774         lengths fit in regoff_t; this isn't true if regoff_t is the same
9775         width as size_t.
9776         * lib/regex.c (re_search_internal): 5th arg is LAST_START
9777         (= START + RANGE) instead of RANGE.  This avoids overflow
9778         problems when regoff_t is the same width as size_t.
9779         All callers changed.
9780         (re_search_2_stub): Check for overflow when adding the
9781         sizes of the two strings.
9782         (re_search_stub): Check for overflow when adding START
9783         to RANGE; if it occurs, substitute the extreme value.
9784
9785 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9786
9787         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
9788
9789 2005-08-31  Jim Meyering  <jim@meyering.net>
9790
9791         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
9792         a pointer-to-const.
9793         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
9794         (register_state): Likewise.
9795         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
9796         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9797         (group_nodes_into_DFAstates): Likewise.
9798
9799 2005-08-31  Jim Meyering  <jim@meyering.net>
9800
9801         * check-module: Add a FIXME comment.
9802
9803 2005-08-31  Eric Blake  <ebb9@byu.net>
9804
9805         * modules/unistd-safer (Files): Add unistd--.h.
9806         * modules/stdio-safer (Files): Add stdio--.h.
9807
9808 2005-08-31  Derek Price  <derek@ximbiot.com>
9809
9810         * lib/getdelim.c (getdelim): Return EOF on EOF.
9811         Reported by Larry Jones <lawrence.jones@ugs.com>.
9812
9813 2005-08-31  Bruno Haible  <bruno@clisp.org>
9814
9815         Avoid unnecessary diffs in the generated lib/Makefile.am.
9816         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
9817         the generated files.
9818         (func_import): Don't set cmd.
9819
9820 2005-08-31  Bruno Haible  <bruno@clisp.org>
9821
9822         * lib/strstr.c: Include <stddef.h>, for NULL.
9823         * lib/strcasestr.c: Likewise.
9824         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9825
9826 2005-08-31  Bruno Haible  <bruno@clisp.org>
9827
9828         * gnulib-tool: New option --macro-prefix.
9829         (func_import): Use macro_prefix.
9830         (import): Handle option --macro-prefix.
9831
9832 2005-08-31  Bruno Haible  <bruno@clisp.org>
9833
9834         * gnulib-tool (import): Rename most ac_* variables to cached_*.
9835         Also use new variables cached_lgpl, cached_libtool.
9836
9837 2005-08-31  Bruno Haible  <bruno@clisp.org>
9838
9839         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
9840         always instantiating them.
9841
9842 2005-08-31  Bruno Haible  <bruno@clisp.org>
9843
9844         * gnulib-tool (func_import): Read the previous cached settings
9845         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
9846         earlier added by gnulib but are now dropped. Warn when a gnulib file
9847         overwrites a non-gnulib file.
9848
9849 2005-08-31  Bruno Haible  <bruno@clisp.org>
9850
9851         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
9852         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
9853         projects that don't keep autogenerated files in CVS. Put into
9854         actioncmd only the specified modules, not the transitive closure.
9855
9856 2005-08-31  Bruno Haible  <bruno@clisp.org>
9857
9858         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
9859         Create directories that shall be filled.
9860         (import): Don't look for gl_* macros in configure.ac. Recurse across
9861         all directories containing a gnulib-cache.m4 files, if meaningful.
9862
9863 2005-08-31  Bruno Haible  <bruno@clisp.org>
9864
9865         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
9866         (import): Set seen_libtool when we see gl_LIBTOOL.
9867
9868 2005-08-31  Bruno Haible  <bruno@clisp.org>
9869
9870         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
9871         declaration macro definitions from generated gnulib.m4.
9872
9873 2005-08-30  "Oskar Liljeblad"  <oskar@osk.mine.nu>
9874
9875         * lib/iconvme.h: Add prototype for iconv_alloc.
9876
9877 2005-08-29  Simon Josefsson  <jas@extundo.com>
9878
9879         * lib/iconvme.c: Fix errno.
9880
9881 2005-08-29  Bruno Haible  <bruno@clisp.org>
9882
9883         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
9884         that it works when the directory contains spaces.
9885
9886 2005-08-29  Bruno Haible  <bruno@clisp.org>
9887
9888         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
9889
9890 2005-08-29  Bruno Haible  <bruno@clisp.org>
9891
9892         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
9893         Emit more advice.
9894
9895 2005-08-29  Bruno Haible  <bruno@clisp.org>
9896         and Stepan Kasal  <kasal@ucw.cz>
9897
9898         * check-module: If more parameters are given, check each of them
9899         separately; add more exceptions, as noted by Jim Meyering.
9900         (check_module): New procedure.
9901         (%exempt_header): Now contains all exceptions.
9902
9903 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
9904
9905         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
9906
9907 2005-08-29  "Oskar Liljeblad"  <oskar@osk.mine.nu>
9908
9909         * lib/iconvme.c: Split iconv_string into iconv_alloc.
9910
9911 2005-08-28  Bruno Haible  <bruno@clisp.org>
9912
9913         * m4/gnulib-tool.m4: New file.
9914
9915 2005-08-27  Jim Meyering  <jim@meyering.net>
9916
9917         * modules/unistd-safer (Files): Add pipe-safer.c.
9918         * modules/fcntl-safer (Files): Add creat-safer.c.
9919
9920 2005-08-27  Jim Meyering  <jim@meyering.net>
9921
9922         * m4/stdlib-safer.m4: New file.  From coreutils.
9923         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
9924         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
9925         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
9926         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
9927         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
9928
9929 2005-08-27  Jim Meyering  <jim@meyering.net>
9930
9931         * lib/fopen-safer.c: Merge minor changes from coreutils.
9932         * lib/dup-safer.c: Likewise.
9933         * lib/fd-safer.c: Likewise.
9934
9935         Merge from coreutils.
9936         * lib/stdio--.h: New file.
9937         * lib/stdlib--.h: New file.
9938         * lib/mkstemp-safer.c: New file.
9939
9940         GNU tar needs these.
9941         * lib/pipe-safer.c: New file.
9942         * lib/creat-safer.c: New file.
9943         * lib/fcntl--.h (creat): Define to creat_safer.
9944         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
9945         * lib/unistd--.h (pipe): Define to pipe_safer.
9946         * lib/unistd-safer.h: Declare pipe_safer.
9947
9948 2005-08-26  Simon Josefsson  <jas@extundo.com>
9949
9950         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
9951         Haible <bruno@clisp.org>.
9952
9953 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
9954
9955         * lib/regex_internal.h: Remove all references to
9956         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
9957         or better.
9958         (bitset_not, bitset_merge, bitset_not_merge):
9959         (bitset_mask, re_string_allocate, re_string_construct):
9960         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
9961         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
9962         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
9963         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
9964         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9965         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9966         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
9967         (re_acquire_state_context):
9968         Remove unnecessary forward decls.
9969         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
9970         Put __attribute at function definition,
9971         now that the function decl has been removed.
9972         * lib/regex_internal.c (re_string_peek_byte_case):
9973         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
9974         Likewise.
9975
9976 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
9977
9978         * m4/regex.m4: Add AC_PREREQ(2.50).
9979         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
9980
9981 2005-08-25  Simon Josefsson  <jas@extundo.com>
9982
9983         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
9984         __fsetlocking.
9985
9986 2005-08-25  Simon Josefsson  <jas@extundo.com>
9987
9988         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
9989         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
9990         GLIBC specific code.
9991
9992 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9993
9994         Make regex safe for g++.  This fixes one real bug (an "err"
9995         that should have been "*err").  g++ problem reported by
9996         Sam Steingold.
9997         * lib/regex_internal.h (re_calloc): New macro, consistent with
9998         re_malloc etc.  All callers of calloc changed to use re_calloc.
9999         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10000         not int.  All callers changed.
10001         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10002         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10003         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10004         (find_recover_state): Change "err" to "*err"; this fixes what
10005         appears to be a real bug.
10006         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10007         versus int.
10008
10009 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10010
10011         * modules/regex (Depends-on): Add malloc, since the code
10012         assumes that !malloc(0) means failure.
10013
10014 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10015
10016         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10017
10018         alloca modernization/simplification for regex.
10019         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10020         needs to be at the start of the file, and can be moved into
10021         regex_internal.h and simplified.
10022         * lib/regex_internal.h: Include <alloca.h>.
10023         (__libc_use_alloca) [!defined _LIBC]: New macro.
10024         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10025         now works outside glibc.
10026
10027 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10028
10029         * config/srclist.txt: Add glibc bugs 1241, 1245.
10030
10031 2005-08-25  Jim Meyering  <jim@meyering.net>
10032
10033         * lib/open-safer.c: Include <config.h>.
10034         Otherwise, we'd lose LARGEFILE support in any file using
10035         e.g. "fcntl--.h"
10036
10037 2005-08-25  Bruno Haible  <bruno@clisp.org>
10038
10039         * m4/minmax.m4: Require autoconf 2.52.
10040         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10041         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10042         alternatives of translit over the alphabet.
10043         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10044
10045 2005-08-24  Simon Josefsson  <jas@extundo.com>
10046
10047         * tests/test-getpass.c: New file.
10048
10049 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10050
10051         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10052         for GNU regex features.
10053
10054 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10055
10056         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10057         * lib/regex.h (regerror): Likewise.
10058
10059         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10060         requires this.  (The code never needed it.)
10061
10062         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10063         All uses of recently-renamed identifiers changed to use the new,
10064         POSIX-compliant names.  The code will build and run just fine
10065         without these changes, but it's better to eat our own dog food
10066         and use the standard-conforming names.
10067
10068         * lib/regex.h: Fix a multitude of POSIX name space violations.
10069         These changes have an effect only for programs that define
10070         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10071         do not change anything for programs compiled in the normal way.
10072         Also, there is no effect on the ABI.
10073
10074         (_REGEX_SOURCE): New macro.
10075         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10076         defined and _GNU_SOURCE is not; this fixes a name space violation.
10077
10078         Rename the following macros to obey POSIX requirements.
10079         The old names are still visible as macros if _REGEX_SOURCE is defined.
10080         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10081         RE_BACKSLASH_ESCAPE_IN_LISTS.
10082         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10083         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10084         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10085         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10086         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10087         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10088         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10089         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10090         (REG_INTERVALS): renamed from RE_INTERVALS.
10091         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10092         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10093         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10094         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10095         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10096         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10097         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10098         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10099         RE_UNMATCHED_RIGHT_PAREN_ORD.
10100         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10101         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10102         (REG_DEBUG): renamed from RE_DEBUG.
10103         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10104         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10105         unusual, since we can't clash with the POSIX REG_ICASE.
10106         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10107         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10108         (REG_NO_SUB): renamed from RE_NO_SUB.
10109         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10110         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10111         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10112         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10113         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10114         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10115         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10116         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10117         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10118         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10119         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10120         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10121         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10122         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10123         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10124         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10125         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10126         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10127         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10128         (REG_FIXED): Renamed from REGS_FIXED.
10129         (REG_NREGS): Renamed from RE_NREGS.
10130
10131         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10132         of other REG_* macros, since POSIX says the user is allowed to
10133         #undef these macros selectively.
10134
10135         (reg_errcode_t): Update comment stating what other tables need
10136         to be consistent.
10137
10138         Rename the following enum values to obey POSIX requirements.
10139         The old names are still visible as macros.
10140         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10141         is not defined, since GNU is supposed to be a superset of POSIX as
10142         much as possible, and since we want reg_errcode_t to be a signed
10143         type for implementation consistency.
10144         (_REG_NOERROR): Renamed from REG_NOERROR.
10145         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10146         (_REG_BADPAT): Renamed from REG_BADPAT.
10147         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10148         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10149         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10150         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10151         (_REG_EBRACK): Renamed from REG_EBRACK.
10152         (_REG_EPAREN): Renamed from REG_EPAREN.
10153         (_REG_EBRACE): Renamed from REG_EBRACE.
10154         (_REG_BADBR): Renamed from REG_BADBR.
10155         (_REG_ERANGE): Renamed from REG_ERANGE.
10156         (_REG_ESPACE): Renamed from REG_ESPACE.
10157         (_REG_BADRPT): Renamed from REG_BADRPT.
10158         (_REG_EEND): Renamed from REG_EEND.
10159         (_REG_ESIZE): Renamed from REG_ESIZE.
10160         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10161         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10162         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10163         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10164         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10165
10166         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10167         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10168         changed.  But support the old name if the new one is not defined
10169         and if _REGEX_SOURCE.
10170
10171         Change the following member names in struct re_pattern_buffer.
10172         The old names are still supported if !_REGEX_SOURCE.
10173         The new names are always supported, regardless of _REGEX_SOURCE.
10174         (re_buffer): Renamed from buffer.
10175         (re_allocated): Renamed from allocated.
10176         (re_used): Renamed from used.
10177         (re_syntax): Renamed from syntax.
10178         (re_fastmap): Renamed from fastmap.
10179         (re_translate): Renamed from translate.
10180         (re_can_be_null): Renamed from can_be_null.
10181         (re_regs_allocated): Renamed from regs_allocated.
10182         (re_fastmap_accurate): Renamed from fastmap_accurate.
10183         (re_no_sub): Renamed from no_sub.
10184         (re_not_bol): Renamed from not_bol.
10185         (re_not_eol): Renamed from not_eol.
10186         (re_newline_anchor): Renamed from newline_anchor.
10187
10188         Change the following member names in struct re_registers.
10189         The old names are still supported if !_REGEX_SOURCE.
10190         The new names are always supported, regardless of _REGEX_SOURCE.
10191         (rm_num_regs): Renamed from num_regs.
10192         (rm_start): Renamed from start.
10193         (rm_end): Renamed from end.
10194
10195         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10196         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10197         Prepend __ to parameter names.
10198
10199         Undo yesterday's changes.
10200
10201 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10202
10203         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10204         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10205         lib/regex.c.
10206
10207 2005-08-24  Jim Meyering  <jim@meyering.net>
10208
10209         Sync from coreutils.
10210         * m4/fcntl-safer.m4: New file.
10211
10212         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10213         and object files for this module.
10214
10215 2005-08-24  Jim Meyering  <jim@meyering.net>
10216
10217         Sync from coreutils.
10218         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10219
10220 2005-08-24  Jim Meyering  <jim@meyering.net>
10221
10222         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10223         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10224
10225 2005-08-24  Jim Meyering  <jim@meyering.net>
10226
10227         * modules/fcntl-safer: New module.
10228         * modules/fts (Depends-on): Add fcntl-safer.
10229         * MODULES.html.sh (File descriptor based Input/Output):
10230         Add fcntl-safer.
10231
10232 2005-08-24  Bruno Haible  <bruno@clisp.org>
10233
10234         Support for unit test modules.
10235         * modules/README: Mention tests modules.
10236         * modules/TEMPLATE-TESTS: New file.
10237         * gnulib-tool: New options --extract-tests-module, --with-tests and
10238         --tests-base (unused for the moment).
10239         (testsbase, inctests): New variables.
10240         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10241         (func_verify_module): Exclude TEMPLATE-TESTS.
10242         (func_verify_nontests_module, func_verify_tests_module): New functions.
10243         (func_get_dependencies): Add implicit dependency for tests modules.
10244         (func_get_tests_module): New function.
10245         (func_modules_transitive_closure): When --with-tests was specified,
10246         include the unit tests as well, unless explicitly avoided.
10247         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10248         (func_emit_tests_Makefile_am): New function.
10249         (func_create_testdir): When --with-tests was specified, emit a
10250         tests/ directory.
10251         * MODULES.html.sh (Future developments): Update.
10252
10253 2005-08-24  Bruno Haible  <bruno@clisp.org>
10254
10255         * modules/tls-tests: New file.
10256         * tests/test-tls.c: New file, from GNU gettext.
10257
10258 2005-08-24  Bruno Haible  <bruno@clisp.org>
10259
10260         * modules/lock-tests: New file.
10261         * tests/test-lock.c: New file, from GNU gettext.
10262
10263 2005-08-24  Bruno Haible  <bruno@clisp.org>
10264
10265         * lib/lock.h: Add multiple inclusion guard.
10266         * lib/tls.h: Add multiple inclusion guard.
10267
10268 2005-08-24  Bruno Haible  <bruno@clisp.org>
10269
10270         * gnulib-tool: Add support for the --aux-dir option to
10271         --create-testdir, --create-megatestdir, --test, --megatest.
10272         (func_create_testdir, func_create_megatestdir): Optionally emit a
10273         AC_CONFIG_AUX_DIR directive.
10274         (create-testdir, create-megatestdir, test, megatest): Provide a
10275         default value for $auxdir.
10276
10277 2005-08-24  Bruno Haible  <bruno@clisp.org>
10278
10279         * gnulib-tool (import): Use compound statement instead of subshell
10280         where possible.
10281
10282 2005-08-24  Bruno Haible  <bruno@clisp.org>
10283
10284         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10285
10286 2005-08-24  Bruno Haible  <bruno@clisp.org>
10287
10288         * gnulib-tool (func_version): Update.
10289
10290 2005-08-24  Bruno Haible  <bruno@clisp.org>
10291
10292         * gnulib-tool (func_import, func_create_testdir,
10293         func_create_megatestdir): Quote all autoconf macro arguments.
10294
10295 2005-08-24  Bruno Haible  <bruno@clisp.org>
10296
10297         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10298         option --force, because --force causes the aclocal.m4 of each
10299         subdirectory to be newer than the corresponding config.h.in.
10300
10301 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10302
10303         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10304         All contents moved to gl_REGEX.
10305         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10306         assume that it does.
10307
10308 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10309
10310         * lib/regex.h (REG_NOSYS)
10311         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10312         Define, since POSIX requires it as of 2001.
10313         (_REG_ENOSYS)
10314         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10315         New private symbol, used to keep the enum signed in all cases.
10316         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10317         Youngman in
10318         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10319
10320         * lib/regex_internal.c (re_string_skip_chars, register_state):
10321         (calc_state_hash):
10322         Remove forward decls; no longer needed now that we use prototypes.
10323         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10324         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10325         (clean_state_log_if_needed): Likewise.
10326
10327 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10328
10329         * config/srclist.txt: Add glibc bugs 1231-1233.
10330
10331 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10332
10333         Fix problems reported by Sam Steingold in
10334         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10335         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10336         assumed that reg_errcode_t is a signed type, which is not
10337         necessarily true if _XOPEN_SOURCE is not defined.
10338         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10339         since some compilers warn about it otherwise.
10340
10341 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10342
10343         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10344         (init_word_char, create_initial_state, duplicate_node_closure):
10345         (fetch_token, peek_token_bracket, build_range_exp):
10346         (build_collating_symbol): Remove forward decls; no longer needed
10347         now that we use prototypes.
10348
10349         * lib/regcomp.c:
10350         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10351         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10352         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10353         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10354         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10355         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10356         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10357         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10358         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10359         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10360         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10361         (build_charclass, build_charclass_op, fetch_number, create_tree):
10362         (create_token_tree, mark_opt_subexp, duplicate_tree):
10363         Use prototypes rather than old-style definitions.
10364
10365         * lib/regex_internal.c:
10366         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10367         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10368         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10369         (re_string_reconstruct, re_string_peek_byte_case):
10370         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10371         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10372         (re_node_set_init_copy, re_node_set_add_intersect):
10373         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10374         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10375         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10376         (re_acquire_state, re_acquire_state_context, register_state):
10377         (create_ci_newstate, create_cd_newstate, free_state):
10378         Likewise.
10379         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10380         re_search_2):
10381         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10382         (re_search_internal, prune_impossible_nodes):
10383         (acquire_init_state_context, check_matching, static):
10384         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10385         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10386         (update_regs, sift_states_backward, build_sifted_states):
10387         (clean_state_log_if_needed, merge_state_array):
10388         (update_cur_sifted_state, add_epsilon_src_nodes):
10389         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10390         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10391         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10392         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10393         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10394         (check_arrival, check_arrival_add_next_nodes):
10395         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10396         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10397         (check_node_accept_bytes, check_node_accept, extend_buffers):
10398         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10399         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10400         (sift_ctx_init):
10401         Likewise.
10402
10403         * lib/regex_internal.h:
10404         (re_string_allocate, re_string_construct, re_string_reconstruct):
10405         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10406         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10407         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10408         (re_string_context_at, re_string_peek_byte_case):
10409         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10410         is defined, since we now use prototypes always.
10411
10412         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10413         C89 or better.  All uses removed.
10414
10415 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * config/srclist.txt: Add glibc bugs 1220-1227.
10418
10419 2005-08-20  Jim Meyering  <jim@meyering.net>
10420
10421         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10422         of unused local, dfa.
10423
10424 2005-08-20  Bruno Haible  <bruno@clisp.org>
10425
10426         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10427
10428 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10429
10430         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10431         (re_node_set_insert_last, re_dfa_add_node):
10432         Rename local variables to avoid GCC shadowing warnings.
10433
10434 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10435
10436         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10437         [defined lint]: Suppress bogus uninitialized-variable warnings.
10438
10439         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10440         and let the caller return REG_ESPACE if out of space.  This
10441         removes an uninitialied-variable warning with GCC 4.0.1, and also
10442         avoids taking the address of a local variable.  All callers
10443         changed.
10444
10445 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10446
10447         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10448         $LIBCSRC/posix/regexec.c.
10449         Add glibc bug 1217 for regcomp.c.
10450
10451 2005-08-19  Jim Meyering  <jim@meyering.net>
10452
10453         * lib/regexec.c (proceed_next_node): Redo local variables to
10454         avoid GCC shadowing warnings.
10455
10456 2005-08-18  Bruno Haible  <bruno@clisp.org>
10457
10458         * lib/strstr.c (strstr): Fix return value in multibyte case.
10459         * lib/strcasestr.c (strcasestr): Likewise.
10460
10461 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10462
10463         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10464
10465 2005-08-17  Jim Meyering  <jim@meyering.net>
10466
10467         Make the %s format (seconds since the epoch) work for a negative
10468         number and when used with a zero-padded field width, e.g. %015s.
10469
10470         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10471         label so that it precedes the code to set `digits'.  Otherwise,
10472         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10473         print `00-22'.  Now, it prints `-0022', as it should.
10474
10475 2005-08-17  Bruno Haible  <bruno@clisp.org>
10476
10477         * modules/strstr (Files): Add m4/mbrtowc.m4.
10478         (Depends-on): Add mbuiter.
10479
10480 2005-08-17  Bruno Haible  <bruno@clisp.org>
10481
10482         * modules/strcasestr: New file.
10483         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10484         strcasestr.
10485
10486 2005-08-17  Bruno Haible  <bruno@clisp.org>
10487
10488         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10489
10490 2005-08-17  Bruno Haible  <bruno@clisp.org>
10491
10492         * modules/mbuiter: New file.
10493         * MODULES.html.sh (Extended multibyte and wide character utilities):
10494         Add mbuiter.
10495
10496 2005-08-17  Bruno Haible  <bruno@clisp.org>
10497
10498         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10499         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10500
10501 2005-08-17  Bruno Haible  <bruno@clisp.org>
10502
10503         * m4/strcasestr.m4: New file.
10504
10505 2005-08-17  Bruno Haible  <bruno@clisp.org>
10506
10507         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10508         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10509
10510 2005-08-17  Bruno Haible  <bruno@clisp.org>
10511
10512         * lib/strcasestr.h: New file.
10513         * lib/strcasestr.c: New file.
10514
10515 2005-08-17  Bruno Haible  <bruno@clisp.org>
10516
10517         * lib/strcasecmp.c: Use mbuiter.h.
10518
10519 2005-08-17  Bruno Haible  <bruno@clisp.org>
10520
10521         * lib/mbuiter.h: New file.
10522
10523 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10524
10525         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10526         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10527         and gl_GETOPT are both invoked via different paths (as happens
10528         with GNU tar CVS because it uses both argp and getopt), the former
10529         wins.
10530
10531 2005-08-16  Bruno Haible  <bruno@clisp.org>
10532
10533         * modules/tls: New file.
10534         * MODULES.html.sh (Multithreading): Add tls.
10535
10536 2005-08-16  Bruno Haible  <bruno@clisp.org>
10537
10538         * modules/strnlen1: New file.
10539         * MODULES.html.sh (String handling): Add strnlen1.
10540
10541 2005-08-16  Bruno Haible  <bruno@clisp.org>
10542
10543         * modules/strcase (Files): Add m4/mbrtowc.m4.
10544         (Depends-on): Add strnlen1, mbchar.
10545
10546 2005-08-16  Bruno Haible  <bruno@clisp.org>
10547
10548         * modules/mbiter: New file.
10549         * MODULES.html.sh (Extended multibyte and wide character utilities):
10550         Add mbiter.
10551
10552 2005-08-16  Bruno Haible  <bruno@clisp.org>
10553
10554         * modules/mbfile: New file.
10555         * MODULES.html.sh (Extended multibyte and wide character utilities):
10556         Add mbfile.
10557
10558 2005-08-16  Bruno Haible  <bruno@clisp.org>
10559
10560         * modules/mbchar: New file.
10561         * MODULES.html.sh (Extended multibyte and wide character utilities):
10562         New section.
10563
10564 2005-08-16  Bruno Haible  <bruno@clisp.org>
10565
10566         * m4/tls.m4: New file, from GNU gettext.
10567
10568 2005-08-16  Bruno Haible  <bruno@clisp.org>
10569
10570         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10571         always.
10572         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10573
10574 2005-08-16  Bruno Haible  <bruno@clisp.org>
10575
10576         * m4/mbiter.m4: New file.
10577
10578 2005-08-16  Bruno Haible  <bruno@clisp.org>
10579
10580         * m4/mbfile.m4: New file.
10581
10582 2005-08-16  Bruno Haible  <bruno@clisp.org>
10583
10584         * m4/mbchar.m4: New file.
10585
10586 2005-08-16  Bruno Haible  <bruno@clisp.org>
10587
10588         * lib/tls.h: New file, from GNU gettext.
10589         * lib/tls.c: New file, from GNU gettext.
10590
10591 2005-08-16  Bruno Haible  <bruno@clisp.org>
10592
10593         * lib/strnlen1.h: New file.
10594         * lib/strnlen1.c: New file.
10595
10596 2005-08-16  Bruno Haible  <bruno@clisp.org>
10597
10598         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10599         (mbi_init): Update.
10600         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10601         NUL byte, not after it.
10602
10603 2005-08-16  Bruno Haible  <bruno@clisp.org>
10604
10605         * lib/strcase.h (strcasecmp): Add note in comments.
10606         * lib/strncasecmp.c: Use code from strcasecmp.c.
10607         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10608         (strcasecmp): Work correctly in multibyte locales.
10609
10610 2005-08-16  Bruno Haible  <bruno@clisp.org>
10611
10612         * lib/mbiter.h: New file.
10613
10614 2005-08-16  Bruno Haible  <bruno@clisp.org>
10615
10616         * lib/mbfile.h: New file.
10617
10618 2005-08-16  Bruno Haible  <bruno@clisp.org>
10619
10620         * lib/mbchar.h: New file.
10621         * lib/mbchar.c: New file.
10622
10623 2005-08-16  Bruno Haible  <bruno@clisp.org>
10624
10625         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10626         the valid ones. Makes the comparison operations transitive:
10627         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10628         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10629
10630 2005-08-15  Simon Josefsson  <jas@extundo.com>
10631
10632         * modules/ssize_t (License): Change to 'unlimited'.
10633
10634         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10635
10636 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10637
10638         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10639         Add comments for each pending glibc patch.
10640
10641 2005-08-15  Bruno Haible  <bruno@clisp.org>
10642
10643         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10644         __cplusplus is defined.
10645
10646 2005-08-14  Jim Meyering  <jim@meyering.net>
10647
10648         Sync from coreutils.
10649
10650         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10651         Use the hash-table-based cycle-detection code not just when
10652         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10653         Reported by James Youngman in
10654         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10655         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10656         FTS_TIGHT_CYCLE_CHECK.
10657         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10658         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10659         once again.
10660         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10661         * lib/fts.c (fd_safer): Remove decl.
10662         Include fcntl--.h rather than unistd-safer.h
10663         (fts_safe_changedir): Don't call fd_safer; no longer needed
10664         now that we include fcntl--.h.
10665
10666 2005-08-12  Simon Josefsson  <jas@extundo.com>
10667
10668         * modules/getndelim2: Use ssize_t module.
10669         * modules/getnline: Likewise.
10670         * modules/safe-read: Likewise.
10671         * modules/xreadlink: Likewise.
10672
10673         * modules/ssize_t: New file.
10674
10675 2005-08-12  Simon Josefsson  <jas@extundo.com>
10676
10677         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10678
10679 2005-08-12  Simon Josefsson  <jas@extundo.com>
10680
10681         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10682         ssize_t.
10683
10684 2005-08-12  Simon Josefsson  <jas@extundo.com>
10685
10686         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10687         readline, getdelim and check_version.
10688         (Support for systems lacking ISO C 99: Sizes of integer types):
10689         Add size_max.
10690
10691 2005-08-12  Bruno Haible  <bruno@clisp.org>
10692
10693         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
10694
10695 2005-08-11  Simon Josefsson  <jas@extundo.com>
10696
10697         * modules/readline: New file.
10698
10699         * modules/strnlen (Files): Add strnlen.h.
10700
10701 2005-08-11  Simon Josefsson  <jas@extundo.com>
10702
10703         * m4/readline.m4: New file.
10704
10705 2005-08-11  Simon Josefsson  <jas@extundo.com>
10706
10707         * lib/readline.h, readline.c: New file.
10708
10709 2005-08-11  Simon Josefsson  <jas@extundo.com>
10710
10711         * doc/gnulib.texi (Initial import, Finishing touches): Mention
10712         gl_AVOID.
10713
10714 2005-08-11  Bruno Haible  <bruno@clisp.org>
10715
10716         * lib/strnlen.h (strnlen): Change parameter name to match comment.
10717
10718 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
10719
10720         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
10721
10722 2005-08-10  Simon Josefsson  <jas@extundo.com>
10723
10724         * tests/test-iconvme.c: New file.
10725
10726 2005-08-10  Simon Josefsson  <jas@extundo.com>
10727
10728         * m4/strnlen.m4: New file.
10729
10730         * m4/strndup.m4: Don't check for strnlen declaration, done in
10731         strnlen.m4.
10732
10733 2005-08-10  Simon Josefsson  <jas@extundo.com>
10734
10735         * lib/strndup.c: Use strnlen.h.
10736
10737         * lib/strnlen.h: New file.
10738
10739 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10740
10741         * README: Typos.
10742
10743 2005-08-02  Simon Josefsson  <jas@extundo.com>
10744
10745         * modules/readline: New file.
10746
10747 2005-08-02  Simon Josefsson  <jas@extundo.com>
10748
10749         * modules/getdelim: New file.
10750
10751         * modules/getline: Rewrite, don't use getndelim2.
10752
10753 2005-08-02  Simon Josefsson  <jas@extundo.com>
10754
10755         * m4/getline.m4: Separate out getdelim stuff into separate module.
10756
10757         * m4/getdelim.m4: New file.
10758
10759 2005-08-02  Simon Josefsson  <jas@extundo.com>
10760
10761         * lib/getline.h, getline.c: Rewrite.
10762
10763         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
10764
10765 2005-07-31  Bruno Haible  <bruno@clisp.org>
10766
10767         * lib/lock.h (gl_lock_initializer): New macro.
10768         (gl_lock_define_initialized): Use it.
10769         (gl_rwlock_initializer): New macro.
10770         (gl_rwlock_define_initialized): Use it.
10771         (gl_recursive_lock_initializer): New macro.
10772         (gl_recursive_lock_define_initialized): Use it.
10773
10774 2005-07-30  Karl Berry  <karl@gnu.org>
10775
10776         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
10777         Report from Ben Pfaff, regarding getopt.
10778
10779 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
10780
10781         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
10782         normal way.
10783         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
10784         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
10785         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
10786         (gl_GETOPT): Use the new macros.  Most of the implementation
10787         is moved to the new macros.  This is for programs like Emacs
10788         that don't want all the functionality of gl_GETOPT.
10789
10790 2005-07-26  Bruno Haible  <bruno@clisp.org>
10791
10792         * m4/lock.m4: Update from GNU gettext.
10793
10794 2005-07-26  Bruno Haible  <bruno@clisp.org>
10795
10796         * lib/lock.h: Update from GNU gettext.
10797         * lib/lock.c: Update from GNU gettext.
10798
10799 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10800
10801         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
10802         obsolescent AC_TRY_RUN.  Include the default includes files, for
10803         'exit'.
10804
10805 2005-07-24  Bruno Haible  <bruno@clisp.org>
10806
10807         * modules/visibility: New file.
10808         * MODULES.html.sh (Misc): Add visibility.
10809
10810 2005-07-24  Bruno Haible  <bruno@clisp.org>
10811
10812         * m4/visibility.m4: New file.
10813
10814 2005-07-24  Bruno Haible  <bruno@clisp.org>
10815
10816         * doc/visibility.texi: New file.
10817
10818 2005-07-22  Bruno Haible  <bruno@clisp.org>
10819
10820         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
10821         $(ALLOCA_H), redundant through BUILT_SOURCES.
10822         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
10823         redundant through BUILT_SOURCES.
10824         * modules/byteswap (Makefile.am): Remove explicit dependency on
10825         $(BYTESWAP_H), redundant through BUILT_SOURCES.
10826         * modules/fnmatch (Makefile.am): Remove explicit dependency on
10827         $(FNMATCH_H), redundant through BUILT_SOURCES.
10828         * modules/getopt (Makefile.am): Remove explicit dependency on
10829         $(GETOPT_H), redundant through BUILT_SOURCES.
10830         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
10831         redundant through BUILT_SOURCES.
10832         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
10833         redundant through BUILT_SOURCES.
10834         * modules/stdbool (Makefile.am): Remove explicit dependency on
10835         $(STDBOOL_H), redundant through BUILT_SOURCES.
10836         * modules/stdint (Makefile.am): Remove explicit dependency on
10837         $(STDINT_H), redundant through BUILT_SOURCES.
10838         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
10839         Remove explicit dependency on $(SYSEXITS_H).
10840         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
10841
10842 2005-07-18  Simon Josefsson  <jas@extundo.com>
10843
10844         * lib/check-version.c (check_version): Accept identical versions too.
10845
10846 2005-07-18  Bruno Haible  <bruno@clisp.org>
10847
10848         * modules/lock: New file.
10849         * MODULES.html.sh (Multithreading): New section.
10850
10851 2005-07-18  Bruno Haible  <bruno@clisp.org>
10852
10853         * m4/lock.m4: New file, from GNU gettext.
10854
10855 2005-07-18  Bruno Haible  <bruno@clisp.org>
10856
10857         * lib/lock.h: New file, from GNU gettext.
10858         * lib/lock.c: New file, from GNU gettext.
10859
10860 2005-07-18  Bruno Haible  <bruno@clisp.org>
10861
10862         * lib/lock.h (gl_once_t): New type.
10863         (gl_once_define, gl_once): New macros.
10864         * lib/lock.c (fresh_once): New variable.
10865         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
10866         functions.
10867
10868 2005-07-16  Simon Josefsson  <jas@extundo.com>
10869
10870         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
10871         workaround, suggested by Bruno.
10872
10873 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10874
10875         * modules/xalloc (Depends-on): Add xalloc-die.
10876         * modules/xvasprintf (Depends-on): Add xalloc-die.
10877
10878 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10879
10880         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
10881         with a minor change.
10882
10883 2005-07-15  Bruno Haible  <bruno@clisp.org>
10884
10885         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
10886         When using lib/poll.c, define poll as rpl_poll.
10887
10888 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
10889
10890         * modules/argp (Depends-on): Remove unlocked-io.
10891
10892 2005-07-14  Derek Price  <derek@ximbiot.com>
10893
10894         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
10895         for glob symlink bug.
10896
10897 2005-07-14  Bruno Haible  <bruno@clisp.org>
10898
10899         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
10900         Instead, test for *_unlocked function declarations directly.
10901
10902 2005-07-11  Simon Josefsson  <jas@extundo.com>
10903
10904         * modules/size_max: New file.
10905
10906         * modules/xsize: Depend on size_max module for size_max.m4.
10907
10908 2005-07-11  Simon Josefsson  <jas@extundo.com>
10909
10910         * lib/size_max.h: New file.
10911
10912 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
10915         copyright symbol and the year.
10916         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
10917         (version_etc_va): Use parameterized copyright notice.
10918         Reword to conform to the current GNU coding standards.
10919
10920 2005-07-11  Karl Berry  <karl@gnu.org>
10921
10922         * doc/gnulib.texi (Quoting): new node.
10923         (Initial import): more info, from Patrice.
10924
10925 2005-07-11  Bruno Haible  <bruno@clisp.org>
10926
10927         * gnulib-tool (func_usage): Document option --avoid.
10928         (Command line options): Handle --avoid.
10929         (func_acceptable): New function.
10930         (func_modules_transitive_closure): Use it.
10931
10932 2005-07-11  Bruno Haible  <bruno@clisp.org>
10933
10934         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
10935         Reported by Jim Meyering.
10936
10937 2005-07-10  Bruno Haible  <bruno@clisp.org>
10938
10939         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
10940         Needed when size_t is smaller than 'unsigned int'.
10941         Reported by Paul Eggert.
10942
10943 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10944
10945         * modules/argp (Depends-on): Add unlocked-io
10946
10947 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10948
10949         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
10950         block of defines.
10951
10952 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10953
10954         * config/srclist.txt: Comment out regcomp.c, since we have a porting
10955         fix now.
10956
10957 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
10958         and Paul Eggert  <eggert@cs.ucla.edu>
10959
10960         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
10961         in wint_t, not wchar_t.  Remove now-unnecessary cast.
10962
10963 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10964
10965         * modules/regex (Files): Add lib/regex_internal.c,
10966         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
10967         (Depends-on): Add extensions.
10968         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
10969
10970 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10971
10972         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
10973         pathconf.
10974         * m4/same.m4 (gl_SAME): Likewise.
10975         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
10976
10977         * m4/regex.m4: Adjust to new libc regex implementation.
10978         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
10979         all the .c and .h parts of (the new) regex.
10980         Quote the m4 stuff better.
10981         Check for RE_ICASE bug of old gnulib.
10982         Check for REG_STARTEND of recent libc.
10983         Rename local variables from jm_* to gl_*.
10984         Quote operand of "test -f".
10985         Say "recent enough" version of libc, not "version 2".
10986         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
10987         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
10988         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
10989         Remove check for btowc, isascii.
10990         Require AM_LANGINFO_CODESET.
10991
10992 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10993
10994         * lib/regex.c, regex.h: Sync from libc.
10995         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
10996         * lib/regexec.c:
10997         New files, synced from libc, except that regex_internal.h
10998         currently has a small porting fix.
10999
11000 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11003         regex_internal.c, regexec.c.
11004         Add regex_internal.h too, but as a comment, since the libc version
11005         is currently broken in gnulib mode.
11006
11007 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11008
11009         Support programs like Emacs that use gnulib but not gettext.
11010         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11011         * modules/gettext-h: New file.
11012         * modules/gettext (Files): Remove lib/gettext.h.
11013         (Depends-on): Add gettext-h.
11014         (Makefile.am): Remove lib_SOURCES.
11015         * modules/argmatch, modules/c-stack, modules/closeout:
11016         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11017         * modules/execute, modules/file-type, modules/getaddrinfo:
11018         * modules/getopt, modules/human, modules/javacomp:
11019         * modules/javaexec, modules/mkdir-p, modules/obstack:
11020         * modules/openat, modules/pagealign_alloc, modules/pipe:
11021         * modules/quotearg, modules/regex, modules/rpmatch:
11022         * modules/unicodeio, modules/userspec, modules/version-etc:
11023         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11024         * modules/xsetenv:
11025         Depend on gettext-h, not gettext.
11026
11027 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11028
11029         * gnulib-tool (func_import): Add support for 'public domain' license.
11030         * modules/alloca, modules/atexit, modules/memmove:
11031         Now public domain, not GPL.
11032         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11033         * modules/realloc, modules/strerror, modules/strtod:
11034         Now LGPL, not GPL.
11035
11036 2005-07-05  Bruno Haible  <bruno@clisp.org>
11037
11038         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11039         autoconf CVS. Needed for mingw.
11040
11041 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11042
11043         Remove the dependency of the strftime module on the tzset module.
11044         * modules/strftime (Depends-on): Remove dependency on tzset.
11045
11046 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11047
11048         Remove the dependency of the strftime module on the tzset module.
11049         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11050         gl_FUNC_TZSET_CLOBBER.
11051
11052 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11053
11054         Remove the dependency of the strftime module on the tzset module.
11055         * lib/strftime.c (my_strftime)
11056         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11057         Copy the input structure, to work around some of the bug with
11058         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11059         Solaris releases, you should also use the tzset module, but we won't
11060         require it as a dependency any more since we don't want LGPLed code
11061         to depend on GPLed code.
11062
11063 2005-07-02  Jim Meyering  <jim@meyering.net>
11064
11065         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11066         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11067         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11068         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11069
11070 2005-07-02  Jim Meyering  <jim@meyering.net>
11071
11072         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11073
11074 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11075
11076         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11077         declares only 'struct timespec;' (!).
11078
11079 2005-07-01  Jim Meyering  <jim@meyering.net>
11080
11081         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11082         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11083         * lib/save-cwd.c, tempname.c:
11084         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11085         and don't include <sys/file.h>).
11086
11087 2005-06-29  Jim Meyering  <jim@meyering.net>
11088
11089         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11090         type name.  Use the variable name instead.
11091         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11092         Likewise.
11093
11094 2005-06-28  Simon Josefsson  <jas@extundo.com>
11095
11096         * modules/check-version (Files): Add check-version.m4.
11097
11098 2005-06-28  Simon Josefsson  <jas@extundo.com>
11099
11100         * m4/check-version.m4: New file, suggested by Jim Meyering
11101         <jim@meyering.net>.
11102
11103 2005-06-28  Simon Josefsson  <jas@extundo.com>
11104
11105         * lib/check-version.h, lib/check-version.c: New files.
11106
11107 2005-06-28  Simon Josefsson  <jas@extundo.com>
11108
11109         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11110         collision with global variable.  Better indentation.  Don't
11111         increment buffer pointer beyond buffer end.  Based on comments
11112         from Paul Eggert <eggert@cs.ucla.edu>.
11113
11114         * lib/base64.h: Indent.
11115
11116 2005-06-28  Simon Josefsson  <jas@extundo.com>
11117
11118         * doc/gnulib.texi (Library version handling): New section.
11119
11120 2005-06-28  Jim Meyering  <jim@meyering.net>
11121
11122         * check-module (find_included_lib_files): Hard-code another
11123         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11124         but modules/fts-lgpl (correctly) does not list those files.
11125
11126         * modules/canonicalize (Files): Add lib/pathmax.h.
11127
11128 2005-06-25  Simon Josefsson  <jas@extundo.com>
11129
11130         * modules/check-version: New file.
11131
11132 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11133
11134         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11135         initializer of struct addrinfo, as an indication that we don't
11136         care how many members the structure has.
11137
11138 2005-06-24  Derek Price  <derek@ximbiot.com>
11139         and Bruno Haible  <bruno@clisp.org>
11140
11141         Remove stat module & update lstat.
11142         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11143         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11144         * m4/stat.m4: Remove this file.
11145
11146 2005-06-24  Derek Price  <derek@ximbiot.com>
11147         and Bruno Haible  <bruno@clisp.org>
11148
11149         Remove stat module & update lstat.
11150         * lib/stat.c: Remove this file...
11151         (slash_aware_lstat): ...moving this content and its support...
11152         * lib/lstat.c (rpl_lstat): ...into here.
11153         * lib/lstat.h: New file.
11154
11155 2005-06-24  Derek Price  <derek@ximbiot.com>
11156         and Bruno Haible  <bruno@clisp.org>
11157
11158         Remove stat module & update lstat.
11159         * config/srclist.txt (libc sources): Remove stat.
11160
11161 2005-06-24  Derek Price  <derek@ximbiot.com>
11162         and Bruno Haible  <bruno@clisp.org>
11163
11164         Remove stat module & update lstat.
11165         * MODULES.html.sh (stat): Remove.
11166         * MODULES.html: Regenerated.
11167         * modules/lstat (Description): Correct function name.
11168         (Files): Add "lstat.h".
11169         (Depends-on): Remove stat, add xalloc, stat-macros.
11170         * modules/stat: Remove this file.
11171         (Include): Add "lstat.h", remove <sys/stat.h>.
11172
11173 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11176         (ranged_convert): Don't save conversion in a temporary struct.
11177         This causes a warning with GCC 4.0.0, and anyway in the typical
11178         case it's not worth the extra 100 bytes or so of code.
11179         (ranged_convert, __mktime_internal): When calling a function via a
11180         pointer P, use P () rather than (*P) (), as we now assume C89 or
11181         better.
11182
11183 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11186         "who -r" failed to give output.  Problem reported by Tim Waugh.
11187
11188         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11189         (xcalloc): Use it to avoid needless tests.
11190         Problem reported by Jim Meyering.
11191
11192 2005-06-20  Derek Price  <derek@ximbiot.com>
11193
11194         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11195         unnecessary for Autoconfs > 2.59c.
11196
11197 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11198
11199         * lib/argp.h (__option_is_short): Check upper limit of
11200         __key. Isprint() requires its argument to have the value
11201         of an unsigned char or EOF.
11202
11203 2005-06-16  Jim Meyering  <jim@meyering.net>
11204
11205         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11206         when either N or S is zero.
11207
11208 2005-06-16  Derek Price  <derek@ximbiot.com>
11209
11210         * m4/bison.m4: Declare YACC & YFLAGS precious.
11211
11212 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11213
11214         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11215         multibyte string or pattern, fall back on unibyte matching.
11216         Problem reported by James Youngman.
11217
11218 2005-06-08  Bruno Haible  <bruno@clisp.org>
11219
11220         * modules/csharpcomp: New file.
11221         * MODULES.html.sh (C#): Add csharpcomp.
11222
11223 2005-06-08  Bruno Haible  <bruno@clisp.org>
11224
11225         * m4/csharpcomp.m4: New file, from GNU gettext.
11226
11227 2005-06-08  Bruno Haible  <bruno@clisp.org>
11228
11229         * lib/csharpcomp.h: New file, from GNU gettext.
11230         * lib/csharpcomp.c: New file, from GNU gettext.
11231         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11232
11233 2005-06-08  Bruno Haible  <bruno@clisp.org>
11234
11235         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11236         warning on mingw.
11237
11238 2005-06-07  Derek Price  <derek@ximbiot.com>
11239
11240         Sync from CVS.
11241         * lib/glob_.h: Indent nested #ifdef.
11242
11243 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11244
11245         Sync from coreutils.
11246         Use "file name" when talking about file names, instead of "filename"
11247         or "path", as per the GNU coding standards.
11248         * lib/mkdir-p.c: Renamed from makepath.c.
11249         (make_dir_parents): Renamed from make_path.  All callers changed.
11250         * lib/mkdir-p.h: Likewise.  All includers changed.
11251         * lib/filenamecat.c: Renamed from path-concat.c.
11252         (file_name_concat): Renamed from path_concat.  All callers changed.
11253         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11254         * lib/filenamecat.h: Likewise.  All includers changed.
11255         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11256         in comments or local variable names.
11257         * lib/basename.c: Likewise.
11258         * lib/canonicalize.c, canonicalize.h: Likewise.
11259         * lib/dirname.c, dirname.h: Likewise.
11260         * lib/euidaccess.c: Likewise.
11261         * lib/exclude.c: Likewise
11262         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11263         * lib/fsusage.c, fsuage.h: Likewise.
11264         * lib/fts.c, fts_.h: Likewise.
11265         * lib/getcwd.c: Likewise.
11266         * lib/getloadavg.c: Likewise.
11267         * lib/mkstemp.c: Likewise.
11268         * lib/mountlist.c, mountlist.h: Likewise.
11269         * lib/openat.c, openat.h: Likewise.
11270         * lib/readlink-stub.c: Likewise.
11271         * lib/readutmp.c, readutmp.h: Likewise.
11272         * lib/rename.c: Likewise.
11273         * lib/rmdir.c: Likewise.
11274         * lib/same.c: Likewise.
11275         * lib/savedir.c: Likewise.
11276         * lib/stripslash.c: Likewise.
11277         * lib/tempname.c: Likewise.
11278         * lib/xreadlink.c: Likewise.
11279         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11280         All uses changed.
11281         * lib/exclude.h: Likewise.
11282
11283         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11284         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11285         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11286         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11287         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11288         files have been getting away with it for years (MORE/BSD 4.3
11289         is extinct now).
11290         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11291         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11292
11293         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11294         Define to 256, not 255, as per modern POSIX.
11295
11296 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11297
11298         Sync from coreutils.
11299         Use "file name" when talking about file names, instead of "filename"
11300         or "path", as per the GNU coding standards.
11301         * MODULES.html.sh: mkdir-p renamed from makepath.
11302         filenamecat renamed from path-concat.
11303         * modules/filenamecat: Renamed from modules/path-concat.
11304         (Files): filenamecat.h and filenamecat.c renamed from
11305         path-concat.h and path-concat.c.
11306         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11307         (Include): filenamecat.h, not path-concat.h.
11308         * modules/mkdir-p: Renamed from modules/makepath.
11309         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11310         makepath.c.
11311         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11312         (Include): mkdir-p.h, not makepath.h.
11313
11314 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11315
11316         Sync from coreutils.
11317         * m4/mkdir-p.m4: Renamed from makepath.m4.
11318         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11319         Rename files from makepath.c to mkdir-p.c, and from
11320         makepath.h to mkdir-p.h.
11321         * m4/filenamecat.m4: Renamed from path-concat.m4.
11322         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11323         Rename files from path-concat.c to filenamecat.c,
11324         and from path-concat.h to filenamecat.h.
11325         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11326         "file name" in local variables or comments.
11327         * m4/rename.m4: Likewise.
11328
11329 2005-06-01  Bruno Haible  <bruno@clisp.org>
11330
11331         * modules/csharpexec: New file.
11332         * MODULES.html.sh (C#): New section.
11333
11334 2005-06-01  Bruno Haible  <bruno@clisp.org>
11335
11336         * m4/csharp.m4: New file, from GNU gettext.
11337         * m4/csharpexec.m4: New file, from GNU gettext.
11338
11339 2005-06-01  Bruno Haible  <bruno@clisp.org>
11340
11341         * lib/csharpexec.h: New file, from GNU gettext.
11342         * lib/csharpexec.c: New file, from GNU gettext.
11343         * lib/csharpexec.sh.in: New file, from GNU gettext.
11344
11345 2005-05-31  Derek Price  <derek@ximbiot.com>
11346             Paul Eggert  <eggert@cs.ucla.edu>
11347
11348         Sync from cvs.
11349         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11350
11351 2005-05-31  Derek Price  <derek@ximbiot.com>
11352             Paul Eggert  <eggert@cs.ucla.edu>
11353
11354         Sync from cvs.
11355         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11356
11357 2005-05-29  Derek Price  <derek@ximbiot.com>
11358
11359         * config/srclist.txt (glob_.h, glob.c): Add these files.
11360
11361 2005-05-29  Derek Price  <derek@ximbiot.com>
11362
11363         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11364         * modules/glob: New file.
11365         * modules/getlogin_r: Add link to POSIX spec in description.
11366
11367 2005-05-29  Derek Price  <derek@ximbiot.com>
11368             Paul Eggert  <eggert@cs.ucla.edu>
11369
11370         * m4/glob.m4: New file.
11371
11372 2005-05-29  Derek Price  <derek@ximbiot.com>
11373             Paul Eggert  <eggert@cs.ucla.edu>
11374
11375         * lib/glob_.h, lib/glob.c: New files.
11376
11377 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11378
11379         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11380         * modules/fts-lgpl (Depends-on): Remove gettext.
11381
11382 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11383
11384         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11385         and don't require gt_INTTYPES_PRI.
11386
11387 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11388
11389         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11390
11391         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11392         the configuration hassle isn't worth it.
11393         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11394         (LONGEST_MODIFIER, PRIuMAX): Remove.
11395
11396 2005-05-27  Bruno Haible  <bruno@clisp.org>
11397
11398         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11399
11400 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11401
11402         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11403         _POSIX_PTHREAD_SEMANTICS for Solaris.
11404
11405 2005-05-25  Derek Price  <derek@ximbiot.com>
11406
11407         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11408
11409 2005-05-25  Derek Price  <derek@ximbiot.com>
11410             Paul Eggert  <eggert@cs.ucla.edu>
11411
11412         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11413         * lib/getlogin_r.c, getlogin_r.h: New files.
11414
11415 2005-05-25  Bruno Haible  <bruno@clisp.org>
11416             Derek Price  <derek@ximbiot.com>
11417
11418         * lib/getlogin_r.h: Simplify API documentation.
11419
11420 2005-05-23  Derek Price  <derek@ximbiot.com>
11421
11422         * modules/minmax (Files): Add m4/minmax.m4.
11423         (configure.ac): Add gl_MINMAX.
11424
11425 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11426
11427         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11428         so that unistd-safer.h (GPL'ed code) need not be included.
11429
11430 2005-05-22  Bruno Haible  <bruno@clisp.org>
11431
11432         * m4/minmax.m4: New file.
11433         Based on a patch by Derek Price <derek@ximbiot.com>.
11434
11435 2005-05-22  Bruno Haible  <bruno@clisp.org>
11436
11437         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11438         (INT64_MIN): Fix definition.
11439         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11440
11441         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11442         NEED_SIGNED_INT_TYPES.
11443
11444         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11445         HAVE_SYSTEM_INTTYPES.
11446
11447 2005-05-22  Bruno Haible  <bruno@clisp.org>
11448
11449         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11450         Also include <sys/param.h> if it defines MIN, MAX.
11451         Based on a patch by Derek Price <derek@ximbiot.com>.
11452
11453 2005-05-21  Jim Meyering  <jim@meyering.net>
11454
11455         * modules/fts (Files): Add m4/inttypes-pri.m4.
11456         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11457
11458 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11459
11460         New fts module.
11461         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11462         (setup_dir, free_dir): New functions.
11463         (enter_dir, leave_dir): Define trivial
11464         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11465         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11466         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11467         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11468         Move to fts-cycle.c.
11469         (fts_open): Use setup_dir.
11470         (fts_close): Use free_dir.
11471         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11472         This adds a label and some gotos, but the alternatives were messier.
11473         Check for memory allocation failure when entering a dir.
11474         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11475         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11476         (FTS): New member fts_cycle, that is a union that contains the
11477         old active_dir_ht and cycle_state.  All uses changed to mention
11478         fts_cycle.ht and fts_cycle.state.
11479         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11480         fts.c, with the following changes:
11481         (setup_dir, free_dir): New functions.
11482         (enter_dir): Now returns bool.  Return true if successful, false
11483         if memory exhausted.  All callers changed.
11484         Do not bother partly cleaning up on
11485         memory allocation failure; that is free_dir's job.
11486         However, free ad if hash_insert fails, to avoid memory leak.
11487         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11488         fts->fts_options to see which union member to use.
11489
11490 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11491
11492         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11493         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11494
11495 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11496
11497         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11498
11499 2005-05-20  Jim Meyering  <jim@meyering.net>
11500
11501         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11502         Now a macro, to pacify GCC.
11503
11504 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11505
11506         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11507         of -1.
11508
11509 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11510
11511         * lib/chown.c (rpl_chown): Return -1 on failure.
11512
11513 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11514
11515         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11516         Don't check for stddef.h.
11517         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11518         don't use its results.
11519         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11520         since we include them unconditionally.  Don't require
11521         AM_STDBOOL_H, since stdbool is a prerequisite.
11522         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11523         since we assume C89 or better.
11524         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11525         as we don't use their results.
11526         Don't check for fchdir, memmove, memset, strrchr, as we use
11527         them unconditionally.
11528         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11529         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11530
11531 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11532
11533         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11534         Include <stddef.h> unconditionally, since we assume C89 now.
11535         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11536         * lib/fts.c: Include fts_.h first, to check interface.
11537         Do not include intprops.h; no longer needed.
11538         Include cycle-check.h and hash.h, since fts_.h no longer does.
11539         Remove unnecessary casts of closedir to void.
11540         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11541         decide whether to decrement nlinks.
11542         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11543         (FTS): Use struct hash_table * instead of Hash_table, so that
11544         we no longer need to include hash.h here.
11545
11546 2005-05-18  Jim Meyering  <jim@meyering.net>
11547
11548         * modules/dirfd (License): Change to LGPL.  Most of the code
11549         is already in the public domain.
11550
11551 2005-05-18  Jim Meyering  <jim@meyering.net>
11552
11553         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11554         Reported by Yoann Vandoorselaere.
11555
11556 2005-05-17  Jim Meyering  <jim@meyering.net>
11557
11558         * m4/fts.m4: New file, from coreutils.
11559
11560 2005-05-17  Jim Meyering  <jim@meyering.net>
11561
11562         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11563
11564 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11565
11566         Sync from coreutils.
11567         * m4/unlinkdir.m4: New file.
11568
11569 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11570
11571         Sync from coreutils.
11572         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11573         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11574         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11575         White space changes only.
11576         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11577         special.
11578         * lib/yesno.c: Include getline.h, not ctype.h.
11579         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11580         Use getline to remove arbitrary restriction on response length.
11581
11582 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11583
11584         * config/srclist-update: Spell out "Street" in FSF postal
11585         mail address; this is the style the FSF seems to prefer.
11586
11587         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11588         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11589         this updates FSF postal mail address.
11590
11591         Sync from coreutils.
11592         * modules/unlinkdir: New file.
11593         * modules/yesno (Depends-on): Add getline.
11594         * MODULES.html.sh (File system functions): Add unlinkdir.
11595
11596 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11597
11598         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11599         lib/strsep.h:
11600         Change the initial comment to refer to GPL, not LGPL.
11601         gnulib-tool will change it to LGPL as needed.
11602
11603         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11604         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11605         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11606         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11607         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11608         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11609         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11610         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11611         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11612         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11613         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11614         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11615         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11616         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11617         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11618         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11619         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11620         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11621         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11622         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11623         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11624         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11625         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11626         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11627         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11628         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11629         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11630         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11631         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11632         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11633         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11634         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11635         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11636         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11637         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11638         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11639         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11640         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11641         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11642         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11643         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11644         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11645         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11646         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11647         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11648         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11649         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11650         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11651         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11652         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11653         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11654         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11655         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11656         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11657         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11658         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11659         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11660         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11661         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11662         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11663         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11664         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11665         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11666         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11667         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11668         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11669         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11670         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11671         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11672         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11673         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11674         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11675         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11676         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11677         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11678         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11679         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11680         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11681         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11682         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11683         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11684         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11685         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11686         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11687         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11688         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11689         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11690         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11691         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11692         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11693         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
11694         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
11695         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
11696         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
11697         lib/yesno.c, lib/yesno.h:
11698         Update FSF postal mail address.
11699
11700 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11701
11702         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
11703         tests/test-memmem.c, tests/test-stpncpy.c:
11704         Update FSF postal mail address.
11705
11706 2005-05-13  Bruno Haible  <bruno@clisp.org>
11707
11708         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
11709         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
11710         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
11711         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
11712         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
11713         Add support for 64-bit integers in the MSVC compiler.
11714
11715 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11716
11717         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
11718
11719 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
11720
11721         * gnulib-tool (func_import): Sort and uniquify recommended includes.
11722
11723 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11724
11725         * doc/getdate.texi (General date syntax): Don't say that date
11726         date --iso-8601=ns generates acceptable dates; it doesn't yet.
11727         Problem reported by Nic Ferrier.
11728
11729 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11730
11731         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
11732         specified in ai_socktype. Fix invalid ai_protocol
11733         check. ai_protocol is usually set to 0 or depending on
11734         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
11735         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
11736         ai_socktype / ai_protocol in the returned addrinfo structure.
11737
11738 2005-05-10  Simon Josefsson  <jas@extundo.com>
11739
11740         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
11741         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11742
11743 2005-05-10  Karl Berry  <karl@gnu.org>
11744
11745         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
11746         (from http://www.gnu.org/licenses).
11747         * doc/COPYING.LIB: also rename to COPYING.LESSER.
11748         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
11749         fdl.texi suffices.
11750
11751 2005-05-10  Karl Berry  <karl@gnu.org>
11752
11753         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
11754         (COPYING.DOC): remove.
11755
11756         * config/srclist-update: new FSF address.
11757
11758 2005-05-10  Derek Price  <derek@ximbiot.com>
11759
11760         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
11761         possible.
11762
11763 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11764             Bruno Haible  <bruno@clisp.org>
11765
11766         * modules/inet_ntop: New file.
11767         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11768         inet_ntop.
11769
11770 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11771             Bruno Haible  <bruno@clisp.org>
11772
11773         * m4/inet_ntop.m4: New file.
11774
11775 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11776             Bruno Haible  <bruno@clisp.org>
11777
11778         * lib/inet_ntop.h: New file.
11779         * lib/inet_ntop.c: New file, from glibc with modifications.
11780
11781 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * modules/time_r (License): Change to LGPL.
11784         * modules/extensions (License): Change to LGPL.  Actually,
11785         the license is more permissive than that, but currently gnulib-tool
11786         doesn't know how to handle more-permissive licenses.
11787
11788         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
11789         Problem reported by Dave Love.
11790
11791 2005-05-08  Jim Meyering  <jim@meyering.net>
11792
11793         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
11794         blank.
11795
11796 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         * modules/argmatch (Depends-on): Add stdbool.
11799         * modules/backupfile (Depends-on): Likewise.
11800         * modules/chdir-long (Depends-on): Likewise.
11801         * modules/closeout (Depends-on): Likewise.
11802         * modules/cycle-check (Depends-on): Likewise.
11803         * modules/dirname (Depends-on): Likewise.
11804         * modules/fnmatch (Depends-on): Likewise.
11805         * modules/fsusage (Depends-on): Likewise.
11806         * modules/fwriteerror (Depends-on): Likewise.
11807         * modules/getcwd (Depends-on): Likewise.
11808         * modules/getloadavg (Depends-on): Likewise.
11809         * modules/hard-locale (Depends-on): Likewise.
11810         * modules/makepath (Depends-on): Likewise.
11811         * modules/mountlist (Depends-on): Likewise.
11812         * modules/nanosleep (Depends-on): Likewise.
11813         * modules/posixtm (Depends-on): Likewise.
11814         * modules/quotearg (Depends-on): Likewise.
11815         * modules/readtokens (Depends-on): Likewise.
11816         * modules/readtokens0 (Depends-on): Likewise.
11817         * modules/readutmp (Depends-on): Likewise.
11818         * modules/save-cwd (Depends-on): Likewise.
11819         * modules/strftime (Depends-on): Likewise.
11820         * modules/userspec (Depends-on): Likewise.
11821         * modules/utimecmp (Depends-on): Likewise.
11822         * modules/xgetcwd (Depends-on): Likewise.
11823         * modules/xnanosleep (Depends-on): Likewise.
11824         * modules/xstrtod (Depends-on): Likewise.
11825         * modules/yesno (Depends-on): Likewise.
11826
11827 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
11828
11829         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
11830         needless checks.
11831
11832 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11833
11834         Merge from coreutils.  Among other things,
11835         add bulletproofing for cases where stdin, stdout, or stderr are closed.
11836         * lib/fd-safer.c: New file.
11837         * lib/fcntl-safer.h, open-safer.c: Remove.
11838         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
11839         * lib/dup-safer.c: Include unistd-safer.h first.
11840         Don't include errno.h.
11841         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
11842         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
11843         * lib/file-type.c: Rely on file-type.h change.
11844         * lib/getloadavg.c: Include unistd-safer.h.
11845         (getloadavg): Use safer open.
11846         * lib/getusershell.c: Include "stdio-safer.h".
11847         (getusershell): Use safer fopen.
11848         * lib/long-options.c (long_options): Use NULL rather than 0.
11849         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
11850         'free'.
11851         * lib/modechange.c: Likewise.
11852         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
11853         (MODE_DONE): New constant.
11854         (struct mode_change): Remove 'next' member.
11855         (make_node_op_equals): New function; like the old one of the
11856         same name, except it allocates an array.
11857         (mode_compile, mode_create_from_ref): Use it.
11858         (mode_compile): Allocate result as an array, not a linked list.
11859         Parse octal string ourself, so that we catch mistakes like "+0".
11860         (mode_adjust): Arg is an array, not a linked list.
11861         * lib/modechange.c: Include stat-macros.h, xalloc.h.
11862         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
11863         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
11864         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
11865         Remove.  This is now stat-macros.h's job.
11866         (talloc): Remove.  All callers replaced by xalloc, so that
11867         our invokers don't have to worry about reporting memory failures.
11868         (make_node_op_equals): Remove.
11869         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11870         New constants.
11871         (struct mode_change): Moved here from modechange.h.
11872         (mode_append_entry): Remove.
11873         (mode_compile): Remove MASKED_OPS arg, since it encouraged
11874         apps to have incorrect behavior.  Use simpler algorithm for head
11875         and tail.  Don't futz with umask; that's now the job of mode_adjust.
11876         Detect more invalid usages rather than having somewhat-random behavior.
11877         Don't insert an "a=" action, as that leads to incorrect behavior.
11878         (mode_compile, mode_create_from_ref): Return NULL on error instead
11879         of an enum, since now there's only one way to have an error.  All
11880         callers changed.
11881         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
11882         at the correct time.  Simplify calculation of "+u" and its ilk.
11883         Don't mishandle "+X".
11884         (mode_free): Remove "register" and localize decls.
11885         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11886         (struct mode_change): Move to modechange.c; callers don't
11887         need to see this stuff.
11888         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
11889         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
11890         (mode_change, mode_adjust): Reflect the new signatures noted above.
11891         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
11892         that might redefine system include files.
11893         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
11894         (my_usleep): Use NULL rather than (void *) 0.
11895         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
11896         Use siginterrupt to specify that system calls should be interrupted.
11897         (rpl_nanosleep): Move initialization of suspended closer to call of
11898         my_usleep.
11899         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
11900         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
11901         (desirable_utmp_entry): New function.
11902         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
11903         using x2nrealloc, to simplify logic.
11904         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
11905         size calculation.  Do not assume utmp file is a regular file.
11906         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
11907         (READ_UTMP_CHECK_PIDS): New constant.
11908         * lib/save-cwd.c: Include unistd-safer.h.
11909         (save_cwd): Use fd_safer.
11910         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
11911         [!_LIBC] Include "stat-macros.h" instead.
11912         * lib/unistd-safer.h (fd_safer): New decl.
11913
11914 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11915
11916         * modules/getloadavg (Depends-on): Add unistd-safer.
11917         * modules/getusershell (Depends-on): Add stdio-safer.
11918         * modules/lstat (Depends-on): Remove xalloc.
11919         * modules/mkstemp (Depends-on): Add stat-macros.
11920         * modules/modechange (Depends-on): Remove xstrtol.
11921         Add stat-macros, xalloc.
11922         * modules/save-cwd (Depends-on): Add unistd-safer.
11923         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
11924         * modules/unistd-safer (Files): Add lib/fd-safer.c
11925         (Makefile.am): Remove lib_SOURCES.
11926
11927         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
11928         Remove fcntl-safer; unistd-safer supersedes it.
11929
11930 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11931
11932         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
11933         AC_HEADER_STAT.
11934         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
11935         (gl_PREREQ_CHOWN): Remove.
11936         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
11937         it.  Don't require AC_HEADER_STAT.
11938         (gl_PREREQ_LSTAT): Remove.
11939         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
11940         Don't require AC_HEADER_STAT.
11941         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
11942         (gl_PREREQ_RMDIR): Remove.
11943         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
11944         mention stat-macros.h or AC_HEADER_STAT, since we'll make
11945         the stat-macros module a prerequisite.
11946         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
11947         * m4/filemode.m4 (gl_FILEMODE): Likewise.
11948         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
11949         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
11950         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
11951         variable names.
11952         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
11953         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
11954         variable prefixes.
11955         * m4/fcntl-safer.m4: Remove.
11956         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
11957         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
11958         Invoke gl_PREREQ_FD_SAFER.
11959         (gl_PREREQ_FD_SAFER): New macro.
11960         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
11961         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
11962         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
11963         Remove duplicate call to AC_LIBOBJ(readutmp).
11964         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
11965
11966         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
11967         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
11968
11969 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11970
11971         * MODULES.html.sh (Misc): Add byteswap.
11972
11973 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11974
11975         * modules/getcwd (Depends-on): Add extensions.
11976         * modules/openat (Depends-on): Likewise.
11977
11978 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11979
11980         * modules/byteswap: New file.
11981
11982 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11983
11984         * m4/byteswap.m4: New file.
11985
11986 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11987
11988         * lib/byteswap_.h: New file.
11989
11990 2005-04-25  Karl Berry  <karl@gnu.org>
11991
11992         * m4/gettext.m4: Update from GNU gettext 0.14.4.
11993
11994 2005-04-25  Albert Chin  <china@thewrittenword.com>
11995
11996         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
11997         Toolkit C bug.
11998
11999 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12000
12001         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12002         (func_ln_if_changed) Remove forcibly for no error message
12003         in case file does not exist.
12004
12005 2005-04-19  Simon Josefsson  <jas@extundo.com>
12006
12007         * gnulib-tool (Options): Make --symlink mean --symbolic.
12008
12009 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12010
12011         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12012
12013 2005-04-16  Simon Josefsson  <jas@extundo.com>
12014
12015         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12016
12017 2005-04-15  Simon Josefsson  <jas@extundo.com>
12018
12019         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12020
12021 2005-04-15  Simon Josefsson  <jas@extundo.com>
12022
12023         * gnulib-tool: Rename --symlink to --symbolic.
12024
12025 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12026
12027         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12028         symbolic links to files instead of copying/moving.  Add --aux-dir,
12029         specifying directory relative --dir where auxiliary build tools
12030         are placed.
12031
12032 2005-04-14  Bruno Haible  <bruno@clisp.org>
12033
12034         * modules/allocsa (License): Change to LGPL.
12035         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12036
12037 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12038
12039         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12040         that "UTC +1 second" continues to work.  Problem reported
12041         by Dmitry V. Levin.
12042         (relunit_snumber): New rule.
12043         (relunit): Use it.
12044
12045 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12046
12047         * lib/getdate.y (universal_time_zone_table): New constant.
12048         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12049         universal_time_zone_table.
12050         (lookup_zone): Prefer universal_time_zone_table to
12051         local_time_zone_table, so that "GMT" time stamps are allowed in
12052         London during the summer.  Problem reported by Ian Abbott.
12053
12054 2005-04-12  Jim Meyering  <jim@meyering.net>
12055
12056         * lib/human.c (humblock): Set *options even when returning due to
12057         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12058         warning from gcc-4.
12059
12060 2005-04-09  Jim Meyering  <jim@meyering.net>
12061
12062         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12063         -Wuninitialized: initialize tm0.tm_year.
12064
12065 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12066
12067         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12068         count, since there's no maximum.  All uses changed.
12069         Add member dsts_seen.
12070         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12071         not being INT_MAX.
12072         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12073         Use pc_rels_seen to decide whther a date is absolute.
12074
12075         * lib/getdate.y (number): Don't overwrite year.
12076         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12077         check.
12078
12079 2005-04-02  Simon Josefsson  <jas@extundo.com>
12080
12081         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12082         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12083
12084 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12085
12086         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12087         where no absolute path name can be longer than PATH_MAX.
12088
12089 2005-03-27  Jim Meyering  <jim@meyering.net>
12090
12091         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12092
12093 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12094
12095         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12096         "one's complement" -> "ones' complement" in comment, as per Knuth.
12097         "value of type" -> "type or expression" in comment.
12098         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12099
12100 2005-03-26  Jim Meyering  <jim@meyering.net>
12101
12102         Comment nits.
12103         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12104         Correct typos: s/or/of/.
12105
12106 2005-03-26  Jim Meyering  <jim@meyering.net>
12107
12108         * modules/check-include-files: Move to ../ and rename to...
12109         * check-module: ...this.
12110
12111 2005-03-25  Jim Meyering  <jim@meyering.net>
12112
12113         * modules/xvasprintf (Files): Add xalloc.h.
12114
12115 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12116
12117         * modules/gettext (Files): config/config.rpath ->
12118         build-aux/config.rpath
12119         * modules/iconv (Files): Likewise.
12120         Problem reported by Oskar Liljeblad.
12121
12122 2005-03-23  Jim Meyering  <jim@meyering.net>
12123
12124         * modules/check-include-files: New script to check for
12125         missing dependencies, multiple includes, etc.
12126
12127         * modules/c-strtold (Depends-on): Add xalloc.
12128         * modules/c-strtod (Depends-on): Add xalloc.
12129         * modules/hash (Depends-on): Add xalloc.
12130         (Files): Remove lib/xalloc.h.
12131
12132         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12133         * modules/userspec (Files): Add lib/inttostr.h.
12134
12135 2005-03-23  Jim Meyering  <jim@meyering.net>
12136
12137         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12138
12139 2005-03-22  Jim Meyering  <jim@meyering.net>
12140
12141         * modules/stat-macros: New module.
12142         * modules/canonicalize, modules/euidaccess, modules/file-type,
12143         * modules/filemode, modules/lchown, modules/makepath,
12144         * modules/rmdir, modules/stat: Depend on new stat-macros module
12145         rather than listing lib/stat-macros.h manually.
12146         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12147
12148 2005-03-22  Jim Meyering  <jim@meyering.net>
12149
12150         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12151
12152 2005-03-22  Bruno Haible  <bruno@clisp.org>
12153
12154         * config/srclist.txt: Replace target directory 'config' with
12155         'build-aux'.
12156         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12157         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12158         ../build-aux/.
12159
12160 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12161
12162         * modules/chdir-long (Depends-on): Add mempcpy.
12163
12164         * modules/acl, modules/backupfile, modules/c-strtod,
12165         modules/c-strtold, modules/canon-host, modules/canonicalize,
12166         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12167         modules/exclude, modules/exitfail, modules/file-type,
12168         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12169         modules/getdate, modules/getline, modules/getpagesize,
12170         modules/getpass, modules/getugroups, modules/group-member,
12171         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12172         modules/inttostr, modules/long-options, modules/makepath,
12173         modules/md5, modules/memcasecmp, modules/memcoll,
12174         modules/modechange, modules/mountlist, modules/path-concat,
12175         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12176         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12177         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12178         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12179         modules/strftime, modules/strndup, modules/strverscmp,
12180         modules/timespec, modules/unlocked-io, modules/userspec,
12181         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12182         modules/yesno:
12183         Remove lib_SOURCES line from Makefile.am section, as this is now
12184         done automatically by the corresponding Autoconf macro.
12185
12186 2005-03-21  Jim Meyering  <jim@meyering.net>
12187
12188         Changes imported from coreutils.
12189
12190         * lib/cycle-check.c: Don't include xalloc.h.
12191
12192         * lib/path-concat.c: Don't include assert.h.
12193         (path_concat): Remove assertion that would have triggered
12194         for ABASE starting with more than one slash.
12195         Reported by Andreas Schwab.
12196
12197         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12198         properly when ABASE is an absolute file name.
12199         Correct the description of this function.
12200         Include <assert.h>.
12201         Add an assertion and a test driver.
12202         This fixes a bug introduced on 2004-07-02.
12203         Andreas Schwab reported the resulting failure of cp --parents:
12204         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12205
12206 2005-03-21  Jim Meyering  <jim@meyering.net>
12207
12208         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12209         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12210
12211 2005-03-21  Jim Meyering  <jim@meyering.net>
12212         and  Paul Eggert  <eggert@cs.ucla.edu>
12213
12214         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12215         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12216         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12217         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12218         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12219         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12220         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12221         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12222         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12223         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12224         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12225         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12226         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12227         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12228         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12229         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12230         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12231         for these modules.
12232
12233 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12234
12235         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12236         (which shouldn't happen), generate nothing instead of returning 0
12237         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12238
12239 2005-03-16  Bruno Haible  <bruno@clisp.org>
12240
12241         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12242         HAVE_LONGLONG_64BIT.
12243
12244 2005-03-16  Bruno Haible  <bruno@clisp.org>
12245
12246         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12247         HAVE_LONGLONG_64BIT.
12248
12249 2005-03-16  Bruno Haible  <bruno@clisp.org>
12250
12251         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12252         HAVE_LONGLONG_64BIT.
12253
12254 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12255
12256         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12257         reliably distinguish strftime failure from empty output on POSIX
12258         hosts.
12259
12260 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12261
12262         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12263         (iconv_string): Don't guess a size-zero buffer, as that might cause
12264         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12265         result would be 'too large', where 'too large' is (heuristically)
12266         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12267         overflow concerns.  This will prevent some unwanted malloc failures
12268         when the inputs are very large.
12269
12270 2005-03-15  Karl Berry  <karl@gnu.org>
12271
12272         * config/srclist.txt (config.rpath): from gettext.
12273         * config/config.rpath: update.
12274
12275 2005-03-15  Bruno Haible  <bruno@clisp.org>
12276
12277         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12278         to 'negate'.
12279
12280         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12281         variable.
12282
12283         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12284         results.
12285
12286 2005-03-14  Simon Josefsson  <jas@extundo.com>
12287
12288         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12289         <fx@gnu.org>.
12290
12291 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12292
12293         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12294         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12295         intprops.h.
12296         * lib/strtol.c: Likewise.
12297
12298 2005-03-14  Jim Meyering  <jim@meyering.net>
12299
12300         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12301         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12302         to be nonzero so that we (and caller) can detect the difference
12303         between a valid zero-length expansion and an error return, even
12304         when the underlying strftime fails before writing anything into
12305         that location.
12306
12307 2005-03-14  Bruno Haible  <bruno@clisp.org>
12308
12309         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12310         Update from GNU gettext 0.14.3.
12311
12312 2005-03-10  Jim Meyering  <jim@meyering.net>
12313
12314         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12315
12316 2005-03-10  Jim Meyering  <jim@meyering.net>
12317
12318         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12319         so that this module works on systems without fchdir.
12320
12321 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12322
12323         Factor int-properties macros into a single file, except for
12324         glibc-related files.
12325         * lib/intprops.h: New file.
12326         * lib/getloadavg.c: Include it instead of limits.h.
12327         (INT_STRLEN_BOUND): Remove.
12328         * lib/human.c: Include intprops.h.
12329         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12330         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12331         302/1000.
12332         * lib/inttostr.h: Include intprops.h instead of limits.h.
12333         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12334         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12335         for consistency with intprops.h.
12336         (time_t_is_integer, twos_complement_arithmetic): Use them.
12337         * lib/sig2str.h: Include <signal.h>, intprops.h.
12338         (INT_STRLEN_BOUND): Remove.
12339         * lib/strftime.c (TYPE_SIGNED): Remove.
12340         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12341         * lib/strtol.c: Adjust comments to match intprops.h.
12342         * lib/userspec.c: Include intprops.h.
12343         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12344         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12345         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12346         instead of rolling our own expressions.
12347         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12348
12349         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12350         instead of int.
12351         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12352         the right thing even if adding 1900 would overflow.  Similarly
12353         for tm_mon + 1 and tm_yday + 1.
12354         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12355         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12356         (DO_SIGNED_NUMBER): New macro.
12357         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12358
12359 2005-03-07  Bruno Haible  <bruno@clisp.org>
12360
12361         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12362
12363 2005-03-07  Bruno Haible  <bruno@clisp.org>
12364
12365         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12366
12367 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12368
12369         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12370         (func_import): Only replace files via --import when they have actually
12371         changed.
12372
12373 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12374
12375         * m4/mmap-anon.m4: New file.
12376         * m4/pagealign_alloc.m4: New file.
12377
12378 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12379             Bruno Haible  <bruno@clisp.org>
12380
12381         * modules/pagealign_alloc: New file.
12382         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12383
12384 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12385             Bruno Haible  <bruno@clisp.org>
12386
12387         * lib/pagealign_alloc.h: New file.
12388         * lib/pagealign_alloc.c: New file.
12389
12390 2005-03-03  Bruno Haible  <bruno@clisp.org>
12391
12392         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12393         Use an all-permissive copyright notice, recommended by RMS.
12394
12395 2005-03-02  Bruno Haible  <bruno@clisp.org>
12396
12397         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12398         of AIX, the replacement has to be done only after <string.h> is
12399         included, therefore not in config.h. stpncpy.h does the replacement,
12400         and stpncpy.c uses it.
12401
12402 2005-03-02  Bruno Haible  <bruno@clisp.org>
12403
12404         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12405         stpncpy.c uses it.
12406
12407 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12408
12409         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12410         The workaround isn't strictly needed for POSIX conformance, and
12411         it's too much of a pain to configure and maintain.  We'll ask
12412         people to fix their kernels instead.
12413         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12414         (NANOSLEEP_BUG_WORKAROUND): Remove.
12415         (xnanosleep): Remove the workaround.
12416
12417 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12418
12419         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12420         Reported by Derek Price.
12421         (Include): Add "timespec.h".
12422
12423         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12424
12425 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12426
12427         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12428         to detect nanosleep bug.
12429
12430 2005-03-01  Bruno Haible  <bruno@clisp.org>
12431
12432         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12433
12434 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12435
12436         * modules/gethrxtime: New file.
12437         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12438         (Depends-on): Add gethrxtime.
12439         (configure.ac): Add gl_XNANOSLEEP.
12440         (Makefile.am): Remove lib_SOURCES line.
12441
12442 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12443
12444         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12445         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12446
12447 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12448
12449         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12450         * lib/timespec.h (gettime): Return void, since it always
12451         succeeds now.  All uses changed.
12452         * lib/gettime.c (gettime) Likewise.
12453         [HAVE_NANOTIME]: Prefer nanotime.
12454         Assume gettimeofday succeeds, as POSIX requires.
12455         Assime time () succeeds, since other code already does.
12456         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12457         (timespec_subtract): Remove.
12458         (NANOSLEEP_BUG_WORKAROUND): New constant.
12459         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12460         things considerably.  Use it only on GNU/Linux hosts, since the
12461         workaround shouldn't be needed elsewhere.
12462
12463 2005-02-24  Bruno Haible  <bruno@clisp.org>
12464
12465         * modules/gettext (Files): Add m4/glibc2.m4.
12466
12467 2005-02-24  Bruno Haible  <bruno@clisp.org>
12468
12469         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12470         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12471         * m4/progtest.m4:
12472         Update from GNU gettext 0.14.2.
12473         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12474
12475 2005-02-24  Bruno Haible  <bruno@clisp.org>
12476
12477         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12478         * lib/config.charset: Update from GNU gettext 0.14.2.
12479
12480 2005-02-24  Bruno Haible  <bruno@clisp.org>
12481
12482         * lib/gettext.h: Update from GNU gettext 0.14.2.
12483
12484 2005-02-23  Simon Josefsson  <jas@extundo.com>
12485
12486         * m4/iconvme.m4: New file.
12487
12488 2005-02-23  Jim Meyering  <jim@meyering.net>
12489
12490         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12491         change.
12492         Thanks to Bruno Haible for catching it.
12493
12494 2005-02-22  Simon Josefsson  <jas@extundo.com>
12495
12496         * modules/iconvme: New file.
12497
12498         * MODULES.html.sh: Add iconvme.
12499
12500 2005-02-22  Simon Josefsson  <jas@extundo.com>
12501
12502         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12503
12504 2005-02-22  Simon Josefsson  <jas@extundo.com>
12505
12506         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12507
12508 2005-02-22  Jim Meyering  <jim@meyering.net>
12509
12510         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12511         s/ifndef/ifdef/.
12512
12513 2005-02-20  Neil Conway  <neilc@samurai.com>
12514
12515         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12516         returned by OSX/Darwin if the specified buffer is not large
12517         enough for the hostname.
12518
12519 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12520
12521         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12522         pass it to _help, otherwise the latter coredumps trying to
12523         dereference state.root_argp.
12524
12525 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12526
12527         * modules/chdir-long (Depends-on): Add memrchr.
12528         * modules/memrchr (Files): Add lib/memrchr.h.
12529         (Include): "memrchr.h".
12530
12531 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12532
12533         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12534
12535 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12536
12537         * lib/memrchr.h: New file.
12538         * lib/chdir-long.c: Include it.
12539         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12540         Don't bother including stddef.h.
12541
12542 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12543
12544         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12545         inclusion.
12546         Include <sys/types.h>, for dev_t.
12547         (ME_DUMMY, ME_REMOTE): Move from here....
12548         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12549         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12550         Dmitry V. Levin.
12551         Include mountlist.h first, to test the interface.
12552
12553 2005-01-29  Bruno Haible  <bruno@clisp.org>
12554
12555         * lib/progname.c (program_name): Initialize.
12556         Needed when linking statically on MacOS X.
12557
12558 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         Sync from coreutils.
12561         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12562         (Depends-on): Add c-strtod.
12563         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12564
12565 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12566
12567         Sync from coreutils.
12568         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12569
12570         Remove files that are specific to coreutils.
12571         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12572
12573 2005-01-28  Bruno Haible  <bruno@clisp.org>
12574
12575         * modules/javacomp: New file.
12576         * MODULES.html.sh (Java): Add javacomp.
12577
12578 2005-01-28  Bruno Haible  <bruno@clisp.org>
12579
12580         * m4/javacomp.m4: New file, from GNU gettext.
12581
12582 2005-01-28  Bruno Haible  <bruno@clisp.org>
12583
12584         * lib/javacomp.sh.in: New file, from GNU gettext.
12585         * lib/javacomp.h: New file, from GNU gettext.
12586         * lib/javacomp.c: New file, from GNU gettext.
12587
12588 2005-01-26  Simon Josefsson  <jas@extundo.com>
12589
12590         * lib/gai_strerror.c: Use GPL in header.
12591
12592 2005-01-26  Bruno Haible  <bruno@clisp.org>
12593
12594         * modules/javaexec: New file.
12595         * MODULES.html.sh (Java): Add javaexec.
12596
12597 2005-01-26  Bruno Haible  <bruno@clisp.org>
12598
12599         * m4/javaexec.m4: New file, from GNU gettext.
12600
12601 2005-01-26  Bruno Haible  <bruno@clisp.org>
12602
12603         * lib/javaexec.sh.in: New file, from GNU gettext.
12604         * lib/javaexec.h: New file, from GNU gettext.
12605         * lib/javaexec.c: New file, from GNU gettext.
12606
12607 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12608
12609         * modules/lchown (Depends-on): Remove lchown.h
12610
12611 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12612
12613         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12614         must be defined if the header file was not found, in order
12615         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12616
12617 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12618
12619         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12620         initializers for struct pentry_state.
12621         (__argp_error): Check return value of __asprintf
12622         (__argp_failure): Translate error message
12623
12624         * lib/argp-parse.c: Removed braces around the expansion of N_()
12625
12626 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12627
12628         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12629         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12630         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12631         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12632         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12633         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12634         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12635         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12636         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12637         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12638         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12639         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12640         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12641         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12642         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12643         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12644         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12645         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12646         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12647         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12648         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12649         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12650         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12651         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12652         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12653         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12654         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12655         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12656         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12657         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12658         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12659         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12660         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12661         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12662         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12663         Use an all-permissive copyright notice, recommended by RMS.
12664
12665 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12666
12667         * modules/chdir-long (Depends-on): Remove mempcpy.
12668
12669 2005-01-21  Jim Meyering  <jim@meyering.net>
12670
12671         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12672         same value as for Solaris 9.
12673
12674         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12675         component length.  This included changing the parameter to be
12676         of type `char *' rather than `char const *'.
12677         * lib/chdir-long.h (chdir_long): Update prototype.
12678
12679         * lib/openat.c (fdopendir, fstatat): New functions.
12680         * lib/openat.h: Include headers required for use of DIR and struct
12681         stat.
12682         [AT_SYMLINK_NOFOLLOW]: Define.
12683         (fdopendir, fstatat): Add prototypes.
12684
12685 2005-01-21  Bruno Haible  <bruno@clisp.org>
12686
12687         * modules/classpath: New file.
12688         * MODULES.html.sh (Java): Add classpath.
12689
12690 2005-01-21  Bruno Haible  <bruno@clisp.org>
12691
12692         * lib/classpath.h: New file, from GNU gettext.
12693         * lib/classpath.c: New file, from GNU gettext.
12694
12695 2005-01-20  Simon Josefsson  <jas@extundo.com>
12696
12697         * modules/version-etc-fsf: New file.
12698
12699 2005-01-20  Simon Josefsson  <jas@extundo.com>
12700
12701         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
12702         * lib/version-etc.c: Remove version_etc_copyright.
12703         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
12704         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
12705
12706 2005-01-20  Simon Josefsson  <jas@extundo.com>
12707
12708         * lib/base64.h (isbase64): Add.
12709
12710         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
12711         using a unsigned prototype, don't inline.
12712         (base64_decode): Use it.
12713
12714 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12715
12716         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
12717         it.
12718
12719 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12720
12721         * lib/save-cwd.c (save_cwd): Remove code to support the case
12722         where fchdir is missing or flaky.
12723
12724 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12725
12726         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
12727
12728 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12729
12730         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
12731         AC_LIBSOURCES now does this.
12732         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
12733         with new ullong_max module.
12734
12735 2005-01-19  Bruno Haible  <bruno@clisp.org>
12736
12737         * modules/sh-quote: New file.
12738         * MODULES.html.sh (Executing programs): Add sh-quote.
12739
12740 2005-01-19  Bruno Haible  <bruno@clisp.org>
12741
12742         * lib/sh-quote.h: New file, from GNU gettext.
12743         * lib/sh-quote.c: New file, from GNU gettext.
12744
12745 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12746
12747         Merge from coreutils.
12748         * m4/ullong_max.m4: New file.
12749         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
12750         (gl_MACROS): Assume localeconv exists.
12751
12752 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12753
12754         Merge changes from coreutils, as described below in several
12755         changelogs dated today.
12756
12757         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
12758         (O_DIRECTORY): Remove; not needed here, since "." must be
12759         a directory.  All uses removed.
12760         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
12761         universal on Suns, and we also need to test for IRIX.
12762         Revamp code to use 'if' rather than '#if'.
12763         Avoid unnecessary comparison of cwd->desc to 0.
12764
12765         * lib/utimens.c (futimens): Robustify the previous patch, by checking
12766         for known valid error numbers rather than observed invalid ones.
12767
12768 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * modules/ullong_max: New file.
12771
12772         * modules/chdir-long, modules/openat: New files.
12773         * modules/save-cwd (Depends-on): Depend on chdir-long.
12774         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
12775
12776 2005-01-18  Jim Meyering  <jim@meyering.net>
12777
12778         Merge from coreutils.
12779         * m4/chdir-long.m4, m4/openat.m4: New files.
12780         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
12781         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
12782         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
12783         is sane and DOES follow symlinks.  Besides, testing 20 different
12784         systems found no broken chown implementations.
12785         Prompted by a change in rsync's copy of this macro.
12786         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
12787
12788         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
12789
12790         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
12791         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
12792         NULL-means-set-to-current-time semantics.
12793         Remove temporary file immediately, rather than waiting
12794         for configure's at-exit trap code to do it.
12795
12796 2005-01-18  Jim Meyering  <jim@meyering.net>
12797
12798         * lib/version-etc.c (version_etc_copyright): Update copyright date.
12799
12800         * lib/utimens.c (futimens): Account for the fact that futimes
12801         can also fail with errno == ENOSYS or errno == ENOENT.
12802         Patch from Dmitry V. Levin.
12803
12804         Change the name of the robust chdir function from chdir to chdir_long.
12805         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
12806         (restore_cwd): Use chdir_long, not chdir.
12807         * lib/chdir-long.c: Renamed from chdir.c.
12808         * lib/chdir-long.h: Renamed from chdir.h.
12809         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
12810         Hurd.
12811
12812 2005-01-18  Bruno Haible  <bruno@clisp.org>
12813
12814         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
12815         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
12816         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
12817         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
12818         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
12819         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
12820         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
12821         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
12822         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
12823         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
12824         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
12825         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
12826         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
12827         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
12828         Use an all-permissive copyright notice, recommended by RMS.
12829
12830 2005-01-18  Bob Proulx  <bob@proulx.com>
12831
12832         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
12833         simplify offsetof() macro construct to avoid compile failure with
12834         native HP-UX 11.0 ANSI C compiler.
12835
12836 2005-01-17  Bruno Haible  <bruno@clisp.org>
12837
12838         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
12839         redundant because stpncpy.m4 takes care of it.
12840
12841 2005-01-17  Bruno Haible  <bruno@clisp.org>
12842
12843         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
12844
12845 2005-01-17  Bruno Haible  <bruno@clisp.org>
12846
12847         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
12848         used.
12849
12850 2005-01-17  Bruno Haible  <bruno@clisp.org>
12851
12852         * lib/fwriteerror.h (fwriteerror): Change specification to include
12853         fclose.
12854         * lib/fwriteerror.c: Include <stdbool.h>.
12855         (fwriteerror): At the end, close the file stream. Record whether
12856         stdout was already closed.
12857
12858 2005-01-17  Bruno Haible  <bruno@clisp.org>
12859
12860         * lib/execute.c (environ): Declare if needed.
12861         * lib/pipe.c (environ): Likewise.
12862         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
12863
12864 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12865
12866         * modules/argp: Depend on vsnprintf
12867
12868 2005-01-10  Jim Meyering  <jim@meyering.net>
12869
12870         * modules/closeout (Depends-on): Add atexit.
12871
12872 2005-01-06  Bruno Haible  <bruno@clisp.org>
12873
12874         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
12875
12876 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12877
12878         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
12879         definitions to be after all include files, to avoid collisions.
12880         Problem reported by Bob Proulx.
12881
12882 2005-01-04  Jim Meyering  <jim@meyering.net>
12883
12884         Changes imported from coreutils.
12885         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
12886         as the mkstemp template, use a temporary directory and an
12887         8.3-friendly template to avoid trouble on systems like DJGPP.
12888         Reported by Juan M. Guerrero via Stepan Kasal.
12889         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
12890         close. Remove the temporary directory right away, rather than waiting
12891         for configure's at-exit trap code to do it.
12892         Suggestion from Stepan Kasal.
12893
12894 2005-01-01  Simon Josefsson  <jas@extundo.com>
12895
12896         * gnulib-tool: Print #include directives when --import'ing.
12897
12898 2004-12-28  Simon Josefsson  <jas@extundo.com>
12899
12900         * tests/test-base64.c: Include required header files.  Remove
12901         unused variables.
12902
12903 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12904
12905         * modules/error (Depends-on): Remove gettext.
12906
12907 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12908
12909         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
12910         not needed.  This removes a dependency on the gettext module.
12911         [defined _LIBC]: Do not include <libintl.h>; not needed.
12912
12913 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12914
12915         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
12916         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
12917
12918 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12919
12920         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
12921         HAVE_DECL_STRTOLD.
12922
12923 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12924
12925         * modules/getdate (Depends-on): Remove alloca-opt.
12926
12927 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12928
12929         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
12930
12931 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12932
12933         * lib/argp-parse.c: Include <stddef.h>.
12934         (alignof, alignto): New macros.
12935         (parser_init): Don't assume that void * is aligned sufficiently
12936         for struct option.
12937
12938         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
12939         need to extend the stack.
12940         (YYINITDEPTH): New macro, so that the initial stack isn't overly
12941         large.
12942
12943 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12944
12945         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
12946
12947 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12948
12949         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
12950         (2004-10-24) change.  Apparently this was a false alarm.
12951
12952         * modules/getdate: Depend on alloca-opt, not alloca.
12953
12954 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
12957         Remove now-obsolete comment about AIX.
12958         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
12959         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
12960         (YYMAXDEPTH): New macro.
12961
12962 2004-12-18  Simon Josefsson  <jas@extundo.com>
12963
12964         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
12965
12966 2004-12-18  Bruno Haible  <bruno@clisp.org>
12967
12968         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
12969
12970 2004-12-18  Bruno Haible  <bruno@clisp.org>
12971
12972         * lib/fatal-signal.c (fatal_signals): Make non-const.
12973         (init_fatal_signals): New function.
12974         (uninstall_handlers, install_handlers): Ignore signals that were set to
12975         SIG_IGN.
12976         (at_fatal_signal): Call init_fatal_signals.
12977         (init_fatal_signal_set): Likewise. Ignore signals that were set to
12978         SIG_IGN.
12979         Reported by Paul Eggert.
12980
12981 2004-12-18  Bruno Haible  <bruno@clisp.org>
12982
12983         * doc/alloca.texi: New file.
12984         * doc/alloca-opt.texi: New file.
12985
12986 2004-12-17  Jim Meyering  <jim@meyering.net>
12987
12988         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
12989         Otherwise, install-sh could exit with improper exit status when
12990         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
12991
12992 2004-12-16  Simon Josefsson  <jas@extundo.com>
12993
12994         * tests/test-base64.c: Add license.
12995
12996 2004-12-15  Stepan Kasal  <address@hidden>
12997
12998         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
12999
13000 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13001
13002         * modules/getcwd (Files): Add m4/d-ino.m4.
13003         Suggested by Mark D. Baushke.
13004
13005 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * lib/getdate.y (textint): New member "negative".
13008         (time_zone_hhmm): New function.
13009         Expect 14 shift-reduce conflicts, not 13.
13010         (o_colon_minutes): New rule.
13011         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13012         (yylex): Set the "negative" member of signed numbers.
13013
13014 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13015
13016         * doc/getdate.texi (Time of day items, Time zone items):
13017         Describe new formats +00:00, UTC+00:00.
13018
13019 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13020
13021         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13022         spurious "-l"s.  Problem reported by Stepan Kasal.
13023
13024 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13025
13026         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13027         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13028
13029 2004-12-04  Simon Josefsson  <jas@extundo.com>
13030
13031         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13032         Vandoorselaere <yoann@prelude-ids.org>.
13033
13034 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         Changes imported from coreutils.
13037         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13038         exist.
13039         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13040
13041 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13042
13043         Changes imported from coreutils.
13044         * lib/hard-locale.c: Assume <locale.h> exists.
13045         Include "strdup.h".
13046         (GLIBC_VERSION): New macro.
13047         (hard_locale): Assume setlocale exists.
13048         Rewrite to avoid #ifdef.
13049         Use strdup rather than malloc + strcpy.
13050         * lib/human.c: Assume <locale.h> exists.
13051         (human_readable): Assume localeconv exists.
13052
13053 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13054
13055         * modules/hard-locale (Depends-on): Add strdup.
13056
13057 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13058
13059         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13060         convert T2, not T.  (Imported from libc.)
13061
13062 2004-11-30  Simon Josefsson  <jas@extundo.com>
13063
13064         * modules/restrict (License): Change to LGPL.
13065
13066 2004-11-30  Simon Josefsson  <jas@extundo.com>
13067
13068         * m4/restrict.m4: Add copyright and copying conditions.
13069
13070 2004-11-30  Simon Josefsson  <jas@extundo.com>
13071
13072         * m4/base64.m4: New file.
13073
13074 2004-11-30  Simon Josefsson  <jas@extundo.com>
13075
13076         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13077         base64.
13078
13079         * tests/test-base64.c: New file.
13080
13081         * modules/base64: New file.
13082
13083 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13084
13085         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13086         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13087
13088         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13089
13090 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13091
13092         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13093         (__getcwd.c): Don't restore errno; glibc doesn't.
13094         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13095         first, falling back to our code only if its results look suspicious.
13096         Ensure that the resulting buffer is only as large as necessary.
13097
13098         * lib/readutmp.c: Include readutmp.h first.
13099         Include <errno.h>, since readutmp.h no longer does that.
13100         * lib/readutmp.h: Don't include <errno.h>,
13101         <sys/param.h>, <time.h>; not needed to establish interface.
13102         (errno): Remove decl.
13103         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13104         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13105         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13106
13107 2004-11-28  Simon Josefsson  <jas@extundo.com>
13108
13109         * lib/base64.h, base64.c: New file.
13110
13111 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13112
13113         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13114
13115 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13116
13117         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13118         (Depends-on): Remove pathmax, same.  Add mempcpy.
13119         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13120         (Makefile.am): Append getcwd.h to lib_SOURCES.
13121         (Include): Add getcwd.h.
13122         (Maintainer): Change from Jim Meyering to "all, glibc",
13123         since getdate now uses intended-for-glibc code.
13124         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13125         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13126
13127 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13128
13129         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13130         HP's ANSI C compiler.
13131         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13132         Declaring int functions causes warnings on some modern systems and
13133         shouldn't be needed to compile on ancient ones.
13134         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13135         defined.
13136
13137         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13138         with the following changes.
13139         (__set_errno): Parenthesize properly.
13140         Include <stdbool.h>.
13141         (MIN, MAX, MATCHING_INO): New macros.
13142         (__getcwd): Define with prototype, not K&R form.
13143         Use heuristics to allocate default buffer on stack if possible.
13144         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13145         behavior, and to avoid the PATH_MAX limit when computing
13146         ../../../../...
13147         Use MATCHING_INO to compare inode number to file.
13148         Check for arithmetic overflow in size calculations.
13149         Fix bug in reallocation of dot array that caused getcwd to fail
13150         on directories nested deeper than 75.
13151         Be more careful about saving errno on error.
13152         Do not use realloc; use only free+malloc, as this is a bit
13153         more flexible and avoids a needless copy operation.
13154         Do not inspect st_dev and st_ino for symbolic links; POSIX
13155         doesn't specify the latter.
13156         Check for closedir errors.
13157         Avoid needless casts.
13158         Use "#ifdef weak_alias" around weak_alias, to be like other
13159         glibc code.
13160         The following changes to getcwd.c have effect only when used in
13161         gnulib; they have no effect inside glibc proper.
13162         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13163         as alloca isn't used.
13164         (alloca, __alloca): Likewise.
13165         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13166         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13167         unconditionally, as gnulib assumes C89 or better.
13168         Do not include <sys/param.h>.
13169         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13170         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13171         better.
13172         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13173         Include <dirent.h> in a way that is compatible with modern Autoconf.
13174         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13175         New macros, if not already defined.
13176         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13177         Use "_LIBC", not "defined _LIBC", for consistency.
13178         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13179         a mempcpy module.
13180         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13181         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13182         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13183         credit only to Jim Meyering and adjust the copyright dates.
13184         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13185         <stdlib.h>, <unistd.h>, "pathmax.h".
13186         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13187         (INITIAL_BUFFER_SIZE): Remove.
13188         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13189
13190 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13191
13192         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13193         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13194         Use the _ONCE methods, for efficiency.
13195         Check for fcntl.h.  In test program, include <errno.h>
13196         and <fcntl.h> if available.  Remove old K&R cruft from
13197         test program.  Check for common errors in GNU/Linux,
13198         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13199         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13200         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13201         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13202         name accordingly.
13203         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13204         accommodate new getcwd.c.
13205         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13206         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13207         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13208         that's all we need now.
13209
13210 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13211
13212         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13213         argp-parse.c depends on getopt internals, that means we should
13214         always use our getopt, to be on the safe side.
13215         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13216         order not to spoil the result of an eventual previous invocation
13217         of gl_GETOPT_SUBSTITUTE.
13218
13219 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13220
13221         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13222         redefinition warnings. To avoid them, include the defines
13223         in `#if !defined __need_getopt ... #endif'. The only place
13224         where __getopt_argv_const is used is in definitions
13225         of getopt_long and getopt_long_only below, which are as well
13226         protected by `#ifndef __need_getopt'.
13227         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13228         __need_getopt after including <stdio.h> and <unistd.h> These
13229         headers might have defined it.
13230
13231 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13232
13233         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13234
13235 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13238         (futimens): New function, which uses futimes if available.
13239         (futimens, utimens): Support timespec==NULL, with same semantics
13240         as utime and utimens.
13241         * lib/utimens.h (futimens): New decl.
13242
13243 2004-11-23  Jim Meyering  <jim@meyering.net>
13244
13245         * lib/getopt_.h: Remove trailing blanks.
13246
13247 2004-11-23  Jim Meyering  <jim@meyering.net>
13248
13249         * lib/__fpending.c: Add comment.
13250
13251 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * modules/canonicalize (Depends-on): Add xreadlink.
13254         Problem reported by James Youngman.
13255
13256 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13259         New macros.
13260         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13261         optopt): Use them instead of invoking ## directly; otherwise, the
13262         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13263
13264 2004-11-19  Bruno Haible  <bruno@clisp.org>
13265
13266         * lib/strtok_r.c: Move comments from here...
13267         * lib/strtok_r.h: ... to here.
13268
13269 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13270
13271         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13272         implementations that mishandle size_t overflow.
13273
13274 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13275
13276         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13277         might fail.  Problem reported by Yoann Vandoorselaere.
13278         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13279         implementations that mishandle size_t overflow.
13280
13281 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13282
13283         * modules/canon-host (Depends-on): Add strdup.
13284
13285 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13288
13289 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13290
13291         * lib/canon-host.c: Include "strdup.h".
13292         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13293         Use strdup instead of malloc/strcpy to duplicate strings.
13294
13295         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13296         (human_space_before_unit): New constant.
13297         * lib/human.c (human_readable): Support it.
13298
13299         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13300         (xgetcwd): Set errno correctly when failing.
13301         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13302         the failure is actually due to a PATH_MAX problem.
13303
13304         Further getopt changes to make it more likely that glibc will
13305         buy the changes back.
13306         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13307         (getopt): Use it, so to preserve glibc semantic
13308         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13309         when compiling for libc.
13310         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13311         (getopt_long, getopt_long_only): Use it.
13312
13313         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13314         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13315         (getopt): Argv is now char * const *, as per standard.
13316         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13317         not char *__getopt_argv_const *.
13318         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13319         _getopt_long_only_r): Likewise.
13320         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13321         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13322         _getopt_long_r, _getopt_long_only_r): Likewise.
13323         * lib/getopt_.h (__getopt_argv_const): Remove.
13324         (getopt): Argv is now char * const *, as per standard.
13325
13326         * lib/getdate.y (tORDINAL): New token.
13327         (day, relunit): Allow it for relative times.
13328         (relative_time_table): Use tORDINAL for ordinals.
13329
13330 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13333         Document that "second" isn't allowed as an ordinal number.
13334
13335 2004-11-16  Jim Meyering  <jim@meyering.net>
13336
13337         * modules/closeout (Depends-on): Add fpending.
13338
13339 2004-11-15  Jim Meyering  <jim@meyering.net>
13340
13341         * lib/closeout.c: Include "__fpending.h" once again.
13342         Include <stdbool.h>.
13343         (close_stdout): Don't fail just because stdout was closed initially,
13344         since some programs don't write to stdout in the normal course of
13345         operation (other than --version and --help), and we don't want this
13346         function to make e.g. `touch file >&-' fail.
13347         But do fail if it was closed and someone has tried to write to it.
13348         E.g., `printf foo >&-' must fail.
13349
13350 2004-11-13  Jim Meyering  <jim@meyering.net>
13351
13352         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13353
13354 2004-11-12  Simon Josefsson  <jas@extundo.com>
13355
13356         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13357         small doc fix is still pending.
13358
13359 2004-11-11  Simon Josefsson  <jas@extundo.com>
13360
13361         * modules/strtok_r: New file.
13362
13363         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13364         strtok_r.
13365
13366 2004-11-11  Simon Josefsson  <jas@extundo.com>
13367
13368         * m4/strtok_r.m4: New file.
13369
13370         * m4/getopt.m4: Replace opterr.
13371
13372 2004-11-11  Simon Josefsson  <jas@extundo.com>
13373
13374         * lib/strtok_r.h, strtok_r.c: New file.
13375
13376 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13377
13378         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13379         of replacing opterr, getopt, etc.  This should handle the
13380         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13381
13382 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13383
13384         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13385         we can stop lying to compilers about the constness of argv when we
13386         are compiled outside glibc.
13387         (getopt, getopt_long, getopt_long_only): Use it.
13388         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13389         _getopt_internal, getopt): Likewise.
13390         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13391         _getopt_long_only_r): Likewise.
13392         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13393         _getopt_long_r, _getopt_long_only_r): Likewise.
13394
13395         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13396         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13397         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13398         the other external symbols.
13399         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13400         declaration, since the above renaming now works around collisions.
13401
13402 2004-11-11  Jim Meyering  <jim@meyering.net>
13403
13404         * lib/linebreak.c: Remove trailing blanks.
13405         * lib/alloca_.h: Likewise.
13406         * lib/acosl.c: Likewise.
13407         * lib/euidaccess.c: Likewise.
13408         * lib/allocsa.h: Likewise.
13409
13410 2004-11-10  Simon Josefsson  <jas@extundo.com>
13411
13412         * m4/getaddrinfo.m4: New file.
13413
13414 2004-11-10  Simon Josefsson  <jas@extundo.com>
13415
13416         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13417
13418 2004-11-10  Simon Josefsson  <jas@extundo.com>
13419
13420         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13421         getaddrinfo.
13422
13423         * modules/getaddrinfo: New file.
13424
13425 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13426
13427         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13428
13429 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13430
13431         * lib/mktime.c (SHR): New macro, which is a portable
13432         substitute for >> that should work even on Crays.
13433         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13434         Problem reported by Mark D. Baushke in
13435         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13436         * lib/getdate.y (SHR): Likewise.
13437         (tm_diff): Use it.
13438         * lib/strftime.c (SHR): Likewise.
13439         (tm_diff): Use it.
13440         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13441         quote_these_too, so that right shifts are well defined.  All uses
13442         changed.
13443
13444 2004-11-10  Jim Meyering  <jim@meyering.net>
13445
13446         Ensure that no close failure goes unreported.
13447         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13448         return early when it seems there's nothing to flush.
13449         Don't include __fpending.h.
13450
13451 2004-11-10  Jim Meyering  <jim@meyering.net>
13452
13453         * modules/closeout (Depends-on): Remove fpending.
13454
13455 2004-11-10  Jim Meyering  <jim@meyering.net>
13456
13457         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13458
13459 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13460
13461         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13462         gl_FUNC_STRFTIME.
13463         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13464         and AC_REQUIRE when possible, to avoid duplicate checks.
13465         Check for <wchar.h>.
13466
13467 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13468
13469         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13470
13471 2004-11-09  Bruno Haible  <bruno@clisp.org>
13472
13473         * m4/sockpfaf.m4: New file.
13474
13475 2004-11-05  Bruno Haible  <bruno@clisp.org>
13476
13477         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13478         Reported by Mark D. Baushke <mdb@cvshome.org>.
13479
13480 2004-11-04  Bruno Haible  <bruno@clisp.org>
13481
13482         2004-09-11  Bruno Haible  <bruno@clisp.org>
13483                 * allocsa.valgrind: New file.
13484         2004-02-06  Bruno Haible  <bruno@clisp.org>
13485                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13486                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13487                 Reported by Christopher Seip <chris.seip@hp.com>.
13488
13489 2004-11-04  Bruno Haible  <bruno@clisp.org>
13490
13491         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13492         (Makefile.am): Distribute it.
13493
13494 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13495
13496         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13497         with errno == ERANGE if the buffer is too small.
13498         Problem reported by Mark D. Baushke.
13499
13500 2004-11-03  Albert Chin  <china@thewrittenword.com>
13501             Paul Eggert  <eggert@cs.ucla.edu>
13502
13503         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13504         equivalent, substitute $ac_type for equivalent type rather than
13505         blindly using uint32_t *always* which won't work if uint32_t is not
13506         available.  Define _UINT32_T to work around typedef of uint32_t if
13507         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13508         2.5.1.
13509
13510 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13511
13512         * m4/jm-macros.m4: Sync from coreutils.
13513         (gl_MACROS): Check for mbrlen, for pathchk.
13514         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13515
13516 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13517
13518         * lib/xreadlink.c (MAXSIZE): New macro.
13519         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13520         size does not exceed MAXSIZE.  Avoid cast.
13521         As suggested by Mark D. Baushke in
13522         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13523         if readlink fails with buffer size just under MAXSIZE, try again
13524         with MAXSIZE.
13525
13526 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13529
13530 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13531         and  Paul Eggert  <eggert@cs.ucla.edu>
13532
13533         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13534         (get_date): Overparenthesize to avoid GCC warning.
13535
13536 2004-11-02  Bruno Haible  <bruno@clisp.org>
13537
13538         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13539         returns void.
13540
13541 2004-11-02  Bruno Haible  <bruno@clisp.org>
13542
13543         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13544         function returns void.
13545
13546 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13547
13548         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13549         fflush_unlocked, flockfile, funlockfile, funlockfile,
13550         fputs_unlocked, putc_unlocked.
13551
13552 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13555         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13556         already declared.
13557
13558 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * modules/getdate (Files): Add doc/getdate.texi.
13561         (Depends-on): Add setenv, xalloc.
13562
13563 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13564
13565         * lib/getdate.y: Add support for TZ="foo" within a date string.
13566         Fix some bugs near time_t boundaries.  Reject dates with
13567         out-of-range components, e.g., "Sept 31".
13568         Include <stdlib.h>, "setenv.h", "xalloc.h".
13569         (ISDIGIT_LOCALE): Remove; unused.
13570         Note that the TZ and time functions used here are not reentrant.
13571         (mktime_ok, get_tz): New functions.
13572         (TZBUFSIZE): New constant.
13573         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13574         This requires that we sometimes generate our own TZ="XXX..." setting.
13575
13576 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13577
13578         * doc/getdate.texi: New file, from coreutils with modifications for
13579         the new TZ parsing.
13580
13581 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13582
13583         * lib/mktime.c (not_equal_tm): Remove redundant check.
13584
13585 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13586
13587         * modules/regex (lib_SOURCES): Add regex.c.
13588         Reported by James Youngman in
13589         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13590
13591 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         * lib/getdate.y: Use Bison 1.875 features, and some minor
13594         code cleanups.  This change does not affect semantics.
13595         Don't include <stdlib.h>; no longer needed.
13596         Don't include unlocked-io.h; only the "#if TEST" code uses
13597         stdio, and performance isn't crucial there.
13598         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13599         Bison 1.875 features as described below.
13600         All uses of "PC." replaced by "pc->".
13601         (YYSTYPE): Add a forward declaration.
13602         (yylex, yyerror): Use full prototypes in forward decls.
13603         Use "%pure-parser" rather than obsolescent "%pure_parser".
13604         Use %parse-param and %lex-param instead of obsolescent
13605         YYPARSE_PARAM and YYLEX_PARAM.
13606         (meridian_table, month_and_day_table, time_units_table,
13607         relative_time_table, time_zone_table, military_table,
13608         lookup_zone, lookup_word, get_date):
13609         Use NULL instead of 0 where appropriate.
13610         (to_hour): Avoid abort (), to avoid a dependency on
13611         stdlib.h.
13612         (yyerror, yylex): Now accepts parser_control * arg.
13613         (main) [TEST]: Use '\0' rather than 0 for char.
13614
13615 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13616
13617         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13618
13619 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13620
13621         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13622         It's now the caller's responsibility to handle the case where
13623         !HAVE_GETPAGESIZE && !defined getpagesize.
13624
13625         * lib/mktime.c (leapyear): Arg is long int, not int.
13626
13627 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13630
13631 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13632
13633         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13634         missing.  Problem reported by James Youngman.
13635
13636 2004-10-16  Simon Josefsson  <jas@extundo.com>
13637
13638         * gnulib-tool: Fix comments.  Fix parse problem.
13639         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13640
13641 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13642
13643         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13644         implementation of getopt_long.  Problem reported by Alexander Taler in:
13645         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13646
13647 2004-10-15  Bruno Haible  <bruno@clisp.org>
13648
13649         * gnulib-tool: Untabify. Initialize supplied_libname.
13650         (func_usage): More homogenous output.
13651         (func_modules_transitive_closure, func_modules_to_filelist,
13652         func_emit_lib_Makefile_am): New functions.
13653         (func_import): New function, extracted from big case statement. Use
13654         func_get_license, func_modules_transitive_closure,
13655         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13656         opt_lgpl. Don't use test -a, as it's not portable.
13657         (func_create_testdir): Use func_modules_transitive_closure,
13658         func_modules_to_filelist, func_emit_lib_Makefile_am.
13659
13660 2004-10-15  Bruno Haible  <bruno@clisp.org>
13661
13662         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13663
13664 2004-10-15  Bruno Haible  <bruno@clisp.org>
13665
13666         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13667         the portions belonging to each module.
13668         Suggested by Derek Robert Price <derek@ximbiot.com>.
13669
13670 2004-10-12  Simon Josefsson  <jas@extundo.com>
13671
13672         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13673         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13674         to real functions.
13675
13676 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13677
13678         * modules/vsnprintf: New file.
13679
13680 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13681
13682         * m4/vsnprintf.m4: New file.
13683
13684 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13685
13686         * lib/vsnprintf.h: New file.
13687         * lib/vsnprintf.c: New file.
13688
13689 2004-10-11  Bruno Haible  <bruno@clisp.org>
13690
13691         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13692         vsnprintf.
13693
13694 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13695
13696         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
13697
13698 2004-10-07  Bruno Haible  <bruno@clisp.org>
13699
13700         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
13701         fits into the provided buffer.
13702
13703 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13704
13705         * lib/diacrit.c, diacrit.h: Add GPL notice.
13706
13707         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
13708         notice.
13709         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
13710         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
13711         This avoids a potential constant-folding bug.
13712
13713 2004-10-05  Bruno Haible  <bruno@clisp.org>
13714
13715         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
13716         for the declaration of strsep.
13717
13718 2004-10-05  Bruno Haible  <bruno@clisp.org>
13719
13720         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
13721
13722 2004-10-04  Simon Josefsson  <jas@extundo.com>
13723
13724         * modules/memmem: New file.
13725         * tests/test-memmem.c: New file.
13726         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
13727
13728 2004-10-04  Simon Josefsson  <jas@extundo.com>
13729
13730         * m4/memmem.m4: New file.
13731
13732 2004-10-04  Simon Josefsson  <jas@extundo.com>
13733
13734         * lib/memmem.h: New file.
13735         * lib/memmem.c: New file, taken from glibc.
13736
13737 2004-10-04  Simon Josefsson  <jas@extundo.com>
13738
13739         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
13740         '#ifdef USE_UNLOCKED_IO'.
13741
13742 2004-10-04  Simon Josefsson  <jas@extundo.com>
13743
13744         * config/srclist.txt: Add memmem from glibc.
13745
13746 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13747
13748         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
13749
13750         * modules/argmatch, modules/argp, modules/closeout, modules/error,
13751         modules/exclude, modules/getdate, modules/getline,
13752         modules/getndelim2, modules/getpass, modules/getpass-gnu,
13753         modules/getusershell, modules/linebuffer, modules/md5,
13754         modules/mountlist, modules/posixtm, modules/readtokens,
13755         modules/readutmp, modules/regex, modules/sha1,
13756         modules/version-etc, modules/yesno:
13757         Remove dependency on unlocked-io.
13758
13759 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13760
13761         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
13762
13763         * m4/unlocked-io.m4: Add copyright notice.
13764         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
13765
13766 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13767
13768         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
13769         * lib/xmalloc.c (xmemdup): Likewise.
13770         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
13771         XFREE): Remove these long-obsolescent macros.
13772         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
13773         * lib/xstrdup.c: Remove.
13774
13775         * lib/regex.c (re_comp): Cast gettext return value to char *,
13776         Problem reported by Martin Neitzel via Mark D. Baushke.
13777
13778 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13779
13780         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
13781         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
13782         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
13783         regex.c, sha1.c, version-etc.c, yesno.c:
13784         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
13785         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
13786         the includer's responsibility.
13787
13788         Sync from coreutils.
13789
13790         * lib/modechange.c (mode_compile): Don't decrement a pointer that
13791         points to the start of a string, as the C Standard says the
13792         resulting behavior is undefined.
13793
13794         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
13795         simple -> simple_backups, numbered_existing ->
13796         numbered_existing_backups, numbered -> numbered_backups
13797         to avoid shadowing problems.  All uses changed.
13798         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
13799         * lib/backupfile.c (check_extension, numbered_backup):
13800         Rename locals to avoid shadowing 'basename'.
13801         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
13802         once.
13803
13804         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
13805         * lib/.cvsignore: Add getopt.h.
13806
13807 2004-10-04  Bruno Haible  <bruno@clisp.org>
13808
13809         * modules/README: New file.
13810         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
13811         not a module.
13812
13813 2004-10-02  Jim Meyering  <jim@meyering.net>
13814
13815         * lib/dirfd.h, getpagesize.h: Add copyright notice.
13816
13817 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13818
13819         * modules/strsep: New file.
13820
13821 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13822
13823         * m4/strsep.m4: New file.
13824
13825 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13826
13827         * lib/strsep.h: New file.
13828         * lib/strsep.c: New file.
13829
13830 2004-10-01  Simon Josefsson  <jas@extundo.com>
13831
13832         * lib/snprintf.c (snprintf): Handle size==0.
13833
13834 2004-10-01  Simon Josefsson  <jas@extundo.com>
13835             Bruno Haible  <bruno@clisp.org>
13836
13837         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
13838         (snprintf): Declare 'args'.
13839
13840 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
13841
13842         * lib/snprintf.c: Remove comments as to why each header is needed.
13843
13844 2004-10-01  Bruno Haible  <bruno@clisp.org>
13845
13846         * MODULES.html.sh: Add strsep.
13847
13848 2004-09-30  Simon Josefsson  <jas@extundo.com>
13849
13850         * modules/snprintf: New file.
13851
13852 2004-09-30  Simon Josefsson  <jas@extundo.com>
13853
13854         * m4/snprintf.m4: New file.
13855
13856 2004-09-30  Simon Josefsson  <jas@extundo.com>
13857
13858         * lib/snprintf.h, lib/snprintf.c: New files.
13859
13860 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13861
13862         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
13863         (hol_entry_help): Never translate an empty string.
13864         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
13865         * lib/argp.h (OPTION_NO_TRANS): New option.
13866
13867 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13868
13869         * modules/argp (Maintainer): Replace Simon Josefsson
13870         by Sergey Poznyakoff.
13871
13872 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13873
13874         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
13875         changes merged back into glibc.
13876
13877 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13878
13879         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
13880
13881 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13882
13883         * lib/xvasprintf.c: Include xalloc.h.
13884         (xvasprintf): Use xalloc_die, not xmalloc_die.
13885
13886 2004-09-29  Bruno Haible  <bruno@clisp.org>
13887
13888         * modules/alloca-opt: New file, derived from modules/alloca.
13889         * modules/allocsa: Depend on alloca-opt instead of alloca.
13890         * modules/setenv: Likewise.
13891         * modules/vasnprintf: Likewise.
13892         * MODULES.html.sh: Add alloca-opt.
13893
13894 2004-09-28  Simon Josefsson  <jas@extundo.com>
13895
13896         * gnulib-tool: New parameter --lgpl, to asseert that modules are
13897         LGPL, and to replace license template from GPL to LGPL.
13898
13899 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13900
13901         * modules/dummy: Change license to LGPL.
13902
13903 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
13906
13907 2004-09-24  Simon Josefsson  <jas@extundo.com>
13908
13909         * modules/minmax (License): Change from GPL to LGPL.
13910
13911 2004-09-23  Simon Josefsson  <jas@extundo.com>
13912
13913         * gnulib-tool (--import): Typo.
13914
13915 2004-09-23  Simon Josefsson  <jas@extundo.com>
13916
13917         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
13918
13919 2004-09-22  Bruno Haible  <bruno@clisp.org>
13920
13921         * modules/*: Add 'License' field.
13922         * gnulib-tool: Accept --extract-license option.
13923         (func_get_license): New function.
13924
13925 2004-09-21  Bruno Haible  <bruno@clisp.org>
13926
13927         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
13928         Reported by Simon Josefsson.
13929
13930 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13931
13932         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
13933         gl_AC_TYPE_LONG_LONG.
13934
13935 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13936
13937         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
13938
13939 2004-09-18  Simon Josefsson  <jas@extundo.com>
13940         and  Paul Eggert  <eggert@cs.ucla.edu>
13941
13942         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
13943         calls with autoreconf.  Define GL_LIB.
13944
13945 2004-09-14  Karl Berry  <karl@gnu.org>
13946
13947         * config/srclist.txt: unsync setenv.c, sigh.
13948
13949 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13950
13951         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
13952         Problem reported by Bruno Haible in:
13953         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
13954
13955 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13956
13957         * config/srclist.txt: Comment out argp-pvh.c.
13958
13959 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
13960
13961         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
13962         in case some system header has #define'd it.  Problem reported by
13963         Soeren D. Schulze in
13964         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
13965
13966 2004-09-09  Karl Berry  <karl@gnu.org>
13967
13968         * regex.[ch]: delete from the root.  These were supposed to be
13969                 synced with emacs cvs, but this has not happened for about
13970                 a year, and anyway nothing else uses emacs regex.[ch].
13971                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
13972                 lib/regex[.ch] is untouched.
13973
13974 2004-09-09  Bruno Haible  <bruno@clisp.org>
13975
13976         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
13977
13978 2004-09-09  Bruno Haible  <bruno@clisp.org>
13979
13980         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
13981         modifications.
13982         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
13983
13984 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13985
13986         * modules/xvasprintf: New file.
13987         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
13988
13989 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13990
13991         * lib/xvasprintf.h: New file.
13992         * lib/xvasprintf.c: New file.
13993         * lib/xasprintf.c: New file.
13994
13995 2004-09-08  Bruno Haible  <bruno@clisp.org>
13996
13997         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
13998
13999 2004-09-08  Bruno Haible  <bruno@clisp.org>
14000
14001         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14002         length is > INT_MAX.
14003         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14004         more.
14005
14006 2004-09-08  Bruno Haible  <bruno@clisp.org>
14007
14008         * lib/stdint_.h: New file, taken from GNU clisp.
14009
14010 2004-09-08  Bruno Haible  <bruno@clisp.org>
14011             Oskar Liljeblad  <oskar@osk.mine.nu>
14012
14013         * modules/stdint: New file.
14014         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14015
14016 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         Import from coreutils.
14019         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14020         strings on unbounded length.  alloca's performance benefits aren't
14021         that important here.
14022         (V_STRDUP): Remove.
14023         (parse_with_separator): New function, with most of the internals
14024         of the old parse_user_spec.  Allow user to omit both user and group,
14025         for compatibility with FreeBSD.
14026         Clone only the user name, not the entire spec.
14027         Do not set *uid, *gid unless entirely successful.
14028         Avoid memory leak in some failing cases.
14029         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14030         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14031         (parse_user_spec): Rewrite to use parse_with_separator.
14032
14033 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14034
14035         * modules/userspec: Don't depend on alloca.
14036
14037 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14038
14039         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14040
14041 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14042
14043         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14044         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14045         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14046
14047 2004-08-16  Simon Josefsson  <jas@extundo.com>
14048
14049         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14050         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14051         Add --dry-run for --import.
14052         Let user provided command line parameters override configure.ac
14053         settings.
14054
14055 2004-08-12  Simon Josefsson  <jas@extundo.com>
14056
14057         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14058         as discussed with Paul Eggert in threads rooted at
14059         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14060         and
14061         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14062         Before, the test was empty, and relied on ELIDE_CODE in source
14063         code.)
14064         (gl_PREREQ_GETOPT): New macro.
14065         (gl_GETOPT): Use them.
14066
14067 2004-08-12  Simon Josefsson  <jas@extundo.com>
14068
14069         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14070         * lib/getopt_.h: Renamed from getopt.h.
14071
14072 2004-08-12  Simon Josefsson  <jas@extundo.com>
14073
14074         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14075         Change default library name from libfoo to libgnu.
14076         Now, if you have a configure.ac that says:
14077                 gl_SOURCE_BASE(gl)
14078                 gl_M4_BASE(gl/m4)
14079                 gl_MODULES(error getopt etcetera)
14080                 gl_INIT
14081         you can import all you need by running:
14082                 ../gnulib/gnulib-tool --import
14083
14084         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14085         (Makefile.am): Rewrite, use logic from argz.
14086         (Include): Use <getopt.h> instead of "getopt.h".
14087
14088 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14089
14090         * modules/argp (Files): Add m4/unlocked-io.m4.
14091         (Depends-on): Add extensions.
14092
14093 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14094
14095         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14096         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14097         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14098         Check for program_invocation_name, program_invocation_short_name,
14099         flockfile, funlockfile, features.h, _getopt_long_only_r.
14100
14101 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14102
14103         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14104         its complicated substitute.
14105         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14106         and program_invocation_name.
14107         (__argp_basename) [!_LIBC]: Remove; the only use was
14108         replaced by its body.
14109         (__argp_short_program_name): Change condition from
14110         !defined __argp_short_program_name to
14111         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14112         to match argp-namefrob.h.
14113         (__argp_failure): Don't assume strerror_r returns char *.
14114         * lib/argp-parse.c (N_): Define unconditionally.
14115         (argp_default_options): Fill out initializers with 0 to avoid
14116         gcc warnings.
14117
14118 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14119
14120         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14121         getopt1.c.
14122
14123 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         Merge from coreutils.
14126
14127         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14128
14129         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14130         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14131
14132 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14133
14134         Merge from coreutils.
14135
14136         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14137         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14138         for Reliant Unix 5.43.
14139
14140         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14141         (union fooround): Use uintmax_t, not long int.
14142         The rest is a merge from libc:
14143         [defined _LIBC]: Include <shlib-compat.h>.
14144         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14145
14146         * lib/settime.c (settime): Recode to avoid warning with
14147         Sun Forte C 6U2.
14148
14149         * lib/strverscmp.c: Convert to UTF-8.
14150
14151 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14154         m4/uintmax_t.m4.
14155
14156 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14157
14158         * modules/xalloc-die: New file.
14159         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14160
14161         * modules/md5 (Files): Add m4/uint32_t.m4.
14162         * modules/sha1: Renamed from modules/sha.
14163         (Files):
14164         Rename lib/sha.h to lib/sha1.h.
14165         Rename lib/sha.c to lib/sha1.c.
14166         Rename m4/sha.m4 to m4/sha1.m4.
14167         (lib_SOURCES): Likewise.
14168         (configure.ac): Rename gl_SHA to gl_SHA1.
14169         (Include): sha.h -> sha1.h.
14170
14171 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14172
14173         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14174         * m4/sha1.m4: Renamed from sha.m4.
14175         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14176
14177 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * lib/obstack.h (obstack_empty_p):
14180         Don't assume that chunk->contents is suitably aligned.
14181         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14182         Likewise. Problem reported by Benno in
14183         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14184
14185         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14186         readable.  This could be improved further but it'd take some work.
14187
14188 2004-08-08  Simon Josefsson  <jas@extundo.com>
14189
14190         * modules/xgethostname (Depends-on): Remove exit and error (not
14191         used).
14192
14193         * modules/getpass-gnu: Add getpass.h.
14194         (Depends-on): Add stdbool.
14195         * modules/getpass: Add getpass.h.
14196
14197 2004-08-08  Simon Josefsson  <jas@extundo.com>
14198
14199         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14200         Check getpass declaration.
14201
14202 2004-08-08  Simon Josefsson  <jas@extundo.com>
14203
14204         * lib/xgethostname.c: Don't include error.h (not used).
14205
14206         * lib/getpass.h: Add.
14207         * lib/getpass.c: Include getpass.h first.
14208
14209 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * lib/xalloc-die.c: New file.
14212         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14213         All uses removed.
14214         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14215         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14216         xalloc-die.c.
14217         (_, N_, xalloc_die): Move to xalloc-die.c.
14218         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14219         so that we needn't mess with xalloc_msg_memory_exhausted.
14220
14221         * lib/sha1.h: Renamed from sha.h.
14222         (SHA1_H): Renamed from _SHA_H.
14223         (sha1_ctx): Renamed from sha_ctx.
14224         (sha1_init_ctx): Renamed from sha_init_ctx.
14225         (sha1_process_block): Renamed from sha_process_block.
14226         (sha1_process_bytes): Renamed from sha_process_bytes.
14227         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14228         (sha1_read_ctx): Renamed from sha_read_ctx.
14229         (sha1_stream): Renamed from sha_stream.
14230         (sha1_buffer): Renamed from sha_buffer.
14231         * lib/sha1.c: Likewise; renamed from sha.c.
14232         Do not include <sys/types.h>.
14233         Include <stddef.h> rather than <stdlib.h>.
14234
14235 2004-08-08  Bruno Haible  <bruno@clisp.org>
14236
14237         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14238         FILESYSTEM_PREFIX_LEN.
14239         * lib/progreloc.c: Likewise.
14240         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14241
14242 2004-08-06  Simon Josefsson  <jas@extundo.com>
14243
14244         * modules/progname (Depends-on): Don't depend on stdbool.
14245
14246 2004-08-06  Simon Josefsson  <jas@extundo.com>
14247
14248         * modules/getsubopt: New file.
14249         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14250         getsubopt.
14251
14252 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14253
14254         More merge from coreutils.
14255
14256         * m4/utimens.m4, m4/utimecmp.m4: New files.
14257         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14258         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14259         prereq.m4, sha.m4: Import changes from coreutils.
14260
14261 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         More merge from coreutils.
14264         * modules/raise, modules/readtokens0, modules/utimens:
14265         * modules/utimecmp, module/xnanosleep: New files.
14266         * modules/strftime: Add lib/strftime.h.
14267         Change include from <time.h> to "strftime.h".
14268         * modules/yesno: Add lib/yesno.h.
14269         * modules/backupfile: Remove lib/addext.c.
14270         * modules/euidaccess: Add stat-macros.h.
14271         * modules/canonicalize, modules/euidaccess,
14272         modules/filemode, modules/lchown, modules/makepath,
14273         modules/rmdir, modules/stat: Likewise.
14274
14275 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14276
14277         Merge from tar.
14278         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14279         SIZE_MAX is a valid preprocessor constant.
14280         (__argp_basename): Change from "#ifndef _LIBC"
14281         to "#ifndef __argp_short_program_name", so that
14282         we don't compile these functions for tar.
14283
14284         More merges from coreutils.
14285         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14286         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14287         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14288         * lib/addext.c: Remove; no longer needed.
14289         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14290         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14291         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14292         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14293         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14294         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14295         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14296         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14297         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14298         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14299         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14300         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14301         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14302         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14303         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14304         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14305         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14306         Import changes from coreutils.
14307
14308 2004-08-05  Simon Josefsson  <jas@extundo.com>
14309
14310         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14311
14312 2004-08-05  Simon Josefsson  <jas@extundo.com>
14313
14314         * m4/getsubopt.m4: New file.
14315
14316 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14317
14318         Merge from coreutils.
14319
14320         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14321         * m4/getcwd-path-max.m4: New files.
14322
14323         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14324         FILESYSTEM_PREFIX_LEN ->
14325         FILE_SYSTEM_PREFIX_LEN.
14326         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14327         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14328         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14329         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14330
14331         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14332         prerequisite modules now handle the DOS stuff.
14333         Don't check for unistd.h.
14334
14335 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         Merge from coreutils.
14338
14339         * lib/.gdb-history: Remove; this doesn't belong here.
14340
14341         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14342         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14343         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14344         * lib/getcwd.c: New files.
14345
14346         * lib/dirname.h: Include <stdbool.h>.
14347         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14348         for consistency with POSIX terminology.  All uses changed.
14349         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14350         (strip_trailing_slashes): Use bool for booleans.
14351         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14352
14353         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14354         sometimes returns a positive errno value even when it succeeds.
14355         (print_errno_message) [!LIBC]: Fall back on strerror if
14356         __strerror_r fails.
14357
14358         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14359         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14360         (longest_relative_suffix): New function.
14361         (path_concat): Use it.  Assume first argument is not NULL.
14362         Port to DOS.  Omit redundant separators.
14363         Report an error instead of returning NULL.
14364         Use mempcpy instead of memcpy.
14365         (xpath_concat): Remove: not declared or used.
14366
14367         * lib/same.h: Include <stdbool.h>
14368         (same_name): Return bool, not int.
14369         * lib/same.c (same_name): Likewise.
14370         (errno): Don't declare; we assume C89 or better now.
14371
14372         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14373         if not already defined.
14374
14375         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14376         * lib/dup-safer.c (errno): Likewise.
14377
14378 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14379
14380         Merge from coreutils.
14381         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14382         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14383         * modules/path-concat: Don't depend on strdup.
14384
14385 2004-08-03  Simon Josefsson  <jas@extundo.com>
14386
14387         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14388         * lib/progname.h: Don't include stdbool.h.
14389
14390 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14391
14392         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14393         * MODULES.html.sh (func_all_modules): Remove fatal.
14394
14395 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14396
14397         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14398
14399 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14400
14401         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14402         working.
14403
14404 2004-08-02  Simon Josefsson  <jas@extundo.com>
14405
14406         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14407         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14408         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14409
14410 2004-08-01  Simon Josefsson  <jas@extundo.com>
14411
14412         * lib/xgetdomainname.c: Include stdlib.h, for free().
14413
14414 2004-07-19  Bruno Haible  <bruno@clisp.org>
14415
14416         * MODULES.html.sh (func_all_modules): Add dummy.
14417
14418 2004-07-16  Simon Josefsson  <jas@extundo.com>
14419
14420         * modules/dummy: New file.
14421
14422 2004-07-16  Simon Josefsson  <jas@extundo.com>
14423
14424         * lib/dummy.c: New file.
14425
14426 2004-07-16  Bruno Haible  <bruno@clisp.org>
14427
14428         * lib/backupfile.h: Add extern "C" for C++.
14429         * lib/closeout.h: Likewise.
14430         * lib/copy-file.h: Likewise.
14431         * lib/findprog.h: Likewise.
14432         * lib/full-write.h: Likewise.
14433         * lib/pathname.h: Likewise.
14434         * lib/progname.h: Likewise.
14435         * lib/stpcpy.h: Likewise.
14436         * lib/stpncpy.h: Likewise.
14437         * lib/strcase.h: Likewise.
14438         * lib/strstr.h: Likewise.
14439         * lib/xalloc.h: Likewise.
14440
14441         * lib/mbswidth.h: Add extern "C" for C++.
14442         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14443
14444 2004-07-13  Robert Millan  <robertmh@gnu.org>
14445
14446         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14447
14448 2004-07-09  Simon Josefsson  <jas@extundo.com>
14449
14450         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14451         failed without this.)
14452
14453 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14454
14455         * modules/chown (Files): Add lib/fchown-stub.c, since
14456         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14457
14458 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14459
14460         * lib/fchown-stub.c: New file.
14461
14462 2004-06-24  Jim Meyering  <jim@meyering.net>
14463
14464         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14465
14466 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14467
14468         * modules/argz: Omit "#include".
14469
14470         * MODULES.html.sh (func_all_modules): Add calloc, to match
14471         2004-06-01 addition of calloc module.
14472
14473 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14474
14475         * m4/argz.m4: New file, which is autoupdated from libtool.
14476
14477 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14480         libtool.
14481
14482 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14483
14484         * config/srclist-update: Don't insist on "USA." before the
14485         close-comment, as libtool omits the period and puts the */ on a
14486         separate line.
14487         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14488         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14489
14490 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14491
14492         * modules/argz: New file.
14493         * MODULES.html.sh (func_all_modules): Add argz.
14494
14495 2004-06-12  Jim Meyering  <jim@meyering.net>
14496         and  Paul Eggert  <eggert@cs.ucla.edu>
14497
14498         * modules/hash (Files): Add lib/xalloc.h.
14499         * modules/pipe (Depends-on): Add wait-process.
14500         * modules/stat (Depends-on): Add xalloc.
14501         * modules/userspec (Files): Add lib/userspec.h.
14502         * modules/xstrto
14503
14504         Upgrade from gettext-0.13.
14505         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14506         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14507         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14508
14509 2004-06-10  Jim Meyering  <jim@meyering.net>
14510
14511         * lib/calloc.c: New file.
14512
14513 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14514
14515         * lib/getdate.y (yylex): Allow space between sign and number.
14516         Problem reported by Dan Jacobson.
14517
14518 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14519
14520         Merge from coreutils CVS.
14521
14522         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14523         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14524         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14525         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14526         xstrtol.m4: Fix copyright date and/or serial number.
14527
14528         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14529         See if we need an fchown replacement.
14530         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14531         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14532         and use the replacement function if we detect either defect.
14533
14534         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14535         gl_UTIMECMP.
14536
14537 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14538         and  Jim Meyering  <jim@meyering.net>
14539
14540         Merge from coreutils CVS.
14541
14542         * lib/stat-macros.h: New file, with contents from file-type.h
14543         and coreutils' system.h.
14544         * lib/file-type.c: Include "stat-macros.h".
14545         * lib/file-type.h (file_type): Move all macro definitions to new file,
14546         stat-macros.h.
14547
14548         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14549         Wrap old code with this conditional.
14550         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14551         function that does not dereference symlinks.
14552         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14553
14554         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14555         dependency problems.
14556         (xreadlink): Accept new arg SIZE, for efficiency.
14557         All decls and uses changed.
14558         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14559
14560         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14561         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14562
14563         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14564         sysexits.h.
14565
14566 2004-06-01  Jim Meyering  <jim@meyering.net>
14567
14568         * m4/calloc.m4: New file.
14569
14570 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14571
14572         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14573         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14574         Also, fix a typo in a diagnostic.
14575
14576 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14577
14578         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14579         or AC_FUNC_REALLOC.
14580
14581 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14582
14583         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14584         macros to be defined.
14585         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14586         the allocator returns NULL because the requested size is zero.
14587
14588 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14589
14590         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14591         var.  Add comment explaining why libc still defines it.  This
14592         merges the following patch from glibc:
14593         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14594
14595 2004-05-20  Andreas Schwab  <schwab@suse.de>
14596
14597         * m4/free.m4: Replace free if it not known to work, not the other
14598         way round.
14599
14600 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14601
14602         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14603         present in glibc since revision 1.1 of this file.
14604         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14605         obstack_alignment_mask, obstack_alloc, obstack_base,
14606         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14607         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14608         obstack_grow0, obstack_init, obstack_int_grow,
14609         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14610         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14611         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14612         nonexistent functions.
14613
14614 2004-05-18  Karl Berry  <karl@gnu.org>
14615
14616         * config/srclist.txt: break link for vasnprintf.c.
14617
14618 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14619
14620         Port obstack to the AS/400, where pointers are 16 bytes wide and
14621         you cannot cast an integer to a valid pointer.  This patch is
14622         currently waiting to be integrated into glibc; see
14623         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14624
14625         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14626         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14627         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14628         (struct obstack): temp member is now a union of a pointer and
14629         an integer, instead of an integer.  All integer uses changed.
14630         This does not affect the physical layout of struct obstack,
14631         except on hosts (like the AS/400) where the size or alignment of
14632         void * is greater than that of ptrdiff_t.
14633         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14634         __STDC__)]: Store temporary in pointer member of union, not
14635         integer member.
14636         * lib/obstack.c: Include <stddef.h>, for offsetof.
14637         (struct fooalign): Remove; it doesn't need a name.
14638         (union fooround): Change double to long double, and add void *.
14639         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14640         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14641         not a macro.  Hence the values are always int; so remove all
14642         casts-to-int in uses.
14643
14644 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14645
14646         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14647         we can get this patch merged into glibc.
14648
14649 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14650             Paul Eggert  <eggert@cs.ucla.edu>
14651
14652         * m4/argp: Depend on alloca.
14653
14654 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14655             Paul Eggert  <eggert@cs.ucla.edu>
14656
14657         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14658         freecoding.
14659
14660 2004-05-17  Bruno Haible  <bruno@clisp.org>
14661
14662         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14663         precision that consists of a '.' followed by an empty digit string.
14664         Patch by Tor Lillqvist <tml@iki.fi>.
14665
14666 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14667
14668         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14669         for backward compatibility with older code.  We need our own
14670         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14671         it under some other name, and our alloca.h will define it.
14672
14673 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14674             Derek Price  <derek@ximbiot.com>
14675
14676         * lib/alloca.c: Include <alloca.h>, to get our interface.
14677         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14678         include <alloca.h> first.  Use C89 prototype for alloca; this
14679         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14680         Use #elif for simplicity, since we can assume C89 now.
14681         Don't try to source the system alloca.h since it will not be found
14682         and to prevent recursively including its replacement.
14683         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14684         * lib/regex.c: Likewise.
14685
14686 2004-05-16  Derek Price  <derek@ximbiot.com>
14687             Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         getline cleanup.  This changes the getndelim2 API: both order of
14690         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14691         no delimiter).
14692
14693         * lib/getline.c: Don't include stddef.h or stdio.h, since our
14694         interface does that.
14695         (getline): Always use getdelim, so that we don't have two
14696         copies of this code.
14697         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
14698         if available.
14699         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
14700         (GETNDELIM2_MAXIMUM): New macro.
14701         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
14702         instead of the old practice of delim2==0.  All callers changed.
14703         Return -1 on overflow, instead of returning junk.
14704         Do not set *linesize unless allocation succeeds.
14705         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
14706         that we include sys/types.h.
14707         * lib/getnline.h: Likewise.
14708         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
14709         (getndelim2): Reorder arguments.
14710         * lib/getnline.c (getnline, getndelim):
14711         Don't discard the NMAX argument.
14712         (getnline): Invoke getndelim, to avoid code duplication.
14713         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
14714         of (size_t) -1 by callers of the getnline family.
14715
14716 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14717
14718         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
14719         Check for gettimeofday.
14720         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
14721         Check for settimeofday, stime.
14722
14723 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14724
14725         * lib/nanosleep.c (suspended): Change its type from int to
14726         sig_atomic_t volatile.
14727         (first_call): Make it private to rpl_nanosleep, and have it
14728         be zero initially as that's a bit faster.
14729         (my_usleep): Round up fractional times instead of truncating them,
14730         as this is the usual meaning for 'sleep'.
14731
14732         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
14733         doesn't work.
14734         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
14735         (ENOSYS): Define if not defined.
14736         (settime): Fall back on stime if it exists and settimeofday fails.
14737         But don't bother with fallbacks if a method fails with errno == EPERM.
14738
14739 2004-05-11  Jim Meyering  <jim@meyering.net>
14740
14741         Prior to this change, the save_cwd caller required read access to the
14742         current directory on most systems (ones with the fchdir function).
14743
14744         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
14745         fails, try write-only, and finally, resort to using xgetcwd.
14746
14747 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14748
14749         * lib/obstack.c, obstack.h: Import changes from libc.
14750
14751 2004-04-28  Bruno Haible  <bruno@clisp.org>
14752
14753         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
14754         also implicitly appends .exe to executables.
14755         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
14756         accepts Windows pathnames.
14757         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14758         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14759         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14760         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14761         Reported by Derek Robert Price <derek@ximbiot.com>.
14762
14763 2004-04-21  Karl Berry  <karl@gnu.org>
14764
14765         * config/srclist.txt (localcharset.c): break sync.
14766
14767 2004-04-20  Paul Eggert  <eggert@twinsun.com>
14768
14769         * m4/host-os.m4: Add a copyright notice.
14770
14771 2004-04-20  Jim Meyering  <jim@meyering.net>
14772
14773         Change UTILS_ to gl_ in AC_DEFINE'd names.
14774         Change utils_- and jm_-prefixed variables, too.
14775         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
14776         UTILS_FUNC_MKDIR_TRAILING_SLASH.
14777         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
14778
14779         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
14780         Don't emit trailing blanks.
14781         Also rename jm_-prefixed variables to have gl_ prefix.
14782
14783         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
14784         Also rename jm_-prefixed variables to have gl_ prefix.
14785
14786         * m4/jm-macros.m4: Reflect the renamings.
14787         * m4/prereq.m4: Likewise.
14788
14789 2004-04-20  Jim Meyering  <jim@meyering.net>
14790
14791         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
14792         memory.
14793
14794 2004-04-20  Jim Meyering  <jim@meyering.net>
14795             Bruno Haible  <bruno@clisp.org>
14796
14797         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
14798         memory when realloc fails.
14799
14800 2004-04-19  Jim Meyering  <jim@meyering.net>
14801
14802         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
14803         now that readutmp.c may call `free (0)'.
14804
14805 2004-04-19  Bruno Haible  <bruno@clisp.org>
14806
14807         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
14808         * m4/inttypes_h.m4: Likewise.
14809         * m4/stdint_h.m4: Likewise.
14810         * m4/intmax_t.m4: Likewise.
14811         * m4/uintmax_t.m4: Likewise.
14812
14813 2004-04-18  Jim Meyering  <jim@meyering.net>
14814
14815         * m4/prereq.m4: Don't forbid jm_ prefix.
14816
14817         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
14818         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
14819         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
14820         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
14821         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
14822         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
14823         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
14824         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
14825         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
14826         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
14827         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
14828         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
14829         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
14830         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
14831         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
14832         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
14833         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
14834         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
14835         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
14836
14837 2004-04-18  Jim Meyering  <jim@meyering.net>
14838
14839         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
14840         failure, don't leak memory and do call END_UTMP_ENT.
14841
14842 2004-04-16  Jim Meyering  <jim@meyering.net>
14843
14844         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
14845         coreutils' stat program.
14846         (gl_PREREQ): Don't require jm_PREREQ_STAT.
14847
14848 2004-04-11  Paul Eggert  <eggert@twinsun.com>
14849
14850         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
14851         C89.
14852         (CHAR_BIT): Remove, since we assume C89.
14853         Include <stdint.h> if available, as per current Autoconf CVS advice.
14854
14855 2004-03-31  Jim Meyering  <jim@meyering.net>
14856
14857         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
14858         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
14859         * m4/xalloc.m4: Likewise.
14860
14861 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14862
14863         Merge from coreutils.
14864
14865         * m4/inttostr.m4: New file.
14866         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
14867         Require AM_STDBOOL_H and gl_TIMESPEC instead.
14868         Require gl_CLOCK_TIME.
14869         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
14870
14871 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14872
14873         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
14874         not bool, to be more consistent with Unix conventions.
14875         Suggested by Bruno Haible.
14876
14877         Merge from coreutils.
14878
14879         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
14880         * lib/umaxtostr.c: New files.
14881
14882         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
14883         the usual <time.h> dance.
14884         (get_date): Change signature to support fractional time stamps.
14885         All callers changed.
14886         * lib/getdate.y: Include "getdate.h" first, as we can now
14887         assume C89 and don't need to worry about 'const'.
14888         Similarly, include "unlocked-io.h" near start, not in middle.
14889         Include <limits.h>.
14890         (textint.value): Use long int rather than int.
14891         (textint.digits): Use size_t rather than int.
14892         (BILLION, LOG10_BILLION): New constants.
14893         (parser_control): New member rel_ns.  Members day_ordinal,
14894         time_zone, month, day, hour, minutes, rel_year, rel_month,
14895         rel_day, rel_hour, rel_minutes, rel_seconds
14896         are now long int, not int.  Member seconds is now struct timespec,
14897         not int.  New member timespec_seen.  Members dates_seen, days_seen,
14898         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
14899         not int.
14900         (%union.intval): Now long int, not int.
14901         New member timespec.
14902         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
14903         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
14904         (spec): Now is a timespec or an item list.
14905         (timespec, items): New nonterminals.
14906         (time, rel, relunit, number, get_date):
14907         Add support for fractional seconds.
14908         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
14909         (gmtime, localtime, mktime): Remove decls; not needed with C89.
14910         (to_hour): First arg is now long int, not int.
14911         (to_year): Returns long int, not int.
14912         Don't treat year -70 like 70.
14913         (tm_diff): Returns long int, not int.
14914         (lookup_word): Use bool instead of int when appropriate.
14915         (yylex): Use size_t for count, not int.
14916         Detect overflow when parsing large integer constants.
14917         Add support for fractions.
14918         (get_date): Make pointers 'const' if possible.
14919         Use more-portable code to detect integer overflow.
14920         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
14921         Don't use ctime; it's not reliable if the year has >4 digits.
14922
14923         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
14924         This is for compatibility with BSD.
14925
14926         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
14927         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
14928         From coreutils' system.h.
14929
14930         * lib/userspec.c: Don't include "posixver.h".
14931         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
14932         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
14933         compatible extension.  Simplify code by removing a boolean int
14934         that was always nonzero if a string was nonnull.
14935
14936 2004-03-30  Jim Meyering  <jim@meyering.net>
14937
14938         Merge from coreutils.
14939
14940         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
14941         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
14942         on some systems one must include <grp.h> before it.
14943         Reported by Christian Krackowizer.
14944
14945 2004-03-30  Jim Meyering  <jim@meyering.net>
14946
14947         Merge from coreutils.
14948
14949         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
14950
14951         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
14952         an empty input stream.
14953
14954         * lib/readtokens.c: Include <stdbool.h>.
14955         (readtoken): Use `size_t' rather than int/long.
14956         All callers adjusted.
14957         Use `bool' rather than `int' where appropriate.
14958         Use memset rather than an explicit loop.
14959         Use x2nrealloc rather than xrealloc.
14960         Allow the use of `\0' as a delimiter.
14961         (readtokens): Likewise.
14962         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
14963
14964 2004-03-30  Jim Meyering  <jim@meyering.net>
14965
14966         * m4/realloc.m4: Remove file, since now it does no more than
14967         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
14968         the `configure.ac' section of module/realloc.
14969         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
14970
14971 2004-03-30  Bruno Haible  <bruno@clisp.org>
14972
14973         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
14974         nonnull.
14975
14976 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14977
14978         Merge changes to getloadavg.c from coreutils and Emacs.
14979
14980         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
14981         Define to an expression, not to the empty string.
14982         Include cloexec.h and xalloc.h.
14983         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
14984         Use set_cloexec_flag rather than rolling our own.
14985         * lib/cloexec.c, lib/cloexec.h: New files.
14986
14987 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14988
14989         * m4/cloexec.m4: New file.
14990
14991 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14992
14993         * lib/getopt.h: Sync with libc CVS.
14994
14995 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14996             Bruno Haible  <bruno@clisp.org>
14997
14998         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
14999         mbswidth.
15000
15001 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15002             Bruno Haible  <bruno@clisp.org>
15003
15004         * lib/mbswidth.h: Include <wchar.h> only if
15005         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15006         <wchar.h>.
15007         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15008
15009 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15010
15011         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15012         Sync with libc CVS.
15013         * lib/getopt_int.h: New file, also synced from libc.
15014
15015 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15016
15017         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15018         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15019         Bring back getopt.c, getopt.h, getopt1.c.
15020
15021 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15022
15023         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15024         All uses changed.  Check for sa_sigaction member; this fixes
15025         a bug first reported by Jason Andrade in
15026         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15027
15028 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15029
15030         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15031         '#if' expressions.  Unlike the code it replaces, it does not
15032         depend on (defined _SC_PAGESIZE).  However, it does depend on
15033         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15034         first reported by Jason Andrade in
15035         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15036
15037 2004-02-25  Simon Josefsson  <jas@extundo.com>
15038
15039         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15040
15041 2004-02-25  Simon Josefsson  <jas@extundo.com>
15042
15043         * lib/strdup.h: New file.
15044         * lib/strdup.c: Include it.
15045         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15046         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15047
15048 2004-02-23  Karl Berry  <karl@gnu.org>
15049
15050         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15051         (from fencepost.gnu.org:/gd/gnuorg).
15052
15053 2004-02-23  Karl Berry  <karl@gnu.org>
15054
15055         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15056         * config/srclist.txt: add maintain/standards documents.
15057
15058 2004-02-18  Bruno Haible  <bruno@clisp.org>
15059
15060         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15061         Reported by Derek Robert Price <derek@ximbiot.com>.
15062
15063 2004-02-16  Karl Berry  <karl@gnu.org>
15064
15065         * config/mkinstalldirs, install-sh: update from automake.
15066
15067 2004-02-06  Karl Berry  <karl@gnu.org>
15068
15069         * m4/po.m4: update from gettext 0.14.1.
15070
15071 2004-02-06  Karl Berry  <karl@gnu.org>
15072
15073         * lib/config.charset: update from gettext 0.14.1.
15074
15075 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15076
15077         Add comments and code, prompted by suggestions from Bruno Haible
15078         for sh-quote.
15079         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15080         describing the enum quoting_style values.
15081         * lib/quotearg.c (quotearg_alloc): New function.
15082         (quotearg_buffer_restyled): Treat lone { and } as special.
15083         Treat = as special.  Work around bug with older shells
15084         that "see" a '\' that is really the 2nd byte of a multibyte char.
15085         Quote empty string with shell_quoting_style.
15086
15087 2004-02-03  Bruno Haible  <bruno@clisp.org>
15088
15089         * m4/pipe.m4: New file, from GNU gettext.
15090
15091 2004-02-03  Bruno Haible  <bruno@clisp.org>
15092
15093         * lib/pipe.h: New file, from GNU gettext.
15094         * lib/pipe.c: New file, from GNU gettext.
15095
15096 2004-01-27  Bruno Haible  <bruno@clisp.org>
15097
15098         * m4/execute.m4: New file, from GNU gettext.
15099
15100 2004-01-27  Bruno Haible  <bruno@clisp.org>
15101
15102         * lib/execute.h: New file, from GNU gettext.
15103         * lib/execute.c: New file, from GNU gettext.
15104         * lib/w32spawn.h: New file, from GNU gettext.
15105
15106 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15107
15108         Merge from diffutils.
15109
15110         * lib/file-type.c (file_type): Add typed memory objects.
15111         * lib/file-type.h (S_TYPEISTMO): New macro.
15112
15113         * lib/c-stack.h (c_stack_action): Remove argv argument.
15114         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15115         (die): Don't calculate message unless segv_action returns.
15116         (get_stack_location, min_address_from_argv, max_address_from_argv,
15117         volatile stack_base, volatile_stack_size): Remove.
15118         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15119         that every segmentation violation is a stack overflow.  (Ouch!)
15120         See Debian bug 136249 (still outstanding) for more info about why
15121         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15122
15123 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15124
15125         Exit-status fix from coreutils.
15126
15127         Use exit_failure consistently in place of EXIT_FAILURE,
15128         so that program exit statuses are consistent on failure.
15129
15130         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15131         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15132         * lib/argmatch.h: Comment fix to match the above.
15133         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15134         Now a macro referring to exit_failure, instead of a separate
15135         variable.  Include "exitfail.h" to get it.
15136         * lib/xstrtol.h: Include "exitfail.h".
15137         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15138
15139         * lib/long-options.c (parse_long_options): Use prototype
15140         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15141         for clarity.
15142
15143 2004-01-21  Jim Meyering  <jim@meyering.net>
15144
15145         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15146         so as not to conflict with a different-sized __mktime_internal
15147         function in GNU libc.
15148         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15149         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15150
15151 2004-01-20  Karl Berry  <karl@gnu.org>
15152
15153         * config/config.guess: update from config.
15154
15155         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15156
15157 2004-01-20  Bruno Haible  <bruno@clisp.org>
15158
15159         Safer stack allocation.
15160         * lib/setenv.c: Include allocsa.h.
15161         (alloca): Remove fallback definition.
15162         (freea): Remove macro.
15163         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15164         instead of freea.
15165
15166 2004-01-20  Bruno Haible  <bruno@clisp.org>
15167
15168         * m4/eealloc.m4: New file, from GNU gettext.
15169
15170 2004-01-20  Bruno Haible  <bruno@clisp.org>
15171
15172         * m4/allocsa.m4: New file, from GNU gettext.
15173
15174 2004-01-20  Bruno Haible  <bruno@clisp.org>
15175
15176         * lib/xallocsa.h: New file, from GNU gettext.
15177         * lib/xallocsa.c: New file, from GNU gettext.
15178
15179 2004-01-20  Bruno Haible  <bruno@clisp.org>
15180
15181         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15182
15183 2004-01-20  Bruno Haible  <bruno@clisp.org>
15184
15185         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15186         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15187         specially.
15188
15189 2004-01-20  Bruno Haible  <bruno@clisp.org>
15190
15191         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15192         patch.
15193
15194 2004-01-20  Bruno Haible  <bruno@clisp.org>
15195
15196         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15197
15198 2004-01-20  Bruno Haible  <bruno@clisp.org>
15199
15200         * lib/eealloc.h: New file.
15201
15202 2004-01-20  Bruno Haible  <bruno@clisp.org>
15203
15204         * lib/binary-io.h: Avoid warnings on Cygwin.
15205
15206 2004-01-20  Bruno Haible  <bruno@clisp.org>
15207
15208         * lib/allocsa.h: New file, from GNU gettext.
15209         * lib/allocsa.c: New file, from GNU gettext.
15210
15211 2004-01-18  Karl Berry  <karl@gnu.org>
15212
15213         * doc/gpl.texi, doc/lgpl.texi: new files.
15214
15215 2004-01-18  Karl Berry  <karl@gnu.org>
15216
15217         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15218         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15219
15220 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15221
15222         Merge from coreutils.
15223
15224         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15225         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15226         (gl_DEFAULT_POSIX2_VERSION): Move
15227         the documentation from 'configure' into 'config.hin',
15228         so that 'configure --help' isn't burdened by it and
15229         we don't have to worry about its formatting there.
15230         Reword the documentation so that it's more succinct
15231         and can be run together into a single paragraph.
15232         * m4/same.m4 (gl_SAME): Check for pathconf.
15233
15234 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15235
15236         Merge from coreutils.
15237
15238         * lib/posixver.c: Include posixver.h.
15239
15240         * lib/same.c: Include <stdbool.h>, <limits.h>.
15241         (_POSIX_NAME_MAX): Define if not defined.
15242         (MIN): New macro.
15243         (same_name): If file names are silently truncated, report
15244         that the file names are the same if they are the same after
15245         the silent truncation.
15246
15247         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15248         conversion function.
15249         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15250         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15251         longer needed.
15252
15253 2004-01-15  Jim Meyering  <jim@meyering.net>
15254
15255         Merge from coreutils.
15256
15257         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15258         if no library is required.
15259         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15260         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15261         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15262         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15263         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15264         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15265         value, $ac_cv_search_crypt, if it's "none required".
15266         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15267         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15268         not gl_FUNC_GETLOADAVG.
15269         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15270         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15271
15272 2004-01-15  Jim Meyering  <jim@meyering.net>
15273
15274         Merge from coreutils.
15275
15276         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15277         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15278         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15279
15280         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15281         optional configure-time default.
15282
15283         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15284
15285         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15286
15287 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15288
15289         Merge from coreutils.
15290
15291         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15292         value, $ac_cv_search_nanosleep, if it's "none required".
15293
15294 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15295
15296         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15297         with like-named macro in fnmatch.c.
15298         (EXT): Use an internal constant instead.
15299
15300         Merge fnmatch patches from glibc.
15301         * lib/fnmatch.c (mbsinit): Remove define.
15302         Add libc_hidden_ver (__fnmatch, fnmatch).
15303         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15304         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15305
15306 2004-01-14  Karl Berry  <karl@gnu.org>
15307
15308         * config/install-sh: update from automake.
15309
15310 2004-01-13  Karl Berry  <karl@gnu.org>
15311
15312         * config/install-sh: update from automake.
15313
15314 2004-01-09  Karl Berry  <karl@gnu.org>
15315
15316         * config/install-sh: update from automake.
15317
15318 2004-01-05  Karl Berry  <karl@gnu.org>
15319
15320         * config/config.{sub,guess}: update from config.
15321
15322 2003-12-31  Karl Berry  <karl@gnu.org>
15323
15324         * config/depcomp: update from automake.
15325
15326 2003-12-14  Karl Berry  <karl@gnu.org>
15327
15328         * lib/config.charset: update from gettext-runtime.
15329
15330 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15331
15332         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15333         Bug reported by Alfred M. Szmidt.
15334
15335 2003-12-03  Bruno Haible  <bruno@clisp.org>
15336
15337         * m4/gettext.m4: Upgrade from gettext-0.13.
15338         * m4/po.m4: Upgrade from gettext-0.13.
15339         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15340         * m4/intmax.m4: New file, from gettext-0.13.
15341         * m4/printf-posix.m4: New file, from gettext-0.13.
15342
15343 2003-11-29  Karl Berry  <karl@gnu.org>
15344
15345         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15346
15347 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15348             Bruno Haible  <bruno@clisp.org>
15349
15350         * lib/printf-parse.h: Don't include sys/types.h.
15351         (ARG_NONE): New macro.
15352         (char_directive): Change type of *arg_index fields to size_t.
15353         * lib/printf-parse.c: Don't include sys/types.h.
15354         (SSIZE_MAX): Remove macro.
15355         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15356         Remove unnecessary overflow check.
15357         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15358         fields.
15359
15360 2003-11-25  Bruno Haible  <bruno@clisp.org>
15361
15362         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15363
15364 2003-11-25  Bruno Haible  <bruno@clisp.org>
15365
15366         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15367         gt_TYPE_SSIZE_T.
15368
15369 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15370
15371         * modules/alloca: Remove dependency on xalloc.
15372
15373 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15374
15375         * lib/alloca.c: Remove dependency on xalloc module.
15376         (xalloc_die): Remove.
15377         (memory_full) [!defined emacs]: New macro.
15378         [!defined emacs]: Don't include xalloc.h.
15379         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15380         address arithmetic overflows.  Change datatypes a bit to avoid
15381         unnecessary casts.
15382
15383 2003-11-22  Jim Meyering  <jim@meyering.net>
15384
15385         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15386         s/size/size_t/.
15387
15388 2003-11-21  Karl Berry  <karl@gnu.org>
15389
15390         * config/config.{sub,guess}: update from config.
15391
15392 2003-11-18  Karl Berry  <karl@gnu.org>
15393
15394         * config/config.{sub,guess}: update from config.
15395
15396         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15397
15398 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15399
15400         * README: Mention that S+T cannot overflow if S is the size of
15401         an existing object and T is sufficiently small.
15402
15403 2003-11-17  Jim Meyering  <jim@meyering.net>
15404
15405         On systems without utime and without a utimes function capable of
15406         dealing with a NULL struct utimbuf* argument, this utime replacement
15407         could -- in unusual circumstances -- leak a file descriptor.
15408         * lib/utime.c: Include <unistd.h> and <errno.h>.
15409         (utime_null): Be sure to close `fd' and to preserve errno.
15410         Reported by Geoff Collyer via Arnold Robbins.
15411
15412 2003-11-17  Bruno Haible  <bruno@clisp.org>
15413
15414         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15415         (Depends-on): Add xsize.
15416
15417 2003-11-17  Bruno Haible  <bruno@clisp.org>
15418
15419         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15420
15421 2003-11-17  Bruno Haible  <bruno@clisp.org>
15422
15423         * lib/vasnprintf.c (alloca): Remove fallback definition.
15424         (freea): Remove definition.
15425         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15426         Reported by Paul Eggert.
15427
15428 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15429             Bruno Haible  <bruno@clisp.org>
15430
15431         Protect against address arithmetic overflow.
15432         * lib/printf-args.h: Include stddef.h.
15433         (arguments): Change type of field 'count' to size_t.
15434         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15435         'unsigned int' where appropriate.
15436         * lib/printf-parse.h: Include sys/types.h.
15437         (char_directive): Change type of *arg_index fields to ssize_t.
15438         (char_directives): Change type of fields 'count', max_*_length to
15439         size_t.
15440         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15441         (SSIZE_MAX): Define fallback value.
15442         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15443         instead of 'int' where appropriate. Check a_allocated, d_allocated
15444         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15445         * lib/vasnprintf.c: Include xsize.h.
15446         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15447         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15448         overflow. Avoid wraparound when converting a width or precision from
15449         decimal to binary.
15450
15451 2003-11-16  Bruno Haible  <bruno@clisp.org>
15452
15453         Update from GNU gettext.
15454         * lib/printf-parse.c: Generalize to it can be compiled for wide
15455         strings.
15456         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15457         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15458         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15459         SNPRINTF): New macros.
15460         Don't include <alloca.h> if the file is used inside libintl.
15461         (local_wcslen): New function, for Solaris 2.5.1.
15462         (VASNPRINTF): Use it instead of wcslen.
15463
15464 2003-11-16  Bruno Haible  <bruno@clisp.org>
15465
15466         * lib/xsize.h (xmax): New function.
15467         (xsum, xsum3, xsum4): Declare as "pure" functions.
15468
15469 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15470
15471         * modules/xalloc (Files): Undo latest change, since xalloc.h
15472         no longer needs SIZE_MAX or PTRDIFF_MAX.
15473
15474 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15475
15476         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15477         gl_PTRDIFF_MAX.
15478
15479 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15480
15481         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15482         "return", to pacify some unknown compiler.  Problem reported
15483         by Joerg Schilling.
15484
15485 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15486
15487         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15488         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15489         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15490         heuristic is just as accurate as far as we know, and it removes a
15491         dependency on size_max.m4 and ptrdiff_max.m4.
15492
15493 2003-11-11  Bruno Haible  <bruno@clisp.org>
15494
15495         * modules/xsize (Files): Add m4/size_max.m4.
15496         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15497
15498 2003-11-11  Bruno Haible  <bruno@clisp.org>
15499
15500         * m4/size_max.m4: New file.
15501         * m4/ptrdiff_max.m4: New file.
15502         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15503         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15504         (gl_XALLOC): Invoke it.
15505
15506 2003-11-11  Bruno Haible  <bruno@clisp.org>
15507
15508         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15509         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15510         defined.
15511
15512 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15513
15514         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15515         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15516         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15517         From Bruno Haible.
15518         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15519         not (size_t) -1, since it's defined here.
15520
15521 2003-11-09  Karl Berry  <karl@gnu.org>
15522
15523         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15524
15525 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15526
15527         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15528         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15529         Reject sizes of exactly SIZE_MAX bytes.
15530         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15531         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15532
15533 2003-11-05  Bruno Haible  <bruno@clisp.org>
15534
15535         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15536         SIZE_MAX defined in <limits.h> on Solaris.
15537
15538 2003-11-04  Jim Meyering  <jim@meyering.net>
15539
15540         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15541         variable names, rather than @VAR@.
15542         * modules/poll: Likewise.
15543
15544 2003-11-04  Bruno Haible  <bruno@clisp.org>
15545
15546         * modules/xsize: New file.
15547         * modules/linebreak: Depend on xsize.
15548         * MODULES.html.sh (func_all_modules): Add xsize.
15549
15550 2003-11-04  Bruno Haible  <bruno@clisp.org>
15551
15552         * m4/xsize.m4: New file.
15553
15554 2003-11-04  Bruno Haible  <bruno@clisp.org>
15555
15556         * lib/xsize.h: New file.
15557         * lib/linebreak.c: Include xsize.h.
15558         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15559         argument for overflow.
15560         Suggested by Paul Eggert.
15561
15562 2003-11-03  Karl Berry  <karl@gnu.org>
15563
15564         * config/config.{guess,sub}: update from config.
15565
15566 2003-11-03  Jim Meyering  <jim@meyering.net>
15567
15568         * modules/userspec (lib_SOURCES): Add userspec.h.
15569         (Include): Add "userspec.h".
15570         Improve description.
15571
15572 2003-11-03  Jim Meyering  <jim@meyering.net>
15573
15574         * lib/userspec.c: Include "userspec.h".
15575         * lib/userspec.h: New file.
15576
15577 2003-11-03  Bruno Haible  <bruno@clisp.org>
15578
15579         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15580
15581 2003-11-03  Bruno Haible  <bruno@clisp.org>
15582
15583         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15584         available, to avoid (extremely rare) race condition.
15585         Suggested by Paul Eggert.
15586
15587 2003-11-02  Karl Berry  <karl@gnu.org>
15588
15589         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15590
15591 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15592
15593         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15594         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15595         (read_filesystem_list): Set and use me_type_malloced.
15596         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15597         whatever the type happens to be), for brevity and consistency.
15598         Check for size calculation overflow on Alphas running OSF/1.
15599
15600 2003-10-31  Jim Meyering  <jim@meyering.net>
15601
15602         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15603
15604         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15605
15606 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15607             Bruno Haible  <bruno@clisp.org>
15608
15609         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15610         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15611
15612 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15613
15614         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15615         netbsd*-gnu*.  Suggested by Robert Millan.
15616
15617 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15618
15619         * modules/group-member: Depend on stdbool.
15620
15621 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15622
15623         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15624
15625 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15626
15627         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15628         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15629         after the 'gnu' in these cases.  This fixes some bugs in the
15630         previous change, and is based on suggestions by Robert Millan.
15631
15632 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15633
15634         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15635         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15636         no longer needed.
15637         * lib/quotearg.c (quotearg_n_options): Use it.
15638         * lib/group-member.c: Include <stdbool.h>.
15639         (free_group_info): Arg is now const *; don't free arg.
15640         (get_group_info): Now returns bool and accepts struct group_info *,
15641         rather than returning a malloc'ed struct group_info *.
15642         All uses changed.  Check for overflow in internal size calculation.
15643
15644         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15645         rather than xmalloc/xrealloc.
15646         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15647         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15648         conformance bug: the old code used a pointer after freeing the
15649         storage that it addressed.
15650         * lib/hash.c (hash_initialize): Simplify the code by using
15651         xalloc_oversized rather than doing it by hand.
15652         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15653         the buffer preserved.  Use free and xmalloc instead.
15654         * lib/quotearg.c (quotearg_n_options): Likewise.
15655         Use a simpler test for size overflow.  Don't use xalloc_oversized
15656         because unsigned int might be wider than size_t (!); this suggests
15657         that we should switch from unsigned int to size_t for slot numbers.
15658
15659 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15660
15661         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15662         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15663         NetBSD kernels.  Requested by Richard Stallman.
15664
15665 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15666
15667         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15668         to allocate the returned structure.  Do not allocate a subarray,
15669         as x2nrealloc will do that.
15670         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15671         instead of xnrealloc.
15672         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15673
15674 2003-10-27  Bruno Haible  <bruno@clisp.org>
15675
15676         * lib/stdbool_.h: Better support for BeOS.
15677
15678 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15679
15680         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15681         now uses inline.
15682
15683 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15684
15685         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15686         callers that want to do their own size-overflow checking.  Include
15687         <stdbool.h>, since xalloc_oversized returns bool.
15688         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15689         to use xalloc_oversized.
15690
15691         Add two functions x2realloc, x2nrealloc, for programs that grow
15692         arrays dynamically by doubling their sizes.
15693         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
15694         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
15695         New functions.
15696
15697         Port to C99 semantics for 'inline' of external functions.
15698         Bug reported by Bruno Haible.
15699         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
15700         with the old contents of xnmalloc.
15701         (xnmalloc, xmalloc): Use it.
15702         (xnrealloc_inline): New static inline function,
15703         with the old contents of xnrealloc.
15704         (xnrealloc, xrealloc): Use it.
15705
15706         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
15707         that.
15708
15709 2003-10-26  Karl Berry  <karl@gnu.org>
15710
15711         * config/srclist.txt (COPYING.DOC): no longer available from
15712         /gd/gnuorg; don't know where the ultimate source is.
15713
15714 2003-10-25  Paul Eggert  <eggert@twinsun.com>
15715
15716         Fix several address-calculation bugs in the hash modules,
15717         plus some minor code cleanup.
15718
15719         * lib/hash.h: Include <stdbool.h>, for bool.
15720         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
15721         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
15722         hash_get_n_entries, hash_get_max_bucket_length,
15723         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
15724         hash_rehash): Use size_t rather than unsigned.
15725         * lib/hash.c (struct hash_table, hash_get_n_buckets,
15726         hash_get_n_buckets_used, hash_get_n_entries,
15727         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
15728         hash_get_entries, hash_do_for_each, hash_string, is_prime,
15729         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
15730         Likewise.
15731         (SIZE_MAX): Define if not defined.
15732         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
15733         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
15734         hash_print):
15735         Use const * when possible.
15736         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
15737         (check_tuning): Fix bug: if tuning parameters were very close to
15738         0 or 1, rounding errors could have caused subscript violations.
15739         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
15740         (hash_initialize): Add 'fail:' label
15741         to free table and return NULL, and use it to simplify code.
15742         Use calloc rather than clearing the storage ourself.
15743         (hash_initialize, hash_rehash): Check for arithmetic overflow in
15744         buffer size calculations.
15745         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
15746         Include <stddef.h>, for size_t.
15747         * lib/hash-pjw.c (hash_pjw): Likewise.
15748         Switch to method described by Bruno Haible.
15749         Include <limits.h>, for CHAR_BIT.
15750         (SIZE_BITS): New macro.
15751
15752 2003-10-23  Paul Eggert  <eggert@twinsun.com>
15753
15754         * m4/getline.m4 (AM_FUNC_GETLINE):
15755         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
15756         hosts.  Problem reported by Derek Robert Price in
15757         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
15758         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
15759         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
15760
15761 2003-10-21  Paul Eggert  <eggert@twinsun.com>
15762
15763         * lib/getndelim2.c (getndelim2): When size calculation overflows,
15764         ceiling the allocation at NMAX bytes rather than silently
15765         discarding input bytes before NMAX is reached.  This makes
15766         a difference only if NMAX exceeds SIZE_MAX / 2.
15767
15768         * lib/obstack.c: Merge from glibc.
15769         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
15770         Add libc_hidden_def (_obstack_newchunk).
15771         (_obstack_free) [! defined _LIBC]: Remove.
15772         [defined _LIBC]: Make a strong alias from obstack_free, rather than
15773         a clone of the function body.
15774         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
15775         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
15776
15777         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
15778         glibc.
15779         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
15780         arg to memcpy.
15781
15782         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
15783         (obstack_ptr_grow_fast, obstack_int_grow_fast):
15784         Don't use lvalue casts, as GCC plans to remove support for them
15785         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
15786         was also present in the non-GCC version, indicating that this
15787         code had always been buggy and had never been widely used.
15788         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
15789         Use the fast variant of each macro, rather than copying the
15790         definiens of the fast variant; that way, we'll be more likely to
15791         catch future bugs in the fast variants.
15792
15793 2003-10-20  Bruno Haible  <bruno@clisp.org>
15794
15795         * modules/wait-process: New file.
15796         * MODULES.html.sh (func_all_modules): Add wait-process.
15797
15798 2003-10-20  Bruno Haible  <bruno@clisp.org>
15799
15800         * m4/wait-process.m4: New file.
15801
15802 2003-10-20  Bruno Haible  <bruno@clisp.org>
15803
15804         * lib/wait-process.h: New file, from GNU gettext.
15805         * lib/wait-process.c: New file, from GNU gettext.
15806
15807 2003-10-19  Jim Meyering  <jim@meyering.net>
15808
15809         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
15810         HPUX 10.20.
15811
15812 2003-10-18  Karl Berry  <karl@gnu.org>
15813
15814         * config/config.guess: update from config.
15815
15816 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15817
15818         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
15819         (getgroups): First arg is int, not size_t.
15820         Don't let 'free' mangle errno.
15821
15822 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15823
15824         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
15825
15826 2003-10-16  Karl Berry  <karl@gnu.org>
15827
15828         * config/config.{guess,sub}: update from config.
15829
15830 2003-10-16  Jim Meyering  <jim@meyering.net>
15831
15832         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
15833         memcpy.
15834
15835 2003-10-15  Paul Eggert  <eggert@twinsun.com>
15836
15837         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
15838         (SIZE_MAX): Remove.
15839         (new_exclude, add_exclude_file): Initial size no longer needs to
15840         be a power of 2.
15841         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
15842         our own address arithmetic overflow checking.
15843
15844         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
15845         (fnmatch): Do not alloca more than 2000 wide characters;
15846         instead, use malloc for large buffers.
15847         Check for address arithmetic overflow, and return -1
15848         with errno set to ENOMEM in that case.
15849         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
15850         (NEW_PATTERN): Do not alloca more than 8000 bytes;
15851         instead, return -1.  Check for address arithmetic overflow.
15852
15853 2003-10-14  Paul Eggert  <eggert@twinsun.com>
15854
15855         Handle invalid suffixes and overflow independently, so that
15856         callers can treat them independently as needed.  Fix some bugs in
15857         suffix handling, e.g., "100k@" was not diagnosed as an invalid
15858         suffix for a human-readable blocksize.  The major caller-visible
15859         change is the addition of a new
15860         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
15861         that both overflow and suffix chars were found.
15862
15863         * lib/human.c (humblock): Don't check separately for invalid suffix
15864         char; that is xstrtoumax's job (now that its bug is fixed).
15865         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
15866         INTMAX_MAX]: New macros.
15867         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
15868         TYPE_MAXIMUM): New macros.
15869         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
15870         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
15871         if overflow occurs, as it's what __strtol does and it's more useful
15872         in practice.
15873         (__xstrtol): If __strtol reports some error other than ERANGE,
15874         reflect it to the caller as LONGINT_INVALID.  If it reports
15875         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
15876         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
15877         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
15878         value.
15879         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
15880         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
15881         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
15882         [defined UINTMAX_MAX]: New macros.
15883
15884 2003-10-14  Bruno Haible  <bruno@clisp.org>
15885
15886         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
15887
15888 2003-10-14  Bruno Haible  <bruno@clisp.org>
15889
15890         * m4/sig_atomic_t: New file, from GNU gettext.
15891         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
15892
15893 2003-10-14  Bruno Haible  <bruno@clisp.org>
15894
15895         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
15896         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
15897         Also use volatile where needed.
15898
15899 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15900
15901         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
15902         Change maintainer from Bruno Haible to 'all'.
15903
15904 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15905
15906         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
15907
15908 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15909
15910         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
15911         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
15912         and define in terms of the other primitives.
15913         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
15914         (SIZE_MAX): Define if not already defined.
15915         (array_size_overflow): New function.
15916         (xalloc_die): Abort instead of exiting if 'error' returns.
15917         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
15918         (xmalloc, xrealloc): Use them.
15919         (xcalloc): Check for address arithmetic overflow.
15920         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
15921         a bit faster than strcpy.
15922
15923 2003-10-10  Simon Josefsson  <jas@extundo.com>
15924
15925         * modules/argp (Depends-on): Add restrict and strcase.
15926
15927 2003-10-10  Simon Josefsson  <jas@extundo.com>
15928
15929         * m4/argp.m4: Add AC_C_INLINE.
15930
15931 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15932
15933         Merge getpass from libc, plus a few fixes.
15934
15935         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
15936         Include <stdbool.h>.
15937         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
15938         __fsetlocking to empty.
15939         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
15940         do include <bits/libc-lock.h>.
15941         Do not include <fcntl.h>; not needed.
15942         [_LIBC]: Include <wchar.h>.
15943         (NOTCANCEL_MODE): New macro.
15944         (flockfile, funlockfile) [_LIBC]: New macros.
15945         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
15946         [!_LIBC]: New macros.
15947         (call_fclose): New function.
15948         (getpass): Use it.  Save tty stream separately; this simplifies the
15949         code and makes it more reliable if stdin happens to equal stdout.
15950         Invoke __fsetlocking on tty.
15951         Handle thread cancellation if needed.
15952         Namespace cleanup (use __tcgetattr, __getline).
15953         Use bool for Booleans.
15954         [USE_IN_LIBIO]: Handle wide streams.
15955         [!_LIBC]: Unconditionally do the fseek, since we don't know what
15956         stream might go where.
15957
15958         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
15959         doesn't have to include <stdio.h> before us.
15960         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
15961         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
15962         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
15963         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
15964         if not declared, so that we can use getpass.c code from libc without
15965         rewriting it.
15966         (flockfile, ftrylockfile, funlockfile): New macros.
15967
15968 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15969
15970         * modules/getpass: Depend on stdbool.
15971
15972 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15973
15974         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
15975
15976 2003-10-07  Karl Berry  <karl@gnu.org>
15977
15978         * config/config.{guess,sub}: update from config.
15979
15980 2003-10-06  Jim Meyering  <jim@meyering.net>
15981             Bruno Haible  <bruno@clisp.org>
15982
15983         This lets translators provide better translations for the
15984         "Written by ..." part of --version output.
15985         * lib/version-etc.h: Include stdarg.h.
15986         (version_etc_copyright): Declare as readonly.
15987         (version_etc): Make this function variadic with a NULL-terminated list
15988         of author name strings.
15989         (version_etc_va): New declaration.
15990         * lib/version-etc.c: Include stdarg.h, stdlib.h.
15991         (version_etc_copyright): Declare as readonly.
15992         (version_etc_va): New function. Provide a different translatable string
15993         for each possible number of authors < 10. Abbreviate when there are 10
15994         authors or more.
15995         (version_etc): Make this function variadic. Call version_etc_va.
15996         Suggestion from Gary V. Vaughan.
15997
15998         * lib/long-options.h (parse_long_options): Change prototype: the
15999         authors string is moved to the end and becomes variadic.
16000         * lib/long-options.c: Include stdarg.h.
16001         (parse_long_options): Make this function variadic, too.
16002         Call version_etc_va, not version_etc.
16003
16004 2003-10-06  Bruno Haible  <bruno@clisp.org>
16005
16006         * modules/version-etc-2: Remove file.
16007         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16008
16009 2003-10-06  Bruno Haible  <bruno@clisp.org>
16010
16011         * modules/fatal-signal: New file.
16012         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16013
16014 2003-10-06  Bruno Haible  <bruno@clisp.org>
16015
16016         * m4/fatal-signal.m4: New file.
16017         * m4/signalblocking.m4: New file, from GNU gettext.
16018
16019 2003-10-06  Bruno Haible  <bruno@clisp.org>
16020
16021         * lib/version-etc-2.h: Remove file.
16022         * lib/version-etc-2.c: Remove file.
16023
16024 2003-10-06  Bruno Haible  <bruno@clisp.org>
16025
16026         * lib/fatal-signal.h: New file, from GNU gettext.
16027         * lib/fatal-signal.c: New file, from GNU gettext.
16028
16029 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16030
16031         * README: Rework advice for preventing empty .o files.
16032         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16033         not <sys/types.h>.
16034
16035 2003-10-04  Karl Berry  <karl@gnu.org>
16036
16037         * lib/argp*: update from libc.
16038
16039 2003-10-04  Karl Berry  <karl@gnu.org>
16040
16041         * config/config.{guess,sub}: update from config.
16042
16043 2003-10-02  Bruno Haible  <bruno@clisp.org>
16044
16045         * modules/lchown (Include): Add lchown.h.
16046         * modules/time_r (Include): Use "..." syntax.
16047         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16048
16049 2003-10-01  Simon Josefsson  <jas@extundo.com>
16050
16051         * MODULES.html.sh (func_all_modules): Move gethostname from section
16052         'based on' to section 'lacking' POSIX:2001.
16053
16054 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16055
16056         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16057         to output mode on the same stream.
16058
16059 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16060
16061         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16062         Fix arg typo in previous patch.
16063
16064 2003-09-28  Jim Meyering  <jim@meyering.net>
16065
16066         * lib/error.c: Correct cpp indentation.
16067
16068 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16069
16070         * modules/free: New file.
16071
16072 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16073
16074         * m4/free.m4: New file.
16075
16076 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16077
16078         * lib/minmax.h (MIN, MAX)
16079         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16080         Omit the special code that used __typeof__, since we worry that
16081         it could be more trouble than it's worth.  See:
16082         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16083         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16084
16085         * lib/free.c: New file.
16086
16087 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16088
16089         Trivial fixes to Makefile.am parts of module listings.
16090         * modules/strstr: Append strstr.h to lib_SOURCES.
16091         * modules/strcase: Likewise, for strcase.h.
16092
16093 2003-09-27  Karl Berry  <karl@gnu.org>
16094
16095         * config/mkinstalldirs: update from automake.
16096
16097 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16098
16099         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16100         (error_tail): Do not loop, reallocating temporary buffer, since
16101         the output cannot contain more wide characters than the input
16102         contains bytes, the size must be big enough already.  This avoids
16103         one potential size overflow calculation.  Check for size overflow
16104         when calculating temporary buffer size.  Free temporary buffer
16105         when done, if it was allocated with malloc; this plugs a memory
16106         leak.  Remove casts from void * to pointers, that are no longer
16107         needed now that we're assuming C89 or better.
16108
16109         Merge error changes from glibc.
16110
16111         * lib/error.c, error.h: Update copyright notice header to match glibc.
16112         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16113         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16114         Disable cancellation while printing error.
16115         * lib/error.h: Prepend __ to parameter names.
16116
16117 2003-09-26  Jim Meyering  <jim@meyering.net>
16118
16119         * lib/error.c (error_tail): Move some declarations
16120         into inner scope where the local variables are used.
16121
16122 2003-09-26  Bruno Haible  <bruno@clisp.org>
16123
16124         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16125         stpncpy().
16126         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16127
16128 2003-09-26  Bruno Haible  <bruno@clisp.org>
16129
16130         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16131         (stpncpy): Define as alias for gnu_stpncpy.
16132         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16133
16134 2003-09-25  Simon Josefsson  <jas@extundo.com>
16135
16136         * lib/xgetdomainname.h: New file.
16137         * lib/xgetdomainname.c: New file.
16138
16139 2003-09-25  Simon Josefsson  <jas@extundo.com>
16140             Bruno Haible  <bruno@clisp.org>
16141
16142         * modules/getdomainname: New file.
16143         * modules/xgetdomainname: New file.
16144         * MODULES.html.sh (func_all_modules): Add getdomainname,
16145         xgetdomainname.
16146
16147 2003-09-25  Simon Josefsson  <jas@extundo.com>
16148             Bruno Haible  <bruno@clisp.org>
16149
16150         * m4/getdomainname.m4: New file.
16151
16152 2003-09-25  Simon Josefsson  <jas@extundo.com>
16153             Bruno Haible  <bruno@clisp.org>
16154
16155         * lib/getdomainname.h: New file.
16156         * lib/getdomainname.c: New file.
16157
16158 2003-09-25  Karl Berry  <karl@gnu.org>
16159
16160         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16161
16162 2003-09-25  Karl Berry  <karl@gnu.org>
16163
16164         * config/install-sh: update from automake.
16165
16166 2003-09-25  Bruno Haible  <bruno@clisp.org>
16167
16168         * modules/version-etc-2: New file, from modules/version-etc with
16169         modifications.
16170         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16171
16172 2003-09-25  Bruno Haible  <bruno@clisp.org>
16173
16174         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16175         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16176
16177 2003-09-24  Simon Josefsson  <jas@extundo.com>
16178
16179         * modules/xgethostname: Add xgethostname.h.
16180
16181 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16182
16183         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16184         the buffer associated with the argument.  Bug reported by
16185         Simon Josefsson.
16186
16187 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16188
16189         * README: Document assumptions that 'int' is at least 32 bits
16190         wide, that integer arithmetic is 2's complement without overflow,
16191         that there are no holes in integer values, that adding sizes of
16192         two nonoverlapping objects can't overflow, and that all-bits-zero
16193         yields scalar zero.  Fix spelling and capitalization typos.
16194
16195 2003-09-19  Karl Berry  <karl@gnu.org>
16196
16197         * lib/argp.h: update from libc.
16198
16199 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16200
16201         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16202         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16203         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16204
16205 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16206
16207         * gnulib-tool: Use "test -h", not "test -L", for portability
16208         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16209         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16210         (sed_extract_prog): Issue s commands one-by-one, rather than
16211         using \| in one s command.
16212
16213 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16214
16215         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16216         input error, instead of returning NULL the next time we are called
16217         (and therefore losing track of errno).
16218
16219 2003-09-16  Bruno Haible  <bruno@clisp.org>
16220
16221         * gnulib-tool (func_create_testdir): Warn about duplicated
16222         dependencies.
16223
16224 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16225
16226         * modules/argmatch, modules/fatal, modules/obstack,
16227         modules/xalloc, modules/xgethostname: Sort dependencies by
16228         importance, not alphabetically.
16229
16230 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16231
16232         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16233         fails, so that the caller gets the proper errno.
16234
16235         * lib/readutmp.c (read_utmp): Likewise.
16236         Check for fstat error.  Close stream and free storage
16237         when failing.
16238
16239 2003-09-14  Karl Berry  <karl@gnu.org>
16240
16241         * config/srclist.txt (strdup.c): disable for c89 changes.
16242
16243 2003-09-14  Jim Meyering  <jim@meyering.net>
16244
16245         * lib/getloadavg.c: Correct cpp indentation.
16246         * lib/strdup.c: Likewise.
16247         * lib/vasnprintf.c: Likewise.
16248
16249 2003-09-14  Bruno Haible  <bruno@clisp.org>
16250
16251         * modules/fwriteerror: New file.
16252         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16253
16254 2003-09-14  Bruno Haible  <bruno@clisp.org>
16255
16256         * lib/fwriteerror.h: New file.
16257         * lib/fwriteerror.c: New file.
16258
16259 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16260
16261         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16262         modules/xgethostname, modules/xalloc: Depend on exit.
16263
16264 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16265
16266         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16267
16268         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16269         and AC_MINIX, too, so that their extensions are available.
16270
16271         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16272         This macro has been superseded by gl_BACKUPFILE.
16273
16274         More patches to assume C89 or better.
16275
16276         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16277
16278         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16279         unconditionally.
16280         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16281         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16282         Include <string.h>, <stdlib.h> unconditionally.
16283         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16284         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16285         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16286         headers or for string.h.
16287         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16288         or strtoul.
16289
16290         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16291         headers.
16292         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16293         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16294         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16295         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16296         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16297         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16298         memcpy, memset.
16299         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16300         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16301         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16302         strtol.
16303         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16304         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16305         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16306         strtoul.
16307
16308 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16309
16310         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16311         * lib/obstack.c [!defined _LIBC]: Likewise.
16312         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16313         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16314         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16315
16316         More changes to assume C89 or better.
16317
16318         * lib/error.c (error_tail): Assume vprintf.
16319
16320         * lib/argmatch.c (getenv): Remove decl.
16321         * lib/progreloc.c (get_full_program_name): Define via prototype.
16322         * lib/setenv.c (clearenv): Likewise.
16323         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16324         needed.
16325         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16326         (malloc, memcpy): Remove decls.
16327         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16328         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16329         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16330         (memcpy): Remove macro.
16331         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16332         (__P): Remove.  All uses removed.
16333         (PTR): Remove.  All uses changed to void *.
16334         (CHAR_BIT, NULL): Remove.
16335         (spaces, zeros, memset_space, memset_zero)
16336         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16337         Remove.
16338         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16339         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16340         Define with prototype.
16341         Remove now-unnecessary prototype decl.
16342         (extra_args_spec): Assume ANSI C.  All uses changed.
16343         (extra_args_spec_iso): Remove.
16344         (my_strftime, emacs_strftimeu): Define via prototype.
16345         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16346         unconditionally.
16347         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16348         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16349         (strtoul, strtol): Remove decls.
16350         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16351         LONG_MAX): Remove.
16352         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16353         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16354         (LOCALE_PARAM_PROTO): New macro.
16355         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16356         (INTERNAL (strtol), strtol): Define with a prototype.
16357         (PARAMS): Remove.  All uses removed.
16358         * lib/tempname.c: Include <string.h> unconditionally.
16359         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16360         * lib/xgethostname.c (main): Define with a prototype.
16361         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16362         Include <stdlib.h> unconditionally.
16363         (calloc, malloc, realloc, free): Remove decls.
16364         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16365         Include <stdlib.h> unconditionally.  Sort include file names.
16366         (strtod): Remove.
16367         (xstrtod): Define with a prototype.
16368         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16369         (strtol, strtoul): Remove decls.
16370
16371 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16372
16373         More patches to assume C89 or better.
16374         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16375         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16376         string.h, memchr, STDC_HEADERS.
16377
16378 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16379
16380         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16381         Include <stdlib.h>, <string.h> unconditionally.
16382         Remove now-unnecessary cast to char *.
16383         * lib/strnlen.c: Include <string.h> unconditionally.
16384         * lib/yesno.c (yesno): Define with a prototype.
16385
16386 2003-09-11  Bruno Haible  <bruno@clisp.org>
16387
16388         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16389
16390 2003-09-10  Jim Meyering  <jim@meyering.net>
16391
16392         * lib/error.c: Correct indentation of cpp directives.
16393
16394 2003-09-10  Bruno Haible  <bruno@clisp.org>
16395
16396         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16397         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16398         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16399         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16400         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16401         <stdlib.h> and <string.h> checks.
16402         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16403         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16404
16405 2003-09-10  Bruno Haible  <bruno@clisp.org>
16406
16407         * lib/strcspn.c: Include <string.h> unconditionally.
16408         * lib/strpbrk.c: Include <string.h> unconditionally.
16409         * lib/strstr.c: Include <string.h> unconditionally.
16410         * lib/unicodeio.c: Include <string.h> unconditionally.
16411         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16412         * lib/unsetenv.c: Likewise.
16413         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16414         * lib/yesno.c: Include <stdlib.h> unconditionally.
16415         (rpmatch): Add prototype.
16416
16417 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16418
16419         More patches to assume C89 or better.
16420         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16421         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16422         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16423         or for string.h.
16424         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16425         stdlib.h.
16426         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16427         C headers.
16428         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16429         string.h.
16430         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16431         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16432         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16433         or for string.h.
16434         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16435         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16436         C headers.
16437         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16438         memcpy.
16439         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16440         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16441         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16442         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16443         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16444         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16445         string.h, free.
16446         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16447         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16448         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16449         C headers, or for string.h.
16450         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16451         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16452         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16453         headers, memory.h, stdlib.h, string.h, strings.h.
16454         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16455         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16456         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16457         strchr.
16458         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16459         headers, memory.h, string.h.
16460         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16461         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16462         free.
16463         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16464         headers.
16465         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16466         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16467         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16468         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16469         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16470
16471 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16472
16473         More K&R removal.
16474
16475         * lib/acosl.c (main): Use a prototype.
16476         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16477         tanl.c: Likewise.
16478
16479         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16480
16481         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16482         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16483         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16484         with a prototype.
16485         * lib/getopt.c (const): Remove macro.
16486         Include <string.h> unconditionally.
16487         (my_index): Remove; all uses changed to strchr.
16488         (strlen): Remove decl.
16489         (exchange): Remove forward decl; no longer needed.
16490         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16491         Define with prototype.
16492         * lib/getopt1.c (const): Remove macro.
16493         (getopt_long, getopt_long_only, main): Define with prototype.
16494
16495         * lib/getugroups.c: Include <string.h> unconditionally.
16496
16497         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16498         (getusershell, setusershell, endusershell, readname, main):
16499         Define with prototypes.
16500
16501         * lib/group-member.c: Include group-member.h first.
16502         Include <stdlib.h> unconditionally.
16503
16504         * lib/hard-locale.c: Include hard-locale.h first.
16505         Include <stdlib.h>, <string.h> unconditionally.
16506
16507         * lib/hash.c (free, malloc): Remove decls.
16508         Include <stdlib.h> unconditionally.
16509
16510         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16511         (getenv): Do not declare.
16512
16513         * lib/idcache.c: Include <string.h> unconditionally.
16514
16515         * lib/long-options.c: Include long-options.h first, to test interface.
16516         Include <stdlib.h> unconditionally.
16517
16518         * lib/makepath.c: Include makepath.h first, to test interface.
16519         Include <stdlib.h> and <string.h> unconditionally.
16520
16521         * lib/linebuffer.c: Include <stdlib.h>.
16522         (free): Remove decl.
16523
16524         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16525         stddef.h. rpl_malloc returns void *, not char *.
16526         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16527         prototype.
16528
16529         * lib/md5.h: Include <limits.h> unconditionally.
16530         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16531         (__P): Remove; all uses removed.
16532         * lib/md5.c: Include "md5.h" first.
16533         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16534         md5_buffer, md5_process_bytes, md5_process_block):
16535         Define with prototypes.
16536         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16537         * lib/sha.c: Include "sha.h" first.
16538         Include <stdlib.h>, <string.h> unconditionally.
16539
16540         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16541         * lib/memcmp.c (__ptr_t): Likewise.
16542         * lib/memrchr.c (__ptr_t): Likewise.
16543         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16544         Include <string.h> unconditionally.
16545         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16546         * lib/memchr.c: Include <stdlib.h> unconditionally.
16547         * lib/memchr.c (LONG_MAX): Remove.
16548         * lib/memrchr.c (LONG_MAX): Likewise.
16549         * lib/memchr.c (__memchr): Define via a prototype.
16550         * lib/memrchr.c (__memrchr): Likewise.
16551         * lib/memcmp.c (__P): Remove, and remove all uses.
16552         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16553         Remove forward decls; no longer needed.
16554         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16555         Use types required by C89 in prototype.
16556
16557         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16558         * lib/savedir.c: Likewise.
16559         * lib/mkdir.c (free): Remove decl.
16560         * lib/rmdir.c (rmdir): Define with a prototype.
16561         * lib/savedir.c: Include savedir.h first, to test interface.
16562
16563         * lib/mktime.c (STDC_HEADERS): Remove.
16564         Include <stdlib.h>, <string.h> unconditionally.
16565
16566         * lib/modechange.c: Include <stdlib.h> unconditionally.
16567         (malloc): Remove decl.
16568
16569         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16570         (free): Remove decl.
16571
16572         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16573         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16574         (This type really should be intptr_t, but that's a C99ism.)
16575         (_obstack_memcpy): Remove: all uses changed to memcpy.
16576         Include <string.h> unconditionally.
16577         (struct obstack): Assume __STDC__ for types of members
16578         chunkfun, freefun, extra_arg.
16579         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16580         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16581         obstack_begin, obstack_specify_allocation,
16582         obstack_specify_allocation_with_arg, obstack_chunkfun,
16583         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16584         Remove unprototyped decls and the macros that use them.
16585         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16586         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16587         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16588         (defined __STDC__ && __STDC__)]:
16589         Remove nonprototyped code.
16590         Include <stdlib.h> unconditionally.
16591         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16592         _obstack_allocated_p, _obstack_free, obstack_free,
16593         _obstack_memory_used, print_and_abort):
16594         Define using prototypes.
16595         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16596         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16597         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16598         obstack_next_free, obstack_object_size, obstack_room) [0]:
16599         Remove unused, unprototyped code.
16600
16601         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16602
16603         * lib/physmem.c (physmem_total, physmem_available, main): Define
16604         with prototypes.
16605
16606         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16607         (main): Define with a prototype.
16608
16609         * lib/posixver.c (getenv): Remove decl.
16610
16611         * lib/putenv.c (malloc): Returns void *, not char *.
16612         Include <string.h> unconditionally.
16613         (strchr, memcpy, NULL): Do not define.
16614
16615         * lib/readtokens.c: Include readtokens.h first, to test interface.
16616         Include <stdlib.h>, <string.h> unconditionally.
16617         (init_tokenbuffer): Define with a prototype.
16618
16619         * lib/regex.c (PARAMS): Remove.  All uses removed.
16620         All uses of _RE_ARGS removed, too.
16621         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16622         unconditionally.
16623         (bzero): Assume memset exists.
16624         (memcmp, memcpy, NULL): Remove.
16625         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16626         char, or assignments to local vars of type signed char.
16627         (init_syntax_once, PREFIX(extract_number_and_incr),
16628         PREFIX(print_partial_compiled_pattern),
16629         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16630         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16631         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16632         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16633         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16634         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16635         wcs_compile_range, byte_compile_range, truncate_wchar,
16636         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16637         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16638         count_mbs_length, wcs_re_match_2_internal,
16639         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16640         PREFIX(alt_match_null_string_p),
16641         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16642         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16643         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16644         now-unnecessary declaration, if any.
16645         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16646         regcomp, regexec):
16647         Remove now-unnecessary casts among pointer types.
16648         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16649
16650         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16651         (free): Remove decl.
16652
16653         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16654
16655         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16656         (free): Remove decl.
16657
16658         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16659         * lib/xgetcwd.c: Likewise.
16660
16661         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16662         (free): Remove decl.
16663
16664         * lib/strchrnul.c (strchrnul): Define with a prototype.
16665         Fix bug: c_in was not converted to char before searching.
16666
16667         The following changes are not K&R related:
16668
16669         * lib/group-member.h: Include <sys/types.h>, so that this file is
16670         self-contained.
16671         * lib/makepath.h: Likewise.
16672
16673         * lib/getusershell.c (readname, default_index, line_size, readname):
16674         Use size_t, not int, for sizes.
16675         (readname): If the size overflows, report an error instead of
16676         looping forever.
16677
16678 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16679
16680         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16681         libc.
16682
16683 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16684
16685         * README: New section: portability guidelines.
16686
16687 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16688
16689         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16690         C89 spec.
16691
16692 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16693
16694         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
16695
16696 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16697
16698         Assume C89 or better; remove K&R cruft.
16699         A few of these changes were first proposed by Derek Robert Price
16700         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
16701
16702         * lib/addext.c: Include <string.h> unconditionally.
16703         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
16704         Don't declare getenv or malloc.
16705
16706         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
16707         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
16708         (NULL): Remove.
16709         (find_stack_direction, alloca): Use prototypes.
16710
16711         * lib/atexit.c (atexit): Define using a prototype.
16712
16713         * lib/basename.c, dirname.c, stripslash.c:
16714         Include <string.h> unconditionally.
16715
16716         * lib/bcopy.c: Include <stddef.h>.
16717         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
16718
16719         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
16720
16721         * lib/error.h (error, error_at_line, error_print_progname)
16722         [! (defined (__STDC__) && __STDC__)]: Remove decls.
16723         * lib/error.c: Include error.h first, to check interface.
16724         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16725         (VA_START): Remove; all uses changeed to va_start.
16726         (exit, strerror): Remove decls.
16727         (error_print_progname): Prototype uncondionally.
16728         Don't include <errno.h>; no longer needed.
16729         (private_strerror): Remove.
16730         (error_tail): Always define.
16731         (error, error_at_line): Assume C89 or better; always use prototypes.
16732         * lib/fatal.c: Include "fatal.h" first, to test interface.
16733         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16734         (VA_START): Remove; all uses changed to va_start.
16735         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
16736         this case.
16737         (exit): Remove decl.
16738         (fatal): Prototype unconditionally.  Assume va_start works.
16739         Abort at end, to pacify gcc.
16740
16741         * lib/euidaccess.c (main): Define with a prototype.
16742
16743         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
16744
16745         * lib/exitfail.c: Include <stdlib.h> unconditionally.
16746
16747         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
16748         prototypes.
16749         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
16750         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
16751         (getenv): Remove decl.
16752         (fnmatch): Define using a prototype.
16753         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
16754         (FCT): Define using a prototype.
16755
16756         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
16757
16758         * lib/gethostname.c: Include <stddef.h>.
16759         (gethostname): Define with prototype.  Length is size_t, not int.
16760
16761 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16762
16763         Assume C89 or better; remove K&R cruft.
16764         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
16765         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
16766         string.h, getenv, malloc.
16767         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
16768         headers.
16769         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
16770         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
16771         do not check for strerror.
16772         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
16773         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
16774         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
16775         do not check for doprnt or vprintf.
16776         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
16777         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
16778
16779 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16780
16781         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
16782         getversion.c should have been removed then, but was accidentally
16783         preserved.
16784
16785         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
16786         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
16787
16788 2003-09-08  Karl Berry  <karl@gnu.org>
16789
16790         * config/config.sub, config.guess, srclistvars.sh: update from savannah
16791                 config, forget about prep.
16792
16793         * config/depcomp, missing: update from automake.
16794
16795 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16796
16797         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
16798         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16799
16800 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16801
16802         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
16803         copy_tm_result.  Bug reported by Simon Josefsson in
16804         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16805
16806 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16807
16808         * m4/time_r.m4: New file.
16809         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
16810         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
16811         is. Check for timegm declaration.
16812         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
16813         Do not check for gmtime_r.
16814         Replace mktime if __mktime_internal does not exist and if mktime
16815         hasn't been replaced already.
16816
16817 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16818
16819         * lib/time_r.c, lib/time_r.h: New files.
16820
16821         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
16822         __localtime_r.
16823         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
16824         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
16825
16826         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
16827         __gmtime_r.
16828         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
16829         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
16830         Include <time_r.h>.
16831
16832         * lib/timegm.c: Switch to glibc implementation, with the following
16833         changes:
16834         [defined HAVE_CONFIG_H]: Include <config.h>.
16835         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
16836         (__mktime_internal) [!defined _LIBC]: New decl.
16837         (__gmtime_r) [!defined _LIBC]: New macro and function.
16838         (timegm): Use a prototype, since gnulib assumes C89.
16839         Do not bother declaring tmp to be const, as it's not really usefu.
16840         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
16841         (timegm): Declare only if HAVE_DECL_TIMEGM.
16842
16843 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16844
16845         * MODULES.html.sh (func_all_modules): Add time_r.
16846         * modules/time_r: New file.
16847         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
16848         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
16849
16850 2003-09-03  Paul Eggert  <eggert@twinsun.com>
16851
16852         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
16853         Bug reported by Lute Kamstra in
16854         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
16855
16856         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
16857         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
16858         course with correspondingly smaller numbers for tomorrow and
16859         yesterday.  From Tadayoshi Funaba.  Originally installed into
16860         sh-utils on 1999-08-07, but the patch got lost (I guess during the
16861         coreutils merge?).
16862
16863 2003-08-31  Simon Josefsson  <jas@extundo.com>
16864
16865         * modules/timegm: New file.
16866         * MODULES.html.sh (func_all_modules): Add timegm.
16867
16868 2003-08-31  Simon Josefsson  <jas@extundo.com>
16869
16870         * m4/timegm.m4: New file.
16871
16872 2003-08-31  Simon Josefsson  <jas@extundo.com>
16873
16874         * lib/timegm.h: New file.
16875         * lib/timegm.c: New file.  Based on
16876         wget-1.8.2/src/http.c:mktime_from_utc.
16877
16878 2003-08-31  Karl Berry  <karl@gnu.org>
16879
16880         * lib/argp.h: update from libc.
16881
16882 2003-08-28  Bruno Haible  <bruno@clisp.org>
16883
16884         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
16885         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
16886         followed by '#define fnmatch fnmatch_posix' gives an error.
16887
16888 2003-08-28  Bruno Haible  <bruno@clisp.org>
16889
16890         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
16891         warning on QNX, which defines O_BINARY to 000000.
16892
16893 2003-08-27  Jim Meyering  <jim@meyering.net>
16894
16895         * m4/mkstemp.m4: Require that the system mkstemp be able to create
16896         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
16897         would fail after 32.  Reported by Danny Levinson.  Details here:
16898         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
16899
16900 2003-08-24  Bruno Haible  <bruno@clisp.org>
16901
16902         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
16903         MSVC7 <stdio.h> is included later.
16904
16905 2003-08-22  Simon Josefsson  <jas@extundo.com>
16906
16907         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
16908
16909 2003-08-20  Karl Berry  <karl@gnu.org>
16910
16911         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
16912
16913 2003-08-20  Bruno Haible  <bruno@clisp.org>
16914
16915         * modules/progname: New file.
16916         * MODULES.html.sh (func_all_modules): Add progname.
16917
16918 2003-08-20  Bruno Haible  <bruno@clisp.org>
16919
16920         * lib/progname.h: New file, from GNU gettext.
16921         * lib/progname.c: New file, from GNU gettext.
16922         * lib/progreloc.c: New file, from GNU gettext.
16923
16924 2003-08-19  Jim Meyering  <jim@meyering.net>
16925
16926         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
16927         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
16928
16929 2003-08-19  Bruno Haible  <bruno@clisp.org>
16930
16931         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
16932         more.
16933
16934 2003-08-19  Bruno Haible  <bruno@clisp.org>
16935
16936         * lib/xstrdup.c: Assume <string.h> exists.
16937
16938 2003-08-18  Paul Eggert  <eggert@twinsun.com>
16939
16940         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
16941         in makefile rules.
16942
16943 2003-08-18  Jim Meyering  <jim@meyering.net>
16944
16945         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
16946         * m4/lib-ld.m4: Likewise.
16947
16948 2003-08-18  Jim Meyering  <jim@meyering.net>
16949
16950         * lib/setenv.h: Indent nested cpp directive.
16951         * lib/vasnprintf.c: Remove trailing blanks.
16952
16953 2003-08-17  Simon Josefsson  <jas@extundo.com>
16954
16955         * modules/xstrndup: New file.
16956         * MODULES.html.sh (func_all_modules): Add xstrndup.
16957
16958 2003-08-17  Simon Josefsson  <jas@extundo.com>
16959
16960         * modules/argp: Fix autoconf macro name. Add more dependencies.
16961
16962 2003-08-17  Simon Josefsson  <jas@extundo.com>
16963
16964         * m4/xstrndup.m4: New file.
16965
16966 2003-08-17  Simon Josefsson  <jas@extundo.com>
16967
16968         * m4/argp.m4: New file.
16969
16970 2003-08-17  Simon Josefsson  <jas@extundo.com>
16971             Bruno Haible  <bruno@clisp.org>
16972
16973         * lib/xstrndup.h: New file.
16974         * lib/xstrndup.c: New file.
16975
16976 2003-08-17  Bruno Haible  <bruno@clisp.org>
16977
16978         * modules/strndup (Files, Include): Add lib/strndup.h.
16979
16980 2003-08-17  Bruno Haible  <bruno@clisp.org>
16981
16982         * modules/euidaccess (Files): Add lib/euidaccess.h.
16983
16984 2003-08-17  Bruno Haible  <bruno@clisp.org>
16985
16986         * lib/strndup.h: New file.
16987
16988 2003-08-17  Bruno Haible  <bruno@clisp.org>
16989
16990         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
16991         like AC_GNU_SOURCE.
16992         * modules/extensions (configure.ac): Comment out the invocation of
16993         gl_USE_SYSTEM_EXTENSIONS.
16994
16995 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16996
16997         Merges from coreutils, etc.
16998         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
16999         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17000         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17001         fixing a typo.
17002         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17003         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17004
17005 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17006
17007         Document merge from coreutils.
17008         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17009         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17010         * modules/utime: Add m4/utimes-null.m4.
17011
17012 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17013
17014         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17015         space, undoing this 2003-08-12 change:
17016         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17017
17018 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17019
17020         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17021         strtoul.c from libc, undoing this 2003-08-12 change:
17022         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17023
17024 2003-08-16  Jim Meyering  <jim@meyering.net>
17025
17026         Merges from coreutils.
17027         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17028         prefix.  Adjust cache variables similarly.  Create 500 rather than
17029         just 300 files, to exercise bug on Darwin6.5, too.
17030         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17031         $missing_dir.
17032         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17033         AM_SYS_POSIX_TERMIOS.
17034         Reported by mkc@mathdogs.com.
17035         Also change use of $am_cv_sys_posix_termios
17036         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17037         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17038         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17039         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17040         in /proc/mounts until it finds one with matching device number.  This
17041         is unnecessary when the FILE argument *is* a mount point.  No stat call
17042         is necessary in that case.  So, disable the statvfs-testing code on
17043         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17044         as RedHat bug# 84846.
17045         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17046         to 1MB, so as not to render systems with no stack size limit (e.g.,
17047         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17048         Include <unistd.h>.  On some systems,
17049         it is required for the definition of _SC_PAGESIZE.
17050
17051 2003-08-16  Jim Meyering  <jim@meyering.net>
17052
17053         Merge from coreutils.
17054         * lib/xstrtoimax.c: #else #if -> #elif.
17055         * lib/xstrtoumax.c: Likewise.
17056
17057 2003-08-16  Jim Meyering  <jim@meyering.net>
17058
17059         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17060         * m4/utimes.m4: Removed.
17061         * m4/utimes-null.m4: Renamed from utimes.m4.
17062
17063         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17064         to 1MB, so as not to render systems with no stack size limit (e.g.,
17065         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17066         Include <unistd.h>.  On some systems,
17067         it is required for the definition of _SC_PAGESIZE.
17068
17069 2003-08-16  Jim Meyering  <jim@meyering.net>
17070         and Paul Eggert  <eggert@cs.ucla.edu>
17071
17072         Merges from coreutils, etc.
17073
17074         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17075         using the latest version from cvs.  This avoids problems with #line
17076         directives using a vendor (Sun) compiler.
17077         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17078         Don't set GETGROUPS_LIB here; now it's
17079         done via getgroups.m4's wrapper function.
17080         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17081         rather than just in sh-util/configure.in, so that the
17082         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17083         same.
17084         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17085         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17086         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17087         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17088         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17089         Remove code that is now done by the newly-required macros.
17090         Append $(EXEEXT) to DF_PROG.
17091         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17092         Do not invoke or require the following here,
17093         since prereq.m4 or some gnulib .m4 now does this for us:
17094         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17095         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17096         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17097         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17098         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17099         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17100         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17101         AC_FUNC_OBSTACK.
17102         Do not replace the following functions, as this is now the job
17103         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17104         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17105         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17106         atexit getpass, strdup, getpagesize.
17107         Replace 'raise'.
17108         Do not check for the following functions, as this is now the job
17109         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17110         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17111         setregid.
17112         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17113         Check for sys/sysctl.h.
17114         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17115         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17116         of checking for ssize_t ourselves.
17117
17118         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17119         Require every macro that gnulib/modules/* suggests for us.
17120         (jm_PREREQ_ADDEXT): New macro.
17121         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17122         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17123
17124         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17125         (gl_PHYSMEM): Use it.
17126         Also check for `table' function.
17127         Check for new headers and functions.
17128         Add check for sys/sysmp.h.
17129         With suggestions from Kaveh Ghazi.
17130         Ignore headers that are present but cannot be compiled.  This
17131         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17132         C 5.4.
17133
17134 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17135
17136         Document merge from coreutils.
17137         * modules/userspec: Depend on posixver.
17138         * modules/strftime: Depend on tzset.
17139
17140 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17141
17142         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17143         rather than tab, after '#' in shell-script copyright notices.
17144         Suggested by Bruno Haible.
17145
17146 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17147
17148         * config/srclist-update: Use three spaces, rather than tab, after '#'
17149         in shell-script copyright notices.  Suggested by Bruno Haible.
17150         Remove unnecessary parenthesization in regular expression.
17151
17152 2003-08-15  Jim Meyering  <jim@meyering.net>
17153
17154         Merge from coreutils.
17155         * lib/xgethostname.c: Include <stdlib.h>.
17156         (xghostname): Don't exit for anything other than memory-related
17157         failure; just return NULL.
17158         * lib/userspec.c: Include "posixver.h".
17159         (parse_user_spec): Accept `.' as a separator only
17160         in pre-POSIX-200112 mode.
17161         * lib/strtoimax.c: Use #elif rather than #else #if.
17162         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17163         Remove function, now that we can rely on a working tzset function.
17164         [!_LIBC]: Ensure that the required autoconf test has been run.
17165         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17166         Use underlying_strftime for %r.
17167         * lib/sha.c: Merge in some clean-up and optimization changes from
17168         glibc.
17169         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17170         Ensure that it is a multiple of 64.
17171         Rearrange loop exit tests so as to avoid performing an
17172         additional fread after encountering an error or EOF.
17173         * lib/realloc.c: Update copyright date.
17174
17175 2003-08-15  Jim Meyering  <jim@meyering.net>
17176         and Paul Eggert  <eggert@twinsun.com>
17177
17178         Merge from coreutils.
17179         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17180         member but strut utmpx does not.  Needed for AIX 4.3.3.
17181         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17182
17183 2003-08-15  Jim Meyering  <jim@meyering.net>
17184         and Paul Eggert  <eggert@cs.ucla.edu>
17185
17186         Merges from coreutils, etc.
17187         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17188         Require gl_FUNC_TZSET_CLOBBER.
17189         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17190         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17191         members.
17192
17193 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17194
17195         Help the merge from coreutils.
17196         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17197         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17198         * m4/tzset.m4: Use it too.
17199
17200 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17201
17202         * modules/tzset: New file.
17203
17204 2003-08-14  Jim Meyering  <jim@meyering.net>
17205
17206         Merges from coreutils.
17207         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17208         variable names, rather than @FNMATCH_H@.
17209         * modules/alloca: Likewise for $(ALLOCA_H).
17210
17211         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17212         the three copies of the literal target, `fnmatch.h'.
17213         * modules/alloca (alloca.h): Likewise.
17214
17215 2003-08-14  Jim Meyering  <jim@meyering.net>
17216
17217         Merge from coreutils.
17218         * m4/tzset.m4: New file.
17219         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17220         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17221         otherwise, AIX 5.1 systems would end up using the latter.
17222         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17223         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17224         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17225         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17226
17227 2003-08-14  Jim Meyering  <jim@meyering.net>
17228
17229         Merge from coreutils.
17230         * lib/obstack.h: Whitespace changes.
17231         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17232         and xcalloc return values.
17233         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17234         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17235         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17236         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17237         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17238         error from mntctl.
17239         Use mntctl's return value to drive the entry-processing loop, since
17240         we can't rely on the value of the vmt_length member in the last
17241         entry.  On some systems doing so could result in exhausting
17242         virtual memory.  Based in part on a patch from Mike Jetzer.
17243
17244 2003-08-14  Jim Meyering  <jim@meyering.net>
17245         and Paul Eggert  <eggert@twinsun.com>
17246
17247         Merges from coreutils, plus other fixes.
17248         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17249         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17250         for credits and details.  Thanks to Kaveh Ghazi for helping
17251         to keep these files in sync.
17252         (ARRAY_SIZE): Define it.
17253         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17254         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17255         (memcasecmp): Don't assume size_t fits in unsigned int.
17256         Remove casts and duplicate code.
17257         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17258         (memcpy): Remove definition.
17259         Merge in some clean-up and optimization changes from glibc.
17260         [BLOCKSIZE]: Move definition to top of file.
17261         Ensure that it is a multiple of 64.
17262         Rearrange loop exit tests so as to avoid performing an
17263         additional fread after encountering an error or EOF.
17264         * lib/md5.h (md5_uintptr): Define.
17265         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17266         return to the initial working directory.  Preserve errno
17267         for caller.
17268         * lib/idcache.c: Include "xalloc.h".
17269         (xmalloc, xrealloc): Remove decls.
17270         (getuser): Remove casts no longer required in C89.
17271         * lib/human.c: Include stdio.h, for sprintf.
17272         * lib/group-member.c: Include "xalloc.h".
17273         (xmalloc, xrealloc): Remove decls.
17274         (get_group_info): Remove casts no longer required in C89.
17275         * lib/getusershell.c (readname): Remove casts no longer required in
17276         C89.
17277         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17278         * lib/getline.c: Whitespace fix, from coreutils.
17279
17280 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17281
17282         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17283         Check for isascii.
17284
17285         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17286         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17287         Undo previous (whitespace-only) change.
17288
17289 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17290
17291         * lib/exclude.c: Include <ctype.h>
17292         (IN_CTYPE_DOMAIN): New macro.
17293         (is_space): New fn.
17294         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17295         and empty lines.
17296
17297         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17298         Undo previous (whitespace-only) change.
17299
17300 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17301
17302         * config/srclist-update: Change update back to the old behavior,
17303         leaving whitespace alone.  Use one 'sed' command rather than a
17304         pipeline.
17305         (fixlicense): Now a variable, not a function.
17306         (remove_trailing_blanks): Remove.
17307         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17308         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17309         Undo previous (whitespace-only) change.
17310
17311 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17312
17313         Merge from coreutils.
17314         * modules/euidaccess: Add lib_SOURCES, include for new
17315         file euidaccess.h
17316
17317 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17318
17319         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17320         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17321         Normalize leading white space and remove trailing white space.
17322
17323         Merge from coreutils
17324         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17325
17326         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17327         0.12.1.  These files are now being upgraded automatically by
17328         ../config/srclist-update.
17329
17330 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17331
17332         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17333         Normalize leading white space and remove trailing white space.
17334         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17335         notice, as per ../config/srclist-update.
17336
17337         Merge from coreutils.
17338         * lib/euidaccess.h: New file.
17339         * lib/euidaccess.c: Include it.
17340         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17341         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17342         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17343
17344 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17345
17346         * config/srclist-update: Add copyright notice.
17347         (remove_id_lines, remove_trailing_blanks): New constants.
17348         (fixfile): Use them to normalize spacing a bit in copied files.
17349         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17350         Normalize leading white space and remove trailing white space.
17351
17352         * config/texinfo.tex: Sync with texinfo.
17353
17354         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17355         strtoul.c from libc, to merge coreutils whitespace changes.
17356
17357         * config/srclist.txt: Get the following m4 files from gettext:
17358         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17359         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17360         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17361         wint_t.m4.
17362
17363 2003-08-12  Karl Berry  <karl@gnu.org>
17364
17365         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17366         been made.
17367
17368 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17369
17370         * modules/gnu-source, m4/gnu-source.m4:
17371         Remove; we're assuming Autoconf 2.54 or later now.
17372         Suggested by Bruno Haible.
17373         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17374
17375 2003-08-11  Bruno Haible  <bruno@clisp.org>
17376
17377         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17378
17379 2003-08-11  Bruno Haible  <bruno@clisp.org>
17380
17381         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17382         (vasnprintf): Use it instead of wcslen.
17383
17384 2003-08-11  Bruno Haible  <bruno@clisp.org>
17385
17386         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17387         value to ensure that _Bool promotes to int. Use #define for _Bool when
17388         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17389
17390 2003-08-10  Karl Berry  <karl@gnu.org>
17391
17392         * lib/regex.h: update from libc (whitespace fix).
17393
17394 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17395
17396         Merge some files from coreutils.  These changes were
17397         originally made by Jim Meyering.
17398         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17399         many older Unixes require this.
17400         * lib/alloca.c (alloca): Remove cast to argument of free;
17401         no longer needed in C89.
17402         * lib/alloca_.h, regex.h: Fix white space to match
17403         what GNU indent does.
17404
17405 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17406
17407         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17408         apparently Emacs's Unicode mode got confused before my 2003-08-05
17409         checkin.
17410
17411 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17412
17413         * m4/extensions.m4: New file.
17414         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17415         Require gl_USE_SYSTEM_EXTENSIONS.
17416         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17417         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17418
17419 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17420
17421         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17422         * modules/extensions, modules/gnu-source: New files.
17423         * modules/timespec, modules/unlocked-io: Depend on extensions.
17424
17425 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17426
17427         * modules/restrict: New file.
17428         * MODULES.html.sh (func_all_modules): Add restrict.
17429         * modules/regex: Depend on restrict.
17430
17431 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17432
17433         * m4/restrict.m4: New file.
17434         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17435
17436 2003-08-07  Bruno Haible  <bruno@clisp.org>
17437
17438         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17439         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17440
17441 2003-08-07  Bruno Haible  <bruno@clisp.org>
17442
17443         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17444         makes the module 'getndelim2' compatible with the module 'getline'.
17445
17446 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17447
17448         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17449         byte with "\201" to avoid glitches when editing that source file
17450         with multi-gnome-terminal.
17451
17452 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17453
17454         * lib/bumpalloc.h: Remove.
17455
17456 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17457
17458         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17459         * modules/bumpalloc: Remove.
17460
17461 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17462
17463         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17464         GNU coding style.
17465
17466         Merge from coreutils.
17467         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17468         1. From glibc.
17469         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17470         from Karl Berry, implemented by Jim Meyering.
17471         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17472         from Dmitry V. Levin.
17473         Remove anachronistic cast of xrealloc.
17474         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17475         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17476         type. Otherwise, it wouldn't compile with at least /bin/cc on
17477         ymp-cray-unicos9.0.2.X.
17478         Combine two mostly-identical uses of alloca into one.
17479         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17480
17481 2003-08-04  Dave Love  <d.love@dl.ac.uk>
17482
17483         [From Emacs.]
17484
17485         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17486         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17487         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17488         obsolete NLIST_NAME_UNION.
17489         [__GNU__]: Undef BSD and FSCALE.
17490         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17491
17492 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17493
17494         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17495         an enum type, so that it's guaranteed to promote to int.  See:
17496         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17497
17498 2003-08-03  Karl Berry  <karl@gnu.org>
17499
17500         * config/depcomp: update from automake.
17501
17502 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17503
17504         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17505         (strerror): Don't assume that a printable int fits in 14 bytes.
17506
17507 2003-07-31  Bruno Haible  <bruno@clisp.org>
17508
17509         * modules/getpass-gnu: New file.
17510         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17511
17512 2003-07-31  Bruno Haible  <bruno@clisp.org>
17513
17514         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17515
17516 2003-07-24  Karl Berry  <karl@gnu.org>
17517
17518         * config/missing: update from automake.
17519
17520 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17521             Bruno Haible  <bruno@clisp.org>
17522
17523         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17524         * lib/getline.c (getline, getdelim): Likewise.
17525         Remove _GNU_SOURCE define; now it's defined in config.h through
17526         m4/getline.m4.
17527
17528 2003-07-23  Karl Berry  <karl@gnu.org>
17529
17530         * config/config.sub: update from prep.
17531
17532 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17533
17534         * modules/xalloc (Depends-on): Add exitfail.
17535         * modules/xmemcoll: Likewise.
17536
17537 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17538
17539         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17540         over-parenthesization in macros.
17541
17542         Sync with coreutils.
17543
17544         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17545         required by C99.
17546
17547         Use `exit_failure' for xalloc and xmemcoll instead of their own
17548         private exit-failure variables.
17549         * lib/xalloc.h (xalloc_exit_failure): Remove.
17550         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17551         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17552         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17553         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17554         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17555
17556 2003-07-20  Jim Meyering  <jim@meyering.net>
17557
17558         * modules/closeout (Depends-on): Add exitfail.
17559         Suggestion from Bruno Haible.
17560
17561 2003-07-19  Karl Berry  <karl@gnu.org>
17562
17563         * config/config.sub: update from prep.
17564
17565 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17566
17567         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17568         Remove.
17569         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17570         to test that it can stand by itself.  Include "exitfail.h".
17571         Clients should set exit_failure instead.
17572         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17573
17574 2003-07-18  Bruno Haible  <bruno@clisp.org>
17575
17576         * modules/getndelim2: New file.
17577         * modules/getline: Share files with module getndelim2.
17578         * modules/getnline: Depend on getndelim2 instead of sharing files with
17579         it. Add getnline.c to lib_SOURCES.
17580         * MODULES.html.sh (func_all_modules): Add getndelim2.
17581
17582 2003-07-18  Bruno Haible  <bruno@clisp.org>
17583
17584         * m4/getndelim2.m4: New file.
17585         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17586         invoke gl_PREREQ_GETNDELIM2.
17587         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17588         gl_PREREQ_GETNDELIM2.
17589         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17590         gl_GETNDELIM2.
17591
17592 2003-07-18  Bruno Haible  <bruno@clisp.org>
17593
17594         * lib/getndelim2.h: New file.
17595         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17596         getndelim2.h.
17597         (getndelim2): Make non-static. Change return type to ssize_t.
17598         * lib/getline.h: Change argument names.
17599         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17600         * lib/getnline.c: Include getndelim2.h.
17601
17602 2003-07-18  Andreas Schwab  <schwab@suse.de>
17603
17604         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17605
17606 2003-07-17  Karl Berry  <karl@gnu.org>
17607
17608         * config/config.sub: update from prep.
17609
17610 2003-07-17  Bruno Haible  <bruno@clisp.org>
17611
17612         * modules/getnline: New file.
17613         * modules/getline: Add lib/getndelim2.c to source file list.
17614         * MODULES.html.sh (func_all_modules): Add getnline.
17615
17616 2003-07-17  Bruno Haible  <bruno@clisp.org>
17617
17618         * m4/getnline.m4: New file.
17619
17620 2003-07-17  Bruno Haible  <bruno@clisp.org>
17621
17622         * m4/Makefile.am.in: Remove file.
17623         * m4/Makefile.am: Remove file.
17624         * m4/Makefile.in: Remove file.
17625
17626 2003-07-17  Bruno Haible  <bruno@clisp.org>
17627
17628         * lib/getnline.h: New file.
17629         * lib/getnline.c: New file.
17630         * lib/getndelim2.c: New file, extracted from getline.c.
17631         (getndelim2): Renamed from getdelim2, with added nmax argument.
17632         * lib/getline.c: Include getndelim2.c.
17633         (getdelim2): Moved out to getndelim2.c.
17634         (getline, getdelim): Update.
17635
17636 2003-07-17  Bruno Haible  <bruno@clisp.org>
17637
17638         * lib/Makefile.am: Remove file.
17639         * lib/Makefile.in: Remove file.
17640
17641 2003-07-17  Bruno Haible  <bruno@clisp.org>
17642
17643         * configure.in: Remove file.
17644         * Makefile.in: Remove file.
17645
17646 2003-07-17  Bruno Haible  <bruno@clisp.org>
17647
17648         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17649
17650 2003-07-16  Karl Berry  <karl@gnu.org>
17651
17652         * config/srclist-update: was running fixlicense twice, which caused
17653                 texinfo.tex to be nullified for some reason.  Simplify,
17654                 $gplsrc is no longer needed as far as I can see?
17655
17656 2003-07-16  Jim Meyering  <jim@meyering.net>
17657
17658         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17659
17660 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17661
17662         * config/srclist.txt: Get the following files from gettext-runtime/intl
17663         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17664         ref-del.sin.  From Bruno Haible.
17665         * config/srclist-update (fixfile): Change grep pattern again, since the
17666         previous fix didn't work (there was another trailing $).  Use
17667         '[$]' to escape the $s.
17668
17669 2003-07-15  Karl Berry  <karl@gnu.org>
17670
17671         * lib/vasnprintf.c: update from gettext.
17672
17673 2003-07-15  Karl Berry  <karl@gnu.org>
17674
17675         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17676         gets expanded when surrounded by '$'.
17677
17678 2003-07-15  Jim Meyering  <jim@meyering.net>
17679
17680         * modules/save-cwd: Don't depend on error.  From Derek Price.
17681
17682 2003-07-15  Jim Meyering  <jim@meyering.net>
17683
17684         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17685
17686 2003-07-14  Simon Josefsson  <jas@extundo.com>
17687
17688         * modules/mempcpy: New file.
17689         * MODULES.html.sh (func_all_modules): Add mempcpy.
17690
17691 2003-07-14  Simon Josefsson  <jas@extundo.com>
17692
17693         * m4/mempcpy.m4: New file.
17694
17695 2003-07-14  Simon Josefsson  <jas@extundo.com>
17696
17697         * lib/mempcpy.h: New file.
17698         * lib/mempcpy.c: New file.
17699
17700 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17701
17702         * modules/getdate, modules/posixtm: Depend on mktime.
17703
17704 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17705
17706         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
17707         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
17708         unicodeio.c, unicodeio.h, unlocked-io.h:
17709         Switch from LGPL to GPL.
17710
17711 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17712
17713         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
17714         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
17715         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
17716         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
17717         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
17718         updated automatically by ../config/srclist-update.  This changes
17719         their license from LPGL to GPL.
17720
17721 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17722
17723         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
17724         assumed to refer to the root of the most recent stable gettext version.
17725         * config/srclistvars.sh: Add defaults for eggert.
17726         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
17727         Match "This program" as well as "The program".  This is needed
17728         for gettext.
17729
17730 2003-07-14  Jim Meyering  <jim@meyering.net>
17731
17732         Don't emit diagnostics.  Let callers do that.
17733         * lib/save-cwd.c: Don't include "error.h".
17734         (save_cwd): Don't call error.  Ensure that errno is valid
17735         when returning nonzero.
17736
17737         * lib/save-cwd.h (restore_cwd): Update prototype.
17738         * lib/save-cwd.c (restore_cwd): Remove two parameters.
17739         Simplify.  Don't call error upon failure.  Let callers do that.
17740         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
17741         when auditing is enabled.  But don't bother updating the #if.
17742
17743 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
17744
17745         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
17746         it breaks C++ compilation.
17747         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
17748
17749 2003-07-10  Simon Josefsson  <jas@extundo.com>
17750
17751         * modules/strchrnul (Makefile.am): Add strchrnul.h.
17752
17753 2003-07-10  Jim Meyering  <jim@meyering.net>
17754
17755         * m4/clock_time.m4: Remove trailing blank.
17756         * m4/intmax_t.m4: Likewise.
17757
17758 2003-07-10  Jim Meyering  <jim@meyering.net>
17759
17760         * lib/vasnprintf.c: Remove trailing blanks.
17761         Make cpp indentation consistent.
17762
17763 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17764
17765         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
17766         posixver.c, strftime.c, strnlen.c, strverscmp.c:
17767         Switch from LGPL to GPL.
17768
17769 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17770
17771         * config/srclist.txt: Sort sublists.  Add
17772         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
17773         that differ from gnulib for one reason or another; we'd like this list
17774         to be smaller but for now let's document what we have.
17775
17776 2003-07-08  Paul Eggert  <eggert@twinsun.com>
17777
17778         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
17779         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
17780         and sweeter "eval x=$x".
17781         * config/srclist.txt: Get lib/argp* from glibc.
17782
17783 2003-07-07  Paul Eggert  <eggert@twinsun.com>
17784
17785         * lib/mktime.c: Fix some boundary cases and remove need for floating
17786         point.
17787
17788         Issue a compile-time diagnostic if time_t is floating point, or if
17789         two's complement arithmetic is not in effect, or if arithmetic
17790         right shift does not propagate the sign.  These assumptions were
17791         all in the original code but they weren't checked.
17792
17793         (TIME_T_MIDPOINT, verify): New macros.
17794         (__isleap): Remove; it has integer overflow problems.
17795         (leapyear): New function, without those problems.
17796         (ydhms_tm_diff): Remove; splitting into two parts.
17797         (ydhms_diff): New function, containing the arithmetic part of
17798         the old ydhms_tm_diff function.  Issue a compile-time
17799         diagnostic if we are not using C99 integer division.
17800         Avoid casts when possible.
17801         (guess_time_tm): New function, containing the checking part of
17802         the old ydhms_tm_diff function.  Return the new value, rather than
17803         the difference between it and the old.  Accept a new argument T
17804         so that *T specifies the old value.  Check for overflow in the result.
17805
17806         (__mktime_internal): Use a time_t offset, not a long int offset.
17807         This undoes the 2003-06-04 change, which is no longer needed now
17808         that we have better overflow checking.
17809         (localtime_offset): Likewise.
17810
17811         (__mktime_internal): Avoid harmful overflow on hosts where time_t
17812         and long are 64-bit but int is only 32-bit.
17813         (ydhms_diff): Use long int to store year1 and yday1.
17814         Issue a compile-time diagnostic if long int is not wide enough.
17815
17816         (__mktime_internal): Use long int to store adjusted year and yday.
17817         Use plain C rather than preprocessor commands, if that doesn't
17818         affect efficiency.
17819         Check for overflow (and try to repair) after each probe
17820         rather than checking only at the very end.  This avoids some bugs
17821         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
17822         does not equal GMT offset at maximum time).
17823         Use integer to check for overflow rather than floating point; this
17824         is more portable to non-IEEE hosts, and is a tad faster.
17825         When we detect that we are oscillating between two values,
17826         don't check whether tm_isdst has the requested value, since
17827         we already know the answer.  When tm_isdst has the wrong value,
17828         use a different heuristic to find the right one, based on the
17829         extreme values actually observed in practice in tz2003a,
17830         rather than the (overly optimistic) "previous 3 calendar quarters".
17831
17832         (not_equal_tm, print_tm, check_result): Use "const T" rather than
17833         "T const" to accommodate glibc style.
17834         (check_result): Use less-confusing report format.  "long" -> "long int.
17835         (main): Likewise.
17836         Don't loop if the iteration overflows time_t.
17837         Allow a negative step in the iteration.
17838
17839 2003-07-06  Karl Berry  <karl@gnu.org>
17840
17841         * config/depcomp: update from automake.
17842         * config/config.sub: update from prep.
17843
17844 2003-07-03  Karl Berry  <karl@gnu.org>
17845
17846         * config/config.guess: update from prep.
17847
17848 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17849
17850         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
17851         xreadlink.c now includes it unconditionally.
17852
17853 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17854
17855         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
17856         having it depend on HAVE_SYS_TYPES_H.
17857
17858 2003-07-01  Bruno Haible  <bruno@clisp.org>
17859
17860         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
17861         <sys/types.h> should be sufficient.
17862         Reported by Paul Eggert.
17863
17864 2003-06-26  Karl Berry  <karl@gnu.org>
17865
17866         * config/depcomp: update from automake.
17867
17868 2003-06-26  Bruno Haible  <bruno@clisp.org>
17869
17870         * modules/human: Depend on module stdbool.
17871
17872 2003-06-25  Bruno Haible  <bruno@clisp.org>
17873
17874         * modules/readlink: New file.
17875         * modules/xreadlink: Depend on it.
17876         * MODULES.html.sh (func_all_modules): Add readlink.
17877
17878 2003-06-25  Bruno Haible  <bruno@clisp.org>
17879
17880         * m4/readlink.m4: New file.
17881
17882 2003-06-25  Bruno Haible  <bruno@clisp.org>
17883
17884         * lib/readlink.c: New file.
17885
17886 2003-06-22  Karl Berry  <karl@gnu.org>
17887
17888         * config/srclist.txt: update mkinstalldirs from automake.
17889         * config/mkinstalldirs: update.
17890
17891 2003-06-22  Bruno Haible  <bruno@clisp.org>
17892
17893         Portability to mingw32.
17894         * m4/ssize_t.m4: New file, from GNU gettext.
17895         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
17896         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
17897
17898 2003-06-22  Bruno Haible  <bruno@clisp.org>
17899
17900         * modules/safe-read: Add m4/ssize_t.m4.
17901         * modules/xreadlink: Add m4/ssize_t.m4.
17902
17903 2003-06-20  Bruno Haible  <bruno@clisp.org>
17904
17905         Assume C89, so PARAMS isn't needed.
17906         * lib/unicodeio.h (PARAMS): Remove.
17907         * lib/unicodeio.c: Don't use PARAMS.
17908
17909 2003-06-18  Karl Berry  <karl@gnu.org>
17910
17911         * config/config.{guess,sub}: update from prep.
17912
17913 2003-06-18  Jim Meyering  <jim@meyering.net>
17914
17915         Merge changes from coreutils.
17916         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
17917         Remove explicit declarations of xmalloc and realloc.
17918         Include xalloc.h.
17919         (read_utmp): Remove anachronistic cast of xmalloc.
17920
17921 2003-06-17  Paul Eggert  <eggert@twinsun.com>
17922
17923         Assume C89, so PARAMS isn't needed.
17924         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
17925         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
17926         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
17927         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
17928         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
17929         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
17930         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
17931         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
17932         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
17933         lib/xstrtod.h, lib/xstrtol.h: Likewise.
17934         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
17935         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
17936         no longer needed. Anyway, config.h should always be included before any
17937         other file.
17938
17939 2003-06-11  Simon Josefsson  <jas@extundo.com>
17940
17941         * modules/sysexits: New file.
17942         * MODULES.html.sh (func_all_modules): Add sysexits.
17943
17944 2003-06-11  Simon Josefsson  <jas@extundo.com>
17945
17946         * lib/sysexit_.h: New file.
17947
17948 2003-06-11  Derek Price  <derek@ximbiot.com>
17949
17950         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
17951         necessary.
17952
17953 2003-06-11  Bruno Haible  <bruno@clisp.org>
17954
17955         * m4/sysexits.m4: New file.
17956
17957 2003-06-10  Simon Josefsson  <jas@extundo.com>
17958
17959         * lib/argp.h: New file, from glibc.
17960         * lib/argp-ba.c: New file, from glibc.
17961         * lib/argp-eexst.c: New file, from glibc.
17962         * lib/argp-fmtstream.c: New file, from glibc.
17963         * lib/argp-fmtstream.h: New file, from glibc.
17964         * lib/argp-fs-xinl.c: New file, from glibc.
17965         * lib/argp-help.c: New file, from glibc.
17966         * lib/argp-namefrob.h: New file, from glibc.
17967         * lib/argp-parse.c: New file, from glibc.
17968         * lib/argp-pv.c: New file, from glibc.
17969         * lib/argp-pvh.c: New file, from glibc.
17970         * lib/argp-xinl.c: New file, from glibc.
17971
17972 2003-06-10  Simon Josefsson  <jas@extundo.com>
17973
17974         * modules/strchrnul: New file.
17975
17976 2003-06-10  Simon Josefsson  <jas@extundo.com>
17977
17978         * modules/argp: New file.
17979
17980 2003-06-10  Simon Josefsson  <jas@extundo.com>
17981
17982         * m4/strchrnul.m4: New file.
17983
17984 2003-06-10  Simon Josefsson  <jas@extundo.com>
17985
17986         * lib/strchrnul.h: New file.
17987         * lib/strchrnul.c: New file.
17988
17989 2003-06-10  Bruno Haible  <bruno@clisp.org>
17990
17991         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
17992
17993 2003-06-07  Karl Berry  <karl@gnu.org>
17994
17995         * config/config.{guess,sub}: update from prep.
17996
17997 2003-06-07  Jim Meyering  <jim@meyering.net>
17998
17999         * modules/strtod: Use $(...) notation, not @...@ for
18000         AC_REPLACE'd variables.
18001         * modules/localcharset: Likewise.
18002
18003 2003-06-07  Jim Meyering  <jim@meyering.net>
18004
18005         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18006         in place of my name in the copyright comment.
18007         Remove definition and uses of __P.
18008
18009         From coreutils.
18010         * lib/stat.c: Don't declare xmalloc explicitly.
18011         Instead, include "xalloc.h".
18012         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18013         xrealloc, and xcalloc return values.
18014         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18015         Improve comment.
18016         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18017
18018 2003-06-07  Bruno Haible  <bruno@clisp.org>
18019
18020         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18021         avoid AC_CONFIG_LINKS.
18022         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18023         fnmatch.h, to avoid AC_CONFIG_LINKS.
18024         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18025
18026 2003-06-07  Bruno Haible  <bruno@clisp.org>
18027
18028         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18029         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18030         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18031         directory.
18032         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18033         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18034         directory.
18035
18036 2003-06-06  Jim Meyering  <jim@meyering.net>
18037
18038         Merge from coreutils.
18039         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18040         Consolidate declarations and initializations of *_base* locals.
18041
18042         Merge from coreutils.
18043         This avoids a core dump on systems without GNU putenv,
18044         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18045         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18046         (unsetenv): New static function, from GNU libc.
18047         (rpl_putenv): Use it.
18048
18049         * lib/modechange.c: Remove trailing blanks.
18050
18051         Merge from coreutils.
18052         * lib/fsusage.c: Remove declaration of statfs.
18053         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18054
18055         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18056
18057 2003-06-06  Jim Meyering  <jim@meyering.net>
18058
18059         * lib/stdbool_.h: Renamed from stdbool.h.in.
18060
18061 2003-06-06  Jim Meyering  <jim@meyering.net>
18062             Bruno Haible  <bruno@clisp.org>
18063
18064         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18065         Adjust Makefile.am snippet not to redirect directly to target.
18066         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18067
18068 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18069
18070         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18071         mismatch, look in future quarters as well as past.  This fixes a
18072         bug when processing fall-backwards gaps immediately after a long
18073         period of daylight-saving time.
18074
18075         * lib/mktime.c: Assume freestanding C89 or better.
18076         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18077         (__P): Remove; not used.
18078         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18079         (mktime, not_equal_tm, print_tm, check_result,
18080         main): Use prototypes.  Use const * where appropriate.
18081         (main): Fix typo in testing code that uncovered by above changes.
18082         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18083
18084 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18085
18086         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18087         locale.h, localeconv.  This merges changes from coreutils.
18088
18089         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18090         It can be removed after the next Autoconf is released.
18091         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18092         needed.
18093
18094 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18095
18096         * lib/mktime.c: Fix Debian bug 177940
18097         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18098         (localtime_offset): Now long int, not time_t, because we want it
18099         to be guaranteed to be signed.  All uses changed.
18100         (__mktime_internal): If overflow would occur when adding offset,
18101         don't add it.
18102
18103         Merge 'human' changes from coreutils.  Rewrite to support
18104         locale-specific notations like thousands separators.
18105         * lib/human.c: Simplify authorship notice.
18106         Include human.h immediately after config.h.
18107         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18108         <limits.h>: Do not include, since human.h does.
18109         (SIZE_MAX, UINTMAX_MAX): New macros.
18110         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18111         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18112         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18113         (power_letter): Renamed from suffixes.
18114         (generate_suffix_backwards): Remove.
18115         (adjust_value): Now takes int style (because of human.h changes)
18116         and long double value (for greater precision on some platforms).
18117         (group_number): New function.
18118         (human_readable): Use it.  Use integer options, not enum.
18119         Put the options before the sizes in the arg list.
18120         Support all the new options.
18121         The old human_readable function has been removed;
18122         use inttostr.h instead.
18123         (human_readable, default_block_size, humblock):
18124         Use uintmax_t, not int, for block sizes.
18125         (human_readable_inexact, block_size_types): Remove.
18126         (block_size_opts): New constant.
18127         (human_options): Renamed from human_block_size, with new signature
18128         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18129         * lib/human.h: Add copyright and authorship notice.
18130         Include <limits.h> and <stdbool.h> unconditionally.
18131         (PARAMS): Remove.  All uses removed.
18132         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18133         (enum human_inexact_style): Remove tag; now a nameless enum.
18134         (human_floor, human_ceiling, human_round_to_even): Now have
18135         values 2, 0, 1 rather than -1, 1, 0.
18136         (human_group_digits, human_suppress_point_zero, human_autoscale,
18137         human_base_1024, human_SI, human_B): New constants.
18138         (human_readable_inexact, human_block_size): Remove.
18139         (human_readable): Size args are now uintmax_t, not int.
18140         (human_options): New decl.
18141
18142         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18143         unnecessary now that we assume C89 or better.  This change
18144         imported from coreutils.
18145
18146         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18147         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18148         in the 2003-05-30 sync from glibc.
18149
18150         .h files should stand alone, but we shouldn't include <sys/types.h>
18151         if we can get away with just <stddef.h>.
18152
18153         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18154         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18155         rather than <sys/types.h>, as we merely need size_t.
18156         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18157         to get size_t.
18158         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18159         Include <stdio.h>, to get FILE.
18160         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18161         memcasecmp.h has included <stddef.h> and all we need is size_t.
18162         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18163         our interface, instead of including <sys/types.h>
18164
18165 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18166
18167         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18168         now, as glibc mktime is buggy on non-glibc systems.
18169
18170 2003-06-03  Karl Berry  <karl@gnu.org>
18171
18172         * config/config.sub: update from prep.
18173
18174 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18175
18176         [from coreutils]
18177         Fix some minor time-related bugs with POSIX time arguments.
18178         Some valid time stamps were being rejected (notably -1, and
18179         time stamps before 1900 on 64-bit hosts).  And some invalid
18180         time stamps were being accepted, e.g. September 31.
18181
18182         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18183         that we can return (time_t) -1 successfully.
18184         * lib/posixtm.c: Likewise.
18185         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18186         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18187         (t): Remove static var.
18188         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18189         of static var.  All uses changed.
18190         (year): Do not reject years before 1900; they can occur with
18191         64-bit time_t.
18192         (posix_time_parse): Do not check for out-of-range components;
18193         that is now the caller's responsibility, since our checks were
18194         only approximations.
18195         (posixtime): Use mktime to check for out-of-range components,
18196         since it knows them exactly.
18197         If mktime returns (time_t) -1, check whether an error actually occurred
18198         by invoking localtime on -1.
18199         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18200         posixtime failures better.
18201         Improve the test data (in comments only).
18202
18203 2003-06-02  Karl Berry  <karl@gnu.org>
18204
18205         * config/mkinstalldirs (version): new variable.
18206         (--version): new option.
18207         (usage): improve message.
18208
18209 2003-05-30  Karl Berry  <karl@gnu.org>
18210
18211         * lib/mktime.c: update from libc.
18212
18213 2003-05-30  Bruno Haible  <bruno@clisp.org>
18214
18215         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18216         * config/config.rpath: Upgrade to gettext-0.12.1.
18217
18218 2003-05-30  Bruno Haible  <bruno@clisp.org>
18219
18220         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18221         * m4/nls.m4: New file, from gettext-0.12.1.
18222         * m4/po.m4: New file, from gettext-0.12.1.
18223         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18224
18225 2003-05-30  Bruno Haible  <bruno@clisp.org>
18226
18227         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18228         * lib/localcharset.h: Likewise.
18229         * lib/localcharset.c: Likewise.
18230
18231 2003-05-29  Karl Berry  <karl@gnu.org>
18232
18233         * config/config.rpath: update from gettext.
18234
18235 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18236
18237         Assume the headers required for C89 freestanding compilers.
18238         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18239         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18240         * m4/human.m4 (gl_HUMAN): Likewise.
18241         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18242         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18243         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18244         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18245         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18246         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18247
18248 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18249
18250         Assume the headers required for C89 freestanding compilers.
18251         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18252         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18253         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18254         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18255         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18256         define, since <limits.h> is guaranteed to do that.
18257         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18258         * lib/exclude.c: Include <stdbool.h> unconditionally.
18259         * lib/tempname.c: Include <stddef.h> unconditionally.
18260         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18261         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18262         <stddef.h> does that.
18263         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18264         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18265         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18266         needed.
18267         * lib/xstrtol.c: Likewise.
18268         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18269         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18270
18271         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18272         warnings on some platforms.
18273
18274         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18275         arbitrarily.
18276
18277 2003-05-26  Jim Meyering  <jim@meyering.net>
18278
18279         Merge in a change from coreutils:
18280         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18281         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18282         that condition, rather than `-1' which is slightly misleading.
18283         Change the name of the cache variable to have the gl_ prefix.
18284         Prompted by a patch from Richard Dawe for DJGPP.
18285
18286 2003-05-24  Karl Berry  <karl@gnu.org>
18287
18288         * config/config.guess: update from prep.
18289
18290 2003-05-22  Karl Berry  <karl@gnu.org>
18291
18292         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18293
18294 2003-05-20  Karl Berry  <karl@gnu.org>
18295
18296         * config/config.guess: update from prep.
18297
18298 2003-05-18  Karl Berry  <karl@gnu.org>
18299
18300         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18301         might actually be set by the user.
18302
18303         * config/depcomp, install-sh, mdate-sh: update from automake.
18304
18305 2003-05-17  Bruno Haible  <bruno@clisp.org>
18306
18307         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18308         invalid expansion for AC_EGREP_CPP.
18309         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18310         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18311         Suggested by Akim Demaille <akim@epita.fr> in
18312         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18313
18314 2003-05-12  Jim Meyering  <jim@meyering.net>
18315
18316         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18317         the space-padded-by-default conversion specifiers, %e, %k, %l.
18318
18319 2003-05-12  Bruno Haible  <bruno@clisp.org>
18320
18321         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18322         the string is longer than 4 KB.
18323
18324 2003-05-11  Karl Berry  <karl@gnu.org>
18325
18326         * config/config.{guess,sub}: update from prep.
18327
18328 2003-05-09  Bruno Haible  <bruno@clisp.org>
18329
18330         * modules/error: Add m4/strerror_r.m4 to file list.
18331
18332 2003-05-03  Bruno Haible  <bruno@clisp.org>
18333
18334         Upgrade to Unicode-4.0.
18335         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18336         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18337         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18338         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18339         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18340         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18341         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18342         Change width of U+E0100..U+E01EF from 1 to 0.
18343
18344 2003-04-25  Jim Meyering  <jim@meyering.net>
18345
18346         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18347         of type size_t, not int.
18348
18349 2003-04-25  Bruno Haible  <bruno@clisp.org>
18350
18351         * lib/copy-file.c: Include <stddef.h>, for size_t.
18352
18353 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18354
18355         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18356         code which expansion is under static control.  Patch imported from
18357         Akim Demaille's patch to Bison; see
18358         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18359
18360 2003-04-14  Bruno Haible  <bruno@clisp.org>
18361
18362         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18363
18364 2003-04-11  Jim Meyering  <jim@meyering.net>
18365
18366         Merge changes from Coreutils.
18367
18368         2003-03-22  Jim Meyering  <jim@meyering.net>
18369
18370         * lib/strftime.c (widen): Cast alloca return value to proper type.
18371
18372         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18373
18374         From GNU libc.
18375         * lib/strftime.c (my_strftime): Handle very large width
18376         specifications for numeric values correctly.  Improve checks for
18377         overflow.
18378
18379         2003-01-19  Jim Meyering  <jim@meyering.net>
18380
18381         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18382         definitions.
18383         (nl_get_alt_digit) [! defined my_strftime]: Define.
18384         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18385         _nl_get_alt_digit and _nl_get_walt_digit.
18386
18387         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18388         libc. These changes have no effect outside of _LIBC.
18389
18390 2003-04-10  Bruno Haible  <bruno@clisp.org>
18391
18392         * modules/findprog: New file.
18393         * MODULES.html.sh (func_all_modules): Add it.
18394
18395 2003-04-10  Bruno Haible  <bruno@clisp.org>
18396
18397         * m4/findprog.m4: New file.
18398         * m4/eaccess.m4: New file.
18399
18400 2003-04-10  Bruno Haible  <bruno@clisp.org>
18401
18402         * lib/findprog.h: New file, from GNU gettext.
18403         * lib/findprog.c: New file, from GNU gettext.
18404
18405 2003-04-05  Jim Meyering  <jim@meyering.net>
18406
18407         Merge changes from Coreutils.
18408
18409         * lib/exclude.h (PARAMS): Remove definition and uses.
18410         * lib/exclude.c: Remove uses of `PARAMS'.
18411
18412         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18413         Add test-cases for DOS filenames. Declare program_name.
18414         (main): Set up program_name.  Patch by Rich Dawe.
18415
18416         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18417         error from mntctl.
18418         Use mntctl's return value to drive the entry-processing loop, since
18419         we can't rely on the value of the vmt_length member in the last
18420         entry.  On some systems doing so could result in exhausting
18421         virtual memory.  Based in part on a patch from Mike Jetzer.
18422
18423 2003-04-04  Bruno Haible  <bruno@clisp.org>
18424
18425         * modules/linebreak: New file.
18426         * MODULES.html.sh (func_all_modules): Add it.
18427
18428 2003-04-04  Bruno Haible  <bruno@clisp.org>
18429
18430         * m4/linebreak.m4: New file.
18431
18432 2003-04-04  Bruno Haible  <bruno@clisp.org>
18433
18434         * lib/linebreak.h: New file, from GNU gettext.
18435         * lib/linebreak.c: New file, from GNU gettext with slight
18436         modifications.
18437         * lib/lbrkprop.h: New file, from GNU gettext.
18438
18439 2003-04-03  Bruno Haible  <bruno@clisp.org>
18440
18441         * modules/utf8-ucs4: New file.
18442         * modules/utf16-ucs4: New file.
18443         * modules/ucs4-utf8: New file.
18444         * modules/ucs4-utf16: New file.
18445         * MODULES.html.sh (func_all_modules): Add them.
18446
18447 2003-04-03  Bruno Haible  <bruno@clisp.org>
18448
18449         * m4/utf-ucs4.m4: New file.
18450         * m4/ucs4-utf.m4: New file.
18451
18452 2003-04-03  Bruno Haible  <bruno@clisp.org>
18453
18454         * lib/utf8-ucs4.h: New file, from GNU gettext.
18455         * lib/utf16-ucs4.h: New file, from GNU gettext.
18456         * lib/ucs4-utf8.h: New file, from GNU gettext.
18457         * lib/ucs4-utf16.h: New file, from GNU gettext.
18458
18459 2003-04-02  Bruno Haible  <bruno@clisp.org>
18460
18461         * modules/binary-io: New file.
18462         * MODULES.html.sh (func_all_modules): Add it.
18463
18464 2003-04-02  Bruno Haible  <bruno@clisp.org>
18465
18466         * lib/binary-io.h: New file, from GNU gettext.
18467
18468 2003-04-01  Bruno Haible  <bruno@clisp.org>
18469
18470         * modules/pathname: New file.
18471         * MODULES.html.sh (func_all_modules): Add it.
18472
18473 2003-04-01  Bruno Haible  <bruno@clisp.org>
18474
18475         * lib/pathname.h: New file, from GNU gettext.
18476         * lib/concatpath.c: New file, from GNU gettext.
18477
18478 2003-03-30  Bruno Haible  <bruno@clisp.org>
18479
18480         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18481
18482 2003-03-30  Bruno Haible  <bruno@clisp.org>
18483
18484         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18485         function chown() doesn't exist.
18486
18487 2003-03-28  Bruno Haible  <bruno@clisp.org>
18488
18489         * modules/copy-file: New file.
18490         * MODULES.html.sh (func_all_modules): Add it.
18491
18492 2003-03-28  Bruno Haible  <bruno@clisp.org>
18493
18494         * m4/copy-file.m4: New file.
18495
18496 2003-03-28  Bruno Haible  <bruno@clisp.org>
18497
18498         * lib/copy-file.h: New file, from GNU gettext.
18499         * lib/copy-file.c: New file, from GNU gettext.
18500
18501 2003-03-18  Jim Meyering  <jim@meyering.net>
18502
18503         * lib/quote.c (quote_n): Fix typo in comment.
18504
18505 2003-03-18  Bruno Haible  <bruno@clisp.org>
18506
18507         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18508         checking.
18509         * m4/onceonly_2_57.m4: Likewise.
18510
18511 2003-03-17  Bruno Haible  <bruno@clisp.org>
18512
18513         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18514         (m4_quote): Remove macro.
18515         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18516
18517 2003-03-14  Jim Meyering  <jim@meyering.net>
18518
18519         Merge changes from Coreutils.
18520         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18521         to be const, in order to avoid warnings.
18522         (obstack_room): Likewise.
18523         (obstack_empty_p): Likewise.
18524
18525 2003-03-14  Bruno Haible  <bruno@clisp.org>
18526
18527         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18528         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18529
18530 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18531
18532         Merge changes from Bison.
18533         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18534         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18535         when compiling Bison 1.875's `bitset bset = obstack_alloc
18536         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18537         * lib/hash.c: Include <stdbool.h> unconditionally.
18538
18539 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18540
18541         * m4/onceonly.m4 (m4_quote): New macro.
18542         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18543         Quote AC_FOREACH variable-expansions properly.
18544
18545 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18546
18547         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18548
18549 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18550
18551         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18552         Reported by Bruce Becker; see:
18553         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18554
18555 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18556             Bruno Haible  <bruno@clisp.org>
18557
18558         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18559         Reported by John Hughes, see
18560         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18561
18562 2003-02-20  Bruno Haible  <bruno@clisp.org>
18563
18564         * MODULES.html.sh (func_all_modules): Add poll.
18565
18566 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18567
18568         * modules/poll: New file.
18569
18570 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18571
18572         * lib/poll_.h: New file.
18573         * lib/poll.c: New file.
18574
18575 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18576
18577         * m4/poll.m4: New file.
18578
18579 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18580
18581         * modules/mathl: New file.
18582
18583 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18584
18585         * lib/mathl.h: New file.
18586         * lib/acosl.c: New file.
18587         * lib/asinl.c: New file.
18588         * lib/atanl.c: New file.
18589         * lib/ceill.c: New file.
18590         * lib/cosl.c: New file.
18591         * lib/expl.c: New file.
18592         * lib/floorl.c: New file.
18593         * lib/frexpl.c: New file.
18594         * lib/ldexpl.c: New file.
18595         * lib/logl.c: New file.
18596         * lib/sincosl.c: New file.
18597         * lib/sinl.c: New file.
18598         * lib/sqrtl.c: New file.
18599         * lib/tanl.c: New file.
18600         * lib/trigl.c: New file.
18601         * lib/trigl.h: New file.
18602
18603 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18604
18605         * m4/mathl.m4: New file.
18606
18607 2003-02-18  Bruno Haible  <bruno@clisp.org>
18608
18609         * MODULES.html.sh (func_all_modules): Add mathl.
18610
18611 2003-02-17  Bruno Haible  <bruno@clisp.org>
18612
18613         * modules/mkdtemp: New module.
18614         * MODULES.html.sh (func_all_modules): Add it.
18615
18616 2003-02-17  Bruno Haible  <bruno@clisp.org>
18617
18618         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18619
18620 2003-02-17  Bruno Haible  <bruno@clisp.org>
18621
18622         * lib/mkdtemp.h: New file, from GNU gettext.
18623         * lib/mkdtemp.c: New file, from GNU gettext.
18624
18625 2003-02-02  Jim Meyering  <jim@meyering.net>
18626
18627         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18628         e.g. glibc-2.2.93.
18629
18630 2003-01-31  Bruno Haible  <bruno@clisp.org>
18631
18632         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18633         'rpl_rename'.
18634         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18635         'rpl_strnlen'.
18636         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18637         'rpl_strtod'.
18638         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18639         'rpl_utime'.
18640
18641 2003-01-31  Bruno Haible  <bruno@clisp.org>
18642
18643         * lib/rename.c: #undef rename before defining rpl_rename.
18644         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18645
18646 2003-01-30  Bruno Haible  <bruno@clisp.org>
18647
18648         * modules/vasnprintf, modules/vasprintf: New modules.
18649         * MODULES.html.sh (func_all_modules): Add them.
18650
18651 2003-01-30  Bruno Haible  <bruno@clisp.org>
18652
18653         * m4/signed.m4: New file, from GNU gettext.
18654         * m4/longdouble.m4: New file, from GNU gettext.
18655         * m4/wchar_t.m4: New file, from GNU gettext.
18656         * m4/wint_t.m4: New file, from GNU gettext.
18657         * m4/vasnprintf.m4: New file.
18658         * m4/vasprintf.m4: New file.
18659
18660 2003-01-30  Bruno Haible  <bruno@clisp.org>
18661
18662         * lib/printf-args.h: New file, from GNU gettext.
18663         * lib/printf-args.c: New file, from GNU gettext.
18664         * lib/printf-parse.h: New file, from GNU gettext.
18665         * lib/printf-parse.c: New file, from GNU gettext.
18666         * lib/vasnprintf.h: New file, from GNU gettext.
18667         * lib/vasnprintf.c: New file, from GNU gettext.
18668         * lib/asnprintf.c: New file, from GNU gettext.
18669         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18670         * lib/vasprintf.c: New file, from GNU gettext.
18671         * lib/asprintf.c: New file, from GNU gettext.
18672
18673 2003-01-29  Bruno Haible  <bruno@clisp.org>
18674
18675         * modules/stpncpy: New module.
18676         * MODULES.html.sh (func_all_modules): Add it.
18677
18678 2003-01-29  Bruno Haible  <bruno@clisp.org>
18679
18680         * m4/stpncpy.m4: New file.
18681
18682 2003-01-29  Bruno Haible  <bruno@clisp.org>
18683
18684         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18685         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18686
18687 2003-01-28  Bruno Haible  <bruno@clisp.org>
18688
18689         * modules/c-ctype: New module.
18690         * MODULES.html.sh (func_all_modules): Add it.
18691
18692 2003-01-28  Bruno Haible  <bruno@clisp.org>
18693
18694         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
18695         Paul Eggert.
18696         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
18697         Paul Eggert.
18698
18699 2003-01-27  Bruno Haible  <bruno@clisp.org>
18700
18701         * modules/xsetenv: New module.
18702         * MODULES.html.sh (func_all_modules): Add it.
18703
18704 2003-01-27  Bruno Haible  <bruno@clisp.org>
18705
18706         * lib/xsetenv.h: New file, from GNU gettext.
18707         * lib/xsetenv.c: New file, from GNU gettext.
18708
18709 2003-01-23  Jim Meyering  <jim@meyering.net>
18710
18711         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
18712         from working on systems without dirfd (at least Irix and OSF1/Tru64).
18713
18714 2003-01-23  Bruno Haible  <bruno@clisp.org>
18715
18716         * modules/minmax: New module.
18717         * MODULES.html.sh (func_all_modules): Add it.
18718
18719 2003-01-23  Bruno Haible  <bruno@clisp.org>
18720
18721         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
18722         Eggert.
18723
18724 2003-01-22  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/exit: New module.
18727         * MODULES.html.sh (func_all_modules): Add it.
18728
18729 2003-01-22  Bruno Haible  <bruno@clisp.org>
18730
18731         * lib/exit.h: New file, from GNU gettext.
18732
18733 2003-01-19  Bruno Haible  <bruno@clisp.org>
18734
18735         * gnulib-tool: Recognize option --extract-maintainer.
18736         (func_get_maintainer): New function.
18737         * modules/*: Add Maintainer entry.
18738
18739 2003-01-16  Jim Meyering  <jim@meyering.net>
18740
18741         * m4/regex.m4: The `regex' struct is both input and output.
18742         Initialize it before each use.  Patch by Tim Waugh.
18743
18744 2003-01-16  Bruno Haible  <bruno@clisp.org>
18745
18746         * MODULES.html.sh: Add a table of contents. Add the module name as
18747         leftmost column. Add hyperlinks.
18748
18749 2003-01-15  Bruno Haible  <bruno@clisp.org>
18750
18751         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
18752
18753 2003-01-15  Bruno Haible  <bruno@clisp.org>
18754
18755         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
18756         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
18757         suffix.
18758
18759 2003-01-15  Bruno Haible  <bruno@clisp.org>
18760
18761         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
18762
18763 2003-01-15  Bruno Haible  <bruno@clisp.org>
18764
18765         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
18766         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
18767
18768 2003-01-14  Jim Meyering  <jim@meyering.net>
18769
18770         * lib/same.c (same_name): Tweak a comment.
18771
18772 2003-01-14  Bruno Haible  <bruno@clisp.org>
18773
18774         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
18775         when a string comparison is sufficient.
18776
18777 2003-01-14  Bruno Haible  <bruno@clisp.org>
18778
18779         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
18780         'unsigned int'.
18781
18782 2003-01-14  Bruno Haible  <bruno@clisp.org>
18783
18784         * lib/hash-pjw.c: Add comment about low quality of this function.
18785
18786 2003-01-13  Bruno Haible  <bruno@clisp.org>
18787
18788         * modules/stpcpy: Distribute lib/stpcpy.h.
18789         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
18790
18791 2003-01-13  Bruno Haible  <bruno@clisp.org>
18792
18793         * modules/*: Add a description.
18794         * modules/strpbrk: Fix Makefile.am snippet.
18795         * modules/strtoimax: Fix dependencies.
18796         * modules/strtoumax: Likewise.
18797
18798 2003-01-13  Bruno Haible  <bruno@clisp.org>
18799
18800         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
18801         * modules/alloca (Makefile.am): All object files depend on alloca.h.
18802         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
18803
18804 2003-01-13  Bruno Haible  <bruno@clisp.org>
18805
18806         * gnulib-tool (func_create_testdir): Store config/* files in the main
18807         directory.
18808         * config.rpath: Move to ...
18809         * config/config.rpath: ... here.
18810         * modules/gettext: Contains config/config.rpath, not config.rpath.
18811         * modules/iconv: Likewise.
18812
18813 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18814
18815         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18816         to avoid collisions with libcurses and libreadline.
18817
18818         * m4/getstr.m4: Remove.
18819         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
18820
18821 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18822
18823         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18824         to avoid collisions with libcurses and libreadline.
18825
18826         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
18827         * lib/getstr.h, getstr.c: Remove.
18828         * lib/getline.c: Include "getline.h", to check interface.
18829         Move body of old getstr.c here: this defines MIN_CHUNK and
18830         declares getdelim2, which is renamed from getstr.
18831         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
18832
18833         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
18834         All uses changed.
18835         * lib/linebuffer.h: Likewise.
18836         (readline): Remove backward-compatibility macro.
18837
18838 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18839
18840         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18841         to avoid collisions with libcurses and libreadline.
18842         * getstr: Remove.
18843         * MODULES.html.sh: Remove getstr.
18844         * modules/getline: Depend on unlocked-io, not getstr.
18845
18846 2003-01-12  Jim Meyering  <jim@meyering.net>
18847
18848         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
18849
18850 2003-01-10  Bruno Haible  <bruno@clisp.org>
18851
18852         * modules/alloca: Change Makefile.am requirements. Simplify Include
18853         requirements. Add lib/alloca_.h to file list.
18854
18855 2003-01-10  Bruno Haible  <bruno@clisp.org>
18856
18857         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
18858
18859 2003-01-10  Bruno Haible  <bruno@clisp.org>
18860
18861         * lib/alloca_.h: New file.
18862         * lib/getdate.y: Unconditionally include alloca.h.
18863         * lib/makepath.c: Likewise.
18864         * lib/setenv.c: Likewise.
18865         * lib/userspec.c: Likewise.
18866
18867 2003-01-09  Karl Berry  <karl@gnu.org>
18868
18869         * MODULES.html.sh: include `dirname $0` in PATH, to find
18870         gnulib-tool.
18871
18872 2003-01-09  Bruno Haible  <bruno@clisp.org>
18873
18874         * modules/stdbool: Change configure.ac, Makefile.am requirements.
18875         Simplify Include requirements. Add lib/stdbool.h.in to file list.
18876
18877 2003-01-09  Bruno Haible  <bruno@clisp.org>
18878
18879         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
18880
18881 2003-01-09  Bruno Haible  <bruno@clisp.org>
18882
18883         * lib/stdbool.h.in: New file.
18884
18885 2003-01-09  Bruno Haible  <bruno@clisp.org>
18886
18887         * gnulib-tool (func_all_modules): Ignore files ending in ~.
18888         * MODULES.html.sh: Likewise.
18889
18890 2003-01-08  Jim Meyering  <jim@meyering.net>
18891
18892         * lib/full-write.c: Undefine and define-away `const' after inclusion
18893         of errno.h, not before.  Suggestion from Bruno Haible.
18894
18895 2003-01-08  Bruno Haible  <bruno@clisp.org>
18896
18897         * modules/full-read: Depend on full-write.
18898
18899 2003-01-08  Bruno Haible  <bruno@clisp.org>
18900
18901         * lib/safe-read.c: Include specification header first, to ensure its
18902         selfcontainedness.
18903         * lib/full-write.c: Likewise.
18904
18905 2003-01-07  Jim Meyering  <jim@meyering.net>
18906
18907         * lib/full-write.c: Rework so that it may serve to define full_read,
18908         too.
18909         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
18910
18911 2003-01-07  Bruno Haible  <bruno@clisp.org>
18912
18913         * lib/strtoimax.c: Include <stdint.h> as an alternative to
18914         <inttypes.h>.
18915         * lib/xstrtol.h: Likewise.
18916         * lib/xstrtoimax.c: Likewise.
18917         * lib/xstrtoumax.c: Likewise.
18918         * lib/human.h: Likewise.
18919
18920         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
18921         on systems that have <inttypes.h> but not <stdint.h>.
18922
18923 2003-01-07  Bruno Haible  <bruno@clisp.org>
18924
18925         * MODULES.html.sh: Add copyright notice.
18926         (missed_files): Omit CVS directory entries.
18927         (func_module): Make it work with sed-3.02.
18928         * MODULES.txt: Remove file.
18929
18930 2003-01-06  Jim Meyering  <jim@meyering.net>
18931
18932         * lib/version-etc.c: Update year in translatable copyright string.
18933
18934 2003-01-03  Karl Berry  <karl@gnu.org>
18935
18936         * config/config.{guess,sub}: update from prep.
18937
18938 2003-01-02  Karl Berry  <karl@gnu.org>
18939
18940         * doc/COPYING.DOC: belatedly updated to 1.2.
18941
18942 2003-01-01  Karl Berry  <karl@gnu.org>
18943
18944         * gnulib-tool (func_verify_module): report module name $module in
18945         error message, not $1.
18946         * gnulib-tool (create-testdir): don't complain if destdir couldn't
18947         be created, only if it doesn't exist.
18948         * gnulib-tool (last_checkin_date): don't expand the $Date here.
18949
18950 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18951
18952         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
18953
18954 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18955
18956         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
18957         memcmp if strcoll doesn't work.
18958
18959 2002-12-31  Bruno Haible  <bruno@clisp.org>
18960
18961         * lib/utime.c (utime_null): No need to call ftruncate if the file was
18962         nonempty.
18963
18964 2002-12-31  Bruno Haible  <bruno@clisp.org>
18965
18966         * lib/memcoll.c (STRCOLL): New macro.
18967         (memcoll): Use it.
18968
18969 2002-12-31  Bruno Haible  <bruno@clisp.org>
18970
18971         * lib/localcharset.h: New file.
18972         * lib/localcharset.c: Include it.
18973         * lib/unicodeio.c: Likewise.
18974
18975 2002-12-31  Bruno Haible  <bruno@clisp.org>
18976
18977         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
18978         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
18979
18980 2002-12-31  Bruno Haible  <bruno@clisp.org>
18981
18982         * lib/getline.h: Include <stddef.h>, for size_t.
18983
18984         * lib/unicodeio.h: Include <stddef.h>, for size_t.
18985         * lib/unicodeio.c: Don't include <stddef.h>.
18986
18987 2002-12-31  Bruno Haible  <bruno@clisp.org>
18988
18989         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
18990         HAVE_TM_ZONE.
18991
18992 2002-12-24  Karl Berry  <karl@gnu.org>
18993
18994         * config/config.guess: update from prep.
18995
18996 2002-12-24  Bruno Haible  <bruno@clisp.org>
18997
18998         General infrasructure.
18999         * m4/README: Rewritten.
19000         * m4/onceonly.m4: New file.
19001         * m4/onceonly_2_57.m4: New file.
19002
19003         Module atexit.
19004         * m4/atexit.m4: New file.
19005
19006         Module strtod.
19007         * m4/strtod.m4: New file.
19008
19009         Module strtol.
19010         * m4/strtol.m4: New file.
19011
19012         Module strtoul.
19013         * m4/strtoul.m4: New file.
19014
19015         Module memchr.
19016         * m4/memchr.m4: New file.
19017
19018         Module memcmp.
19019         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19020         (jm_FUNC_MEMCMP): Invoke it.
19021
19022         Module memcpy.
19023         * m4/memcpy.m4: New file.
19024
19025         Module memmove.
19026         * m4/memmove.m4: New file.
19027
19028         Module memset.
19029         * m4/memset.m4: New file.
19030
19031         Module strcspn.
19032         * m4/strcspn.m4: New file.
19033
19034         Module strpbrk.
19035         * m4/strpbrk.m4: New file.
19036
19037         Module strstr.
19038         * m4/strstr.m4: New file.
19039
19040         Module strerror.
19041         * m4/strerror.m4: New file.
19042
19043         Module mktime.
19044         * m4/mktime.m4: Renamed from jm-mktime.m4.
19045         (gl_PREREQ_MKTIME): New macro.
19046         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19047
19048         Module malloc.
19049         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19050         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19051         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19052
19053         Module realloc.
19054         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19055         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19056         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19057
19058         Module strftime.
19059         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19060         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19061         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19062         gl_TM_GMTOFF.
19063         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19064
19065         Module xalloc.
19066         * m4/xalloc.m4: New file.
19067
19068         Module alloca.
19069         * m4/alloca.m4: New file.
19070
19071         Module putenv.
19072         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19073         (jm_FUNC_PUTENV): Invoke it.
19074
19075         Module setenv.
19076         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19077         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19078         when invoked twice.
19079         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19080         gt_FUNC_SETENV.
19081
19082         Module memrchr.
19083         * m4/memrchr.m4: New file.
19084
19085         Module stpcpy.
19086         * m4/stpcpy.m4: New file.
19087
19088         Module strcase.
19089         * m4/strcase.m4: New file.
19090
19091         Module strdup.
19092         * m4/strdup.m4: New file.
19093
19094         Module strnlen.
19095         * m4/strnlen.m4: New file.
19096
19097         Module strndup.
19098         * m4/strndup.m4: New file.
19099
19100         Module xstrtod.
19101         * m4/xstrtod.m4: New file.
19102
19103         Module xstrtol.
19104         * m4/xstrtol.m4: New file.
19105
19106         Module getdate.
19107         * m4/getdate.m4: New file.
19108
19109         Module unlocked-io.
19110         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19111         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19112         * m4/jm-glibc-io.m4n: Remove file.
19113
19114         Module long-options.
19115         * m4/long-options.m4: New file.
19116
19117         Module md5.
19118         * m4/md5.m4: New file.
19119
19120         Module sha.
19121         * m4/sha.m4: New file.
19122
19123         Module getstr.
19124         * m4/getstr.m4: New file.
19125
19126         Module getline.
19127         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19128         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19129         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19130         simply getline. Infoke gl_PREREQ_GETLINE.
19131
19132         Module obstack.
19133         * m4/obstack.m4: New file.
19134
19135         Module hash.
19136         * m4/hash.m4: New file.
19137
19138         Module readtokens.
19139         * m4/readtokens.m4: New file.
19140
19141         Module strverscmp.
19142         * m4/strverscmp.m4: New file.
19143
19144         Module stdbool.
19145         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19146         OSF/1.
19147
19148         Module strtoll.
19149         * m4/strtoll.m4: New file.
19150
19151         Module strtoull.
19152         * m4/strtoull.m4: New file.
19153
19154         Module strtoimax.
19155         * m4/strtoimax.m4: New file.
19156
19157         Module strtoumax.
19158         * m4/strtoumax.m4: New file.
19159
19160         Module xstrtoimax.
19161         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19162         jm_AC_PREREQ_XSTRTOIMAX.
19163         Moved the strtol prerequisites to strtol.m4.
19164         Moved the strtoll prerequisites to strtoll.m4.
19165         Moved the strtoimax prerequisites to strtoimax.m4.
19166
19167         Module xstrtoumax.
19168         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19169         jm_AC_PREREQ_XSTRTOUMAX.
19170         Moved the strtoul prerequisites to strtoul.m4.
19171         Moved the strtoull prerequisites to strtoull.m4.
19172         Moved the strtoumax prerequisites to strtoumax.m4.
19173
19174         Module chown.
19175         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19176         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19177
19178         Module dup2.
19179         * m4/dup2.m4: New file.
19180
19181         Module ftruncate.
19182         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19183         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19184
19185         Module getgroups.
19186         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19187         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19188
19189         Module gettimeofday.
19190         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19191         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19192         gl_PREREQ_GETTIMEOFDAY.
19193
19194         Module mkdir.
19195         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19196         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19197
19198         Module mkstemp.
19199         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19200         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19201         jm_AC_TYPE_UINTMAX_T.
19202         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19203
19204         Module stat.
19205         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19206         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19207
19208         Module lstat.
19209         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19210         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19211
19212         Module timespec.
19213         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19214         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19215         * m4/st_mtim.m4: Indentation.
19216
19217         Module nanosleep.
19218         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19219         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19220         gl_PREREQ_NANOSLEEP.
19221
19222         Module regex.
19223         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19224         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19225         (gl_REGEX): New macro.
19226
19227         Module rename.
19228         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19229         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19230
19231         Module rmdir.
19232         * m4/rmdir.m4: New file.
19233
19234         Module utime.
19235         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19236         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19237         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19238
19239         Module dirname.
19240         * m4/dirname.m4: New file.
19241
19242         Module getopt.
19243         * m4/getopt.m4: New file.
19244
19245         Module unistd-safer.
19246         * m4/unistd-safer.m4: New file.
19247
19248         Module fnmatch.
19249         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19250         declaration.
19251         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19252         (gl_FUNC_FNMATCH_POSIX): New macro.
19253         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19254         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19255         simply fnmatch.
19256
19257         Module exclude.
19258         * m4/exclude.m4: New file.
19259
19260         Module human.
19261         * m4/human.m4: New file.
19262
19263         Module acl.
19264         * m4/acl.m4: Nop.
19265
19266         Module backupfile.
19267         * m4/backupfile.m4: New file.
19268         * m4/d-ino.m4: Indentation.
19269
19270         Module fsusage.
19271         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19272         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19273         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19274
19275         Module dirfd.
19276         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19277         requirements.
19278
19279         Module euidaccess.
19280         * m4/euidaccess.m4: New file.
19281
19282         Module file-type.
19283         * m4/file-type.m4: New file.
19284
19285         Module fileblocks.
19286         * m4/fileblocks.m4: New file.
19287
19288         Module filemode.
19289         * m4/filemode.m4: New file.
19290
19291         Module isdir.
19292         * m4/isdir.m4: New file.
19293
19294         Module lchown.
19295         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19296         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19297
19298         Module makepath.
19299         * m4/makepath.m4: New file.
19300
19301         Module modechange.
19302         * m4/modechange.m4: New file.
19303
19304         Module mountlist.
19305         * m4/mountlist.m4: New file.
19306         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19307         Indentation.
19308
19309         Module path-concat.
19310         * m4/path-concat.m4: New file.
19311
19312         Module pathmax.
19313         * m4/pathmax.m4: New file.
19314
19315         Module same.
19316         * m4/same.m4: New file.
19317
19318         Module save-cwd.
19319         * m4/save-cwd.m4: New file.
19320
19321         Module savedir.
19322         * m4/savedir.m4: New file.
19323
19324         Module xgetcwd.
19325         * m4/xgetcwd.m4: New file.
19326         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19327
19328         Module xreadlink.
19329         * m4/xreadlink.m4: New file.
19330
19331         Module safe-read.
19332         * m4/safe-read.m4: New file.
19333
19334         Module safe-write.
19335         * m4/safe-write.m4: New file.
19336
19337         Module closeout.
19338         * m4/closeout.m4: New file.
19339
19340         Module stdio-safer.
19341         * m4/stdio-safer.m4: New file.
19342
19343         Module getpass.
19344         * m4/getpass.m4: New file.
19345
19346         Module getugroups.
19347         * m4/getugroups.m4: New file.
19348
19349         Module group-member.
19350         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19351         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19352
19353         Module idcache.
19354         * m4/idcache.m4: New file.
19355
19356         Module userspec.
19357         * m4/userspec.m4: New file.
19358
19359         Module gettime.
19360         * m4/clock_time.m4: New file.
19361         * m4/gettime.m4: New file.
19362
19363         Module settime.
19364         * m4/settime.m4: New file.
19365
19366         Module posixtm.
19367         * m4/posixtm.m4: New file.
19368
19369         Module gethostname.
19370         * m4/gethostname.m4: New file.
19371
19372         Module canon-host.
19373         * m4/canon-host.m4: New file.
19374
19375         Module gettext.
19376         * m4/codeset.m4: New file, from gettext-0.11.5.
19377         * m4/gettext.m4: New file, from gettext-0.11.5.
19378         * m4/glibc21.m4: New file, from gettext-0.11.5.
19379         * m4/iconv.m4: New file, from gettext-0.11.5.
19380         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19381         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19382         * m4/inttypes.m4: New file, from gettext-0.11.5.
19383         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19384         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19385         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19386         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19387         * m4/lib-link.m4: New file, from gettext-0.11.5.
19388         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19389         * m4/progtest.m4: New file, from gettext-0.11.5.
19390         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19391         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19392         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19393
19394         Module localcharset.
19395         * m4/localcharset.m4: New file.
19396
19397         Module hard-locale.
19398         * m4/hard-locale.m4: New file.
19399
19400         Module mbswidth.
19401         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19402         onceonly macros.
19403         * m4/mbrtowc.m4: Add comment.
19404
19405         Module memcasecmp.
19406         * m4/memcasecmp.m4: New file.
19407
19408         Module memcoll.
19409         * m4/memcoll.m4: New file.
19410
19411         Module unicodeio.
19412         * m4/unicodeio.m4: New file.
19413
19414         Module rpmatch.
19415         * m4/rpmatch.m4: New file.
19416
19417         Module yesno.
19418         * m4/yesno.m4: New file.
19419
19420         Module exitfail.
19421         * m4/exitfail.m4: New file.
19422
19423         Module c-stack.
19424         * m4/c-stack.m4 (gl_C_STACK): New macro.
19425         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19426
19427         Module error.
19428         * m4/error.m4 (gl_ERROR): New macro.
19429         (jm_PREREQ_ERROR): Use onceonly macros.
19430
19431         Module fatal.
19432         * m4/fatal.m4: New file.
19433
19434         Module getloadavg.
19435         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19436         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19437
19438         Module getpagesize.
19439         * m4/getpagesize.m4: New file.
19440
19441         Module getusershell.
19442         * m4/getusershell.m4: New file.
19443
19444         Module physmem.
19445         * m4/physmem.m4: New file.
19446
19447         Module posixver.
19448         * m4/posixver.m4: New file.
19449
19450         Module quotearg.
19451         * m4/quotearg.m4: New file.
19452
19453         Module quote.
19454         * m4/quote.m4: New file.
19455
19456         Module readutmp.
19457         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19458
19459         Module sig2str.
19460         * m4/sig2str.m4: New file.
19461
19462         Other.
19463         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19464         ulonglong.m4.
19465         * m4/intmax_t.m4: New file.
19466         * m4/d-type.m4: Indentation.
19467         * m4/jm-macros.m4: Update.
19468         * m4/prereq.m4 (jm_PREREQ): Update.
19469         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19470         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19471         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19472         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19473         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19474         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19475         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19476         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19477         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19478         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19479         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19480         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19481         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19482         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19483         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19484         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19485         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19486         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19487         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19488
19489 2002-12-24  Bruno Haible  <bruno@clisp.org>
19490
19491         * MODULES.txt: Update according to m4/ changes.
19492
19493         Module gettext.
19494         * config.rpath: New file, from gettext-0.11.5.
19495
19496         * modules/*: New module descriptions.
19497         * gnulib-tool: New file.
19498         * MODULES.html.sh: New file.
19499
19500 2002-12-21  Karl Berry  <karl@gnu.org>
19501
19502         * doc/fdl.texi: update to version 1.2.
19503
19504 2002-12-19  Karl Berry  <karl@gnu.org>
19505
19506         * config/config.guess: update from prep.
19507
19508 2002-12-18  Bruno Haible  <bruno@clisp.org>
19509
19510         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19511         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19512
19513 2002-12-17  Bruno Haible  <bruno@clisp.org>
19514
19515         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19516         stdlib.h, string.h.
19517
19518 2002-12-17  Bruno Haible  <bruno@clisp.org>
19519
19520         * lib/canon-host.c (strdup): Remove unused declaration.
19521
19522         * lib/fsusage.c: Include full_read.h.
19523         (get_fs_usage): Use full_read instead of safe_read.
19524
19525         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19526
19527 2002-12-12  Karl Berry  <karl@gnu.org>
19528
19529         * config/config.guess: update from prep.
19530
19531 2002-12-11  Bruno Haible  <bruno@clisp.org>
19532
19533         * m4/setenv.m4: New file, from gettext-0.11.5.
19534
19535 2002-12-11  Bruno Haible  <bruno@clisp.org>
19536
19537         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19538         not unsetenv().
19539         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19540         modifications:
19541
19542         2002-12-11  Bruno Haible  <bruno@clisp.org>
19543
19544                 * setenv.c (alloca): Fall back to malloc.
19545                 (freea): New macro.
19546                 (setenv): Use freea() to free memory allocated with alloca().
19547
19548         2002-11-13  Bruno Haible  <bruno@clisp.org>
19549
19550                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19551                 function declarations.
19552                 * unsetenv.c (unsetenv): Likewise.
19553
19554         2002-03-04  Bruno Haible  <bruno@clisp.org>
19555
19556                 Portability to AIX 4.3.3.
19557                 * unsetenv.c: New file, extracted from setenv.c.
19558                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19559
19560         2001-12-20  Bruno Haible  <bruno@clisp.org>
19561
19562                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19563                 use malloc instead. For SunOS 4.
19564
19565         2001-12-11  Bruno Haible  <bruno@clisp.org>
19566
19567                 * setenv.c: Declare alloca.
19568                 (compar_fn_t): New typedef.
19569                 (KNOWN_VALUE, STORE_VALUE): Use it.
19570
19571         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19572         setenv.h.
19573
19574 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19575
19576         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19577         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19578         Choose values that are less likely to collide with system fnmatch
19579         options.
19580         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19581         defined (e.g., a pure POSIX system).
19582         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19583         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19584
19585 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19586
19587         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19588         a pain in practice to deal with generated m4 files.  This change
19589         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19590
19591         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19592         and jm-glibc-io.m4, as they are no longer a special case.
19593         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19594         kludge and the auto-generation stuff.  Check only whether the
19595         functions are declared, not whether they exist, since older hosts
19596         that don't declare the functions can't use the optimization anyway.
19597
19598 2002-12-06  Jim Meyering  <jim@meyering.net>
19599
19600         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19601
19602         Merge in changes from libc's misc/error.c, in preparation
19603         for the merge of gnulib's changes back into libc.
19604
19605         * lib/error.c (_): Define only if not already defined.
19606         Move definition to follow all #include directives.
19607         Include unlocked-io.h only if !_LIBC.
19608         [_LIBC]: Include <libio/libioP.h>.
19609         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19610         (fflush): Tweak definition to use INTUSE.
19611         (putc): Define.
19612
19613 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19614
19615         * lib/alloca.c [defined emacs]: Include "lisp.h".
19616         (xalloc_die) [defined emacs]: New macro.
19617         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19618         [! defined emacs]: Include <xalloc.h>.
19619         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19620         (pointer): Typedef to POINTER_TYPE *.
19621         (malloc): Remove decl; we now always use xmalloc.
19622         (alloca): Use old-style definition, since Emacs needs this.
19623         Check for arithmetic overflow when computing combined size.
19624
19625 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19626
19627         Do not generate unlocked-io.h automatically, since it's easier to
19628         maintain it by hand.
19629
19630         * lib/unlocked-io.h: New file, from GNU diffutils,
19631         but with proper copyright notice and attribution.
19632         * lib/gen-uio: Remove.
19633         * lib/Makefile.am: Add copyright notice.
19634         (libfetish_a_SOURCES): Add unlocked-io.h.
19635         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19636         (DISTCLEANFILES, io_functions): Remove macros.
19637         (EXTRA_DIST): Remove gen_uio.
19638         (unlocked-io.h): Remove rule.
19639
19640 2002-12-04  Jim Meyering  <jim@meyering.net>
19641
19642         Reflect the fact that stat.c and lstat.c are no longer generated.
19643         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19644         (DISTCLEANFILES): Likewise.
19645         (EXTRA_DIST): Likewise.
19646         (all_local): Don't depend on stat.c or lstat.c.
19647         (stat.c, lstat.c): Remove rules.
19648         (EXTRA_DIST): Remove xstat.in.
19649
19650         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19651         * lib/stat.c: New file.  Contents mostly from xstat.in.
19652         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19653         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19654
19655         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19656         too.
19657         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19658
19659 2002-12-03  Jim Meyering  <jim@meyering.net>
19660
19661         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19662         but not semantics, to minimize the differences between these two files.
19663         (safe_read): Change comment to mention SAFE_READ_ERROR.
19664
19665         * lib/safe-read.c (IS_EINTR): Define.
19666         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19667
19668 2002-12-02  Jim Meyering  <jim@meyering.net>
19669
19670         * lib/safe-read.c (EINTR): Define.
19671         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19672         (INT_MAX): Provide fallback.
19673         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19674
19675         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19676
19677 2002-12-02  Bruno Haible  <bruno@clisp.org>
19678
19679         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19680         Define, taken from safe-read.c.
19681         (INT_MAX): Provide fallback.
19682         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19683         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19684
19685         * lib/safe-read.c (EINTR): Remove definition.
19686         (safe_read): Don't use EINTR if it is absent.
19687
19688 2002-12-01  Jim Meyering  <jim@meyering.net>
19689
19690         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19691         zero.
19692         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19693
19694 2002-11-27  Paul Eggert  <eggert@twinsun.com>
19695
19696         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
19697         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
19698         with `if (! (value < limit)) abort ();', for readability.
19699
19700 2002-11-26  Karl Berry  <karl@gnu.org>
19701
19702         * lib/strdup.c: copy from libc again, with jim's ok.
19703         * lib/.cppi-disable: re-add strdup.c
19704
19705 2002-11-25  Karl Berry  <karl@gnu.org>
19706
19707         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
19708         instead of "strtol.c".
19709
19710 2002-11-25  Karl Berry  <karl@gnu.org>
19711
19712         * config/install-sh: update from automake for variable quoting, $0 in
19713         error msgs, etc.
19714
19715         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
19716         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
19717         entry.
19718
19719 2002-11-25  Jim Meyering  <jim@meyering.net>
19720
19721         * lib/mktime.c: Sync from libc, now that it has the latest fix.
19722
19723 2002-11-24  Karl Berry  <karl@gnu.org>
19724
19725         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
19726         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
19727
19728 2002-11-24  Jim Meyering  <jim@meyering.net>
19729
19730         Update from coreutils:
19731
19732         * lib/mktime.c: Merge in changes from libc.
19733
19734         Avoid a link-time failure on some Linux systems.
19735         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
19736         (otherwise).
19737         (__mon_yday): Declare with the STATIC attribute.
19738         (__mktime_internal): Likewise.
19739         Based on a report from Greg Schafer.
19740
19741 2002-11-23  Jim Meyering  <jim@meyering.net>
19742
19743         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
19744         Use `unsigned', not `int', as type of index.
19745
19746         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
19747
19748         * lib/fsusage.c: Remove unneeded parentheses around operands of
19749         `defined'.
19750
19751 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19752
19753         * lib/quotearg.h: Allow multiple inclusion by surrounding with
19754         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
19755         so that we can be included first.
19756         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
19757         * lib/quotearg.c: Include quotearg.h immediately after config.h.
19758         No need to include stddef.h or sys/types.h any more.
19759         Surround local include files with "", not "<>".
19760         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
19761         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
19762         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
19763         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19764         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19765         (ISPRINT): Remove; no longer needed now that we assume C89.
19766
19767         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
19768         Preserve errno.
19769
19770         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
19771         quotearg_char): Use SIZE_MAX rather than
19772         (size_t) -1 when we are talking about "infinity".
19773
19774         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
19775
19776 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19777
19778         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
19779         hint that one should use `if (! x) abort ();' rather than `assert
19780         (x);', and anyway it's one less thing to worry about configuring.
19781         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
19782         hash_rehash, hash_insert): Use abort rather than assert.
19783
19784 2002-11-22  Bruno Haible  <bruno@clisp.org>
19785
19786         * lib/safe-read.h: Assume C89. Add comments.
19787         (safe_read): Change return type to size_t.
19788         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
19789         byte counts > SSIZE_MAX correctly.
19790         * lib/safe-write.h: New file.
19791         * lib/safe-write.c: New file.
19792         * lib/full-read.h: New file.
19793         * lib/full-read.c: New file.
19794         * lib/full-write.h: Assume C89. Add comments.
19795         * lib/full-write.c: Include safe-write.h.
19796         (full_write): Rewritten to use safe_write.
19797         Suggested by Jim Meyering and Paul Eggert.
19798
19799 2002-11-21  Jim Meyering  <jim@meyering.net>
19800
19801         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
19802
19803         Merge in changes from the coreutils.
19804
19805         2002-09-25  Paul Eggert  <eggert@twinsun.com>
19806         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
19807         <stdint.h>.
19808         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
19809         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
19810         int.  Work more efficiently if X is the same width as uintmax_t.
19811         Do not compare X to -1, to avoid bogus compiler warning.
19812         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
19813         Don't assume that f_frsize and f_bsize are the same type.
19814
19815         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
19816         warning on FreeBSD.
19817
19818         * lib/makepath.c (make_path): Restore umask *before* creating the final
19819         component.
19820         (make_path): Minor reformatting.
19821
19822         * lib/xmalloc.c: Adjust to work with new autoconf macros,
19823         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
19824         HAVE_MALLOC/HAVE_REALLOC.
19825
19826         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
19827         dummy ones.  At least on GNU/Linux systems, `auto' means something
19828         else.
19829         From Michael Stone.
19830
19831 2002-11-21  Bruno Haible  <bruno@clisp.org>
19832
19833         Remove case insensitive option matching.
19834         * lib/argmatch.h (argcasematch): Remove declaration.
19835         (ARGCASEMATCH): Remove macro.
19836         (__xargmatch_internal): Remove case_sensitive argument.
19837         (XARGMATCH): Update.
19838         (XARGCASEMATCH): Remove macro.
19839         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
19840         case_sensitive argument.
19841         (argcasematch): Remove function.
19842         (__xargmatch_internal): Remove case_sensitive argument.
19843         (main): Use XARGMATCH instead of XARGCASEMATCH.
19844
19845         * lib/xmalloc.c: Change compile-time error message. Add comment about
19846         required autoconf version.
19847
19848 2002-11-20  Paul Eggert  <eggert@twinsun.com>
19849
19850         Merge argmatch cleanups from Bison.  Assume C89.
19851
19852         * lib/argmatch.c: Include config.h here, not in argmatch.h.
19853         Include stdlib.h, for EXIT_FAILURE.
19854         Always include <string.h>, since we assume C89.
19855         (EXIT_FAILURE): Remove pre-C89 bug workaround.
19856         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
19857         Include <stddef.h> instead, since it's all we need for size_t.
19858         (PARAMS): Remove.  All uses removed.
19859         (ARRAY_CARDINALITY): Do not bother to #undef.
19860         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
19861         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19862         Remove unnecessary parentheses.
19863         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19864         Insert necessary parentheses.
19865         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
19866         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
19867
19868 2002-11-19  Bruno Haible  <bruno@clisp.org>
19869
19870         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
19871         * lib/mbswidth.h: Include <stddef.h>, for size_t.
19872
19873         * lib/mbswidth.h (PARAMS): Remove macro.
19874         (mbswidth, mbsnwidth): Use ANSI C function declarations.
19875         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
19876
19877         * lib/gcd.h (PARAMS): Remove macro.
19878         (gcd): Use ANSI C function declarations.
19879         * lib/gcd.c (gcd): Likewise.
19880
19881 2002-11-15  Bruno Haible  <bruno@clisp.org>
19882
19883         * lib/strcspn.c: Include <stddef.h>.
19884         (strcspn): Use ANSI C function declaration. Change return type to
19885         size_t. Use NULL.
19886         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
19887         (strpbrk): Use NULL.
19888         * lib/strpbrk.h (PARAMS): Remove macro.
19889         (strpbrk): Use ANSI C function declaration.
19890         * lib/strstr.c: Don't include <sys/types.h>.
19891         * lib/strstr.h (PARAMS): Remove macro.
19892         (strstr): Use ANSI C function declarations.
19893
19894 2002-11-14  Karl Berry  <karl@gnu.org>
19895
19896         * config/mkinstalldirs: `do' on separate line, instead of
19897         `for var; do'.
19898
19899 2002-11-06  Bruno Haible  <bruno@clisp.org>
19900
19901         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
19902         * lib/gcd.c (gcd): Likewise.
19903
19904 2002-11-05  Bruno Haible  <bruno@clisp.org>
19905
19906         * lib/gcd.h: New file, from gettext-0.11.5.
19907         * lib/gcd.c: New file, from gettext-0.11.5.
19908
19909 2002-11-05  Bruno Haible  <bruno@clisp.org>
19910
19911         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19912         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19913         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19914         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19915
19916         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
19917         <libintl.h>.
19918         * lib/makepath.c: Include gettext.h instead of <locale.h> and
19919         <libintl.h>.
19920
19921         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
19922         * lib/human.c: Include gettext.h instead of <libintl.h>.
19923         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
19924         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
19925         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
19926         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
19927         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
19928         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
19929         (textdomain): Remove definition.
19930         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
19931
19932         * lib/long-options.c: Remove include of <libintl.h> and definition of
19933         _.
19934         * lib/same.c: Remove include of <libintl.h> and definition of _.
19935
19936 2002-11-04  Owen Taylor  <otaylor@redhat.com>
19937
19938         * lib/config.charset: A few additions for Solaris.
19939
19940 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19941
19942         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
19943         * lib/localcharset.c (locale_charset): Declare as extern "C".
19944
19945 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19946
19947         * lib/config.charset: msdos in uk_UA uses CP1125.
19948
19949 2002-11-04  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
19952         * lib/strcase.h: New file, from GNU gettext-0.11.5.
19953         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
19954         * lib/strstr.h: New file, from GNU gettext-0.11.5.
19955         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
19956
19957 2002-11-04  Bruno Haible  <bruno@clisp.org>
19958
19959         * lib/localcharset.c (locale_charset): Don't return an empty string.
19960
19961 2002-11-04  Bruno Haible  <bruno@clisp.org>
19962
19963         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
19964         aliases.
19965
19966 2002-11-04  Bruno Haible  <bruno@clisp.org>
19967
19968         * lib/config.charset: Update for newest glibc. Add canonical names
19969         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
19970
19971 2002-11-04  Bruno Haible  <bruno@clisp.org>
19972
19973         * lib/config.charset: Add support for NetBSD.
19974
19975 2002-11-04  Bruno Haible  <bruno@clisp.org>
19976
19977         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
19978
19979 2002-11-01  Bruno Haible  <bruno@clisp.org>
19980
19981         * configure.in: Add AC_CONFIG_AUX_DIR call.
19982         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
19983         test/Makefile.
19984         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
19985
19986 2002-09-28  Karl Berry  <karl@gnu.org>
19987
19988         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
19989         installed automake until the next release, since changes have been
19990         made.
19991
19992 2002-09-25  Karl Berry  <karl@gnu.org>
19993
19994         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
19995         * lib/getopt*: copy from libc/posix.
19996         * lib/gettext.h: copy from gettext.
19997         * lib/.cppi-disable: add strdup.c, gettext.h.
19998
19999 2002-09-25  Karl Berry  <karl@gnu.org>
20000
20001         * config/srclist.txt: enable gettext.h check.
20002         * config/config.{guess,sub}: update from prep.
20003         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20004                 from automake 1.6.3.
20005         See srclist*.
20006
20007 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20008
20009         * regex.c (PATFETCH): Remove the translating fetch.
20010         (PATFETCH_RAW): Rename to PATFETCH.
20011         (set_image_of_range): New fun.
20012         (SET_RANGE_TABLE_WORK_AREA): Use it.
20013         (regex_compile): Don't translate the pattern chars so eagerly.
20014         Only do it when inserting an `exactn' bytecode or when handling
20015         a char-range.
20016         (mutually_exclusive_p): Avoid empty statement.
20017
20018 2002-07-06  Jim Meyering  <meyering@lucent.com>
20019
20020         * m4/README: Don't mention Makefile.am.in.
20021         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20022
20023 2002-07-01  Jim Meyering  <meyering@lucent.com>
20024
20025         * lib/c-stack.c: Include sys/time.h.
20026         From Volker Borchert.
20027
20028 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20029
20030         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20031
20032 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20033
20034         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20035         New macro.  Use it uniformly instead of
20036         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20037         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20038         reported by Vin Shelton.
20039
20040 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20041
20042         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20043         Do not assume SA_SIGINFO behavior.
20044         Bug reported by Jim Meyering on NetBSD 1.5.2.
20045
20046 2002-06-22  Jim Meyering  <meyering@lucent.com>
20047
20048         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20049         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20050
20051         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20052         now that configure.ac uses AC_GNU_SOURCE.
20053         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20054         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20055
20056         Update to latest tools.  Suggestions from Paul Eggert.
20057         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20058         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20059         * m4/fnmatch.m4: Likewise.
20060         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20061         to AC_HEADER_STDBOOL
20062
20063 2002-06-22  Jim Meyering  <meyering@lucent.com>
20064
20065         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20066         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20067
20068 2002-06-22  Jim Meyering  <meyering@lucent.com>
20069
20070         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20071
20072         * lib/exitfail.c, exitfail.h: Likewise.
20073         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20074
20075         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20076         of fnmatch.h.
20077         (EXTRA_DIST): Add fnmatch_loop.c.
20078         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20079
20080         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20081         * lib/fnmatch.c: Update from diffutils-2.8.2.
20082         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20083         * lib/fnmatch.h: Remove file.
20084
20085 2002-06-21  Jim Meyering  <meyering@lucent.com>
20086
20087         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20088         * m4/mbrtowc.m4: Likewise.
20089
20090         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20091         * m4/mbswidth.m4: Reflect name change:
20092         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20093         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20094
20095         * m4/lib-link.m4: Update from gettext-0.11.2.
20096         * m4/gettext.m4: Likewise.
20097
20098         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20099         From Alfred M. Szmidt.
20100
20101 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20102
20103         * lib/file-type.h: Report an error if neither S_ISREG nor
20104         S_IFREG is defined, instead of using a test specific to glibc
20105         2.2.  This should be safe, since POSIX requires S_ISREG and
20106         Unix Version 7 had S_IFREG.  We don't need to check for
20107         <sys/types.h> since we don't use any symbols that it defines.
20108
20109 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20110
20111         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20112         $@-t, so that each temporary file name is unique and valid in the first
20113         8 characters, for operation under DOS.
20114
20115 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20116
20117         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20118
20119 2002-06-15  Jim Meyering  <meyering@lucent.com>
20120
20121         Work even with DJGPP 2.03, which lacks support for symlinks.
20122         From Richard Dawe.
20123         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20124         is defined.
20125         * lib/lchown.c (S_ISLNK): Likewise.
20126
20127 2002-06-15  Jim Meyering  <meyering@lucent.com>
20128
20129         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20130         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20131         have been included before this file.
20132
20133 2002-06-14  Jim Meyering  <meyering@lucent.com>
20134
20135         * lib/file-type.h: Use the version from diffutils-2.8.2.
20136         * lib/file-type.c: Likewise.
20137
20138 2002-06-07  Jim Meyering  <meyering@lucent.com>
20139
20140         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20141         They're needed at least for NetBSD 1.5.2.
20142         ($statxfs_includes): Include those same headers.
20143         ($statxfs_includes): Include sys/vfs.h if available.
20144         ($statxfs_includes): Likewise for sys/statvfs.h.
20145         Check for the following members in both structs statfs and statvfs:
20146         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20147
20148 2002-06-01  Jim Meyering  <meyering@lucent.com>
20149
20150         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20151         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20152
20153 2002-05-28  Jim Meyering  <meyering@lucent.com>
20154
20155         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20156         Reported by Volker Borchert.
20157
20158 2002-05-27  Jim Meyering  <meyering@lucent.com>
20159
20160         Fix a problem seen only on nonconforming systems whereby ls.c's
20161         use of localtime, and then of gettimeofday would cause trouble:
20162         the localtime call used to initialize rpl_gettimeofday's save
20163         mechanism would clobber ls's current local time information so
20164         that in any long listing the first file would always be listed
20165         with date 1970-01-01.  Analysis by Volker Borchert.
20166
20167         * lib/gettimeofday.c (localtime): Undefine.
20168         (rpl_localtime): New function.
20169
20170 2002-05-27  Jim Meyering  <meyering@lucent.com>
20171
20172         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20173         localtime.
20174
20175         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20176         use the replacement function; it wouldn't resolve at link time.
20177         Reported by Volker Borchert.
20178
20179 2002-05-22  Jim Meyering  <meyering@lucent.com>
20180
20181         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20182         file-type.h.
20183         * lib/file-type.h: New file.
20184         * lib/file-type.c (file_type): New file/function.  Extracted from
20185         diffutils.
20186
20187 2002-04-30  Jim Meyering  <meyering@lucent.com>
20188
20189         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20190
20191 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20192
20193         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20194
20195 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20196
20197         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20198         Do not check for alloca.h (no longer used) or stdbool.h (was never
20199         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20200
20201 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20202
20203         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20204
20205 2002-04-29  Jim Meyering  <meyering@lucent.com>
20206
20207         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20208         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20209         Use AC_FUNC_STRNLEN here instead.
20210
20211         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20212         With autoconf-2.53a, it's part of AC_PROG_CC.
20213
20214 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20215
20216         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20217         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20218
20219 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20220
20221         * lib/sig2str.h, lib/sig2str.c: New files.
20222         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20223
20224 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20225
20226         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20227         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20228         of 127, since 64 is the largest conceivable number for ancient
20229         nonstandard hosts.
20230         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20231
20232 2002-04-28  Jim Meyering  <meyering@lucent.com>
20233
20234         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20235
20236 2002-04-24  Jim Meyering  <meyering@lucent.com>
20237
20238         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20239         (jm_PREREQ): Use it.
20240
20241         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20242         mach/mach.h fcntl.h.
20243         Check for this function: setlocale.
20244
20245 2002-04-24  Jim Meyering  <meyering@lucent.com>
20246
20247         * lib/gettext.h: New file, from Gettext.
20248         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20249         (libfetish_a_SOURCES): Add gettext.h.
20250
20251 2002-04-16  Jim Meyering  <meyering@lucent.com>
20252
20253         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20254         ut_pid, ut_id, ut_exit.
20255
20256 2002-04-16  Jim Meyering  <meyering@lucent.com>
20257
20258         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20259         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20260         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20261
20262 2002-04-12  Jim Meyering  <meyering@lucent.com>
20263
20264         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20265         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20266         existence of the getmntinfo function.  Needed for Darwin 5.3.
20267
20268         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20269         This is necessary at least on Darwin 5.3.
20270
20271         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20272         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20273         strnlen.o in the library, and that makes some versions of ranlib
20274         object.
20275
20276 2002-04-12  Jim Meyering  <meyering@lucent.com>
20277
20278         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20279
20280 2002-04-09  Jim Meyering  <meyering@lucent.com>
20281
20282         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20283         to be more precise.  Rather than saying we're checking whether the
20284         function `works', say what we're testing.
20285         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20286         Reported by Bruno Haible.
20287
20288 2002-03-10  Jim Meyering  <meyering@lucent.com>
20289
20290         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20291         Suggestion from Santiago Vila.
20292
20293 2002-03-08  Jim Meyering  <meyering@lucent.com>
20294
20295         * lib/rename.c: Mention that this wrapper is needed also on
20296         mips-dec-ultrix4.4 systems.
20297
20298 2002-03-02  Jim Meyering  <meyering@lucent.com>
20299
20300         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20301         not HAVE_CLOCK_SETTIME.
20302
20303 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20304
20305         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20306         Check for clock_settime.
20307
20308 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20309
20310         * lib/nanosleep.h: Rename to....
20311         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20312
20313         * lib/gettime.c: New file.
20314         * lib/settime.c: New file.
20315         * lib/stime.c: Remove.
20316
20317         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20318         timespec.h.  Remove nanosleep.h.
20319
20320 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20321
20322         * m4/acl.m4: New file.
20323         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20324         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20325
20326 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20327
20328         * lib/acl.c, lib/acl.h: New files.
20329         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20330
20331 2002-02-24  Jim Meyering  <meyering@lucent.com>
20332
20333         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20334         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20335         cause trouble.  Reported by Nelson Beebe.
20336
20337 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20338
20339         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20340         compilers that don't know that xalloc_die never returns.
20341
20342 2002-02-20  Jim Meyering  <meyering@lucent.com>
20343
20344         * lib/getdate.c: Regenerate using bison-1.33.
20345
20346 2002-02-17  Jim Meyering  <meyering@lucent.com>
20347
20348         * config/config.guess (main): Don't use `head -1'; it's no longer
20349         portable. Use `sed 1q' instead.
20350
20351 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20352
20353         * m4/codeset.m4: Upgrade to gettext-0.11.
20354         * m4/gettext.m4: Upgrade to gettext-0.11.
20355         * m4/glibc21.m4: Upgrade to gettext-0.11.
20356         * m4/iconv.m4: Upgrade to gettext-0.11.
20357         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20358         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20359         * m4/lib-ld.m4: New file, from gettext-0.11.
20360         * m4/lib-link.m4: New file, from gettext-0.11.
20361         * m4/lib-prefix.m4: New file, from gettext-0.11.
20362         * m4/progtest.m4: Upgrade to gettext-0.11.
20363
20364 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20365
20366         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20367         (jm_PREREQ): Use it.
20368
20369 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20370
20371         * lib/posixver.c, lib/posixver.h: New files.
20372         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20373
20374 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20375             Bruno Haible  <bruno@clisp.org>
20376
20377         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20378         (fwrite_success_callback): New declaration.
20379         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20380         print_unicode_char. Call failure callback instead of error.
20381         (fwrite_success_callback): New function.
20382         (exit_failure_callback): New function.
20383         (fallback_failure_callback): New function.
20384         (print_unicode_char): Call unicode_to_mb.
20385
20386 2002-01-26  Jim Meyering  <meyering@lucent.com>
20387
20388         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20389         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20390
20391 2002-01-26  Jim Meyering  <meyering@lucent.com>
20392
20393         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20394
20395 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20396
20397         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20398
20399 2002-01-22  Jim Meyering  <meyering@lucent.com>
20400
20401         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20402         Otherwise, some versions of automake would omit the rule that makes
20403         Makefile from Makefile.in.
20404
20405 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20406
20407         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20408         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20409         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20410         (memcoll): Set errno to zero if there is no error.
20411
20412         * lib/quotearg.c (quotearg_buffer_restyled):
20413         Fix bug with quoting buffers containing NUL when backslashing escapes.
20414         This bug was exposed by the other changes in this patch.
20415         (quotearg_n_options): New arg ARGSIZE.
20416         All callers changed.
20417         (quoting_options_from_style): New function.
20418         (quotearg_n_style): Use it.
20419         (quotearg_n_style_mem): New function.
20420
20421         * lib/quotearg.h (quotearg_n_style_mem): New function.
20422
20423 2002-01-19  Jim Meyering  <meyering@lucent.com>
20424
20425         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20426         Remove useless quotes: DF_PROG="df".
20427         * m4/strnlen.m4: New file.
20428
20429 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20430
20431         * lib/backupfile.c (ISDIGIT): Comment fix.
20432         * lib/getdate.y (ISDIGIT): Likewise.
20433         * lib/posixtm.c (ISDIGIT, year): Likewise.
20434         * lib/strverscmp.c (ISDIGIT): Likewise.
20435         * lib/userspec.c (ISDIGIT): Likewise.
20436
20437 2002-01-16  Jim Meyering  <meyering@lucent.com>
20438
20439         * lib/getdate.y: Add three semicolons, each just before a closing
20440         brace. Bison (as of version 1.31) no longer papers over that mistake.
20441
20442 2002-01-05  Jim Meyering  <meyering@lucent.com>
20443
20444         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20445
20446 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20447
20448         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20449         not silently exit merely because the output buffer happens to
20450         have nothing pending.
20451
20452 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20453
20454         See the big note in ../ChangeLog.
20455         * lib/human.c (suffixes): Prefer K to k for 1024.
20456         (generate_suffix_backwards): New function.
20457         (human_readable_inexact): Use it.
20458         * lib/xstrtol.c (__xstrtol): If there is no number but there
20459         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20460         Accept 'K' as well as 'k'.
20461
20462 2001-12-15  Jim Meyering  <meyering@lucent.com>
20463
20464         * lib/regex.h (__restrict_arr): Update from libc.
20465
20466         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20467         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20468         (STREQ): Define.
20469
20470 2001-12-14  Jim Meyering  <meyering@lucent.com>
20471
20472         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20473         Suggestion from Bruno Haible.
20474
20475 2001-12-10  Jim Meyering  <meyering@lucent.com>
20476
20477         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20478         xrealloc, Instead, include "xalloc.h".
20479         (initbuffer): Don't cast xmalloc return value to char*.
20480         (readline): Reword comment.
20481         Don't cast xrealloc return value to char*
20482         Return NULL, not 0.
20483
20484 2001-12-09  Jim Meyering  <meyering@lucent.com>
20485
20486         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20487         about `signed and unsigned type in conditional expression'.
20488         * lib/posixtm.c (posix_time_parse): Likewise.
20489
20490         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20491
20492         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20493         to avoid a pedantic warning.
20494
20495         * lib/getstr.c: Don't include assert.h.
20496         (getstr): Remove warning-evoking assertions.
20497         Return -1 if offset parameter is out of bounds.
20498         Change the type of a local from int to size_t.
20499
20500         * lib/strftime.c (my_strftime_localtime_r): Include this function
20501         definition in the `#if ! HAVE_TM_GMTOFF' block.
20502
20503         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20504         Include xalloc.h instead.
20505
20506 2001-12-02  Jim Meyering  <meyering@lucent.com>
20507
20508         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20509         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20510         included.
20511
20512         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20513         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20514
20515 2001-11-30  Akim Demaille  <akim@epita.fr>
20516
20517         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20518         before being defined.
20519
20520 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20521
20522         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20523         First arg is int, not unsigned.
20524         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20525         (SIZE_MAX, UINT_MAX): New macros.
20526         (quotearg_n_options): Abort if N is negative.
20527         Avoid overflow check on hosts where size_t is 64 bits and int
20528         is 32 bits, as overflow is impossible there.
20529         Fix off-by-one typo that caused unnecessary reallocation.
20530
20531 2001-11-27  Jim Meyering  <meyering@lucent.com>
20532
20533         * lib/tempname.c: Merge with version from libc.
20534         * lib/regex.c: Likewise.
20535
20536         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20537         systems for which STDC_HEADERS is 0, it was not included, resulting in
20538         a warning about an integer-to-pointer conversion problem with getenv.
20539         Reported by Volker Borchert.
20540
20541 2001-11-26  Jim Meyering  <meyering@lucent.com>
20542
20543         * lib/gtod.h: Remove file.
20544         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20545         * lib/gettimeofday.c: Don't include gtod.h.
20546         (GTOD_init): Remove function.
20547         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20548         Suggestion from Volker Borchert.
20549
20550 2001-11-23  Jim Meyering  <meyering@lucent.com>
20551
20552         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20553         it.
20554         * lib/hash.c (struct hash_table): Define it here instead.
20555
20556 2001-11-22  Jim Meyering  <meyering@lucent.com>
20557
20558         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20559
20560 2001-11-20  Jim Meyering  <meyering@lucent.com>
20561
20562         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20563         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20564
20565 2001-11-19  Jim Meyering  <meyering@lucent.com>
20566
20567         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20568         directory.  Use "conftestXXXXXX" as the template.
20569         Suggestion from Paul Eggert.
20570
20571         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20572         immediately, so the test doesn't mistakenly hit the max-open-files
20573         limit.
20574
20575 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20576
20577         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20578         (TEMPORARIES): New macro.
20579         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20580         removes an artificial limitation (e.g. HP-UX 10.20, where
20581         TMP_MAX is 17576).
20582
20583 2001-11-18  Jim Meyering  <meyering@lucent.com>
20584
20585         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20586
20587 2001-11-18  Jim Meyering  <meyering@lucent.com>
20588
20589         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20590         on SunOS 4.
20591
20592         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20593         files will be created before anything else.
20594
20595 2001-11-17  Paul Eggert  <eggert@twinsun.com>
20596
20597         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20598         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20599
20600 2001-11-17  Jim Meyering  <meyering@lucent.com>
20601
20602         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20603         Prompted by a report from Bob Proulx.
20604
20605         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20606         Instead, require UTILS_FUNC_MKSTEMP.
20607
20608 2001-11-17  Jim Meyering  <meyering@lucent.com>
20609
20610         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20611         Now, that's done as part of AC_FUNC_STRTOD.
20612
20613 2001-11-17  Jim Meyering  <meyering@lucent.com>
20614
20615         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20616         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20617         rather than group writable.  Patch by Juan F. Codagnone.
20618
20619         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20620         xrealloc, Instead, include "xalloc.h".
20621
20622         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20623         Remove explicit declarations of xmalloc, xrealloc,
20624         and xstrdup.  Instead, include "xalloc.h".
20625
20626         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20627         unlocked-io.h.
20628         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20629         Likewise.
20630         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20631
20632         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20633         Reported by Padraig Brady.
20634
20635         * lib/mkstemp.c: #undef mkstemp.
20636         Include config.h.
20637         (rpl_mkstemp): Rename from mkstemp.
20638         Protoize.
20639
20640 2001-11-16  Jim Meyering  <meyering@lucent.com>
20641
20642         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20643         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20644         determine the amount of total physical memory, use pstat_getstatic.
20645         HPUX-11 doesn't define _SC_PHYS_PAGES.
20646         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20647         If sysconf couldn't be used to determine the amount of available
20648         physical memory, use both pstat_getstatic and pstat_getdynamic.
20649         Based on a patch from Bob Proulx.
20650
20651 2001-11-10  Jim Meyering  <meyering@lucent.com>
20652
20653         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20654         (jm_PREREQ): Use it.
20655
20656 2001-11-09  Jim Meyering  <meyering@lucent.com>
20657
20658         * m4/jm-macros.m4: Require autoconf-2.52f.
20659         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20660         Use these AC_-prefixed names, not the AM_-prefixed ones.
20661
20662         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20663
20664 2001-11-05  Jim Meyering  <meyering@lucent.com>
20665
20666         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20667
20668 2001-11-04  Jim Meyering  <meyering@lucent.com>
20669
20670         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20671         $DEFS.
20672
20673 2001-11-03  Jim Meyering  <meyering@lucent.com>
20674
20675         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20676         of AC_DEFUN.
20677
20678         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20679         know the name of the variable in the macro definition.
20680
20681 2001-11-03  Jim Meyering  <meyering@lucent.com>
20682
20683         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20684         in argmatch_to_argument call.
20685
20686         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20687         argument.
20688
20689         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20690         e.g., a fault due to an attempt to free a NULL pointer.
20691
20692 2001-11-01  Jim Meyering  <meyering@lucent.com>
20693
20694         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
20695         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
20696
20697 2001-11-01  Jim Meyering  <meyering@lucent.com>
20698
20699         * lib/dirfd.c, lib/dirfd.h: New files.
20700         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
20701
20702         * lib/hash.c (hash_print) [TESTING]: Clean up.
20703
20704 2001-10-22  Paul Eggert  <eggert@twinsun.com>
20705
20706         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
20707         to avoid a warning if -Wall.
20708
20709 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
20710
20711         * README: New file
20712         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
20713         (per RMS's instructions, this is now the canonical source)
20714         * lgpl/, gpl/: New directories.
20715
20716 2001-10-21  Paul Eggert  <eggert@twinsun.com>
20717
20718         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
20719
20720 2001-10-21  Jim Meyering  <meyering@lucent.com>
20721
20722         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
20723         this code would end up calling gettext even in packages built
20724         with --disable-nls.
20725         * lib/getopt.c (_): Likewise.
20726         * lib/regex.c (_): Likewise.
20727
20728 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20729
20730         * m4/error.m4 (jm_PREREQ_ERROR):
20731         Do not invoke AC_CHECK_FUNCS with strerror_r, as
20732         AC_FUNC_STRERROR_R does that.
20733         Check for strerror declaration.
20734
20735         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
20736         are supposed to have them these days.
20737         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
20738         Merge changes from latest Autoconf CVS.
20739         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
20740         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
20741         POSIX decided to standardize on the int flavor of strerror_r.
20742
20743 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20744
20745         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
20746         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
20747         Use strerror_r that is only a macro, even if it is not a function.
20748         (strerror): Check for HAVE_DECL_STRERROR before declaring.
20749         (private_strerror): Use prototypes, not old-style function definition.
20750         (print_errno_message): New function.
20751         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
20752         char*-flavored one.
20753         (error_tail, error, error_at_line): Use it.
20754
20755 2001-10-11  Jim Meyering  <meyering@lucent.com>
20756
20757         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
20758         and quote_n (1, ... to avoid clobbering a buffer.
20759
20760 2001-10-05  Jim Meyering  <meyering@lucent.com>
20761
20762         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
20763         hash-pjw.h.
20764         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
20765         * lib/hash-pjw.h: New file.
20766
20767 2001-09-30  Jim Meyering  <meyering@lucent.com>
20768
20769         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
20770         `struct fsstat' has the `f_fstypename' member.
20771         Use that to define FS_TYPE, which is now used to make
20772         the getfsstat link test tighter.
20773
20774 2001-09-30  Jim Meyering  <meyering@lucent.com>
20775
20776         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
20777         Include <sys/ucred.h>, for Apple Darwin.
20778         Include sys/mount.h and sys/fs_types.h only if available.
20779         (FS_TYPE): Define.
20780         (read_filesystem_list): Use FS_TYPE.
20781
20782 2001-09-29  Paul Eggert  <eggert@twinsun.com>
20783
20784         * lib/exclude.c (excluded_filename): 0 -> false, since it's
20785         a boolean context.
20786
20787 2001-09-29  Jim Meyering  <meyering@lucent.com>
20788
20789         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20790         [one-argument getmntent function]): Include stdio.h before mntent.h.
20791         SunOS 4.1.x needs it for the declaration of `FILE'.
20792         Patch by Volker Borchert.
20793
20794         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20795         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
20796         sys/fs_types.h, and make the link-test for getfsstat guard #include
20797         directives with appropriate #if HAVE_*_H tests so that we can
20798         detect getfsstat on Apple Darwin1.3.7 systems.
20799         Reported by Nelson Beebe.
20800         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
20801
20802 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20803
20804         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20805         #defines strtoimax.  Also treat the other strto* functions
20806         like strtoimax.
20807
20808         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
20809         Check for strtoul and strtoumax,
20810         as those declarations are made even in the signed case.
20811         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
20812         Likewise, for strtol and strtoimax.
20813
20814 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20815
20816         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20817         #defines strtoimax.  Also treat the other strto* functions
20818         like strtoimax.
20819
20820         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
20821         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
20822         (strtoimax, strtoumax): Do not declare if already defined as a macro.
20823
20824 2001-09-26  Jim Meyering  <meyering@lucent.com>
20825
20826         Most macros in unlocked-io.h had the wrong number of arguments.
20827         * lib/gen-uio: New script.
20828         (USE_UNLOCKED_IO): Define to 1 if not already defined.
20829         * lib/unlocked-io.hin: Remove file.
20830         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
20831         rather than trying to embed it here.
20832         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
20833         Reported by Padraig Brady.
20834
20835 2001-09-25  Volker Borchert  <bt@teknon.de>
20836
20837         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
20838         `result'.
20839
20840 2001-09-24  Jim Meyering  <meyering@lucent.com>
20841
20842         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
20843
20844 2001-09-23  Jim Meyering  <meyering@lucent.com>
20845
20846         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
20847         instead of the mere test for existence of mntent.h.  The latter
20848         would get a false-positive on AIX 3.4 systems.
20849         In the outer getmntent if-block, don't die if neither of the getmntent
20850         tests succeeds.  Instead, just fall through and continue with the
20851         remaining tests.
20852
20853 2001-09-23  Jim Meyering  <meyering@lucent.com>
20854
20855         * lib/mountlist.c: Remove useless parentheses in #if directives.
20856         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
20857         the deprecated MOUNTED symbol is no longer defined in mntent.h.
20858
20859 2001-09-22  Jim Meyering  <meyering@lucent.com>
20860
20861         * m4/gettext.m4: New file.  From gettext.
20862         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
20863         * m4/progtest.m4: Likewise
20864         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
20865         * m4/glibc21.m4: Likewise.
20866
20867         * m4/libintl.m4: Remove.  No longer used.
20868
20869 2001-09-22  Jim Meyering  <meyering@lucent.com>
20870
20871         * lib/localcharset.c: Update from latest gettext.
20872         * lib/config.charset: Likewise.
20873
20874 2001-09-20  Jim Meyering  <meyering@lucent.com>
20875
20876         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
20877         strtoimax.
20878         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
20879         strtoumax.
20880
20881 2001-09-20  Jim Meyering  <meyering@lucent.com>
20882
20883         * lib/xstrtol.c (strtoimax): Guard declaration with
20884         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
20885         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
20886         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
20887         (strtoumax): Likewise, for completeness (it wasn't necessary).
20888
20889 2001-09-17  Paul Eggert  <eggert@twinsun.com>
20890
20891         * lib/strtoimax.c (HAVE_LONG_LONG):
20892         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
20893         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
20894         to work around bug in IBM C compiler.
20895
20896 2001-09-17  Jim Meyering  <meyering@lucent.com>
20897
20898         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
20899         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
20900         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
20901         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
20902         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
20903         whenever the right hand side need not be expanded by the shell.
20904
20905 2001-09-16  Paul Eggert  <eggert@twinsun.com>
20906
20907         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
20908         library.  It's not correct, as some older glibcs are buggy.
20909         fnmatch wasn't fixed until glibc 2.2.
20910
20911         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
20912         special shell magic here.
20913
20914 2001-09-16  Jim Meyering  <meyering@lucent.com>
20915
20916         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
20917         * m4/jm-macros.m4: Require it.
20918
20919 2001-09-16  Jim Meyering  <meyering@lucent.com>
20920
20921         * lib/mkdir.c: New file.
20922
20923 2001-09-15  Jim Meyering  <meyering@lucent.com>
20924
20925         * m4/jm-macros.m4: Check for help2man.
20926
20927 2001-09-11  Jim Meyering  <meyering@lucent.com>
20928
20929         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
20930         The body, by Paul Eggert, was moved here from configure.in.
20931         * m4/jm-macros.m4: Require UTILS_HOST_OS.
20932
20933 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20934
20935         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
20936         (jm_PREREQ): Use it.
20937
20938 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20939
20940         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
20941         Use ssize_t, not int, to store result of readlink.
20942         Check for ssize_t overflow as well as size_t overflow,
20943         as POSIX says the result of readlink is implementation-defined
20944         when ssize_t overflows.
20945         Remove unnecessary cast to char*.
20946         Use free+malloc instead of realloc, as the storage doesn't need
20947         to be preserved and it's clearer and can be more efficient that way.
20948         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
20949         * lib/xreadlink.h (xreadlink): Update prototype.
20950
20951 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20952
20953         * lib/xgetcwd.c: Revert some of the previous change; intead,
20954         fix the HAVE_GETCWD_NULL code to behave more like the
20955         !HAVE_GETCWD_NULL code used to.
20956
20957         Include "xalloc.h".
20958         (xgetcwd): Do not return NULL when memory is exhausted; instead,
20959         invoke xalloc_die.
20960
20961 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20962
20963         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
20964         sys/param.h, as pathmax.h includes them.
20965
20966 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20967
20968         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
20969         (jm_PREREQ_XGETCWD): New macro.
20970
20971         * m4/getcwd.m4: New file.
20972
20973 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20974
20975         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
20976         like the HAVE_GETCWD_NULL code.
20977         Include pathmax.h if not HAVE_GETCWD.
20978         Do not include xalloc.h.
20979         (INITIAL_BUFFER_SIZE): New symbol.
20980         Do not use xmalloc / xrealloc, since the caller is responsible for
20981         handling errors.  Preserve errno around `free' during failure.
20982         Do not overrun buffer when using getwd.
20983
20984 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20985
20986         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
20987         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
20988         getcwd (NULL, 0).
20989
20990 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20991
20992         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
20993         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
20994         spotted by Jim Meyering.
20995
20996 2001-09-03  Jim Meyering  <meyering@lucent.com>
20997
20998         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
20999         failure.
21000
21001 2001-09-02  Jim Meyering  <meyering@lucent.com>
21002
21003         * lib/error.c: Update from GNU libc.
21004
21005 2001-09-01  Jim Meyering  <meyering@lucent.com>
21006
21007         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21008         Used by df.
21009
21010 2001-09-01  Jim Meyering  <meyering@lucent.com>
21011
21012         * lib/xreadlink.c: New file.
21013         * lib/xreadlink.h: New file.
21014         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21015         xreadlink.h.
21016
21017         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21018         doesn't conflict with sparc Solaris 7's definition in
21019         /usr/include/sys/int_types.h.
21020
21021         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21022         files.
21023         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21024         and strncasecmp as r-values.  Unixware didn't have declarations.
21025
21026 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21027
21028         * lib/xstrtol.h: Add copyright notice.
21029         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21030         LONGINT_INVALID_SUFFIX_CHAR.
21031
21032 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21033
21034         * lib/xstrtol.c (strtoimax): New decl.
21035
21036 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21037
21038         * lib/xgetcwd.c: Don't include pathmax.h.
21039         Include stdlib.h and unistd.h if available.
21040         Include xalloc.h.
21041         (xmalloc, xstrdup, free): Remove decls.
21042         (xgetcwd): Don't assume sizes fit in unsigned.
21043         Check for overflow when computing sizes.
21044         Simplify reallocation code.
21045
21046 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21047
21048         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21049         a directory's st_size can have an arbitrary value, so the old
21050         usage could waste an arbitrary amount of memory.  All uses
21051         changed.
21052         * lib/savedir.h: Update prototype.
21053
21054 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21055
21056         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21057
21058         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21059         old strtoimax.c.
21060
21061         Also, make the following further changes to make this file's
21062         configuration more similar to that of strtol.c:
21063         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21064         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21065         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21066         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21067         changed to signed values.
21068
21069         And make the following changes as well:
21070         Fix copyright notice, as 1999 was missing.
21071         (verify): New macro.
21072         (strtoimax): Check sizes at compile-time, not run-time.
21073         Prefer strtol to strtoll if both work.
21074         (main): Remove; it was not that useful and was a pain to maintain.
21075
21076         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21077
21078 2001-08-31  Jim Meyering  <meyering@lucent.com>
21079
21080         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21081         Use an initial, malloc'd, buffer of length 128 rather than
21082         a statically allocated one of length 1024.
21083
21084 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21085
21086         Simplify code, partly by assuming autoconf 2.52 semantics.
21087
21088         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21089
21090         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21091         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21092         All uses removed.
21093         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21094         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21095         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21096         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21097         jm_AC_HEADER_INTTYPES_H.
21098         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21099
21100         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21101
21102         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21103         Quote first arg of AC_DEFUN.
21104         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21105         since they are needed to parse the include file even if we need
21106         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21107         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21108         but with opposite signedness.
21109
21110 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21111
21112         Merge 'exclude' changes from tar 1.13.22.
21113         This fixes one or two unlikely storage allocation overflow bugs,
21114         but doesn't change user-visible behavior otherwise.
21115
21116 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21117
21118         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21119         (jm_PREREQ_EXCLUDE): New macro.
21120
21121 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21122
21123         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21124         tm to be declared.
21125
21126 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21127
21128         * lib/hash.c: Remove '2001' from copyright notice.
21129
21130 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21131
21132         * lib/full-write.h: New file.
21133         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21134         * lib/full-write.c: Correct credits, as cccp.c no longer
21135         exists and anyway it was so heavily changed from the old cccp
21136         code as to be unrecognizable.  Include full-write.h.
21137         (full_write) Return size_t, with short writes meaning failure.
21138         All callers changed.  This fixes a bug with large buffers
21139         on 64-bit hosts.
21140         * lib/utime.c: Include full-write.h.
21141
21142 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21143
21144         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21145         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21146         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21147         Include if available.
21148         (<xalloc.h>): Include
21149         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21150         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21151         collide with FNM macros.
21152         (struct patopts): New struct.
21153         (struct exclude): Use it, as exclude patterns now come with options.
21154         (new_exclude): Support above changes.
21155         (new_exclude, add_exclude_file):
21156         Initial size must now be a power of two to simplify overflow checking.
21157         (free_exclude, fnmatch_no_wildcards): New function.
21158         (excluded_filename): No longer requires options arg, as the options
21159         are determined by add_exclude.  Now returns bool, not int.
21160         (excluded_filename, add_exclude):
21161         Add support for the fancy new exclusion options.
21162         (add_exclude, add_exclude_file): Now takes int options arg.
21163         Check for arithmetic overflow when computing sizes.
21164         (add_exclude_file): xrealloc might modify errno, so don't
21165         realloc until after errno might be used.
21166
21167         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21168         New macros.
21169         (free_exclude): New decl.
21170         (add_exclude, add_exclude_file): Now takes int options arg.
21171         (excluded_filename): No longer requires options arg, as the options
21172         are determined by add_exclude.  Now returns bool, not int.
21173
21174 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21175
21176         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21177
21178 2001-08-27  Jim Meyering  <meyering@lucent.com>
21179
21180         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21181
21182         * lib/version-etc.c (N_): Remove definition.
21183         Revert most of last change.
21184         Instead, simply don't mark the `Copyright...' string for translation.
21185         Based on advice from Paul Eggert.
21186
21187         * lib/strtoxmax.c: Tweak comment.
21188
21189 2001-08-26  Jim Meyering  <meyering@lucent.com>
21190
21191         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21192
21193         * m4/xstrtoimax.m4: New file.
21194         * m4/xstrtoumax.m4: Add comments explaining why we
21195         AC_REPLACE_FUNCS(strtol).
21196
21197 2001-08-26  Jim Meyering  <meyering@lucent.com>
21198
21199         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21200         of copyright with `%s' so translators don't get an untranslated
21201         message in 2002.
21202         (COPYRIGHT_YEAR): Define.
21203         (version_etc): Use fprintf rather than fputs.
21204         Suggestion from Ulrich Drepper.
21205
21206         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21207
21208         * lib/strtoll.c: New file, from GNU libc.
21209         * lib/xstrtoimax.c: New file.
21210
21211         * lib/xstrtol.h: Add xstrtoimax.
21212         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21213         * lib/strtoimax.c: New file.  Likewise, but first define
21214         STRTOUXMAX_SIGNED.
21215
21216         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21217         ...
21218         * lib/strtoxmax.c: ... then renamed to this.
21219
21220 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21221
21222         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21223         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21224         (jm_AC_TYPE_INTMAX_T): New macro.
21225         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21226
21227         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21228
21229         * m4/longlong.m4: Renamed from ulonglong.m4.
21230         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21231         * m4/uintmax_t.m4: Removed.
21232
21233 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21234
21235         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21236         Port to Solaris 8, where 'sed' requires a space after the 'r'
21237         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21238         Redirect output to $tmp just once.
21239
21240 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21241
21242         * lib/addext.c (<errno.h>): Include.
21243         (errno): Declare if not defined.
21244         (addext): Work correctly when pathconf returns -1 and leaves
21245         errno alone because there is no limit.  Also, work even if
21246         pathconf returns a value greater than SIZE_MAX.
21247
21248 2001-08-12  Jim Meyering  <meyering@lucent.com>
21249
21250         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21251         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21252         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21253         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21254         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21255         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21256         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21257         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21258         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21259         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21260         utime.m4, utimes.m4, xstrtoumax.m4:
21261         Quote the first argument in each use of AC_DEFUN.
21262
21263 2001-08-12  Jim Meyering  <meyering@lucent.com>
21264
21265         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21266         Simply `return getcwd (NULL, 0);'.
21267         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21268         Use 1300 as initial value for length, not PATH_MAX.
21269
21270         * lib/pathmax.h: Clean up cpp syntax.
21271
21272 2001-08-12  Jim Meyering  <meyering@lucent.com>
21273
21274         * lib/gettimeofday.c: New file.
21275         * lib/gtod.h: New file.
21276         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21277
21278 2001-08-05  Jim Meyering  <meyering@lucent.com>
21279
21280         * m4/jm-macros.m4: Require autoconf-2.52.
21281
21282 2001-08-04  Jim Meyering  <meyering@lucent.com>
21283
21284         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21285         stmt, to get in sync with glibc.
21286
21287 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21288
21289         The following changes are from gettext 0.10.39 as maintained by
21290         Bruno Haible.
21291
21292         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21293         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21294         with inverted sense.  All uses changed.
21295
21296         * lib/mbswidth.c: Don't include <limits.h>.
21297         Include <stdlib.h> and <string.h> unconditionally.
21298         (iswcntrl, mbsinit, ISCNTRL): New macros.
21299         (mbsnwidth): Use K&R style function declarations.
21300         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21301         can optimize it when MB_CUR_MAX == 1.
21302         The width of control characters is zero, not 1.
21303
21304 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21305
21306         The following changes are from gettext 0.10.39 as maintained by
21307         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21308
21309         * m4/codeset.m4: Upgrade to serial AM1.
21310         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21311         all uses changed.  Quote first arg of AC_DEFUN.
21312         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21313
21314         * m4/iconv.m4: Upgrade to serial AM2.
21315         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21316         Add --with-libconv-prefix.
21317         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21318         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21319         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21320         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21321         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21322
21323         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21324         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21325         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21326         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21327         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21328         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21329         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21330         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21331         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21332
21333         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21334         string.h any more.
21335
21336         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21337         not the default value.
21338
21339         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21340         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21341         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21342         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21343         Also check for iswcntrl, used for wcwidth fallback.
21344         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21345         to Autoconf 2.13.
21346
21347 2001-08-03  Jim Meyering  <meyering@lucent.com>
21348
21349         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21350         as it was in the original.  Reported by Paul Eggert.
21351
21352 2001-07-16  Jim Meyering  <meyering@lucent.com>
21353
21354         * m4/gettimeofday.m4: New file.
21355         Prompted by a report from Bernhard Baehr.
21356
21357 2001-07-15  Jim Meyering  <meyering@lucent.com>
21358
21359         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21360         stuff. Now it's in ../Makefile.cfg.
21361
21362 2001-07-15  Jim Meyering  <meyering@lucent.com>
21363
21364         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21365         (BUILT_SOURCES): Add unlocked-io.h.
21366         (io_functions): Define.
21367         (unlocked-io.h): New rule.
21368         (DISTCLEANFILES): Add unlocked-io.h.
21369         (all-local): Depend on unlocked-io.h, to ensure it is created.
21370
21371         * lib/unlocked-io.hin: New file
21372
21373         * lib/regex.c: Update from glibc.
21374
21375 2001-07-05  Jim Meyering  <meyering@lucent.com>
21376
21377         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21378         recommendation.
21379         (libfetish_a_SOURCES): Put all .h files here instead.
21380         Remove a thus-exposed (better checks in automake) duplicate and
21381         two unnecessary .h files.
21382
21383 2001-07-04  Jim Meyering  <meyering@lucent.com>
21384
21385         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21386         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21387         distcheck failure.
21388
21389 2001-07-02  Jim Meyering  <meyering@lucent.com>
21390
21391         The following changes were prompted by suggestions from Bruno Haible.
21392
21393         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21394         is now generated.
21395         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21396         definition of EXTRA_DIST.
21397         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21398         ensure that the generated file is created/updated whenever the list
21399         of $(unlocked_functions) is changed.
21400         (jm-glibc-io.m4): New rule.
21401         (unlocked-io.h): New rule -- currently unused.
21402
21403 2001-06-24  Jim Meyering  <meyering@lucent.com>
21404
21405         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21406         unmatched right bracket, rather than kludging it with an extra,
21407         falsely-matching quote in a comment.  Patch by Akim Demaille.
21408
21409 2001-06-11  Jim Meyering  <meyering@lucent.com>
21410
21411         * lib/regex.c: Update from GNU libc.
21412
21413 2001-05-27  Jim Meyering  <meyering@lucent.com>
21414
21415         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21416         Check for ut_type in struct utmp.
21417
21418 2001-05-27  Jim Meyering  <meyering@lucent.com>
21419
21420         * lib/readutmp.h (UT_TYPE): Define.
21421
21422 2001-05-24  Jim Meyering  <meyering@lucent.com>
21423
21424         * lib/argmatch.c: Include "quote.h".
21425         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21426         quote function.  Reported by Göran Uddeborg.
21427
21428 2001-05-22  Jim Meyering  <meyering@lucent.com>
21429
21430         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21431         now that we use the package-supplied version unconditionally.
21432         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21433
21434 2001-05-21  Jim Meyering  <meyering@lucent.com>
21435
21436         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21437         shell syntax errors.
21438
21439 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21440
21441         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21442
21443 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21444
21445         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21446         Don't bother to check library strftime, since
21447         we'll be using our own my_strftime function anyway.
21448         Define my_strftime instead of strftime.
21449
21450 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21451
21452         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21453         which is not yet declared.
21454
21455 2001-05-15  Jim Meyering  <meyering@lucent.com>
21456
21457         * m4/regex.m4: Use proper quoting so brackets appear in the test
21458         program.
21459         Reported by, and with help from, Bruno Haible.
21460
21461 2001-05-13  Jim Meyering  <meyering@lucent.com>
21462
21463         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21464         undefined.
21465
21466 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21467
21468         dirname code cleanup.  base_name now behaves more compatibly
21469         with POSIX basename when given file names that have trailing
21470         slashes, and similarly for dir_name.  Add new primitives
21471         base_len and dir_len.  Put the directory-name-related decls
21472         into dirname.h.
21473
21474         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21475         * lib/backupfile.c (base_name): Likewise.
21476         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21477         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21478         * lib/makepath.c (strip_trailing_slashes): Likewise.
21479         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21480         ISSLASH): Likewise.
21481         * lib/rename.c (strip_trailing_slashes): Likewise.
21482         * lib/same.c (base_name): Likewise.
21483         * lib/stripslash.c (ISSLASH): Likewise.
21484
21485         * lib/addext.c: Include <dirname.h> after size_t is defined.
21486         * lib/backupfile.c: Likewise.
21487
21488         * lib/addext.c (addext): Use base_len to trim redundant
21489         trailing slashes instead of doing it ourselves.
21490         But do not trim the last slash if it is not redundant.
21491
21492         * lib/backupfile.c (find_backup_file_name,
21493         max_backup_version): Use base_len instead of rolling it ourselves.
21494         Handle the case of "" and (on DOS) "C:" correctly.
21495
21496         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21497         needed. Include <string.h>, <dirname.h>.
21498         (base_name): Allow file names ending in slashes, other than names
21499         that are all slashes.  In this case, return the basename followed
21500         by the slashes.  This is more general, and can be used in places
21501         where the original base_name purposely had an assertion failure.
21502         (base_len): New function.
21503
21504         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21505         Do not include <assert.h>; no longer needed.
21506         Include xalloc.h.
21507         (memrchr): Remove decl.
21508         (dir_name_r): Remove.
21509         (dir_len): Renamed from dirlen.  All callers changed.
21510         Rewrite in terms of base_name, for simplicity and consistency.
21511         (dir_name): Never return NULL.  All callers changed.
21512         Do not include <stdlib.h> in test program; no longer needed.
21513         return 0; is fine for test program.
21514
21515         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21516         New macros.
21517         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21518
21519         * lib/path-concat.c (path_concat): Use base_len to compute
21520         base length, not strlen; this means we cannot rely on memcpy
21521         to null-terminate.
21522
21523         * lib/same.c (STREQ): Remove.
21524         (same_name): Handle the case where the basename ends in trailing '/'.
21525
21526         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21527         a slash was stripped.  Do not strip the last slash after a
21528         file system prefix.
21529
21530 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21531
21532         * lib/Makefile.am (libfetish_a_SOURCES):
21533         Add strftime.c, since we now compile it on all hosts.
21534
21535         * lib/strftime.c (my_strftime):
21536         Define to nstrftime if emacs, but only if my_strftime is not defined.
21537         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21538         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21539         Add one more extra argument: a nanoseconds value.
21540         All uses changed.
21541         (ns): New macro.
21542         (my_strftime function): Add %N format.
21543         (emacs_strftimeu): Renamed from emacs_strftime,
21544         with extra ut argument.
21545
21546 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21547
21548         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21549
21550 2001-04-21  Jim Meyering  <meyering@lucent.com>
21551
21552         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21553         doesn't interfere.
21554
21555 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21556
21557         * m4/ftruncate.m4: Check for chsize.
21558         Link with ftruncate.o unconditionally if ftruncate is missing.
21559         This was required when cross-compiling to i586-mingw32msvc.
21560
21561 2001-04-08  Jim Meyering  <meyering@lucent.com>
21562
21563         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21564         recomputed; that's necessary when the offset spans a DST transition.
21565         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21566
21567 2001-04-02  Jim Meyering  <meyering@lucent.com>
21568
21569         * lib/regex.h, regex.c: Update from GNU libc.
21570
21571 2001-03-24  Jim Meyering  <meyering@lucent.com>
21572
21573         * m4/jm-macros.m4: Require autoconf-2.49d.
21574
21575 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21576
21577         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21578
21579 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21580
21581         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21582
21583 2001-03-17  Jim Meyering  <meyering@lucent.com>
21584
21585         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21586         now that the version in autoconf is equivalent.
21587         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21588
21589         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21590         Suggestion from Akim Demaille.
21591
21592         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21593         (jm_PREREQ_TEMPNAME): New function.
21594
21595 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21596
21597         * lib/tempname.c (uint64_t): Define to uintmax_t if
21598         not defined, and if UINT64_MAX is not defined.
21599         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21600         Reported by John David Anglin.
21601
21602 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21603
21604         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21605         resolve alias if codeset is empty.
21606         * lib/config.charset (BeOS): Use wildcard syntax.
21607
21608 2001-03-13  Jim Meyering  <meyering@lucent.com>
21609
21610         * lib/path-concat.c (path_concat)
21611         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21612         concatenating e.g., `C:' and `foo'.
21613         From Bruno Haible.
21614
21615 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21616
21617         * lib/localcharset.c (locale_charset): Don't use
21618         setlocale(LC_CTYPE,NULL). Don't return NULL.
21619         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21620
21621 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21622
21623         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21624         support for DOS/DJGPP.
21625
21626 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21627
21628         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21629         lacks mkstemp.  Compile our own tempname.c if we compile our own
21630         mkstemp.c, as mkstemp relies on tempname.
21631
21632 2001-03-01  Jim Meyering  <meyering@lucent.com>
21633
21634         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21635         AH_VERBATIM really does output its argument verbatim.
21636
21637 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21638
21639         * lib/Makefile.am (libfetish_a_SOURCES):
21640         Add dup-safer.c, fopen-safer.c.
21641         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21642
21643         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21644         * lib/unistd-safer.h: New files.
21645
21646 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21647
21648         The mkstemp replacement is taken from glibc 2.2.2, with some
21649         portability fixes for use outside glibc, as follows:
21650
21651         * lib/tempname.c (struct_stat64): New macro.
21652         (direxists, __gen_tempname): Use it.
21653         This avoids a portability problem with Solaris 8.
21654
21655         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21656         (<stddef.h>, <stdint.h>, <string.h>):
21657         Include only if STDC_HEADERS || _LIBC.
21658         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21659         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21660         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21661         (__set_errno): Define this macro if <errno.h> doesn't.
21662         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21663         Define these macros if <stdio.h> doesn't.
21664         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21665         Define these macros if <sys/stat.h>
21666         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21667         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21668         __xstat64): Define if not _LIBC.
21669         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21670         (__gen_tempname): Invoke gettimeofday only if
21671         HAVE_GETTIMEOFDAY || _LIBC;
21672         otherwise, fall back on plain "time".
21673         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21674
21675         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21676
21677         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21678
21679 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21680
21681         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21682
21683 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21684
21685         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21686         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21687         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21688         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21689
21690 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21691
21692         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21693         Remove workaround macros for hosts that have mbrtowc but not
21694         mbstate_t, as we now insist on proper declarations for both
21695         before using mbrtowc.
21696
21697 2001-02-17  Jim Meyering  <meyering@lucent.com>
21698
21699         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
21700         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
21701         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
21702         UnixWare 7.1.1.
21703
21704         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
21705         rather than AC_CACHE_VAL.
21706
21707 2001-02-17  Jim Meyering  <meyering@lucent.com>
21708
21709         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
21710         around included file name.
21711
21712         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
21713
21714         * lib/strftime.c: Update from GNU libc (the only changes were to
21715         comments).
21716
21717 2001-02-17  Jim Meyering  <meyering@lucent.com>
21718
21719         * lib/regex.c: Update from libc.
21720
21721 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
21722
21723         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
21724         clash.
21725
21726 2001-02-16  Paul Eggert  <eggert@twinsun.com>
21727
21728         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
21729         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
21730         Reported by Mark Hounschell via Paul Eggert.
21731
21732 2001-02-07  Jim Meyering  <meyering@lucent.com>
21733
21734         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
21735
21736 2001-02-05  Jim Meyering  <meyering@lucent.com>
21737
21738         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
21739         it includes the patch required for `large file' support with at least
21740         HP-UX's 10.20 /bin/cc.
21741
21742 2001-02-03  Jim Meyering  <meyering@lucent.com>
21743
21744         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
21745         AS_IF, now that it works once again (mysteriously).
21746         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21747
21748 2001-01-30  Jim Meyering  <meyering@lucent.com>
21749
21750         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
21751         * m4/chown.m4: Rename conftestchown to conftest.chown.
21752         * m4/rename.m4: s/conftestdir/conftest.d1/ and
21753         s/conftestdir2/conftest.d2/.
21754         * m4/utimes.m4: s/conftestdata/conftest.data/
21755         Inspired by Pavel Roskin's change in autoconf.
21756
21757 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
21758
21759         * lib/config.charset: Update for FreeBSD 4.2.
21760
21761 2001-01-27  Jim Meyering  <meyering@lucent.com>
21762
21763         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
21764         a use of AS_IF.
21765         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21766
21767 2001-01-26  Jim Meyering  <meyering@lucent.com>
21768
21769         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
21770         quotearg.c includes it.
21771
21772 2001-01-26  Jim Meyering  <meyering@lucent.com>
21773
21774         * lib/quotearg.c: Include stddef.h.
21775         * lib/quote.c: Include stddef.h.
21776         Reported by Axel Kittenberger.
21777
21778         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
21779         line in double quotes so that it evokes a better diagnostic.
21780         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
21781         Reported by Axel Kittenberger.
21782
21783 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
21784
21785         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
21786         as if it was a `charset'.
21787
21788 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21789
21790         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
21791         has const.
21792
21793 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21794
21795         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
21796         to avoid a warning.  Add back 'const' to inptr.
21797
21798 2001-01-20  Jim Meyering  <meyering@lucent.com>
21799
21800         Be sure that headers are checked before used in code compiled
21801         for the type checks.
21802         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
21803         In place of that, invoke jm_CHECK_ALL_TYPES.
21804         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
21805         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
21806         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
21807         The check for ssize_t was mistakenly run before the test for unistd.h.
21808
21809         The configure-time check for stdbool.h was missing.
21810         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
21811         (jm_PREREQ_HASH): New function.
21812
21813 2001-01-17  Jim Meyering  <meyering@lucent.com>
21814
21815         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
21816         for autoconf-2.49c.
21817         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
21818
21819 2001-01-16  Jim Meyering  <meyering@lucent.com>
21820
21821         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
21822         From Bruno Haible.
21823
21824 2001-01-14  Jim Meyering  <meyering@lucent.com>
21825
21826         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
21827         foo and bar.  Create conftestdir/ in the script, not in the C code.
21828         Remove directories in the script, not in the C code.
21829         Remove conftestdir{,2} before trying to create the directory.
21830         Make the entire configure script fail if the mkdir fails.
21831
21832 2001-01-14  Jim Meyering  <meyering@lucent.com>
21833
21834         * lib/rename.c: New file.  From Volker Borchert.
21835         Include stdlib.h, string.h or strings.h, and xalloc.h.
21836         Use strip_trailing_slashes rather than open-coding it.
21837
21838 2001-01-03  Paul Eggert  <eggert@twinsun.com>
21839
21840         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
21841
21842 2001-01-03  Jim Meyering  <meyering@lucent.com>
21843
21844         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
21845         of local `inptr' to avoid warning with some system declarations of
21846         iconv.
21847
21848 2001-01-02  Volker Borchert  <bt@teknon.de>
21849
21850         * m4/rename.m4: New file.
21851         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
21852
21853 2001-01-01  Jim Meyering  <meyering@lucent.com>
21854
21855         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
21856         even on systems with utmpx.h.  It's necessary for the declaration of
21857         utmp's ut_user member.  Reported by Andreas Jaeger.
21858
21859         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
21860         available. They are required for the declarations of getgrgid and
21861         getpwuid resp.
21862         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
21863         Reported by Andreas Jaeger.
21864
21865 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
21866
21867         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
21868         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
21869         so `make install' also works in VPATH builds.
21870
21871 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
21872
21873         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
21874         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
21875         can be used in subdirectories.
21876
21877 2000-12-29  Paul Eggert  <eggert@twinsun.com>
21878
21879         * lib/modechange.c: Do not assume that mode_t uses the
21880         traditional octal encoding.  E.g. "chmod 1 FOO" should set
21881         the other-execute bit of FOO even if S_IXOTH != 1.
21882
21883         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
21884         WOTH, XOTH, ALLM): New macros.
21885         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
21886          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
21887         Use them.
21888         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
21889         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
21890         (mode_compile):
21891         No need to use uintmax_t; unsigned long is long enough.
21892         Don't bother to get suffix since we don't use it.
21893
21894 2000-12-26  Jim Meyering  <meyering@lucent.com>
21895
21896         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
21897         better with autoheader.
21898
21899 2000-12-24  Jim Meyering  <meyering@lucent.com>
21900
21901         * lib/hash.c (is_prime): Return explicit boolean values.
21902         (hash_get_first): Return NULL to appease Irix5.6's 89.
21903         Reported by Nelson Beebe.
21904
21905 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
21906
21907         * lib/localcharset.c (locale_charset): Add support for Win32.
21908
21909 2000-12-18  Paul Eggert  <eggert@twinsun.com>
21910
21911         * lib/physmem.h, lib/physmem.c: New files.
21912
21913         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
21914         (noinst_HEADERS): Add physmem.h.
21915
21916         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
21917         't' for compatibility with Solaris 8 sort.
21918
21919 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
21920
21921         * lib/config.charset: Add support for BeOS.
21922
21923 2000-12-17  Jim Meyering  <meyering@lucent.com>
21924
21925         * m4/dos.m4 (jm_AC_DOS): New file and macro.
21926         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
21927
21928 2000-12-16  Jim Meyering  <meyering@lucent.com>
21929
21930         This bug had a serious impact on chown: `chown N:M FILE' (for integer
21931         N and M) would have treated it like `chown N:N FILE'.
21932
21933         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
21934
21935 2000-12-16  Jim Meyering  <meyering@lucent.com>
21936
21937         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
21938         SHELLS_FILE to a file name that's useful on djgpp systems.
21939         Include stdlib.h.
21940         (ADDITIONAL_DEFAULT_SHELLS): Define.
21941         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
21942         Based mostly on a patch from Prashant TR.
21943
21944 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
21945
21946         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
21947         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
21948         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
21949
21950 2000-12-08  Andreas Schwab  <schwab@suse.de>
21951
21952         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
21953         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
21954
21955 2000-12-07  Jim Meyering  <meyering@lucent.com>
21956
21957         * lib/stripslash.c (ISSLASH): Define.
21958         (strip_trailing_slashes): Use ISSLASH rather than comparing against
21959         `/'.
21960         From Prashant TR.
21961
21962         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
21963         (dir_name_r): Declare this function as static.
21964         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
21965         manifest itself on a name containing a mix of slashes and
21966         backslashes.
21967         Make this function work with names starting with a DOS-style
21968         drive letter and colon prefix.
21969         (dir_name): Append `.' if necessary.
21970         Based mostly on patches from Prashant TR and Eli Zaretskii.
21971
21972         * lib/dirname.h (dir_name_r): Remove prototype.
21973
21974 2000-12-06  Paul Eggert  <eggert@twinsun.com>
21975
21976         * m4/off_t-format.m4: Remove this file.
21977         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
21978
21979 2000-12-06  Jim Meyering  <meyering@lucent.com>
21980
21981         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
21982         replacement strtoull, we may well need the replacement strtoul, too.
21983         Check for declarations of strtoul and strtoull.
21984         Check for strtol.  Mainly as a cue to cause automake to include
21985         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
21986         Check for limits.h -- strtol.c needs it.
21987
21988 2000-12-05  Jim Meyering  <meyering@lucent.com>
21989
21990         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
21991
21992 2000-12-04  Jim Meyering  <meyering@lucent.com>
21993
21994         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
21995         Also include memory.h, stdlib.h, unistd.h if appropriate.
21996         Reported by Andreas Jaeger (conflicting declaration of malloc).
21997
21998 2000-12-02  Jim Meyering  <meyering@lucent.com>
21999
22000         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22001         * m4/jm-macros.m4 (jm_MACROS): require it.
22002
22003 2000-12-02  Jim Meyering  <meyering@lucent.com>
22004
22005         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22006
22007 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22008
22009         * lib/memrchr.c: Include <config.h> before any system include file.
22010
22011 2000-11-30  Jim Meyering  <meyering@lucent.com>
22012
22013         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22014
22015 2000-11-30  Jim Meyering  <meyering@lucent.com>
22016
22017         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22018
22019 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22020
22021         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22022
22023 2000-11-26  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22026
22027 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22028
22029         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22030         size of (size_t) -1; it's not portable.
22031
22032 2000-11-17  Jim Meyering  <meyering@lucent.com>
22033
22034         * lib/strstr.c: Update from GNU libc.
22035
22036 2000-11-17  Akim Demaille  <akim@epita.fr>
22037
22038         * lib/obstack.h: Formatting changes.
22039         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22040         prevent type checking.
22041         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22042         cast the value to (void *): assigning a `foo *' to a `void *'
22043         variable is valid.
22044         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22045
22046 2000-11-16  Jim Meyering  <meyering@lucent.com>
22047
22048         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22049
22050 2000-11-11  Jim Meyering  <meyering@lucent.com>
22051
22052         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22053
22054 2000-11-10  Jim Meyering  <meyering@lucent.com>
22055
22056         * lib/obstack.h: Update from GNU libc.
22057         * lib/obstack.c: Likewise.
22058
22059 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22060
22061         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22062
22063 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22064
22065         * lib/getusershell.c (setusershell): Use rewind rather than
22066         fseek/fseeko, to avoid configuration hassles with fseeko.
22067         Don't bother opening SHELLS_FILE if shellstream is NULL;
22068         it's not necessary.
22069
22070 2000-11-05  Jim Meyering  <meyering@lucent.com>
22071
22072         * lib/makepath.h (make_dir): Declare.
22073         * lib/makepath.c (make_dir): Remove `static' attribute.
22074         Tweak a comment.
22075
22076 2000-11-04  Jim Meyering  <meyering@lucent.com>
22077
22078         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22079
22080 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22081
22082         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22083         last one in a bucket, advance to the next bucket.
22084
22085 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22086
22087         * lib/fnmatch.c: Do not comment out all the code if we are using
22088         the GNU C library, because in some cases we are replacing buggy
22089         code in the GNU C library itself.
22090
22091 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22092
22093         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22094         (regex_compile): Catch bogus \(\1\).
22095
22096 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22097
22098         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22099         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22100         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22101
22102 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22103
22104         * lib/error.h, getline.h, modechange.h:
22105         Remove "2000" from Copyright line, as the file hasn't been
22106         changed this year other than in the copyright notice.
22107
22108         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22109         was changed this year.
22110
22111 2000-10-29  Jim Meyering  <meyering@lucent.com>
22112
22113         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22114         renaming.
22115         * m4/ls-mntd-fs.m4: Likewise
22116
22117 2000-10-29  Jim Meyering  <meyering@lucent.com>
22118
22119         * lib/xstat.in: Fix grammar in comment.
22120
22121 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22122
22123         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22124         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22125         doesn't define __restrict_arr.
22126
22127 2000-10-28  Jim Meyering  <meyering@lucent.com>
22128
22129         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22130         (jm_PREREQ_MEMCHR): New function.
22131
22132 2000-10-28  Jim Meyering  <meyering@lucent.com>
22133
22134         * lib/memchr.c: Update from libc.
22135         Adjust for portability:
22136         [HAVE_STDLIB_H]: Include stdlib.h.
22137         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22138         Undef __memchr, too.
22139         [!weak_alias]: Define __memchr to memchr.
22140
22141         * lib/regex.c: Update from libc.
22142         * lib/regex.h: Likewise.
22143         * lib/getopt1.c: Likewise.
22144         * lib/memcmp.c: Likewise.
22145
22146         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22147         Avoid using fseek, when possible -- it's broken by design.
22148         Patch by Ulrich Drepper.
22149
22150 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22151
22152         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22153         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22154         Giving in to popular pressure to shut up the compiler with casts.
22155
22156 2000-10-26  Jim Meyering  <meyering@lucent.com>
22157
22158         * lib/strftime.c: Update from libc.
22159
22160 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22161
22162         * regex.c: More `unsigned char' -> `re_char' changes.
22163         Also change several `int' into `re_wchar_t'.
22164         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22165         (PUSH_FAILURE_POINTER): Don't cast any more.
22166         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22167         We want GCC to complain, since this piece of code makes
22168         re_match non-reentrant, which *should* be fixed.
22169         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22170         (EXTEND_BUFFER): Use RETALLOC.
22171         (SET_LIST_BIT): Don't cast.
22172         (re_wchar_t): New type.
22173         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22174         that those two functions will always properly return.
22175         (IMMEDIATE_QUIT_CHECK): Cast to void.
22176         (analyse_first): Use recursion rather than an explicit stack.
22177         (re_compile_fastmap): Can't fail anymore.
22178         (re_search_2): Don't check re_compile_fastmap for failure.
22179         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22180         Now also sets the new value (passed in a new argument).
22181         (re_match_2_internal): Use it.
22182         Also, use a new var `reg' of type size_t when looping through regs
22183         rather than reuse the inappropriate `mcnt'.
22184
22185 2000-10-25  Jim Meyering  <meyering@lucent.com>
22186
22187         * lib/obstack.c: Update from libc.
22188
22189 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22190
22191         * regex.c (regex_compile): Change the way of handling a range from
22192         a char less than 256 to a char not less than 256.
22193
22194 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22195
22196         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22197         NT-Emacs only.
22198         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22199         so that re_search functions only quit when callers expect them to.
22200
22201 2000-10-23  Jim Meyering  <meyering@lucent.com>
22202
22203         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22204         wrong.  That set_locale call must not have any side effects.
22205         From Paul Eggert.
22206
22207 2000-10-22  Jim Meyering  <meyering@lucent.com>
22208
22209         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22210         [CYCLIC]: Remove now-unused definition.
22211
22212         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22213         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22214         Suggestion from Ulrich Drepper.
22215
22216 2000-10-21  Jim Meyering  <meyering@lucent.com>
22217
22218         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22219         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22220         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22221
22222 2000-10-21  Jim Meyering  <meyering@lucent.com>
22223
22224         * lib/dirname.c (memrchr): Declare if necessary.
22225         (dir_name): Remove the restriction that there be no
22226         trailing slashes.  Now, this code skips past them, effectively
22227         ignoring them.
22228         [TEST_DIRNAME] (main): New unit tests.
22229
22230         * lib/memrchr.c: New file from GNU libc.
22231         Undef __memrchr, too.
22232         [!weak_alias]: Define __memrchr to memrchr.
22233         Guard weak_alias use with `#ifdef weak_alias'.
22234
22235 2000-10-21  Jim Meyering  <meyering@lucent.com>
22236
22237         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22238         (dir_name): Use dir_name_r.
22239         * lib/dirname.h (dir_name_r): Declare it.
22240
22241 2000-10-17  Jim Meyering  <meyering@lucent.com>
22242
22243         * lib/quote.h (PARAMS): Define and use.
22244         Reported by Akim Demaille.
22245
22246         * lib/getopt.c: Update from libc.
22247
22248 2000-10-16  Jim Meyering  <meyering@lucent.com>
22249
22250         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22251         setlocale.
22252         From Jan Fedak.
22253
22254 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22255
22256         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22257
22258 2000-09-25  Jim Meyering  <meyering@lucent.com>
22259
22260         * lib/md5.h (rol): Define (from GnuPG).
22261
22262         * lib/sha.c: Give credit (GnuPG) where due.
22263         (M): Use rol rather than open-coding it.
22264         Add a FIXME comment.
22265
22266 2000-09-21  Jim Meyering  <meyering@lucent.com>
22267
22268         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22269         Reported by Michael Stone.
22270
22271 2000-09-20  Jim Meyering  <meyering@lucent.com>
22272
22273         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22274         (noinst_HEADERS): Add sha.h.
22275         Based on code from Scott G. Miller and from GnuPG.
22276
22277 2000-09-18  Jim Meyering  <meyering@lucent.com>
22278
22279         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22280         LIBS. Otherwise, everyone ends up linking with -lelf for some
22281         configurations.
22282         Reported by Mike Stone.
22283
22284 2000-09-15  Jim Meyering  <meyering@lucent.com>
22285
22286         * lib/regex.c: Update from libc.
22287
22288 2000-09-10  Jim Meyering  <meyering@lucent.com>
22289
22290         * lib/getopt.c (_getopt_internal): Update from glibc.
22291
22292 2000-09-09  Jim Meyering  <meyering@lucent.com>
22293
22294         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22295         think it should be used as a general replacement for isascii.
22296         * lib/fnmatch.c: Likewise.
22297         * lib/mbswidth.c: Likewise
22298         * lib/regex.c: Likewise.
22299
22300         Don't use atoi.
22301         * lib/userspec.c: Include sys/param.h and limits.h.
22302         Include xstrtol.h.
22303         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22304         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22305         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22306         UID, GID.  Check range.
22307
22308 2000-09-06  Jim Meyering  <meyering@lucent.com>
22309
22310         * lib/getopt.c (_getopt_internal): Update from glibc.
22311
22312 2000-08-30  Jim Meyering  <meyering@lucent.com>
22313
22314         * lib/strftime.c: Merge in changes from GNU libc.
22315
22316 2000-08-26  Jim Meyering  <meyering@lucent.com>
22317
22318         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22319         * m4/fpending.m4: New file.
22320
22321 2000-08-26  Jim Meyering  <meyering@lucent.com>
22322
22323         * lib/closeout.c: Include "__fpending.h".
22324         (close_stdout_status): Return right away if there's nothing to flush.
22325
22326         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22327         * lib/__fpending.c: New file.
22328         * lib/__fpending.h: New file.
22329
22330 2000-08-20  Jim Meyering  <meyering@lucent.com>
22331
22332         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22333         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22334         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22335
22336 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22337
22338         Improve fileutils installation on systems where running
22339         programs (like install) can't be unlinked.
22340         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22341         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22342
22343 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22344
22345         Standardize on "memory exhausted" instead of "Memory exhausted"
22346         or "virtual memory exhausted".
22347         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22348         "virtual memory exhausted".
22349         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22350         our own message.
22351         * lib/userspec.c (parse_user_spec): Likewise.
22352         * lib/bumpalloc.h: comment fix
22353         * lib/same.c, userspec.c: Include xalloc.h.
22354
22355         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22356         not char *const and pointing to a constant array.
22357         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22358         (xrealloc): Comment fix.
22359
22360         * lib/userspec.c (parse_user_spec):
22361         Don't translate a message until just before returning,
22362         to avoid unnecessary translation.
22363
22364 2000-08-07  Jim Meyering  <meyering@lucent.com>
22365
22366         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22367         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22368         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22369         getgroups.c, gethostname.c, getopt.h, group-member.c,
22370         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22371         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22372         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22373         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22374         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22375         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22376         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22377         yesno.c: Back out Copyright date changes for each file with no change
22378         this year.  This eases coordination with other programs using the same
22379         source code modules.  From Paul Eggert.
22380
22381 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22382
22383         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22384         not char, for compatibility with glibc 2.1.3 strftime.c.
22385
22386 2000-08-03  Greg McGary  <greg@mcgary.org>
22387
22388         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22389         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22390         (EXTEND_BUFFER): Use them.
22391
22392 2000-08-01  Jim Meyering  <meyering@lucent.com>
22393
22394         * lib/dirname.c (ISSLASH): Define.
22395         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22396         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22397         both `\' and `/' may be use as path separators.
22398         Based on a patch from Prashant TR.
22399
22400 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22401
22402         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22403         slot vector a constant, since it might get modified.
22404
22405 2000-07-31  Jim Meyering  <meyering@lucent.com>
22406
22407         * lib/xmalloc.c: Use `virtual memory exhausted', not
22408         `Memory exhausted'.
22409         * lib/obstack.c (print_and_abort): Likewise.
22410
22411 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22412
22413         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22414         buffer, so that the caller can always quote one small
22415         component of a "memory exhausted" message in slot 0.
22416         From a suggestion by Jim Meyering.
22417
22418 2000-07-30  Jim Meyering  <meyering@lucent.com>
22419
22420         * lib/makepath.c (make_path): Quote the other instance, too.
22421
22422         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22423         (STATIC_BUF_SIZE): Define.
22424         (quotearg_n_options): Use only statically allocated storage when
22425         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22426         than STATIC_BUF_SIZE.
22427
22428 2000-07-29  Jim Meyering  <meyering@lucent.com>
22429
22430         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22431         * lib/dirname.c (dir_name): Likewise.
22432
22433         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22434         `/'.
22435
22436         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22437         (dir_name): Assert that there are no trailing slashes.
22438
22439 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22440
22441         * lib/mbswidth.h (mbswidth): Add a flags argument.
22442         (mbswidth): New declaration.
22443         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22444         * lib/mbswidth.c (mbswidth): Add a flags argument.
22445         (mbsnwidth): New function.
22446
22447 2000-07-24  Jim Meyering  <meyering@lucent.com>
22448
22449         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22450
22451 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22452
22453         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22454
22455 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22456
22457         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22458         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22459         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22460         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22461         invoke multibyte primitives.
22462
22463 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22464
22465         * lib/quotearg.c:
22466         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22467         so that mbstate_t is always defined.
22468
22469         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22470         be 1 in at least one GCC installation, and this configuration
22471         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22472         performance on hosts that have mbrtowc but have only unibyte
22473         locales, but I assume these hosts are rare.
22474
22475 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22476
22477         * lib/mbswidth.c (_XOPEN_SOURCE):
22478         Don't define; this causes problems on Solaris 7.
22479         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22480
22481 2000-07-23  Jim Meyering  <meyering@lucent.com>
22482
22483         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22484         too: getgrgid, getpwuid, getuid.
22485
22486 2000-07-23  Jim Meyering  <meyering@lucent.com>
22487
22488         * lib/basename.c (base_name): Add an assertion.
22489
22490 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22491
22492         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22493         shadow its mbsinit function.
22494
22495 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22496
22497         * lib/mbswidth.h: New file.
22498         * lib/mbswidth.c: New file.
22499         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22500         (noinst_HEADERS): Add mbswidth.h.
22501
22502 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22503
22504         * lib/config.charset: Add support for FreeBSD. Improve support for
22505         HP-UX and IRIX 6.
22506
22507 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22508
22509         * m4/mbswidth.m4: New file.
22510         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22511
22512 2000-07-15  Jim Meyering  <meyering@lucent.com>
22513
22514         * lib/makepath.c: Include quote.h.
22515         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22516         corresponding argument in a `quote (...)' call.
22517         Give better diagnostics.
22518
22519         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22520         (noinst_HEADERS): Add quote.h.
22521
22522         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22523         from tar's src/misc.c.
22524         * lib/quote.h: New file.  Prototypes for same.
22525
22526 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22527
22528         From a suggestion by Bruno Haible.
22529         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22530         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22531         to decide whether to define the BeOS workaround macro;
22532         this adjusts to the change to AC_MBSTATE_T.
22533
22534 2000-07-14  Jim Meyering  <meyering@lucent.com>
22535
22536         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22537         jm_AC_TYPE_UINTMAX_T.
22538
22539 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22540
22541         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22542
22543         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22544         quotearg_buffer_restyled): Add support for
22545         clocale_quoting_style.  Undo previous change to
22546         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22547         and "{RIGHT QUOTATION MARK}" msgids.
22548
22549 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22550
22551         From a suggestion by Bruno Haible.
22552         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22553         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22554         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22555         and mbstate_t, to a single-part test that simply defines mbstate_t.
22556         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22557         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22558
22559 2000-07-10  Jim Meyering  <meyering@lucent.com>
22560
22561         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22562
22563         * m4/gnu-source.m4: Output to confdefs.h directly.
22564         Suggestion from Akim Demaille.
22565
22566 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22567
22568         The old behavior of quoting `like this' doesn't look good with
22569         newer, ISO-style fonts.  See:
22570         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22571
22572         Instead, quote "like this" by default.  Let the translator
22573         tailor the locale-specific quoting behavior by providing
22574         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22575
22576         * lib/quotearg.c (N_): New macro.
22577         (gettext_default): New function.
22578         (quotearg_buffer_restyled): Use
22579         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22580         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22581
22582 2000-07-09  Jim Meyering  <meyering@lucent.com>
22583
22584         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22585         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22586
22587         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22588         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22589
22590 2000-07-09  Jim Meyering  <meyering@lucent.com>
22591
22592         * lib/Most files: Update copyright dates to include 2000.
22593
22594 2000-07-08  Jim Meyering  <meyering@lucent.com>
22595
22596         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22597         if not defined.
22598         (xgethostname): Remove now-unnecessary #ifdef.
22599         Move declaration of `err' into loop where it's used.
22600
22601 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22602         and Bruno Haible  <haible@clisp.cons.org>
22603
22604         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22605         only if the test for an object-type mbstate_t fails.  This
22606         prevents us from mistakenly reporting that mbstate_t is a
22607         system object type after we "#define mbstate_t int" to work
22608         around its lack.
22609
22610 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22611         and Bruno Haible  <haible@clisp.cons.org>
22612
22613         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22614
22615 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22616
22617         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22618         to strerror_r.
22619         Include <ctype.h> for use of isalpha.
22620
22621 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22622
22623         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22624         by allocating a larger buffer. Test the gethostname return value for
22625         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22626         returns an error and ENAMETOOLONG isn't defined.
22627
22628 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22629
22630         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22631         dimension.
22632
22633 2000-07-04  Jim Meyering  <meyering@lucent.com>
22634
22635         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22636         of the deprecated AC_CHECKING.
22637
22638 2000-07-04  Jim Meyering  <meyering@lucent.com>
22639
22640         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22641         Reported by Bruno Haible.
22642
22643 2000-07-04  Jim Meyering  <meyering@lucent.com>
22644
22645         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22646         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22647         lacks mbrtowc.
22648
22649 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22650
22651         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22652         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22653
22654 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22655         and Bruno Haible  <haible@clisp.cons.org>
22656
22657         * lib/quotearg.c (mbrtowc):
22658         Assign to *pwc, and return 1 only if result is nonzero.
22659         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22660
22661 2000-07-03  Jim Meyering  <meyering@lucent.com>
22662
22663         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22664
22665 2000-07-03  Jim Meyering  <meyering@lucent.com>
22666
22667         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22668         This is necessary to get a definition of e.g., UTMP_FILE on
22669         HP-UX 10.20.
22670         From Bob Proulx.
22671
22672 2000-07-02  Jim Meyering  <meyering@lucent.com>
22673
22674         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22675
22676         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22677         AC_LIBOBJ(function_name).
22678         * m4/chown.m4: Likewise.
22679         * m4/fnmatch.m4: Likewise.
22680         * m4/ftruncate.m4: Likewise.
22681         * m4/getgroups.m4: Likewise.
22682         * m4/getline.m4: Likewise.
22683         * m4/group-member.m4: Likewise.
22684         * m4/jm-macros.m4: Likewise.
22685         * m4/lstat.m4: Likewise.
22686         * m4/malloc.m4: Likewise.
22687         * m4/memcmp.m4: Likewise.
22688         * m4/nanosleep.m4: Likewise.
22689         * m4/putenv.m4: Likewise.
22690         * m4/realloc.m4: Likewise.
22691         * m4/regex.m4: Likewise.
22692         * m4/stat.m4: Likewise.
22693         * m4/strftime.m4: Likewise.
22694
22695 2000-07-02  Jim Meyering  <meyering@lucent.com>
22696
22697         * lib/quotearg.c (mbstate_t): Don't define here.
22698
22699 2000-07-02  Jim Meyering  <meyering@lucent.com>
22700
22701         * lib/nanosleep.c (SIGCONT): Define if not already defined.
22702
22703 2000-07-01  Jim Meyering  <meyering@lucent.com>
22704
22705         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
22706
22707 2000-07-01  Jim Meyering  <meyering@lucent.com>
22708
22709         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
22710         problem.
22711
22712 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22713
22714         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
22715         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
22716
22717 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22718
22719         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
22720         per change in ../m4/ls-mntd-fs.m4.
22721         (read_filesystem_list): Ignore symbolic links.
22722
22723 2000-06-29  Jim Meyering  <meyering@lucent.com>
22724
22725         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
22726         for declaration of strcmp.
22727
22728         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
22729
22730         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
22731         Avoid warning by casting result to `char *' to remove `const'.
22732
22733 2000-06-28  Jim Meyering  <meyering@lucent.com>
22734
22735         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
22736         included by quotearg.c, for which we perform this test.  From
22737         Bruno Haible.
22738
22739 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22740
22741         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
22742         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
22743         <utmpx.h> exists, put readutmp.o into LIBOBJS.
22744
22745 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22746
22747         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
22748
22749 2000-06-26  Paul Eggert  <eggert@twinsun.com>
22750
22751         savedir now sets errno on failure and invokes xmalloc to get memory.
22752         Fix a couple of other minor bugs while we're at it.
22753
22754         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
22755         (NAMLEN): Remove macro.
22756         (malloc, realloc): Remove decls.
22757         (stpcpy): Likewise.
22758         ("xalloc.h"): Include.
22759         (NAME_SIZE_DEFAULT): New macro.
22760         (savedir): Use xmalloc / xrealloc to allocate memory.
22761         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
22762         Skip "" directory entries.
22763         Use strlen to calculate directory entry length, since the old method
22764         is rarely used these days and isn't worth supporting.
22765         Don't use a pointer after freeing it.
22766         Check for integer overflow when calculating allocation size.
22767         Use memcpy to copy entries, instead of stpcpy.
22768         Set errno properly when returning NULL.
22769         Check for readdir error.
22770
22771 2000-06-26  Jim Meyering  <meyering@lucent.com>
22772
22773         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
22774
22775 2000-06-25  Jim Meyering  <meyering@lucent.com>
22776
22777         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
22778         Linux header bug when _XOPEN_SOURCE is defined to 500.
22779
22780 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22781
22782         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
22783         deficiency.
22784
22785 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22786
22787         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
22788         Include xalloc.h.
22789         Don't include <stdlib.h>.  Don't declare malloc, realloc.
22790
22791 2000-06-24  Jim Meyering  <meyering@lucent.com>
22792
22793         * m4/strerror_r.m4: Revive this file -- to try out an experimental
22794         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
22795         for which strerror does return char*, but which lacks a conveniently
22796         accessible declaration of the function.  If the compile-test says
22797         strerror_r doesn't work, then resort to a `run'-test that works on
22798         BeOS and segfaults on DEC Unix.
22799
22800 2000-06-24  Jim Meyering  <meyering@lucent.com>
22801
22802         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
22803
22804 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22805
22806         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
22807         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
22808
22809 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22810
22811         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
22812         (mbrtowc, mbstate_t): Define substitutes if
22813         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
22814         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
22815         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
22816
22817 2000-06-23  Jim Meyering  <meyering@lucent.com>
22818
22819         * m4/afs.m4: Add missing AC_MSG_RESULT.
22820         Reported by Bruno Haible.
22821
22822         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
22823         Suggestion from Bruno Haible.
22824
22825 2000-06-23  Jim Meyering  <meyering@lucent.com>
22826
22827         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
22828
22829 2000-06-21  Jim Meyering  <meyering@lucent.com>
22830
22831         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
22832
22833 2000-06-21  Jim Meyering  <meyering@lucent.com>
22834
22835         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
22836         (noinst_HEADERS): Add getstr.h.
22837
22838         * lib/getline.c (getstr): Move into a separate file.
22839         * lib/getstr.c (getstr): New file, extracted from getline.c, with
22840         the following changes: new parameter, delim2; both delim[12]
22841         parameters have type `int', not `char'.  The latter would lose
22842         with 8-bit delimiters.
22843         * lib/getstr.h: New file.
22844
22845 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22846
22847         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
22848         than 1024, return a memory chunk of least possible size, instead
22849         of size PATH_MAX + 2. In the loop, increment the size proportionally.
22850         Use free/xmalloc instead of xrealloc to avoid copying for very long
22851         paths.
22852
22853 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22854
22855         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
22856         the empty string.
22857
22858 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22859
22860         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
22861         address, not strdup.  Include <stdlib.h> and don't declare free().
22862
22863 2000-06-19  Jim Meyering  <meyering@lucent.com>
22864
22865         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
22866
22867 2000-06-18  Jim Meyering  <meyering@lucent.com>
22868
22869         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
22870
22871         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
22872         `checking whether...' message to be consistent with that of the
22873         lstat test.
22874
22875 2000-06-18  Jim Meyering  <meyering@lucent.com>
22876
22877         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
22878         Besides, these days every porting target provides a mkdir function.
22879
22880         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
22881         needed. (this snippet comes from src/system.h).
22882
22883 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
22884
22885         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
22886
22887 2000-06-15  Paul Eggert  <eggert@twinsun.com>
22888
22889         * lib/human.c (adjust_value): New function.
22890         (human_readable_inexact): Apply rounding style even when
22891         printing approximate values.
22892
22893 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22894
22895         * lib/human.c (human_readable_inexact): Allow an input block
22896         size that is not a multiple of the output block size, and vice versa.
22897         Reported by Piergiorgio Sartor.
22898
22899 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22900
22901         * lib/getdate.y (get_date): Apply relative times after time
22902         zone indicator, not before.  Reported by Todd A. Jacobs.
22903
22904 2000-06-13  Jim Meyering  <meyering@lucent.com>
22905
22906         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
22907
22908         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
22909
22910 2000-06-12  Paul Eggert  <eggert@twinsun.com>
22911
22912         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
22913
22914 2000-06-12  Jim Meyering  <meyering@lucent.com>
22915
22916         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
22917         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
22918         optional argument.
22919         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
22920         the optional argument, `lib'.
22921
22922 2000-06-08  Jim Meyering  <meyering@lucent.com>
22923
22924         * m4/largefile.m4: Remove file (now that it's part of autoconf).
22925
22926 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22927
22928         Rewrite largefile configuration so that we don't need to run
22929         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
22930         AC_CANONICAL_HOST in configure.in -- jmm]
22931
22932         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
22933         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
22934         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
22935         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
22936         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
22937         All uses changed.
22938         Instead of inspecting the output of getconf, try to compile the
22939         test program without and with the macro definition.
22940         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
22941         for getconf.  Instead, check for the needed flags by compiling
22942         test programs.
22943
22944 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22945
22946         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
22947
22948 2000-06-04  Jim Meyering  <meyering@lucent.com>
22949
22950         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
22951         SunOS 4.1.4 for which gid_t is an unsigned type.
22952
22953 2000-06-03  Jim Meyering  <meyering@lucent.com>
22954
22955         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
22956         now that autoconf requires that.
22957
22958         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
22959         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
22960         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
22961
22962 2000-06-03  Jim Meyering  <meyering@lucent.com>
22963
22964         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
22965
22966 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22967
22968         * m4/glibc21.m4: New file.
22969         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
22970
22971 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22972
22973         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
22974         newer, don't install charset.alias.
22975         * lib/config.charset: Change the Linux/glibc rules so they become empty
22976         on glibc-2.1 or newer.
22977
22978 2000-06-02  Jim Meyering  <meyering@lucent.com>
22979
22980         * lib/mountlist.c: Back out last change.  Instead, do this...
22981         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
22982         me_dummy member using the same `ignore'-testing code.
22983         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
22984         fs_type strings.
22985         From Mark D. Roth.
22986
22987 2000-05-29  Jim Meyering  <meyering@lucent.com>
22988
22989         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
22990         mounts with the `ignore' attribute.  Based on a patch from
22991         Mark D. Roth.
22992
22993 2000-05-28  Jim Meyering  <meyering@lucent.com>
22994
22995         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
22996         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22997         * m4/stat.m4: Likewise.
22998         * m4/lstat.m4: Likewise.
22999         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23000
23001         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23002         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23003
23004 2000-05-26  Jim Meyering  <meyering@lucent.com>
23005
23006         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23007
23008 2000-05-24  Jim Meyering  <meyering@lucent.com>
23009
23010         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23011         autoconf requires that.
23012         * m4/lib-check.m4: Likewise.
23013         * m4/jm-macros.m4: Likewise.
23014         * m4/strftime.m4: Likewise.
23015
23016         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23017         AC_CHECK_DECLS, now that autoconf requires that.
23018
23019 2000-05-22  Jim Meyering  <meyering@lucent.com>
23020
23021         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23022         * m4/lstat.m4: Likewise.
23023
23024 2000-05-22  Jim Meyering  <meyering@lucent.com>
23025
23026         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23027
23028 2000-05-20  Jim Meyering  <meyering@lucent.com>
23029
23030         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23031         (jm_PREREQ): Use it.
23032
23033 2000-05-18  Jim Meyering  <meyering@lucent.com>
23034
23035         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23036         back, too, since it may have been modified by allocate_entry.
23037         (hash_delete): Rewrite to use neither the assignment operator
23038         nor the comma operator in an if-expression.
23039
23040 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23041
23042         * lib/closeout.c:
23043         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23044         Remove; no longer needed.
23045         "quotearg.h": Add include.
23046         (file_name): Do not bother to explicitly initialize to NULL; it's less
23047         efficient on some hosts.
23048         (close_stdout_status): Remove test as to whether stdout was already
23049         closed; it breaks for the case "echo x | sort >&-".
23050         Quote file name colons.
23051         Do not assume that _("write error") lacks format strings.
23052
23053 2000-05-15  Jim Meyering  <meyering@lucent.com>
23054
23055         * lib/version-etc.c (version_etc_copyright): Update the copyright
23056         string used in all --version output.
23057
23058 2000-05-14  Jim Meyering  <meyering@lucent.com>
23059
23060         * lib/closeout.c (close_stdout_set_file_name): New function.
23061         (close_stdout_status): Use new file-scoped global.
23062         Return right away if fstat says the stdout file descriptor is invalid.
23063         * lib/closeout.h (close_stdout_set_file_name): Declare.
23064
23065 2000-05-10  Jim Meyering  <meyering@lucent.com>
23066
23067         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23068         (close_stdout_set_status): New function.
23069         * lib/closeout.h (close_stdout_set_status): Declare.
23070
23071 2000-05-09  Jim Meyering  <meyering@lucent.com>
23072
23073         * m4/gettext.m4: Rename this...
23074         * m4/libintl.m4: ...to this.
23075
23076 2000-05-08  Jim Meyering  <meyering@lucent.com>
23077
23078         * lib/long-options.c: Don't include closeout.h.
23079         (parse_long_options): Don't call close_stdout for --version.
23080
23081 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23082
23083         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23084         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23085         2.1.3 bug.  This avoids a clash when files like regex.c define
23086         _GNU_SOURCE.
23087
23088 2000-05-06  Jim Meyering  <meyering@lucent.com>
23089
23090         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23091         (AC_REPLACE_FUNCS): Add strnlen.
23092
23093         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23094         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23095
23096         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23097         AC_SEARCH_LIBS call for nanosleep.
23098         (LIB_NANOSLEEP): Set and AC_SUBST.
23099
23100 2000-05-06  Jim Meyering  <meyering@lucent.com>
23101
23102         * lib/strnlen.c: Undefine __strnlen and strnlen.
23103         [!weak_alias]: Define __strnlen to strnlen.
23104
23105         * lib/atexit.c: New file, from libiberty.
23106
23107 2000-05-06  Jim Meyering  <meyering@lucent.com>
23108
23109         * lib/closeout.c (close_stdout_status): Also check for errors on the
23110         stderr stream.
23111
23112 2000-05-05  Jim Meyering  <meyering@lucent.com>
23113
23114         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23115         AC_SEARCH_LIBS call for clock_gettime.
23116         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23117
23118         * m4/search-libs.m4: Update from autoconf.
23119
23120         su doesn't work on Solaris 2.6.
23121         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23122         <shadow.h>.  Reported by Dragos Harabor.
23123
23124 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23125
23126         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23127         memcpy instead of xmalloc, xrealloc, path_concat.
23128         (locale_charset): Treat empty environment variables as absent.
23129         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23130
23131 2000-05-04  Jim Meyering  <meyering@lucent.com>
23132
23133         * lib/getopt.c: Update from glibc.
23134         * lib/obstack.c: Likewise.
23135         * lib/obstack.h: Likewise.
23136         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23137         file
23138
23139         * lib/regex.h: Likewise.
23140         * lib/strndup.c: Likewise.
23141         * lib/strnlen.c: New file, from glibc.
23142
23143 2000-05-03  Jim Meyering  <meyering@lucent.com>
23144
23145         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23146
23147 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23148
23149         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23150         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23151         compile-time test, rather than inspecting host and OS, to
23152         decide whether to define _LARGEFILE_SOURCE.
23153
23154 2000-05-01  Jim Meyering  <meyering@lucent.com>
23155
23156         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23157
23158         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23159         Based on a patch from Bruno Haible.
23160
23161 2000-05-01  Jim Meyering  <meyering@lucent.com>
23162
23163         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23164
23165 2000-04-29  Jim Meyering  <meyering@lucent.com>
23166
23167         * lib/path-concat.c: Declare strdup only if it's not defined.
23168         * lib/canon-host.c: Likewise.
23169
23170 2000-04-28  Jim Meyering  <meyering@lucent.com>
23171
23172         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23173         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23174         is included first, then limits.h is included by locale.h by libintl.h.
23175         From John David Anglin.
23176
23177 2000-04-25  Jim Meyering  <meyering@lucent.com>
23178
23179         * lib/makepath.c (S_IRWXUGO): Define.
23180         (make_path): Always perform explicit chmod if MODE specifies any
23181         of the `special' permission bits.  Prompted by a bug report against
23182         install from Mate Wierdl and Joost van Baal.
23183
23184 2000-04-18  Jim Meyering  <meyering@lucent.com>
23185
23186         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23187         (jm_PREREQ): Use it.
23188
23189 2000-04-18  Jim Meyering  <meyering@lucent.com>
23190
23191         * lib/README: New file.
23192
23193         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23194         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23195
23196 2000-04-17  Jim Meyering  <meyering@lucent.com>
23197
23198         Get it right :-)
23199         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23200         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23201         Suggestion from Akim Demaille.
23202
23203 2000-04-17  Jim Meyering  <meyering@lucent.com>
23204
23205         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23206         the definition of it to rpl_strftime also defined-away the system's
23207         declaration.
23208
23209 2000-04-15  Jim Meyering  <meyering@lucent.com>
23210
23211         Use `C' to denote so-called `contiguous' files, the same way
23212         that tar does.
23213         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23214         (ftypelet): Use S_ISCTG.
23215         From Michael Deutschmann.
23216
23217 2000-04-14  Jim Meyering  <meyering@lucent.com>
23218
23219         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23220         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23221         clobbered.
23222
23223 2000-04-14  Jim Meyering  <meyering@lucent.com>
23224
23225         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23226
23227 2000-04-13  Jim Meyering  <meyering@lucent.com>
23228
23229         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23230         AH_VERBATIM to insert required #ifndef into config.h.in.
23231         Suggestion from Akim Demaille.
23232
23233 2000-04-12  Jim Meyering  <meyering@lucent.com>
23234
23235         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23236         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23237         Christian Krackowizer.
23238
23239         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23240         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23241         (AC_SYS_LARGEFILE): Require.
23242         (AM_C_PROTOTYPES): Require.
23243
23244 2000-04-08  Jim Meyering  <meyering@lucent.com>
23245
23246         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23247         names don't conflict.  Reported by Eli Zaretskii.
23248
23249 2000-04-07  Jim Meyering  <meyering@lucent.com>
23250
23251         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23252         sys/types.h, to work around system header problems on AIX 3.2.5.
23253         From Bruno Haible.
23254
23255 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23256
23257         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23258         bug.  Deal with the different error behavior of Irix iconv.
23259
23260 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23261
23262         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23263         IRIX if the installer said otherwise.
23264
23265 2000-04-05  Jim Meyering  <meyering@lucent.com>
23266
23267         Portability tweaks required for ultrix4.3.
23268         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23269         (jm_CHECK_DECLS): Add getutent to the list of functions.
23270         (_jm_DECL_HEADERS): Add utmpx.h.
23271         From John David Anglin.
23272
23273         * m4/strftime.m4: Back out the 2000-04-02 change.
23274         Instead of that change, simply undefine putenv in the test program.
23275
23276 2000-04-05  Jim Meyering  <meyering@lucent.com>
23277
23278         Portability tweaks required for ultrix4.3.
23279         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23280         getutent.
23281         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23282         * lib/canon-host.c: Declare strdup.
23283         * lib/path-concat.c: Likewise.
23284         From John David Anglin.
23285
23286 2000-04-04  Jim Meyering  <meyering@lucent.com>
23287
23288         Be more DOS 8.3-friendly.
23289         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23290         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23291         * lib/Makefile.am: Reflect renaming.
23292         Reported by Eli Zaretskii.
23293
23294         Use a temporary file name that won't clash with `charset.alias'
23295         in the DOS 8.3 name space.
23296         * lib/Makefile.am (charset_tmp): Define.
23297         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23298         (uninstall-local): Likewise.
23299         Reported by Eli Zaretskii.
23300
23301 2000-04-03  Jim Meyering  <meyering@lucent.com>
23302
23303         * m4/gettext.m4: Fix typo in comment.
23304
23305         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23306         textutils/configure.in).  Suggestion from Paul Eggert.
23307         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23308
23309 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23310
23311         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23312         variable in the shell rather than using putenv, which isn't
23313         portable.  This avoids the configure-time inter-test dependency
23314         on the potentially-renamed putenv function.
23315
23316 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23317
23318         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23319         before checking struct stat.st_blksize, so that
23320         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23321
23322 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23323
23324         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23325         since strftime.c uses HAVE_STRFTIME to decide whether to use
23326         the underlying strftime.
23327
23328 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23329
23330         * lib/time/strftime.c (my_strftime): Make sure we call the system
23331         strftime, not ourselves, when invoking the underlying strftime.
23332
23333 2000-03-24  Jim Meyering  <meyering@lucent.com>
23334
23335         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23336         (charset_alias): Define.
23337         (install-exec-local): Factor out common code.
23338         (uninstall-local): Split lines longer than 80.
23339         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23340         (SUFFIXES): Define.
23341         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23342         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23343
23344 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23345
23346         * lib/config.charset: Output a line containing "Packages using this
23347         file".
23348         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23349         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23350         ref-del.sed): New rules.
23351
23352 2000-03-17  Jim Meyering  <meyering@lucent.com>
23353
23354         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23355         Otherwise, include <strings.h>
23356
23357 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23358
23359         * lib/unicodeio.c (utf8_wctomb): New function.
23360         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23361         format instead of in UCS-4 with platform dependent endianness.
23362
23363 2000-03-10  Jim Meyering  <meyering@lucent.com>
23364
23365         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23366         From Marco Franzen.
23367
23368 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23369
23370         * lib/savedir.c (savedir): Work even if directory size is
23371         negative; this can happen with some screwy NFS configurations.
23372
23373 2000-03-06  Jim Meyering  <meyering@lucent.com>
23374
23375         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23376         if it's NULL (because we ran out of memory).  From Bruno Haible.
23377
23378 2000-03-05  Jim Meyering  <meyering@lucent.com>
23379
23380         * lib/localcharset.c ("path-concat.h"): Include.
23381         (get_charset_aliases): Use path_concat instead of ANSI string
23382         concatenation.
23383
23384         * lib/unicodeio.h (PARAMS): Define.
23385         Use it to guard prototype.
23386
23387 2000-03-04  Jim Meyering  <meyering@lucent.com>
23388
23389         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23390         for lib/localcharset.c.
23391
23392 2000-03-04  Jim Meyering  <meyering@lucent.com>
23393
23394         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23395         installing into it.
23396         (uninstall-local): Uncomment this rule so `make distcheck' works
23397         once again.
23398
23399         * lib/unicodeio.c (<errno.h>): Include it.
23400         (errno): Declare if not defined.
23401
23402         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23403
23404         * lib/config.charset: New version, incorporating remarks from a linux
23405         i18n mailing list.  From Bruno Haible.
23406
23407 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23408
23409         * m4/codeset.m4: New file.
23410         * m4/iconv.m4: New file.
23411         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23412
23413 2000-03-03  Jim Meyering  <meyering@lucent.com>
23414
23415         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23416
23417 2000-03-02  Jim Meyering  <meyering@lucent.com>
23418
23419         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23420         the messages come out on separate lines.
23421
23422         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23423         rather than jm_CHECK_DECLARATIONS.
23424         * m4/decl.m4: Remove now-unused file.
23425
23426         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23427         geteuid.
23428
23429 2000-03-02  Jim Meyering  <meyering@lucent.com>
23430
23431         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23432
23433 2000-03-01  Jim Meyering  <meyering@lucent.com>
23434
23435         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23436         * lib/unicodeio.c: Likewise.
23437
23438 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23439
23440         * lib/config.charset: New file.
23441         * lib/localcharset.c: New file.
23442         * lib/unicodeio.h, lib/unicodeio.c: New files.
23443         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23444         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23445         (noinst_HEADERS): Add unicodeio.h.
23446         (all-local, install-exec-local, charset.alias): New targets.
23447
23448 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23449
23450         * lib/quotearg.c (ALERT_CHAR): New macro.
23451         (quotearg_buffer_restyled): Use it.
23452
23453 2000-02-27  Jim Meyering  <meyering@lucent.com>
23454
23455         * m4/check-decl.m4: Add getenv to the list.
23456
23457 2000-02-27  Jim Meyering  <meyering@lucent.com>
23458
23459         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23460         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23461
23462         * lib/backupfile.c: Guard inclusion of stdlib.h with
23463         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23464         Declare malloc if needed.
23465
23466         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23467         `#ifndef HAVE_DECL..'
23468         now that autoconf always defines the HAVE_DECL_ symbols.
23469         * lib/human.c: Likewise.
23470         * lib/same.c: Likewise.
23471         * lib/strtoumax.c: Likewise.
23472
23473         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23474         declaration check was not run.
23475         * lib/hash.c: Likewise.
23476         * lib/human.c: Likewise.
23477         * lib/same.c: Likewise.
23478         * lib/strtoumax.c: Likewise.
23479
23480         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23481         `.', then first look up the entire `.'-containing string as a login
23482         name.
23483
23484 2000-02-23  Jim Meyering  <meyering@lucent.com>
23485
23486         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23487         in place of my hack.
23488
23489 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23490
23491         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23492         (textint): New typedef.
23493         (parser_control): Member year changed from int to textint.
23494         All uses changed.
23495         (YYSTYPE): Removed; replaced by %union with int and textint members.
23496         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23497         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23498         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23499         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23500         (date, number, to_year): Use width of number in digits, not its value,
23501         to determine whether it's a 2-digit year, or a 2-digit time.
23502         (yylex): Store number of digits of numeric tokens.
23503         Reported by John Kendall.
23504
23505         (parser_control): Changed from struct parser_control to typedef (for
23506         consistency).  All uses changed.
23507
23508         (tID): Removed; not used.
23509         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23510
23511 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23512
23513         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23514         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23515
23516 2000-02-12  Jim Meyering  <meyering@lucent.com>
23517
23518         * lib/userspec.c (ISDIGIT): Define it.
23519         (isdigit): Remove definition.
23520         (is_number): Use ISDIGIT, not isdigit.
23521         <libintl.h>: Include.
23522         (_ and N_): Define.
23523         (parse_user_spec): Mark translatable strings.
23524
23525 2000-02-10  Jim Meyering  <meyering@lucent.com>
23526
23527         With these changes, nanosleep.[ch] are finally enough like the other
23528         lib/* replacement files to compile on a few more losing systems.
23529
23530         * lib/nanosleep.h: Don't include config.h.
23531         Remove prototype from declaration of nanosleep.
23532         (PARAMS): Remove now-unneeded definition.
23533         * lib/nanosleep.c: #undef nanosleep.
23534         (rpl_nanosleep): Rename from nanosleep.
23535
23536 2000-02-10  Jim Meyering  <meyering@lucent.com>
23537
23538         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23539         gnu_nanosleep to rpl_nanosleep.
23540
23541 2000-02-09  Jim Meyering  <meyering@lucent.com>
23542
23543         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23544         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23545
23546 2000-02-08  Akim Demaille  <akim@epita.fr>
23547
23548         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23549         `[' and `]' and remove uses of `changequote'.
23550         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23551         (AC_SYS_LARGEFILE): Likewise.
23552         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23553         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23554         of changequote.
23555         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23556         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23557         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23558         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23559
23560 2000-02-05  Jim Meyering  <meyering@lucent.com>
23561
23562         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23563         Remove explicit use of AC_HEADER_TIME.  It is required by
23564         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23565         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23566         in autoconf whereby the expansion of the latter ended up preceding
23567         the expansion of its prerequisite, AC_HEADER_TIME.
23568         Reported by Volker Borchert.
23569
23570 2000-02-03  Jim Meyering  <meyering@lucent.com>
23571
23572         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23573
23574 2000-02-03  Jim Meyering  <meyering@lucent.com>
23575
23576         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23577         rather than with `#if HAVE_UTMPNAME'.
23578
23579 2000-02-02  Jim Meyering  <meyering@lucent.com>
23580
23581         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23582         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23583         Reported by Eli Zaretskii.
23584
23585 2000-02-01  Jim Meyering  <meyering@lucent.com>
23586
23587         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23588
23589 2000-01-31  Jim Meyering  <meyering@lucent.com>
23590
23591         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23592         functions.  Add the time.h and sys/time.h headers along with the
23593         AC_REQUIRE'ment of AC_HEADER_TIME.
23594
23595 2000-01-31  Jim Meyering  <meyering@lucent.com>
23596
23597         * lib/nanosleep.h (nanosleep): Guard declaration with
23598         `#if ! HAVE_DECL_NANOSLEEP'.
23599         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23600         the declaration in that vendor's sys/timers.h.
23601         Reported by Christian Krackowizer.
23602
23603         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23604         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23605         (ISPRINT): Likewise.
23606         Reported by Tom Tromey.
23607
23608 2000-01-30  Jim Meyering  <meyering@lucent.com>
23609
23610         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23611
23612         * m4/prereq.m4 (utmp_includes): Define.
23613         Check for ut_user and ut_name members in both struct utmpx
23614         and struct utmp.
23615
23616 2000-01-30  Jim Meyering  <meyering@lucent.com>
23617
23618         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23619         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23620         header files where only utmpx.ut_user is declared.
23621
23622         * lib/readutmp.h (UT_USER): Define.
23623
23624 2000-01-29  Jim Meyering  <meyering@lucent.com>
23625
23626         * m4/lib-check.m4: New file containing library-related checks from
23627         fileutils and sh-utils (textutils had none).
23628
23629 2000-01-28  Jim Meyering  <meyering@lucent.com>
23630
23631         * m4/perl.m4: Change format of warning message to look more like that
23632         from the missing script.  Suggestion from François Pinard.
23633
23634 2000-01-25  Jim Meyering  <meyering@lucent.com>
23635
23636         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23637         well as time.h in the compile check.
23638         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23639         Fix typo in cross-compiling case: s/yes/no/.
23640
23641 2000-01-23  Jim Meyering  <meyering@lucent.com>
23642
23643         * m4/jm-macros.m4: Move df-related tests here from
23644         fileutils/configure.in
23645
23646         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23647         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23648
23649         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23650         s/space/ac_fsusage_space/.
23651         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23652
23653         * m4/ftruncate.m4: New file (derived from part of
23654         fileutils/configure.in).
23655         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23656         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23657
23658         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23659         AC_SUBST these here, rather than just in sh-util/configure.in, so
23660         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23661         all the same.
23662         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23663         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23664         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23665         (AC_SUBST(POW_LIBM)): Likewise.
23666         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23667
23668 2000-01-23  Jim Meyering  <meyering@lucent.com>
23669
23670         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23671         obstack.c.
23672
23673 2000-01-22  Jim Meyering  <meyering@lucent.com>
23674
23675         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23676
23677         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23678
23679         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23680         configure.in
23681         (AC_CHECK_HEADERS): Likewise for sh-utils.
23682         (AC_CHECK_HEADERS): Likewise for textutils.
23683         Merge the three lists of headers.
23684
23685         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23686         from fileutils' configure.in.
23687
23688         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23689         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23690         check-decl.m4.
23691
23692         * m4/check-decl.m4: Use #if rather than #ifdef.
23693         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
23694         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
23695         (_jm_DECL_HEADERS): Define new function.
23696         (jm_CHECK_DECLARATIONS): Require it.
23697
23698 2000-01-22  Jim Meyering  <meyering@lucent.com>
23699
23700         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
23701         [! HAVE_DECL_STRTOULL]: Declare strtoull.
23702         Required for some AIX systems.  Reported by Christian Krackowizer.
23703         [TESTING] (main): New function.
23704
23705         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
23706         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
23707         letters.
23708
23709         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
23710         iswprint.
23711
23712         * lib/strverscmp.c (ISDIGIT): Define.
23713         (strverscmp): Use ISDIGIT, not isdigit.
23714
23715 2000-01-19  Jim Meyering  <meyering@lucent.com>
23716
23717         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
23718         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
23719         defines `struct timespec' in <sys/time.h>
23720
23721         * m4/c-bs-a.m4: Remove uses of changequote altogether.
23722         Thanks to Akim for explaining.
23723
23724 2000-01-17  Paul Eggert  <eggert@twinsun.com>
23725
23726         * lib/nanosleep.c (nanosleep):
23727         Don't use SA_INTERRUPT to decide whether to call sigaction, as
23728         POSIX.1 doesn't require SA_INTERRUPT and some systems
23729         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23730         it's been part of POSIX.1 since day 1 (in 1988).
23731
23732 2000-01-17  Jim Meyering  <meyering@lucent.com>
23733
23734         * lib/interlock: Remove unused file.  Reported by François Pinard.
23735
23736 2000-01-16  Paul Eggert  <eggert@twinsun.com>
23737
23738         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
23739         alert, backslash, formfeed, and vertical tab unnecessarily in
23740         shell quoting style.
23741
23742 2000-01-16  Jim Meyering  <meyering@lucent.com>
23743
23744         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
23745         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
23746         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
23747         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
23748
23749 2000-01-16  Jim Meyering  <meyering@lucent.com>
23750
23751         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
23752         because the latter didn't work.
23753
23754 2000-01-15  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
23757         (AC_REPLACE_FUNCS): Add memcpy and memset.
23758         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
23759         Add strpbrk.
23760         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
23761
23762 2000-01-12  Jim Meyering  <meyering@lucent.com>
23763
23764         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
23765         (jm_PREREQ): Use it.
23766         (jm_PREREQ_READUTMP): New macro.
23767         (jm_PREREQ): Use it.
23768
23769 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23770
23771         Quote multibyte characters correctly.
23772         * m4/c-bs-a.m4: New file.
23773         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
23774         (jm_PREREQ): Use it.
23775
23776 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23777
23778         * m4/uintmax_t.m4: Port to autoconf 2.13.
23779
23780 2000-01-08  Jim Meyering  <meyering@ascend.com>
23781
23782         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
23783         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
23784
23785 2000-01-04  Jim Meyering  <meyering@ascend.com>
23786
23787         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
23788         jm_STRUCT_DIRENT_D_TYPE.
23789         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
23790         jm_STRUCT_DIRENT_D_INO.
23791         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
23792         jm_STRUCT_UTIMBUF.
23793         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
23794         renamings.
23795         * m4/utime.m4: Likewise.
23796
23797         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
23798         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
23799
23800 2000-01-03  Paul Eggert  <eggert@twinsun.com>
23801
23802         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
23803         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
23804
23805 2000-01-02  Jim Meyering  <meyering@ascend.com>
23806
23807         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
23808         remember if this is necessary.
23809
23810 1999-12-26  Jim Meyering  <meyering@ascend.com>
23811
23812         * m4/jm-macros.m4: Use it here.
23813         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
23814
23815 1999-12-23  Jim Meyering  <meyering@ascend.com>
23816
23817         * m4/jm-macros.m4: Check for clock_gettime (moved from
23818         fileutils/configure.in)
23819         Check for gettimeofday.
23820
23821 1999-12-20  Jim Meyering  <meyering@ascend.com>
23822
23823         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
23824         autoconf-2.14a-1999-12-20.
23825
23826 1999-12-19  Jim Meyering  <meyering@ascend.com>
23827
23828         * m4/lstat-slash.m4: New file.
23829         * m4/jm-macros.m4: Use the new macro:
23830         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23831
23832 1999-12-07  Jim Meyering  <meyering@ascend.com>
23833
23834         * m4/perl.m4: Require that File::Compare be available, too.
23835         Too many systems seem to lack it.
23836
23837         * m4/strftime.m4: Add checks for most of the cpp macros tested in
23838         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
23839
23840 1999-11-18  Paul Eggert  <eggert@twinsun.com>
23841
23842         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
23843         problem with the QNX 4.25 shell, which doesn't propagate exit
23844         status of failed commands inside shell assignments.
23845
23846 1999-11-17  Jim Meyering  <meyering@ascend.com>
23847
23848         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
23849
23850 1999-11-07  Jim Meyering  <meyering@ascend.com>
23851
23852         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
23853
23854 1999-11-06  Jim Meyering  <meyering@ascend.com>
23855
23856         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
23857         * m4/jm-macros.m4 (jm_MACROS): Use it here.
23858
23859 1999-11-05  Jim Meyering  <meyering@ascend.com>
23860
23861         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
23862         configure.in of textutils, fileutils, and sh-utils into this one
23863         (shared between those packages) file.
23864         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
23865         AC_STRUCT_ST_BLKSIZE.
23866
23867 1999-11-03  Jim Meyering  <meyering@ascend.com>
23868
23869         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
23870         of AC_CHECK_TYPE checks includes unistd.h.
23871         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
23872         Suggestion from Akim Demaille.
23873
23874 1999-10-30  Jim Meyering  <meyering@ascend.com>
23875
23876         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
23877         m4-quoted string.
23878         * m4/ls-mntd-fs.m4: Likewise.
23879         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
23880         * m4/jm-winsz1.m4: Likewise.
23881
23882         * m4/const.m4: Remove file, since the fix made it into the experimental
23883         version of autoconf.
23884         * m4/mktime.m4: Likewise.
23885
23886         * m4/check-type.m4: Remove file, now that the latest version of
23887         AC_CHECK_TYPE takes a third arg to specify additional #includes.
23888
23889         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
23890         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
23891         AC_CHECK_TYPE.
23892
23893 1999-10-04  Jim Meyering  <meyering@ascend.com>
23894
23895         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
23896
23897 1999-09-22  Paul Eggert  <eggert@twinsun.com>
23898
23899         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
23900         2.95.1 bug with HP-UX 10.20.
23901
23902 1999-09-17  Jim Meyering  <meyering@ascend.com>
23903
23904         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
23905         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
23906         due to missing strdup (against sh-utils-2.0).
23907
23908 1999-08-29  Jim Meyering  <meyering@ascend.com>
23909
23910         * m4/jm-macros.m4: Require jm_BISON.
23911         * m4/bison.m4: New file.
23912
23913 1999-08-17  Paul Eggert  <eggert@twinsun.com>
23914
23915         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
23916         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
23917
23918 1999-08-05  Jim Meyering  <meyering@ascend.com>
23919
23920         * m4/getline.m4: Rename test file from conftestdata to conftest.data
23921         to avoid conflicts with `conftest' on 8+3 filesystems.
23922         Suggestion from Eli Zaretskii.
23923
23924 1999-08-04  Jim Meyering  <meyering@ascend.com>
23925
23926         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
23927         fileutils and sh-utils (textutils's getline test was inadequate).
23928         (AM_FUNC_GETLINE): Run this test.
23929         (AC_CHECK_FUNCS): Check for getdelim.
23930         Reported by Bob Proulx.
23931
23932 1999-08-02  Jim Meyering  <meyering@ascend.com>
23933
23934         * m4/jm-macros.m4: Add a comment.
23935
23936 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23937
23938         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
23939         <inttypes.h> defines strtoumax as a macro (and not as a
23940         function).
23941
23942 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23943
23944         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
23945         that we can shift, multiply and divide unsigned long long
23946         values; Ultrix cc can't do it.
23947
23948 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23949
23950         * m4/mktime.m4: New file, which is a preview of what should appear
23951         in the next public autoconf release.
23952
23953 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23954
23955         * m4/lfs.m4: Remove this file.
23956         * m4/largefile.m4: New file.  It contains the old contents of
23957         lfs.m4, except that all names with prefix AC_LFS have been
23958         changed to use the prefix AC_SYS_LARGEFILE instead, to be
23959         compatible with future autoconf versions.  Also, some minor m4
23960         quoting problems have been fixed.
23961
23962 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23963
23964         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
23965         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
23966         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
23967         and simplify the shell code.
23968
23969 1999-08-01  Jim Meyering  <meyering@ascend.com>
23970
23971         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
23972         m4.
23973
23974 1999-07-20  Jim Meyering  <meyering@ascend.com>
23975
23976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
23977
23978 1999-07-15  Jim Meyering  <meyering@ascend.com>
23979
23980         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
23981
23982 1999-05-22  Jim Meyering  <meyering@ascend.com>
23983
23984         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
23985
23986 1999-05-20  Jim Meyering  <meyering@ascend.com>
23987
23988         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
23989         Add a colon after each `then' in case $4 is empty.
23990
23991 1999-05-16  Jim Meyering  <meyering@ascend.com>
23992
23993         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
23994
23995 1999-05-10  Jim Meyering  <meyering@ascend.com>
23996
23997         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
23998
23999         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24000         AC_FUNC_MKTIME.
24001
24002 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24003
24004         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24005
24006 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24007
24008         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24009         not CPPFLAGS, so that linking works correctly in IRIX.
24010
24011 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24012
24013         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24014
24015 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24016
24017         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24018         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24019         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24020         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24021         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24022
24023         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24024
24025 1999-04-20  Jim Meyering  <meyering@ascend.com>
24026
24027         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24028         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24029         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24030
24031 1999-04-18  Jim Meyering  <meyering@ascend.com>
24032
24033         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24034         * m4/jm-macros.m4: Use it.
24035
24036 1999-04-06  Jim Meyering  <meyering@ascend.com>
24037
24038         * m4/strftime.m4: Remove test for %f.
24039
24040 1999-03-29  Jim Meyering  <meyering@ascend.com>
24041
24042         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24043         superset of the AC_TYPE_* checks in the textutils, fileutils,
24044         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24045         AC_TYPE_PID_T.
24046
24047 1999-03-28  Jim Meyering  <meyering@ascend.com>
24048
24049         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24050         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24051         replaced e.g., in the *.sh files of the sh-utils.
24052
24053 1999-03-20  Jim Meyering  <meyering@ascend.com>
24054
24055         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24056         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24057         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24058
24059 1999-03-19  Jim Meyering  <meyering@ascend.com>
24060
24061         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24062
24063 1999-03-12  Jim Meyering  <meyering@ascend.com>
24064
24065         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24066
24067 1999-03-07  Jim Meyering  <meyering@ascend.com>
24068
24069         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24070         declared.
24071
24072 1999-02-17  Jim Meyering  <meyering@ascend.com>
24073
24074         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24075         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24076
24077 1999-02-07  Jim Meyering  <meyering@ascend.com>
24078
24079         * m4/group-member.m4: New file -- extracted from sh-utils'
24080         configure.in.
24081
24082         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24083         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24084
24085 1999-02-06  Jim Meyering  <meyering@ascend.com>
24086
24087         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24088         * m4/fnmatch.m4: Likewise.
24089         * m4/getgroups.m4: Likewise.
24090         * m4/lstat.m4: Likewise.
24091         * m4/malloc.m4: Likewise.
24092         * m4/putenv.m4: Likewise.
24093         * m4/realloc.m4: Likewise.
24094         * m4/regex.m4: Likewise.
24095         * m4/stat.m4: Likewise.
24096         * m4/strftime.m4: Likewise.
24097         Suggestion from Alain Magloire.
24098
24099         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24100         * m4/fnmatch.m4: Likewise.
24101         * m4/getgroups.m4: Likewise.
24102         * m4/getline.m4: Likewise.
24103         * m4/lstat.m4: Likewise.
24104         * m4/malloc.m4: Likewise.
24105         * m4/memcmp.m4: Likewise.
24106         * m4/putenv.m4: Likewise.
24107         * m4/realloc.m4: Likewise.
24108         * m4/regex.m4: Likewise.
24109         * m4/stat.m4: Likewise.
24110         * m4/strftime.m4: Likewise.
24111         Suggestion from Alain Magloire.
24112
24113         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24114         an argument.
24115
24116         * m4/regex.m4: Add a run-time Test for proper operation of
24117         re_compile_pattern.
24118
24119 1999-01-31  Jim Meyering  <meyering@ascend.com>
24120
24121         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24122
24123 1999-01-30  Jim Meyering  <meyering@ascend.com>
24124
24125         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24126
24127         * m4/jm-mktime.m4: Make this a wrapper around the official
24128         AM_FUNC_MKTIME rather than my private copy, now that the official one
24129         is up to date.
24130         * m4/mktime.m4: Remove file.
24131
24132         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24133         * m4/uptime.m4: Likewise.
24134         * m4/uintmax_t.m4: Likewise.
24135
24136 1999-01-28  Jim Meyering  <meyering@ascend.com>
24137
24138         * m4/jm-macros.m4: Use jm_AFS.
24139         * m4/afs.m4: New file (from fileutils' configure.in).
24140
24141         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24142         * m4/chown.m4: Likewise.
24143         * m4/d-ino.m4: Likewise.
24144         * m4/d-type.m4: Likewise.
24145         * m4/fnmatch.m4: Likewise.
24146         * m4/getgroups.m4: Likewise.
24147         * m4/gettext.m4: Likewise.
24148         * m4/jm-mktime.m4: Likewise.
24149         * m4/jm-winsz2.m4: Likewise.
24150         * m4/lcmessage.m4: Likewise.
24151         * m4/ls-mntd-fs.m4: Likewise.
24152         * m4/malloc.m4: Likewise.
24153         * m4/memcmp.m4: Likewise.
24154         * m4/putenv.m4: Likewise.
24155         * m4/realloc.m4: Likewise.
24156         * m4/st_mtim.m4: Likewise.
24157         * m4/strftime.m4: Likewise.
24158
24159 1999-01-16  Jim Meyering  <meyering@ascend.com>
24160
24161         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24162         (ARGMATCH_DIE_DECL): Define.
24163
24164 1999-01-12  Jim Meyering  <meyering@ascend.com>
24165
24166         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24167         Reported by Lars Hecking.
24168
24169 1999-01-10  Jim Meyering  <meyering@ascend.com>
24170
24171         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24172         gross kludge.
24173         * m4/inttypes_h.m4: Likewise.
24174         * m4/lstat.m4: Likewise.
24175         * m4/malloc.m4: Likewise.
24176         * m4/readdir.m4: Likewise.
24177         * m4/realloc.m4: Likewise.
24178         * m4/st_dm_mode.m4: Likewise.
24179         * m4/stat.m4: Likewise.
24180         * m4/utimbuf.m4: Likewise.
24181         * m4/utimes.m4: Likewise.
24182
24183         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24184         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24185         comments in config.h.in are meaningful.
24186
24187         * m4/jm-macros.m4: Require autoconf-2.13 here.
24188
24189         * m4/regex.m4: By default, don't use the included regex.c on systems
24190         with glibc 2.  Suggestion from Uli Drepper.
24191
24192 1999-01-02  Jim Meyering  <meyering@ascend.com>
24193
24194         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24195
24196 1998-12-18  Jim Meyering  <meyering@ascend.com>
24197
24198         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24199         Based on a suggestion from Lars Hecking.
24200
24201 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24202
24203         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24204
24205 1998-11-16  Jim Meyering  <meyering@ascend.com>
24206
24207         * m4/lfs.m4: Double-quote the `uname...` expression.
24208
24209 1998-11-14  Jim Meyering  <meyering@ascend.com>
24210
24211         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24212         * m4/stat.m4: Likewise.
24213
24214 1998-11-03  Jim Meyering  <meyering@ascend.com>
24215
24216         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24217         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24218
24219 1998-10-18  Jim Meyering  <meyering@ascend.com>
24220
24221         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24222
24223 1998-10-17  Jim Meyering  <meyering@ascend.com>
24224
24225         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24226         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24227         calls for those previously hard-coded headers.  Instead, take a new
24228         parameter.
24229         (jm_CHECK_DECLARATIONS): Reflect interface change.
24230         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24231         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24232
24233         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24234
24235 1998-10-14  Jim Meyering  <meyering@ascend.com>
24236
24237         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24238         instead of "TZ=America/Vancouver".  From Paul Eggert.
24239
24240 1998-10-11  Jim Meyering  <meyering@ascend.com>
24241
24242         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24243         This adds a test for a recently added compatibility fix for mktime.c.
24244         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24245
24246 1998-09-27  Jim Meyering  <meyering@ascend.com>
24247
24248         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24249
24250         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24251         ../configure.in, including a change from Gordon Matzigkeit to allow
24252         cross-compiling for the Hurd.
24253
24254         * m4/glibc.m4: New file/macro to test for the GNU C Library
24255         versions 1 and 2.  From Gordon Matzigkeit.
24256         Indent.
24257
24258 1998-09-21  Jim Meyering  <meyering@ascend.com>
24259
24260         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24261
24262 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24263
24264         Port nanosecond-resolution times to UnixWare 2.1.2 and
24265         pedantic Solaris 2.6.
24266
24267         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24268         AC_STRUCT_ST_MTIM.
24269         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24270         Generate name of ns member, instead of just 1 or undef.
24271         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24272
24273 1998-08-15  Jim Meyering  <meyering@ascend.com>
24274
24275         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24276         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24277         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24278         instead of jm_TYPE_SSIZE_T.
24279
24280 1998-08-12  Jim Meyering  <meyering@ascend.com>
24281
24282         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24283
24284 1998-08-02  Jim Meyering  <meyering@ascend.com>
24285
24286         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24287         in acconfig.h manually.
24288
24289 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24290
24291         * m4/st_mtim.m4: New file.
24292
24293 1998-07-28  Jim Meyering  <meyering@ascend.com>
24294
24295         * m4/utimes.m4: Undef stat.
24296
24297 1998-07-25  Jim Meyering  <meyering@ascend.com>
24298
24299         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24300         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24301
24302 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24303
24304         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24305         uid and gid actually remain unchanged.
24306
24307 1998-07-07  Jim Meyering  <meyering@ascend.com>
24308
24309         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24310
24311 1998-07-04  Jim Meyering  <meyering@ascend.com>
24312
24313         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24314         to prove that this macro can be used in packages without regex.c.
24315
24316 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24317
24318         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24319         is to be used.
24320
24321 1998-07-03  Jim Meyering  <meyering@ascend.com>
24322
24323         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24324
24325         * m4/gettext.m4: New file -- from gettext-0.10.35.
24326         * m4/lcmessage.m4: Likewise.
24327         * m4/progtest.m4: Likewise.
24328
24329         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24330         * m4/jm-macros.m4: Require the new macro.
24331
24332 1998-06-29  Jim Meyering  <meyering@ascend.com>
24333
24334         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24335         for the definition of NGROUPS (used in a system header included
24336         by sys/mount.h).
24337
24338 1998-06-28  Jim Meyering  <meyering@ascend.com>
24339
24340         * m4/ls-mntd-fs.m4: New file.
24341         * m4/fstypename.m4: New file.
24342
24343         * m4/jm-macros.m4: Require the new macro.
24344         * m4/jm-glibc-io.m4: New file.
24345
24346 1998-05-19  Jim Meyering  <meyering@ascend.com>
24347
24348         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24349         * m4/lchown.m4: New file.
24350
24351         * m4/Makefile.am.in: New file.
24352         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24353
24354 1998-05-14  Jim Meyering  <meyering@ascend.com>
24355
24356         * m4/Makefile.am (EXTRA_DIST): Add them.
24357         * m4/jm-macros.m4: New file.
24358         * m4/utimbuf.m4: New file.
24359
24360 1998-05-12  Jim Meyering  <meyering@ascend.com>
24361
24362         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24363
24364 1998-05-11  Jim Meyering  <meyering@ascend.com>
24365
24366         * m4/isc-posix.m4: New file.
24367
24368 1998-05-10  Jim Meyering  <meyering@ascend.com>
24369
24370         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24371
24372 1998-05-09  Jim Meyering  <meyering@ascend.com>
24373
24374         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24375         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24376         with automake.
24377
24378         * m4/ssize_t.m4: New file.
24379         * m4/mktime.m4: Remove file -- the new automake has this now.
24380
24381 1998-04-26  Jim Meyering  <meyering@ascend.com>
24382
24383         * m4/assert.m4: New file.
24384         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24385
24386 1998-04-05  Jim Meyering  <meyering@ascend.com>
24387
24388         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24389         (jm_PREREQ): Use it here.
24390
24391 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24392
24393         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24394         in acconfig.h.
24395
24396 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24397
24398         * m4/prereq.m4: New file.
24399         * m4/error.m4: New file.
24400         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24401
24402 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24403
24404         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24405         cache-check for the same variable -- that defeated the purpose of
24406         the test; the test program was never run.  This was a problem only
24407         on systems with losing getline functions -- HP-UX 10.20 is one.
24408         Reported by Bjorn Helgaas.
24409
24410 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24411
24412         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24413
24414 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24415
24416         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24417
24418         * m4/const.m4: New file.  Use an initializer in this declaration
24419         typedef int charset[2]; const charset x;
24420         Reported by Bob Glickstein.
24421
24422 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24423
24424         * m4/chown.m4: Fix reversed types on -1 args to chown.
24425         From Kaveh Ghazi.
24426
24427 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24428
24429         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24430         Add lseek and memchr.
24431
24432         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24433         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24434         have a 20-character limit on names.
24435
24436 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24437
24438         * m4/inttypes_h.m4: New file.
24439         * m4/uintmax_t.m4: New file.
24440         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24441
24442 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
24443   Free Software Foundation, Inc.
24444 Copying and distribution of this file, with or without modification,
24445 are permitted provided the copyright notice and this notice are preserved.