* lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
[gnulib.git] / ChangeLog
1 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
2
3         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
4         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
5         This is for the benefit of gzip, which doesn't do i18n.
6
7 2006-12-12  Jim Meyering  <jim@meyering.net>
8
9         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
10         Reported by Andreas Schwab <schwab@suse.de>.
11
12 2006-12-12  Bruno Haible  <bruno@clisp.org>
13
14         Merge these changes.
15         2006-09-05  Bruno Haible  <bruno@clisp.org>
16         * lib/iconvme.c (iconv_string): No need to save and restore errno when
17         iconv_alloc succeeded.
18         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
19         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
20         test for " && dest " at the end - dest is always != NULL there. Call
21         iconv with 4xNULL arguments initially, to reset the state. Call iconv
22         with 2xNULL arguments, also to flush the state storage. Handle the
23         IRIX iconv behaviour. Realloc the final result, to throw away unused
24         memory.
25
26 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
27
28         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
29         and fchmodat unconditionally, since glibc 2.4 has them.
30         Problem reported by Arkadiusz Miskiewicz.
31
32 2006-12-10  Bruno Haible  <bruno@clisp.org>
33
34         * gnulib-tool (func_import): Show the include files only for those
35         modules that are copied and specified.
36         Reported by Karl Berry.
37
38 2006-12-08  Jim Meyering  <jim@meyering.net>
39
40         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
41         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
42
43         * build-aux/announce-gen: Add two new options, both optional:
44         --bootstrap-tools=TOOL_LIST
45               a comma-separated list of tools, e.g.,
46               autoconf,automake,bison,gnulib
47         --gnulib-snapshot-date=DATE
48               if gnulib is in the bootstrap tool list,
49               then report this as the snapshot date.
50               If not specified, use the current date/time.
51               If you specify a date here, be sure it's UTC.
52
53 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
54
55         * tests/test-argp-2.sh: Fix test to match actual output.
56         (func_compare): Fix sed script to be portable.
57
58 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
59
60         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
61         workaround for this case.  It is not autoconfigured now; offhand
62         it's hard to see how to autoconfigure it.
63
64 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
65
66         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
67         a directory that is about to be chowned.  Such a directory's
68         initial file permissions should permit the owner only and this
69         should not be changed until after the chown, since the group and
70         other bits would be incorrect if they granted permission before
71         the chown.
72
73         Fix porting problem for iswctype reported by Georg Schwarz in:
74         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
75         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
76         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
77         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
78         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
79
80 2006-12-03  Jim Meyering  <jim@meyering.net>
81
82         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
83         p->fts_statp may not yet be defined.
84         (fts_read): Instead, set it in the caller, once p->fts_statp is
85         sure to be defined, and corresponds to a top-level directory.
86         This bug made du -x fail.  Here's the coreutils test case:
87         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
88         Reported by Mike Frysinger.
89
90 2006-12-01  Jim Meyering  <jim@meyering.net>
91
92         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
93         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
94         Reported by Simon Josefsson.
95
96 2006-11-30  Jim Meyering  <jim@meyering.net>
97
98         * m4/warning.m4: Use the all-permissive copyright notice
99         recommended by RMS (rather than LGPL).
100         * m4/vararrays.m4: Likewise.
101         * m4/flexmember.m4: Likewise.
102
103 2006-11-29  Bruno Haible  <bruno@clisp.org>
104
105         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
106         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
107         using +=.
108         Reported by Simon Josefsson <simon@josefsson.org>.
109
110 2006-11-28  James Youngman <jay@gnu.org>
111
112         * README: Advise users that they might find the bug-gnulib@gnu.org
113         and autotools-announce@gnu.org mailing lists useful.
114
115 2006-11-28  Bruno Haible  <bruno@clisp.org>
116
117         * m4/ptrdiff_max.m4: Remove file.
118
119 2006-11-21  Bruno Haible  <bruno@clisp.org>
120
121         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
122         _AC_COMPUTE_INT.
123         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
124         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
125         _AC_COMPUTE_INT.
126         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
127         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
128         _AC_COMPUTE_INT.
129         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
130
131 2006-11-28  Jim Meyering  <jim@meyering.net>
132
133         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
134         warning from "gcc -Wshadow" about shadowing the builtin.
135
136 2006-11-27  Bruno Haible  <bruno@clisp.org>
137
138         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
139         _AC_COMPUTE_INT.
140         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
141
142 2006-11-27  Bruno Haible  <bruno@clisp.org>
143             Paul Eggert  <eggert@cs.ucla.edu>
144
145         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
146
147 2006-11-26  Bruno Haible  <bruno@clisp.org>
148
149         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
150         noinst_LTLIBRARIES.
151
152 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
153             Bruno Haible  <bruno@clisp.org>
154
155         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
156         if compiling with "gcc -ansi".
157
158 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
159
160         Fix some incompatibilities with gcc -ansi -pedantic.
161         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
162         if compiling pedantically with GCC, unless it's C99 or later.
163         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
164         it mishandles gcc -ansi -pedantic as well.
165         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
166         if gcc -pedantic.
167         * lib/regexec.c (check_node_accept_bytes): Don't use auto
168         initializers for struct if -pedantic, unless it's C99 or later.
169
170 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
171
172         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
173         Don't close an fd more than once. Identical atimes indicate
174         success, not failure.
175
176 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
177
178         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
179
180 2006-11-23  Jim Meyering  <jim@meyering.net>
181
182         * build-aux/announce-gen: New file.  From coreutils.
183
184 2006-11-22  Jim Meyering  <jim@meyering.net>
185
186         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
187         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
188         (fts_read): Use a temporary to narrow the overused st_size member
189         before using it in a switch statement.  Reported by Matthew Woehlke.
190
191         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
192         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
193
194 2006-11-20  Bruno Haible  <bruno@clisp.org>
195
196         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
197         changequote instead of pairs of brackets.
198         Reported by Andreas Schwab <schwab@suse.de>.
199
200 2006-11-21  Jim Meyering  <jim@meyering.net>
201
202         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
203         so as to remain compatible with older compilers.
204         Patch from Michael Deutschmann.
205
206 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
207
208         * MODULES.html.sh (File system functions): Add openat.
209
210         * lib/openat.h (rpl_fstatat): New macro, if
211         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
212         (fstatat): Define to rpl_fstatat under the same conditions,
213         unless COMPILING_FSTATAT.
214         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
215         seems to have the bug.
216         * lib/fstatat.c: New file.
217         * modules/openat (Files): Add it.
218
219 2006-11-20  Bruno Haible  <bruno@clisp.org>
220
221         * Makefile: New file.
222
223 2006-11-20  Jim Meyering  <jim@meyering.net>
224
225         The beginnings of syntax-related checks for gnulib.
226         * lib/Makefile: New file.
227         * lib/t-idcache: New script.  Ensure that the two halves of
228         idcache.c stay in sync.
229
230         * lib/idcache.c: Adjust comments in user- and group- portions to
231         be more accurate, and to be consistent with one another.
232
233 2006-11-20  Jim Meyering  <jim@meyering.net>
234
235         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
236         continue using the flexible array member (thus, this module performs
237         half as many malloc calls), with the addition that...
238         (getgroup, getuser): Consistently record a non-match via an empty
239         "name" string, and map an empty string match to a NULL return value.
240         * modules/idcache (Depends-on): Re-add flexmember.
241
242         * lib/idcache.c (getuser): Remove all uses of the register keyword.
243         (getuidbyname, getgroup, getgidbyname): Likewise.
244
245         Use cleaner syntax: NULL rather than 0.
246         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
247
248 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
249
250         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
251         It mishandled the case where the group was missing.
252         Problem reported by Greg Schafer.
253         * modules/idcache: Likewise.
254
255 2006-11-18  Jim Meyering  <jim@meyering.net>
256
257         * check-module (%exempt_header): Add exception for some
258         conditionally-included headers.
259
260         * modules/i-ring (Depends-on): Add verify.
261         (License): Change to LGPL.
262
263 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
266         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
267         and inttostr.h.  Use snprintf rather than uinttostr, so that
268         LGPLed code doesn't depend on GPLed.
269
270 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
271
272         * modules/inline (License): Change from GPL to LGPL.
273
274 2006-11-17  Jim Meyering  <jim@meyering.net>
275
276         * modules/d-type (License): Switch to LGPL.
277
278 2006-11-15  Bruno Haible  <bruno@clisp.org>
279
280         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
281
282 2006-11-15  Eric Blake  <ebb9@byu.net>
283
284         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
285         the module dependency.
286
287 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
288             Bruno Haible  <bruno@clisp.org>
289
290         * gnulib-tool (func_create_testdir): Add license consistency check.
291
292 2006-11-15  Eric Blake  <ebb9@byu.net>
293
294         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
295         random "(cached)" in configure output.
296
297 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
298
299         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
300         test for conforming inttypes.h is both announced and cached.
301
302         * MODULES.html.sh (seen_modules, seen_files): New variables.
303         (func_module): Rewrite to use a few less gnulib-tool and sed
304         invocations.  Avoid a couple of quadratic algorithms for ...
305         (missed_modules, missed_files): ... these, with ...
306         (func_append, func_tmpdir): ... these new functions, from
307         gnulib-tool.  Analogously, install traps for cleanup.
308
309         * tests/test-gc.c (main): Remove unused variables.
310         * tests/test-read-file.c: Include stdlib.h, for 'free'.
311
312 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
313
314         * modules/inttostr (License): Change to LGPL.
315
316 2006-11-14  Eric Blake  <ebb9@byu.net>
317
318         * modules/tempname (License): Change to LGPL.
319
320 2006-11-14  Eric Blake  <ebb9@byu.net>
321
322         * doc/functions.texi (Function Portability): *printf functions on
323         Cygwin now understand all POSIX size specifiers.
324
325 2006-11-14  Bruno Haible  <bruno@clisp.org>
326
327         * modules/c-ctype (License): Change to LGPL.
328
329 2006-11-12  Bruno Haible  <bruno@clisp.org>
330
331         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
332         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
333         for GNOME libraries, for which the include files are installed in
334         subdirectories of $prefix/include.
335
336 2006-11-12  Bruno Haible  <bruno@clisp.org>
337
338         * m4/lib-link.m4: Require at least autoconf-2.54.
339         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
340         name to underscores for the --with option.
341
342 2006-11-13  Bruno Haible  <bruno@clisp.org>
343
344         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
345         the tests directory.
346         Reported by Ralf Wildenhues.
347
348 2006-11-13  Bruno Haible  <bruno@clisp.org>
349
350         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
351         (func_emit_initmacro_end): Undo the override here.
352         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
353         Works around the famous automake error in coreutils.
354
355 2006-11-13  Eric Blake  <ebb9@byu.net>
356
357         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
358         element, not its node.
359
360 2006-11-12  Bruno Haible  <bruno@clisp.org>
361
362         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
363         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
364
365 2006-11-12  Bruno Haible  <bruno@clisp.org>
366
367         * gnulib-tool: New option --local-symlink.
368         (func_usage): Document it.
369         (lsymbolic): New variable.
370         (func_import, func_create_testdir): If --symlink was not specified,
371         test whether --local-symlink was specified and the file comes from
372         the local_gnulib_dir.
373
374 2006-11-12  Bruno Haible  <bruno@clisp.org>
375
376         * gnulib-tool (func_ln): New function.
377         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
378
379 2006-11-12  Bruno Haible  <bruno@clisp.org>
380
381         Finish support for source files in subdirectories.
382         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
383         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
384         AUTOMAKE_OPTIONS.
385         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
386
387 2006-11-12  Bruno Haible  <bruno@clisp.org>
388
389         * gnulib-tool (func_get_automake_snippet): Synthesize also an
390         EXTRA_lib_SOURCES augmentation.
391         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
392
393 2006-11-12  Jim Meyering  <jim@meyering.net>
394
395         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
396         file descriptors.  This also averts a failure on systems with
397         native openat support when a traversed directory lacks "x" access.
398         * lib/fts_.h: Include "i-ring.h"
399         (struct FTS) [fts_fd_ring]: New member.
400         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
401         (FCHDIR): Add parentheses.
402         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
403         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
404         When descending, rather than simply closing the previous
405         fts_cwd_fd value, push that file descriptor onto the ring.
406         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
407         (fts_open): Initialize the new fd_ring member.
408         (fts_close): Clear the ring.
409         (fts_safe_changedir): When possible, use our new fd_ring to skip
410         the diropen and fstat and dev/ino comparison that would normally
411         accompany a virtual `chdir ("..")'.
412
413         * modules/fts (Depends-on): Add i-ring.
414         * modules/i-ring: New module.
415         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
416         * m4/i-ring.m4: New file.
417
418 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
419
420         * gnulib-tool (func_create_testdir): Fix replacement of
421         `build-aux' in configure.ac.  Run autotools in gltests
422         subdirectory.
423         (func_create_testdir, func_create_megatestdir, test): There is
424         no need for '--force' in most autotool invocations in a new
425         tree.  Actually fail the whole test if any of the tools, or the
426         configure or make stages fail.
427
428         Sync from Automake.
429         * build-aux/gnupload: Revert last change.  Add pointer to upload
430         instructions of the GNU Maintenance Instructions.
431         Suggestion by Karl Berry.
432
433 2006-11-10  Jim Meyering  <jim@meyering.net>
434
435         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
436
437 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
438
439         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
440         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
441         (bind_textdomain_codeset) [! ENABLE_NLS]:
442         Evaluate all the arguments.  That way, callers get compatible behavior
443         if the arguments have side effects.  Also, it avoids some GCC
444         diagnostics in some cases; Joel E. Denny reported problems when Bison
445         was configured with --enable-gcc-warnigs.
446
447 2006-11-10  Jim Meyering  <jim@meyering.net>
448
449         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
450         relevant options in CFLAGS (like -O, -fno-inline) are taken into
451         account.
452
453 2006-11-10  Jim Meyering  <jim@meyering.net>
454
455         * modules/inline: New file/module.
456         * modules/xalloc (Files): Remove m4/inline.m4.
457         (Depends-on): Add inline, instead.
458         * modules/oset: Likewise.
459         * modules/list: Likewise.
460
461 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
462
463         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
464         Problem reported by Matthew Woehlke.
465
466 2006-11-09  Bruno Haible  <bruno@clisp.org>
467
468         * lib/tempname.c (gen_tempname): Remove variant that invokes
469         __gen_tempname.
470         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
471         __gen_tempname.
472
473 2006-11-08  Bruno Haible  <bruno@clisp.org>
474
475         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
476         to 'yes' instead of 'cross-compiling'.
477
478 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
479
480         * lib/quotearg.h (quotearg_free): New decl.
481         * lib/quotearg.c (quotearg_free): New function.
482         (slot0, nslots, slotvec0, slotvec):
483         Now file-scope so that quotearg_free can get at them.
484
485 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
486
487         Sync from Automake.
488         * build-aux/gnupload: Add missing 'gnu' to example URL.
489         Report by Karl Berry.
490
491 2006-11-08  Bruno Haible  <bruno@clisp.org>
492
493         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
494         Suggested by Paul Eggert.
495
496 2006-11-08  Jim Meyering  <jim@meyering.net>
497
498         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
499         It's already included if !_LIBC.
500         (fts_safe_changedir): Add a comment.
501
502 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
503
504         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
505         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
506         Matthew Woehlke.
507
508         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
509         definitions up, to avoid colliding with change below.
510         (static_inline) [HAVE_INLINE]: New macro.
511         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
512         Provide extern decls when !HAVE_INLINE.  Do not define unless
513         static_inline is defined, either by us or by xmalloc.c.  Use
514         static_inline rather than static inline.
515         (XCALLOC): Optimize sizeof(T) = 1 case.
516         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
517
518 2006-11-07  Bruno Haible  <bruno@clisp.org>
519
520         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
521         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
522         AC_C_INLINE.
523         * modules/xalloc (Files): Add m4/inline.m4.
524
525 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
526
527         * README: Fix typo.
528         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
529         (Miscellanous Notes): ...from this.
530
531 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
532
533         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
534         Mention that offsetof should be used instead of sizeof.
535         From Bruno Haible.
536
537 2006-11-07  Bruno Haible  <bruno@clisp.org>
538
539         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
540
541 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
542
543         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
544         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
545         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
546         (gl_tree_add_before, gl_tree_add_after):
547         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
548         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
549         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
550         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
551         (gl_linked_add_after, gl_linked_add_at): Likewise.
552         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
553         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
554         (gl_tree_add_before, gl_tree_add_after): Likewise.
555         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
556         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
557         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
558
559 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
560
561         * lib/gl_oset.h: Use C comment style, not C++ comment style.
562
563 2006-11-06  Bruno Haible  <bruno@clisp.org>
564
565         * m4/inline.m4: New file.
566         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
567         * modules/list (Files): Add m4/inline.m4.
568         * modules/oset (Files): Likewise.
569
570 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
571
572         * lib/idcache.c: Include <stddef.h>, for offsetof.
573         (struct userid.name): Change from char * to a flexible array member.
574         All uses changed.
575         * modules/idcache (Depends-on): Add flexmember.
576
577         * MODULES.html.sh (Core language properties): New module flexmember.
578         * modules/flexmember, m4/flexmember.m4: New files.
579
580         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
581         inline functions that are identical with the old xnmalloc_inline,
582         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
583         that we can avoid some unnecessary integer multiplications and
584         divisions in the common case where the element size is known at
585         compile time.
586         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
587         needed.
588         (xnboundedmalloc): Remove.
589         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
590         arguments, for consistency with rest of this header.
591         (xcharalloc): Rewrite using XNMALLOC.
592         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
593         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
594         versions have been moved to lib/xalloc.h and renamed to be the
595         non-*_inline versions.
596         (xmalloc, xrealloc): Implement without reference to the xnmalloc
597         and xnrealloc functions, since those functions are now inline and
598         now call us.
599         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
600         renaming described above.
601         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
602         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
603         captures the dependency in AC_C_INLINE.
604
605         New module canonicalize-lgpl, proposed by Charles Wilson in
606         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
607         with a few small changes afterwards.
608         * MODULES.html.sh (File system functions): New module
609         canonicalize-lgpl.
610         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
611         and canonicalize_file_name.
612         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
613         * modules/canonicalize-lgpl: New files.
614
615 2006-11-05  Bruno Haible  <bruno@clisp.org>
616
617         * gnulib-tool (func_import, func_create_testdir): Create directories
618         also for files in subdirectories of lib/.
619
620 2006-11-05  Bruno Haible  <bruno@clisp.org>
621
622         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
623         ANSI C compliant.
624
625 2006-11-03  Bruno Haible  <bruno@clisp.org>
626
627         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
628         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
629         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
630         (xnboundedmalloc): New inline function.
631         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
632         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
633         xmalloc.
634         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
635         xmalloc.
636         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
637         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
638         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
639         xmalloc.
640         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
641         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
642         xmalloc.
643         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
644         gl_tree_add_after): Use XMALLOC instead of xmalloc.
645         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
646         xmalloc.
647         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
648         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
649         gl_tree_add_after): Use XMALLOC instead of xmalloc.
650         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
651         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
652         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
653         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
654
655 2006-11-03  Bruno Haible  <bruno@clisp.org>
656
657         * lib/c-ctype.h [C++]: Define functions without name mangling.
658         * lib/fwriteerror.h [C++]: Likewise.
659         * lib/gcd.h [C++]: Likewise.
660         * lib/linebreak.h [C++]: Likewise.
661
662 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
663
664         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
665         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
666         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
667         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
668         Check for functions and headers just once.
669         Check for declaration of canonicalize_file_name.
670         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
671
672 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
673
674         * gnulib-tool (func_import): Fix typo in actioncmd.
675
676 2006-11-02  Bruno Haible  <bruno@clisp.org>
677
678         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
679         newline sequence in the Makefile.am snippet as a space, like "make"
680         does.
681         Reported by Roger Persson <perrog@gmail.com>.
682
683 2006-11-01  Bruno Haible  <bruno@clisp.org>
684
685         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
686         already declared in <string.h>.
687         * lib/strcase.h (strncasecmp): Don't declare it if yes.
688
689 2006-11-01  Bruno Haible  <bruno@clisp.org>
690
691         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
692         * lib/strcase.h: Include <string.h>.
693         (strcasecmp): Define to rpl_strcasecmp here.
694
695 2006-11-01  Bruno Haible  <bruno@clisp.org>
696
697         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
698
699 2006-11-01  Eric Blake  <ebb9@byu.net>
700
701         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
702
703         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
704
705 2006-10-29  Bruno Haible  <bruno@clisp.org>
706
707         Make it compile in C++ mode.
708         * lib/full-write.c (full_rw): Add a cast.
709
710 2006-11-01  Bruno Haible  <bruno@clisp.org>
711
712         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
713         be POSIX compliant.
714         Reported by Roger Persson <perrog@gmail.com>.
715
716 2006-11-01  Eric Blake  <ebb9@byu.net>
717
718         * lib/getopt_.h: Fix comments.
719
720 2006-10-31  Eric Blake  <ebb9@byu.net>
721
722         * modules/tmpdir (Depends-on): Add sys_stat.
723         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
724         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
725         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
726         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
727         tempname.
728
729 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
730
731         Avoid some C++ diagnostics reported by Bruno Haible.
732         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
733         xmalloc.
734         (quotearg_alloc): Use xcharalloc rather than xmalloc.
735         (struct slotvec): Move to top level.
736         (quotearg_n_options): Rewrite to avoid xmalloc.
737         * lib/xalloc.h (xcharalloc): New function.
738         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
739         [defined __cplusplus]: Add function template that provides result
740         type propagation.  This part of the change is from Bruno Haible.
741
742 2006-10-29  Bruno Haible  <bruno@clisp.org>
743
744         Make it compile in C++ mode.
745         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
746         * lib/strnlen1.c (strnlen1): Cast memchr result.
747         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
748         * lib/clean-temp.c (string_equals, string_hash): Add casts.
749         (create_temp_dir): Rename local variable 'template'.
750         (compile_csharp_using_sscli): Add cast.
751         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
752         * lib/findprog.c (find_in_path): Likewise.
753         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
754         * lib/wait-process.c (register_slave_subprocess): Likewise.
755
756 2006-10-22  Bruno Haible  <bruno@clisp.org>
757
758         * modules/tsearch: New file.
759         * lib/tsearch.h: New file.
760         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
761         * m4/tsearch.m4: New file.
762         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
763
764 2006-10-29  Eric Blake  <ebb9@byu.net>
765
766         * lib/arcfour.c: Assume config.h.
767         * lib/arctwo.c: Likewise.
768         * lib/base64.c: Likewise.
769         * lib/check-version.c: Likewise.
770         * lib/crc.c: Likewise.
771         * lib/des.c: Likewise.
772         * lib/gc-gnulib.c: Likewise.
773         * lib/gc-libgcrypt.c: Likewise.
774         * lib/gc-pbkdf2-sha1.c: Likewise.
775         * lib/getaddrinfo.c: Likewise.
776         * lib/getdelim.c: Likewise.
777         * lib/getline.c: Likewise.
778         * lib/hmac-md5.c: Likewise.
779         * lib/hmac-sha1.c: Likewise.
780         * lib/iconvme.c: Likewise.
781         * lib/md2.c: Likewise.
782         * lib/md4.c: Likewise.
783         * lib/memxor.c: Likewise.
784         * lib/read-file.c: Likewise.
785         * lib/readline.c: Likewise.
786         * lib/rijndael-alg-fst.c: Likewise.
787         * lib/rijndael-api-fst.c: Likewise.
788         * lib/xgetdomainname.c: Likewise.
789
790 2006-10-28  Eric Blake  <ebb9@byu.net>
791
792         * lib/xstrndup.c: Assume config.h.
793
794 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
795
796         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
797         stat-macros.h is now for our own macros, whereas stat_h is for
798         macros in the <sys/stat.h> name space.
799         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
800         (STAT_MACROS_H): Remove.
801         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
802         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
803         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
804         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
805         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
806         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
807         Move these macros to ...
808         * lib/stat_.h: here.  Don't include stat-macros.h.
809         * lib/canonicalize.c: Don't include stat-macros.h.
810         * lib/chown.c: Likewise.
811         * lib/euidaccess.c: Likewise.
812         * lib/file-type.c: Likewise.
813         * lib/filemode.c: Likewise.
814         * lib/glob.c: Likewise.
815         * lib/isapipe.c: Likewise.
816         * lib/lchown.c: Likewise.
817         * lib/lstat.c: Likewise.
818         * lib/mkdir-p.c: Likewise.
819         * lib/rmdir.c: Likewise.
820         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
821         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
822         unless mkdir isn't declared, to speed up 'configure'.
823         Always create sys/stat.h, since it's unlikely any real sys/stat.h
824         would define all the S_* symbols.
825         * modules/canonicalize (Depends-on):
826         Depend on sys_stat, not stat-macros.
827         * modules/chown: Likewise.
828         * modules/euidaccess: Likewise.
829         * modules/filemode: Likewise.
830         * modules/file-type: Likewise.
831         * modules/glob: Likewise.
832         * modules/isapipe: Likewise.
833         * modules/lchown: Likewise.
834         * modules/lstat: Likewise.
835         * modules/mkancesdirs: Likewise.
836         * modules/rmdir: Likewise.
837         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
838         * modules/modechange: Likewise.
839         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
840         (configure.ac): Remove gl_STAT_MACROS.
841         * modules/sys_stat (Depends-on): Remove stat-macros.
842
843 2006-10-27  Bruno Haible  <bruno@clisp.org>
844
845         * m4/signed.m4: Remove file.
846         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
847         invocation.
848         * modules/vasnprintf (Files): Remove m4/signed.m4.
849
850 2006-10-27  Bruno Haible  <bruno@clisp.org>
851
852         Update to GNU gettext 0.16.
853         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
854         m4/inttypes-h.m4, m4/signed.m4.
855         * m4/gettext.m4: Update to GNU gettext 0.16.
856         * m4/intl.m4: New file, from GNU gettext.
857         * m4/intldir.m4: New file, from GNU gettext.
858         * config/srclist.txt: Update
859
860 2006-10-27  Eric Blake  <ebb9@byu.net>
861
862         * MODULES.html.sh: Document tempname.
863         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
864         dependencies.
865         (Files): Move lib/tempname.c...
866         * modules/tempname: ...to this new module.
867         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
868         (gl_PREREQ_TEMPNAME): Move...
869         * m4/tempname.m4: ...to this new file.
870         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
871         * modules/sys_stat (Depends-on): Add stat-macros.
872         * lib/stat_.h (includes): Pick up stat macros.
873         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
874         if stat macros are broken.
875         * lib/tempname.c (includes): No need to include "stat-macros.h".
876         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
877         (direxists, __path_search) [!_LIBC]: Don't compile these in
878         gnulib; the tmpdir module covers that.
879         * lib/tempname.h: New file.
880
881 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
882
883         * COPYING: Explain how gnulib-tool converts licence headers.
884         Almost all wording by Eric Blake.
885
886 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
887
888         * lib/mbchar.h (is_basic_table): Make read-only.
889         * lib/mbchar.c (is_basic_table): Likewise.
890         Reported by John Darrington.
891
892 2006-10-25  Bruno Haible  <bruno@clisp.org>
893
894         * lib/progname.h (set_program_name): Undefine before defining.
895
896 2006-10-25  Bruno Haible  <bruno@clisp.org>
897
898         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
899         false for non-gcc C++ compilers.
900         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
901
902 2006-10-24  Bruno Haible  <bruno@clisp.org>
903
904         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
905         iconv implementations like Irix iconv.
906
907 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
908
909         * modules/vararrays: New file.
910         * m4/vararrays.m4: New file, taken from diffutils.
911         * MODULES.html.sh: New module vararrays.
912
913 2006-10-24  Karl Berry  <karl@gnu.org>
914
915         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
916         Don't call GNU Unix.
917
918 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
919
920         * users.txt: Add Libtool.
921
922         Sync from Libtool:
923
924         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
925
926         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
927         to gnulib's policy of including config.h unconditionally.
928
929 2006-10-24  Bruno Haible  <bruno@clisp.org>
930
931         * modules/wcwidth (Files): Add m4/wint_t.m4.
932         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
933         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
934
935 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
936
937         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
938         to pacify GCC with some -W flags enabled.  Problem reported by
939         Bruno Haible.
940
941 2006-10-24  Jim Meyering  <jim@meyering.net>
942
943         * MODULES.html.sh: Remove uinttostr.  It's not a module.
944         Reported by Karl Berry.
945
946 2006-10-23  Bruno Haible  <bruno@clisp.org>
947
948         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
949
950 2006-10-24  Bruno Haible  <bruno@clisp.org>
951
952         * lib/gl_list.h: Use C comment style, not C++ comment style.
953
954 2006-10-23  Eric Blake  <ebb9@byu.net>
955
956         * lib/getaddrinfo.c (includes): Add missing include.
957
958 2006-10-23  Bruno Haible  <bruno@clisp.org>
959             Paul Eggert  <eggert@cs.ucla.edu>
960
961         Ability to rename obstack_free.
962         * lib/obstack.h (__obstack_free): New macro. Declare instead of
963         obstack_free.
964         (obstack_free): Invoke the __obstack_free macro.
965         * lib/obstack.c (obstack_free): Use __obstack_free macro.
966
967 2006-10-23  Bruno Haible  <bruno@clisp.org>
968             Paul Eggert  <eggert@cs.ucla.edu>
969
970         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
971         __argc, __argv from the declaration. (They are defined as macros on
972         mingw.)
973
974 2006-10-22  Bruno Haible  <bruno@clisp.org>
975
976         * doc/gnulib-intro.texi: New file.
977         * doc/gnulib.texi: Include it.
978
979 2006-10-21  Bruno Haible  <bruno@clisp.org>
980
981         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
982         "Introduction", "Miscellanous Notes", "Particular Modules".
983
984 2006-10-21  Bruno Haible  <bruno@clisp.org>
985
986         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
987         Change mostlyclean-local rule to avoid sh syntax error from bash
988         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
989
990 2006-10-23  Jim Meyering  <jim@meyering.net>
991
992         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
993         in place of snprintf.
994
995         * modules/inttostr (Files): Add lib/uinttostr.c.
996         * lib/uinttostr.c (inttostr): New file/function.
997         * lib/inttostr.h (uinttostr): Declare.
998         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
999         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1000         Add uinttostr.
1001         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1002
1003 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1004
1005         * lib/canonicalize.c (ELOOP): Define if not already defined.
1006         Problem reported by Bruno Haible in
1007         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1008
1009 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1010
1011         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1012         Problem reported by Perry Smith and Ville Laurikari.
1013
1014         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1015         uses.
1016
1017 2006-10-19  Bruno Haible  <bruno@clisp.org>
1018
1019         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1020         for mingw.
1021
1022 2006-10-19  Bruno Haible  <bruno@clisp.org>
1023
1024         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1025         Needed for mingw.
1026
1027 2006-10-19  Bruno Haible  <bruno@clisp.org>
1028
1029         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1030
1031 2006-10-19  Bruno Haible  <bruno@clisp.org>
1032
1033         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1034         it.
1035
1036 2006-10-19  Bruno Haible  <bruno@clisp.org>
1037
1038         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1039         invocation.
1040
1041 2006-10-19  Bruno Haible  <bruno@clisp.org>
1042
1043         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1044         mountlist by default.
1045
1046 2006-10-16  Bruno Haible  <bruno@clisp.org>
1047
1048         * lib/c-strstr.c: Include c-strstr.h.
1049
1050 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1051
1052         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1053         in a slash.
1054
1055 2006-10-18  Bruno Haible  <bruno@clisp.org>
1056
1057         * lib/lock.h [C++]: Wrap definitions in extern "C".
1058
1059 2006-10-18  Bruno Haible  <bruno@clisp.org>
1060
1061         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1062         gl_LIBOBJS list.
1063
1064 2006-10-18  Bruno Haible  <bruno@clisp.org>
1065
1066         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1067
1068 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1069
1070         * lib/xstrtol.h: Include gettext.h.
1071         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1072         Problem reported by Eric Blake.
1073         * modules/xstrtol (Depends-on): Add gettext-h.
1074
1075 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1076
1077         * lib/strftime.c (advance): New macro.
1078         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1079         incomplete type, so you can't add 0 to it.  Problem and patch
1080         reported by Eelco Dolstra for dietlibc.
1081
1082 2006-10-18  Jim Meyering  <jim@meyering.net>
1083
1084         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1085         type for a local, and rename it: s/up/user_proc/.
1086
1087 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1088
1089         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1090         READ_UTMP_USER_PROCESS.
1091         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1092
1093 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1094
1095         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1096         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1097
1098 2006-10-17  Eric Blake  <ebb9@byu.net>
1099
1100         * lib/sigprocmask.c (sigprocmask): Fix typo.
1101
1102         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1103
1104         * modules/clean-temp (Makefile.am): Don't add to make output...
1105         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1106         config.h.
1107
1108 2006-10-17  Bruno Haible  <bruno@clisp.org>
1109
1110         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1111         differently if DEFAULT_TEXT_DOMAIN is set.
1112
1113 2006-10-16  Bruno Haible  <bruno@clisp.org>
1114
1115         * lib/clean-temp.c: Include fwriteerror.h.
1116
1117 2006-10-16  Bruno Haible  <bruno@clisp.org>
1118
1119         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1120
1121 2006-10-16  Bruno Haible  <bruno@clisp.org>
1122
1123         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1124         * lib/sigprocmask.h: Include <sys/types.h>.
1125         (sigset_t): Use the system's definition if present.
1126
1127 2006-10-17  Eric Blake  <ebb9@byu.net>
1128
1129         * lib/xvasprintf.c (includes): Assume config.h.
1130         * lib/xasprintf.c (includes): Likewise.
1131
1132 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1133
1134         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1135         at least as wide as intmax_t.
1136
1137 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1138
1139         (Imported from Automake.)
1140         * build-aux/gnupload: Update to version 1.1 of directive file.
1141
1142 2006-10-16  Eric Blake  <ebb9@byu.net>
1143
1144         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1145         match Automake 1.10a.
1146
1147 2006-10-14  Bruno Haible  <bruno@clisp.org>
1148
1149         * modules/sigprocmask: New file.
1150         * lib/sigprocmask.h: New file.
1151         * lib/sigprocmask.c: New file.
1152         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1153         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1154         request sigprocmask.o.
1155         (gl_PREREQ_SIGPROCMASK): New macro.
1156         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1157         (Depends-on): Add sigprocmask.
1158         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1159         gt_SIGNALBLOCKING. Test for 'raise' only once.
1160         * lib/fatal-signal.c: Include sigprocmask.h.
1161         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1162         unblock_fatal_signals): Define always.
1163         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1164         sigprocmask.
1165
1166 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1167
1168         Sync from Automake.
1169         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1170         which incorrectly sets the mode of an existing destination
1171         directory.  In some cases the unpatched install-sh could do the
1172         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1173         system.  We hope this is rare in practice, but it's clearly worth
1174         fixing.  Problem reported by Alex Unleashed in
1175         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1176         Also, don't bother to check for -m bugs unless we're using -m;
1177         suggested by Stepan Kasal.
1178
1179 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1180
1181         Sync from Automake.
1182         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1183         `-c' flag, so they appear at the same position as in %FASTDEP%
1184         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1185         which ignores unknown options only after the first non-option.
1186         Bug report against M4 by Nelson H. F. Beebe.
1187
1188 2006-10-13  Jim Meyering  <jim@meyering.net>
1189
1190         Fix a bug in yesterday's change.
1191         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1192         p->fts_statp->st_dev would be used uninitialized.
1193         Ensures that we always call fts_stat on the very first entry.
1194         Miklos Szeredi reported that find -xdev stopped working.
1195
1196 2006-10-12  Bruno Haible  <bruno@clisp.org>
1197
1198         * gnulib-tool (func_get_automake_snippet): Append an automatically
1199         computed EXTRA_DIST augmentation.
1200         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1201         * modules/alloca-opt (Makefile.am): Likewise.
1202         * modules/allocsa (Makefile.am): Likewise.
1203         * modules/arcfour (Makefile.am): Likewise.
1204         * modules/arctwo (Makefile.am): Likewise.
1205         * modules/argmatch (Makefile.am): Likewise.
1206         * modules/argz (Makefile.am): Likewise.
1207         * modules/atexit (Makefile.am): Likewise.
1208         * modules/backupfile (Makefile.am): Likewise.
1209         * modules/byteswap (Makefile.am): Likewise.
1210         * modules/c-strtod (Makefile.am): Likewise.
1211         * modules/c-strtold (Makefile.am): Likewise.
1212         * modules/calloc (Makefile.am): Likewise.
1213         * modules/canon-host (Makefile.am): Likewise.
1214         * modules/canonicalize (Makefile.am): Likewise.
1215         * modules/chdir-long (Makefile.am): Likewise.
1216         * modules/chdir-safer (Makefile.am): Likewise.
1217         * modules/check-version (Makefile.am): Likewise.
1218         * modules/chown (Makefile.am): Likewise.
1219         * modules/cloexec (Makefile.am): Likewise.
1220         * modules/close-stream (Makefile.am): Likewise.
1221         * modules/closeout (Makefile.am): Likewise.
1222         * modules/crc (Makefile.am): Likewise.
1223         * modules/csharpexec (Makefile.am): Likewise.
1224         * modules/cycle-check (Makefile.am): Likewise.
1225         * modules/des (Makefile.am): Likewise.
1226         * modules/dev-ino (Makefile.am): Likewise.
1227         * modules/dirfd (Makefile.am): Likewise.
1228         * modules/dirname (Makefile.am): Likewise.
1229         * modules/dup2 (Makefile.am): Likewise.
1230         * modules/eealloc (Makefile.am): Likewise.
1231         * modules/error (Makefile.am): Likewise.
1232         * modules/euidaccess (Makefile.am): Likewise.
1233         * modules/exclude (Makefile.am): Likewise.
1234         * modules/exitfail (Makefile.am): Likewise.
1235         * modules/fcntl-safer (Makefile.am): Likewise.
1236         * modules/fcntl (Makefile.am): Likewise.
1237         * modules/file-type (Makefile.am): Likewise.
1238         * modules/fileblocks (Makefile.am): Likewise.
1239         * modules/filemode (Makefile.am): Likewise.
1240         * modules/filenamecat (Makefile.am): Likewise.
1241         * modules/fnmatch (Makefile.am): Likewise.
1242         * modules/fopen-safer (Makefile.am): Likewise.
1243         * modules/fpending (Makefile.am): Likewise.
1244         * modules/fprintftime (Makefile.am): Likewise.
1245         * modules/free (Makefile.am): Likewise.
1246         * modules/fsusage (Makefile.am): Likewise.
1247         * modules/ftruncate (Makefile.am): Likewise.
1248         * modules/fts (Makefile.am): Likewise.
1249         * modules/gc-arcfour (Makefile.am): Likewise.
1250         * modules/gc-des (Makefile.am): Likewise.
1251         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1252         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1253         * modules/gc-md4 (Makefile.am): Likewise.
1254         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1255         * modules/gc-sha1 (Makefile.am): Likewise.
1256         * modules/gc (Makefile.am): Likewise.
1257         * modules/getaddrinfo (Makefile.am): Likewise.
1258         * modules/getcwd (Makefile.am): Likewise.
1259         * modules/getdelim (Makefile.am): Likewise.
1260         * modules/getdomainname (Makefile.am): Likewise.
1261         * modules/getgroups (Makefile.am): Likewise.
1262         * modules/gethostname (Makefile.am): Likewise.
1263         * modules/gethrxtime (Makefile.am): Likewise.
1264         * modules/getline (Makefile.am): Likewise.
1265         * modules/getloadavg (Makefile.am): Likewise.
1266         * modules/getlogin_r (Makefile.am): Likewise.
1267         * modules/getndelim2 (Makefile.am): Likewise.
1268         * modules/getopt (Makefile.am): Likewise.
1269         * modules/getpagesize (Makefile.am): Likewise.
1270         * modules/getpass-gnu (Makefile.am): Likewise.
1271         * modules/getpass (Makefile.am): Likewise.
1272         * modules/getsubopt (Makefile.am): Likewise.
1273         * modules/gettime (Makefile.am): Likewise.
1274         * modules/gettimeofday (Makefile.am): Likewise.
1275         * modules/getugroups (Makefile.am): Likewise.
1276         * modules/getusershell (Makefile.am): Likewise.
1277         * modules/glob (Makefile.am): Likewise.
1278         * modules/group-member (Makefile.am): Likewise.
1279         * modules/hard-locale (Makefile.am): Likewise.
1280         * modules/hash (Makefile.am): Likewise.
1281         * modules/hmac-md5 (Makefile.am): Likewise.
1282         * modules/hmac-sha1 (Makefile.am): Likewise.
1283         * modules/human (Makefile.am): Likewise.
1284         * modules/idcache (Makefile.am): Likewise.
1285         * modules/imaxabs (Makefile.am): Likewise.
1286         * modules/imaxdiv (Makefile.am): Likewise.
1287         * modules/inet_ntop (Makefile.am): Likewise.
1288         * modules/inet_pton (Makefile.am): Likewise.
1289         * modules/intprops (Makefile.am): Likewise.
1290         * modules/inttostr (Makefile.am): Likewise.
1291         * modules/inttypes (Makefile.am): Likewise.
1292         * modules/isapipe (Makefile.am): Likewise.
1293         * modules/javaversion (Makefile.am): Likewise.
1294         * modules/lchmod (Makefile.am): Likewise.
1295         * modules/lchown (Makefile.am): Likewise.
1296         * modules/localcharset (Makefile.am): Likewise.
1297         * modules/long-options (Makefile.am): Likewise.
1298         * modules/lstat (Makefile.am): Likewise.
1299         * modules/malloc (Makefile.am): Likewise.
1300         * modules/mathl (Makefile.am): Likewise.
1301         * modules/mbchar (Makefile.am): Likewise.
1302         * modules/md2 (Makefile.am): Likewise.
1303         * modules/md4 (Makefile.am): Likewise.
1304         * modules/md5 (Makefile.am): Likewise.
1305         * modules/memcasecmp (Makefile.am): Likewise.
1306         * modules/memchr (Makefile.am): Likewise.
1307         * modules/memcmp (Makefile.am): Likewise.
1308         * modules/memcoll (Makefile.am): Likewise.
1309         * modules/memcpy (Makefile.am): Likewise.
1310         * modules/memmem (Makefile.am): Likewise.
1311         * modules/memmove (Makefile.am): Likewise.
1312         * modules/mempcpy (Makefile.am): Likewise.
1313         * modules/memrchr (Makefile.am): Likewise.
1314         * modules/memset (Makefile.am): Likewise.
1315         * modules/memxor (Makefile.am): Likewise.
1316         * modules/mkancesdirs (Makefile.am): Likewise.
1317         * modules/mkdir-p (Makefile.am): Likewise.
1318         * modules/mkdir (Makefile.am): Likewise.
1319         * modules/mkdtemp (Makefile.am): Likewise.
1320         * modules/mkstemp (Makefile.am): Likewise.
1321         * modules/mktime (Makefile.am): Likewise.
1322         * modules/modechange (Makefile.am): Likewise.
1323         * modules/mountlist (Makefile.am): Likewise.
1324         * modules/nanosleep (Makefile.am): Likewise.
1325         * modules/obstack (Makefile.am): Likewise.
1326         * modules/openat (Makefile.am): Likewise.
1327         * modules/pagealign_alloc (Makefile.am): Likewise.
1328         * modules/pathmax (Makefile.am): Likewise.
1329         * modules/physmem (Makefile.am): Likewise.
1330         * modules/poll (Makefile.am): Likewise.
1331         * modules/posixtm (Makefile.am): Likewise.
1332         * modules/posixver (Makefile.am): Likewise.
1333         * modules/putenv (Makefile.am): Likewise.
1334         * modules/quote (Makefile.am): Likewise.
1335         * modules/quotearg (Makefile.am): Likewise.
1336         * modules/raise (Makefile.am): Likewise.
1337         * modules/read-file (Makefile.am): Likewise.
1338         * modules/readline (Makefile.am): Likewise.
1339         * modules/readlink (Makefile.am): Likewise.
1340         * modules/readtokens (Makefile.am): Likewise.
1341         * modules/readutmp (Makefile.am): Likewise.
1342         * modules/realloc (Makefile.am): Likewise.
1343         * modules/regex (Makefile.am): Likewise.
1344         * modules/rename-dest-slash (Makefile.am): Likewise.
1345         * modules/rename (Makefile.am): Likewise.
1346         * modules/rijndael (Makefile.am): Likewise.
1347         * modules/rmdir (Makefile.am): Likewise.
1348         * modules/rpmatch (Makefile.am): Likewise.
1349         * modules/safe-read (Makefile.am): Likewise.
1350         * modules/safe-write (Makefile.am): Likewise.
1351         * modules/same-inode (Makefile.am): Likewise.
1352         * modules/same (Makefile.am): Likewise.
1353         * modules/save-cwd (Makefile.am): Likewise.
1354         * modules/savedir (Makefile.am): Likewise.
1355         * modules/setenv (Makefile.am): Likewise.
1356         * modules/settime (Makefile.am): Likewise.
1357         * modules/sha1 (Makefile.am): Likewise.
1358         * modules/sig2str (Makefile.am): Likewise.
1359         * modules/snprintf (Makefile.am): Likewise.
1360         * modules/stat-macros (Makefile.am): Likewise.
1361         * modules/stat-time (Makefile.am): Likewise.
1362         * modules/stdbool (Makefile.am): Likewise.
1363         * modules/stdint (Makefile.am): Likewise.
1364         * modules/stdlib-safer (Makefile.am): Likewise.
1365         * modules/stpcpy (Makefile.am): Likewise.
1366         * modules/stpncpy (Makefile.am): Likewise.
1367         * modules/strcase (Makefile.am): Likewise.
1368         * modules/strcasestr (Makefile.am): Likewise.
1369         * modules/strchrnul (Makefile.am): Likewise.
1370         * modules/strcspn (Makefile.am): Likewise.
1371         * modules/strdup (Makefile.am): Likewise.
1372         * modules/strerror (Makefile.am): Likewise.
1373         * modules/strftime (Makefile.am): Likewise.
1374         * modules/strndup (Makefile.am): Likewise.
1375         * modules/strnlen (Makefile.am): Likewise.
1376         * modules/strpbrk (Makefile.am): Likewise.
1377         * modules/strsep (Makefile.am): Likewise.
1378         * modules/strstr (Makefile.am): Likewise.
1379         * modules/strtod (Makefile.am): Likewise.
1380         * modules/strtoimax (Makefile.am): Likewise.
1381         * modules/strtok_r (Makefile.am): Likewise.
1382         * modules/strtol (Makefile.am): Likewise.
1383         * modules/strtoll (Makefile.am): Likewise.
1384         * modules/strtoul (Makefile.am): Likewise.
1385         * modules/strtoull (Makefile.am): Likewise.
1386         * modules/strtoumax (Makefile.am): Likewise.
1387         * modules/strverscmp (Makefile.am): Likewise.
1388         * modules/sys_socket (Makefile.am): Likewise.
1389         * modules/sys_stat (Makefile.am): Likewise.
1390         * modules/sysexits (Makefile.am): Likewise.
1391         * modules/time_r (Makefile.am): Likewise.
1392         * modules/timegm (Makefile.am): Likewise.
1393         * modules/timespec (Makefile.am): Likewise.
1394         * modules/tmpfile-safer (Makefile.am): Likewise.
1395         * modules/trim (Makefile.am): Likewise.
1396         * modules/unistd-safer (Makefile.am): Likewise.
1397         * modules/unlinkdir (Makefile.am): Likewise.
1398         * modules/unlocked-io (Makefile.am): Likewise.
1399         * modules/userspec (Makefile.am): Likewise.
1400         * modules/utime (Makefile.am): Likewise.
1401         * modules/utimecmp (Makefile.am): Likewise.
1402         * modules/utimens (Makefile.am): Likewise.
1403         * modules/vasnprintf (Makefile.am): Likewise.
1404         * modules/vasprintf (Makefile.am): Likewise.
1405         * modules/vsnprintf (Makefile.am): Likewise.
1406         * modules/xalloc (Makefile.am): Likewise.
1407         * modules/xgetcwd (Makefile.am): Likewise.
1408         * modules/xnanosleep (Makefile.am): Likewise.
1409         * modules/xreadlink (Makefile.am): Likewise.
1410         * modules/xstrtod (Makefile.am): Likewise.
1411         * modules/xstrtol (Makefile.am): Likewise.
1412         * modules/xstrtold (Makefile.am): Likewise.
1413         * modules/yesno (Makefile.am): Likewise.
1414         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1415
1416 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1417
1418         * modules/error (Makefile.am): Distribute files through
1419         EXTRA_DIST, not lib_SOURCES.
1420
1421 2006-10-12  Eric Blake  <ebb9@byu.net>
1422
1423         * modules/error (Makefile.am): Distribute files in /lib.
1424         * modules/obstack (Makefile.am): Likewise.
1425
1426 2006-10-12  Bruno Haible  <bruno@clisp.org>
1427
1428         * modules/acl (Makefile.am): Distribute all files in lib/ through
1429         EXTRA_DIST.
1430         * modules/arcfour (Makefile.am): Likewise.
1431         * modules/arctwo (Makefile.am): Likewise.
1432         * modules/argmatch (Makefile.am): Likewise.
1433         * modules/argz (Makefile.am): Likewise.
1434         * modules/atexit (Makefile.am): Likewise.
1435         * modules/backupfile (Makefile.am): Likewise.
1436         * modules/c-strtod (Makefile.am): Likewise.
1437         * modules/c-strtold (Makefile.am): Likewise.
1438         * modules/calloc (Makefile.am): Likewise.
1439         * modules/canon-host (Makefile.am): Likewise.
1440         * modules/canonicalize (Makefile.am): Likewise.
1441         * modules/chdir-long (Makefile.am): Likewise.
1442         * modules/chdir-safer (Makefile.am): Likewise.
1443         * modules/check-version (Makefile.am): Likewise.
1444         * modules/chown (Makefile.am): Likewise.
1445         * modules/cloexec (Makefile.am): Likewise.
1446         * modules/close-stream (Makefile.am): Likewise.
1447         * modules/closeout (Makefile.am): Likewise.
1448         * modules/crc (Makefile.am): Likewise.
1449         * modules/cycle-check (Makefile.am): Likewise.
1450         * modules/des (Makefile.am): Likewise.
1451         * modules/dirfd (Makefile.am): Likewise.
1452         * modules/dirname (Makefile.am): Likewise.
1453         * modules/dup2 (Makefile.am): Likewise.
1454         * modules/euidaccess (Makefile.am): Likewise.
1455         * modules/exclude (Makefile.am): Likewise.
1456         * modules/exitfail (Makefile.am): Likewise.
1457         * modules/fcntl-safer (Makefile.am): Likewise.
1458         * modules/file-type (Makefile.am): Likewise.
1459         * modules/fileblocks (Makefile.am): Likewise.
1460         * modules/filemode (Makefile.am): Likewise.
1461         * modules/filenamecat (Makefile.am): Likewise.
1462         * modules/fnmatch (Makefile.am): Likewise.
1463         * modules/fopen-safer (Makefile.am): Likewise.
1464         * modules/fpending (Makefile.am): Likewise.
1465         * modules/fprintftime (Makefile.am): Likewise.
1466         * modules/free (Makefile.am): Likewise.
1467         * modules/fsusage (Makefile.am): Likewise.
1468         * modules/ftruncate (Makefile.am): Likewise.
1469         * modules/fts (Makefile.am): Likewise.
1470         * modules/gc (Makefile.am): Likewise.
1471         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1472         * modules/getaddrinfo (Makefile.am): Likewise.
1473         * modules/getcwd (Makefile.am): Likewise.
1474         * modules/getdelim (Makefile.am): Likewise.
1475         * modules/getdomainname (Makefile.am): Likewise.
1476         * modules/getgroups (Makefile.am): Likewise.
1477         * modules/gethostname (Makefile.am): Likewise.
1478         * modules/gethrxtime (Makefile.am): Likewise.
1479         * modules/getline (Makefile.am): Likewise.
1480         * modules/getloadavg (Makefile.am): Likewise.
1481         * modules/getlogin_r (Makefile.am): Likewise.
1482         * modules/getopt (Makefile.am): Likewise.
1483         * modules/getpass (Makefile.am): Likewise.
1484         * modules/getpass-gnu (Makefile.am): Likewise.
1485         * modules/getsubopt (Makefile.am): Likewise.
1486         * modules/gettime (Makefile.am): Likewise.
1487         * modules/gettimeofday (Makefile.am): Likewise.
1488         * modules/getugroups (Makefile.am): Likewise.
1489         * modules/getusershell (Makefile.am): Likewise.
1490         * modules/glob (Makefile.am): Likewise.
1491         * modules/group-member (Makefile.am): Likewise.
1492         * modules/hard-locale (Makefile.am): Likewise.
1493         * modules/hash (Makefile.am): Likewise.
1494         * modules/hmac-md5 (Makefile.am): Likewise.
1495         * modules/hmac-sha1 (Makefile.am): Likewise.
1496         * modules/human (Makefile.am): Likewise.
1497         * modules/idcache (Makefile.am): Likewise.
1498         * modules/imaxabs (Makefile.am): Likewise.
1499         * modules/imaxdiv (Makefile.am): Likewise.
1500         * modules/inet_ntop (Makefile.am): Likewise.
1501         * modules/inet_pton (Makefile.am): Likewise.
1502         * modules/inttostr (Makefile.am): Likewise.
1503         * modules/isapipe (Makefile.am): Likewise.
1504         * modules/lchown (Makefile.am): Likewise.
1505         * modules/long-options (Makefile.am): Likewise.
1506         * modules/lstat (Makefile.am): Likewise.
1507         * modules/malloc (Makefile.am): Likewise.
1508         * modules/mathl (Makefile.am): Likewise.
1509         * modules/mbchar (Makefile.am): Likewise.
1510         * modules/md2 (Makefile.am): Likewise.
1511         * modules/md4 (Makefile.am): Likewise.
1512         * modules/md5 (Makefile.am): Likewise.
1513         * modules/memcasecmp (Makefile.am): Likewise.
1514         * modules/memchr (Makefile.am): Likewise.
1515         * modules/memcmp (Makefile.am): Likewise.
1516         * modules/memcoll (Makefile.am): Likewise.
1517         * modules/memcpy (Makefile.am): Likewise.
1518         * modules/memmem (Makefile.am): Likewise.
1519         * modules/memmove (Makefile.am): Likewise.
1520         * modules/mempcpy (Makefile.am): Likewise.
1521         * modules/memrchr (Makefile.am): Likewise.
1522         * modules/memset (Makefile.am): Likewise.
1523         * modules/memxor (Makefile.am): Likewise.
1524         * modules/mkancesdirs (Makefile.am): Likewise.
1525         * modules/mkdir (Makefile.am): Likewise.
1526         * modules/mkdir-p (Makefile.am): Likewise.
1527         * modules/mkdtemp (Makefile.am): Likewise.
1528         * modules/mkstemp (Makefile.am): Likewise.
1529         * modules/mktime (Makefile.am): Likewise.
1530         * modules/modechange (Makefile.am): Likewise.
1531         * modules/mountlist (Makefile.am): Likewise.
1532         * modules/nanosleep (Makefile.am): Likewise.
1533         * modules/openat (Makefile.am): Likewise.
1534         * modules/pagealign_alloc (Makefile.am): Likewise.
1535         * modules/physmem (Makefile.am): Likewise.
1536         * modules/poll (Makefile.am): Likewise.
1537         * modules/posixtm (Makefile.am): Likewise.
1538         * modules/posixver (Makefile.am): Likewise.
1539         * modules/putenv (Makefile.am): Likewise.
1540         * modules/quote (Makefile.am): Likewise.
1541         * modules/quotearg (Makefile.am): Likewise.
1542         * modules/raise (Makefile.am): Likewise.
1543         * modules/read-file (Makefile.am): Likewise.
1544         * modules/readline (Makefile.am): Likewise.
1545         * modules/readlink (Makefile.am): Likewise.
1546         * modules/readtokens (Makefile.am): Likewise.
1547         * modules/readutmp (Makefile.am): Likewise.
1548         * modules/realloc (Makefile.am): Likewise.
1549         * modules/regex (Makefile.am): Likewise.
1550         * modules/rename (Makefile.am): Likewise.
1551         * modules/rename-dest-slash (Makefile.am): Likewise.
1552         * modules/rijndael (Makefile.am): Likewise.
1553         * modules/rmdir (Makefile.am): Likewise.
1554         * modules/rpmatch (Makefile.am): Likewise.
1555         * modules/safe-read (Makefile.am): Likewise.
1556         * modules/safe-write (Makefile.am): Likewise.
1557         * modules/same (Makefile.am): Likewise.
1558         * modules/save-cwd (Makefile.am): Likewise.
1559         * modules/savedir (Makefile.am): Likewise.
1560         * modules/setenv (Makefile.am): Likewise.
1561         * modules/settime (Makefile.am): Likewise.
1562         * modules/sha1 (Makefile.am): Likewise.
1563         * modules/sig2str (Makefile.am): Likewise.
1564         * modules/snprintf (Makefile.am): Likewise.
1565         * modules/stdlib-safer (Makefile.am): Likewise.
1566         * modules/stpcpy (Makefile.am): Likewise.
1567         * modules/stpncpy (Makefile.am): Likewise.
1568         * modules/strcase (Makefile.am): Likewise.
1569         * modules/strcasestr (Makefile.am): Likewise.
1570         * modules/strchrnul (Makefile.am): Likewise.
1571         * modules/strcspn (Makefile.am): Likewise.
1572         * modules/strdup (Makefile.am): Likewise.
1573         * modules/strerror (Makefile.am): Likewise.
1574         * modules/strftime (Makefile.am): Likewise.
1575         * modules/strndup (Makefile.am): Likewise.
1576         * modules/strnlen (Makefile.am): Likewise.
1577         * modules/strpbrk (Makefile.am): Likewise.
1578         * modules/strsep (Makefile.am): Likewise.
1579         * modules/strstr (Makefile.am): Likewise.
1580         * modules/strtod (Makefile.am): Likewise.
1581         * modules/strtoimax (Makefile.am): Likewise.
1582         * modules/strtok_r (Makefile.am): Likewise.
1583         * modules/strtol (Makefile.am): Likewise.
1584         * modules/strtoll (Makefile.am): Likewise.
1585         * modules/strtoul (Makefile.am): Likewise.
1586         * modules/strtoull (Makefile.am): Likewise.
1587         * modules/strtoumax (Makefile.am): Likewise.
1588         * modules/strverscmp (Makefile.am): Likewise.
1589         * modules/time_r (Makefile.am): Likewise.
1590         * modules/timegm (Makefile.am): Likewise.
1591         * modules/tmpfile-safer (Makefile.am): Likewise.
1592         * modules/unistd-safer (Makefile.am): Likewise.
1593         * modules/unlinkdir (Makefile.am): Likewise.
1594         * modules/userspec (Makefile.am): Likewise.
1595         * modules/utime (Makefile.am): Likewise.
1596         * modules/utimecmp (Makefile.am): Likewise.
1597         * modules/utimens (Makefile.am): Likewise.
1598         * modules/vasnprintf (Makefile.am): Likewise.
1599         * modules/vasprintf (Makefile.am): Likewise.
1600         * modules/vsnprintf (Makefile.am): Likewise.
1601         * modules/xalloc (Makefile.am): Likewise.
1602         * modules/xgetcwd (Makefile.am): Likewise.
1603         * modules/xnanosleep (Makefile.am): Likewise.
1604         * modules/xreadlink (Makefile.am): Likewise.
1605         * modules/xstrtod (Makefile.am): Likewise.
1606         * modules/xstrtol (Makefile.am): Likewise.
1607         * modules/xstrtold (Makefile.am): Likewise.
1608         * modules/yesno (Makefile.am): Likewise.
1609
1610 2006-10-12  Jim Meyering  <jim@meyering.net>
1611
1612         * m4/getloadavg.m4: Revert the change below.
1613
1614         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1615         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1616         fail with a symlink, which is what coreutils' ./bootstrap now
1617         creates by default.
1618
1619 2006-10-12  Bruno Haible  <bruno@clisp.org>
1620
1621         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1622         mingw.
1623         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1624         MSVC and mingw explicitly.
1625
1626 2006-10-11  Simon Josefsson  <jas@extundo.com>
1627             Bruno Haible  <bruno@clisp.org>
1628
1629         Add support for multiple gnulib-tool invocations in the scope of a
1630         single configure.ac file.
1631         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1632         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1633         with the same contents as the _LIBADD variable.
1634         (func_emit_initmacro_start, func_emit_initmacro_end,
1635         func_emit_initmacro_done): New functions.
1636         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1637         gl_LIBOBJS and gl_LTLIBOBJS.
1638
1639 2006-10-11  Bruno Haible  <bruno@clisp.org>
1640
1641         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1642         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1643         autoreconf. Instead, invoke autopoint explicitly but move back the
1644         *.m4 files from gnulib.
1645
1646 2006-10-11  Bruno Haible  <bruno@clisp.org>
1647
1648         * gnulib-tool (func_usage): Make module names after --create-testdir
1649         optional.
1650         (func_create_testdir): If no module was specified, use nearly all
1651         modules.
1652
1653 2006-10-12  Jim Meyering  <jim@meyering.net>
1654
1655         Big performance improvement for fts-based tools that use FTS_NOSTAT.
1656         Avoid spurious inode-mismatch problems on non-POSIX file systems.
1657         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
1658         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
1659         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
1660         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
1661         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
1662         (fts_set_stat_required): New function.
1663         (fts_open): Defer the calls to fts_stat, if possible or requested.
1664         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
1665         into fts_stat itself.
1666         (fts_read): Perform any required (deferred) fts_stat call.
1667         (fts_build): Likewise, for the directory we're about to open and read.
1668         In the readdir loop, carefully decide whether each entry will require
1669         an eventual call to fts_stat, using dirent.d_type info if available.
1670         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
1671         a command line argument into this function.  Update all callers.
1672         Map a return value of FTS_DOT to FTS_D for a command line argument.
1673         * modules/fts (Depends-on): Add d-type.  Alphabetize.
1674         Thanks to Miklos Szeredi for his tenacity and for the initial
1675         bug report about "find" failing on a FUSE-based file system.
1676
1677         * lib/fts.c (fts_open): Use consistent indentation.
1678
1679 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1680
1681         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
1682         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
1683         reported by Jim Meyering.  All uses of cache variables renamed
1684         to match Autoconf's.
1685         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
1686         the other one.
1687
1688         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1689         Fix misspelling in diagnostic.
1690
1691 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1692
1693         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
1694         defined.  Problem reported by Matthew Woehlke.
1695
1696         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
1697         Add support for Tandem NonStop R series.
1698         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
1699         Use new macro.
1700
1701         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
1702         (has_trailing_slash): Omit size arg; all callers changed.
1703         Omit 'inline', since it doesn't help performance and we'd
1704         need to configure it.
1705         Don't count //, ///, etc. as having a trailing slash.
1706         As a side effect, this removes a C99ism reported by Matthew Woehlke.
1707         (rpl_rename_dest_slash): On failure, use rename's errno rather
1708         than (in some cases) an incorrect or junk errno.
1709         Simplify code by removing need to compute length; this does
1710         cause it to make two passes instead of one over the file name,
1711         but it's worth it.
1712
1713         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
1714         change, since Autoconf's version may no longer be appropriate now
1715         that we are using CVS Autoconf's version.  Add support for Tandem.
1716
1717 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1718             Bruno Haible  <bruno@clisp.org>
1719
1720         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
1721         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
1722         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
1723         gl_AC_TYPE_LONG_LONG.
1724
1725         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
1726         instead of HAVE_LONG_LONG.
1727         * lib/printf-args.c (printf_fetchargs): Likewise.
1728         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
1729         * lib/vasnprintf.c (VASNPRINTF): Likewise.
1730         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
1731         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
1732         gl_AC_TYPE_LONG_LONG.
1733
1734 2006-10-11  Bruno Haible  <bruno@clisp.org>
1735
1736         * m4/longlong.m4: Add comments.
1737         * m4/ulonglong.m4: Likewise.
1738
1739 2006-10-10  Bruno Haible  <bruno@clisp.org>
1740
1741         Make it possible to #define stpcpy, strdup to aliases.
1742         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
1743         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
1744
1745 2006-10-10  Bruno Haible  <bruno@clisp.org>
1746
1747         Make it possible to #define gcd to an alias.
1748         * lib/gcd.c: Include config.h.
1749
1750 2006-10-10  Bruno Haible  <bruno@clisp.org>
1751
1752         Make it possible to #define c_isascii to an alias.
1753         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
1754         defined. Undefine the macros before defining them, to avoid gcc
1755         warnings.
1756         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
1757         define NO_C_CTYPE_MACROS early.
1758
1759 2006-10-10  Bruno Haible  <bruno@clisp.org>
1760
1761         Make it possible to #define set_program_name to an alias.
1762         * lib/progname.c: Don't undefine set_program_name; instead, undefine
1763         ENABLE_RELOCATABLE early.
1764
1765 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1766
1767         Port to Tandem NSK OSS, which has 64-bit signed int but at most
1768         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
1769         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
1770         More generally, don't assume that 64-bit signed int is available
1771         if unsigned int is, and vice versa.
1772         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
1773         unsigned symbols, not on their signed counterparts.
1774         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
1775         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
1776         (UINT64_C, UINTMAX_C):
1777         Likewise.
1778         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
1779         unsigned counterparts.
1780         (Have_long_long, Unsigned): New macros.
1781         (Int): Renamed from INT.
1782         (strtoimax): Use the new macros.
1783         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
1784         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
1785         * modules/inttypes (inttypes.h): Substitute
1786         HAVE_UNSIGNED_LONG_LONG_INT.
1787         * modules/stdint (stdint.h): Likewise.
1788         (Files): Add m4/ulonglong.m4.
1789
1790 2006-10-10  Bruno Haible  <bruno@clisp.org>
1791
1792         Fix a gcc -Wshadow warning.
1793         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
1794         to 'bucket'.
1795         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
1796         gl_linked_indexof_from_to): Likewise.
1797         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
1798         Likewise.
1799         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
1800         Likewise.
1801         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
1802         Reported by Eric Blake.
1803
1804 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
1805
1806         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
1807         for NetBSD.  Problem reported by Bruno Haible.
1808
1809 2006-10-09  Jim Meyering  <jim@meyering.net>
1810
1811         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
1812         Patch from Bruno Haible.
1813
1814 2006-10-09  Jim Meyering  <jim@meyering.net>
1815
1816         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
1817         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
1818         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
1819
1820 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
1821
1822         Don't include <config.h> twice; this doesn't work in some cases,
1823         e.g., when config.h has "#define intmax_t long long int" and
1824         we include <config.h>, <inttypes.h>, <config.h> in that order.
1825         Problem reported by Matthew Woehlke in:
1826         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
1827         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
1828         * lib/fts-cycle.c: Don't include config.h.
1829         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
1830         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
1831         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
1832         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
1833         inttypes.h.
1834         * lib/xstrtoumax.c: Likewise.
1835         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
1836         __strtol and the like, so that this module is more like its siblings.
1837         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
1838         Remove; no longer needed now that we assume gnulib inttypes.h.
1839
1840 2006-10-08  Bruno Haible  <bruno@clisp.org>
1841
1842         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
1843         option.
1844
1845 2006-10-07  Jim Meyering  <jim@meyering.net>
1846
1847         * modules/inttypes (inttypes.h): Revert what seems to have been
1848         an inadvertent part of today's change: use "|", not "/" in the
1849         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
1850
1851 2006-10-07  Bruno Haible  <bruno@clisp.org>
1852
1853         * modules/sublist: New file.
1854
1855 2006-10-07  Bruno Haible  <bruno@clisp.org>
1856
1857         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
1858         * modules/argz (argz.h): Likewise.
1859         * modules/arpa_inet (arpa/inet.h): Likewise.
1860         * modules/byteswap (byteswap.h): Likewise.
1861         * modules/configmake (configmake.h): Likewise.
1862         * modules/fcntl (fcntl.h): Likewise.
1863         * modules/fnmatch (fnmatch.h): Likewise.
1864         * modules/getopt (getopt.h): Likewise.
1865         * modules/glob (glob.h): Likewise.
1866         * modules/inttypes (inttypes.h): Likewise.
1867         * modules/netinet_in (netinet/in.h): Likewise.
1868         * modules/poll (poll.h): Likewise.
1869         * modules/stdbool (stdbool.h): Likewise.
1870         * modules/stdint (stdint.h): Likewise.
1871         * modules/sys_select (sys/select.h): Likewise.
1872         * modules/sys_socket (sys/socket.h): Likewise.
1873         * modules/sys_stat (sys/stat.h): Likewise.
1874         * modules/sysexits (sysexits.h): Likewise.
1875         * modules/unistd (unistd.h): Likewise.
1876         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1877         Add a "DO NOT EDIT" comment to the generated file.
1878         (func_import): Likewise for gnulib-comp.m4.
1879
1880 2006-10-07  Bruno Haible  <bruno@clisp.org>
1881
1882         * lib/gl_sublist.h: New file.
1883         * lib/gl_sublist.c: New file.
1884
1885 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
1886
1887         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
1888         name (relative to the original working directory) and the file
1889         name component (relative to the temporary working directory).  All
1890         callers changed.
1891         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
1892         * lib/mkdir-p.c (make_dir_parents): Likewise.
1893         * lib/mkdir-p.h (make_dir_parents): Likewise.
1894
1895 2006-10-06  Eric Blake  <ebb9@byu.net>
1896
1897         Define several macros for use by the clean-temp module.
1898         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
1899         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
1900         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
1901
1902         * lib/clean-temp.h (close_stream_temp): New declaration.
1903         * lib/clean-temp.c (includes): Pull in headers according to what
1904         other modules are in use.
1905         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
1906
1907 2006-10-06  Bruno Haible  <bruno@clisp.org>
1908
1909         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
1910         instead of fopen, fwriteerror.
1911
1912 2006-10-06  Bruno Haible  <bruno@clisp.org>
1913
1914         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
1915         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
1916         int.
1917         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
1918         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
1919         Return an error indicator.
1920         Suggested by Eric Blake.
1921
1922 2006-10-06  Bruno Haible  <bruno@clisp.org>
1923
1924         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
1925         Reported by Eric Blake.
1926
1927 2006-10-06  Bruno Haible  <bruno@clisp.org>
1928
1929         * modules/closeout (Description): Mention stderr too.
1930
1931 2006-10-06  Bruno Haible  <bruno@clisp.org>
1932         and Paul Eggert  <eggert@cs.ucla.edu>
1933
1934         * lib/closeout.c (close_stdout): Also close stderr.
1935         * lib/closeout.h: Update comment.
1936
1937 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
1938
1939         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
1940         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
1941         * lib/dirchownmod.c: Include lchown.h.
1942         * lib/lchown.c: Don't include files that lchown.h now includes.
1943         Don't declare chown, since lchown.h now does that.
1944         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
1945         (lchown): Define to rpl_chown if lchown is declared but
1946         does not exist.  Declare using a prototype if lchown is not
1947         declared.  Add a copyright notice.
1948         * lib/mkstemp.h: Include <unistd.h>.
1949         * lib/openat.c: Include lchown.h.
1950
1951         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
1952         we now test for that separately.
1953         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
1954         rather than O_NOFOLLOW, when testing whether it's possible to
1955         avoid a race condition reliably.
1956         * lib/savewd.c (savewd_chdir): Likewise.
1957
1958         Remove macros that are no longer needed now that stdint.h is
1959         reliable.
1960         * lib/fsusage.c (UINTMAX_MAX): Remove.
1961         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
1962         * lib/utimecmp.c (SIZE_MAX): Remove.
1963
1964         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
1965
1966         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
1967         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
1968         O_NOATIME works.
1969
1970 2006-10-05  Bruno Haible  <bruno@clisp.org>
1971
1972         * lib/gl_list.h (gl_sortedlist_search_from_to,
1973         gl_sortedlist_indexof_from_to): New declarations.
1974         (gl_list_implementation): New fields sortedlist_search_from_to,
1975         sortedlist_indexof_from_to.
1976         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
1977         inline functions.
1978         * lib/gl_list.c (gl_sortedlist_search_from_to,
1979         gl_sortedlist_indexof_from_to): New functions.
1980         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
1981         function.
1982         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
1983         (gl_array_sortedlist_search_from_to): New function.
1984         (gl_array_list_implementation): Update.
1985         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
1986         function.
1987         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
1988         (gl_carray_sortedlist_search_from_to): New function.
1989         (gl_carray_list_implementation): Update.
1990         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
1991         gl_linked_sortedlist_indexof_from_to): New functions.
1992         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
1993         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
1994         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
1995         gl_tree_sortedlist_indexof_from_to): New functions.
1996         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
1997         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
1998         Update.
1999         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2000         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2001         Update.
2002
2003 2006-10-05  Bruno Haible  <bruno@clisp.org>
2004
2005         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2006         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2007         (struct gl_list_implementation): Add fields search_from_to,
2008         indexof_from_to. Remove fields search, indexof.
2009         (gl_list_search): Use the search_from_to method.
2010         (gl_list_search_from, gl_list_search_from_to): New functions.
2011         (gl_list_indexof): Use the indexof_from_to method.
2012         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2013         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2014         (gl_list_search_from, gl_list_search_from_to): New functions.
2015         (gl_list_indexof): Use the indexof_from_to method.
2016         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2017         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2018         gl_array_indexof. Add start_index, end_index arguments.
2019         (gl_array_search_from_to): Renamed from gl_array_search. Add
2020         start_index, end_index arguments.
2021         (gl_array_remove, gl_array_list_implementation): Update.
2022         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2023         gl_carray_indexof. Add start_index, end_index arguments.
2024         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2025         start_index, end_index arguments.
2026         (gl_carray_remove, gl_carray_list_implementation): Update.
2027         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2028         gl_linked_search. Add start_index, end_index arguments.
2029         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2030         start_index, end_index arguments.
2031         (gl_linked_remove): Update.
2032         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2033         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2034         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2035         field to 'size_t'.
2036         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2037         gl_tree_search. Add start_index, end_index arguments.
2038         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2039         start_index, end_index arguments.
2040         (gl_tree_remove): Update.
2041         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2042         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2043         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2044         function.
2045         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2046         gl_tree_search. Add start_index, end_index arguments.
2047         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2048         start_index, end_index arguments.
2049         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2050         Update.
2051         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2052
2053 2006-10-05  Bruno Haible  <bruno@clisp.org>
2054
2055         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2056
2057         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2058         fwriteerror_temp): New declarations.
2059         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2060         (descriptors): New variable.
2061         (cleanup): First, close the descriptors.
2062         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2063         fclose_temp, fwriteerror_temp): New functions.
2064
2065 2006-10-04  Jim Meyering  <jim@meyering.net>
2066
2067         * lib/fts.c (fts_open): Tiny comment change.
2068
2069 2006-10-04  Bruno Haible  <bruno@clisp.org>
2070
2071         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2072         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2073         gl_LOCK_BODY.
2074         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2075         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2076         gl_LOCK_EARLY_BODY.
2077         (gl_LOCK): Require gl_LOCK_BODY.
2078
2079 2006-10-04  Bruno Haible  <bruno@clisp.org>
2080
2081         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2082         (gl_oset_search_atleast): New declaration.
2083         (struct gl_oset_implementation): Add field 'search_atleast'.
2084         (gl_oset_search_atleast): New inline function.
2085         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2086         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2087         (gl_array_oset_implementation): Update.
2088         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2089         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2090         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2091
2092 2006-10-04  Bruno Haible  <bruno@clisp.org>
2093
2094         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2095
2096 2006-10-03  Bruno Haible  <bruno@clisp.org>
2097
2098         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2099         from gl_avltreehash_list_implementation.
2100
2101 2006-10-03  Bruno Haible  <bruno@clisp.org>
2102
2103         * lib/gl_oset.c (gl_oset_add): Fix return type.
2104
2105 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2106
2107         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2108
2109 2006-10-02  Eric Blake  <ebb9@byu.net>
2110
2111         * modules/strnlen (Depends-on): Add extensions.
2112
2113 2006-10-02  Eric Blake  <ebb9@byu.net>
2114
2115         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2116         definition in 2.60+.
2117
2118 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2119
2120         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2121         checks.
2122
2123 2006-10-02  Bruno Haible  <bruno@clisp.org>
2124
2125         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2126         to the AUTOMAKE_OPTIONS.
2127         Reported by Jim Meyering.
2128
2129 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2130
2131         Work around bug in Solaris 10 /proc file system:
2132         /proc/self/fd/NNN/.. isn't the parent directory of
2133         the directory whose file descriptor is NNN.  This needs to
2134         be worked around at run time, not compile time, since a
2135         program might be built on Solaris 8, where things work, and
2136         run on Solaris 10.
2137         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2138         to use the following interface instead:
2139         (OPENAT_BUFFER_SIZE): New macro.
2140         (openat_proc_name): New function.
2141         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2142         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2143         Likewise.
2144         * lib/openat-proc.c: New file.
2145         * modules/openat (Files): Add lib/openat-proc.c.
2146         (Depends-on): Add same-inode, stdbool.
2147         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2148
2149 2006-09-29  Bruno Haible  <bruno@clisp.org>
2150
2151         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2152         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2153         argument. Set stdout_closed before testing for ferror, not after.
2154         (fwriteerror, fwriteerror_no_ebadf): New functions.
2155
2156 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2157
2158         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2159
2160 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2161
2162         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2163         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2164
2165 2006-09-28  Jim Meyering  <jim@meyering.net>
2166
2167         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2168         Include <unistd.h>.
2169
2170 2006-09-28  Bruno Haible  <bruno@clisp.org>
2171
2172         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2173         * modules/linkedhash-list (Depends-on): Likewise.
2174         * modules/rbtreehash-list (Depends-on): Likewise.
2175
2176 2006-09-28  Bruno Haible  <bruno@clisp.org>
2177
2178         * lib/strndup.h: Simplify the redefinition of strndup.
2179         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2180         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2181
2182 2006-09-28  Bruno Haible  <bruno@clisp.org>
2183
2184         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2185         * lib/gl_linkedhash_list.c: Likewise.
2186         * lib/gl_rbtreehash_list.c: Likewise.
2187
2188 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2189
2190         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2191         getaddrinfo.
2192
2193         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2194         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2195         it causes <stdio_ext.h> to cause a compile-time error.
2196         Problem reported by Nelson H. F. Beebe.
2197         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2198         of HAVE_DECL___PENDING.
2199
2200         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2201         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2202         declaration.
2203
2204 2006-09-27  Jim Meyering  <jim@meyering.net>
2205
2206         This file could end up with a definition for a function
2207         named __strndup, rather than rpl_strndup on a system with
2208         incomplete weak_alias support.
2209         * lib/strndup.c (strndup): Rename from __strndup.
2210         Remove #defines that used to map __strndup to strndup.
2211         Don't use K&R prototypes.
2212         Remove LIBC-related code, since this file is not sync'd with glibc.
2213         * lib/strndup.h: Revamp, accordingly.
2214         * m4/strndup.m4: Modernize.
2215
2216 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2217
2218         * modules/savewd (Depends-on): Add 'raise'.
2219         * lib/savewd.c: Include <signal.h>, for 'raise'.
2220
2221 2006-09-26  Jim Meyering  <jim@meyering.net>
2222
2223         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2224         when we detect Darwin 8.7.0's acl_get_file bug.
2225         Rearrange to perform the new (below) run-test while $LIBS
2226         contains any acl-related library.  Set USE_ACL at the end.
2227         (gl_ACL_GET_FILE): New function.
2228
2229 2006-09-26  Eric Blake  <ebb9@byu.net>
2230
2231         * lib/verror.c: Include <config.h> unconditionally.
2232
2233 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2234
2235         * modules/clock-time (Maintainer): Add self.
2236         * modules/getlogin_r (Depends-on): Add extensions.
2237
2238 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2239
2240         * modules/clock-time: New module.
2241         * modules/nanosleep (Depends-on): Add clock-time.
2242         * modules/gethrxtime (Depends-on): Likewise.
2243         * modules/gettime (Depends-on): Likewise.
2244         * modules/settime (Depends-on): Likewise.
2245
2246         * modules/fts-lgpl: Depend on openat.
2247         * modules/mkancesdirs: Depend on savewd.
2248         * modules/mkdir-p: Likewise.
2249
2250 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2251
2252         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2253
2254         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2255         `gl_have_arbitrary_file_name_length_limit' to
2256         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2257         actually works between configure runs.
2258
2259 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2260             Bruno Haible  <bruno@clisp.org>
2261
2262         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2263
2264 2006-09-25  Jim Meyering  <jim@meyering.net>
2265
2266         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2267         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2268
2269 2006-09-25  Eric Blake  <ebb9@byu.net>
2270
2271         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2272         exec's in 2006-09-18 patch when shuffling fds.
2273
2274 2006-09-25  Bruno Haible  <bruno@clisp.org>
2275
2276         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2277         Reported by Jim Meyering.
2278
2279 2006-09-24  Jim Meyering  <jim@meyering.net>
2280
2281         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2282         compare a pointer against a literal "0".  That caused failures with
2283         at least HP-UX's hpcc.
2284
2285 2006-09-22  Simon Josefsson  <jas@extundo.com>
2286
2287         * modules/gc-sha1:
2288         * modules/gc-md4:
2289         * modules/gc-hmac-sha1:
2290         * modules/gc-hmac-md5:
2291         * modules/gc-des:
2292         * modules/gc-arcfour: Distribute more files.
2293
2294 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2295
2296         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2297         (gl_linked_iterator_from_to): Initialize struct completely.
2298         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2299         (gl_tree_iterator_from_to): Likewise
2300         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2301         * lib/gl_array_list.c [lint] (gl_array_iterator)
2302         (gl_array_iterator_from_to): Likewise.
2303         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2304         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2305         (gl_carray_iterator_from_to): Likewise.
2306
2307         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2308         * lib/md4.c (md4_process_block): Remove unused variable.
2309         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2310         parentheses for clarity.
2311
2312 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2313
2314         * modules/bison-i18n (Depends-on): Add gettext.
2315
2316 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2317
2318         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2319         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2320         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2321         also add missing comma that caused broken test.
2322         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2323         stdlib.h, for `abort'.
2324         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2325         variables.
2326         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2327         include unistd.h if present, for `rmdir'.
2328         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2329         variables.
2330         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2331         in the process include standard headers for prototypes.
2332         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2333         gets declared on GNU/Linux.
2334         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2335         unistd.h, for `rmdir'.
2336         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2337
2338         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2339         always true.
2340         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2341
2342         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2343
2344 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2345
2346         * gnulib-tool (func_version): Create output all at once.  This
2347         may help avoid triggering unnecessary SIGPIPEs, and at any
2348         rate it doesn't hurt.
2349
2350 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2351             Bruno Haible  <bruno@clisp.org>
2352
2353         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2354         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2355         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2356
2357         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2358         (gl_FUNC_VASPRINTF): Invoke it.
2359
2360 2006-09-22  Bruno Haible  <bruno@clisp.org>
2361
2362         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2363         getloadavg.c as first argument.
2364
2365 2006-09-22  Bruno Haible  <bruno@clisp.org>
2366
2367         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2368         at the beginning of the gl_INIT macro.
2369         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2370         gl_GETLOADAVG.
2371
2372 2006-09-22  Bruno Haible  <bruno@clisp.org>
2373
2374         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2375         module.
2376         Suggested by Ralf Wildenhues.
2377
2378 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2379
2380         Import this patch from libc:
2381
2382         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2383
2384         * lib/regex_internal.c (re_string_reconstruct): Handle
2385         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2386         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2387         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2388         re_string_context_at.
2389
2390         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2391         now requires it.
2392         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2393         gl_REGEX now does it for us.
2394         (gl_REGEX): Add test taken from
2395         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2396
2397         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2398         Check that large offsets work.  Modernize Autoconf usages.
2399         Prefer "yes" to mean a good thing rather than a bad.
2400         Don't put "#define mkstemp" in config.h, as this might interfere
2401         with standard system headers that "#define mkstemp mkstemp64".
2402
2403         * modules/mkstemp (Depends-on): Add extensions, so that
2404         mkstemp is visible on some platforms.
2405         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2406         (Include): Change to "mkstemp.h" from <stdlib.h>.
2407         (Files): Add mkstemp.h.
2408
2409         * lib/mkstemp.h: New file, since some standard headers
2410         #define mkstemp.
2411         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2412         Include "mkstemp.h".
2413         Make the _LIBC code resemble glibc original more,
2414         e.g., use K&R style.
2415         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2416         (mkstemp): Remove, since mkstemp.h does this for us.
2417         * lib/stdlib--.h: Include mkstemp.h.
2418
2419         Import this patch from libc:
2420
2421         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2422
2423         * lib/tempname.c (__gen_tempname): Change attempts_min
2424         into a macro.  Use preprocessor to decide how to initialize
2425         attempts [Coverity CID 67].
2426
2427 2006-09-20  Bruno Haible  <bruno@clisp.org>
2428
2429         * lib/mkdtemp.c: Import from libc.
2430         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2431                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2432                 attempts_min into a macro.  Use preprocessor to decide how to
2433                 initialize attempts [Coverity CID 67].
2434         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2435                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2436                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2437
2438 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2439
2440         * gnulib-tool (func_exit): New function, to allow to pass the
2441         exit status portably through the trap.  Use everywhere.
2442         (--help, --version): Signal a write error.
2443         (trap): catch SIGPIPE, for write errors.
2444         Exit at the end of the trap, with the correct exit status.
2445
2446 2006-09-19  Karl Berry  <karl@gnu.org>
2447
2448         * doc/gnulib.texi: note about the license texinfo files.
2449
2450 2006-09-19  Eric Blake  <ebb9@byu.net>
2451
2452         * gnulib-tool: Avoid space-tab.
2453
2454 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2455
2456         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2457         that prevented coreutils 6.1 from building.  Problem reported
2458         by Petter Reinholdtsen.
2459
2460 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2461
2462         * gnulib-tool (avoidlist): Fix typo that broke options like
2463         --avoid=lock that are used by coreutils bootstrap.
2464
2465 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2466
2467         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2468         more systematically.
2469
2470 2006-09-18  Jim Meyering  <jim@meyering.net>
2471
2472         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2473
2474 2006-09-18  Bruno Haible  <bruno@clisp.org>
2475
2476         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2477
2478 2006-09-18  Bruno Haible  <bruno@clisp.org>
2479
2480         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2481         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2482         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2483         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2484         * m4/gettext.m4: Require autoconf >= 2.52.
2485         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2486         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2487         of gl_cv_header_inttypes_h.
2488
2489 2006-09-18  Bruno Haible  <bruno@clisp.org>
2490
2491         * lib/javaversion.c: Include configmake.h.
2492
2493 2006-09-18  Bruno Haible  <bruno@clisp.org>
2494
2495         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2496         avoid that the while loops be executed in a subshell.
2497
2498 2006-09-18  Bruno Haible  <bruno@clisp.org>
2499
2500         * MODULES.html.sh (func_module): Break long lines.
2501         Suggested by Bruce Korb <bkorb@gnu.org>.
2502
2503 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2504
2505         Speed up by a factor of 1.12.
2506         * gnulib-tool (nl): New variable.
2507         (func_import): Rewrite include directive extraction to only read each
2508         directive once.
2509
2510 2006-09-17  Bruno Haible  <bruno@clisp.org>
2511
2512         * modules/javaversion (Makefile.am): Remove DEFS setting.
2513         (Depends-on): Add configmake, for PKGDATADIR definition.
2514
2515 2006-09-17  Bruno Haible  <bruno@clisp.org>
2516
2517         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2518
2519 2006-09-17  Bruno Haible  <bruno@clisp.org>
2520
2521         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2522         (func_modules_transitive_closure, func_modules_add_dummy,
2523         func_modules_to_filelist, func_import, func_create_testdir,
2524         func_create_megatestdir, ...): Use it wherever possible.
2525         Suggested by Ralf Wildenhues.
2526
2527 2006-09-16  Karl Berry  <karl@gnu.org>
2528
2529         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2530         to avoid sectioning errors.
2531         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2532         [ifinfo]: blank line after @center-ed titles.
2533         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2534         Spell FSF address consistently with others.
2535         (These changes approved by rms.)
2536
2537 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2538
2539         Speed up by a factor of 1.61.
2540         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2541         already checked module names again.
2542
2543 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2544
2545         Speed up by a factor of 1.13.
2546         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2547         for new_files, and the input to func_add_or_update.
2548
2549 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2550
2551         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2552         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2553
2554 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2555
2556         * modules/mkancesdirs (Depends-on): Add fcntl.
2557         * modules/savewd: New file.
2558         * MODULES.html.sh (File system functions): Add savewd.
2559
2560         * modules/configmake (Makefile.am): Add support for the
2561         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2562
2563 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2564
2565         * m4/savewd.m4: New file.
2566
2567 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2568
2569         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2570         (dirchownmod): New arg FD.  All callers changed.
2571         Use FD rather than opening the directory ourself, as opening is
2572         now the caller's responsibility.
2573         * lib/dirchownmod.h: Likewise.
2574         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2575         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2576         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2577         (test_dir): Remove.
2578         (mkancesdirs): Return length of prefix of FILE that has already
2579         been made, or -2 if there is a child doing the work.  Redo
2580         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2581         ".", and treat ".." specially since it might stray back into
2582         already-created areas.  Use a subprocess if necessary.  New arg
2583         WD; all users changed.  MAKE_DIR function should now return 1
2584         if it creates a directory that is not readable.  Return -2 if
2585         a child process is spun off.
2586         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2587         Adjust signature to match code.
2588         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2589         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2590         all users changed.
2591         * lib/savewd.c, lib/savewd.h: New files.
2592
2593 2006-09-15  Jim Meyering  <jim@meyering.net>
2594
2595         * modules/rename-dest-slash: New module.
2596         * MODULES.html.sh (posix_compat): Add it here.
2597
2598         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2599
2600 2006-09-15  Jim Meyering  <jim@meyering.net>
2601
2602         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2603         file.
2604
2605         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2606
2607 2006-09-15  Jim Meyering  <jim@meyering.net>
2608
2609         * lib/rename-dest-slash.c (has_trailing_slash): Use
2610         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2611         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2612         test before testing whether SRC is a directory.
2613         Suggestions from Bruno Haible.
2614
2615         Avoid a warning about an unused variable.
2616         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2617         into the #ifdef block where it's used.
2618
2619         * lib/rename-dest-slash.c: New file.
2620
2621 2006-09-14  Bruno Haible  <bruno@clisp.org>
2622
2623         * lib/allocsa.c: Include <config.h> unconditionally.
2624         * lib/asnprintf.c: Likewise.
2625         * lib/asprintf.c: Likewise.
2626         * lib/c-strcasecmp.c: Likewise.
2627         * lib/c-strcasestr.c: Likewise.
2628         * lib/c-strncasecmp.c: Likewise.
2629         * lib/c-strstr.c: Likewise.
2630         * lib/classpath.c: Likewise.
2631         * lib/clean-temp.c: Likewise.
2632         * lib/concatpath.c: Likewise.
2633         * lib/copy-file.c: Likewise.
2634         * lib/csharpcomp.c: Likewise.
2635         * lib/csharpexec.c: Likewise.
2636         * lib/execute.c: Likewise.
2637         * lib/fatal-signal.c: Likewise.
2638         * lib/findprog.c: Likewise.
2639         * lib/fwriteerror.c: Likewise.
2640         * lib/gl_array_list.c: Likewise.
2641         * lib/gl_array_oset.c: Likewise.
2642         * lib/gl_avltree_list.c: Likewise.
2643         * lib/gl_avltree_oset.c: Likewise.
2644         * lib/gl_avltreehash_list.c: Likewise.
2645         * lib/gl_carray_list.c: Likewise.
2646         * lib/gl_linked_list.c: Likewise.
2647         * lib/gl_linkedhash_list.c: Likewise.
2648         * lib/gl_list.c: Likewise.
2649         * lib/gl_oset.c: Likewise.
2650         * lib/gl_rbtree_list.c: Likewise.
2651         * lib/gl_rbtree_oset.c: Likewise.
2652         * lib/gl_rbtreehash_list.c: Likewise.
2653         * lib/imaxabs.c: Likewise.
2654         * lib/imaxdiv.c: Likewise.
2655         * lib/javacomp.c: Likewise.
2656         * lib/javaexec.c: Likewise.
2657         * lib/javaversion.c: Likewise.
2658         * lib/linebreak.c: Likewise.
2659         * lib/localcharset.c: Likewise.
2660         * lib/lock.c: Likewise.
2661         * lib/mbchar.c: Likewise.
2662         * lib/mbswidth.c: Likewise.
2663         * lib/mkdtemp.c: Likewise.
2664         * lib/pipe.c: Likewise.
2665         * lib/printf-args.c: Likewise.
2666         * lib/printf-parse.c: Likewise.
2667         * lib/progname.c: Likewise.
2668         * lib/progreloc.c: Likewise.
2669         * lib/readlink.c: Likewise.
2670         * lib/sh-quote.c: Likewise.
2671         * lib/stpcpy.c: Likewise.
2672         * lib/stpncpy.c: Likewise.
2673         * lib/strcasecmp.c: Likewise.
2674         * lib/strcasestr.c: Likewise.
2675         * lib/strcspn.c: Likewise.
2676         * lib/striconv.c: Likewise.
2677         * lib/strncasecmp.c: Likewise.
2678         * lib/strnlen1.c: Likewise.
2679         * lib/strstr.c: Likewise.
2680         * lib/strtok_r.c: Likewise.
2681         * lib/tls.c: Likewise.
2682         * lib/tmpdir.c: Likewise.
2683         * lib/unicodeio.c: Likewise.
2684         * lib/unsetenv.c: Likewise.
2685         * lib/vasnprintf.c: Likewise.
2686         * lib/vasprintf.c: Likewise.
2687         * lib/wait-process.c: Likewise.
2688         * lib/xallocsa.c: Likewise.
2689         * lib/xsetenv.c: Likewise.
2690         * lib/xstriconv.c: Likewise.
2691
2692 2006-09-13  Simon Josefsson  <jas@extundo.com>
2693
2694         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
2695         that internally, suggested by Ralf Wildenhues
2696         <Ralf.Wildenhues@gmx.de>.
2697
2698 2006-09-13  Simon Josefsson  <jas@extundo.com>
2699
2700         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
2701         @LIBOBJS@.
2702         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2703
2704 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2705
2706         * lib/_fpending.c: Include <config.h> unconditionally, since we no
2707         longer worry about uses that don't define HAVE_CONFIG_H.
2708         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
2709         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
2710         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
2711         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
2712         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
2713         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
2714         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
2715         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
2716         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
2717         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
2718         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
2719         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
2720         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
2721         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
2722         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
2723         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
2724         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
2725         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
2726         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
2727         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
2728         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
2729         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
2730         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
2731         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
2732         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
2733         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
2734         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
2735         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
2736         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
2737         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
2738         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
2739         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
2740         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
2741         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
2742         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
2743         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
2744         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
2745         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
2746         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
2747         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
2748         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
2749         Likewise.
2750
2751 2006-09-13  Eric Blake  <ebb9@byu.net>
2752
2753         * lib/getopt.c: Fix typo in last commit.
2754
2755 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2756
2757         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
2758         dgettext.
2759
2760 2006-09-12  Jim Meyering  <jim@meyering.net>
2761
2762         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
2763         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
2764         Reported by Nelson H. F. Beebe.
2765
2766 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2767
2768         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
2769         program_invocation_name and program_invocation_short_name are
2770         initialized.
2771         * lib/argp-namefrob.h: Move declarations of program_invocation_name
2772         and program_invocation_short_name to argp.h, so they are visible
2773         to user programs.
2774         * lib/argp.h: Likewise
2775
2776 2006-09-10  Bruno Haible  <bruno@clisp.org>
2777
2778         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
2779         m4/inttypes_h.m4, m4/uintmax_t.m4.
2780
2781 2006-09-10  Bruno Haible  <bruno@clisp.org>
2782
2783         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
2784         gl_AC_TYPE_UINTMAX_T.
2785
2786 2006-09-10  Bruno Haible  <bruno@clisp.org>
2787
2788         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
2789
2790 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
2791
2792         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
2793         convention.  Text proposed by Bruno Haible.
2794         (struct argp_option): Document the use of N_() wrappers.
2795
2796         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
2797         '\v', and translate the two parts separately, instead of feeding
2798         the whole string to gettext.  This allows to exclude
2799         '\v' from the strings visible to the translator by writing doc
2800         strings as N_("..") "\v" N_("..").
2801
2802 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
2803
2804         * config/srclist.txt: Undo latest change; the bug was fixed.
2805
2806 2006-09-09  Bruno Haible  <bruno@clisp.org>
2807
2808         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
2809         assignments if building a library without libtool.
2810         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
2811         in func_emit_lib_Makefile_am.
2812         (func_import): When building a static library libfoo.a, arrange to
2813         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
2814         (func_create_testdir): Likewise.
2815         * modules/gc (configure.ac, Makefile.am): If building statically,
2816         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
2817         * modules/iconvme (configure.ac, Makefile.am): Likewise.
2818         * modules/striconv (configure.ac, Makefile.am): Likewise.
2819         Based on a suggestion by Ralf Wildenhues.
2820
2821 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2822
2823         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
2824         Check for unistd.h too, since Autoconf doesn't assume POSIX.
2825         Also:
2826
2827         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2828         Add year_2050_test to catch glibc bug 2821
2829         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2830
2831         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
2832         Prefer #ifdef to #if.
2833
2834         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
2835         Return from 'main' instead of calling 'exit'.
2836
2837 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * lib/mktime.c (guess_time_tm): Fix bug where mktime
2840         returned the maximum time_t value rather than (time_t) -1.
2841         Problem originally reported by William Bardwell
2842         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
2843
2844         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2845         Moved to here ...
2846         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
2847         ... from here.
2848
2849 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
2850
2851         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
2852         2821 is fixed.
2853
2854 2006-09-08  Jim Meyering  <jim@meyering.net>
2855
2856         Don't make generated files read-only.  That would bother too many
2857         people.  However, do retain the ability to work when targets are
2858         read-only: remove the destination and temporary files before writing
2859         them (when generated via sed or echo), or by using the -f option for
2860         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
2861         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2862         * modules/byteswap, modules/configmake, modules/fcntl:
2863         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2864         * modules/localcharset, modules/netinet_in, modules/poll:
2865         * modules/stdbool, modules/stdint, modules/sys_select:
2866         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2867
2868 2006-09-08  Jim Meyering  <jim@meyering.net>
2869
2870         Avoid new build failure on FreeBSD 6.0.
2871         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
2872         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
2873         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
2874
2875 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2876
2877         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
2878
2879 2006-09-07  Jim Meyering  <jim@meyering.net>
2880
2881         Fix global typo in last change: use chmod u-w, not chmod u-x.
2882         Spotted by Paul Eggert and Bruce Korb.
2883         * modules/alloca-opt, modules/argz, modules/arpa_inet:
2884         * modules/byteswap, modules/configmake, modules/fcntl:
2885         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
2886         * modules/localcharset, modules/netinet_in, modules/poll:
2887         * modules/stdbool, modules/stdint, modules/sys_select:
2888         * modules/sys_socket, modules/sys_stat, modules/sysexits:
2889
2890 2006-09-06  Jim Meyering  <jim@meyering.net>
2891
2892         Make generated files be read-only.
2893         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
2894         Ensure that each generated file is now read-only.
2895         * modules/argz: Likewise.
2896         * modules/arpa_inet: Likewise.
2897         * modules/byteswap: Likewise.
2898         * modules/configmake: Likewise.
2899         * modules/fcntl: Likewise.
2900         * modules/fnmatch: Likewise.
2901         * modules/getopt: Likewise.
2902         * modules/glob: Likewise.
2903         * modules/inttypes: Likewise.
2904         * modules/netinet_in: Likewise.
2905         * modules/poll: Likewise.
2906         * modules/stdbool: Likewise.
2907         * modules/stdint: Likewise.
2908         * modules/sys_select: Likewise.
2909         * modules/sys_socket: Likewise.
2910         * modules/sys_stat: Likewise.
2911         * modules/sysexits: Likewise.
2912         * modules/localcharset: Same as above, but continue using temporary
2913         file named "t-$@" (why different?) rather than the "$@-t" used
2914         everywhere else.
2915
2916         * modules/sysexits (Makefile.am): Replace literal occurrences
2917         of "sysexit.h" more readable, and more consistent, "$@".
2918
2919 2006-09-06  Bruno Haible  <bruno@clisp.org>
2920
2921         * modules/striconv: New file.
2922         * modules/xstriconv: New file.
2923         * MODULES.html.sh (Internationalization functions): Add striconv,
2924         xstriconv.
2925
2926 2006-09-06  Bruno Haible  <bruno@clisp.org>
2927
2928         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
2929         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
2930         not using libtool correctly.
2931
2932 2006-09-06  Bruno Haible  <bruno@clisp.org>
2933
2934         * lib/striconv.h: New file.
2935         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
2936         iconvstring.c.
2937         * lib/xstriconv.h: New file.
2938         * lib/xstriconv.c: New file.
2939
2940 2006-09-06  Bruno Haible  <bruno@clisp.org>
2941
2942         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
2943         lib_..._LDFLAGS.
2944
2945 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2946
2947         * lib/argz_.h: Sync from Libtool.
2948
2949         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
2950                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2951
2952         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
2953
2954 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
2955
2956         * modules/trim: New file.
2957
2958 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
2959
2960         * lib/trim.h: New file.
2961         * lib/trim.c: New file.
2962
2963 2006-09-05  Bruno Haible  <bruno@clisp.org>
2964
2965         * MODULES.html.sh (String handling): Add trim.
2966
2967 2006-09-04  Karl Berry  <karl@gnu.org>
2968
2969         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
2970         until next release.
2971
2972 2006-09-03  Bruno Haible  <bruno@clisp.org>
2973
2974         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
2975         correctly.
2976
2977 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2978
2979         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
2980         not gl_GETLOADAVG.  Omit unneeded semicolons.
2981         Problems reported by Ralf Wildenhues in
2982         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
2983         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
2984         at the end, which is the usual gnulib style.
2985
2986         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
2987         of doing all the work ourselves.
2988         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
2989         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
2990
2991 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
2992
2993         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
2994         Problem reported by Ralf Wildenhues in
2995         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
2996
2997         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
2998         HAVE_STRUCT_STATFS_F_FSTYPENAME.
2999
3000 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3001
3002         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3003         yesterday's patch by changing test -n to test -z.
3004
3005 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3006
3007         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3008         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3009         the former is now obsolescent.
3010
3011         * modules/chdir-long (Depends-on): Add fcntl.
3012
3013 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3014
3015         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3016         obsolescent, and programs should use gnulib instead.
3017         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3018         but with prefixes changed.
3019
3020 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3021
3022         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3023         or stdbool.h, because they might not exist while configuring.
3024
3025         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3026         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3027         does that for us.
3028         (O_DIRECTORY): Remove.
3029
3030 2006-08-31  Eric Blake  <ebb9@byu.net>
3031
3032         * gnulib-tool: Don't let emacs change spaces to TAB.
3033
3034 2006-08-31  Bruno Haible  <bruno@clisp.org>
3035
3036         * gnulib-tool: When calling func_import more than once, do it in a
3037         subshell.
3038         Reported by Eric Blake <ebb9@byu.net>.
3039
3040 2006-08-31  Bruno Haible  <bruno@clisp.org>
3041
3042         * gnulib-tool (nl): Remove variable.
3043         (sed_transform_lib_file): Use more robust test for config-h module.
3044         (func_import): Fix typo in 2006-08-25 patch.
3045
3046 2006-08-31  Bruno Haible  <bruno@clisp.org>
3047
3048         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3049         specified, augment Makefile.am variables instead of assigning them.
3050
3051 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3052
3053         Work around a bug in both the Linux and SunOS 64-bit kernels:
3054         nanosleep mishandles sleeps for longer than 2**31 seconds.
3055         Problem reported by Frank v Waveren in
3056         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3057         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3058         Check for nanosleep bug.
3059         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3060
3061 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3062
3063         Work around a bug in both the Linux and SunOS 64-bit kernels:
3064         nanosleep mishandles sleeps for longer than 2**31 seconds.
3065         Problem reported by Frank v Waveren in
3066         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3067         * lib/nanosleep.c (BILLION): New constant.
3068         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3069         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3070         implementation.
3071
3072 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3073
3074         * modules/nanosleep (Depends-on): Add gettime.
3075
3076 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3077         and Simon Josefsson  <jas@extundo.com>
3078         and Oskar Liljeblad  <oskar@osk.mine.nu>
3079
3080         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3081         * gnulib-tool (func_import): New license type 'unmodifiable license
3082         text'.
3083         * modules/fdl: Use it.  Longer description.
3084         * module/gpl, module/lgpl: New files.
3085
3086 2006-08-30  Jim Meyering  <jim@meyering.net>
3087
3088         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3089         shadowing the parameter.
3090
3091 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3092
3093         Sync from Libtool:
3094
3095         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3096
3097         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3098         sharing with gnulib.  Report by Eric Blake.
3099
3100 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3101
3102         * modules/isapipe: New file.
3103         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3104
3105 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3106
3107         * modules/configmake (Makefile.am): Add a comment, and omit
3108         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3109         by Bruno Haible.
3110
3111 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3112
3113         * m4/isapipe.m4: New file.
3114
3115 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3116
3117         * lib/isapipe.c, lib/isapipe.h: New files.
3118
3119 2006-08-29  Jim Meyering  <jim@meyering.net>
3120
3121         * modules/configmake (Makefile.am): Make configmake.h depend on
3122         Makefile.  Otherwise, a stale configmake.h could hang around.
3123
3124 2006-08-29  Eric Blake  <ebb9@byu.net>
3125
3126         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3127         resolution of upstream bug 3044.
3128
3129 2006-08-29  Bruno Haible  <bruno@clisp.org>
3130
3131         * modules/localcharset (Depends-on): Add configmake.
3132         (Makefile.am): Remove setting of LIBDIR through DEFS.
3133
3134 2006-08-29  Bruno Haible  <bruno@clisp.org>
3135
3136         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3137         defined.
3138
3139 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3140
3141         * modules/fcntl: New file.
3142         * modules/chdir-safer (Depends-on): Add fcntl.
3143         * modules/fts: Likewise.
3144         * modules/mkdir-p: Likewise.
3145
3146         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3147         This undoes the most recent change, since we're now addressing the
3148         problem in a different way.
3149
3150         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3151         into output, since the output might be called Makefile.am even
3152         if $makefile_name is something different.
3153         (func_import): Use $makefile_am rather than
3154         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3155         empty.
3156
3157         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3158
3159 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3160
3161         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3162         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3163         recent change to stdint.m4, since we're now addressing the problem in a
3164         different way.
3165
3166 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3167
3168         * m4/fcntl_h.m4: New file.
3169
3170 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3171
3172         * lib/fcntl_.h: New file.
3173         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3174         the fcntl module.
3175         * lib/dirchownmod.c: Likewise.
3176         * lib/fts.c: Likewise.
3177
3178         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3179         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3180         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3181         just before including <inttypes.h>, to avoid circular inclusion.
3182
3183 2006-08-28  Jim Meyering  <jim@meyering.net>
3184
3185         * doc/visibility.texi: Actually read and correct the grammar of the
3186         sentence affected by yesterday's change.
3187
3188 2006-08-28  Eric Blake  <ebb9@byu.net>
3189
3190         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3191         needs wrapper.
3192
3193 2006-08-28  Eric Blake  <ebb9@byu.net>
3194
3195         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3196
3197 2006-08-28  Eric Blake  <ebb9@byu.net>
3198
3199         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3200
3201 2006-08-28  Bruno Haible  <bruno@clisp.org>
3202
3203         * modules/c-strstr: New file, from GNU gettext.
3204         * MODULES.html.sh (String handling): Add c-strstr.
3205
3206 2006-08-28  Bruno Haible  <bruno@clisp.org>
3207
3208         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3209         macros.
3210         Reported by Eric Blake.
3211
3212 2006-08-28  Bruno Haible  <bruno@clisp.org>
3213
3214         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3215         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3216         * lib/vasprintf.c: Include errno.h, limits.h.
3217         (EOVERFLOW): New fallback definition.
3218         (vasprintf): Test here whether the string length is > INT_MAX.
3219         * lib/vsnprintf.c: Include errno.h, limits.h.
3220         (EOVERFLOW): New fallback definition.
3221         (vsnprintf): Fix bug when generated string was too long for the buffer.
3222         Test here whether the string length is > INT_MAX.
3223
3224 2006-08-28  Bruno Haible  <bruno@clisp.org>
3225
3226         * lib/inttypes_.h (SCNX*): Remove definitions.
3227         Reported by Eric Blake.
3228
3229 2006-08-28  Bruno Haible  <bruno@clisp.org>
3230
3231         * lib/c-strstr.h: New file, from GNU gettext.
3232         * lib/c-strstr.c: New file, from GNU gettext.
3233
3234 2006-08-28  Bruno Haible  <bruno@clisp.org>
3235
3236         * gnulib-tool: Reorder some statements.
3237
3238 2006-08-28  Bruno Haible  <bruno@clisp.org>
3239
3240         * gnulib-tool: New option --makefile-name.
3241         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3242         $makefile_name.
3243         (func_import): Write $makefile_name to the cache file, and read it from
3244         there unless explicitly specified. Use $makefile_name as file name
3245         instead of Makefile.am. Adjust the recommendations accordingly.
3246
3247 2006-08-28  Bruno Haible  <bruno@clisp.org>
3248
3249         * gnulib-tool (func_verify_module): Check against misapplying patch.
3250
3251 2006-08-28  Bruno Haible  <bruno@clisp.org>
3252
3253         * gnulib-tool (func_relativize, func_relconcat): New functions.
3254         Give an error if --local-dir is given with --update.
3255         Remove trailing slashes from $local_gnulib_dir.
3256         (func_import): Store the relativized $local_gnulib_dir in
3257         gnulib-cache.m4, and read it from there if not specified explicitly.
3258
3259 2006-08-28  Bruno Haible  <bruno@clisp.org>
3260
3261         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3262         is the current directory. Respect also $local_gnulib_dir.
3263
3264 2006-08-28  Bruno Haible  <bruno@clisp.org>
3265             Simon Josefsson  <jas@extundo.com>
3266
3267         BeOS portability.
3268         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3269
3270 2006-08-27  Jim Meyering  <jim@meyering.net>
3271
3272         * doc/visibility.texi: Remove duplicate word: "pointer".
3273
3274 2006-08-26  Bruno Haible  <bruno@clisp.org>
3275
3276         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3277         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3278         (Makefile.am): Create inttypes.h from inttypes_.h.
3279         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3280
3281         * modules/imaxabs: New file.
3282
3283         * modules/imaxdiv: New file.
3284
3285 2006-08-26  Bruno Haible  <bruno@clisp.org>
3286
3287         * m4/inttypes.m4: New file.
3288         * m4/_inttypes_h.m4: Remove file.
3289         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3290         PRI_MACROS_BROKEN.
3291         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3292
3293         * m4/imaxabs.m4: New file.
3294
3295         * m4/imaxdiv.m4: New file.
3296
3297 2006-08-26  Bruno Haible  <bruno@clisp.org>
3298
3299         * lib/inttypes_.h: New file.
3300         * lib/inttypes.h: Remove file.
3301         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3302
3303         * lib/imaxabs.c: New file.
3304
3305         * lib/imaxdiv.c: New file.
3306
3307 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3308
3309         New config-h module, so that "make" output needn't be cluttered
3310         by -DHAVE_CONFIG_H.
3311         * MODULES.html.sh (Support for building libraries and executables):
3312         Add config-h.
3313         * modules/config-h: New file.
3314         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3315         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3316         the config-h module is used.
3317
3318         New configmake module, so that "make" output needn't be cluttered
3319         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3320         * MODULES.html.sh (Support for building libraries and executables):
3321         Add configmake.
3322         * modules/configmake: New file.
3323
3324 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3325
3326         * m4/config-h.m4: New file.
3327
3328 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3329
3330         * config/srclist.txt: Add elisp-comp.
3331
3332 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3333
3334         * MODULES.html.sh (Support for building libraries and executables):
3335         Add elisp-comp.
3336         * build-aux/elisp-comp: New file.
3337         * modules/elisp-comp: New file.
3338
3339 2006-08-24  Bruno Haible  <bruno@clisp.org>
3340
3341         * gnulib-tool (func_create_testdir): Use non-default values of
3342         sourcebase and m4base.
3343
3344 2006-08-24  Bruno Haible  <bruno@clisp.org>
3345
3346         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3347         HTML structure.
3348
3349 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3350
3351         * modules/openat (Depends-on): Add lchown.
3352
3353 2006-08-23  Bruno Haible  <bruno@clisp.org>
3354
3355         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3356         of gl_LOCK_EARLY instead of gl_LOCK.
3357
3358 2006-08-23  Bruno Haible  <bruno@clisp.org>
3359
3360         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3361         on OSF/1 to no.
3362         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3363
3364 2006-08-23  Bruno Haible  <bruno@clisp.org>
3365
3366         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3367         as unusable.
3368
3369         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3370         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3371         (gl_LOCK): New macro.
3372
3373 2006-08-22  Simon Josefsson  <jas@extundo.com>
3374
3375         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3376         to md5 module.
3377
3378 2006-08-22  Simon Josefsson  <jas@extundo.com>
3379
3380         * MODULES.html.sh: Add "Support for maintaining and release
3381         projects".
3382
3383         * build-aux/gnupload: New file, from coreutils.
3384
3385 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3386
3387         Avoid the need for AC_LIBSOURCES in m4 macros.
3388         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3389         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3390         * modules/check-version (EXTRA_DIST): Add check-version.h.
3391         * modules/crc (EXTRA_DIST): Add crc.h.
3392         * modules/des (EXTRA_DIST): Add des.h.
3393         * modules/gc (EXTRA_DIST): Add gc.h.
3394         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3395         * modules/getline (EXTRA_DIST): Add getline.h.
3396         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3397         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3398         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3399         * modules/md2 (EXTRA_DIST): Add md2.h.
3400         * modules/md4 (EXTRA_DIST): Add md4.h.
3401         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3402         * modules/read-file (EXTRA_DIST): Add read-file.h.
3403         * modules/readline (EXTRA_DIST): Add readline.h.
3404         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3405         rijndael-api-fst.h.
3406
3407 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3408
3409         * m4/rijndael.m4 (gl_ARCFOUR):
3410         * m4/arctwo.m4 (gl_ARCTWO):
3411         * m4/check-version.m4 (gl_CHECK_VERSION):
3412         * m4/crc.m4 (gl_CRC):
3413         * m4/des.m4 (gl_DES):
3414         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3415         * m4/gc.m4 (gl_GC):
3416         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3417         * m4/getline.m4 (gl_FUNC_GETLINE):
3418         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3419         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3420         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3421         * m4/md2.m4 (gl_MD2):
3422         * m4/md4.m4 (gl_MD4):
3423         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3424         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3425         * m4/readline.m4 (gl_FUNC_READLINE):
3426         * m4/rijndael.m4 (gl_RIJNDAEL):
3427         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3428         to get the necessary .h files and whatnot.
3429
3430 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3431
3432         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3433         gnulib rather than the other way around.
3434         * config/srclistvars.sh (COREUTILS): Remove.
3435
3436 2006-08-22  Jim Meyering  <jim@meyering.net>
3437
3438         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3439
3440         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3441
3442 2006-08-22  Eric Blake  <ebb9@byu.net>
3443
3444         * modules/regexprops-generic: New file.
3445         * MODULES.html.sh (Support for building documentation): List it.
3446
3447 2006-08-22  Eric Blake  <ebb9@byu.net>
3448
3449         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3450         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3451         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3452         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3453
3454 2006-08-22  Bruno Haible  <bruno@clisp.org>
3455
3456         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3457         and lib_LTLIBRARIES like the other lib_* variables.
3458
3459 2006-08-22  Bruno Haible  <bruno@clisp.org>
3460
3461         * build-aux/x-to-1.in: New file, from GNU gettext.
3462
3463 2006-08-22  Bruno Haible  <bruno@clisp.org>
3464
3465         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3466         <utmpx.h> exists.
3467
3468 2006-08-22  Bruno Haible  <bruno@clisp.org>
3469
3470         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3471         <utmpx.h> exists.
3472
3473 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3474
3475         BeOS portability.
3476         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3477         exist.
3478         Problem reported by Bruno Haible.
3479
3480 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3481
3482         Avoid the need for AC_LIBSOURCES in m4 macros.
3483         * modules/acl (EXTRA_DIST): Add acl.h.
3484         * modules/argmatch (Files): Add m4/argmatch.m4.
3485         (configure.ac): Add gl_ARGMATCH.
3486         (EXTRA_DIST): Renamed from lib_SOURCES, for
3487         consistency with the other modules.  Remove argmatch.c.
3488         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3489         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3490         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3491         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3492         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3493         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3494         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3495         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3496         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3497         * modules/closeout (EXTRA_DIST): Add closeout.h.
3498         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3499         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3500         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3501         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3502         dirname.h; remove basename.c and stripslash.c.
3503         * modules/exclude (EXTRA_DIST): Add exclude.h.
3504         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3505         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3506         * modules/file-type (EXTRA_DIST): Add file-type.h.
3507         * modules/filemode (EXTRA_DIST): Add filemode.h.
3508         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3509         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3510         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3511         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3512         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3513         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3514         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3515         * modules/getdate (EXTRA_DIST): Add getdate.c.
3516         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3517         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3518         * modules/getpass (EXTRA_DIST): Add getpass.h.
3519         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3520         * modules/group-member (EXTRA_DIST): Add group-member.h.
3521         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3522         * modules/hash (EXTRA_DIST): Add hash.h.
3523         * modules/human (EXTRA_DIST): Add human.h.
3524         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3525         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3526         * modules/lchown (EXTRA_DIST): Add lchown.h.
3527         * modules/long-options (EXTRA_DIST): Add long-options.h.
3528         * modules/lstat (EXTRA_DIST): Add lstat.h.
3529         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3530         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3531         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3532         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3533         * modules/memxor (EXTRA_DIST): Add memxor.h.
3534         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3535         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3536         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3537         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3538         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3539         * modules/physmem (EXTRA_DIST): Add physmem.h.
3540         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3541         * modules/posixver (EXTRA_DIST): Add posixver.h.
3542         * modules/quote (EXTRA_DIST): Add quote.h.
3543         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3544         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3545         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3546         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3547         regex_internal.h regexec.c.
3548         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3549         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3550         * modules/same (EXTRA_DIST): Add same.h.
3551         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3552         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3553         * modules/savedir (EXTRA_DIST): Add savedir.h.
3554         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3555         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3556         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3557         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3558         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3559         * modules/strdup (EXTRA_DIST): Add strdup.h.
3560         * modules/strftime (EXTRA_DIST): Add strftime.h.
3561         * modules/strndup (EXTRA_DIST): Add strndup.h.
3562         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3563         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3564         * modules/time_r (EXTRA_DIST): Add time_r.h.
3565         * modules/timespec (EXTRA_DIST): Add timespec.h.
3566         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3567         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3568         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3569         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3570         * modules/userspec (EXTRA_DIST): Add userspec.h.
3571         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3572         * modules/utimens (EXTRA_DIST): Add utimens.h.
3573         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3574         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3575         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3576         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3577         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3578         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3579         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3580         * modules/yesno (EXTRA_DIST): Add yesno.h.
3581
3582 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3583
3584         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3585
3586         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3587         * m4/dev-ino.m4, same-inode.m4: Remove.
3588
3589         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3590         * m4/acl.m4 (AC_FUNC_ACL):
3591         * m4/backupfile.m4 (gl_BACKUPFILE):
3592         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3593         * m4/canon-host.m4 (gl_CANON_HOST):
3594         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3595         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3596         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3597         * m4/cloexec.m4 (gl_CLOEXEC):
3598         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3599         * m4/closeout.m4 (gl_CLOSEOUT):
3600         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3601         * m4/dirname.m4 (gl_DIRNAME):
3602         * m4/exclude.m4 (gl_EXCLUDE):
3603         * m4/exitfail.m4 (gl_EXITFAIL):
3604         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3605         * m4/file-type.m4 (gl_FILE_TYPE):
3606         * m4/filemode.m4 (gl_FILEMODE):
3607         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3608         * m4/fpending.m4 (gl_FUNC_FPENDING):
3609         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3610         * m4/fts.m4 (gl_FUNC_FTS):
3611         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3612         * m4/getdate.m4 (gl_GETDATE):
3613         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3614         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3615         * m4/getpass.m4 (gl_FUNC_GETPASS):
3616         * m4/gettime.m4 (gl_GETTIME):
3617         * m4/getugroups.m4 (gl_GETUGROUPS):
3618         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3619         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3620         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3621         * m4/hash.m4 (gl_HASH):
3622         * m4/idcache.m4 (gl_IDCACHE):
3623         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3624         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3625         * m4/long-options.m4 (gl_LONG_OPTIONS):
3626         * m4/lstat.m4 (gl_FUNC_LSTAT):
3627         * m4/md5.m4 (gl_MD5):
3628         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3629         * m4/memcoll.m4 (gl_MEMCOLL):
3630         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3631         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3632         * m4/memxor.m4 (gl_MEMXOR):
3633         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3634         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3635         * m4/modechange.m4 (gl_MODECHANGE):
3636         * m4/mountlist.m4 (gl_MOUNTLIST):
3637         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3638         * m4/openat.m4 (gl_FUNC_OPENAT):
3639         * m4/pathmax.m4 (gl_PATHMAX):
3640         * m4/physmem.m4 (gl_PHYSMEM):
3641         * m4/posixtm.m4 (gl_POSIXTM):
3642         * m4/posixver.m4 (gl_POSIXVER):
3643         * m4/quote.m4 (gl_QUOTE):
3644         * m4/quotearg.m4 (gl_QUOTEARG):
3645         * m4/readtokens.m4 (gl_READTOKENS):
3646         * m4/readutmp.m4 (gl_READUTMP):
3647         * m4/regex.m4 (gl_REGEX):
3648         * m4/safe-read.m4 (gl_SAFE_READ):
3649         * m4/safe-write.m4 (gl_SAFE_WRITE):
3650         * m4/same.m4 (gl_SAME):
3651         * m4/save-cwd.m4 (gl_SAVE_CWD):
3652         * m4/savedir.m4 (gl_SAVEDIR):
3653         * m4/settime.m4 (gl_SETTIME):
3654         * m4/sha1.m4 (gl_SHA1):
3655         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
3656         * m4/stat-macros.m4 (gl_STAT_MACROS):
3657         * m4/stat-time.m4 (gl_STAT_TIME):
3658         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
3659         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
3660         * m4/strdup.m4 (gl_FUNC_STRDUP):
3661         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
3662         * m4/strndup.m4 (gl_FUNC_STRNDUP):
3663         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
3664         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
3665         * m4/time_r.m4 (gl_TIME_R):
3666         * m4/timespec.m4 (gl_TIMESPEC):
3667         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
3668         * m4/unlinkdir.m4 (gl_UNLINKDIR):
3669         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
3670         * m4/userspec.m4 (gl_USERSPEC):
3671         * m4/utimecmp.m4 (gl_UTIMECMP):
3672         * m4/utimens.m4 (gl_UTIMENS):
3673         * m4/xalloc.m4 (gl_XALLOC):
3674         * m4/xgetcwd.m4 (gl_XGETCWD):
3675         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
3676         * m4/xreadlink.m4 (gl_XREADLINK):
3677         * m4/xstrtod.m4 (gl_XSTRTOD):
3678         * m4/yesno.m4 (gl_YESNO):
3679         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3680         to get the necessary .h files and whatnot.
3681
3682 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
3683             Bruno Haible  <bruno@clisp.org>
3684
3685         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
3686         /bin/sh understanding of '!' conditional negation.
3687
3688 2006-08-21  Jim Meyering  <jim@meyering.net>
3689
3690         * modules/openat (Depends-on): Really alphabetize.
3691
3692         * modules/acl (Depends-on): Add error and quote.
3693
3694         * check-module (find_included_lib_files): Add at-func.c to the
3695         ok-to-include-more-than-once white list.
3696
3697         * modules/openat (Depends-on): Add lstat.  Alphabetize.
3698
3699 2006-08-21  Bruno Haible  <bruno@clisp.org>
3700
3701         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3702         Emit a pkgdata_DATA variable only if some snippets add contents to it.
3703         Reported by Martin Lambers <marlam@marlam.de>.
3704
3705 2006-08-21  Bruno Haible  <bruno@clisp.org>
3706
3707         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
3708         specify an installation location, don't emit a noinst_LIBRARIES or
3709         noinst_LTLIBRARIES assignment.
3710
3711 2006-08-21  Bruno Haible  <bruno@clisp.org>
3712
3713         BeOS portability.
3714         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
3715         BeOS has mbrtowc() but no <wctype.h>.
3716
3717 2006-08-21  Bruno Haible  <bruno@clisp.org>
3718
3719         BeOS portability.
3720         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
3721         exist.
3722
3723 2006-08-21  Bruno Haible  <bruno@clisp.org>
3724
3725         BeOS portability.
3726         * lib/mbchar.h: Include <wctype.h> only if it exists.
3727
3728 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3729
3730         Remove files that are no longer needed by their respective modules.
3731         * m4/obstack.m4: Remove.
3732         * m4/strerror_r.m4: Remove.
3733         * m4/uint32_t.m4: Remove.
3734         * m4/uintptr_t.m4: Remove.
3735         * m4/ullong_max.m4: Remove.
3736         * m4/xstrtoimax.m4: Remove.
3737         * m4/xstrtoumax.m4: Remove.
3738
3739         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
3740         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
3741         dependencies now capture this.
3742
3743         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
3744         Do not use AC_LIBSOURCES, since gnulib modules now do this.
3745         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
3746         * m4/human.m4 (gl_HUMAN): Likewise.
3747         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
3748         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
3749
3750         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
3751
3752         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
3753         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
3754         stdint.
3755         * m4/human.m4 (gl_HUMAN): Likewise.
3756         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
3757         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
3758         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3759         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3760         * m4/xstrtol (gl_XSTRTOL): Likewise.
3761
3762         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
3763         AC_TYPE_LONG_LONG_INT.
3764         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3765         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
3766         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
3767         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3768
3769         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
3770         on stdbool.
3771
3772         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
3773         (gl_PREREQ_XSTRTOUL): Remove.
3774
3775         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
3776
3777         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
3778         mode.
3779
3780 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3781
3782         Add and change modules to make it easier for coreutils to use
3783         gnulib-tool.
3784         * modules/backupfile (Files): Remove m4/d-ino.m4.
3785         (Depends-on): Add d-ino.
3786         * modules/cycle-check (Depends-on): Add stdint.
3787         (lib_SOURCES): Add cycle-check.h.
3788         * modules/d-ino: New module.
3789         * modules/d-type: New module.
3790         * modules/error (Files): Remove m4/strerror_r.m4.
3791         * modules/filemode (Files): Add m4/st_dm_mode.m4.
3792         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3793         m4/inttypes_h.m4, m4/uintmax_t.m4.
3794         (Depends-on): Add stdint.
3795         (lib_SOURCES): Add fsusage.h.
3796         * modules/getcwd (Files): Remove d-ino.m4.
3797         (Depends-on): Add d-ino.
3798         * modules/getndelim2 (Depends-on): Add stdint.
3799         * modules/glob (Files): Remove m4/d-type.m4.
3800         (Depends-on): Add d-type.
3801         * modules/host-os: New module.
3802         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
3803         m4/inttypes_h.m4, m4/uintmax_t.m4.
3804         * Depends-on: Add stdint.
3805         (lib_SOURCES): Add human.h.
3806         * modules/inttostr (Files): Remove m4/intmax_t.m4,
3807         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
3808         m4/uintmax_t.m4, m4/ulonglong.m4.
3809         (Depends-on): Add stdint.
3810         (EXTRA_DIST): Add inttostr.h.
3811         * modules/lchmod: New module.
3812         * modules/link-follow: New module.
3813         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
3814         (Depends-on): Add lchmod.
3815         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
3816         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
3817         (Depends-on): Add stdint.
3818         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
3819         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
3820         (Depends-on): Add stdint.
3821         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
3822         * modules/perl: New module.
3823         * modules/regex (Depends-on): Add stdint.
3824         * modules/rmdir-errno: New module.
3825         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3826         m4/intmax_t.m4.
3827         (Depends-on): Add stdint.
3828         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
3829         m4/uintmax_t.m4.
3830         (Depends-on): Add stdint.
3831         * modules/unlink-busy: New module.
3832         * modules/utimecmp (Depends-on): Add stdint.
3833         * modules/uptime: New module.
3834         * modules/winsz-ioctl: New module.
3835         * modules/winsz-termios: New module.
3836         * modules/xnanosleep (Depends-on): Add nanosleep.
3837         * modules/ullong_max: Remove.
3838         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
3839         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
3840         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
3841         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
3842         (Depends-on): Add inttypes.
3843         (lib_SOURCES): Add xstrtol.h.
3844         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
3845         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
3846         * MODULES.html.sh: Move 'assert' into the assert section.
3847         Move 'dummy' into the linking section.
3848         Remove ullong_max.
3849         Add section for compatibility checks for POSIX:2001 functions,
3850         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
3851         winsz-ioctl, and winsz-termios into it.
3852         Add lchmod.
3853         Add top-level Misc section and put host-os, perl, and uptime
3854         into it.
3855
3856 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3857
3858         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
3859         now assume the stdint module.  Do not include inttypes.h.
3860         * lib/fsusage.h: Likewise.
3861         * lib/getndelim2.c: Likewise.
3862         * lib/human.h: Likewise.
3863         * lib/inttostr.h: Likewise.
3864         * lib/obstack.c: Likewise.
3865         * lib/regex_internal.h: Likewise.
3866         * lib/tempname.c: Likewise.
3867         * lib/utimecmp.c: Likewise.
3868         * lib/xstrtol.h: Likewise.
3869
3870         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
3871
3872         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
3873         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
3874         * lib/xtime.h: Likewise.
3875
3876 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3877
3878         * modules/openat (Files): Add lib/fchmodat.c.
3879         Fixes problem reported by Jay Youngman.
3880
3881 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
3882
3883         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
3884         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
3885
3886 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
3887             Bruno Haible  <bruno@clisp.org>
3888
3889         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
3890         and is a script that invokes bison. Tighten the code. Add comments.
3891
3892 2006-08-18  Jim Meyering  <jim@meyering.net>
3893
3894         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
3895         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
3896         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
3897         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
3898
3899 2006-08-18  Bruno Haible  <bruno@clisp.org>
3900
3901         * modules/bison-i18n: New file.
3902         * MODULES.html.sh (Internationalization functions): Add it.
3903
3904 2006-08-18  Bruno Haible  <bruno@clisp.org>
3905
3906         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
3907         sys/statvfs.h. When getmntinfo was found, check its declaration and
3908         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
3909
3910 2006-08-18  Bruno Haible  <bruno@clisp.org>
3911
3912         * m4/bison-i18n.m4: New file, from bison.
3913
3914 2006-08-18  Bruno Haible  <bruno@clisp.org>
3915
3916         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
3917         (ME_DUMMY): Treat "kernfs" as a dummy.
3918         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
3919
3920 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3921
3922         Update from coreutils.
3923
3924         2006-08-15  Jim Meyering  <jim@meyering.net>
3925
3926         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
3927
3928         2006-01-17  Jim Meyering  <jim@meyering.net>
3929
3930         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
3931
3932         2006-01-11  Jim Meyering  <jim@meyering.net>
3933
3934         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
3935         Check for the lchmod function.
3936
3937 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
3938
3939         Update from coreutils.
3940
3941         * lib/__fpending.h: Add copyright notice.
3942         * lib/fprintftime.h: Likewise.
3943         * lib/savedir.c: Use (C) in copyright notice.
3944         * lib/savedir.h: Likewise.
3945
3946         2006-08-15  Jim Meyering  <jim@meyering.net>
3947
3948         * lib/at-func.c: New file, with the logic of all emulated at-functions.
3949         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
3950         in support of the EXPECTED_ERRNO macro.
3951         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
3952         definitions.  Instead, define the appropriate symbols and include
3953         "at-func.c".
3954         * lib/mkdirat.c (mkdirat): Likewise.
3955         * lib/fchmodat.c (fchmodat): Likewise.
3956         (ENOSYS): Remove definition.
3957         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
3958         it.  Don't include "unistd--.h" -- it wasn't ever used.
3959
3960         2006-01-17  Jim Meyering  <jim@meyering.net>
3961
3962         Rewrite fts.c not to change the current working directory,
3963         by using openat, fstatat, fdopendir, etc..
3964
3965         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
3966         (HAVE_OPENAT_SUPPORT): Define.
3967         [_LIBC] (fchdir): Don't undef or define; no longer used.
3968         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
3969         Now, this `function' always succeeds, and consumes its file descriptor
3970         parameter -- so callers must not close such FDs.  Update callers.
3971         (diropen_fd, opendirat, cwd_advance_fd): New functions.
3972         (diropen): Add parameter, SP.  Adjust all callers.
3973         Implement using diropen_fd, rather than open.
3974         (fts_open): Initialize new member, fts_cwd_fd.
3975         Remove fts_rft-setting code.
3976         (fts_close): Close fts_cwd_fd, if necessary.
3977         (__opendir2): Define in terms of opendir or opendirat,
3978         depending on whether the FST_NOCHDIR flag is set.
3979         (fts_build): Since fts_safe_changedir consumes its FD, and since
3980         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
3981         and close the dup'd file descriptor upon failure.
3982         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
3983         (fts_safe_changedir): Tweak semantics to reflect that this function
3984         now calls cwd_advance_fd and hence consumes its FD argument.
3985         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
3986         [struct FTS] (fts_rft): Remove now-unused member.
3987         [struct FTS] (fts_cycle.state): Improve comment.
3988
3989         * lib/openat.c (openat_needs_fchdir): New function.
3990         * lib/openat.h (openat_needs_fchdir): Declare it.
3991
3992 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
3993
3994         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
3995         Problem and fix reported by Pádraig Brady in
3996         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
3997
3998 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3999
4000         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4001
4002 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         * lib/memcoll.c (memcoll): Optimize for the common case where the
4005         arguments are bytewise equal.
4006
4007 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4008
4009         * doc/regexprops-generic.texi: Add a copyright notice.
4010
4011 2006-08-15  Bruno Haible  <bruno@clisp.org>
4012
4013         * modules/tmpdir (License): Change to LGPL.
4014
4015 2006-08-15  Bruno Haible  <bruno@clisp.org>
4016
4017         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4018         module.
4019
4020 2006-08-14  Simon Josefsson  <jas@extundo.com>
4021
4022         * config/srclist.txt: Add gnupload.
4023
4024 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4025
4026         Change copyright notice from LGPL 2 to GPL 2, since that's the
4027         standard form used in the gnulib repository.
4028         * tests/test-lock.c: Likewise.
4029         * tests/test-stdint.c: Likewise.
4030         * tests/test-tls.c: Likewise.
4031
4032         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4033         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4034         Add copyright notice.
4035
4036         * check-module: Add copyright notice.  Output a copyright
4037         notice if "--version" is specified.
4038         * modules/COPYING: New file.
4039         * tests/test-getaddrinfo.c: Add copyright notice.
4040         * tests/test-verify.c: Likewise.
4041
4042 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4043
4044         Change copyright notice from LGPL 2 to GPL 2, since that's the
4045         standard form used in the gnulib repository.
4046         * lib/lock.c: LGPL -> GPL.
4047         * lib/lock.h: Likewise.
4048         * lib/strnlen1.c: Likewise.
4049         * lib/strnlen1.h: Likewise.
4050         * lib/tls.c: Likewise.
4051         * lib/tls.h: Likewise.
4052         * lib/tmpdir.c: Likewise.
4053
4054         * lib/TODO: Remove; this belongs only in coreutils.
4055
4056 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4057
4058         Add copyright notices to long-enough files that lack them, since
4059         otherwise the files aren't clearly free.  Use the same notice that
4060         getdate.texi already uses.
4061         * doc/alloca-opt.texi: Add copyright notice.
4062         * doc/alloca.texi: Likewise.
4063         * doc/ctime.texi: Likewise.
4064         * doc/functions.texi: Likewise.
4065         * doc/gcd.texi: Likewise.
4066         * doc/gnulib-tool.texi: Likewise.
4067         * doc/inet_ntoa.texi: Likewise.
4068         * doc/visibility.texi: Likewise.
4069
4070         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4071         * doc/quote.texi: Add copyright notice.
4072
4073         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4074         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4075         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4076         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4077         is now obsolete, and give a pointer to the Sun list.
4078         Add copyright notice.
4079
4080 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4081
4082         * config/srclistvars.sh: Add copyright notice.
4083
4084 2006-08-14  Eric Blake  <ebb9@byu.net>
4085
4086         Import the following change from libc:
4087
4088         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4089
4090         Upstream bug 2997.
4091         * lib/misc/error.c: Add space between program name and message if file
4092         name is missing.
4093
4094 2006-08-12  Karl Berry  <karl@gnu.org>
4095
4096         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4097         remove, these originate in gnulib now.
4098
4099 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4100
4101         * doc/Makefile (standards.info standards.html standards.dvi):
4102         Also depend on make-stds.texi.
4103
4104 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4105
4106         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4107         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4108
4109         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4110         in wchar_t.  Problem reported by Eric Blake.
4111
4112         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4113         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4114         Also, help the compiler to keep LEN in a register.
4115
4116 2006-08-11  Eric Blake  <ebb9@byu.net>
4117
4118         * users.txt: Sort.  Add tar.
4119
4120 2006-08-11  Bruno Haible  <bruno@clisp.org>
4121
4122         * users.txt: New file.
4123
4124 2006-08-11  Bruno Haible  <bruno@clisp.org>
4125
4126         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4127         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4128
4129 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4130
4131         * modules/snprintf (Depends-on): Remove minmax.
4132         (Maintainer): Add self and Bruno.
4133
4134 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4135
4136         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4137         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4138         (EOVERFLOW): Define if the system does not.
4139         Do not include "minmax.h"; it wasn't used.
4140         (snprintf): Don't assume size_t promotes to an unsigned type.
4141         Fix bug when generated string was too long for the buffer: the
4142         buffer's contents are supposed to be the initial prefix of the
4143         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4144         exceeds INT_MAX; do the check ourselves.
4145
4146         Import the following changes from libc:
4147
4148         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4149
4150         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4151         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4152         set wc to the byte which couldn't be converted.
4153         (re_string_reconstruct): Don't clear valid_raw_len before calling
4154         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4155         tip_context using re_string_context_at.
4156
4157         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4158
4159         * lib/posix/regex.h: g++ still cannot handled [restrict].
4160
4161         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4162
4163         * lib/posix/regex.h: Remove special handling for VMS.
4164
4165 2006-08-10  Jim Meyering  <jim@meyering.net>
4166
4167         * modules/same-inode: New module.
4168         * modules/dev-ino: New module.
4169         * modules/cycle-check: Depend on these modules, rather than simply
4170         including their .h files.
4171         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4172         required via m4/cycle-check.m4.
4173         * modules/same: Depend on new same-inode module, rather than
4174         including same-inode.h.
4175         * modules/chdir-safer: New file.
4176
4177         * modules/chown (Depends-on): Add stat-macros.
4178
4179 2006-08-10  Jim Meyering  <jim@meyering.net>
4180
4181         * m4/cycle-check.m4: New file.
4182         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4183         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4184
4185 2006-08-10  Eric Blake  <ebb9@byu.net>
4186
4187         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4188         in from original proposal.
4189
4190 2006-08-10  Eric Blake  <ebb9@byu.net>
4191         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4192
4193         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4194         namespace.
4195
4196 2006-08-10  Bruno Haible  <bruno@clisp.org>
4197
4198         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4199         as well.
4200
4201 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4202
4203         Sync from coreutils.
4204
4205         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4206
4207         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4208         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4209
4210 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4211
4212         * modules/restrict: Remove; no longer needed now that we assume
4213         Autoconf 2.59 or later.
4214         * MODULES.html.sh: Remove 'restrict'.
4215         * modules/argp (Depends-on): Remove 'restrict'.
4216         * modules/base64 (Depends-on): Likewise.
4217         * modules/gc (Depends-on): Likewise.
4218         * modules/getaddrinfo (Depends-on): Likewise.
4219         * modules/glob (Depends-on): Likewise.
4220         * modules/inet_ntop (Depends-on): Likewise.
4221         * modules/inet_pton (Depends-on): Likewise.
4222         * modules/memxor (Depends-on): Likewise.
4223         * modules/regex (Depends-on): Likewise.
4224         * modules/strtok_r (Depends-on): Likewise.
4225         * modules/time_r (Depends-on): Likewise.
4226
4227 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4228
4229         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4230         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4231         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4232         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4233         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4234         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4235         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4236         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4237
4238         Merge from coreutils.
4239         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4240         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4241         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4242         * m4/time_r.m4 (gl_TIME_R): Likewise.
4243
4244 2006-08-09  Karl Berry  <karl@gnu.org>
4245
4246         * config/srclist.txt: no more gettext-tools, per Bruno.
4247
4248 2006-08-08  Eric Blake  <ebb9@byu.net>
4249
4250         * modules/verror: New module.
4251         * MODULES.html.sh: Document it.
4252
4253 2006-08-08  Eric Blake  <ebb9@byu.net>
4254
4255         * lib/verror.h, lib/verror.c: New files.
4256
4257 2006-08-08  Eric Blake  <ebb9@byu.net>
4258
4259         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4260         verror_at_line output complies with GNU Coding Standards even when
4261         file is NULL.
4262
4263 2006-08-07  Bruno Haible  <bruno@clisp.org>
4264
4265         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4266         versions of AIX.
4267         Reported by Ralf Wildenhues.
4268
4269 2006-08-07  Bruno Haible  <bruno@clisp.org>
4270
4271         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4272         in an AC_DEFUN. Needed so that the autoconf snippets can use
4273         AC_REQUIRE.
4274
4275 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4276
4277         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4278         Initialize pkgdata_DATA.
4279         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4280         overriding it.
4281
4282 2006-08-06  Eric Blake  <ebb9@byu.net>
4283
4284         * lib/error.h: Fold in some upstream changes from glibc.
4285         * lib/error.c: Likewise.
4286
4287 2006-08-04  Bruno Haible  <bruno@clisp.org>
4288
4289         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4290         Make the mostlyclean-local rule depend on mostlyclean-generic.
4291         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4292
4293 2006-07-31  Bruno Haible  <bruno@clisp.org>
4294
4295         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4296         <stdlib.h>, <string.h>.
4297
4298 2006-07-30  Bruno Haible  <bruno@clisp.org>
4299
4300         * modules/readlink (License): Change to LGPL.
4301
4302 2006-07-30  Bruno Haible  <bruno@clisp.org>
4303
4304         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4305         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4306         set PKGDATADIR to point to it.
4307
4308 2006-07-30  Bruno Haible  <bruno@clisp.org>
4309
4310         * modules/csharpexec (configure.ac): Comment out macro invocation.
4311         * modules/javaexec (configure.ac): Likewise.
4312         * modules/javacomp-script (configure.ac): Likewise.
4313
4314         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4315
4316 2006-07-30  Bruno Haible  <bruno@clisp.org>
4317
4318         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4319         linked-list.
4320
4321 2006-07-30  Bruno Haible  <bruno@clisp.org>
4322
4323         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4324
4325 2006-07-30  Bruno Haible  <bruno@clisp.org>
4326
4327         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4328         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4329         get removed.
4330
4331 2006-07-29  Bruno Haible  <bruno@clisp.org>
4332
4333         Make it possible for gnulib-tool to work with locally modified or
4334         augmented gnulib repositories.
4335         * gnulib-tool (func_usage): Document --local-dir option.
4336         (local_gnulib_dir): New variable.
4337         Handle --local-dir option.
4338         (func_lookup_file): New function.
4339         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4340         (func_get_description, func_get_filelist, func_get_description,
4341         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4342         func_get_automake_snippet, func_get_include_directive,
4343         func_get_license, func_get_maintainer): Use func_lookup_file.
4344         (func_import, func_create_testdir): Use func_lookup_file.
4345
4346 2006-07-29  Bruno Haible  <bruno@clisp.org>
4347
4348         * modules/setenv (Depends-on): Add unistd.
4349
4350 2006-07-29  Bruno Haible  <bruno@clisp.org>
4351
4352         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4353
4354 2006-07-29  Bruno Haible  <bruno@clisp.org>
4355
4356         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4357
4358 2006-07-29  Bruno Haible  <bruno@clisp.org>
4359
4360         * gnulib-tool (import, update): If there is no Makefile.am, look at
4361         aclocal.m4, instead of bailing out.
4362
4363 2006-07-29  Bruno Haible  <bruno@clisp.org>
4364
4365         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4366         Categorize the options by when they are useful.
4367
4368 2006-07-29  Bruno Haible  <bruno@clisp.org>
4369
4370         * gnulib-tool (func_usage): Document option --no-libtool.
4371         Handle option --no-libtool.
4372         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4373         for changed semantics of $libtool variable.
4374         (func_import): Likewise. If libtool is not used, show this through
4375         an option --no-libtool.
4376         (func_create_testdir): Update.
4377
4378 2006-07-29  Bruno Haible  <bruno@clisp.org>
4379
4380         * gnulib-tool (func_import): Extend error message about missing
4381         --doc-base.
4382
4383 2006-07-29  Bruno Haible  <bruno@clisp.org>
4384
4385         * gnulib-tool (func_import): Don't create the $docbase directory if
4386         there is no file to store there.
4387
4388 2006-07-29  Bruno Haible  <bruno@clisp.org>
4389
4390         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4391         relevant, look for configure.ac there, not in the current directory.
4392         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4393
4394 2006-07-29  Bruno Haible  <bruno@clisp.org>
4395
4396         * gnulib-tool (SORT): New variable.
4397         (func_usage): Undocument --assume-autoconf option.
4398         Remove --assume-autoconf option handling.
4399         (autoconf_minversion): Determine from the contents of configure.ac.
4400         (func_import): Remove autoconf_minversion handling.
4401         Suggested by Eric Blake.
4402
4403 2006-07-29  Bruno Haible  <bruno@clisp.org>
4404
4405         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4406
4407 2006-07-29  Bruno Haible  <bruno@clisp.org>
4408
4409         * config/srclist.txt (*setenv.[ch]): Remove rules.
4410
4411 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4412
4413         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4414
4415 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4416
4417         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4418         arpa/inet.h.
4419
4420 2006-07-28  Simon Josefsson  <jas@extundo.com>
4421
4422         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4423         * modules/inet_pton (Depends-on): Likewise.
4424
4425 2006-07-28  Simon Josefsson  <jas@extundo.com>
4426
4427         * m4/netinet_in_h.m4: New file.
4428
4429 2006-07-28  Simon Josefsson  <jas@extundo.com>
4430
4431         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4432         #include's.
4433
4434 2006-07-28  Simon Josefsson  <jas@extundo.com>
4435
4436         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4437         #include's.
4438
4439 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4440
4441         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4442         setgid on directories only if they set these bits.
4443         * lib/modechange.h: Remove obsolete comment about masks.
4444
4445 2006-07-28  Eric Blake  <ebb9@byu.net>
4446
4447         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4448         macro expansion.
4449
4450 2006-07-28  Bruno Haible  <bruno@clisp.org>
4451
4452         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4453
4454 2006-07-28  Bruno Haible  <bruno@clisp.org>
4455
4456         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4457
4458 2006-07-28  Bruno Haible  <bruno@clisp.org>
4459
4460         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4461         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4462         Define fallbacks.
4463         Avoids link error on FreeBSD 4.x.
4464         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4465
4466         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4467         encoding.
4468         * lib/mbswidth.c (iswcntrl): Likewise.
4469
4470 2006-07-27  Bruno Haible  <bruno@clisp.org>
4471
4472         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4473         test.
4474
4475 2006-07-27  Bruno Haible  <bruno@clisp.org>
4476
4477         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4478         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4479         defined.
4480
4481 2006-07-26  Eric Blake  <ebb9@byu.net>
4482
4483         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4484
4485 2006-07-26  Eric Blake  <ebb9@byu.net>
4486
4487         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4488         like mingw that lack mkstemp.
4489         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4490         avoid compilation warning on mingw.
4491
4492 2006-07-26  Bruno Haible  <bruno@clisp.org>
4493
4494         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4495         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4496         INT_FAST*_MIN, INTPTR_MIN.
4497
4498 2006-07-25  Bruno Haible  <bruno@clisp.org>
4499
4500         * modules/version-etc (Depends-on): Add stdarg.
4501
4502 2006-07-25  Bruno Haible  <bruno@clisp.org>
4503
4504         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4505         complex commands.
4506
4507 2006-07-25  Bruno Haible  <bruno@clisp.org>
4508
4509         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4510         defined in <stdarg.h> or config.h.
4511
4512 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4513
4514         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4515         (gl_STDIO_SAFER): Remove.
4516
4517 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4518
4519         * MODULES.html.sh (File stream based Input/Output):
4520         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4521         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4522         * modules/fopen-safer, modules/tmpfile-safer: New files.
4523         * modules/stdio-safer: Remove.
4524
4525 2006-07-24  Bruno Haible  <bruno@clisp.org>
4526
4527         * modules/tmpdir: New file.
4528         * MODULES.html.sh (File system functions): Add it.
4529
4530 2006-07-24  Bruno Haible  <bruno@clisp.org>
4531
4532         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4533         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4534
4535 2006-07-24  Bruno Haible  <bruno@clisp.org>
4536
4537         * modules/clean-temp: New file.
4538
4539 2006-07-24  Bruno Haible  <bruno@clisp.org>
4540
4541         * m4/tmpdir.m4: New file, from GNU gettext.
4542
4543 2006-07-24  Bruno Haible  <bruno@clisp.org>
4544
4545         * lib/tmpdir.h: New file, from GNU gettext.
4546         * lib/tmpdir.c: New file, from GNU gettext.
4547
4548 2006-07-24  Bruno Haible  <bruno@clisp.org>
4549
4550         * lib/clean-temp.h: New file, from GNU gettext.
4551         * lib/clean-temp.c: New file, from GNU gettext.
4552
4553 2006-07-23  Eric Blake  <ebb9@byu.net>
4554
4555         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4556         (Depends-on): Add binary-io.
4557
4558 2006-07-23  Eric Blake  <ebb9@byu.net>
4559
4560         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4561
4562 2006-07-23  Eric Blake  <ebb9@byu.net>
4563
4564         * lib/tmpfile-safer.c: New file.
4565         * lib/stdio-safer.h (fopen_safer): Add prototype.
4566         * lib/stdio--.h (tmpfile): Make safer.
4567
4568 2006-07-23  Bruno Haible  <bruno@clisp.org>
4569
4570         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4571         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4572         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4573         gl_linked_remove_at): Use it.
4574
4575 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4576         and Simon Josefsson <jas@extundo.com>
4577
4578         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4579
4580         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4581
4582 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4583
4584         * modules/close-stream: New file.
4585         * modules/closeout (Description): Make it clear that it exits
4586         with a diagnostic on error.
4587         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4588         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4589
4590 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4591
4592         * m4/close-stream.m4: New file.
4593
4594 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4595
4596         * lib/close-stream.c, lib/close-stream.h: New files.
4597
4598 2006-07-22  Bruno Haible  <bruno@clisp.org>
4599
4600         Merge from GNU gettext 0.15.
4601
4602         2006-05-01  Bruno Haible  <bruno@clisp.org>
4603
4604                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4605
4606         2006-07-22  Bruno Haible  <bruno@clisp.org>
4607
4608                 * modules/javaversion: New file.
4609                 * MODULES.html.sh (Java): Add javaversion.
4610
4611         2006-03-12  Bruno Haible  <bruno@clisp.org>
4612
4613                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4614
4615         2005-12-04  Bruno Haible  <bruno@clisp.org>
4616
4617                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4618                 (untested).
4619
4620         2006-06-21  Bruno Haible  <bruno@clisp.org>
4621
4622                 Avoid warnings from recent versions of mcs.
4623                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4624                 -o, -L, -r any more. Use options documented since mcs-1.0
4625                 instead. Similarly for -g.
4626
4627         2005-12-04  Bruno Haible  <bruno@clisp.org>
4628
4629                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4630                 .resources, not .resource.
4631
4632         2005-07-09  Bruno Haible  <bruno@clisp.org>
4633
4634                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4635                 add a .dll suffix.
4636                 Reported by Mark Junker <mjscod@gmx.de>.
4637
4638         2006-07-22  Bruno Haible  <bruno@clisp.org>
4639
4640                 * modules/gettext: Upgrade to gettext-0.15.
4641                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4642                 m4/visibility.m4.
4643                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4644
4645 2006-07-22  Bruno Haible  <bruno@clisp.org>
4646
4647         Merge from GNU gettext 0.15.
4648
4649         2006-03-25  Bruno Haible  <bruno@clisp.org>
4650
4651                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
4652
4653         2006-07-21  Bruno Haible  <bruno@clisp.org>
4654
4655                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
4656                 "1.1".
4657
4658         2006-05-09  Bruno Haible  <bruno@clisp.org>
4659
4660                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
4661                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
4662                 for the conftestver execution.
4663
4664         2006-05-01  Bruno Haible  <bruno@clisp.org>
4665
4666                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
4667                 optional target-version argument. Verify that the compiler
4668                 groks source of the specified source-version, or add -source
4669                 option as necessary. Verify that the compiler produces
4670                 bytecode in the specified target-version, or add -target and
4671                 -source options as necessary. Make the result of the test
4672                 available as variable CONF_JAVAC. Also log error output in
4673                 config.log.
4674
4675         2006-03-11  Bruno Haible  <bruno@clisp.org>
4676
4677                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
4678
4679         2006-05-09  Bruno Haible  <bruno@clisp.org>
4680
4681                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
4682                 CLASSPATH_SEPARATOR to a semicolon.
4683
4684         2006-03-12  Bruno Haible  <bruno@clisp.org>
4685
4686                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
4687                 available as variable CONF_JAVA, for subsequent autoconf
4688                 tests. Also log error output in config.log.
4689
4690         2006-07-19  Bruno Haible  <bruno@clisp.org>
4691
4692                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
4693                 that getline works on glibc2 systems. Needed to avoid trouble
4694                 in relocatable.c.
4695                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
4696
4697         2005-12-04  Bruno Haible  <bruno@clisp.org>
4698
4699                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
4700                 launcher (untested).
4701
4702         2005-12-04  Bruno Haible  <bruno@clisp.org>
4703
4704                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
4705
4706         2006-07-22  Bruno Haible  <bruno@clisp.org>
4707
4708                 * gettext.m4: Update from GNU gettext-0.15.
4709                 * nls.m4: Likewise.
4710                 * po.m4: Likewise.
4711                 * inttypes-pri.m4: Likewise.
4712                 * inttypes-h.m4: Renamed from inttypes.m4.
4713                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
4714
4715 2006-07-22  Bruno Haible  <bruno@clisp.org>
4716
4717         Merge from GNU gettext 0.15.
4718
4719         2005-07-05  Bruno Haible  <bruno@clisp.org>
4720
4721                 * printf-args.c (printf_fetchargs): Work around broken
4722                 definition of wint_t on mingw.
4723
4724         2005-02-12  Bruno Haible  <bruno@clisp.org>
4725
4726                 * xallocsa.h: Add extern "C" for C++.
4727
4728         2006-05-17  Bruno Haible  <bruno@clisp.org>
4729
4730                 Cygwin portability.
4731                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
4732
4733         2006-04-30  Bruno Haible  <bruno@clisp.org>
4734
4735                 * progreloc.c: Include <mach-o/dyld.h> if available.
4736                 (find_executable): Use _NSGetExecutablePath when possible.
4737
4738         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4739
4740                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
4741                 function.
4742
4743         2005-12-29  Bruno Haible  <bruno@clisp.org>
4744
4745                 * progreloc.c (set_program_name_and_installdir): Fix
4746                 compilation error.
4747
4748         2005-12-04  Bruno Haible  <bruno@clisp.org>
4749
4750                 Cygwin portability.
4751                 * progreloc.c: Include <windows.h> also on Cygwin.
4752                 (find_executable): Add support for Cygwin.
4753                 (set_program_name_and_installdir): Handle also platforms with
4754                 nonempty EXEEXT.
4755
4756         2006-07-11  Bruno Haible  <bruno@clisp.org>
4757
4758                 * javacomp.c: Fix a comment.
4759                 Reported by Jim Meyering.
4760
4761         2006-04-30  Bruno Haible  <bruno@clisp.org>
4762
4763                 * javacomp.h (compile_java_class): Add source_version,
4764                 target_version arguments.
4765                 * javacomp.c: Rewritten to choose only a compiler that
4766                 respects the specified source_version and target_version.
4767
4768         2006-06-27  Bruno Haible  <bruno@clisp.org>
4769
4770                 Assume correct S_ISDIR macro.
4771                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
4772
4773         2006-07-22  Bruno Haible  <bruno@clisp.org>
4774
4775                 * javaversion.h: New file, from GNU gettext.
4776                 * javaversion.c: New file, from GNU gettext.
4777                 * javaversion.java: New file, from GNU gettext.
4778                 * javaversion.class: New file, from GNU gettext.
4779
4780         2006-05-17  Bruno Haible  <bruno@clisp.org>
4781
4782                 Cygwin portability.
4783                 * javaexec.c (execute_java_class): Test for jview program
4784                 also on Cygwin.
4785
4786         2006-04-09  Bruno Haible  <bruno@clisp.org>
4787
4788                 * fatal-signal.c: Don't include string.h.
4789                 (at_fatal_signal): Use a copying loop instead of memcpy.
4790
4791         2005-12-04  Bruno Haible  <bruno@clisp.org>
4792
4793                 * csharpexec.c: Add support for 'clix' launcher (untested).
4794                 (execute_csharp_using_sscli): New function.
4795                 (execute_csharp_program): Call it.
4796
4797         2006-06-21  Bruno Haible  <bruno@clisp.org>
4798
4799                 Avoid warnings from recent versions of mcs.
4800                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
4801                 -o, -L, -r any more. Use options documented since mcs-1.0
4802                 instead. Similarly for -g.
4803
4804         2005-07-09  Bruno Haible  <bruno@clisp.org>
4805
4806                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
4807                 add a .dll suffix.
4808                 Reported by Mark Junker <mjscod@gmx.de>.
4809
4810         2006-06-17  Bruno Haible  <bruno@clisp.org>
4811
4812                 * config.charset: Update for NetBSD 3.0.
4813
4814         2006-05-17  Bruno Haible  <bruno@clisp.org>
4815
4816                 Cygwin portability.
4817                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
4818
4819         2006-05-16  Bruno Haible  <bruno@clisp.org>
4820
4821                 * localcharset.c [CYGWIN]: Include <windows.h>.
4822                 (get_charset_aliases): For Cygwin, return the same CPxxx
4823                 aliases list as under WIN32.
4824                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
4825                 the environment variables. Fall back to GetACP().
4826
4827         2006-04-05  Bruno Haible  <bruno@clisp.org>
4828
4829                 * config.charset: Update Juan Manuel Guerrero's address.
4830
4831         2005-02-12  Bruno Haible  <bruno@clisp.org>
4832
4833                 * allocsa.h: Add extern "C" for C++.
4834
4835         2005-02-10  Bruno Haible  <bruno@clisp.org>
4836
4837                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
4838                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
4839
4840         2006-07-22  Bruno Haible  <bruno@clisp.org>
4841
4842                 * gettext.h: Update to GNU gettext-0.15.
4843
4844 2006-07-22  Bruno Haible  <bruno@clisp.org>
4845
4846         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
4847         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
4848         lib-prefix.m4, longdouble.m4, ssize_t.m4.
4849
4850 2006-07-21  Eric Blake  <ebb9@byu.net>
4851
4852         * modules/stdlib-safer: New file.
4853         * MODULES.html.sh (File stream based Input/Output): Add
4854         stdlib-safer.
4855
4856 2006-07-21  Eric Blake  <ebb9@byu.net>
4857
4858         * lib/stdlib-safer.h: New file from coreutils, required by
4859         stdlib--.h.
4860
4861 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
4862
4863         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
4864
4865 2006-07-20  Bruno Haible  <bruno@clisp.org>
4866
4867         * gnulib-tool: Recognize new option --assume-autoconf.
4868         (autoconf_minversion): New variable.
4869         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
4870
4871 2006-07-20  Bruno Haible  <bruno@clisp.org>
4872
4873         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
4874
4875 2006-07-19  Derek R. Price  <derek@ximbiot.com>
4876
4877         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
4878         Reindent and repaginate.
4879
4880 2006-07-19  Derek Price  <derek@ximbiot.com>
4881
4882         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
4883         Correct grammar.
4884
4885 2006-07-17  Bruno Haible  <bruno@clisp.org>
4886
4887         * modules/list: New file.
4888         * modules/array-list: New file.
4889         * modules/carray-list, modules/carray-list-tests: New files.
4890         * modules/linked-list, modules/linked-list-tests: New files.
4891         * modules/avltree-list, modules/avltree-list-tests: New files.
4892         * modules/rbtree-list, modules/rbtree-list-tests: New files.
4893         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
4894         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
4895         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
4896         * modules/oset: New file.
4897         * modules/array-oset: New file.
4898         * modules/avltree-oset, modules/avltree-oset-tests: New files.
4899         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
4900         * tests/test-carray_list.c: New file.
4901         * tests/test-linked_list.c: New file.
4902         * tests/test-avltree_list.c: New file.
4903         * tests/test-rbtree_list.c: New file.
4904         * tests/test-linkedhash_list.c: New file.
4905         * tests/test-avltreehash_list.c: New file.
4906         * tests/test-rbtreehash_list.c: New file.
4907         * tests/test-avltree_oset.c: New file.
4908         * tests/test-rbtree_oset.c: New file.
4909         * MODULES.html.sh (Container data structures): New section.
4910
4911 2006-07-17  Bruno Haible  <bruno@clisp.org>
4912
4913         * m4/gl_list.m4: New file.
4914
4915 2006-07-17  Bruno Haible  <bruno@clisp.org>
4916
4917         * lib/gl_list.h: New file.
4918         * lib/gl_list.c: New file.
4919         * lib/gl_array_list.h: New file.
4920         * lib/gl_array_list.c: New file.
4921         * lib/gl_carray_list.h: New file.
4922         * lib/gl_carray_list.c: New file.
4923         * lib/gl_linked_list.h: New file.
4924         * lib/gl_linked_list.c: New file.
4925         * lib/gl_anylinked_list1.h: New file.
4926         * lib/gl_anylinked_list2.h: New file.
4927         * lib/gl_avltree_list.h: New file.
4928         * lib/gl_avltree_list.c: New file.
4929         * lib/gl_anyavltree_list1.h: New file.
4930         * lib/gl_anyavltree_list2.h: New file.
4931         * lib/gl_rbtree_list.h: New file.
4932         * lib/gl_rbtree_list.c: New file.
4933         * lib/gl_anyrbtree_list1.h: New file.
4934         * lib/gl_anyrbtree_list2.h: New file.
4935         * lib/gl_anytree_list1.h: New file.
4936         * lib/gl_anytree_list2.h: New file.
4937         * lib/gl_linkedhash_list.h: New file.
4938         * lib/gl_linkedhash_list.c: New file.
4939         * lib/gl_anyhash_list1.h: New file.
4940         * lib/gl_anyhash_list2.h: New file.
4941         * lib/gl_avltreehash_list.h: New file.
4942         * lib/gl_avltreehash_list.c: New file.
4943         * lib/gl_rbtreehash_list.h: New file.
4944         * lib/gl_rbtreehash_list.c: New file.
4945         * lib/gl_anytreehash_list1.h: New file.
4946         * lib/gl_anytreehash_list2.h: New file.
4947
4948         * lib/gl_oset.h: New file.
4949         * lib/gl_oset.c: New file.
4950         * lib/gl_array_oset.h: New file.
4951         * lib/gl_array_oset.c: New file.
4952         * lib/gl_avltree_oset.h: New file.
4953         * lib/gl_avltree_oset.c: New file.
4954         * lib/gl_rbtree_oset.h: New file.
4955         * lib/gl_rbtree_oset.c: New file.
4956         * lib/gl_anytree_oset.h: New file.
4957
4958 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4959
4960         * m4/mkancesdirs.m4: New file.
4961         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
4962         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
4963         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
4964         it.
4965
4966 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4967
4968         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
4969         * lib/mkancesdirs.h: New files.
4970         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
4971         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
4972         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
4973         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
4974         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
4975         callers changed.  Revamp internals significantly, by not
4976         attempting to create directories that are temporarily more
4977         permissive than the final results.  Do not attempt to use
4978         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
4979         This removes some race conditions, fixes some bugs, and simplifies
4980         things.  Use new dirchownmod function to do owner and mode changes.
4981         * lib/mkdir-p.h: Likewise.
4982         * lib/modechange.c (octal_to_mode): New function.
4983         (struct mode_change): New member mentioned.
4984         (make_node_op_equals): New arg mentioned.  All callers changed.
4985         (mode_compile): Keep track of which mode bits the user has explicitly
4986         mentioned.
4987         (mode_adjust): New arg DIR, so that we implement the X op correctly.
4988         New arg PMODE_BITS, to keep track of which mode bits the user
4989         mentioned; it treats S_ISUID and S_ISGID speciall.
4990         All callers changed.
4991         * lib/modechange.h: Likewise.
4992
4993 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
4994
4995         * MODULES.html.sh: Add mkancestors.
4996         * modules/mkancesdirs: New module.
4997         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
4998         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
4999         The chdir-safer and afs files are now orphans; I'll remove them
5000         unless someone speaks up.
5001         Add lib/dirchownmod.c, lib/dirchownmod.h.
5002         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5003         Add lchown, mkancesdirs.
5004         (Maintainer): Add self.
5005
5006 2006-07-15  Karl Berry  <karl@gnu.org>
5007
5008         * gnulib-tool: help message wording/arrangement.
5009
5010 2006-07-14  Simon Josefsson  <jas@extundo.com>
5011
5012         * doc/gnulib.texi (Libtool and Windows): New section.
5013
5014 2006-07-12  Simon Josefsson  <jas@extundo.com>
5015
5016         * modules/gendocs (License): Fix license, approved by Karl.
5017
5018 2006-07-12  Eric Blake  <ebb9@byu.net>
5019
5020         * MODULES.html.sh: Add gendocs.
5021
5022 2006-07-11  Eric Blake  <ebb9@byu.net>
5023
5024         * modules/fdl: New module, to install doc/fdl.texi.
5025         * MODULES.html.sh: Add new section for documentation modules.
5026         * gnulib-tool: Avoid space-tab.
5027         (--doc-base): New option, to manage files from doc.
5028
5029 2006-07-11  Eric Blake  <ebb9@byu.net>
5030
5031         * m4/absolute-header.m4: Fix comments to match recent change.
5032
5033 2006-07-11  Eric Blake  <ebb9@byu.net>
5034
5035         * gnulib-tool: List --doc-base before --tests-base.
5036
5037 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5038
5039         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5040
5041 2006-07-11  Bruno Haible  <bruno@clisp.org>
5042
5043         * README: Mention where to put documentation.
5044
5045 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5046
5047         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5048
5049 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5050
5051         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5052         to stdint.m4.
5053
5054 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5055
5056         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5057         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5058         "no/such/file/stdint.h" when there is no such file, so that
5059         the resulting C code can be parsed by dodgy compilers.
5060         Problems reported by Bob Proulx.
5061
5062 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5063
5064         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5065         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5066         macros into the GNU _D_EXACT_NAMLEN.
5067         * lib/savedir.c:  Likewise.
5068         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5069
5070 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5071         and Paul Eggert  <eggert@cs.ucla.edu>
5072
5073         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5074         * m4/savedir.m4:
5075         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5076         macros into the GNU _D_EXACT_NAMLEN.
5077
5078 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5079
5080         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5081         around the absolute name, to work around a problem with the HP-UX
5082         11.23 native C compiler, reported by Bob Proulx.
5083
5084 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5085
5086         * doc/maintain.texi, make-stds.texi: Sync from
5087         <http://savannah.gnu.org/projects/gnustandards>.
5088
5089 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5090
5091         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5092
5093 2006-07-09  Jim Meyering  <jim@meyering.net>
5094
5095         * m4/glob.m4: Remove a doubled word in a comment.
5096
5097 2006-07-09  Jim Meyering  <jim@meyering.net>
5098
5099         * lib/argp-pv.c: Remove a doubled word in a comment.
5100         * lib/check-version.c (check_version): Likewise.
5101         * lib/javacomp.c (compile_java_class): Likewise.
5102
5103 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5104
5105         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5106         for the benefit of people using Autoconf 2.60.  If you want to
5107         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5108         (or m4/onceonly.m4, if pre-2.57) manually.
5109
5110 2006-07-08  Jim Meyering  <jim@meyering.net>
5111
5112         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5113         comment.
5114         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5115         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5116         comment.
5117
5118 2006-07-08  Jim Meyering  <jim@meyering.net>
5119
5120         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5121
5122 2006-07-07  Simon Josefsson  <jas@extundo.com>
5123
5124         * tests/test-crc.c: Change expected crc value, the test vector
5125         were probably computed using the old broken crc.c?
5126
5127 2006-07-06  Simon Josefsson  <jas@extundo.com>
5128
5129         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5130         now the canonical place for the M4 file).
5131
5132         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5133         from the sys_socket dependency now.
5134
5135         * modules/inet_pton (Files): Ditto.
5136
5137         * modules/inet_ntop (Files): Ditto.
5138
5139 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5140
5141         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5142         not gl_PREREQ_GETUSERSHELL.
5143
5144 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5145
5146         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5147         with only one argument, for Autoconf 2.60.
5148         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5149         expand to nothing, so add a shell command to avoid syntax error.
5150         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5151
5152 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5153
5154         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5155
5156 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5157
5158         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5159         no longer needed.  Check for isblank decl.
5160         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5161         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5162         of existence.
5163
5164 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5165
5166         * lib/getloadavg.c: Use __VMS, not VMS.
5167         * lib/getopt.c: Likewise.
5168         * lib/getpagesize.h: Likewise.
5169         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5170         and probably does not work.
5171
5172 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5173
5174         * lib/.cppi-disable: Add wcwidth.
5175         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5176         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5177         (ISGRAPH): Remove.  All uses changed to isgraph.
5178         (FOLD) [!defined _LIBC]: Remove special case.
5179         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5180         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5181         HAVE_ISBLANK.
5182         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5183         case.
5184
5185 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5186
5187         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5188         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5189         brackets.  Other minor changes to suppress some compiler
5190         warnings.
5191
5192 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5193         and Paul Eggert  <eggert@cs.ucla.edu>
5194
5195         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5196         of invoking obsolescent AC_HEADER_DIRENT macro.
5197         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5198         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5199         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5200         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5201         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5202         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5203         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5204         * m4/readdir.m4: Remove; no longer needed.
5205
5206 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5207         and Paul Eggert  <eggert@cs.ucla.edu>
5208
5209         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5210         Don't worry about this obsolete case any more.
5211         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5212         directories.
5213         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5214         worry about this obsolete case any more.
5215         * lib/fts.c: Likewise.
5216         * lib/getcwd.c: Likewise.
5217         * lib/glob.h: Likewise.
5218         * lib/savedir.c: Likewise.
5219
5220 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5221
5222         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5223         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5224         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5225         needed.
5226         All uses removed.
5227         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5228         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5229         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5230         needed.
5231         * m4/getdate.m4 (gl_GETDATE): Likewise.
5232         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5233         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5234         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5235         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5236         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5237         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5238         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5239         needed.
5240
5241 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5242
5243         * lib/memcasecmp.c: Include <limits.h>.
5244         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5245         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5246         Don't assume isdigit succeeds only on '0' through '9'.
5247
5248 2006-07-05  Eric Blake  <ebb9@byu.net>
5249
5250         * modules/getaddrinfo (Depends-on): Add snprintf.
5251
5252 2006-07-05  Eric Blake  <ebb9@byu.net>
5253
5254         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5255         to avoid 'header present but could not be compiled' on cygwin.
5256
5257 2006-07-05  Eric Blake  <ebb9@byu.net>
5258
5259         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5260         missing from netdb.h.
5261         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5262
5263 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5264
5265         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5266         no longer needed.
5267         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5268         * m4/getdate.m4 (gl_GETDATE): Likewise.
5269         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5270         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5271         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5272         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5273         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5274
5275 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5276
5277         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5278         All uses of is_space replaced by isspace.
5279         * lib/exit.h: Don't talk about STDC_HEADERS.
5280         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5281         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5282         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5283         replaced by isprint etc.
5284         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5285         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5286         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5287         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5288         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5289         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5290
5291 2006-07-05  Bruno Haible  <bruno@clisp.org>
5292
5293         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5294         the function exists, before testing against AIX.
5295         Reported by Martin Lambers <marlam@marlam.de>.
5296
5297 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5298
5299         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5300         From Mark D. Baushke.
5301
5302 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5303
5304         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5305         to the absolute name, not just one, to bypass Sun C 5.8's
5306         "warning: #include of /usr/include/... may be non-portable".
5307
5308 2006-07-04  Eric Blake  <ebb9@byu.net>
5309
5310         * modules/dirname-tests: New test module.
5311         * tests/test-dirname.c: New file, replacing dirname.c
5312         TEST_DIRNAME section that was recently deleted.
5313
5314 2006-07-04  Bruno Haible  <bruno@clisp.org>
5315
5316         Assume ANSI C header files and <ctype.h> functions.
5317         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5318         (mbsnwidth): Use isprint, iscntrl instead.
5319
5320 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5321
5322         Merge from coreutils.
5323         * MODULES.html.sh: Add xstrtold.
5324         * modules/xstrtold: New file.
5325         * modules/cycle-check (Files): Add lib/same-inode.h.
5326         * modules/dirname (Files): Add m4/double-slash-root.m4.
5327         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5328         * modules/mkdir-p (Files): Add lib/same-inode.h.
5329         * modules/same (Files): Add lib/same-inode.h.
5330
5331 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5332
5333         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5334         This is to keep the terminology clean; POSIX talks about
5335         "absolute pathnames", not "full pathnames", but the GNU
5336         Coding Standards say to use "path" for something else;
5337         so use "absolute" to keep both sides happy.
5338         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5339         Set gl_absolute_header, not gl_full_header_path.
5340         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5341         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5342         All uses changed.
5343
5344         Merge from coreutils.
5345
5346         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5347
5348         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5349         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5350         want to require the building of c-strtod.o.
5351         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5352         needs -lm directly.
5353         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5354
5355         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5356
5357         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5358         --as-needed option if available.  Problem reported by Albert Chin in
5359         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5360         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5361         cc merely issues a bunch of annoying warnings for --as-needed
5362         (this problem was reported by Bob Proulx).  Also, try linking with
5363         -lm to detect a bug in binutils 2.16 (this problem was reported
5364         by Ralf Wildenhues).
5365
5366         2006-06-18  Jim Meyering  <jim@meyering.net>
5367
5368         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5369         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5370         macro.
5371         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5372         also check for glibc-2.4's abort-inducing bug.
5373
5374         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5375         Low-probability clean-up should be to use rmdir to get rid of
5376         the just-created directory, not unlink.
5377
5378         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5379         configure fail, and request a bug report to inform us about it.
5380         Add a comment that, barring reports to the contrary, in 2007 we'll
5381         assume ftruncate is universally available.
5382
5383         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5384
5385         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5386
5387         2006-03-12  Jim Meyering  <jim@meyering.net>
5388
5389         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5390         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5391         * m4/same.m4 (gl_SAME): Likewise.
5392         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5393
5394         2006-03-11  Eric Blake  <ebb9@byu.net>
5395
5396         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5397         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5398         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5399         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5400
5401 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5402
5403         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5404         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5405         reported by Mark D. Baushke, one in
5406         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5407
5408         Merge from coreutils.
5409
5410         * lib/.cppi-disable: Add stdint_.h.
5411         * lib/.cvsignore: Add stdint.h.
5412
5413         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5414
5415         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5416         both double and long double versions.
5417         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5418         * lib/xstrtold.c: New file.
5419         * lib/xstrtod.h (xstrtold): New decl.
5420
5421         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5422
5423         * lib/filemode.c (setst): Remove.
5424         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5425         (arguably) clearer, and the generated code is a bit smaller on my
5426         Debian GNU/Linux stable x86 host.
5427
5428         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5429
5430         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5431         Assume that filemode.h includes sys/types.h and sys/stat.h.
5432         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5433         (ftypelet): Reorder to put common cases first, for efficiency.
5434         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5435         to do 'M'.
5436         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5437         of 10, for compatibility with FreeBSD.  All callers changed.
5438         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5439         types that can't be deduced solely from st_mode.  First arg is now a
5440         const pointer.
5441         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5442         (strmode): Renamed from mode_string.
5443         (filemodestring): New decl.
5444         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5445         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5446         needed.
5447         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5448
5449         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5450
5451         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5452         fsusage.h now does that.  Include fsusage.h first, to test interface.
5453         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5454         at most one method (the old code could have generated decls that
5455         didn't conform to C89, not that this was ever exercised).
5456         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5457
5458         2006-03-19  Jim Meyering  <jim@meyering.net>
5459
5460         Work even in a chroot where d_ino values for entries in "/"
5461         don't match the stat.st_ino values for the same names.
5462         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5463         number, iterate through all entries again, using lstat instead.
5464         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5465         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5466
5467         * lib/getcwd.c (__getcwd): Clarify a comment.
5468         Use memcpy in place of a call to strcpy.
5469
5470         2006-03-12  Jim Meyering  <jim@meyering.net>
5471
5472         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5473         matches that of the current directory (which we're about to chdir ".."
5474         out of), then save the dev-ino of the parent, instead.
5475
5476         * lib/same-inode.h (SAME_INODE): New file/macro.
5477         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5478         Include "same-inode.h", instead.
5479         * lib/same.c: Likewise.
5480         * lib/cycle-check.h: Include "same-inode.h".
5481         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5482         * lib/cycle-check.c (SAME_INODE): Remove definition.
5483         * lib/root-dev-ino.h: Include "same-inode.h".
5484
5485         2006-03-11  Eric Blake  <ebb9@byu.net>
5486
5487         * lib/same.c (same_name): s/base_name/last_component/
5488         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5489         * lib/filenamecat.c (file_name_concat): Likewise.
5490
5491         2006-03-11  Eric Blake  <ebb9@byu.net>,
5492                     Paul Eggert  <eggert@cs.ucla.edu>
5493
5494         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5495         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5496         drive prefix.
5497         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5498         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5499         (last_component): New method.
5500         * lib/dirname.c (dir_len): Determine when drive letters need a
5501         subsequent slash.  Preserve // when it is special.
5502         (dir_name): Don't append dot when drive letter is absolute.
5503         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5504         * lib/basename.c (base_name): New semantics - malloc the result.
5505         Preserve // when it is special.  Preserve relative files that look
5506         like drive letters.
5507         (base_len): Preserve // when it is special.
5508         (last_component): New method, similar to old base_name semantics.
5509         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5510         base_name.  Strip redundant slashes from ///.
5511
5512 2006-07-03  Jim Meyering  <jim@meyering.net>
5513
5514         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5515         macro is used before the first cycle_check call.
5516
5517 2006-07-03  Eric Blake  <ebb9@byu.net>
5518
5519         * modules/dirname (Depends-on): Add xstrndup.
5520
5521 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5522
5523         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5524         test cases, so that config.log is a bit easier to follow.
5525
5526 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5527
5528         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5529         both are 64 bits, since this seems to be the tradition, and this
5530         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5531         we ever run into a host that prefers long long to long in this
5532         case, we'll need another configure-time test.  Problem reported by
5533         Jim Meyering.
5534
5535 2006-07-02  Eric Blake  <ebb9@byu.net>
5536
5537         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5538
5539 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5540
5541         * modules/inttypes (Depends-on): No longer depends on stdint.
5542         * modules/stdint (Description): Say more about assumptions.
5543         Say that the fast types might differ.  Say macros are used.
5544         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5545         (Makefile.am): Revise list of substituted symbols to match
5546         new stdint.m4.
5547         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5548         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5549         * tests/test-stdint.c (verify_same_types)
5550         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5551         the code conforms to C99/C89.
5552         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5553         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5554
5555 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5556
5557         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5558         but fix a bug, by requiring at least 64 bits.
5559         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5560         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5561         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5562         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5563
5564         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5565         changes.  Make 2.59 a prerequisite.  Check and substitute for
5566         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5567         inttypes.h.  Do not use special include files; just use the
5568         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5569         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5570         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5571         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5572         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5573         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5574         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5575         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5576         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5577         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5578         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5579         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5580         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5581         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5582         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5583         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5584         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5585         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5586         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5587         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5588         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5589         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5590         not check for things that C99 does not require, e.g., int8_t.  If
5591         a test isn't needed unless <stdint.h> isn't working, and is
5592         unlikely to be needed for any other reason, then don't do it
5593         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5594         size_t, since we assume C89 freestanding at least.  Do not check
5595         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5596         the right thing even if the types are not defined.  Instead use:
5597         (gl_STDINT_TYPE_PROPERTIES): New macro.
5598         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5599         testing whether <sys/types.h> clashes, as Autoconf does this for
5600         us now.  All uses removed.
5601         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5602         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5603         (gl_CHECK_TYPE_SAME):
5604         Remove; no longer needed.
5605         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5606         exists, since we'll return 0 anyway in that case.
5607         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5608
5609 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5610
5611         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5612         possible collision with system files.
5613         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5614         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5615         WCHAR_MIN and WCHAR_MAX in this case.
5616         (<stddef.h>): Do not include; no longer needed.
5617         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5618         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5619         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5620         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5621         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5622         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5623         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5624         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5625         !defined(__c99))]: Include in this case too, since it's harmless
5626         now.
5627         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5628         dangerous to do so.
5629         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5630         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5631         (_STDINT_MIN, _STDINT_MAX): New macros.
5632         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5633         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5634         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5635         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5636         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5637         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5638         macros, not typedefs; this simplifies things quite a bit.
5639         Use long int for all types narrower than int64_t.
5640         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5641         Define in terms of long long int or int64_t or long int,
5642         not int64_t or int32_t.  This saves some compile-time testing.
5643         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5644         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5645         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5646         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5647         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
5648         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
5649         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
5650         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
5651         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
5652         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
5653         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5654         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5655         undef any previous version and define our own version, for
5656         simplicity and consistency with the new macros for types.
5657         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5658         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5659         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
5660         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
5661         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
5662         @WINT_T_SUFFIX@ to keep things simple here.
5663         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
5664         Simplify by assuming typical 8/16/32/64 host, since we're
5665         already doing that elsewhere anyway.
5666         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
5667         and assume long long int is 64 bits if available.  This
5668         speeds up 'configure'.
5669
5670 2006-07-01  Eric Blake  <ebb9@byu.net>
5671
5672         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
5673         Reported by Andreas Buening.
5674
5675 2006-07-01  Eric Blake  <ebb9@byu.net>
5676
5677         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
5678
5679 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5680
5681         * lib/getaddrinfo.c: fixed typo
5682
5683 2006-06-29  Jim Meyering  <jim@meyering.net>
5684
5685         * modules/strftime (Maintainer): Add my name, since with the
5686         FPRINTFTIME changes strftime.c has forked from glibc.
5687
5688 2006-06-29  Eric Blake  <ebb9@byu.net>
5689
5690         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
5691
5692 2006-06-29  Eric Blake  <ebb9@byu.net>
5693
5694         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
5695
5696 2006-06-29  Eric Blake  <ebb9@byu.net>
5697
5698         * lib/stat_.h: New file.
5699
5700 2006-06-29  Eric Blake  <ebb9@byu.net>
5701
5702         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
5703         unused static function.
5704
5705 2006-06-29  Eric Blake  <ebb9@byu.net>
5706
5707         * doc/functions.texi (Function Portability): Document missing lstat
5708         on mingw.
5709
5710 2006-06-29  Eric Blake  <ebb9@byu.net>
5711
5712         * MODULES.html.sh: Add sys_stat.
5713         * modules/sys_stat: New module.
5714         * modules/mkstemp (Depends-on): Add sys_stat.
5715
5716 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5717
5718         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
5719
5720 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5721
5722         * m4/c-bs-a.m4: Removed.
5723
5724 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5725
5726         * lib/strftime.c: Assume strftime() exists.
5727
5728 2006-06-29  Derek Price  <derek@ximbiot.com>
5729
5730         * modules/c-bs-a: Removed - \a is C89.
5731         * MODULES.html.sh: Remove c-bs-a.
5732
5733 2006-06-29  Bruno Haible  <bruno@clisp.org>
5734
5735         * modules/wcwidth (License): Change to LGPL.
5736
5737 2006-06-28  Simon Josefsson  <jas@extundo.com>
5738
5739         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
5740         on _WIN32.
5741
5742         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
5743         getnameinfo.
5744
5745 2006-06-28  Simon Josefsson  <jas@extundo.com>
5746
5747         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
5748
5749 2006-06-28  Simon Josefsson  <jas@extundo.com>
5750
5751         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
5752         functions there.  It will succeed on Windows XP, but on Windows
5753         2000 and (presumably) earlier, it will fail, and use the internal
5754         re-implementation.
5755         (use_win32_p): New function.
5756         (getaddrinfo): Use strtoul on servname, to support numeric ports.
5757         Support AI_NUMERICSERV to disable getservbyname.
5758         (getnameinfo): New function, only supports
5759         NI_NUMERICHOST|NI_NUMERICSERV for now.
5760
5761         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
5762         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
5763         getnameinfo.
5764
5765 2006-06-28  Eric Blake  <ebb9@byu.net>
5766
5767         * modules/wcwidth: New file.
5768         * modules/mbchar (Depends-on): Add wcwidth.
5769         * modules/mbswidth (Depends-on): Add wcwidth.
5770         * MODULES.html.sh: Add wcwidth.
5771
5772 2006-06-28  Eric Blake  <ebb9@byu.net>
5773
5774         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
5775         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
5776
5777 2006-06-28  Eric Blake  <ebb9@byu.net>
5778
5779         * lib/xvasprintf.h: Fix comments.
5780
5781 2006-06-28  Eric Blake  <ebb9@byu.net>
5782
5783         * lib/mbchar.h (wcwidth): Include wcwidth.h.
5784         * lib/mbswidth.c (wcwidth): Move from here...
5785         * lib/wcwidth.h: ...to this new file.
5786
5787 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5788
5789         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
5790
5791         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
5792         it's obsolete.
5793         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
5794
5795 2006-06-28  Derek R. Price  <derek@ximbiot.com>
5796
5797         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
5798         Autoconf 2.60 says this stuff was obsolete.
5799
5800 2006-06-28  Bruno Haible  <bruno@clisp.org>
5801
5802         * modules/wcwidth (Files): Add m4/wchar_t.m4.
5803
5804 2006-06-28  Bruno Haible  <bruno@clisp.org>
5805
5806         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
5807         gt_TYPE_WCHAR_T.
5808
5809 2006-06-28  Bruno Haible  <bruno@clisp.org>
5810
5811         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
5812         declaration for wcwidth.
5813         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
5814
5815 2006-06-28  Bruno Haible  <bruno@clisp.org>
5816
5817         * lib/mkdtemp.c [MINGW]: Include <io.h>.
5818         (mkdir): Define using _mkdir.
5819
5820 2006-06-28  Bruno Haible  <bruno@clisp.org>
5821
5822         * lib/getaddrinfo.h: Fix POSIX URL.
5823         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
5824         _WIN32.
5825         (use_win32_p): Make static.
5826         (getaddrinfo): Reject service name if it is empty or does not consist
5827         solely of decimal digits, or if its value is > 65535.
5828         (getnameinfo): Remove useless casts.
5829
5830 2006-06-27  Simon Josefsson  <jas@extundo.com>
5831
5832         * modules/sys_select: New file, suggested by Bruno Haible, Paul
5833         Eggert and Martin Lambers.
5834
5835 2006-06-27  Simon Josefsson  <jas@extundo.com>
5836
5837         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
5838         Eggert and Martin Lambers.
5839
5840 2006-06-27  Bruno Haible  <bruno@clisp.org>
5841
5842         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
5843         result to 0, not to empty.
5844         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
5845
5846 2006-06-27  Bruno Haible  <bruno@clisp.org>
5847
5848         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
5849
5850 2006-06-26  Simon Josefsson  <jas@extundo.com>
5851
5852         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
5853         present.
5854
5855 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
5856
5857         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
5858         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
5859         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
5860
5861 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
5862
5863         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
5864
5865 2006-06-26  Bruno Haible  <bruno@clisp.org>
5866
5867         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
5868
5869 2006-06-26  Bruno Haible  <bruno@clisp.org>
5870
5871         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
5872
5873 2006-06-26  Bruno Haible  <bruno@clisp.org>
5874
5875         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
5876         SGI C compiler in pre-C99 mode.
5877         Suggested by Mark D. Baushke and Larry Jones.
5878
5879 2006-06-26  Bruno Haible  <bruno@clisp.org>
5880
5881         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
5882         WCHAR_MAX.
5883         Reported by Mark D. Baushke and Larry Jones.
5884
5885 2006-06-26  Bruno Haible  <bruno@clisp.org>
5886
5887         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
5888         in pre-C99 mode.
5889         Suggested by Mark D. Baushke and Larry Jones.
5890
5891 2006-06-23  Simon Josefsson  <jas@extundo.com>
5892             Bruno Haible  <bruno@clisp.org>
5893
5894         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
5895         Emit mostlyclean-local rule.
5896         (func_emit_tests_Makefile_am): Likewise.
5897         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
5898
5899 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
5900
5901         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
5902
5903 2006-06-23  Bruno Haible  <bruno@clisp.org>
5904
5905         * tests/test-stdint.c: Update to match ISO C 99 Technical
5906         Corrigendum 1.
5907
5908 2006-06-23  Bruno Haible  <bruno@clisp.org>
5909
5910         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
5911
5912 2006-06-23  Bruno Haible  <bruno@clisp.org>
5913
5914         * lib/stdint_.h: Treat IRIX like OpenBSD.
5915
5916 2006-06-23  Bruno Haible  <bruno@clisp.org>
5917
5918         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
5919         ISO C 99 Technical Corrigendum 1.
5920
5921 2006-06-22  Simon Josefsson  <jas@extundo.com>
5922
5923         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
5924         MinGW.
5925
5926 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
5927
5928         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
5929         needed.  Some compiler complained about some of them.  Problem reported
5930         by Larry Jones in
5931         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
5932
5933 2006-06-21  Simon Josefsson  <jas@extundo.com>
5934
5935         * tests/test-getaddrinfo.c: New file.
5936
5937         * modules/getaddrinfo-tests: New file.
5938
5939         * MODULES.html.sh: Add inet_pton.
5940
5941         * modules/inet_pton: New file.
5942
5943 2006-06-21  Simon Josefsson  <jas@extundo.com>
5944
5945         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
5946         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
5947         of using the (limited) gnulib implementation on Windows XP.
5948
5949         * m4/inet_pton.m4: New file.
5950
5951 2006-06-21  Simon Josefsson  <jas@extundo.com>
5952
5953         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
5954         variable.
5955
5956         * lib/socket_.h: Don't define WINVER.
5957
5958         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
5959         slightly modified to work in gnulib.
5960
5961 2006-06-21  Simon Josefsson  <jas@extundo.com>
5962
5963         * doc/gnulib.texi (Windows sockets): Add.
5964
5965 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
5966
5967         * lib/read-file.c (fread_file): Start with buffer allocation of
5968         0 bytes rather than 1 byte; this simplifies the code.
5969         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
5970         code to free buffer and save/restore errno.
5971         (internal_read_file): Remove unused local.
5972
5973 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
5974
5975         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
5976         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
5977         Problem reported by Denis Excoffier in
5978         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
5979
5980 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5981
5982         * modules/sys_socket, modules/socklen: Include sys/types since
5983         FreeBSD 4.x's sys/socket.h needs it.
5984
5985 2006-06-19  Simon Josefsson  <jas@extundo.com>
5986
5987         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
5988
5989 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5990
5991         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
5992
5993 2006-06-19  Bruno Haible  <bruno@clisp.org>
5994
5995         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
5996         and FULL_PATH_INTTYPES_H in angle brackets.
5997         Reported by Mark D. Baushke <mdb@gnu.org>.
5998
5999 2006-06-17  Eric Blake  <ebb9@byu.net>
6000
6001         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6002         errno.
6003
6004 2006-06-17  Bruno Haible  <bruno@clisp.org>
6005
6006         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6007         <sys/inttypes.h>.
6008
6009 2006-06-17  Bruno Haible  <bruno@clisp.org>
6010
6011         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6012         whether errno is declared. Assume <errno.h> declares errno.
6013
6014 2006-06-17  Bruno Haible  <bruno@clisp.org>
6015
6016         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6017
6018 2006-06-17  Bruno Haible  <bruno@clisp.org>
6019
6020         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6021         problem on Solaris 2.5.1.
6022
6023 2006-06-16  Eric Blake  <ebb9@byu.net>
6024
6025         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6026         * lib/unicodeio.c [!defined errno]: Likewise.
6027         * lib/strtol.c [!defined errno]: Likewise.
6028         * lib/strtod.c [!defined errno]: Likewise.
6029
6030 2006-06-15  Eric Blake  <ebb9@byu.net>
6031
6032         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6033
6034 2006-06-15  Eric Blake  <ebb9@byu.net>
6035
6036         * config/srclist.txt (ssize_t.m4): Lose sync.
6037
6038 2006-06-15  Bruno Haible  <bruno@clisp.org>
6039
6040         * modules/stdint (Files): Include m4/full-header-path.m4,
6041         m4/size_max.m4, m4/wchar_t.m4.
6042         (Makefile.am): Many more substitutions.
6043         * modules/stdint-tests: New file.
6044         * tests/test-stdint.c: New file.
6045
6046 2006-06-15  Bruno Haible  <bruno@clisp.org>
6047
6048         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6049         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6050         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6051         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6052         gl_CHECK_TYPE_SAME): New macros.
6053
6054 2006-06-15  Bruno Haible  <bruno@clisp.org>
6055
6056         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6057
6058 2006-06-15  Bruno Haible  <bruno@clisp.org>
6059
6060         * lib/stdint_.h: Rewritten to be fully auto-configured.
6061         Fixes bug on HP-UX/IA64.
6062
6063 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6064
6065         * lib/getdate.y (__attribute__): Don't define if already defined.
6066         Problem reported by Larry Jones.
6067         * lib/utimens.c (__attribute__): Likewise.
6068
6069 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6070
6071         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6072         reported by Andreas Schwab.
6073
6074 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6075             Bruno Haible  <bruno@clisp.org>
6076
6077         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6078         check for the declaration of strnlen and a run test that exposes the
6079         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6080         rpl_strndup.
6081
6082 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6083             Bruno Haible  <bruno@clisp.org>
6084
6085         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6086
6087 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6088
6089         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6090         compile test, for Tru64 4.0D.
6091
6092 2006-05-28  Karl Berry  <karl@gnu.org>
6093
6094         * config/srclist.txt (printf-args.c): lose sync.
6095
6096 2006-05-26  Martin Lambers  <marlam@marlam.de>
6097
6098         * lib/getpass.c: Updates the test for the native W32 API, and adds
6099         missing includes, thus fixing compilation warnings.
6100
6101 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6102
6103         * lib/exclude.c (exclude_fnmatch): New function.
6104         (excluded_file_name): Call exclude_fnmatch.
6105         * lib/exclude.h (excluded_file_name): New prototype
6106
6107 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6108
6109         * lib/tempname.c (small_open, large_open): New macros.
6110         (__open, __open64) [!_LIBC]: Remove.
6111         (__gen_tempname): Use small_open and large_open instead of __open
6112         and __open64.  This fixes a portability bug on HP-UX 11.11i
6113         reported by Simon Wing-Tang in
6114         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6115
6116 2006-05-24  Bruno Haible  <bruno@clisp.org>
6117
6118         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6119         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6120         Reported by Thorsten Maerz <torte@netztorte.de> via
6121         Aaron Stone <aaron@serendipity.cx>.
6122
6123 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6124
6125         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6126         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6127         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6128         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6129         not really conditional on the cache.
6130         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6131
6132 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6133
6134         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6135         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6136         (my_usleep): Don't mishandle maximum value.
6137
6138 2006-05-19  Jim Meyering  <jim@meyering.net>
6139
6140         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6141
6142 2006-05-17  Bruno Haible  <bruno@clisp.org>
6143
6144         Cygwin portability.
6145         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6146
6147 2006-05-17  Bruno Haible  <bruno@clisp.org>
6148
6149         * lib/stdint_.h: Fix recognition of Cygwin.
6150
6151 2006-05-15  Bruno Haible  <bruno@clisp.org>
6152
6153         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6154         on libtool patch by Ralf Wildenhues.
6155
6156 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6157
6158         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6159         test for C99 conformance; (bool) 0.5 is an integer constant
6160         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6161         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6162
6163 2006-05-11  Simon Josefsson  <jas@extundo.com>
6164
6165         * m4/xvasprintf.m4: Fix obvious typo.
6166
6167 2006-05-11  Jim Meyering  <jim@meyering.net>
6168
6169         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6170         James Lemley.
6171
6172 2006-05-10  Simon Josefsson  <jas@extundo.com>
6173
6174         * lib/md4.c: Typo fix, update copyright years.
6175         (K1, K2): Don't use L because it turn computations into 64-bit on
6176         64-bit platforms.
6177
6178 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6179
6180         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6181         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6182         unwanted sign propagation, e.g., on hosts with 64-bit int.
6183         There still are some problems with reeelly weird theoretical hosts
6184         (e.g., 33-bit int) but it's not worth worrying about now.
6185         * lib/sha1.c (rol): Likewise.
6186         (K1, K2, K3, K4): Remove unnecessary L suffix.
6187
6188 2006-05-10  Bruno Haible  <bruno@clisp.org>
6189
6190         * lib/des.c: Cast to avoid warnings.
6191
6192 2006-05-09  Bruno Haible  <bruno@clisp.org>
6193
6194         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6195         (Depends-on): Depend also on xsize, stdarg.
6196         (configure.ac): Add gl_XVASPRINTF.
6197
6198 2006-05-09  Bruno Haible  <bruno@clisp.org>
6199
6200         * m4/xvasprintf.m4: New file.
6201
6202 2006-05-09  Bruno Haible  <bruno@clisp.org>
6203
6204         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6205         (EOVERFLOW): Define fallback value.
6206         (xstrcat): New function.
6207         (xvasprintf): Recognize the special case of a string concatenation.
6208
6209 2006-05-08  Eric Blake  <ebb9@byu.net>
6210
6211         * gnulib-tool (func_version): Base copyright year on CVS date.
6212         (func_emit_copyright_notice): New function.
6213         (func_emit_lib_Makefile_am): Use it.
6214         (func_emit_tests_Makefile_am): Likewise.
6215         (func_import): Likewise.
6216
6217 2006-05-08  Bruno Haible  <bruno@clisp.org>
6218
6219         * modules/stdarg: New file.
6220         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6221
6222 2006-05-08  Bruno Haible  <bruno@clisp.org>
6223
6224         * m4/stdarg.m4: New file, from GNU gettext.
6225
6226 2006-05-08  Bruno Haible  <bruno@clisp.org>
6227
6228         * config/srclist.txt (build-aux/config.rpath): different from latest
6229         release.
6230
6231 2006-05-08  Bruno Haible  <bruno@clisp.org>
6232
6233         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6234
6235 2006-05-05  Jim Meyering  <jim@meyering.net>
6236
6237         * m4/warning.m4: New file, derived from bison's file by the same name.
6238
6239 2006-05-03  Bruno Haible  <bruno@clisp.org>
6240
6241         * lib/stdint_.h: Shorter URL.
6242         * lib/inttypes.h: Likewise.
6243
6244 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6245
6246         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6247
6248 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6249
6250         * lib/verify.h: Document the internals better.  Most of this change
6251         was written by Bruno Haible.
6252
6253 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6254
6255         * doc/verify.texi: New file, partly based on a proposal by
6256         Bruno Haible.
6257
6258 2006-05-02  Bruno Haible  <bruno@clisp.org>
6259
6260         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6261         test from here...
6262         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6263
6264 2006-04-29  Bruno Haible  <bruno@clisp.org>
6265
6266         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6267         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6268
6269 2006-04-29  Bruno Haible  <bruno@clisp.org>
6270
6271         * gnulib-tool: Make --update option actually work.
6272
6273 2006-04-29  Bruno Haible  <bruno@clisp.org>
6274
6275         * doc/gcd.texi: New file.
6276         * doc/gnulib.texi: Include it.
6277
6278 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6279
6280         * lib/getdate.y (get_date): When adding relative date, start with the
6281         initial time, not with the result of the first mktime call.
6282
6283 2006-04-25  Bruno Haible  <bruno@clisp.org>
6284
6285         * gnulib-tool (func_import): Output the include directives in three
6286         blocks, sorted separately.
6287         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6288
6289 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6290
6291         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6292         to define main with arguments, for C++.  Reported by Eric Blake.
6293         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6294         Prefer 'int main ()' to 'int main (void)', for C++.
6295         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6296         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6297         for 'main', for C99 and C++.
6298
6299 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6300
6301         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6302         Don't assume that exit status -1 is valid.
6303         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6304         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6305         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6306         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6307         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6308         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6309         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6310         functions can be used without declaring them, or that you can
6311         exit with status -1.
6312         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6313
6314 2006-04-24  Karl Berry  <karl@gnu.org>
6315
6316         * config/srclist.txt (longdouble.m4): sync lost.
6317
6318 2006-04-24  Eric Blake  <ebb9@byu.net>
6319
6320         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6321
6322 2006-04-24  Bruno Haible  <bruno@clisp.org>
6323
6324         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6325         poll() implementation in AIX.
6326         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6327
6328 2006-04-24  Bruno Haible  <bruno@clisp.org>
6329
6330         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6331         assigned exactly once.
6332
6333 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6334             Bruno Haible  <bruno@clisp.org>
6335
6336         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6337         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6338         for AM_CPPFLAGS.
6339
6340 2006-04-23  Bruno Haible  <bruno@clisp.org>
6341
6342         * modules/copy-file: Depend on unistd.
6343         * modules/execute: Likewise.
6344         * modules/fatal-signal: Likewise.
6345         * modules/findprog: Likewise.
6346         * modules/mkdtemp : Likewise.
6347         * modules/pipe: Likewise.
6348         * modules/wait-process: Likewise.
6349
6350 2006-04-23  Bruno Haible  <bruno@clisp.org>
6351
6352         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6353         condition was already detected.
6354         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6355
6356 2006-04-23  Bruno Haible  <bruno@clisp.org>
6357
6358         * lib/copy-file.c: Include <unistd.h> unconditionally.
6359         * lib/execute.c: Likewise.
6360         * lib/fatal-signal.c: Likewise.
6361         * lib/findprog.c: Likewise.
6362         * lib/mkdtemp.c: Likewise.
6363         * lib/pipe.h: Likewise.
6364         * lib/pipe.c: Likewise.
6365         * lib/wait-process.h: Likewise.
6366
6367 2006-04-23  Bruno Haible  <bruno@clisp.org>
6368
6369         * gnulib-tool (func_usage): Fix --import description. Document
6370         --update.
6371         (func_import): Create temporary file in a temporary directory, if
6372         --dry-run is specified. Silence errors from 'grep' when there are no
6373         m4 files in $m4dir.
6374         (func_create_testdir): Silence errors from 'grep' when there are no
6375         m4 files in $m4dir.
6376         Reported by Karl Berry <karl@freefriends.org>.
6377
6378 2006-04-20  Bruno Haible  <bruno@clisp.org>
6379
6380         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6381         one argument, so that the code will be portable to Autoconf 2.60.
6382         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6383         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6384         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6385
6386 2006-04-19  Derek Price  <derek@ximbiot.com>
6387             Eric Blake  <ebb9@byu.net>
6388
6389         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6390         rather than "/full/path.h".  Update comment to match.  Shorten &
6391         generalize m4_translit call via AS_TR_CPP.
6392
6393 2006-04-19  Derek Price  <derek@ximbiot.com>
6394             Eric Blake  <ebb9@byu.net>
6395
6396         * lib/inttypes.h: Correct grammar in comment.
6397
6398 2006-04-18  Derek Price  <derek@ximbiot.com>
6399             Paul Eggert  <eggert@cs.ucla.edu>
6400
6401         * modules/inttypes: New file.
6402         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6403
6404 2006-04-18  Derek Price  <derek@ximbiot.com>
6405             Paul Eggert  <eggert@cs.ucla.edu>
6406
6407         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6408         New files.
6409
6410 2006-04-18  Derek Price  <derek@ximbiot.com>
6411             Paul Eggert  <eggert@cs.ucla.edu>
6412
6413         * lib/inttypes.h: New file.
6414         * lib/strtoimax.c: Assume <inttypes.h>.
6415
6416 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6417
6418         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6419         isn't mounted.  Problem reported by Kir Kolyshkin.
6420
6421 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6422
6423         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6424         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6425         Derek R. Price.
6426         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6427         implementation.
6428
6429 2006-04-12  Eric Blake  <ebb9@byu.net>
6430
6431         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6432         is now done automatically by the corresponding Autoconf macro.
6433
6434 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6435
6436         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6437         time_r.h.
6438
6439 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6440
6441         Merge regex changes from libc, removing some of our
6442         POSIX-conformance changes that were rejected and redoing them in a
6443         less-intrusive way.
6444
6445         * lib/regcomp.c (re_compile_internal, init_dfa):
6446         Length arg is now size_t, not Idx.  All uses changed.
6447         (peek_token): Forward decl now says internal_function.
6448         (__re_error_msgid, __re_error_msgid_idx):
6449         Now static rather than extern with attribute_hidden.
6450         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6451         For some reason libc prefers K&R style defns for external functions.
6452         (regerror) [!defined _LIBC]: Likewise.
6453         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6454         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6455         (build_range_exp, build_collating_symbol):
6456         Use K&R-style defn.
6457         (re_compile_fastmap): Use '\0' to memset, not 0.
6458         (utf8_sb_map): Make the calculations more obvious.
6459         (init_dfa, parse_bracket_exp, build_charclass_op):
6460         Call calloc and cast result, as glibc does.
6461         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6462         (build_range_exp, build_collating_symbol):
6463         Now internal functions.
6464
6465         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6466
6467         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6468         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6469         Don't depend on VMS; depend on __VMS instead, for POSIX
6470         namespace cleanness.
6471         (regoff_t): Define to ssize_t, not long int.
6472
6473         Remove the REG_ macros named below.  Instead, make the old names
6474         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6475         __USE_GNU_REGEX.
6476         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6477         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6478         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6479         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6480         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6481         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6482         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6483         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6484         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6485         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6486         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6487         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6488         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6489         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6490         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6491         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6492         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6493         (REG_NREGS):
6494         Remove.  All uses replaced by the old RE_* names.
6495         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6496         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6497         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6498         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6499         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6500         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6501         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6502         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6503         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6504         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6505         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6506         Don't bother having these macros be independent of each others'
6507         values, since they no longer exist in the POSIX name space.
6508
6509         Rename the following member names back to their old names,
6510         unless !__USE_GNU_REGEX.  All uses changed back.
6511         (buffer): Renamed from re_buffer.
6512         (allocated): Renamed from re_allocated.
6513         (used): Renamed from re_used.
6514         (syntax): Renamed from re_syntax.
6515         (fastmap): Renamed from re_fastmap.
6516         (translate): Renamed from re_translate.
6517         (can_be_null): Renamed from re_can_be_null.
6518         (regs_allocated): Renamed from re_regs_allocated.
6519         (fastmap_accurate): Renamed from re_fastmap_accurate.
6520         (no_sub): Renamed from re_no_sub.
6521         (not_bol): Renamed from re_not_bol.
6522         (not_eol): Renamed from re_not_eol.
6523         (newline_anchor): Renamed from re_newline_anchor.
6524         (num_regs): Renamed from rm_num_regs.
6525         (start): Renamed from rm_start.
6526         (end): Renamed from rm_end.
6527
6528         (free_state): Move up a bit.
6529
6530         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6531         #define to be empty.
6532         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6533         when that is what is intended.
6534         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6535         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6536         (MAX): New macro.
6537         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6538         All uses changed back to re_malloc, etc.  It's now the caller's
6539         responsibility to check for overflow; all callers changed.
6540         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6541         (re_x2nrealloc): Remove.
6542         (free_state): Remove decl.
6543
6544         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6545         (re_set_registers, re_exec):
6546         Use K&R-style defn.
6547
6548         2006-01-31  Roland McGrath  <roland@redhat.com>
6549
6550         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6551         Reported by Mike Frysinger <vapier@gentoo.org>.
6552
6553         2006-01-15  Andreas Jaeger  <aj@suse.de>
6554
6555         [BZ #1950]
6556         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6557         build_wcs_upper_buffer change.
6558         (build_wcs_upper_buffer): Change return type.
6559
6560         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6561
6562         * lib/regex_internal.h: Include <stdint.h> if available.
6563
6564         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6565
6566         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6567
6568         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6569
6570         * lib/regcomp.c: Adjust for changed secondary hash function.
6571
6572         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6573
6574         * lib/regex.h: Pretty printing.
6575         Clean up namespace a bit.
6576
6577         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6578
6579         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6580         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6581
6582         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6583                     Ulrich Drepper  <drepper@redhat.com>
6584
6585         [BZ #1302]
6586         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6587         changed.
6588         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6589
6590         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6591
6592         [BZ #281]
6593         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6594         * lib/regcomp.c: Remove unnecessary uses of
6595         unsigned RE_TRANSLATE_TYPE.
6596         * lib/regex_internal.h: Likewise.
6597         * lib/regex_internal.c: Likewise.
6598         * lib/regexec.c: Likewise.
6599         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6600
6601         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6602
6603         * lib/regexec.c (find_recover_state): Remove unnecessary
6604         initialization.
6605         (transit_state_bkref): Make DFA a const pointer.
6606         (get_subexp): Likewise.
6607         (check_arrival): Likewise.
6608         (update_cur_sifted_state): Likewise.
6609         (re_search_internal): Likewise.
6610         (prune_impossible_nodes): Likewise.
6611         (acquire_init_state_context): Likewise.
6612         (proceed_next_node): Likewise.
6613         (set_regs): Likewise.
6614         (free_fail_stack_return): Likewise.
6615         (check_arrival_expand_ecl): Mark DFA parameter as const.
6616         (check_arrival_expand_ecl_sub): Likewise.
6617         (check_subexp_limits): Likewise.
6618         (sub_epsilon_src_nodes):  Likewise.
6619         (add_epsilon_src_nodes):  Likewise.
6620         (merge_state_array): Likewise.
6621         (update_regs): Likewise.
6622         (build_trtable): Likewise.
6623         (sift_states_backward): Mark MCTX parameter as const.
6624         (build_sifted_states): Likewise.
6625         (update_cur_sifted_state): Likewise.
6626         (sift_states_mkref): Likewise.
6627         (check_arrival_expand_ecl): Mark eclosure as const.
6628         (check_dst_limits_calc_pos_1): Likewise.
6629         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6630         pointer.
6631
6632         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6633
6634         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6635         (transit_state_sb): Likewise.
6636         (transit_state_mb): Likewise.
6637         (sift_states_iter_mb): Likewise.
6638         (check_arrival_add_next_nodes): Likewise.
6639         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6640         [_LIBC] (re_search_2_stub): Use mempcpy.
6641
6642         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6643         mbrtowc for very simple UTF-8 case.
6644
6645         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6646         a pointer-to-const.
6647         (re_acquire_state_context): Likewise.
6648         * lib/regex_internal.h: Adjust prototypes.
6649
6650         * lib/regex.c: Prevent using C++ compilers.
6651
6652         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
6653         (re_acquire_state_context): Likewise.
6654
6655 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6656
6657         * modules/regex (Depends-on): Add ssize_t.
6658
6659 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6660
6661         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
6662         translation table.
6663
6664 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6665
6666         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
6667
6668 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
6669             Bruno Haible  <bruno@clisp.org>
6670
6671         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
6672         <sys/types.h> and <inttypes.h>.
6673
6674 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6675
6676         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
6677         `__error_t_defined', so argp.h will not typedef the former.
6678
6679 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6680
6681         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
6682         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
6683         glibc names.  Even if glibc is changed to conform to POSIX, the
6684         traditional names will be available anyway, since regex depends on
6685         the extensions module.  Also, fix a longstanding typo in the
6686         implementation of Spencer ERE test #75 from grep 2.3.  Problems
6687         reported by Emanuele Giaquinta.  Also, change sense of cached
6688         variable, so that the message makes sense.
6689
6690 2006-03-24  Simon Josefsson  <jas@extundo.com>
6691
6692         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
6693         including some doc fixes.
6694         (base64_encode_alloc): Fix +1 bug on allocation failures.
6695
6696 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6697
6698         * lib/base64.c (base64_encode): Do not read past end of array with
6699         unsanitized input on systems with CHAR_BIT > 8.
6700
6701 2006-03-24  Eric Blake  <ebb9@byu.net>
6702
6703         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
6704
6705 2006-03-22  Karl Berry  <karl@gnu.org>
6706
6707         * config/srclist.txt (*setenv.[ch]): get from coreutils.
6708         * config/srclistvars.sh (COREUTILS): new var.
6709
6710 2006-03-17  Jim Meyering  <jim@meyering.net>
6711
6712         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
6713         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
6714
6715 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
6718         no longer needs it.  Instead, check that regoff_t is as least
6719         as wide as ptrdiff_t.
6720
6721         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
6722         so that our regex.h stays compatible with the installed regex.
6723         This is helpful for installers who configure --without-included-regex.
6724         Problem reported by Emanuele Giaquinta.
6725
6726 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6727
6728         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
6729         Typedef to long int, not to off_, as POSIX will likely change
6730         in that direction.
6731
6732 2006-03-15  Eric Blake  <ebb9@byu.net>
6733
6734         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
6735
6736 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
6737
6738         * lib/argp-help.c (validate_uparams): Fix typo
6739         * lib/argp-parse.c (argp_default_options): Consistently begin help
6740         messages with a lowercase letter.
6741
6742 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
6743
6744         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
6745         overrun buffers and shouldn't be used (much as gets shouldn't be
6746         used).
6747         * lib/time_r.c (asctime_r, ctime_r): Likewise.
6748
6749 2006-03-08  Simon Josefsson  <jas@extundo.com>
6750
6751         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
6752         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6753
6754 2006-03-08  Simon Josefsson  <jas@extundo.com>
6755
6756         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
6757         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6758
6759 2006-03-08  Simon Josefsson  <jas@extundo.com>
6760
6761         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
6762         signal that configure disabled the device.
6763
6764 2006-03-08  Simon Josefsson  <jas@extundo.com>
6765
6766         * build-aux/maint.mk: Fix refresh-po, to handle no translated
6767         languages.
6768
6769 2006-03-07  Simon Josefsson  <jas@extundo.com>
6770
6771         * modules/getopt (Depends-on): Add unistd.
6772
6773         * modules/unistd: New file.
6774
6775 2006-03-07  Simon Josefsson  <jas@extundo.com>
6776
6777         * modules/gc-random: New file.
6778
6779 2006-03-07  Simon Josefsson  <jas@extundo.com>
6780
6781         * m4/unistd_h.m4: New file.
6782
6783 2006-03-07  Simon Josefsson  <jas@extundo.com>
6784
6785         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
6786         test to be side-effect free by storing the result in the cache
6787         variable gl_cv_lib_readline, and moving the assignment of
6788         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
6789         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6790
6791 2006-03-07  Simon Josefsson  <jas@extundo.com>
6792
6793         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
6794         error on missing devices (the functions will return an error).
6795
6796         * m4/gc.m4: Move random stuff to gc-random.m4
6797
6798 2006-03-07  Simon Josefsson  <jas@extundo.com>
6799
6800         * lib/unistd_.h: New file.
6801
6802 2006-03-07  Simon Josefsson  <jas@extundo.com>
6803
6804         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
6805
6806 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6807
6808         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
6809         Problem reported by Juan Manuel Guerrero.
6810
6811 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6812
6813         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
6814         the unistd module.
6815         * lib/getlogin_r.c: Likewise.
6816         * lib/getlogin_r.h: Likewise.
6817         * lib/glob.c: Likewise.
6818         * lib/pagealign_alloc.c: Likewise.
6819         * lib/unistd_.h: Remove; no longer needed.
6820
6821 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
6822
6823         * MODULES.html.sh (Support for systems lacking POSIX:2001):
6824         Add unistd.
6825         * modules/c-stack (Depends-on): Add unistd.
6826         * modules/getlogin_r: Likewise.
6827         * modules/glob: Likewise.
6828         * modules/pagealign_alloc: Likewise.
6829         * modules/unistd (Files): Remove lib/unistd_.h.
6830         (EXTRA_DIST): Remove.
6831         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
6832         need unistd_.h.
6833         (MOSTLYCLEANFILES): Remove unistd.h-t.
6834
6835 2006-03-03  Simon Josefsson  <jas@extundo.com>
6836
6837         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
6838
6839 2006-03-03  Simon Josefsson  <jas@extundo.com>
6840
6841         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
6842         libidn and bison.
6843
6844 2006-03-03  Simon Josefsson  <jas@extundo.com>
6845
6846         * build-aux/maint.mk: Add indent target.
6847
6848 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
6849
6850         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
6851         our replacement poll.h in any case, to avoid a differing
6852         declaration from a system header.  Seen on AIX.
6853
6854 2006-03-01  Simon Josefsson  <jas@extundo.com>
6855
6856         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
6857         <kasal@ucw.cz>.
6858
6859 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6860
6861         * modules/gettime (Depends-on): Add extensions module.
6862         * modules/nanosleep (Depends-on): Likewise.
6863         * modules/settime (Depends-on): Likewise.
6864
6865 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
6866
6867         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
6868         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
6869         pedantically.
6870         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6871         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
6872
6873         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
6874         not "==".  Reported by Ralf Wildenhues.
6875
6876 2006-03-01  Karl Berry  <karl@gnu.org>
6877
6878         * doc/Copyright/request-*: new files, synced from gnuorg.
6879
6880 2006-03-01  Karl Berry  <karl@gnu.org>
6881
6882         * config/srclist.txt (Copyright/*): new entries.
6883
6884 2006-02-28  Simon Josefsson  <jas@extundo.com>
6885
6886         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
6887
6888 2006-02-27  Simon Josefsson  <jas@extundo.com>
6889
6890         * lib/base64.h: Indent #define's.  From Jim Meyering
6891         <jim@meyering.net>.
6892
6893 2006-02-27  Jim Meyering  <jim@meyering.net>
6894
6895         Revert the change of 2006-02-24, so these files can continue
6896         to be sync'd from gettext.
6897         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
6898         of `config.h'.
6899
6900 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
6901
6902         * modules/intprops: New file.
6903         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
6904         Add intprops.
6905         * modules/getloadavg (Files): Remove lib/intprops.h.
6906         (Depends-on): Add intprops.
6907         * modules/human: Likewise.
6908         * modules/inttostr: Likewise.
6909         * modules/openat: Likewise.
6910         * modules/sig2str: Likewise.
6911         * modules/userspec: Likewise.
6912         * modules/utimecmp: Likewise.
6913         * modules/xnanosleep: Likewise.
6914         * modules/xstrtol: Likewise.
6915
6916 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
6917
6918         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
6919         * modules/lock-tests (TESTS): Use $(EXEEXT).
6920         * modules/tls-tests: Likewise.
6921         * modules/argp-tests: Likewise.
6922         (check_PROGRAMS): New var, replacing...
6923         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
6924
6925 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6926
6927         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
6928         `config.h'.
6929
6930 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
6931
6932         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
6933
6934 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6935
6936         Sync from coreutils.
6937         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
6938         gl_CHDIR_SAFER.
6939
6940 2006-02-22  Jim Meyering  <jim@meyering.net>
6941
6942         Sync from coreutils.
6943         * m4/chdir-safer.m4: New file.
6944
6945 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
6946
6947         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
6948         AT_FDCWD exceeds INT_MAX.
6949         * lib/openat.h (AT_FDCWD): Likewise.
6950
6951 2006-02-17  Eric Blake  <address@hidden>
6952
6953         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
6954
6955 2006-02-16  Simon Josefsson  <jas@extundo.com>
6956
6957         * modules/getaddrinfo (Depends-on): Add sys_socket.
6958
6959 2006-02-15  Simon Josefsson  <jas@extundo.com>
6960
6961         * build-aux/maint.mk: Add dsyntax-check rule.
6962
6963 2006-02-15  Eric Blake  <ebb9@byu.net>
6964
6965         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
6966         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
6967         'present but cannot compile' warnings on cygwin.
6968         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
6969         use ws2tcpip.h if sys/socket.h works.
6970         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
6971         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
6972
6973 2006-02-14  Simon Josefsson  <jas@extundo.com>
6974
6975         * modules/maintainer-makefile (Files): Rename.
6976
6977         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
6978         and (the local) Makefile.cfg to maint-cfg.mk.
6979
6980         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
6981         to the latter.
6982
6983         * modules/maintainer-makefile: New module.
6984
6985         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
6986         severaly stripped to make it possible to build it up from scratch
6987         with reliable tests.
6988
6989         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
6990         fixes to permit overriding the default actions when configure and
6991         makefile are not available.
6992
6993 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
6994
6995         Sync from coreutils.
6996         * modules/lstat (Depends-on): Don't depend on xalloc.
6997         (License): Change from GPL to LGPL, since this is now simply a
6998         replacement for a libc function.
6999
7000 2006-02-14  Jim Meyering  <jim@meyering.net>
7001
7002         Sync from coreutils.
7003
7004         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7005         failure on deficient systems, and simplify gnulib lgpl dependencies.
7006         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7007         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7008
7009         * lib/xalloc-die.c: Remove unused definition of N_.
7010
7011 2006-02-14  Jim Meyering  <jim@meyering.net>
7012
7013         Sync from coreutils.
7014         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7015         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7016         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7017         double-quote uses of that variable, to accommodate the rare case in
7018         which getmntent is available in none of the libraries checked.  This
7019         happens at least on FreeBSD 5.0.
7020
7021 2006-02-13  Simon Josefsson  <jas@extundo.com>
7022
7023         * gnulib-tool (Usage): Fix --import, from
7024         karl@freefriends.org (Karl Berry).
7025
7026 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7027
7028         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7029
7030 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7031
7032         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7033         "autoupdate" on 2005-12-12.
7034
7035 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7036
7037         * modules/closeout (Depends-on): Remove atexit.
7038
7039 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7040
7041         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7042         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7043
7044 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7045
7046         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7047         __EXTENSIONS__ if this causes compilation to fail.  Problem
7048         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7049         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7050
7051 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7052
7053         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7054         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7055         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7056         All uses changed.
7057
7058 2006-01-26  Simon Josefsson  <jas@extundo.com>
7059
7060         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7061         prototype is visible on mingw32.
7062
7063         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7064         for mingw32.
7065
7066         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7067         mingw32).
7068
7069 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7070
7071         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7072         attempt to open for write; this always fails, at least on POSIX
7073         hosts.  This reinstates the 2006-01-09 change, which was
7074         inadvertently removed.
7075
7076 2006-01-26  Bruno Haible  <bruno@clisp.org>
7077
7078         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7079         Reported by Paul Eggert.
7080
7081 2006-01-26  Bruno Haible  <bruno@clisp.org>
7082             Paul Eggert  <eggert@cs.ucla.edu>
7083
7084         * lib/stdbool_.h (_Bool)
7085         [(! (defined __cplusplus || defined __BEOS__)
7086           && !defined __GNUC__
7087           && !(defined __HP_cc || defined __xlc__
7088                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7089                || defined __sgi))]:
7090         #define to signed char in these cases too; this simplifies
7091         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7092         etc., separately) and makes it more conservative.
7093
7094 2006-01-25  Simon Josefsson  <jas@extundo.com>
7095
7096         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7097         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7098         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7099
7100 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7101
7102         * lib/argp-namefrob.h: Bugfix. Remove stray #
7103
7104 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7105
7106         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7107         so that we test the test.
7108         Check for yet another HP-UX cc bug involving *bool |= bool.
7109
7110 2006-01-25  Karl Berry  <karl@gnu.org>
7111
7112         * config/srclist.txt (vasnprintf.c): sync lost.
7113
7114 2006-01-25  Jim Meyering  <jim@meyering.net>
7115
7116         Sync from the stable (b5) branch of coreutils:
7117
7118         * lib/fts.c (fts_children): Don't let close() clobber errno from
7119         failed fchdir().
7120
7121         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7122         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7123         a dangling symlink.  That can also happen at least for ELOOP.
7124         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7125         FYI, this bug predates the inclusion of fts.c in coreutils.
7126
7127         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7128         in their own block, so pre-c99 compilers don't object.
7129
7130         Avoid the double-free (first in fts_read, second in fts_close) that
7131         would occur when an `active' directory is made inaccessible (e.g.,
7132         via chmod a-x) during a traversal.
7133         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7134         before returning.  Reproduce this failure by
7135         mkdir -p a/b; cd a; chmod a-x . b
7136         Reported by Stavros Passas.
7137
7138 2006-01-25  Jim Meyering  <jim@meyering.net>
7139
7140         * lib/fileblocks.c: Remove more useless parentheses.
7141         * lib/readutmp.h: Likewise.
7142
7143 2006-01-25  Bruno Haible  <bruno@clisp.org>
7144
7145         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7146         warnings.
7147         Reported by Paul Eggert.
7148
7149 2006-01-25  Bruno Haible  <bruno@clisp.org>
7150
7151         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7152         rid of a trap command. For Solaris sh.
7153         Reported by Mark D. Baushke <mdb@gnu.org>.
7154
7155 2006-01-24  Simon Josefsson  <jas@extundo.com>
7156
7157         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7158         Bruno.
7159
7160 2006-01-24  Karl Berry  <karl@gnu.org>
7161
7162         * config/srclist.txt (argp-namefrob.h): sync lost.
7163
7164 2006-01-24  Jim Meyering  <jim@meyering.net>
7165
7166         * modules/openat (Files): Add lib/intprops.h.
7167         From Mark D. Baushke.
7168
7169 2006-01-24  Jim Meyering  <jim@meyering.net>
7170
7171         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7172         Reported by Mark D. Baushke.
7173
7174 2006-01-24  Jim Meyering  <jim@meyering.net>
7175
7176         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7177
7178 2006-01-24  Bruno Haible  <bruno@clisp.org>
7179
7180         * modules/strnlen (Maintainer): Change from glibc to all.
7181
7182 2006-01-24  Bruno Haible  <bruno@clisp.org>
7183
7184         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7185         Patch by Paul Eggert.
7186
7187 2006-01-24  Bruno Haible  <bruno@clisp.org>
7188
7189         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7190         already has it.
7191         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7192         2005-11-26.
7193
7194         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7195         'signed char' to avoid problems with the built-in _Bool type.
7196         Reported by Paul Eggert on 2005-11-26.
7197
7198 2006-01-24  Bruno Haible  <bruno@clisp.org>
7199
7200         * gnulib-tool (func_import): Avoid constructing complicated sed
7201         expressions inside backquote.
7202         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7203
7204 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7205
7206         These changes imported from libc.
7207         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7208         test and two separate function calls.
7209         * lib/strndup.c (__strndup): Add libc_hidden_def.
7210
7211 2006-01-23  Simon Josefsson  <jas@extundo.com>
7212
7213         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7214         Remove the test_*_SOURCES variable: automake infers it by default.
7215         * modules/tls-tests: Likewise.
7216
7217 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7218
7219         Work around porting bugs reported by Dieter in
7220         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7221         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7222         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7223         Include "getopt.h" first, to check interface.
7224         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7225         !HAVE_DECL_GETENV.
7226         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7227         (__strndup): Revert to K&R-style function dfns, the glibc style.
7228         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7229         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7230         Include strnlen.h first, to get prototype properly.
7231         (strnlen): Renamed from __strnlen.
7232         Remove weak alias.
7233
7234 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7235
7236         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7237
7238 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7239
7240         * config/srclist.txt: Adjust to reflect glibc reorganization.
7241         This affects only comments.
7242
7243 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7244
7245          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7246          Reported by Bruce Korb <bkorb@gnu.org>.
7247
7248 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7249
7250         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7251         to pacify gcc -Wswitch-default.
7252
7253 2006-01-22  Bruno Haible  <bruno@clisp.org>
7254
7255         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7256         temporary buffer for sprintf, take into account the precision also
7257         for 'd', 'i', 'u', 'o', 'x', 'X'.
7258
7259 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7260
7261         * modules/argp-tests: New module
7262         * tests/test-argp.c: New file
7263         * tests/test-argp-2.sh: New file
7264
7265 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7266
7267         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7268         (__argp_base_name): Removed
7269         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7270         typo.
7271         (__argp_base_name): Provide macro definition or extern declaration
7272         depending on the configuration
7273
7274 2006-01-20  Simon Josefsson  <jas@extundo.com>
7275
7276         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7277
7278 2006-01-20  Simon Josefsson  <jas@extundo.com>
7279
7280         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7281
7282 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7285         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7286         Suggested by Bruno Haible.
7287
7288 2006-01-20  Karl Berry  <karl@gnu.org>
7289
7290         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7291         until changes propagate, I guess.
7292
7293 2006-01-19  Simon Josefsson  <jas@extundo.com>
7294
7295         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7296
7297 2006-01-19  Simon Josefsson  <jas@extundo.com>
7298
7299         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7300
7301 2006-01-19  Simon Josefsson  <jas@extundo.com>
7302
7303         * gnulib-tool: Set check_PROGRAMS.
7304
7305         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7306         modules/des-tests, modules/gc-arcfour-tests,
7307         modules/gc-arctwo-tests, modules/gc-des-tests,
7308         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7309         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7310         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7311         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7312         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7313         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7314         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7315         test_*_SOURCES.
7316
7317 2006-01-18  Simon Josefsson  <jas@extundo.com>
7318
7319         * modules/socklen (Depends-on): Depend on sys_socket.
7320
7321 2006-01-18  Simon Josefsson  <jas@extundo.com>
7322
7323         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7324         modules/des-tests, modules/gc-arcfour-tests,
7325         modules/gc-arctwo-tests, modules/gc-des-tests,
7326         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7327         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7328         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7329         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7330         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7331         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7332         $(EXEEXT) to automake TESTS variable, for mingw32.
7333
7334 2006-01-17  Simon Josefsson  <jas@extundo.com>
7335
7336         * modules/socklen (Include): Need sys/socket.h.
7337
7338 2006-01-17  Bruno Haible  <bruno@clisp.org>
7339
7340         * modules/ssize_t (Include): Add <sys/types.h>.
7341
7342 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7343
7344         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7345         it's not portable and it doesn't work with cross-compiles.
7346         Problem reported by Bruno Haible.  Fix missing-$ typo in
7347         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7348         -zignore from being used with Sun's C compiler.
7349
7350 2006-01-12  Simon Josefsson  <jas@extundo.com>
7351
7352         * lib/base64.c: Fix warning, reported by Bruno Haible
7353         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7354
7355 2006-01-12  Bruno Haible  <bruno@clisp.org>
7356
7357         * modules/ldd: New file.
7358         * build-aux/ldd.sh.in: New file.
7359         * MODULES.html.sh (Support for building libraries and executables): Add
7360         ldd.
7361
7362 2006-01-12  Bruno Haible  <bruno@clisp.org>
7363
7364         * m4/ldd.m4: New file.
7365
7366 2006-01-12  Bruno Haible  <bruno@clisp.org>
7367
7368         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7369         endless loop while replacing $auxdir with build-aux.
7370
7371 2006-01-11  Simon Josefsson  <jas@extundo.com>
7372
7373         * lib/stdint_.h (SIZE_MAX): Add missing (.
7374
7375 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7376
7377         Sync from coreutils.
7378         * lib/md5.c: Fix commentary typos.
7379         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7380         * lib/md5.h (__attribute__): Remove; unused.
7381         * lib/sha1.c: Fix commentary to match md5 better.
7382         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7383         so that we don't need to worry about alignment.  All uses changed.
7384         This merges the 2005-10-28 md5 change into sha1.
7385
7386 2006-01-11  Jim Meyering  <jim@meyering.net>
7387
7388         Sync from coreutils.
7389         * lib/md5.c (OP): Fix spacing.
7390
7391 2006-01-11  Bruno Haible  <bruno@clisp.org>
7392
7393         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7394         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7395         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7396
7397 2006-01-11  Bruno Haible  <bruno@clisp.org>
7398
7399         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7400         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7401         the "early" section as well.
7402
7403 2006-01-11  Bruno Haible  <bruno@clisp.org>
7404
7405         Avoid "ar: no archive members specified" error on MacOS X.
7406         * gnulib-tool (func_modules_add_dummy): New function.
7407         (func_import, func_create_testdir): Invoke it.
7408
7409 2006-01-11  Bruno Haible  <bruno@clisp.org>
7410
7411         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7412         with $auxdir in AC_CONFIG_FILES statements.
7413
7414 2006-01-11  Bruno Haible  <bruno@clisp.org>
7415
7416         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7417         Initialize also noinst_HEADERS to empty.
7418
7419 2006-01-11  Bruno Haible  <bruno@clisp.org>
7420
7421         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7422         variables.
7423         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7424         autoreconf.
7425
7426 2006-01-11  Bruno Haible  <bruno@clisp.org>
7427
7428         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7429         overridable by the user.
7430         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7431
7432 2006-01-10  Simon Josefsson  <jas@extundo.com>
7433
7434         * modules/sys_socket: New file.
7435
7436 2006-01-10  Simon Josefsson  <jas@extundo.com>
7437
7438         * m4/sys_socket_h.m4: New file.
7439
7440 2006-01-10  Simon Josefsson  <jas@extundo.com>
7441
7442         * lib/socket_.h: New file.
7443
7444 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         * modules/readutmp (Maintainer): Add myself.
7447
7448 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7449
7450         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7451         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7452         People who are still concerned with buggy memcmp implementations
7453         can invoke gl_FUNC_MEMCMP themselves.
7454
7455 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7456
7457         * lib/regex_internal.h (BITSET_WORD_BITS):
7458         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7459         preprocessor mishandles large unsigned values as if they were signed.
7460         Problem reported by Claudio Fontana in
7461         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7462
7463 2006-01-10  Jim Meyering  <jim@meyering.net>
7464
7465         Avoid the double-free (first in fts_read, second in fts_close) that
7466         would occur when an `active' directory is made inaccessible (e.g.,
7467         via chmod a-x) during a traversal.
7468         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7469         before returning.  Reproduce this failure by
7470         mkdir -p a/b; cd a; chmod a-x . b
7471         Reported by Stavros Passas.
7472
7473         Sync from coreutils.
7474         * lib/sha1.c: Tweak grammar in a comment.
7475
7476 2006-01-10  Jim Meyering  <jim@meyering.net>
7477
7478         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7479         Patch by Joerg Sonnenberger.
7480
7481 2006-01-10  Bruno Haible  <bruno@clisp.org>
7482
7483         * modules/readutmp: Depend on module free.
7484         * modules/strtok_r: Depend on module restrict.
7485
7486 2006-01-10  Bruno Haible  <bruno@clisp.org>
7487
7488         * modules/gettext (configure.ac): Add an invocation of
7489         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7490
7491 2006-01-10  Bruno Haible  <bruno@clisp.org>
7492
7493         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7494         Reported by Werner Lemberg <wl@gnu.org>.
7495
7496 2006-01-10  Bruno Haible  <bruno@clisp.org>
7497
7498         * lib/localcharset.c: Update from GNU gettext.
7499
7500 2006-01-10  Bruno Haible  <bruno@clisp.org>
7501
7502         * lib/argp.h (__const): Remove macro. Use const instead.
7503         * lib/argp-fmtstream.h (__const): Likewise.
7504         * lib/glob_.h (__const): Remove macro.
7505         * lib/glob-libc.h: Use const instead of __const.
7506
7507 2006-01-10  Bruno Haible  <bruno@clisp.org>
7508
7509         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7510         variable.
7511         Needed to avoid an automake error regarding the 'gettext' module.
7512
7513 2006-01-09  Simon Josefsson  <jas@extundo.com>
7514
7515         * modules/inet_ntop (Depends-on): Add restrict.
7516
7517 2006-01-09  Simon Josefsson  <jas@extundo.com>
7518
7519         * modules/gc-rijndael-tests (License): Put under LGPL.
7520
7521         * modules/gc-des-tests (License): Likewise.
7522
7523         * modules/gc-arcfour-tests (License): Likewise.
7524
7525         * modules/gc-arctwo-tests (License): Likewise.
7526
7527         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7528
7529         * modules/gc-hmac-sha1-tests (Files): Likewise.
7530
7531         * modules/gc-hmac-md5-tests (License): Likewise.
7532
7533         * modules/gc-sha1-tests (License): Likewise.
7534
7535         * modules/gc-md5-tests (License): Likewise.
7536
7537         * modules/gc-md4-tests (License): Likewise.
7538
7539         * modules/gc-md2-tests (License): Likewise.
7540
7541         * modules/gc-tests (License): Likewise.
7542
7543         * modules/des-tests (License): Likewise.
7544
7545         * modules/md4-tests (License): Likewise.
7546
7547         * modules/md2-tests (License): Likewise.
7548
7549 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7550
7551         Sync from coreutils:
7552
7553         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7554         * modules/lib-ignore: New file.
7555         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7556         chdir-safer.m4, lchmod.m4.
7557         * modules/openat: Add mkdirat.c, openat-priv.h.
7558
7559 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7560
7561         Sync from coreutils.
7562         * m4/lib-ignore.m4: New file.
7563         * m4/lchmod.m4: New file.
7564
7565 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         Sync from coreutils.
7568         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7569         for write access: POSIX says that must fail.
7570         * lib/fts.c (diropen): Likewise.
7571         * lib/save-cwd.c (save_cwd): Likewise.
7572         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7573         well, for minor improvements on hosts that lack O_DIRECTORY.
7574         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7575         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7576         Fall back on chown if open failed with EACCES.
7577
7578         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7579         Report an error at compile-time if only a 1-second nominal clock
7580         resolution is found.
7581
7582         * lib/lchmod.h: New file.
7583         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7584         (make_dir_parents): Use lchown rather than chown, and
7585         lchmod rather than chmod.
7586
7587         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7588         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7589         "proc" reported by n0dalus.
7590
7591         * lib/mountlist.c: Include <limits.h>.
7592         (dev_from_mount_options)
7593         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7594         New function.  It no longer assumes "dev=" has the System V meaning
7595         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7596         (read_file_system_list)
7597         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7598         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7599         dev= in that case.
7600
7601         * lib/posixtm.h (PDS_PRE_2000): New macro.
7602         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7603         allow_century.  All usages changed.  Reject dates outside the range
7604         1969-1999 if PDS_PRE_2000 is used.
7605
7606 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7607
7608         Sync from coreutils.
7609         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7610         (Time of day items): Mention the possibility of leap seconds.
7611         Problem reported by Dr. David Alan Gilbert.
7612
7613 2006-01-09  Jim Meyering  <jim@meyering.net>
7614
7615         Sync from coreutils.
7616
7617         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7618
7619         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7620
7621         * lib/modechange.c (mode_compile): Reject an invalid mode string
7622         that starts with an octal digit.  From Andreas Gruenbacher.
7623
7624         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7625         and dup to open_safer and dup_safer, respectively.
7626         (openat_permissive): Fix typo in comment.
7627
7628         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7629         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7630         (_): Remove; no longer needed.
7631         (openat): Renamed from rpl_openat; no need for rpl_openat
7632         since openat.h renames openat for us.
7633         Replace most of the body with a call to openat_permissive,
7634         to avoid duplicate code.
7635         Port to (probably hypothetical) environments were mode_t is
7636         wider than int.
7637         (openat_permissive): Require mode arg, so that we can check
7638         types better.  Put it just after flags.  Change cwd failure
7639         indicator from pointer-to-bool to pointer-to-errno-value.
7640         All callers changed.
7641         Invoke openat_save_fail and/or openat_restore_fail if
7642         cwd_errno is null, so that openat can call us.
7643         (openat_permissive, fdopendir, fstatat, unlinkat):
7644         Simplify errno handling to avoid some duplicate code,
7645         as it's OK to set errno on success.
7646         * lib/openat.h: Revamp code so that function macros depend on
7647         __OPENAT_PREFIX only, not also on AT_FDCWD.
7648         (openat_ro): Remove.  Caller changed to use openat_permissive.
7649         (openat_permissive): Now a macro, if not a function.
7650         (openat_restore_fail, openat_save_fail): Now always functions,
7651         since mkdirat needs them even if __OPENAT_PREFIX is defined.
7652
7653         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
7654         and openat.c.
7655         * lib/mkdirat.c: Include openat-priv.h.
7656         Remove definitions of macros defined therein.
7657         * lib/openat.c: Likewise.
7658
7659         * lib/mkdirat.c (mkdirat): New file and function.
7660         * lib/openat.h (mkdirat): Declare.
7661
7662         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
7663
7664         * lib/openat.h (openat_permissive): Declare.
7665         (openat_ro): Define.
7666
7667         * lib/openat.c (EXPECTED_ERRNO): New macro.
7668         (openat_permissive): New function -- used in remove.c rewrite.
7669         (all functions): Set errno just before returning, only if there
7670         was an actual failure.
7671         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
7672
7673         Emulate openat-family functions using Linux's procfs, if possible.
7674         Idea and some code based on Ulrich Drepper's glibc changes.
7675
7676         * lib/openat.c: (BUILD_PROC_NAME): New macro.
7677         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
7678         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
7679         before falling back on save_cwd and restore_cwd.
7680         (fdopendir, fstatat, unlinkat): Likewise.
7681
7682         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
7683         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
7684
7685         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
7686         as second argument to va_arg.  Otherwise, some versions of gcc
7687         warn that `if this code is reached, the program will abort'.
7688
7689 2006-01-09  Jim Meyering  <jim@meyering.net>
7690
7691         Sync from coreutils.
7692         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
7693         Require openat-priv.h.
7694
7695 2006-01-09  Bruno Haible  <bruno@clisp.org>
7696
7697         * modules/strnlen (Include): Use strnlen.h.
7698
7699 2006-01-09  Bruno Haible  <bruno@clisp.org>
7700
7701         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
7702
7703 2006-01-09  Bruno Haible  <bruno@clisp.org>
7704
7705         * lib/sysexit_.h (EX_OK): New macro.
7706         Suggested by Martin Lambers <marlam@marlam.de>.
7707
7708 2006-01-09  Bruno Haible  <bruno@clisp.org>
7709
7710         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
7711         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
7712
7713 2006-01-09  Bruno Haible  <bruno@clisp.org>
7714
7715         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
7716         numbers.
7717
7718 2006-01-09  Bruno Haible  <bruno@clisp.org>
7719
7720         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
7721         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
7722         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
7723         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
7724
7725 2006-01-09  Bruno Haible  <bruno@clisp.org>
7726
7727         * build-aux/javacomp.sh.in: New file, moved from lib/.
7728         * modules/javacomp-script (Files): Update.
7729         (configure.ac): Add AC_CONFIG_FILES invocation.
7730         (EXTRA_DIST): Remove variable.
7731
7732         * build-aux/javaexec.sh.in: New file, moved from lib/.
7733         * modules/javaexec (Files): Update.
7734         (configure.ac): Add AC_CONFIG_FILES invocation.
7735         (EXTRA_DIST): Remove javaexec.sh.in.
7736
7737         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
7738         * modules/csharpcomp-script (Files): Update.
7739         (configure.ac): Add AC_CONFIG_FILES invocation.
7740         (EXTRA_DIST): Remove variable.
7741
7742         * build-aux/csharpexec.sh.in: New file, moved from lib/.
7743         * modules/csharpexec (Files): Update.
7744         (configure.ac): Add AC_CONFIG_FILES invocation.
7745         (EXTRA_DIST): Remove csharpexec.sh.in.
7746
7747 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7748
7749         Sync from coreutils.
7750
7751         Add POSIX ACL support
7752         * lib/acl.h (copy_acl, set_acl): Add declarations.
7753         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
7754         systems other than Linux.
7755         (chmod_or_fchmod): New function: use fchmod when possible,
7756         and chmod otherwise.
7757         (file_has_acl): Add a POSIX ACL implementation, with a
7758         Linux-specific subcase.
7759         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
7760         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
7761         acls are unsupported.
7762         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
7763         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
7764         are unsupported.
7765
7766 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7767
7768         Sync from coreutils.
7769         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
7770
7771 2006-01-07  Bruno Haible  <bruno@clisp.org>
7772
7773         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
7774         gl_EARLY.
7775
7776 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7777
7778         * lib/strftime.c (tzname): Don't declare if it is already #defined.
7779         Problem reported for Mingw by Mark Junker.
7780
7781 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         * README: Gnulib normally doesn't generate a tarball.
7784
7785 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
7786
7787         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
7788         long int, not int, for nanosecond counts, so that people who are
7789         used to POSIX struct timespec won't be surprised.  Reported by Jim
7790         Meyering.
7791
7792 2005-12-28  Bruno Haible  <bruno@clisp.org>
7793
7794         * build-aux/config.rpath: Update from GNU gettext.
7795
7796 2005-12-16  Jim Meyering  <jim@meyering.net>
7797
7798         * modules/fprintftime: New module.
7799         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
7800
7801 2005-12-16  Jim Meyering  <jim@meyering.net>
7802
7803         * m4/fprintftime.m4: New file.
7804
7805 2005-12-16  Jim Meyering  <jim@meyering.net>
7806
7807         * lib/fprintftime.c, lib/fprintftime.h: New files.
7808
7809 2005-12-15  Simon Josefsson  <jas@extundo.com>
7810
7811         * modules/socklen (configure.ac): Fix M4 macro name, to align with
7812         new m4/socklen.m4.
7813
7814 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7815
7816         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
7817         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
7818
7819 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
7820
7821         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
7822         * lib/argp-help.c (fill_in_uparams): Check if the constructed
7823         struct uparams is valid. Fall back to the default values if it is
7824         not.
7825
7826 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7827
7828         * modules/argp (Files): Add argp-pin.c
7829         (Depends-on): dirname
7830         (lib_SOURCES): Add argp-pin.c
7831
7832 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7833
7834         * m4/argp.m4:  Check if program_invocation_name and
7835         program_invocation_short_name are declared and define appropriate
7836         macros if they are not.
7837
7838 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
7839
7840         * lib/argp-help.c (__argp_base_name): New function
7841         (__argp_short_program_name): Rewrite using __argp_base_name
7842         * lib/argp-namefrob.h: Define program_invocation_name and
7843         program_invocation_short_name if requested
7844         (__argp_base_name): Add prototype
7845         * lib/argp-parse.c (argp_def): Use gettext wrappers
7846         (argp_default_parser): Use __argp_base_name
7847         * lib/argp-pin.c: New file. Defines program_invocation_name and
7848         program_invocation_short_name on systems that lack them.
7849
7850 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7851
7852         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
7853         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7854         porting problem reported by Georg Schwarz in
7855         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7856
7857 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
7858
7859         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
7860         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
7861         porting problem reported by Georg Schwarz in
7862         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
7863
7864 2005-12-05  Bruno Haible  <bruno@clisp.org>
7865
7866         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
7867         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
7868         Reported by Mark Junker <mjscod@gmx.de>.
7869
7870 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
7871
7872         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
7873         Use implementation from Albert Chin, with some
7874         comments/corrections by Stepan Kasal and myself.
7875
7876 2005-12-02  Bruno Haible  <bruno@clisp.org>
7877
7878         * gnulib-tool (func_import): Accept GPLed build tool modules when
7879         --lgpl is given.
7880         * modules/csharpcomp-script: New file.
7881         * modules/csharpcomp: Depend on it.
7882         * modules/javacomp-script: New file.
7883         * modules/javacomp: Depend on it.
7884         Suggested by Simon Josefsson.
7885
7886 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
7887
7888         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
7889         statement, to work around an HP-UX 10.20 compiler bug reported by
7890         Peter O'Gorman.
7891
7892 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7893
7894         * modules/savedir (Depends-on): Add openat.
7895
7896 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
7897
7898         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
7899         (uintmax_t) [defined uintmax_t]: Do not declare.
7900         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
7901         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
7902         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
7903         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
7904         sake of portability to weird hosts that C allows (though we don't
7905         know of any practical examples).
7906
7907         * lib/savedir.h (fdsavedir): New decl.
7908         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
7909         contains most of the former guts of savedir.
7910         (savedir): Use savedirstream.
7911         Include "openat.h".
7912
7913 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
7914
7915         * modules/obstack (Files): Add m4/ulonglong.m4.
7916         Problem reported by Davide Angelocola.
7917
7918 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
7919
7920         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
7921         coreutils no longer futzes with rounding modes.
7922
7923 2005-11-14  Jim Meyering  <jim@meyering.net>
7924
7925         * lib/mkstemp-safer.c: Include <config.h>, required for possible
7926         replacement of mkstemp.
7927
7928 2005-11-10  Simon Josefsson  <jas@extundo.com>
7929
7930         * lib/readline.c: Remove EOL.
7931
7932 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7933
7934         * modules/gethrxtime (Depends-on): Add gettime.
7935
7936 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7937
7938         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
7939         or gettimeofday; no longer needed.
7940
7941 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
7942
7943         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
7944         time business.
7945         (gethrxtime) [! (HAVE_NANOUPTIME
7946         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
7947         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
7948         our own approximation.
7949
7950 2005-11-08  Eric Blake  <ebb9@byu.net>
7951
7952         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
7953
7954 2005-11-08  Eric Blake  <ebb9@byu.net>
7955
7956         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
7957
7958 2005-11-04  Bruno Haible  <bruno@clisp.org>
7959
7960         * gnulib-tool: Implement --update mode.
7961
7962 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
7963
7964         Fix porting problem reported by Theodoros V. Kalamatianos.
7965         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
7966         Don't assume that futimes failing means we must fail.
7967
7968 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
7969
7970         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
7971         variables to suggest the intended function of the PATH_MAX check.
7972
7973 2005-10-30  Kean Johnston  <jkj@sco.com>
7974
7975         Trivial changes to support SCO systems.
7976         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
7977         as PATH_MAX.
7978         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
7979         where __ptr is null when no I/O is pending.
7980
7981 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
7982
7983         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
7984         leave errno alone.  Problem reported by Dmitry V. Levin.
7985
7986 2005-10-28  Simon Josefsson  <jas@extundo.com>
7987
7988         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
7989         Test more.
7990
7991         * tests/test-gc-md2.c, tests/test-md2.c: New files.
7992
7993         * modules/md2, modules/md2-tests: New files.
7994
7995 2005-10-28  Simon Josefsson  <jas@extundo.com>
7996
7997         * m4/inet_ntop.m4: More tests.
7998
7999         * m4/gc-md2.m4, md2.m4: New file.
8000
8001 2005-10-28  Simon Josefsson  <jas@extundo.com>
8002
8003         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8004         "restrict" keywords, as per POSIX.  Protect the function
8005         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8006         Don't use K&R prototypes.  Check the sprintf return values.
8007         Re-define EAFNOSUPPORT if not present.  Indent.
8008
8009         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8010         suggested by Bruno Haible <bruno@clisp.org>.
8011
8012         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8013
8014         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8015
8016         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8017         libgcrypt).
8018
8019         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8020
8021         * lib/md2.h, lib/md2.c: New files.
8022
8023 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8024
8025         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8026         errno alone.  Problem reported by Frederic Jolliton.
8027
8028 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8029
8030         * modules/verify (License): Change from GPL to LGPL.  This is a
8031         tiny module and there are apparently near-equivalents that are
8032         under the BSD license.
8033
8034 2005-10-24  Simon Josefsson  <jas@extundo.com>
8035
8036         * modules/sha1: Relicense to LGPL.
8037
8038 2005-10-24  Simon Josefsson  <jas@extundo.com>
8039
8040         * lib/md4.h: Shrink buffer size, now that we changed the type.
8041
8042 2005-10-23  Simon Josefsson  <jas@extundo.com>
8043
8044         * gnulib-tool (func_import): Fix --tests-base.
8045
8046 2005-10-22  Simon Josefsson  <jas@extundo.com>
8047
8048         * modules/arcfour (Depends-on): Need stdint.
8049
8050 2005-10-22  Simon Josefsson  <jas@extundo.com>
8051
8052         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8053         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8054
8055 2005-10-22  Simon Josefsson  <jas@extundo.com>
8056
8057         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8058         suggested by Bruno Haible <bruno@clisp.org>.
8059
8060 2005-10-22  Simon Josefsson  <jas@extundo.com>
8061
8062         * lib/crc.h: Include stddef.h, for size_t.
8063
8064 2005-10-22  Simon Josefsson  <jas@extundo.com>
8065
8066         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8067         arcfour_context struct (simplify test vector testing in GNU
8068         Shishi).
8069
8070 2005-10-21  Simon Josefsson  <jas@extundo.com>
8071
8072         * modules/des, modules/des-tests: New files.
8073
8074         * modules/gc-des, modules/gc-des-tests: New files.
8075
8076         * tests/test-des.c, tests/test-gc-des.c: New file.
8077
8078 2005-10-21  Simon Josefsson  <jas@extundo.com>
8079
8080         * modules/arctwo, modules/arctwo-tests: New files.
8081
8082         * tests/test-arctwo.c: New file.
8083
8084         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8085
8086         * tests/test-gc-arctwo.c: New file.
8087
8088 2005-10-21  Simon Josefsson  <jas@extundo.com>
8089
8090         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8091         Bruno Haible <bruno@clisp.org>.
8092
8093         * m4/gc-des.m4: New file.
8094
8095 2005-10-21  Simon Josefsson  <jas@extundo.com>
8096
8097         * m4/arctwo.m4: New file.
8098
8099         * m4/gc-arctwo.m4: New file.
8100
8101 2005-10-21  Simon Josefsson  <jas@extundo.com>
8102
8103         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8104         block.
8105
8106 2005-10-21  Simon Josefsson  <jas@extundo.com>
8107
8108         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8109         <bruno@clisp.org>.
8110
8111         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8112
8113         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8114         Bruno Haible <bruno@clisp.org>.
8115
8116         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8117         <bruno@clisp.org>.
8118
8119 2005-10-21  Simon Josefsson  <jas@extundo.com>
8120
8121         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8122
8123 2005-10-21  Simon Josefsson  <jas@extundo.com>
8124
8125         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8126
8127 2005-10-21  Simon Josefsson  <jas@extundo.com>
8128
8129         * lib/des.h, lib/des.c: New files.
8130
8131         * lib/gc-gnulib.c: Support DES.c
8132
8133 2005-10-21  Simon Josefsson  <jas@extundo.com>
8134
8135         * lib/arctwo.h, lib/arctwo.c: New files.
8136
8137         * lib/gc-gnulib.c: Support ARCTWO.
8138
8139 2005-10-21  Simon Josefsson  <jas@extundo.com>
8140
8141         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8142         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8143
8144 2005-10-21  Simon Josefsson  <jas@extundo.com>
8145
8146         * gnulib-tool (func_import, func_create_testdir): Define automake
8147         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8148         Makefile.am snippet),
8149         suggested by Bruno Haible <bruno@clisp.org>.
8150
8151         * modules/gc (Makefile.am): Use it.
8152
8153 2005-10-21  Bruno Haible  <bruno@clisp.org>
8154
8155         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8156         patch.
8157
8158 2005-10-19  Simon Josefsson  <jas@extundo.com>
8159
8160         * tests/test-gc-rijndael.c: New file.
8161
8162         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8163
8164 2005-10-19  Simon Josefsson  <jas@extundo.com>
8165
8166         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8167         interface too.
8168
8169 2005-10-19  Simon Josefsson  <jas@extundo.com>
8170
8171         * tests/test-gc-arcfour.c: New file.
8172
8173         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8174
8175 2005-10-19  Simon Josefsson  <jas@extundo.com>
8176
8177         * modules/gc-md4, modules/gc-md4-tests: New file.
8178
8179         * tests/test-gc-md4.c: New file.
8180
8181 2005-10-19  Simon Josefsson  <jas@extundo.com>
8182
8183         * m4/gc-md4.m4: New file.
8184
8185 2005-10-19  Simon Josefsson  <jas@extundo.com>
8186
8187         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8188         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8189         <kasal@ucw.cz>.
8190
8191 2005-10-19  Simon Josefsson  <jas@extundo.com>
8192
8193         * m4/gc-arcfour.m4: New file.
8194
8195         * m4/gc-rijndael.m4: New file.
8196
8197 2005-10-19  Simon Josefsson  <jas@extundo.com>
8198
8199         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8200
8201 2005-10-19  Simon Josefsson  <jas@extundo.com>
8202
8203         * lib/gc-gnulib.c: Support ARCFOUR.
8204
8205 2005-10-19  Simon Josefsson  <jas@extundo.com>
8206
8207         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8208         support.
8209
8210         * lib/gc.h: Add ECB enum type.
8211
8212         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8213
8214 2005-10-18  Simon Josefsson  <jas@extundo.com>
8215
8216         * tests/test-md5.c: New file.
8217
8218         * modules/md5-tests: New file.
8219
8220 2005-10-18  Simon Josefsson  <jas@extundo.com>
8221
8222         * tests/test-md4.c: New file.
8223
8224         * modules/md4, modules/md4-tests: New files.
8225
8226 2005-10-18  Simon Josefsson  <jas@extundo.com>
8227
8228         * m4/md4.m4: New file.
8229
8230 2005-10-18  Simon Josefsson  <jas@extundo.com>
8231
8232         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8233
8234 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8235
8236         * gnulib-tool (func_create_testdir): Omit the second check whether
8237         BUILT_SOURCES in nonempty.
8238
8239 2005-10-17  Simon Josefsson  <jas@extundo.com>
8240
8241         * tests/test-rijndael.c: New file.
8242
8243 2005-10-17  Simon Josefsson  <jas@extundo.com>
8244
8245         * modules/sha1: Depend on stdint instead of md5.
8246
8247         * modules/md5: Depend on stdint, remove uint32_t.
8248
8249 2005-10-17  Simon Josefsson  <jas@extundo.com>
8250
8251         * modules/gc-sha1-tests: New file.
8252
8253         * tests/test-gc-sha1.c: New file.
8254
8255 2005-10-17  Simon Josefsson  <jas@extundo.com>
8256
8257         * m4/md5.m4: Remove call to uint32_t.m4.
8258
8259 2005-10-17  Simon Josefsson  <jas@extundo.com>
8260
8261         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8262
8263         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8264         md5.h.
8265
8266         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8267
8268         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8269
8270 2005-10-17  Simon Josefsson  <jas@extundo.com>
8271
8272         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8273
8274 2005-10-17  Simon Josefsson  <jas@extundo.com>
8275
8276         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8277
8278 2005-10-17  Simon Josefsson  <jas@extundo.com>
8279
8280         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8281
8282         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8283
8284 2005-10-17  Bruno Haible  <bruno@clisp.org>
8285
8286         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8287         that it can also be used in a test.
8288
8289 2005-10-16  Bruno Haible  <bruno@clisp.org>
8290
8291         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8292         TESTS_ENVIRONMENT, so that individual tests can augment it.
8293
8294         * gnulib-tool (func_create_testdir): Use an intermediate target for
8295         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8296         macros, like $(ALLOCA_H), which cannot be passed through the command
8297         line.
8298
8299 2005-10-15  Simon Josefsson  <jas@extundo.com>
8300
8301         * modules/rijndael-tests: New file.
8302
8303         * modules/rijndael: New file.
8304
8305 2005-10-15  Simon Josefsson  <jas@extundo.com>
8306
8307         * m4/rijndael.m4: New file.
8308
8309 2005-10-15  Simon Josefsson  <jas@extundo.com>
8310
8311         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8312
8313         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8314
8315 2005-10-14  Simon Josefsson  <jas@extundo.com>
8316
8317         * tests/test-arcfour.c: New file.
8318
8319         * modules/arcfour, modules/arcfour-tests: New files.
8320
8321 2005-10-14  Simon Josefsson  <jas@extundo.com>
8322
8323         * m4/arcfour.m4: New file.
8324
8325 2005-10-14  Simon Josefsson  <jas@extundo.com>
8326
8327         * lib/arcfour.h, lib/arcfour.c: New files.
8328
8329 2005-10-14  Roland McGrath  <roland@redhat.com>
8330
8331         Import from libc.  [BZ #1331]
8332         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8333         macro argument.
8334         Reported by Matej Vela <vela@debian.org>.
8335
8336 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8337
8338         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8339         include <wchar.h>; no longer needed.
8340
8341 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8342
8343         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8344
8345 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8346         and  Ulrich Drepper  <drepper@redhat.com>
8347
8348         Import from libc.
8349         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8350         instead of inline stream orientation test and two separate
8351         function calls.  Pay no attention to USE_IN_LIBIO.
8352
8353 2005-10-13  Simon Josefsson  <jas@extundo.com>
8354
8355         * modules/gc-hmac-md5-tests: New file.
8356
8357         * tests/test-gc-hmac-sha1.c: New file.
8358
8359         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8360
8361         * modules/gc-hmac-md5-tests: New file.
8362
8363         * tests/test-gc-md5.c: New file.
8364
8365         * modules/gc-md5-tests: New file.
8366
8367 2005-10-13  Simon Josefsson  <jas@extundo.com>
8368
8369         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8370         Move memory allocation outside of loop.
8371
8372 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8373
8374         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8375         intermediate directory is in a read-only file system.  Problem
8376         reported by Eric Blake.
8377
8378 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8379
8380         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8381
8382 2005-10-12  Simon Josefsson  <jas@extundo.com>
8383
8384         * tests/test-hmac-sha1.c: New file.
8385
8386         * modules/hmac-sha1-tests: New file.
8387
8388         * modules/hmac-sha1: New file.
8389
8390 2005-10-12  Simon Josefsson  <jas@extundo.com>
8391
8392         * modules/gc-sha1: New file.
8393
8394 2005-10-12  Simon Josefsson  <jas@extundo.com>
8395
8396         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8397
8398         * tests/test-gc-pbkdf2-sha1.c: New file.
8399
8400 2005-10-12  Simon Josefsson  <jas@extundo.com>
8401
8402         * modules/gc-md5, modules/gc-hmac-md5: New files.
8403
8404         * modules/gc (Files): Remove md5, memxor and hmac files.
8405
8406 2005-10-12  Simon Josefsson  <jas@extundo.com>
8407
8408         * m4/gc-pbkdf2-sha1.m4: New file.
8409
8410         * m4/gc-hmac-sha1.m4: New file.
8411
8412         * m4/gc-sha1: New file.
8413
8414         * m4/hmac-sha1.m4: New file.
8415
8416 2005-10-12  Simon Josefsson  <jas@extundo.com>
8417
8418         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8419
8420         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8421
8422 2005-10-12  Simon Josefsson  <jas@extundo.com>
8423
8424         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8425         suggested by Bruno Haible <bruno@clisp.org>.
8426
8427 2005-10-12  Simon Josefsson  <jas@extundo.com>
8428
8429         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8430
8431 2005-10-12  Simon Josefsson  <jas@extundo.com>
8432
8433         * lib/gc-pbkdf2-sha1.c: New file.
8434
8435         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8436
8437 2005-10-12  Simon Josefsson  <jas@extundo.com>
8438
8439         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8440
8441         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8442
8443 2005-10-12  Simon Josefsson  <jas@extundo.com>
8444
8445         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8446         GC_USE_HMAC_MD5, respectively.
8447
8448         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8449         (gc_md5): Fix typo.
8450
8451         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8452
8453         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8454
8455         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8456
8457 2005-10-12  Bruno Haible  <bruno@clisp.org>
8458
8459         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8460         Reported by Stepan Kasal <kasal@ucw.cz>.
8461
8462 2005-10-11  Simon Josefsson  <jas@extundo.com>
8463
8464         * tests/test-crc.c: New file.
8465
8466         * modules/crc, modules/crc-tests: New files.
8467
8468 2005-10-11  Simon Josefsson  <jas@extundo.com>
8469
8470         * m4/crc.m4: New file.
8471
8472 2005-10-11  Simon Josefsson  <jas@extundo.com>
8473
8474         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8475
8476         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8477
8478         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8479
8480 2005-10-11  Simon Josefsson  <jas@extundo.com>
8481
8482         * lib/crc.h, lib/crc.c: New files.
8483
8484         * lib/gc.h (gc_hash_buffer): Add doc.
8485
8486 2005-10-11  Bruno Haible  <bruno@clisp.org>
8487
8488         * modules/c-strcasestr: New file.
8489         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8490
8491 2005-10-11  Bruno Haible  <bruno@clisp.org>
8492
8493         * modules/c-strcase: New file.
8494         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8495
8496 2005-10-11  Bruno Haible  <bruno@clisp.org>
8497
8498         * lib/strcasecmp.c: Include limits.h.
8499         (strcasecmp): Avoid integer overflow on exotic platforms.
8500         * lib/strncasecmp.c: Include limits.h.
8501         (strncasecmp): Avoid integer overflow on exotic platforms.
8502         Reported by Paul Eggert.
8503
8504 2005-10-11  Bruno Haible  <bruno@clisp.org>
8505
8506         * lib/c-strcasestr.h: New file, from GNU gettext.
8507         * lib/c-strcasestr.c: New file, from GNU gettext.
8508
8509 2005-10-11  Bruno Haible  <bruno@clisp.org>
8510
8511         * lib/c-strcase.h: New file, from GNU gettext.
8512         * lib/c-strcasecmp.c: New file, from GNU gettext.
8513         * lib/c-strncasecmp.c: New file, from GNU gettext.
8514
8515 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8516
8517         * modules/mempcpy (License): GPL -> LGPL.
8518         * modules/strchrnul (License): Likewise.
8519         * modules/sysexits (License): Likewise.
8520
8521 2005-10-08  Simon Josefsson  <jas@extundo.com>
8522
8523         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8524
8525 2005-10-07  Simon Josefsson  <jas@extundo.com>
8526
8527         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8528
8529 2005-10-06  Simon Josefsson  <jas@extundo.com>
8530
8531         * tests/test-hmac-md5.c: New file.
8532
8533         * modules/hmac-md5-tests: New file.
8534
8535         * modules/hmac-md5: New file.
8536
8537 2005-10-06  Simon Josefsson  <jas@extundo.com>
8538
8539         * m4/hmac-md5.m4: New file.
8540
8541         * m4/memxor.m4: Require gl_C_RESTRICT.
8542
8543 2005-10-06  Simon Josefsson  <jas@extundo.com>
8544
8545         * lib/memxor.c (memxor): Avoid casts and warnings.
8546
8547 2005-10-06  Simon Josefsson  <jas@extundo.com>
8548
8549         * lib/hmac-md5.c: New file.
8550
8551         * lib/hmac.h: New file.
8552
8553 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8554
8555         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8556         promotes to int, not unsigned int, to catch the AIX 5.3
8557         compiler bug.
8558
8559 2005-10-05  Simon Josefsson  <jas@extundo.com>
8560
8561         * modules/memxor: New file.
8562
8563         * modules/iconv (Files): Move config.rpath to havelib, it is used
8564         there.
8565
8566         * modules/havelib (Files): Add config.rpath.
8567
8568 2005-10-05  Simon Josefsson  <jas@extundo.com>
8569
8570         * m4/memxor.m4: New file.
8571
8572 2005-10-05  Simon Josefsson  <jas@extundo.com>
8573
8574         * lib/memxor.c (memxor): Fix compiler error.
8575
8576         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8577         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8578
8579         * lib/memxor.h, lib/memxor.c: New files.
8580
8581         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8582         we assume all systems have it, suggested by Jim Meyering
8583         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8584         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8585         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8586         same reasons.
8587
8588 2005-10-05  Simon Josefsson  <jas@extundo.com>
8589
8590         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8591
8592 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8593
8594         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8595         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8596         needed, since the source code now assumes these .h files.
8597
8598 2005-10-05  Derek Price  <derek@ximbiot.com>
8599
8600         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8601
8602 2005-10-05  Bruno Haible  <bruno@clisp.org>
8603
8604         * modules/stdint (License): Change to LGPL.
8605
8606 2005-10-04  Simon Josefsson  <jas@extundo.com>
8607
8608         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8609         D. Baushke" <mdb@gnu.org>.
8610
8611 2005-10-04  Bruno Haible  <bruno@clisp.org>
8612
8613         * lib/verify.h (verify_true): Provide alternative definition for C++.
8614
8615 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8616
8617         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8618         (SSIZE_MAX): New macro, if not already defined.
8619         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8620         than 2 GiB.
8621
8622 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8623
8624         Sync from coreutils.
8625         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8626         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8627         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8628         ULLONG_MAX doesn't work with 2.7.2.1.
8629
8630 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8631
8632         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8633         From Ben Pfaff.
8634
8635         * modules/exclude (Depends-on): Depend on verify.
8636         * modules/strtoimax (Depends-on): Likewise.
8637         * modules/utimecmp (Depends-on): Likewise.
8638
8639 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8640
8641         * lib/exclude.c: Include verify.h.
8642         (verify): Remove.  All callers changed to use verify.h's version.
8643         * lib/strtoimax.c: Likewise.
8644         * lib/utimecmp.c: Likewis.e
8645
8646         Sync from coreutils.
8647         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
8648         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
8649         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
8650         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
8651         bother returning ENOSYS if settimeofday or stime fails; just let
8652         them return whatever errno they want to return.
8653         * lib/utimens.c: Include unistd.h, for dup2.
8654         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
8655         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
8656
8657 2005-10-02  Jim Meyering  <jim@meyering.net>
8658
8659         Sync from coreutils.
8660         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
8661         from glibc-2.2.5 that fails for read-only files.
8662
8663 2005-10-02  Jim Meyering  <jim@meyering.net>
8664
8665         Sync from coreutils.
8666         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
8667         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
8668         `#if HAVE_CONFIG_H'.
8669         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
8670         Remove AT_FDCWD test.
8671         Do not consume the fd unless successful.
8672         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
8673         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
8674         block, so that we don't even try to compile it if settimeofday is
8675         available.  This works around a compilation failure on OSF1 V5.1,
8676         due to stime requiring a `long int*' while tv_sec is `int'.
8677
8678 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
8679
8680         Sync from coreutils.
8681         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
8682         against `yes', rather than just testing for nonempty.
8683
8684 2005-10-01  Simon Josefsson  <jas@extundo.com>
8685
8686         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
8687         and Darwin.
8688
8689         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
8690         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
8691         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
8692         freeaddrinfo and gai_strerror are declared by the POSIX headers.
8693         Check if struct addrinfo is declared.
8694
8695 2005-10-01  Simon Josefsson  <jas@extundo.com>
8696
8697         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
8698         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
8699         AI_* and EAI_* definitions.  Protect function declarations.
8700
8701 2005-10-01  Jim Meyering  <jim@meyering.net>
8702
8703         Sync from coreutils.
8704
8705         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
8706         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
8707         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
8708         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8709         in the inet and nsl libraries.  Required on Solaris 5.7.
8710
8711 2005-10-01  Jim Meyering  <jim@meyering.net>
8712
8713         Sync from coreutils.
8714         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8715         in the inet and nsl libraries.  Required on Solaris 5.7.
8716
8717 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
8718
8719         * lib/getdelim.c (getdelim): Remove unused variables.
8720
8721 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8722
8723         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
8724         so that the code works even with ancient cpp.  Portability problem
8725         with GCC 2.7.2.1 reported by Thomas M.Ott.
8726
8727 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8728
8729         * modules/regex (Depends-on): Add strcase.
8730
8731         * modules/gethostname (Licence): Change from GPL to LGPL, since
8732         gethostname.c is a trivial implementation of a standard library
8733         function.
8734         * modules/poll (License): Change from GPL to LGPL, since it's
8735         derived from LGPL code.
8736
8737 2005-09-27  Jim Meyering  <jim@meyering.net>
8738
8739         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
8740         HAVE_CONFIG_H.
8741
8742         * lib/intprops.h (signed_type_or_expr__): Define.
8743         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
8744         for unsigned types.
8745
8746 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8747
8748         * lib/verify.h (verify_expr): Remove, replacing with:
8749         (verify_true): New macro that returns true instead of void.
8750         (verify_type__): Remove.
8751         (verify): Use verify_true rather than verify_type__.
8752
8753 2005-09-26  Bruno Haible  <bruno@clisp.org>
8754
8755         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
8756         is necessary.
8757         (lib_SOURCES): Remove mbchar.c.
8758         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
8759         (Files): Add m4/mbrtowc.m4.
8760         * modules/mbiter: Likewise.
8761         * modules/mbuiter: Likewise.
8762
8763 2005-09-26  Bruno Haible  <bruno@clisp.org>
8764
8765         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
8766         compile mbchar.c if they are not both present.
8767         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
8768         * m4/mbiter.m4 (gl_MBITER): Likewise.
8769         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
8770         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
8771         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
8772
8773 2005-09-25  Jim Meyering  <jim@meyering.net>
8774
8775         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
8776         also uses socklen_t.
8777
8778 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
8779
8780         * lib/utimens.c (ENOSYS): Define if not already defined.
8781         (futimens): Support having a null PATH if the file descriptor
8782         is nonnegative.
8783
8784         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
8785         Remove.
8786         (__attribute): Define to empty unless GCC 3.1 or later.
8787         This works around a core dump on OpenBSD 3.4, which has GCC
8788         2.95.3, which dumps core when given __attribute__(()).  It also
8789         simplifies other tests, since we really don't want to bother with
8790         worrying about which ancient version of GCC supported what.
8791         Original problem reported by Yoann Vandoorselaere, with part of
8792         the fix suggested by Derek Price.
8793
8794 2005-09-24  Jim Meyering  <jim@meyering.net>
8795
8796         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
8797         so we can once again use a positive bitfield width of 1 -- now we
8798         don't have to explain why we were using a bitfield width of 2.
8799
8800 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8801
8802         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
8803         and similarly for the other external symbols.  Problem reported
8804         by James Gallager.
8805
8806         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
8807         bug reported by Jim Meyering.
8808
8809         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
8810         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
8811         not needed, since socklen is a prerequisite module.
8812
8813 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
8814
8815         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
8816         Problem reported by Eric Blake.
8817         (getaddrinfo): Initialize se so that it's not garbage.
8818         Redo internal storage allocation so that it doesn't make unportable
8819         assumptions about alignment.
8820         Fix a memory leak.
8821
8822         * lib/utimens.c (futimens): Use futimesat if available.
8823         Prefer it to futimes since it doesn't have the futimes bug.
8824
8825         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
8826         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
8827         Instead, declare a function that returns a pointer to an array,
8828         and use verify_type__ to declare the size of the array.
8829         Problem and germ of a solution reported by Bruno Haible.
8830         (verify_type__): Use 2, not 1, for bitfield size, to avoid
8831         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
8832
8833 2005-09-23  Jim Meyering  <jim@meyering.net>
8834
8835         Sync from coreutils.
8836         Correct build failure (socklen_t not defined) on at least
8837         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
8838         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
8839
8840 2005-09-23  Jim Meyering  <jim@meyering.net>
8841
8842         * modules/getaddrinfo (Depends-on): Add socklen.
8843
8844 2005-09-23  Bruno Haible  <bruno@clisp.org>
8845
8846         * tests/test-verify.c: New file.
8847
8848 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8849
8850         Sync from coreutils.
8851
8852         * modules/argmatch (Depends-on): Add verify.
8853         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
8854         unistd-safer.
8855         * modules/save-cwd (Depends-on): Likewise.
8856
8857         * modules/openat (Files): Add lib/openat-die.c.
8858         (Depends-on): Remove error, exitfail.
8859         Add dirname.
8860
8861         * modules/verify: New file.
8862         * MODULES.html.sh (Diagnostics <assert.h>): New section,
8863         with "verify" module.
8864
8865 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8866
8867         Sync from coreutils.
8868
8869         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
8870         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
8871         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
8872         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
8873         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
8874         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
8875         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
8876         Don't bother checking for string.h, stdlib.h, unistd.h.
8877         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
8878         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
8879         module's job.
8880         * m4/jm-macros.m4 (gl_MACROS): Likewise.
8881         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
8882
8883         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
8884         (gl_GETDATE): Use it.
8885
8886         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
8887
8888 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8889
8890         Sync from coreutils.
8891
8892         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
8893         stat-time.h.
8894         * lib/argmatch.h: Include verify.h
8895         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
8896         (ARGMATCH_ASSERT): Remove; unused.
8897         * lib/canonicalize.c: Assume STDC_HEADERS.
8898         * lib/exclude.c: Include "strcase.h".
8899         * lib/regex_internal.h [!defined _LIBC]: Likewise.
8900         * lib/getusershell.c: Include stdio--.h rather than stdio.h
8901         and stdio-safer.h.
8902         (getusershell): Call fopen, not fopen_safer.
8903         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
8904         Do not include unistd-safer.h.
8905         (save_cwd): Don't call fd_safer; no longer needed
8906         now that we include fcntl--.h.
8907
8908         * lib/getdate.y (relative_time): New type.
8909         (RELATIVE_TIME_0): New constant.
8910         (parser_control): Use relative_time instead of doing it ourselves.
8911         (%union): Add new relative_time rel member.
8912         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
8913         Now typeless.
8914         (relunit, relunit_snumber): Now of type rel.
8915         (zone, rel, relunit, get_date): Adjust to above changes.
8916
8917         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
8918         Do not include unistd-safer.h.
8919         (getloadavg): Don't call fd_safer; no longer needed
8920         now that we include fcntl--.h.
8921
8922         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
8923         (make_dir_parents): Treat ENOSYS like EEXIST.
8924
8925         Improve quality of diagnostics on restore_cwd failure.
8926         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
8927         (make_dir_parents): Last arg is now int * (for errno), not bool *.
8928         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
8929         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
8930         each time through the loop.  Do not diagnose restore_cwd failure;
8931         that is the caller's job (and perhaps the caller does not care).
8932
8933         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
8934         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
8935         If the file already exists but is not a directory, don't bother
8936         to try to make its parents.
8937         Close potential file descriptor leak if we can't chdir("/") (!).
8938         Don't always return true if chdir($PWD) fails; return true only
8939         if the requested action was done successfully (except for the
8940         chdir($PWD)).
8941         Don't log final directory unless we actually made it.
8942         Refactor to avoid duplicate code to fix up permissions.
8943         Don't attempt to fix up parent permissions if chdir($PWD) fails.
8944
8945         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
8946         to make it a bit faster and (I hope) clearer.
8947         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
8948         Fix bug in formats like %2N.
8949
8950         * lib/verify.h: New file.
8951
8952 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
8953
8954         Sync from coreutils.
8955         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
8956
8957 2005-09-22  Jim Meyering  <jim@meyering.net>
8958
8959         Sync from coreutils.
8960
8961         * m4/lstat.m4 (gl_FUNC_LSTAT):
8962         Use AC_LIBSOURCES to require lstat.c and lstat.h.
8963         Remove obsolete comment.
8964         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
8965         * m4/xstrtod.m4: Likewise.
8966
8967         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
8968
8969 2005-09-22  Jim Meyering  <jim@meyering.net>
8970
8971         Sync from coreutils.
8972
8973         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
8974
8975         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
8976         the .tm_year member, since otherwise gcc-4.0 would now warn about
8977         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
8978
8979         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
8980         order to avoid an unsuppressible warning from gcc on 64-bit systems.
8981
8982         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
8983         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
8984         when run in a time zone for which daylight savings time is in effect
8985         for the starting date.
8986
8987         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
8988         stop us from restricting permissions of just-created absolute-named
8989         directories.
8990         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
8991         to restore initial working directory.
8992         * lib/mkdir-p.c (make_dir_parents): New parameter:
8993         different_working_dir, to tell caller if/when we change the working
8994         directory and are unable to return to the initial one.
8995         * lib/mkdir-p.h (make_dir_parents): Update prototype.
8996         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
8997         `return false'.  This fixes a bug introduced on 2004-07-30.
8998
8999         * lib/openat.c (fdopendir): Be sure to close the supplied
9000         file descriptor before returning.  This makes our replacement
9001         implementation a little closer to Solaris's, where fdopendir
9002         ties the file descriptor to the returned DIR* pointer.
9003         * lib/openat.c (unlinkat): New function.
9004         * lib/openat.h (unlinkat): Add prototype.
9005         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9006         (openat_restore_fail): Rename from openat_restore_die.
9007         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9008
9009         Provide an alternative to exiting immediately upon save_cwd or
9010         restore_cwd failure.  Now, an application can arrange e.g.,
9011         to perform a longjump in that case.
9012         * lib/openat.c: Include dirname.h.
9013         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9014         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9015         and openat_restore_die rather than calling error directly.
9016         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9017
9018         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9019         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9020         define.
9021
9022         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9023         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9024                             int utc, int nanoseconds);
9025         Background:
9026         date should not have to allocate a megabyte of virtual memory to
9027         handle a format argument like +%1048575T.  When implemented with
9028         strftime, it must allocate such a buffer, use strftime to fill it
9029         in, print it, then free it.
9030         With fprintftime, it simply prints everything and exits.
9031         With no need for memory allocation, that's one fewer way to fail.
9032         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9033         optional field width, not before, so we accept %9:z, not %:9z.
9034         (my_strftime): Be sure to use L_('x') for literals.
9035
9036         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9037         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9038         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9039         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9040         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9041         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9042         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9043         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9044         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9045         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9046         * lib/xgethostname.c, lib/xreadlink.c:
9047         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9048
9049         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9050         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9051         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9052         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9053         and don't include <sys/file.h>).
9054
9055 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9056
9057         Sync from coreutils.
9058
9059         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9060         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9061         [!LDAV_DONE]: Avoid unused variable warning.
9062
9063 2005-09-21  Bruno Haible  <bruno@clisp.org>
9064
9065         * lib/unicodeio.h (unicode_to_mb): New declaration.
9066
9067 2005-09-20  Derek Price  <derek@ximbiot.com>
9068
9069         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9070         getaddrinfo.h.
9071
9072 2005-09-20  Bruno Haible  <bruno@clisp.org>
9073
9074         * gnulib-tool: Remove trailing slashes from the values specified for
9075         --source-base, --m4-base, --tests-base, --aux-dir.
9076         Suggested by Simon Josefsson <jas@extundo.com>.
9077
9078 2005-09-20  Bruno Haible  <bruno@clisp.org>
9079
9080         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9081         func_modules_to_filelist, func_import, func_create_testdir): Make all
9082         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9083         change when gnulib-tool is invoked in a different locale.
9084
9085 2005-09-19  Simon Josefsson  <jas@extundo.com>
9086
9087         * m4/socklen.m4: Fix typo.
9088
9089 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9090
9091         Use a consistent style for including <config.h>.
9092         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9093         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9094         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9095         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9096         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9097         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9098         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9099         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9100         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9101         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9102         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9103         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9104         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9105         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9106         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9107         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9108         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9109         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9110         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9111         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9112         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9113         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9114         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9115         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9116         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9117         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9118         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9119         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9120         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9121         lib/xstrtoumax.c, lib/yesno.c:
9122         Standardize inclusion of config.h.
9123         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9124         lib/inttostr.h:  Removed inclusion of config.h from header files.
9125         * lib/inttostr.c:  Adjusted in-tree users.
9126         * lib/timespec.h: Remove superfluous warning to include config.h.
9127         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9128         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9129         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9130         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9131         config.h with HAVE_CONFIG_H.
9132
9133 2005-09-19  Jim Meyering  <jim@meyering.net>
9134
9135         * modules/pathmax (License): Change to LGPL.
9136
9137 2005-09-19  Derek Price  <derek@ximbiot.com>
9138
9139         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9140
9141 2005-09-19  Bruno Haible  <bruno@clisp.org>
9142
9143         * gnulib-tool (import): Provide default for --tests-base.
9144
9145 2005-09-19  Bruno Haible  <bruno@clisp.org>
9146
9147         * doc/quote.texi: New file, extracted from gnulib.texi.
9148         * doc/ctime.texi: New file, extracted from gnulib.texi.
9149         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9150         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9151         * doc/gnulib.texi: Include them.
9152
9153 2005-09-18  Bruno Haible  <bruno@clisp.org>
9154
9155         Portability fix.
9156         * gnulib-tool (func_readlink): New function.
9157         (func_ln_if_changed): Use it.
9158
9159 2005-09-18  Bruno Haible  <bruno@clisp.org>
9160
9161         * gnulib-tool: Support --with-tests also with --import.
9162         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9163         (func_import): Use variables $testsbase and $inctests. Emit a
9164         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9165         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9166         SUBDIRS += $testsdir.
9167         (func_create_testdir): Update.
9168
9169 2005-09-18  Bruno Haible  <bruno@clisp.org>
9170
9171         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9172         instead of $dry_run.
9173         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9174         (func_ln_if_changed): Don't handle dry-run here.
9175         (func_import): In dry-run mode, detect more precisely which actions
9176         would be performed, and don't use "...ing" verbs.
9177
9178 2005-09-18  Bruno Haible  <bruno@clisp.org>
9179
9180         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9181         (func_import): Use join on two temporary files instead of three nested
9182         loops, in order to determine which files are new or old.
9183
9184 2005-09-18  Bruno Haible  <bruno@clisp.org>
9185
9186         * gnulib-tool (func_import): Comment out code that spits out the
9187         new files with --dry-run.
9188
9189 2005-09-18  Bruno Haible  <bruno@clisp.org>
9190
9191         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9192
9193 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9194
9195         * lib/stat-time.h: New file.
9196         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9197         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9198         in a different way.
9199         (timespec_cmp): New function.
9200         * lib/utimecmp.c: Include stat-time.h.
9201         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9202         members exist, not on the obsolescent ST_MTIM_NSEC.
9203         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9204
9205 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9206
9207         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9208
9209 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9210
9211         * MODULES.html.sh (File system functions): Add stat-time.
9212         * modules/stat-time: New file.
9213         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9214         is now done in a different way, by the stat-time module.
9215         * modules/utimecmp (Depends-on): Add stat-time.
9216
9217 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         * m4/st_mtim.m4: Remove.  Superseded by...
9220         * m4/stat-time.m4: New file.
9221         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9222         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9223
9224 2005-09-15  Derek Price  <derek@ximbiot.com>
9225
9226         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9227
9228 2005-09-15  Derek Price  <derek@ximbiot.com>
9229
9230         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9231         * lib/regex_internal.c: Ditto, using this...
9232         (__GNUC_PREREQ): ...new macro.
9233         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9234         using...
9235         (__GNUC_PREREQ): ...this new macro.
9236
9237         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9238
9239 2005-09-15  Derek Price  <derek@ximbiot.com>
9240             Paul Eggert  <eggert@cs.ucla.edu>
9241
9242         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9243         changes, consolidating in...
9244         * lib/regex_internal.h: ...this file.
9245
9246 2005-09-13  Jim Meyering  <jim@meyering.net>
9247
9248         * lib/canon-host.c: Filter through gnu indent and reword comments
9249         slightly.
9250         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9251
9252 2005-09-13  Derek Price  <derek@ximbiot.com>
9253
9254         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9255         failure.
9256         Reported by Jim Meyering  <jim@meyering.net>.
9257
9258 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9259
9260         * lib/base64.c: Typo.
9261         (base64_encode): Put b64str in initialized data section.
9262
9263 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9264
9265         Merge glibc and coreutils changes into gnulib, plus a few
9266         extra fixes.
9267         * lib/md5.c: Use #error rather than a string.
9268         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9269         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9270         (__attribute__): Define to empty for non recent-GCC.
9271         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9272         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9273         Renamed from their non-__ counterparts, with new macros replacing
9274         them if not _LIBC.  Add __THROW attribute.
9275         (rol): Remove.
9276         (struct md5_ctx): Align buffer if using GCC.
9277         * lib/sha1.h (struct sha1_ctx): Likewise.
9278         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9279         The old name was backwards.
9280         (NOTSWAP): Remove; not used.
9281         (rol): New macro, moved here from md5.h.
9282         (sha1_process_block): Remove a FIXME that doesn't make sense.
9283
9284 2005-09-12  Derek Price  <derek@ximbiot.com>
9285
9286         Return usable errors from canon-host.
9287         * lib/canon-host.h: New file.
9288         * lib/canon-host.c (canon_host): Wrap...
9289         (canon_host_r): ...this new function, which now relies exclusively on
9290         getaddrinfo.
9291         (ch_strerror): New function.
9292         (last_cherror): New global.
9293         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9294         interface.
9295         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9296         void *.
9297         (freeaddrinfo): Free ai->ai_canonname when set.
9298
9299 2005-09-12  Derek Price  <derek@ximbiot.com>
9300
9301         Make canon-host require getaddrinfo.
9302         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9303         AC_LIBSOURCE canon-host.h.  Call...
9304         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9305         gl_GETADDRINFO.
9306         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9307
9308 2005-09-12  Derek Price  <derek@ximbiot.com>
9309
9310         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9311         LGPL.
9312         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9313
9314 2005-09-12  Derek Price  <derek@ximbiot.com>
9315
9316         * lib/gai_strerror.c: Include config.h when available.  Include
9317         getaddrinfo.h before other headers to test interface.
9318         Reported by Larry Jones <lawrence.jones@ugs.com>.
9319
9320 2005-09-12  Derek Price  <derek@ximbiot.com>
9321             Paul Eggert  <eggert@cs.ucla.edu>
9322
9323         * modules/glob (Files): Add glob-libc.h.
9324
9325 2005-09-12  Derek Price  <derek@ximbiot.com>
9326             Paul Eggert  <eggert@cs.ucla.edu>
9327
9328         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9329         glob_.h, glob-libc.h.
9330         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9331
9332 2005-09-12  Derek Price  <derek@ximbiot.com>
9333             Paul Eggert  <eggert@cs.ucla.edu>
9334
9335         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9336         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9337         protecting things that should be done only in gnulib contexts.
9338         * lib/glob_.h: New file, containing only the glob things needed for
9339         gnulib.
9340         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9341         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9342         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9343         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9344         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9345         and to respect the namespace rules better.
9346
9347 2005-09-08  Simon Josefsson  <jas@extundo.com>
9348
9349         * modules/socklen: New file.
9350
9351 2005-09-08  Simon Josefsson  <jas@extundo.com>
9352
9353         * m4/socklen.m4: New file.
9354
9355 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9356
9357         * modules/utimens (Files): Add m4/utimbuf.m4, since
9358         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9359         Reported by Sergey Poznyakoff.
9360
9361 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9362
9363         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9364         definitions, since that's the preferred style in glibc.
9365         Fix a minor spacing issue, and update copyright notice to match
9366         glibc's.
9367
9368 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9369
9370         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9371
9372 2005-09-06  Simon Josefsson  <jas@extundo.com>
9373
9374         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9375         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9376
9377 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9378
9379         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9380         warning.
9381
9382 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9383
9384         * config/srclist.txt: Add glibc bug 1302.
9385
9386 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9387
9388         Change bitset word type from unsigned int to unsigned long int,
9389         as this has better performance on typical 64-bit hosts.
9390         Port bitset code to hosts with unusual word sizes.
9391         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9392         (build_collating_symbol):
9393         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9394         argument is a bitset.  This is merely a style issue, but it makes
9395         it clearer that an entire array is expected.
9396         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9397         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9398         Port to the case where bitset_word is not the same as unsigned int.
9399         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9400         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9401         Likewise.
9402         * lib/regexec.c (check_dst_limits_calc_pos_1,
9403         check_subexp_matching_top):
9404         (build_trtable, group_nodes_into_DFAstates):
9405         Likewise.
9406         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9407         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9408         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9409         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9410         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9411         * lib/regcomp.c (optimize_subexps, lower_subexp):
9412         Work even if bitset_word has holes in its bitwise representation.
9413         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9414         * lib/regexec.c (check_dst_limits_calc_pos_1,
9415         check_subexp_matching_top):
9416         Likewise.
9417         * lib/regex_internal.c (re_string_reconstruct):
9418         Don't assume UCHAR_MAX == 255.
9419         * lib/regex_internal.h (bitset_set_all): Likewise.
9420         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9421         All uses changed.
9422         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9423         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9424         All uses changed.
9425         (BITSET_WORD_MAX): New macro.
9426         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9427         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9428         (bitset_empty, bitset_copy):
9429         Prefer sizeof (bitset) to multiplying it out ourselves.
9430         (bitset_not_merge): Remove; unused.
9431         (bitset_contain): Return bool, not unsigned int with one bit on.
9432         All callers changed.
9433         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9434         alignment than re_node_set; do this by defining a new internal
9435         type struct dests_alloc and using it to allocate memory.
9436
9437 2005-09-05  Bruno Haible  <bruno@clisp.org>
9438
9439         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9440         links.
9441
9442 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
9443
9444         * modules/size_max (Makefile.am): Add size_max.h
9445
9446 2005-09-04  Derek Price  <derek@ximbiot.com>
9447
9448         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9449
9450 2005-09-03  Simon Josefsson  <jas@extundo.com>
9451
9452         * gnulib-tool: Fix typo.
9453
9454 2005-09-03  Simon Josefsson  <jas@extundo.com>
9455
9456         * config/srclist.txt: Add glibc bug 1293.
9457
9458 2005-09-03  Derek Price  <derek@ximbiot.com>
9459
9460         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9461         From Larry Jones <lawrence.jones@ugs.com>.
9462
9463 2005-09-02  Simon Josefsson  <jas@extundo.com>
9464
9465         * modules/socklen: New file.
9466
9467 2005-09-02  Simon Josefsson  <jas@extundo.com>
9468
9469         * modules/havelib: New module.
9470
9471         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9472         Use havelib.
9473
9474 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9475
9476         Check for arithmetic overflow when calculating sizes, to prevent
9477         some buffer-overflow issues.  These patches are conservative, in the
9478         sense that when I couldn't determine whether an overflow was possible,
9479         I inserted a run-time check.
9480         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9481         macros.
9482         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9483         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9484         (re_xnrealloc, re_x2nrealloc): New inline functions.
9485         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9486         parse_bracket_exp):
9487         (build_equiv_class, build_charclass): Check for arithmetic overflow
9488         in size expression calculations.
9489         * lib/regex_internal.c (re_string_realloc_buffers):
9490         (build_wcs_upper_buffer, re_node_set_add_intersect):
9491         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9492         (re_dfa_add_node, register_state): Likewise.
9493         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9494         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9495         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9496         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9497
9498 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9499
9500         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9501         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9502
9503 2005-09-02  Bruno Haible  <bruno@clisp.org>
9504
9505         Support for lib vs. lib64 distinction on biarch platforms.
9506         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9507         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9508         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9509
9510 2005-09-02  Bruno Haible  <bruno@clisp.org>
9511
9512         * gnulib-tool (import): In the other first-use case, provide defaults
9513         as well.
9514
9515 2005-09-02  Bruno Haible  <bruno@clisp.org>
9516
9517         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9518         patches not yet found in the latest gettext release.
9519
9520 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9521
9522         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9523         to avoid a collision with bits/local_lim.h in glibc.
9524         All uses changed.  Problem reported by Dmitry V. Levin in
9525         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9526
9527         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9528         bugs in int versus size_t comparisons.
9529         (re_string_context_at): Fix bug where the code assumed that
9530         Idx is signed.
9531
9532         Use bool where appropriate.
9533         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9534         All callers changed.
9535         (calc_eclosure_iter): Likewise, for ROOT arg.
9536         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9537         (build_charclass_op): Likewise, for NON_MATCH arg.
9538         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9539         (re_string_construct_common): Likewise, for ICASE arg.
9540         * lib/regexec.c (re_search_2_stub, re_search_stub):
9541         Likewise, for RET_LEN arg.
9542         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9543         (set_regs): Likewise, for FL_BACKTRACK arg.
9544         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9545         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9546         (calc_eclosure_iter, parse_bracket_exp):
9547         Use bool for internal variables that are booleans.
9548         * lib/regexec.c (re_search_internal, check_matching,
9549         proceed_next_node):
9550         (set_regs, build_sifted_states, sift_states_bkref):
9551         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9552         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9553         (find_collation_sequence_value):
9554         Likewise.
9555         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9556         (re_node_set_compare):
9557         Return bool, not int. All callers changed.
9558         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9559         (build_trtable, check_node_accept): Likewise.
9560         * lib/regex_internal.h: Include stdbool.h.
9561
9562         Fix bugs uncovered when converting to bool.
9563         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9564         failure instead of charging ahead blindly.
9565         * lib/regex_internal.c (register_state): Likewise.
9566         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9567         for freeing internal storage.
9568         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9569         bitset pieces used as boolean, to avoid undefined behavior
9570         on hosts that do int overflow checking.
9571
9572 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9573
9574         * config/srclist.txt: Add glibc bugs 1285-1287.
9575
9576 2005-09-01  Jim Meyering  <jim@meyering.net>
9577
9578         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9579         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9580         Require gl_STAT_MACROS, too.
9581
9582 2005-09-01  Bruno Haible  <bruno@clisp.org>
9583
9584         * gnulib-tool (import): In the first-use case, provide defaults.
9585
9586 2005-09-01  Bruno Haible  <bruno@clisp.org>
9587
9588         * gnulib-tool (func_import): Remove the .tmp files.
9589
9590 2005-09-01  Bruno Haible  <bruno@clisp.org>
9591
9592         * gnulib-tool (func_import): Fix handling of symbolic links.
9593
9594 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9595
9596         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9597         old glibc regex code mishandles strings longer than 2**31 bytes.
9598         This patch fixes this when the regex code is used in gnulib
9599         (i.e., outside glibc).
9600
9601         This patch should not affect the use of the regex code inside
9602         glibc.  No doubt this problem also needs to be handled for glibc
9603         as well, but the result will be an incompatible change to the
9604         glibc ABI, and the old ABI will have to be supported too.  That
9605         can be the the subject for another patch.
9606
9607         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9608         governing whether the rest of this patch is active.  By default,
9609         the macro is disabled and the patch has no effect.
9610         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9611         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9612         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9613         (re_match_2, re_set_registers): Use the new types.
9614         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9615         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9616         New macros.
9617         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9618         (re_string_context_at, bin_tree_t, re_dfastate_t):
9619         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9620         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9621         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9622         (re_string_char_size_at, re_string_wchar_at):
9623         (re_string_elem_size_at):
9624         Use the new types and macros to port to 64-bit hosts.
9625         Use unsigned types for internal values, so that the code
9626         mostly works even for arrays larger than SSIZE_MAX.
9627         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9628         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9629         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9630         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9631         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9632         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9633         (calc_inveclosure, parse_dup_op, build_range_exp):
9634         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9635         (fetch_number, create_token_tree, mark_opt_subexp):
9636         Likewise.
9637         * lib/regex_internal.c (re_string_construct_common,
9638         create_ci_newstate):
9639         (create_cd_newstate, re_string_allocate, re_string_construct):
9640         (re_string_realloc_buffers, build_wcs_upper_buffer):
9641         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9642         (re_string_reconstruct, re_string_peek_byte_case):
9643         (re_string_fetch_byte_case, re_string_context_at):
9644         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9645         (re_node_set_init_copy, re_node_set_add_intersect):
9646         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9647         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9648         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9649         (re_acquire_state, re_acquire_state_context, register_state):
9650         Likewise.
9651         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
9652         search_cur_bkref_entry):
9653         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
9654         (re_search_internal, re_search_2_stub, re_search_stub)
9655         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
9656         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
9657         (update_cur_sifted_state, check_dst_limits):
9658         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9659         (check_subexp_limits, sift_states_bkref, merge_state_array):
9660         (check_subexp_matching_top, get_subexp, get_subexp_sub):
9661         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
9662         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9663         (expand_bkref_cache, check_node_accept_bytes):
9664         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
9665         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
9666         (acquire_init_state_context, check_halt_node_context):
9667         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
9668         (sift_states_backward, clean_state_log_if_needed):
9669         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
9670         (find_recover_state, transit_state_sb, transit_state_mb):
9671         (transit_state_bkref, build_trtable, match_ctx_clean):
9672         Likewise.
9673         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
9674         to work around an assumption that REG_MISSING is negative.
9675
9676         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
9677         (seek_collating_symbol_entry) [defined _LIBC]:
9678         (lookup_collation_sequence_value) [defined _LIBC]:
9679         (build_range_exp, build_collating_symbol) [defined _LIBC]:
9680         Use prototypes rather than old-style function definitions.
9681         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
9682         (transit_state_sb) [0]:
9683         (find_collation_sequence_value) [defined _LIBC]: Likewise.
9684
9685         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
9686         rm_eo.
9687
9688         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
9689         (optimize_subexps, lower_subexp):
9690         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
9691         since the signed shift might overflow.  Use 1u<<31 instead.
9692         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9693         Likewise.
9694         * lib/regexec.c (check_dst_limits_calc_pos_1,
9695         check_subexp_matching_top): Likewise.
9696
9697         * lib/regcomp.c (optimize_subexps, lower_subexp):
9698         Use CHAR_BIT rather than 8, for clarity.
9699         * lib/regexec.c (check_dst_limits_calc_pos_1):
9700         (check_subexp_matching_top): Likewise.
9701         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
9702         have to worry about portability issues when shifting it left.
9703         Remove no-longer-needed test for table_size > 0.
9704         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
9705         in a word, as the resulting behavior is undefined.
9706         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
9707         in one case, a <= should have been an <, and in another case the
9708         whole test was missing.
9709         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
9710         the standard name CHAR_BIT.
9711         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
9712         this is not true on one's complement and signed-magnitude hosts.
9713
9714         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
9715         next_last_offset.
9716         (struct re_dfa_t): Remove unused member states_alloc.
9717         * lib/regcomp.c (init_dfa): Don't initialize unused members.
9718
9719 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9720
9721         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
9722         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
9723         and large-file glibc and in 32-bit large-file Solaris.
9724
9725 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9726
9727         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
9728         lengths fit in regoff_t; this isn't true if regoff_t is the same
9729         width as size_t.
9730         * lib/regex.c (re_search_internal): 5th arg is LAST_START
9731         (= START + RANGE) instead of RANGE.  This avoids overflow
9732         problems when regoff_t is the same width as size_t.
9733         All callers changed.
9734         (re_search_2_stub): Check for overflow when adding the
9735         sizes of the two strings.
9736         (re_search_stub): Check for overflow when adding START
9737         to RANGE; if it occurs, substitute the extreme value.
9738
9739 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9740
9741         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
9742
9743 2005-08-31  Jim Meyering  <jim@meyering.net>
9744
9745         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
9746         a pointer-to-const.
9747         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
9748         (register_state): Likewise.
9749         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
9750         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9751         (group_nodes_into_DFAstates): Likewise.
9752
9753 2005-08-31  Jim Meyering  <jim@meyering.net>
9754
9755         * check-module: Add a FIXME comment.
9756
9757 2005-08-31  Eric Blake  <ebb9@byu.net>
9758
9759         * modules/unistd-safer (Files): Add unistd--.h.
9760         * modules/stdio-safer (Files): Add stdio--.h.
9761
9762 2005-08-31  Derek Price  <derek@ximbiot.com>
9763
9764         * lib/getdelim.c (getdelim): Return EOF on EOF.
9765         Reported by Larry Jones <lawrence.jones@ugs.com>.
9766
9767 2005-08-31  Bruno Haible  <bruno@clisp.org>
9768
9769         Avoid unnecessary diffs in the generated lib/Makefile.am.
9770         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
9771         the generated files.
9772         (func_import): Don't set cmd.
9773
9774 2005-08-31  Bruno Haible  <bruno@clisp.org>
9775
9776         * lib/strstr.c: Include <stddef.h>, for NULL.
9777         * lib/strcasestr.c: Likewise.
9778         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
9779
9780 2005-08-31  Bruno Haible  <bruno@clisp.org>
9781
9782         * gnulib-tool: New option --macro-prefix.
9783         (func_import): Use macro_prefix.
9784         (import): Handle option --macro-prefix.
9785
9786 2005-08-31  Bruno Haible  <bruno@clisp.org>
9787
9788         * gnulib-tool (import): Rename most ac_* variables to cached_*.
9789         Also use new variables cached_lgpl, cached_libtool.
9790
9791 2005-08-31  Bruno Haible  <bruno@clisp.org>
9792
9793         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
9794         always instantiating them.
9795
9796 2005-08-31  Bruno Haible  <bruno@clisp.org>
9797
9798         * gnulib-tool (func_import): Read the previous cached settings
9799         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
9800         earlier added by gnulib but are now dropped. Warn when a gnulib file
9801         overwrites a non-gnulib file.
9802
9803 2005-08-31  Bruno Haible  <bruno@clisp.org>
9804
9805         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
9806         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
9807         projects that don't keep autogenerated files in CVS. Put into
9808         actioncmd only the specified modules, not the transitive closure.
9809
9810 2005-08-31  Bruno Haible  <bruno@clisp.org>
9811
9812         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
9813         Create directories that shall be filled.
9814         (import): Don't look for gl_* macros in configure.ac. Recurse across
9815         all directories containing a gnulib-cache.m4 files, if meaningful.
9816
9817 2005-08-31  Bruno Haible  <bruno@clisp.org>
9818
9819         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
9820         (import): Set seen_libtool when we see gl_LIBTOOL.
9821
9822 2005-08-31  Bruno Haible  <bruno@clisp.org>
9823
9824         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
9825         declaration macro definitions from generated gnulib.m4.
9826
9827 2005-08-30  "Oskar Liljeblad"  <oskar@osk.mine.nu>
9828
9829         * lib/iconvme.h: Add prototype for iconv_alloc.
9830
9831 2005-08-29  Simon Josefsson  <jas@extundo.com>
9832
9833         * lib/iconvme.c: Fix errno.
9834
9835 2005-08-29  Bruno Haible  <bruno@clisp.org>
9836
9837         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
9838         that it works when the directory contains spaces.
9839
9840 2005-08-29  Bruno Haible  <bruno@clisp.org>
9841
9842         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
9843
9844 2005-08-29  Bruno Haible  <bruno@clisp.org>
9845
9846         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
9847         Emit more advice.
9848
9849 2005-08-29  Bruno Haible  <bruno@clisp.org>
9850         and Stepan Kasal  <kasal@ucw.cz>
9851
9852         * check-module: If more parameters are given, check each of them
9853         separately; add more exceptions, as noted by Jim Meyering.
9854         (check_module): New procedure.
9855         (%exempt_header): Now contains all exceptions.
9856
9857 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
9858
9859         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
9860
9861 2005-08-29  "Oskar Liljeblad"  <oskar@osk.mine.nu>
9862
9863         * lib/iconvme.c: Split iconv_string into iconv_alloc.
9864
9865 2005-08-28  Bruno Haible  <bruno@clisp.org>
9866
9867         * m4/gnulib-tool.m4: New file.
9868
9869 2005-08-27  Jim Meyering  <jim@meyering.net>
9870
9871         * modules/unistd-safer (Files): Add pipe-safer.c.
9872         * modules/fcntl-safer (Files): Add creat-safer.c.
9873
9874 2005-08-27  Jim Meyering  <jim@meyering.net>
9875
9876         * m4/stdlib-safer.m4: New file.  From coreutils.
9877         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
9878         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
9879         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
9880         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
9881         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
9882
9883 2005-08-27  Jim Meyering  <jim@meyering.net>
9884
9885         * lib/fopen-safer.c: Merge minor changes from coreutils.
9886         * lib/dup-safer.c: Likewise.
9887         * lib/fd-safer.c: Likewise.
9888
9889         Merge from coreutils.
9890         * lib/stdio--.h: New file.
9891         * lib/stdlib--.h: New file.
9892         * lib/mkstemp-safer.c: New file.
9893
9894         GNU tar needs these.
9895         * lib/pipe-safer.c: New file.
9896         * lib/creat-safer.c: New file.
9897         * lib/fcntl--.h (creat): Define to creat_safer.
9898         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
9899         * lib/unistd--.h (pipe): Define to pipe_safer.
9900         * lib/unistd-safer.h: Declare pipe_safer.
9901
9902 2005-08-26  Simon Josefsson  <jas@extundo.com>
9903
9904         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
9905         Haible <bruno@clisp.org>.
9906
9907 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
9908
9909         * lib/regex_internal.h: Remove all references to
9910         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
9911         or better.
9912         (bitset_not, bitset_merge, bitset_not_merge):
9913         (bitset_mask, re_string_allocate, re_string_construct):
9914         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
9915         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
9916         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
9917         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
9918         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9919         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9920         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
9921         (re_acquire_state_context):
9922         Remove unnecessary forward decls.
9923         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
9924         Put __attribute at function definition,
9925         now that the function decl has been removed.
9926         * lib/regex_internal.c (re_string_peek_byte_case):
9927         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
9928         Likewise.
9929
9930 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
9931
9932         * m4/regex.m4: Add AC_PREREQ(2.50).
9933         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
9934
9935 2005-08-25  Simon Josefsson  <jas@extundo.com>
9936
9937         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
9938         __fsetlocking.
9939
9940 2005-08-25  Simon Josefsson  <jas@extundo.com>
9941
9942         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
9943         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
9944         GLIBC specific code.
9945
9946 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         Make regex safe for g++.  This fixes one real bug (an "err"
9949         that should have been "*err").  g++ problem reported by
9950         Sam Steingold.
9951         * lib/regex_internal.h (re_calloc): New macro, consistent with
9952         re_malloc etc.  All callers of calloc changed to use re_calloc.
9953         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
9954         not int.  All callers changed.
9955         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
9956         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
9957         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
9958         (find_recover_state): Change "err" to "*err"; this fixes what
9959         appears to be a real bug.
9960         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
9961         versus int.
9962
9963 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9964
9965         * modules/regex (Depends-on): Add malloc, since the code
9966         assumes that !malloc(0) means failure.
9967
9968 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9969
9970         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
9971
9972         alloca modernization/simplification for regex.
9973         * lib/regex.c: Remove portability cruft for alloca.  This no longer
9974         needs to be at the start of the file, and can be moved into
9975         regex_internal.h and simplified.
9976         * lib/regex_internal.h: Include <alloca.h>.
9977         (__libc_use_alloca) [!defined _LIBC]: New macro.
9978         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
9979         now works outside glibc.
9980
9981 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
9982
9983         * config/srclist.txt: Add glibc bugs 1241, 1245.
9984
9985 2005-08-25  Jim Meyering  <jim@meyering.net>
9986
9987         * lib/open-safer.c: Include <config.h>.
9988         Otherwise, we'd lose LARGEFILE support in any file using
9989         e.g. "fcntl--.h"
9990
9991 2005-08-25  Bruno Haible  <bruno@clisp.org>
9992
9993         * m4/minmax.m4: Require autoconf 2.52.
9994         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
9995         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
9996         alternatives of translit over the alphabet.
9997         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
9998
9999 2005-08-24  Simon Josefsson  <jas@extundo.com>
10000
10001         * tests/test-getpass.c: New file.
10002
10003 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10004
10005         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10006         for GNU regex features.
10007
10008 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10009
10010         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10011         * lib/regex.h (regerror): Likewise.
10012
10013         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10014         requires this.  (The code never needed it.)
10015
10016         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10017         All uses of recently-renamed identifiers changed to use the new,
10018         POSIX-compliant names.  The code will build and run just fine
10019         without these changes, but it's better to eat our own dog food
10020         and use the standard-conforming names.
10021
10022         * lib/regex.h: Fix a multitude of POSIX name space violations.
10023         These changes have an effect only for programs that define
10024         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10025         do not change anything for programs compiled in the normal way.
10026         Also, there is no effect on the ABI.
10027
10028         (_REGEX_SOURCE): New macro.
10029         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10030         defined and _GNU_SOURCE is not; this fixes a name space violation.
10031
10032         Rename the following macros to obey POSIX requirements.
10033         The old names are still visible as macros if _REGEX_SOURCE is defined.
10034         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10035         RE_BACKSLASH_ESCAPE_IN_LISTS.
10036         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10037         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10038         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10039         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10040         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10041         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10042         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10043         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10044         (REG_INTERVALS): renamed from RE_INTERVALS.
10045         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10046         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10047         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10048         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10049         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10050         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10051         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10052         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10053         RE_UNMATCHED_RIGHT_PAREN_ORD.
10054         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10055         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10056         (REG_DEBUG): renamed from RE_DEBUG.
10057         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10058         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10059         unusual, since we can't clash with the POSIX REG_ICASE.
10060         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10061         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10062         (REG_NO_SUB): renamed from RE_NO_SUB.
10063         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10064         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10065         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10066         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10067         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10068         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10069         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10070         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10071         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10072         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10073         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10074         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10075         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10076         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10077         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10078         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10079         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10080         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10081         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10082         (REG_FIXED): Renamed from REGS_FIXED.
10083         (REG_NREGS): Renamed from RE_NREGS.
10084
10085         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10086         of other REG_* macros, since POSIX says the user is allowed to
10087         #undef these macros selectively.
10088
10089         (reg_errcode_t): Update comment stating what other tables need
10090         to be consistent.
10091
10092         Rename the following enum values to obey POSIX requirements.
10093         The old names are still visible as macros.
10094         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10095         is not defined, since GNU is supposed to be a superset of POSIX as
10096         much as possible, and since we want reg_errcode_t to be a signed
10097         type for implementation consistency.
10098         (_REG_NOERROR): Renamed from REG_NOERROR.
10099         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10100         (_REG_BADPAT): Renamed from REG_BADPAT.
10101         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10102         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10103         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10104         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10105         (_REG_EBRACK): Renamed from REG_EBRACK.
10106         (_REG_EPAREN): Renamed from REG_EPAREN.
10107         (_REG_EBRACE): Renamed from REG_EBRACE.
10108         (_REG_BADBR): Renamed from REG_BADBR.
10109         (_REG_ERANGE): Renamed from REG_ERANGE.
10110         (_REG_ESPACE): Renamed from REG_ESPACE.
10111         (_REG_BADRPT): Renamed from REG_BADRPT.
10112         (_REG_EEND): Renamed from REG_EEND.
10113         (_REG_ESIZE): Renamed from REG_ESIZE.
10114         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10115         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10116         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10117         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10118         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10119
10120         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10121         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10122         changed.  But support the old name if the new one is not defined
10123         and if _REGEX_SOURCE.
10124
10125         Change the following member names in struct re_pattern_buffer.
10126         The old names are still supported if !_REGEX_SOURCE.
10127         The new names are always supported, regardless of _REGEX_SOURCE.
10128         (re_buffer): Renamed from buffer.
10129         (re_allocated): Renamed from allocated.
10130         (re_used): Renamed from used.
10131         (re_syntax): Renamed from syntax.
10132         (re_fastmap): Renamed from fastmap.
10133         (re_translate): Renamed from translate.
10134         (re_can_be_null): Renamed from can_be_null.
10135         (re_regs_allocated): Renamed from regs_allocated.
10136         (re_fastmap_accurate): Renamed from fastmap_accurate.
10137         (re_no_sub): Renamed from no_sub.
10138         (re_not_bol): Renamed from not_bol.
10139         (re_not_eol): Renamed from not_eol.
10140         (re_newline_anchor): Renamed from newline_anchor.
10141
10142         Change the following member names in struct re_registers.
10143         The old names are still supported if !_REGEX_SOURCE.
10144         The new names are always supported, regardless of _REGEX_SOURCE.
10145         (rm_num_regs): Renamed from num_regs.
10146         (rm_start): Renamed from start.
10147         (rm_end): Renamed from end.
10148
10149         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10150         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10151         Prepend __ to parameter names.
10152
10153         Undo yesterday's changes.
10154
10155 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10156
10157         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10158         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10159         lib/regex.c.
10160
10161 2005-08-24  Jim Meyering  <jim@meyering.net>
10162
10163         Sync from coreutils.
10164         * m4/fcntl-safer.m4: New file.
10165
10166         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10167         and object files for this module.
10168
10169 2005-08-24  Jim Meyering  <jim@meyering.net>
10170
10171         Sync from coreutils.
10172         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10173
10174 2005-08-24  Jim Meyering  <jim@meyering.net>
10175
10176         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10177         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10178
10179 2005-08-24  Jim Meyering  <jim@meyering.net>
10180
10181         * modules/fcntl-safer: New module.
10182         * modules/fts (Depends-on): Add fcntl-safer.
10183         * MODULES.html.sh (File descriptor based Input/Output):
10184         Add fcntl-safer.
10185
10186 2005-08-24  Bruno Haible  <bruno@clisp.org>
10187
10188         Support for unit test modules.
10189         * modules/README: Mention tests modules.
10190         * modules/TEMPLATE-TESTS: New file.
10191         * gnulib-tool: New options --extract-tests-module, --with-tests and
10192         --tests-base (unused for the moment).
10193         (testsbase, inctests): New variables.
10194         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10195         (func_verify_module): Exclude TEMPLATE-TESTS.
10196         (func_verify_nontests_module, func_verify_tests_module): New functions.
10197         (func_get_dependencies): Add implicit dependency for tests modules.
10198         (func_get_tests_module): New function.
10199         (func_modules_transitive_closure): When --with-tests was specified,
10200         include the unit tests as well, unless explicitly avoided.
10201         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10202         (func_emit_tests_Makefile_am): New function.
10203         (func_create_testdir): When --with-tests was specified, emit a
10204         tests/ directory.
10205         * MODULES.html.sh (Future developments): Update.
10206
10207 2005-08-24  Bruno Haible  <bruno@clisp.org>
10208
10209         * modules/tls-tests: New file.
10210         * tests/test-tls.c: New file, from GNU gettext.
10211
10212 2005-08-24  Bruno Haible  <bruno@clisp.org>
10213
10214         * modules/lock-tests: New file.
10215         * tests/test-lock.c: New file, from GNU gettext.
10216
10217 2005-08-24  Bruno Haible  <bruno@clisp.org>
10218
10219         * lib/lock.h: Add multiple inclusion guard.
10220         * lib/tls.h: Add multiple inclusion guard.
10221
10222 2005-08-24  Bruno Haible  <bruno@clisp.org>
10223
10224         * gnulib-tool: Add support for the --aux-dir option to
10225         --create-testdir, --create-megatestdir, --test, --megatest.
10226         (func_create_testdir, func_create_megatestdir): Optionally emit a
10227         AC_CONFIG_AUX_DIR directive.
10228         (create-testdir, create-megatestdir, test, megatest): Provide a
10229         default value for $auxdir.
10230
10231 2005-08-24  Bruno Haible  <bruno@clisp.org>
10232
10233         * gnulib-tool (import): Use compound statement instead of subshell
10234         where possible.
10235
10236 2005-08-24  Bruno Haible  <bruno@clisp.org>
10237
10238         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10239
10240 2005-08-24  Bruno Haible  <bruno@clisp.org>
10241
10242         * gnulib-tool (func_version): Update.
10243
10244 2005-08-24  Bruno Haible  <bruno@clisp.org>
10245
10246         * gnulib-tool (func_import, func_create_testdir,
10247         func_create_megatestdir): Quote all autoconf macro arguments.
10248
10249 2005-08-24  Bruno Haible  <bruno@clisp.org>
10250
10251         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10252         option --force, because --force causes the aclocal.m4 of each
10253         subdirectory to be newer than the corresponding config.h.in.
10254
10255 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10256
10257         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10258         All contents moved to gl_REGEX.
10259         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10260         assume that it does.
10261
10262 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10263
10264         * lib/regex.h (REG_NOSYS)
10265         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10266         Define, since POSIX requires it as of 2001.
10267         (_REG_ENOSYS)
10268         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10269         New private symbol, used to keep the enum signed in all cases.
10270         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10271         Youngman in
10272         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10273
10274         * lib/regex_internal.c (re_string_skip_chars, register_state):
10275         (calc_state_hash):
10276         Remove forward decls; no longer needed now that we use prototypes.
10277         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10278         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10279         (clean_state_log_if_needed): Likewise.
10280
10281 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10282
10283         * config/srclist.txt: Add glibc bugs 1231-1233.
10284
10285 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10286
10287         Fix problems reported by Sam Steingold in
10288         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10289         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10290         assumed that reg_errcode_t is a signed type, which is not
10291         necessarily true if _XOPEN_SOURCE is not defined.
10292         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10293         since some compilers warn about it otherwise.
10294
10295 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10296
10297         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10298         (init_word_char, create_initial_state, duplicate_node_closure):
10299         (fetch_token, peek_token_bracket, build_range_exp):
10300         (build_collating_symbol): Remove forward decls; no longer needed
10301         now that we use prototypes.
10302
10303         * lib/regcomp.c:
10304         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10305         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10306         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10307         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10308         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10309         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10310         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10311         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10312         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10313         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10314         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10315         (build_charclass, build_charclass_op, fetch_number, create_tree):
10316         (create_token_tree, mark_opt_subexp, duplicate_tree):
10317         Use prototypes rather than old-style definitions.
10318
10319         * lib/regex_internal.c:
10320         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10321         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10322         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10323         (re_string_reconstruct, re_string_peek_byte_case):
10324         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10325         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10326         (re_node_set_init_copy, re_node_set_add_intersect):
10327         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10328         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10329         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10330         (re_acquire_state, re_acquire_state_context, register_state):
10331         (create_ci_newstate, create_cd_newstate, free_state):
10332         Likewise.
10333         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10334         re_search_2):
10335         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10336         (re_search_internal, prune_impossible_nodes):
10337         (acquire_init_state_context, check_matching, static):
10338         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10339         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10340         (update_regs, sift_states_backward, build_sifted_states):
10341         (clean_state_log_if_needed, merge_state_array):
10342         (update_cur_sifted_state, add_epsilon_src_nodes):
10343         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10344         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10345         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10346         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10347         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10348         (check_arrival, check_arrival_add_next_nodes):
10349         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10350         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10351         (check_node_accept_bytes, check_node_accept, extend_buffers):
10352         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10353         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10354         (sift_ctx_init):
10355         Likewise.
10356
10357         * lib/regex_internal.h:
10358         (re_string_allocate, re_string_construct, re_string_reconstruct):
10359         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10360         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10361         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10362         (re_string_context_at, re_string_peek_byte_case):
10363         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10364         is defined, since we now use prototypes always.
10365
10366         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10367         C89 or better.  All uses removed.
10368
10369 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10370
10371         * config/srclist.txt: Add glibc bugs 1220-1227.
10372
10373 2005-08-20  Jim Meyering  <jim@meyering.net>
10374
10375         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10376         of unused local, dfa.
10377
10378 2005-08-20  Bruno Haible  <bruno@clisp.org>
10379
10380         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10381
10382 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10383
10384         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10385         (re_node_set_insert_last, re_dfa_add_node):
10386         Rename local variables to avoid GCC shadowing warnings.
10387
10388 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10389
10390         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10391         [defined lint]: Suppress bogus uninitialized-variable warnings.
10392
10393         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10394         and let the caller return REG_ESPACE if out of space.  This
10395         removes an uninitialied-variable warning with GCC 4.0.1, and also
10396         avoids taking the address of a local variable.  All callers
10397         changed.
10398
10399 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10400
10401         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10402         $LIBCSRC/posix/regexec.c.
10403         Add glibc bug 1217 for regcomp.c.
10404
10405 2005-08-19  Jim Meyering  <jim@meyering.net>
10406
10407         * lib/regexec.c (proceed_next_node): Redo local variables to
10408         avoid GCC shadowing warnings.
10409
10410 2005-08-18  Bruno Haible  <bruno@clisp.org>
10411
10412         * lib/strstr.c (strstr): Fix return value in multibyte case.
10413         * lib/strcasestr.c (strcasestr): Likewise.
10414
10415 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10416
10417         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10418
10419 2005-08-17  Jim Meyering  <jim@meyering.net>
10420
10421         Make the %s format (seconds since the epoch) work for a negative
10422         number and when used with a zero-padded field width, e.g. %015s.
10423
10424         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10425         label so that it precedes the code to set `digits'.  Otherwise,
10426         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10427         print `00-22'.  Now, it prints `-0022', as it should.
10428
10429 2005-08-17  Bruno Haible  <bruno@clisp.org>
10430
10431         * modules/strstr (Files): Add m4/mbrtowc.m4.
10432         (Depends-on): Add mbuiter.
10433
10434 2005-08-17  Bruno Haible  <bruno@clisp.org>
10435
10436         * modules/strcasestr: New file.
10437         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10438         strcasestr.
10439
10440 2005-08-17  Bruno Haible  <bruno@clisp.org>
10441
10442         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10443
10444 2005-08-17  Bruno Haible  <bruno@clisp.org>
10445
10446         * modules/mbuiter: New file.
10447         * MODULES.html.sh (Extended multibyte and wide character utilities):
10448         Add mbuiter.
10449
10450 2005-08-17  Bruno Haible  <bruno@clisp.org>
10451
10452         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10453         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10454
10455 2005-08-17  Bruno Haible  <bruno@clisp.org>
10456
10457         * m4/strcasestr.m4: New file.
10458
10459 2005-08-17  Bruno Haible  <bruno@clisp.org>
10460
10461         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10462         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10463
10464 2005-08-17  Bruno Haible  <bruno@clisp.org>
10465
10466         * lib/strcasestr.h: New file.
10467         * lib/strcasestr.c: New file.
10468
10469 2005-08-17  Bruno Haible  <bruno@clisp.org>
10470
10471         * lib/strcasecmp.c: Use mbuiter.h.
10472
10473 2005-08-17  Bruno Haible  <bruno@clisp.org>
10474
10475         * lib/mbuiter.h: New file.
10476
10477 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10480         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10481         and gl_GETOPT are both invoked via different paths (as happens
10482         with GNU tar CVS because it uses both argp and getopt), the former
10483         wins.
10484
10485 2005-08-16  Bruno Haible  <bruno@clisp.org>
10486
10487         * modules/tls: New file.
10488         * MODULES.html.sh (Multithreading): Add tls.
10489
10490 2005-08-16  Bruno Haible  <bruno@clisp.org>
10491
10492         * modules/strnlen1: New file.
10493         * MODULES.html.sh (String handling): Add strnlen1.
10494
10495 2005-08-16  Bruno Haible  <bruno@clisp.org>
10496
10497         * modules/strcase (Files): Add m4/mbrtowc.m4.
10498         (Depends-on): Add strnlen1, mbchar.
10499
10500 2005-08-16  Bruno Haible  <bruno@clisp.org>
10501
10502         * modules/mbiter: New file.
10503         * MODULES.html.sh (Extended multibyte and wide character utilities):
10504         Add mbiter.
10505
10506 2005-08-16  Bruno Haible  <bruno@clisp.org>
10507
10508         * modules/mbfile: New file.
10509         * MODULES.html.sh (Extended multibyte and wide character utilities):
10510         Add mbfile.
10511
10512 2005-08-16  Bruno Haible  <bruno@clisp.org>
10513
10514         * modules/mbchar: New file.
10515         * MODULES.html.sh (Extended multibyte and wide character utilities):
10516         New section.
10517
10518 2005-08-16  Bruno Haible  <bruno@clisp.org>
10519
10520         * m4/tls.m4: New file, from GNU gettext.
10521
10522 2005-08-16  Bruno Haible  <bruno@clisp.org>
10523
10524         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10525         always.
10526         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10527
10528 2005-08-16  Bruno Haible  <bruno@clisp.org>
10529
10530         * m4/mbiter.m4: New file.
10531
10532 2005-08-16  Bruno Haible  <bruno@clisp.org>
10533
10534         * m4/mbfile.m4: New file.
10535
10536 2005-08-16  Bruno Haible  <bruno@clisp.org>
10537
10538         * m4/mbchar.m4: New file.
10539
10540 2005-08-16  Bruno Haible  <bruno@clisp.org>
10541
10542         * lib/tls.h: New file, from GNU gettext.
10543         * lib/tls.c: New file, from GNU gettext.
10544
10545 2005-08-16  Bruno Haible  <bruno@clisp.org>
10546
10547         * lib/strnlen1.h: New file.
10548         * lib/strnlen1.c: New file.
10549
10550 2005-08-16  Bruno Haible  <bruno@clisp.org>
10551
10552         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10553         (mbi_init): Update.
10554         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10555         NUL byte, not after it.
10556
10557 2005-08-16  Bruno Haible  <bruno@clisp.org>
10558
10559         * lib/strcase.h (strcasecmp): Add note in comments.
10560         * lib/strncasecmp.c: Use code from strcasecmp.c.
10561         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10562         (strcasecmp): Work correctly in multibyte locales.
10563
10564 2005-08-16  Bruno Haible  <bruno@clisp.org>
10565
10566         * lib/mbiter.h: New file.
10567
10568 2005-08-16  Bruno Haible  <bruno@clisp.org>
10569
10570         * lib/mbfile.h: New file.
10571
10572 2005-08-16  Bruno Haible  <bruno@clisp.org>
10573
10574         * lib/mbchar.h: New file.
10575         * lib/mbchar.c: New file.
10576
10577 2005-08-16  Bruno Haible  <bruno@clisp.org>
10578
10579         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10580         the valid ones. Makes the comparison operations transitive:
10581         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10582         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10583
10584 2005-08-15  Simon Josefsson  <jas@extundo.com>
10585
10586         * modules/ssize_t (License): Change to 'unlimited'.
10587
10588         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10589
10590 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10591
10592         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10593         Add comments for each pending glibc patch.
10594
10595 2005-08-15  Bruno Haible  <bruno@clisp.org>
10596
10597         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10598         __cplusplus is defined.
10599
10600 2005-08-14  Jim Meyering  <jim@meyering.net>
10601
10602         Sync from coreutils.
10603
10604         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10605         Use the hash-table-based cycle-detection code not just when
10606         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10607         Reported by James Youngman in
10608         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10609         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10610         FTS_TIGHT_CYCLE_CHECK.
10611         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10612         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10613         once again.
10614         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10615         * lib/fts.c (fd_safer): Remove decl.
10616         Include fcntl--.h rather than unistd-safer.h
10617         (fts_safe_changedir): Don't call fd_safer; no longer needed
10618         now that we include fcntl--.h.
10619
10620 2005-08-12  Simon Josefsson  <jas@extundo.com>
10621
10622         * modules/getndelim2: Use ssize_t module.
10623         * modules/getnline: Likewise.
10624         * modules/safe-read: Likewise.
10625         * modules/xreadlink: Likewise.
10626
10627         * modules/ssize_t: New file.
10628
10629 2005-08-12  Simon Josefsson  <jas@extundo.com>
10630
10631         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10632
10633 2005-08-12  Simon Josefsson  <jas@extundo.com>
10634
10635         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10636         ssize_t.
10637
10638 2005-08-12  Simon Josefsson  <jas@extundo.com>
10639
10640         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10641         readline, getdelim and check_version.
10642         (Support for systems lacking ISO C 99: Sizes of integer types):
10643         Add size_max.
10644
10645 2005-08-12  Bruno Haible  <bruno@clisp.org>
10646
10647         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
10648
10649 2005-08-11  Simon Josefsson  <jas@extundo.com>
10650
10651         * modules/readline: New file.
10652
10653         * modules/strnlen (Files): Add strnlen.h.
10654
10655 2005-08-11  Simon Josefsson  <jas@extundo.com>
10656
10657         * m4/readline.m4: New file.
10658
10659 2005-08-11  Simon Josefsson  <jas@extundo.com>
10660
10661         * lib/readline.h, readline.c: New file.
10662
10663 2005-08-11  Simon Josefsson  <jas@extundo.com>
10664
10665         * doc/gnulib.texi (Initial import, Finishing touches): Mention
10666         gl_AVOID.
10667
10668 2005-08-11  Bruno Haible  <bruno@clisp.org>
10669
10670         * lib/strnlen.h (strnlen): Change parameter name to match comment.
10671
10672 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
10673
10674         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
10675
10676 2005-08-10  Simon Josefsson  <jas@extundo.com>
10677
10678         * tests/test-iconvme.c: New file.
10679
10680 2005-08-10  Simon Josefsson  <jas@extundo.com>
10681
10682         * m4/strnlen.m4: New file.
10683
10684         * m4/strndup.m4: Don't check for strnlen declaration, done in
10685         strnlen.m4.
10686
10687 2005-08-10  Simon Josefsson  <jas@extundo.com>
10688
10689         * lib/strndup.c: Use strnlen.h.
10690
10691         * lib/strnlen.h: New file.
10692
10693 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10694
10695         * README: Typos.
10696
10697 2005-08-02  Simon Josefsson  <jas@extundo.com>
10698
10699         * modules/readline: New file.
10700
10701 2005-08-02  Simon Josefsson  <jas@extundo.com>
10702
10703         * modules/getdelim: New file.
10704
10705         * modules/getline: Rewrite, don't use getndelim2.
10706
10707 2005-08-02  Simon Josefsson  <jas@extundo.com>
10708
10709         * m4/getline.m4: Separate out getdelim stuff into separate module.
10710
10711         * m4/getdelim.m4: New file.
10712
10713 2005-08-02  Simon Josefsson  <jas@extundo.com>
10714
10715         * lib/getline.h, getline.c: Rewrite.
10716
10717         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
10718
10719 2005-07-31  Bruno Haible  <bruno@clisp.org>
10720
10721         * lib/lock.h (gl_lock_initializer): New macro.
10722         (gl_lock_define_initialized): Use it.
10723         (gl_rwlock_initializer): New macro.
10724         (gl_rwlock_define_initialized): Use it.
10725         (gl_recursive_lock_initializer): New macro.
10726         (gl_recursive_lock_define_initialized): Use it.
10727
10728 2005-07-30  Karl Berry  <karl@gnu.org>
10729
10730         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
10731         Report from Ben Pfaff, regarding getopt.
10732
10733 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
10734
10735         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
10736         normal way.
10737         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
10738         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
10739         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
10740         (gl_GETOPT): Use the new macros.  Most of the implementation
10741         is moved to the new macros.  This is for programs like Emacs
10742         that don't want all the functionality of gl_GETOPT.
10743
10744 2005-07-26  Bruno Haible  <bruno@clisp.org>
10745
10746         * m4/lock.m4: Update from GNU gettext.
10747
10748 2005-07-26  Bruno Haible  <bruno@clisp.org>
10749
10750         * lib/lock.h: Update from GNU gettext.
10751         * lib/lock.c: Update from GNU gettext.
10752
10753 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10754
10755         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
10756         obsolescent AC_TRY_RUN.  Include the default includes files, for
10757         'exit'.
10758
10759 2005-07-24  Bruno Haible  <bruno@clisp.org>
10760
10761         * modules/visibility: New file.
10762         * MODULES.html.sh (Misc): Add visibility.
10763
10764 2005-07-24  Bruno Haible  <bruno@clisp.org>
10765
10766         * m4/visibility.m4: New file.
10767
10768 2005-07-24  Bruno Haible  <bruno@clisp.org>
10769
10770         * doc/visibility.texi: New file.
10771
10772 2005-07-22  Bruno Haible  <bruno@clisp.org>
10773
10774         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
10775         $(ALLOCA_H), redundant through BUILT_SOURCES.
10776         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
10777         redundant through BUILT_SOURCES.
10778         * modules/byteswap (Makefile.am): Remove explicit dependency on
10779         $(BYTESWAP_H), redundant through BUILT_SOURCES.
10780         * modules/fnmatch (Makefile.am): Remove explicit dependency on
10781         $(FNMATCH_H), redundant through BUILT_SOURCES.
10782         * modules/getopt (Makefile.am): Remove explicit dependency on
10783         $(GETOPT_H), redundant through BUILT_SOURCES.
10784         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
10785         redundant through BUILT_SOURCES.
10786         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
10787         redundant through BUILT_SOURCES.
10788         * modules/stdbool (Makefile.am): Remove explicit dependency on
10789         $(STDBOOL_H), redundant through BUILT_SOURCES.
10790         * modules/stdint (Makefile.am): Remove explicit dependency on
10791         $(STDINT_H), redundant through BUILT_SOURCES.
10792         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
10793         Remove explicit dependency on $(SYSEXITS_H).
10794         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
10795
10796 2005-07-18  Simon Josefsson  <jas@extundo.com>
10797
10798         * lib/check-version.c (check_version): Accept identical versions too.
10799
10800 2005-07-18  Bruno Haible  <bruno@clisp.org>
10801
10802         * modules/lock: New file.
10803         * MODULES.html.sh (Multithreading): New section.
10804
10805 2005-07-18  Bruno Haible  <bruno@clisp.org>
10806
10807         * m4/lock.m4: New file, from GNU gettext.
10808
10809 2005-07-18  Bruno Haible  <bruno@clisp.org>
10810
10811         * lib/lock.h: New file, from GNU gettext.
10812         * lib/lock.c: New file, from GNU gettext.
10813
10814 2005-07-18  Bruno Haible  <bruno@clisp.org>
10815
10816         * lib/lock.h (gl_once_t): New type.
10817         (gl_once_define, gl_once): New macros.
10818         * lib/lock.c (fresh_once): New variable.
10819         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
10820         functions.
10821
10822 2005-07-16  Simon Josefsson  <jas@extundo.com>
10823
10824         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
10825         workaround, suggested by Bruno.
10826
10827 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10828
10829         * modules/xalloc (Depends-on): Add xalloc-die.
10830         * modules/xvasprintf (Depends-on): Add xalloc-die.
10831
10832 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
10833
10834         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
10835         with a minor change.
10836
10837 2005-07-15  Bruno Haible  <bruno@clisp.org>
10838
10839         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
10840         When using lib/poll.c, define poll as rpl_poll.
10841
10842 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
10843
10844         * modules/argp (Depends-on): Remove unlocked-io.
10845
10846 2005-07-14  Derek Price  <derek@ximbiot.com>
10847
10848         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
10849         for glob symlink bug.
10850
10851 2005-07-14  Bruno Haible  <bruno@clisp.org>
10852
10853         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
10854         Instead, test for *_unlocked function declarations directly.
10855
10856 2005-07-11  Simon Josefsson  <jas@extundo.com>
10857
10858         * modules/size_max: New file.
10859
10860         * modules/xsize: Depend on size_max module for size_max.m4.
10861
10862 2005-07-11  Simon Josefsson  <jas@extundo.com>
10863
10864         * lib/size_max.h: New file.
10865
10866 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
10867
10868         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
10869         copyright symbol and the year.
10870         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
10871         (version_etc_va): Use parameterized copyright notice.
10872         Reword to conform to the current GNU coding standards.
10873
10874 2005-07-11  Karl Berry  <karl@gnu.org>
10875
10876         * doc/gnulib.texi (Quoting): new node.
10877         (Initial import): more info, from Patrice.
10878
10879 2005-07-11  Bruno Haible  <bruno@clisp.org>
10880
10881         * gnulib-tool (func_usage): Document option --avoid.
10882         (Command line options): Handle --avoid.
10883         (func_acceptable): New function.
10884         (func_modules_transitive_closure): Use it.
10885
10886 2005-07-11  Bruno Haible  <bruno@clisp.org>
10887
10888         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
10889         Reported by Jim Meyering.
10890
10891 2005-07-10  Bruno Haible  <bruno@clisp.org>
10892
10893         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
10894         Needed when size_t is smaller than 'unsigned int'.
10895         Reported by Paul Eggert.
10896
10897 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10898
10899         * modules/argp (Depends-on): Add unlocked-io
10900
10901 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
10902
10903         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
10904         block of defines.
10905
10906 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
10907
10908         * config/srclist.txt: Comment out regcomp.c, since we have a porting
10909         fix now.
10910
10911 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
10912         and Paul Eggert  <eggert@cs.ucla.edu>
10913
10914         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
10915         in wint_t, not wchar_t.  Remove now-unnecessary cast.
10916
10917 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10918
10919         * modules/regex (Files): Add lib/regex_internal.c,
10920         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
10921         (Depends-on): Add extensions.
10922         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
10923
10924 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10925
10926         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
10927         pathconf.
10928         * m4/same.m4 (gl_SAME): Likewise.
10929         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
10930
10931         * m4/regex.m4: Adjust to new libc regex implementation.
10932         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
10933         all the .c and .h parts of (the new) regex.
10934         Quote the m4 stuff better.
10935         Check for RE_ICASE bug of old gnulib.
10936         Check for REG_STARTEND of recent libc.
10937         Rename local variables from jm_* to gl_*.
10938         Quote operand of "test -f".
10939         Say "recent enough" version of libc, not "version 2".
10940         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
10941         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
10942         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
10943         Remove check for btowc, isascii.
10944         Require AM_LANGINFO_CODESET.
10945
10946 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10947
10948         * lib/regex.c, regex.h: Sync from libc.
10949         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
10950         * lib/regexec.c:
10951         New files, synced from libc, except that regex_internal.h
10952         currently has a small porting fix.
10953
10954 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
10955
10956         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
10957         regex_internal.c, regexec.c.
10958         Add regex_internal.h too, but as a comment, since the libc version
10959         is currently broken in gnulib mode.
10960
10961 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
10962
10963         Support programs like Emacs that use gnulib but not gettext.
10964         * MODULES.html.sh (Internationalization functions): Add gettext-h.
10965         * modules/gettext-h: New file.
10966         * modules/gettext (Files): Remove lib/gettext.h.
10967         (Depends-on): Add gettext-h.
10968         (Makefile.am): Remove lib_SOURCES.
10969         * modules/argmatch, modules/c-stack, modules/closeout:
10970         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
10971         * modules/execute, modules/file-type, modules/getaddrinfo:
10972         * modules/getopt, modules/human, modules/javacomp:
10973         * modules/javaexec, modules/mkdir-p, modules/obstack:
10974         * modules/openat, modules/pagealign_alloc, modules/pipe:
10975         * modules/quotearg, modules/regex, modules/rpmatch:
10976         * modules/unicodeio, modules/userspec, modules/version-etc:
10977         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
10978         * modules/xsetenv:
10979         Depend on gettext-h, not gettext.
10980
10981 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
10982
10983         * gnulib-tool (func_import): Add support for 'public domain' license.
10984         * modules/alloca, modules/atexit, modules/memmove:
10985         Now public domain, not GPL.
10986         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
10987         * modules/realloc, modules/strerror, modules/strtod:
10988         Now LGPL, not GPL.
10989
10990 2005-07-05  Bruno Haible  <bruno@clisp.org>
10991
10992         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
10993         autoconf CVS. Needed for mingw.
10994
10995 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
10996
10997         Remove the dependency of the strftime module on the tzset module.
10998         * modules/strftime (Depends-on): Remove dependency on tzset.
10999
11000 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11001
11002         Remove the dependency of the strftime module on the tzset module.
11003         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11004         gl_FUNC_TZSET_CLOBBER.
11005
11006 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11007
11008         Remove the dependency of the strftime module on the tzset module.
11009         * lib/strftime.c (my_strftime)
11010         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11011         Copy the input structure, to work around some of the bug with
11012         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11013         Solaris releases, you should also use the tzset module, but we won't
11014         require it as a dependency any more since we don't want LGPLed code
11015         to depend on GPLed code.
11016
11017 2005-07-02  Jim Meyering  <jim@meyering.net>
11018
11019         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11020         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11021         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11022         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11023
11024 2005-07-02  Jim Meyering  <jim@meyering.net>
11025
11026         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11027
11028 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11029
11030         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11031         declares only 'struct timespec;' (!).
11032
11033 2005-07-01  Jim Meyering  <jim@meyering.net>
11034
11035         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11036         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11037         * lib/save-cwd.c, tempname.c:
11038         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11039         and don't include <sys/file.h>).
11040
11041 2005-06-29  Jim Meyering  <jim@meyering.net>
11042
11043         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11044         type name.  Use the variable name instead.
11045         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11046         Likewise.
11047
11048 2005-06-28  Simon Josefsson  <jas@extundo.com>
11049
11050         * modules/check-version (Files): Add check-version.m4.
11051
11052 2005-06-28  Simon Josefsson  <jas@extundo.com>
11053
11054         * m4/check-version.m4: New file, suggested by Jim Meyering
11055         <jim@meyering.net>.
11056
11057 2005-06-28  Simon Josefsson  <jas@extundo.com>
11058
11059         * lib/check-version.h, lib/check-version.c: New files.
11060
11061 2005-06-28  Simon Josefsson  <jas@extundo.com>
11062
11063         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11064         collision with global variable.  Better indentation.  Don't
11065         increment buffer pointer beyond buffer end.  Based on comments
11066         from Paul Eggert <eggert@cs.ucla.edu>.
11067
11068         * lib/base64.h: Indent.
11069
11070 2005-06-28  Simon Josefsson  <jas@extundo.com>
11071
11072         * doc/gnulib.texi (Library version handling): New section.
11073
11074 2005-06-28  Jim Meyering  <jim@meyering.net>
11075
11076         * check-module (find_included_lib_files): Hard-code another
11077         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11078         but modules/fts-lgpl (correctly) does not list those files.
11079
11080         * modules/canonicalize (Files): Add lib/pathmax.h.
11081
11082 2005-06-25  Simon Josefsson  <jas@extundo.com>
11083
11084         * modules/check-version: New file.
11085
11086 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11087
11088         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11089         initializer of struct addrinfo, as an indication that we don't
11090         care how many members the structure has.
11091
11092 2005-06-24  Derek Price  <derek@ximbiot.com>
11093         and Bruno Haible  <bruno@clisp.org>
11094
11095         Remove stat module & update lstat.
11096         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11097         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11098         * m4/stat.m4: Remove this file.
11099
11100 2005-06-24  Derek Price  <derek@ximbiot.com>
11101         and Bruno Haible  <bruno@clisp.org>
11102
11103         Remove stat module & update lstat.
11104         * lib/stat.c: Remove this file...
11105         (slash_aware_lstat): ...moving this content and its support...
11106         * lib/lstat.c (rpl_lstat): ...into here.
11107         * lib/lstat.h: New file.
11108
11109 2005-06-24  Derek Price  <derek@ximbiot.com>
11110         and Bruno Haible  <bruno@clisp.org>
11111
11112         Remove stat module & update lstat.
11113         * config/srclist.txt (libc sources): Remove stat.
11114
11115 2005-06-24  Derek Price  <derek@ximbiot.com>
11116         and Bruno Haible  <bruno@clisp.org>
11117
11118         Remove stat module & update lstat.
11119         * MODULES.html.sh (stat): Remove.
11120         * MODULES.html: Regenerated.
11121         * modules/lstat (Description): Correct function name.
11122         (Files): Add "lstat.h".
11123         (Depends-on): Remove stat, add xalloc, stat-macros.
11124         * modules/stat: Remove this file.
11125         (Include): Add "lstat.h", remove <sys/stat.h>.
11126
11127 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11128
11129         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11130         (ranged_convert): Don't save conversion in a temporary struct.
11131         This causes a warning with GCC 4.0.0, and anyway in the typical
11132         case it's not worth the extra 100 bytes or so of code.
11133         (ranged_convert, __mktime_internal): When calling a function via a
11134         pointer P, use P () rather than (*P) (), as we now assume C89 or
11135         better.
11136
11137 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11138
11139         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11140         "who -r" failed to give output.  Problem reported by Tim Waugh.
11141
11142         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11143         (xcalloc): Use it to avoid needless tests.
11144         Problem reported by Jim Meyering.
11145
11146 2005-06-20  Derek Price  <derek@ximbiot.com>
11147
11148         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11149         unnecessary for Autoconfs > 2.59c.
11150
11151 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11152
11153         * lib/argp.h (__option_is_short): Check upper limit of
11154         __key. Isprint() requires its argument to have the value
11155         of an unsigned char or EOF.
11156
11157 2005-06-16  Jim Meyering  <jim@meyering.net>
11158
11159         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11160         when either N or S is zero.
11161
11162 2005-06-16  Derek Price  <derek@ximbiot.com>
11163
11164         * m4/bison.m4: Declare YACC & YFLAGS precious.
11165
11166 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11167
11168         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11169         multibyte string or pattern, fall back on unibyte matching.
11170         Problem reported by James Youngman.
11171
11172 2005-06-08  Bruno Haible  <bruno@clisp.org>
11173
11174         * modules/csharpcomp: New file.
11175         * MODULES.html.sh (C#): Add csharpcomp.
11176
11177 2005-06-08  Bruno Haible  <bruno@clisp.org>
11178
11179         * m4/csharpcomp.m4: New file, from GNU gettext.
11180
11181 2005-06-08  Bruno Haible  <bruno@clisp.org>
11182
11183         * lib/csharpcomp.h: New file, from GNU gettext.
11184         * lib/csharpcomp.c: New file, from GNU gettext.
11185         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11186
11187 2005-06-08  Bruno Haible  <bruno@clisp.org>
11188
11189         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11190         warning on mingw.
11191
11192 2005-06-07  Derek Price  <derek@ximbiot.com>
11193
11194         Sync from CVS.
11195         * lib/glob_.h: Indent nested #ifdef.
11196
11197 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11198
11199         Sync from coreutils.
11200         Use "file name" when talking about file names, instead of "filename"
11201         or "path", as per the GNU coding standards.
11202         * lib/mkdir-p.c: Renamed from makepath.c.
11203         (make_dir_parents): Renamed from make_path.  All callers changed.
11204         * lib/mkdir-p.h: Likewise.  All includers changed.
11205         * lib/filenamecat.c: Renamed from path-concat.c.
11206         (file_name_concat): Renamed from path_concat.  All callers changed.
11207         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11208         * lib/filenamecat.h: Likewise.  All includers changed.
11209         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11210         in comments or local variable names.
11211         * lib/basename.c: Likewise.
11212         * lib/canonicalize.c, canonicalize.h: Likewise.
11213         * lib/dirname.c, dirname.h: Likewise.
11214         * lib/euidaccess.c: Likewise.
11215         * lib/exclude.c: Likewise
11216         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11217         * lib/fsusage.c, fsuage.h: Likewise.
11218         * lib/fts.c, fts_.h: Likewise.
11219         * lib/getcwd.c: Likewise.
11220         * lib/getloadavg.c: Likewise.
11221         * lib/mkstemp.c: Likewise.
11222         * lib/mountlist.c, mountlist.h: Likewise.
11223         * lib/openat.c, openat.h: Likewise.
11224         * lib/readlink-stub.c: Likewise.
11225         * lib/readutmp.c, readutmp.h: Likewise.
11226         * lib/rename.c: Likewise.
11227         * lib/rmdir.c: Likewise.
11228         * lib/same.c: Likewise.
11229         * lib/savedir.c: Likewise.
11230         * lib/stripslash.c: Likewise.
11231         * lib/tempname.c: Likewise.
11232         * lib/xreadlink.c: Likewise.
11233         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11234         All uses changed.
11235         * lib/exclude.h: Likewise.
11236
11237         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11238         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11239         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11240         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11241         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11242         files have been getting away with it for years (MORE/BSD 4.3
11243         is extinct now).
11244         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11245         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11246
11247         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11248         Define to 256, not 255, as per modern POSIX.
11249
11250 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         Sync from coreutils.
11253         Use "file name" when talking about file names, instead of "filename"
11254         or "path", as per the GNU coding standards.
11255         * MODULES.html.sh: mkdir-p renamed from makepath.
11256         filenamecat renamed from path-concat.
11257         * modules/filenamecat: Renamed from modules/path-concat.
11258         (Files): filenamecat.h and filenamecat.c renamed from
11259         path-concat.h and path-concat.c.
11260         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11261         (Include): filenamecat.h, not path-concat.h.
11262         * modules/mkdir-p: Renamed from modules/makepath.
11263         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11264         makepath.c.
11265         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11266         (Include): mkdir-p.h, not makepath.h.
11267
11268 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11269
11270         Sync from coreutils.
11271         * m4/mkdir-p.m4: Renamed from makepath.m4.
11272         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11273         Rename files from makepath.c to mkdir-p.c, and from
11274         makepath.h to mkdir-p.h.
11275         * m4/filenamecat.m4: Renamed from path-concat.m4.
11276         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11277         Rename files from path-concat.c to filenamecat.c,
11278         and from path-concat.h to filenamecat.h.
11279         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11280         "file name" in local variables or comments.
11281         * m4/rename.m4: Likewise.
11282
11283 2005-06-01  Bruno Haible  <bruno@clisp.org>
11284
11285         * modules/csharpexec: New file.
11286         * MODULES.html.sh (C#): New section.
11287
11288 2005-06-01  Bruno Haible  <bruno@clisp.org>
11289
11290         * m4/csharp.m4: New file, from GNU gettext.
11291         * m4/csharpexec.m4: New file, from GNU gettext.
11292
11293 2005-06-01  Bruno Haible  <bruno@clisp.org>
11294
11295         * lib/csharpexec.h: New file, from GNU gettext.
11296         * lib/csharpexec.c: New file, from GNU gettext.
11297         * lib/csharpexec.sh.in: New file, from GNU gettext.
11298
11299 2005-05-31  Derek Price  <derek@ximbiot.com>
11300             Paul Eggert  <eggert@cs.ucla.edu>
11301
11302         Sync from cvs.
11303         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11304
11305 2005-05-31  Derek Price  <derek@ximbiot.com>
11306             Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         Sync from cvs.
11309         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11310
11311 2005-05-29  Derek Price  <derek@ximbiot.com>
11312
11313         * config/srclist.txt (glob_.h, glob.c): Add these files.
11314
11315 2005-05-29  Derek Price  <derek@ximbiot.com>
11316
11317         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11318         * modules/glob: New file.
11319         * modules/getlogin_r: Add link to POSIX spec in description.
11320
11321 2005-05-29  Derek Price  <derek@ximbiot.com>
11322             Paul Eggert  <eggert@cs.ucla.edu>
11323
11324         * m4/glob.m4: New file.
11325
11326 2005-05-29  Derek Price  <derek@ximbiot.com>
11327             Paul Eggert  <eggert@cs.ucla.edu>
11328
11329         * lib/glob_.h, lib/glob.c: New files.
11330
11331 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11332
11333         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11334         * modules/fts-lgpl (Depends-on): Remove gettext.
11335
11336 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11337
11338         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11339         and don't require gt_INTTYPES_PRI.
11340
11341 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11342
11343         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11344
11345         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11346         the configuration hassle isn't worth it.
11347         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11348         (LONGEST_MODIFIER, PRIuMAX): Remove.
11349
11350 2005-05-27  Bruno Haible  <bruno@clisp.org>
11351
11352         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11353
11354 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11355
11356         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11357         _POSIX_PTHREAD_SEMANTICS for Solaris.
11358
11359 2005-05-25  Derek Price  <derek@ximbiot.com>
11360
11361         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11362
11363 2005-05-25  Derek Price  <derek@ximbiot.com>
11364             Paul Eggert  <eggert@cs.ucla.edu>
11365
11366         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11367         * lib/getlogin_r.c, getlogin_r.h: New files.
11368
11369 2005-05-25  Bruno Haible  <bruno@clisp.org>
11370             Derek Price  <derek@ximbiot.com>
11371
11372         * lib/getlogin_r.h: Simplify API documentation.
11373
11374 2005-05-23  Derek Price  <derek@ximbiot.com>
11375
11376         * modules/minmax (Files): Add m4/minmax.m4.
11377         (configure.ac): Add gl_MINMAX.
11378
11379 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11380
11381         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11382         so that unistd-safer.h (GPL'ed code) need not be included.
11383
11384 2005-05-22  Bruno Haible  <bruno@clisp.org>
11385
11386         * m4/minmax.m4: New file.
11387         Based on a patch by Derek Price <derek@ximbiot.com>.
11388
11389 2005-05-22  Bruno Haible  <bruno@clisp.org>
11390
11391         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11392         (INT64_MIN): Fix definition.
11393         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11394
11395         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11396         NEED_SIGNED_INT_TYPES.
11397
11398         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11399         HAVE_SYSTEM_INTTYPES.
11400
11401 2005-05-22  Bruno Haible  <bruno@clisp.org>
11402
11403         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11404         Also include <sys/param.h> if it defines MIN, MAX.
11405         Based on a patch by Derek Price <derek@ximbiot.com>.
11406
11407 2005-05-21  Jim Meyering  <jim@meyering.net>
11408
11409         * modules/fts (Files): Add m4/inttypes-pri.m4.
11410         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11411
11412 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11413
11414         New fts module.
11415         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11416         (setup_dir, free_dir): New functions.
11417         (enter_dir, leave_dir): Define trivial
11418         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11419         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11420         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11421         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11422         Move to fts-cycle.c.
11423         (fts_open): Use setup_dir.
11424         (fts_close): Use free_dir.
11425         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11426         This adds a label and some gotos, but the alternatives were messier.
11427         Check for memory allocation failure when entering a dir.
11428         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11429         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11430         (FTS): New member fts_cycle, that is a union that contains the
11431         old active_dir_ht and cycle_state.  All uses changed to mention
11432         fts_cycle.ht and fts_cycle.state.
11433         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11434         fts.c, with the following changes:
11435         (setup_dir, free_dir): New functions.
11436         (enter_dir): Now returns bool.  Return true if successful, false
11437         if memory exhausted.  All callers changed.
11438         Do not bother partly cleaning up on
11439         memory allocation failure; that is free_dir's job.
11440         However, free ad if hash_insert fails, to avoid memory leak.
11441         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11442         fts->fts_options to see which union member to use.
11443
11444 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11445
11446         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11447         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11448
11449 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11452
11453 2005-05-20  Jim Meyering  <jim@meyering.net>
11454
11455         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11456         Now a macro, to pacify GCC.
11457
11458 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11459
11460         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11461         of -1.
11462
11463 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11464
11465         * lib/chown.c (rpl_chown): Return -1 on failure.
11466
11467 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11468
11469         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11470         Don't check for stddef.h.
11471         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11472         don't use its results.
11473         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11474         since we include them unconditionally.  Don't require
11475         AM_STDBOOL_H, since stdbool is a prerequisite.
11476         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11477         since we assume C89 or better.
11478         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11479         as we don't use their results.
11480         Don't check for fchdir, memmove, memset, strrchr, as we use
11481         them unconditionally.
11482         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11483         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11484
11485 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11486
11487         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11488         Include <stddef.h> unconditionally, since we assume C89 now.
11489         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11490         * lib/fts.c: Include fts_.h first, to check interface.
11491         Do not include intprops.h; no longer needed.
11492         Include cycle-check.h and hash.h, since fts_.h no longer does.
11493         Remove unnecessary casts of closedir to void.
11494         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11495         decide whether to decrement nlinks.
11496         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11497         (FTS): Use struct hash_table * instead of Hash_table, so that
11498         we no longer need to include hash.h here.
11499
11500 2005-05-18  Jim Meyering  <jim@meyering.net>
11501
11502         * modules/dirfd (License): Change to LGPL.  Most of the code
11503         is already in the public domain.
11504
11505 2005-05-18  Jim Meyering  <jim@meyering.net>
11506
11507         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11508         Reported by Yoann Vandoorselaere.
11509
11510 2005-05-17  Jim Meyering  <jim@meyering.net>
11511
11512         * m4/fts.m4: New file, from coreutils.
11513
11514 2005-05-17  Jim Meyering  <jim@meyering.net>
11515
11516         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11517
11518 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11519
11520         Sync from coreutils.
11521         * m4/unlinkdir.m4: New file.
11522
11523 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11524
11525         Sync from coreutils.
11526         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11527         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11528         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11529         White space changes only.
11530         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11531         special.
11532         * lib/yesno.c: Include getline.h, not ctype.h.
11533         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11534         Use getline to remove arbitrary restriction on response length.
11535
11536 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11537
11538         * config/srclist-update: Spell out "Street" in FSF postal
11539         mail address; this is the style the FSF seems to prefer.
11540
11541         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11542         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11543         this updates FSF postal mail address.
11544
11545         Sync from coreutils.
11546         * modules/unlinkdir: New file.
11547         * modules/yesno (Depends-on): Add getline.
11548         * MODULES.html.sh (File system functions): Add unlinkdir.
11549
11550 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11551
11552         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11553         lib/strsep.h:
11554         Change the initial comment to refer to GPL, not LGPL.
11555         gnulib-tool will change it to LGPL as needed.
11556
11557         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11558         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11559         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11560         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11561         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11562         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11563         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11564         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11565         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11566         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11567         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11568         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11569         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11570         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11571         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11572         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11573         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11574         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11575         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11576         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11577         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11578         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11579         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11580         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11581         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11582         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11583         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11584         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11585         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11586         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11587         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11588         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11589         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11590         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11591         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11592         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11593         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11594         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11595         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11596         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11597         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11598         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11599         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11600         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11601         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11602         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11603         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11604         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11605         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11606         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11607         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11608         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11609         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11610         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11611         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11612         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11613         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11614         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11615         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11616         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11617         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11618         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11619         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11620         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11621         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11622         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11623         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11624         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11625         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11626         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11627         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11628         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11629         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11630         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11631         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11632         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11633         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11634         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11635         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11636         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11637         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11638         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11639         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11640         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11641         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11642         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11643         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11644         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11645         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11646         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11647         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
11648         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
11649         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
11650         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
11651         lib/yesno.c, lib/yesno.h:
11652         Update FSF postal mail address.
11653
11654 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
11657         tests/test-memmem.c, tests/test-stpncpy.c:
11658         Update FSF postal mail address.
11659
11660 2005-05-13  Bruno Haible  <bruno@clisp.org>
11661
11662         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
11663         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
11664         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
11665         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
11666         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
11667         Add support for 64-bit integers in the MSVC compiler.
11668
11669 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11670
11671         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
11672
11673 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
11674
11675         * gnulib-tool (func_import): Sort and uniquify recommended includes.
11676
11677 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11678
11679         * doc/getdate.texi (General date syntax): Don't say that date
11680         date --iso-8601=ns generates acceptable dates; it doesn't yet.
11681         Problem reported by Nic Ferrier.
11682
11683 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11684
11685         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
11686         specified in ai_socktype. Fix invalid ai_protocol
11687         check. ai_protocol is usually set to 0 or depending on
11688         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
11689         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
11690         ai_socktype / ai_protocol in the returned addrinfo structure.
11691
11692 2005-05-10  Simon Josefsson  <jas@extundo.com>
11693
11694         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
11695         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11696
11697 2005-05-10  Karl Berry  <karl@gnu.org>
11698
11699         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
11700         (from http://www.gnu.org/licenses).
11701         * doc/COPYING.LIB: also rename to COPYING.LESSER.
11702         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
11703         fdl.texi suffices.
11704
11705 2005-05-10  Karl Berry  <karl@gnu.org>
11706
11707         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
11708         (COPYING.DOC): remove.
11709
11710         * config/srclist-update: new FSF address.
11711
11712 2005-05-10  Derek Price  <derek@ximbiot.com>
11713
11714         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
11715         possible.
11716
11717 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11718             Bruno Haible  <bruno@clisp.org>
11719
11720         * modules/inet_ntop: New file.
11721         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11722         inet_ntop.
11723
11724 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11725             Bruno Haible  <bruno@clisp.org>
11726
11727         * m4/inet_ntop.m4: New file.
11728
11729 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11730             Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/inet_ntop.h: New file.
11733         * lib/inet_ntop.c: New file, from glibc with modifications.
11734
11735 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
11736
11737         * modules/time_r (License): Change to LGPL.
11738         * modules/extensions (License): Change to LGPL.  Actually,
11739         the license is more permissive than that, but currently gnulib-tool
11740         doesn't know how to handle more-permissive licenses.
11741
11742         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
11743         Problem reported by Dave Love.
11744
11745 2005-05-08  Jim Meyering  <jim@meyering.net>
11746
11747         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
11748         blank.
11749
11750 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         * modules/argmatch (Depends-on): Add stdbool.
11753         * modules/backupfile (Depends-on): Likewise.
11754         * modules/chdir-long (Depends-on): Likewise.
11755         * modules/closeout (Depends-on): Likewise.
11756         * modules/cycle-check (Depends-on): Likewise.
11757         * modules/dirname (Depends-on): Likewise.
11758         * modules/fnmatch (Depends-on): Likewise.
11759         * modules/fsusage (Depends-on): Likewise.
11760         * modules/fwriteerror (Depends-on): Likewise.
11761         * modules/getcwd (Depends-on): Likewise.
11762         * modules/getloadavg (Depends-on): Likewise.
11763         * modules/hard-locale (Depends-on): Likewise.
11764         * modules/makepath (Depends-on): Likewise.
11765         * modules/mountlist (Depends-on): Likewise.
11766         * modules/nanosleep (Depends-on): Likewise.
11767         * modules/posixtm (Depends-on): Likewise.
11768         * modules/quotearg (Depends-on): Likewise.
11769         * modules/readtokens (Depends-on): Likewise.
11770         * modules/readtokens0 (Depends-on): Likewise.
11771         * modules/readutmp (Depends-on): Likewise.
11772         * modules/save-cwd (Depends-on): Likewise.
11773         * modules/strftime (Depends-on): Likewise.
11774         * modules/userspec (Depends-on): Likewise.
11775         * modules/utimecmp (Depends-on): Likewise.
11776         * modules/xgetcwd (Depends-on): Likewise.
11777         * modules/xnanosleep (Depends-on): Likewise.
11778         * modules/xstrtod (Depends-on): Likewise.
11779         * modules/yesno (Depends-on): Likewise.
11780
11781 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
11782
11783         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
11784         needless checks.
11785
11786 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11787
11788         Merge from coreutils.  Among other things,
11789         add bulletproofing for cases where stdin, stdout, or stderr are closed.
11790         * lib/fd-safer.c: New file.
11791         * lib/fcntl-safer.h, open-safer.c: Remove.
11792         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
11793         * lib/dup-safer.c: Include unistd-safer.h first.
11794         Don't include errno.h.
11795         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
11796         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
11797         * lib/file-type.c: Rely on file-type.h change.
11798         * lib/getloadavg.c: Include unistd-safer.h.
11799         (getloadavg): Use safer open.
11800         * lib/getusershell.c: Include "stdio-safer.h".
11801         (getusershell): Use safer fopen.
11802         * lib/long-options.c (long_options): Use NULL rather than 0.
11803         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
11804         'free'.
11805         * lib/modechange.c: Likewise.
11806         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
11807         (MODE_DONE): New constant.
11808         (struct mode_change): Remove 'next' member.
11809         (make_node_op_equals): New function; like the old one of the
11810         same name, except it allocates an array.
11811         (mode_compile, mode_create_from_ref): Use it.
11812         (mode_compile): Allocate result as an array, not a linked list.
11813         Parse octal string ourself, so that we catch mistakes like "+0".
11814         (mode_adjust): Arg is an array, not a linked list.
11815         * lib/modechange.c: Include stat-macros.h, xalloc.h.
11816         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
11817         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
11818         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
11819         Remove.  This is now stat-macros.h's job.
11820         (talloc): Remove.  All callers replaced by xalloc, so that
11821         our invokers don't have to worry about reporting memory failures.
11822         (make_node_op_equals): Remove.
11823         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11824         New constants.
11825         (struct mode_change): Moved here from modechange.h.
11826         (mode_append_entry): Remove.
11827         (mode_compile): Remove MASKED_OPS arg, since it encouraged
11828         apps to have incorrect behavior.  Use simpler algorithm for head
11829         and tail.  Don't futz with umask; that's now the job of mode_adjust.
11830         Detect more invalid usages rather than having somewhat-random behavior.
11831         Don't insert an "a=" action, as that leads to incorrect behavior.
11832         (mode_compile, mode_create_from_ref): Return NULL on error instead
11833         of an enum, since now there's only one way to have an error.  All
11834         callers changed.
11835         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
11836         at the correct time.  Simplify calculation of "+u" and its ilk.
11837         Don't mishandle "+X".
11838         (mode_free): Remove "register" and localize decls.
11839         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
11840         (struct mode_change): Move to modechange.c; callers don't
11841         need to see this stuff.
11842         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
11843         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
11844         (mode_change, mode_adjust): Reflect the new signatures noted above.
11845         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
11846         that might redefine system include files.
11847         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
11848         (my_usleep): Use NULL rather than (void *) 0.
11849         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
11850         Use siginterrupt to specify that system calls should be interrupted.
11851         (rpl_nanosleep): Move initialization of suspended closer to call of
11852         my_usleep.
11853         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
11854         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
11855         (desirable_utmp_entry): New function.
11856         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
11857         using x2nrealloc, to simplify logic.
11858         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
11859         size calculation.  Do not assume utmp file is a regular file.
11860         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
11861         (READ_UTMP_CHECK_PIDS): New constant.
11862         * lib/save-cwd.c: Include unistd-safer.h.
11863         (save_cwd): Use fd_safer.
11864         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
11865         [!_LIBC] Include "stat-macros.h" instead.
11866         * lib/unistd-safer.h (fd_safer): New decl.
11867
11868 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11869
11870         * modules/getloadavg (Depends-on): Add unistd-safer.
11871         * modules/getusershell (Depends-on): Add stdio-safer.
11872         * modules/lstat (Depends-on): Remove xalloc.
11873         * modules/mkstemp (Depends-on): Add stat-macros.
11874         * modules/modechange (Depends-on): Remove xstrtol.
11875         Add stat-macros, xalloc.
11876         * modules/save-cwd (Depends-on): Add unistd-safer.
11877         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
11878         * modules/unistd-safer (Files): Add lib/fd-safer.c
11879         (Makefile.am): Remove lib_SOURCES.
11880
11881         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
11882         Remove fcntl-safer; unistd-safer supersedes it.
11883
11884 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11885
11886         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
11887         AC_HEADER_STAT.
11888         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
11889         (gl_PREREQ_CHOWN): Remove.
11890         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
11891         it.  Don't require AC_HEADER_STAT.
11892         (gl_PREREQ_LSTAT): Remove.
11893         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
11894         Don't require AC_HEADER_STAT.
11895         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
11896         (gl_PREREQ_RMDIR): Remove.
11897         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
11898         mention stat-macros.h or AC_HEADER_STAT, since we'll make
11899         the stat-macros module a prerequisite.
11900         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
11901         * m4/filemode.m4 (gl_FILEMODE): Likewise.
11902         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
11903         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
11904         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
11905         variable names.
11906         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
11907         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
11908         variable prefixes.
11909         * m4/fcntl-safer.m4: Remove.
11910         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
11911         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
11912         Invoke gl_PREREQ_FD_SAFER.
11913         (gl_PREREQ_FD_SAFER): New macro.
11914         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
11915         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
11916         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
11917         Remove duplicate call to AC_LIBOBJ(readutmp).
11918         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
11919
11920         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
11921         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
11922
11923 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
11924
11925         * MODULES.html.sh (Misc): Add byteswap.
11926
11927 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11928
11929         * modules/getcwd (Depends-on): Add extensions.
11930         * modules/openat (Depends-on): Likewise.
11931
11932 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11933
11934         * modules/byteswap: New file.
11935
11936 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11937
11938         * m4/byteswap.m4: New file.
11939
11940 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
11941
11942         * lib/byteswap_.h: New file.
11943
11944 2005-04-25  Karl Berry  <karl@gnu.org>
11945
11946         * m4/gettext.m4: Update from GNU gettext 0.14.4.
11947
11948 2005-04-25  Albert Chin  <china@thewrittenword.com>
11949
11950         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
11951         Toolkit C bug.
11952
11953 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
11954
11955         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
11956         (func_ln_if_changed) Remove forcibly for no error message
11957         in case file does not exist.
11958
11959 2005-04-19  Simon Josefsson  <jas@extundo.com>
11960
11961         * gnulib-tool (Options): Make --symlink mean --symbolic.
11962
11963 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
11964
11965         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
11966
11967 2005-04-16  Simon Josefsson  <jas@extundo.com>
11968
11969         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
11970
11971 2005-04-15  Simon Josefsson  <jas@extundo.com>
11972
11973         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
11974
11975 2005-04-15  Simon Josefsson  <jas@extundo.com>
11976
11977         * gnulib-tool: Rename --symlink to --symbolic.
11978
11979 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
11980
11981         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
11982         symbolic links to files instead of copying/moving.  Add --aux-dir,
11983         specifying directory relative --dir where auxiliary build tools
11984         are placed.
11985
11986 2005-04-14  Bruno Haible  <bruno@clisp.org>
11987
11988         * modules/allocsa (License): Change to LGPL.
11989         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
11990
11991 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
11992
11993         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
11994         that "UTC +1 second" continues to work.  Problem reported
11995         by Dmitry V. Levin.
11996         (relunit_snumber): New rule.
11997         (relunit): Use it.
11998
11999 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         * lib/getdate.y (universal_time_zone_table): New constant.
12002         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12003         universal_time_zone_table.
12004         (lookup_zone): Prefer universal_time_zone_table to
12005         local_time_zone_table, so that "GMT" time stamps are allowed in
12006         London during the summer.  Problem reported by Ian Abbott.
12007
12008 2005-04-12  Jim Meyering  <jim@meyering.net>
12009
12010         * lib/human.c (humblock): Set *options even when returning due to
12011         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12012         warning from gcc-4.
12013
12014 2005-04-09  Jim Meyering  <jim@meyering.net>
12015
12016         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12017         -Wuninitialized: initialize tm0.tm_year.
12018
12019 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12022         count, since there's no maximum.  All uses changed.
12023         Add member dsts_seen.
12024         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12025         not being INT_MAX.
12026         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12027         Use pc_rels_seen to decide whther a date is absolute.
12028
12029         * lib/getdate.y (number): Don't overwrite year.
12030         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12031         check.
12032
12033 2005-04-02  Simon Josefsson  <jas@extundo.com>
12034
12035         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12036         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12037
12038 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12039
12040         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12041         where no absolute path name can be longer than PATH_MAX.
12042
12043 2005-03-27  Jim Meyering  <jim@meyering.net>
12044
12045         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12046
12047 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12048
12049         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12050         "one's complement" -> "ones' complement" in comment, as per Knuth.
12051         "value of type" -> "type or expression" in comment.
12052         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12053
12054 2005-03-26  Jim Meyering  <jim@meyering.net>
12055
12056         Comment nits.
12057         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12058         Correct typos: s/or/of/.
12059
12060 2005-03-26  Jim Meyering  <jim@meyering.net>
12061
12062         * modules/check-include-files: Move to ../ and rename to...
12063         * check-module: ...this.
12064
12065 2005-03-25  Jim Meyering  <jim@meyering.net>
12066
12067         * modules/xvasprintf (Files): Add xalloc.h.
12068
12069 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12070
12071         * modules/gettext (Files): config/config.rpath ->
12072         build-aux/config.rpath
12073         * modules/iconv (Files): Likewise.
12074         Problem reported by Oskar Liljeblad.
12075
12076 2005-03-23  Jim Meyering  <jim@meyering.net>
12077
12078         * modules/check-include-files: New script to check for
12079         missing dependencies, multiple includes, etc.
12080
12081         * modules/c-strtold (Depends-on): Add xalloc.
12082         * modules/c-strtod (Depends-on): Add xalloc.
12083         * modules/hash (Depends-on): Add xalloc.
12084         (Files): Remove lib/xalloc.h.
12085
12086         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12087         * modules/userspec (Files): Add lib/inttostr.h.
12088
12089 2005-03-23  Jim Meyering  <jim@meyering.net>
12090
12091         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12092
12093 2005-03-22  Jim Meyering  <jim@meyering.net>
12094
12095         * modules/stat-macros: New module.
12096         * modules/canonicalize, modules/euidaccess, modules/file-type,
12097         * modules/filemode, modules/lchown, modules/makepath,
12098         * modules/rmdir, modules/stat: Depend on new stat-macros module
12099         rather than listing lib/stat-macros.h manually.
12100         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12101
12102 2005-03-22  Jim Meyering  <jim@meyering.net>
12103
12104         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12105
12106 2005-03-22  Bruno Haible  <bruno@clisp.org>
12107
12108         * config/srclist.txt: Replace target directory 'config' with
12109         'build-aux'.
12110         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12111         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12112         ../build-aux/.
12113
12114 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12115
12116         * modules/chdir-long (Depends-on): Add mempcpy.
12117
12118         * modules/acl, modules/backupfile, modules/c-strtod,
12119         modules/c-strtold, modules/canon-host, modules/canonicalize,
12120         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12121         modules/exclude, modules/exitfail, modules/file-type,
12122         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12123         modules/getdate, modules/getline, modules/getpagesize,
12124         modules/getpass, modules/getugroups, modules/group-member,
12125         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12126         modules/inttostr, modules/long-options, modules/makepath,
12127         modules/md5, modules/memcasecmp, modules/memcoll,
12128         modules/modechange, modules/mountlist, modules/path-concat,
12129         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12130         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12131         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12132         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12133         modules/strftime, modules/strndup, modules/strverscmp,
12134         modules/timespec, modules/unlocked-io, modules/userspec,
12135         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12136         modules/yesno:
12137         Remove lib_SOURCES line from Makefile.am section, as this is now
12138         done automatically by the corresponding Autoconf macro.
12139
12140 2005-03-21  Jim Meyering  <jim@meyering.net>
12141
12142         Changes imported from coreutils.
12143
12144         * lib/cycle-check.c: Don't include xalloc.h.
12145
12146         * lib/path-concat.c: Don't include assert.h.
12147         (path_concat): Remove assertion that would have triggered
12148         for ABASE starting with more than one slash.
12149         Reported by Andreas Schwab.
12150
12151         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12152         properly when ABASE is an absolute file name.
12153         Correct the description of this function.
12154         Include <assert.h>.
12155         Add an assertion and a test driver.
12156         This fixes a bug introduced on 2004-07-02.
12157         Andreas Schwab reported the resulting failure of cp --parents:
12158         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12159
12160 2005-03-21  Jim Meyering  <jim@meyering.net>
12161
12162         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12163         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12164
12165 2005-03-21  Jim Meyering  <jim@meyering.net>
12166         and  Paul Eggert  <eggert@cs.ucla.edu>
12167
12168         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12169         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12170         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12171         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12172         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12173         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12174         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12175         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12176         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12177         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12178         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12179         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12180         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12181         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12182         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12183         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12184         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12185         for these modules.
12186
12187 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12188
12189         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12190         (which shouldn't happen), generate nothing instead of returning 0
12191         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12192
12193 2005-03-16  Bruno Haible  <bruno@clisp.org>
12194
12195         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12196         HAVE_LONGLONG_64BIT.
12197
12198 2005-03-16  Bruno Haible  <bruno@clisp.org>
12199
12200         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12201         HAVE_LONGLONG_64BIT.
12202
12203 2005-03-16  Bruno Haible  <bruno@clisp.org>
12204
12205         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12206         HAVE_LONGLONG_64BIT.
12207
12208 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12209
12210         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12211         reliably distinguish strftime failure from empty output on POSIX
12212         hosts.
12213
12214 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12215
12216         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12217         (iconv_string): Don't guess a size-zero buffer, as that might cause
12218         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12219         result would be 'too large', where 'too large' is (heuristically)
12220         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12221         overflow concerns.  This will prevent some unwanted malloc failures
12222         when the inputs are very large.
12223
12224 2005-03-15  Karl Berry  <karl@gnu.org>
12225
12226         * config/srclist.txt (config.rpath): from gettext.
12227         * config/config.rpath: update.
12228
12229 2005-03-15  Bruno Haible  <bruno@clisp.org>
12230
12231         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12232         to 'negate'.
12233
12234         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12235         variable.
12236
12237         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12238         results.
12239
12240 2005-03-14  Simon Josefsson  <jas@extundo.com>
12241
12242         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12243         <fx@gnu.org>.
12244
12245 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12246
12247         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12248         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12249         intprops.h.
12250         * lib/strtol.c: Likewise.
12251
12252 2005-03-14  Jim Meyering  <jim@meyering.net>
12253
12254         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12255         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12256         to be nonzero so that we (and caller) can detect the difference
12257         between a valid zero-length expansion and an error return, even
12258         when the underlying strftime fails before writing anything into
12259         that location.
12260
12261 2005-03-14  Bruno Haible  <bruno@clisp.org>
12262
12263         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12264         Update from GNU gettext 0.14.3.
12265
12266 2005-03-10  Jim Meyering  <jim@meyering.net>
12267
12268         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12269
12270 2005-03-10  Jim Meyering  <jim@meyering.net>
12271
12272         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12273         so that this module works on systems without fchdir.
12274
12275 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12276
12277         Factor int-properties macros into a single file, except for
12278         glibc-related files.
12279         * lib/intprops.h: New file.
12280         * lib/getloadavg.c: Include it instead of limits.h.
12281         (INT_STRLEN_BOUND): Remove.
12282         * lib/human.c: Include intprops.h.
12283         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12284         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12285         302/1000.
12286         * lib/inttostr.h: Include intprops.h instead of limits.h.
12287         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12288         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12289         for consistency with intprops.h.
12290         (time_t_is_integer, twos_complement_arithmetic): Use them.
12291         * lib/sig2str.h: Include <signal.h>, intprops.h.
12292         (INT_STRLEN_BOUND): Remove.
12293         * lib/strftime.c (TYPE_SIGNED): Remove.
12294         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12295         * lib/strtol.c: Adjust comments to match intprops.h.
12296         * lib/userspec.c: Include intprops.h.
12297         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12298         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12299         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12300         instead of rolling our own expressions.
12301         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12302
12303         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12304         instead of int.
12305         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12306         the right thing even if adding 1900 would overflow.  Similarly
12307         for tm_mon + 1 and tm_yday + 1.
12308         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12309         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12310         (DO_SIGNED_NUMBER): New macro.
12311         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12312
12313 2005-03-07  Bruno Haible  <bruno@clisp.org>
12314
12315         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12316
12317 2005-03-07  Bruno Haible  <bruno@clisp.org>
12318
12319         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12320
12321 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12322
12323         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12324         (func_import): Only replace files via --import when they have actually
12325         changed.
12326
12327 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12328
12329         * m4/mmap-anon.m4: New file.
12330         * m4/pagealign_alloc.m4: New file.
12331
12332 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12333             Bruno Haible  <bruno@clisp.org>
12334
12335         * modules/pagealign_alloc: New file.
12336         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12337
12338 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12339             Bruno Haible  <bruno@clisp.org>
12340
12341         * lib/pagealign_alloc.h: New file.
12342         * lib/pagealign_alloc.c: New file.
12343
12344 2005-03-03  Bruno Haible  <bruno@clisp.org>
12345
12346         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12347         Use an all-permissive copyright notice, recommended by RMS.
12348
12349 2005-03-02  Bruno Haible  <bruno@clisp.org>
12350
12351         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12352         of AIX, the replacement has to be done only after <string.h> is
12353         included, therefore not in config.h. stpncpy.h does the replacement,
12354         and stpncpy.c uses it.
12355
12356 2005-03-02  Bruno Haible  <bruno@clisp.org>
12357
12358         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12359         stpncpy.c uses it.
12360
12361 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12362
12363         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12364         The workaround isn't strictly needed for POSIX conformance, and
12365         it's too much of a pain to configure and maintain.  We'll ask
12366         people to fix their kernels instead.
12367         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12368         (NANOSLEEP_BUG_WORKAROUND): Remove.
12369         (xnanosleep): Remove the workaround.
12370
12371 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12372
12373         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12374         Reported by Derek Price.
12375         (Include): Add "timespec.h".
12376
12377         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12378
12379 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12380
12381         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12382         to detect nanosleep bug.
12383
12384 2005-03-01  Bruno Haible  <bruno@clisp.org>
12385
12386         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12387
12388 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12389
12390         * modules/gethrxtime: New file.
12391         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12392         (Depends-on): Add gethrxtime.
12393         (configure.ac): Add gl_XNANOSLEEP.
12394         (Makefile.am): Remove lib_SOURCES line.
12395
12396 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12397
12398         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12399         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12400
12401 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12402
12403         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12404         * lib/timespec.h (gettime): Return void, since it always
12405         succeeds now.  All uses changed.
12406         * lib/gettime.c (gettime) Likewise.
12407         [HAVE_NANOTIME]: Prefer nanotime.
12408         Assume gettimeofday succeeds, as POSIX requires.
12409         Assime time () succeeds, since other code already does.
12410         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12411         (timespec_subtract): Remove.
12412         (NANOSLEEP_BUG_WORKAROUND): New constant.
12413         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12414         things considerably.  Use it only on GNU/Linux hosts, since the
12415         workaround shouldn't be needed elsewhere.
12416
12417 2005-02-24  Bruno Haible  <bruno@clisp.org>
12418
12419         * modules/gettext (Files): Add m4/glibc2.m4.
12420
12421 2005-02-24  Bruno Haible  <bruno@clisp.org>
12422
12423         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12424         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12425         * m4/progtest.m4:
12426         Update from GNU gettext 0.14.2.
12427         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12428
12429 2005-02-24  Bruno Haible  <bruno@clisp.org>
12430
12431         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12432         * lib/config.charset: Update from GNU gettext 0.14.2.
12433
12434 2005-02-24  Bruno Haible  <bruno@clisp.org>
12435
12436         * lib/gettext.h: Update from GNU gettext 0.14.2.
12437
12438 2005-02-23  Simon Josefsson  <jas@extundo.com>
12439
12440         * m4/iconvme.m4: New file.
12441
12442 2005-02-23  Jim Meyering  <jim@meyering.net>
12443
12444         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12445         change.
12446         Thanks to Bruno Haible for catching it.
12447
12448 2005-02-22  Simon Josefsson  <jas@extundo.com>
12449
12450         * modules/iconvme: New file.
12451
12452         * MODULES.html.sh: Add iconvme.
12453
12454 2005-02-22  Simon Josefsson  <jas@extundo.com>
12455
12456         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12457
12458 2005-02-22  Simon Josefsson  <jas@extundo.com>
12459
12460         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12461
12462 2005-02-22  Jim Meyering  <jim@meyering.net>
12463
12464         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12465         s/ifndef/ifdef/.
12466
12467 2005-02-20  Neil Conway  <neilc@samurai.com>
12468
12469         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12470         returned by OSX/Darwin if the specified buffer is not large
12471         enough for the hostname.
12472
12473 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12474
12475         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12476         pass it to _help, otherwise the latter coredumps trying to
12477         dereference state.root_argp.
12478
12479 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12480
12481         * modules/chdir-long (Depends-on): Add memrchr.
12482         * modules/memrchr (Files): Add lib/memrchr.h.
12483         (Include): "memrchr.h".
12484
12485 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12486
12487         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12488
12489 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12490
12491         * lib/memrchr.h: New file.
12492         * lib/chdir-long.c: Include it.
12493         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12494         Don't bother including stddef.h.
12495
12496 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12497
12498         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12499         inclusion.
12500         Include <sys/types.h>, for dev_t.
12501         (ME_DUMMY, ME_REMOTE): Move from here....
12502         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12503         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12504         Dmitry V. Levin.
12505         Include mountlist.h first, to test the interface.
12506
12507 2005-01-29  Bruno Haible  <bruno@clisp.org>
12508
12509         * lib/progname.c (program_name): Initialize.
12510         Needed when linking statically on MacOS X.
12511
12512 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12513
12514         Sync from coreutils.
12515         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12516         (Depends-on): Add c-strtod.
12517         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12518
12519 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12520
12521         Sync from coreutils.
12522         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12523
12524         Remove files that are specific to coreutils.
12525         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12526
12527 2005-01-28  Bruno Haible  <bruno@clisp.org>
12528
12529         * modules/javacomp: New file.
12530         * MODULES.html.sh (Java): Add javacomp.
12531
12532 2005-01-28  Bruno Haible  <bruno@clisp.org>
12533
12534         * m4/javacomp.m4: New file, from GNU gettext.
12535
12536 2005-01-28  Bruno Haible  <bruno@clisp.org>
12537
12538         * lib/javacomp.sh.in: New file, from GNU gettext.
12539         * lib/javacomp.h: New file, from GNU gettext.
12540         * lib/javacomp.c: New file, from GNU gettext.
12541
12542 2005-01-26  Simon Josefsson  <jas@extundo.com>
12543
12544         * lib/gai_strerror.c: Use GPL in header.
12545
12546 2005-01-26  Bruno Haible  <bruno@clisp.org>
12547
12548         * modules/javaexec: New file.
12549         * MODULES.html.sh (Java): Add javaexec.
12550
12551 2005-01-26  Bruno Haible  <bruno@clisp.org>
12552
12553         * m4/javaexec.m4: New file, from GNU gettext.
12554
12555 2005-01-26  Bruno Haible  <bruno@clisp.org>
12556
12557         * lib/javaexec.sh.in: New file, from GNU gettext.
12558         * lib/javaexec.h: New file, from GNU gettext.
12559         * lib/javaexec.c: New file, from GNU gettext.
12560
12561 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12562
12563         * modules/lchown (Depends-on): Remove lchown.h
12564
12565 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12566
12567         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12568         must be defined if the header file was not found, in order
12569         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12570
12571 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12572
12573         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12574         initializers for struct pentry_state.
12575         (__argp_error): Check return value of __asprintf
12576         (__argp_failure): Translate error message
12577
12578         * lib/argp-parse.c: Removed braces around the expansion of N_()
12579
12580 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12581
12582         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12583         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12584         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12585         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12586         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12587         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12588         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12589         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12590         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12591         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12592         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12593         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12594         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12595         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12596         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12597         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12598         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12599         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12600         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12601         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12602         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12603         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12604         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12605         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12606         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12607         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12608         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12609         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12610         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12611         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12612         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12613         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12614         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12615         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12616         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12617         Use an all-permissive copyright notice, recommended by RMS.
12618
12619 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12620
12621         * modules/chdir-long (Depends-on): Remove mempcpy.
12622
12623 2005-01-21  Jim Meyering  <jim@meyering.net>
12624
12625         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12626         same value as for Solaris 9.
12627
12628         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12629         component length.  This included changing the parameter to be
12630         of type `char *' rather than `char const *'.
12631         * lib/chdir-long.h (chdir_long): Update prototype.
12632
12633         * lib/openat.c (fdopendir, fstatat): New functions.
12634         * lib/openat.h: Include headers required for use of DIR and struct
12635         stat.
12636         [AT_SYMLINK_NOFOLLOW]: Define.
12637         (fdopendir, fstatat): Add prototypes.
12638
12639 2005-01-21  Bruno Haible  <bruno@clisp.org>
12640
12641         * modules/classpath: New file.
12642         * MODULES.html.sh (Java): Add classpath.
12643
12644 2005-01-21  Bruno Haible  <bruno@clisp.org>
12645
12646         * lib/classpath.h: New file, from GNU gettext.
12647         * lib/classpath.c: New file, from GNU gettext.
12648
12649 2005-01-20  Simon Josefsson  <jas@extundo.com>
12650
12651         * modules/version-etc-fsf: New file.
12652
12653 2005-01-20  Simon Josefsson  <jas@extundo.com>
12654
12655         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
12656         * lib/version-etc.c: Remove version_etc_copyright.
12657         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
12658         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
12659
12660 2005-01-20  Simon Josefsson  <jas@extundo.com>
12661
12662         * lib/base64.h (isbase64): Add.
12663
12664         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
12665         using a unsigned prototype, don't inline.
12666         (base64_decode): Use it.
12667
12668 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12669
12670         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
12671         it.
12672
12673 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12674
12675         * lib/save-cwd.c (save_cwd): Remove code to support the case
12676         where fchdir is missing or flaky.
12677
12678 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12679
12680         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
12681
12682 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12683
12684         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
12685         AC_LIBSOURCES now does this.
12686         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
12687         with new ullong_max module.
12688
12689 2005-01-19  Bruno Haible  <bruno@clisp.org>
12690
12691         * modules/sh-quote: New file.
12692         * MODULES.html.sh (Executing programs): Add sh-quote.
12693
12694 2005-01-19  Bruno Haible  <bruno@clisp.org>
12695
12696         * lib/sh-quote.h: New file, from GNU gettext.
12697         * lib/sh-quote.c: New file, from GNU gettext.
12698
12699 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12700
12701         Merge from coreutils.
12702         * m4/ullong_max.m4: New file.
12703         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
12704         (gl_MACROS): Assume localeconv exists.
12705
12706 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12707
12708         Merge changes from coreutils, as described below in several
12709         changelogs dated today.
12710
12711         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
12712         (O_DIRECTORY): Remove; not needed here, since "." must be
12713         a directory.  All uses removed.
12714         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
12715         universal on Suns, and we also need to test for IRIX.
12716         Revamp code to use 'if' rather than '#if'.
12717         Avoid unnecessary comparison of cwd->desc to 0.
12718
12719         * lib/utimens.c (futimens): Robustify the previous patch, by checking
12720         for known valid error numbers rather than observed invalid ones.
12721
12722 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12723
12724         * modules/ullong_max: New file.
12725
12726         * modules/chdir-long, modules/openat: New files.
12727         * modules/save-cwd (Depends-on): Depend on chdir-long.
12728         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
12729
12730 2005-01-18  Jim Meyering  <jim@meyering.net>
12731
12732         Merge from coreutils.
12733         * m4/chdir-long.m4, m4/openat.m4: New files.
12734         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
12735         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
12736         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
12737         is sane and DOES follow symlinks.  Besides, testing 20 different
12738         systems found no broken chown implementations.
12739         Prompted by a change in rsync's copy of this macro.
12740         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
12741
12742         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
12743
12744         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
12745         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
12746         NULL-means-set-to-current-time semantics.
12747         Remove temporary file immediately, rather than waiting
12748         for configure's at-exit trap code to do it.
12749
12750 2005-01-18  Jim Meyering  <jim@meyering.net>
12751
12752         * lib/version-etc.c (version_etc_copyright): Update copyright date.
12753
12754         * lib/utimens.c (futimens): Account for the fact that futimes
12755         can also fail with errno == ENOSYS or errno == ENOENT.
12756         Patch from Dmitry V. Levin.
12757
12758         Change the name of the robust chdir function from chdir to chdir_long.
12759         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
12760         (restore_cwd): Use chdir_long, not chdir.
12761         * lib/chdir-long.c: Renamed from chdir.c.
12762         * lib/chdir-long.h: Renamed from chdir.h.
12763         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
12764         Hurd.
12765
12766 2005-01-18  Bruno Haible  <bruno@clisp.org>
12767
12768         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
12769         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
12770         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
12771         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
12772         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
12773         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
12774         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
12775         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
12776         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
12777         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
12778         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
12779         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
12780         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
12781         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
12782         Use an all-permissive copyright notice, recommended by RMS.
12783
12784 2005-01-18  Bob Proulx  <bob@proulx.com>
12785
12786         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
12787         simplify offsetof() macro construct to avoid compile failure with
12788         native HP-UX 11.0 ANSI C compiler.
12789
12790 2005-01-17  Bruno Haible  <bruno@clisp.org>
12791
12792         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
12793         redundant because stpncpy.m4 takes care of it.
12794
12795 2005-01-17  Bruno Haible  <bruno@clisp.org>
12796
12797         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
12798
12799 2005-01-17  Bruno Haible  <bruno@clisp.org>
12800
12801         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
12802         used.
12803
12804 2005-01-17  Bruno Haible  <bruno@clisp.org>
12805
12806         * lib/fwriteerror.h (fwriteerror): Change specification to include
12807         fclose.
12808         * lib/fwriteerror.c: Include <stdbool.h>.
12809         (fwriteerror): At the end, close the file stream. Record whether
12810         stdout was already closed.
12811
12812 2005-01-17  Bruno Haible  <bruno@clisp.org>
12813
12814         * lib/execute.c (environ): Declare if needed.
12815         * lib/pipe.c (environ): Likewise.
12816         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
12817
12818 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12819
12820         * modules/argp: Depend on vsnprintf
12821
12822 2005-01-10  Jim Meyering  <jim@meyering.net>
12823
12824         * modules/closeout (Depends-on): Add atexit.
12825
12826 2005-01-06  Bruno Haible  <bruno@clisp.org>
12827
12828         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
12829
12830 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
12831
12832         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
12833         definitions to be after all include files, to avoid collisions.
12834         Problem reported by Bob Proulx.
12835
12836 2005-01-04  Jim Meyering  <jim@meyering.net>
12837
12838         Changes imported from coreutils.
12839         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
12840         as the mkstemp template, use a temporary directory and an
12841         8.3-friendly template to avoid trouble on systems like DJGPP.
12842         Reported by Juan M. Guerrero via Stepan Kasal.
12843         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
12844         close. Remove the temporary directory right away, rather than waiting
12845         for configure's at-exit trap code to do it.
12846         Suggestion from Stepan Kasal.
12847
12848 2005-01-01  Simon Josefsson  <jas@extundo.com>
12849
12850         * gnulib-tool: Print #include directives when --import'ing.
12851
12852 2004-12-28  Simon Josefsson  <jas@extundo.com>
12853
12854         * tests/test-base64.c: Include required header files.  Remove
12855         unused variables.
12856
12857 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12858
12859         * modules/error (Depends-on): Remove gettext.
12860
12861 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
12862
12863         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
12864         not needed.  This removes a dependency on the gettext module.
12865         [defined _LIBC]: Do not include <libintl.h>; not needed.
12866
12867 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12868
12869         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
12870         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
12871
12872 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
12873
12874         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
12875         HAVE_DECL_STRTOLD.
12876
12877 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12878
12879         * modules/getdate (Depends-on): Remove alloca-opt.
12880
12881 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12882
12883         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
12884
12885 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
12886
12887         * lib/argp-parse.c: Include <stddef.h>.
12888         (alignof, alignto): New macros.
12889         (parser_init): Don't assume that void * is aligned sufficiently
12890         for struct option.
12891
12892         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
12893         need to extend the stack.
12894         (YYINITDEPTH): New macro, so that the initial stack isn't overly
12895         large.
12896
12897 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12898
12899         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
12900
12901 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12902
12903         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
12904         (2004-10-24) change.  Apparently this was a false alarm.
12905
12906         * modules/getdate: Depend on alloca-opt, not alloca.
12907
12908 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
12909
12910         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
12911         Remove now-obsolete comment about AIX.
12912         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
12913         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
12914         (YYMAXDEPTH): New macro.
12915
12916 2004-12-18  Simon Josefsson  <jas@extundo.com>
12917
12918         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
12919
12920 2004-12-18  Bruno Haible  <bruno@clisp.org>
12921
12922         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
12923
12924 2004-12-18  Bruno Haible  <bruno@clisp.org>
12925
12926         * lib/fatal-signal.c (fatal_signals): Make non-const.
12927         (init_fatal_signals): New function.
12928         (uninstall_handlers, install_handlers): Ignore signals that were set to
12929         SIG_IGN.
12930         (at_fatal_signal): Call init_fatal_signals.
12931         (init_fatal_signal_set): Likewise. Ignore signals that were set to
12932         SIG_IGN.
12933         Reported by Paul Eggert.
12934
12935 2004-12-18  Bruno Haible  <bruno@clisp.org>
12936
12937         * doc/alloca.texi: New file.
12938         * doc/alloca-opt.texi: New file.
12939
12940 2004-12-17  Jim Meyering  <jim@meyering.net>
12941
12942         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
12943         Otherwise, install-sh could exit with improper exit status when
12944         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
12945
12946 2004-12-16  Simon Josefsson  <jas@extundo.com>
12947
12948         * tests/test-base64.c: Add license.
12949
12950 2004-12-15  Stepan Kasal  <address@hidden>
12951
12952         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
12953
12954 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
12955
12956         * modules/getcwd (Files): Add m4/d-ino.m4.
12957         Suggested by Mark D. Baushke.
12958
12959 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
12960
12961         * lib/getdate.y (textint): New member "negative".
12962         (time_zone_hhmm): New function.
12963         Expect 14 shift-reduce conflicts, not 13.
12964         (o_colon_minutes): New rule.
12965         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
12966         (yylex): Set the "negative" member of signed numbers.
12967
12968 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
12969
12970         * doc/getdate.texi (Time of day items, Time zone items):
12971         Describe new formats +00:00, UTC+00:00.
12972
12973 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
12974
12975         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
12976         spurious "-l"s.  Problem reported by Stepan Kasal.
12977
12978 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
12979
12980         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
12981         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
12982
12983 2004-12-04  Simon Josefsson  <jas@extundo.com>
12984
12985         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
12986         Vandoorselaere <yoann@prelude-ids.org>.
12987
12988 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
12989
12990         Changes imported from coreutils.
12991         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
12992         exist.
12993         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
12994
12995 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
12996
12997         Changes imported from coreutils.
12998         * lib/hard-locale.c: Assume <locale.h> exists.
12999         Include "strdup.h".
13000         (GLIBC_VERSION): New macro.
13001         (hard_locale): Assume setlocale exists.
13002         Rewrite to avoid #ifdef.
13003         Use strdup rather than malloc + strcpy.
13004         * lib/human.c: Assume <locale.h> exists.
13005         (human_readable): Assume localeconv exists.
13006
13007 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13008
13009         * modules/hard-locale (Depends-on): Add strdup.
13010
13011 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13012
13013         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13014         convert T2, not T.  (Imported from libc.)
13015
13016 2004-11-30  Simon Josefsson  <jas@extundo.com>
13017
13018         * modules/restrict (License): Change to LGPL.
13019
13020 2004-11-30  Simon Josefsson  <jas@extundo.com>
13021
13022         * m4/restrict.m4: Add copyright and copying conditions.
13023
13024 2004-11-30  Simon Josefsson  <jas@extundo.com>
13025
13026         * m4/base64.m4: New file.
13027
13028 2004-11-30  Simon Josefsson  <jas@extundo.com>
13029
13030         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13031         base64.
13032
13033         * tests/test-base64.c: New file.
13034
13035         * modules/base64: New file.
13036
13037 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13038
13039         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13040         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13041
13042         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13043
13044 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13045
13046         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13047         (__getcwd.c): Don't restore errno; glibc doesn't.
13048         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13049         first, falling back to our code only if its results look suspicious.
13050         Ensure that the resulting buffer is only as large as necessary.
13051
13052         * lib/readutmp.c: Include readutmp.h first.
13053         Include <errno.h>, since readutmp.h no longer does that.
13054         * lib/readutmp.h: Don't include <errno.h>,
13055         <sys/param.h>, <time.h>; not needed to establish interface.
13056         (errno): Remove decl.
13057         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13058         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13059         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13060
13061 2004-11-28  Simon Josefsson  <jas@extundo.com>
13062
13063         * lib/base64.h, base64.c: New file.
13064
13065 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13066
13067         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13068
13069 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13070
13071         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13072         (Depends-on): Remove pathmax, same.  Add mempcpy.
13073         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13074         (Makefile.am): Append getcwd.h to lib_SOURCES.
13075         (Include): Add getcwd.h.
13076         (Maintainer): Change from Jim Meyering to "all, glibc",
13077         since getdate now uses intended-for-glibc code.
13078         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13079         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13080
13081 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13082
13083         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13084         HP's ANSI C compiler.
13085         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13086         Declaring int functions causes warnings on some modern systems and
13087         shouldn't be needed to compile on ancient ones.
13088         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13089         defined.
13090
13091         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13092         with the following changes.
13093         (__set_errno): Parenthesize properly.
13094         Include <stdbool.h>.
13095         (MIN, MAX, MATCHING_INO): New macros.
13096         (__getcwd): Define with prototype, not K&R form.
13097         Use heuristics to allocate default buffer on stack if possible.
13098         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13099         behavior, and to avoid the PATH_MAX limit when computing
13100         ../../../../...
13101         Use MATCHING_INO to compare inode number to file.
13102         Check for arithmetic overflow in size calculations.
13103         Fix bug in reallocation of dot array that caused getcwd to fail
13104         on directories nested deeper than 75.
13105         Be more careful about saving errno on error.
13106         Do not use realloc; use only free+malloc, as this is a bit
13107         more flexible and avoids a needless copy operation.
13108         Do not inspect st_dev and st_ino for symbolic links; POSIX
13109         doesn't specify the latter.
13110         Check for closedir errors.
13111         Avoid needless casts.
13112         Use "#ifdef weak_alias" around weak_alias, to be like other
13113         glibc code.
13114         The following changes to getcwd.c have effect only when used in
13115         gnulib; they have no effect inside glibc proper.
13116         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13117         as alloca isn't used.
13118         (alloca, __alloca): Likewise.
13119         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13120         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13121         unconditionally, as gnulib assumes C89 or better.
13122         Do not include <sys/param.h>.
13123         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13124         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13125         better.
13126         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13127         Include <dirent.h> in a way that is compatible with modern Autoconf.
13128         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13129         New macros, if not already defined.
13130         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13131         Use "_LIBC", not "defined _LIBC", for consistency.
13132         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13133         a mempcpy module.
13134         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13135         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13136         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13137         credit only to Jim Meyering and adjust the copyright dates.
13138         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13139         <stdlib.h>, <unistd.h>, "pathmax.h".
13140         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13141         (INITIAL_BUFFER_SIZE): Remove.
13142         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13143
13144 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13147         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13148         Use the _ONCE methods, for efficiency.
13149         Check for fcntl.h.  In test program, include <errno.h>
13150         and <fcntl.h> if available.  Remove old K&R cruft from
13151         test program.  Check for common errors in GNU/Linux,
13152         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13153         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13154         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13155         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13156         name accordingly.
13157         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13158         accommodate new getcwd.c.
13159         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13160         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13161         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13162         that's all we need now.
13163
13164 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13165
13166         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13167         argp-parse.c depends on getopt internals, that means we should
13168         always use our getopt, to be on the safe side.
13169         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13170         order not to spoil the result of an eventual previous invocation
13171         of gl_GETOPT_SUBSTITUTE.
13172
13173 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13174
13175         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13176         redefinition warnings. To avoid them, include the defines
13177         in `#if !defined __need_getopt ... #endif'. The only place
13178         where __getopt_argv_const is used is in definitions
13179         of getopt_long and getopt_long_only below, which are as well
13180         protected by `#ifndef __need_getopt'.
13181         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13182         __need_getopt after including <stdio.h> and <unistd.h> These
13183         headers might have defined it.
13184
13185 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13186
13187         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13188
13189 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13192         (futimens): New function, which uses futimes if available.
13193         (futimens, utimens): Support timespec==NULL, with same semantics
13194         as utime and utimens.
13195         * lib/utimens.h (futimens): New decl.
13196
13197 2004-11-23  Jim Meyering  <jim@meyering.net>
13198
13199         * lib/getopt_.h: Remove trailing blanks.
13200
13201 2004-11-23  Jim Meyering  <jim@meyering.net>
13202
13203         * lib/__fpending.c: Add comment.
13204
13205 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13206
13207         * modules/canonicalize (Depends-on): Add xreadlink.
13208         Problem reported by James Youngman.
13209
13210 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13211
13212         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13213         New macros.
13214         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13215         optopt): Use them instead of invoking ## directly; otherwise, the
13216         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13217
13218 2004-11-19  Bruno Haible  <bruno@clisp.org>
13219
13220         * lib/strtok_r.c: Move comments from here...
13221         * lib/strtok_r.h: ... to here.
13222
13223 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13224
13225         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13226         implementations that mishandle size_t overflow.
13227
13228 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13229
13230         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13231         might fail.  Problem reported by Yoann Vandoorselaere.
13232         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13233         implementations that mishandle size_t overflow.
13234
13235 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13236
13237         * modules/canon-host (Depends-on): Add strdup.
13238
13239 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13240
13241         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13242
13243 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13244
13245         * lib/canon-host.c: Include "strdup.h".
13246         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13247         Use strdup instead of malloc/strcpy to duplicate strings.
13248
13249         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13250         (human_space_before_unit): New constant.
13251         * lib/human.c (human_readable): Support it.
13252
13253         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13254         (xgetcwd): Set errno correctly when failing.
13255         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13256         the failure is actually due to a PATH_MAX problem.
13257
13258         Further getopt changes to make it more likely that glibc will
13259         buy the changes back.
13260         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13261         (getopt): Use it, so to preserve glibc semantic
13262         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13263         when compiling for libc.
13264         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13265         (getopt_long, getopt_long_only): Use it.
13266
13267         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13268         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13269         (getopt): Argv is now char * const *, as per standard.
13270         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13271         not char *__getopt_argv_const *.
13272         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13273         _getopt_long_only_r): Likewise.
13274         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13275         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13276         _getopt_long_r, _getopt_long_only_r): Likewise.
13277         * lib/getopt_.h (__getopt_argv_const): Remove.
13278         (getopt): Argv is now char * const *, as per standard.
13279
13280         * lib/getdate.y (tORDINAL): New token.
13281         (day, relunit): Allow it for relative times.
13282         (relative_time_table): Use tORDINAL for ordinals.
13283
13284 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13285
13286         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13287         Document that "second" isn't allowed as an ordinal number.
13288
13289 2004-11-16  Jim Meyering  <jim@meyering.net>
13290
13291         * modules/closeout (Depends-on): Add fpending.
13292
13293 2004-11-15  Jim Meyering  <jim@meyering.net>
13294
13295         * lib/closeout.c: Include "__fpending.h" once again.
13296         Include <stdbool.h>.
13297         (close_stdout): Don't fail just because stdout was closed initially,
13298         since some programs don't write to stdout in the normal course of
13299         operation (other than --version and --help), and we don't want this
13300         function to make e.g. `touch file >&-' fail.
13301         But do fail if it was closed and someone has tried to write to it.
13302         E.g., `printf foo >&-' must fail.
13303
13304 2004-11-13  Jim Meyering  <jim@meyering.net>
13305
13306         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13307
13308 2004-11-12  Simon Josefsson  <jas@extundo.com>
13309
13310         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13311         small doc fix is still pending.
13312
13313 2004-11-11  Simon Josefsson  <jas@extundo.com>
13314
13315         * modules/strtok_r: New file.
13316
13317         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13318         strtok_r.
13319
13320 2004-11-11  Simon Josefsson  <jas@extundo.com>
13321
13322         * m4/strtok_r.m4: New file.
13323
13324         * m4/getopt.m4: Replace opterr.
13325
13326 2004-11-11  Simon Josefsson  <jas@extundo.com>
13327
13328         * lib/strtok_r.h, strtok_r.c: New file.
13329
13330 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13333         of replacing opterr, getopt, etc.  This should handle the
13334         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13335
13336 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13337
13338         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13339         we can stop lying to compilers about the constness of argv when we
13340         are compiled outside glibc.
13341         (getopt, getopt_long, getopt_long_only): Use it.
13342         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13343         _getopt_internal, getopt): Likewise.
13344         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13345         _getopt_long_only_r): Likewise.
13346         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13347         _getopt_long_r, _getopt_long_only_r): Likewise.
13348
13349         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13350         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13351         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13352         the other external symbols.
13353         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13354         declaration, since the above renaming now works around collisions.
13355
13356 2004-11-11  Jim Meyering  <jim@meyering.net>
13357
13358         * lib/linebreak.c: Remove trailing blanks.
13359         * lib/alloca_.h: Likewise.
13360         * lib/acosl.c: Likewise.
13361         * lib/euidaccess.c: Likewise.
13362         * lib/allocsa.h: Likewise.
13363
13364 2004-11-10  Simon Josefsson  <jas@extundo.com>
13365
13366         * m4/getaddrinfo.m4: New file.
13367
13368 2004-11-10  Simon Josefsson  <jas@extundo.com>
13369
13370         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13371
13372 2004-11-10  Simon Josefsson  <jas@extundo.com>
13373
13374         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13375         getaddrinfo.
13376
13377         * modules/getaddrinfo: New file.
13378
13379 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13380
13381         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13382
13383 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13384
13385         * lib/mktime.c (SHR): New macro, which is a portable
13386         substitute for >> that should work even on Crays.
13387         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13388         Problem reported by Mark D. Baushke in
13389         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13390         * lib/getdate.y (SHR): Likewise.
13391         (tm_diff): Use it.
13392         * lib/strftime.c (SHR): Likewise.
13393         (tm_diff): Use it.
13394         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13395         quote_these_too, so that right shifts are well defined.  All uses
13396         changed.
13397
13398 2004-11-10  Jim Meyering  <jim@meyering.net>
13399
13400         Ensure that no close failure goes unreported.
13401         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13402         return early when it seems there's nothing to flush.
13403         Don't include __fpending.h.
13404
13405 2004-11-10  Jim Meyering  <jim@meyering.net>
13406
13407         * modules/closeout (Depends-on): Remove fpending.
13408
13409 2004-11-10  Jim Meyering  <jim@meyering.net>
13410
13411         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13412
13413 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13414
13415         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13416         gl_FUNC_STRFTIME.
13417         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13418         and AC_REQUIRE when possible, to avoid duplicate checks.
13419         Check for <wchar.h>.
13420
13421 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13424
13425 2004-11-09  Bruno Haible  <bruno@clisp.org>
13426
13427         * m4/sockpfaf.m4: New file.
13428
13429 2004-11-05  Bruno Haible  <bruno@clisp.org>
13430
13431         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13432         Reported by Mark D. Baushke <mdb@cvshome.org>.
13433
13434 2004-11-04  Bruno Haible  <bruno@clisp.org>
13435
13436         2004-09-11  Bruno Haible  <bruno@clisp.org>
13437                 * allocsa.valgrind: New file.
13438         2004-02-06  Bruno Haible  <bruno@clisp.org>
13439                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13440                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13441                 Reported by Christopher Seip <chris.seip@hp.com>.
13442
13443 2004-11-04  Bruno Haible  <bruno@clisp.org>
13444
13445         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13446         (Makefile.am): Distribute it.
13447
13448 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13449
13450         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13451         with errno == ERANGE if the buffer is too small.
13452         Problem reported by Mark D. Baushke.
13453
13454 2004-11-03  Albert Chin  <china@thewrittenword.com>
13455             Paul Eggert  <eggert@cs.ucla.edu>
13456
13457         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13458         equivalent, substitute $ac_type for equivalent type rather than
13459         blindly using uint32_t *always* which won't work if uint32_t is not
13460         available.  Define _UINT32_T to work around typedef of uint32_t if
13461         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13462         2.5.1.
13463
13464 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13465
13466         * m4/jm-macros.m4: Sync from coreutils.
13467         (gl_MACROS): Check for mbrlen, for pathchk.
13468         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13469
13470 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13471
13472         * lib/xreadlink.c (MAXSIZE): New macro.
13473         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13474         size does not exceed MAXSIZE.  Avoid cast.
13475         As suggested by Mark D. Baushke in
13476         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13477         if readlink fails with buffer size just under MAXSIZE, try again
13478         with MAXSIZE.
13479
13480 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13483
13484 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13485         and  Paul Eggert  <eggert@cs.ucla.edu>
13486
13487         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13488         (get_date): Overparenthesize to avoid GCC warning.
13489
13490 2004-11-02  Bruno Haible  <bruno@clisp.org>
13491
13492         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13493         returns void.
13494
13495 2004-11-02  Bruno Haible  <bruno@clisp.org>
13496
13497         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13498         function returns void.
13499
13500 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13501
13502         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13503         fflush_unlocked, flockfile, funlockfile, funlockfile,
13504         fputs_unlocked, putc_unlocked.
13505
13506 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13509         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13510         already declared.
13511
13512 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13513
13514         * modules/getdate (Files): Add doc/getdate.texi.
13515         (Depends-on): Add setenv, xalloc.
13516
13517 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13518
13519         * lib/getdate.y: Add support for TZ="foo" within a date string.
13520         Fix some bugs near time_t boundaries.  Reject dates with
13521         out-of-range components, e.g., "Sept 31".
13522         Include <stdlib.h>, "setenv.h", "xalloc.h".
13523         (ISDIGIT_LOCALE): Remove; unused.
13524         Note that the TZ and time functions used here are not reentrant.
13525         (mktime_ok, get_tz): New functions.
13526         (TZBUFSIZE): New constant.
13527         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13528         This requires that we sometimes generate our own TZ="XXX..." setting.
13529
13530 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13531
13532         * doc/getdate.texi: New file, from coreutils with modifications for
13533         the new TZ parsing.
13534
13535 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13536
13537         * lib/mktime.c (not_equal_tm): Remove redundant check.
13538
13539 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13540
13541         * modules/regex (lib_SOURCES): Add regex.c.
13542         Reported by James Youngman in
13543         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13544
13545 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13546
13547         * lib/getdate.y: Use Bison 1.875 features, and some minor
13548         code cleanups.  This change does not affect semantics.
13549         Don't include <stdlib.h>; no longer needed.
13550         Don't include unlocked-io.h; only the "#if TEST" code uses
13551         stdio, and performance isn't crucial there.
13552         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13553         Bison 1.875 features as described below.
13554         All uses of "PC." replaced by "pc->".
13555         (YYSTYPE): Add a forward declaration.
13556         (yylex, yyerror): Use full prototypes in forward decls.
13557         Use "%pure-parser" rather than obsolescent "%pure_parser".
13558         Use %parse-param and %lex-param instead of obsolescent
13559         YYPARSE_PARAM and YYLEX_PARAM.
13560         (meridian_table, month_and_day_table, time_units_table,
13561         relative_time_table, time_zone_table, military_table,
13562         lookup_zone, lookup_word, get_date):
13563         Use NULL instead of 0 where appropriate.
13564         (to_hour): Avoid abort (), to avoid a dependency on
13565         stdlib.h.
13566         (yyerror, yylex): Now accepts parser_control * arg.
13567         (main) [TEST]: Use '\0' rather than 0 for char.
13568
13569 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13570
13571         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13572
13573 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13574
13575         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13576         It's now the caller's responsibility to handle the case where
13577         !HAVE_GETPAGESIZE && !defined getpagesize.
13578
13579         * lib/mktime.c (leapyear): Arg is long int, not int.
13580
13581 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13582
13583         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13584
13585 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13586
13587         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13588         missing.  Problem reported by James Youngman.
13589
13590 2004-10-16  Simon Josefsson  <jas@extundo.com>
13591
13592         * gnulib-tool: Fix comments.  Fix parse problem.
13593         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13594
13595 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13598         implementation of getopt_long.  Problem reported by Alexander Taler in:
13599         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13600
13601 2004-10-15  Bruno Haible  <bruno@clisp.org>
13602
13603         * gnulib-tool: Untabify. Initialize supplied_libname.
13604         (func_usage): More homogenous output.
13605         (func_modules_transitive_closure, func_modules_to_filelist,
13606         func_emit_lib_Makefile_am): New functions.
13607         (func_import): New function, extracted from big case statement. Use
13608         func_get_license, func_modules_transitive_closure,
13609         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13610         opt_lgpl. Don't use test -a, as it's not portable.
13611         (func_create_testdir): Use func_modules_transitive_closure,
13612         func_modules_to_filelist, func_emit_lib_Makefile_am.
13613
13614 2004-10-15  Bruno Haible  <bruno@clisp.org>
13615
13616         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13617
13618 2004-10-15  Bruno Haible  <bruno@clisp.org>
13619
13620         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13621         the portions belonging to each module.
13622         Suggested by Derek Robert Price <derek@ximbiot.com>.
13623
13624 2004-10-12  Simon Josefsson  <jas@extundo.com>
13625
13626         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13627         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13628         to real functions.
13629
13630 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13631
13632         * modules/vsnprintf: New file.
13633
13634 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13635
13636         * m4/vsnprintf.m4: New file.
13637
13638 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13639
13640         * lib/vsnprintf.h: New file.
13641         * lib/vsnprintf.c: New file.
13642
13643 2004-10-11  Bruno Haible  <bruno@clisp.org>
13644
13645         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13646         vsnprintf.
13647
13648 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13649
13650         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
13651
13652 2004-10-07  Bruno Haible  <bruno@clisp.org>
13653
13654         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
13655         fits into the provided buffer.
13656
13657 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13658
13659         * lib/diacrit.c, diacrit.h: Add GPL notice.
13660
13661         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
13662         notice.
13663         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
13664         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
13665         This avoids a potential constant-folding bug.
13666
13667 2004-10-05  Bruno Haible  <bruno@clisp.org>
13668
13669         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
13670         for the declaration of strsep.
13671
13672 2004-10-05  Bruno Haible  <bruno@clisp.org>
13673
13674         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
13675
13676 2004-10-04  Simon Josefsson  <jas@extundo.com>
13677
13678         * modules/memmem: New file.
13679         * tests/test-memmem.c: New file.
13680         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
13681
13682 2004-10-04  Simon Josefsson  <jas@extundo.com>
13683
13684         * m4/memmem.m4: New file.
13685
13686 2004-10-04  Simon Josefsson  <jas@extundo.com>
13687
13688         * lib/memmem.h: New file.
13689         * lib/memmem.c: New file, taken from glibc.
13690
13691 2004-10-04  Simon Josefsson  <jas@extundo.com>
13692
13693         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
13694         '#ifdef USE_UNLOCKED_IO'.
13695
13696 2004-10-04  Simon Josefsson  <jas@extundo.com>
13697
13698         * config/srclist.txt: Add memmem from glibc.
13699
13700 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13701
13702         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
13703
13704         * modules/argmatch, modules/argp, modules/closeout, modules/error,
13705         modules/exclude, modules/getdate, modules/getline,
13706         modules/getndelim2, modules/getpass, modules/getpass-gnu,
13707         modules/getusershell, modules/linebuffer, modules/md5,
13708         modules/mountlist, modules/posixtm, modules/readtokens,
13709         modules/readutmp, modules/regex, modules/sha1,
13710         modules/version-etc, modules/yesno:
13711         Remove dependency on unlocked-io.
13712
13713 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
13716
13717         * m4/unlocked-io.m4: Add copyright notice.
13718         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
13719
13720 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13721
13722         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
13723         * lib/xmalloc.c (xmemdup): Likewise.
13724         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
13725         XFREE): Remove these long-obsolescent macros.
13726         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
13727         * lib/xstrdup.c: Remove.
13728
13729         * lib/regex.c (re_comp): Cast gettext return value to char *,
13730         Problem reported by Martin Neitzel via Mark D. Baushke.
13731
13732 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13733
13734         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
13735         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
13736         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
13737         regex.c, sha1.c, version-etc.c, yesno.c:
13738         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
13739         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
13740         the includer's responsibility.
13741
13742         Sync from coreutils.
13743
13744         * lib/modechange.c (mode_compile): Don't decrement a pointer that
13745         points to the start of a string, as the C Standard says the
13746         resulting behavior is undefined.
13747
13748         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
13749         simple -> simple_backups, numbered_existing ->
13750         numbered_existing_backups, numbered -> numbered_backups
13751         to avoid shadowing problems.  All uses changed.
13752         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
13753         * lib/backupfile.c (check_extension, numbered_backup):
13754         Rename locals to avoid shadowing 'basename'.
13755         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
13756         once.
13757
13758         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
13759         * lib/.cvsignore: Add getopt.h.
13760
13761 2004-10-04  Bruno Haible  <bruno@clisp.org>
13762
13763         * modules/README: New file.
13764         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
13765         not a module.
13766
13767 2004-10-02  Jim Meyering  <jim@meyering.net>
13768
13769         * lib/dirfd.h, getpagesize.h: Add copyright notice.
13770
13771 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13772
13773         * modules/strsep: New file.
13774
13775 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13776
13777         * m4/strsep.m4: New file.
13778
13779 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13780
13781         * lib/strsep.h: New file.
13782         * lib/strsep.c: New file.
13783
13784 2004-10-01  Simon Josefsson  <jas@extundo.com>
13785
13786         * lib/snprintf.c (snprintf): Handle size==0.
13787
13788 2004-10-01  Simon Josefsson  <jas@extundo.com>
13789             Bruno Haible  <bruno@clisp.org>
13790
13791         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
13792         (snprintf): Declare 'args'.
13793
13794 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
13795
13796         * lib/snprintf.c: Remove comments as to why each header is needed.
13797
13798 2004-10-01  Bruno Haible  <bruno@clisp.org>
13799
13800         * MODULES.html.sh: Add strsep.
13801
13802 2004-09-30  Simon Josefsson  <jas@extundo.com>
13803
13804         * modules/snprintf: New file.
13805
13806 2004-09-30  Simon Josefsson  <jas@extundo.com>
13807
13808         * m4/snprintf.m4: New file.
13809
13810 2004-09-30  Simon Josefsson  <jas@extundo.com>
13811
13812         * lib/snprintf.h, lib/snprintf.c: New files.
13813
13814 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13815
13816         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
13817         (hol_entry_help): Never translate an empty string.
13818         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
13819         * lib/argp.h (OPTION_NO_TRANS): New option.
13820
13821 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13822
13823         * modules/argp (Maintainer): Replace Simon Josefsson
13824         by Sergey Poznyakoff.
13825
13826 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13827
13828         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
13829         changes merged back into glibc.
13830
13831 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
13832
13833         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
13834
13835 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
13836
13837         * lib/xvasprintf.c: Include xalloc.h.
13838         (xvasprintf): Use xalloc_die, not xmalloc_die.
13839
13840 2004-09-29  Bruno Haible  <bruno@clisp.org>
13841
13842         * modules/alloca-opt: New file, derived from modules/alloca.
13843         * modules/allocsa: Depend on alloca-opt instead of alloca.
13844         * modules/setenv: Likewise.
13845         * modules/vasnprintf: Likewise.
13846         * MODULES.html.sh: Add alloca-opt.
13847
13848 2004-09-28  Simon Josefsson  <jas@extundo.com>
13849
13850         * gnulib-tool: New parameter --lgpl, to asseert that modules are
13851         LGPL, and to replace license template from GPL to LGPL.
13852
13853 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13854
13855         * modules/dummy: Change license to LGPL.
13856
13857 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
13858
13859         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
13860
13861 2004-09-24  Simon Josefsson  <jas@extundo.com>
13862
13863         * modules/minmax (License): Change from GPL to LGPL.
13864
13865 2004-09-23  Simon Josefsson  <jas@extundo.com>
13866
13867         * gnulib-tool (--import): Typo.
13868
13869 2004-09-23  Simon Josefsson  <jas@extundo.com>
13870
13871         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
13872
13873 2004-09-22  Bruno Haible  <bruno@clisp.org>
13874
13875         * modules/*: Add 'License' field.
13876         * gnulib-tool: Accept --extract-license option.
13877         (func_get_license): New function.
13878
13879 2004-09-21  Bruno Haible  <bruno@clisp.org>
13880
13881         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
13882         Reported by Simon Josefsson.
13883
13884 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13885
13886         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
13887         gl_AC_TYPE_LONG_LONG.
13888
13889 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
13890
13891         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
13892
13893 2004-09-18  Simon Josefsson  <jas@extundo.com>
13894         and  Paul Eggert  <eggert@cs.ucla.edu>
13895
13896         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
13897         calls with autoreconf.  Define GL_LIB.
13898
13899 2004-09-14  Karl Berry  <karl@gnu.org>
13900
13901         * config/srclist.txt: unsync setenv.c, sigh.
13902
13903 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13904
13905         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
13906         Problem reported by Bruno Haible in:
13907         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
13908
13909 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
13910
13911         * config/srclist.txt: Comment out argp-pvh.c.
13912
13913 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
13914
13915         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
13916         in case some system header has #define'd it.  Problem reported by
13917         Soeren D. Schulze in
13918         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
13919
13920 2004-09-09  Karl Berry  <karl@gnu.org>
13921
13922         * regex.[ch]: delete from the root.  These were supposed to be
13923                 synced with emacs cvs, but this has not happened for about
13924                 a year, and anyway nothing else uses emacs regex.[ch].
13925                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
13926                 lib/regex[.ch] is untouched.
13927
13928 2004-09-09  Bruno Haible  <bruno@clisp.org>
13929
13930         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
13931
13932 2004-09-09  Bruno Haible  <bruno@clisp.org>
13933
13934         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
13935         modifications.
13936         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
13937
13938 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13939
13940         * modules/xvasprintf: New file.
13941         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
13942
13943 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
13944
13945         * lib/xvasprintf.h: New file.
13946         * lib/xvasprintf.c: New file.
13947         * lib/xasprintf.c: New file.
13948
13949 2004-09-08  Bruno Haible  <bruno@clisp.org>
13950
13951         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
13952
13953 2004-09-08  Bruno Haible  <bruno@clisp.org>
13954
13955         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
13956         length is > INT_MAX.
13957         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
13958         more.
13959
13960 2004-09-08  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/stdint_.h: New file, taken from GNU clisp.
13963
13964 2004-09-08  Bruno Haible  <bruno@clisp.org>
13965             Oskar Liljeblad  <oskar@osk.mine.nu>
13966
13967         * modules/stdint: New file.
13968         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
13969
13970 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13971
13972         Import from coreutils.
13973         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
13974         strings on unbounded length.  alloca's performance benefits aren't
13975         that important here.
13976         (V_STRDUP): Remove.
13977         (parse_with_separator): New function, with most of the internals
13978         of the old parse_user_spec.  Allow user to omit both user and group,
13979         for compatibility with FreeBSD.
13980         Clone only the user name, not the entire spec.
13981         Do not set *uid, *gid unless entirely successful.
13982         Avoid memory leak in some failing cases.
13983         Fix regression for USER.GROUP reported by Dmitry V. Levin in
13984         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
13985         (parse_user_spec): Rewrite to use parse_with_separator.
13986
13987 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13988
13989         * modules/userspec: Don't depend on alloca.
13990
13991 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
13992
13993         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
13994
13995 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
13996
13997         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
13998         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
13999         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14000
14001 2004-08-16  Simon Josefsson  <jas@extundo.com>
14002
14003         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14004         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14005         Add --dry-run for --import.
14006         Let user provided command line parameters override configure.ac
14007         settings.
14008
14009 2004-08-12  Simon Josefsson  <jas@extundo.com>
14010
14011         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14012         as discussed with Paul Eggert in threads rooted at
14013         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14014         and
14015         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14016         Before, the test was empty, and relied on ELIDE_CODE in source
14017         code.)
14018         (gl_PREREQ_GETOPT): New macro.
14019         (gl_GETOPT): Use them.
14020
14021 2004-08-12  Simon Josefsson  <jas@extundo.com>
14022
14023         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14024         * lib/getopt_.h: Renamed from getopt.h.
14025
14026 2004-08-12  Simon Josefsson  <jas@extundo.com>
14027
14028         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14029         Change default library name from libfoo to libgnu.
14030         Now, if you have a configure.ac that says:
14031                 gl_SOURCE_BASE(gl)
14032                 gl_M4_BASE(gl/m4)
14033                 gl_MODULES(error getopt etcetera)
14034                 gl_INIT
14035         you can import all you need by running:
14036                 ../gnulib/gnulib-tool --import
14037
14038         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14039         (Makefile.am): Rewrite, use logic from argz.
14040         (Include): Use <getopt.h> instead of "getopt.h".
14041
14042 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14043
14044         * modules/argp (Files): Add m4/unlocked-io.m4.
14045         (Depends-on): Add extensions.
14046
14047 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14048
14049         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14050         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14051         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14052         Check for program_invocation_name, program_invocation_short_name,
14053         flockfile, funlockfile, features.h, _getopt_long_only_r.
14054
14055 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14056
14057         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14058         its complicated substitute.
14059         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14060         and program_invocation_name.
14061         (__argp_basename) [!_LIBC]: Remove; the only use was
14062         replaced by its body.
14063         (__argp_short_program_name): Change condition from
14064         !defined __argp_short_program_name to
14065         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14066         to match argp-namefrob.h.
14067         (__argp_failure): Don't assume strerror_r returns char *.
14068         * lib/argp-parse.c (N_): Define unconditionally.
14069         (argp_default_options): Fill out initializers with 0 to avoid
14070         gcc warnings.
14071
14072 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14073
14074         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14075         getopt1.c.
14076
14077 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14078
14079         Merge from coreutils.
14080
14081         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14082
14083         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14084         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14085
14086 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14087
14088         Merge from coreutils.
14089
14090         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14091         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14092         for Reliant Unix 5.43.
14093
14094         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14095         (union fooround): Use uintmax_t, not long int.
14096         The rest is a merge from libc:
14097         [defined _LIBC]: Include <shlib-compat.h>.
14098         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14099
14100         * lib/settime.c (settime): Recode to avoid warning with
14101         Sun Forte C 6U2.
14102
14103         * lib/strverscmp.c: Convert to UTF-8.
14104
14105 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14106
14107         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14108         m4/uintmax_t.m4.
14109
14110 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14111
14112         * modules/xalloc-die: New file.
14113         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14114
14115         * modules/md5 (Files): Add m4/uint32_t.m4.
14116         * modules/sha1: Renamed from modules/sha.
14117         (Files):
14118         Rename lib/sha.h to lib/sha1.h.
14119         Rename lib/sha.c to lib/sha1.c.
14120         Rename m4/sha.m4 to m4/sha1.m4.
14121         (lib_SOURCES): Likewise.
14122         (configure.ac): Rename gl_SHA to gl_SHA1.
14123         (Include): sha.h -> sha1.h.
14124
14125 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14128         * m4/sha1.m4: Renamed from sha.m4.
14129         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14130
14131 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * lib/obstack.h (obstack_empty_p):
14134         Don't assume that chunk->contents is suitably aligned.
14135         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14136         Likewise. Problem reported by Benno in
14137         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14138
14139         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14140         readable.  This could be improved further but it'd take some work.
14141
14142 2004-08-08  Simon Josefsson  <jas@extundo.com>
14143
14144         * modules/xgethostname (Depends-on): Remove exit and error (not
14145         used).
14146
14147         * modules/getpass-gnu: Add getpass.h.
14148         (Depends-on): Add stdbool.
14149         * modules/getpass: Add getpass.h.
14150
14151 2004-08-08  Simon Josefsson  <jas@extundo.com>
14152
14153         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14154         Check getpass declaration.
14155
14156 2004-08-08  Simon Josefsson  <jas@extundo.com>
14157
14158         * lib/xgethostname.c: Don't include error.h (not used).
14159
14160         * lib/getpass.h: Add.
14161         * lib/getpass.c: Include getpass.h first.
14162
14163 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14164
14165         * lib/xalloc-die.c: New file.
14166         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14167         All uses removed.
14168         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14169         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14170         xalloc-die.c.
14171         (_, N_, xalloc_die): Move to xalloc-die.c.
14172         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14173         so that we needn't mess with xalloc_msg_memory_exhausted.
14174
14175         * lib/sha1.h: Renamed from sha.h.
14176         (SHA1_H): Renamed from _SHA_H.
14177         (sha1_ctx): Renamed from sha_ctx.
14178         (sha1_init_ctx): Renamed from sha_init_ctx.
14179         (sha1_process_block): Renamed from sha_process_block.
14180         (sha1_process_bytes): Renamed from sha_process_bytes.
14181         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14182         (sha1_read_ctx): Renamed from sha_read_ctx.
14183         (sha1_stream): Renamed from sha_stream.
14184         (sha1_buffer): Renamed from sha_buffer.
14185         * lib/sha1.c: Likewise; renamed from sha.c.
14186         Do not include <sys/types.h>.
14187         Include <stddef.h> rather than <stdlib.h>.
14188
14189 2004-08-08  Bruno Haible  <bruno@clisp.org>
14190
14191         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14192         FILESYSTEM_PREFIX_LEN.
14193         * lib/progreloc.c: Likewise.
14194         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14195
14196 2004-08-06  Simon Josefsson  <jas@extundo.com>
14197
14198         * modules/progname (Depends-on): Don't depend on stdbool.
14199
14200 2004-08-06  Simon Josefsson  <jas@extundo.com>
14201
14202         * modules/getsubopt: New file.
14203         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14204         getsubopt.
14205
14206 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14207
14208         More merge from coreutils.
14209
14210         * m4/utimens.m4, m4/utimecmp.m4: New files.
14211         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14212         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14213         prereq.m4, sha.m4: Import changes from coreutils.
14214
14215 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14216
14217         More merge from coreutils.
14218         * modules/raise, modules/readtokens0, modules/utimens:
14219         * modules/utimecmp, module/xnanosleep: New files.
14220         * modules/strftime: Add lib/strftime.h.
14221         Change include from <time.h> to "strftime.h".
14222         * modules/yesno: Add lib/yesno.h.
14223         * modules/backupfile: Remove lib/addext.c.
14224         * modules/euidaccess: Add stat-macros.h.
14225         * modules/canonicalize, modules/euidaccess,
14226         modules/filemode, modules/lchown, modules/makepath,
14227         modules/rmdir, modules/stat: Likewise.
14228
14229 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14230
14231         Merge from tar.
14232         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14233         SIZE_MAX is a valid preprocessor constant.
14234         (__argp_basename): Change from "#ifndef _LIBC"
14235         to "#ifndef __argp_short_program_name", so that
14236         we don't compile these functions for tar.
14237
14238         More merges from coreutils.
14239         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14240         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14241         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14242         * lib/addext.c: Remove; no longer needed.
14243         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14244         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14245         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14246         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14247         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14248         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14249         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14250         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14251         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14252         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14253         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14254         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14255         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14256         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14257         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14258         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14259         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14260         Import changes from coreutils.
14261
14262 2004-08-05  Simon Josefsson  <jas@extundo.com>
14263
14264         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14265
14266 2004-08-05  Simon Josefsson  <jas@extundo.com>
14267
14268         * m4/getsubopt.m4: New file.
14269
14270 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         Merge from coreutils.
14273
14274         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14275         * m4/getcwd-path-max.m4: New files.
14276
14277         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14278         FILESYSTEM_PREFIX_LEN ->
14279         FILE_SYSTEM_PREFIX_LEN.
14280         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14281         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14282         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14283         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14284
14285         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14286         prerequisite modules now handle the DOS stuff.
14287         Don't check for unistd.h.
14288
14289 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14290
14291         Merge from coreutils.
14292
14293         * lib/.gdb-history: Remove; this doesn't belong here.
14294
14295         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14296         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14297         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14298         * lib/getcwd.c: New files.
14299
14300         * lib/dirname.h: Include <stdbool.h>.
14301         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14302         for consistency with POSIX terminology.  All uses changed.
14303         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14304         (strip_trailing_slashes): Use bool for booleans.
14305         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14306
14307         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14308         sometimes returns a positive errno value even when it succeeds.
14309         (print_errno_message) [!LIBC]: Fall back on strerror if
14310         __strerror_r fails.
14311
14312         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14313         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14314         (longest_relative_suffix): New function.
14315         (path_concat): Use it.  Assume first argument is not NULL.
14316         Port to DOS.  Omit redundant separators.
14317         Report an error instead of returning NULL.
14318         Use mempcpy instead of memcpy.
14319         (xpath_concat): Remove: not declared or used.
14320
14321         * lib/same.h: Include <stdbool.h>
14322         (same_name): Return bool, not int.
14323         * lib/same.c (same_name): Likewise.
14324         (errno): Don't declare; we assume C89 or better now.
14325
14326         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14327         if not already defined.
14328
14329         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14330         * lib/dup-safer.c (errno): Likewise.
14331
14332 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         Merge from coreutils.
14335         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14336         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14337         * modules/path-concat: Don't depend on strdup.
14338
14339 2004-08-03  Simon Josefsson  <jas@extundo.com>
14340
14341         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14342         * lib/progname.h: Don't include stdbool.h.
14343
14344 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14345
14346         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14347         * MODULES.html.sh (func_all_modules): Remove fatal.
14348
14349 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14350
14351         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14352
14353 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14356         working.
14357
14358 2004-08-02  Simon Josefsson  <jas@extundo.com>
14359
14360         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14361         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14362         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14363
14364 2004-08-01  Simon Josefsson  <jas@extundo.com>
14365
14366         * lib/xgetdomainname.c: Include stdlib.h, for free().
14367
14368 2004-07-19  Bruno Haible  <bruno@clisp.org>
14369
14370         * MODULES.html.sh (func_all_modules): Add dummy.
14371
14372 2004-07-16  Simon Josefsson  <jas@extundo.com>
14373
14374         * modules/dummy: New file.
14375
14376 2004-07-16  Simon Josefsson  <jas@extundo.com>
14377
14378         * lib/dummy.c: New file.
14379
14380 2004-07-16  Bruno Haible  <bruno@clisp.org>
14381
14382         * lib/backupfile.h: Add extern "C" for C++.
14383         * lib/closeout.h: Likewise.
14384         * lib/copy-file.h: Likewise.
14385         * lib/findprog.h: Likewise.
14386         * lib/full-write.h: Likewise.
14387         * lib/pathname.h: Likewise.
14388         * lib/progname.h: Likewise.
14389         * lib/stpcpy.h: Likewise.
14390         * lib/stpncpy.h: Likewise.
14391         * lib/strcase.h: Likewise.
14392         * lib/strstr.h: Likewise.
14393         * lib/xalloc.h: Likewise.
14394
14395         * lib/mbswidth.h: Add extern "C" for C++.
14396         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14397
14398 2004-07-13  Robert Millan  <robertmh@gnu.org>
14399
14400         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14401
14402 2004-07-09  Simon Josefsson  <jas@extundo.com>
14403
14404         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14405         failed without this.)
14406
14407 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14408
14409         * modules/chown (Files): Add lib/fchown-stub.c, since
14410         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14411
14412 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14413
14414         * lib/fchown-stub.c: New file.
14415
14416 2004-06-24  Jim Meyering  <jim@meyering.net>
14417
14418         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14419
14420 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14421
14422         * modules/argz: Omit "#include".
14423
14424         * MODULES.html.sh (func_all_modules): Add calloc, to match
14425         2004-06-01 addition of calloc module.
14426
14427 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14428
14429         * m4/argz.m4: New file, which is autoupdated from libtool.
14430
14431 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14432
14433         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14434         libtool.
14435
14436 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14437
14438         * config/srclist-update: Don't insist on "USA." before the
14439         close-comment, as libtool omits the period and puts the */ on a
14440         separate line.
14441         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14442         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14443
14444 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14445
14446         * modules/argz: New file.
14447         * MODULES.html.sh (func_all_modules): Add argz.
14448
14449 2004-06-12  Jim Meyering  <jim@meyering.net>
14450         and  Paul Eggert  <eggert@cs.ucla.edu>
14451
14452         * modules/hash (Files): Add lib/xalloc.h.
14453         * modules/pipe (Depends-on): Add wait-process.
14454         * modules/stat (Depends-on): Add xalloc.
14455         * modules/userspec (Files): Add lib/userspec.h.
14456         * modules/xstrto
14457
14458         Upgrade from gettext-0.13.
14459         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14460         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14461         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14462
14463 2004-06-10  Jim Meyering  <jim@meyering.net>
14464
14465         * lib/calloc.c: New file.
14466
14467 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14468
14469         * lib/getdate.y (yylex): Allow space between sign and number.
14470         Problem reported by Dan Jacobson.
14471
14472 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14473
14474         Merge from coreutils CVS.
14475
14476         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14477         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14478         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14479         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14480         xstrtol.m4: Fix copyright date and/or serial number.
14481
14482         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14483         See if we need an fchown replacement.
14484         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14485         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14486         and use the replacement function if we detect either defect.
14487
14488         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14489         gl_UTIMECMP.
14490
14491 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14492         and  Jim Meyering  <jim@meyering.net>
14493
14494         Merge from coreutils CVS.
14495
14496         * lib/stat-macros.h: New file, with contents from file-type.h
14497         and coreutils' system.h.
14498         * lib/file-type.c: Include "stat-macros.h".
14499         * lib/file-type.h (file_type): Move all macro definitions to new file,
14500         stat-macros.h.
14501
14502         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14503         Wrap old code with this conditional.
14504         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14505         function that does not dereference symlinks.
14506         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14507
14508         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14509         dependency problems.
14510         (xreadlink): Accept new arg SIZE, for efficiency.
14511         All decls and uses changed.
14512         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14513
14514         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14515         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14516
14517         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14518         sysexits.h.
14519
14520 2004-06-01  Jim Meyering  <jim@meyering.net>
14521
14522         * m4/calloc.m4: New file.
14523
14524 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14525
14526         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14527         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14528         Also, fix a typo in a diagnostic.
14529
14530 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14531
14532         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14533         or AC_FUNC_REALLOC.
14534
14535 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14536
14537         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14538         macros to be defined.
14539         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14540         the allocator returns NULL because the requested size is zero.
14541
14542 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14543
14544         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14545         var.  Add comment explaining why libc still defines it.  This
14546         merges the following patch from glibc:
14547         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14548
14549 2004-05-20  Andreas Schwab  <schwab@suse.de>
14550
14551         * m4/free.m4: Replace free if it not known to work, not the other
14552         way round.
14553
14554 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14557         present in glibc since revision 1.1 of this file.
14558         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14559         obstack_alignment_mask, obstack_alloc, obstack_base,
14560         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14561         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14562         obstack_grow0, obstack_init, obstack_int_grow,
14563         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14564         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14565         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14566         nonexistent functions.
14567
14568 2004-05-18  Karl Berry  <karl@gnu.org>
14569
14570         * config/srclist.txt: break link for vasnprintf.c.
14571
14572 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         Port obstack to the AS/400, where pointers are 16 bytes wide and
14575         you cannot cast an integer to a valid pointer.  This patch is
14576         currently waiting to be integrated into glibc; see
14577         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14578
14579         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14580         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14581         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14582         (struct obstack): temp member is now a union of a pointer and
14583         an integer, instead of an integer.  All integer uses changed.
14584         This does not affect the physical layout of struct obstack,
14585         except on hosts (like the AS/400) where the size or alignment of
14586         void * is greater than that of ptrdiff_t.
14587         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14588         __STDC__)]: Store temporary in pointer member of union, not
14589         integer member.
14590         * lib/obstack.c: Include <stddef.h>, for offsetof.
14591         (struct fooalign): Remove; it doesn't need a name.
14592         (union fooround): Change double to long double, and add void *.
14593         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14594         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14595         not a macro.  Hence the values are always int; so remove all
14596         casts-to-int in uses.
14597
14598 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14599
14600         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14601         we can get this patch merged into glibc.
14602
14603 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14604             Paul Eggert  <eggert@cs.ucla.edu>
14605
14606         * m4/argp: Depend on alloca.
14607
14608 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14609             Paul Eggert  <eggert@cs.ucla.edu>
14610
14611         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14612         freecoding.
14613
14614 2004-05-17  Bruno Haible  <bruno@clisp.org>
14615
14616         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14617         precision that consists of a '.' followed by an empty digit string.
14618         Patch by Tor Lillqvist <tml@iki.fi>.
14619
14620 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14621
14622         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14623         for backward compatibility with older code.  We need our own
14624         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14625         it under some other name, and our alloca.h will define it.
14626
14627 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14628             Derek Price  <derek@ximbiot.com>
14629
14630         * lib/alloca.c: Include <alloca.h>, to get our interface.
14631         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14632         include <alloca.h> first.  Use C89 prototype for alloca; this
14633         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14634         Use #elif for simplicity, since we can assume C89 now.
14635         Don't try to source the system alloca.h since it will not be found
14636         and to prevent recursively including its replacement.
14637         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14638         * lib/regex.c: Likewise.
14639
14640 2004-05-16  Derek Price  <derek@ximbiot.com>
14641             Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         getline cleanup.  This changes the getndelim2 API: both order of
14644         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14645         no delimiter).
14646
14647         * lib/getline.c: Don't include stddef.h or stdio.h, since our
14648         interface does that.
14649         (getline): Always use getdelim, so that we don't have two
14650         copies of this code.
14651         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
14652         if available.
14653         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
14654         (GETNDELIM2_MAXIMUM): New macro.
14655         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
14656         instead of the old practice of delim2==0.  All callers changed.
14657         Return -1 on overflow, instead of returning junk.
14658         Do not set *linesize unless allocation succeeds.
14659         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
14660         that we include sys/types.h.
14661         * lib/getnline.h: Likewise.
14662         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
14663         (getndelim2): Reorder arguments.
14664         * lib/getnline.c (getnline, getndelim):
14665         Don't discard the NMAX argument.
14666         (getnline): Invoke getndelim, to avoid code duplication.
14667         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
14668         of (size_t) -1 by callers of the getnline family.
14669
14670 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14671
14672         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
14673         Check for gettimeofday.
14674         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
14675         Check for settimeofday, stime.
14676
14677 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14678
14679         * lib/nanosleep.c (suspended): Change its type from int to
14680         sig_atomic_t volatile.
14681         (first_call): Make it private to rpl_nanosleep, and have it
14682         be zero initially as that's a bit faster.
14683         (my_usleep): Round up fractional times instead of truncating them,
14684         as this is the usual meaning for 'sleep'.
14685
14686         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
14687         doesn't work.
14688         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
14689         (ENOSYS): Define if not defined.
14690         (settime): Fall back on stime if it exists and settimeofday fails.
14691         But don't bother with fallbacks if a method fails with errno == EPERM.
14692
14693 2004-05-11  Jim Meyering  <jim@meyering.net>
14694
14695         Prior to this change, the save_cwd caller required read access to the
14696         current directory on most systems (ones with the fchdir function).
14697
14698         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
14699         fails, try write-only, and finally, resort to using xgetcwd.
14700
14701 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * lib/obstack.c, obstack.h: Import changes from libc.
14704
14705 2004-04-28  Bruno Haible  <bruno@clisp.org>
14706
14707         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
14708         also implicitly appends .exe to executables.
14709         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
14710         accepts Windows pathnames.
14711         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14712         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14713         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14714         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14715         Reported by Derek Robert Price <derek@ximbiot.com>.
14716
14717 2004-04-21  Karl Berry  <karl@gnu.org>
14718
14719         * config/srclist.txt (localcharset.c): break sync.
14720
14721 2004-04-20  Paul Eggert  <eggert@twinsun.com>
14722
14723         * m4/host-os.m4: Add a copyright notice.
14724
14725 2004-04-20  Jim Meyering  <jim@meyering.net>
14726
14727         Change UTILS_ to gl_ in AC_DEFINE'd names.
14728         Change utils_- and jm_-prefixed variables, too.
14729         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
14730         UTILS_FUNC_MKDIR_TRAILING_SLASH.
14731         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
14732
14733         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
14734         Don't emit trailing blanks.
14735         Also rename jm_-prefixed variables to have gl_ prefix.
14736
14737         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
14738         Also rename jm_-prefixed variables to have gl_ prefix.
14739
14740         * m4/jm-macros.m4: Reflect the renamings.
14741         * m4/prereq.m4: Likewise.
14742
14743 2004-04-20  Jim Meyering  <jim@meyering.net>
14744
14745         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
14746         memory.
14747
14748 2004-04-20  Jim Meyering  <jim@meyering.net>
14749             Bruno Haible  <bruno@clisp.org>
14750
14751         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
14752         memory when realloc fails.
14753
14754 2004-04-19  Jim Meyering  <jim@meyering.net>
14755
14756         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
14757         now that readutmp.c may call `free (0)'.
14758
14759 2004-04-19  Bruno Haible  <bruno@clisp.org>
14760
14761         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
14762         * m4/inttypes_h.m4: Likewise.
14763         * m4/stdint_h.m4: Likewise.
14764         * m4/intmax_t.m4: Likewise.
14765         * m4/uintmax_t.m4: Likewise.
14766
14767 2004-04-18  Jim Meyering  <jim@meyering.net>
14768
14769         * m4/prereq.m4: Don't forbid jm_ prefix.
14770
14771         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
14772         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
14773         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
14774         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
14775         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
14776         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
14777         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
14778         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
14779         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
14780         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
14781         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
14782         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
14783         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
14784         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
14785         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
14786         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
14787         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
14788         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
14789         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
14790
14791 2004-04-18  Jim Meyering  <jim@meyering.net>
14792
14793         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
14794         failure, don't leak memory and do call END_UTMP_ENT.
14795
14796 2004-04-16  Jim Meyering  <jim@meyering.net>
14797
14798         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
14799         coreutils' stat program.
14800         (gl_PREREQ): Don't require jm_PREREQ_STAT.
14801
14802 2004-04-11  Paul Eggert  <eggert@twinsun.com>
14803
14804         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
14805         C89.
14806         (CHAR_BIT): Remove, since we assume C89.
14807         Include <stdint.h> if available, as per current Autoconf CVS advice.
14808
14809 2004-03-31  Jim Meyering  <jim@meyering.net>
14810
14811         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
14812         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
14813         * m4/xalloc.m4: Likewise.
14814
14815 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14816
14817         Merge from coreutils.
14818
14819         * m4/inttostr.m4: New file.
14820         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
14821         Require AM_STDBOOL_H and gl_TIMESPEC instead.
14822         Require gl_CLOCK_TIME.
14823         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
14824
14825 2004-03-30  Paul Eggert  <eggert@twinsun.com>
14826
14827         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
14828         not bool, to be more consistent with Unix conventions.
14829         Suggested by Bruno Haible.
14830
14831         Merge from coreutils.
14832
14833         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
14834         * lib/umaxtostr.c: New files.
14835
14836         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
14837         the usual <time.h> dance.
14838         (get_date): Change signature to support fractional time stamps.
14839         All callers changed.
14840         * lib/getdate.y: Include "getdate.h" first, as we can now
14841         assume C89 and don't need to worry about 'const'.
14842         Similarly, include "unlocked-io.h" near start, not in middle.
14843         Include <limits.h>.
14844         (textint.value): Use long int rather than int.
14845         (textint.digits): Use size_t rather than int.
14846         (BILLION, LOG10_BILLION): New constants.
14847         (parser_control): New member rel_ns.  Members day_ordinal,
14848         time_zone, month, day, hour, minutes, rel_year, rel_month,
14849         rel_day, rel_hour, rel_minutes, rel_seconds
14850         are now long int, not int.  Member seconds is now struct timespec,
14851         not int.  New member timespec_seen.  Members dates_seen, days_seen,
14852         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
14853         not int.
14854         (%union.intval): Now long int, not int.
14855         New member timespec.
14856         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
14857         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
14858         (spec): Now is a timespec or an item list.
14859         (timespec, items): New nonterminals.
14860         (time, rel, relunit, number, get_date):
14861         Add support for fractional seconds.
14862         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
14863         (gmtime, localtime, mktime): Remove decls; not needed with C89.
14864         (to_hour): First arg is now long int, not int.
14865         (to_year): Returns long int, not int.
14866         Don't treat year -70 like 70.
14867         (tm_diff): Returns long int, not int.
14868         (lookup_word): Use bool instead of int when appropriate.
14869         (yylex): Use size_t for count, not int.
14870         Detect overflow when parsing large integer constants.
14871         Add support for fractions.
14872         (get_date): Make pointers 'const' if possible.
14873         Use more-portable code to detect integer overflow.
14874         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
14875         Don't use ctime; it's not reliable if the year has >4 digits.
14876
14877         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
14878         This is for compatibility with BSD.
14879
14880         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
14881         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
14882         From coreutils' system.h.
14883
14884         * lib/userspec.c: Don't include "posixver.h".
14885         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
14886         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
14887         compatible extension.  Simplify code by removing a boolean int
14888         that was always nonzero if a string was nonnull.
14889
14890 2004-03-30  Jim Meyering  <jim@meyering.net>
14891
14892         Merge from coreutils.
14893
14894         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
14895         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
14896         on some systems one must include <grp.h> before it.
14897         Reported by Christian Krackowizer.
14898
14899 2004-03-30  Jim Meyering  <jim@meyering.net>
14900
14901         Merge from coreutils.
14902
14903         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
14904
14905         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
14906         an empty input stream.
14907
14908         * lib/readtokens.c: Include <stdbool.h>.
14909         (readtoken): Use `size_t' rather than int/long.
14910         All callers adjusted.
14911         Use `bool' rather than `int' where appropriate.
14912         Use memset rather than an explicit loop.
14913         Use x2nrealloc rather than xrealloc.
14914         Allow the use of `\0' as a delimiter.
14915         (readtokens): Likewise.
14916         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
14917
14918 2004-03-30  Jim Meyering  <jim@meyering.net>
14919
14920         * m4/realloc.m4: Remove file, since now it does no more than
14921         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
14922         the `configure.ac' section of module/realloc.
14923         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
14924
14925 2004-03-30  Bruno Haible  <bruno@clisp.org>
14926
14927         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
14928         nonnull.
14929
14930 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14931
14932         Merge changes to getloadavg.c from coreutils and Emacs.
14933
14934         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
14935         Define to an expression, not to the empty string.
14936         Include cloexec.h and xalloc.h.
14937         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
14938         Use set_cloexec_flag rather than rolling our own.
14939         * lib/cloexec.c, lib/cloexec.h: New files.
14940
14941 2004-03-29  Paul Eggert  <eggert@twinsun.com>
14942
14943         * m4/cloexec.m4: New file.
14944
14945 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14946
14947         * lib/getopt.h: Sync with libc CVS.
14948
14949 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14950             Bruno Haible  <bruno@clisp.org>
14951
14952         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
14953         mbswidth.
14954
14955 2004-03-18  Paul Eggert  <eggert@twinsun.com>
14956             Bruno Haible  <bruno@clisp.org>
14957
14958         * lib/mbswidth.h: Include <wchar.h> only if
14959         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
14960         <wchar.h>.
14961         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
14962
14963 2004-03-09  Paul Eggert  <eggert@twinsun.com>
14964
14965         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
14966         Sync with libc CVS.
14967         * lib/getopt_int.h: New file, also synced from libc.
14968
14969 2004-03-09  Paul Eggert  <eggert@twinsun.com>
14970
14971         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
14972         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
14973         Bring back getopt.c, getopt.h, getopt1.c.
14974
14975 2004-03-07  Paul Eggert  <eggert@twinsun.com>
14976
14977         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
14978         All uses changed.  Check for sa_sigaction member; this fixes
14979         a bug first reported by Jason Andrade in
14980         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
14981
14982 2004-03-07  Paul Eggert  <eggert@twinsun.com>
14983
14984         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
14985         '#if' expressions.  Unlike the code it replaces, it does not
14986         depend on (defined _SC_PAGESIZE).  However, it does depend on
14987         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
14988         first reported by Jason Andrade in
14989         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
14990
14991 2004-02-25  Simon Josefsson  <jas@extundo.com>
14992
14993         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
14994
14995 2004-02-25  Simon Josefsson  <jas@extundo.com>
14996
14997         * lib/strdup.h: New file.
14998         * lib/strdup.c: Include it.
14999         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15000         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15001
15002 2004-02-23  Karl Berry  <karl@gnu.org>
15003
15004         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15005         (from fencepost.gnu.org:/gd/gnuorg).
15006
15007 2004-02-23  Karl Berry  <karl@gnu.org>
15008
15009         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15010         * config/srclist.txt: add maintain/standards documents.
15011
15012 2004-02-18  Bruno Haible  <bruno@clisp.org>
15013
15014         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15015         Reported by Derek Robert Price <derek@ximbiot.com>.
15016
15017 2004-02-16  Karl Berry  <karl@gnu.org>
15018
15019         * config/mkinstalldirs, install-sh: update from automake.
15020
15021 2004-02-06  Karl Berry  <karl@gnu.org>
15022
15023         * m4/po.m4: update from gettext 0.14.1.
15024
15025 2004-02-06  Karl Berry  <karl@gnu.org>
15026
15027         * lib/config.charset: update from gettext 0.14.1.
15028
15029 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15030
15031         Add comments and code, prompted by suggestions from Bruno Haible
15032         for sh-quote.
15033         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15034         describing the enum quoting_style values.
15035         * lib/quotearg.c (quotearg_alloc): New function.
15036         (quotearg_buffer_restyled): Treat lone { and } as special.
15037         Treat = as special.  Work around bug with older shells
15038         that "see" a '\' that is really the 2nd byte of a multibyte char.
15039         Quote empty string with shell_quoting_style.
15040
15041 2004-02-03  Bruno Haible  <bruno@clisp.org>
15042
15043         * m4/pipe.m4: New file, from GNU gettext.
15044
15045 2004-02-03  Bruno Haible  <bruno@clisp.org>
15046
15047         * lib/pipe.h: New file, from GNU gettext.
15048         * lib/pipe.c: New file, from GNU gettext.
15049
15050 2004-01-27  Bruno Haible  <bruno@clisp.org>
15051
15052         * m4/execute.m4: New file, from GNU gettext.
15053
15054 2004-01-27  Bruno Haible  <bruno@clisp.org>
15055
15056         * lib/execute.h: New file, from GNU gettext.
15057         * lib/execute.c: New file, from GNU gettext.
15058         * lib/w32spawn.h: New file, from GNU gettext.
15059
15060 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15061
15062         Merge from diffutils.
15063
15064         * lib/file-type.c (file_type): Add typed memory objects.
15065         * lib/file-type.h (S_TYPEISTMO): New macro.
15066
15067         * lib/c-stack.h (c_stack_action): Remove argv argument.
15068         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15069         (die): Don't calculate message unless segv_action returns.
15070         (get_stack_location, min_address_from_argv, max_address_from_argv,
15071         volatile stack_base, volatile_stack_size): Remove.
15072         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15073         that every segmentation violation is a stack overflow.  (Ouch!)
15074         See Debian bug 136249 (still outstanding) for more info about why
15075         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15076
15077 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15078
15079         Exit-status fix from coreutils.
15080
15081         Use exit_failure consistently in place of EXIT_FAILURE,
15082         so that program exit statuses are consistent on failure.
15083
15084         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15085         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15086         * lib/argmatch.h: Comment fix to match the above.
15087         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15088         Now a macro referring to exit_failure, instead of a separate
15089         variable.  Include "exitfail.h" to get it.
15090         * lib/xstrtol.h: Include "exitfail.h".
15091         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15092
15093         * lib/long-options.c (parse_long_options): Use prototype
15094         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15095         for clarity.
15096
15097 2004-01-21  Jim Meyering  <jim@meyering.net>
15098
15099         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15100         so as not to conflict with a different-sized __mktime_internal
15101         function in GNU libc.
15102         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15103         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15104
15105 2004-01-20  Karl Berry  <karl@gnu.org>
15106
15107         * config/config.guess: update from config.
15108
15109         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15110
15111 2004-01-20  Bruno Haible  <bruno@clisp.org>
15112
15113         Safer stack allocation.
15114         * lib/setenv.c: Include allocsa.h.
15115         (alloca): Remove fallback definition.
15116         (freea): Remove macro.
15117         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15118         instead of freea.
15119
15120 2004-01-20  Bruno Haible  <bruno@clisp.org>
15121
15122         * m4/eealloc.m4: New file, from GNU gettext.
15123
15124 2004-01-20  Bruno Haible  <bruno@clisp.org>
15125
15126         * m4/allocsa.m4: New file, from GNU gettext.
15127
15128 2004-01-20  Bruno Haible  <bruno@clisp.org>
15129
15130         * lib/xallocsa.h: New file, from GNU gettext.
15131         * lib/xallocsa.c: New file, from GNU gettext.
15132
15133 2004-01-20  Bruno Haible  <bruno@clisp.org>
15134
15135         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15136
15137 2004-01-20  Bruno Haible  <bruno@clisp.org>
15138
15139         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15140         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15141         specially.
15142
15143 2004-01-20  Bruno Haible  <bruno@clisp.org>
15144
15145         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15146         patch.
15147
15148 2004-01-20  Bruno Haible  <bruno@clisp.org>
15149
15150         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15151
15152 2004-01-20  Bruno Haible  <bruno@clisp.org>
15153
15154         * lib/eealloc.h: New file.
15155
15156 2004-01-20  Bruno Haible  <bruno@clisp.org>
15157
15158         * lib/binary-io.h: Avoid warnings on Cygwin.
15159
15160 2004-01-20  Bruno Haible  <bruno@clisp.org>
15161
15162         * lib/allocsa.h: New file, from GNU gettext.
15163         * lib/allocsa.c: New file, from GNU gettext.
15164
15165 2004-01-18  Karl Berry  <karl@gnu.org>
15166
15167         * doc/gpl.texi, doc/lgpl.texi: new files.
15168
15169 2004-01-18  Karl Berry  <karl@gnu.org>
15170
15171         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15172         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15173
15174 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15175
15176         Merge from coreutils.
15177
15178         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15179         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15180         (gl_DEFAULT_POSIX2_VERSION): Move
15181         the documentation from 'configure' into 'config.hin',
15182         so that 'configure --help' isn't burdened by it and
15183         we don't have to worry about its formatting there.
15184         Reword the documentation so that it's more succinct
15185         and can be run together into a single paragraph.
15186         * m4/same.m4 (gl_SAME): Check for pathconf.
15187
15188 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15189
15190         Merge from coreutils.
15191
15192         * lib/posixver.c: Include posixver.h.
15193
15194         * lib/same.c: Include <stdbool.h>, <limits.h>.
15195         (_POSIX_NAME_MAX): Define if not defined.
15196         (MIN): New macro.
15197         (same_name): If file names are silently truncated, report
15198         that the file names are the same if they are the same after
15199         the silent truncation.
15200
15201         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15202         conversion function.
15203         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15204         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15205         longer needed.
15206
15207 2004-01-15  Jim Meyering  <jim@meyering.net>
15208
15209         Merge from coreutils.
15210
15211         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15212         if no library is required.
15213         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15214         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15215         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15216         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15217         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15218         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15219         value, $ac_cv_search_crypt, if it's "none required".
15220         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15221         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15222         not gl_FUNC_GETLOADAVG.
15223         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15224         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15225
15226 2004-01-15  Jim Meyering  <jim@meyering.net>
15227
15228         Merge from coreutils.
15229
15230         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15231         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15232         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15233
15234         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15235         optional configure-time default.
15236
15237         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15238
15239         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15240
15241 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15242
15243         Merge from coreutils.
15244
15245         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15246         value, $ac_cv_search_nanosleep, if it's "none required".
15247
15248 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15249
15250         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15251         with like-named macro in fnmatch.c.
15252         (EXT): Use an internal constant instead.
15253
15254         Merge fnmatch patches from glibc.
15255         * lib/fnmatch.c (mbsinit): Remove define.
15256         Add libc_hidden_ver (__fnmatch, fnmatch).
15257         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15258         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15259
15260 2004-01-14  Karl Berry  <karl@gnu.org>
15261
15262         * config/install-sh: update from automake.
15263
15264 2004-01-13  Karl Berry  <karl@gnu.org>
15265
15266         * config/install-sh: update from automake.
15267
15268 2004-01-09  Karl Berry  <karl@gnu.org>
15269
15270         * config/install-sh: update from automake.
15271
15272 2004-01-05  Karl Berry  <karl@gnu.org>
15273
15274         * config/config.{sub,guess}: update from config.
15275
15276 2003-12-31  Karl Berry  <karl@gnu.org>
15277
15278         * config/depcomp: update from automake.
15279
15280 2003-12-14  Karl Berry  <karl@gnu.org>
15281
15282         * lib/config.charset: update from gettext-runtime.
15283
15284 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15285
15286         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15287         Bug reported by Alfred M. Szmidt.
15288
15289 2003-12-03  Bruno Haible  <bruno@clisp.org>
15290
15291         * m4/gettext.m4: Upgrade from gettext-0.13.
15292         * m4/po.m4: Upgrade from gettext-0.13.
15293         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15294         * m4/intmax.m4: New file, from gettext-0.13.
15295         * m4/printf-posix.m4: New file, from gettext-0.13.
15296
15297 2003-11-29  Karl Berry  <karl@gnu.org>
15298
15299         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15300
15301 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15302             Bruno Haible  <bruno@clisp.org>
15303
15304         * lib/printf-parse.h: Don't include sys/types.h.
15305         (ARG_NONE): New macro.
15306         (char_directive): Change type of *arg_index fields to size_t.
15307         * lib/printf-parse.c: Don't include sys/types.h.
15308         (SSIZE_MAX): Remove macro.
15309         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15310         Remove unnecessary overflow check.
15311         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15312         fields.
15313
15314 2003-11-25  Bruno Haible  <bruno@clisp.org>
15315
15316         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15317
15318 2003-11-25  Bruno Haible  <bruno@clisp.org>
15319
15320         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15321         gt_TYPE_SSIZE_T.
15322
15323 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15324
15325         * modules/alloca: Remove dependency on xalloc.
15326
15327 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15328
15329         * lib/alloca.c: Remove dependency on xalloc module.
15330         (xalloc_die): Remove.
15331         (memory_full) [!defined emacs]: New macro.
15332         [!defined emacs]: Don't include xalloc.h.
15333         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15334         address arithmetic overflows.  Change datatypes a bit to avoid
15335         unnecessary casts.
15336
15337 2003-11-22  Jim Meyering  <jim@meyering.net>
15338
15339         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15340         s/size/size_t/.
15341
15342 2003-11-21  Karl Berry  <karl@gnu.org>
15343
15344         * config/config.{sub,guess}: update from config.
15345
15346 2003-11-18  Karl Berry  <karl@gnu.org>
15347
15348         * config/config.{sub,guess}: update from config.
15349
15350         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15351
15352 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15353
15354         * README: Mention that S+T cannot overflow if S is the size of
15355         an existing object and T is sufficiently small.
15356
15357 2003-11-17  Jim Meyering  <jim@meyering.net>
15358
15359         On systems without utime and without a utimes function capable of
15360         dealing with a NULL struct utimbuf* argument, this utime replacement
15361         could -- in unusual circumstances -- leak a file descriptor.
15362         * lib/utime.c: Include <unistd.h> and <errno.h>.
15363         (utime_null): Be sure to close `fd' and to preserve errno.
15364         Reported by Geoff Collyer via Arnold Robbins.
15365
15366 2003-11-17  Bruno Haible  <bruno@clisp.org>
15367
15368         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15369         (Depends-on): Add xsize.
15370
15371 2003-11-17  Bruno Haible  <bruno@clisp.org>
15372
15373         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15374
15375 2003-11-17  Bruno Haible  <bruno@clisp.org>
15376
15377         * lib/vasnprintf.c (alloca): Remove fallback definition.
15378         (freea): Remove definition.
15379         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15380         Reported by Paul Eggert.
15381
15382 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15383             Bruno Haible  <bruno@clisp.org>
15384
15385         Protect against address arithmetic overflow.
15386         * lib/printf-args.h: Include stddef.h.
15387         (arguments): Change type of field 'count' to size_t.
15388         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15389         'unsigned int' where appropriate.
15390         * lib/printf-parse.h: Include sys/types.h.
15391         (char_directive): Change type of *arg_index fields to ssize_t.
15392         (char_directives): Change type of fields 'count', max_*_length to
15393         size_t.
15394         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15395         (SSIZE_MAX): Define fallback value.
15396         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15397         instead of 'int' where appropriate. Check a_allocated, d_allocated
15398         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15399         * lib/vasnprintf.c: Include xsize.h.
15400         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15401         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15402         overflow. Avoid wraparound when converting a width or precision from
15403         decimal to binary.
15404
15405 2003-11-16  Bruno Haible  <bruno@clisp.org>
15406
15407         Update from GNU gettext.
15408         * lib/printf-parse.c: Generalize to it can be compiled for wide
15409         strings.
15410         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15411         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15412         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15413         SNPRINTF): New macros.
15414         Don't include <alloca.h> if the file is used inside libintl.
15415         (local_wcslen): New function, for Solaris 2.5.1.
15416         (VASNPRINTF): Use it instead of wcslen.
15417
15418 2003-11-16  Bruno Haible  <bruno@clisp.org>
15419
15420         * lib/xsize.h (xmax): New function.
15421         (xsum, xsum3, xsum4): Declare as "pure" functions.
15422
15423 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15424
15425         * modules/xalloc (Files): Undo latest change, since xalloc.h
15426         no longer needs SIZE_MAX or PTRDIFF_MAX.
15427
15428 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15429
15430         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15431         gl_PTRDIFF_MAX.
15432
15433 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15434
15435         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15436         "return", to pacify some unknown compiler.  Problem reported
15437         by Joerg Schilling.
15438
15439 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15440
15441         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15442         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15443         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15444         heuristic is just as accurate as far as we know, and it removes a
15445         dependency on size_max.m4 and ptrdiff_max.m4.
15446
15447 2003-11-11  Bruno Haible  <bruno@clisp.org>
15448
15449         * modules/xsize (Files): Add m4/size_max.m4.
15450         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15451
15452 2003-11-11  Bruno Haible  <bruno@clisp.org>
15453
15454         * m4/size_max.m4: New file.
15455         * m4/ptrdiff_max.m4: New file.
15456         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15457         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15458         (gl_XALLOC): Invoke it.
15459
15460 2003-11-11  Bruno Haible  <bruno@clisp.org>
15461
15462         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15463         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15464         defined.
15465
15466 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15467
15468         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15469         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15470         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15471         From Bruno Haible.
15472         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15473         not (size_t) -1, since it's defined here.
15474
15475 2003-11-09  Karl Berry  <karl@gnu.org>
15476
15477         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15478
15479 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15480
15481         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15482         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15483         Reject sizes of exactly SIZE_MAX bytes.
15484         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15485         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15486
15487 2003-11-05  Bruno Haible  <bruno@clisp.org>
15488
15489         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15490         SIZE_MAX defined in <limits.h> on Solaris.
15491
15492 2003-11-04  Jim Meyering  <jim@meyering.net>
15493
15494         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15495         variable names, rather than @VAR@.
15496         * modules/poll: Likewise.
15497
15498 2003-11-04  Bruno Haible  <bruno@clisp.org>
15499
15500         * modules/xsize: New file.
15501         * modules/linebreak: Depend on xsize.
15502         * MODULES.html.sh (func_all_modules): Add xsize.
15503
15504 2003-11-04  Bruno Haible  <bruno@clisp.org>
15505
15506         * m4/xsize.m4: New file.
15507
15508 2003-11-04  Bruno Haible  <bruno@clisp.org>
15509
15510         * lib/xsize.h: New file.
15511         * lib/linebreak.c: Include xsize.h.
15512         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15513         argument for overflow.
15514         Suggested by Paul Eggert.
15515
15516 2003-11-03  Karl Berry  <karl@gnu.org>
15517
15518         * config/config.{guess,sub}: update from config.
15519
15520 2003-11-03  Jim Meyering  <jim@meyering.net>
15521
15522         * modules/userspec (lib_SOURCES): Add userspec.h.
15523         (Include): Add "userspec.h".
15524         Improve description.
15525
15526 2003-11-03  Jim Meyering  <jim@meyering.net>
15527
15528         * lib/userspec.c: Include "userspec.h".
15529         * lib/userspec.h: New file.
15530
15531 2003-11-03  Bruno Haible  <bruno@clisp.org>
15532
15533         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15534
15535 2003-11-03  Bruno Haible  <bruno@clisp.org>
15536
15537         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15538         available, to avoid (extremely rare) race condition.
15539         Suggested by Paul Eggert.
15540
15541 2003-11-02  Karl Berry  <karl@gnu.org>
15542
15543         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15544
15545 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15546
15547         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15548         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15549         (read_filesystem_list): Set and use me_type_malloced.
15550         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15551         whatever the type happens to be), for brevity and consistency.
15552         Check for size calculation overflow on Alphas running OSF/1.
15553
15554 2003-10-31  Jim Meyering  <jim@meyering.net>
15555
15556         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15557
15558         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15559
15560 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15561             Bruno Haible  <bruno@clisp.org>
15562
15563         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15564         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15565
15566 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15567
15568         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15569         netbsd*-gnu*.  Suggested by Robert Millan.
15570
15571 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15572
15573         * modules/group-member: Depend on stdbool.
15574
15575 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15576
15577         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15578
15579 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15580
15581         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15582         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15583         after the 'gnu' in these cases.  This fixes some bugs in the
15584         previous change, and is based on suggestions by Robert Millan.
15585
15586 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15587
15588         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15589         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15590         no longer needed.
15591         * lib/quotearg.c (quotearg_n_options): Use it.
15592         * lib/group-member.c: Include <stdbool.h>.
15593         (free_group_info): Arg is now const *; don't free arg.
15594         (get_group_info): Now returns bool and accepts struct group_info *,
15595         rather than returning a malloc'ed struct group_info *.
15596         All uses changed.  Check for overflow in internal size calculation.
15597
15598         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15599         rather than xmalloc/xrealloc.
15600         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15601         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15602         conformance bug: the old code used a pointer after freeing the
15603         storage that it addressed.
15604         * lib/hash.c (hash_initialize): Simplify the code by using
15605         xalloc_oversized rather than doing it by hand.
15606         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15607         the buffer preserved.  Use free and xmalloc instead.
15608         * lib/quotearg.c (quotearg_n_options): Likewise.
15609         Use a simpler test for size overflow.  Don't use xalloc_oversized
15610         because unsigned int might be wider than size_t (!); this suggests
15611         that we should switch from unsigned int to size_t for slot numbers.
15612
15613 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15614
15615         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15616         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15617         NetBSD kernels.  Requested by Richard Stallman.
15618
15619 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15620
15621         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15622         to allocate the returned structure.  Do not allocate a subarray,
15623         as x2nrealloc will do that.
15624         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15625         instead of xnrealloc.
15626         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15627
15628 2003-10-27  Bruno Haible  <bruno@clisp.org>
15629
15630         * lib/stdbool_.h: Better support for BeOS.
15631
15632 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15633
15634         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15635         now uses inline.
15636
15637 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15638
15639         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15640         callers that want to do their own size-overflow checking.  Include
15641         <stdbool.h>, since xalloc_oversized returns bool.
15642         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15643         to use xalloc_oversized.
15644
15645         Add two functions x2realloc, x2nrealloc, for programs that grow
15646         arrays dynamically by doubling their sizes.
15647         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
15648         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
15649         New functions.
15650
15651         Port to C99 semantics for 'inline' of external functions.
15652         Bug reported by Bruno Haible.
15653         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
15654         with the old contents of xnmalloc.
15655         (xnmalloc, xmalloc): Use it.
15656         (xnrealloc_inline): New static inline function,
15657         with the old contents of xnrealloc.
15658         (xnrealloc, xrealloc): Use it.
15659
15660         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
15661         that.
15662
15663 2003-10-26  Karl Berry  <karl@gnu.org>
15664
15665         * config/srclist.txt (COPYING.DOC): no longer available from
15666         /gd/gnuorg; don't know where the ultimate source is.
15667
15668 2003-10-25  Paul Eggert  <eggert@twinsun.com>
15669
15670         Fix several address-calculation bugs in the hash modules,
15671         plus some minor code cleanup.
15672
15673         * lib/hash.h: Include <stdbool.h>, for bool.
15674         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
15675         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
15676         hash_get_n_entries, hash_get_max_bucket_length,
15677         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
15678         hash_rehash): Use size_t rather than unsigned.
15679         * lib/hash.c (struct hash_table, hash_get_n_buckets,
15680         hash_get_n_buckets_used, hash_get_n_entries,
15681         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
15682         hash_get_entries, hash_do_for_each, hash_string, is_prime,
15683         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
15684         Likewise.
15685         (SIZE_MAX): Define if not defined.
15686         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
15687         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
15688         hash_print):
15689         Use const * when possible.
15690         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
15691         (check_tuning): Fix bug: if tuning parameters were very close to
15692         0 or 1, rounding errors could have caused subscript violations.
15693         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
15694         (hash_initialize): Add 'fail:' label
15695         to free table and return NULL, and use it to simplify code.
15696         Use calloc rather than clearing the storage ourself.
15697         (hash_initialize, hash_rehash): Check for arithmetic overflow in
15698         buffer size calculations.
15699         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
15700         Include <stddef.h>, for size_t.
15701         * lib/hash-pjw.c (hash_pjw): Likewise.
15702         Switch to method described by Bruno Haible.
15703         Include <limits.h>, for CHAR_BIT.
15704         (SIZE_BITS): New macro.
15705
15706 2003-10-23  Paul Eggert  <eggert@twinsun.com>
15707
15708         * m4/getline.m4 (AM_FUNC_GETLINE):
15709         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
15710         hosts.  Problem reported by Derek Robert Price in
15711         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
15712         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
15713         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
15714
15715 2003-10-21  Paul Eggert  <eggert@twinsun.com>
15716
15717         * lib/getndelim2.c (getndelim2): When size calculation overflows,
15718         ceiling the allocation at NMAX bytes rather than silently
15719         discarding input bytes before NMAX is reached.  This makes
15720         a difference only if NMAX exceeds SIZE_MAX / 2.
15721
15722         * lib/obstack.c: Merge from glibc.
15723         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
15724         Add libc_hidden_def (_obstack_newchunk).
15725         (_obstack_free) [! defined _LIBC]: Remove.
15726         [defined _LIBC]: Make a strong alias from obstack_free, rather than
15727         a clone of the function body.
15728         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
15729         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
15730
15731         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
15732         glibc.
15733         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
15734         arg to memcpy.
15735
15736         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
15737         (obstack_ptr_grow_fast, obstack_int_grow_fast):
15738         Don't use lvalue casts, as GCC plans to remove support for them
15739         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
15740         was also present in the non-GCC version, indicating that this
15741         code had always been buggy and had never been widely used.
15742         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
15743         Use the fast variant of each macro, rather than copying the
15744         definiens of the fast variant; that way, we'll be more likely to
15745         catch future bugs in the fast variants.
15746
15747 2003-10-20  Bruno Haible  <bruno@clisp.org>
15748
15749         * modules/wait-process: New file.
15750         * MODULES.html.sh (func_all_modules): Add wait-process.
15751
15752 2003-10-20  Bruno Haible  <bruno@clisp.org>
15753
15754         * m4/wait-process.m4: New file.
15755
15756 2003-10-20  Bruno Haible  <bruno@clisp.org>
15757
15758         * lib/wait-process.h: New file, from GNU gettext.
15759         * lib/wait-process.c: New file, from GNU gettext.
15760
15761 2003-10-19  Jim Meyering  <jim@meyering.net>
15762
15763         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
15764         HPUX 10.20.
15765
15766 2003-10-18  Karl Berry  <karl@gnu.org>
15767
15768         * config/config.guess: update from config.
15769
15770 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15771
15772         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
15773         (getgroups): First arg is int, not size_t.
15774         Don't let 'free' mangle errno.
15775
15776 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15777
15778         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
15779
15780 2003-10-16  Karl Berry  <karl@gnu.org>
15781
15782         * config/config.{guess,sub}: update from config.
15783
15784 2003-10-16  Jim Meyering  <jim@meyering.net>
15785
15786         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
15787         memcpy.
15788
15789 2003-10-15  Paul Eggert  <eggert@twinsun.com>
15790
15791         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
15792         (SIZE_MAX): Remove.
15793         (new_exclude, add_exclude_file): Initial size no longer needs to
15794         be a power of 2.
15795         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
15796         our own address arithmetic overflow checking.
15797
15798         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
15799         (fnmatch): Do not alloca more than 2000 wide characters;
15800         instead, use malloc for large buffers.
15801         Check for address arithmetic overflow, and return -1
15802         with errno set to ENOMEM in that case.
15803         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
15804         (NEW_PATTERN): Do not alloca more than 8000 bytes;
15805         instead, return -1.  Check for address arithmetic overflow.
15806
15807 2003-10-14  Paul Eggert  <eggert@twinsun.com>
15808
15809         Handle invalid suffixes and overflow independently, so that
15810         callers can treat them independently as needed.  Fix some bugs in
15811         suffix handling, e.g., "100k@" was not diagnosed as an invalid
15812         suffix for a human-readable blocksize.  The major caller-visible
15813         change is the addition of a new
15814         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
15815         that both overflow and suffix chars were found.
15816
15817         * lib/human.c (humblock): Don't check separately for invalid suffix
15818         char; that is xstrtoumax's job (now that its bug is fixed).
15819         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
15820         INTMAX_MAX]: New macros.
15821         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
15822         TYPE_MAXIMUM): New macros.
15823         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
15824         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
15825         if overflow occurs, as it's what __strtol does and it's more useful
15826         in practice.
15827         (__xstrtol): If __strtol reports some error other than ERANGE,
15828         reflect it to the caller as LONGINT_INVALID.  If it reports
15829         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
15830         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
15831         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
15832         value.
15833         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
15834         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
15835         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
15836         [defined UINTMAX_MAX]: New macros.
15837
15838 2003-10-14  Bruno Haible  <bruno@clisp.org>
15839
15840         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
15841
15842 2003-10-14  Bruno Haible  <bruno@clisp.org>
15843
15844         * m4/sig_atomic_t: New file, from GNU gettext.
15845         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
15846
15847 2003-10-14  Bruno Haible  <bruno@clisp.org>
15848
15849         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
15850         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
15851         Also use volatile where needed.
15852
15853 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15854
15855         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
15856         Change maintainer from Bruno Haible to 'all'.
15857
15858 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15859
15860         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
15861
15862 2003-10-12  Paul Eggert  <eggert@twinsun.com>
15863
15864         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
15865         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
15866         and define in terms of the other primitives.
15867         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
15868         (SIZE_MAX): Define if not already defined.
15869         (array_size_overflow): New function.
15870         (xalloc_die): Abort instead of exiting if 'error' returns.
15871         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
15872         (xmalloc, xrealloc): Use them.
15873         (xcalloc): Check for address arithmetic overflow.
15874         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
15875         a bit faster than strcpy.
15876
15877 2003-10-10  Simon Josefsson  <jas@extundo.com>
15878
15879         * modules/argp (Depends-on): Add restrict and strcase.
15880
15881 2003-10-10  Simon Josefsson  <jas@extundo.com>
15882
15883         * m4/argp.m4: Add AC_C_INLINE.
15884
15885 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15886
15887         Merge getpass from libc, plus a few fixes.
15888
15889         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
15890         Include <stdbool.h>.
15891         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
15892         __fsetlocking to empty.
15893         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
15894         do include <bits/libc-lock.h>.
15895         Do not include <fcntl.h>; not needed.
15896         [_LIBC]: Include <wchar.h>.
15897         (NOTCANCEL_MODE): New macro.
15898         (flockfile, funlockfile) [_LIBC]: New macros.
15899         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
15900         [!_LIBC]: New macros.
15901         (call_fclose): New function.
15902         (getpass): Use it.  Save tty stream separately; this simplifies the
15903         code and makes it more reliable if stdin happens to equal stdout.
15904         Invoke __fsetlocking on tty.
15905         Handle thread cancellation if needed.
15906         Namespace cleanup (use __tcgetattr, __getline).
15907         Use bool for Booleans.
15908         [USE_IN_LIBIO]: Handle wide streams.
15909         [!_LIBC]: Unconditionally do the fseek, since we don't know what
15910         stream might go where.
15911
15912         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
15913         doesn't have to include <stdio.h> before us.
15914         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
15915         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
15916         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
15917         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
15918         if not declared, so that we can use getpass.c code from libc without
15919         rewriting it.
15920         (flockfile, ftrylockfile, funlockfile): New macros.
15921
15922 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15923
15924         * modules/getpass: Depend on stdbool.
15925
15926 2003-10-08  Paul Eggert  <eggert@twinsun.com>
15927
15928         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
15929
15930 2003-10-07  Karl Berry  <karl@gnu.org>
15931
15932         * config/config.{guess,sub}: update from config.
15933
15934 2003-10-06  Jim Meyering  <jim@meyering.net>
15935             Bruno Haible  <bruno@clisp.org>
15936
15937         This lets translators provide better translations for the
15938         "Written by ..." part of --version output.
15939         * lib/version-etc.h: Include stdarg.h.
15940         (version_etc_copyright): Declare as readonly.
15941         (version_etc): Make this function variadic with a NULL-terminated list
15942         of author name strings.
15943         (version_etc_va): New declaration.
15944         * lib/version-etc.c: Include stdarg.h, stdlib.h.
15945         (version_etc_copyright): Declare as readonly.
15946         (version_etc_va): New function. Provide a different translatable string
15947         for each possible number of authors < 10. Abbreviate when there are 10
15948         authors or more.
15949         (version_etc): Make this function variadic. Call version_etc_va.
15950         Suggestion from Gary V. Vaughan.
15951
15952         * lib/long-options.h (parse_long_options): Change prototype: the
15953         authors string is moved to the end and becomes variadic.
15954         * lib/long-options.c: Include stdarg.h.
15955         (parse_long_options): Make this function variadic, too.
15956         Call version_etc_va, not version_etc.
15957
15958 2003-10-06  Bruno Haible  <bruno@clisp.org>
15959
15960         * modules/version-etc-2: Remove file.
15961         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
15962
15963 2003-10-06  Bruno Haible  <bruno@clisp.org>
15964
15965         * modules/fatal-signal: New file.
15966         * MODULES.html.sh (func_all_modules): Add fatal-signal.
15967
15968 2003-10-06  Bruno Haible  <bruno@clisp.org>
15969
15970         * m4/fatal-signal.m4: New file.
15971         * m4/signalblocking.m4: New file, from GNU gettext.
15972
15973 2003-10-06  Bruno Haible  <bruno@clisp.org>
15974
15975         * lib/version-etc-2.h: Remove file.
15976         * lib/version-etc-2.c: Remove file.
15977
15978 2003-10-06  Bruno Haible  <bruno@clisp.org>
15979
15980         * lib/fatal-signal.h: New file, from GNU gettext.
15981         * lib/fatal-signal.c: New file, from GNU gettext.
15982
15983 2003-10-05  Paul Eggert  <eggert@twinsun.com>
15984
15985         * README: Rework advice for preventing empty .o files.
15986         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
15987         not <sys/types.h>.
15988
15989 2003-10-04  Karl Berry  <karl@gnu.org>
15990
15991         * lib/argp*: update from libc.
15992
15993 2003-10-04  Karl Berry  <karl@gnu.org>
15994
15995         * config/config.{guess,sub}: update from config.
15996
15997 2003-10-02  Bruno Haible  <bruno@clisp.org>
15998
15999         * modules/lchown (Include): Add lchown.h.
16000         * modules/time_r (Include): Use "..." syntax.
16001         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16002
16003 2003-10-01  Simon Josefsson  <jas@extundo.com>
16004
16005         * MODULES.html.sh (func_all_modules): Move gethostname from section
16006         'based on' to section 'lacking' POSIX:2001.
16007
16008 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16009
16010         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16011         to output mode on the same stream.
16012
16013 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16014
16015         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16016         Fix arg typo in previous patch.
16017
16018 2003-09-28  Jim Meyering  <jim@meyering.net>
16019
16020         * lib/error.c: Correct cpp indentation.
16021
16022 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16023
16024         * modules/free: New file.
16025
16026 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16027
16028         * m4/free.m4: New file.
16029
16030 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16031
16032         * lib/minmax.h (MIN, MAX)
16033         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16034         Omit the special code that used __typeof__, since we worry that
16035         it could be more trouble than it's worth.  See:
16036         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16037         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16038
16039         * lib/free.c: New file.
16040
16041 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16042
16043         Trivial fixes to Makefile.am parts of module listings.
16044         * modules/strstr: Append strstr.h to lib_SOURCES.
16045         * modules/strcase: Likewise, for strcase.h.
16046
16047 2003-09-27  Karl Berry  <karl@gnu.org>
16048
16049         * config/mkinstalldirs: update from automake.
16050
16051 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16052
16053         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16054         (error_tail): Do not loop, reallocating temporary buffer, since
16055         the output cannot contain more wide characters than the input
16056         contains bytes, the size must be big enough already.  This avoids
16057         one potential size overflow calculation.  Check for size overflow
16058         when calculating temporary buffer size.  Free temporary buffer
16059         when done, if it was allocated with malloc; this plugs a memory
16060         leak.  Remove casts from void * to pointers, that are no longer
16061         needed now that we're assuming C89 or better.
16062
16063         Merge error changes from glibc.
16064
16065         * lib/error.c, error.h: Update copyright notice header to match glibc.
16066         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16067         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16068         Disable cancellation while printing error.
16069         * lib/error.h: Prepend __ to parameter names.
16070
16071 2003-09-26  Jim Meyering  <jim@meyering.net>
16072
16073         * lib/error.c (error_tail): Move some declarations
16074         into inner scope where the local variables are used.
16075
16076 2003-09-26  Bruno Haible  <bruno@clisp.org>
16077
16078         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16079         stpncpy().
16080         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16081
16082 2003-09-26  Bruno Haible  <bruno@clisp.org>
16083
16084         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16085         (stpncpy): Define as alias for gnu_stpncpy.
16086         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16087
16088 2003-09-25  Simon Josefsson  <jas@extundo.com>
16089
16090         * lib/xgetdomainname.h: New file.
16091         * lib/xgetdomainname.c: New file.
16092
16093 2003-09-25  Simon Josefsson  <jas@extundo.com>
16094             Bruno Haible  <bruno@clisp.org>
16095
16096         * modules/getdomainname: New file.
16097         * modules/xgetdomainname: New file.
16098         * MODULES.html.sh (func_all_modules): Add getdomainname,
16099         xgetdomainname.
16100
16101 2003-09-25  Simon Josefsson  <jas@extundo.com>
16102             Bruno Haible  <bruno@clisp.org>
16103
16104         * m4/getdomainname.m4: New file.
16105
16106 2003-09-25  Simon Josefsson  <jas@extundo.com>
16107             Bruno Haible  <bruno@clisp.org>
16108
16109         * lib/getdomainname.h: New file.
16110         * lib/getdomainname.c: New file.
16111
16112 2003-09-25  Karl Berry  <karl@gnu.org>
16113
16114         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16115
16116 2003-09-25  Karl Berry  <karl@gnu.org>
16117
16118         * config/install-sh: update from automake.
16119
16120 2003-09-25  Bruno Haible  <bruno@clisp.org>
16121
16122         * modules/version-etc-2: New file, from modules/version-etc with
16123         modifications.
16124         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16125
16126 2003-09-25  Bruno Haible  <bruno@clisp.org>
16127
16128         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16129         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16130
16131 2003-09-24  Simon Josefsson  <jas@extundo.com>
16132
16133         * modules/xgethostname: Add xgethostname.h.
16134
16135 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16136
16137         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16138         the buffer associated with the argument.  Bug reported by
16139         Simon Josefsson.
16140
16141 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16142
16143         * README: Document assumptions that 'int' is at least 32 bits
16144         wide, that integer arithmetic is 2's complement without overflow,
16145         that there are no holes in integer values, that adding sizes of
16146         two nonoverlapping objects can't overflow, and that all-bits-zero
16147         yields scalar zero.  Fix spelling and capitalization typos.
16148
16149 2003-09-19  Karl Berry  <karl@gnu.org>
16150
16151         * lib/argp.h: update from libc.
16152
16153 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16154
16155         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16156         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16157         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16158
16159 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16160
16161         * gnulib-tool: Use "test -h", not "test -L", for portability
16162         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16163         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16164         (sed_extract_prog): Issue s commands one-by-one, rather than
16165         using \| in one s command.
16166
16167 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16168
16169         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16170         input error, instead of returning NULL the next time we are called
16171         (and therefore losing track of errno).
16172
16173 2003-09-16  Bruno Haible  <bruno@clisp.org>
16174
16175         * gnulib-tool (func_create_testdir): Warn about duplicated
16176         dependencies.
16177
16178 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16179
16180         * modules/argmatch, modules/fatal, modules/obstack,
16181         modules/xalloc, modules/xgethostname: Sort dependencies by
16182         importance, not alphabetically.
16183
16184 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16185
16186         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16187         fails, so that the caller gets the proper errno.
16188
16189         * lib/readutmp.c (read_utmp): Likewise.
16190         Check for fstat error.  Close stream and free storage
16191         when failing.
16192
16193 2003-09-14  Karl Berry  <karl@gnu.org>
16194
16195         * config/srclist.txt (strdup.c): disable for c89 changes.
16196
16197 2003-09-14  Jim Meyering  <jim@meyering.net>
16198
16199         * lib/getloadavg.c: Correct cpp indentation.
16200         * lib/strdup.c: Likewise.
16201         * lib/vasnprintf.c: Likewise.
16202
16203 2003-09-14  Bruno Haible  <bruno@clisp.org>
16204
16205         * modules/fwriteerror: New file.
16206         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16207
16208 2003-09-14  Bruno Haible  <bruno@clisp.org>
16209
16210         * lib/fwriteerror.h: New file.
16211         * lib/fwriteerror.c: New file.
16212
16213 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16214
16215         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16216         modules/xgethostname, modules/xalloc: Depend on exit.
16217
16218 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16219
16220         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16221
16222         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16223         and AC_MINIX, too, so that their extensions are available.
16224
16225         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16226         This macro has been superseded by gl_BACKUPFILE.
16227
16228         More patches to assume C89 or better.
16229
16230         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16231
16232         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16233         unconditionally.
16234         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16235         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16236         Include <string.h>, <stdlib.h> unconditionally.
16237         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16238         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16239         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16240         headers or for string.h.
16241         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16242         or strtoul.
16243
16244         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16245         headers.
16246         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16247         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16248         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16249         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16250         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16251         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16252         memcpy, memset.
16253         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16254         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16255         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16256         strtol.
16257         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16258         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16259         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16260         strtoul.
16261
16262 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16263
16264         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16265         * lib/obstack.c [!defined _LIBC]: Likewise.
16266         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16267         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16268         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16269
16270         More changes to assume C89 or better.
16271
16272         * lib/error.c (error_tail): Assume vprintf.
16273
16274         * lib/argmatch.c (getenv): Remove decl.
16275         * lib/progreloc.c (get_full_program_name): Define via prototype.
16276         * lib/setenv.c (clearenv): Likewise.
16277         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16278         needed.
16279         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16280         (malloc, memcpy): Remove decls.
16281         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16282         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16283         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16284         (memcpy): Remove macro.
16285         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16286         (__P): Remove.  All uses removed.
16287         (PTR): Remove.  All uses changed to void *.
16288         (CHAR_BIT, NULL): Remove.
16289         (spaces, zeros, memset_space, memset_zero)
16290         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16291         Remove.
16292         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16293         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16294         Define with prototype.
16295         Remove now-unnecessary prototype decl.
16296         (extra_args_spec): Assume ANSI C.  All uses changed.
16297         (extra_args_spec_iso): Remove.
16298         (my_strftime, emacs_strftimeu): Define via prototype.
16299         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16300         unconditionally.
16301         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16302         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16303         (strtoul, strtol): Remove decls.
16304         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16305         LONG_MAX): Remove.
16306         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16307         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16308         (LOCALE_PARAM_PROTO): New macro.
16309         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16310         (INTERNAL (strtol), strtol): Define with a prototype.
16311         (PARAMS): Remove.  All uses removed.
16312         * lib/tempname.c: Include <string.h> unconditionally.
16313         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16314         * lib/xgethostname.c (main): Define with a prototype.
16315         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16316         Include <stdlib.h> unconditionally.
16317         (calloc, malloc, realloc, free): Remove decls.
16318         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16319         Include <stdlib.h> unconditionally.  Sort include file names.
16320         (strtod): Remove.
16321         (xstrtod): Define with a prototype.
16322         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16323         (strtol, strtoul): Remove decls.
16324
16325 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16326
16327         More patches to assume C89 or better.
16328         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16329         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16330         string.h, memchr, STDC_HEADERS.
16331
16332 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16333
16334         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16335         Include <stdlib.h>, <string.h> unconditionally.
16336         Remove now-unnecessary cast to char *.
16337         * lib/strnlen.c: Include <string.h> unconditionally.
16338         * lib/yesno.c (yesno): Define with a prototype.
16339
16340 2003-09-11  Bruno Haible  <bruno@clisp.org>
16341
16342         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16343
16344 2003-09-10  Jim Meyering  <jim@meyering.net>
16345
16346         * lib/error.c: Correct indentation of cpp directives.
16347
16348 2003-09-10  Bruno Haible  <bruno@clisp.org>
16349
16350         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16351         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16352         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16353         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16354         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16355         <stdlib.h> and <string.h> checks.
16356         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16357         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16358
16359 2003-09-10  Bruno Haible  <bruno@clisp.org>
16360
16361         * lib/strcspn.c: Include <string.h> unconditionally.
16362         * lib/strpbrk.c: Include <string.h> unconditionally.
16363         * lib/strstr.c: Include <string.h> unconditionally.
16364         * lib/unicodeio.c: Include <string.h> unconditionally.
16365         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16366         * lib/unsetenv.c: Likewise.
16367         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16368         * lib/yesno.c: Include <stdlib.h> unconditionally.
16369         (rpmatch): Add prototype.
16370
16371 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16372
16373         More patches to assume C89 or better.
16374         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16375         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16376         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16377         or for string.h.
16378         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16379         stdlib.h.
16380         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16381         C headers.
16382         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16383         string.h.
16384         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16385         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16386         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16387         or for string.h.
16388         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16389         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16390         C headers.
16391         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16392         memcpy.
16393         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16394         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16395         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16396         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16397         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16398         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16399         string.h, free.
16400         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16401         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16402         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16403         C headers, or for string.h.
16404         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16405         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16406         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16407         headers, memory.h, stdlib.h, string.h, strings.h.
16408         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16409         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16410         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16411         strchr.
16412         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16413         headers, memory.h, string.h.
16414         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16415         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16416         free.
16417         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16418         headers.
16419         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16420         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16421         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16422         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16423         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16424
16425 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16426
16427         More K&R removal.
16428
16429         * lib/acosl.c (main): Use a prototype.
16430         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16431         tanl.c: Likewise.
16432
16433         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16434
16435         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16436         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16437         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16438         with a prototype.
16439         * lib/getopt.c (const): Remove macro.
16440         Include <string.h> unconditionally.
16441         (my_index): Remove; all uses changed to strchr.
16442         (strlen): Remove decl.
16443         (exchange): Remove forward decl; no longer needed.
16444         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16445         Define with prototype.
16446         * lib/getopt1.c (const): Remove macro.
16447         (getopt_long, getopt_long_only, main): Define with prototype.
16448
16449         * lib/getugroups.c: Include <string.h> unconditionally.
16450
16451         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16452         (getusershell, setusershell, endusershell, readname, main):
16453         Define with prototypes.
16454
16455         * lib/group-member.c: Include group-member.h first.
16456         Include <stdlib.h> unconditionally.
16457
16458         * lib/hard-locale.c: Include hard-locale.h first.
16459         Include <stdlib.h>, <string.h> unconditionally.
16460
16461         * lib/hash.c (free, malloc): Remove decls.
16462         Include <stdlib.h> unconditionally.
16463
16464         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16465         (getenv): Do not declare.
16466
16467         * lib/idcache.c: Include <string.h> unconditionally.
16468
16469         * lib/long-options.c: Include long-options.h first, to test interface.
16470         Include <stdlib.h> unconditionally.
16471
16472         * lib/makepath.c: Include makepath.h first, to test interface.
16473         Include <stdlib.h> and <string.h> unconditionally.
16474
16475         * lib/linebuffer.c: Include <stdlib.h>.
16476         (free): Remove decl.
16477
16478         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16479         stddef.h. rpl_malloc returns void *, not char *.
16480         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16481         prototype.
16482
16483         * lib/md5.h: Include <limits.h> unconditionally.
16484         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16485         (__P): Remove; all uses removed.
16486         * lib/md5.c: Include "md5.h" first.
16487         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16488         md5_buffer, md5_process_bytes, md5_process_block):
16489         Define with prototypes.
16490         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16491         * lib/sha.c: Include "sha.h" first.
16492         Include <stdlib.h>, <string.h> unconditionally.
16493
16494         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16495         * lib/memcmp.c (__ptr_t): Likewise.
16496         * lib/memrchr.c (__ptr_t): Likewise.
16497         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16498         Include <string.h> unconditionally.
16499         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16500         * lib/memchr.c: Include <stdlib.h> unconditionally.
16501         * lib/memchr.c (LONG_MAX): Remove.
16502         * lib/memrchr.c (LONG_MAX): Likewise.
16503         * lib/memchr.c (__memchr): Define via a prototype.
16504         * lib/memrchr.c (__memrchr): Likewise.
16505         * lib/memcmp.c (__P): Remove, and remove all uses.
16506         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16507         Remove forward decls; no longer needed.
16508         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16509         Use types required by C89 in prototype.
16510
16511         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16512         * lib/savedir.c: Likewise.
16513         * lib/mkdir.c (free): Remove decl.
16514         * lib/rmdir.c (rmdir): Define with a prototype.
16515         * lib/savedir.c: Include savedir.h first, to test interface.
16516
16517         * lib/mktime.c (STDC_HEADERS): Remove.
16518         Include <stdlib.h>, <string.h> unconditionally.
16519
16520         * lib/modechange.c: Include <stdlib.h> unconditionally.
16521         (malloc): Remove decl.
16522
16523         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16524         (free): Remove decl.
16525
16526         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16527         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16528         (This type really should be intptr_t, but that's a C99ism.)
16529         (_obstack_memcpy): Remove: all uses changed to memcpy.
16530         Include <string.h> unconditionally.
16531         (struct obstack): Assume __STDC__ for types of members
16532         chunkfun, freefun, extra_arg.
16533         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16534         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16535         obstack_begin, obstack_specify_allocation,
16536         obstack_specify_allocation_with_arg, obstack_chunkfun,
16537         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16538         Remove unprototyped decls and the macros that use them.
16539         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16540         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16541         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16542         (defined __STDC__ && __STDC__)]:
16543         Remove nonprototyped code.
16544         Include <stdlib.h> unconditionally.
16545         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16546         _obstack_allocated_p, _obstack_free, obstack_free,
16547         _obstack_memory_used, print_and_abort):
16548         Define using prototypes.
16549         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16550         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16551         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16552         obstack_next_free, obstack_object_size, obstack_room) [0]:
16553         Remove unused, unprototyped code.
16554
16555         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16556
16557         * lib/physmem.c (physmem_total, physmem_available, main): Define
16558         with prototypes.
16559
16560         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16561         (main): Define with a prototype.
16562
16563         * lib/posixver.c (getenv): Remove decl.
16564
16565         * lib/putenv.c (malloc): Returns void *, not char *.
16566         Include <string.h> unconditionally.
16567         (strchr, memcpy, NULL): Do not define.
16568
16569         * lib/readtokens.c: Include readtokens.h first, to test interface.
16570         Include <stdlib.h>, <string.h> unconditionally.
16571         (init_tokenbuffer): Define with a prototype.
16572
16573         * lib/regex.c (PARAMS): Remove.  All uses removed.
16574         All uses of _RE_ARGS removed, too.
16575         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16576         unconditionally.
16577         (bzero): Assume memset exists.
16578         (memcmp, memcpy, NULL): Remove.
16579         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16580         char, or assignments to local vars of type signed char.
16581         (init_syntax_once, PREFIX(extract_number_and_incr),
16582         PREFIX(print_partial_compiled_pattern),
16583         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16584         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16585         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16586         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16587         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16588         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16589         wcs_compile_range, byte_compile_range, truncate_wchar,
16590         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16591         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16592         count_mbs_length, wcs_re_match_2_internal,
16593         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16594         PREFIX(alt_match_null_string_p),
16595         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16596         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16597         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16598         now-unnecessary declaration, if any.
16599         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16600         regcomp, regexec):
16601         Remove now-unnecessary casts among pointer types.
16602         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16603
16604         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16605         (free): Remove decl.
16606
16607         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16608
16609         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16610         (free): Remove decl.
16611
16612         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16613         * lib/xgetcwd.c: Likewise.
16614
16615         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16616         (free): Remove decl.
16617
16618         * lib/strchrnul.c (strchrnul): Define with a prototype.
16619         Fix bug: c_in was not converted to char before searching.
16620
16621         The following changes are not K&R related:
16622
16623         * lib/group-member.h: Include <sys/types.h>, so that this file is
16624         self-contained.
16625         * lib/makepath.h: Likewise.
16626
16627         * lib/getusershell.c (readname, default_index, line_size, readname):
16628         Use size_t, not int, for sizes.
16629         (readname): If the size overflows, report an error instead of
16630         looping forever.
16631
16632 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16633
16634         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16635         libc.
16636
16637 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16638
16639         * README: New section: portability guidelines.
16640
16641 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16642
16643         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16644         C89 spec.
16645
16646 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16647
16648         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
16649
16650 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16651
16652         Assume C89 or better; remove K&R cruft.
16653         A few of these changes were first proposed by Derek Robert Price
16654         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
16655
16656         * lib/addext.c: Include <string.h> unconditionally.
16657         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
16658         Don't declare getenv or malloc.
16659
16660         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
16661         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
16662         (NULL): Remove.
16663         (find_stack_direction, alloca): Use prototypes.
16664
16665         * lib/atexit.c (atexit): Define using a prototype.
16666
16667         * lib/basename.c, dirname.c, stripslash.c:
16668         Include <string.h> unconditionally.
16669
16670         * lib/bcopy.c: Include <stddef.h>.
16671         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
16672
16673         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
16674
16675         * lib/error.h (error, error_at_line, error_print_progname)
16676         [! (defined (__STDC__) && __STDC__)]: Remove decls.
16677         * lib/error.c: Include error.h first, to check interface.
16678         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16679         (VA_START): Remove; all uses changeed to va_start.
16680         (exit, strerror): Remove decls.
16681         (error_print_progname): Prototype uncondionally.
16682         Don't include <errno.h>; no longer needed.
16683         (private_strerror): Remove.
16684         (error_tail): Always define.
16685         (error, error_at_line): Assume C89 or better; always use prototypes.
16686         * lib/fatal.c: Include "fatal.h" first, to test interface.
16687         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16688         (VA_START): Remove; all uses changed to va_start.
16689         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
16690         this case.
16691         (exit): Remove decl.
16692         (fatal): Prototype unconditionally.  Assume va_start works.
16693         Abort at end, to pacify gcc.
16694
16695         * lib/euidaccess.c (main): Define with a prototype.
16696
16697         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
16698
16699         * lib/exitfail.c: Include <stdlib.h> unconditionally.
16700
16701         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
16702         prototypes.
16703         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
16704         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
16705         (getenv): Remove decl.
16706         (fnmatch): Define using a prototype.
16707         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
16708         (FCT): Define using a prototype.
16709
16710         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
16711
16712         * lib/gethostname.c: Include <stddef.h>.
16713         (gethostname): Define with prototype.  Length is size_t, not int.
16714
16715 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16716
16717         Assume C89 or better; remove K&R cruft.
16718         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
16719         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
16720         string.h, getenv, malloc.
16721         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
16722         headers.
16723         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
16724         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
16725         do not check for strerror.
16726         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
16727         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
16728         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
16729         do not check for doprnt or vprintf.
16730         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
16731         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
16732
16733 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16734
16735         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
16736         getversion.c should have been removed then, but was accidentally
16737         preserved.
16738
16739         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
16740         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
16741
16742 2003-09-08  Karl Berry  <karl@gnu.org>
16743
16744         * config/config.sub, config.guess, srclistvars.sh: update from savannah
16745                 config, forget about prep.
16746
16747         * config/depcomp, missing: update from automake.
16748
16749 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16750
16751         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
16752         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16753
16754 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16755
16756         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
16757         copy_tm_result.  Bug reported by Simon Josefsson in
16758         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16759
16760 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16761
16762         * m4/time_r.m4: New file.
16763         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
16764         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
16765         is. Check for timegm declaration.
16766         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
16767         Do not check for gmtime_r.
16768         Replace mktime if __mktime_internal does not exist and if mktime
16769         hasn't been replaced already.
16770
16771 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16772
16773         * lib/time_r.c, lib/time_r.h: New files.
16774
16775         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
16776         __localtime_r.
16777         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
16778         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
16779
16780         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
16781         __gmtime_r.
16782         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
16783         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
16784         Include <time_r.h>.
16785
16786         * lib/timegm.c: Switch to glibc implementation, with the following
16787         changes:
16788         [defined HAVE_CONFIG_H]: Include <config.h>.
16789         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
16790         (__mktime_internal) [!defined _LIBC]: New decl.
16791         (__gmtime_r) [!defined _LIBC]: New macro and function.
16792         (timegm): Use a prototype, since gnulib assumes C89.
16793         Do not bother declaring tmp to be const, as it's not really usefu.
16794         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
16795         (timegm): Declare only if HAVE_DECL_TIMEGM.
16796
16797 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16798
16799         * MODULES.html.sh (func_all_modules): Add time_r.
16800         * modules/time_r: New file.
16801         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
16802         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
16803
16804 2003-09-03  Paul Eggert  <eggert@twinsun.com>
16805
16806         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
16807         Bug reported by Lute Kamstra in
16808         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
16809
16810         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
16811         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
16812         course with correspondingly smaller numbers for tomorrow and
16813         yesterday.  From Tadayoshi Funaba.  Originally installed into
16814         sh-utils on 1999-08-07, but the patch got lost (I guess during the
16815         coreutils merge?).
16816
16817 2003-08-31  Simon Josefsson  <jas@extundo.com>
16818
16819         * modules/timegm: New file.
16820         * MODULES.html.sh (func_all_modules): Add timegm.
16821
16822 2003-08-31  Simon Josefsson  <jas@extundo.com>
16823
16824         * m4/timegm.m4: New file.
16825
16826 2003-08-31  Simon Josefsson  <jas@extundo.com>
16827
16828         * lib/timegm.h: New file.
16829         * lib/timegm.c: New file.  Based on
16830         wget-1.8.2/src/http.c:mktime_from_utc.
16831
16832 2003-08-31  Karl Berry  <karl@gnu.org>
16833
16834         * lib/argp.h: update from libc.
16835
16836 2003-08-28  Bruno Haible  <bruno@clisp.org>
16837
16838         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
16839         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
16840         followed by '#define fnmatch fnmatch_posix' gives an error.
16841
16842 2003-08-28  Bruno Haible  <bruno@clisp.org>
16843
16844         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
16845         warning on QNX, which defines O_BINARY to 000000.
16846
16847 2003-08-27  Jim Meyering  <jim@meyering.net>
16848
16849         * m4/mkstemp.m4: Require that the system mkstemp be able to create
16850         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
16851         would fail after 32.  Reported by Danny Levinson.  Details here:
16852         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
16853
16854 2003-08-24  Bruno Haible  <bruno@clisp.org>
16855
16856         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
16857         MSVC7 <stdio.h> is included later.
16858
16859 2003-08-22  Simon Josefsson  <jas@extundo.com>
16860
16861         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
16862
16863 2003-08-20  Karl Berry  <karl@gnu.org>
16864
16865         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
16866
16867 2003-08-20  Bruno Haible  <bruno@clisp.org>
16868
16869         * modules/progname: New file.
16870         * MODULES.html.sh (func_all_modules): Add progname.
16871
16872 2003-08-20  Bruno Haible  <bruno@clisp.org>
16873
16874         * lib/progname.h: New file, from GNU gettext.
16875         * lib/progname.c: New file, from GNU gettext.
16876         * lib/progreloc.c: New file, from GNU gettext.
16877
16878 2003-08-19  Jim Meyering  <jim@meyering.net>
16879
16880         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
16881         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
16882
16883 2003-08-19  Bruno Haible  <bruno@clisp.org>
16884
16885         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
16886         more.
16887
16888 2003-08-19  Bruno Haible  <bruno@clisp.org>
16889
16890         * lib/xstrdup.c: Assume <string.h> exists.
16891
16892 2003-08-18  Paul Eggert  <eggert@twinsun.com>
16893
16894         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
16895         in makefile rules.
16896
16897 2003-08-18  Jim Meyering  <jim@meyering.net>
16898
16899         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
16900         * m4/lib-ld.m4: Likewise.
16901
16902 2003-08-18  Jim Meyering  <jim@meyering.net>
16903
16904         * lib/setenv.h: Indent nested cpp directive.
16905         * lib/vasnprintf.c: Remove trailing blanks.
16906
16907 2003-08-17  Simon Josefsson  <jas@extundo.com>
16908
16909         * modules/xstrndup: New file.
16910         * MODULES.html.sh (func_all_modules): Add xstrndup.
16911
16912 2003-08-17  Simon Josefsson  <jas@extundo.com>
16913
16914         * modules/argp: Fix autoconf macro name. Add more dependencies.
16915
16916 2003-08-17  Simon Josefsson  <jas@extundo.com>
16917
16918         * m4/xstrndup.m4: New file.
16919
16920 2003-08-17  Simon Josefsson  <jas@extundo.com>
16921
16922         * m4/argp.m4: New file.
16923
16924 2003-08-17  Simon Josefsson  <jas@extundo.com>
16925             Bruno Haible  <bruno@clisp.org>
16926
16927         * lib/xstrndup.h: New file.
16928         * lib/xstrndup.c: New file.
16929
16930 2003-08-17  Bruno Haible  <bruno@clisp.org>
16931
16932         * modules/strndup (Files, Include): Add lib/strndup.h.
16933
16934 2003-08-17  Bruno Haible  <bruno@clisp.org>
16935
16936         * modules/euidaccess (Files): Add lib/euidaccess.h.
16937
16938 2003-08-17  Bruno Haible  <bruno@clisp.org>
16939
16940         * lib/strndup.h: New file.
16941
16942 2003-08-17  Bruno Haible  <bruno@clisp.org>
16943
16944         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
16945         like AC_GNU_SOURCE.
16946         * modules/extensions (configure.ac): Comment out the invocation of
16947         gl_USE_SYSTEM_EXTENSIONS.
16948
16949 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16950
16951         Merges from coreutils, etc.
16952         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
16953         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
16954         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
16955         fixing a typo.
16956         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
16957         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
16958
16959 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16960
16961         Document merge from coreutils.
16962         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
16963         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
16964         * modules/utime: Add m4/utimes-null.m4.
16965
16966 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16967
16968         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
16969         space, undoing this 2003-08-12 change:
16970         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
16971
16972 2003-08-16  Paul Eggert  <eggert@twinsun.com>
16973
16974         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
16975         strtoul.c from libc, undoing this 2003-08-12 change:
16976         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
16977
16978 2003-08-16  Jim Meyering  <jim@meyering.net>
16979
16980         Merges from coreutils.
16981         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
16982         prefix.  Adjust cache variables similarly.  Create 500 rather than
16983         just 300 files, to exercise bug on Darwin6.5, too.
16984         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
16985         $missing_dir.
16986         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
16987         AM_SYS_POSIX_TERMIOS.
16988         Reported by mkc@mathdogs.com.
16989         Also change use of $am_cv_sys_posix_termios
16990         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
16991         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
16992         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
16993         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
16994         in /proc/mounts until it finds one with matching device number.  This
16995         is unnecessary when the FILE argument *is* a mount point.  No stat call
16996         is necessary in that case.  So, disable the statvfs-testing code on
16997         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
16998         as RedHat bug# 84846.
16999         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17000         to 1MB, so as not to render systems with no stack size limit (e.g.,
17001         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17002         Include <unistd.h>.  On some systems,
17003         it is required for the definition of _SC_PAGESIZE.
17004
17005 2003-08-16  Jim Meyering  <jim@meyering.net>
17006
17007         Merge from coreutils.
17008         * lib/xstrtoimax.c: #else #if -> #elif.
17009         * lib/xstrtoumax.c: Likewise.
17010
17011 2003-08-16  Jim Meyering  <jim@meyering.net>
17012
17013         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17014         * m4/utimes.m4: Removed.
17015         * m4/utimes-null.m4: Renamed from utimes.m4.
17016
17017         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17018         to 1MB, so as not to render systems with no stack size limit (e.g.,
17019         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17020         Include <unistd.h>.  On some systems,
17021         it is required for the definition of _SC_PAGESIZE.
17022
17023 2003-08-16  Jim Meyering  <jim@meyering.net>
17024         and Paul Eggert  <eggert@cs.ucla.edu>
17025
17026         Merges from coreutils, etc.
17027
17028         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17029         using the latest version from cvs.  This avoids problems with #line
17030         directives using a vendor (Sun) compiler.
17031         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17032         Don't set GETGROUPS_LIB here; now it's
17033         done via getgroups.m4's wrapper function.
17034         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17035         rather than just in sh-util/configure.in, so that the
17036         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17037         same.
17038         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17039         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17040         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17041         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17042         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17043         Remove code that is now done by the newly-required macros.
17044         Append $(EXEEXT) to DF_PROG.
17045         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17046         Do not invoke or require the following here,
17047         since prereq.m4 or some gnulib .m4 now does this for us:
17048         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17049         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17050         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17051         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17052         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17053         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17054         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17055         AC_FUNC_OBSTACK.
17056         Do not replace the following functions, as this is now the job
17057         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17058         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17059         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17060         atexit getpass, strdup, getpagesize.
17061         Replace 'raise'.
17062         Do not check for the following functions, as this is now the job
17063         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17064         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17065         setregid.
17066         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17067         Check for sys/sysctl.h.
17068         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17069         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17070         of checking for ssize_t ourselves.
17071
17072         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17073         Require every macro that gnulib/modules/* suggests for us.
17074         (jm_PREREQ_ADDEXT): New macro.
17075         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17076         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17077
17078         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17079         (gl_PHYSMEM): Use it.
17080         Also check for `table' function.
17081         Check for new headers and functions.
17082         Add check for sys/sysmp.h.
17083         With suggestions from Kaveh Ghazi.
17084         Ignore headers that are present but cannot be compiled.  This
17085         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17086         C 5.4.
17087
17088 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17089
17090         Document merge from coreutils.
17091         * modules/userspec: Depend on posixver.
17092         * modules/strftime: Depend on tzset.
17093
17094 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17095
17096         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17097         rather than tab, after '#' in shell-script copyright notices.
17098         Suggested by Bruno Haible.
17099
17100 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17101
17102         * config/srclist-update: Use three spaces, rather than tab, after '#'
17103         in shell-script copyright notices.  Suggested by Bruno Haible.
17104         Remove unnecessary parenthesization in regular expression.
17105
17106 2003-08-15  Jim Meyering  <jim@meyering.net>
17107
17108         Merge from coreutils.
17109         * lib/xgethostname.c: Include <stdlib.h>.
17110         (xghostname): Don't exit for anything other than memory-related
17111         failure; just return NULL.
17112         * lib/userspec.c: Include "posixver.h".
17113         (parse_user_spec): Accept `.' as a separator only
17114         in pre-POSIX-200112 mode.
17115         * lib/strtoimax.c: Use #elif rather than #else #if.
17116         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17117         Remove function, now that we can rely on a working tzset function.
17118         [!_LIBC]: Ensure that the required autoconf test has been run.
17119         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17120         Use underlying_strftime for %r.
17121         * lib/sha.c: Merge in some clean-up and optimization changes from
17122         glibc.
17123         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17124         Ensure that it is a multiple of 64.
17125         Rearrange loop exit tests so as to avoid performing an
17126         additional fread after encountering an error or EOF.
17127         * lib/realloc.c: Update copyright date.
17128
17129 2003-08-15  Jim Meyering  <jim@meyering.net>
17130         and Paul Eggert  <eggert@twinsun.com>
17131
17132         Merge from coreutils.
17133         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17134         member but strut utmpx does not.  Needed for AIX 4.3.3.
17135         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17136
17137 2003-08-15  Jim Meyering  <jim@meyering.net>
17138         and Paul Eggert  <eggert@cs.ucla.edu>
17139
17140         Merges from coreutils, etc.
17141         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17142         Require gl_FUNC_TZSET_CLOBBER.
17143         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17144         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17145         members.
17146
17147 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17148
17149         Help the merge from coreutils.
17150         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17151         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17152         * m4/tzset.m4: Use it too.
17153
17154 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17155
17156         * modules/tzset: New file.
17157
17158 2003-08-14  Jim Meyering  <jim@meyering.net>
17159
17160         Merges from coreutils.
17161         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17162         variable names, rather than @FNMATCH_H@.
17163         * modules/alloca: Likewise for $(ALLOCA_H).
17164
17165         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17166         the three copies of the literal target, `fnmatch.h'.
17167         * modules/alloca (alloca.h): Likewise.
17168
17169 2003-08-14  Jim Meyering  <jim@meyering.net>
17170
17171         Merge from coreutils.
17172         * m4/tzset.m4: New file.
17173         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17174         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17175         otherwise, AIX 5.1 systems would end up using the latter.
17176         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17177         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17178         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17179         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17180
17181 2003-08-14  Jim Meyering  <jim@meyering.net>
17182
17183         Merge from coreutils.
17184         * lib/obstack.h: Whitespace changes.
17185         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17186         and xcalloc return values.
17187         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17188         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17189         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17190         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17191         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17192         error from mntctl.
17193         Use mntctl's return value to drive the entry-processing loop, since
17194         we can't rely on the value of the vmt_length member in the last
17195         entry.  On some systems doing so could result in exhausting
17196         virtual memory.  Based in part on a patch from Mike Jetzer.
17197
17198 2003-08-14  Jim Meyering  <jim@meyering.net>
17199         and Paul Eggert  <eggert@twinsun.com>
17200
17201         Merges from coreutils, plus other fixes.
17202         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17203         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17204         for credits and details.  Thanks to Kaveh Ghazi for helping
17205         to keep these files in sync.
17206         (ARRAY_SIZE): Define it.
17207         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17208         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17209         (memcasecmp): Don't assume size_t fits in unsigned int.
17210         Remove casts and duplicate code.
17211         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17212         (memcpy): Remove definition.
17213         Merge in some clean-up and optimization changes from glibc.
17214         [BLOCKSIZE]: Move definition to top of file.
17215         Ensure that it is a multiple of 64.
17216         Rearrange loop exit tests so as to avoid performing an
17217         additional fread after encountering an error or EOF.
17218         * lib/md5.h (md5_uintptr): Define.
17219         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17220         return to the initial working directory.  Preserve errno
17221         for caller.
17222         * lib/idcache.c: Include "xalloc.h".
17223         (xmalloc, xrealloc): Remove decls.
17224         (getuser): Remove casts no longer required in C89.
17225         * lib/human.c: Include stdio.h, for sprintf.
17226         * lib/group-member.c: Include "xalloc.h".
17227         (xmalloc, xrealloc): Remove decls.
17228         (get_group_info): Remove casts no longer required in C89.
17229         * lib/getusershell.c (readname): Remove casts no longer required in
17230         C89.
17231         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17232         * lib/getline.c: Whitespace fix, from coreutils.
17233
17234 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17235
17236         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17237         Check for isascii.
17238
17239         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17240         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17241         Undo previous (whitespace-only) change.
17242
17243 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17244
17245         * lib/exclude.c: Include <ctype.h>
17246         (IN_CTYPE_DOMAIN): New macro.
17247         (is_space): New fn.
17248         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17249         and empty lines.
17250
17251         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17252         Undo previous (whitespace-only) change.
17253
17254 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17255
17256         * config/srclist-update: Change update back to the old behavior,
17257         leaving whitespace alone.  Use one 'sed' command rather than a
17258         pipeline.
17259         (fixlicense): Now a variable, not a function.
17260         (remove_trailing_blanks): Remove.
17261         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17262         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17263         Undo previous (whitespace-only) change.
17264
17265 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17266
17267         Merge from coreutils.
17268         * modules/euidaccess: Add lib_SOURCES, include for new
17269         file euidaccess.h
17270
17271 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17272
17273         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17274         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17275         Normalize leading white space and remove trailing white space.
17276
17277         Merge from coreutils
17278         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17279
17280         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17281         0.12.1.  These files are now being upgraded automatically by
17282         ../config/srclist-update.
17283
17284 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17285
17286         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17287         Normalize leading white space and remove trailing white space.
17288         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17289         notice, as per ../config/srclist-update.
17290
17291         Merge from coreutils.
17292         * lib/euidaccess.h: New file.
17293         * lib/euidaccess.c: Include it.
17294         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17295         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17296         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17297
17298 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17299
17300         * config/srclist-update: Add copyright notice.
17301         (remove_id_lines, remove_trailing_blanks): New constants.
17302         (fixfile): Use them to normalize spacing a bit in copied files.
17303         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17304         Normalize leading white space and remove trailing white space.
17305
17306         * config/texinfo.tex: Sync with texinfo.
17307
17308         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17309         strtoul.c from libc, to merge coreutils whitespace changes.
17310
17311         * config/srclist.txt: Get the following m4 files from gettext:
17312         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17313         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17314         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17315         wint_t.m4.
17316
17317 2003-08-12  Karl Berry  <karl@gnu.org>
17318
17319         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17320         been made.
17321
17322 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17323
17324         * modules/gnu-source, m4/gnu-source.m4:
17325         Remove; we're assuming Autoconf 2.54 or later now.
17326         Suggested by Bruno Haible.
17327         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17328
17329 2003-08-11  Bruno Haible  <bruno@clisp.org>
17330
17331         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17332
17333 2003-08-11  Bruno Haible  <bruno@clisp.org>
17334
17335         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17336         (vasnprintf): Use it instead of wcslen.
17337
17338 2003-08-11  Bruno Haible  <bruno@clisp.org>
17339
17340         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17341         value to ensure that _Bool promotes to int. Use #define for _Bool when
17342         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17343
17344 2003-08-10  Karl Berry  <karl@gnu.org>
17345
17346         * lib/regex.h: update from libc (whitespace fix).
17347
17348 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17349
17350         Merge some files from coreutils.  These changes were
17351         originally made by Jim Meyering.
17352         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17353         many older Unixes require this.
17354         * lib/alloca.c (alloca): Remove cast to argument of free;
17355         no longer needed in C89.
17356         * lib/alloca_.h, regex.h: Fix white space to match
17357         what GNU indent does.
17358
17359 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17360
17361         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17362         apparently Emacs's Unicode mode got confused before my 2003-08-05
17363         checkin.
17364
17365 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17366
17367         * m4/extensions.m4: New file.
17368         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17369         Require gl_USE_SYSTEM_EXTENSIONS.
17370         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17371         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17372
17373 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17374
17375         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17376         * modules/extensions, modules/gnu-source: New files.
17377         * modules/timespec, modules/unlocked-io: Depend on extensions.
17378
17379 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17380
17381         * modules/restrict: New file.
17382         * MODULES.html.sh (func_all_modules): Add restrict.
17383         * modules/regex: Depend on restrict.
17384
17385 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17386
17387         * m4/restrict.m4: New file.
17388         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17389
17390 2003-08-07  Bruno Haible  <bruno@clisp.org>
17391
17392         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17393         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17394
17395 2003-08-07  Bruno Haible  <bruno@clisp.org>
17396
17397         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17398         makes the module 'getndelim2' compatible with the module 'getline'.
17399
17400 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17401
17402         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17403         byte with "\201" to avoid glitches when editing that source file
17404         with multi-gnome-terminal.
17405
17406 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17407
17408         * lib/bumpalloc.h: Remove.
17409
17410 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17411
17412         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17413         * modules/bumpalloc: Remove.
17414
17415 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17416
17417         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17418         GNU coding style.
17419
17420         Merge from coreutils.
17421         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17422         1. From glibc.
17423         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17424         from Karl Berry, implemented by Jim Meyering.
17425         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17426         from Dmitry V. Levin.
17427         Remove anachronistic cast of xrealloc.
17428         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17429         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17430         type. Otherwise, it wouldn't compile with at least /bin/cc on
17431         ymp-cray-unicos9.0.2.X.
17432         Combine two mostly-identical uses of alloca into one.
17433         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17434
17435 2003-08-04  Dave Love  <d.love@dl.ac.uk>
17436
17437         [From Emacs.]
17438
17439         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17440         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17441         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17442         obsolete NLIST_NAME_UNION.
17443         [__GNU__]: Undef BSD and FSCALE.
17444         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17445
17446 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17447
17448         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17449         an enum type, so that it's guaranteed to promote to int.  See:
17450         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17451
17452 2003-08-03  Karl Berry  <karl@gnu.org>
17453
17454         * config/depcomp: update from automake.
17455
17456 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17457
17458         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17459         (strerror): Don't assume that a printable int fits in 14 bytes.
17460
17461 2003-07-31  Bruno Haible  <bruno@clisp.org>
17462
17463         * modules/getpass-gnu: New file.
17464         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17465
17466 2003-07-31  Bruno Haible  <bruno@clisp.org>
17467
17468         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17469
17470 2003-07-24  Karl Berry  <karl@gnu.org>
17471
17472         * config/missing: update from automake.
17473
17474 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17475             Bruno Haible  <bruno@clisp.org>
17476
17477         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17478         * lib/getline.c (getline, getdelim): Likewise.
17479         Remove _GNU_SOURCE define; now it's defined in config.h through
17480         m4/getline.m4.
17481
17482 2003-07-23  Karl Berry  <karl@gnu.org>
17483
17484         * config/config.sub: update from prep.
17485
17486 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17487
17488         * modules/xalloc (Depends-on): Add exitfail.
17489         * modules/xmemcoll: Likewise.
17490
17491 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17492
17493         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17494         over-parenthesization in macros.
17495
17496         Sync with coreutils.
17497
17498         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17499         required by C99.
17500
17501         Use `exit_failure' for xalloc and xmemcoll instead of their own
17502         private exit-failure variables.
17503         * lib/xalloc.h (xalloc_exit_failure): Remove.
17504         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17505         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17506         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17507         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17508         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17509
17510 2003-07-20  Jim Meyering  <jim@meyering.net>
17511
17512         * modules/closeout (Depends-on): Add exitfail.
17513         Suggestion from Bruno Haible.
17514
17515 2003-07-19  Karl Berry  <karl@gnu.org>
17516
17517         * config/config.sub: update from prep.
17518
17519 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17520
17521         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17522         Remove.
17523         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17524         to test that it can stand by itself.  Include "exitfail.h".
17525         Clients should set exit_failure instead.
17526         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17527
17528 2003-07-18  Bruno Haible  <bruno@clisp.org>
17529
17530         * modules/getndelim2: New file.
17531         * modules/getline: Share files with module getndelim2.
17532         * modules/getnline: Depend on getndelim2 instead of sharing files with
17533         it. Add getnline.c to lib_SOURCES.
17534         * MODULES.html.sh (func_all_modules): Add getndelim2.
17535
17536 2003-07-18  Bruno Haible  <bruno@clisp.org>
17537
17538         * m4/getndelim2.m4: New file.
17539         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17540         invoke gl_PREREQ_GETNDELIM2.
17541         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17542         gl_PREREQ_GETNDELIM2.
17543         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17544         gl_GETNDELIM2.
17545
17546 2003-07-18  Bruno Haible  <bruno@clisp.org>
17547
17548         * lib/getndelim2.h: New file.
17549         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17550         getndelim2.h.
17551         (getndelim2): Make non-static. Change return type to ssize_t.
17552         * lib/getline.h: Change argument names.
17553         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17554         * lib/getnline.c: Include getndelim2.h.
17555
17556 2003-07-18  Andreas Schwab  <schwab@suse.de>
17557
17558         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17559
17560 2003-07-17  Karl Berry  <karl@gnu.org>
17561
17562         * config/config.sub: update from prep.
17563
17564 2003-07-17  Bruno Haible  <bruno@clisp.org>
17565
17566         * modules/getnline: New file.
17567         * modules/getline: Add lib/getndelim2.c to source file list.
17568         * MODULES.html.sh (func_all_modules): Add getnline.
17569
17570 2003-07-17  Bruno Haible  <bruno@clisp.org>
17571
17572         * m4/getnline.m4: New file.
17573
17574 2003-07-17  Bruno Haible  <bruno@clisp.org>
17575
17576         * m4/Makefile.am.in: Remove file.
17577         * m4/Makefile.am: Remove file.
17578         * m4/Makefile.in: Remove file.
17579
17580 2003-07-17  Bruno Haible  <bruno@clisp.org>
17581
17582         * lib/getnline.h: New file.
17583         * lib/getnline.c: New file.
17584         * lib/getndelim2.c: New file, extracted from getline.c.
17585         (getndelim2): Renamed from getdelim2, with added nmax argument.
17586         * lib/getline.c: Include getndelim2.c.
17587         (getdelim2): Moved out to getndelim2.c.
17588         (getline, getdelim): Update.
17589
17590 2003-07-17  Bruno Haible  <bruno@clisp.org>
17591
17592         * lib/Makefile.am: Remove file.
17593         * lib/Makefile.in: Remove file.
17594
17595 2003-07-17  Bruno Haible  <bruno@clisp.org>
17596
17597         * configure.in: Remove file.
17598         * Makefile.in: Remove file.
17599
17600 2003-07-17  Bruno Haible  <bruno@clisp.org>
17601
17602         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17603
17604 2003-07-16  Karl Berry  <karl@gnu.org>
17605
17606         * config/srclist-update: was running fixlicense twice, which caused
17607                 texinfo.tex to be nullified for some reason.  Simplify,
17608                 $gplsrc is no longer needed as far as I can see?
17609
17610 2003-07-16  Jim Meyering  <jim@meyering.net>
17611
17612         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17613
17614 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17615
17616         * config/srclist.txt: Get the following files from gettext-runtime/intl
17617         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17618         ref-del.sin.  From Bruno Haible.
17619         * config/srclist-update (fixfile): Change grep pattern again, since the
17620         previous fix didn't work (there was another trailing $).  Use
17621         '[$]' to escape the $s.
17622
17623 2003-07-15  Karl Berry  <karl@gnu.org>
17624
17625         * lib/vasnprintf.c: update from gettext.
17626
17627 2003-07-15  Karl Berry  <karl@gnu.org>
17628
17629         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17630         gets expanded when surrounded by '$'.
17631
17632 2003-07-15  Jim Meyering  <jim@meyering.net>
17633
17634         * modules/save-cwd: Don't depend on error.  From Derek Price.
17635
17636 2003-07-15  Jim Meyering  <jim@meyering.net>
17637
17638         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17639
17640 2003-07-14  Simon Josefsson  <jas@extundo.com>
17641
17642         * modules/mempcpy: New file.
17643         * MODULES.html.sh (func_all_modules): Add mempcpy.
17644
17645 2003-07-14  Simon Josefsson  <jas@extundo.com>
17646
17647         * m4/mempcpy.m4: New file.
17648
17649 2003-07-14  Simon Josefsson  <jas@extundo.com>
17650
17651         * lib/mempcpy.h: New file.
17652         * lib/mempcpy.c: New file.
17653
17654 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17655
17656         * modules/getdate, modules/posixtm: Depend on mktime.
17657
17658 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17659
17660         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
17661         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
17662         unicodeio.c, unicodeio.h, unlocked-io.h:
17663         Switch from LGPL to GPL.
17664
17665 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17666
17667         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
17668         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
17669         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
17670         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
17671         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
17672         updated automatically by ../config/srclist-update.  This changes
17673         their license from LPGL to GPL.
17674
17675 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17676
17677         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
17678         assumed to refer to the root of the most recent stable gettext version.
17679         * config/srclistvars.sh: Add defaults for eggert.
17680         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
17681         Match "This program" as well as "The program".  This is needed
17682         for gettext.
17683
17684 2003-07-14  Jim Meyering  <jim@meyering.net>
17685
17686         Don't emit diagnostics.  Let callers do that.
17687         * lib/save-cwd.c: Don't include "error.h".
17688         (save_cwd): Don't call error.  Ensure that errno is valid
17689         when returning nonzero.
17690
17691         * lib/save-cwd.h (restore_cwd): Update prototype.
17692         * lib/save-cwd.c (restore_cwd): Remove two parameters.
17693         Simplify.  Don't call error upon failure.  Let callers do that.
17694         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
17695         when auditing is enabled.  But don't bother updating the #if.
17696
17697 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
17698
17699         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
17700         it breaks C++ compilation.
17701         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
17702
17703 2003-07-10  Simon Josefsson  <jas@extundo.com>
17704
17705         * modules/strchrnul (Makefile.am): Add strchrnul.h.
17706
17707 2003-07-10  Jim Meyering  <jim@meyering.net>
17708
17709         * m4/clock_time.m4: Remove trailing blank.
17710         * m4/intmax_t.m4: Likewise.
17711
17712 2003-07-10  Jim Meyering  <jim@meyering.net>
17713
17714         * lib/vasnprintf.c: Remove trailing blanks.
17715         Make cpp indentation consistent.
17716
17717 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17718
17719         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
17720         posixver.c, strftime.c, strnlen.c, strverscmp.c:
17721         Switch from LGPL to GPL.
17722
17723 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17724
17725         * config/srclist.txt: Sort sublists.  Add
17726         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
17727         that differ from gnulib for one reason or another; we'd like this list
17728         to be smaller but for now let's document what we have.
17729
17730 2003-07-08  Paul Eggert  <eggert@twinsun.com>
17731
17732         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
17733         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
17734         and sweeter "eval x=$x".
17735         * config/srclist.txt: Get lib/argp* from glibc.
17736
17737 2003-07-07  Paul Eggert  <eggert@twinsun.com>
17738
17739         * lib/mktime.c: Fix some boundary cases and remove need for floating
17740         point.
17741
17742         Issue a compile-time diagnostic if time_t is floating point, or if
17743         two's complement arithmetic is not in effect, or if arithmetic
17744         right shift does not propagate the sign.  These assumptions were
17745         all in the original code but they weren't checked.
17746
17747         (TIME_T_MIDPOINT, verify): New macros.
17748         (__isleap): Remove; it has integer overflow problems.
17749         (leapyear): New function, without those problems.
17750         (ydhms_tm_diff): Remove; splitting into two parts.
17751         (ydhms_diff): New function, containing the arithmetic part of
17752         the old ydhms_tm_diff function.  Issue a compile-time
17753         diagnostic if we are not using C99 integer division.
17754         Avoid casts when possible.
17755         (guess_time_tm): New function, containing the checking part of
17756         the old ydhms_tm_diff function.  Return the new value, rather than
17757         the difference between it and the old.  Accept a new argument T
17758         so that *T specifies the old value.  Check for overflow in the result.
17759
17760         (__mktime_internal): Use a time_t offset, not a long int offset.
17761         This undoes the 2003-06-04 change, which is no longer needed now
17762         that we have better overflow checking.
17763         (localtime_offset): Likewise.
17764
17765         (__mktime_internal): Avoid harmful overflow on hosts where time_t
17766         and long are 64-bit but int is only 32-bit.
17767         (ydhms_diff): Use long int to store year1 and yday1.
17768         Issue a compile-time diagnostic if long int is not wide enough.
17769
17770         (__mktime_internal): Use long int to store adjusted year and yday.
17771         Use plain C rather than preprocessor commands, if that doesn't
17772         affect efficiency.
17773         Check for overflow (and try to repair) after each probe
17774         rather than checking only at the very end.  This avoids some bugs
17775         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
17776         does not equal GMT offset at maximum time).
17777         Use integer to check for overflow rather than floating point; this
17778         is more portable to non-IEEE hosts, and is a tad faster.
17779         When we detect that we are oscillating between two values,
17780         don't check whether tm_isdst has the requested value, since
17781         we already know the answer.  When tm_isdst has the wrong value,
17782         use a different heuristic to find the right one, based on the
17783         extreme values actually observed in practice in tz2003a,
17784         rather than the (overly optimistic) "previous 3 calendar quarters".
17785
17786         (not_equal_tm, print_tm, check_result): Use "const T" rather than
17787         "T const" to accommodate glibc style.
17788         (check_result): Use less-confusing report format.  "long" -> "long int.
17789         (main): Likewise.
17790         Don't loop if the iteration overflows time_t.
17791         Allow a negative step in the iteration.
17792
17793 2003-07-06  Karl Berry  <karl@gnu.org>
17794
17795         * config/depcomp: update from automake.
17796         * config/config.sub: update from prep.
17797
17798 2003-07-03  Karl Berry  <karl@gnu.org>
17799
17800         * config/config.guess: update from prep.
17801
17802 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17803
17804         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
17805         xreadlink.c now includes it unconditionally.
17806
17807 2003-07-01  Paul Eggert  <eggert@twinsun.com>
17808
17809         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
17810         having it depend on HAVE_SYS_TYPES_H.
17811
17812 2003-07-01  Bruno Haible  <bruno@clisp.org>
17813
17814         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
17815         <sys/types.h> should be sufficient.
17816         Reported by Paul Eggert.
17817
17818 2003-06-26  Karl Berry  <karl@gnu.org>
17819
17820         * config/depcomp: update from automake.
17821
17822 2003-06-26  Bruno Haible  <bruno@clisp.org>
17823
17824         * modules/human: Depend on module stdbool.
17825
17826 2003-06-25  Bruno Haible  <bruno@clisp.org>
17827
17828         * modules/readlink: New file.
17829         * modules/xreadlink: Depend on it.
17830         * MODULES.html.sh (func_all_modules): Add readlink.
17831
17832 2003-06-25  Bruno Haible  <bruno@clisp.org>
17833
17834         * m4/readlink.m4: New file.
17835
17836 2003-06-25  Bruno Haible  <bruno@clisp.org>
17837
17838         * lib/readlink.c: New file.
17839
17840 2003-06-22  Karl Berry  <karl@gnu.org>
17841
17842         * config/srclist.txt: update mkinstalldirs from automake.
17843         * config/mkinstalldirs: update.
17844
17845 2003-06-22  Bruno Haible  <bruno@clisp.org>
17846
17847         Portability to mingw32.
17848         * m4/ssize_t.m4: New file, from GNU gettext.
17849         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
17850         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
17851
17852 2003-06-22  Bruno Haible  <bruno@clisp.org>
17853
17854         * modules/safe-read: Add m4/ssize_t.m4.
17855         * modules/xreadlink: Add m4/ssize_t.m4.
17856
17857 2003-06-20  Bruno Haible  <bruno@clisp.org>
17858
17859         Assume C89, so PARAMS isn't needed.
17860         * lib/unicodeio.h (PARAMS): Remove.
17861         * lib/unicodeio.c: Don't use PARAMS.
17862
17863 2003-06-18  Karl Berry  <karl@gnu.org>
17864
17865         * config/config.{guess,sub}: update from prep.
17866
17867 2003-06-18  Jim Meyering  <jim@meyering.net>
17868
17869         Merge changes from coreutils.
17870         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
17871         Remove explicit declarations of xmalloc and realloc.
17872         Include xalloc.h.
17873         (read_utmp): Remove anachronistic cast of xmalloc.
17874
17875 2003-06-17  Paul Eggert  <eggert@twinsun.com>
17876
17877         Assume C89, so PARAMS isn't needed.
17878         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
17879         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
17880         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
17881         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
17882         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
17883         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
17884         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
17885         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
17886         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
17887         lib/xstrtod.h, lib/xstrtol.h: Likewise.
17888         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
17889         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
17890         no longer needed. Anyway, config.h should always be included before any
17891         other file.
17892
17893 2003-06-11  Simon Josefsson  <jas@extundo.com>
17894
17895         * modules/sysexits: New file.
17896         * MODULES.html.sh (func_all_modules): Add sysexits.
17897
17898 2003-06-11  Simon Josefsson  <jas@extundo.com>
17899
17900         * lib/sysexit_.h: New file.
17901
17902 2003-06-11  Derek Price  <derek@ximbiot.com>
17903
17904         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
17905         necessary.
17906
17907 2003-06-11  Bruno Haible  <bruno@clisp.org>
17908
17909         * m4/sysexits.m4: New file.
17910
17911 2003-06-10  Simon Josefsson  <jas@extundo.com>
17912
17913         * lib/argp.h: New file, from glibc.
17914         * lib/argp-ba.c: New file, from glibc.
17915         * lib/argp-eexst.c: New file, from glibc.
17916         * lib/argp-fmtstream.c: New file, from glibc.
17917         * lib/argp-fmtstream.h: New file, from glibc.
17918         * lib/argp-fs-xinl.c: New file, from glibc.
17919         * lib/argp-help.c: New file, from glibc.
17920         * lib/argp-namefrob.h: New file, from glibc.
17921         * lib/argp-parse.c: New file, from glibc.
17922         * lib/argp-pv.c: New file, from glibc.
17923         * lib/argp-pvh.c: New file, from glibc.
17924         * lib/argp-xinl.c: New file, from glibc.
17925
17926 2003-06-10  Simon Josefsson  <jas@extundo.com>
17927
17928         * modules/strchrnul: New file.
17929
17930 2003-06-10  Simon Josefsson  <jas@extundo.com>
17931
17932         * modules/argp: New file.
17933
17934 2003-06-10  Simon Josefsson  <jas@extundo.com>
17935
17936         * m4/strchrnul.m4: New file.
17937
17938 2003-06-10  Simon Josefsson  <jas@extundo.com>
17939
17940         * lib/strchrnul.h: New file.
17941         * lib/strchrnul.c: New file.
17942
17943 2003-06-10  Bruno Haible  <bruno@clisp.org>
17944
17945         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
17946
17947 2003-06-07  Karl Berry  <karl@gnu.org>
17948
17949         * config/config.{guess,sub}: update from prep.
17950
17951 2003-06-07  Jim Meyering  <jim@meyering.net>
17952
17953         * modules/strtod: Use $(...) notation, not @...@ for
17954         AC_REPLACE'd variables.
17955         * modules/localcharset: Likewise.
17956
17957 2003-06-07  Jim Meyering  <jim@meyering.net>
17958
17959         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
17960         in place of my name in the copyright comment.
17961         Remove definition and uses of __P.
17962
17963         From coreutils.
17964         * lib/stat.c: Don't declare xmalloc explicitly.
17965         Instead, include "xalloc.h".
17966         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
17967         xrealloc, and xcalloc return values.
17968         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
17969         Improve comment.
17970         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
17971
17972 2003-06-07  Bruno Haible  <bruno@clisp.org>
17973
17974         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
17975         avoid AC_CONFIG_LINKS.
17976         * modules/fnmatch (Makefile.am): Use explicit creation rule for
17977         fnmatch.h, to avoid AC_CONFIG_LINKS.
17978         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
17979
17980 2003-06-07  Bruno Haible  <bruno@clisp.org>
17981
17982         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
17983         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
17984         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
17985         directory.
17986         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
17987         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
17988         directory.
17989
17990 2003-06-06  Jim Meyering  <jim@meyering.net>
17991
17992         Merge from coreutils.
17993         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
17994         Consolidate declarations and initializations of *_base* locals.
17995
17996         Merge from coreutils.
17997         This avoids a core dump on systems without GNU putenv,
17998         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
17999         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18000         (unsetenv): New static function, from GNU libc.
18001         (rpl_putenv): Use it.
18002
18003         * lib/modechange.c: Remove trailing blanks.
18004
18005         Merge from coreutils.
18006         * lib/fsusage.c: Remove declaration of statfs.
18007         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18008
18009         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18010
18011 2003-06-06  Jim Meyering  <jim@meyering.net>
18012
18013         * lib/stdbool_.h: Renamed from stdbool.h.in.
18014
18015 2003-06-06  Jim Meyering  <jim@meyering.net>
18016             Bruno Haible  <bruno@clisp.org>
18017
18018         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18019         Adjust Makefile.am snippet not to redirect directly to target.
18020         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18021
18022 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18023
18024         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18025         mismatch, look in future quarters as well as past.  This fixes a
18026         bug when processing fall-backwards gaps immediately after a long
18027         period of daylight-saving time.
18028
18029         * lib/mktime.c: Assume freestanding C89 or better.
18030         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18031         (__P): Remove; not used.
18032         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18033         (mktime, not_equal_tm, print_tm, check_result,
18034         main): Use prototypes.  Use const * where appropriate.
18035         (main): Fix typo in testing code that uncovered by above changes.
18036         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18037
18038 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18039
18040         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18041         locale.h, localeconv.  This merges changes from coreutils.
18042
18043         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18044         It can be removed after the next Autoconf is released.
18045         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18046         needed.
18047
18048 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18049
18050         * lib/mktime.c: Fix Debian bug 177940
18051         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18052         (localtime_offset): Now long int, not time_t, because we want it
18053         to be guaranteed to be signed.  All uses changed.
18054         (__mktime_internal): If overflow would occur when adding offset,
18055         don't add it.
18056
18057         Merge 'human' changes from coreutils.  Rewrite to support
18058         locale-specific notations like thousands separators.
18059         * lib/human.c: Simplify authorship notice.
18060         Include human.h immediately after config.h.
18061         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18062         <limits.h>: Do not include, since human.h does.
18063         (SIZE_MAX, UINTMAX_MAX): New macros.
18064         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18065         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18066         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18067         (power_letter): Renamed from suffixes.
18068         (generate_suffix_backwards): Remove.
18069         (adjust_value): Now takes int style (because of human.h changes)
18070         and long double value (for greater precision on some platforms).
18071         (group_number): New function.
18072         (human_readable): Use it.  Use integer options, not enum.
18073         Put the options before the sizes in the arg list.
18074         Support all the new options.
18075         The old human_readable function has been removed;
18076         use inttostr.h instead.
18077         (human_readable, default_block_size, humblock):
18078         Use uintmax_t, not int, for block sizes.
18079         (human_readable_inexact, block_size_types): Remove.
18080         (block_size_opts): New constant.
18081         (human_options): Renamed from human_block_size, with new signature
18082         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18083         * lib/human.h: Add copyright and authorship notice.
18084         Include <limits.h> and <stdbool.h> unconditionally.
18085         (PARAMS): Remove.  All uses removed.
18086         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18087         (enum human_inexact_style): Remove tag; now a nameless enum.
18088         (human_floor, human_ceiling, human_round_to_even): Now have
18089         values 2, 0, 1 rather than -1, 1, 0.
18090         (human_group_digits, human_suppress_point_zero, human_autoscale,
18091         human_base_1024, human_SI, human_B): New constants.
18092         (human_readable_inexact, human_block_size): Remove.
18093         (human_readable): Size args are now uintmax_t, not int.
18094         (human_options): New decl.
18095
18096         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18097         unnecessary now that we assume C89 or better.  This change
18098         imported from coreutils.
18099
18100         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18101         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18102         in the 2003-05-30 sync from glibc.
18103
18104         .h files should stand alone, but we shouldn't include <sys/types.h>
18105         if we can get away with just <stddef.h>.
18106
18107         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18108         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18109         rather than <sys/types.h>, as we merely need size_t.
18110         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18111         to get size_t.
18112         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18113         Include <stdio.h>, to get FILE.
18114         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18115         memcasecmp.h has included <stddef.h> and all we need is size_t.
18116         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18117         our interface, instead of including <sys/types.h>
18118
18119 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18120
18121         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18122         now, as glibc mktime is buggy on non-glibc systems.
18123
18124 2003-06-03  Karl Berry  <karl@gnu.org>
18125
18126         * config/config.sub: update from prep.
18127
18128 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18129
18130         [from coreutils]
18131         Fix some minor time-related bugs with POSIX time arguments.
18132         Some valid time stamps were being rejected (notably -1, and
18133         time stamps before 1900 on 64-bit hosts).  And some invalid
18134         time stamps were being accepted, e.g. September 31.
18135
18136         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18137         that we can return (time_t) -1 successfully.
18138         * lib/posixtm.c: Likewise.
18139         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18140         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18141         (t): Remove static var.
18142         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18143         of static var.  All uses changed.
18144         (year): Do not reject years before 1900; they can occur with
18145         64-bit time_t.
18146         (posix_time_parse): Do not check for out-of-range components;
18147         that is now the caller's responsibility, since our checks were
18148         only approximations.
18149         (posixtime): Use mktime to check for out-of-range components,
18150         since it knows them exactly.
18151         If mktime returns (time_t) -1, check whether an error actually occurred
18152         by invoking localtime on -1.
18153         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18154         posixtime failures better.
18155         Improve the test data (in comments only).
18156
18157 2003-06-02  Karl Berry  <karl@gnu.org>
18158
18159         * config/mkinstalldirs (version): new variable.
18160         (--version): new option.
18161         (usage): improve message.
18162
18163 2003-05-30  Karl Berry  <karl@gnu.org>
18164
18165         * lib/mktime.c: update from libc.
18166
18167 2003-05-30  Bruno Haible  <bruno@clisp.org>
18168
18169         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18170         * config/config.rpath: Upgrade to gettext-0.12.1.
18171
18172 2003-05-30  Bruno Haible  <bruno@clisp.org>
18173
18174         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18175         * m4/nls.m4: New file, from gettext-0.12.1.
18176         * m4/po.m4: New file, from gettext-0.12.1.
18177         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18178
18179 2003-05-30  Bruno Haible  <bruno@clisp.org>
18180
18181         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18182         * lib/localcharset.h: Likewise.
18183         * lib/localcharset.c: Likewise.
18184
18185 2003-05-29  Karl Berry  <karl@gnu.org>
18186
18187         * config/config.rpath: update from gettext.
18188
18189 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18190
18191         Assume the headers required for C89 freestanding compilers.
18192         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18193         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18194         * m4/human.m4 (gl_HUMAN): Likewise.
18195         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18196         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18197         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18198         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18199         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18200         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18201
18202 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18203
18204         Assume the headers required for C89 freestanding compilers.
18205         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18206         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18207         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18208         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18209         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18210         define, since <limits.h> is guaranteed to do that.
18211         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18212         * lib/exclude.c: Include <stdbool.h> unconditionally.
18213         * lib/tempname.c: Include <stddef.h> unconditionally.
18214         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18215         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18216         <stddef.h> does that.
18217         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18218         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18219         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18220         needed.
18221         * lib/xstrtol.c: Likewise.
18222         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18223         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18224
18225         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18226         warnings on some platforms.
18227
18228         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18229         arbitrarily.
18230
18231 2003-05-26  Jim Meyering  <jim@meyering.net>
18232
18233         Merge in a change from coreutils:
18234         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18235         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18236         that condition, rather than `-1' which is slightly misleading.
18237         Change the name of the cache variable to have the gl_ prefix.
18238         Prompted by a patch from Richard Dawe for DJGPP.
18239
18240 2003-05-24  Karl Berry  <karl@gnu.org>
18241
18242         * config/config.guess: update from prep.
18243
18244 2003-05-22  Karl Berry  <karl@gnu.org>
18245
18246         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18247
18248 2003-05-20  Karl Berry  <karl@gnu.org>
18249
18250         * config/config.guess: update from prep.
18251
18252 2003-05-18  Karl Berry  <karl@gnu.org>
18253
18254         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18255         might actually be set by the user.
18256
18257         * config/depcomp, install-sh, mdate-sh: update from automake.
18258
18259 2003-05-17  Bruno Haible  <bruno@clisp.org>
18260
18261         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18262         invalid expansion for AC_EGREP_CPP.
18263         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18264         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18265         Suggested by Akim Demaille <akim@epita.fr> in
18266         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18267
18268 2003-05-12  Jim Meyering  <jim@meyering.net>
18269
18270         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18271         the space-padded-by-default conversion specifiers, %e, %k, %l.
18272
18273 2003-05-12  Bruno Haible  <bruno@clisp.org>
18274
18275         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18276         the string is longer than 4 KB.
18277
18278 2003-05-11  Karl Berry  <karl@gnu.org>
18279
18280         * config/config.{guess,sub}: update from prep.
18281
18282 2003-05-09  Bruno Haible  <bruno@clisp.org>
18283
18284         * modules/error: Add m4/strerror_r.m4 to file list.
18285
18286 2003-05-03  Bruno Haible  <bruno@clisp.org>
18287
18288         Upgrade to Unicode-4.0.
18289         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18290         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18291         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18292         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18293         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18294         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18295         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18296         Change width of U+E0100..U+E01EF from 1 to 0.
18297
18298 2003-04-25  Jim Meyering  <jim@meyering.net>
18299
18300         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18301         of type size_t, not int.
18302
18303 2003-04-25  Bruno Haible  <bruno@clisp.org>
18304
18305         * lib/copy-file.c: Include <stddef.h>, for size_t.
18306
18307 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18308
18309         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18310         code which expansion is under static control.  Patch imported from
18311         Akim Demaille's patch to Bison; see
18312         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18313
18314 2003-04-14  Bruno Haible  <bruno@clisp.org>
18315
18316         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18317
18318 2003-04-11  Jim Meyering  <jim@meyering.net>
18319
18320         Merge changes from Coreutils.
18321
18322         2003-03-22  Jim Meyering  <jim@meyering.net>
18323
18324         * lib/strftime.c (widen): Cast alloca return value to proper type.
18325
18326         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18327
18328         From GNU libc.
18329         * lib/strftime.c (my_strftime): Handle very large width
18330         specifications for numeric values correctly.  Improve checks for
18331         overflow.
18332
18333         2003-01-19  Jim Meyering  <jim@meyering.net>
18334
18335         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18336         definitions.
18337         (nl_get_alt_digit) [! defined my_strftime]: Define.
18338         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18339         _nl_get_alt_digit and _nl_get_walt_digit.
18340
18341         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18342         libc. These changes have no effect outside of _LIBC.
18343
18344 2003-04-10  Bruno Haible  <bruno@clisp.org>
18345
18346         * modules/findprog: New file.
18347         * MODULES.html.sh (func_all_modules): Add it.
18348
18349 2003-04-10  Bruno Haible  <bruno@clisp.org>
18350
18351         * m4/findprog.m4: New file.
18352         * m4/eaccess.m4: New file.
18353
18354 2003-04-10  Bruno Haible  <bruno@clisp.org>
18355
18356         * lib/findprog.h: New file, from GNU gettext.
18357         * lib/findprog.c: New file, from GNU gettext.
18358
18359 2003-04-05  Jim Meyering  <jim@meyering.net>
18360
18361         Merge changes from Coreutils.
18362
18363         * lib/exclude.h (PARAMS): Remove definition and uses.
18364         * lib/exclude.c: Remove uses of `PARAMS'.
18365
18366         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18367         Add test-cases for DOS filenames. Declare program_name.
18368         (main): Set up program_name.  Patch by Rich Dawe.
18369
18370         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18371         error from mntctl.
18372         Use mntctl's return value to drive the entry-processing loop, since
18373         we can't rely on the value of the vmt_length member in the last
18374         entry.  On some systems doing so could result in exhausting
18375         virtual memory.  Based in part on a patch from Mike Jetzer.
18376
18377 2003-04-04  Bruno Haible  <bruno@clisp.org>
18378
18379         * modules/linebreak: New file.
18380         * MODULES.html.sh (func_all_modules): Add it.
18381
18382 2003-04-04  Bruno Haible  <bruno@clisp.org>
18383
18384         * m4/linebreak.m4: New file.
18385
18386 2003-04-04  Bruno Haible  <bruno@clisp.org>
18387
18388         * lib/linebreak.h: New file, from GNU gettext.
18389         * lib/linebreak.c: New file, from GNU gettext with slight
18390         modifications.
18391         * lib/lbrkprop.h: New file, from GNU gettext.
18392
18393 2003-04-03  Bruno Haible  <bruno@clisp.org>
18394
18395         * modules/utf8-ucs4: New file.
18396         * modules/utf16-ucs4: New file.
18397         * modules/ucs4-utf8: New file.
18398         * modules/ucs4-utf16: New file.
18399         * MODULES.html.sh (func_all_modules): Add them.
18400
18401 2003-04-03  Bruno Haible  <bruno@clisp.org>
18402
18403         * m4/utf-ucs4.m4: New file.
18404         * m4/ucs4-utf.m4: New file.
18405
18406 2003-04-03  Bruno Haible  <bruno@clisp.org>
18407
18408         * lib/utf8-ucs4.h: New file, from GNU gettext.
18409         * lib/utf16-ucs4.h: New file, from GNU gettext.
18410         * lib/ucs4-utf8.h: New file, from GNU gettext.
18411         * lib/ucs4-utf16.h: New file, from GNU gettext.
18412
18413 2003-04-02  Bruno Haible  <bruno@clisp.org>
18414
18415         * modules/binary-io: New file.
18416         * MODULES.html.sh (func_all_modules): Add it.
18417
18418 2003-04-02  Bruno Haible  <bruno@clisp.org>
18419
18420         * lib/binary-io.h: New file, from GNU gettext.
18421
18422 2003-04-01  Bruno Haible  <bruno@clisp.org>
18423
18424         * modules/pathname: New file.
18425         * MODULES.html.sh (func_all_modules): Add it.
18426
18427 2003-04-01  Bruno Haible  <bruno@clisp.org>
18428
18429         * lib/pathname.h: New file, from GNU gettext.
18430         * lib/concatpath.c: New file, from GNU gettext.
18431
18432 2003-03-30  Bruno Haible  <bruno@clisp.org>
18433
18434         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18435
18436 2003-03-30  Bruno Haible  <bruno@clisp.org>
18437
18438         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18439         function chown() doesn't exist.
18440
18441 2003-03-28  Bruno Haible  <bruno@clisp.org>
18442
18443         * modules/copy-file: New file.
18444         * MODULES.html.sh (func_all_modules): Add it.
18445
18446 2003-03-28  Bruno Haible  <bruno@clisp.org>
18447
18448         * m4/copy-file.m4: New file.
18449
18450 2003-03-28  Bruno Haible  <bruno@clisp.org>
18451
18452         * lib/copy-file.h: New file, from GNU gettext.
18453         * lib/copy-file.c: New file, from GNU gettext.
18454
18455 2003-03-18  Jim Meyering  <jim@meyering.net>
18456
18457         * lib/quote.c (quote_n): Fix typo in comment.
18458
18459 2003-03-18  Bruno Haible  <bruno@clisp.org>
18460
18461         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18462         checking.
18463         * m4/onceonly_2_57.m4: Likewise.
18464
18465 2003-03-17  Bruno Haible  <bruno@clisp.org>
18466
18467         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18468         (m4_quote): Remove macro.
18469         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18470
18471 2003-03-14  Jim Meyering  <jim@meyering.net>
18472
18473         Merge changes from Coreutils.
18474         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18475         to be const, in order to avoid warnings.
18476         (obstack_room): Likewise.
18477         (obstack_empty_p): Likewise.
18478
18479 2003-03-14  Bruno Haible  <bruno@clisp.org>
18480
18481         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18482         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18483
18484 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18485
18486         Merge changes from Bison.
18487         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18488         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18489         when compiling Bison 1.875's `bitset bset = obstack_alloc
18490         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18491         * lib/hash.c: Include <stdbool.h> unconditionally.
18492
18493 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18494
18495         * m4/onceonly.m4 (m4_quote): New macro.
18496         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18497         Quote AC_FOREACH variable-expansions properly.
18498
18499 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18500
18501         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18502
18503 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18504
18505         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18506         Reported by Bruce Becker; see:
18507         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18508
18509 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18510             Bruno Haible  <bruno@clisp.org>
18511
18512         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18513         Reported by John Hughes, see
18514         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18515
18516 2003-02-20  Bruno Haible  <bruno@clisp.org>
18517
18518         * MODULES.html.sh (func_all_modules): Add poll.
18519
18520 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18521
18522         * modules/poll: New file.
18523
18524 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18525
18526         * lib/poll_.h: New file.
18527         * lib/poll.c: New file.
18528
18529 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18530
18531         * m4/poll.m4: New file.
18532
18533 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18534
18535         * modules/mathl: New file.
18536
18537 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18538
18539         * lib/mathl.h: New file.
18540         * lib/acosl.c: New file.
18541         * lib/asinl.c: New file.
18542         * lib/atanl.c: New file.
18543         * lib/ceill.c: New file.
18544         * lib/cosl.c: New file.
18545         * lib/expl.c: New file.
18546         * lib/floorl.c: New file.
18547         * lib/frexpl.c: New file.
18548         * lib/ldexpl.c: New file.
18549         * lib/logl.c: New file.
18550         * lib/sincosl.c: New file.
18551         * lib/sinl.c: New file.
18552         * lib/sqrtl.c: New file.
18553         * lib/tanl.c: New file.
18554         * lib/trigl.c: New file.
18555         * lib/trigl.h: New file.
18556
18557 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18558
18559         * m4/mathl.m4: New file.
18560
18561 2003-02-18  Bruno Haible  <bruno@clisp.org>
18562
18563         * MODULES.html.sh (func_all_modules): Add mathl.
18564
18565 2003-02-17  Bruno Haible  <bruno@clisp.org>
18566
18567         * modules/mkdtemp: New module.
18568         * MODULES.html.sh (func_all_modules): Add it.
18569
18570 2003-02-17  Bruno Haible  <bruno@clisp.org>
18571
18572         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18573
18574 2003-02-17  Bruno Haible  <bruno@clisp.org>
18575
18576         * lib/mkdtemp.h: New file, from GNU gettext.
18577         * lib/mkdtemp.c: New file, from GNU gettext.
18578
18579 2003-02-02  Jim Meyering  <jim@meyering.net>
18580
18581         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18582         e.g. glibc-2.2.93.
18583
18584 2003-01-31  Bruno Haible  <bruno@clisp.org>
18585
18586         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18587         'rpl_rename'.
18588         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18589         'rpl_strnlen'.
18590         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18591         'rpl_strtod'.
18592         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18593         'rpl_utime'.
18594
18595 2003-01-31  Bruno Haible  <bruno@clisp.org>
18596
18597         * lib/rename.c: #undef rename before defining rpl_rename.
18598         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18599
18600 2003-01-30  Bruno Haible  <bruno@clisp.org>
18601
18602         * modules/vasnprintf, modules/vasprintf: New modules.
18603         * MODULES.html.sh (func_all_modules): Add them.
18604
18605 2003-01-30  Bruno Haible  <bruno@clisp.org>
18606
18607         * m4/signed.m4: New file, from GNU gettext.
18608         * m4/longdouble.m4: New file, from GNU gettext.
18609         * m4/wchar_t.m4: New file, from GNU gettext.
18610         * m4/wint_t.m4: New file, from GNU gettext.
18611         * m4/vasnprintf.m4: New file.
18612         * m4/vasprintf.m4: New file.
18613
18614 2003-01-30  Bruno Haible  <bruno@clisp.org>
18615
18616         * lib/printf-args.h: New file, from GNU gettext.
18617         * lib/printf-args.c: New file, from GNU gettext.
18618         * lib/printf-parse.h: New file, from GNU gettext.
18619         * lib/printf-parse.c: New file, from GNU gettext.
18620         * lib/vasnprintf.h: New file, from GNU gettext.
18621         * lib/vasnprintf.c: New file, from GNU gettext.
18622         * lib/asnprintf.c: New file, from GNU gettext.
18623         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18624         * lib/vasprintf.c: New file, from GNU gettext.
18625         * lib/asprintf.c: New file, from GNU gettext.
18626
18627 2003-01-29  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/stpncpy: New module.
18630         * MODULES.html.sh (func_all_modules): Add it.
18631
18632 2003-01-29  Bruno Haible  <bruno@clisp.org>
18633
18634         * m4/stpncpy.m4: New file.
18635
18636 2003-01-29  Bruno Haible  <bruno@clisp.org>
18637
18638         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18639         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18640
18641 2003-01-28  Bruno Haible  <bruno@clisp.org>
18642
18643         * modules/c-ctype: New module.
18644         * MODULES.html.sh (func_all_modules): Add it.
18645
18646 2003-01-28  Bruno Haible  <bruno@clisp.org>
18647
18648         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
18649         Paul Eggert.
18650         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
18651         Paul Eggert.
18652
18653 2003-01-27  Bruno Haible  <bruno@clisp.org>
18654
18655         * modules/xsetenv: New module.
18656         * MODULES.html.sh (func_all_modules): Add it.
18657
18658 2003-01-27  Bruno Haible  <bruno@clisp.org>
18659
18660         * lib/xsetenv.h: New file, from GNU gettext.
18661         * lib/xsetenv.c: New file, from GNU gettext.
18662
18663 2003-01-23  Jim Meyering  <jim@meyering.net>
18664
18665         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
18666         from working on systems without dirfd (at least Irix and OSF1/Tru64).
18667
18668 2003-01-23  Bruno Haible  <bruno@clisp.org>
18669
18670         * modules/minmax: New module.
18671         * MODULES.html.sh (func_all_modules): Add it.
18672
18673 2003-01-23  Bruno Haible  <bruno@clisp.org>
18674
18675         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
18676         Eggert.
18677
18678 2003-01-22  Bruno Haible  <bruno@clisp.org>
18679
18680         * modules/exit: New module.
18681         * MODULES.html.sh (func_all_modules): Add it.
18682
18683 2003-01-22  Bruno Haible  <bruno@clisp.org>
18684
18685         * lib/exit.h: New file, from GNU gettext.
18686
18687 2003-01-19  Bruno Haible  <bruno@clisp.org>
18688
18689         * gnulib-tool: Recognize option --extract-maintainer.
18690         (func_get_maintainer): New function.
18691         * modules/*: Add Maintainer entry.
18692
18693 2003-01-16  Jim Meyering  <jim@meyering.net>
18694
18695         * m4/regex.m4: The `regex' struct is both input and output.
18696         Initialize it before each use.  Patch by Tim Waugh.
18697
18698 2003-01-16  Bruno Haible  <bruno@clisp.org>
18699
18700         * MODULES.html.sh: Add a table of contents. Add the module name as
18701         leftmost column. Add hyperlinks.
18702
18703 2003-01-15  Bruno Haible  <bruno@clisp.org>
18704
18705         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
18706
18707 2003-01-15  Bruno Haible  <bruno@clisp.org>
18708
18709         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
18710         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
18711         suffix.
18712
18713 2003-01-15  Bruno Haible  <bruno@clisp.org>
18714
18715         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
18716
18717 2003-01-15  Bruno Haible  <bruno@clisp.org>
18718
18719         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
18720         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
18721
18722 2003-01-14  Jim Meyering  <jim@meyering.net>
18723
18724         * lib/same.c (same_name): Tweak a comment.
18725
18726 2003-01-14  Bruno Haible  <bruno@clisp.org>
18727
18728         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
18729         when a string comparison is sufficient.
18730
18731 2003-01-14  Bruno Haible  <bruno@clisp.org>
18732
18733         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
18734         'unsigned int'.
18735
18736 2003-01-14  Bruno Haible  <bruno@clisp.org>
18737
18738         * lib/hash-pjw.c: Add comment about low quality of this function.
18739
18740 2003-01-13  Bruno Haible  <bruno@clisp.org>
18741
18742         * modules/stpcpy: Distribute lib/stpcpy.h.
18743         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
18744
18745 2003-01-13  Bruno Haible  <bruno@clisp.org>
18746
18747         * modules/*: Add a description.
18748         * modules/strpbrk: Fix Makefile.am snippet.
18749         * modules/strtoimax: Fix dependencies.
18750         * modules/strtoumax: Likewise.
18751
18752 2003-01-13  Bruno Haible  <bruno@clisp.org>
18753
18754         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
18755         * modules/alloca (Makefile.am): All object files depend on alloca.h.
18756         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
18757
18758 2003-01-13  Bruno Haible  <bruno@clisp.org>
18759
18760         * gnulib-tool (func_create_testdir): Store config/* files in the main
18761         directory.
18762         * config.rpath: Move to ...
18763         * config/config.rpath: ... here.
18764         * modules/gettext: Contains config/config.rpath, not config.rpath.
18765         * modules/iconv: Likewise.
18766
18767 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18768
18769         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18770         to avoid collisions with libcurses and libreadline.
18771
18772         * m4/getstr.m4: Remove.
18773         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
18774
18775 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18776
18777         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18778         to avoid collisions with libcurses and libreadline.
18779
18780         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
18781         * lib/getstr.h, getstr.c: Remove.
18782         * lib/getline.c: Include "getline.h", to check interface.
18783         Move body of old getstr.c here: this defines MIN_CHUNK and
18784         declares getdelim2, which is renamed from getstr.
18785         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
18786
18787         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
18788         All uses changed.
18789         * lib/linebuffer.h: Likewise.
18790         (readline): Remove backward-compatibility macro.
18791
18792 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18793
18794         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18795         to avoid collisions with libcurses and libreadline.
18796         * getstr: Remove.
18797         * MODULES.html.sh: Remove getstr.
18798         * modules/getline: Depend on unlocked-io, not getstr.
18799
18800 2003-01-12  Jim Meyering  <jim@meyering.net>
18801
18802         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
18803
18804 2003-01-10  Bruno Haible  <bruno@clisp.org>
18805
18806         * modules/alloca: Change Makefile.am requirements. Simplify Include
18807         requirements. Add lib/alloca_.h to file list.
18808
18809 2003-01-10  Bruno Haible  <bruno@clisp.org>
18810
18811         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
18812
18813 2003-01-10  Bruno Haible  <bruno@clisp.org>
18814
18815         * lib/alloca_.h: New file.
18816         * lib/getdate.y: Unconditionally include alloca.h.
18817         * lib/makepath.c: Likewise.
18818         * lib/setenv.c: Likewise.
18819         * lib/userspec.c: Likewise.
18820
18821 2003-01-09  Karl Berry  <karl@gnu.org>
18822
18823         * MODULES.html.sh: include `dirname $0` in PATH, to find
18824         gnulib-tool.
18825
18826 2003-01-09  Bruno Haible  <bruno@clisp.org>
18827
18828         * modules/stdbool: Change configure.ac, Makefile.am requirements.
18829         Simplify Include requirements. Add lib/stdbool.h.in to file list.
18830
18831 2003-01-09  Bruno Haible  <bruno@clisp.org>
18832
18833         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
18834
18835 2003-01-09  Bruno Haible  <bruno@clisp.org>
18836
18837         * lib/stdbool.h.in: New file.
18838
18839 2003-01-09  Bruno Haible  <bruno@clisp.org>
18840
18841         * gnulib-tool (func_all_modules): Ignore files ending in ~.
18842         * MODULES.html.sh: Likewise.
18843
18844 2003-01-08  Jim Meyering  <jim@meyering.net>
18845
18846         * lib/full-write.c: Undefine and define-away `const' after inclusion
18847         of errno.h, not before.  Suggestion from Bruno Haible.
18848
18849 2003-01-08  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/full-read: Depend on full-write.
18852
18853 2003-01-08  Bruno Haible  <bruno@clisp.org>
18854
18855         * lib/safe-read.c: Include specification header first, to ensure its
18856         selfcontainedness.
18857         * lib/full-write.c: Likewise.
18858
18859 2003-01-07  Jim Meyering  <jim@meyering.net>
18860
18861         * lib/full-write.c: Rework so that it may serve to define full_read,
18862         too.
18863         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
18864
18865 2003-01-07  Bruno Haible  <bruno@clisp.org>
18866
18867         * lib/strtoimax.c: Include <stdint.h> as an alternative to
18868         <inttypes.h>.
18869         * lib/xstrtol.h: Likewise.
18870         * lib/xstrtoimax.c: Likewise.
18871         * lib/xstrtoumax.c: Likewise.
18872         * lib/human.h: Likewise.
18873
18874         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
18875         on systems that have <inttypes.h> but not <stdint.h>.
18876
18877 2003-01-07  Bruno Haible  <bruno@clisp.org>
18878
18879         * MODULES.html.sh: Add copyright notice.
18880         (missed_files): Omit CVS directory entries.
18881         (func_module): Make it work with sed-3.02.
18882         * MODULES.txt: Remove file.
18883
18884 2003-01-06  Jim Meyering  <jim@meyering.net>
18885
18886         * lib/version-etc.c: Update year in translatable copyright string.
18887
18888 2003-01-03  Karl Berry  <karl@gnu.org>
18889
18890         * config/config.{guess,sub}: update from prep.
18891
18892 2003-01-02  Karl Berry  <karl@gnu.org>
18893
18894         * doc/COPYING.DOC: belatedly updated to 1.2.
18895
18896 2003-01-01  Karl Berry  <karl@gnu.org>
18897
18898         * gnulib-tool (func_verify_module): report module name $module in
18899         error message, not $1.
18900         * gnulib-tool (create-testdir): don't complain if destdir couldn't
18901         be created, only if it doesn't exist.
18902         * gnulib-tool (last_checkin_date): don't expand the $Date here.
18903
18904 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18905
18906         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
18907
18908 2002-12-31  Paul Eggert  <eggert@twinsun.com>
18909
18910         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
18911         memcmp if strcoll doesn't work.
18912
18913 2002-12-31  Bruno Haible  <bruno@clisp.org>
18914
18915         * lib/utime.c (utime_null): No need to call ftruncate if the file was
18916         nonempty.
18917
18918 2002-12-31  Bruno Haible  <bruno@clisp.org>
18919
18920         * lib/memcoll.c (STRCOLL): New macro.
18921         (memcoll): Use it.
18922
18923 2002-12-31  Bruno Haible  <bruno@clisp.org>
18924
18925         * lib/localcharset.h: New file.
18926         * lib/localcharset.c: Include it.
18927         * lib/unicodeio.c: Likewise.
18928
18929 2002-12-31  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
18932         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
18933
18934 2002-12-31  Bruno Haible  <bruno@clisp.org>
18935
18936         * lib/getline.h: Include <stddef.h>, for size_t.
18937
18938         * lib/unicodeio.h: Include <stddef.h>, for size_t.
18939         * lib/unicodeio.c: Don't include <stddef.h>.
18940
18941 2002-12-31  Bruno Haible  <bruno@clisp.org>
18942
18943         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
18944         HAVE_TM_ZONE.
18945
18946 2002-12-24  Karl Berry  <karl@gnu.org>
18947
18948         * config/config.guess: update from prep.
18949
18950 2002-12-24  Bruno Haible  <bruno@clisp.org>
18951
18952         General infrasructure.
18953         * m4/README: Rewritten.
18954         * m4/onceonly.m4: New file.
18955         * m4/onceonly_2_57.m4: New file.
18956
18957         Module atexit.
18958         * m4/atexit.m4: New file.
18959
18960         Module strtod.
18961         * m4/strtod.m4: New file.
18962
18963         Module strtol.
18964         * m4/strtol.m4: New file.
18965
18966         Module strtoul.
18967         * m4/strtoul.m4: New file.
18968
18969         Module memchr.
18970         * m4/memchr.m4: New file.
18971
18972         Module memcmp.
18973         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
18974         (jm_FUNC_MEMCMP): Invoke it.
18975
18976         Module memcpy.
18977         * m4/memcpy.m4: New file.
18978
18979         Module memmove.
18980         * m4/memmove.m4: New file.
18981
18982         Module memset.
18983         * m4/memset.m4: New file.
18984
18985         Module strcspn.
18986         * m4/strcspn.m4: New file.
18987
18988         Module strpbrk.
18989         * m4/strpbrk.m4: New file.
18990
18991         Module strstr.
18992         * m4/strstr.m4: New file.
18993
18994         Module strerror.
18995         * m4/strerror.m4: New file.
18996
18997         Module mktime.
18998         * m4/mktime.m4: Renamed from jm-mktime.m4.
18999         (gl_PREREQ_MKTIME): New macro.
19000         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19001
19002         Module malloc.
19003         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19004         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19005         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19006
19007         Module realloc.
19008         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19009         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19010         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19011
19012         Module strftime.
19013         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19014         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19015         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19016         gl_TM_GMTOFF.
19017         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19018
19019         Module xalloc.
19020         * m4/xalloc.m4: New file.
19021
19022         Module alloca.
19023         * m4/alloca.m4: New file.
19024
19025         Module putenv.
19026         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19027         (jm_FUNC_PUTENV): Invoke it.
19028
19029         Module setenv.
19030         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19031         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19032         when invoked twice.
19033         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19034         gt_FUNC_SETENV.
19035
19036         Module memrchr.
19037         * m4/memrchr.m4: New file.
19038
19039         Module stpcpy.
19040         * m4/stpcpy.m4: New file.
19041
19042         Module strcase.
19043         * m4/strcase.m4: New file.
19044
19045         Module strdup.
19046         * m4/strdup.m4: New file.
19047
19048         Module strnlen.
19049         * m4/strnlen.m4: New file.
19050
19051         Module strndup.
19052         * m4/strndup.m4: New file.
19053
19054         Module xstrtod.
19055         * m4/xstrtod.m4: New file.
19056
19057         Module xstrtol.
19058         * m4/xstrtol.m4: New file.
19059
19060         Module getdate.
19061         * m4/getdate.m4: New file.
19062
19063         Module unlocked-io.
19064         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19065         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19066         * m4/jm-glibc-io.m4n: Remove file.
19067
19068         Module long-options.
19069         * m4/long-options.m4: New file.
19070
19071         Module md5.
19072         * m4/md5.m4: New file.
19073
19074         Module sha.
19075         * m4/sha.m4: New file.
19076
19077         Module getstr.
19078         * m4/getstr.m4: New file.
19079
19080         Module getline.
19081         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19082         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19083         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19084         simply getline. Infoke gl_PREREQ_GETLINE.
19085
19086         Module obstack.
19087         * m4/obstack.m4: New file.
19088
19089         Module hash.
19090         * m4/hash.m4: New file.
19091
19092         Module readtokens.
19093         * m4/readtokens.m4: New file.
19094
19095         Module strverscmp.
19096         * m4/strverscmp.m4: New file.
19097
19098         Module stdbool.
19099         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19100         OSF/1.
19101
19102         Module strtoll.
19103         * m4/strtoll.m4: New file.
19104
19105         Module strtoull.
19106         * m4/strtoull.m4: New file.
19107
19108         Module strtoimax.
19109         * m4/strtoimax.m4: New file.
19110
19111         Module strtoumax.
19112         * m4/strtoumax.m4: New file.
19113
19114         Module xstrtoimax.
19115         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19116         jm_AC_PREREQ_XSTRTOIMAX.
19117         Moved the strtol prerequisites to strtol.m4.
19118         Moved the strtoll prerequisites to strtoll.m4.
19119         Moved the strtoimax prerequisites to strtoimax.m4.
19120
19121         Module xstrtoumax.
19122         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19123         jm_AC_PREREQ_XSTRTOUMAX.
19124         Moved the strtoul prerequisites to strtoul.m4.
19125         Moved the strtoull prerequisites to strtoull.m4.
19126         Moved the strtoumax prerequisites to strtoumax.m4.
19127
19128         Module chown.
19129         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19130         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19131
19132         Module dup2.
19133         * m4/dup2.m4: New file.
19134
19135         Module ftruncate.
19136         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19137         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19138
19139         Module getgroups.
19140         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19141         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19142
19143         Module gettimeofday.
19144         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19145         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19146         gl_PREREQ_GETTIMEOFDAY.
19147
19148         Module mkdir.
19149         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19150         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19151
19152         Module mkstemp.
19153         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19154         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19155         jm_AC_TYPE_UINTMAX_T.
19156         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19157
19158         Module stat.
19159         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19160         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19161
19162         Module lstat.
19163         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19164         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19165
19166         Module timespec.
19167         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19168         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19169         * m4/st_mtim.m4: Indentation.
19170
19171         Module nanosleep.
19172         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19173         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19174         gl_PREREQ_NANOSLEEP.
19175
19176         Module regex.
19177         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19178         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19179         (gl_REGEX): New macro.
19180
19181         Module rename.
19182         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19183         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19184
19185         Module rmdir.
19186         * m4/rmdir.m4: New file.
19187
19188         Module utime.
19189         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19190         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19191         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19192
19193         Module dirname.
19194         * m4/dirname.m4: New file.
19195
19196         Module getopt.
19197         * m4/getopt.m4: New file.
19198
19199         Module unistd-safer.
19200         * m4/unistd-safer.m4: New file.
19201
19202         Module fnmatch.
19203         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19204         declaration.
19205         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19206         (gl_FUNC_FNMATCH_POSIX): New macro.
19207         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19208         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19209         simply fnmatch.
19210
19211         Module exclude.
19212         * m4/exclude.m4: New file.
19213
19214         Module human.
19215         * m4/human.m4: New file.
19216
19217         Module acl.
19218         * m4/acl.m4: Nop.
19219
19220         Module backupfile.
19221         * m4/backupfile.m4: New file.
19222         * m4/d-ino.m4: Indentation.
19223
19224         Module fsusage.
19225         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19226         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19227         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19228
19229         Module dirfd.
19230         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19231         requirements.
19232
19233         Module euidaccess.
19234         * m4/euidaccess.m4: New file.
19235
19236         Module file-type.
19237         * m4/file-type.m4: New file.
19238
19239         Module fileblocks.
19240         * m4/fileblocks.m4: New file.
19241
19242         Module filemode.
19243         * m4/filemode.m4: New file.
19244
19245         Module isdir.
19246         * m4/isdir.m4: New file.
19247
19248         Module lchown.
19249         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19250         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19251
19252         Module makepath.
19253         * m4/makepath.m4: New file.
19254
19255         Module modechange.
19256         * m4/modechange.m4: New file.
19257
19258         Module mountlist.
19259         * m4/mountlist.m4: New file.
19260         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19261         Indentation.
19262
19263         Module path-concat.
19264         * m4/path-concat.m4: New file.
19265
19266         Module pathmax.
19267         * m4/pathmax.m4: New file.
19268
19269         Module same.
19270         * m4/same.m4: New file.
19271
19272         Module save-cwd.
19273         * m4/save-cwd.m4: New file.
19274
19275         Module savedir.
19276         * m4/savedir.m4: New file.
19277
19278         Module xgetcwd.
19279         * m4/xgetcwd.m4: New file.
19280         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19281
19282         Module xreadlink.
19283         * m4/xreadlink.m4: New file.
19284
19285         Module safe-read.
19286         * m4/safe-read.m4: New file.
19287
19288         Module safe-write.
19289         * m4/safe-write.m4: New file.
19290
19291         Module closeout.
19292         * m4/closeout.m4: New file.
19293
19294         Module stdio-safer.
19295         * m4/stdio-safer.m4: New file.
19296
19297         Module getpass.
19298         * m4/getpass.m4: New file.
19299
19300         Module getugroups.
19301         * m4/getugroups.m4: New file.
19302
19303         Module group-member.
19304         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19305         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19306
19307         Module idcache.
19308         * m4/idcache.m4: New file.
19309
19310         Module userspec.
19311         * m4/userspec.m4: New file.
19312
19313         Module gettime.
19314         * m4/clock_time.m4: New file.
19315         * m4/gettime.m4: New file.
19316
19317         Module settime.
19318         * m4/settime.m4: New file.
19319
19320         Module posixtm.
19321         * m4/posixtm.m4: New file.
19322
19323         Module gethostname.
19324         * m4/gethostname.m4: New file.
19325
19326         Module canon-host.
19327         * m4/canon-host.m4: New file.
19328
19329         Module gettext.
19330         * m4/codeset.m4: New file, from gettext-0.11.5.
19331         * m4/gettext.m4: New file, from gettext-0.11.5.
19332         * m4/glibc21.m4: New file, from gettext-0.11.5.
19333         * m4/iconv.m4: New file, from gettext-0.11.5.
19334         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19335         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19336         * m4/inttypes.m4: New file, from gettext-0.11.5.
19337         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19338         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19339         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19340         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19341         * m4/lib-link.m4: New file, from gettext-0.11.5.
19342         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19343         * m4/progtest.m4: New file, from gettext-0.11.5.
19344         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19345         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19346         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19347
19348         Module localcharset.
19349         * m4/localcharset.m4: New file.
19350
19351         Module hard-locale.
19352         * m4/hard-locale.m4: New file.
19353
19354         Module mbswidth.
19355         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19356         onceonly macros.
19357         * m4/mbrtowc.m4: Add comment.
19358
19359         Module memcasecmp.
19360         * m4/memcasecmp.m4: New file.
19361
19362         Module memcoll.
19363         * m4/memcoll.m4: New file.
19364
19365         Module unicodeio.
19366         * m4/unicodeio.m4: New file.
19367
19368         Module rpmatch.
19369         * m4/rpmatch.m4: New file.
19370
19371         Module yesno.
19372         * m4/yesno.m4: New file.
19373
19374         Module exitfail.
19375         * m4/exitfail.m4: New file.
19376
19377         Module c-stack.
19378         * m4/c-stack.m4 (gl_C_STACK): New macro.
19379         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19380
19381         Module error.
19382         * m4/error.m4 (gl_ERROR): New macro.
19383         (jm_PREREQ_ERROR): Use onceonly macros.
19384
19385         Module fatal.
19386         * m4/fatal.m4: New file.
19387
19388         Module getloadavg.
19389         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19390         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19391
19392         Module getpagesize.
19393         * m4/getpagesize.m4: New file.
19394
19395         Module getusershell.
19396         * m4/getusershell.m4: New file.
19397
19398         Module physmem.
19399         * m4/physmem.m4: New file.
19400
19401         Module posixver.
19402         * m4/posixver.m4: New file.
19403
19404         Module quotearg.
19405         * m4/quotearg.m4: New file.
19406
19407         Module quote.
19408         * m4/quote.m4: New file.
19409
19410         Module readutmp.
19411         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19412
19413         Module sig2str.
19414         * m4/sig2str.m4: New file.
19415
19416         Other.
19417         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19418         ulonglong.m4.
19419         * m4/intmax_t.m4: New file.
19420         * m4/d-type.m4: Indentation.
19421         * m4/jm-macros.m4: Update.
19422         * m4/prereq.m4 (jm_PREREQ): Update.
19423         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19424         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19425         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19426         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19427         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19428         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19429         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19430         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19431         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19432         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19433         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19434         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19435         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19436         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19437         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19438         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19439         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19440         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19441         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19442
19443 2002-12-24  Bruno Haible  <bruno@clisp.org>
19444
19445         * MODULES.txt: Update according to m4/ changes.
19446
19447         Module gettext.
19448         * config.rpath: New file, from gettext-0.11.5.
19449
19450         * modules/*: New module descriptions.
19451         * gnulib-tool: New file.
19452         * MODULES.html.sh: New file.
19453
19454 2002-12-21  Karl Berry  <karl@gnu.org>
19455
19456         * doc/fdl.texi: update to version 1.2.
19457
19458 2002-12-19  Karl Berry  <karl@gnu.org>
19459
19460         * config/config.guess: update from prep.
19461
19462 2002-12-18  Bruno Haible  <bruno@clisp.org>
19463
19464         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19465         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19466
19467 2002-12-17  Bruno Haible  <bruno@clisp.org>
19468
19469         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19470         stdlib.h, string.h.
19471
19472 2002-12-17  Bruno Haible  <bruno@clisp.org>
19473
19474         * lib/canon-host.c (strdup): Remove unused declaration.
19475
19476         * lib/fsusage.c: Include full_read.h.
19477         (get_fs_usage): Use full_read instead of safe_read.
19478
19479         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19480
19481 2002-12-12  Karl Berry  <karl@gnu.org>
19482
19483         * config/config.guess: update from prep.
19484
19485 2002-12-11  Bruno Haible  <bruno@clisp.org>
19486
19487         * m4/setenv.m4: New file, from gettext-0.11.5.
19488
19489 2002-12-11  Bruno Haible  <bruno@clisp.org>
19490
19491         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19492         not unsetenv().
19493         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19494         modifications:
19495
19496         2002-12-11  Bruno Haible  <bruno@clisp.org>
19497
19498                 * setenv.c (alloca): Fall back to malloc.
19499                 (freea): New macro.
19500                 (setenv): Use freea() to free memory allocated with alloca().
19501
19502         2002-11-13  Bruno Haible  <bruno@clisp.org>
19503
19504                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19505                 function declarations.
19506                 * unsetenv.c (unsetenv): Likewise.
19507
19508         2002-03-04  Bruno Haible  <bruno@clisp.org>
19509
19510                 Portability to AIX 4.3.3.
19511                 * unsetenv.c: New file, extracted from setenv.c.
19512                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19513
19514         2001-12-20  Bruno Haible  <bruno@clisp.org>
19515
19516                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19517                 use malloc instead. For SunOS 4.
19518
19519         2001-12-11  Bruno Haible  <bruno@clisp.org>
19520
19521                 * setenv.c: Declare alloca.
19522                 (compar_fn_t): New typedef.
19523                 (KNOWN_VALUE, STORE_VALUE): Use it.
19524
19525         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19526         setenv.h.
19527
19528 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19529
19530         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19531         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19532         Choose values that are less likely to collide with system fnmatch
19533         options.
19534         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19535         defined (e.g., a pure POSIX system).
19536         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19537         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19538
19539 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19540
19541         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19542         a pain in practice to deal with generated m4 files.  This change
19543         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19544
19545         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19546         and jm-glibc-io.m4, as they are no longer a special case.
19547         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19548         kludge and the auto-generation stuff.  Check only whether the
19549         functions are declared, not whether they exist, since older hosts
19550         that don't declare the functions can't use the optimization anyway.
19551
19552 2002-12-06  Jim Meyering  <jim@meyering.net>
19553
19554         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19555
19556         Merge in changes from libc's misc/error.c, in preparation
19557         for the merge of gnulib's changes back into libc.
19558
19559         * lib/error.c (_): Define only if not already defined.
19560         Move definition to follow all #include directives.
19561         Include unlocked-io.h only if !_LIBC.
19562         [_LIBC]: Include <libio/libioP.h>.
19563         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19564         (fflush): Tweak definition to use INTUSE.
19565         (putc): Define.
19566
19567 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19568
19569         * lib/alloca.c [defined emacs]: Include "lisp.h".
19570         (xalloc_die) [defined emacs]: New macro.
19571         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19572         [! defined emacs]: Include <xalloc.h>.
19573         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19574         (pointer): Typedef to POINTER_TYPE *.
19575         (malloc): Remove decl; we now always use xmalloc.
19576         (alloca): Use old-style definition, since Emacs needs this.
19577         Check for arithmetic overflow when computing combined size.
19578
19579 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19580
19581         Do not generate unlocked-io.h automatically, since it's easier to
19582         maintain it by hand.
19583
19584         * lib/unlocked-io.h: New file, from GNU diffutils,
19585         but with proper copyright notice and attribution.
19586         * lib/gen-uio: Remove.
19587         * lib/Makefile.am: Add copyright notice.
19588         (libfetish_a_SOURCES): Add unlocked-io.h.
19589         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19590         (DISTCLEANFILES, io_functions): Remove macros.
19591         (EXTRA_DIST): Remove gen_uio.
19592         (unlocked-io.h): Remove rule.
19593
19594 2002-12-04  Jim Meyering  <jim@meyering.net>
19595
19596         Reflect the fact that stat.c and lstat.c are no longer generated.
19597         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19598         (DISTCLEANFILES): Likewise.
19599         (EXTRA_DIST): Likewise.
19600         (all_local): Don't depend on stat.c or lstat.c.
19601         (stat.c, lstat.c): Remove rules.
19602         (EXTRA_DIST): Remove xstat.in.
19603
19604         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19605         * lib/stat.c: New file.  Contents mostly from xstat.in.
19606         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19607         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19608
19609         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19610         too.
19611         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19612
19613 2002-12-03  Jim Meyering  <jim@meyering.net>
19614
19615         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19616         but not semantics, to minimize the differences between these two files.
19617         (safe_read): Change comment to mention SAFE_READ_ERROR.
19618
19619         * lib/safe-read.c (IS_EINTR): Define.
19620         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19621
19622 2002-12-02  Jim Meyering  <jim@meyering.net>
19623
19624         * lib/safe-read.c (EINTR): Define.
19625         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19626         (INT_MAX): Provide fallback.
19627         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19628
19629         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19630
19631 2002-12-02  Bruno Haible  <bruno@clisp.org>
19632
19633         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19634         Define, taken from safe-read.c.
19635         (INT_MAX): Provide fallback.
19636         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19637         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19638
19639         * lib/safe-read.c (EINTR): Remove definition.
19640         (safe_read): Don't use EINTR if it is absent.
19641
19642 2002-12-01  Jim Meyering  <jim@meyering.net>
19643
19644         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19645         zero.
19646         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19647
19648 2002-11-27  Paul Eggert  <eggert@twinsun.com>
19649
19650         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
19651         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
19652         with `if (! (value < limit)) abort ();', for readability.
19653
19654 2002-11-26  Karl Berry  <karl@gnu.org>
19655
19656         * lib/strdup.c: copy from libc again, with jim's ok.
19657         * lib/.cppi-disable: re-add strdup.c
19658
19659 2002-11-25  Karl Berry  <karl@gnu.org>
19660
19661         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
19662         instead of "strtol.c".
19663
19664 2002-11-25  Karl Berry  <karl@gnu.org>
19665
19666         * config/install-sh: update from automake for variable quoting, $0 in
19667         error msgs, etc.
19668
19669         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
19670         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
19671         entry.
19672
19673 2002-11-25  Jim Meyering  <jim@meyering.net>
19674
19675         * lib/mktime.c: Sync from libc, now that it has the latest fix.
19676
19677 2002-11-24  Karl Berry  <karl@gnu.org>
19678
19679         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
19680         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
19681
19682 2002-11-24  Jim Meyering  <jim@meyering.net>
19683
19684         Update from coreutils:
19685
19686         * lib/mktime.c: Merge in changes from libc.
19687
19688         Avoid a link-time failure on some Linux systems.
19689         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
19690         (otherwise).
19691         (__mon_yday): Declare with the STATIC attribute.
19692         (__mktime_internal): Likewise.
19693         Based on a report from Greg Schafer.
19694
19695 2002-11-23  Jim Meyering  <jim@meyering.net>
19696
19697         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
19698         Use `unsigned', not `int', as type of index.
19699
19700         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
19701
19702         * lib/fsusage.c: Remove unneeded parentheses around operands of
19703         `defined'.
19704
19705 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19706
19707         * lib/quotearg.h: Allow multiple inclusion by surrounding with
19708         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
19709         so that we can be included first.
19710         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
19711         * lib/quotearg.c: Include quotearg.h immediately after config.h.
19712         No need to include stddef.h or sys/types.h any more.
19713         Surround local include files with "", not "<>".
19714         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
19715         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
19716         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
19717         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19718         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19719         (ISPRINT): Remove; no longer needed now that we assume C89.
19720
19721         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
19722         Preserve errno.
19723
19724         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
19725         quotearg_char): Use SIZE_MAX rather than
19726         (size_t) -1 when we are talking about "infinity".
19727
19728         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
19729
19730 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19731
19732         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
19733         hint that one should use `if (! x) abort ();' rather than `assert
19734         (x);', and anyway it's one less thing to worry about configuring.
19735         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
19736         hash_rehash, hash_insert): Use abort rather than assert.
19737
19738 2002-11-22  Bruno Haible  <bruno@clisp.org>
19739
19740         * lib/safe-read.h: Assume C89. Add comments.
19741         (safe_read): Change return type to size_t.
19742         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
19743         byte counts > SSIZE_MAX correctly.
19744         * lib/safe-write.h: New file.
19745         * lib/safe-write.c: New file.
19746         * lib/full-read.h: New file.
19747         * lib/full-read.c: New file.
19748         * lib/full-write.h: Assume C89. Add comments.
19749         * lib/full-write.c: Include safe-write.h.
19750         (full_write): Rewritten to use safe_write.
19751         Suggested by Jim Meyering and Paul Eggert.
19752
19753 2002-11-21  Jim Meyering  <jim@meyering.net>
19754
19755         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
19756
19757         Merge in changes from the coreutils.
19758
19759         2002-09-25  Paul Eggert  <eggert@twinsun.com>
19760         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
19761         <stdint.h>.
19762         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
19763         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
19764         int.  Work more efficiently if X is the same width as uintmax_t.
19765         Do not compare X to -1, to avoid bogus compiler warning.
19766         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
19767         Don't assume that f_frsize and f_bsize are the same type.
19768
19769         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
19770         warning on FreeBSD.
19771
19772         * lib/makepath.c (make_path): Restore umask *before* creating the final
19773         component.
19774         (make_path): Minor reformatting.
19775
19776         * lib/xmalloc.c: Adjust to work with new autoconf macros,
19777         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
19778         HAVE_MALLOC/HAVE_REALLOC.
19779
19780         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
19781         dummy ones.  At least on GNU/Linux systems, `auto' means something
19782         else.
19783         From Michael Stone.
19784
19785 2002-11-21  Bruno Haible  <bruno@clisp.org>
19786
19787         Remove case insensitive option matching.
19788         * lib/argmatch.h (argcasematch): Remove declaration.
19789         (ARGCASEMATCH): Remove macro.
19790         (__xargmatch_internal): Remove case_sensitive argument.
19791         (XARGMATCH): Update.
19792         (XARGCASEMATCH): Remove macro.
19793         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
19794         case_sensitive argument.
19795         (argcasematch): Remove function.
19796         (__xargmatch_internal): Remove case_sensitive argument.
19797         (main): Use XARGMATCH instead of XARGCASEMATCH.
19798
19799         * lib/xmalloc.c: Change compile-time error message. Add comment about
19800         required autoconf version.
19801
19802 2002-11-20  Paul Eggert  <eggert@twinsun.com>
19803
19804         Merge argmatch cleanups from Bison.  Assume C89.
19805
19806         * lib/argmatch.c: Include config.h here, not in argmatch.h.
19807         Include stdlib.h, for EXIT_FAILURE.
19808         Always include <string.h>, since we assume C89.
19809         (EXIT_FAILURE): Remove pre-C89 bug workaround.
19810         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
19811         Include <stddef.h> instead, since it's all we need for size_t.
19812         (PARAMS): Remove.  All uses removed.
19813         (ARRAY_CARDINALITY): Do not bother to #undef.
19814         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
19815         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19816         Remove unnecessary parentheses.
19817         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
19818         Insert necessary parentheses.
19819         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
19820         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
19821
19822 2002-11-19  Bruno Haible  <bruno@clisp.org>
19823
19824         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
19825         * lib/mbswidth.h: Include <stddef.h>, for size_t.
19826
19827         * lib/mbswidth.h (PARAMS): Remove macro.
19828         (mbswidth, mbsnwidth): Use ANSI C function declarations.
19829         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
19830
19831         * lib/gcd.h (PARAMS): Remove macro.
19832         (gcd): Use ANSI C function declarations.
19833         * lib/gcd.c (gcd): Likewise.
19834
19835 2002-11-15  Bruno Haible  <bruno@clisp.org>
19836
19837         * lib/strcspn.c: Include <stddef.h>.
19838         (strcspn): Use ANSI C function declaration. Change return type to
19839         size_t. Use NULL.
19840         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
19841         (strpbrk): Use NULL.
19842         * lib/strpbrk.h (PARAMS): Remove macro.
19843         (strpbrk): Use ANSI C function declaration.
19844         * lib/strstr.c: Don't include <sys/types.h>.
19845         * lib/strstr.h (PARAMS): Remove macro.
19846         (strstr): Use ANSI C function declarations.
19847
19848 2002-11-14  Karl Berry  <karl@gnu.org>
19849
19850         * config/mkinstalldirs: `do' on separate line, instead of
19851         `for var; do'.
19852
19853 2002-11-06  Bruno Haible  <bruno@clisp.org>
19854
19855         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
19856         * lib/gcd.c (gcd): Likewise.
19857
19858 2002-11-05  Bruno Haible  <bruno@clisp.org>
19859
19860         * lib/gcd.h: New file, from gettext-0.11.5.
19861         * lib/gcd.c: New file, from gettext-0.11.5.
19862
19863 2002-11-05  Bruno Haible  <bruno@clisp.org>
19864
19865         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19866         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19867         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19868         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
19869
19870         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
19871         <libintl.h>.
19872         * lib/makepath.c: Include gettext.h instead of <locale.h> and
19873         <libintl.h>.
19874
19875         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
19876         * lib/human.c: Include gettext.h instead of <libintl.h>.
19877         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
19878         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
19879         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
19880         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
19881         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
19882         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
19883         (textdomain): Remove definition.
19884         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
19885
19886         * lib/long-options.c: Remove include of <libintl.h> and definition of
19887         _.
19888         * lib/same.c: Remove include of <libintl.h> and definition of _.
19889
19890 2002-11-04  Owen Taylor  <otaylor@redhat.com>
19891
19892         * lib/config.charset: A few additions for Solaris.
19893
19894 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19895
19896         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
19897         * lib/localcharset.c (locale_charset): Declare as extern "C".
19898
19899 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
19900
19901         * lib/config.charset: msdos in uk_UA uses CP1125.
19902
19903 2002-11-04  Bruno Haible  <bruno@clisp.org>
19904
19905         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
19906         * lib/strcase.h: New file, from GNU gettext-0.11.5.
19907         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
19908         * lib/strstr.h: New file, from GNU gettext-0.11.5.
19909         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
19910
19911 2002-11-04  Bruno Haible  <bruno@clisp.org>
19912
19913         * lib/localcharset.c (locale_charset): Don't return an empty string.
19914
19915 2002-11-04  Bruno Haible  <bruno@clisp.org>
19916
19917         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
19918         aliases.
19919
19920 2002-11-04  Bruno Haible  <bruno@clisp.org>
19921
19922         * lib/config.charset: Update for newest glibc. Add canonical names
19923         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
19924
19925 2002-11-04  Bruno Haible  <bruno@clisp.org>
19926
19927         * lib/config.charset: Add support for NetBSD.
19928
19929 2002-11-04  Bruno Haible  <bruno@clisp.org>
19930
19931         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
19932
19933 2002-11-01  Bruno Haible  <bruno@clisp.org>
19934
19935         * configure.in: Add AC_CONFIG_AUX_DIR call.
19936         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
19937         test/Makefile.
19938         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
19939
19940 2002-09-28  Karl Berry  <karl@gnu.org>
19941
19942         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
19943         installed automake until the next release, since changes have been
19944         made.
19945
19946 2002-09-25  Karl Berry  <karl@gnu.org>
19947
19948         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
19949         * lib/getopt*: copy from libc/posix.
19950         * lib/gettext.h: copy from gettext.
19951         * lib/.cppi-disable: add strdup.c, gettext.h.
19952
19953 2002-09-25  Karl Berry  <karl@gnu.org>
19954
19955         * config/srclist.txt: enable gettext.h check.
19956         * config/config.{guess,sub}: update from prep.
19957         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
19958                 from automake 1.6.3.
19959         See srclist*.
19960
19961 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
19962
19963         * regex.c (PATFETCH): Remove the translating fetch.
19964         (PATFETCH_RAW): Rename to PATFETCH.
19965         (set_image_of_range): New fun.
19966         (SET_RANGE_TABLE_WORK_AREA): Use it.
19967         (regex_compile): Don't translate the pattern chars so eagerly.
19968         Only do it when inserting an `exactn' bytecode or when handling
19969         a char-range.
19970         (mutually_exclusive_p): Avoid empty statement.
19971
19972 2002-07-06  Jim Meyering  <meyering@lucent.com>
19973
19974         * m4/README: Don't mention Makefile.am.in.
19975         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
19976
19977 2002-07-01  Jim Meyering  <meyering@lucent.com>
19978
19979         * lib/c-stack.c: Include sys/time.h.
19980         From Volker Borchert.
19981
19982 2002-06-26  Paul Eggert  <eggert@twinsun.com>
19983
19984         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
19985
19986 2002-06-26  Paul Eggert  <eggert@twinsun.com>
19987
19988         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
19989         New macro.  Use it uniformly instead of
19990         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
19991         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
19992         reported by Vin Shelton.
19993
19994 2002-06-22  Paul Eggert  <eggert@twinsun.com>
19995
19996         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
19997         Do not assume SA_SIGINFO behavior.
19998         Bug reported by Jim Meyering on NetBSD 1.5.2.
19999
20000 2002-06-22  Jim Meyering  <meyering@lucent.com>
20001
20002         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20003         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20004
20005         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20006         now that configure.ac uses AC_GNU_SOURCE.
20007         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20008         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20009
20010         Update to latest tools.  Suggestions from Paul Eggert.
20011         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20012         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20013         * m4/fnmatch.m4: Likewise.
20014         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20015         to AC_HEADER_STDBOOL
20016
20017 2002-06-22  Jim Meyering  <meyering@lucent.com>
20018
20019         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20020         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20021
20022 2002-06-22  Jim Meyering  <meyering@lucent.com>
20023
20024         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20025
20026         * lib/exitfail.c, exitfail.h: Likewise.
20027         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20028
20029         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20030         of fnmatch.h.
20031         (EXTRA_DIST): Add fnmatch_loop.c.
20032         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20033
20034         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20035         * lib/fnmatch.c: Update from diffutils-2.8.2.
20036         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20037         * lib/fnmatch.h: Remove file.
20038
20039 2002-06-21  Jim Meyering  <meyering@lucent.com>
20040
20041         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20042         * m4/mbrtowc.m4: Likewise.
20043
20044         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20045         * m4/mbswidth.m4: Reflect name change:
20046         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20047         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20048
20049         * m4/lib-link.m4: Update from gettext-0.11.2.
20050         * m4/gettext.m4: Likewise.
20051
20052         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20053         From Alfred M. Szmidt.
20054
20055 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20056
20057         * lib/file-type.h: Report an error if neither S_ISREG nor
20058         S_IFREG is defined, instead of using a test specific to glibc
20059         2.2.  This should be safe, since POSIX requires S_ISREG and
20060         Unix Version 7 had S_IFREG.  We don't need to check for
20061         <sys/types.h> since we don't use any symbols that it defines.
20062
20063 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20064
20065         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20066         $@-t, so that each temporary file name is unique and valid in the first
20067         8 characters, for operation under DOS.
20068
20069 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20070
20071         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20072
20073 2002-06-15  Jim Meyering  <meyering@lucent.com>
20074
20075         Work even with DJGPP 2.03, which lacks support for symlinks.
20076         From Richard Dawe.
20077         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20078         is defined.
20079         * lib/lchown.c (S_ISLNK): Likewise.
20080
20081 2002-06-15  Jim Meyering  <meyering@lucent.com>
20082
20083         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20084         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20085         have been included before this file.
20086
20087 2002-06-14  Jim Meyering  <meyering@lucent.com>
20088
20089         * lib/file-type.h: Use the version from diffutils-2.8.2.
20090         * lib/file-type.c: Likewise.
20091
20092 2002-06-07  Jim Meyering  <meyering@lucent.com>
20093
20094         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20095         They're needed at least for NetBSD 1.5.2.
20096         ($statxfs_includes): Include those same headers.
20097         ($statxfs_includes): Include sys/vfs.h if available.
20098         ($statxfs_includes): Likewise for sys/statvfs.h.
20099         Check for the following members in both structs statfs and statvfs:
20100         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20101
20102 2002-06-01  Jim Meyering  <meyering@lucent.com>
20103
20104         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20105         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20106
20107 2002-05-28  Jim Meyering  <meyering@lucent.com>
20108
20109         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20110         Reported by Volker Borchert.
20111
20112 2002-05-27  Jim Meyering  <meyering@lucent.com>
20113
20114         Fix a problem seen only on nonconforming systems whereby ls.c's
20115         use of localtime, and then of gettimeofday would cause trouble:
20116         the localtime call used to initialize rpl_gettimeofday's save
20117         mechanism would clobber ls's current local time information so
20118         that in any long listing the first file would always be listed
20119         with date 1970-01-01.  Analysis by Volker Borchert.
20120
20121         * lib/gettimeofday.c (localtime): Undefine.
20122         (rpl_localtime): New function.
20123
20124 2002-05-27  Jim Meyering  <meyering@lucent.com>
20125
20126         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20127         localtime.
20128
20129         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20130         use the replacement function; it wouldn't resolve at link time.
20131         Reported by Volker Borchert.
20132
20133 2002-05-22  Jim Meyering  <meyering@lucent.com>
20134
20135         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20136         file-type.h.
20137         * lib/file-type.h: New file.
20138         * lib/file-type.c (file_type): New file/function.  Extracted from
20139         diffutils.
20140
20141 2002-04-30  Jim Meyering  <meyering@lucent.com>
20142
20143         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20144
20145 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20146
20147         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20148
20149 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20150
20151         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20152         Do not check for alloca.h (no longer used) or stdbool.h (was never
20153         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20154
20155 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20156
20157         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20158
20159 2002-04-29  Jim Meyering  <meyering@lucent.com>
20160
20161         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20162         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20163         Use AC_FUNC_STRNLEN here instead.
20164
20165         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20166         With autoconf-2.53a, it's part of AC_PROG_CC.
20167
20168 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20169
20170         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20171         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20172
20173 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20174
20175         * lib/sig2str.h, lib/sig2str.c: New files.
20176         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20177
20178 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20179
20180         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20181         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20182         of 127, since 64 is the largest conceivable number for ancient
20183         nonstandard hosts.
20184         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20185
20186 2002-04-28  Jim Meyering  <meyering@lucent.com>
20187
20188         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20189
20190 2002-04-24  Jim Meyering  <meyering@lucent.com>
20191
20192         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20193         (jm_PREREQ): Use it.
20194
20195         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20196         mach/mach.h fcntl.h.
20197         Check for this function: setlocale.
20198
20199 2002-04-24  Jim Meyering  <meyering@lucent.com>
20200
20201         * lib/gettext.h: New file, from Gettext.
20202         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20203         (libfetish_a_SOURCES): Add gettext.h.
20204
20205 2002-04-16  Jim Meyering  <meyering@lucent.com>
20206
20207         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20208         ut_pid, ut_id, ut_exit.
20209
20210 2002-04-16  Jim Meyering  <meyering@lucent.com>
20211
20212         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20213         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20214         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20215
20216 2002-04-12  Jim Meyering  <meyering@lucent.com>
20217
20218         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20219         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20220         existence of the getmntinfo function.  Needed for Darwin 5.3.
20221
20222         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20223         This is necessary at least on Darwin 5.3.
20224
20225         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20226         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20227         strnlen.o in the library, and that makes some versions of ranlib
20228         object.
20229
20230 2002-04-12  Jim Meyering  <meyering@lucent.com>
20231
20232         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20233
20234 2002-04-09  Jim Meyering  <meyering@lucent.com>
20235
20236         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20237         to be more precise.  Rather than saying we're checking whether the
20238         function `works', say what we're testing.
20239         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20240         Reported by Bruno Haible.
20241
20242 2002-03-10  Jim Meyering  <meyering@lucent.com>
20243
20244         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20245         Suggestion from Santiago Vila.
20246
20247 2002-03-08  Jim Meyering  <meyering@lucent.com>
20248
20249         * lib/rename.c: Mention that this wrapper is needed also on
20250         mips-dec-ultrix4.4 systems.
20251
20252 2002-03-02  Jim Meyering  <meyering@lucent.com>
20253
20254         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20255         not HAVE_CLOCK_SETTIME.
20256
20257 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20258
20259         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20260         Check for clock_settime.
20261
20262 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20263
20264         * lib/nanosleep.h: Rename to....
20265         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20266
20267         * lib/gettime.c: New file.
20268         * lib/settime.c: New file.
20269         * lib/stime.c: Remove.
20270
20271         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20272         timespec.h.  Remove nanosleep.h.
20273
20274 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20275
20276         * m4/acl.m4: New file.
20277         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20278         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20279
20280 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20281
20282         * lib/acl.c, lib/acl.h: New files.
20283         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20284
20285 2002-02-24  Jim Meyering  <meyering@lucent.com>
20286
20287         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20288         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20289         cause trouble.  Reported by Nelson Beebe.
20290
20291 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20292
20293         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20294         compilers that don't know that xalloc_die never returns.
20295
20296 2002-02-20  Jim Meyering  <meyering@lucent.com>
20297
20298         * lib/getdate.c: Regenerate using bison-1.33.
20299
20300 2002-02-17  Jim Meyering  <meyering@lucent.com>
20301
20302         * config/config.guess (main): Don't use `head -1'; it's no longer
20303         portable. Use `sed 1q' instead.
20304
20305 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20306
20307         * m4/codeset.m4: Upgrade to gettext-0.11.
20308         * m4/gettext.m4: Upgrade to gettext-0.11.
20309         * m4/glibc21.m4: Upgrade to gettext-0.11.
20310         * m4/iconv.m4: Upgrade to gettext-0.11.
20311         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20312         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20313         * m4/lib-ld.m4: New file, from gettext-0.11.
20314         * m4/lib-link.m4: New file, from gettext-0.11.
20315         * m4/lib-prefix.m4: New file, from gettext-0.11.
20316         * m4/progtest.m4: Upgrade to gettext-0.11.
20317
20318 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20319
20320         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20321         (jm_PREREQ): Use it.
20322
20323 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20324
20325         * lib/posixver.c, lib/posixver.h: New files.
20326         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20327
20328 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20329             Bruno Haible  <bruno@clisp.org>
20330
20331         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20332         (fwrite_success_callback): New declaration.
20333         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20334         print_unicode_char. Call failure callback instead of error.
20335         (fwrite_success_callback): New function.
20336         (exit_failure_callback): New function.
20337         (fallback_failure_callback): New function.
20338         (print_unicode_char): Call unicode_to_mb.
20339
20340 2002-01-26  Jim Meyering  <meyering@lucent.com>
20341
20342         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20343         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20344
20345 2002-01-26  Jim Meyering  <meyering@lucent.com>
20346
20347         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20348
20349 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20350
20351         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20352
20353 2002-01-22  Jim Meyering  <meyering@lucent.com>
20354
20355         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20356         Otherwise, some versions of automake would omit the rule that makes
20357         Makefile from Makefile.in.
20358
20359 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20360
20361         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20362         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20363         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20364         (memcoll): Set errno to zero if there is no error.
20365
20366         * lib/quotearg.c (quotearg_buffer_restyled):
20367         Fix bug with quoting buffers containing NUL when backslashing escapes.
20368         This bug was exposed by the other changes in this patch.
20369         (quotearg_n_options): New arg ARGSIZE.
20370         All callers changed.
20371         (quoting_options_from_style): New function.
20372         (quotearg_n_style): Use it.
20373         (quotearg_n_style_mem): New function.
20374
20375         * lib/quotearg.h (quotearg_n_style_mem): New function.
20376
20377 2002-01-19  Jim Meyering  <meyering@lucent.com>
20378
20379         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20380         Remove useless quotes: DF_PROG="df".
20381         * m4/strnlen.m4: New file.
20382
20383 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20384
20385         * lib/backupfile.c (ISDIGIT): Comment fix.
20386         * lib/getdate.y (ISDIGIT): Likewise.
20387         * lib/posixtm.c (ISDIGIT, year): Likewise.
20388         * lib/strverscmp.c (ISDIGIT): Likewise.
20389         * lib/userspec.c (ISDIGIT): Likewise.
20390
20391 2002-01-16  Jim Meyering  <meyering@lucent.com>
20392
20393         * lib/getdate.y: Add three semicolons, each just before a closing
20394         brace. Bison (as of version 1.31) no longer papers over that mistake.
20395
20396 2002-01-05  Jim Meyering  <meyering@lucent.com>
20397
20398         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20399
20400 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20401
20402         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20403         not silently exit merely because the output buffer happens to
20404         have nothing pending.
20405
20406 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20407
20408         See the big note in ../ChangeLog.
20409         * lib/human.c (suffixes): Prefer K to k for 1024.
20410         (generate_suffix_backwards): New function.
20411         (human_readable_inexact): Use it.
20412         * lib/xstrtol.c (__xstrtol): If there is no number but there
20413         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20414         Accept 'K' as well as 'k'.
20415
20416 2001-12-15  Jim Meyering  <meyering@lucent.com>
20417
20418         * lib/regex.h (__restrict_arr): Update from libc.
20419
20420         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20421         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20422         (STREQ): Define.
20423
20424 2001-12-14  Jim Meyering  <meyering@lucent.com>
20425
20426         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20427         Suggestion from Bruno Haible.
20428
20429 2001-12-10  Jim Meyering  <meyering@lucent.com>
20430
20431         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20432         xrealloc, Instead, include "xalloc.h".
20433         (initbuffer): Don't cast xmalloc return value to char*.
20434         (readline): Reword comment.
20435         Don't cast xrealloc return value to char*
20436         Return NULL, not 0.
20437
20438 2001-12-09  Jim Meyering  <meyering@lucent.com>
20439
20440         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20441         about `signed and unsigned type in conditional expression'.
20442         * lib/posixtm.c (posix_time_parse): Likewise.
20443
20444         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20445
20446         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20447         to avoid a pedantic warning.
20448
20449         * lib/getstr.c: Don't include assert.h.
20450         (getstr): Remove warning-evoking assertions.
20451         Return -1 if offset parameter is out of bounds.
20452         Change the type of a local from int to size_t.
20453
20454         * lib/strftime.c (my_strftime_localtime_r): Include this function
20455         definition in the `#if ! HAVE_TM_GMTOFF' block.
20456
20457         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20458         Include xalloc.h instead.
20459
20460 2001-12-02  Jim Meyering  <meyering@lucent.com>
20461
20462         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20463         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20464         included.
20465
20466         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20467         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20468
20469 2001-11-30  Akim Demaille  <akim@epita.fr>
20470
20471         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20472         before being defined.
20473
20474 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20475
20476         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20477         First arg is int, not unsigned.
20478         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20479         (SIZE_MAX, UINT_MAX): New macros.
20480         (quotearg_n_options): Abort if N is negative.
20481         Avoid overflow check on hosts where size_t is 64 bits and int
20482         is 32 bits, as overflow is impossible there.
20483         Fix off-by-one typo that caused unnecessary reallocation.
20484
20485 2001-11-27  Jim Meyering  <meyering@lucent.com>
20486
20487         * lib/tempname.c: Merge with version from libc.
20488         * lib/regex.c: Likewise.
20489
20490         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20491         systems for which STDC_HEADERS is 0, it was not included, resulting in
20492         a warning about an integer-to-pointer conversion problem with getenv.
20493         Reported by Volker Borchert.
20494
20495 2001-11-26  Jim Meyering  <meyering@lucent.com>
20496
20497         * lib/gtod.h: Remove file.
20498         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20499         * lib/gettimeofday.c: Don't include gtod.h.
20500         (GTOD_init): Remove function.
20501         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20502         Suggestion from Volker Borchert.
20503
20504 2001-11-23  Jim Meyering  <meyering@lucent.com>
20505
20506         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20507         it.
20508         * lib/hash.c (struct hash_table): Define it here instead.
20509
20510 2001-11-22  Jim Meyering  <meyering@lucent.com>
20511
20512         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20513
20514 2001-11-20  Jim Meyering  <meyering@lucent.com>
20515
20516         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20517         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20518
20519 2001-11-19  Jim Meyering  <meyering@lucent.com>
20520
20521         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20522         directory.  Use "conftestXXXXXX" as the template.
20523         Suggestion from Paul Eggert.
20524
20525         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20526         immediately, so the test doesn't mistakenly hit the max-open-files
20527         limit.
20528
20529 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20530
20531         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20532         (TEMPORARIES): New macro.
20533         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20534         removes an artificial limitation (e.g. HP-UX 10.20, where
20535         TMP_MAX is 17576).
20536
20537 2001-11-18  Jim Meyering  <meyering@lucent.com>
20538
20539         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20540
20541 2001-11-18  Jim Meyering  <meyering@lucent.com>
20542
20543         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20544         on SunOS 4.
20545
20546         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20547         files will be created before anything else.
20548
20549 2001-11-17  Paul Eggert  <eggert@twinsun.com>
20550
20551         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20552         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20553
20554 2001-11-17  Jim Meyering  <meyering@lucent.com>
20555
20556         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20557         Prompted by a report from Bob Proulx.
20558
20559         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20560         Instead, require UTILS_FUNC_MKSTEMP.
20561
20562 2001-11-17  Jim Meyering  <meyering@lucent.com>
20563
20564         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20565         Now, that's done as part of AC_FUNC_STRTOD.
20566
20567 2001-11-17  Jim Meyering  <meyering@lucent.com>
20568
20569         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20570         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20571         rather than group writable.  Patch by Juan F. Codagnone.
20572
20573         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20574         xrealloc, Instead, include "xalloc.h".
20575
20576         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20577         Remove explicit declarations of xmalloc, xrealloc,
20578         and xstrdup.  Instead, include "xalloc.h".
20579
20580         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20581         unlocked-io.h.
20582         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20583         Likewise.
20584         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20585
20586         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20587         Reported by Padraig Brady.
20588
20589         * lib/mkstemp.c: #undef mkstemp.
20590         Include config.h.
20591         (rpl_mkstemp): Rename from mkstemp.
20592         Protoize.
20593
20594 2001-11-16  Jim Meyering  <meyering@lucent.com>
20595
20596         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20597         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20598         determine the amount of total physical memory, use pstat_getstatic.
20599         HPUX-11 doesn't define _SC_PHYS_PAGES.
20600         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20601         If sysconf couldn't be used to determine the amount of available
20602         physical memory, use both pstat_getstatic and pstat_getdynamic.
20603         Based on a patch from Bob Proulx.
20604
20605 2001-11-10  Jim Meyering  <meyering@lucent.com>
20606
20607         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20608         (jm_PREREQ): Use it.
20609
20610 2001-11-09  Jim Meyering  <meyering@lucent.com>
20611
20612         * m4/jm-macros.m4: Require autoconf-2.52f.
20613         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20614         Use these AC_-prefixed names, not the AM_-prefixed ones.
20615
20616         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20617
20618 2001-11-05  Jim Meyering  <meyering@lucent.com>
20619
20620         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20621
20622 2001-11-04  Jim Meyering  <meyering@lucent.com>
20623
20624         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20625         $DEFS.
20626
20627 2001-11-03  Jim Meyering  <meyering@lucent.com>
20628
20629         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20630         of AC_DEFUN.
20631
20632         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20633         know the name of the variable in the macro definition.
20634
20635 2001-11-03  Jim Meyering  <meyering@lucent.com>
20636
20637         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20638         in argmatch_to_argument call.
20639
20640         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20641         argument.
20642
20643         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20644         e.g., a fault due to an attempt to free a NULL pointer.
20645
20646 2001-11-01  Jim Meyering  <meyering@lucent.com>
20647
20648         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
20649         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
20650
20651 2001-11-01  Jim Meyering  <meyering@lucent.com>
20652
20653         * lib/dirfd.c, lib/dirfd.h: New files.
20654         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
20655
20656         * lib/hash.c (hash_print) [TESTING]: Clean up.
20657
20658 2001-10-22  Paul Eggert  <eggert@twinsun.com>
20659
20660         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
20661         to avoid a warning if -Wall.
20662
20663 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
20664
20665         * README: New file
20666         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
20667         (per RMS's instructions, this is now the canonical source)
20668         * lgpl/, gpl/: New directories.
20669
20670 2001-10-21  Paul Eggert  <eggert@twinsun.com>
20671
20672         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
20673
20674 2001-10-21  Jim Meyering  <meyering@lucent.com>
20675
20676         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
20677         this code would end up calling gettext even in packages built
20678         with --disable-nls.
20679         * lib/getopt.c (_): Likewise.
20680         * lib/regex.c (_): Likewise.
20681
20682 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20683
20684         * m4/error.m4 (jm_PREREQ_ERROR):
20685         Do not invoke AC_CHECK_FUNCS with strerror_r, as
20686         AC_FUNC_STRERROR_R does that.
20687         Check for strerror declaration.
20688
20689         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
20690         are supposed to have them these days.
20691         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
20692         Merge changes from latest Autoconf CVS.
20693         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
20694         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
20695         POSIX decided to standardize on the int flavor of strerror_r.
20696
20697 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20698
20699         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
20700         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
20701         Use strerror_r that is only a macro, even if it is not a function.
20702         (strerror): Check for HAVE_DECL_STRERROR before declaring.
20703         (private_strerror): Use prototypes, not old-style function definition.
20704         (print_errno_message): New function.
20705         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
20706         char*-flavored one.
20707         (error_tail, error, error_at_line): Use it.
20708
20709 2001-10-11  Jim Meyering  <meyering@lucent.com>
20710
20711         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
20712         and quote_n (1, ... to avoid clobbering a buffer.
20713
20714 2001-10-05  Jim Meyering  <meyering@lucent.com>
20715
20716         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
20717         hash-pjw.h.
20718         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
20719         * lib/hash-pjw.h: New file.
20720
20721 2001-09-30  Jim Meyering  <meyering@lucent.com>
20722
20723         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
20724         `struct fsstat' has the `f_fstypename' member.
20725         Use that to define FS_TYPE, which is now used to make
20726         the getfsstat link test tighter.
20727
20728 2001-09-30  Jim Meyering  <meyering@lucent.com>
20729
20730         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
20731         Include <sys/ucred.h>, for Apple Darwin.
20732         Include sys/mount.h and sys/fs_types.h only if available.
20733         (FS_TYPE): Define.
20734         (read_filesystem_list): Use FS_TYPE.
20735
20736 2001-09-29  Paul Eggert  <eggert@twinsun.com>
20737
20738         * lib/exclude.c (excluded_filename): 0 -> false, since it's
20739         a boolean context.
20740
20741 2001-09-29  Jim Meyering  <meyering@lucent.com>
20742
20743         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20744         [one-argument getmntent function]): Include stdio.h before mntent.h.
20745         SunOS 4.1.x needs it for the declaration of `FILE'.
20746         Patch by Volker Borchert.
20747
20748         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20749         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
20750         sys/fs_types.h, and make the link-test for getfsstat guard #include
20751         directives with appropriate #if HAVE_*_H tests so that we can
20752         detect getfsstat on Apple Darwin1.3.7 systems.
20753         Reported by Nelson Beebe.
20754         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
20755
20756 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20757
20758         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20759         #defines strtoimax.  Also treat the other strto* functions
20760         like strtoimax.
20761
20762         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
20763         Check for strtoul and strtoumax,
20764         as those declarations are made even in the signed case.
20765         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
20766         Likewise, for strtol and strtoimax.
20767
20768 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20769
20770         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20771         #defines strtoimax.  Also treat the other strto* functions
20772         like strtoimax.
20773
20774         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
20775         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
20776         (strtoimax, strtoumax): Do not declare if already defined as a macro.
20777
20778 2001-09-26  Jim Meyering  <meyering@lucent.com>
20779
20780         Most macros in unlocked-io.h had the wrong number of arguments.
20781         * lib/gen-uio: New script.
20782         (USE_UNLOCKED_IO): Define to 1 if not already defined.
20783         * lib/unlocked-io.hin: Remove file.
20784         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
20785         rather than trying to embed it here.
20786         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
20787         Reported by Padraig Brady.
20788
20789 2001-09-25  Volker Borchert  <bt@teknon.de>
20790
20791         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
20792         `result'.
20793
20794 2001-09-24  Jim Meyering  <meyering@lucent.com>
20795
20796         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
20797
20798 2001-09-23  Jim Meyering  <meyering@lucent.com>
20799
20800         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
20801         instead of the mere test for existence of mntent.h.  The latter
20802         would get a false-positive on AIX 3.4 systems.
20803         In the outer getmntent if-block, don't die if neither of the getmntent
20804         tests succeeds.  Instead, just fall through and continue with the
20805         remaining tests.
20806
20807 2001-09-23  Jim Meyering  <meyering@lucent.com>
20808
20809         * lib/mountlist.c: Remove useless parentheses in #if directives.
20810         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
20811         the deprecated MOUNTED symbol is no longer defined in mntent.h.
20812
20813 2001-09-22  Jim Meyering  <meyering@lucent.com>
20814
20815         * m4/gettext.m4: New file.  From gettext.
20816         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
20817         * m4/progtest.m4: Likewise
20818         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
20819         * m4/glibc21.m4: Likewise.
20820
20821         * m4/libintl.m4: Remove.  No longer used.
20822
20823 2001-09-22  Jim Meyering  <meyering@lucent.com>
20824
20825         * lib/localcharset.c: Update from latest gettext.
20826         * lib/config.charset: Likewise.
20827
20828 2001-09-20  Jim Meyering  <meyering@lucent.com>
20829
20830         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
20831         strtoimax.
20832         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
20833         strtoumax.
20834
20835 2001-09-20  Jim Meyering  <meyering@lucent.com>
20836
20837         * lib/xstrtol.c (strtoimax): Guard declaration with
20838         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
20839         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
20840         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
20841         (strtoumax): Likewise, for completeness (it wasn't necessary).
20842
20843 2001-09-17  Paul Eggert  <eggert@twinsun.com>
20844
20845         * lib/strtoimax.c (HAVE_LONG_LONG):
20846         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
20847         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
20848         to work around bug in IBM C compiler.
20849
20850 2001-09-17  Jim Meyering  <meyering@lucent.com>
20851
20852         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
20853         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
20854         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
20855         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
20856         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
20857         whenever the right hand side need not be expanded by the shell.
20858
20859 2001-09-16  Paul Eggert  <eggert@twinsun.com>
20860
20861         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
20862         library.  It's not correct, as some older glibcs are buggy.
20863         fnmatch wasn't fixed until glibc 2.2.
20864
20865         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
20866         special shell magic here.
20867
20868 2001-09-16  Jim Meyering  <meyering@lucent.com>
20869
20870         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
20871         * m4/jm-macros.m4: Require it.
20872
20873 2001-09-16  Jim Meyering  <meyering@lucent.com>
20874
20875         * lib/mkdir.c: New file.
20876
20877 2001-09-15  Jim Meyering  <meyering@lucent.com>
20878
20879         * m4/jm-macros.m4: Check for help2man.
20880
20881 2001-09-11  Jim Meyering  <meyering@lucent.com>
20882
20883         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
20884         The body, by Paul Eggert, was moved here from configure.in.
20885         * m4/jm-macros.m4: Require UTILS_HOST_OS.
20886
20887 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20888
20889         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
20890         (jm_PREREQ): Use it.
20891
20892 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20893
20894         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
20895         Use ssize_t, not int, to store result of readlink.
20896         Check for ssize_t overflow as well as size_t overflow,
20897         as POSIX says the result of readlink is implementation-defined
20898         when ssize_t overflows.
20899         Remove unnecessary cast to char*.
20900         Use free+malloc instead of realloc, as the storage doesn't need
20901         to be preserved and it's clearer and can be more efficient that way.
20902         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
20903         * lib/xreadlink.h (xreadlink): Update prototype.
20904
20905 2001-09-04  Paul Eggert  <eggert@twinsun.com>
20906
20907         * lib/xgetcwd.c: Revert some of the previous change; intead,
20908         fix the HAVE_GETCWD_NULL code to behave more like the
20909         !HAVE_GETCWD_NULL code used to.
20910
20911         Include "xalloc.h".
20912         (xgetcwd): Do not return NULL when memory is exhausted; instead,
20913         invoke xalloc_die.
20914
20915 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20916
20917         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
20918         sys/param.h, as pathmax.h includes them.
20919
20920 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20921
20922         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
20923         (jm_PREREQ_XGETCWD): New macro.
20924
20925         * m4/getcwd.m4: New file.
20926
20927 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20928
20929         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
20930         like the HAVE_GETCWD_NULL code.
20931         Include pathmax.h if not HAVE_GETCWD.
20932         Do not include xalloc.h.
20933         (INITIAL_BUFFER_SIZE): New symbol.
20934         Do not use xmalloc / xrealloc, since the caller is responsible for
20935         handling errors.  Preserve errno around `free' during failure.
20936         Do not overrun buffer when using getwd.
20937
20938 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20939
20940         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
20941         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
20942         getcwd (NULL, 0).
20943
20944 2001-09-03  Paul Eggert  <eggert@twinsun.com>
20945
20946         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
20947         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
20948         spotted by Jim Meyering.
20949
20950 2001-09-03  Jim Meyering  <meyering@lucent.com>
20951
20952         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
20953         failure.
20954
20955 2001-09-02  Jim Meyering  <meyering@lucent.com>
20956
20957         * lib/error.c: Update from GNU libc.
20958
20959 2001-09-01  Jim Meyering  <meyering@lucent.com>
20960
20961         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
20962         Used by df.
20963
20964 2001-09-01  Jim Meyering  <meyering@lucent.com>
20965
20966         * lib/xreadlink.c: New file.
20967         * lib/xreadlink.h: New file.
20968         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
20969         xreadlink.h.
20970
20971         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
20972         doesn't conflict with sparc Solaris 7's definition in
20973         /usr/include/sys/int_types.h.
20974
20975         * lib/exclude.c: Use `""', not `<>' to #include non-system header
20976         files.
20977         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
20978         and strncasecmp as r-values.  Unixware didn't have declarations.
20979
20980 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20981
20982         * lib/xstrtol.h: Add copyright notice.
20983         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
20984         LONGINT_INVALID_SUFFIX_CHAR.
20985
20986 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20987
20988         * lib/xstrtol.c (strtoimax): New decl.
20989
20990 2001-08-31  Paul Eggert  <eggert@twinsun.com>
20991
20992         * lib/xgetcwd.c: Don't include pathmax.h.
20993         Include stdlib.h and unistd.h if available.
20994         Include xalloc.h.
20995         (xmalloc, xstrdup, free): Remove decls.
20996         (xgetcwd): Don't assume sizes fit in unsigned.
20997         Check for overflow when computing sizes.
20998         Simplify reallocation code.
20999
21000 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21001
21002         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21003         a directory's st_size can have an arbitrary value, so the old
21004         usage could waste an arbitrary amount of memory.  All uses
21005         changed.
21006         * lib/savedir.h: Update prototype.
21007
21008 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21009
21010         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21011
21012         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21013         old strtoimax.c.
21014
21015         Also, make the following further changes to make this file's
21016         configuration more similar to that of strtol.c:
21017         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21018         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21019         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21020         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21021         changed to signed values.
21022
21023         And make the following changes as well:
21024         Fix copyright notice, as 1999 was missing.
21025         (verify): New macro.
21026         (strtoimax): Check sizes at compile-time, not run-time.
21027         Prefer strtol to strtoll if both work.
21028         (main): Remove; it was not that useful and was a pain to maintain.
21029
21030         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21031
21032 2001-08-31  Jim Meyering  <meyering@lucent.com>
21033
21034         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21035         Use an initial, malloc'd, buffer of length 128 rather than
21036         a statically allocated one of length 1024.
21037
21038 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21039
21040         Simplify code, partly by assuming autoconf 2.52 semantics.
21041
21042         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21043
21044         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21045         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21046         All uses removed.
21047         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21048         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21049         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21050         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21051         jm_AC_HEADER_INTTYPES_H.
21052         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21053
21054         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21055
21056         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21057         Quote first arg of AC_DEFUN.
21058         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21059         since they are needed to parse the include file even if we need
21060         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21061         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21062         but with opposite signedness.
21063
21064 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21065
21066         Merge 'exclude' changes from tar 1.13.22.
21067         This fixes one or two unlikely storage allocation overflow bugs,
21068         but doesn't change user-visible behavior otherwise.
21069
21070 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21071
21072         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21073         (jm_PREREQ_EXCLUDE): New macro.
21074
21075 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21076
21077         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21078         tm to be declared.
21079
21080 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21081
21082         * lib/hash.c: Remove '2001' from copyright notice.
21083
21084 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21085
21086         * lib/full-write.h: New file.
21087         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21088         * lib/full-write.c: Correct credits, as cccp.c no longer
21089         exists and anyway it was so heavily changed from the old cccp
21090         code as to be unrecognizable.  Include full-write.h.
21091         (full_write) Return size_t, with short writes meaning failure.
21092         All callers changed.  This fixes a bug with large buffers
21093         on 64-bit hosts.
21094         * lib/utime.c: Include full-write.h.
21095
21096 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21097
21098         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21099         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21100         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21101         Include if available.
21102         (<xalloc.h>): Include
21103         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21104         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21105         collide with FNM macros.
21106         (struct patopts): New struct.
21107         (struct exclude): Use it, as exclude patterns now come with options.
21108         (new_exclude): Support above changes.
21109         (new_exclude, add_exclude_file):
21110         Initial size must now be a power of two to simplify overflow checking.
21111         (free_exclude, fnmatch_no_wildcards): New function.
21112         (excluded_filename): No longer requires options arg, as the options
21113         are determined by add_exclude.  Now returns bool, not int.
21114         (excluded_filename, add_exclude):
21115         Add support for the fancy new exclusion options.
21116         (add_exclude, add_exclude_file): Now takes int options arg.
21117         Check for arithmetic overflow when computing sizes.
21118         (add_exclude_file): xrealloc might modify errno, so don't
21119         realloc until after errno might be used.
21120
21121         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21122         New macros.
21123         (free_exclude): New decl.
21124         (add_exclude, add_exclude_file): Now takes int options arg.
21125         (excluded_filename): No longer requires options arg, as the options
21126         are determined by add_exclude.  Now returns bool, not int.
21127
21128 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21129
21130         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21131
21132 2001-08-27  Jim Meyering  <meyering@lucent.com>
21133
21134         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21135
21136         * lib/version-etc.c (N_): Remove definition.
21137         Revert most of last change.
21138         Instead, simply don't mark the `Copyright...' string for translation.
21139         Based on advice from Paul Eggert.
21140
21141         * lib/strtoxmax.c: Tweak comment.
21142
21143 2001-08-26  Jim Meyering  <meyering@lucent.com>
21144
21145         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21146
21147         * m4/xstrtoimax.m4: New file.
21148         * m4/xstrtoumax.m4: Add comments explaining why we
21149         AC_REPLACE_FUNCS(strtol).
21150
21151 2001-08-26  Jim Meyering  <meyering@lucent.com>
21152
21153         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21154         of copyright with `%s' so translators don't get an untranslated
21155         message in 2002.
21156         (COPYRIGHT_YEAR): Define.
21157         (version_etc): Use fprintf rather than fputs.
21158         Suggestion from Ulrich Drepper.
21159
21160         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21161
21162         * lib/strtoll.c: New file, from GNU libc.
21163         * lib/xstrtoimax.c: New file.
21164
21165         * lib/xstrtol.h: Add xstrtoimax.
21166         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21167         * lib/strtoimax.c: New file.  Likewise, but first define
21168         STRTOUXMAX_SIGNED.
21169
21170         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21171         ...
21172         * lib/strtoxmax.c: ... then renamed to this.
21173
21174 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21175
21176         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21177         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21178         (jm_AC_TYPE_INTMAX_T): New macro.
21179         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21180
21181         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21182
21183         * m4/longlong.m4: Renamed from ulonglong.m4.
21184         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21185         * m4/uintmax_t.m4: Removed.
21186
21187 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21188
21189         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21190         Port to Solaris 8, where 'sed' requires a space after the 'r'
21191         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21192         Redirect output to $tmp just once.
21193
21194 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21195
21196         * lib/addext.c (<errno.h>): Include.
21197         (errno): Declare if not defined.
21198         (addext): Work correctly when pathconf returns -1 and leaves
21199         errno alone because there is no limit.  Also, work even if
21200         pathconf returns a value greater than SIZE_MAX.
21201
21202 2001-08-12  Jim Meyering  <meyering@lucent.com>
21203
21204         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21205         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21206         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21207         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21208         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21209         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21210         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21211         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21212         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21213         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21214         utime.m4, utimes.m4, xstrtoumax.m4:
21215         Quote the first argument in each use of AC_DEFUN.
21216
21217 2001-08-12  Jim Meyering  <meyering@lucent.com>
21218
21219         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21220         Simply `return getcwd (NULL, 0);'.
21221         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21222         Use 1300 as initial value for length, not PATH_MAX.
21223
21224         * lib/pathmax.h: Clean up cpp syntax.
21225
21226 2001-08-12  Jim Meyering  <meyering@lucent.com>
21227
21228         * lib/gettimeofday.c: New file.
21229         * lib/gtod.h: New file.
21230         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21231
21232 2001-08-05  Jim Meyering  <meyering@lucent.com>
21233
21234         * m4/jm-macros.m4: Require autoconf-2.52.
21235
21236 2001-08-04  Jim Meyering  <meyering@lucent.com>
21237
21238         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21239         stmt, to get in sync with glibc.
21240
21241 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21242
21243         The following changes are from gettext 0.10.39 as maintained by
21244         Bruno Haible.
21245
21246         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21247         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21248         with inverted sense.  All uses changed.
21249
21250         * lib/mbswidth.c: Don't include <limits.h>.
21251         Include <stdlib.h> and <string.h> unconditionally.
21252         (iswcntrl, mbsinit, ISCNTRL): New macros.
21253         (mbsnwidth): Use K&R style function declarations.
21254         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21255         can optimize it when MB_CUR_MAX == 1.
21256         The width of control characters is zero, not 1.
21257
21258 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21259
21260         The following changes are from gettext 0.10.39 as maintained by
21261         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21262
21263         * m4/codeset.m4: Upgrade to serial AM1.
21264         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21265         all uses changed.  Quote first arg of AC_DEFUN.
21266         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21267
21268         * m4/iconv.m4: Upgrade to serial AM2.
21269         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21270         Add --with-libconv-prefix.
21271         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21272         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21273         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21274         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21275         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21276
21277         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21278         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21279         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21280         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21281         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21282         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21283         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21284         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21285         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21286
21287         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21288         string.h any more.
21289
21290         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21291         not the default value.
21292
21293         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21294         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21295         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21296         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21297         Also check for iswcntrl, used for wcwidth fallback.
21298         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21299         to Autoconf 2.13.
21300
21301 2001-08-03  Jim Meyering  <meyering@lucent.com>
21302
21303         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21304         as it was in the original.  Reported by Paul Eggert.
21305
21306 2001-07-16  Jim Meyering  <meyering@lucent.com>
21307
21308         * m4/gettimeofday.m4: New file.
21309         Prompted by a report from Bernhard Baehr.
21310
21311 2001-07-15  Jim Meyering  <meyering@lucent.com>
21312
21313         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21314         stuff. Now it's in ../Makefile.cfg.
21315
21316 2001-07-15  Jim Meyering  <meyering@lucent.com>
21317
21318         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21319         (BUILT_SOURCES): Add unlocked-io.h.
21320         (io_functions): Define.
21321         (unlocked-io.h): New rule.
21322         (DISTCLEANFILES): Add unlocked-io.h.
21323         (all-local): Depend on unlocked-io.h, to ensure it is created.
21324
21325         * lib/unlocked-io.hin: New file
21326
21327         * lib/regex.c: Update from glibc.
21328
21329 2001-07-05  Jim Meyering  <meyering@lucent.com>
21330
21331         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21332         recommendation.
21333         (libfetish_a_SOURCES): Put all .h files here instead.
21334         Remove a thus-exposed (better checks in automake) duplicate and
21335         two unnecessary .h files.
21336
21337 2001-07-04  Jim Meyering  <meyering@lucent.com>
21338
21339         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21340         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21341         distcheck failure.
21342
21343 2001-07-02  Jim Meyering  <meyering@lucent.com>
21344
21345         The following changes were prompted by suggestions from Bruno Haible.
21346
21347         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21348         is now generated.
21349         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21350         definition of EXTRA_DIST.
21351         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21352         ensure that the generated file is created/updated whenever the list
21353         of $(unlocked_functions) is changed.
21354         (jm-glibc-io.m4): New rule.
21355         (unlocked-io.h): New rule -- currently unused.
21356
21357 2001-06-24  Jim Meyering  <meyering@lucent.com>
21358
21359         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21360         unmatched right bracket, rather than kludging it with an extra,
21361         falsely-matching quote in a comment.  Patch by Akim Demaille.
21362
21363 2001-06-11  Jim Meyering  <meyering@lucent.com>
21364
21365         * lib/regex.c: Update from GNU libc.
21366
21367 2001-05-27  Jim Meyering  <meyering@lucent.com>
21368
21369         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21370         Check for ut_type in struct utmp.
21371
21372 2001-05-27  Jim Meyering  <meyering@lucent.com>
21373
21374         * lib/readutmp.h (UT_TYPE): Define.
21375
21376 2001-05-24  Jim Meyering  <meyering@lucent.com>
21377
21378         * lib/argmatch.c: Include "quote.h".
21379         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21380         quote function.  Reported by Göran Uddeborg.
21381
21382 2001-05-22  Jim Meyering  <meyering@lucent.com>
21383
21384         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21385         now that we use the package-supplied version unconditionally.
21386         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21387
21388 2001-05-21  Jim Meyering  <meyering@lucent.com>
21389
21390         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21391         shell syntax errors.
21392
21393 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21394
21395         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21396
21397 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21398
21399         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21400         Don't bother to check library strftime, since
21401         we'll be using our own my_strftime function anyway.
21402         Define my_strftime instead of strftime.
21403
21404 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21405
21406         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21407         which is not yet declared.
21408
21409 2001-05-15  Jim Meyering  <meyering@lucent.com>
21410
21411         * m4/regex.m4: Use proper quoting so brackets appear in the test
21412         program.
21413         Reported by, and with help from, Bruno Haible.
21414
21415 2001-05-13  Jim Meyering  <meyering@lucent.com>
21416
21417         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21418         undefined.
21419
21420 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21421
21422         dirname code cleanup.  base_name now behaves more compatibly
21423         with POSIX basename when given file names that have trailing
21424         slashes, and similarly for dir_name.  Add new primitives
21425         base_len and dir_len.  Put the directory-name-related decls
21426         into dirname.h.
21427
21428         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21429         * lib/backupfile.c (base_name): Likewise.
21430         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21431         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21432         * lib/makepath.c (strip_trailing_slashes): Likewise.
21433         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21434         ISSLASH): Likewise.
21435         * lib/rename.c (strip_trailing_slashes): Likewise.
21436         * lib/same.c (base_name): Likewise.
21437         * lib/stripslash.c (ISSLASH): Likewise.
21438
21439         * lib/addext.c: Include <dirname.h> after size_t is defined.
21440         * lib/backupfile.c: Likewise.
21441
21442         * lib/addext.c (addext): Use base_len to trim redundant
21443         trailing slashes instead of doing it ourselves.
21444         But do not trim the last slash if it is not redundant.
21445
21446         * lib/backupfile.c (find_backup_file_name,
21447         max_backup_version): Use base_len instead of rolling it ourselves.
21448         Handle the case of "" and (on DOS) "C:" correctly.
21449
21450         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21451         needed. Include <string.h>, <dirname.h>.
21452         (base_name): Allow file names ending in slashes, other than names
21453         that are all slashes.  In this case, return the basename followed
21454         by the slashes.  This is more general, and can be used in places
21455         where the original base_name purposely had an assertion failure.
21456         (base_len): New function.
21457
21458         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21459         Do not include <assert.h>; no longer needed.
21460         Include xalloc.h.
21461         (memrchr): Remove decl.
21462         (dir_name_r): Remove.
21463         (dir_len): Renamed from dirlen.  All callers changed.
21464         Rewrite in terms of base_name, for simplicity and consistency.
21465         (dir_name): Never return NULL.  All callers changed.
21466         Do not include <stdlib.h> in test program; no longer needed.
21467         return 0; is fine for test program.
21468
21469         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21470         New macros.
21471         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21472
21473         * lib/path-concat.c (path_concat): Use base_len to compute
21474         base length, not strlen; this means we cannot rely on memcpy
21475         to null-terminate.
21476
21477         * lib/same.c (STREQ): Remove.
21478         (same_name): Handle the case where the basename ends in trailing '/'.
21479
21480         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21481         a slash was stripped.  Do not strip the last slash after a
21482         file system prefix.
21483
21484 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21485
21486         * lib/Makefile.am (libfetish_a_SOURCES):
21487         Add strftime.c, since we now compile it on all hosts.
21488
21489         * lib/strftime.c (my_strftime):
21490         Define to nstrftime if emacs, but only if my_strftime is not defined.
21491         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21492         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21493         Add one more extra argument: a nanoseconds value.
21494         All uses changed.
21495         (ns): New macro.
21496         (my_strftime function): Add %N format.
21497         (emacs_strftimeu): Renamed from emacs_strftime,
21498         with extra ut argument.
21499
21500 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21501
21502         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21503
21504 2001-04-21  Jim Meyering  <meyering@lucent.com>
21505
21506         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21507         doesn't interfere.
21508
21509 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21510
21511         * m4/ftruncate.m4: Check for chsize.
21512         Link with ftruncate.o unconditionally if ftruncate is missing.
21513         This was required when cross-compiling to i586-mingw32msvc.
21514
21515 2001-04-08  Jim Meyering  <meyering@lucent.com>
21516
21517         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21518         recomputed; that's necessary when the offset spans a DST transition.
21519         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21520
21521 2001-04-02  Jim Meyering  <meyering@lucent.com>
21522
21523         * lib/regex.h, regex.c: Update from GNU libc.
21524
21525 2001-03-24  Jim Meyering  <meyering@lucent.com>
21526
21527         * m4/jm-macros.m4: Require autoconf-2.49d.
21528
21529 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21530
21531         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21532
21533 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21534
21535         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21536
21537 2001-03-17  Jim Meyering  <meyering@lucent.com>
21538
21539         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21540         now that the version in autoconf is equivalent.
21541         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21542
21543         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21544         Suggestion from Akim Demaille.
21545
21546         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21547         (jm_PREREQ_TEMPNAME): New function.
21548
21549 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21550
21551         * lib/tempname.c (uint64_t): Define to uintmax_t if
21552         not defined, and if UINT64_MAX is not defined.
21553         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21554         Reported by John David Anglin.
21555
21556 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21557
21558         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21559         resolve alias if codeset is empty.
21560         * lib/config.charset (BeOS): Use wildcard syntax.
21561
21562 2001-03-13  Jim Meyering  <meyering@lucent.com>
21563
21564         * lib/path-concat.c (path_concat)
21565         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21566         concatenating e.g., `C:' and `foo'.
21567         From Bruno Haible.
21568
21569 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21570
21571         * lib/localcharset.c (locale_charset): Don't use
21572         setlocale(LC_CTYPE,NULL). Don't return NULL.
21573         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21574
21575 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21576
21577         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21578         support for DOS/DJGPP.
21579
21580 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21581
21582         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21583         lacks mkstemp.  Compile our own tempname.c if we compile our own
21584         mkstemp.c, as mkstemp relies on tempname.
21585
21586 2001-03-01  Jim Meyering  <meyering@lucent.com>
21587
21588         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21589         AH_VERBATIM really does output its argument verbatim.
21590
21591 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21592
21593         * lib/Makefile.am (libfetish_a_SOURCES):
21594         Add dup-safer.c, fopen-safer.c.
21595         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21596
21597         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21598         * lib/unistd-safer.h: New files.
21599
21600 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21601
21602         The mkstemp replacement is taken from glibc 2.2.2, with some
21603         portability fixes for use outside glibc, as follows:
21604
21605         * lib/tempname.c (struct_stat64): New macro.
21606         (direxists, __gen_tempname): Use it.
21607         This avoids a portability problem with Solaris 8.
21608
21609         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21610         (<stddef.h>, <stdint.h>, <string.h>):
21611         Include only if STDC_HEADERS || _LIBC.
21612         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21613         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21614         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21615         (__set_errno): Define this macro if <errno.h> doesn't.
21616         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21617         Define these macros if <stdio.h> doesn't.
21618         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21619         Define these macros if <sys/stat.h>
21620         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21621         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21622         __xstat64): Define if not _LIBC.
21623         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21624         (__gen_tempname): Invoke gettimeofday only if
21625         HAVE_GETTIMEOFDAY || _LIBC;
21626         otherwise, fall back on plain "time".
21627         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21628
21629         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21630
21631         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21632
21633 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21634
21635         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21636
21637 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21638
21639         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21640         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21641         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21642         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21643
21644 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21645
21646         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21647         Remove workaround macros for hosts that have mbrtowc but not
21648         mbstate_t, as we now insist on proper declarations for both
21649         before using mbrtowc.
21650
21651 2001-02-17  Jim Meyering  <meyering@lucent.com>
21652
21653         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
21654         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
21655         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
21656         UnixWare 7.1.1.
21657
21658         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
21659         rather than AC_CACHE_VAL.
21660
21661 2001-02-17  Jim Meyering  <meyering@lucent.com>
21662
21663         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
21664         around included file name.
21665
21666         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
21667
21668         * lib/strftime.c: Update from GNU libc (the only changes were to
21669         comments).
21670
21671 2001-02-17  Jim Meyering  <meyering@lucent.com>
21672
21673         * lib/regex.c: Update from libc.
21674
21675 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
21676
21677         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
21678         clash.
21679
21680 2001-02-16  Paul Eggert  <eggert@twinsun.com>
21681
21682         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
21683         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
21684         Reported by Mark Hounschell via Paul Eggert.
21685
21686 2001-02-07  Jim Meyering  <meyering@lucent.com>
21687
21688         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
21689
21690 2001-02-05  Jim Meyering  <meyering@lucent.com>
21691
21692         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
21693         it includes the patch required for `large file' support with at least
21694         HP-UX's 10.20 /bin/cc.
21695
21696 2001-02-03  Jim Meyering  <meyering@lucent.com>
21697
21698         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
21699         AS_IF, now that it works once again (mysteriously).
21700         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21701
21702 2001-01-30  Jim Meyering  <meyering@lucent.com>
21703
21704         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
21705         * m4/chown.m4: Rename conftestchown to conftest.chown.
21706         * m4/rename.m4: s/conftestdir/conftest.d1/ and
21707         s/conftestdir2/conftest.d2/.
21708         * m4/utimes.m4: s/conftestdata/conftest.data/
21709         Inspired by Pavel Roskin's change in autoconf.
21710
21711 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
21712
21713         * lib/config.charset: Update for FreeBSD 4.2.
21714
21715 2001-01-27  Jim Meyering  <meyering@lucent.com>
21716
21717         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
21718         a use of AS_IF.
21719         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21720
21721 2001-01-26  Jim Meyering  <meyering@lucent.com>
21722
21723         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
21724         quotearg.c includes it.
21725
21726 2001-01-26  Jim Meyering  <meyering@lucent.com>
21727
21728         * lib/quotearg.c: Include stddef.h.
21729         * lib/quote.c: Include stddef.h.
21730         Reported by Axel Kittenberger.
21731
21732         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
21733         line in double quotes so that it evokes a better diagnostic.
21734         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
21735         Reported by Axel Kittenberger.
21736
21737 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
21738
21739         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
21740         as if it was a `charset'.
21741
21742 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21743
21744         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
21745         has const.
21746
21747 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21748
21749         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
21750         to avoid a warning.  Add back 'const' to inptr.
21751
21752 2001-01-20  Jim Meyering  <meyering@lucent.com>
21753
21754         Be sure that headers are checked before used in code compiled
21755         for the type checks.
21756         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
21757         In place of that, invoke jm_CHECK_ALL_TYPES.
21758         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
21759         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
21760         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
21761         The check for ssize_t was mistakenly run before the test for unistd.h.
21762
21763         The configure-time check for stdbool.h was missing.
21764         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
21765         (jm_PREREQ_HASH): New function.
21766
21767 2001-01-17  Jim Meyering  <meyering@lucent.com>
21768
21769         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
21770         for autoconf-2.49c.
21771         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
21772
21773 2001-01-16  Jim Meyering  <meyering@lucent.com>
21774
21775         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
21776         From Bruno Haible.
21777
21778 2001-01-14  Jim Meyering  <meyering@lucent.com>
21779
21780         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
21781         foo and bar.  Create conftestdir/ in the script, not in the C code.
21782         Remove directories in the script, not in the C code.
21783         Remove conftestdir{,2} before trying to create the directory.
21784         Make the entire configure script fail if the mkdir fails.
21785
21786 2001-01-14  Jim Meyering  <meyering@lucent.com>
21787
21788         * lib/rename.c: New file.  From Volker Borchert.
21789         Include stdlib.h, string.h or strings.h, and xalloc.h.
21790         Use strip_trailing_slashes rather than open-coding it.
21791
21792 2001-01-03  Paul Eggert  <eggert@twinsun.com>
21793
21794         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
21795
21796 2001-01-03  Jim Meyering  <meyering@lucent.com>
21797
21798         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
21799         of local `inptr' to avoid warning with some system declarations of
21800         iconv.
21801
21802 2001-01-02  Volker Borchert  <bt@teknon.de>
21803
21804         * m4/rename.m4: New file.
21805         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
21806
21807 2001-01-01  Jim Meyering  <meyering@lucent.com>
21808
21809         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
21810         even on systems with utmpx.h.  It's necessary for the declaration of
21811         utmp's ut_user member.  Reported by Andreas Jaeger.
21812
21813         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
21814         available. They are required for the declarations of getgrgid and
21815         getpwuid resp.
21816         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
21817         Reported by Andreas Jaeger.
21818
21819 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
21820
21821         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
21822         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
21823         so `make install' also works in VPATH builds.
21824
21825 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
21826
21827         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
21828         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
21829         can be used in subdirectories.
21830
21831 2000-12-29  Paul Eggert  <eggert@twinsun.com>
21832
21833         * lib/modechange.c: Do not assume that mode_t uses the
21834         traditional octal encoding.  E.g. "chmod 1 FOO" should set
21835         the other-execute bit of FOO even if S_IXOTH != 1.
21836
21837         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
21838         WOTH, XOTH, ALLM): New macros.
21839         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
21840          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
21841         Use them.
21842         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
21843         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
21844         (mode_compile):
21845         No need to use uintmax_t; unsigned long is long enough.
21846         Don't bother to get suffix since we don't use it.
21847
21848 2000-12-26  Jim Meyering  <meyering@lucent.com>
21849
21850         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
21851         better with autoheader.
21852
21853 2000-12-24  Jim Meyering  <meyering@lucent.com>
21854
21855         * lib/hash.c (is_prime): Return explicit boolean values.
21856         (hash_get_first): Return NULL to appease Irix5.6's 89.
21857         Reported by Nelson Beebe.
21858
21859 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
21860
21861         * lib/localcharset.c (locale_charset): Add support for Win32.
21862
21863 2000-12-18  Paul Eggert  <eggert@twinsun.com>
21864
21865         * lib/physmem.h, lib/physmem.c: New files.
21866
21867         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
21868         (noinst_HEADERS): Add physmem.h.
21869
21870         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
21871         't' for compatibility with Solaris 8 sort.
21872
21873 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
21874
21875         * lib/config.charset: Add support for BeOS.
21876
21877 2000-12-17  Jim Meyering  <meyering@lucent.com>
21878
21879         * m4/dos.m4 (jm_AC_DOS): New file and macro.
21880         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
21881
21882 2000-12-16  Jim Meyering  <meyering@lucent.com>
21883
21884         This bug had a serious impact on chown: `chown N:M FILE' (for integer
21885         N and M) would have treated it like `chown N:N FILE'.
21886
21887         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
21888
21889 2000-12-16  Jim Meyering  <meyering@lucent.com>
21890
21891         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
21892         SHELLS_FILE to a file name that's useful on djgpp systems.
21893         Include stdlib.h.
21894         (ADDITIONAL_DEFAULT_SHELLS): Define.
21895         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
21896         Based mostly on a patch from Prashant TR.
21897
21898 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
21899
21900         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
21901         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
21902         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
21903
21904 2000-12-08  Andreas Schwab  <schwab@suse.de>
21905
21906         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
21907         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
21908
21909 2000-12-07  Jim Meyering  <meyering@lucent.com>
21910
21911         * lib/stripslash.c (ISSLASH): Define.
21912         (strip_trailing_slashes): Use ISSLASH rather than comparing against
21913         `/'.
21914         From Prashant TR.
21915
21916         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
21917         (dir_name_r): Declare this function as static.
21918         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
21919         manifest itself on a name containing a mix of slashes and
21920         backslashes.
21921         Make this function work with names starting with a DOS-style
21922         drive letter and colon prefix.
21923         (dir_name): Append `.' if necessary.
21924         Based mostly on patches from Prashant TR and Eli Zaretskii.
21925
21926         * lib/dirname.h (dir_name_r): Remove prototype.
21927
21928 2000-12-06  Paul Eggert  <eggert@twinsun.com>
21929
21930         * m4/off_t-format.m4: Remove this file.
21931         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
21932
21933 2000-12-06  Jim Meyering  <meyering@lucent.com>
21934
21935         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
21936         replacement strtoull, we may well need the replacement strtoul, too.
21937         Check for declarations of strtoul and strtoull.
21938         Check for strtol.  Mainly as a cue to cause automake to include
21939         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
21940         Check for limits.h -- strtol.c needs it.
21941
21942 2000-12-05  Jim Meyering  <meyering@lucent.com>
21943
21944         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
21945
21946 2000-12-04  Jim Meyering  <meyering@lucent.com>
21947
21948         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
21949         Also include memory.h, stdlib.h, unistd.h if appropriate.
21950         Reported by Andreas Jaeger (conflicting declaration of malloc).
21951
21952 2000-12-02  Jim Meyering  <meyering@lucent.com>
21953
21954         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
21955         * m4/jm-macros.m4 (jm_MACROS): require it.
21956
21957 2000-12-02  Jim Meyering  <meyering@lucent.com>
21958
21959         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
21960
21961 2000-12-01  Paul Eggert  <eggert@twinsun.com>
21962
21963         * lib/memrchr.c: Include <config.h> before any system include file.
21964
21965 2000-11-30  Jim Meyering  <meyering@lucent.com>
21966
21967         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
21968
21969 2000-11-30  Jim Meyering  <meyering@lucent.com>
21970
21971         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
21972
21973 2000-11-29  Paul Eggert  <eggert@twinsun.com>
21974
21975         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
21976
21977 2000-11-26  Jim Meyering  <meyering@lucent.com>
21978
21979         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
21980
21981 2000-11-22  Paul Eggert  <eggert@twinsun.com>
21982
21983         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
21984         size of (size_t) -1; it's not portable.
21985
21986 2000-11-17  Jim Meyering  <meyering@lucent.com>
21987
21988         * lib/strstr.c: Update from GNU libc.
21989
21990 2000-11-17  Akim Demaille  <akim@epita.fr>
21991
21992         * lib/obstack.h: Formatting changes.
21993         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
21994         prevent type checking.
21995         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
21996         cast the value to (void *): assigning a `foo *' to a `void *'
21997         variable is valid.
21998         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
21999
22000 2000-11-16  Jim Meyering  <meyering@lucent.com>
22001
22002         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22003
22004 2000-11-11  Jim Meyering  <meyering@lucent.com>
22005
22006         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22007
22008 2000-11-10  Jim Meyering  <meyering@lucent.com>
22009
22010         * lib/obstack.h: Update from GNU libc.
22011         * lib/obstack.c: Likewise.
22012
22013 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22014
22015         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22016
22017 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22018
22019         * lib/getusershell.c (setusershell): Use rewind rather than
22020         fseek/fseeko, to avoid configuration hassles with fseeko.
22021         Don't bother opening SHELLS_FILE if shellstream is NULL;
22022         it's not necessary.
22023
22024 2000-11-05  Jim Meyering  <meyering@lucent.com>
22025
22026         * lib/makepath.h (make_dir): Declare.
22027         * lib/makepath.c (make_dir): Remove `static' attribute.
22028         Tweak a comment.
22029
22030 2000-11-04  Jim Meyering  <meyering@lucent.com>
22031
22032         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22033
22034 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22035
22036         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22037         last one in a bucket, advance to the next bucket.
22038
22039 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22040
22041         * lib/fnmatch.c: Do not comment out all the code if we are using
22042         the GNU C library, because in some cases we are replacing buggy
22043         code in the GNU C library itself.
22044
22045 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22046
22047         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22048         (regex_compile): Catch bogus \(\1\).
22049
22050 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22051
22052         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22053         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22054         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22055
22056 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22057
22058         * lib/error.h, getline.h, modechange.h:
22059         Remove "2000" from Copyright line, as the file hasn't been
22060         changed this year other than in the copyright notice.
22061
22062         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22063         was changed this year.
22064
22065 2000-10-29  Jim Meyering  <meyering@lucent.com>
22066
22067         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22068         renaming.
22069         * m4/ls-mntd-fs.m4: Likewise
22070
22071 2000-10-29  Jim Meyering  <meyering@lucent.com>
22072
22073         * lib/xstat.in: Fix grammar in comment.
22074
22075 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22076
22077         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22078         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22079         doesn't define __restrict_arr.
22080
22081 2000-10-28  Jim Meyering  <meyering@lucent.com>
22082
22083         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22084         (jm_PREREQ_MEMCHR): New function.
22085
22086 2000-10-28  Jim Meyering  <meyering@lucent.com>
22087
22088         * lib/memchr.c: Update from libc.
22089         Adjust for portability:
22090         [HAVE_STDLIB_H]: Include stdlib.h.
22091         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22092         Undef __memchr, too.
22093         [!weak_alias]: Define __memchr to memchr.
22094
22095         * lib/regex.c: Update from libc.
22096         * lib/regex.h: Likewise.
22097         * lib/getopt1.c: Likewise.
22098         * lib/memcmp.c: Likewise.
22099
22100         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22101         Avoid using fseek, when possible -- it's broken by design.
22102         Patch by Ulrich Drepper.
22103
22104 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22105
22106         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22107         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22108         Giving in to popular pressure to shut up the compiler with casts.
22109
22110 2000-10-26  Jim Meyering  <meyering@lucent.com>
22111
22112         * lib/strftime.c: Update from libc.
22113
22114 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22115
22116         * regex.c: More `unsigned char' -> `re_char' changes.
22117         Also change several `int' into `re_wchar_t'.
22118         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22119         (PUSH_FAILURE_POINTER): Don't cast any more.
22120         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22121         We want GCC to complain, since this piece of code makes
22122         re_match non-reentrant, which *should* be fixed.
22123         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22124         (EXTEND_BUFFER): Use RETALLOC.
22125         (SET_LIST_BIT): Don't cast.
22126         (re_wchar_t): New type.
22127         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22128         that those two functions will always properly return.
22129         (IMMEDIATE_QUIT_CHECK): Cast to void.
22130         (analyse_first): Use recursion rather than an explicit stack.
22131         (re_compile_fastmap): Can't fail anymore.
22132         (re_search_2): Don't check re_compile_fastmap for failure.
22133         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22134         Now also sets the new value (passed in a new argument).
22135         (re_match_2_internal): Use it.
22136         Also, use a new var `reg' of type size_t when looping through regs
22137         rather than reuse the inappropriate `mcnt'.
22138
22139 2000-10-25  Jim Meyering  <meyering@lucent.com>
22140
22141         * lib/obstack.c: Update from libc.
22142
22143 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22144
22145         * regex.c (regex_compile): Change the way of handling a range from
22146         a char less than 256 to a char not less than 256.
22147
22148 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22149
22150         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22151         NT-Emacs only.
22152         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22153         so that re_search functions only quit when callers expect them to.
22154
22155 2000-10-23  Jim Meyering  <meyering@lucent.com>
22156
22157         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22158         wrong.  That set_locale call must not have any side effects.
22159         From Paul Eggert.
22160
22161 2000-10-22  Jim Meyering  <meyering@lucent.com>
22162
22163         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22164         [CYCLIC]: Remove now-unused definition.
22165
22166         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22167         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22168         Suggestion from Ulrich Drepper.
22169
22170 2000-10-21  Jim Meyering  <meyering@lucent.com>
22171
22172         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22173         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22174         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22175
22176 2000-10-21  Jim Meyering  <meyering@lucent.com>
22177
22178         * lib/dirname.c (memrchr): Declare if necessary.
22179         (dir_name): Remove the restriction that there be no
22180         trailing slashes.  Now, this code skips past them, effectively
22181         ignoring them.
22182         [TEST_DIRNAME] (main): New unit tests.
22183
22184         * lib/memrchr.c: New file from GNU libc.
22185         Undef __memrchr, too.
22186         [!weak_alias]: Define __memrchr to memrchr.
22187         Guard weak_alias use with `#ifdef weak_alias'.
22188
22189 2000-10-21  Jim Meyering  <meyering@lucent.com>
22190
22191         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22192         (dir_name): Use dir_name_r.
22193         * lib/dirname.h (dir_name_r): Declare it.
22194
22195 2000-10-17  Jim Meyering  <meyering@lucent.com>
22196
22197         * lib/quote.h (PARAMS): Define and use.
22198         Reported by Akim Demaille.
22199
22200         * lib/getopt.c: Update from libc.
22201
22202 2000-10-16  Jim Meyering  <meyering@lucent.com>
22203
22204         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22205         setlocale.
22206         From Jan Fedak.
22207
22208 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22209
22210         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22211
22212 2000-09-25  Jim Meyering  <meyering@lucent.com>
22213
22214         * lib/md5.h (rol): Define (from GnuPG).
22215
22216         * lib/sha.c: Give credit (GnuPG) where due.
22217         (M): Use rol rather than open-coding it.
22218         Add a FIXME comment.
22219
22220 2000-09-21  Jim Meyering  <meyering@lucent.com>
22221
22222         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22223         Reported by Michael Stone.
22224
22225 2000-09-20  Jim Meyering  <meyering@lucent.com>
22226
22227         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22228         (noinst_HEADERS): Add sha.h.
22229         Based on code from Scott G. Miller and from GnuPG.
22230
22231 2000-09-18  Jim Meyering  <meyering@lucent.com>
22232
22233         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22234         LIBS. Otherwise, everyone ends up linking with -lelf for some
22235         configurations.
22236         Reported by Mike Stone.
22237
22238 2000-09-15  Jim Meyering  <meyering@lucent.com>
22239
22240         * lib/regex.c: Update from libc.
22241
22242 2000-09-10  Jim Meyering  <meyering@lucent.com>
22243
22244         * lib/getopt.c (_getopt_internal): Update from glibc.
22245
22246 2000-09-09  Jim Meyering  <meyering@lucent.com>
22247
22248         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22249         think it should be used as a general replacement for isascii.
22250         * lib/fnmatch.c: Likewise.
22251         * lib/mbswidth.c: Likewise
22252         * lib/regex.c: Likewise.
22253
22254         Don't use atoi.
22255         * lib/userspec.c: Include sys/param.h and limits.h.
22256         Include xstrtol.h.
22257         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22258         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22259         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22260         UID, GID.  Check range.
22261
22262 2000-09-06  Jim Meyering  <meyering@lucent.com>
22263
22264         * lib/getopt.c (_getopt_internal): Update from glibc.
22265
22266 2000-08-30  Jim Meyering  <meyering@lucent.com>
22267
22268         * lib/strftime.c: Merge in changes from GNU libc.
22269
22270 2000-08-26  Jim Meyering  <meyering@lucent.com>
22271
22272         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22273         * m4/fpending.m4: New file.
22274
22275 2000-08-26  Jim Meyering  <meyering@lucent.com>
22276
22277         * lib/closeout.c: Include "__fpending.h".
22278         (close_stdout_status): Return right away if there's nothing to flush.
22279
22280         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22281         * lib/__fpending.c: New file.
22282         * lib/__fpending.h: New file.
22283
22284 2000-08-20  Jim Meyering  <meyering@lucent.com>
22285
22286         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22287         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22288         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22289
22290 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22291
22292         Improve fileutils installation on systems where running
22293         programs (like install) can't be unlinked.
22294         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22295         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22296
22297 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22298
22299         Standardize on "memory exhausted" instead of "Memory exhausted"
22300         or "virtual memory exhausted".
22301         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22302         "virtual memory exhausted".
22303         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22304         our own message.
22305         * lib/userspec.c (parse_user_spec): Likewise.
22306         * lib/bumpalloc.h: comment fix
22307         * lib/same.c, userspec.c: Include xalloc.h.
22308
22309         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22310         not char *const and pointing to a constant array.
22311         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22312         (xrealloc): Comment fix.
22313
22314         * lib/userspec.c (parse_user_spec):
22315         Don't translate a message until just before returning,
22316         to avoid unnecessary translation.
22317
22318 2000-08-07  Jim Meyering  <meyering@lucent.com>
22319
22320         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22321         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22322         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22323         getgroups.c, gethostname.c, getopt.h, group-member.c,
22324         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22325         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22326         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22327         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22328         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22329         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22330         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22331         yesno.c: Back out Copyright date changes for each file with no change
22332         this year.  This eases coordination with other programs using the same
22333         source code modules.  From Paul Eggert.
22334
22335 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22336
22337         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22338         not char, for compatibility with glibc 2.1.3 strftime.c.
22339
22340 2000-08-03  Greg McGary  <greg@mcgary.org>
22341
22342         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22343         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22344         (EXTEND_BUFFER): Use them.
22345
22346 2000-08-01  Jim Meyering  <meyering@lucent.com>
22347
22348         * lib/dirname.c (ISSLASH): Define.
22349         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22350         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22351         both `\' and `/' may be use as path separators.
22352         Based on a patch from Prashant TR.
22353
22354 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22355
22356         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22357         slot vector a constant, since it might get modified.
22358
22359 2000-07-31  Jim Meyering  <meyering@lucent.com>
22360
22361         * lib/xmalloc.c: Use `virtual memory exhausted', not
22362         `Memory exhausted'.
22363         * lib/obstack.c (print_and_abort): Likewise.
22364
22365 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22366
22367         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22368         buffer, so that the caller can always quote one small
22369         component of a "memory exhausted" message in slot 0.
22370         From a suggestion by Jim Meyering.
22371
22372 2000-07-30  Jim Meyering  <meyering@lucent.com>
22373
22374         * lib/makepath.c (make_path): Quote the other instance, too.
22375
22376         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22377         (STATIC_BUF_SIZE): Define.
22378         (quotearg_n_options): Use only statically allocated storage when
22379         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22380         than STATIC_BUF_SIZE.
22381
22382 2000-07-29  Jim Meyering  <meyering@lucent.com>
22383
22384         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22385         * lib/dirname.c (dir_name): Likewise.
22386
22387         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22388         `/'.
22389
22390         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22391         (dir_name): Assert that there are no trailing slashes.
22392
22393 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22394
22395         * lib/mbswidth.h (mbswidth): Add a flags argument.
22396         (mbswidth): New declaration.
22397         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22398         * lib/mbswidth.c (mbswidth): Add a flags argument.
22399         (mbsnwidth): New function.
22400
22401 2000-07-24  Jim Meyering  <meyering@lucent.com>
22402
22403         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22404
22405 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22406
22407         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22408
22409 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22410
22411         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22412         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22413         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22414         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22415         invoke multibyte primitives.
22416
22417 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22418
22419         * lib/quotearg.c:
22420         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22421         so that mbstate_t is always defined.
22422
22423         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22424         be 1 in at least one GCC installation, and this configuration
22425         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22426         performance on hosts that have mbrtowc but have only unibyte
22427         locales, but I assume these hosts are rare.
22428
22429 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22430
22431         * lib/mbswidth.c (_XOPEN_SOURCE):
22432         Don't define; this causes problems on Solaris 7.
22433         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22434
22435 2000-07-23  Jim Meyering  <meyering@lucent.com>
22436
22437         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22438         too: getgrgid, getpwuid, getuid.
22439
22440 2000-07-23  Jim Meyering  <meyering@lucent.com>
22441
22442         * lib/basename.c (base_name): Add an assertion.
22443
22444 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22445
22446         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22447         shadow its mbsinit function.
22448
22449 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22450
22451         * lib/mbswidth.h: New file.
22452         * lib/mbswidth.c: New file.
22453         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22454         (noinst_HEADERS): Add mbswidth.h.
22455
22456 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22457
22458         * lib/config.charset: Add support for FreeBSD. Improve support for
22459         HP-UX and IRIX 6.
22460
22461 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22462
22463         * m4/mbswidth.m4: New file.
22464         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22465
22466 2000-07-15  Jim Meyering  <meyering@lucent.com>
22467
22468         * lib/makepath.c: Include quote.h.
22469         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22470         corresponding argument in a `quote (...)' call.
22471         Give better diagnostics.
22472
22473         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22474         (noinst_HEADERS): Add quote.h.
22475
22476         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22477         from tar's src/misc.c.
22478         * lib/quote.h: New file.  Prototypes for same.
22479
22480 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22481
22482         From a suggestion by Bruno Haible.
22483         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22484         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22485         to decide whether to define the BeOS workaround macro;
22486         this adjusts to the change to AC_MBSTATE_T.
22487
22488 2000-07-14  Jim Meyering  <meyering@lucent.com>
22489
22490         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22491         jm_AC_TYPE_UINTMAX_T.
22492
22493 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22494
22495         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22496
22497         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22498         quotearg_buffer_restyled): Add support for
22499         clocale_quoting_style.  Undo previous change to
22500         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22501         and "{RIGHT QUOTATION MARK}" msgids.
22502
22503 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22504
22505         From a suggestion by Bruno Haible.
22506         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22507         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22508         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22509         and mbstate_t, to a single-part test that simply defines mbstate_t.
22510         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22511         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22512
22513 2000-07-10  Jim Meyering  <meyering@lucent.com>
22514
22515         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22516
22517         * m4/gnu-source.m4: Output to confdefs.h directly.
22518         Suggestion from Akim Demaille.
22519
22520 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22521
22522         The old behavior of quoting `like this' doesn't look good with
22523         newer, ISO-style fonts.  See:
22524         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22525
22526         Instead, quote "like this" by default.  Let the translator
22527         tailor the locale-specific quoting behavior by providing
22528         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22529
22530         * lib/quotearg.c (N_): New macro.
22531         (gettext_default): New function.
22532         (quotearg_buffer_restyled): Use
22533         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22534         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22535
22536 2000-07-09  Jim Meyering  <meyering@lucent.com>
22537
22538         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22539         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22540
22541         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22542         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22543
22544 2000-07-09  Jim Meyering  <meyering@lucent.com>
22545
22546         * lib/Most files: Update copyright dates to include 2000.
22547
22548 2000-07-08  Jim Meyering  <meyering@lucent.com>
22549
22550         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22551         if not defined.
22552         (xgethostname): Remove now-unnecessary #ifdef.
22553         Move declaration of `err' into loop where it's used.
22554
22555 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22556         and Bruno Haible  <haible@clisp.cons.org>
22557
22558         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22559         only if the test for an object-type mbstate_t fails.  This
22560         prevents us from mistakenly reporting that mbstate_t is a
22561         system object type after we "#define mbstate_t int" to work
22562         around its lack.
22563
22564 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22565         and Bruno Haible  <haible@clisp.cons.org>
22566
22567         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22568
22569 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22570
22571         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22572         to strerror_r.
22573         Include <ctype.h> for use of isalpha.
22574
22575 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22576
22577         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22578         by allocating a larger buffer. Test the gethostname return value for
22579         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22580         returns an error and ENAMETOOLONG isn't defined.
22581
22582 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22583
22584         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22585         dimension.
22586
22587 2000-07-04  Jim Meyering  <meyering@lucent.com>
22588
22589         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22590         of the deprecated AC_CHECKING.
22591
22592 2000-07-04  Jim Meyering  <meyering@lucent.com>
22593
22594         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22595         Reported by Bruno Haible.
22596
22597 2000-07-04  Jim Meyering  <meyering@lucent.com>
22598
22599         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22600         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22601         lacks mbrtowc.
22602
22603 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22604
22605         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22606         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22607
22608 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22609         and Bruno Haible  <haible@clisp.cons.org>
22610
22611         * lib/quotearg.c (mbrtowc):
22612         Assign to *pwc, and return 1 only if result is nonzero.
22613         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22614
22615 2000-07-03  Jim Meyering  <meyering@lucent.com>
22616
22617         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22618
22619 2000-07-03  Jim Meyering  <meyering@lucent.com>
22620
22621         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22622         This is necessary to get a definition of e.g., UTMP_FILE on
22623         HP-UX 10.20.
22624         From Bob Proulx.
22625
22626 2000-07-02  Jim Meyering  <meyering@lucent.com>
22627
22628         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22629
22630         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22631         AC_LIBOBJ(function_name).
22632         * m4/chown.m4: Likewise.
22633         * m4/fnmatch.m4: Likewise.
22634         * m4/ftruncate.m4: Likewise.
22635         * m4/getgroups.m4: Likewise.
22636         * m4/getline.m4: Likewise.
22637         * m4/group-member.m4: Likewise.
22638         * m4/jm-macros.m4: Likewise.
22639         * m4/lstat.m4: Likewise.
22640         * m4/malloc.m4: Likewise.
22641         * m4/memcmp.m4: Likewise.
22642         * m4/nanosleep.m4: Likewise.
22643         * m4/putenv.m4: Likewise.
22644         * m4/realloc.m4: Likewise.
22645         * m4/regex.m4: Likewise.
22646         * m4/stat.m4: Likewise.
22647         * m4/strftime.m4: Likewise.
22648
22649 2000-07-02  Jim Meyering  <meyering@lucent.com>
22650
22651         * lib/quotearg.c (mbstate_t): Don't define here.
22652
22653 2000-07-02  Jim Meyering  <meyering@lucent.com>
22654
22655         * lib/nanosleep.c (SIGCONT): Define if not already defined.
22656
22657 2000-07-01  Jim Meyering  <meyering@lucent.com>
22658
22659         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
22660
22661 2000-07-01  Jim Meyering  <meyering@lucent.com>
22662
22663         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
22664         problem.
22665
22666 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22667
22668         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
22669         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
22670
22671 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22672
22673         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
22674         per change in ../m4/ls-mntd-fs.m4.
22675         (read_filesystem_list): Ignore symbolic links.
22676
22677 2000-06-29  Jim Meyering  <meyering@lucent.com>
22678
22679         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
22680         for declaration of strcmp.
22681
22682         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
22683
22684         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
22685         Avoid warning by casting result to `char *' to remove `const'.
22686
22687 2000-06-28  Jim Meyering  <meyering@lucent.com>
22688
22689         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
22690         included by quotearg.c, for which we perform this test.  From
22691         Bruno Haible.
22692
22693 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22694
22695         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
22696         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
22697         <utmpx.h> exists, put readutmp.o into LIBOBJS.
22698
22699 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22700
22701         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
22702
22703 2000-06-26  Paul Eggert  <eggert@twinsun.com>
22704
22705         savedir now sets errno on failure and invokes xmalloc to get memory.
22706         Fix a couple of other minor bugs while we're at it.
22707
22708         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
22709         (NAMLEN): Remove macro.
22710         (malloc, realloc): Remove decls.
22711         (stpcpy): Likewise.
22712         ("xalloc.h"): Include.
22713         (NAME_SIZE_DEFAULT): New macro.
22714         (savedir): Use xmalloc / xrealloc to allocate memory.
22715         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
22716         Skip "" directory entries.
22717         Use strlen to calculate directory entry length, since the old method
22718         is rarely used these days and isn't worth supporting.
22719         Don't use a pointer after freeing it.
22720         Check for integer overflow when calculating allocation size.
22721         Use memcpy to copy entries, instead of stpcpy.
22722         Set errno properly when returning NULL.
22723         Check for readdir error.
22724
22725 2000-06-26  Jim Meyering  <meyering@lucent.com>
22726
22727         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
22728
22729 2000-06-25  Jim Meyering  <meyering@lucent.com>
22730
22731         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
22732         Linux header bug when _XOPEN_SOURCE is defined to 500.
22733
22734 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22735
22736         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
22737         deficiency.
22738
22739 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22740
22741         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
22742         Include xalloc.h.
22743         Don't include <stdlib.h>.  Don't declare malloc, realloc.
22744
22745 2000-06-24  Jim Meyering  <meyering@lucent.com>
22746
22747         * m4/strerror_r.m4: Revive this file -- to try out an experimental
22748         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
22749         for which strerror does return char*, but which lacks a conveniently
22750         accessible declaration of the function.  If the compile-test says
22751         strerror_r doesn't work, then resort to a `run'-test that works on
22752         BeOS and segfaults on DEC Unix.
22753
22754 2000-06-24  Jim Meyering  <meyering@lucent.com>
22755
22756         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
22757
22758 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22759
22760         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
22761         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
22762
22763 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22764
22765         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
22766         (mbrtowc, mbstate_t): Define substitutes if
22767         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
22768         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
22769         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
22770
22771 2000-06-23  Jim Meyering  <meyering@lucent.com>
22772
22773         * m4/afs.m4: Add missing AC_MSG_RESULT.
22774         Reported by Bruno Haible.
22775
22776         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
22777         Suggestion from Bruno Haible.
22778
22779 2000-06-23  Jim Meyering  <meyering@lucent.com>
22780
22781         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
22782
22783 2000-06-21  Jim Meyering  <meyering@lucent.com>
22784
22785         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
22786
22787 2000-06-21  Jim Meyering  <meyering@lucent.com>
22788
22789         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
22790         (noinst_HEADERS): Add getstr.h.
22791
22792         * lib/getline.c (getstr): Move into a separate file.
22793         * lib/getstr.c (getstr): New file, extracted from getline.c, with
22794         the following changes: new parameter, delim2; both delim[12]
22795         parameters have type `int', not `char'.  The latter would lose
22796         with 8-bit delimiters.
22797         * lib/getstr.h: New file.
22798
22799 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22800
22801         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
22802         than 1024, return a memory chunk of least possible size, instead
22803         of size PATH_MAX + 2. In the loop, increment the size proportionally.
22804         Use free/xmalloc instead of xrealloc to avoid copying for very long
22805         paths.
22806
22807 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22808
22809         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
22810         the empty string.
22811
22812 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
22813
22814         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
22815         address, not strdup.  Include <stdlib.h> and don't declare free().
22816
22817 2000-06-19  Jim Meyering  <meyering@lucent.com>
22818
22819         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
22820
22821 2000-06-18  Jim Meyering  <meyering@lucent.com>
22822
22823         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
22824
22825         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
22826         `checking whether...' message to be consistent with that of the
22827         lstat test.
22828
22829 2000-06-18  Jim Meyering  <meyering@lucent.com>
22830
22831         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
22832         Besides, these days every porting target provides a mkdir function.
22833
22834         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
22835         needed. (this snippet comes from src/system.h).
22836
22837 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
22838
22839         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
22840
22841 2000-06-15  Paul Eggert  <eggert@twinsun.com>
22842
22843         * lib/human.c (adjust_value): New function.
22844         (human_readable_inexact): Apply rounding style even when
22845         printing approximate values.
22846
22847 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22848
22849         * lib/human.c (human_readable_inexact): Allow an input block
22850         size that is not a multiple of the output block size, and vice versa.
22851         Reported by Piergiorgio Sartor.
22852
22853 2000-06-14  Paul Eggert  <eggert@twinsun.com>
22854
22855         * lib/getdate.y (get_date): Apply relative times after time
22856         zone indicator, not before.  Reported by Todd A. Jacobs.
22857
22858 2000-06-13  Jim Meyering  <meyering@lucent.com>
22859
22860         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
22861
22862         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
22863
22864 2000-06-12  Paul Eggert  <eggert@twinsun.com>
22865
22866         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
22867
22868 2000-06-12  Jim Meyering  <meyering@lucent.com>
22869
22870         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
22871         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
22872         optional argument.
22873         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
22874         the optional argument, `lib'.
22875
22876 2000-06-08  Jim Meyering  <meyering@lucent.com>
22877
22878         * m4/largefile.m4: Remove file (now that it's part of autoconf).
22879
22880 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22881
22882         Rewrite largefile configuration so that we don't need to run
22883         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
22884         AC_CANONICAL_HOST in configure.in -- jmm]
22885
22886         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
22887         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
22888         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
22889         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
22890         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
22891         All uses changed.
22892         Instead of inspecting the output of getconf, try to compile the
22893         test program without and with the macro definition.
22894         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
22895         for getconf.  Instead, check for the needed flags by compiling
22896         test programs.
22897
22898 2000-06-04  Paul Eggert  <eggert@twinsun.com>
22899
22900         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
22901
22902 2000-06-04  Jim Meyering  <meyering@lucent.com>
22903
22904         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
22905         SunOS 4.1.4 for which gid_t is an unsigned type.
22906
22907 2000-06-03  Jim Meyering  <meyering@lucent.com>
22908
22909         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
22910         now that autoconf requires that.
22911
22912         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
22913         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
22914         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
22915
22916 2000-06-03  Jim Meyering  <meyering@lucent.com>
22917
22918         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
22919
22920 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22921
22922         * m4/glibc21.m4: New file.
22923         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
22924
22925 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
22926
22927         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
22928         newer, don't install charset.alias.
22929         * lib/config.charset: Change the Linux/glibc rules so they become empty
22930         on glibc-2.1 or newer.
22931
22932 2000-06-02  Jim Meyering  <meyering@lucent.com>
22933
22934         * lib/mountlist.c: Back out last change.  Instead, do this...
22935         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
22936         me_dummy member using the same `ignore'-testing code.
22937         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
22938         fs_type strings.
22939         From Mark D. Roth.
22940
22941 2000-05-29  Jim Meyering  <meyering@lucent.com>
22942
22943         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
22944         mounts with the `ignore' attribute.  Based on a patch from
22945         Mark D. Roth.
22946
22947 2000-05-28  Jim Meyering  <meyering@lucent.com>
22948
22949         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
22950         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22951         * m4/stat.m4: Likewise.
22952         * m4/lstat.m4: Likewise.
22953         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
22954
22955         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
22956         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
22957
22958 2000-05-26  Jim Meyering  <meyering@lucent.com>
22959
22960         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
22961
22962 2000-05-24  Jim Meyering  <meyering@lucent.com>
22963
22964         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
22965         autoconf requires that.
22966         * m4/lib-check.m4: Likewise.
22967         * m4/jm-macros.m4: Likewise.
22968         * m4/strftime.m4: Likewise.
22969
22970         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
22971         AC_CHECK_DECLS, now that autoconf requires that.
22972
22973 2000-05-22  Jim Meyering  <meyering@lucent.com>
22974
22975         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
22976         * m4/lstat.m4: Likewise.
22977
22978 2000-05-22  Jim Meyering  <meyering@lucent.com>
22979
22980         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
22981
22982 2000-05-20  Jim Meyering  <meyering@lucent.com>
22983
22984         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
22985         (jm_PREREQ): Use it.
22986
22987 2000-05-18  Jim Meyering  <meyering@lucent.com>
22988
22989         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
22990         back, too, since it may have been modified by allocate_entry.
22991         (hash_delete): Rewrite to use neither the assignment operator
22992         nor the comma operator in an if-expression.
22993
22994 2000-05-15  Paul Eggert  <eggert@twinsun.com>
22995
22996         * lib/closeout.c:
22997         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
22998         Remove; no longer needed.
22999         "quotearg.h": Add include.
23000         (file_name): Do not bother to explicitly initialize to NULL; it's less
23001         efficient on some hosts.
23002         (close_stdout_status): Remove test as to whether stdout was already
23003         closed; it breaks for the case "echo x | sort >&-".
23004         Quote file name colons.
23005         Do not assume that _("write error") lacks format strings.
23006
23007 2000-05-15  Jim Meyering  <meyering@lucent.com>
23008
23009         * lib/version-etc.c (version_etc_copyright): Update the copyright
23010         string used in all --version output.
23011
23012 2000-05-14  Jim Meyering  <meyering@lucent.com>
23013
23014         * lib/closeout.c (close_stdout_set_file_name): New function.
23015         (close_stdout_status): Use new file-scoped global.
23016         Return right away if fstat says the stdout file descriptor is invalid.
23017         * lib/closeout.h (close_stdout_set_file_name): Declare.
23018
23019 2000-05-10  Jim Meyering  <meyering@lucent.com>
23020
23021         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23022         (close_stdout_set_status): New function.
23023         * lib/closeout.h (close_stdout_set_status): Declare.
23024
23025 2000-05-09  Jim Meyering  <meyering@lucent.com>
23026
23027         * m4/gettext.m4: Rename this...
23028         * m4/libintl.m4: ...to this.
23029
23030 2000-05-08  Jim Meyering  <meyering@lucent.com>
23031
23032         * lib/long-options.c: Don't include closeout.h.
23033         (parse_long_options): Don't call close_stdout for --version.
23034
23035 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23036
23037         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23038         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23039         2.1.3 bug.  This avoids a clash when files like regex.c define
23040         _GNU_SOURCE.
23041
23042 2000-05-06  Jim Meyering  <meyering@lucent.com>
23043
23044         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23045         (AC_REPLACE_FUNCS): Add strnlen.
23046
23047         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23048         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23049
23050         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23051         AC_SEARCH_LIBS call for nanosleep.
23052         (LIB_NANOSLEEP): Set and AC_SUBST.
23053
23054 2000-05-06  Jim Meyering  <meyering@lucent.com>
23055
23056         * lib/strnlen.c: Undefine __strnlen and strnlen.
23057         [!weak_alias]: Define __strnlen to strnlen.
23058
23059         * lib/atexit.c: New file, from libiberty.
23060
23061 2000-05-06  Jim Meyering  <meyering@lucent.com>
23062
23063         * lib/closeout.c (close_stdout_status): Also check for errors on the
23064         stderr stream.
23065
23066 2000-05-05  Jim Meyering  <meyering@lucent.com>
23067
23068         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23069         AC_SEARCH_LIBS call for clock_gettime.
23070         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23071
23072         * m4/search-libs.m4: Update from autoconf.
23073
23074         su doesn't work on Solaris 2.6.
23075         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23076         <shadow.h>.  Reported by Dragos Harabor.
23077
23078 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23079
23080         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23081         memcpy instead of xmalloc, xrealloc, path_concat.
23082         (locale_charset): Treat empty environment variables as absent.
23083         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23084
23085 2000-05-04  Jim Meyering  <meyering@lucent.com>
23086
23087         * lib/getopt.c: Update from glibc.
23088         * lib/obstack.c: Likewise.
23089         * lib/obstack.h: Likewise.
23090         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23091         file
23092
23093         * lib/regex.h: Likewise.
23094         * lib/strndup.c: Likewise.
23095         * lib/strnlen.c: New file, from glibc.
23096
23097 2000-05-03  Jim Meyering  <meyering@lucent.com>
23098
23099         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23100
23101 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23102
23103         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23104         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23105         compile-time test, rather than inspecting host and OS, to
23106         decide whether to define _LARGEFILE_SOURCE.
23107
23108 2000-05-01  Jim Meyering  <meyering@lucent.com>
23109
23110         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23111
23112         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23113         Based on a patch from Bruno Haible.
23114
23115 2000-05-01  Jim Meyering  <meyering@lucent.com>
23116
23117         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23118
23119 2000-04-29  Jim Meyering  <meyering@lucent.com>
23120
23121         * lib/path-concat.c: Declare strdup only if it's not defined.
23122         * lib/canon-host.c: Likewise.
23123
23124 2000-04-28  Jim Meyering  <meyering@lucent.com>
23125
23126         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23127         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23128         is included first, then limits.h is included by locale.h by libintl.h.
23129         From John David Anglin.
23130
23131 2000-04-25  Jim Meyering  <meyering@lucent.com>
23132
23133         * lib/makepath.c (S_IRWXUGO): Define.
23134         (make_path): Always perform explicit chmod if MODE specifies any
23135         of the `special' permission bits.  Prompted by a bug report against
23136         install from Mate Wierdl and Joost van Baal.
23137
23138 2000-04-18  Jim Meyering  <meyering@lucent.com>
23139
23140         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23141         (jm_PREREQ): Use it.
23142
23143 2000-04-18  Jim Meyering  <meyering@lucent.com>
23144
23145         * lib/README: New file.
23146
23147         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23148         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23149
23150 2000-04-17  Jim Meyering  <meyering@lucent.com>
23151
23152         Get it right :-)
23153         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23154         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23155         Suggestion from Akim Demaille.
23156
23157 2000-04-17  Jim Meyering  <meyering@lucent.com>
23158
23159         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23160         the definition of it to rpl_strftime also defined-away the system's
23161         declaration.
23162
23163 2000-04-15  Jim Meyering  <meyering@lucent.com>
23164
23165         Use `C' to denote so-called `contiguous' files, the same way
23166         that tar does.
23167         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23168         (ftypelet): Use S_ISCTG.
23169         From Michael Deutschmann.
23170
23171 2000-04-14  Jim Meyering  <meyering@lucent.com>
23172
23173         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23174         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23175         clobbered.
23176
23177 2000-04-14  Jim Meyering  <meyering@lucent.com>
23178
23179         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23180
23181 2000-04-13  Jim Meyering  <meyering@lucent.com>
23182
23183         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23184         AH_VERBATIM to insert required #ifndef into config.h.in.
23185         Suggestion from Akim Demaille.
23186
23187 2000-04-12  Jim Meyering  <meyering@lucent.com>
23188
23189         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23190         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23191         Christian Krackowizer.
23192
23193         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23194         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23195         (AC_SYS_LARGEFILE): Require.
23196         (AM_C_PROTOTYPES): Require.
23197
23198 2000-04-08  Jim Meyering  <meyering@lucent.com>
23199
23200         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23201         names don't conflict.  Reported by Eli Zaretskii.
23202
23203 2000-04-07  Jim Meyering  <meyering@lucent.com>
23204
23205         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23206         sys/types.h, to work around system header problems on AIX 3.2.5.
23207         From Bruno Haible.
23208
23209 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23210
23211         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23212         bug.  Deal with the different error behavior of Irix iconv.
23213
23214 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23215
23216         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23217         IRIX if the installer said otherwise.
23218
23219 2000-04-05  Jim Meyering  <meyering@lucent.com>
23220
23221         Portability tweaks required for ultrix4.3.
23222         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23223         (jm_CHECK_DECLS): Add getutent to the list of functions.
23224         (_jm_DECL_HEADERS): Add utmpx.h.
23225         From John David Anglin.
23226
23227         * m4/strftime.m4: Back out the 2000-04-02 change.
23228         Instead of that change, simply undefine putenv in the test program.
23229
23230 2000-04-05  Jim Meyering  <meyering@lucent.com>
23231
23232         Portability tweaks required for ultrix4.3.
23233         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23234         getutent.
23235         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23236         * lib/canon-host.c: Declare strdup.
23237         * lib/path-concat.c: Likewise.
23238         From John David Anglin.
23239
23240 2000-04-04  Jim Meyering  <meyering@lucent.com>
23241
23242         Be more DOS 8.3-friendly.
23243         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23244         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23245         * lib/Makefile.am: Reflect renaming.
23246         Reported by Eli Zaretskii.
23247
23248         Use a temporary file name that won't clash with `charset.alias'
23249         in the DOS 8.3 name space.
23250         * lib/Makefile.am (charset_tmp): Define.
23251         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23252         (uninstall-local): Likewise.
23253         Reported by Eli Zaretskii.
23254
23255 2000-04-03  Jim Meyering  <meyering@lucent.com>
23256
23257         * m4/gettext.m4: Fix typo in comment.
23258
23259         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23260         textutils/configure.in).  Suggestion from Paul Eggert.
23261         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23262
23263 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23264
23265         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23266         variable in the shell rather than using putenv, which isn't
23267         portable.  This avoids the configure-time inter-test dependency
23268         on the potentially-renamed putenv function.
23269
23270 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23271
23272         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23273         before checking struct stat.st_blksize, so that
23274         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23275
23276 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23277
23278         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23279         since strftime.c uses HAVE_STRFTIME to decide whether to use
23280         the underlying strftime.
23281
23282 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23283
23284         * lib/time/strftime.c (my_strftime): Make sure we call the system
23285         strftime, not ourselves, when invoking the underlying strftime.
23286
23287 2000-03-24  Jim Meyering  <meyering@lucent.com>
23288
23289         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23290         (charset_alias): Define.
23291         (install-exec-local): Factor out common code.
23292         (uninstall-local): Split lines longer than 80.
23293         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23294         (SUFFIXES): Define.
23295         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23296         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23297
23298 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23299
23300         * lib/config.charset: Output a line containing "Packages using this
23301         file".
23302         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23303         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23304         ref-del.sed): New rules.
23305
23306 2000-03-17  Jim Meyering  <meyering@lucent.com>
23307
23308         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23309         Otherwise, include <strings.h>
23310
23311 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23312
23313         * lib/unicodeio.c (utf8_wctomb): New function.
23314         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23315         format instead of in UCS-4 with platform dependent endianness.
23316
23317 2000-03-10  Jim Meyering  <meyering@lucent.com>
23318
23319         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23320         From Marco Franzen.
23321
23322 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23323
23324         * lib/savedir.c (savedir): Work even if directory size is
23325         negative; this can happen with some screwy NFS configurations.
23326
23327 2000-03-06  Jim Meyering  <meyering@lucent.com>
23328
23329         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23330         if it's NULL (because we ran out of memory).  From Bruno Haible.
23331
23332 2000-03-05  Jim Meyering  <meyering@lucent.com>
23333
23334         * lib/localcharset.c ("path-concat.h"): Include.
23335         (get_charset_aliases): Use path_concat instead of ANSI string
23336         concatenation.
23337
23338         * lib/unicodeio.h (PARAMS): Define.
23339         Use it to guard prototype.
23340
23341 2000-03-04  Jim Meyering  <meyering@lucent.com>
23342
23343         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23344         for lib/localcharset.c.
23345
23346 2000-03-04  Jim Meyering  <meyering@lucent.com>
23347
23348         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23349         installing into it.
23350         (uninstall-local): Uncomment this rule so `make distcheck' works
23351         once again.
23352
23353         * lib/unicodeio.c (<errno.h>): Include it.
23354         (errno): Declare if not defined.
23355
23356         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23357
23358         * lib/config.charset: New version, incorporating remarks from a linux
23359         i18n mailing list.  From Bruno Haible.
23360
23361 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23362
23363         * m4/codeset.m4: New file.
23364         * m4/iconv.m4: New file.
23365         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23366
23367 2000-03-03  Jim Meyering  <meyering@lucent.com>
23368
23369         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23370
23371 2000-03-02  Jim Meyering  <meyering@lucent.com>
23372
23373         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23374         the messages come out on separate lines.
23375
23376         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23377         rather than jm_CHECK_DECLARATIONS.
23378         * m4/decl.m4: Remove now-unused file.
23379
23380         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23381         geteuid.
23382
23383 2000-03-02  Jim Meyering  <meyering@lucent.com>
23384
23385         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23386
23387 2000-03-01  Jim Meyering  <meyering@lucent.com>
23388
23389         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23390         * lib/unicodeio.c: Likewise.
23391
23392 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23393
23394         * lib/config.charset: New file.
23395         * lib/localcharset.c: New file.
23396         * lib/unicodeio.h, lib/unicodeio.c: New files.
23397         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23398         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23399         (noinst_HEADERS): Add unicodeio.h.
23400         (all-local, install-exec-local, charset.alias): New targets.
23401
23402 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23403
23404         * lib/quotearg.c (ALERT_CHAR): New macro.
23405         (quotearg_buffer_restyled): Use it.
23406
23407 2000-02-27  Jim Meyering  <meyering@lucent.com>
23408
23409         * m4/check-decl.m4: Add getenv to the list.
23410
23411 2000-02-27  Jim Meyering  <meyering@lucent.com>
23412
23413         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23414         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23415
23416         * lib/backupfile.c: Guard inclusion of stdlib.h with
23417         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23418         Declare malloc if needed.
23419
23420         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23421         `#ifndef HAVE_DECL..'
23422         now that autoconf always defines the HAVE_DECL_ symbols.
23423         * lib/human.c: Likewise.
23424         * lib/same.c: Likewise.
23425         * lib/strtoumax.c: Likewise.
23426
23427         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23428         declaration check was not run.
23429         * lib/hash.c: Likewise.
23430         * lib/human.c: Likewise.
23431         * lib/same.c: Likewise.
23432         * lib/strtoumax.c: Likewise.
23433
23434         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23435         `.', then first look up the entire `.'-containing string as a login
23436         name.
23437
23438 2000-02-23  Jim Meyering  <meyering@lucent.com>
23439
23440         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23441         in place of my hack.
23442
23443 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23444
23445         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23446         (textint): New typedef.
23447         (parser_control): Member year changed from int to textint.
23448         All uses changed.
23449         (YYSTYPE): Removed; replaced by %union with int and textint members.
23450         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23451         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23452         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23453         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23454         (date, number, to_year): Use width of number in digits, not its value,
23455         to determine whether it's a 2-digit year, or a 2-digit time.
23456         (yylex): Store number of digits of numeric tokens.
23457         Reported by John Kendall.
23458
23459         (parser_control): Changed from struct parser_control to typedef (for
23460         consistency).  All uses changed.
23461
23462         (tID): Removed; not used.
23463         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23464
23465 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23466
23467         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23468         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23469
23470 2000-02-12  Jim Meyering  <meyering@lucent.com>
23471
23472         * lib/userspec.c (ISDIGIT): Define it.
23473         (isdigit): Remove definition.
23474         (is_number): Use ISDIGIT, not isdigit.
23475         <libintl.h>: Include.
23476         (_ and N_): Define.
23477         (parse_user_spec): Mark translatable strings.
23478
23479 2000-02-10  Jim Meyering  <meyering@lucent.com>
23480
23481         With these changes, nanosleep.[ch] are finally enough like the other
23482         lib/* replacement files to compile on a few more losing systems.
23483
23484         * lib/nanosleep.h: Don't include config.h.
23485         Remove prototype from declaration of nanosleep.
23486         (PARAMS): Remove now-unneeded definition.
23487         * lib/nanosleep.c: #undef nanosleep.
23488         (rpl_nanosleep): Rename from nanosleep.
23489
23490 2000-02-10  Jim Meyering  <meyering@lucent.com>
23491
23492         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23493         gnu_nanosleep to rpl_nanosleep.
23494
23495 2000-02-09  Jim Meyering  <meyering@lucent.com>
23496
23497         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23498         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23499
23500 2000-02-08  Akim Demaille  <akim@epita.fr>
23501
23502         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23503         `[' and `]' and remove uses of `changequote'.
23504         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23505         (AC_SYS_LARGEFILE): Likewise.
23506         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23507         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23508         of changequote.
23509         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23510         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23511         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23512         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23513
23514 2000-02-05  Jim Meyering  <meyering@lucent.com>
23515
23516         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23517         Remove explicit use of AC_HEADER_TIME.  It is required by
23518         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23519         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23520         in autoconf whereby the expansion of the latter ended up preceding
23521         the expansion of its prerequisite, AC_HEADER_TIME.
23522         Reported by Volker Borchert.
23523
23524 2000-02-03  Jim Meyering  <meyering@lucent.com>
23525
23526         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23527
23528 2000-02-03  Jim Meyering  <meyering@lucent.com>
23529
23530         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23531         rather than with `#if HAVE_UTMPNAME'.
23532
23533 2000-02-02  Jim Meyering  <meyering@lucent.com>
23534
23535         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23536         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23537         Reported by Eli Zaretskii.
23538
23539 2000-02-01  Jim Meyering  <meyering@lucent.com>
23540
23541         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23542
23543 2000-01-31  Jim Meyering  <meyering@lucent.com>
23544
23545         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23546         functions.  Add the time.h and sys/time.h headers along with the
23547         AC_REQUIRE'ment of AC_HEADER_TIME.
23548
23549 2000-01-31  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/nanosleep.h (nanosleep): Guard declaration with
23552         `#if ! HAVE_DECL_NANOSLEEP'.
23553         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23554         the declaration in that vendor's sys/timers.h.
23555         Reported by Christian Krackowizer.
23556
23557         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23558         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23559         (ISPRINT): Likewise.
23560         Reported by Tom Tromey.
23561
23562 2000-01-30  Jim Meyering  <meyering@lucent.com>
23563
23564         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23565
23566         * m4/prereq.m4 (utmp_includes): Define.
23567         Check for ut_user and ut_name members in both struct utmpx
23568         and struct utmp.
23569
23570 2000-01-30  Jim Meyering  <meyering@lucent.com>
23571
23572         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23573         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23574         header files where only utmpx.ut_user is declared.
23575
23576         * lib/readutmp.h (UT_USER): Define.
23577
23578 2000-01-29  Jim Meyering  <meyering@lucent.com>
23579
23580         * m4/lib-check.m4: New file containing library-related checks from
23581         fileutils and sh-utils (textutils had none).
23582
23583 2000-01-28  Jim Meyering  <meyering@lucent.com>
23584
23585         * m4/perl.m4: Change format of warning message to look more like that
23586         from the missing script.  Suggestion from François Pinard.
23587
23588 2000-01-25  Jim Meyering  <meyering@lucent.com>
23589
23590         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23591         well as time.h in the compile check.
23592         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23593         Fix typo in cross-compiling case: s/yes/no/.
23594
23595 2000-01-23  Jim Meyering  <meyering@lucent.com>
23596
23597         * m4/jm-macros.m4: Move df-related tests here from
23598         fileutils/configure.in
23599
23600         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23601         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23602
23603         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23604         s/space/ac_fsusage_space/.
23605         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23606
23607         * m4/ftruncate.m4: New file (derived from part of
23608         fileutils/configure.in).
23609         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23610         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23611
23612         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23613         AC_SUBST these here, rather than just in sh-util/configure.in, so
23614         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23615         all the same.
23616         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23617         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23618         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23619         (AC_SUBST(POW_LIBM)): Likewise.
23620         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23621
23622 2000-01-23  Jim Meyering  <meyering@lucent.com>
23623
23624         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23625         obstack.c.
23626
23627 2000-01-22  Jim Meyering  <meyering@lucent.com>
23628
23629         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23630
23631         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23632
23633         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23634         configure.in
23635         (AC_CHECK_HEADERS): Likewise for sh-utils.
23636         (AC_CHECK_HEADERS): Likewise for textutils.
23637         Merge the three lists of headers.
23638
23639         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23640         from fileutils' configure.in.
23641
23642         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23643         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23644         check-decl.m4.
23645
23646         * m4/check-decl.m4: Use #if rather than #ifdef.
23647         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
23648         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
23649         (_jm_DECL_HEADERS): Define new function.
23650         (jm_CHECK_DECLARATIONS): Require it.
23651
23652 2000-01-22  Jim Meyering  <meyering@lucent.com>
23653
23654         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
23655         [! HAVE_DECL_STRTOULL]: Declare strtoull.
23656         Required for some AIX systems.  Reported by Christian Krackowizer.
23657         [TESTING] (main): New function.
23658
23659         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
23660         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
23661         letters.
23662
23663         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
23664         iswprint.
23665
23666         * lib/strverscmp.c (ISDIGIT): Define.
23667         (strverscmp): Use ISDIGIT, not isdigit.
23668
23669 2000-01-19  Jim Meyering  <meyering@lucent.com>
23670
23671         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
23672         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
23673         defines `struct timespec' in <sys/time.h>
23674
23675         * m4/c-bs-a.m4: Remove uses of changequote altogether.
23676         Thanks to Akim for explaining.
23677
23678 2000-01-17  Paul Eggert  <eggert@twinsun.com>
23679
23680         * lib/nanosleep.c (nanosleep):
23681         Don't use SA_INTERRUPT to decide whether to call sigaction, as
23682         POSIX.1 doesn't require SA_INTERRUPT and some systems
23683         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23684         it's been part of POSIX.1 since day 1 (in 1988).
23685
23686 2000-01-17  Jim Meyering  <meyering@lucent.com>
23687
23688         * lib/interlock: Remove unused file.  Reported by François Pinard.
23689
23690 2000-01-16  Paul Eggert  <eggert@twinsun.com>
23691
23692         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
23693         alert, backslash, formfeed, and vertical tab unnecessarily in
23694         shell quoting style.
23695
23696 2000-01-16  Jim Meyering  <meyering@lucent.com>
23697
23698         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
23699         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
23700         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
23701         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
23702
23703 2000-01-16  Jim Meyering  <meyering@lucent.com>
23704
23705         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
23706         because the latter didn't work.
23707
23708 2000-01-15  Jim Meyering  <meyering@lucent.com>
23709
23710         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
23711         (AC_REPLACE_FUNCS): Add memcpy and memset.
23712         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
23713         Add strpbrk.
23714         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
23715
23716 2000-01-12  Jim Meyering  <meyering@lucent.com>
23717
23718         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
23719         (jm_PREREQ): Use it.
23720         (jm_PREREQ_READUTMP): New macro.
23721         (jm_PREREQ): Use it.
23722
23723 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23724
23725         Quote multibyte characters correctly.
23726         * m4/c-bs-a.m4: New file.
23727         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
23728         (jm_PREREQ): Use it.
23729
23730 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23731
23732         * m4/uintmax_t.m4: Port to autoconf 2.13.
23733
23734 2000-01-08  Jim Meyering  <meyering@ascend.com>
23735
23736         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
23737         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
23738
23739 2000-01-04  Jim Meyering  <meyering@ascend.com>
23740
23741         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
23742         jm_STRUCT_DIRENT_D_TYPE.
23743         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
23744         jm_STRUCT_DIRENT_D_INO.
23745         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
23746         jm_STRUCT_UTIMBUF.
23747         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
23748         renamings.
23749         * m4/utime.m4: Likewise.
23750
23751         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
23752         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
23753
23754 2000-01-03  Paul Eggert  <eggert@twinsun.com>
23755
23756         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
23757         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
23758
23759 2000-01-02  Jim Meyering  <meyering@ascend.com>
23760
23761         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
23762         remember if this is necessary.
23763
23764 1999-12-26  Jim Meyering  <meyering@ascend.com>
23765
23766         * m4/jm-macros.m4: Use it here.
23767         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
23768
23769 1999-12-23  Jim Meyering  <meyering@ascend.com>
23770
23771         * m4/jm-macros.m4: Check for clock_gettime (moved from
23772         fileutils/configure.in)
23773         Check for gettimeofday.
23774
23775 1999-12-20  Jim Meyering  <meyering@ascend.com>
23776
23777         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
23778         autoconf-2.14a-1999-12-20.
23779
23780 1999-12-19  Jim Meyering  <meyering@ascend.com>
23781
23782         * m4/lstat-slash.m4: New file.
23783         * m4/jm-macros.m4: Use the new macro:
23784         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23785
23786 1999-12-07  Jim Meyering  <meyering@ascend.com>
23787
23788         * m4/perl.m4: Require that File::Compare be available, too.
23789         Too many systems seem to lack it.
23790
23791         * m4/strftime.m4: Add checks for most of the cpp macros tested in
23792         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
23793
23794 1999-11-18  Paul Eggert  <eggert@twinsun.com>
23795
23796         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
23797         problem with the QNX 4.25 shell, which doesn't propagate exit
23798         status of failed commands inside shell assignments.
23799
23800 1999-11-17  Jim Meyering  <meyering@ascend.com>
23801
23802         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
23803
23804 1999-11-07  Jim Meyering  <meyering@ascend.com>
23805
23806         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
23807
23808 1999-11-06  Jim Meyering  <meyering@ascend.com>
23809
23810         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
23811         * m4/jm-macros.m4 (jm_MACROS): Use it here.
23812
23813 1999-11-05  Jim Meyering  <meyering@ascend.com>
23814
23815         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
23816         configure.in of textutils, fileutils, and sh-utils into this one
23817         (shared between those packages) file.
23818         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
23819         AC_STRUCT_ST_BLKSIZE.
23820
23821 1999-11-03  Jim Meyering  <meyering@ascend.com>
23822
23823         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
23824         of AC_CHECK_TYPE checks includes unistd.h.
23825         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
23826         Suggestion from Akim Demaille.
23827
23828 1999-10-30  Jim Meyering  <meyering@ascend.com>
23829
23830         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
23831         m4-quoted string.
23832         * m4/ls-mntd-fs.m4: Likewise.
23833         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
23834         * m4/jm-winsz1.m4: Likewise.
23835
23836         * m4/const.m4: Remove file, since the fix made it into the experimental
23837         version of autoconf.
23838         * m4/mktime.m4: Likewise.
23839
23840         * m4/check-type.m4: Remove file, now that the latest version of
23841         AC_CHECK_TYPE takes a third arg to specify additional #includes.
23842
23843         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
23844         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
23845         AC_CHECK_TYPE.
23846
23847 1999-10-04  Jim Meyering  <meyering@ascend.com>
23848
23849         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
23850
23851 1999-09-22  Paul Eggert  <eggert@twinsun.com>
23852
23853         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
23854         2.95.1 bug with HP-UX 10.20.
23855
23856 1999-09-17  Jim Meyering  <meyering@ascend.com>
23857
23858         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
23859         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
23860         due to missing strdup (against sh-utils-2.0).
23861
23862 1999-08-29  Jim Meyering  <meyering@ascend.com>
23863
23864         * m4/jm-macros.m4: Require jm_BISON.
23865         * m4/bison.m4: New file.
23866
23867 1999-08-17  Paul Eggert  <eggert@twinsun.com>
23868
23869         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
23870         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
23871
23872 1999-08-05  Jim Meyering  <meyering@ascend.com>
23873
23874         * m4/getline.m4: Rename test file from conftestdata to conftest.data
23875         to avoid conflicts with `conftest' on 8+3 filesystems.
23876         Suggestion from Eli Zaretskii.
23877
23878 1999-08-04  Jim Meyering  <meyering@ascend.com>
23879
23880         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
23881         fileutils and sh-utils (textutils's getline test was inadequate).
23882         (AM_FUNC_GETLINE): Run this test.
23883         (AC_CHECK_FUNCS): Check for getdelim.
23884         Reported by Bob Proulx.
23885
23886 1999-08-02  Jim Meyering  <meyering@ascend.com>
23887
23888         * m4/jm-macros.m4: Add a comment.
23889
23890 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23891
23892         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
23893         <inttypes.h> defines strtoumax as a macro (and not as a
23894         function).
23895
23896 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23897
23898         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
23899         that we can shift, multiply and divide unsigned long long
23900         values; Ultrix cc can't do it.
23901
23902 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23903
23904         * m4/mktime.m4: New file, which is a preview of what should appear
23905         in the next public autoconf release.
23906
23907 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23908
23909         * m4/lfs.m4: Remove this file.
23910         * m4/largefile.m4: New file.  It contains the old contents of
23911         lfs.m4, except that all names with prefix AC_LFS have been
23912         changed to use the prefix AC_SYS_LARGEFILE instead, to be
23913         compatible with future autoconf versions.  Also, some minor m4
23914         quoting problems have been fixed.
23915
23916 1999-08-01  Paul Eggert  <eggert@twinsun.com>
23917
23918         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
23919         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
23920         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
23921         and simplify the shell code.
23922
23923 1999-08-01  Jim Meyering  <meyering@ascend.com>
23924
23925         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
23926         m4.
23927
23928 1999-07-20  Jim Meyering  <meyering@ascend.com>
23929
23930         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
23931
23932 1999-07-15  Jim Meyering  <meyering@ascend.com>
23933
23934         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
23935
23936 1999-05-22  Jim Meyering  <meyering@ascend.com>
23937
23938         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
23939
23940 1999-05-20  Jim Meyering  <meyering@ascend.com>
23941
23942         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
23943         Add a colon after each `then' in case $4 is empty.
23944
23945 1999-05-16  Jim Meyering  <meyering@ascend.com>
23946
23947         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
23948
23949 1999-05-10  Jim Meyering  <meyering@ascend.com>
23950
23951         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
23952
23953         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
23954         AC_FUNC_MKTIME.
23955
23956 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
23957
23958         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
23959
23960 1999-05-04  Paul Eggert  <eggert@twinsun.com>
23961
23962         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
23963         not CPPFLAGS, so that linking works correctly in IRIX.
23964
23965 1999-04-30  Paul Eggert  <eggert@twinsun.com>
23966
23967         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
23968
23969 1999-04-20  Paul Eggert  <eggert@twinsun.com>
23970
23971         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
23972         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
23973         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
23974         jm_AC_TYPE_UNSIGNED_LONG_LONG.
23975         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
23976
23977         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
23978
23979 1999-04-20  Jim Meyering  <meyering@ascend.com>
23980
23981         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
23982         AC_REPLACE xstroull if necessary.  From Paul Eggert.
23983         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
23984
23985 1999-04-18  Jim Meyering  <meyering@ascend.com>
23986
23987         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
23988         * m4/jm-macros.m4: Use it.
23989
23990 1999-04-06  Jim Meyering  <meyering@ascend.com>
23991
23992         * m4/strftime.m4: Remove test for %f.
23993
23994 1999-03-29  Jim Meyering  <meyering@ascend.com>
23995
23996         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
23997         superset of the AC_TYPE_* checks in the textutils, fileutils,
23998         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
23999         AC_TYPE_PID_T.
24000
24001 1999-03-28  Jim Meyering  <meyering@ascend.com>
24002
24003         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24004         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24005         replaced e.g., in the *.sh files of the sh-utils.
24006
24007 1999-03-20  Jim Meyering  <meyering@ascend.com>
24008
24009         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24010         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24011         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24012
24013 1999-03-19  Jim Meyering  <meyering@ascend.com>
24014
24015         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24016
24017 1999-03-12  Jim Meyering  <meyering@ascend.com>
24018
24019         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24020
24021 1999-03-07  Jim Meyering  <meyering@ascend.com>
24022
24023         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24024         declared.
24025
24026 1999-02-17  Jim Meyering  <meyering@ascend.com>
24027
24028         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24029         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24030
24031 1999-02-07  Jim Meyering  <meyering@ascend.com>
24032
24033         * m4/group-member.m4: New file -- extracted from sh-utils'
24034         configure.in.
24035
24036         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24037         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24038
24039 1999-02-06  Jim Meyering  <meyering@ascend.com>
24040
24041         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24042         * m4/fnmatch.m4: Likewise.
24043         * m4/getgroups.m4: Likewise.
24044         * m4/lstat.m4: Likewise.
24045         * m4/malloc.m4: Likewise.
24046         * m4/putenv.m4: Likewise.
24047         * m4/realloc.m4: Likewise.
24048         * m4/regex.m4: Likewise.
24049         * m4/stat.m4: Likewise.
24050         * m4/strftime.m4: Likewise.
24051         Suggestion from Alain Magloire.
24052
24053         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24054         * m4/fnmatch.m4: Likewise.
24055         * m4/getgroups.m4: Likewise.
24056         * m4/getline.m4: Likewise.
24057         * m4/lstat.m4: Likewise.
24058         * m4/malloc.m4: Likewise.
24059         * m4/memcmp.m4: Likewise.
24060         * m4/putenv.m4: Likewise.
24061         * m4/realloc.m4: Likewise.
24062         * m4/regex.m4: Likewise.
24063         * m4/stat.m4: Likewise.
24064         * m4/strftime.m4: Likewise.
24065         Suggestion from Alain Magloire.
24066
24067         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24068         an argument.
24069
24070         * m4/regex.m4: Add a run-time Test for proper operation of
24071         re_compile_pattern.
24072
24073 1999-01-31  Jim Meyering  <meyering@ascend.com>
24074
24075         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24076
24077 1999-01-30  Jim Meyering  <meyering@ascend.com>
24078
24079         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24080
24081         * m4/jm-mktime.m4: Make this a wrapper around the official
24082         AM_FUNC_MKTIME rather than my private copy, now that the official one
24083         is up to date.
24084         * m4/mktime.m4: Remove file.
24085
24086         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24087         * m4/uptime.m4: Likewise.
24088         * m4/uintmax_t.m4: Likewise.
24089
24090 1999-01-28  Jim Meyering  <meyering@ascend.com>
24091
24092         * m4/jm-macros.m4: Use jm_AFS.
24093         * m4/afs.m4: New file (from fileutils' configure.in).
24094
24095         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24096         * m4/chown.m4: Likewise.
24097         * m4/d-ino.m4: Likewise.
24098         * m4/d-type.m4: Likewise.
24099         * m4/fnmatch.m4: Likewise.
24100         * m4/getgroups.m4: Likewise.
24101         * m4/gettext.m4: Likewise.
24102         * m4/jm-mktime.m4: Likewise.
24103         * m4/jm-winsz2.m4: Likewise.
24104         * m4/lcmessage.m4: Likewise.
24105         * m4/ls-mntd-fs.m4: Likewise.
24106         * m4/malloc.m4: Likewise.
24107         * m4/memcmp.m4: Likewise.
24108         * m4/putenv.m4: Likewise.
24109         * m4/realloc.m4: Likewise.
24110         * m4/st_mtim.m4: Likewise.
24111         * m4/strftime.m4: Likewise.
24112
24113 1999-01-16  Jim Meyering  <meyering@ascend.com>
24114
24115         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24116         (ARGMATCH_DIE_DECL): Define.
24117
24118 1999-01-12  Jim Meyering  <meyering@ascend.com>
24119
24120         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24121         Reported by Lars Hecking.
24122
24123 1999-01-10  Jim Meyering  <meyering@ascend.com>
24124
24125         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24126         gross kludge.
24127         * m4/inttypes_h.m4: Likewise.
24128         * m4/lstat.m4: Likewise.
24129         * m4/malloc.m4: Likewise.
24130         * m4/readdir.m4: Likewise.
24131         * m4/realloc.m4: Likewise.
24132         * m4/st_dm_mode.m4: Likewise.
24133         * m4/stat.m4: Likewise.
24134         * m4/utimbuf.m4: Likewise.
24135         * m4/utimes.m4: Likewise.
24136
24137         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24138         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24139         comments in config.h.in are meaningful.
24140
24141         * m4/jm-macros.m4: Require autoconf-2.13 here.
24142
24143         * m4/regex.m4: By default, don't use the included regex.c on systems
24144         with glibc 2.  Suggestion from Uli Drepper.
24145
24146 1999-01-02  Jim Meyering  <meyering@ascend.com>
24147
24148         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24149
24150 1998-12-18  Jim Meyering  <meyering@ascend.com>
24151
24152         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24153         Based on a suggestion from Lars Hecking.
24154
24155 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24156
24157         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24158
24159 1998-11-16  Jim Meyering  <meyering@ascend.com>
24160
24161         * m4/lfs.m4: Double-quote the `uname...` expression.
24162
24163 1998-11-14  Jim Meyering  <meyering@ascend.com>
24164
24165         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24166         * m4/stat.m4: Likewise.
24167
24168 1998-11-03  Jim Meyering  <meyering@ascend.com>
24169
24170         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24171         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24172
24173 1998-10-18  Jim Meyering  <meyering@ascend.com>
24174
24175         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24176
24177 1998-10-17  Jim Meyering  <meyering@ascend.com>
24178
24179         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24180         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24181         calls for those previously hard-coded headers.  Instead, take a new
24182         parameter.
24183         (jm_CHECK_DECLARATIONS): Reflect interface change.
24184         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24185         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24186
24187         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24188
24189 1998-10-14  Jim Meyering  <meyering@ascend.com>
24190
24191         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24192         instead of "TZ=America/Vancouver".  From Paul Eggert.
24193
24194 1998-10-11  Jim Meyering  <meyering@ascend.com>
24195
24196         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24197         This adds a test for a recently added compatibility fix for mktime.c.
24198         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24199
24200 1998-09-27  Jim Meyering  <meyering@ascend.com>
24201
24202         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24203
24204         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24205         ../configure.in, including a change from Gordon Matzigkeit to allow
24206         cross-compiling for the Hurd.
24207
24208         * m4/glibc.m4: New file/macro to test for the GNU C Library
24209         versions 1 and 2.  From Gordon Matzigkeit.
24210         Indent.
24211
24212 1998-09-21  Jim Meyering  <meyering@ascend.com>
24213
24214         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24215
24216 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24217
24218         Port nanosecond-resolution times to UnixWare 2.1.2 and
24219         pedantic Solaris 2.6.
24220
24221         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24222         AC_STRUCT_ST_MTIM.
24223         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24224         Generate name of ns member, instead of just 1 or undef.
24225         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24226
24227 1998-08-15  Jim Meyering  <meyering@ascend.com>
24228
24229         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24230         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24231         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24232         instead of jm_TYPE_SSIZE_T.
24233
24234 1998-08-12  Jim Meyering  <meyering@ascend.com>
24235
24236         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24237
24238 1998-08-02  Jim Meyering  <meyering@ascend.com>
24239
24240         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24241         in acconfig.h manually.
24242
24243 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24244
24245         * m4/st_mtim.m4: New file.
24246
24247 1998-07-28  Jim Meyering  <meyering@ascend.com>
24248
24249         * m4/utimes.m4: Undef stat.
24250
24251 1998-07-25  Jim Meyering  <meyering@ascend.com>
24252
24253         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24254         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24255
24256 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24257
24258         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24259         uid and gid actually remain unchanged.
24260
24261 1998-07-07  Jim Meyering  <meyering@ascend.com>
24262
24263         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24264
24265 1998-07-04  Jim Meyering  <meyering@ascend.com>
24266
24267         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24268         to prove that this macro can be used in packages without regex.c.
24269
24270 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24271
24272         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24273         is to be used.
24274
24275 1998-07-03  Jim Meyering  <meyering@ascend.com>
24276
24277         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24278
24279         * m4/gettext.m4: New file -- from gettext-0.10.35.
24280         * m4/lcmessage.m4: Likewise.
24281         * m4/progtest.m4: Likewise.
24282
24283         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24284         * m4/jm-macros.m4: Require the new macro.
24285
24286 1998-06-29  Jim Meyering  <meyering@ascend.com>
24287
24288         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24289         for the definition of NGROUPS (used in a system header included
24290         by sys/mount.h).
24291
24292 1998-06-28  Jim Meyering  <meyering@ascend.com>
24293
24294         * m4/ls-mntd-fs.m4: New file.
24295         * m4/fstypename.m4: New file.
24296
24297         * m4/jm-macros.m4: Require the new macro.
24298         * m4/jm-glibc-io.m4: New file.
24299
24300 1998-05-19  Jim Meyering  <meyering@ascend.com>
24301
24302         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24303         * m4/lchown.m4: New file.
24304
24305         * m4/Makefile.am.in: New file.
24306         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24307
24308 1998-05-14  Jim Meyering  <meyering@ascend.com>
24309
24310         * m4/Makefile.am (EXTRA_DIST): Add them.
24311         * m4/jm-macros.m4: New file.
24312         * m4/utimbuf.m4: New file.
24313
24314 1998-05-12  Jim Meyering  <meyering@ascend.com>
24315
24316         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24317
24318 1998-05-11  Jim Meyering  <meyering@ascend.com>
24319
24320         * m4/isc-posix.m4: New file.
24321
24322 1998-05-10  Jim Meyering  <meyering@ascend.com>
24323
24324         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24325
24326 1998-05-09  Jim Meyering  <meyering@ascend.com>
24327
24328         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24329         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24330         with automake.
24331
24332         * m4/ssize_t.m4: New file.
24333         * m4/mktime.m4: Remove file -- the new automake has this now.
24334
24335 1998-04-26  Jim Meyering  <meyering@ascend.com>
24336
24337         * m4/assert.m4: New file.
24338         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24339
24340 1998-04-05  Jim Meyering  <meyering@ascend.com>
24341
24342         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24343         (jm_PREREQ): Use it here.
24344
24345 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24346
24347         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24348         in acconfig.h.
24349
24350 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24351
24352         * m4/prereq.m4: New file.
24353         * m4/error.m4: New file.
24354         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24355
24356 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24357
24358         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24359         cache-check for the same variable -- that defeated the purpose of
24360         the test; the test program was never run.  This was a problem only
24361         on systems with losing getline functions -- HP-UX 10.20 is one.
24362         Reported by Bjorn Helgaas.
24363
24364 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24365
24366         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24367
24368 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24369
24370         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24371
24372         * m4/const.m4: New file.  Use an initializer in this declaration
24373         typedef int charset[2]; const charset x;
24374         Reported by Bob Glickstein.
24375
24376 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24377
24378         * m4/chown.m4: Fix reversed types on -1 args to chown.
24379         From Kaveh Ghazi.
24380
24381 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24382
24383         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24384         Add lseek and memchr.
24385
24386         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24387         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24388         have a 20-character limit on names.
24389
24390 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24391
24392         * m4/inttypes_h.m4: New file.
24393         * m4/uintmax_t.m4: New file.
24394         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24395
24396 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006
24397   Free Software Foundation, Inc.
24398 Copying and distribution of this file, with or without modification,
24399 are permitted provided the copyright notice and this notice are preserved.