4947817a7d5921288f16af5a4ce13b304c3bf7fb
[pspp] / ChangeLog
1 2007-01-08  Bruno Haible  <bruno@clisp.org>
2
3         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
4         command.
5
6 2007-01-08  Jim Meyering  <jim@meyering.net>
7
8         Use a more robust test for a "can't happen" condition.
9         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
10         narrowed the st_size value.  Presuming the "can't happen" condition
11         is true, that narrowing could conceivably convert an invalid st_size
12         value into a valid one.  Instead, use a change based on Matthew
13         Woehlke's original patch.
14
15         Slight readability improvement: use an assert-like macro
16         in place of literal "abort ()" uses.
17         * lib/fts.c (fts_assert): Define.
18         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
19         Use this macro instead of a bare 'abort'.
20
21 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
22
23         Don't worry about using IRIX 5.3's wctype.h broken definitions;
24         simply work around them.
25         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
26         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
27         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
28         Don't bother to define as macros, since the standard doesn't require it.
29         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
30         longer worry about IRIX 5.3.
31         (HAVE_WCTYPE_CTMP_BUG): Remove.
32
33 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
34
35         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
36         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
37         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
38         Problems reported by Georg Schwarz for IRIX 5.3.
39
40         * gnulib-tool (autoconf_minversion): Take the maximum version number
41         found, not the minimum.  Problem reported by James Youngman.
42
43 2007-01-03  Karl Berry  <karl@gnu.org>
44
45         * doc/error.texi: new file, explaining interaction with progname.
46         * doc/gnulib.texi: include it.  Update copyright.
47
48 2007-01-03  Simon Josefsson  <simon@josefsson.org>
49
50         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
51         AC_CANONICAL_HOST, to improve autobuild outputs.
52
53 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
54             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
55
56         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
57         sockets, server sockets, and other file descriptors.  Count errors
58         to compute the return value.  Reorder the code a bit to be easier
59         to follow.  Don't set event bits that were not requested (except
60         POLLERR and POLLHUP).
61
62 2007-01-01  Bruno Haible  <bruno@clisp.org>
63
64         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
65
66 2007-01-03  Jim Meyering  <jim@meyering.net>
67
68         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
69
70 2007-01-02  Bruno Haible  <bruno@clisp.org>
71
72         * modules/settime (Include): Require timespec.h.
73         * modules/nanosleep (Include): Likewise.
74
75 2007-01-01  Bruno Haible  <bruno@clisp.org>
76
77         Improve support for OpenBSD.
78         * build-aux/config.rpath (libname_spec): Export.
79         (library_names_spec): New variable. Export.
80         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
81         library_names_spec from the config.rpath output. Locate shared library
82         through the name pattern in library_names_spec.
83
84 2007-01-01  Eric Blake  <ebb9@byu.net>
85
86         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
87
88 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
89
90         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
91         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
92         assume the C locale, and avoid an "eval" that could cause trouble.
93         Problem with SORT reported by Bob Proulx.
94
95         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
96         Define.  Trivial patch from Henning Nielsen Lund, originally
97         sent to bug-grep@gnu.org today.
98
99 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
102         struct stat.  Problem reported by Henning Nielsen Lund.
103         * lib/acl.c: Include acl.h first, to check interface.  Don't
104         bother to include sys/types.h and sys/stat.h again.
105
106 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
107
108         Import the following change from libc; problem reported by
109         Sven Verdoolaege.
110
111         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
112
113         [BZ #1373]
114         * lib/argp.h: Remove __NTH for __argp_usage inline function.
115
116 2006-12-28  Jim Meyering  <jim@meyering.net>
117
118         * build-aux/announce-gen: Do not assume that the package
119         builds any of tar.gz, tar.bz2, and .xdelta files.
120         Suggestion from Simon Josefsson.
121
122 2006-12-28  Simon Josefsson  <simon@josefsson.org>
123
124         * modules/announce-gen: New file.
125
126 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
127
128         * lib/mbchar.h: Just include <wctype.h>; the wctype module
129         handles its gotchas now.
130         * lib/mbswidth.c: Likewise.
131         * lib/wcwidth.h: Likewise.
132         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
133         and iswcntrl; the wctype module does this stuff now.
134         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
135         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
136         * modules/mbchar (Depends-on): Add wctype.
137         * modules/mbswidth (Depends-on): Likewise.
138         * modules/wcwidth (Depends-on): Likewise.
139
140 2006-12-27  Eric Blake  <ebb9@byu.net>
141
142         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
143         module uses more than what <wctype.h> is required to provide.
144
145 2006-12-26  Eric Blake  <ebb9@byu.net>
146
147         * gnulib-tool (sed_extract_prog): Avoid space-tab.
148
149 2006-12-26  Eric Blake  <ebb9@byu.net>
150
151         * modules/absolute-header: New module.
152         * modules/fcntl (Depends-on): Depend on it.
153         * modules/inttypes (Depends-on): Likewise.
154         * modules/stdint (Depends-on): Likewise.
155         * modules/sys_stat (Depends-on): Likewise.
156         * modules/wctype (Depends-on): Likewise.
157         * MODULES.html.sh (Support for building libraries and
158         executables): Document it.
159
160 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
161
162         * gnulib-tool (SED): Remove, undoing previous change.
163         The problem was that it broke coreutils on Solaris, because
164         "sed --posix" leaked into a makefile.
165         (sed): New alias, if 'alias' and GNU sed.
166
167 2006-12-24  Jim Meyering  <jim@meyering.net>
168
169         Work around an fchownat bug in glibc-2.4:
170         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
171         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
172         in spite of the -P option.
173         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
174         New macros.
175         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
176         * modules/openat (Files): Add lib/fchownat.c.
177         * lib/openat.c (fchownat): Don't define here.  Move to...
178         * lib/fchownat.c: ...this new file.
179
180 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
181
182         Fix bug reported by Bruno Haible in
183         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
184         where quotearg.c didn't compile on Mac OS X 10.2 because it
185         lacks <wchar.h> and wint_t.
186         * lib/wctype_.h (__wctype_wint_t): New type.
187         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
188         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
189         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
190         Arg is now of type __wctype_wint_t, not wint_t.
191         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
192         substitute HAVE_WINT_T.
193         * modules/wctype (Files): Add m4/wint_t.m4.
194         (wctype.h): Substitute HAVE_WINT_T.
195
196 2006-12-23  Bruno Haible  <bruno@clisp.org>
197
198         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
199
200 2006-12-23  Bruno Haible  <bruno@clisp.org>
201
202         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
203         S_ISLNK.
204         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
205         mingw.
206
207 2006-12-22  Bruno Haible  <bruno@clisp.org>
208
209         * lib/copy-file.c: Include acl.h.
210         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
211         Close the file descriptors only after being done with copy_acl.
212         * modules/copy-file (Depends-on): Add acl.
213
214 2006-12-22  Bruno Haible  <bruno@clisp.org>
215
216         * gnulib-tool (SED): New variable.
217         Use $SED instead of sed everywhere.
218
219 2006-12-22  Bruno Haible  <bruno@clisp.org>
220
221         * modules/no-c++: New file.
222         * m4/no-c++.m4: New file.
223         * MODULES.html.sh (Support for building libraries and executables):
224         Add no-c++.
225
226 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
229         Include <limits.h>, and use its INT_MAX to rewrite the
230         j loop so that it does not overflow 'int'.  Problem reported by
231         Ralf Wildenhues in
232         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
233         Play it safe by shifting left by 1 rather than multiplying by 2,
234         as GCC is less likely to optimize this away when the value
235         is signed (when it assumes overflow leads to undefined behavior).
236         Also, don't assume time_t uses two's complement.
237
238 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
239
240         * MODULES.html.sh: New module wctype.
241         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
242         * lib/fnmatch.c: Don't bother to include <wchar.h> before
243         <wctype.h>, since the new wctype module should fix this.
244         * lib/quotearg.c: Include <wctype.h> unconditionally, since
245         the wctype module should arrange for it.
246         * lib/regex_internal.h: Likewise.
247         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
248         since the wctype module should handle this now.
249         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
250         * modules/fnmatch (Depends-on): Add wctype.
251         * modules/quotearg (Depends-on): Likewise.
252         * modules/regex (Depends-on): Likewise.
253
254 2006-12-19  Bruno Haible  <bruno@clisp.org>
255
256         * lib/strdup.h [C++]: Wrap definitions in extern "C".
257         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
258
259 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
260
261         * modules/savewd (Depends-on): Fix dependency on fcntl.
262
263 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
264
265         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
266         conforms to C99, rather than relying on the user's environment
267         setting of STDINT_H.
268
269 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
270         and Eric Blake  <ebb9@byu.net>
271
272         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
273         This is more consistent with the other defines here.
274         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
275         Port to z/OS.  Problem reported by Paul Gilmartin.
276         Change local vars to use gl_ prefix rather than ac_.
277         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
278         with other defines.
279         * modules/double-slash-root: New module.
280         * modules/dirname (Files): Remove m4/double-slash-root.m4.
281         (Depends-on): Add double-slash-root.
282         * MODULES.html.sh (File system functions): Mention new module.
283
284 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
285
286         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
287         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
288         This is for the benefit of gzip, which doesn't do i18n.
289
290 2006-12-12  Jim Meyering  <jim@meyering.net>
291
292         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
293         Reported by Andreas Schwab <schwab@suse.de>.
294
295 2006-12-12  Bruno Haible  <bruno@clisp.org>
296
297         Merge these changes.
298         2006-09-05  Bruno Haible  <bruno@clisp.org>
299         * lib/iconvme.c (iconv_string): No need to save and restore errno when
300         iconv_alloc succeeded.
301         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
302         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
303         test for " && dest " at the end - dest is always != NULL there. Call
304         iconv with 4xNULL arguments initially, to reset the state. Call iconv
305         with 2xNULL arguments, also to flush the state storage. Handle the
306         IRIX iconv behaviour. Realloc the final result, to throw away unused
307         memory.
308
309 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
310
311         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
312         and fchmodat unconditionally, since glibc 2.4 has them.
313         Problem reported by Arkadiusz Miskiewicz.
314
315 2006-12-10  Bruno Haible  <bruno@clisp.org>
316
317         * gnulib-tool (func_import): Show the include files only for those
318         modules that are copied and specified.
319         Reported by Karl Berry.
320
321 2006-12-08  Jim Meyering  <jim@meyering.net>
322
323         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
324         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
325
326         * build-aux/announce-gen: Add two new options, both optional:
327         --bootstrap-tools=TOOL_LIST
328               a comma-separated list of tools, e.g.,
329               autoconf,automake,bison,gnulib
330         --gnulib-snapshot-date=DATE
331               if gnulib is in the bootstrap tool list,
332               then report this as the snapshot date.
333               If not specified, use the current date/time.
334               If you specify a date here, be sure it's UTC.
335
336 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
337
338         * tests/test-argp-2.sh: Fix test to match actual output.
339         (func_compare): Fix sed script to be portable.
340
341 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
342
343         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
344         workaround for this case.  It is not autoconfigured now; offhand
345         it's hard to see how to autoconfigure it.
346
347 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
348
349         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
350         a directory that is about to be chowned.  Such a directory's
351         initial file permissions should permit the owner only and this
352         should not be changed until after the chown, since the group and
353         other bits would be incorrect if they granted permission before
354         the chown.
355
356         Fix porting problem for iswctype reported by Georg Schwarz in:
357         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
358         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
359         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
360         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
361         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
362
363 2006-12-03  Jim Meyering  <jim@meyering.net>
364
365         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
366         p->fts_statp may not yet be defined.
367         (fts_read): Instead, set it in the caller, once p->fts_statp is
368         sure to be defined, and corresponds to a top-level directory.
369         This bug made du -x fail.  Here's the coreutils test case:
370         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
371         Reported by Mike Frysinger.
372
373 2006-12-01  Jim Meyering  <jim@meyering.net>
374
375         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
376         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
377         Reported by Simon Josefsson.
378
379 2006-11-30  Jim Meyering  <jim@meyering.net>
380
381         * m4/warning.m4: Use the all-permissive copyright notice
382         recommended by RMS (rather than LGPL).
383         * m4/vararrays.m4: Likewise.
384         * m4/flexmember.m4: Likewise.
385
386 2006-11-29  Bruno Haible  <bruno@clisp.org>
387
388         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
389         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
390         using +=.
391         Reported by Simon Josefsson <simon@josefsson.org>.
392
393 2006-11-28  James Youngman <jay@gnu.org>
394
395         * README: Advise users that they might find the bug-gnulib@gnu.org
396         and autotools-announce@gnu.org mailing lists useful.
397
398 2006-11-28  Bruno Haible  <bruno@clisp.org>
399
400         * m4/ptrdiff_max.m4: Remove file.
401
402 2006-11-21  Bruno Haible  <bruno@clisp.org>
403
404         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
405         _AC_COMPUTE_INT.
406         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
407         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
408         _AC_COMPUTE_INT.
409         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
410         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
411         _AC_COMPUTE_INT.
412         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
413
414 2006-11-28  Jim Meyering  <jim@meyering.net>
415
416         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
417         warning from "gcc -Wshadow" about shadowing the builtin.
418
419 2006-11-27  Bruno Haible  <bruno@clisp.org>
420
421         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
422         _AC_COMPUTE_INT.
423         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
424
425 2006-11-27  Bruno Haible  <bruno@clisp.org>
426             Paul Eggert  <eggert@cs.ucla.edu>
427
428         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
429
430 2006-11-26  Bruno Haible  <bruno@clisp.org>
431
432         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
433         noinst_LTLIBRARIES.
434
435 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
436             Bruno Haible  <bruno@clisp.org>
437
438         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
439         if compiling with "gcc -ansi".
440
441 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
442
443         Fix some incompatibilities with gcc -ansi -pedantic.
444         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
445         if compiling pedantically with GCC, unless it's C99 or later.
446         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
447         it mishandles gcc -ansi -pedantic as well.
448         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
449         if gcc -pedantic.
450         * lib/regexec.c (check_node_accept_bytes): Don't use auto
451         initializers for struct if -pedantic, unless it's C99 or later.
452
453 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
454
455         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
456         Don't close an fd more than once. Identical atimes indicate
457         success, not failure.
458
459 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
460
461         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
462
463 2006-11-23  Jim Meyering  <jim@meyering.net>
464
465         * build-aux/announce-gen: New file.  From coreutils.
466
467 2006-11-22  Jim Meyering  <jim@meyering.net>
468
469         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
470         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
471         (fts_read): Use a temporary to narrow the overused st_size member
472         before using it in a switch statement.  Reported by Matthew Woehlke.
473
474         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
475         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
476
477 2006-11-20  Bruno Haible  <bruno@clisp.org>
478
479         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
480         changequote instead of pairs of brackets.
481         Reported by Andreas Schwab <schwab@suse.de>.
482
483 2006-11-21  Jim Meyering  <jim@meyering.net>
484
485         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
486         so as to remain compatible with older compilers.
487         Patch from Michael Deutschmann.
488
489 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
490
491         * MODULES.html.sh (File system functions): Add openat.
492
493         * lib/openat.h (rpl_fstatat): New macro, if
494         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
495         (fstatat): Define to rpl_fstatat under the same conditions,
496         unless COMPILING_FSTATAT.
497         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
498         seems to have the bug.
499         * lib/fstatat.c: New file.
500         * modules/openat (Files): Add it.
501
502 2006-11-20  Bruno Haible  <bruno@clisp.org>
503
504         * Makefile: New file.
505
506 2006-11-20  Jim Meyering  <jim@meyering.net>
507
508         The beginnings of syntax-related checks for gnulib.
509         * lib/Makefile: New file.
510         * lib/t-idcache: New script.  Ensure that the two halves of
511         idcache.c stay in sync.
512
513         * lib/idcache.c: Adjust comments in user- and group- portions to
514         be more accurate, and to be consistent with one another.
515
516 2006-11-20  Jim Meyering  <jim@meyering.net>
517
518         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
519         continue using the flexible array member (thus, this module performs
520         half as many malloc calls), with the addition that...
521         (getgroup, getuser): Consistently record a non-match via an empty
522         "name" string, and map an empty string match to a NULL return value.
523         * modules/idcache (Depends-on): Re-add flexmember.
524
525         * lib/idcache.c (getuser): Remove all uses of the register keyword.
526         (getuidbyname, getgroup, getgidbyname): Likewise.
527
528         Use cleaner syntax: NULL rather than 0.
529         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
530
531 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
532
533         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
534         It mishandled the case where the group was missing.
535         Problem reported by Greg Schafer.
536         * modules/idcache: Likewise.
537
538 2006-11-18  Jim Meyering  <jim@meyering.net>
539
540         * check-module (%exempt_header): Add exception for some
541         conditionally-included headers.
542
543         * modules/i-ring (Depends-on): Add verify.
544         (License): Change to LGPL.
545
546 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
547
548         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
549         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
550         and inttostr.h.  Use snprintf rather than uinttostr, so that
551         LGPLed code doesn't depend on GPLed.
552
553 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
554
555         * modules/inline (License): Change from GPL to LGPL.
556
557 2006-11-17  Jim Meyering  <jim@meyering.net>
558
559         * modules/d-type (License): Switch to LGPL.
560
561 2006-11-15  Bruno Haible  <bruno@clisp.org>
562
563         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
564
565 2006-11-15  Eric Blake  <ebb9@byu.net>
566
567         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
568         the module dependency.
569
570 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
571             Bruno Haible  <bruno@clisp.org>
572
573         * gnulib-tool (func_create_testdir): Add license consistency check.
574
575 2006-11-15  Eric Blake  <ebb9@byu.net>
576
577         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
578         random "(cached)" in configure output.
579
580 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
581
582         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
583         test for conforming inttypes.h is both announced and cached.
584
585         * MODULES.html.sh (seen_modules, seen_files): New variables.
586         (func_module): Rewrite to use a few less gnulib-tool and sed
587         invocations.  Avoid a couple of quadratic algorithms for ...
588         (missed_modules, missed_files): ... these, with ...
589         (func_append, func_tmpdir): ... these new functions, from
590         gnulib-tool.  Analogously, install traps for cleanup.
591
592         * tests/test-gc.c (main): Remove unused variables.
593         * tests/test-read-file.c: Include stdlib.h, for 'free'.
594
595 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
596
597         * modules/inttostr (License): Change to LGPL.
598
599 2006-11-14  Eric Blake  <ebb9@byu.net>
600
601         * modules/tempname (License): Change to LGPL.
602
603 2006-11-14  Eric Blake  <ebb9@byu.net>
604
605         * doc/functions.texi (Function Portability): *printf functions on
606         Cygwin now understand all POSIX size specifiers.
607
608 2006-11-14  Bruno Haible  <bruno@clisp.org>
609
610         * modules/c-ctype (License): Change to LGPL.
611
612 2006-11-12  Bruno Haible  <bruno@clisp.org>
613
614         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
615         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
616         for GNOME libraries, for which the include files are installed in
617         subdirectories of $prefix/include.
618
619 2006-11-12  Bruno Haible  <bruno@clisp.org>
620
621         * m4/lib-link.m4: Require at least autoconf-2.54.
622         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
623         name to underscores for the --with option.
624
625 2006-11-13  Bruno Haible  <bruno@clisp.org>
626
627         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
628         the tests directory.
629         Reported by Ralf Wildenhues.
630
631 2006-11-13  Bruno Haible  <bruno@clisp.org>
632
633         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
634         (func_emit_initmacro_end): Undo the override here.
635         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
636         Works around the famous automake error in coreutils.
637
638 2006-11-13  Eric Blake  <ebb9@byu.net>
639
640         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
641         element, not its node.
642
643 2006-11-12  Bruno Haible  <bruno@clisp.org>
644
645         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
646         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
647
648 2006-11-12  Bruno Haible  <bruno@clisp.org>
649
650         * gnulib-tool: New option --local-symlink.
651         (func_usage): Document it.
652         (lsymbolic): New variable.
653         (func_import, func_create_testdir): If --symlink was not specified,
654         test whether --local-symlink was specified and the file comes from
655         the local_gnulib_dir.
656
657 2006-11-12  Bruno Haible  <bruno@clisp.org>
658
659         * gnulib-tool (func_ln): New function.
660         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
661
662 2006-11-12  Bruno Haible  <bruno@clisp.org>
663
664         Finish support for source files in subdirectories.
665         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
666         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
667         AUTOMAKE_OPTIONS.
668         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
669
670 2006-11-12  Bruno Haible  <bruno@clisp.org>
671
672         * gnulib-tool (func_get_automake_snippet): Synthesize also an
673         EXTRA_lib_SOURCES augmentation.
674         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
675
676 2006-11-12  Jim Meyering  <jim@meyering.net>
677
678         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
679         file descriptors.  This also averts a failure on systems with
680         native openat support when a traversed directory lacks "x" access.
681         * lib/fts_.h: Include "i-ring.h"
682         (struct FTS) [fts_fd_ring]: New member.
683         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
684         (FCHDIR): Add parentheses.
685         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
686         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
687         When descending, rather than simply closing the previous
688         fts_cwd_fd value, push that file descriptor onto the ring.
689         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
690         (fts_open): Initialize the new fd_ring member.
691         (fts_close): Clear the ring.
692         (fts_safe_changedir): When possible, use our new fd_ring to skip
693         the diropen and fstat and dev/ino comparison that would normally
694         accompany a virtual `chdir ("..")'.
695
696         * modules/fts (Depends-on): Add i-ring.
697         * modules/i-ring: New module.
698         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
699         * m4/i-ring.m4: New file.
700
701 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
702
703         * gnulib-tool (func_create_testdir): Fix replacement of
704         `build-aux' in configure.ac.  Run autotools in gltests
705         subdirectory.
706         (func_create_testdir, func_create_megatestdir, test): There is
707         no need for '--force' in most autotool invocations in a new
708         tree.  Actually fail the whole test if any of the tools, or the
709         configure or make stages fail.
710
711         Sync from Automake.
712         * build-aux/gnupload: Revert last change.  Add pointer to upload
713         instructions of the GNU Maintenance Instructions.
714         Suggestion by Karl Berry.
715
716 2006-11-10  Jim Meyering  <jim@meyering.net>
717
718         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
719
720 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
721
722         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
723         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
724         (bind_textdomain_codeset) [! ENABLE_NLS]:
725         Evaluate all the arguments.  That way, callers get compatible behavior
726         if the arguments have side effects.  Also, it avoids some GCC
727         diagnostics in some cases; Joel E. Denny reported problems when Bison
728         was configured with --enable-gcc-warnigs.
729
730 2006-11-10  Jim Meyering  <jim@meyering.net>
731
732         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
733         relevant options in CFLAGS (like -O, -fno-inline) are taken into
734         account.
735
736 2006-11-10  Jim Meyering  <jim@meyering.net>
737
738         * modules/inline: New file/module.
739         * modules/xalloc (Files): Remove m4/inline.m4.
740         (Depends-on): Add inline, instead.
741         * modules/oset: Likewise.
742         * modules/list: Likewise.
743
744 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
745
746         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
747         Problem reported by Matthew Woehlke.
748
749 2006-11-09  Bruno Haible  <bruno@clisp.org>
750
751         * lib/tempname.c (gen_tempname): Remove variant that invokes
752         __gen_tempname.
753         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
754         __gen_tempname.
755
756 2006-11-08  Bruno Haible  <bruno@clisp.org>
757
758         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
759         to 'yes' instead of 'cross-compiling'.
760
761 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
762
763         * lib/quotearg.h (quotearg_free): New decl.
764         * lib/quotearg.c (quotearg_free): New function.
765         (slot0, nslots, slotvec0, slotvec):
766         Now file-scope so that quotearg_free can get at them.
767
768 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
769
770         Sync from Automake.
771         * build-aux/gnupload: Add missing 'gnu' to example URL.
772         Report by Karl Berry.
773
774 2006-11-08  Bruno Haible  <bruno@clisp.org>
775
776         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
777         Suggested by Paul Eggert.
778
779 2006-11-08  Jim Meyering  <jim@meyering.net>
780
781         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
782         It's already included if !_LIBC.
783         (fts_safe_changedir): Add a comment.
784
785 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
786
787         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
788         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
789         Matthew Woehlke.
790
791         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
792         definitions up, to avoid colliding with change below.
793         (static_inline) [HAVE_INLINE]: New macro.
794         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
795         Provide extern decls when !HAVE_INLINE.  Do not define unless
796         static_inline is defined, either by us or by xmalloc.c.  Use
797         static_inline rather than static inline.
798         (XCALLOC): Optimize sizeof(T) = 1 case.
799         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
800
801 2006-11-07  Bruno Haible  <bruno@clisp.org>
802
803         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
804         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
805         AC_C_INLINE.
806         * modules/xalloc (Files): Add m4/inline.m4.
807
808 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
809
810         * README: Fix typo.
811         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
812         (Miscellanous Notes): ...from this.
813
814 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
815
816         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
817         Mention that offsetof should be used instead of sizeof.
818         From Bruno Haible.
819
820 2006-11-07  Bruno Haible  <bruno@clisp.org>
821
822         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
823
824 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
825
826         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
827         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
828         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
829         (gl_tree_add_before, gl_tree_add_after):
830         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
831         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
832         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
833         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
834         (gl_linked_add_after, gl_linked_add_at): Likewise.
835         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
836         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
837         (gl_tree_add_before, gl_tree_add_after): Likewise.
838         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
839         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
840         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
841
842 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
843
844         * lib/gl_oset.h: Use C comment style, not C++ comment style.
845
846 2006-11-06  Bruno Haible  <bruno@clisp.org>
847
848         * m4/inline.m4: New file.
849         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
850         * modules/list (Files): Add m4/inline.m4.
851         * modules/oset (Files): Likewise.
852
853 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
854
855         * lib/idcache.c: Include <stddef.h>, for offsetof.
856         (struct userid.name): Change from char * to a flexible array member.
857         All uses changed.
858         * modules/idcache (Depends-on): Add flexmember.
859
860         * MODULES.html.sh (Core language properties): New module flexmember.
861         * modules/flexmember, m4/flexmember.m4: New files.
862
863         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
864         inline functions that are identical with the old xnmalloc_inline,
865         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
866         that we can avoid some unnecessary integer multiplications and
867         divisions in the common case where the element size is known at
868         compile time.
869         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
870         needed.
871         (xnboundedmalloc): Remove.
872         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
873         arguments, for consistency with rest of this header.
874         (xcharalloc): Rewrite using XNMALLOC.
875         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
876         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
877         versions have been moved to lib/xalloc.h and renamed to be the
878         non-*_inline versions.
879         (xmalloc, xrealloc): Implement without reference to the xnmalloc
880         and xnrealloc functions, since those functions are now inline and
881         now call us.
882         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
883         renaming described above.
884         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
885         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
886         captures the dependency in AC_C_INLINE.
887
888         New module canonicalize-lgpl, proposed by Charles Wilson in
889         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
890         with a few small changes afterwards.
891         * MODULES.html.sh (File system functions): New module
892         canonicalize-lgpl.
893         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
894         and canonicalize_file_name.
895         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
896         * modules/canonicalize-lgpl: New files.
897
898 2006-11-05  Bruno Haible  <bruno@clisp.org>
899
900         * gnulib-tool (func_import, func_create_testdir): Create directories
901         also for files in subdirectories of lib/.
902
903 2006-11-05  Bruno Haible  <bruno@clisp.org>
904
905         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
906         ANSI C compliant.
907
908 2006-11-03  Bruno Haible  <bruno@clisp.org>
909
910         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
911         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
912         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
913         (xnboundedmalloc): New inline function.
914         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
915         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
916         xmalloc.
917         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
918         xmalloc.
919         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
920         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
921         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
922         xmalloc.
923         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
924         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
925         xmalloc.
926         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
927         gl_tree_add_after): Use XMALLOC instead of xmalloc.
928         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
929         xmalloc.
930         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
931         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
932         gl_tree_add_after): Use XMALLOC instead of xmalloc.
933         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
934         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
935         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
936         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
937
938 2006-11-03  Bruno Haible  <bruno@clisp.org>
939
940         * lib/c-ctype.h [C++]: Define functions without name mangling.
941         * lib/fwriteerror.h [C++]: Likewise.
942         * lib/gcd.h [C++]: Likewise.
943         * lib/linebreak.h [C++]: Likewise.
944
945 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
946
947         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
948         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
949         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
950         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
951         Check for functions and headers just once.
952         Check for declaration of canonicalize_file_name.
953         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
954
955 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
956
957         * gnulib-tool (func_import): Fix typo in actioncmd.
958
959 2006-11-02  Bruno Haible  <bruno@clisp.org>
960
961         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
962         newline sequence in the Makefile.am snippet as a space, like "make"
963         does.
964         Reported by Roger Persson <perrog@gmail.com>.
965
966 2006-11-01  Bruno Haible  <bruno@clisp.org>
967
968         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
969         already declared in <string.h>.
970         * lib/strcase.h (strncasecmp): Don't declare it if yes.
971
972 2006-11-01  Bruno Haible  <bruno@clisp.org>
973
974         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
975         * lib/strcase.h: Include <string.h>.
976         (strcasecmp): Define to rpl_strcasecmp here.
977
978 2006-11-01  Bruno Haible  <bruno@clisp.org>
979
980         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
981
982 2006-11-01  Eric Blake  <ebb9@byu.net>
983
984         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
985
986         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
987
988 2006-10-29  Bruno Haible  <bruno@clisp.org>
989
990         Make it compile in C++ mode.
991         * lib/full-write.c (full_rw): Add a cast.
992
993 2006-11-01  Bruno Haible  <bruno@clisp.org>
994
995         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
996         be POSIX compliant.
997         Reported by Roger Persson <perrog@gmail.com>.
998
999 2006-11-01  Eric Blake  <ebb9@byu.net>
1000
1001         * lib/getopt_.h: Fix comments.
1002
1003 2006-10-31  Eric Blake  <ebb9@byu.net>
1004
1005         * modules/tmpdir (Depends-on): Add sys_stat.
1006         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1007         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1008         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1009         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1010         tempname.
1011
1012 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1013
1014         Avoid some C++ diagnostics reported by Bruno Haible.
1015         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1016         xmalloc.
1017         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1018         (struct slotvec): Move to top level.
1019         (quotearg_n_options): Rewrite to avoid xmalloc.
1020         * lib/xalloc.h (xcharalloc): New function.
1021         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1022         [defined __cplusplus]: Add function template that provides result
1023         type propagation.  This part of the change is from Bruno Haible.
1024
1025 2006-10-29  Bruno Haible  <bruno@clisp.org>
1026
1027         Make it compile in C++ mode.
1028         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1029         * lib/strnlen1.c (strnlen1): Cast memchr result.
1030         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1031         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1032         (create_temp_dir): Rename local variable 'template'.
1033         (compile_csharp_using_sscli): Add cast.
1034         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1035         * lib/findprog.c (find_in_path): Likewise.
1036         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1037         * lib/wait-process.c (register_slave_subprocess): Likewise.
1038
1039 2006-10-22  Bruno Haible  <bruno@clisp.org>
1040
1041         * modules/tsearch: New file.
1042         * lib/tsearch.h: New file.
1043         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1044         * m4/tsearch.m4: New file.
1045         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1046
1047 2006-10-29  Eric Blake  <ebb9@byu.net>
1048
1049         * lib/arcfour.c: Assume config.h.
1050         * lib/arctwo.c: Likewise.
1051         * lib/base64.c: Likewise.
1052         * lib/check-version.c: Likewise.
1053         * lib/crc.c: Likewise.
1054         * lib/des.c: Likewise.
1055         * lib/gc-gnulib.c: Likewise.
1056         * lib/gc-libgcrypt.c: Likewise.
1057         * lib/gc-pbkdf2-sha1.c: Likewise.
1058         * lib/getaddrinfo.c: Likewise.
1059         * lib/getdelim.c: Likewise.
1060         * lib/getline.c: Likewise.
1061         * lib/hmac-md5.c: Likewise.
1062         * lib/hmac-sha1.c: Likewise.
1063         * lib/iconvme.c: Likewise.
1064         * lib/md2.c: Likewise.
1065         * lib/md4.c: Likewise.
1066         * lib/memxor.c: Likewise.
1067         * lib/read-file.c: Likewise.
1068         * lib/readline.c: Likewise.
1069         * lib/rijndael-alg-fst.c: Likewise.
1070         * lib/rijndael-api-fst.c: Likewise.
1071         * lib/xgetdomainname.c: Likewise.
1072
1073 2006-10-28  Eric Blake  <ebb9@byu.net>
1074
1075         * lib/xstrndup.c: Assume config.h.
1076
1077 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1078
1079         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1080         stat-macros.h is now for our own macros, whereas stat_h is for
1081         macros in the <sys/stat.h> name space.
1082         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1083         (STAT_MACROS_H): Remove.
1084         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1085         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1086         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1087         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1088         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1089         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1090         Move these macros to ...
1091         * lib/stat_.h: here.  Don't include stat-macros.h.
1092         * lib/canonicalize.c: Don't include stat-macros.h.
1093         * lib/chown.c: Likewise.
1094         * lib/euidaccess.c: Likewise.
1095         * lib/file-type.c: Likewise.
1096         * lib/filemode.c: Likewise.
1097         * lib/glob.c: Likewise.
1098         * lib/isapipe.c: Likewise.
1099         * lib/lchown.c: Likewise.
1100         * lib/lstat.c: Likewise.
1101         * lib/mkdir-p.c: Likewise.
1102         * lib/rmdir.c: Likewise.
1103         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1104         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1105         unless mkdir isn't declared, to speed up 'configure'.
1106         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1107         would define all the S_* symbols.
1108         * modules/canonicalize (Depends-on):
1109         Depend on sys_stat, not stat-macros.
1110         * modules/chown: Likewise.
1111         * modules/euidaccess: Likewise.
1112         * modules/filemode: Likewise.
1113         * modules/file-type: Likewise.
1114         * modules/glob: Likewise.
1115         * modules/isapipe: Likewise.
1116         * modules/lchown: Likewise.
1117         * modules/lstat: Likewise.
1118         * modules/mkancesdirs: Likewise.
1119         * modules/rmdir: Likewise.
1120         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1121         * modules/modechange: Likewise.
1122         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1123         (configure.ac): Remove gl_STAT_MACROS.
1124         * modules/sys_stat (Depends-on): Remove stat-macros.
1125
1126 2006-10-27  Bruno Haible  <bruno@clisp.org>
1127
1128         * m4/signed.m4: Remove file.
1129         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1130         invocation.
1131         * modules/vasnprintf (Files): Remove m4/signed.m4.
1132
1133 2006-10-27  Bruno Haible  <bruno@clisp.org>
1134
1135         Update to GNU gettext 0.16.
1136         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1137         m4/inttypes-h.m4, m4/signed.m4.
1138         * m4/gettext.m4: Update to GNU gettext 0.16.
1139         * m4/intl.m4: New file, from GNU gettext.
1140         * m4/intldir.m4: New file, from GNU gettext.
1141         * config/srclist.txt: Update
1142
1143 2006-10-27  Eric Blake  <ebb9@byu.net>
1144
1145         * MODULES.html.sh: Document tempname.
1146         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1147         dependencies.
1148         (Files): Move lib/tempname.c...
1149         * modules/tempname: ...to this new module.
1150         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1151         (gl_PREREQ_TEMPNAME): Move...
1152         * m4/tempname.m4: ...to this new file.
1153         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1154         * modules/sys_stat (Depends-on): Add stat-macros.
1155         * lib/stat_.h (includes): Pick up stat macros.
1156         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1157         if stat macros are broken.
1158         * lib/tempname.c (includes): No need to include "stat-macros.h".
1159         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1160         (direxists, __path_search) [!_LIBC]: Don't compile these in
1161         gnulib; the tmpdir module covers that.
1162         * lib/tempname.h: New file.
1163
1164 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1165
1166         * COPYING: Explain how gnulib-tool converts licence headers.
1167         Almost all wording by Eric Blake.
1168
1169 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1170
1171         * lib/mbchar.h (is_basic_table): Make read-only.
1172         * lib/mbchar.c (is_basic_table): Likewise.
1173         Reported by John Darrington.
1174
1175 2006-10-25  Bruno Haible  <bruno@clisp.org>
1176
1177         * lib/progname.h (set_program_name): Undefine before defining.
1178
1179 2006-10-25  Bruno Haible  <bruno@clisp.org>
1180
1181         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1182         false for non-gcc C++ compilers.
1183         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1184
1185 2006-10-24  Bruno Haible  <bruno@clisp.org>
1186
1187         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1188         iconv implementations like Irix iconv.
1189
1190 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1191
1192         * modules/vararrays: New file.
1193         * m4/vararrays.m4: New file, taken from diffutils.
1194         * MODULES.html.sh: New module vararrays.
1195
1196 2006-10-24  Karl Berry  <karl@gnu.org>
1197
1198         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1199         Don't call GNU Unix.
1200
1201 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1202
1203         * users.txt: Add Libtool.
1204
1205         Sync from Libtool:
1206
1207         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1208
1209         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1210         to gnulib's policy of including config.h unconditionally.
1211
1212 2006-10-24  Bruno Haible  <bruno@clisp.org>
1213
1214         * modules/wcwidth (Files): Add m4/wint_t.m4.
1215         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1216         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1217
1218 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1219
1220         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1221         to pacify GCC with some -W flags enabled.  Problem reported by
1222         Bruno Haible.
1223
1224 2006-10-24  Jim Meyering  <jim@meyering.net>
1225
1226         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1227         Reported by Karl Berry.
1228
1229 2006-10-23  Bruno Haible  <bruno@clisp.org>
1230
1231         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1232
1233 2006-10-24  Bruno Haible  <bruno@clisp.org>
1234
1235         * lib/gl_list.h: Use C comment style, not C++ comment style.
1236
1237 2006-10-23  Eric Blake  <ebb9@byu.net>
1238
1239         * lib/getaddrinfo.c (includes): Add missing include.
1240
1241 2006-10-23  Bruno Haible  <bruno@clisp.org>
1242             Paul Eggert  <eggert@cs.ucla.edu>
1243
1244         Ability to rename obstack_free.
1245         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1246         obstack_free.
1247         (obstack_free): Invoke the __obstack_free macro.
1248         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1249
1250 2006-10-23  Bruno Haible  <bruno@clisp.org>
1251             Paul Eggert  <eggert@cs.ucla.edu>
1252
1253         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1254         __argc, __argv from the declaration. (They are defined as macros on
1255         mingw.)
1256
1257 2006-10-22  Bruno Haible  <bruno@clisp.org>
1258
1259         * doc/gnulib-intro.texi: New file.
1260         * doc/gnulib.texi: Include it.
1261
1262 2006-10-21  Bruno Haible  <bruno@clisp.org>
1263
1264         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1265         "Introduction", "Miscellanous Notes", "Particular Modules".
1266
1267 2006-10-21  Bruno Haible  <bruno@clisp.org>
1268
1269         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1270         Change mostlyclean-local rule to avoid sh syntax error from bash
1271         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1272
1273 2006-10-23  Jim Meyering  <jim@meyering.net>
1274
1275         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1276         in place of snprintf.
1277
1278         * modules/inttostr (Files): Add lib/uinttostr.c.
1279         * lib/uinttostr.c (inttostr): New file/function.
1280         * lib/inttostr.h (uinttostr): Declare.
1281         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1282         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1283         Add uinttostr.
1284         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1285
1286 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1287
1288         * lib/canonicalize.c (ELOOP): Define if not already defined.
1289         Problem reported by Bruno Haible in
1290         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1291
1292 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1293
1294         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1295         Problem reported by Perry Smith and Ville Laurikari.
1296
1297         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1298         uses.
1299
1300 2006-10-19  Bruno Haible  <bruno@clisp.org>
1301
1302         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1303         for mingw.
1304
1305 2006-10-19  Bruno Haible  <bruno@clisp.org>
1306
1307         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1308         Needed for mingw.
1309
1310 2006-10-19  Bruno Haible  <bruno@clisp.org>
1311
1312         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1313
1314 2006-10-19  Bruno Haible  <bruno@clisp.org>
1315
1316         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1317         it.
1318
1319 2006-10-19  Bruno Haible  <bruno@clisp.org>
1320
1321         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1322         invocation.
1323
1324 2006-10-19  Bruno Haible  <bruno@clisp.org>
1325
1326         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1327         mountlist by default.
1328
1329 2006-10-16  Bruno Haible  <bruno@clisp.org>
1330
1331         * lib/c-strstr.c: Include c-strstr.h.
1332
1333 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1334
1335         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1336         in a slash.
1337
1338 2006-10-18  Bruno Haible  <bruno@clisp.org>
1339
1340         * lib/lock.h [C++]: Wrap definitions in extern "C".
1341
1342 2006-10-18  Bruno Haible  <bruno@clisp.org>
1343
1344         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1345         gl_LIBOBJS list.
1346
1347 2006-10-18  Bruno Haible  <bruno@clisp.org>
1348
1349         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1350
1351 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1352
1353         * lib/xstrtol.h: Include gettext.h.
1354         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1355         Problem reported by Eric Blake.
1356         * modules/xstrtol (Depends-on): Add gettext-h.
1357
1358 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1359
1360         * lib/strftime.c (advance): New macro.
1361         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1362         incomplete type, so you can't add 0 to it.  Problem and patch
1363         reported by Eelco Dolstra for dietlibc.
1364
1365 2006-10-18  Jim Meyering  <jim@meyering.net>
1366
1367         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1368         type for a local, and rename it: s/up/user_proc/.
1369
1370 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1371
1372         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1373         READ_UTMP_USER_PROCESS.
1374         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1375
1376 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1377
1378         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1379         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1380
1381 2006-10-17  Eric Blake  <ebb9@byu.net>
1382
1383         * lib/sigprocmask.c (sigprocmask): Fix typo.
1384
1385         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1386
1387         * modules/clean-temp (Makefile.am): Don't add to make output...
1388         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1389         config.h.
1390
1391 2006-10-17  Bruno Haible  <bruno@clisp.org>
1392
1393         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1394         differently if DEFAULT_TEXT_DOMAIN is set.
1395
1396 2006-10-16  Bruno Haible  <bruno@clisp.org>
1397
1398         * lib/clean-temp.c: Include fwriteerror.h.
1399
1400 2006-10-16  Bruno Haible  <bruno@clisp.org>
1401
1402         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1403
1404 2006-10-16  Bruno Haible  <bruno@clisp.org>
1405
1406         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1407         * lib/sigprocmask.h: Include <sys/types.h>.
1408         (sigset_t): Use the system's definition if present.
1409
1410 2006-10-17  Eric Blake  <ebb9@byu.net>
1411
1412         * lib/xvasprintf.c (includes): Assume config.h.
1413         * lib/xasprintf.c (includes): Likewise.
1414
1415 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1416
1417         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1418         at least as wide as intmax_t.
1419
1420 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1421
1422         (Imported from Automake.)
1423         * build-aux/gnupload: Update to version 1.1 of directive file.
1424
1425 2006-10-16  Eric Blake  <ebb9@byu.net>
1426
1427         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1428         match Automake 1.10a.
1429
1430 2006-10-14  Bruno Haible  <bruno@clisp.org>
1431
1432         * modules/sigprocmask: New file.
1433         * lib/sigprocmask.h: New file.
1434         * lib/sigprocmask.c: New file.
1435         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1436         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1437         request sigprocmask.o.
1438         (gl_PREREQ_SIGPROCMASK): New macro.
1439         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1440         (Depends-on): Add sigprocmask.
1441         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1442         gt_SIGNALBLOCKING. Test for 'raise' only once.
1443         * lib/fatal-signal.c: Include sigprocmask.h.
1444         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1445         unblock_fatal_signals): Define always.
1446         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1447         sigprocmask.
1448
1449 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1450
1451         Sync from Automake.
1452         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1453         which incorrectly sets the mode of an existing destination
1454         directory.  In some cases the unpatched install-sh could do the
1455         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1456         system.  We hope this is rare in practice, but it's clearly worth
1457         fixing.  Problem reported by Alex Unleashed in
1458         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1459         Also, don't bother to check for -m bugs unless we're using -m;
1460         suggested by Stepan Kasal.
1461
1462 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1463
1464         Sync from Automake.
1465         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1466         `-c' flag, so they appear at the same position as in %FASTDEP%
1467         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1468         which ignores unknown options only after the first non-option.
1469         Bug report against M4 by Nelson H. F. Beebe.
1470
1471 2006-10-13  Jim Meyering  <jim@meyering.net>
1472
1473         Fix a bug in yesterday's change.
1474         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1475         p->fts_statp->st_dev would be used uninitialized.
1476         Ensures that we always call fts_stat on the very first entry.
1477         Miklos Szeredi reported that find -xdev stopped working.
1478
1479 2006-10-12  Bruno Haible  <bruno@clisp.org>
1480
1481         * gnulib-tool (func_get_automake_snippet): Append an automatically
1482         computed EXTRA_DIST augmentation.
1483         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1484         * modules/alloca-opt (Makefile.am): Likewise.
1485         * modules/allocsa (Makefile.am): Likewise.
1486         * modules/arcfour (Makefile.am): Likewise.
1487         * modules/arctwo (Makefile.am): Likewise.
1488         * modules/argmatch (Makefile.am): Likewise.
1489         * modules/argz (Makefile.am): Likewise.
1490         * modules/atexit (Makefile.am): Likewise.
1491         * modules/backupfile (Makefile.am): Likewise.
1492         * modules/byteswap (Makefile.am): Likewise.
1493         * modules/c-strtod (Makefile.am): Likewise.
1494         * modules/c-strtold (Makefile.am): Likewise.
1495         * modules/calloc (Makefile.am): Likewise.
1496         * modules/canon-host (Makefile.am): Likewise.
1497         * modules/canonicalize (Makefile.am): Likewise.
1498         * modules/chdir-long (Makefile.am): Likewise.
1499         * modules/chdir-safer (Makefile.am): Likewise.
1500         * modules/check-version (Makefile.am): Likewise.
1501         * modules/chown (Makefile.am): Likewise.
1502         * modules/cloexec (Makefile.am): Likewise.
1503         * modules/close-stream (Makefile.am): Likewise.
1504         * modules/closeout (Makefile.am): Likewise.
1505         * modules/crc (Makefile.am): Likewise.
1506         * modules/csharpexec (Makefile.am): Likewise.
1507         * modules/cycle-check (Makefile.am): Likewise.
1508         * modules/des (Makefile.am): Likewise.
1509         * modules/dev-ino (Makefile.am): Likewise.
1510         * modules/dirfd (Makefile.am): Likewise.
1511         * modules/dirname (Makefile.am): Likewise.
1512         * modules/dup2 (Makefile.am): Likewise.
1513         * modules/eealloc (Makefile.am): Likewise.
1514         * modules/error (Makefile.am): Likewise.
1515         * modules/euidaccess (Makefile.am): Likewise.
1516         * modules/exclude (Makefile.am): Likewise.
1517         * modules/exitfail (Makefile.am): Likewise.
1518         * modules/fcntl-safer (Makefile.am): Likewise.
1519         * modules/fcntl (Makefile.am): Likewise.
1520         * modules/file-type (Makefile.am): Likewise.
1521         * modules/fileblocks (Makefile.am): Likewise.
1522         * modules/filemode (Makefile.am): Likewise.
1523         * modules/filenamecat (Makefile.am): Likewise.
1524         * modules/fnmatch (Makefile.am): Likewise.
1525         * modules/fopen-safer (Makefile.am): Likewise.
1526         * modules/fpending (Makefile.am): Likewise.
1527         * modules/fprintftime (Makefile.am): Likewise.
1528         * modules/free (Makefile.am): Likewise.
1529         * modules/fsusage (Makefile.am): Likewise.
1530         * modules/ftruncate (Makefile.am): Likewise.
1531         * modules/fts (Makefile.am): Likewise.
1532         * modules/gc-arcfour (Makefile.am): Likewise.
1533         * modules/gc-des (Makefile.am): Likewise.
1534         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1535         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1536         * modules/gc-md4 (Makefile.am): Likewise.
1537         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1538         * modules/gc-sha1 (Makefile.am): Likewise.
1539         * modules/gc (Makefile.am): Likewise.
1540         * modules/getaddrinfo (Makefile.am): Likewise.
1541         * modules/getcwd (Makefile.am): Likewise.
1542         * modules/getdelim (Makefile.am): Likewise.
1543         * modules/getdomainname (Makefile.am): Likewise.
1544         * modules/getgroups (Makefile.am): Likewise.
1545         * modules/gethostname (Makefile.am): Likewise.
1546         * modules/gethrxtime (Makefile.am): Likewise.
1547         * modules/getline (Makefile.am): Likewise.
1548         * modules/getloadavg (Makefile.am): Likewise.
1549         * modules/getlogin_r (Makefile.am): Likewise.
1550         * modules/getndelim2 (Makefile.am): Likewise.
1551         * modules/getopt (Makefile.am): Likewise.
1552         * modules/getpagesize (Makefile.am): Likewise.
1553         * modules/getpass-gnu (Makefile.am): Likewise.
1554         * modules/getpass (Makefile.am): Likewise.
1555         * modules/getsubopt (Makefile.am): Likewise.
1556         * modules/gettime (Makefile.am): Likewise.
1557         * modules/gettimeofday (Makefile.am): Likewise.
1558         * modules/getugroups (Makefile.am): Likewise.
1559         * modules/getusershell (Makefile.am): Likewise.
1560         * modules/glob (Makefile.am): Likewise.
1561         * modules/group-member (Makefile.am): Likewise.
1562         * modules/hard-locale (Makefile.am): Likewise.
1563         * modules/hash (Makefile.am): Likewise.
1564         * modules/hmac-md5 (Makefile.am): Likewise.
1565         * modules/hmac-sha1 (Makefile.am): Likewise.
1566         * modules/human (Makefile.am): Likewise.
1567         * modules/idcache (Makefile.am): Likewise.
1568         * modules/imaxabs (Makefile.am): Likewise.
1569         * modules/imaxdiv (Makefile.am): Likewise.
1570         * modules/inet_ntop (Makefile.am): Likewise.
1571         * modules/inet_pton (Makefile.am): Likewise.
1572         * modules/intprops (Makefile.am): Likewise.
1573         * modules/inttostr (Makefile.am): Likewise.
1574         * modules/inttypes (Makefile.am): Likewise.
1575         * modules/isapipe (Makefile.am): Likewise.
1576         * modules/javaversion (Makefile.am): Likewise.
1577         * modules/lchmod (Makefile.am): Likewise.
1578         * modules/lchown (Makefile.am): Likewise.
1579         * modules/localcharset (Makefile.am): Likewise.
1580         * modules/long-options (Makefile.am): Likewise.
1581         * modules/lstat (Makefile.am): Likewise.
1582         * modules/malloc (Makefile.am): Likewise.
1583         * modules/mathl (Makefile.am): Likewise.
1584         * modules/mbchar (Makefile.am): Likewise.
1585         * modules/md2 (Makefile.am): Likewise.
1586         * modules/md4 (Makefile.am): Likewise.
1587         * modules/md5 (Makefile.am): Likewise.
1588         * modules/memcasecmp (Makefile.am): Likewise.
1589         * modules/memchr (Makefile.am): Likewise.
1590         * modules/memcmp (Makefile.am): Likewise.
1591         * modules/memcoll (Makefile.am): Likewise.
1592         * modules/memcpy (Makefile.am): Likewise.
1593         * modules/memmem (Makefile.am): Likewise.
1594         * modules/memmove (Makefile.am): Likewise.
1595         * modules/mempcpy (Makefile.am): Likewise.
1596         * modules/memrchr (Makefile.am): Likewise.
1597         * modules/memset (Makefile.am): Likewise.
1598         * modules/memxor (Makefile.am): Likewise.
1599         * modules/mkancesdirs (Makefile.am): Likewise.
1600         * modules/mkdir-p (Makefile.am): Likewise.
1601         * modules/mkdir (Makefile.am): Likewise.
1602         * modules/mkdtemp (Makefile.am): Likewise.
1603         * modules/mkstemp (Makefile.am): Likewise.
1604         * modules/mktime (Makefile.am): Likewise.
1605         * modules/modechange (Makefile.am): Likewise.
1606         * modules/mountlist (Makefile.am): Likewise.
1607         * modules/nanosleep (Makefile.am): Likewise.
1608         * modules/obstack (Makefile.am): Likewise.
1609         * modules/openat (Makefile.am): Likewise.
1610         * modules/pagealign_alloc (Makefile.am): Likewise.
1611         * modules/pathmax (Makefile.am): Likewise.
1612         * modules/physmem (Makefile.am): Likewise.
1613         * modules/poll (Makefile.am): Likewise.
1614         * modules/posixtm (Makefile.am): Likewise.
1615         * modules/posixver (Makefile.am): Likewise.
1616         * modules/putenv (Makefile.am): Likewise.
1617         * modules/quote (Makefile.am): Likewise.
1618         * modules/quotearg (Makefile.am): Likewise.
1619         * modules/raise (Makefile.am): Likewise.
1620         * modules/read-file (Makefile.am): Likewise.
1621         * modules/readline (Makefile.am): Likewise.
1622         * modules/readlink (Makefile.am): Likewise.
1623         * modules/readtokens (Makefile.am): Likewise.
1624         * modules/readutmp (Makefile.am): Likewise.
1625         * modules/realloc (Makefile.am): Likewise.
1626         * modules/regex (Makefile.am): Likewise.
1627         * modules/rename-dest-slash (Makefile.am): Likewise.
1628         * modules/rename (Makefile.am): Likewise.
1629         * modules/rijndael (Makefile.am): Likewise.
1630         * modules/rmdir (Makefile.am): Likewise.
1631         * modules/rpmatch (Makefile.am): Likewise.
1632         * modules/safe-read (Makefile.am): Likewise.
1633         * modules/safe-write (Makefile.am): Likewise.
1634         * modules/same-inode (Makefile.am): Likewise.
1635         * modules/same (Makefile.am): Likewise.
1636         * modules/save-cwd (Makefile.am): Likewise.
1637         * modules/savedir (Makefile.am): Likewise.
1638         * modules/setenv (Makefile.am): Likewise.
1639         * modules/settime (Makefile.am): Likewise.
1640         * modules/sha1 (Makefile.am): Likewise.
1641         * modules/sig2str (Makefile.am): Likewise.
1642         * modules/snprintf (Makefile.am): Likewise.
1643         * modules/stat-macros (Makefile.am): Likewise.
1644         * modules/stat-time (Makefile.am): Likewise.
1645         * modules/stdbool (Makefile.am): Likewise.
1646         * modules/stdint (Makefile.am): Likewise.
1647         * modules/stdlib-safer (Makefile.am): Likewise.
1648         * modules/stpcpy (Makefile.am): Likewise.
1649         * modules/stpncpy (Makefile.am): Likewise.
1650         * modules/strcase (Makefile.am): Likewise.
1651         * modules/strcasestr (Makefile.am): Likewise.
1652         * modules/strchrnul (Makefile.am): Likewise.
1653         * modules/strcspn (Makefile.am): Likewise.
1654         * modules/strdup (Makefile.am): Likewise.
1655         * modules/strerror (Makefile.am): Likewise.
1656         * modules/strftime (Makefile.am): Likewise.
1657         * modules/strndup (Makefile.am): Likewise.
1658         * modules/strnlen (Makefile.am): Likewise.
1659         * modules/strpbrk (Makefile.am): Likewise.
1660         * modules/strsep (Makefile.am): Likewise.
1661         * modules/strstr (Makefile.am): Likewise.
1662         * modules/strtod (Makefile.am): Likewise.
1663         * modules/strtoimax (Makefile.am): Likewise.
1664         * modules/strtok_r (Makefile.am): Likewise.
1665         * modules/strtol (Makefile.am): Likewise.
1666         * modules/strtoll (Makefile.am): Likewise.
1667         * modules/strtoul (Makefile.am): Likewise.
1668         * modules/strtoull (Makefile.am): Likewise.
1669         * modules/strtoumax (Makefile.am): Likewise.
1670         * modules/strverscmp (Makefile.am): Likewise.
1671         * modules/sys_socket (Makefile.am): Likewise.
1672         * modules/sys_stat (Makefile.am): Likewise.
1673         * modules/sysexits (Makefile.am): Likewise.
1674         * modules/time_r (Makefile.am): Likewise.
1675         * modules/timegm (Makefile.am): Likewise.
1676         * modules/timespec (Makefile.am): Likewise.
1677         * modules/tmpfile-safer (Makefile.am): Likewise.
1678         * modules/trim (Makefile.am): Likewise.
1679         * modules/unistd-safer (Makefile.am): Likewise.
1680         * modules/unlinkdir (Makefile.am): Likewise.
1681         * modules/unlocked-io (Makefile.am): Likewise.
1682         * modules/userspec (Makefile.am): Likewise.
1683         * modules/utime (Makefile.am): Likewise.
1684         * modules/utimecmp (Makefile.am): Likewise.
1685         * modules/utimens (Makefile.am): Likewise.
1686         * modules/vasnprintf (Makefile.am): Likewise.
1687         * modules/vasprintf (Makefile.am): Likewise.
1688         * modules/vsnprintf (Makefile.am): Likewise.
1689         * modules/xalloc (Makefile.am): Likewise.
1690         * modules/xgetcwd (Makefile.am): Likewise.
1691         * modules/xnanosleep (Makefile.am): Likewise.
1692         * modules/xreadlink (Makefile.am): Likewise.
1693         * modules/xstrtod (Makefile.am): Likewise.
1694         * modules/xstrtol (Makefile.am): Likewise.
1695         * modules/xstrtold (Makefile.am): Likewise.
1696         * modules/yesno (Makefile.am): Likewise.
1697         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1698
1699 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1700
1701         * modules/error (Makefile.am): Distribute files through
1702         EXTRA_DIST, not lib_SOURCES.
1703
1704 2006-10-12  Eric Blake  <ebb9@byu.net>
1705
1706         * modules/error (Makefile.am): Distribute files in /lib.
1707         * modules/obstack (Makefile.am): Likewise.
1708
1709 2006-10-12  Bruno Haible  <bruno@clisp.org>
1710
1711         * modules/acl (Makefile.am): Distribute all files in lib/ through
1712         EXTRA_DIST.
1713         * modules/arcfour (Makefile.am): Likewise.
1714         * modules/arctwo (Makefile.am): Likewise.
1715         * modules/argmatch (Makefile.am): Likewise.
1716         * modules/argz (Makefile.am): Likewise.
1717         * modules/atexit (Makefile.am): Likewise.
1718         * modules/backupfile (Makefile.am): Likewise.
1719         * modules/c-strtod (Makefile.am): Likewise.
1720         * modules/c-strtold (Makefile.am): Likewise.
1721         * modules/calloc (Makefile.am): Likewise.
1722         * modules/canon-host (Makefile.am): Likewise.
1723         * modules/canonicalize (Makefile.am): Likewise.
1724         * modules/chdir-long (Makefile.am): Likewise.
1725         * modules/chdir-safer (Makefile.am): Likewise.
1726         * modules/check-version (Makefile.am): Likewise.
1727         * modules/chown (Makefile.am): Likewise.
1728         * modules/cloexec (Makefile.am): Likewise.
1729         * modules/close-stream (Makefile.am): Likewise.
1730         * modules/closeout (Makefile.am): Likewise.
1731         * modules/crc (Makefile.am): Likewise.
1732         * modules/cycle-check (Makefile.am): Likewise.
1733         * modules/des (Makefile.am): Likewise.
1734         * modules/dirfd (Makefile.am): Likewise.
1735         * modules/dirname (Makefile.am): Likewise.
1736         * modules/dup2 (Makefile.am): Likewise.
1737         * modules/euidaccess (Makefile.am): Likewise.
1738         * modules/exclude (Makefile.am): Likewise.
1739         * modules/exitfail (Makefile.am): Likewise.
1740         * modules/fcntl-safer (Makefile.am): Likewise.
1741         * modules/file-type (Makefile.am): Likewise.
1742         * modules/fileblocks (Makefile.am): Likewise.
1743         * modules/filemode (Makefile.am): Likewise.
1744         * modules/filenamecat (Makefile.am): Likewise.
1745         * modules/fnmatch (Makefile.am): Likewise.
1746         * modules/fopen-safer (Makefile.am): Likewise.
1747         * modules/fpending (Makefile.am): Likewise.
1748         * modules/fprintftime (Makefile.am): Likewise.
1749         * modules/free (Makefile.am): Likewise.
1750         * modules/fsusage (Makefile.am): Likewise.
1751         * modules/ftruncate (Makefile.am): Likewise.
1752         * modules/fts (Makefile.am): Likewise.
1753         * modules/gc (Makefile.am): Likewise.
1754         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1755         * modules/getaddrinfo (Makefile.am): Likewise.
1756         * modules/getcwd (Makefile.am): Likewise.
1757         * modules/getdelim (Makefile.am): Likewise.
1758         * modules/getdomainname (Makefile.am): Likewise.
1759         * modules/getgroups (Makefile.am): Likewise.
1760         * modules/gethostname (Makefile.am): Likewise.
1761         * modules/gethrxtime (Makefile.am): Likewise.
1762         * modules/getline (Makefile.am): Likewise.
1763         * modules/getloadavg (Makefile.am): Likewise.
1764         * modules/getlogin_r (Makefile.am): Likewise.
1765         * modules/getopt (Makefile.am): Likewise.
1766         * modules/getpass (Makefile.am): Likewise.
1767         * modules/getpass-gnu (Makefile.am): Likewise.
1768         * modules/getsubopt (Makefile.am): Likewise.
1769         * modules/gettime (Makefile.am): Likewise.
1770         * modules/gettimeofday (Makefile.am): Likewise.
1771         * modules/getugroups (Makefile.am): Likewise.
1772         * modules/getusershell (Makefile.am): Likewise.
1773         * modules/glob (Makefile.am): Likewise.
1774         * modules/group-member (Makefile.am): Likewise.
1775         * modules/hard-locale (Makefile.am): Likewise.
1776         * modules/hash (Makefile.am): Likewise.
1777         * modules/hmac-md5 (Makefile.am): Likewise.
1778         * modules/hmac-sha1 (Makefile.am): Likewise.
1779         * modules/human (Makefile.am): Likewise.
1780         * modules/idcache (Makefile.am): Likewise.
1781         * modules/imaxabs (Makefile.am): Likewise.
1782         * modules/imaxdiv (Makefile.am): Likewise.
1783         * modules/inet_ntop (Makefile.am): Likewise.
1784         * modules/inet_pton (Makefile.am): Likewise.
1785         * modules/inttostr (Makefile.am): Likewise.
1786         * modules/isapipe (Makefile.am): Likewise.
1787         * modules/lchown (Makefile.am): Likewise.
1788         * modules/long-options (Makefile.am): Likewise.
1789         * modules/lstat (Makefile.am): Likewise.
1790         * modules/malloc (Makefile.am): Likewise.
1791         * modules/mathl (Makefile.am): Likewise.
1792         * modules/mbchar (Makefile.am): Likewise.
1793         * modules/md2 (Makefile.am): Likewise.
1794         * modules/md4 (Makefile.am): Likewise.
1795         * modules/md5 (Makefile.am): Likewise.
1796         * modules/memcasecmp (Makefile.am): Likewise.
1797         * modules/memchr (Makefile.am): Likewise.
1798         * modules/memcmp (Makefile.am): Likewise.
1799         * modules/memcoll (Makefile.am): Likewise.
1800         * modules/memcpy (Makefile.am): Likewise.
1801         * modules/memmem (Makefile.am): Likewise.
1802         * modules/memmove (Makefile.am): Likewise.
1803         * modules/mempcpy (Makefile.am): Likewise.
1804         * modules/memrchr (Makefile.am): Likewise.
1805         * modules/memset (Makefile.am): Likewise.
1806         * modules/memxor (Makefile.am): Likewise.
1807         * modules/mkancesdirs (Makefile.am): Likewise.
1808         * modules/mkdir (Makefile.am): Likewise.
1809         * modules/mkdir-p (Makefile.am): Likewise.
1810         * modules/mkdtemp (Makefile.am): Likewise.
1811         * modules/mkstemp (Makefile.am): Likewise.
1812         * modules/mktime (Makefile.am): Likewise.
1813         * modules/modechange (Makefile.am): Likewise.
1814         * modules/mountlist (Makefile.am): Likewise.
1815         * modules/nanosleep (Makefile.am): Likewise.
1816         * modules/openat (Makefile.am): Likewise.
1817         * modules/pagealign_alloc (Makefile.am): Likewise.
1818         * modules/physmem (Makefile.am): Likewise.
1819         * modules/poll (Makefile.am): Likewise.
1820         * modules/posixtm (Makefile.am): Likewise.
1821         * modules/posixver (Makefile.am): Likewise.
1822         * modules/putenv (Makefile.am): Likewise.
1823         * modules/quote (Makefile.am): Likewise.
1824         * modules/quotearg (Makefile.am): Likewise.
1825         * modules/raise (Makefile.am): Likewise.
1826         * modules/read-file (Makefile.am): Likewise.
1827         * modules/readline (Makefile.am): Likewise.
1828         * modules/readlink (Makefile.am): Likewise.
1829         * modules/readtokens (Makefile.am): Likewise.
1830         * modules/readutmp (Makefile.am): Likewise.
1831         * modules/realloc (Makefile.am): Likewise.
1832         * modules/regex (Makefile.am): Likewise.
1833         * modules/rename (Makefile.am): Likewise.
1834         * modules/rename-dest-slash (Makefile.am): Likewise.
1835         * modules/rijndael (Makefile.am): Likewise.
1836         * modules/rmdir (Makefile.am): Likewise.
1837         * modules/rpmatch (Makefile.am): Likewise.
1838         * modules/safe-read (Makefile.am): Likewise.
1839         * modules/safe-write (Makefile.am): Likewise.
1840         * modules/same (Makefile.am): Likewise.
1841         * modules/save-cwd (Makefile.am): Likewise.
1842         * modules/savedir (Makefile.am): Likewise.
1843         * modules/setenv (Makefile.am): Likewise.
1844         * modules/settime (Makefile.am): Likewise.
1845         * modules/sha1 (Makefile.am): Likewise.
1846         * modules/sig2str (Makefile.am): Likewise.
1847         * modules/snprintf (Makefile.am): Likewise.
1848         * modules/stdlib-safer (Makefile.am): Likewise.
1849         * modules/stpcpy (Makefile.am): Likewise.
1850         * modules/stpncpy (Makefile.am): Likewise.
1851         * modules/strcase (Makefile.am): Likewise.
1852         * modules/strcasestr (Makefile.am): Likewise.
1853         * modules/strchrnul (Makefile.am): Likewise.
1854         * modules/strcspn (Makefile.am): Likewise.
1855         * modules/strdup (Makefile.am): Likewise.
1856         * modules/strerror (Makefile.am): Likewise.
1857         * modules/strftime (Makefile.am): Likewise.
1858         * modules/strndup (Makefile.am): Likewise.
1859         * modules/strnlen (Makefile.am): Likewise.
1860         * modules/strpbrk (Makefile.am): Likewise.
1861         * modules/strsep (Makefile.am): Likewise.
1862         * modules/strstr (Makefile.am): Likewise.
1863         * modules/strtod (Makefile.am): Likewise.
1864         * modules/strtoimax (Makefile.am): Likewise.
1865         * modules/strtok_r (Makefile.am): Likewise.
1866         * modules/strtol (Makefile.am): Likewise.
1867         * modules/strtoll (Makefile.am): Likewise.
1868         * modules/strtoul (Makefile.am): Likewise.
1869         * modules/strtoull (Makefile.am): Likewise.
1870         * modules/strtoumax (Makefile.am): Likewise.
1871         * modules/strverscmp (Makefile.am): Likewise.
1872         * modules/time_r (Makefile.am): Likewise.
1873         * modules/timegm (Makefile.am): Likewise.
1874         * modules/tmpfile-safer (Makefile.am): Likewise.
1875         * modules/unistd-safer (Makefile.am): Likewise.
1876         * modules/unlinkdir (Makefile.am): Likewise.
1877         * modules/userspec (Makefile.am): Likewise.
1878         * modules/utime (Makefile.am): Likewise.
1879         * modules/utimecmp (Makefile.am): Likewise.
1880         * modules/utimens (Makefile.am): Likewise.
1881         * modules/vasnprintf (Makefile.am): Likewise.
1882         * modules/vasprintf (Makefile.am): Likewise.
1883         * modules/vsnprintf (Makefile.am): Likewise.
1884         * modules/xalloc (Makefile.am): Likewise.
1885         * modules/xgetcwd (Makefile.am): Likewise.
1886         * modules/xnanosleep (Makefile.am): Likewise.
1887         * modules/xreadlink (Makefile.am): Likewise.
1888         * modules/xstrtod (Makefile.am): Likewise.
1889         * modules/xstrtol (Makefile.am): Likewise.
1890         * modules/xstrtold (Makefile.am): Likewise.
1891         * modules/yesno (Makefile.am): Likewise.
1892
1893 2006-10-12  Jim Meyering  <jim@meyering.net>
1894
1895         * m4/getloadavg.m4: Revert the change below.
1896
1897         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1898         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1899         fail with a symlink, which is what coreutils' ./bootstrap now
1900         creates by default.
1901
1902 2006-10-12  Bruno Haible  <bruno@clisp.org>
1903
1904         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1905         mingw.
1906         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1907         MSVC and mingw explicitly.
1908
1909 2006-10-11  Simon Josefsson  <jas@extundo.com>
1910             Bruno Haible  <bruno@clisp.org>
1911
1912         Add support for multiple gnulib-tool invocations in the scope of a
1913         single configure.ac file.
1914         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1915         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1916         with the same contents as the _LIBADD variable.
1917         (func_emit_initmacro_start, func_emit_initmacro_end,
1918         func_emit_initmacro_done): New functions.
1919         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1920         gl_LIBOBJS and gl_LTLIBOBJS.
1921
1922 2006-10-11  Bruno Haible  <bruno@clisp.org>
1923
1924         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1925         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1926         autoreconf. Instead, invoke autopoint explicitly but move back the
1927         *.m4 files from gnulib.
1928
1929 2006-10-11  Bruno Haible  <bruno@clisp.org>
1930
1931         * gnulib-tool (func_usage): Make module names after --create-testdir
1932         optional.
1933         (func_create_testdir): If no module was specified, use nearly all
1934         modules.
1935
1936 2006-10-12  Jim Meyering  <jim@meyering.net>
1937
1938         Big performance improvement for fts-based tools that use FTS_NOSTAT.
1939         Avoid spurious inode-mismatch problems on non-POSIX file systems.
1940         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
1941         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
1942         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
1943         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
1944         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
1945         (fts_set_stat_required): New function.
1946         (fts_open): Defer the calls to fts_stat, if possible or requested.
1947         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
1948         into fts_stat itself.
1949         (fts_read): Perform any required (deferred) fts_stat call.
1950         (fts_build): Likewise, for the directory we're about to open and read.
1951         In the readdir loop, carefully decide whether each entry will require
1952         an eventual call to fts_stat, using dirent.d_type info if available.
1953         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
1954         a command line argument into this function.  Update all callers.
1955         Map a return value of FTS_DOT to FTS_D for a command line argument.
1956         * modules/fts (Depends-on): Add d-type.  Alphabetize.
1957         Thanks to Miklos Szeredi for his tenacity and for the initial
1958         bug report about "find" failing on a FUSE-based file system.
1959
1960         * lib/fts.c (fts_open): Use consistent indentation.
1961
1962 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1963
1964         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
1965         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
1966         reported by Jim Meyering.  All uses of cache variables renamed
1967         to match Autoconf's.
1968         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
1969         the other one.
1970
1971         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1972         Fix misspelling in diagnostic.
1973
1974 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1975
1976         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
1977         defined.  Problem reported by Matthew Woehlke.
1978
1979         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
1980         Add support for Tandem NonStop R series.
1981         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
1982         Use new macro.
1983
1984         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
1985         (has_trailing_slash): Omit size arg; all callers changed.
1986         Omit 'inline', since it doesn't help performance and we'd
1987         need to configure it.
1988         Don't count //, ///, etc. as having a trailing slash.
1989         As a side effect, this removes a C99ism reported by Matthew Woehlke.
1990         (rpl_rename_dest_slash): On failure, use rename's errno rather
1991         than (in some cases) an incorrect or junk errno.
1992         Simplify code by removing need to compute length; this does
1993         cause it to make two passes instead of one over the file name,
1994         but it's worth it.
1995
1996         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
1997         change, since Autoconf's version may no longer be appropriate now
1998         that we are using CVS Autoconf's version.  Add support for Tandem.
1999
2000 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2001             Bruno Haible  <bruno@clisp.org>
2002
2003         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2004         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2005         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2006         gl_AC_TYPE_LONG_LONG.
2007
2008         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2009         instead of HAVE_LONG_LONG.
2010         * lib/printf-args.c (printf_fetchargs): Likewise.
2011         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2012         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2013         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2014         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2015         gl_AC_TYPE_LONG_LONG.
2016
2017 2006-10-11  Bruno Haible  <bruno@clisp.org>
2018
2019         * m4/longlong.m4: Add comments.
2020         * m4/ulonglong.m4: Likewise.
2021
2022 2006-10-10  Bruno Haible  <bruno@clisp.org>
2023
2024         Make it possible to #define stpcpy, strdup to aliases.
2025         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2026         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2027
2028 2006-10-10  Bruno Haible  <bruno@clisp.org>
2029
2030         Make it possible to #define gcd to an alias.
2031         * lib/gcd.c: Include config.h.
2032
2033 2006-10-10  Bruno Haible  <bruno@clisp.org>
2034
2035         Make it possible to #define c_isascii to an alias.
2036         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2037         defined. Undefine the macros before defining them, to avoid gcc
2038         warnings.
2039         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2040         define NO_C_CTYPE_MACROS early.
2041
2042 2006-10-10  Bruno Haible  <bruno@clisp.org>
2043
2044         Make it possible to #define set_program_name to an alias.
2045         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2046         ENABLE_RELOCATABLE early.
2047
2048 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2049
2050         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2051         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2052         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2053         More generally, don't assume that 64-bit signed int is available
2054         if unsigned int is, and vice versa.
2055         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2056         unsigned symbols, not on their signed counterparts.
2057         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2058         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2059         (UINT64_C, UINTMAX_C):
2060         Likewise.
2061         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2062         unsigned counterparts.
2063         (Have_long_long, Unsigned): New macros.
2064         (Int): Renamed from INT.
2065         (strtoimax): Use the new macros.
2066         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2067         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2068         * modules/inttypes (inttypes.h): Substitute
2069         HAVE_UNSIGNED_LONG_LONG_INT.
2070         * modules/stdint (stdint.h): Likewise.
2071         (Files): Add m4/ulonglong.m4.
2072
2073 2006-10-10  Bruno Haible  <bruno@clisp.org>
2074
2075         Fix a gcc -Wshadow warning.
2076         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2077         to 'bucket'.
2078         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2079         gl_linked_indexof_from_to): Likewise.
2080         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2081         Likewise.
2082         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2083         Likewise.
2084         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2085         Reported by Eric Blake.
2086
2087 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2088
2089         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2090         for NetBSD.  Problem reported by Bruno Haible.
2091
2092 2006-10-09  Jim Meyering  <jim@meyering.net>
2093
2094         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2095         Patch from Bruno Haible.
2096
2097 2006-10-09  Jim Meyering  <jim@meyering.net>
2098
2099         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2100         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2101         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2102
2103 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2104
2105         Don't include <config.h> twice; this doesn't work in some cases,
2106         e.g., when config.h has "#define intmax_t long long int" and
2107         we include <config.h>, <inttypes.h>, <config.h> in that order.
2108         Problem reported by Matthew Woehlke in:
2109         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2110         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2111         * lib/fts-cycle.c: Don't include config.h.
2112         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2113         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2114         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2115         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2116         inttypes.h.
2117         * lib/xstrtoumax.c: Likewise.
2118         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2119         __strtol and the like, so that this module is more like its siblings.
2120         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2121         Remove; no longer needed now that we assume gnulib inttypes.h.
2122
2123 2006-10-08  Bruno Haible  <bruno@clisp.org>
2124
2125         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2126         option.
2127
2128 2006-10-07  Jim Meyering  <jim@meyering.net>
2129
2130         * modules/inttypes (inttypes.h): Revert what seems to have been
2131         an inadvertent part of today's change: use "|", not "/" in the
2132         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2133
2134 2006-10-07  Bruno Haible  <bruno@clisp.org>
2135
2136         * modules/sublist: New file.
2137
2138 2006-10-07  Bruno Haible  <bruno@clisp.org>
2139
2140         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2141         * modules/argz (argz.h): Likewise.
2142         * modules/arpa_inet (arpa/inet.h): Likewise.
2143         * modules/byteswap (byteswap.h): Likewise.
2144         * modules/configmake (configmake.h): Likewise.
2145         * modules/fcntl (fcntl.h): Likewise.
2146         * modules/fnmatch (fnmatch.h): Likewise.
2147         * modules/getopt (getopt.h): Likewise.
2148         * modules/glob (glob.h): Likewise.
2149         * modules/inttypes (inttypes.h): Likewise.
2150         * modules/netinet_in (netinet/in.h): Likewise.
2151         * modules/poll (poll.h): Likewise.
2152         * modules/stdbool (stdbool.h): Likewise.
2153         * modules/stdint (stdint.h): Likewise.
2154         * modules/sys_select (sys/select.h): Likewise.
2155         * modules/sys_socket (sys/socket.h): Likewise.
2156         * modules/sys_stat (sys/stat.h): Likewise.
2157         * modules/sysexits (sysexits.h): Likewise.
2158         * modules/unistd (unistd.h): Likewise.
2159         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2160         Add a "DO NOT EDIT" comment to the generated file.
2161         (func_import): Likewise for gnulib-comp.m4.
2162
2163 2006-10-07  Bruno Haible  <bruno@clisp.org>
2164
2165         * lib/gl_sublist.h: New file.
2166         * lib/gl_sublist.c: New file.
2167
2168 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2169
2170         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2171         name (relative to the original working directory) and the file
2172         name component (relative to the temporary working directory).  All
2173         callers changed.
2174         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2175         * lib/mkdir-p.c (make_dir_parents): Likewise.
2176         * lib/mkdir-p.h (make_dir_parents): Likewise.
2177
2178 2006-10-06  Eric Blake  <ebb9@byu.net>
2179
2180         Define several macros for use by the clean-temp module.
2181         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2182         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2183         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2184
2185         * lib/clean-temp.h (close_stream_temp): New declaration.
2186         * lib/clean-temp.c (includes): Pull in headers according to what
2187         other modules are in use.
2188         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2189
2190 2006-10-06  Bruno Haible  <bruno@clisp.org>
2191
2192         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2193         instead of fopen, fwriteerror.
2194
2195 2006-10-06  Bruno Haible  <bruno@clisp.org>
2196
2197         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2198         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2199         int.
2200         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2201         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2202         Return an error indicator.
2203         Suggested by Eric Blake.
2204
2205 2006-10-06  Bruno Haible  <bruno@clisp.org>
2206
2207         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2208         Reported by Eric Blake.
2209
2210 2006-10-06  Bruno Haible  <bruno@clisp.org>
2211
2212         * modules/closeout (Description): Mention stderr too.
2213
2214 2006-10-06  Bruno Haible  <bruno@clisp.org>
2215         and Paul Eggert  <eggert@cs.ucla.edu>
2216
2217         * lib/closeout.c (close_stdout): Also close stderr.
2218         * lib/closeout.h: Update comment.
2219
2220 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2221
2222         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2223         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2224         * lib/dirchownmod.c: Include lchown.h.
2225         * lib/lchown.c: Don't include files that lchown.h now includes.
2226         Don't declare chown, since lchown.h now does that.
2227         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2228         (lchown): Define to rpl_chown if lchown is declared but
2229         does not exist.  Declare using a prototype if lchown is not
2230         declared.  Add a copyright notice.
2231         * lib/mkstemp.h: Include <unistd.h>.
2232         * lib/openat.c: Include lchown.h.
2233
2234         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2235         we now test for that separately.
2236         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2237         rather than O_NOFOLLOW, when testing whether it's possible to
2238         avoid a race condition reliably.
2239         * lib/savewd.c (savewd_chdir): Likewise.
2240
2241         Remove macros that are no longer needed now that stdint.h is
2242         reliable.
2243         * lib/fsusage.c (UINTMAX_MAX): Remove.
2244         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2245         * lib/utimecmp.c (SIZE_MAX): Remove.
2246
2247         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2248
2249         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2250         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2251         O_NOATIME works.
2252
2253 2006-10-05  Bruno Haible  <bruno@clisp.org>
2254
2255         * lib/gl_list.h (gl_sortedlist_search_from_to,
2256         gl_sortedlist_indexof_from_to): New declarations.
2257         (gl_list_implementation): New fields sortedlist_search_from_to,
2258         sortedlist_indexof_from_to.
2259         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2260         inline functions.
2261         * lib/gl_list.c (gl_sortedlist_search_from_to,
2262         gl_sortedlist_indexof_from_to): New functions.
2263         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2264         function.
2265         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2266         (gl_array_sortedlist_search_from_to): New function.
2267         (gl_array_list_implementation): Update.
2268         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2269         function.
2270         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2271         (gl_carray_sortedlist_search_from_to): New function.
2272         (gl_carray_list_implementation): Update.
2273         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2274         gl_linked_sortedlist_indexof_from_to): New functions.
2275         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2276         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2277         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2278         gl_tree_sortedlist_indexof_from_to): New functions.
2279         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2280         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2281         Update.
2282         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2283         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2284         Update.
2285
2286 2006-10-05  Bruno Haible  <bruno@clisp.org>
2287
2288         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2289         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2290         (struct gl_list_implementation): Add fields search_from_to,
2291         indexof_from_to. Remove fields search, indexof.
2292         (gl_list_search): Use the search_from_to method.
2293         (gl_list_search_from, gl_list_search_from_to): New functions.
2294         (gl_list_indexof): Use the indexof_from_to method.
2295         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2296         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2297         (gl_list_search_from, gl_list_search_from_to): New functions.
2298         (gl_list_indexof): Use the indexof_from_to method.
2299         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2300         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2301         gl_array_indexof. Add start_index, end_index arguments.
2302         (gl_array_search_from_to): Renamed from gl_array_search. Add
2303         start_index, end_index arguments.
2304         (gl_array_remove, gl_array_list_implementation): Update.
2305         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2306         gl_carray_indexof. Add start_index, end_index arguments.
2307         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2308         start_index, end_index arguments.
2309         (gl_carray_remove, gl_carray_list_implementation): Update.
2310         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2311         gl_linked_search. Add start_index, end_index arguments.
2312         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2313         start_index, end_index arguments.
2314         (gl_linked_remove): Update.
2315         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2316         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2317         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2318         field to 'size_t'.
2319         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2320         gl_tree_search. Add start_index, end_index arguments.
2321         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2322         start_index, end_index arguments.
2323         (gl_tree_remove): Update.
2324         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2325         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2326         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2327         function.
2328         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2329         gl_tree_search. Add start_index, end_index arguments.
2330         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2331         start_index, end_index arguments.
2332         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2333         Update.
2334         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2335
2336 2006-10-05  Bruno Haible  <bruno@clisp.org>
2337
2338         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2339
2340         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2341         fwriteerror_temp): New declarations.
2342         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2343         (descriptors): New variable.
2344         (cleanup): First, close the descriptors.
2345         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2346         fclose_temp, fwriteerror_temp): New functions.
2347
2348 2006-10-04  Jim Meyering  <jim@meyering.net>
2349
2350         * lib/fts.c (fts_open): Tiny comment change.
2351
2352 2006-10-04  Bruno Haible  <bruno@clisp.org>
2353
2354         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2355         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2356         gl_LOCK_BODY.
2357         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2358         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2359         gl_LOCK_EARLY_BODY.
2360         (gl_LOCK): Require gl_LOCK_BODY.
2361
2362 2006-10-04  Bruno Haible  <bruno@clisp.org>
2363
2364         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2365         (gl_oset_search_atleast): New declaration.
2366         (struct gl_oset_implementation): Add field 'search_atleast'.
2367         (gl_oset_search_atleast): New inline function.
2368         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2369         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2370         (gl_array_oset_implementation): Update.
2371         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2372         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2373         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2374
2375 2006-10-04  Bruno Haible  <bruno@clisp.org>
2376
2377         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2378
2379 2006-10-03  Bruno Haible  <bruno@clisp.org>
2380
2381         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2382         from gl_avltreehash_list_implementation.
2383
2384 2006-10-03  Bruno Haible  <bruno@clisp.org>
2385
2386         * lib/gl_oset.c (gl_oset_add): Fix return type.
2387
2388 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2389
2390         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2391
2392 2006-10-02  Eric Blake  <ebb9@byu.net>
2393
2394         * modules/strnlen (Depends-on): Add extensions.
2395
2396 2006-10-02  Eric Blake  <ebb9@byu.net>
2397
2398         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2399         definition in 2.60+.
2400
2401 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2402
2403         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2404         checks.
2405
2406 2006-10-02  Bruno Haible  <bruno@clisp.org>
2407
2408         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2409         to the AUTOMAKE_OPTIONS.
2410         Reported by Jim Meyering.
2411
2412 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2413
2414         Work around bug in Solaris 10 /proc file system:
2415         /proc/self/fd/NNN/.. isn't the parent directory of
2416         the directory whose file descriptor is NNN.  This needs to
2417         be worked around at run time, not compile time, since a
2418         program might be built on Solaris 8, where things work, and
2419         run on Solaris 10.
2420         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2421         to use the following interface instead:
2422         (OPENAT_BUFFER_SIZE): New macro.
2423         (openat_proc_name): New function.
2424         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2425         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2426         Likewise.
2427         * lib/openat-proc.c: New file.
2428         * modules/openat (Files): Add lib/openat-proc.c.
2429         (Depends-on): Add same-inode, stdbool.
2430         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2431
2432 2006-09-29  Bruno Haible  <bruno@clisp.org>
2433
2434         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2435         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2436         argument. Set stdout_closed before testing for ferror, not after.
2437         (fwriteerror, fwriteerror_no_ebadf): New functions.
2438
2439 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2440
2441         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2442
2443 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2444
2445         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2446         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2447
2448 2006-09-28  Jim Meyering  <jim@meyering.net>
2449
2450         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2451         Include <unistd.h>.
2452
2453 2006-09-28  Bruno Haible  <bruno@clisp.org>
2454
2455         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2456         * modules/linkedhash-list (Depends-on): Likewise.
2457         * modules/rbtreehash-list (Depends-on): Likewise.
2458
2459 2006-09-28  Bruno Haible  <bruno@clisp.org>
2460
2461         * lib/strndup.h: Simplify the redefinition of strndup.
2462         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2463         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2464
2465 2006-09-28  Bruno Haible  <bruno@clisp.org>
2466
2467         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2468         * lib/gl_linkedhash_list.c: Likewise.
2469         * lib/gl_rbtreehash_list.c: Likewise.
2470
2471 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2472
2473         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2474         getaddrinfo.
2475
2476         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2477         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2478         it causes <stdio_ext.h> to cause a compile-time error.
2479         Problem reported by Nelson H. F. Beebe.
2480         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2481         of HAVE_DECL___PENDING.
2482
2483         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2484         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2485         declaration.
2486
2487 2006-09-27  Jim Meyering  <jim@meyering.net>
2488
2489         This file could end up with a definition for a function
2490         named __strndup, rather than rpl_strndup on a system with
2491         incomplete weak_alias support.
2492         * lib/strndup.c (strndup): Rename from __strndup.
2493         Remove #defines that used to map __strndup to strndup.
2494         Don't use K&R prototypes.
2495         Remove LIBC-related code, since this file is not sync'd with glibc.
2496         * lib/strndup.h: Revamp, accordingly.
2497         * m4/strndup.m4: Modernize.
2498
2499 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2500
2501         * modules/savewd (Depends-on): Add 'raise'.
2502         * lib/savewd.c: Include <signal.h>, for 'raise'.
2503
2504 2006-09-26  Jim Meyering  <jim@meyering.net>
2505
2506         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2507         when we detect Darwin 8.7.0's acl_get_file bug.
2508         Rearrange to perform the new (below) run-test while $LIBS
2509         contains any acl-related library.  Set USE_ACL at the end.
2510         (gl_ACL_GET_FILE): New function.
2511
2512 2006-09-26  Eric Blake  <ebb9@byu.net>
2513
2514         * lib/verror.c: Include <config.h> unconditionally.
2515
2516 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2517
2518         * modules/clock-time (Maintainer): Add self.
2519         * modules/getlogin_r (Depends-on): Add extensions.
2520
2521 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2522
2523         * modules/clock-time: New module.
2524         * modules/nanosleep (Depends-on): Add clock-time.
2525         * modules/gethrxtime (Depends-on): Likewise.
2526         * modules/gettime (Depends-on): Likewise.
2527         * modules/settime (Depends-on): Likewise.
2528
2529         * modules/fts-lgpl: Depend on openat.
2530         * modules/mkancesdirs: Depend on savewd.
2531         * modules/mkdir-p: Likewise.
2532
2533 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2534
2535         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2536
2537         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2538         `gl_have_arbitrary_file_name_length_limit' to
2539         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2540         actually works between configure runs.
2541
2542 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2543             Bruno Haible  <bruno@clisp.org>
2544
2545         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2546
2547 2006-09-25  Jim Meyering  <jim@meyering.net>
2548
2549         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2550         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2551
2552 2006-09-25  Eric Blake  <ebb9@byu.net>
2553
2554         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2555         exec's in 2006-09-18 patch when shuffling fds.
2556
2557 2006-09-25  Bruno Haible  <bruno@clisp.org>
2558
2559         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2560         Reported by Jim Meyering.
2561
2562 2006-09-24  Jim Meyering  <jim@meyering.net>
2563
2564         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2565         compare a pointer against a literal "0".  That caused failures with
2566         at least HP-UX's hpcc.
2567
2568 2006-09-22  Simon Josefsson  <jas@extundo.com>
2569
2570         * modules/gc-sha1:
2571         * modules/gc-md4:
2572         * modules/gc-hmac-sha1:
2573         * modules/gc-hmac-md5:
2574         * modules/gc-des:
2575         * modules/gc-arcfour: Distribute more files.
2576
2577 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2578
2579         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2580         (gl_linked_iterator_from_to): Initialize struct completely.
2581         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2582         (gl_tree_iterator_from_to): Likewise
2583         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2584         * lib/gl_array_list.c [lint] (gl_array_iterator)
2585         (gl_array_iterator_from_to): Likewise.
2586         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2587         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2588         (gl_carray_iterator_from_to): Likewise.
2589
2590         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2591         * lib/md4.c (md4_process_block): Remove unused variable.
2592         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2593         parentheses for clarity.
2594
2595 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2596
2597         * modules/bison-i18n (Depends-on): Add gettext.
2598
2599 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2600
2601         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2602         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2603         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2604         also add missing comma that caused broken test.
2605         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2606         stdlib.h, for `abort'.
2607         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2608         variables.
2609         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2610         include unistd.h if present, for `rmdir'.
2611         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2612         variables.
2613         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2614         in the process include standard headers for prototypes.
2615         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2616         gets declared on GNU/Linux.
2617         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2618         unistd.h, for `rmdir'.
2619         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2620
2621         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2622         always true.
2623         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2624
2625         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2626
2627 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2628
2629         * gnulib-tool (func_version): Create output all at once.  This
2630         may help avoid triggering unnecessary SIGPIPEs, and at any
2631         rate it doesn't hurt.
2632
2633 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2634             Bruno Haible  <bruno@clisp.org>
2635
2636         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2637         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2638         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2639
2640         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2641         (gl_FUNC_VASPRINTF): Invoke it.
2642
2643 2006-09-22  Bruno Haible  <bruno@clisp.org>
2644
2645         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2646         getloadavg.c as first argument.
2647
2648 2006-09-22  Bruno Haible  <bruno@clisp.org>
2649
2650         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2651         at the beginning of the gl_INIT macro.
2652         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2653         gl_GETLOADAVG.
2654
2655 2006-09-22  Bruno Haible  <bruno@clisp.org>
2656
2657         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2658         module.
2659         Suggested by Ralf Wildenhues.
2660
2661 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2662
2663         Import this patch from libc:
2664
2665         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2666
2667         * lib/regex_internal.c (re_string_reconstruct): Handle
2668         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2669         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2670         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2671         re_string_context_at.
2672
2673         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2674         now requires it.
2675         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2676         gl_REGEX now does it for us.
2677         (gl_REGEX): Add test taken from
2678         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2679
2680         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2681         Check that large offsets work.  Modernize Autoconf usages.
2682         Prefer "yes" to mean a good thing rather than a bad.
2683         Don't put "#define mkstemp" in config.h, as this might interfere
2684         with standard system headers that "#define mkstemp mkstemp64".
2685
2686         * modules/mkstemp (Depends-on): Add extensions, so that
2687         mkstemp is visible on some platforms.
2688         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2689         (Include): Change to "mkstemp.h" from <stdlib.h>.
2690         (Files): Add mkstemp.h.
2691
2692         * lib/mkstemp.h: New file, since some standard headers
2693         #define mkstemp.
2694         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2695         Include "mkstemp.h".
2696         Make the _LIBC code resemble glibc original more,
2697         e.g., use K&R style.
2698         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2699         (mkstemp): Remove, since mkstemp.h does this for us.
2700         * lib/stdlib--.h: Include mkstemp.h.
2701
2702         Import this patch from libc:
2703
2704         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2705
2706         * lib/tempname.c (__gen_tempname): Change attempts_min
2707         into a macro.  Use preprocessor to decide how to initialize
2708         attempts [Coverity CID 67].
2709
2710 2006-09-20  Bruno Haible  <bruno@clisp.org>
2711
2712         * lib/mkdtemp.c: Import from libc.
2713         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2714                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2715                 attempts_min into a macro.  Use preprocessor to decide how to
2716                 initialize attempts [Coverity CID 67].
2717         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2718                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2719                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2720
2721 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2722
2723         * gnulib-tool (func_exit): New function, to allow to pass the
2724         exit status portably through the trap.  Use everywhere.
2725         (--help, --version): Signal a write error.
2726         (trap): catch SIGPIPE, for write errors.
2727         Exit at the end of the trap, with the correct exit status.
2728
2729 2006-09-19  Karl Berry  <karl@gnu.org>
2730
2731         * doc/gnulib.texi: note about the license texinfo files.
2732
2733 2006-09-19  Eric Blake  <ebb9@byu.net>
2734
2735         * gnulib-tool: Avoid space-tab.
2736
2737 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2738
2739         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2740         that prevented coreutils 6.1 from building.  Problem reported
2741         by Petter Reinholdtsen.
2742
2743 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2744
2745         * gnulib-tool (avoidlist): Fix typo that broke options like
2746         --avoid=lock that are used by coreutils bootstrap.
2747
2748 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2749
2750         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2751         more systematically.
2752
2753 2006-09-18  Jim Meyering  <jim@meyering.net>
2754
2755         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2756
2757 2006-09-18  Bruno Haible  <bruno@clisp.org>
2758
2759         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2760
2761 2006-09-18  Bruno Haible  <bruno@clisp.org>
2762
2763         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2764         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2765         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2766         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2767         * m4/gettext.m4: Require autoconf >= 2.52.
2768         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2769         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2770         of gl_cv_header_inttypes_h.
2771
2772 2006-09-18  Bruno Haible  <bruno@clisp.org>
2773
2774         * lib/javaversion.c: Include configmake.h.
2775
2776 2006-09-18  Bruno Haible  <bruno@clisp.org>
2777
2778         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2779         avoid that the while loops be executed in a subshell.
2780
2781 2006-09-18  Bruno Haible  <bruno@clisp.org>
2782
2783         * MODULES.html.sh (func_module): Break long lines.
2784         Suggested by Bruce Korb <bkorb@gnu.org>.
2785
2786 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2787
2788         Speed up by a factor of 1.12.
2789         * gnulib-tool (nl): New variable.
2790         (func_import): Rewrite include directive extraction to only read each
2791         directive once.
2792
2793 2006-09-17  Bruno Haible  <bruno@clisp.org>
2794
2795         * modules/javaversion (Makefile.am): Remove DEFS setting.
2796         (Depends-on): Add configmake, for PKGDATADIR definition.
2797
2798 2006-09-17  Bruno Haible  <bruno@clisp.org>
2799
2800         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2801
2802 2006-09-17  Bruno Haible  <bruno@clisp.org>
2803
2804         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2805         (func_modules_transitive_closure, func_modules_add_dummy,
2806         func_modules_to_filelist, func_import, func_create_testdir,
2807         func_create_megatestdir, ...): Use it wherever possible.
2808         Suggested by Ralf Wildenhues.
2809
2810 2006-09-16  Karl Berry  <karl@gnu.org>
2811
2812         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2813         to avoid sectioning errors.
2814         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2815         [ifinfo]: blank line after @center-ed titles.
2816         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2817         Spell FSF address consistently with others.
2818         (These changes approved by rms.)
2819
2820 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2821
2822         Speed up by a factor of 1.61.
2823         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2824         already checked module names again.
2825
2826 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2827
2828         Speed up by a factor of 1.13.
2829         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2830         for new_files, and the input to func_add_or_update.
2831
2832 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2833
2834         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2835         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2836
2837 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2838
2839         * modules/mkancesdirs (Depends-on): Add fcntl.
2840         * modules/savewd: New file.
2841         * MODULES.html.sh (File system functions): Add savewd.
2842
2843         * modules/configmake (Makefile.am): Add support for the
2844         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2845
2846 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2847
2848         * m4/savewd.m4: New file.
2849
2850 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2851
2852         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2853         (dirchownmod): New arg FD.  All callers changed.
2854         Use FD rather than opening the directory ourself, as opening is
2855         now the caller's responsibility.
2856         * lib/dirchownmod.h: Likewise.
2857         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2858         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2859         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2860         (test_dir): Remove.
2861         (mkancesdirs): Return length of prefix of FILE that has already
2862         been made, or -2 if there is a child doing the work.  Redo
2863         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2864         ".", and treat ".." specially since it might stray back into
2865         already-created areas.  Use a subprocess if necessary.  New arg
2866         WD; all users changed.  MAKE_DIR function should now return 1
2867         if it creates a directory that is not readable.  Return -2 if
2868         a child process is spun off.
2869         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2870         Adjust signature to match code.
2871         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2872         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2873         all users changed.
2874         * lib/savewd.c, lib/savewd.h: New files.
2875
2876 2006-09-15  Jim Meyering  <jim@meyering.net>
2877
2878         * modules/rename-dest-slash: New module.
2879         * MODULES.html.sh (posix_compat): Add it here.
2880
2881         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2882
2883 2006-09-15  Jim Meyering  <jim@meyering.net>
2884
2885         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2886         file.
2887
2888         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2889
2890 2006-09-15  Jim Meyering  <jim@meyering.net>
2891
2892         * lib/rename-dest-slash.c (has_trailing_slash): Use
2893         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2894         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2895         test before testing whether SRC is a directory.
2896         Suggestions from Bruno Haible.
2897
2898         Avoid a warning about an unused variable.
2899         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2900         into the #ifdef block where it's used.
2901
2902         * lib/rename-dest-slash.c: New file.
2903
2904 2006-09-14  Bruno Haible  <bruno@clisp.org>
2905
2906         * lib/allocsa.c: Include <config.h> unconditionally.
2907         * lib/asnprintf.c: Likewise.
2908         * lib/asprintf.c: Likewise.
2909         * lib/c-strcasecmp.c: Likewise.
2910         * lib/c-strcasestr.c: Likewise.
2911         * lib/c-strncasecmp.c: Likewise.
2912         * lib/c-strstr.c: Likewise.
2913         * lib/classpath.c: Likewise.
2914         * lib/clean-temp.c: Likewise.
2915         * lib/concatpath.c: Likewise.
2916         * lib/copy-file.c: Likewise.
2917         * lib/csharpcomp.c: Likewise.
2918         * lib/csharpexec.c: Likewise.
2919         * lib/execute.c: Likewise.
2920         * lib/fatal-signal.c: Likewise.
2921         * lib/findprog.c: Likewise.
2922         * lib/fwriteerror.c: Likewise.
2923         * lib/gl_array_list.c: Likewise.
2924         * lib/gl_array_oset.c: Likewise.
2925         * lib/gl_avltree_list.c: Likewise.
2926         * lib/gl_avltree_oset.c: Likewise.
2927         * lib/gl_avltreehash_list.c: Likewise.
2928         * lib/gl_carray_list.c: Likewise.
2929         * lib/gl_linked_list.c: Likewise.
2930         * lib/gl_linkedhash_list.c: Likewise.
2931         * lib/gl_list.c: Likewise.
2932         * lib/gl_oset.c: Likewise.
2933         * lib/gl_rbtree_list.c: Likewise.
2934         * lib/gl_rbtree_oset.c: Likewise.
2935         * lib/gl_rbtreehash_list.c: Likewise.
2936         * lib/imaxabs.c: Likewise.
2937         * lib/imaxdiv.c: Likewise.
2938         * lib/javacomp.c: Likewise.
2939         * lib/javaexec.c: Likewise.
2940         * lib/javaversion.c: Likewise.
2941         * lib/linebreak.c: Likewise.
2942         * lib/localcharset.c: Likewise.
2943         * lib/lock.c: Likewise.
2944         * lib/mbchar.c: Likewise.
2945         * lib/mbswidth.c: Likewise.
2946         * lib/mkdtemp.c: Likewise.
2947         * lib/pipe.c: Likewise.
2948         * lib/printf-args.c: Likewise.
2949         * lib/printf-parse.c: Likewise.
2950         * lib/progname.c: Likewise.
2951         * lib/progreloc.c: Likewise.
2952         * lib/readlink.c: Likewise.
2953         * lib/sh-quote.c: Likewise.
2954         * lib/stpcpy.c: Likewise.
2955         * lib/stpncpy.c: Likewise.
2956         * lib/strcasecmp.c: Likewise.
2957         * lib/strcasestr.c: Likewise.
2958         * lib/strcspn.c: Likewise.
2959         * lib/striconv.c: Likewise.
2960         * lib/strncasecmp.c: Likewise.
2961         * lib/strnlen1.c: Likewise.
2962         * lib/strstr.c: Likewise.
2963         * lib/strtok_r.c: Likewise.
2964         * lib/tls.c: Likewise.
2965         * lib/tmpdir.c: Likewise.
2966         * lib/unicodeio.c: Likewise.
2967         * lib/unsetenv.c: Likewise.
2968         * lib/vasnprintf.c: Likewise.
2969         * lib/vasprintf.c: Likewise.
2970         * lib/wait-process.c: Likewise.
2971         * lib/xallocsa.c: Likewise.
2972         * lib/xsetenv.c: Likewise.
2973         * lib/xstriconv.c: Likewise.
2974
2975 2006-09-13  Simon Josefsson  <jas@extundo.com>
2976
2977         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
2978         that internally, suggested by Ralf Wildenhues
2979         <Ralf.Wildenhues@gmx.de>.
2980
2981 2006-09-13  Simon Josefsson  <jas@extundo.com>
2982
2983         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
2984         @LIBOBJS@.
2985         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2986
2987 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2988
2989         * lib/_fpending.c: Include <config.h> unconditionally, since we no
2990         longer worry about uses that don't define HAVE_CONFIG_H.
2991         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
2992         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
2993         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
2994         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
2995         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
2996         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
2997         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
2998         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
2999         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3000         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3001         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3002         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3003         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3004         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3005         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3006         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3007         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3008         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3009         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3010         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3011         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3012         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3013         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3014         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3015         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3016         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3017         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3018         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3019         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3020         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3021         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3022         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3023         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3024         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3025         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3026         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3027         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3028         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3029         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3030         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3031         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3032         Likewise.
3033
3034 2006-09-13  Eric Blake  <ebb9@byu.net>
3035
3036         * lib/getopt.c: Fix typo in last commit.
3037
3038 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3039
3040         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3041         dgettext.
3042
3043 2006-09-12  Jim Meyering  <jim@meyering.net>
3044
3045         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3046         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3047         Reported by Nelson H. F. Beebe.
3048
3049 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3050
3051         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3052         program_invocation_name and program_invocation_short_name are
3053         initialized.
3054         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3055         and program_invocation_short_name to argp.h, so they are visible
3056         to user programs.
3057         * lib/argp.h: Likewise
3058
3059 2006-09-10  Bruno Haible  <bruno@clisp.org>
3060
3061         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3062         m4/inttypes_h.m4, m4/uintmax_t.m4.
3063
3064 2006-09-10  Bruno Haible  <bruno@clisp.org>
3065
3066         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3067         gl_AC_TYPE_UINTMAX_T.
3068
3069 2006-09-10  Bruno Haible  <bruno@clisp.org>
3070
3071         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3072
3073 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3074
3075         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3076         convention.  Text proposed by Bruno Haible.
3077         (struct argp_option): Document the use of N_() wrappers.
3078
3079         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3080         '\v', and translate the two parts separately, instead of feeding
3081         the whole string to gettext.  This allows to exclude
3082         '\v' from the strings visible to the translator by writing doc
3083         strings as N_("..") "\v" N_("..").
3084
3085 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3086
3087         * config/srclist.txt: Undo latest change; the bug was fixed.
3088
3089 2006-09-09  Bruno Haible  <bruno@clisp.org>
3090
3091         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3092         assignments if building a library without libtool.
3093         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3094         in func_emit_lib_Makefile_am.
3095         (func_import): When building a static library libfoo.a, arrange to
3096         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3097         (func_create_testdir): Likewise.
3098         * modules/gc (configure.ac, Makefile.am): If building statically,
3099         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3100         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3101         * modules/striconv (configure.ac, Makefile.am): Likewise.
3102         Based on a suggestion by Ralf Wildenhues.
3103
3104 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3105
3106         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3107         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3108         Also:
3109
3110         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3111         Add year_2050_test to catch glibc bug 2821
3112         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3113
3114         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3115         Prefer #ifdef to #if.
3116
3117         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3118         Return from 'main' instead of calling 'exit'.
3119
3120 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3121
3122         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3123         returned the maximum time_t value rather than (time_t) -1.
3124         Problem originally reported by William Bardwell
3125         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3126
3127         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3128         Moved to here ...
3129         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3130         ... from here.
3131
3132 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3133
3134         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3135         2821 is fixed.
3136
3137 2006-09-08  Jim Meyering  <jim@meyering.net>
3138
3139         Don't make generated files read-only.  That would bother too many
3140         people.  However, do retain the ability to work when targets are
3141         read-only: remove the destination and temporary files before writing
3142         them (when generated via sed or echo), or by using the -f option for
3143         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3144         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3145         * modules/byteswap, modules/configmake, modules/fcntl:
3146         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3147         * modules/localcharset, modules/netinet_in, modules/poll:
3148         * modules/stdbool, modules/stdint, modules/sys_select:
3149         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3150
3151 2006-09-08  Jim Meyering  <jim@meyering.net>
3152
3153         Avoid new build failure on FreeBSD 6.0.
3154         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3155         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3156         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3157
3158 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3159
3160         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3161
3162 2006-09-07  Jim Meyering  <jim@meyering.net>
3163
3164         Fix global typo in last change: use chmod u-w, not chmod u-x.
3165         Spotted by Paul Eggert and Bruce Korb.
3166         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3167         * modules/byteswap, modules/configmake, modules/fcntl:
3168         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3169         * modules/localcharset, modules/netinet_in, modules/poll:
3170         * modules/stdbool, modules/stdint, modules/sys_select:
3171         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3172
3173 2006-09-06  Jim Meyering  <jim@meyering.net>
3174
3175         Make generated files be read-only.
3176         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3177         Ensure that each generated file is now read-only.
3178         * modules/argz: Likewise.
3179         * modules/arpa_inet: Likewise.
3180         * modules/byteswap: Likewise.
3181         * modules/configmake: Likewise.
3182         * modules/fcntl: Likewise.
3183         * modules/fnmatch: Likewise.
3184         * modules/getopt: Likewise.
3185         * modules/glob: Likewise.
3186         * modules/inttypes: Likewise.
3187         * modules/netinet_in: Likewise.
3188         * modules/poll: Likewise.
3189         * modules/stdbool: Likewise.
3190         * modules/stdint: Likewise.
3191         * modules/sys_select: Likewise.
3192         * modules/sys_socket: Likewise.
3193         * modules/sys_stat: Likewise.
3194         * modules/sysexits: Likewise.
3195         * modules/localcharset: Same as above, but continue using temporary
3196         file named "t-$@" (why different?) rather than the "$@-t" used
3197         everywhere else.
3198
3199         * modules/sysexits (Makefile.am): Replace literal occurrences
3200         of "sysexit.h" more readable, and more consistent, "$@".
3201
3202 2006-09-06  Bruno Haible  <bruno@clisp.org>
3203
3204         * modules/striconv: New file.
3205         * modules/xstriconv: New file.
3206         * MODULES.html.sh (Internationalization functions): Add striconv,
3207         xstriconv.
3208
3209 2006-09-06  Bruno Haible  <bruno@clisp.org>
3210
3211         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3212         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3213         not using libtool correctly.
3214
3215 2006-09-06  Bruno Haible  <bruno@clisp.org>
3216
3217         * lib/striconv.h: New file.
3218         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3219         iconvstring.c.
3220         * lib/xstriconv.h: New file.
3221         * lib/xstriconv.c: New file.
3222
3223 2006-09-06  Bruno Haible  <bruno@clisp.org>
3224
3225         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3226         lib_..._LDFLAGS.
3227
3228 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3229
3230         * lib/argz_.h: Sync from Libtool.
3231
3232         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3233                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3234
3235         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3236
3237 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3238
3239         * modules/trim: New file.
3240
3241 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3242
3243         * lib/trim.h: New file.
3244         * lib/trim.c: New file.
3245
3246 2006-09-05  Bruno Haible  <bruno@clisp.org>
3247
3248         * MODULES.html.sh (String handling): Add trim.
3249
3250 2006-09-04  Karl Berry  <karl@gnu.org>
3251
3252         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3253         until next release.
3254
3255 2006-09-03  Bruno Haible  <bruno@clisp.org>
3256
3257         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3258         correctly.
3259
3260 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3261
3262         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3263         not gl_GETLOADAVG.  Omit unneeded semicolons.
3264         Problems reported by Ralf Wildenhues in
3265         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3266         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3267         at the end, which is the usual gnulib style.
3268
3269         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3270         of doing all the work ourselves.
3271         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3272         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3273
3274 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3275
3276         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3277         Problem reported by Ralf Wildenhues in
3278         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3279
3280         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3281         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3282
3283 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3284
3285         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3286         yesterday's patch by changing test -n to test -z.
3287
3288 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3289
3290         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3291         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3292         the former is now obsolescent.
3293
3294         * modules/chdir-long (Depends-on): Add fcntl.
3295
3296 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3297
3298         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3299         obsolescent, and programs should use gnulib instead.
3300         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3301         but with prefixes changed.
3302
3303 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3304
3305         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3306         or stdbool.h, because they might not exist while configuring.
3307
3308         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3309         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3310         does that for us.
3311         (O_DIRECTORY): Remove.
3312
3313 2006-08-31  Eric Blake  <ebb9@byu.net>
3314
3315         * gnulib-tool: Don't let emacs change spaces to TAB.
3316
3317 2006-08-31  Bruno Haible  <bruno@clisp.org>
3318
3319         * gnulib-tool: When calling func_import more than once, do it in a
3320         subshell.
3321         Reported by Eric Blake <ebb9@byu.net>.
3322
3323 2006-08-31  Bruno Haible  <bruno@clisp.org>
3324
3325         * gnulib-tool (nl): Remove variable.
3326         (sed_transform_lib_file): Use more robust test for config-h module.
3327         (func_import): Fix typo in 2006-08-25 patch.
3328
3329 2006-08-31  Bruno Haible  <bruno@clisp.org>
3330
3331         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3332         specified, augment Makefile.am variables instead of assigning them.
3333
3334 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3335
3336         Work around a bug in both the Linux and SunOS 64-bit kernels:
3337         nanosleep mishandles sleeps for longer than 2**31 seconds.
3338         Problem reported by Frank v Waveren in
3339         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3340         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3341         Check for nanosleep bug.
3342         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3343
3344 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3345
3346         Work around a bug in both the Linux and SunOS 64-bit kernels:
3347         nanosleep mishandles sleeps for longer than 2**31 seconds.
3348         Problem reported by Frank v Waveren in
3349         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3350         * lib/nanosleep.c (BILLION): New constant.
3351         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3352         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3353         implementation.
3354
3355 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3356
3357         * modules/nanosleep (Depends-on): Add gettime.
3358
3359 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3360         and Simon Josefsson  <jas@extundo.com>
3361         and Oskar Liljeblad  <oskar@osk.mine.nu>
3362
3363         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3364         * gnulib-tool (func_import): New license type 'unmodifiable license
3365         text'.
3366         * modules/fdl: Use it.  Longer description.
3367         * module/gpl, module/lgpl: New files.
3368
3369 2006-08-30  Jim Meyering  <jim@meyering.net>
3370
3371         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3372         shadowing the parameter.
3373
3374 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3375
3376         Sync from Libtool:
3377
3378         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3379
3380         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3381         sharing with gnulib.  Report by Eric Blake.
3382
3383 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3384
3385         * modules/isapipe: New file.
3386         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3387
3388 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3389
3390         * modules/configmake (Makefile.am): Add a comment, and omit
3391         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3392         by Bruno Haible.
3393
3394 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3395
3396         * m4/isapipe.m4: New file.
3397
3398 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3399
3400         * lib/isapipe.c, lib/isapipe.h: New files.
3401
3402 2006-08-29  Jim Meyering  <jim@meyering.net>
3403
3404         * modules/configmake (Makefile.am): Make configmake.h depend on
3405         Makefile.  Otherwise, a stale configmake.h could hang around.
3406
3407 2006-08-29  Eric Blake  <ebb9@byu.net>
3408
3409         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3410         resolution of upstream bug 3044.
3411
3412 2006-08-29  Bruno Haible  <bruno@clisp.org>
3413
3414         * modules/localcharset (Depends-on): Add configmake.
3415         (Makefile.am): Remove setting of LIBDIR through DEFS.
3416
3417 2006-08-29  Bruno Haible  <bruno@clisp.org>
3418
3419         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3420         defined.
3421
3422 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3423
3424         * modules/fcntl: New file.
3425         * modules/chdir-safer (Depends-on): Add fcntl.
3426         * modules/fts: Likewise.
3427         * modules/mkdir-p: Likewise.
3428
3429         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3430         This undoes the most recent change, since we're now addressing the
3431         problem in a different way.
3432
3433         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3434         into output, since the output might be called Makefile.am even
3435         if $makefile_name is something different.
3436         (func_import): Use $makefile_am rather than
3437         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3438         empty.
3439
3440         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3441
3442 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3443
3444         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3445         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3446         recent change to stdint.m4, since we're now addressing the problem in a
3447         different way.
3448
3449 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3450
3451         * m4/fcntl_h.m4: New file.
3452
3453 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3454
3455         * lib/fcntl_.h: New file.
3456         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3457         the fcntl module.
3458         * lib/dirchownmod.c: Likewise.
3459         * lib/fts.c: Likewise.
3460
3461         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3462         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3463         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3464         just before including <inttypes.h>, to avoid circular inclusion.
3465
3466 2006-08-28  Jim Meyering  <jim@meyering.net>
3467
3468         * doc/visibility.texi: Actually read and correct the grammar of the
3469         sentence affected by yesterday's change.
3470
3471 2006-08-28  Eric Blake  <ebb9@byu.net>
3472
3473         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3474         needs wrapper.
3475
3476 2006-08-28  Eric Blake  <ebb9@byu.net>
3477
3478         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3479
3480 2006-08-28  Eric Blake  <ebb9@byu.net>
3481
3482         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3483
3484 2006-08-28  Bruno Haible  <bruno@clisp.org>
3485
3486         * modules/c-strstr: New file, from GNU gettext.
3487         * MODULES.html.sh (String handling): Add c-strstr.
3488
3489 2006-08-28  Bruno Haible  <bruno@clisp.org>
3490
3491         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3492         macros.
3493         Reported by Eric Blake.
3494
3495 2006-08-28  Bruno Haible  <bruno@clisp.org>
3496
3497         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3498         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3499         * lib/vasprintf.c: Include errno.h, limits.h.
3500         (EOVERFLOW): New fallback definition.
3501         (vasprintf): Test here whether the string length is > INT_MAX.
3502         * lib/vsnprintf.c: Include errno.h, limits.h.
3503         (EOVERFLOW): New fallback definition.
3504         (vsnprintf): Fix bug when generated string was too long for the buffer.
3505         Test here whether the string length is > INT_MAX.
3506
3507 2006-08-28  Bruno Haible  <bruno@clisp.org>
3508
3509         * lib/inttypes_.h (SCNX*): Remove definitions.
3510         Reported by Eric Blake.
3511
3512 2006-08-28  Bruno Haible  <bruno@clisp.org>
3513
3514         * lib/c-strstr.h: New file, from GNU gettext.
3515         * lib/c-strstr.c: New file, from GNU gettext.
3516
3517 2006-08-28  Bruno Haible  <bruno@clisp.org>
3518
3519         * gnulib-tool: Reorder some statements.
3520
3521 2006-08-28  Bruno Haible  <bruno@clisp.org>
3522
3523         * gnulib-tool: New option --makefile-name.
3524         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3525         $makefile_name.
3526         (func_import): Write $makefile_name to the cache file, and read it from
3527         there unless explicitly specified. Use $makefile_name as file name
3528         instead of Makefile.am. Adjust the recommendations accordingly.
3529
3530 2006-08-28  Bruno Haible  <bruno@clisp.org>
3531
3532         * gnulib-tool (func_verify_module): Check against misapplying patch.
3533
3534 2006-08-28  Bruno Haible  <bruno@clisp.org>
3535
3536         * gnulib-tool (func_relativize, func_relconcat): New functions.
3537         Give an error if --local-dir is given with --update.
3538         Remove trailing slashes from $local_gnulib_dir.
3539         (func_import): Store the relativized $local_gnulib_dir in
3540         gnulib-cache.m4, and read it from there if not specified explicitly.
3541
3542 2006-08-28  Bruno Haible  <bruno@clisp.org>
3543
3544         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3545         is the current directory. Respect also $local_gnulib_dir.
3546
3547 2006-08-28  Bruno Haible  <bruno@clisp.org>
3548             Simon Josefsson  <jas@extundo.com>
3549
3550         BeOS portability.
3551         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3552
3553 2006-08-27  Jim Meyering  <jim@meyering.net>
3554
3555         * doc/visibility.texi: Remove duplicate word: "pointer".
3556
3557 2006-08-26  Bruno Haible  <bruno@clisp.org>
3558
3559         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3560         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3561         (Makefile.am): Create inttypes.h from inttypes_.h.
3562         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3563
3564         * modules/imaxabs: New file.
3565
3566         * modules/imaxdiv: New file.
3567
3568 2006-08-26  Bruno Haible  <bruno@clisp.org>
3569
3570         * m4/inttypes.m4: New file.
3571         * m4/_inttypes_h.m4: Remove file.
3572         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3573         PRI_MACROS_BROKEN.
3574         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3575
3576         * m4/imaxabs.m4: New file.
3577
3578         * m4/imaxdiv.m4: New file.
3579
3580 2006-08-26  Bruno Haible  <bruno@clisp.org>
3581
3582         * lib/inttypes_.h: New file.
3583         * lib/inttypes.h: Remove file.
3584         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3585
3586         * lib/imaxabs.c: New file.
3587
3588         * lib/imaxdiv.c: New file.
3589
3590 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3591
3592         New config-h module, so that "make" output needn't be cluttered
3593         by -DHAVE_CONFIG_H.
3594         * MODULES.html.sh (Support for building libraries and executables):
3595         Add config-h.
3596         * modules/config-h: New file.
3597         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3598         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3599         the config-h module is used.
3600
3601         New configmake module, so that "make" output needn't be cluttered
3602         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3603         * MODULES.html.sh (Support for building libraries and executables):
3604         Add configmake.
3605         * modules/configmake: New file.
3606
3607 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3608
3609         * m4/config-h.m4: New file.
3610
3611 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3612
3613         * config/srclist.txt: Add elisp-comp.
3614
3615 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3616
3617         * MODULES.html.sh (Support for building libraries and executables):
3618         Add elisp-comp.
3619         * build-aux/elisp-comp: New file.
3620         * modules/elisp-comp: New file.
3621
3622 2006-08-24  Bruno Haible  <bruno@clisp.org>
3623
3624         * gnulib-tool (func_create_testdir): Use non-default values of
3625         sourcebase and m4base.
3626
3627 2006-08-24  Bruno Haible  <bruno@clisp.org>
3628
3629         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3630         HTML structure.
3631
3632 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3633
3634         * modules/openat (Depends-on): Add lchown.
3635
3636 2006-08-23  Bruno Haible  <bruno@clisp.org>
3637
3638         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3639         of gl_LOCK_EARLY instead of gl_LOCK.
3640
3641 2006-08-23  Bruno Haible  <bruno@clisp.org>
3642
3643         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3644         on OSF/1 to no.
3645         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3646
3647 2006-08-23  Bruno Haible  <bruno@clisp.org>
3648
3649         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3650         as unusable.
3651
3652         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3653         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3654         (gl_LOCK): New macro.
3655
3656 2006-08-22  Simon Josefsson  <jas@extundo.com>
3657
3658         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3659         to md5 module.
3660
3661 2006-08-22  Simon Josefsson  <jas@extundo.com>
3662
3663         * MODULES.html.sh: Add "Support for maintaining and release
3664         projects".
3665
3666         * build-aux/gnupload: New file, from coreutils.
3667
3668 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3669
3670         Avoid the need for AC_LIBSOURCES in m4 macros.
3671         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3672         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3673         * modules/check-version (EXTRA_DIST): Add check-version.h.
3674         * modules/crc (EXTRA_DIST): Add crc.h.
3675         * modules/des (EXTRA_DIST): Add des.h.
3676         * modules/gc (EXTRA_DIST): Add gc.h.
3677         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3678         * modules/getline (EXTRA_DIST): Add getline.h.
3679         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3680         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3681         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3682         * modules/md2 (EXTRA_DIST): Add md2.h.
3683         * modules/md4 (EXTRA_DIST): Add md4.h.
3684         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3685         * modules/read-file (EXTRA_DIST): Add read-file.h.
3686         * modules/readline (EXTRA_DIST): Add readline.h.
3687         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3688         rijndael-api-fst.h.
3689
3690 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3691
3692         * m4/rijndael.m4 (gl_ARCFOUR):
3693         * m4/arctwo.m4 (gl_ARCTWO):
3694         * m4/check-version.m4 (gl_CHECK_VERSION):
3695         * m4/crc.m4 (gl_CRC):
3696         * m4/des.m4 (gl_DES):
3697         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3698         * m4/gc.m4 (gl_GC):
3699         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3700         * m4/getline.m4 (gl_FUNC_GETLINE):
3701         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3702         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3703         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3704         * m4/md2.m4 (gl_MD2):
3705         * m4/md4.m4 (gl_MD4):
3706         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3707         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3708         * m4/readline.m4 (gl_FUNC_READLINE):
3709         * m4/rijndael.m4 (gl_RIJNDAEL):
3710         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3711         to get the necessary .h files and whatnot.
3712
3713 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3714
3715         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3716         gnulib rather than the other way around.
3717         * config/srclistvars.sh (COREUTILS): Remove.
3718
3719 2006-08-22  Jim Meyering  <jim@meyering.net>
3720
3721         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3722
3723         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3724
3725 2006-08-22  Eric Blake  <ebb9@byu.net>
3726
3727         * modules/regexprops-generic: New file.
3728         * MODULES.html.sh (Support for building documentation): List it.
3729
3730 2006-08-22  Eric Blake  <ebb9@byu.net>
3731
3732         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3733         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3734         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3735         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3736
3737 2006-08-22  Bruno Haible  <bruno@clisp.org>
3738
3739         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3740         and lib_LTLIBRARIES like the other lib_* variables.
3741
3742 2006-08-22  Bruno Haible  <bruno@clisp.org>
3743
3744         * build-aux/x-to-1.in: New file, from GNU gettext.
3745
3746 2006-08-22  Bruno Haible  <bruno@clisp.org>
3747
3748         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3749         <utmpx.h> exists.
3750
3751 2006-08-22  Bruno Haible  <bruno@clisp.org>
3752
3753         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3754         <utmpx.h> exists.
3755
3756 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3757
3758         BeOS portability.
3759         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3760         exist.
3761         Problem reported by Bruno Haible.
3762
3763 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3764
3765         Avoid the need for AC_LIBSOURCES in m4 macros.
3766         * modules/acl (EXTRA_DIST): Add acl.h.
3767         * modules/argmatch (Files): Add m4/argmatch.m4.
3768         (configure.ac): Add gl_ARGMATCH.
3769         (EXTRA_DIST): Renamed from lib_SOURCES, for
3770         consistency with the other modules.  Remove argmatch.c.
3771         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3772         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3773         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3774         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3775         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3776         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3777         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3778         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3779         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3780         * modules/closeout (EXTRA_DIST): Add closeout.h.
3781         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3782         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3783         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3784         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3785         dirname.h; remove basename.c and stripslash.c.
3786         * modules/exclude (EXTRA_DIST): Add exclude.h.
3787         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3788         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3789         * modules/file-type (EXTRA_DIST): Add file-type.h.
3790         * modules/filemode (EXTRA_DIST): Add filemode.h.
3791         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3792         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3793         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3794         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3795         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3796         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3797         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3798         * modules/getdate (EXTRA_DIST): Add getdate.c.
3799         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3800         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3801         * modules/getpass (EXTRA_DIST): Add getpass.h.
3802         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3803         * modules/group-member (EXTRA_DIST): Add group-member.h.
3804         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3805         * modules/hash (EXTRA_DIST): Add hash.h.
3806         * modules/human (EXTRA_DIST): Add human.h.
3807         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3808         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3809         * modules/lchown (EXTRA_DIST): Add lchown.h.
3810         * modules/long-options (EXTRA_DIST): Add long-options.h.
3811         * modules/lstat (EXTRA_DIST): Add lstat.h.
3812         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3813         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3814         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3815         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3816         * modules/memxor (EXTRA_DIST): Add memxor.h.
3817         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3818         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3819         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3820         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3821         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3822         * modules/physmem (EXTRA_DIST): Add physmem.h.
3823         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3824         * modules/posixver (EXTRA_DIST): Add posixver.h.
3825         * modules/quote (EXTRA_DIST): Add quote.h.
3826         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3827         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3828         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3829         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3830         regex_internal.h regexec.c.
3831         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3832         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3833         * modules/same (EXTRA_DIST): Add same.h.
3834         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3835         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3836         * modules/savedir (EXTRA_DIST): Add savedir.h.
3837         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3838         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3839         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3840         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3841         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3842         * modules/strdup (EXTRA_DIST): Add strdup.h.
3843         * modules/strftime (EXTRA_DIST): Add strftime.h.
3844         * modules/strndup (EXTRA_DIST): Add strndup.h.
3845         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3846         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3847         * modules/time_r (EXTRA_DIST): Add time_r.h.
3848         * modules/timespec (EXTRA_DIST): Add timespec.h.
3849         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3850         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3851         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3852         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3853         * modules/userspec (EXTRA_DIST): Add userspec.h.
3854         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3855         * modules/utimens (EXTRA_DIST): Add utimens.h.
3856         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3857         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3858         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3859         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3860         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3861         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3862         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3863         * modules/yesno (EXTRA_DIST): Add yesno.h.
3864
3865 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3866
3867         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3868
3869         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3870         * m4/dev-ino.m4, same-inode.m4: Remove.
3871
3872         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3873         * m4/acl.m4 (AC_FUNC_ACL):
3874         * m4/backupfile.m4 (gl_BACKUPFILE):
3875         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3876         * m4/canon-host.m4 (gl_CANON_HOST):
3877         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3878         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3879         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3880         * m4/cloexec.m4 (gl_CLOEXEC):
3881         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3882         * m4/closeout.m4 (gl_CLOSEOUT):
3883         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3884         * m4/dirname.m4 (gl_DIRNAME):
3885         * m4/exclude.m4 (gl_EXCLUDE):
3886         * m4/exitfail.m4 (gl_EXITFAIL):
3887         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3888         * m4/file-type.m4 (gl_FILE_TYPE):
3889         * m4/filemode.m4 (gl_FILEMODE):
3890         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3891         * m4/fpending.m4 (gl_FUNC_FPENDING):
3892         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3893         * m4/fts.m4 (gl_FUNC_FTS):
3894         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3895         * m4/getdate.m4 (gl_GETDATE):
3896         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3897         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3898         * m4/getpass.m4 (gl_FUNC_GETPASS):
3899         * m4/gettime.m4 (gl_GETTIME):
3900         * m4/getugroups.m4 (gl_GETUGROUPS):
3901         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3902         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3903         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3904         * m4/hash.m4 (gl_HASH):
3905         * m4/idcache.m4 (gl_IDCACHE):
3906         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3907         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3908         * m4/long-options.m4 (gl_LONG_OPTIONS):
3909         * m4/lstat.m4 (gl_FUNC_LSTAT):
3910         * m4/md5.m4 (gl_MD5):
3911         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3912         * m4/memcoll.m4 (gl_MEMCOLL):
3913         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3914         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3915         * m4/memxor.m4 (gl_MEMXOR):
3916         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3917         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3918         * m4/modechange.m4 (gl_MODECHANGE):
3919         * m4/mountlist.m4 (gl_MOUNTLIST):
3920         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3921         * m4/openat.m4 (gl_FUNC_OPENAT):
3922         * m4/pathmax.m4 (gl_PATHMAX):
3923         * m4/physmem.m4 (gl_PHYSMEM):
3924         * m4/posixtm.m4 (gl_POSIXTM):
3925         * m4/posixver.m4 (gl_POSIXVER):
3926         * m4/quote.m4 (gl_QUOTE):
3927         * m4/quotearg.m4 (gl_QUOTEARG):
3928         * m4/readtokens.m4 (gl_READTOKENS):
3929         * m4/readutmp.m4 (gl_READUTMP):
3930         * m4/regex.m4 (gl_REGEX):
3931         * m4/safe-read.m4 (gl_SAFE_READ):
3932         * m4/safe-write.m4 (gl_SAFE_WRITE):
3933         * m4/same.m4 (gl_SAME):
3934         * m4/save-cwd.m4 (gl_SAVE_CWD):
3935         * m4/savedir.m4 (gl_SAVEDIR):
3936         * m4/settime.m4 (gl_SETTIME):
3937         * m4/sha1.m4 (gl_SHA1):
3938         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
3939         * m4/stat-macros.m4 (gl_STAT_MACROS):
3940         * m4/stat-time.m4 (gl_STAT_TIME):
3941         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
3942         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
3943         * m4/strdup.m4 (gl_FUNC_STRDUP):
3944         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
3945         * m4/strndup.m4 (gl_FUNC_STRNDUP):
3946         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
3947         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
3948         * m4/time_r.m4 (gl_TIME_R):
3949         * m4/timespec.m4 (gl_TIMESPEC):
3950         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
3951         * m4/unlinkdir.m4 (gl_UNLINKDIR):
3952         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
3953         * m4/userspec.m4 (gl_USERSPEC):
3954         * m4/utimecmp.m4 (gl_UTIMECMP):
3955         * m4/utimens.m4 (gl_UTIMENS):
3956         * m4/xalloc.m4 (gl_XALLOC):
3957         * m4/xgetcwd.m4 (gl_XGETCWD):
3958         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
3959         * m4/xreadlink.m4 (gl_XREADLINK):
3960         * m4/xstrtod.m4 (gl_XSTRTOD):
3961         * m4/yesno.m4 (gl_YESNO):
3962         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3963         to get the necessary .h files and whatnot.
3964
3965 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
3966             Bruno Haible  <bruno@clisp.org>
3967
3968         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
3969         /bin/sh understanding of '!' conditional negation.
3970
3971 2006-08-21  Jim Meyering  <jim@meyering.net>
3972
3973         * modules/openat (Depends-on): Really alphabetize.
3974
3975         * modules/acl (Depends-on): Add error and quote.
3976
3977         * check-module (find_included_lib_files): Add at-func.c to the
3978         ok-to-include-more-than-once white list.
3979
3980         * modules/openat (Depends-on): Add lstat.  Alphabetize.
3981
3982 2006-08-21  Bruno Haible  <bruno@clisp.org>
3983
3984         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3985         Emit a pkgdata_DATA variable only if some snippets add contents to it.
3986         Reported by Martin Lambers <marlam@marlam.de>.
3987
3988 2006-08-21  Bruno Haible  <bruno@clisp.org>
3989
3990         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
3991         specify an installation location, don't emit a noinst_LIBRARIES or
3992         noinst_LTLIBRARIES assignment.
3993
3994 2006-08-21  Bruno Haible  <bruno@clisp.org>
3995
3996         BeOS portability.
3997         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
3998         BeOS has mbrtowc() but no <wctype.h>.
3999
4000 2006-08-21  Bruno Haible  <bruno@clisp.org>
4001
4002         BeOS portability.
4003         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4004         exist.
4005
4006 2006-08-21  Bruno Haible  <bruno@clisp.org>
4007
4008         BeOS portability.
4009         * lib/mbchar.h: Include <wctype.h> only if it exists.
4010
4011 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4012
4013         Remove files that are no longer needed by their respective modules.
4014         * m4/obstack.m4: Remove.
4015         * m4/strerror_r.m4: Remove.
4016         * m4/uint32_t.m4: Remove.
4017         * m4/uintptr_t.m4: Remove.
4018         * m4/ullong_max.m4: Remove.
4019         * m4/xstrtoimax.m4: Remove.
4020         * m4/xstrtoumax.m4: Remove.
4021
4022         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4023         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4024         dependencies now capture this.
4025
4026         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4027         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4028         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4029         * m4/human.m4 (gl_HUMAN): Likewise.
4030         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4031         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4032
4033         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4034
4035         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4036         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4037         stdint.
4038         * m4/human.m4 (gl_HUMAN): Likewise.
4039         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4040         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4041         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4042         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4043         * m4/xstrtol (gl_XSTRTOL): Likewise.
4044
4045         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4046         AC_TYPE_LONG_LONG_INT.
4047         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4048         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4049         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4050         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4051
4052         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4053         on stdbool.
4054
4055         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4056         (gl_PREREQ_XSTRTOUL): Remove.
4057
4058         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4059
4060         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4061         mode.
4062
4063 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4064
4065         Add and change modules to make it easier for coreutils to use
4066         gnulib-tool.
4067         * modules/backupfile (Files): Remove m4/d-ino.m4.
4068         (Depends-on): Add d-ino.
4069         * modules/cycle-check (Depends-on): Add stdint.
4070         (lib_SOURCES): Add cycle-check.h.
4071         * modules/d-ino: New module.
4072         * modules/d-type: New module.
4073         * modules/error (Files): Remove m4/strerror_r.m4.
4074         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4075         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4076         m4/inttypes_h.m4, m4/uintmax_t.m4.
4077         (Depends-on): Add stdint.
4078         (lib_SOURCES): Add fsusage.h.
4079         * modules/getcwd (Files): Remove d-ino.m4.
4080         (Depends-on): Add d-ino.
4081         * modules/getndelim2 (Depends-on): Add stdint.
4082         * modules/glob (Files): Remove m4/d-type.m4.
4083         (Depends-on): Add d-type.
4084         * modules/host-os: New module.
4085         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4086         m4/inttypes_h.m4, m4/uintmax_t.m4.
4087         * Depends-on: Add stdint.
4088         (lib_SOURCES): Add human.h.
4089         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4090         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4091         m4/uintmax_t.m4, m4/ulonglong.m4.
4092         (Depends-on): Add stdint.
4093         (EXTRA_DIST): Add inttostr.h.
4094         * modules/lchmod: New module.
4095         * modules/link-follow: New module.
4096         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4097         (Depends-on): Add lchmod.
4098         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4099         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4100         (Depends-on): Add stdint.
4101         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4102         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4103         (Depends-on): Add stdint.
4104         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4105         * modules/perl: New module.
4106         * modules/regex (Depends-on): Add stdint.
4107         * modules/rmdir-errno: New module.
4108         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4109         m4/intmax_t.m4.
4110         (Depends-on): Add stdint.
4111         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4112         m4/uintmax_t.m4.
4113         (Depends-on): Add stdint.
4114         * modules/unlink-busy: New module.
4115         * modules/utimecmp (Depends-on): Add stdint.
4116         * modules/uptime: New module.
4117         * modules/winsz-ioctl: New module.
4118         * modules/winsz-termios: New module.
4119         * modules/xnanosleep (Depends-on): Add nanosleep.
4120         * modules/ullong_max: Remove.
4121         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4122         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4123         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4124         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4125         (Depends-on): Add inttypes.
4126         (lib_SOURCES): Add xstrtol.h.
4127         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4128         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4129         * MODULES.html.sh: Move 'assert' into the assert section.
4130         Move 'dummy' into the linking section.
4131         Remove ullong_max.
4132         Add section for compatibility checks for POSIX:2001 functions,
4133         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4134         winsz-ioctl, and winsz-termios into it.
4135         Add lchmod.
4136         Add top-level Misc section and put host-os, perl, and uptime
4137         into it.
4138
4139 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4140
4141         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4142         now assume the stdint module.  Do not include inttypes.h.
4143         * lib/fsusage.h: Likewise.
4144         * lib/getndelim2.c: Likewise.
4145         * lib/human.h: Likewise.
4146         * lib/inttostr.h: Likewise.
4147         * lib/obstack.c: Likewise.
4148         * lib/regex_internal.h: Likewise.
4149         * lib/tempname.c: Likewise.
4150         * lib/utimecmp.c: Likewise.
4151         * lib/xstrtol.h: Likewise.
4152
4153         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4154
4155         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4156         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4157         * lib/xtime.h: Likewise.
4158
4159 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         * modules/openat (Files): Add lib/fchmodat.c.
4162         Fixes problem reported by Jay Youngman.
4163
4164 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4165
4166         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4167         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4168
4169 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4170             Bruno Haible  <bruno@clisp.org>
4171
4172         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4173         and is a script that invokes bison. Tighten the code. Add comments.
4174
4175 2006-08-18  Jim Meyering  <jim@meyering.net>
4176
4177         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4178         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4179         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4180         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4181
4182 2006-08-18  Bruno Haible  <bruno@clisp.org>
4183
4184         * modules/bison-i18n: New file.
4185         * MODULES.html.sh (Internationalization functions): Add it.
4186
4187 2006-08-18  Bruno Haible  <bruno@clisp.org>
4188
4189         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4190         sys/statvfs.h. When getmntinfo was found, check its declaration and
4191         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4192
4193 2006-08-18  Bruno Haible  <bruno@clisp.org>
4194
4195         * m4/bison-i18n.m4: New file, from bison.
4196
4197 2006-08-18  Bruno Haible  <bruno@clisp.org>
4198
4199         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4200         (ME_DUMMY): Treat "kernfs" as a dummy.
4201         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4202
4203 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4204
4205         Update from coreutils.
4206
4207         2006-08-15  Jim Meyering  <jim@meyering.net>
4208
4209         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4210
4211         2006-01-17  Jim Meyering  <jim@meyering.net>
4212
4213         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4214
4215         2006-01-11  Jim Meyering  <jim@meyering.net>
4216
4217         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4218         Check for the lchmod function.
4219
4220 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         Update from coreutils.
4223
4224         * lib/__fpending.h: Add copyright notice.
4225         * lib/fprintftime.h: Likewise.
4226         * lib/savedir.c: Use (C) in copyright notice.
4227         * lib/savedir.h: Likewise.
4228
4229         2006-08-15  Jim Meyering  <jim@meyering.net>
4230
4231         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4232         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4233         in support of the EXPECTED_ERRNO macro.
4234         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4235         definitions.  Instead, define the appropriate symbols and include
4236         "at-func.c".
4237         * lib/mkdirat.c (mkdirat): Likewise.
4238         * lib/fchmodat.c (fchmodat): Likewise.
4239         (ENOSYS): Remove definition.
4240         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4241         it.  Don't include "unistd--.h" -- it wasn't ever used.
4242
4243         2006-01-17  Jim Meyering  <jim@meyering.net>
4244
4245         Rewrite fts.c not to change the current working directory,
4246         by using openat, fstatat, fdopendir, etc..
4247
4248         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4249         (HAVE_OPENAT_SUPPORT): Define.
4250         [_LIBC] (fchdir): Don't undef or define; no longer used.
4251         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4252         Now, this `function' always succeeds, and consumes its file descriptor
4253         parameter -- so callers must not close such FDs.  Update callers.
4254         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4255         (diropen): Add parameter, SP.  Adjust all callers.
4256         Implement using diropen_fd, rather than open.
4257         (fts_open): Initialize new member, fts_cwd_fd.
4258         Remove fts_rft-setting code.
4259         (fts_close): Close fts_cwd_fd, if necessary.
4260         (__opendir2): Define in terms of opendir or opendirat,
4261         depending on whether the FST_NOCHDIR flag is set.
4262         (fts_build): Since fts_safe_changedir consumes its FD, and since
4263         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4264         and close the dup'd file descriptor upon failure.
4265         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4266         (fts_safe_changedir): Tweak semantics to reflect that this function
4267         now calls cwd_advance_fd and hence consumes its FD argument.
4268         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4269         [struct FTS] (fts_rft): Remove now-unused member.
4270         [struct FTS] (fts_cycle.state): Improve comment.
4271
4272         * lib/openat.c (openat_needs_fchdir): New function.
4273         * lib/openat.h (openat_needs_fchdir): Declare it.
4274
4275 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4276
4277         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4278         Problem and fix reported by Pádraig Brady in
4279         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4280
4281 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4282
4283         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4284
4285 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4286
4287         * lib/memcoll.c (memcoll): Optimize for the common case where the
4288         arguments are bytewise equal.
4289
4290 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4291
4292         * doc/regexprops-generic.texi: Add a copyright notice.
4293
4294 2006-08-15  Bruno Haible  <bruno@clisp.org>
4295
4296         * modules/tmpdir (License): Change to LGPL.
4297
4298 2006-08-15  Bruno Haible  <bruno@clisp.org>
4299
4300         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4301         module.
4302
4303 2006-08-14  Simon Josefsson  <jas@extundo.com>
4304
4305         * config/srclist.txt: Add gnupload.
4306
4307 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4308
4309         Change copyright notice from LGPL 2 to GPL 2, since that's the
4310         standard form used in the gnulib repository.
4311         * tests/test-lock.c: Likewise.
4312         * tests/test-stdint.c: Likewise.
4313         * tests/test-tls.c: Likewise.
4314
4315         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4316         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4317         Add copyright notice.
4318
4319         * check-module: Add copyright notice.  Output a copyright
4320         notice if "--version" is specified.
4321         * modules/COPYING: New file.
4322         * tests/test-getaddrinfo.c: Add copyright notice.
4323         * tests/test-verify.c: Likewise.
4324
4325 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4326
4327         Change copyright notice from LGPL 2 to GPL 2, since that's the
4328         standard form used in the gnulib repository.
4329         * lib/lock.c: LGPL -> GPL.
4330         * lib/lock.h: Likewise.
4331         * lib/strnlen1.c: Likewise.
4332         * lib/strnlen1.h: Likewise.
4333         * lib/tls.c: Likewise.
4334         * lib/tls.h: Likewise.
4335         * lib/tmpdir.c: Likewise.
4336
4337         * lib/TODO: Remove; this belongs only in coreutils.
4338
4339 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4340
4341         Add copyright notices to long-enough files that lack them, since
4342         otherwise the files aren't clearly free.  Use the same notice that
4343         getdate.texi already uses.
4344         * doc/alloca-opt.texi: Add copyright notice.
4345         * doc/alloca.texi: Likewise.
4346         * doc/ctime.texi: Likewise.
4347         * doc/functions.texi: Likewise.
4348         * doc/gcd.texi: Likewise.
4349         * doc/gnulib-tool.texi: Likewise.
4350         * doc/inet_ntoa.texi: Likewise.
4351         * doc/visibility.texi: Likewise.
4352
4353         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4354         * doc/quote.texi: Add copyright notice.
4355
4356         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4357         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4358         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4359         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4360         is now obsolete, and give a pointer to the Sun list.
4361         Add copyright notice.
4362
4363 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4364
4365         * config/srclistvars.sh: Add copyright notice.
4366
4367 2006-08-14  Eric Blake  <ebb9@byu.net>
4368
4369         Import the following change from libc:
4370
4371         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4372
4373         Upstream bug 2997.
4374         * lib/misc/error.c: Add space between program name and message if file
4375         name is missing.
4376
4377 2006-08-12  Karl Berry  <karl@gnu.org>
4378
4379         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4380         remove, these originate in gnulib now.
4381
4382 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4383
4384         * doc/Makefile (standards.info standards.html standards.dvi):
4385         Also depend on make-stds.texi.
4386
4387 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4388
4389         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4390         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4391
4392         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4393         in wchar_t.  Problem reported by Eric Blake.
4394
4395         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4396         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4397         Also, help the compiler to keep LEN in a register.
4398
4399 2006-08-11  Eric Blake  <ebb9@byu.net>
4400
4401         * users.txt: Sort.  Add tar.
4402
4403 2006-08-11  Bruno Haible  <bruno@clisp.org>
4404
4405         * users.txt: New file.
4406
4407 2006-08-11  Bruno Haible  <bruno@clisp.org>
4408
4409         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4410         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4411
4412 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4413
4414         * modules/snprintf (Depends-on): Remove minmax.
4415         (Maintainer): Add self and Bruno.
4416
4417 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4418
4419         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4420         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4421         (EOVERFLOW): Define if the system does not.
4422         Do not include "minmax.h"; it wasn't used.
4423         (snprintf): Don't assume size_t promotes to an unsigned type.
4424         Fix bug when generated string was too long for the buffer: the
4425         buffer's contents are supposed to be the initial prefix of the
4426         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4427         exceeds INT_MAX; do the check ourselves.
4428
4429         Import the following changes from libc:
4430
4431         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4432
4433         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4434         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4435         set wc to the byte which couldn't be converted.
4436         (re_string_reconstruct): Don't clear valid_raw_len before calling
4437         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4438         tip_context using re_string_context_at.
4439
4440         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4441
4442         * lib/posix/regex.h: g++ still cannot handled [restrict].
4443
4444         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4445
4446         * lib/posix/regex.h: Remove special handling for VMS.
4447
4448 2006-08-10  Jim Meyering  <jim@meyering.net>
4449
4450         * modules/same-inode: New module.
4451         * modules/dev-ino: New module.
4452         * modules/cycle-check: Depend on these modules, rather than simply
4453         including their .h files.
4454         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4455         required via m4/cycle-check.m4.
4456         * modules/same: Depend on new same-inode module, rather than
4457         including same-inode.h.
4458         * modules/chdir-safer: New file.
4459
4460         * modules/chown (Depends-on): Add stat-macros.
4461
4462 2006-08-10  Jim Meyering  <jim@meyering.net>
4463
4464         * m4/cycle-check.m4: New file.
4465         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4466         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4467
4468 2006-08-10  Eric Blake  <ebb9@byu.net>
4469
4470         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4471         in from original proposal.
4472
4473 2006-08-10  Eric Blake  <ebb9@byu.net>
4474         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4475
4476         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4477         namespace.
4478
4479 2006-08-10  Bruno Haible  <bruno@clisp.org>
4480
4481         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4482         as well.
4483
4484 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4485
4486         Sync from coreutils.
4487
4488         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4489
4490         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4491         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4492
4493 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4494
4495         * modules/restrict: Remove; no longer needed now that we assume
4496         Autoconf 2.59 or later.
4497         * MODULES.html.sh: Remove 'restrict'.
4498         * modules/argp (Depends-on): Remove 'restrict'.
4499         * modules/base64 (Depends-on): Likewise.
4500         * modules/gc (Depends-on): Likewise.
4501         * modules/getaddrinfo (Depends-on): Likewise.
4502         * modules/glob (Depends-on): Likewise.
4503         * modules/inet_ntop (Depends-on): Likewise.
4504         * modules/inet_pton (Depends-on): Likewise.
4505         * modules/memxor (Depends-on): Likewise.
4506         * modules/regex (Depends-on): Likewise.
4507         * modules/strtok_r (Depends-on): Likewise.
4508         * modules/time_r (Depends-on): Likewise.
4509
4510 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4511
4512         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4513         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4514         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4515         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4516         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4517         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4518         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4519         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4520
4521         Merge from coreutils.
4522         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4523         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4524         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4525         * m4/time_r.m4 (gl_TIME_R): Likewise.
4526
4527 2006-08-09  Karl Berry  <karl@gnu.org>
4528
4529         * config/srclist.txt: no more gettext-tools, per Bruno.
4530
4531 2006-08-08  Eric Blake  <ebb9@byu.net>
4532
4533         * modules/verror: New module.
4534         * MODULES.html.sh: Document it.
4535
4536 2006-08-08  Eric Blake  <ebb9@byu.net>
4537
4538         * lib/verror.h, lib/verror.c: New files.
4539
4540 2006-08-08  Eric Blake  <ebb9@byu.net>
4541
4542         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4543         verror_at_line output complies with GNU Coding Standards even when
4544         file is NULL.
4545
4546 2006-08-07  Bruno Haible  <bruno@clisp.org>
4547
4548         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4549         versions of AIX.
4550         Reported by Ralf Wildenhues.
4551
4552 2006-08-07  Bruno Haible  <bruno@clisp.org>
4553
4554         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4555         in an AC_DEFUN. Needed so that the autoconf snippets can use
4556         AC_REQUIRE.
4557
4558 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4559
4560         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4561         Initialize pkgdata_DATA.
4562         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4563         overriding it.
4564
4565 2006-08-06  Eric Blake  <ebb9@byu.net>
4566
4567         * lib/error.h: Fold in some upstream changes from glibc.
4568         * lib/error.c: Likewise.
4569
4570 2006-08-04  Bruno Haible  <bruno@clisp.org>
4571
4572         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4573         Make the mostlyclean-local rule depend on mostlyclean-generic.
4574         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4575
4576 2006-07-31  Bruno Haible  <bruno@clisp.org>
4577
4578         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4579         <stdlib.h>, <string.h>.
4580
4581 2006-07-30  Bruno Haible  <bruno@clisp.org>
4582
4583         * modules/readlink (License): Change to LGPL.
4584
4585 2006-07-30  Bruno Haible  <bruno@clisp.org>
4586
4587         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4588         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4589         set PKGDATADIR to point to it.
4590
4591 2006-07-30  Bruno Haible  <bruno@clisp.org>
4592
4593         * modules/csharpexec (configure.ac): Comment out macro invocation.
4594         * modules/javaexec (configure.ac): Likewise.
4595         * modules/javacomp-script (configure.ac): Likewise.
4596
4597         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4598
4599 2006-07-30  Bruno Haible  <bruno@clisp.org>
4600
4601         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4602         linked-list.
4603
4604 2006-07-30  Bruno Haible  <bruno@clisp.org>
4605
4606         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4607
4608 2006-07-30  Bruno Haible  <bruno@clisp.org>
4609
4610         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4611         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4612         get removed.
4613
4614 2006-07-29  Bruno Haible  <bruno@clisp.org>
4615
4616         Make it possible for gnulib-tool to work with locally modified or
4617         augmented gnulib repositories.
4618         * gnulib-tool (func_usage): Document --local-dir option.
4619         (local_gnulib_dir): New variable.
4620         Handle --local-dir option.
4621         (func_lookup_file): New function.
4622         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4623         (func_get_description, func_get_filelist, func_get_description,
4624         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4625         func_get_automake_snippet, func_get_include_directive,
4626         func_get_license, func_get_maintainer): Use func_lookup_file.
4627         (func_import, func_create_testdir): Use func_lookup_file.
4628
4629 2006-07-29  Bruno Haible  <bruno@clisp.org>
4630
4631         * modules/setenv (Depends-on): Add unistd.
4632
4633 2006-07-29  Bruno Haible  <bruno@clisp.org>
4634
4635         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4636
4637 2006-07-29  Bruno Haible  <bruno@clisp.org>
4638
4639         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4640
4641 2006-07-29  Bruno Haible  <bruno@clisp.org>
4642
4643         * gnulib-tool (import, update): If there is no Makefile.am, look at
4644         aclocal.m4, instead of bailing out.
4645
4646 2006-07-29  Bruno Haible  <bruno@clisp.org>
4647
4648         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4649         Categorize the options by when they are useful.
4650
4651 2006-07-29  Bruno Haible  <bruno@clisp.org>
4652
4653         * gnulib-tool (func_usage): Document option --no-libtool.
4654         Handle option --no-libtool.
4655         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4656         for changed semantics of $libtool variable.
4657         (func_import): Likewise. If libtool is not used, show this through
4658         an option --no-libtool.
4659         (func_create_testdir): Update.
4660
4661 2006-07-29  Bruno Haible  <bruno@clisp.org>
4662
4663         * gnulib-tool (func_import): Extend error message about missing
4664         --doc-base.
4665
4666 2006-07-29  Bruno Haible  <bruno@clisp.org>
4667
4668         * gnulib-tool (func_import): Don't create the $docbase directory if
4669         there is no file to store there.
4670
4671 2006-07-29  Bruno Haible  <bruno@clisp.org>
4672
4673         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4674         relevant, look for configure.ac there, not in the current directory.
4675         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4676
4677 2006-07-29  Bruno Haible  <bruno@clisp.org>
4678
4679         * gnulib-tool (SORT): New variable.
4680         (func_usage): Undocument --assume-autoconf option.
4681         Remove --assume-autoconf option handling.
4682         (autoconf_minversion): Determine from the contents of configure.ac.
4683         (func_import): Remove autoconf_minversion handling.
4684         Suggested by Eric Blake.
4685
4686 2006-07-29  Bruno Haible  <bruno@clisp.org>
4687
4688         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4689
4690 2006-07-29  Bruno Haible  <bruno@clisp.org>
4691
4692         * config/srclist.txt (*setenv.[ch]): Remove rules.
4693
4694 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4695
4696         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4697
4698 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4699
4700         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4701         arpa/inet.h.
4702
4703 2006-07-28  Simon Josefsson  <jas@extundo.com>
4704
4705         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4706         * modules/inet_pton (Depends-on): Likewise.
4707
4708 2006-07-28  Simon Josefsson  <jas@extundo.com>
4709
4710         * m4/netinet_in_h.m4: New file.
4711
4712 2006-07-28  Simon Josefsson  <jas@extundo.com>
4713
4714         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4715         #include's.
4716
4717 2006-07-28  Simon Josefsson  <jas@extundo.com>
4718
4719         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4720         #include's.
4721
4722 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4723
4724         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4725         setgid on directories only if they set these bits.
4726         * lib/modechange.h: Remove obsolete comment about masks.
4727
4728 2006-07-28  Eric Blake  <ebb9@byu.net>
4729
4730         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4731         macro expansion.
4732
4733 2006-07-28  Bruno Haible  <bruno@clisp.org>
4734
4735         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4736
4737 2006-07-28  Bruno Haible  <bruno@clisp.org>
4738
4739         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4740
4741 2006-07-28  Bruno Haible  <bruno@clisp.org>
4742
4743         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4744         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4745         Define fallbacks.
4746         Avoids link error on FreeBSD 4.x.
4747         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4748
4749         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4750         encoding.
4751         * lib/mbswidth.c (iswcntrl): Likewise.
4752
4753 2006-07-27  Bruno Haible  <bruno@clisp.org>
4754
4755         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4756         test.
4757
4758 2006-07-27  Bruno Haible  <bruno@clisp.org>
4759
4760         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4761         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4762         defined.
4763
4764 2006-07-26  Eric Blake  <ebb9@byu.net>
4765
4766         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4767
4768 2006-07-26  Eric Blake  <ebb9@byu.net>
4769
4770         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4771         like mingw that lack mkstemp.
4772         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4773         avoid compilation warning on mingw.
4774
4775 2006-07-26  Bruno Haible  <bruno@clisp.org>
4776
4777         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4778         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4779         INT_FAST*_MIN, INTPTR_MIN.
4780
4781 2006-07-25  Bruno Haible  <bruno@clisp.org>
4782
4783         * modules/version-etc (Depends-on): Add stdarg.
4784
4785 2006-07-25  Bruno Haible  <bruno@clisp.org>
4786
4787         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4788         complex commands.
4789
4790 2006-07-25  Bruno Haible  <bruno@clisp.org>
4791
4792         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4793         defined in <stdarg.h> or config.h.
4794
4795 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4796
4797         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4798         (gl_STDIO_SAFER): Remove.
4799
4800 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4801
4802         * MODULES.html.sh (File stream based Input/Output):
4803         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4804         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4805         * modules/fopen-safer, modules/tmpfile-safer: New files.
4806         * modules/stdio-safer: Remove.
4807
4808 2006-07-24  Bruno Haible  <bruno@clisp.org>
4809
4810         * modules/tmpdir: New file.
4811         * MODULES.html.sh (File system functions): Add it.
4812
4813 2006-07-24  Bruno Haible  <bruno@clisp.org>
4814
4815         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4816         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4817
4818 2006-07-24  Bruno Haible  <bruno@clisp.org>
4819
4820         * modules/clean-temp: New file.
4821
4822 2006-07-24  Bruno Haible  <bruno@clisp.org>
4823
4824         * m4/tmpdir.m4: New file, from GNU gettext.
4825
4826 2006-07-24  Bruno Haible  <bruno@clisp.org>
4827
4828         * lib/tmpdir.h: New file, from GNU gettext.
4829         * lib/tmpdir.c: New file, from GNU gettext.
4830
4831 2006-07-24  Bruno Haible  <bruno@clisp.org>
4832
4833         * lib/clean-temp.h: New file, from GNU gettext.
4834         * lib/clean-temp.c: New file, from GNU gettext.
4835
4836 2006-07-23  Eric Blake  <ebb9@byu.net>
4837
4838         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4839         (Depends-on): Add binary-io.
4840
4841 2006-07-23  Eric Blake  <ebb9@byu.net>
4842
4843         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4844
4845 2006-07-23  Eric Blake  <ebb9@byu.net>
4846
4847         * lib/tmpfile-safer.c: New file.
4848         * lib/stdio-safer.h (fopen_safer): Add prototype.
4849         * lib/stdio--.h (tmpfile): Make safer.
4850
4851 2006-07-23  Bruno Haible  <bruno@clisp.org>
4852
4853         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4854         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4855         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4856         gl_linked_remove_at): Use it.
4857
4858 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4859         and Simon Josefsson <jas@extundo.com>
4860
4861         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4862
4863         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4864
4865 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4866
4867         * modules/close-stream: New file.
4868         * modules/closeout (Description): Make it clear that it exits
4869         with a diagnostic on error.
4870         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4871         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4872
4873 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4874
4875         * m4/close-stream.m4: New file.
4876
4877 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4878
4879         * lib/close-stream.c, lib/close-stream.h: New files.
4880
4881 2006-07-22  Bruno Haible  <bruno@clisp.org>
4882
4883         Merge from GNU gettext 0.15.
4884
4885         2006-05-01  Bruno Haible  <bruno@clisp.org>
4886
4887                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4888
4889         2006-07-22  Bruno Haible  <bruno@clisp.org>
4890
4891                 * modules/javaversion: New file.
4892                 * MODULES.html.sh (Java): Add javaversion.
4893
4894         2006-03-12  Bruno Haible  <bruno@clisp.org>
4895
4896                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4897
4898         2005-12-04  Bruno Haible  <bruno@clisp.org>
4899
4900                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4901                 (untested).
4902
4903         2006-06-21  Bruno Haible  <bruno@clisp.org>
4904
4905                 Avoid warnings from recent versions of mcs.
4906                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4907                 -o, -L, -r any more. Use options documented since mcs-1.0
4908                 instead. Similarly for -g.
4909
4910         2005-12-04  Bruno Haible  <bruno@clisp.org>
4911
4912                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4913                 .resources, not .resource.
4914
4915         2005-07-09  Bruno Haible  <bruno@clisp.org>
4916
4917                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4918                 add a .dll suffix.
4919                 Reported by Mark Junker <mjscod@gmx.de>.
4920
4921         2006-07-22  Bruno Haible  <bruno@clisp.org>
4922
4923                 * modules/gettext: Upgrade to gettext-0.15.
4924                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4925                 m4/visibility.m4.
4926                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4927
4928 2006-07-22  Bruno Haible  <bruno@clisp.org>
4929
4930         Merge from GNU gettext 0.15.
4931
4932         2006-03-25  Bruno Haible  <bruno@clisp.org>
4933
4934                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
4935
4936         2006-07-21  Bruno Haible  <bruno@clisp.org>
4937
4938                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
4939                 "1.1".
4940
4941         2006-05-09  Bruno Haible  <bruno@clisp.org>
4942
4943                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
4944                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
4945                 for the conftestver execution.
4946
4947         2006-05-01  Bruno Haible  <bruno@clisp.org>
4948
4949                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
4950                 optional target-version argument. Verify that the compiler
4951                 groks source of the specified source-version, or add -source
4952                 option as necessary. Verify that the compiler produces
4953                 bytecode in the specified target-version, or add -target and
4954                 -source options as necessary. Make the result of the test
4955                 available as variable CONF_JAVAC. Also log error output in
4956                 config.log.
4957
4958         2006-03-11  Bruno Haible  <bruno@clisp.org>
4959
4960                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
4961
4962         2006-05-09  Bruno Haible  <bruno@clisp.org>
4963
4964                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
4965                 CLASSPATH_SEPARATOR to a semicolon.
4966
4967         2006-03-12  Bruno Haible  <bruno@clisp.org>
4968
4969                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
4970                 available as variable CONF_JAVA, for subsequent autoconf
4971                 tests. Also log error output in config.log.
4972
4973         2006-07-19  Bruno Haible  <bruno@clisp.org>
4974
4975                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
4976                 that getline works on glibc2 systems. Needed to avoid trouble
4977                 in relocatable.c.
4978                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
4979
4980         2005-12-04  Bruno Haible  <bruno@clisp.org>
4981
4982                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
4983                 launcher (untested).
4984
4985         2005-12-04  Bruno Haible  <bruno@clisp.org>
4986
4987                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
4988
4989         2006-07-22  Bruno Haible  <bruno@clisp.org>
4990
4991                 * gettext.m4: Update from GNU gettext-0.15.
4992                 * nls.m4: Likewise.
4993                 * po.m4: Likewise.
4994                 * inttypes-pri.m4: Likewise.
4995                 * inttypes-h.m4: Renamed from inttypes.m4.
4996                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
4997
4998 2006-07-22  Bruno Haible  <bruno@clisp.org>
4999
5000         Merge from GNU gettext 0.15.
5001
5002         2005-07-05  Bruno Haible  <bruno@clisp.org>
5003
5004                 * printf-args.c (printf_fetchargs): Work around broken
5005                 definition of wint_t on mingw.
5006
5007         2005-02-12  Bruno Haible  <bruno@clisp.org>
5008
5009                 * xallocsa.h: Add extern "C" for C++.
5010
5011         2006-05-17  Bruno Haible  <bruno@clisp.org>
5012
5013                 Cygwin portability.
5014                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5015
5016         2006-04-30  Bruno Haible  <bruno@clisp.org>
5017
5018                 * progreloc.c: Include <mach-o/dyld.h> if available.
5019                 (find_executable): Use _NSGetExecutablePath when possible.
5020
5021         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5022
5023                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5024                 function.
5025
5026         2005-12-29  Bruno Haible  <bruno@clisp.org>
5027
5028                 * progreloc.c (set_program_name_and_installdir): Fix
5029                 compilation error.
5030
5031         2005-12-04  Bruno Haible  <bruno@clisp.org>
5032
5033                 Cygwin portability.
5034                 * progreloc.c: Include <windows.h> also on Cygwin.
5035                 (find_executable): Add support for Cygwin.
5036                 (set_program_name_and_installdir): Handle also platforms with
5037                 nonempty EXEEXT.
5038
5039         2006-07-11  Bruno Haible  <bruno@clisp.org>
5040
5041                 * javacomp.c: Fix a comment.
5042                 Reported by Jim Meyering.
5043
5044         2006-04-30  Bruno Haible  <bruno@clisp.org>
5045
5046                 * javacomp.h (compile_java_class): Add source_version,
5047                 target_version arguments.
5048                 * javacomp.c: Rewritten to choose only a compiler that
5049                 respects the specified source_version and target_version.
5050
5051         2006-06-27  Bruno Haible  <bruno@clisp.org>
5052
5053                 Assume correct S_ISDIR macro.
5054                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5055
5056         2006-07-22  Bruno Haible  <bruno@clisp.org>
5057
5058                 * javaversion.h: New file, from GNU gettext.
5059                 * javaversion.c: New file, from GNU gettext.
5060                 * javaversion.java: New file, from GNU gettext.
5061                 * javaversion.class: New file, from GNU gettext.
5062
5063         2006-05-17  Bruno Haible  <bruno@clisp.org>
5064
5065                 Cygwin portability.
5066                 * javaexec.c (execute_java_class): Test for jview program
5067                 also on Cygwin.
5068
5069         2006-04-09  Bruno Haible  <bruno@clisp.org>
5070
5071                 * fatal-signal.c: Don't include string.h.
5072                 (at_fatal_signal): Use a copying loop instead of memcpy.
5073
5074         2005-12-04  Bruno Haible  <bruno@clisp.org>
5075
5076                 * csharpexec.c: Add support for 'clix' launcher (untested).
5077                 (execute_csharp_using_sscli): New function.
5078                 (execute_csharp_program): Call it.
5079
5080         2006-06-21  Bruno Haible  <bruno@clisp.org>
5081
5082                 Avoid warnings from recent versions of mcs.
5083                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5084                 -o, -L, -r any more. Use options documented since mcs-1.0
5085                 instead. Similarly for -g.
5086
5087         2005-07-09  Bruno Haible  <bruno@clisp.org>
5088
5089                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5090                 add a .dll suffix.
5091                 Reported by Mark Junker <mjscod@gmx.de>.
5092
5093         2006-06-17  Bruno Haible  <bruno@clisp.org>
5094
5095                 * config.charset: Update for NetBSD 3.0.
5096
5097         2006-05-17  Bruno Haible  <bruno@clisp.org>
5098
5099                 Cygwin portability.
5100                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5101
5102         2006-05-16  Bruno Haible  <bruno@clisp.org>
5103
5104                 * localcharset.c [CYGWIN]: Include <windows.h>.
5105                 (get_charset_aliases): For Cygwin, return the same CPxxx
5106                 aliases list as under WIN32.
5107                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5108                 the environment variables. Fall back to GetACP().
5109
5110         2006-04-05  Bruno Haible  <bruno@clisp.org>
5111
5112                 * config.charset: Update Juan Manuel Guerrero's address.
5113
5114         2005-02-12  Bruno Haible  <bruno@clisp.org>
5115
5116                 * allocsa.h: Add extern "C" for C++.
5117
5118         2005-02-10  Bruno Haible  <bruno@clisp.org>
5119
5120                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5121                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5122
5123         2006-07-22  Bruno Haible  <bruno@clisp.org>
5124
5125                 * gettext.h: Update to GNU gettext-0.15.
5126
5127 2006-07-22  Bruno Haible  <bruno@clisp.org>
5128
5129         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5130         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5131         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5132
5133 2006-07-21  Eric Blake  <ebb9@byu.net>
5134
5135         * modules/stdlib-safer: New file.
5136         * MODULES.html.sh (File stream based Input/Output): Add
5137         stdlib-safer.
5138
5139 2006-07-21  Eric Blake  <ebb9@byu.net>
5140
5141         * lib/stdlib-safer.h: New file from coreutils, required by
5142         stdlib--.h.
5143
5144 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5145
5146         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5147
5148 2006-07-20  Bruno Haible  <bruno@clisp.org>
5149
5150         * gnulib-tool: Recognize new option --assume-autoconf.
5151         (autoconf_minversion): New variable.
5152         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5153
5154 2006-07-20  Bruno Haible  <bruno@clisp.org>
5155
5156         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5157
5158 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5159
5160         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5161         Reindent and repaginate.
5162
5163 2006-07-19  Derek Price  <derek@ximbiot.com>
5164
5165         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5166         Correct grammar.
5167
5168 2006-07-17  Bruno Haible  <bruno@clisp.org>
5169
5170         * modules/list: New file.
5171         * modules/array-list: New file.
5172         * modules/carray-list, modules/carray-list-tests: New files.
5173         * modules/linked-list, modules/linked-list-tests: New files.
5174         * modules/avltree-list, modules/avltree-list-tests: New files.
5175         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5176         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5177         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5178         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5179         * modules/oset: New file.
5180         * modules/array-oset: New file.
5181         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5182         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5183         * tests/test-carray_list.c: New file.
5184         * tests/test-linked_list.c: New file.
5185         * tests/test-avltree_list.c: New file.
5186         * tests/test-rbtree_list.c: New file.
5187         * tests/test-linkedhash_list.c: New file.
5188         * tests/test-avltreehash_list.c: New file.
5189         * tests/test-rbtreehash_list.c: New file.
5190         * tests/test-avltree_oset.c: New file.
5191         * tests/test-rbtree_oset.c: New file.
5192         * MODULES.html.sh (Container data structures): New section.
5193
5194 2006-07-17  Bruno Haible  <bruno@clisp.org>
5195
5196         * m4/gl_list.m4: New file.
5197
5198 2006-07-17  Bruno Haible  <bruno@clisp.org>
5199
5200         * lib/gl_list.h: New file.
5201         * lib/gl_list.c: New file.
5202         * lib/gl_array_list.h: New file.
5203         * lib/gl_array_list.c: New file.
5204         * lib/gl_carray_list.h: New file.
5205         * lib/gl_carray_list.c: New file.
5206         * lib/gl_linked_list.h: New file.
5207         * lib/gl_linked_list.c: New file.
5208         * lib/gl_anylinked_list1.h: New file.
5209         * lib/gl_anylinked_list2.h: New file.
5210         * lib/gl_avltree_list.h: New file.
5211         * lib/gl_avltree_list.c: New file.
5212         * lib/gl_anyavltree_list1.h: New file.
5213         * lib/gl_anyavltree_list2.h: New file.
5214         * lib/gl_rbtree_list.h: New file.
5215         * lib/gl_rbtree_list.c: New file.
5216         * lib/gl_anyrbtree_list1.h: New file.
5217         * lib/gl_anyrbtree_list2.h: New file.
5218         * lib/gl_anytree_list1.h: New file.
5219         * lib/gl_anytree_list2.h: New file.
5220         * lib/gl_linkedhash_list.h: New file.
5221         * lib/gl_linkedhash_list.c: New file.
5222         * lib/gl_anyhash_list1.h: New file.
5223         * lib/gl_anyhash_list2.h: New file.
5224         * lib/gl_avltreehash_list.h: New file.
5225         * lib/gl_avltreehash_list.c: New file.
5226         * lib/gl_rbtreehash_list.h: New file.
5227         * lib/gl_rbtreehash_list.c: New file.
5228         * lib/gl_anytreehash_list1.h: New file.
5229         * lib/gl_anytreehash_list2.h: New file.
5230
5231         * lib/gl_oset.h: New file.
5232         * lib/gl_oset.c: New file.
5233         * lib/gl_array_oset.h: New file.
5234         * lib/gl_array_oset.c: New file.
5235         * lib/gl_avltree_oset.h: New file.
5236         * lib/gl_avltree_oset.c: New file.
5237         * lib/gl_rbtree_oset.h: New file.
5238         * lib/gl_rbtree_oset.c: New file.
5239         * lib/gl_anytree_oset.h: New file.
5240
5241 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5242
5243         * m4/mkancesdirs.m4: New file.
5244         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5245         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5246         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5247         it.
5248
5249 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5250
5251         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5252         * lib/mkancesdirs.h: New files.
5253         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5254         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5255         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5256         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5257         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5258         callers changed.  Revamp internals significantly, by not
5259         attempting to create directories that are temporarily more
5260         permissive than the final results.  Do not attempt to use
5261         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5262         This removes some race conditions, fixes some bugs, and simplifies
5263         things.  Use new dirchownmod function to do owner and mode changes.
5264         * lib/mkdir-p.h: Likewise.
5265         * lib/modechange.c (octal_to_mode): New function.
5266         (struct mode_change): New member mentioned.
5267         (make_node_op_equals): New arg mentioned.  All callers changed.
5268         (mode_compile): Keep track of which mode bits the user has explicitly
5269         mentioned.
5270         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5271         New arg PMODE_BITS, to keep track of which mode bits the user
5272         mentioned; it treats S_ISUID and S_ISGID speciall.
5273         All callers changed.
5274         * lib/modechange.h: Likewise.
5275
5276 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * MODULES.html.sh: Add mkancestors.
5279         * modules/mkancesdirs: New module.
5280         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5281         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5282         The chdir-safer and afs files are now orphans; I'll remove them
5283         unless someone speaks up.
5284         Add lib/dirchownmod.c, lib/dirchownmod.h.
5285         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5286         Add lchown, mkancesdirs.
5287         (Maintainer): Add self.
5288
5289 2006-07-15  Karl Berry  <karl@gnu.org>
5290
5291         * gnulib-tool: help message wording/arrangement.
5292
5293 2006-07-14  Simon Josefsson  <jas@extundo.com>
5294
5295         * doc/gnulib.texi (Libtool and Windows): New section.
5296
5297 2006-07-12  Simon Josefsson  <jas@extundo.com>
5298
5299         * modules/gendocs (License): Fix license, approved by Karl.
5300
5301 2006-07-12  Eric Blake  <ebb9@byu.net>
5302
5303         * MODULES.html.sh: Add gendocs.
5304
5305 2006-07-11  Eric Blake  <ebb9@byu.net>
5306
5307         * modules/fdl: New module, to install doc/fdl.texi.
5308         * MODULES.html.sh: Add new section for documentation modules.
5309         * gnulib-tool: Avoid space-tab.
5310         (--doc-base): New option, to manage files from doc.
5311
5312 2006-07-11  Eric Blake  <ebb9@byu.net>
5313
5314         * m4/absolute-header.m4: Fix comments to match recent change.
5315
5316 2006-07-11  Eric Blake  <ebb9@byu.net>
5317
5318         * gnulib-tool: List --doc-base before --tests-base.
5319
5320 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5321
5322         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5323
5324 2006-07-11  Bruno Haible  <bruno@clisp.org>
5325
5326         * README: Mention where to put documentation.
5327
5328 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5329
5330         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5331
5332 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5333
5334         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5335         to stdint.m4.
5336
5337 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5338
5339         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5340         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5341         "no/such/file/stdint.h" when there is no such file, so that
5342         the resulting C code can be parsed by dodgy compilers.
5343         Problems reported by Bob Proulx.
5344
5345 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5346
5347         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5348         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5349         macros into the GNU _D_EXACT_NAMLEN.
5350         * lib/savedir.c:  Likewise.
5351         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5352
5353 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5354         and Paul Eggert  <eggert@cs.ucla.edu>
5355
5356         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5357         * m4/savedir.m4:
5358         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5359         macros into the GNU _D_EXACT_NAMLEN.
5360
5361 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5362
5363         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5364         around the absolute name, to work around a problem with the HP-UX
5365         11.23 native C compiler, reported by Bob Proulx.
5366
5367 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5368
5369         * doc/maintain.texi, make-stds.texi: Sync from
5370         <http://savannah.gnu.org/projects/gnustandards>.
5371
5372 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5373
5374         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5375
5376 2006-07-09  Jim Meyering  <jim@meyering.net>
5377
5378         * m4/glob.m4: Remove a doubled word in a comment.
5379
5380 2006-07-09  Jim Meyering  <jim@meyering.net>
5381
5382         * lib/argp-pv.c: Remove a doubled word in a comment.
5383         * lib/check-version.c (check_version): Likewise.
5384         * lib/javacomp.c (compile_java_class): Likewise.
5385
5386 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5387
5388         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5389         for the benefit of people using Autoconf 2.60.  If you want to
5390         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5391         (or m4/onceonly.m4, if pre-2.57) manually.
5392
5393 2006-07-08  Jim Meyering  <jim@meyering.net>
5394
5395         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5396         comment.
5397         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5398         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5399         comment.
5400
5401 2006-07-08  Jim Meyering  <jim@meyering.net>
5402
5403         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5404
5405 2006-07-07  Simon Josefsson  <jas@extundo.com>
5406
5407         * tests/test-crc.c: Change expected crc value, the test vector
5408         were probably computed using the old broken crc.c?
5409
5410 2006-07-06  Simon Josefsson  <jas@extundo.com>
5411
5412         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5413         now the canonical place for the M4 file).
5414
5415         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5416         from the sys_socket dependency now.
5417
5418         * modules/inet_pton (Files): Ditto.
5419
5420         * modules/inet_ntop (Files): Ditto.
5421
5422 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5423
5424         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5425         not gl_PREREQ_GETUSERSHELL.
5426
5427 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5428
5429         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5430         with only one argument, for Autoconf 2.60.
5431         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5432         expand to nothing, so add a shell command to avoid syntax error.
5433         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5434
5435 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5436
5437         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5438
5439 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5440
5441         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5442         no longer needed.  Check for isblank decl.
5443         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5444         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5445         of existence.
5446
5447 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5448
5449         * lib/getloadavg.c: Use __VMS, not VMS.
5450         * lib/getopt.c: Likewise.
5451         * lib/getpagesize.h: Likewise.
5452         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5453         and probably does not work.
5454
5455 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5456
5457         * lib/.cppi-disable: Add wcwidth.
5458         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5459         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5460         (ISGRAPH): Remove.  All uses changed to isgraph.
5461         (FOLD) [!defined _LIBC]: Remove special case.
5462         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5463         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5464         HAVE_ISBLANK.
5465         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5466         case.
5467
5468 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5469
5470         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5471         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5472         brackets.  Other minor changes to suppress some compiler
5473         warnings.
5474
5475 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5476         and Paul Eggert  <eggert@cs.ucla.edu>
5477
5478         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5479         of invoking obsolescent AC_HEADER_DIRENT macro.
5480         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5481         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5482         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5483         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5484         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5485         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5486         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5487         * m4/readdir.m4: Remove; no longer needed.
5488
5489 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5490         and Paul Eggert  <eggert@cs.ucla.edu>
5491
5492         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5493         Don't worry about this obsolete case any more.
5494         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5495         directories.
5496         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5497         worry about this obsolete case any more.
5498         * lib/fts.c: Likewise.
5499         * lib/getcwd.c: Likewise.
5500         * lib/glob.h: Likewise.
5501         * lib/savedir.c: Likewise.
5502
5503 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5504
5505         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5506         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5507         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5508         needed.
5509         All uses removed.
5510         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5511         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5512         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5513         needed.
5514         * m4/getdate.m4 (gl_GETDATE): Likewise.
5515         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5516         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5517         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5518         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5519         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5520         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5521         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5522         needed.
5523
5524 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         * lib/memcasecmp.c: Include <limits.h>.
5527         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5528         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5529         Don't assume isdigit succeeds only on '0' through '9'.
5530
5531 2006-07-05  Eric Blake  <ebb9@byu.net>
5532
5533         * modules/getaddrinfo (Depends-on): Add snprintf.
5534
5535 2006-07-05  Eric Blake  <ebb9@byu.net>
5536
5537         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5538         to avoid 'header present but could not be compiled' on cygwin.
5539
5540 2006-07-05  Eric Blake  <ebb9@byu.net>
5541
5542         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5543         missing from netdb.h.
5544         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5545
5546 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5547
5548         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5549         no longer needed.
5550         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5551         * m4/getdate.m4 (gl_GETDATE): Likewise.
5552         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5553         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5554         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5555         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5556         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5557
5558 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5559
5560         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5561         All uses of is_space replaced by isspace.
5562         * lib/exit.h: Don't talk about STDC_HEADERS.
5563         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5564         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5565         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5566         replaced by isprint etc.
5567         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5568         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5569         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5570         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5571         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5572         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5573
5574 2006-07-05  Bruno Haible  <bruno@clisp.org>
5575
5576         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5577         the function exists, before testing against AIX.
5578         Reported by Martin Lambers <marlam@marlam.de>.
5579
5580 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5581
5582         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5583         From Mark D. Baushke.
5584
5585 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5586
5587         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5588         to the absolute name, not just one, to bypass Sun C 5.8's
5589         "warning: #include of /usr/include/... may be non-portable".
5590
5591 2006-07-04  Eric Blake  <ebb9@byu.net>
5592
5593         * modules/dirname-tests: New test module.
5594         * tests/test-dirname.c: New file, replacing dirname.c
5595         TEST_DIRNAME section that was recently deleted.
5596
5597 2006-07-04  Bruno Haible  <bruno@clisp.org>
5598
5599         Assume ANSI C header files and <ctype.h> functions.
5600         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5601         (mbsnwidth): Use isprint, iscntrl instead.
5602
5603 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5604
5605         Merge from coreutils.
5606         * MODULES.html.sh: Add xstrtold.
5607         * modules/xstrtold: New file.
5608         * modules/cycle-check (Files): Add lib/same-inode.h.
5609         * modules/dirname (Files): Add m4/double-slash-root.m4.
5610         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5611         * modules/mkdir-p (Files): Add lib/same-inode.h.
5612         * modules/same (Files): Add lib/same-inode.h.
5613
5614 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5615
5616         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5617         This is to keep the terminology clean; POSIX talks about
5618         "absolute pathnames", not "full pathnames", but the GNU
5619         Coding Standards say to use "path" for something else;
5620         so use "absolute" to keep both sides happy.
5621         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5622         Set gl_absolute_header, not gl_full_header_path.
5623         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5624         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5625         All uses changed.
5626
5627         Merge from coreutils.
5628
5629         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5630
5631         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5632         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5633         want to require the building of c-strtod.o.
5634         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5635         needs -lm directly.
5636         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5637
5638         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5639
5640         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5641         --as-needed option if available.  Problem reported by Albert Chin in
5642         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5643         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5644         cc merely issues a bunch of annoying warnings for --as-needed
5645         (this problem was reported by Bob Proulx).  Also, try linking with
5646         -lm to detect a bug in binutils 2.16 (this problem was reported
5647         by Ralf Wildenhues).
5648
5649         2006-06-18  Jim Meyering  <jim@meyering.net>
5650
5651         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5652         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5653         macro.
5654         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5655         also check for glibc-2.4's abort-inducing bug.
5656
5657         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5658         Low-probability clean-up should be to use rmdir to get rid of
5659         the just-created directory, not unlink.
5660
5661         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5662         configure fail, and request a bug report to inform us about it.
5663         Add a comment that, barring reports to the contrary, in 2007 we'll
5664         assume ftruncate is universally available.
5665
5666         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5667
5668         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5669
5670         2006-03-12  Jim Meyering  <jim@meyering.net>
5671
5672         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5673         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5674         * m4/same.m4 (gl_SAME): Likewise.
5675         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5676
5677         2006-03-11  Eric Blake  <ebb9@byu.net>
5678
5679         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5680         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5681         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5682         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5683
5684 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5685
5686         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5687         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5688         reported by Mark D. Baushke, one in
5689         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5690
5691         Merge from coreutils.
5692
5693         * lib/.cppi-disable: Add stdint_.h.
5694         * lib/.cvsignore: Add stdint.h.
5695
5696         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5697
5698         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5699         both double and long double versions.
5700         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5701         * lib/xstrtold.c: New file.
5702         * lib/xstrtod.h (xstrtold): New decl.
5703
5704         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5705
5706         * lib/filemode.c (setst): Remove.
5707         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5708         (arguably) clearer, and the generated code is a bit smaller on my
5709         Debian GNU/Linux stable x86 host.
5710
5711         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5712
5713         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5714         Assume that filemode.h includes sys/types.h and sys/stat.h.
5715         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5716         (ftypelet): Reorder to put common cases first, for efficiency.
5717         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5718         to do 'M'.
5719         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5720         of 10, for compatibility with FreeBSD.  All callers changed.
5721         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5722         types that can't be deduced solely from st_mode.  First arg is now a
5723         const pointer.
5724         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5725         (strmode): Renamed from mode_string.
5726         (filemodestring): New decl.
5727         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5728         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5729         needed.
5730         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5731
5732         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5733
5734         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5735         fsusage.h now does that.  Include fsusage.h first, to test interface.
5736         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5737         at most one method (the old code could have generated decls that
5738         didn't conform to C89, not that this was ever exercised).
5739         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5740
5741         2006-03-19  Jim Meyering  <jim@meyering.net>
5742
5743         Work even in a chroot where d_ino values for entries in "/"
5744         don't match the stat.st_ino values for the same names.
5745         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5746         number, iterate through all entries again, using lstat instead.
5747         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5748         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5749
5750         * lib/getcwd.c (__getcwd): Clarify a comment.
5751         Use memcpy in place of a call to strcpy.
5752
5753         2006-03-12  Jim Meyering  <jim@meyering.net>
5754
5755         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5756         matches that of the current directory (which we're about to chdir ".."
5757         out of), then save the dev-ino of the parent, instead.
5758
5759         * lib/same-inode.h (SAME_INODE): New file/macro.
5760         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5761         Include "same-inode.h", instead.
5762         * lib/same.c: Likewise.
5763         * lib/cycle-check.h: Include "same-inode.h".
5764         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5765         * lib/cycle-check.c (SAME_INODE): Remove definition.
5766         * lib/root-dev-ino.h: Include "same-inode.h".
5767
5768         2006-03-11  Eric Blake  <ebb9@byu.net>
5769
5770         * lib/same.c (same_name): s/base_name/last_component/
5771         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5772         * lib/filenamecat.c (file_name_concat): Likewise.
5773
5774         2006-03-11  Eric Blake  <ebb9@byu.net>,
5775                     Paul Eggert  <eggert@cs.ucla.edu>
5776
5777         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5778         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5779         drive prefix.
5780         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5781         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5782         (last_component): New method.
5783         * lib/dirname.c (dir_len): Determine when drive letters need a
5784         subsequent slash.  Preserve // when it is special.
5785         (dir_name): Don't append dot when drive letter is absolute.
5786         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5787         * lib/basename.c (base_name): New semantics - malloc the result.
5788         Preserve // when it is special.  Preserve relative files that look
5789         like drive letters.
5790         (base_len): Preserve // when it is special.
5791         (last_component): New method, similar to old base_name semantics.
5792         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5793         base_name.  Strip redundant slashes from ///.
5794
5795 2006-07-03  Jim Meyering  <jim@meyering.net>
5796
5797         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5798         macro is used before the first cycle_check call.
5799
5800 2006-07-03  Eric Blake  <ebb9@byu.net>
5801
5802         * modules/dirname (Depends-on): Add xstrndup.
5803
5804 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5805
5806         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5807         test cases, so that config.log is a bit easier to follow.
5808
5809 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5810
5811         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5812         both are 64 bits, since this seems to be the tradition, and this
5813         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5814         we ever run into a host that prefers long long to long in this
5815         case, we'll need another configure-time test.  Problem reported by
5816         Jim Meyering.
5817
5818 2006-07-02  Eric Blake  <ebb9@byu.net>
5819
5820         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5821
5822 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5823
5824         * modules/inttypes (Depends-on): No longer depends on stdint.
5825         * modules/stdint (Description): Say more about assumptions.
5826         Say that the fast types might differ.  Say macros are used.
5827         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5828         (Makefile.am): Revise list of substituted symbols to match
5829         new stdint.m4.
5830         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5831         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5832         * tests/test-stdint.c (verify_same_types)
5833         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5834         the code conforms to C99/C89.
5835         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5836         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5837
5838 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5839
5840         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5841         but fix a bug, by requiring at least 64 bits.
5842         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5843         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5844         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5845         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5846
5847         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5848         changes.  Make 2.59 a prerequisite.  Check and substitute for
5849         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5850         inttypes.h.  Do not use special include files; just use the
5851         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5852         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5853         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5854         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5855         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5856         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5857         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5858         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5859         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5860         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5861         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5862         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5863         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5864         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5865         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5866         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5867         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5868         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5869         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5870         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5871         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5872         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5873         not check for things that C99 does not require, e.g., int8_t.  If
5874         a test isn't needed unless <stdint.h> isn't working, and is
5875         unlikely to be needed for any other reason, then don't do it
5876         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5877         size_t, since we assume C89 freestanding at least.  Do not check
5878         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5879         the right thing even if the types are not defined.  Instead use:
5880         (gl_STDINT_TYPE_PROPERTIES): New macro.
5881         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5882         testing whether <sys/types.h> clashes, as Autoconf does this for
5883         us now.  All uses removed.
5884         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5885         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5886         (gl_CHECK_TYPE_SAME):
5887         Remove; no longer needed.
5888         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5889         exists, since we'll return 0 anyway in that case.
5890         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5891
5892 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5893
5894         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5895         possible collision with system files.
5896         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5897         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5898         WCHAR_MIN and WCHAR_MAX in this case.
5899         (<stddef.h>): Do not include; no longer needed.
5900         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5901         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5902         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5903         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5904         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5905         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5906         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5907         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5908         !defined(__c99))]: Include in this case too, since it's harmless
5909         now.
5910         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5911         dangerous to do so.
5912         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5913         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5914         (_STDINT_MIN, _STDINT_MAX): New macros.
5915         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5916         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5917         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5918         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5919         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5920         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5921         macros, not typedefs; this simplifies things quite a bit.
5922         Use long int for all types narrower than int64_t.
5923         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5924         Define in terms of long long int or int64_t or long int,
5925         not int64_t or int32_t.  This saves some compile-time testing.
5926         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5927         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5928         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5929         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5930         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
5931         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
5932         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
5933         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
5934         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
5935         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
5936         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5937         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5938         undef any previous version and define our own version, for
5939         simplicity and consistency with the new macros for types.
5940         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5941         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5942         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
5943         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
5944         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
5945         @WINT_T_SUFFIX@ to keep things simple here.
5946         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
5947         Simplify by assuming typical 8/16/32/64 host, since we're
5948         already doing that elsewhere anyway.
5949         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
5950         and assume long long int is 64 bits if available.  This
5951         speeds up 'configure'.
5952
5953 2006-07-01  Eric Blake  <ebb9@byu.net>
5954
5955         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
5956         Reported by Andreas Buening.
5957
5958 2006-07-01  Eric Blake  <ebb9@byu.net>
5959
5960         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
5961
5962 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5963
5964         * lib/getaddrinfo.c: fixed typo
5965
5966 2006-06-29  Jim Meyering  <jim@meyering.net>
5967
5968         * modules/strftime (Maintainer): Add my name, since with the
5969         FPRINTFTIME changes strftime.c has forked from glibc.
5970
5971 2006-06-29  Eric Blake  <ebb9@byu.net>
5972
5973         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
5974
5975 2006-06-29  Eric Blake  <ebb9@byu.net>
5976
5977         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
5978
5979 2006-06-29  Eric Blake  <ebb9@byu.net>
5980
5981         * lib/stat_.h: New file.
5982
5983 2006-06-29  Eric Blake  <ebb9@byu.net>
5984
5985         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
5986         unused static function.
5987
5988 2006-06-29  Eric Blake  <ebb9@byu.net>
5989
5990         * doc/functions.texi (Function Portability): Document missing lstat
5991         on mingw.
5992
5993 2006-06-29  Eric Blake  <ebb9@byu.net>
5994
5995         * MODULES.html.sh: Add sys_stat.
5996         * modules/sys_stat: New module.
5997         * modules/mkstemp (Depends-on): Add sys_stat.
5998
5999 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6000
6001         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6002
6003 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6004
6005         * m4/c-bs-a.m4: Removed.
6006
6007 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6008
6009         * lib/strftime.c: Assume strftime() exists.
6010
6011 2006-06-29  Derek Price  <derek@ximbiot.com>
6012
6013         * modules/c-bs-a: Removed - \a is C89.
6014         * MODULES.html.sh: Remove c-bs-a.
6015
6016 2006-06-29  Bruno Haible  <bruno@clisp.org>
6017
6018         * modules/wcwidth (License): Change to LGPL.
6019
6020 2006-06-28  Simon Josefsson  <jas@extundo.com>
6021
6022         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6023         on _WIN32.
6024
6025         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6026         getnameinfo.
6027
6028 2006-06-28  Simon Josefsson  <jas@extundo.com>
6029
6030         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6031
6032 2006-06-28  Simon Josefsson  <jas@extundo.com>
6033
6034         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6035         functions there.  It will succeed on Windows XP, but on Windows
6036         2000 and (presumably) earlier, it will fail, and use the internal
6037         re-implementation.
6038         (use_win32_p): New function.
6039         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6040         Support AI_NUMERICSERV to disable getservbyname.
6041         (getnameinfo): New function, only supports
6042         NI_NUMERICHOST|NI_NUMERICSERV for now.
6043
6044         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6045         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6046         getnameinfo.
6047
6048 2006-06-28  Eric Blake  <ebb9@byu.net>
6049
6050         * modules/wcwidth: New file.
6051         * modules/mbchar (Depends-on): Add wcwidth.
6052         * modules/mbswidth (Depends-on): Add wcwidth.
6053         * MODULES.html.sh: Add wcwidth.
6054
6055 2006-06-28  Eric Blake  <ebb9@byu.net>
6056
6057         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6058         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6059
6060 2006-06-28  Eric Blake  <ebb9@byu.net>
6061
6062         * lib/xvasprintf.h: Fix comments.
6063
6064 2006-06-28  Eric Blake  <ebb9@byu.net>
6065
6066         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6067         * lib/mbswidth.c (wcwidth): Move from here...
6068         * lib/wcwidth.h: ...to this new file.
6069
6070 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6071
6072         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6073
6074         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6075         it's obsolete.
6076         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6077
6078 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6079
6080         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6081         Autoconf 2.60 says this stuff was obsolete.
6082
6083 2006-06-28  Bruno Haible  <bruno@clisp.org>
6084
6085         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6086
6087 2006-06-28  Bruno Haible  <bruno@clisp.org>
6088
6089         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6090         gt_TYPE_WCHAR_T.
6091
6092 2006-06-28  Bruno Haible  <bruno@clisp.org>
6093
6094         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6095         declaration for wcwidth.
6096         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6097
6098 2006-06-28  Bruno Haible  <bruno@clisp.org>
6099
6100         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6101         (mkdir): Define using _mkdir.
6102
6103 2006-06-28  Bruno Haible  <bruno@clisp.org>
6104
6105         * lib/getaddrinfo.h: Fix POSIX URL.
6106         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6107         _WIN32.
6108         (use_win32_p): Make static.
6109         (getaddrinfo): Reject service name if it is empty or does not consist
6110         solely of decimal digits, or if its value is > 65535.
6111         (getnameinfo): Remove useless casts.
6112
6113 2006-06-27  Simon Josefsson  <jas@extundo.com>
6114
6115         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6116         Eggert and Martin Lambers.
6117
6118 2006-06-27  Simon Josefsson  <jas@extundo.com>
6119
6120         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6121         Eggert and Martin Lambers.
6122
6123 2006-06-27  Bruno Haible  <bruno@clisp.org>
6124
6125         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6126         result to 0, not to empty.
6127         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6128
6129 2006-06-27  Bruno Haible  <bruno@clisp.org>
6130
6131         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6132
6133 2006-06-26  Simon Josefsson  <jas@extundo.com>
6134
6135         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6136         present.
6137
6138 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6139
6140         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6141         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6142         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6143
6144 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6145
6146         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6147
6148 2006-06-26  Bruno Haible  <bruno@clisp.org>
6149
6150         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6151
6152 2006-06-26  Bruno Haible  <bruno@clisp.org>
6153
6154         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6155
6156 2006-06-26  Bruno Haible  <bruno@clisp.org>
6157
6158         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6159         SGI C compiler in pre-C99 mode.
6160         Suggested by Mark D. Baushke and Larry Jones.
6161
6162 2006-06-26  Bruno Haible  <bruno@clisp.org>
6163
6164         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6165         WCHAR_MAX.
6166         Reported by Mark D. Baushke and Larry Jones.
6167
6168 2006-06-26  Bruno Haible  <bruno@clisp.org>
6169
6170         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6171         in pre-C99 mode.
6172         Suggested by Mark D. Baushke and Larry Jones.
6173
6174 2006-06-23  Simon Josefsson  <jas@extundo.com>
6175             Bruno Haible  <bruno@clisp.org>
6176
6177         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6178         Emit mostlyclean-local rule.
6179         (func_emit_tests_Makefile_am): Likewise.
6180         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6181
6182 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6183
6184         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6185
6186 2006-06-23  Bruno Haible  <bruno@clisp.org>
6187
6188         * tests/test-stdint.c: Update to match ISO C 99 Technical
6189         Corrigendum 1.
6190
6191 2006-06-23  Bruno Haible  <bruno@clisp.org>
6192
6193         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6194
6195 2006-06-23  Bruno Haible  <bruno@clisp.org>
6196
6197         * lib/stdint_.h: Treat IRIX like OpenBSD.
6198
6199 2006-06-23  Bruno Haible  <bruno@clisp.org>
6200
6201         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6202         ISO C 99 Technical Corrigendum 1.
6203
6204 2006-06-22  Simon Josefsson  <jas@extundo.com>
6205
6206         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6207         MinGW.
6208
6209 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6210
6211         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6212         needed.  Some compiler complained about some of them.  Problem reported
6213         by Larry Jones in
6214         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6215
6216 2006-06-21  Simon Josefsson  <jas@extundo.com>
6217
6218         * tests/test-getaddrinfo.c: New file.
6219
6220         * modules/getaddrinfo-tests: New file.
6221
6222         * MODULES.html.sh: Add inet_pton.
6223
6224         * modules/inet_pton: New file.
6225
6226 2006-06-21  Simon Josefsson  <jas@extundo.com>
6227
6228         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6229         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6230         of using the (limited) gnulib implementation on Windows XP.
6231
6232         * m4/inet_pton.m4: New file.
6233
6234 2006-06-21  Simon Josefsson  <jas@extundo.com>
6235
6236         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6237         variable.
6238
6239         * lib/socket_.h: Don't define WINVER.
6240
6241         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6242         slightly modified to work in gnulib.
6243
6244 2006-06-21  Simon Josefsson  <jas@extundo.com>
6245
6246         * doc/gnulib.texi (Windows sockets): Add.
6247
6248 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6249
6250         * lib/read-file.c (fread_file): Start with buffer allocation of
6251         0 bytes rather than 1 byte; this simplifies the code.
6252         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6253         code to free buffer and save/restore errno.
6254         (internal_read_file): Remove unused local.
6255
6256 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6257
6258         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6259         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6260         Problem reported by Denis Excoffier in
6261         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6262
6263 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6264
6265         * modules/sys_socket, modules/socklen: Include sys/types since
6266         FreeBSD 4.x's sys/socket.h needs it.
6267
6268 2006-06-19  Simon Josefsson  <jas@extundo.com>
6269
6270         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6271
6272 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6273
6274         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6275
6276 2006-06-19  Bruno Haible  <bruno@clisp.org>
6277
6278         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6279         and FULL_PATH_INTTYPES_H in angle brackets.
6280         Reported by Mark D. Baushke <mdb@gnu.org>.
6281
6282 2006-06-17  Eric Blake  <ebb9@byu.net>
6283
6284         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6285         errno.
6286
6287 2006-06-17  Bruno Haible  <bruno@clisp.org>
6288
6289         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6290         <sys/inttypes.h>.
6291
6292 2006-06-17  Bruno Haible  <bruno@clisp.org>
6293
6294         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6295         whether errno is declared. Assume <errno.h> declares errno.
6296
6297 2006-06-17  Bruno Haible  <bruno@clisp.org>
6298
6299         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6300
6301 2006-06-17  Bruno Haible  <bruno@clisp.org>
6302
6303         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6304         problem on Solaris 2.5.1.
6305
6306 2006-06-16  Eric Blake  <ebb9@byu.net>
6307
6308         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6309         * lib/unicodeio.c [!defined errno]: Likewise.
6310         * lib/strtol.c [!defined errno]: Likewise.
6311         * lib/strtod.c [!defined errno]: Likewise.
6312
6313 2006-06-15  Eric Blake  <ebb9@byu.net>
6314
6315         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6316
6317 2006-06-15  Eric Blake  <ebb9@byu.net>
6318
6319         * config/srclist.txt (ssize_t.m4): Lose sync.
6320
6321 2006-06-15  Bruno Haible  <bruno@clisp.org>
6322
6323         * modules/stdint (Files): Include m4/full-header-path.m4,
6324         m4/size_max.m4, m4/wchar_t.m4.
6325         (Makefile.am): Many more substitutions.
6326         * modules/stdint-tests: New file.
6327         * tests/test-stdint.c: New file.
6328
6329 2006-06-15  Bruno Haible  <bruno@clisp.org>
6330
6331         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6332         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6333         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6334         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6335         gl_CHECK_TYPE_SAME): New macros.
6336
6337 2006-06-15  Bruno Haible  <bruno@clisp.org>
6338
6339         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6340
6341 2006-06-15  Bruno Haible  <bruno@clisp.org>
6342
6343         * lib/stdint_.h: Rewritten to be fully auto-configured.
6344         Fixes bug on HP-UX/IA64.
6345
6346 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6347
6348         * lib/getdate.y (__attribute__): Don't define if already defined.
6349         Problem reported by Larry Jones.
6350         * lib/utimens.c (__attribute__): Likewise.
6351
6352 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6353
6354         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6355         reported by Andreas Schwab.
6356
6357 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6358             Bruno Haible  <bruno@clisp.org>
6359
6360         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6361         check for the declaration of strnlen and a run test that exposes the
6362         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6363         rpl_strndup.
6364
6365 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6366             Bruno Haible  <bruno@clisp.org>
6367
6368         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6369
6370 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6371
6372         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6373         compile test, for Tru64 4.0D.
6374
6375 2006-05-28  Karl Berry  <karl@gnu.org>
6376
6377         * config/srclist.txt (printf-args.c): lose sync.
6378
6379 2006-05-26  Martin Lambers  <marlam@marlam.de>
6380
6381         * lib/getpass.c: Updates the test for the native W32 API, and adds
6382         missing includes, thus fixing compilation warnings.
6383
6384 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6385
6386         * lib/exclude.c (exclude_fnmatch): New function.
6387         (excluded_file_name): Call exclude_fnmatch.
6388         * lib/exclude.h (excluded_file_name): New prototype
6389
6390 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6391
6392         * lib/tempname.c (small_open, large_open): New macros.
6393         (__open, __open64) [!_LIBC]: Remove.
6394         (__gen_tempname): Use small_open and large_open instead of __open
6395         and __open64.  This fixes a portability bug on HP-UX 11.11i
6396         reported by Simon Wing-Tang in
6397         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6398
6399 2006-05-24  Bruno Haible  <bruno@clisp.org>
6400
6401         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6402         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6403         Reported by Thorsten Maerz <torte@netztorte.de> via
6404         Aaron Stone <aaron@serendipity.cx>.
6405
6406 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6407
6408         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6409         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6410         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6411         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6412         not really conditional on the cache.
6413         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6414
6415 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6416
6417         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6418         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6419         (my_usleep): Don't mishandle maximum value.
6420
6421 2006-05-19  Jim Meyering  <jim@meyering.net>
6422
6423         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6424
6425 2006-05-17  Bruno Haible  <bruno@clisp.org>
6426
6427         Cygwin portability.
6428         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6429
6430 2006-05-17  Bruno Haible  <bruno@clisp.org>
6431
6432         * lib/stdint_.h: Fix recognition of Cygwin.
6433
6434 2006-05-15  Bruno Haible  <bruno@clisp.org>
6435
6436         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6437         on libtool patch by Ralf Wildenhues.
6438
6439 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6440
6441         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6442         test for C99 conformance; (bool) 0.5 is an integer constant
6443         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6444         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6445
6446 2006-05-11  Simon Josefsson  <jas@extundo.com>
6447
6448         * m4/xvasprintf.m4: Fix obvious typo.
6449
6450 2006-05-11  Jim Meyering  <jim@meyering.net>
6451
6452         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6453         James Lemley.
6454
6455 2006-05-10  Simon Josefsson  <jas@extundo.com>
6456
6457         * lib/md4.c: Typo fix, update copyright years.
6458         (K1, K2): Don't use L because it turn computations into 64-bit on
6459         64-bit platforms.
6460
6461 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6462
6463         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6464         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6465         unwanted sign propagation, e.g., on hosts with 64-bit int.
6466         There still are some problems with reeelly weird theoretical hosts
6467         (e.g., 33-bit int) but it's not worth worrying about now.
6468         * lib/sha1.c (rol): Likewise.
6469         (K1, K2, K3, K4): Remove unnecessary L suffix.
6470
6471 2006-05-10  Bruno Haible  <bruno@clisp.org>
6472
6473         * lib/des.c: Cast to avoid warnings.
6474
6475 2006-05-09  Bruno Haible  <bruno@clisp.org>
6476
6477         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6478         (Depends-on): Depend also on xsize, stdarg.
6479         (configure.ac): Add gl_XVASPRINTF.
6480
6481 2006-05-09  Bruno Haible  <bruno@clisp.org>
6482
6483         * m4/xvasprintf.m4: New file.
6484
6485 2006-05-09  Bruno Haible  <bruno@clisp.org>
6486
6487         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6488         (EOVERFLOW): Define fallback value.
6489         (xstrcat): New function.
6490         (xvasprintf): Recognize the special case of a string concatenation.
6491
6492 2006-05-08  Eric Blake  <ebb9@byu.net>
6493
6494         * gnulib-tool (func_version): Base copyright year on CVS date.
6495         (func_emit_copyright_notice): New function.
6496         (func_emit_lib_Makefile_am): Use it.
6497         (func_emit_tests_Makefile_am): Likewise.
6498         (func_import): Likewise.
6499
6500 2006-05-08  Bruno Haible  <bruno@clisp.org>
6501
6502         * modules/stdarg: New file.
6503         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6504
6505 2006-05-08  Bruno Haible  <bruno@clisp.org>
6506
6507         * m4/stdarg.m4: New file, from GNU gettext.
6508
6509 2006-05-08  Bruno Haible  <bruno@clisp.org>
6510
6511         * config/srclist.txt (build-aux/config.rpath): different from latest
6512         release.
6513
6514 2006-05-08  Bruno Haible  <bruno@clisp.org>
6515
6516         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6517
6518 2006-05-05  Jim Meyering  <jim@meyering.net>
6519
6520         * m4/warning.m4: New file, derived from bison's file by the same name.
6521
6522 2006-05-03  Bruno Haible  <bruno@clisp.org>
6523
6524         * lib/stdint_.h: Shorter URL.
6525         * lib/inttypes.h: Likewise.
6526
6527 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6528
6529         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6530
6531 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6532
6533         * lib/verify.h: Document the internals better.  Most of this change
6534         was written by Bruno Haible.
6535
6536 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6537
6538         * doc/verify.texi: New file, partly based on a proposal by
6539         Bruno Haible.
6540
6541 2006-05-02  Bruno Haible  <bruno@clisp.org>
6542
6543         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6544         test from here...
6545         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6546
6547 2006-04-29  Bruno Haible  <bruno@clisp.org>
6548
6549         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6550         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6551
6552 2006-04-29  Bruno Haible  <bruno@clisp.org>
6553
6554         * gnulib-tool: Make --update option actually work.
6555
6556 2006-04-29  Bruno Haible  <bruno@clisp.org>
6557
6558         * doc/gcd.texi: New file.
6559         * doc/gnulib.texi: Include it.
6560
6561 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6562
6563         * lib/getdate.y (get_date): When adding relative date, start with the
6564         initial time, not with the result of the first mktime call.
6565
6566 2006-04-25  Bruno Haible  <bruno@clisp.org>
6567
6568         * gnulib-tool (func_import): Output the include directives in three
6569         blocks, sorted separately.
6570         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6571
6572 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6573
6574         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6575         to define main with arguments, for C++.  Reported by Eric Blake.
6576         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6577         Prefer 'int main ()' to 'int main (void)', for C++.
6578         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6579         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6580         for 'main', for C99 and C++.
6581
6582 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6583
6584         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6585         Don't assume that exit status -1 is valid.
6586         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6587         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6588         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6589         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6590         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6591         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6592         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6593         functions can be used without declaring them, or that you can
6594         exit with status -1.
6595         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6596
6597 2006-04-24  Karl Berry  <karl@gnu.org>
6598
6599         * config/srclist.txt (longdouble.m4): sync lost.
6600
6601 2006-04-24  Eric Blake  <ebb9@byu.net>
6602
6603         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6604
6605 2006-04-24  Bruno Haible  <bruno@clisp.org>
6606
6607         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6608         poll() implementation in AIX.
6609         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6610
6611 2006-04-24  Bruno Haible  <bruno@clisp.org>
6612
6613         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6614         assigned exactly once.
6615
6616 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6617             Bruno Haible  <bruno@clisp.org>
6618
6619         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6620         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6621         for AM_CPPFLAGS.
6622
6623 2006-04-23  Bruno Haible  <bruno@clisp.org>
6624
6625         * modules/copy-file: Depend on unistd.
6626         * modules/execute: Likewise.
6627         * modules/fatal-signal: Likewise.
6628         * modules/findprog: Likewise.
6629         * modules/mkdtemp : Likewise.
6630         * modules/pipe: Likewise.
6631         * modules/wait-process: Likewise.
6632
6633 2006-04-23  Bruno Haible  <bruno@clisp.org>
6634
6635         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6636         condition was already detected.
6637         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6638
6639 2006-04-23  Bruno Haible  <bruno@clisp.org>
6640
6641         * lib/copy-file.c: Include <unistd.h> unconditionally.
6642         * lib/execute.c: Likewise.
6643         * lib/fatal-signal.c: Likewise.
6644         * lib/findprog.c: Likewise.
6645         * lib/mkdtemp.c: Likewise.
6646         * lib/pipe.h: Likewise.
6647         * lib/pipe.c: Likewise.
6648         * lib/wait-process.h: Likewise.
6649
6650 2006-04-23  Bruno Haible  <bruno@clisp.org>
6651
6652         * gnulib-tool (func_usage): Fix --import description. Document
6653         --update.
6654         (func_import): Create temporary file in a temporary directory, if
6655         --dry-run is specified. Silence errors from 'grep' when there are no
6656         m4 files in $m4dir.
6657         (func_create_testdir): Silence errors from 'grep' when there are no
6658         m4 files in $m4dir.
6659         Reported by Karl Berry <karl@freefriends.org>.
6660
6661 2006-04-20  Bruno Haible  <bruno@clisp.org>
6662
6663         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6664         one argument, so that the code will be portable to Autoconf 2.60.
6665         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6666         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6667         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6668
6669 2006-04-19  Derek Price  <derek@ximbiot.com>
6670             Eric Blake  <ebb9@byu.net>
6671
6672         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6673         rather than "/full/path.h".  Update comment to match.  Shorten &
6674         generalize m4_translit call via AS_TR_CPP.
6675
6676 2006-04-19  Derek Price  <derek@ximbiot.com>
6677             Eric Blake  <ebb9@byu.net>
6678
6679         * lib/inttypes.h: Correct grammar in comment.
6680
6681 2006-04-18  Derek Price  <derek@ximbiot.com>
6682             Paul Eggert  <eggert@cs.ucla.edu>
6683
6684         * modules/inttypes: New file.
6685         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6686
6687 2006-04-18  Derek Price  <derek@ximbiot.com>
6688             Paul Eggert  <eggert@cs.ucla.edu>
6689
6690         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6691         New files.
6692
6693 2006-04-18  Derek Price  <derek@ximbiot.com>
6694             Paul Eggert  <eggert@cs.ucla.edu>
6695
6696         * lib/inttypes.h: New file.
6697         * lib/strtoimax.c: Assume <inttypes.h>.
6698
6699 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6700
6701         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6702         isn't mounted.  Problem reported by Kir Kolyshkin.
6703
6704 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6705
6706         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6707         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6708         Derek R. Price.
6709         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6710         implementation.
6711
6712 2006-04-12  Eric Blake  <ebb9@byu.net>
6713
6714         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6715         is now done automatically by the corresponding Autoconf macro.
6716
6717 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6718
6719         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6720         time_r.h.
6721
6722 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6723
6724         Merge regex changes from libc, removing some of our
6725         POSIX-conformance changes that were rejected and redoing them in a
6726         less-intrusive way.
6727
6728         * lib/regcomp.c (re_compile_internal, init_dfa):
6729         Length arg is now size_t, not Idx.  All uses changed.
6730         (peek_token): Forward decl now says internal_function.
6731         (__re_error_msgid, __re_error_msgid_idx):
6732         Now static rather than extern with attribute_hidden.
6733         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6734         For some reason libc prefers K&R style defns for external functions.
6735         (regerror) [!defined _LIBC]: Likewise.
6736         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6737         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6738         (build_range_exp, build_collating_symbol):
6739         Use K&R-style defn.
6740         (re_compile_fastmap): Use '\0' to memset, not 0.
6741         (utf8_sb_map): Make the calculations more obvious.
6742         (init_dfa, parse_bracket_exp, build_charclass_op):
6743         Call calloc and cast result, as glibc does.
6744         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6745         (build_range_exp, build_collating_symbol):
6746         Now internal functions.
6747
6748         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6749
6750         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6751         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6752         Don't depend on VMS; depend on __VMS instead, for POSIX
6753         namespace cleanness.
6754         (regoff_t): Define to ssize_t, not long int.
6755
6756         Remove the REG_ macros named below.  Instead, make the old names
6757         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6758         __USE_GNU_REGEX.
6759         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6760         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6761         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6762         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6763         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6764         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6765         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6766         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6767         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6768         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6769         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6770         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6771         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6772         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6773         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6774         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6775         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6776         (REG_NREGS):
6777         Remove.  All uses replaced by the old RE_* names.
6778         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6779         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6780         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6781         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6782         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6783         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6784         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6785         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6786         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6787         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6788         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6789         Don't bother having these macros be independent of each others'
6790         values, since they no longer exist in the POSIX name space.
6791
6792         Rename the following member names back to their old names,
6793         unless !__USE_GNU_REGEX.  All uses changed back.
6794         (buffer): Renamed from re_buffer.
6795         (allocated): Renamed from re_allocated.
6796         (used): Renamed from re_used.
6797         (syntax): Renamed from re_syntax.
6798         (fastmap): Renamed from re_fastmap.
6799         (translate): Renamed from re_translate.
6800         (can_be_null): Renamed from re_can_be_null.
6801         (regs_allocated): Renamed from re_regs_allocated.
6802         (fastmap_accurate): Renamed from re_fastmap_accurate.
6803         (no_sub): Renamed from re_no_sub.
6804         (not_bol): Renamed from re_not_bol.
6805         (not_eol): Renamed from re_not_eol.
6806         (newline_anchor): Renamed from re_newline_anchor.
6807         (num_regs): Renamed from rm_num_regs.
6808         (start): Renamed from rm_start.
6809         (end): Renamed from rm_end.
6810
6811         (free_state): Move up a bit.
6812
6813         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6814         #define to be empty.
6815         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6816         when that is what is intended.
6817         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6818         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6819         (MAX): New macro.
6820         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6821         All uses changed back to re_malloc, etc.  It's now the caller's
6822         responsibility to check for overflow; all callers changed.
6823         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6824         (re_x2nrealloc): Remove.
6825         (free_state): Remove decl.
6826
6827         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6828         (re_set_registers, re_exec):
6829         Use K&R-style defn.
6830
6831         2006-01-31  Roland McGrath  <roland@redhat.com>
6832
6833         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6834         Reported by Mike Frysinger <vapier@gentoo.org>.
6835
6836         2006-01-15  Andreas Jaeger  <aj@suse.de>
6837
6838         [BZ #1950]
6839         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6840         build_wcs_upper_buffer change.
6841         (build_wcs_upper_buffer): Change return type.
6842
6843         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6844
6845         * lib/regex_internal.h: Include <stdint.h> if available.
6846
6847         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6848
6849         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6850
6851         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6852
6853         * lib/regcomp.c: Adjust for changed secondary hash function.
6854
6855         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6856
6857         * lib/regex.h: Pretty printing.
6858         Clean up namespace a bit.
6859
6860         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6861
6862         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6863         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6864
6865         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6866                     Ulrich Drepper  <drepper@redhat.com>
6867
6868         [BZ #1302]
6869         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6870         changed.
6871         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6872
6873         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6874
6875         [BZ #281]
6876         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6877         * lib/regcomp.c: Remove unnecessary uses of
6878         unsigned RE_TRANSLATE_TYPE.
6879         * lib/regex_internal.h: Likewise.
6880         * lib/regex_internal.c: Likewise.
6881         * lib/regexec.c: Likewise.
6882         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6883
6884         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6885
6886         * lib/regexec.c (find_recover_state): Remove unnecessary
6887         initialization.
6888         (transit_state_bkref): Make DFA a const pointer.
6889         (get_subexp): Likewise.
6890         (check_arrival): Likewise.
6891         (update_cur_sifted_state): Likewise.
6892         (re_search_internal): Likewise.
6893         (prune_impossible_nodes): Likewise.
6894         (acquire_init_state_context): Likewise.
6895         (proceed_next_node): Likewise.
6896         (set_regs): Likewise.
6897         (free_fail_stack_return): Likewise.
6898         (check_arrival_expand_ecl): Mark DFA parameter as const.
6899         (check_arrival_expand_ecl_sub): Likewise.
6900         (check_subexp_limits): Likewise.
6901         (sub_epsilon_src_nodes):  Likewise.
6902         (add_epsilon_src_nodes):  Likewise.
6903         (merge_state_array): Likewise.
6904         (update_regs): Likewise.
6905         (build_trtable): Likewise.
6906         (sift_states_backward): Mark MCTX parameter as const.
6907         (build_sifted_states): Likewise.
6908         (update_cur_sifted_state): Likewise.
6909         (sift_states_mkref): Likewise.
6910         (check_arrival_expand_ecl): Mark eclosure as const.
6911         (check_dst_limits_calc_pos_1): Likewise.
6912         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6913         pointer.
6914
6915         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6916
6917         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6918         (transit_state_sb): Likewise.
6919         (transit_state_mb): Likewise.
6920         (sift_states_iter_mb): Likewise.
6921         (check_arrival_add_next_nodes): Likewise.
6922         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6923         [_LIBC] (re_search_2_stub): Use mempcpy.
6924
6925         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6926         mbrtowc for very simple UTF-8 case.
6927
6928         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6929         a pointer-to-const.
6930         (re_acquire_state_context): Likewise.
6931         * lib/regex_internal.h: Adjust prototypes.
6932
6933         * lib/regex.c: Prevent using C++ compilers.
6934
6935         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
6936         (re_acquire_state_context): Likewise.
6937
6938 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6939
6940         * modules/regex (Depends-on): Add ssize_t.
6941
6942 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6943
6944         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
6945         translation table.
6946
6947 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6948
6949         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
6950
6951 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
6952             Bruno Haible  <bruno@clisp.org>
6953
6954         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
6955         <sys/types.h> and <inttypes.h>.
6956
6957 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6958
6959         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
6960         `__error_t_defined', so argp.h will not typedef the former.
6961
6962 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6963
6964         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
6965         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
6966         glibc names.  Even if glibc is changed to conform to POSIX, the
6967         traditional names will be available anyway, since regex depends on
6968         the extensions module.  Also, fix a longstanding typo in the
6969         implementation of Spencer ERE test #75 from grep 2.3.  Problems
6970         reported by Emanuele Giaquinta.  Also, change sense of cached
6971         variable, so that the message makes sense.
6972
6973 2006-03-24  Simon Josefsson  <jas@extundo.com>
6974
6975         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
6976         including some doc fixes.
6977         (base64_encode_alloc): Fix +1 bug on allocation failures.
6978
6979 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6980
6981         * lib/base64.c (base64_encode): Do not read past end of array with
6982         unsanitized input on systems with CHAR_BIT > 8.
6983
6984 2006-03-24  Eric Blake  <ebb9@byu.net>
6985
6986         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
6987
6988 2006-03-22  Karl Berry  <karl@gnu.org>
6989
6990         * config/srclist.txt (*setenv.[ch]): get from coreutils.
6991         * config/srclistvars.sh (COREUTILS): new var.
6992
6993 2006-03-17  Jim Meyering  <jim@meyering.net>
6994
6995         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
6996         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
6997
6998 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6999
7000         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7001         no longer needs it.  Instead, check that regoff_t is as least
7002         as wide as ptrdiff_t.
7003
7004         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7005         so that our regex.h stays compatible with the installed regex.
7006         This is helpful for installers who configure --without-included-regex.
7007         Problem reported by Emanuele Giaquinta.
7008
7009 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7010
7011         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7012         Typedef to long int, not to off_, as POSIX will likely change
7013         in that direction.
7014
7015 2006-03-15  Eric Blake  <ebb9@byu.net>
7016
7017         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7018
7019 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7020
7021         * lib/argp-help.c (validate_uparams): Fix typo
7022         * lib/argp-parse.c (argp_default_options): Consistently begin help
7023         messages with a lowercase letter.
7024
7025 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7026
7027         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7028         overrun buffers and shouldn't be used (much as gets shouldn't be
7029         used).
7030         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7031
7032 2006-03-08  Simon Josefsson  <jas@extundo.com>
7033
7034         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7035         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7036
7037 2006-03-08  Simon Josefsson  <jas@extundo.com>
7038
7039         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7040         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7041
7042 2006-03-08  Simon Josefsson  <jas@extundo.com>
7043
7044         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7045         signal that configure disabled the device.
7046
7047 2006-03-08  Simon Josefsson  <jas@extundo.com>
7048
7049         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7050         languages.
7051
7052 2006-03-07  Simon Josefsson  <jas@extundo.com>
7053
7054         * modules/getopt (Depends-on): Add unistd.
7055
7056         * modules/unistd: New file.
7057
7058 2006-03-07  Simon Josefsson  <jas@extundo.com>
7059
7060         * modules/gc-random: New file.
7061
7062 2006-03-07  Simon Josefsson  <jas@extundo.com>
7063
7064         * m4/unistd_h.m4: New file.
7065
7066 2006-03-07  Simon Josefsson  <jas@extundo.com>
7067
7068         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7069         test to be side-effect free by storing the result in the cache
7070         variable gl_cv_lib_readline, and moving the assignment of
7071         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7072         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7073
7074 2006-03-07  Simon Josefsson  <jas@extundo.com>
7075
7076         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7077         error on missing devices (the functions will return an error).
7078
7079         * m4/gc.m4: Move random stuff to gc-random.m4
7080
7081 2006-03-07  Simon Josefsson  <jas@extundo.com>
7082
7083         * lib/unistd_.h: New file.
7084
7085 2006-03-07  Simon Josefsson  <jas@extundo.com>
7086
7087         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7088
7089 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7090
7091         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7092         Problem reported by Juan Manuel Guerrero.
7093
7094 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7095
7096         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7097         the unistd module.
7098         * lib/getlogin_r.c: Likewise.
7099         * lib/getlogin_r.h: Likewise.
7100         * lib/glob.c: Likewise.
7101         * lib/pagealign_alloc.c: Likewise.
7102         * lib/unistd_.h: Remove; no longer needed.
7103
7104 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7105
7106         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7107         Add unistd.
7108         * modules/c-stack (Depends-on): Add unistd.
7109         * modules/getlogin_r: Likewise.
7110         * modules/glob: Likewise.
7111         * modules/pagealign_alloc: Likewise.
7112         * modules/unistd (Files): Remove lib/unistd_.h.
7113         (EXTRA_DIST): Remove.
7114         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7115         need unistd_.h.
7116         (MOSTLYCLEANFILES): Remove unistd.h-t.
7117
7118 2006-03-03  Simon Josefsson  <jas@extundo.com>
7119
7120         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7121
7122 2006-03-03  Simon Josefsson  <jas@extundo.com>
7123
7124         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7125         libidn and bison.
7126
7127 2006-03-03  Simon Josefsson  <jas@extundo.com>
7128
7129         * build-aux/maint.mk: Add indent target.
7130
7131 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7132
7133         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7134         our replacement poll.h in any case, to avoid a differing
7135         declaration from a system header.  Seen on AIX.
7136
7137 2006-03-01  Simon Josefsson  <jas@extundo.com>
7138
7139         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7140         <kasal@ucw.cz>.
7141
7142 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7143
7144         * modules/gettime (Depends-on): Add extensions module.
7145         * modules/nanosleep (Depends-on): Likewise.
7146         * modules/settime (Depends-on): Likewise.
7147
7148 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7149
7150         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7151         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7152         pedantically.
7153         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7154         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7155
7156         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7157         not "==".  Reported by Ralf Wildenhues.
7158
7159 2006-03-01  Karl Berry  <karl@gnu.org>
7160
7161         * doc/Copyright/request-*: new files, synced from gnuorg.
7162
7163 2006-03-01  Karl Berry  <karl@gnu.org>
7164
7165         * config/srclist.txt (Copyright/*): new entries.
7166
7167 2006-02-28  Simon Josefsson  <jas@extundo.com>
7168
7169         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7170
7171 2006-02-27  Simon Josefsson  <jas@extundo.com>
7172
7173         * lib/base64.h: Indent #define's.  From Jim Meyering
7174         <jim@meyering.net>.
7175
7176 2006-02-27  Jim Meyering  <jim@meyering.net>
7177
7178         Revert the change of 2006-02-24, so these files can continue
7179         to be sync'd from gettext.
7180         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7181         of `config.h'.
7182
7183 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7184
7185         * modules/intprops: New file.
7186         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7187         Add intprops.
7188         * modules/getloadavg (Files): Remove lib/intprops.h.
7189         (Depends-on): Add intprops.
7190         * modules/human: Likewise.
7191         * modules/inttostr: Likewise.
7192         * modules/openat: Likewise.
7193         * modules/sig2str: Likewise.
7194         * modules/userspec: Likewise.
7195         * modules/utimecmp: Likewise.
7196         * modules/xnanosleep: Likewise.
7197         * modules/xstrtol: Likewise.
7198
7199 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7200
7201         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7202         * modules/lock-tests (TESTS): Use $(EXEEXT).
7203         * modules/tls-tests: Likewise.
7204         * modules/argp-tests: Likewise.
7205         (check_PROGRAMS): New var, replacing...
7206         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7207
7208 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7209
7210         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7211         `config.h'.
7212
7213 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7214
7215         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7216
7217 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7218
7219         Sync from coreutils.
7220         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7221         gl_CHDIR_SAFER.
7222
7223 2006-02-22  Jim Meyering  <jim@meyering.net>
7224
7225         Sync from coreutils.
7226         * m4/chdir-safer.m4: New file.
7227
7228 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7229
7230         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7231         AT_FDCWD exceeds INT_MAX.
7232         * lib/openat.h (AT_FDCWD): Likewise.
7233
7234 2006-02-17  Eric Blake  <address@hidden>
7235
7236         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7237
7238 2006-02-16  Simon Josefsson  <jas@extundo.com>
7239
7240         * modules/getaddrinfo (Depends-on): Add sys_socket.
7241
7242 2006-02-15  Simon Josefsson  <jas@extundo.com>
7243
7244         * build-aux/maint.mk: Add dsyntax-check rule.
7245
7246 2006-02-15  Eric Blake  <ebb9@byu.net>
7247
7248         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7249         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7250         'present but cannot compile' warnings on cygwin.
7251         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7252         use ws2tcpip.h if sys/socket.h works.
7253         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7254         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7255
7256 2006-02-14  Simon Josefsson  <jas@extundo.com>
7257
7258         * modules/maintainer-makefile (Files): Rename.
7259
7260         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7261         and (the local) Makefile.cfg to maint-cfg.mk.
7262
7263         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7264         to the latter.
7265
7266         * modules/maintainer-makefile: New module.
7267
7268         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7269         severaly stripped to make it possible to build it up from scratch
7270         with reliable tests.
7271
7272         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7273         fixes to permit overriding the default actions when configure and
7274         makefile are not available.
7275
7276 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7277
7278         Sync from coreutils.
7279         * modules/lstat (Depends-on): Don't depend on xalloc.
7280         (License): Change from GPL to LGPL, since this is now simply a
7281         replacement for a libc function.
7282
7283 2006-02-14  Jim Meyering  <jim@meyering.net>
7284
7285         Sync from coreutils.
7286
7287         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7288         failure on deficient systems, and simplify gnulib lgpl dependencies.
7289         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7290         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7291
7292         * lib/xalloc-die.c: Remove unused definition of N_.
7293
7294 2006-02-14  Jim Meyering  <jim@meyering.net>
7295
7296         Sync from coreutils.
7297         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7298         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7299         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7300         double-quote uses of that variable, to accommodate the rare case in
7301         which getmntent is available in none of the libraries checked.  This
7302         happens at least on FreeBSD 5.0.
7303
7304 2006-02-13  Simon Josefsson  <jas@extundo.com>
7305
7306         * gnulib-tool (Usage): Fix --import, from
7307         karl@freefriends.org (Karl Berry).
7308
7309 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7310
7311         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7312
7313 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7314
7315         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7316         "autoupdate" on 2005-12-12.
7317
7318 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7319
7320         * modules/closeout (Depends-on): Remove atexit.
7321
7322 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7323
7324         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7325         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7326
7327 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7328
7329         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7330         __EXTENSIONS__ if this causes compilation to fail.  Problem
7331         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7332         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7333
7334 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7335
7336         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7337         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7338         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7339         All uses changed.
7340
7341 2006-01-26  Simon Josefsson  <jas@extundo.com>
7342
7343         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7344         prototype is visible on mingw32.
7345
7346         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7347         for mingw32.
7348
7349         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7350         mingw32).
7351
7352 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7353
7354         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7355         attempt to open for write; this always fails, at least on POSIX
7356         hosts.  This reinstates the 2006-01-09 change, which was
7357         inadvertently removed.
7358
7359 2006-01-26  Bruno Haible  <bruno@clisp.org>
7360
7361         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7362         Reported by Paul Eggert.
7363
7364 2006-01-26  Bruno Haible  <bruno@clisp.org>
7365             Paul Eggert  <eggert@cs.ucla.edu>
7366
7367         * lib/stdbool_.h (_Bool)
7368         [(! (defined __cplusplus || defined __BEOS__)
7369           && !defined __GNUC__
7370           && !(defined __HP_cc || defined __xlc__
7371                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7372                || defined __sgi))]:
7373         #define to signed char in these cases too; this simplifies
7374         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7375         etc., separately) and makes it more conservative.
7376
7377 2006-01-25  Simon Josefsson  <jas@extundo.com>
7378
7379         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7380         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7381         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7382
7383 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7384
7385         * lib/argp-namefrob.h: Bugfix. Remove stray #
7386
7387 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7388
7389         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7390         so that we test the test.
7391         Check for yet another HP-UX cc bug involving *bool |= bool.
7392
7393 2006-01-25  Karl Berry  <karl@gnu.org>
7394
7395         * config/srclist.txt (vasnprintf.c): sync lost.
7396
7397 2006-01-25  Jim Meyering  <jim@meyering.net>
7398
7399         Sync from the stable (b5) branch of coreutils:
7400
7401         * lib/fts.c (fts_children): Don't let close() clobber errno from
7402         failed fchdir().
7403
7404         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7405         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7406         a dangling symlink.  That can also happen at least for ELOOP.
7407         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7408         FYI, this bug predates the inclusion of fts.c in coreutils.
7409
7410         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7411         in their own block, so pre-c99 compilers don't object.
7412
7413         Avoid the double-free (first in fts_read, second in fts_close) that
7414         would occur when an `active' directory is made inaccessible (e.g.,
7415         via chmod a-x) during a traversal.
7416         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7417         before returning.  Reproduce this failure by
7418         mkdir -p a/b; cd a; chmod a-x . b
7419         Reported by Stavros Passas.
7420
7421 2006-01-25  Jim Meyering  <jim@meyering.net>
7422
7423         * lib/fileblocks.c: Remove more useless parentheses.
7424         * lib/readutmp.h: Likewise.
7425
7426 2006-01-25  Bruno Haible  <bruno@clisp.org>
7427
7428         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7429         warnings.
7430         Reported by Paul Eggert.
7431
7432 2006-01-25  Bruno Haible  <bruno@clisp.org>
7433
7434         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7435         rid of a trap command. For Solaris sh.
7436         Reported by Mark D. Baushke <mdb@gnu.org>.
7437
7438 2006-01-24  Simon Josefsson  <jas@extundo.com>
7439
7440         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7441         Bruno.
7442
7443 2006-01-24  Karl Berry  <karl@gnu.org>
7444
7445         * config/srclist.txt (argp-namefrob.h): sync lost.
7446
7447 2006-01-24  Jim Meyering  <jim@meyering.net>
7448
7449         * modules/openat (Files): Add lib/intprops.h.
7450         From Mark D. Baushke.
7451
7452 2006-01-24  Jim Meyering  <jim@meyering.net>
7453
7454         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7455         Reported by Mark D. Baushke.
7456
7457 2006-01-24  Jim Meyering  <jim@meyering.net>
7458
7459         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7460
7461 2006-01-24  Bruno Haible  <bruno@clisp.org>
7462
7463         * modules/strnlen (Maintainer): Change from glibc to all.
7464
7465 2006-01-24  Bruno Haible  <bruno@clisp.org>
7466
7467         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7468         Patch by Paul Eggert.
7469
7470 2006-01-24  Bruno Haible  <bruno@clisp.org>
7471
7472         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7473         already has it.
7474         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7475         2005-11-26.
7476
7477         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7478         'signed char' to avoid problems with the built-in _Bool type.
7479         Reported by Paul Eggert on 2005-11-26.
7480
7481 2006-01-24  Bruno Haible  <bruno@clisp.org>
7482
7483         * gnulib-tool (func_import): Avoid constructing complicated sed
7484         expressions inside backquote.
7485         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7486
7487 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7488
7489         These changes imported from libc.
7490         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7491         test and two separate function calls.
7492         * lib/strndup.c (__strndup): Add libc_hidden_def.
7493
7494 2006-01-23  Simon Josefsson  <jas@extundo.com>
7495
7496         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7497         Remove the test_*_SOURCES variable: automake infers it by default.
7498         * modules/tls-tests: Likewise.
7499
7500 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7501
7502         Work around porting bugs reported by Dieter in
7503         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7504         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7505         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7506         Include "getopt.h" first, to check interface.
7507         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7508         !HAVE_DECL_GETENV.
7509         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7510         (__strndup): Revert to K&R-style function dfns, the glibc style.
7511         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7512         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7513         Include strnlen.h first, to get prototype properly.
7514         (strnlen): Renamed from __strnlen.
7515         Remove weak alias.
7516
7517 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7518
7519         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7520
7521 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7522
7523         * config/srclist.txt: Adjust to reflect glibc reorganization.
7524         This affects only comments.
7525
7526 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7527
7528          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7529          Reported by Bruce Korb <bkorb@gnu.org>.
7530
7531 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7532
7533         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7534         to pacify gcc -Wswitch-default.
7535
7536 2006-01-22  Bruno Haible  <bruno@clisp.org>
7537
7538         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7539         temporary buffer for sprintf, take into account the precision also
7540         for 'd', 'i', 'u', 'o', 'x', 'X'.
7541
7542 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7543
7544         * modules/argp-tests: New module
7545         * tests/test-argp.c: New file
7546         * tests/test-argp-2.sh: New file
7547
7548 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7549
7550         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7551         (__argp_base_name): Removed
7552         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7553         typo.
7554         (__argp_base_name): Provide macro definition or extern declaration
7555         depending on the configuration
7556
7557 2006-01-20  Simon Josefsson  <jas@extundo.com>
7558
7559         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7560
7561 2006-01-20  Simon Josefsson  <jas@extundo.com>
7562
7563         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7564
7565 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7568         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7569         Suggested by Bruno Haible.
7570
7571 2006-01-20  Karl Berry  <karl@gnu.org>
7572
7573         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7574         until changes propagate, I guess.
7575
7576 2006-01-19  Simon Josefsson  <jas@extundo.com>
7577
7578         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7579
7580 2006-01-19  Simon Josefsson  <jas@extundo.com>
7581
7582         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7583
7584 2006-01-19  Simon Josefsson  <jas@extundo.com>
7585
7586         * gnulib-tool: Set check_PROGRAMS.
7587
7588         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7589         modules/des-tests, modules/gc-arcfour-tests,
7590         modules/gc-arctwo-tests, modules/gc-des-tests,
7591         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7592         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7593         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7594         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7595         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7596         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7597         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7598         test_*_SOURCES.
7599
7600 2006-01-18  Simon Josefsson  <jas@extundo.com>
7601
7602         * modules/socklen (Depends-on): Depend on sys_socket.
7603
7604 2006-01-18  Simon Josefsson  <jas@extundo.com>
7605
7606         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7607         modules/des-tests, modules/gc-arcfour-tests,
7608         modules/gc-arctwo-tests, modules/gc-des-tests,
7609         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7610         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7611         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7612         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7613         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7614         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7615         $(EXEEXT) to automake TESTS variable, for mingw32.
7616
7617 2006-01-17  Simon Josefsson  <jas@extundo.com>
7618
7619         * modules/socklen (Include): Need sys/socket.h.
7620
7621 2006-01-17  Bruno Haible  <bruno@clisp.org>
7622
7623         * modules/ssize_t (Include): Add <sys/types.h>.
7624
7625 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7626
7627         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7628         it's not portable and it doesn't work with cross-compiles.
7629         Problem reported by Bruno Haible.  Fix missing-$ typo in
7630         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7631         -zignore from being used with Sun's C compiler.
7632
7633 2006-01-12  Simon Josefsson  <jas@extundo.com>
7634
7635         * lib/base64.c: Fix warning, reported by Bruno Haible
7636         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7637
7638 2006-01-12  Bruno Haible  <bruno@clisp.org>
7639
7640         * modules/ldd: New file.
7641         * build-aux/ldd.sh.in: New file.
7642         * MODULES.html.sh (Support for building libraries and executables): Add
7643         ldd.
7644
7645 2006-01-12  Bruno Haible  <bruno@clisp.org>
7646
7647         * m4/ldd.m4: New file.
7648
7649 2006-01-12  Bruno Haible  <bruno@clisp.org>
7650
7651         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7652         endless loop while replacing $auxdir with build-aux.
7653
7654 2006-01-11  Simon Josefsson  <jas@extundo.com>
7655
7656         * lib/stdint_.h (SIZE_MAX): Add missing (.
7657
7658 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7659
7660         Sync from coreutils.
7661         * lib/md5.c: Fix commentary typos.
7662         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7663         * lib/md5.h (__attribute__): Remove; unused.
7664         * lib/sha1.c: Fix commentary to match md5 better.
7665         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7666         so that we don't need to worry about alignment.  All uses changed.
7667         This merges the 2005-10-28 md5 change into sha1.
7668
7669 2006-01-11  Jim Meyering  <jim@meyering.net>
7670
7671         Sync from coreutils.
7672         * lib/md5.c (OP): Fix spacing.
7673
7674 2006-01-11  Bruno Haible  <bruno@clisp.org>
7675
7676         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7677         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7678         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7679
7680 2006-01-11  Bruno Haible  <bruno@clisp.org>
7681
7682         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7683         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7684         the "early" section as well.
7685
7686 2006-01-11  Bruno Haible  <bruno@clisp.org>
7687
7688         Avoid "ar: no archive members specified" error on MacOS X.
7689         * gnulib-tool (func_modules_add_dummy): New function.
7690         (func_import, func_create_testdir): Invoke it.
7691
7692 2006-01-11  Bruno Haible  <bruno@clisp.org>
7693
7694         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7695         with $auxdir in AC_CONFIG_FILES statements.
7696
7697 2006-01-11  Bruno Haible  <bruno@clisp.org>
7698
7699         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7700         Initialize also noinst_HEADERS to empty.
7701
7702 2006-01-11  Bruno Haible  <bruno@clisp.org>
7703
7704         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7705         variables.
7706         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7707         autoreconf.
7708
7709 2006-01-11  Bruno Haible  <bruno@clisp.org>
7710
7711         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7712         overridable by the user.
7713         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7714
7715 2006-01-10  Simon Josefsson  <jas@extundo.com>
7716
7717         * modules/sys_socket: New file.
7718
7719 2006-01-10  Simon Josefsson  <jas@extundo.com>
7720
7721         * m4/sys_socket_h.m4: New file.
7722
7723 2006-01-10  Simon Josefsson  <jas@extundo.com>
7724
7725         * lib/socket_.h: New file.
7726
7727 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7728
7729         * modules/readutmp (Maintainer): Add myself.
7730
7731 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7732
7733         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7734         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7735         People who are still concerned with buggy memcmp implementations
7736         can invoke gl_FUNC_MEMCMP themselves.
7737
7738 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7739
7740         * lib/regex_internal.h (BITSET_WORD_BITS):
7741         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7742         preprocessor mishandles large unsigned values as if they were signed.
7743         Problem reported by Claudio Fontana in
7744         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7745
7746 2006-01-10  Jim Meyering  <jim@meyering.net>
7747
7748         Avoid the double-free (first in fts_read, second in fts_close) that
7749         would occur when an `active' directory is made inaccessible (e.g.,
7750         via chmod a-x) during a traversal.
7751         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7752         before returning.  Reproduce this failure by
7753         mkdir -p a/b; cd a; chmod a-x . b
7754         Reported by Stavros Passas.
7755
7756         Sync from coreutils.
7757         * lib/sha1.c: Tweak grammar in a comment.
7758
7759 2006-01-10  Jim Meyering  <jim@meyering.net>
7760
7761         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7762         Patch by Joerg Sonnenberger.
7763
7764 2006-01-10  Bruno Haible  <bruno@clisp.org>
7765
7766         * modules/readutmp: Depend on module free.
7767         * modules/strtok_r: Depend on module restrict.
7768
7769 2006-01-10  Bruno Haible  <bruno@clisp.org>
7770
7771         * modules/gettext (configure.ac): Add an invocation of
7772         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7773
7774 2006-01-10  Bruno Haible  <bruno@clisp.org>
7775
7776         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7777         Reported by Werner Lemberg <wl@gnu.org>.
7778
7779 2006-01-10  Bruno Haible  <bruno@clisp.org>
7780
7781         * lib/localcharset.c: Update from GNU gettext.
7782
7783 2006-01-10  Bruno Haible  <bruno@clisp.org>
7784
7785         * lib/argp.h (__const): Remove macro. Use const instead.
7786         * lib/argp-fmtstream.h (__const): Likewise.
7787         * lib/glob_.h (__const): Remove macro.
7788         * lib/glob-libc.h: Use const instead of __const.
7789
7790 2006-01-10  Bruno Haible  <bruno@clisp.org>
7791
7792         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7793         variable.
7794         Needed to avoid an automake error regarding the 'gettext' module.
7795
7796 2006-01-09  Simon Josefsson  <jas@extundo.com>
7797
7798         * modules/inet_ntop (Depends-on): Add restrict.
7799
7800 2006-01-09  Simon Josefsson  <jas@extundo.com>
7801
7802         * modules/gc-rijndael-tests (License): Put under LGPL.
7803
7804         * modules/gc-des-tests (License): Likewise.
7805
7806         * modules/gc-arcfour-tests (License): Likewise.
7807
7808         * modules/gc-arctwo-tests (License): Likewise.
7809
7810         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7811
7812         * modules/gc-hmac-sha1-tests (Files): Likewise.
7813
7814         * modules/gc-hmac-md5-tests (License): Likewise.
7815
7816         * modules/gc-sha1-tests (License): Likewise.
7817
7818         * modules/gc-md5-tests (License): Likewise.
7819
7820         * modules/gc-md4-tests (License): Likewise.
7821
7822         * modules/gc-md2-tests (License): Likewise.
7823
7824         * modules/gc-tests (License): Likewise.
7825
7826         * modules/des-tests (License): Likewise.
7827
7828         * modules/md4-tests (License): Likewise.
7829
7830         * modules/md2-tests (License): Likewise.
7831
7832 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7833
7834         Sync from coreutils:
7835
7836         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7837         * modules/lib-ignore: New file.
7838         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7839         chdir-safer.m4, lchmod.m4.
7840         * modules/openat: Add mkdirat.c, openat-priv.h.
7841
7842 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7843
7844         Sync from coreutils.
7845         * m4/lib-ignore.m4: New file.
7846         * m4/lchmod.m4: New file.
7847
7848 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7849
7850         Sync from coreutils.
7851         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7852         for write access: POSIX says that must fail.
7853         * lib/fts.c (diropen): Likewise.
7854         * lib/save-cwd.c (save_cwd): Likewise.
7855         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7856         well, for minor improvements on hosts that lack O_DIRECTORY.
7857         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7858         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7859         Fall back on chown if open failed with EACCES.
7860
7861         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7862         Report an error at compile-time if only a 1-second nominal clock
7863         resolution is found.
7864
7865         * lib/lchmod.h: New file.
7866         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7867         (make_dir_parents): Use lchown rather than chown, and
7868         lchmod rather than chmod.
7869
7870         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7871         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7872         "proc" reported by n0dalus.
7873
7874         * lib/mountlist.c: Include <limits.h>.
7875         (dev_from_mount_options)
7876         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7877         New function.  It no longer assumes "dev=" has the System V meaning
7878         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7879         (read_file_system_list)
7880         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7881         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7882         dev= in that case.
7883
7884         * lib/posixtm.h (PDS_PRE_2000): New macro.
7885         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7886         allow_century.  All usages changed.  Reject dates outside the range
7887         1969-1999 if PDS_PRE_2000 is used.
7888
7889 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7890
7891         Sync from coreutils.
7892         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7893         (Time of day items): Mention the possibility of leap seconds.
7894         Problem reported by Dr. David Alan Gilbert.
7895
7896 2006-01-09  Jim Meyering  <jim@meyering.net>
7897
7898         Sync from coreutils.
7899
7900         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7901
7902         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7903
7904         * lib/modechange.c (mode_compile): Reject an invalid mode string
7905         that starts with an octal digit.  From Andreas Gruenbacher.
7906
7907         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7908         and dup to open_safer and dup_safer, respectively.
7909         (openat_permissive): Fix typo in comment.
7910
7911         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7912         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7913         (_): Remove; no longer needed.
7914         (openat): Renamed from rpl_openat; no need for rpl_openat
7915         since openat.h renames openat for us.
7916         Replace most of the body with a call to openat_permissive,
7917         to avoid duplicate code.
7918         Port to (probably hypothetical) environments were mode_t is
7919         wider than int.
7920         (openat_permissive): Require mode arg, so that we can check
7921         types better.  Put it just after flags.  Change cwd failure
7922         indicator from pointer-to-bool to pointer-to-errno-value.
7923         All callers changed.
7924         Invoke openat_save_fail and/or openat_restore_fail if
7925         cwd_errno is null, so that openat can call us.
7926         (openat_permissive, fdopendir, fstatat, unlinkat):
7927         Simplify errno handling to avoid some duplicate code,
7928         as it's OK to set errno on success.
7929         * lib/openat.h: Revamp code so that function macros depend on
7930         __OPENAT_PREFIX only, not also on AT_FDCWD.
7931         (openat_ro): Remove.  Caller changed to use openat_permissive.
7932         (openat_permissive): Now a macro, if not a function.
7933         (openat_restore_fail, openat_save_fail): Now always functions,
7934         since mkdirat needs them even if __OPENAT_PREFIX is defined.
7935
7936         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
7937         and openat.c.
7938         * lib/mkdirat.c: Include openat-priv.h.
7939         Remove definitions of macros defined therein.
7940         * lib/openat.c: Likewise.
7941
7942         * lib/mkdirat.c (mkdirat): New file and function.
7943         * lib/openat.h (mkdirat): Declare.
7944
7945         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
7946
7947         * lib/openat.h (openat_permissive): Declare.
7948         (openat_ro): Define.
7949
7950         * lib/openat.c (EXPECTED_ERRNO): New macro.
7951         (openat_permissive): New function -- used in remove.c rewrite.
7952         (all functions): Set errno just before returning, only if there
7953         was an actual failure.
7954         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
7955
7956         Emulate openat-family functions using Linux's procfs, if possible.
7957         Idea and some code based on Ulrich Drepper's glibc changes.
7958
7959         * lib/openat.c: (BUILD_PROC_NAME): New macro.
7960         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
7961         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
7962         before falling back on save_cwd and restore_cwd.
7963         (fdopendir, fstatat, unlinkat): Likewise.
7964
7965         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
7966         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
7967
7968         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
7969         as second argument to va_arg.  Otherwise, some versions of gcc
7970         warn that `if this code is reached, the program will abort'.
7971
7972 2006-01-09  Jim Meyering  <jim@meyering.net>
7973
7974         Sync from coreutils.
7975         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
7976         Require openat-priv.h.
7977
7978 2006-01-09  Bruno Haible  <bruno@clisp.org>
7979
7980         * modules/strnlen (Include): Use strnlen.h.
7981
7982 2006-01-09  Bruno Haible  <bruno@clisp.org>
7983
7984         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
7985
7986 2006-01-09  Bruno Haible  <bruno@clisp.org>
7987
7988         * lib/sysexit_.h (EX_OK): New macro.
7989         Suggested by Martin Lambers <marlam@marlam.de>.
7990
7991 2006-01-09  Bruno Haible  <bruno@clisp.org>
7992
7993         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
7994         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
7995
7996 2006-01-09  Bruno Haible  <bruno@clisp.org>
7997
7998         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
7999         numbers.
8000
8001 2006-01-09  Bruno Haible  <bruno@clisp.org>
8002
8003         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8004         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8005         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8006         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8007
8008 2006-01-09  Bruno Haible  <bruno@clisp.org>
8009
8010         * build-aux/javacomp.sh.in: New file, moved from lib/.
8011         * modules/javacomp-script (Files): Update.
8012         (configure.ac): Add AC_CONFIG_FILES invocation.
8013         (EXTRA_DIST): Remove variable.
8014
8015         * build-aux/javaexec.sh.in: New file, moved from lib/.
8016         * modules/javaexec (Files): Update.
8017         (configure.ac): Add AC_CONFIG_FILES invocation.
8018         (EXTRA_DIST): Remove javaexec.sh.in.
8019
8020         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8021         * modules/csharpcomp-script (Files): Update.
8022         (configure.ac): Add AC_CONFIG_FILES invocation.
8023         (EXTRA_DIST): Remove variable.
8024
8025         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8026         * modules/csharpexec (Files): Update.
8027         (configure.ac): Add AC_CONFIG_FILES invocation.
8028         (EXTRA_DIST): Remove csharpexec.sh.in.
8029
8030 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8031
8032         Sync from coreutils.
8033
8034         Add POSIX ACL support
8035         * lib/acl.h (copy_acl, set_acl): Add declarations.
8036         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8037         systems other than Linux.
8038         (chmod_or_fchmod): New function: use fchmod when possible,
8039         and chmod otherwise.
8040         (file_has_acl): Add a POSIX ACL implementation, with a
8041         Linux-specific subcase.
8042         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8043         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8044         acls are unsupported.
8045         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8046         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8047         are unsupported.
8048
8049 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8050
8051         Sync from coreutils.
8052         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8053
8054 2006-01-07  Bruno Haible  <bruno@clisp.org>
8055
8056         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8057         gl_EARLY.
8058
8059 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8060
8061         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8062         Problem reported for Mingw by Mark Junker.
8063
8064 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8065
8066         * README: Gnulib normally doesn't generate a tarball.
8067
8068 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8069
8070         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8071         long int, not int, for nanosecond counts, so that people who are
8072         used to POSIX struct timespec won't be surprised.  Reported by Jim
8073         Meyering.
8074
8075 2005-12-28  Bruno Haible  <bruno@clisp.org>
8076
8077         * build-aux/config.rpath: Update from GNU gettext.
8078
8079 2005-12-16  Jim Meyering  <jim@meyering.net>
8080
8081         * modules/fprintftime: New module.
8082         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8083
8084 2005-12-16  Jim Meyering  <jim@meyering.net>
8085
8086         * m4/fprintftime.m4: New file.
8087
8088 2005-12-16  Jim Meyering  <jim@meyering.net>
8089
8090         * lib/fprintftime.c, lib/fprintftime.h: New files.
8091
8092 2005-12-15  Simon Josefsson  <jas@extundo.com>
8093
8094         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8095         new m4/socklen.m4.
8096
8097 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8098
8099         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8100         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8101
8102 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8103
8104         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8105         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8106         struct uparams is valid. Fall back to the default values if it is
8107         not.
8108
8109 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8110
8111         * modules/argp (Files): Add argp-pin.c
8112         (Depends-on): dirname
8113         (lib_SOURCES): Add argp-pin.c
8114
8115 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8116
8117         * m4/argp.m4:  Check if program_invocation_name and
8118         program_invocation_short_name are declared and define appropriate
8119         macros if they are not.
8120
8121 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8122
8123         * lib/argp-help.c (__argp_base_name): New function
8124         (__argp_short_program_name): Rewrite using __argp_base_name
8125         * lib/argp-namefrob.h: Define program_invocation_name and
8126         program_invocation_short_name if requested
8127         (__argp_base_name): Add prototype
8128         * lib/argp-parse.c (argp_def): Use gettext wrappers
8129         (argp_default_parser): Use __argp_base_name
8130         * lib/argp-pin.c: New file. Defines program_invocation_name and
8131         program_invocation_short_name on systems that lack them.
8132
8133 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8136         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8137         porting problem reported by Georg Schwarz in
8138         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8139
8140 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8141
8142         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8143         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8144         porting problem reported by Georg Schwarz in
8145         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8146
8147 2005-12-05  Bruno Haible  <bruno@clisp.org>
8148
8149         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8150         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8151         Reported by Mark Junker <mjscod@gmx.de>.
8152
8153 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8154
8155         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8156         Use implementation from Albert Chin, with some
8157         comments/corrections by Stepan Kasal and myself.
8158
8159 2005-12-02  Bruno Haible  <bruno@clisp.org>
8160
8161         * gnulib-tool (func_import): Accept GPLed build tool modules when
8162         --lgpl is given.
8163         * modules/csharpcomp-script: New file.
8164         * modules/csharpcomp: Depend on it.
8165         * modules/javacomp-script: New file.
8166         * modules/javacomp: Depend on it.
8167         Suggested by Simon Josefsson.
8168
8169 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8170
8171         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8172         statement, to work around an HP-UX 10.20 compiler bug reported by
8173         Peter O'Gorman.
8174
8175 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8176
8177         * modules/savedir (Depends-on): Add openat.
8178
8179 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8180
8181         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8182         (uintmax_t) [defined uintmax_t]: Do not declare.
8183         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8184         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8185         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8186         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8187         sake of portability to weird hosts that C allows (though we don't
8188         know of any practical examples).
8189
8190         * lib/savedir.h (fdsavedir): New decl.
8191         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8192         contains most of the former guts of savedir.
8193         (savedir): Use savedirstream.
8194         Include "openat.h".
8195
8196 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8197
8198         * modules/obstack (Files): Add m4/ulonglong.m4.
8199         Problem reported by Davide Angelocola.
8200
8201 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8202
8203         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8204         coreutils no longer futzes with rounding modes.
8205
8206 2005-11-14  Jim Meyering  <jim@meyering.net>
8207
8208         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8209         replacement of mkstemp.
8210
8211 2005-11-10  Simon Josefsson  <jas@extundo.com>
8212
8213         * lib/readline.c: Remove EOL.
8214
8215 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8216
8217         * modules/gethrxtime (Depends-on): Add gettime.
8218
8219 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8220
8221         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8222         or gettimeofday; no longer needed.
8223
8224 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8225
8226         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8227         time business.
8228         (gethrxtime) [! (HAVE_NANOUPTIME
8229         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8230         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8231         our own approximation.
8232
8233 2005-11-08  Eric Blake  <ebb9@byu.net>
8234
8235         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8236
8237 2005-11-08  Eric Blake  <ebb9@byu.net>
8238
8239         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8240
8241 2005-11-04  Bruno Haible  <bruno@clisp.org>
8242
8243         * gnulib-tool: Implement --update mode.
8244
8245 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         Fix porting problem reported by Theodoros V. Kalamatianos.
8248         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8249         Don't assume that futimes failing means we must fail.
8250
8251 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8252
8253         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8254         variables to suggest the intended function of the PATH_MAX check.
8255
8256 2005-10-30  Kean Johnston  <jkj@sco.com>
8257
8258         Trivial changes to support SCO systems.
8259         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8260         as PATH_MAX.
8261         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8262         where __ptr is null when no I/O is pending.
8263
8264 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8265
8266         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8267         leave errno alone.  Problem reported by Dmitry V. Levin.
8268
8269 2005-10-28  Simon Josefsson  <jas@extundo.com>
8270
8271         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8272         Test more.
8273
8274         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8275
8276         * modules/md2, modules/md2-tests: New files.
8277
8278 2005-10-28  Simon Josefsson  <jas@extundo.com>
8279
8280         * m4/inet_ntop.m4: More tests.
8281
8282         * m4/gc-md2.m4, md2.m4: New file.
8283
8284 2005-10-28  Simon Josefsson  <jas@extundo.com>
8285
8286         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8287         "restrict" keywords, as per POSIX.  Protect the function
8288         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8289         Don't use K&R prototypes.  Check the sprintf return values.
8290         Re-define EAFNOSUPPORT if not present.  Indent.
8291
8292         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8293         suggested by Bruno Haible <bruno@clisp.org>.
8294
8295         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8296
8297         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8298
8299         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8300         libgcrypt).
8301
8302         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8303
8304         * lib/md2.h, lib/md2.c: New files.
8305
8306 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8307
8308         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8309         errno alone.  Problem reported by Frederic Jolliton.
8310
8311 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8312
8313         * modules/verify (License): Change from GPL to LGPL.  This is a
8314         tiny module and there are apparently near-equivalents that are
8315         under the BSD license.
8316
8317 2005-10-24  Simon Josefsson  <jas@extundo.com>
8318
8319         * modules/sha1: Relicense to LGPL.
8320
8321 2005-10-24  Simon Josefsson  <jas@extundo.com>
8322
8323         * lib/md4.h: Shrink buffer size, now that we changed the type.
8324
8325 2005-10-23  Simon Josefsson  <jas@extundo.com>
8326
8327         * gnulib-tool (func_import): Fix --tests-base.
8328
8329 2005-10-22  Simon Josefsson  <jas@extundo.com>
8330
8331         * modules/arcfour (Depends-on): Need stdint.
8332
8333 2005-10-22  Simon Josefsson  <jas@extundo.com>
8334
8335         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8336         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8337
8338 2005-10-22  Simon Josefsson  <jas@extundo.com>
8339
8340         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8341         suggested by Bruno Haible <bruno@clisp.org>.
8342
8343 2005-10-22  Simon Josefsson  <jas@extundo.com>
8344
8345         * lib/crc.h: Include stddef.h, for size_t.
8346
8347 2005-10-22  Simon Josefsson  <jas@extundo.com>
8348
8349         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8350         arcfour_context struct (simplify test vector testing in GNU
8351         Shishi).
8352
8353 2005-10-21  Simon Josefsson  <jas@extundo.com>
8354
8355         * modules/des, modules/des-tests: New files.
8356
8357         * modules/gc-des, modules/gc-des-tests: New files.
8358
8359         * tests/test-des.c, tests/test-gc-des.c: New file.
8360
8361 2005-10-21  Simon Josefsson  <jas@extundo.com>
8362
8363         * modules/arctwo, modules/arctwo-tests: New files.
8364
8365         * tests/test-arctwo.c: New file.
8366
8367         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8368
8369         * tests/test-gc-arctwo.c: New file.
8370
8371 2005-10-21  Simon Josefsson  <jas@extundo.com>
8372
8373         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8374         Bruno Haible <bruno@clisp.org>.
8375
8376         * m4/gc-des.m4: New file.
8377
8378 2005-10-21  Simon Josefsson  <jas@extundo.com>
8379
8380         * m4/arctwo.m4: New file.
8381
8382         * m4/gc-arctwo.m4: New file.
8383
8384 2005-10-21  Simon Josefsson  <jas@extundo.com>
8385
8386         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8387         block.
8388
8389 2005-10-21  Simon Josefsson  <jas@extundo.com>
8390
8391         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8392         <bruno@clisp.org>.
8393
8394         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8395
8396         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8397         Bruno Haible <bruno@clisp.org>.
8398
8399         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8400         <bruno@clisp.org>.
8401
8402 2005-10-21  Simon Josefsson  <jas@extundo.com>
8403
8404         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8405
8406 2005-10-21  Simon Josefsson  <jas@extundo.com>
8407
8408         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8409
8410 2005-10-21  Simon Josefsson  <jas@extundo.com>
8411
8412         * lib/des.h, lib/des.c: New files.
8413
8414         * lib/gc-gnulib.c: Support DES.c
8415
8416 2005-10-21  Simon Josefsson  <jas@extundo.com>
8417
8418         * lib/arctwo.h, lib/arctwo.c: New files.
8419
8420         * lib/gc-gnulib.c: Support ARCTWO.
8421
8422 2005-10-21  Simon Josefsson  <jas@extundo.com>
8423
8424         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8425         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8426
8427 2005-10-21  Simon Josefsson  <jas@extundo.com>
8428
8429         * gnulib-tool (func_import, func_create_testdir): Define automake
8430         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8431         Makefile.am snippet),
8432         suggested by Bruno Haible <bruno@clisp.org>.
8433
8434         * modules/gc (Makefile.am): Use it.
8435
8436 2005-10-21  Bruno Haible  <bruno@clisp.org>
8437
8438         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8439         patch.
8440
8441 2005-10-19  Simon Josefsson  <jas@extundo.com>
8442
8443         * tests/test-gc-rijndael.c: New file.
8444
8445         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8446
8447 2005-10-19  Simon Josefsson  <jas@extundo.com>
8448
8449         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8450         interface too.
8451
8452 2005-10-19  Simon Josefsson  <jas@extundo.com>
8453
8454         * tests/test-gc-arcfour.c: New file.
8455
8456         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8457
8458 2005-10-19  Simon Josefsson  <jas@extundo.com>
8459
8460         * modules/gc-md4, modules/gc-md4-tests: New file.
8461
8462         * tests/test-gc-md4.c: New file.
8463
8464 2005-10-19  Simon Josefsson  <jas@extundo.com>
8465
8466         * m4/gc-md4.m4: New file.
8467
8468 2005-10-19  Simon Josefsson  <jas@extundo.com>
8469
8470         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8471         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8472         <kasal@ucw.cz>.
8473
8474 2005-10-19  Simon Josefsson  <jas@extundo.com>
8475
8476         * m4/gc-arcfour.m4: New file.
8477
8478         * m4/gc-rijndael.m4: New file.
8479
8480 2005-10-19  Simon Josefsson  <jas@extundo.com>
8481
8482         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8483
8484 2005-10-19  Simon Josefsson  <jas@extundo.com>
8485
8486         * lib/gc-gnulib.c: Support ARCFOUR.
8487
8488 2005-10-19  Simon Josefsson  <jas@extundo.com>
8489
8490         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8491         support.
8492
8493         * lib/gc.h: Add ECB enum type.
8494
8495         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8496
8497 2005-10-18  Simon Josefsson  <jas@extundo.com>
8498
8499         * tests/test-md5.c: New file.
8500
8501         * modules/md5-tests: New file.
8502
8503 2005-10-18  Simon Josefsson  <jas@extundo.com>
8504
8505         * tests/test-md4.c: New file.
8506
8507         * modules/md4, modules/md4-tests: New files.
8508
8509 2005-10-18  Simon Josefsson  <jas@extundo.com>
8510
8511         * m4/md4.m4: New file.
8512
8513 2005-10-18  Simon Josefsson  <jas@extundo.com>
8514
8515         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8516
8517 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8518
8519         * gnulib-tool (func_create_testdir): Omit the second check whether
8520         BUILT_SOURCES in nonempty.
8521
8522 2005-10-17  Simon Josefsson  <jas@extundo.com>
8523
8524         * tests/test-rijndael.c: New file.
8525
8526 2005-10-17  Simon Josefsson  <jas@extundo.com>
8527
8528         * modules/sha1: Depend on stdint instead of md5.
8529
8530         * modules/md5: Depend on stdint, remove uint32_t.
8531
8532 2005-10-17  Simon Josefsson  <jas@extundo.com>
8533
8534         * modules/gc-sha1-tests: New file.
8535
8536         * tests/test-gc-sha1.c: New file.
8537
8538 2005-10-17  Simon Josefsson  <jas@extundo.com>
8539
8540         * m4/md5.m4: Remove call to uint32_t.m4.
8541
8542 2005-10-17  Simon Josefsson  <jas@extundo.com>
8543
8544         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8545
8546         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8547         md5.h.
8548
8549         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8550
8551         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8552
8553 2005-10-17  Simon Josefsson  <jas@extundo.com>
8554
8555         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8556
8557 2005-10-17  Simon Josefsson  <jas@extundo.com>
8558
8559         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8560
8561 2005-10-17  Simon Josefsson  <jas@extundo.com>
8562
8563         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8564
8565         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8566
8567 2005-10-17  Bruno Haible  <bruno@clisp.org>
8568
8569         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8570         that it can also be used in a test.
8571
8572 2005-10-16  Bruno Haible  <bruno@clisp.org>
8573
8574         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8575         TESTS_ENVIRONMENT, so that individual tests can augment it.
8576
8577         * gnulib-tool (func_create_testdir): Use an intermediate target for
8578         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8579         macros, like $(ALLOCA_H), which cannot be passed through the command
8580         line.
8581
8582 2005-10-15  Simon Josefsson  <jas@extundo.com>
8583
8584         * modules/rijndael-tests: New file.
8585
8586         * modules/rijndael: New file.
8587
8588 2005-10-15  Simon Josefsson  <jas@extundo.com>
8589
8590         * m4/rijndael.m4: New file.
8591
8592 2005-10-15  Simon Josefsson  <jas@extundo.com>
8593
8594         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8595
8596         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8597
8598 2005-10-14  Simon Josefsson  <jas@extundo.com>
8599
8600         * tests/test-arcfour.c: New file.
8601
8602         * modules/arcfour, modules/arcfour-tests: New files.
8603
8604 2005-10-14  Simon Josefsson  <jas@extundo.com>
8605
8606         * m4/arcfour.m4: New file.
8607
8608 2005-10-14  Simon Josefsson  <jas@extundo.com>
8609
8610         * lib/arcfour.h, lib/arcfour.c: New files.
8611
8612 2005-10-14  Roland McGrath  <roland@redhat.com>
8613
8614         Import from libc.  [BZ #1331]
8615         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8616         macro argument.
8617         Reported by Matej Vela <vela@debian.org>.
8618
8619 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8620
8621         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8622         include <wchar.h>; no longer needed.
8623
8624 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8625
8626         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8627
8628 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8629         and  Ulrich Drepper  <drepper@redhat.com>
8630
8631         Import from libc.
8632         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8633         instead of inline stream orientation test and two separate
8634         function calls.  Pay no attention to USE_IN_LIBIO.
8635
8636 2005-10-13  Simon Josefsson  <jas@extundo.com>
8637
8638         * modules/gc-hmac-md5-tests: New file.
8639
8640         * tests/test-gc-hmac-sha1.c: New file.
8641
8642         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8643
8644         * modules/gc-hmac-md5-tests: New file.
8645
8646         * tests/test-gc-md5.c: New file.
8647
8648         * modules/gc-md5-tests: New file.
8649
8650 2005-10-13  Simon Josefsson  <jas@extundo.com>
8651
8652         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8653         Move memory allocation outside of loop.
8654
8655 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8656
8657         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8658         intermediate directory is in a read-only file system.  Problem
8659         reported by Eric Blake.
8660
8661 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8662
8663         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8664
8665 2005-10-12  Simon Josefsson  <jas@extundo.com>
8666
8667         * tests/test-hmac-sha1.c: New file.
8668
8669         * modules/hmac-sha1-tests: New file.
8670
8671         * modules/hmac-sha1: New file.
8672
8673 2005-10-12  Simon Josefsson  <jas@extundo.com>
8674
8675         * modules/gc-sha1: New file.
8676
8677 2005-10-12  Simon Josefsson  <jas@extundo.com>
8678
8679         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8680
8681         * tests/test-gc-pbkdf2-sha1.c: New file.
8682
8683 2005-10-12  Simon Josefsson  <jas@extundo.com>
8684
8685         * modules/gc-md5, modules/gc-hmac-md5: New files.
8686
8687         * modules/gc (Files): Remove md5, memxor and hmac files.
8688
8689 2005-10-12  Simon Josefsson  <jas@extundo.com>
8690
8691         * m4/gc-pbkdf2-sha1.m4: New file.
8692
8693         * m4/gc-hmac-sha1.m4: New file.
8694
8695         * m4/gc-sha1: New file.
8696
8697         * m4/hmac-sha1.m4: New file.
8698
8699 2005-10-12  Simon Josefsson  <jas@extundo.com>
8700
8701         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8702
8703         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8704
8705 2005-10-12  Simon Josefsson  <jas@extundo.com>
8706
8707         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8708         suggested by Bruno Haible <bruno@clisp.org>.
8709
8710 2005-10-12  Simon Josefsson  <jas@extundo.com>
8711
8712         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8713
8714 2005-10-12  Simon Josefsson  <jas@extundo.com>
8715
8716         * lib/gc-pbkdf2-sha1.c: New file.
8717
8718         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8719
8720 2005-10-12  Simon Josefsson  <jas@extundo.com>
8721
8722         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8723
8724         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8725
8726 2005-10-12  Simon Josefsson  <jas@extundo.com>
8727
8728         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8729         GC_USE_HMAC_MD5, respectively.
8730
8731         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8732         (gc_md5): Fix typo.
8733
8734         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8735
8736         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8737
8738         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8739
8740 2005-10-12  Bruno Haible  <bruno@clisp.org>
8741
8742         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8743         Reported by Stepan Kasal <kasal@ucw.cz>.
8744
8745 2005-10-11  Simon Josefsson  <jas@extundo.com>
8746
8747         * tests/test-crc.c: New file.
8748
8749         * modules/crc, modules/crc-tests: New files.
8750
8751 2005-10-11  Simon Josefsson  <jas@extundo.com>
8752
8753         * m4/crc.m4: New file.
8754
8755 2005-10-11  Simon Josefsson  <jas@extundo.com>
8756
8757         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8758
8759         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8760
8761         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8762
8763 2005-10-11  Simon Josefsson  <jas@extundo.com>
8764
8765         * lib/crc.h, lib/crc.c: New files.
8766
8767         * lib/gc.h (gc_hash_buffer): Add doc.
8768
8769 2005-10-11  Bruno Haible  <bruno@clisp.org>
8770
8771         * modules/c-strcasestr: New file.
8772         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8773
8774 2005-10-11  Bruno Haible  <bruno@clisp.org>
8775
8776         * modules/c-strcase: New file.
8777         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8778
8779 2005-10-11  Bruno Haible  <bruno@clisp.org>
8780
8781         * lib/strcasecmp.c: Include limits.h.
8782         (strcasecmp): Avoid integer overflow on exotic platforms.
8783         * lib/strncasecmp.c: Include limits.h.
8784         (strncasecmp): Avoid integer overflow on exotic platforms.
8785         Reported by Paul Eggert.
8786
8787 2005-10-11  Bruno Haible  <bruno@clisp.org>
8788
8789         * lib/c-strcasestr.h: New file, from GNU gettext.
8790         * lib/c-strcasestr.c: New file, from GNU gettext.
8791
8792 2005-10-11  Bruno Haible  <bruno@clisp.org>
8793
8794         * lib/c-strcase.h: New file, from GNU gettext.
8795         * lib/c-strcasecmp.c: New file, from GNU gettext.
8796         * lib/c-strncasecmp.c: New file, from GNU gettext.
8797
8798 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8799
8800         * modules/mempcpy (License): GPL -> LGPL.
8801         * modules/strchrnul (License): Likewise.
8802         * modules/sysexits (License): Likewise.
8803
8804 2005-10-08  Simon Josefsson  <jas@extundo.com>
8805
8806         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8807
8808 2005-10-07  Simon Josefsson  <jas@extundo.com>
8809
8810         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8811
8812 2005-10-06  Simon Josefsson  <jas@extundo.com>
8813
8814         * tests/test-hmac-md5.c: New file.
8815
8816         * modules/hmac-md5-tests: New file.
8817
8818         * modules/hmac-md5: New file.
8819
8820 2005-10-06  Simon Josefsson  <jas@extundo.com>
8821
8822         * m4/hmac-md5.m4: New file.
8823
8824         * m4/memxor.m4: Require gl_C_RESTRICT.
8825
8826 2005-10-06  Simon Josefsson  <jas@extundo.com>
8827
8828         * lib/memxor.c (memxor): Avoid casts and warnings.
8829
8830 2005-10-06  Simon Josefsson  <jas@extundo.com>
8831
8832         * lib/hmac-md5.c: New file.
8833
8834         * lib/hmac.h: New file.
8835
8836 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8837
8838         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8839         promotes to int, not unsigned int, to catch the AIX 5.3
8840         compiler bug.
8841
8842 2005-10-05  Simon Josefsson  <jas@extundo.com>
8843
8844         * modules/memxor: New file.
8845
8846         * modules/iconv (Files): Move config.rpath to havelib, it is used
8847         there.
8848
8849         * modules/havelib (Files): Add config.rpath.
8850
8851 2005-10-05  Simon Josefsson  <jas@extundo.com>
8852
8853         * m4/memxor.m4: New file.
8854
8855 2005-10-05  Simon Josefsson  <jas@extundo.com>
8856
8857         * lib/memxor.c (memxor): Fix compiler error.
8858
8859         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8860         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8861
8862         * lib/memxor.h, lib/memxor.c: New files.
8863
8864         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8865         we assume all systems have it, suggested by Jim Meyering
8866         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8867         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8868         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8869         same reasons.
8870
8871 2005-10-05  Simon Josefsson  <jas@extundo.com>
8872
8873         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8874
8875 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8876
8877         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8878         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8879         needed, since the source code now assumes these .h files.
8880
8881 2005-10-05  Derek Price  <derek@ximbiot.com>
8882
8883         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8884
8885 2005-10-05  Bruno Haible  <bruno@clisp.org>
8886
8887         * modules/stdint (License): Change to LGPL.
8888
8889 2005-10-04  Simon Josefsson  <jas@extundo.com>
8890
8891         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8892         D. Baushke" <mdb@gnu.org>.
8893
8894 2005-10-04  Bruno Haible  <bruno@clisp.org>
8895
8896         * lib/verify.h (verify_true): Provide alternative definition for C++.
8897
8898 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8899
8900         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8901         (SSIZE_MAX): New macro, if not already defined.
8902         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8903         than 2 GiB.
8904
8905 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8906
8907         Sync from coreutils.
8908         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8909         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8910         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8911         ULLONG_MAX doesn't work with 2.7.2.1.
8912
8913 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8914
8915         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8916         From Ben Pfaff.
8917
8918         * modules/exclude (Depends-on): Depend on verify.
8919         * modules/strtoimax (Depends-on): Likewise.
8920         * modules/utimecmp (Depends-on): Likewise.
8921
8922 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8923
8924         * lib/exclude.c: Include verify.h.
8925         (verify): Remove.  All callers changed to use verify.h's version.
8926         * lib/strtoimax.c: Likewise.
8927         * lib/utimecmp.c: Likewis.e
8928
8929         Sync from coreutils.
8930         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
8931         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
8932         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
8933         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
8934         bother returning ENOSYS if settimeofday or stime fails; just let
8935         them return whatever errno they want to return.
8936         * lib/utimens.c: Include unistd.h, for dup2.
8937         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
8938         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
8939
8940 2005-10-02  Jim Meyering  <jim@meyering.net>
8941
8942         Sync from coreutils.
8943         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
8944         from glibc-2.2.5 that fails for read-only files.
8945
8946 2005-10-02  Jim Meyering  <jim@meyering.net>
8947
8948         Sync from coreutils.
8949         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
8950         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
8951         `#if HAVE_CONFIG_H'.
8952         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
8953         Remove AT_FDCWD test.
8954         Do not consume the fd unless successful.
8955         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
8956         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
8957         block, so that we don't even try to compile it if settimeofday is
8958         available.  This works around a compilation failure on OSF1 V5.1,
8959         due to stime requiring a `long int*' while tv_sec is `int'.
8960
8961 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
8962
8963         Sync from coreutils.
8964         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
8965         against `yes', rather than just testing for nonempty.
8966
8967 2005-10-01  Simon Josefsson  <jas@extundo.com>
8968
8969         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
8970         and Darwin.
8971
8972         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
8973         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
8974         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
8975         freeaddrinfo and gai_strerror are declared by the POSIX headers.
8976         Check if struct addrinfo is declared.
8977
8978 2005-10-01  Simon Josefsson  <jas@extundo.com>
8979
8980         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
8981         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
8982         AI_* and EAI_* definitions.  Protect function declarations.
8983
8984 2005-10-01  Jim Meyering  <jim@meyering.net>
8985
8986         Sync from coreutils.
8987
8988         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
8989         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
8990         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
8991         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8992         in the inet and nsl libraries.  Required on Solaris 5.7.
8993
8994 2005-10-01  Jim Meyering  <jim@meyering.net>
8995
8996         Sync from coreutils.
8997         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8998         in the inet and nsl libraries.  Required on Solaris 5.7.
8999
9000 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9001
9002         * lib/getdelim.c (getdelim): Remove unused variables.
9003
9004 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9005
9006         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9007         so that the code works even with ancient cpp.  Portability problem
9008         with GCC 2.7.2.1 reported by Thomas M.Ott.
9009
9010 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9011
9012         * modules/regex (Depends-on): Add strcase.
9013
9014         * modules/gethostname (Licence): Change from GPL to LGPL, since
9015         gethostname.c is a trivial implementation of a standard library
9016         function.
9017         * modules/poll (License): Change from GPL to LGPL, since it's
9018         derived from LGPL code.
9019
9020 2005-09-27  Jim Meyering  <jim@meyering.net>
9021
9022         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9023         HAVE_CONFIG_H.
9024
9025         * lib/intprops.h (signed_type_or_expr__): Define.
9026         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9027         for unsigned types.
9028
9029 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9030
9031         * lib/verify.h (verify_expr): Remove, replacing with:
9032         (verify_true): New macro that returns true instead of void.
9033         (verify_type__): Remove.
9034         (verify): Use verify_true rather than verify_type__.
9035
9036 2005-09-26  Bruno Haible  <bruno@clisp.org>
9037
9038         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9039         is necessary.
9040         (lib_SOURCES): Remove mbchar.c.
9041         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9042         (Files): Add m4/mbrtowc.m4.
9043         * modules/mbiter: Likewise.
9044         * modules/mbuiter: Likewise.
9045
9046 2005-09-26  Bruno Haible  <bruno@clisp.org>
9047
9048         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9049         compile mbchar.c if they are not both present.
9050         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9051         * m4/mbiter.m4 (gl_MBITER): Likewise.
9052         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9053         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9054         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9055
9056 2005-09-25  Jim Meyering  <jim@meyering.net>
9057
9058         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9059         also uses socklen_t.
9060
9061 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9062
9063         * lib/utimens.c (ENOSYS): Define if not already defined.
9064         (futimens): Support having a null PATH if the file descriptor
9065         is nonnegative.
9066
9067         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9068         Remove.
9069         (__attribute): Define to empty unless GCC 3.1 or later.
9070         This works around a core dump on OpenBSD 3.4, which has GCC
9071         2.95.3, which dumps core when given __attribute__(()).  It also
9072         simplifies other tests, since we really don't want to bother with
9073         worrying about which ancient version of GCC supported what.
9074         Original problem reported by Yoann Vandoorselaere, with part of
9075         the fix suggested by Derek Price.
9076
9077 2005-09-24  Jim Meyering  <jim@meyering.net>
9078
9079         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9080         so we can once again use a positive bitfield width of 1 -- now we
9081         don't have to explain why we were using a bitfield width of 2.
9082
9083 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9084
9085         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9086         and similarly for the other external symbols.  Problem reported
9087         by James Gallager.
9088
9089         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9090         bug reported by Jim Meyering.
9091
9092         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9093         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9094         not needed, since socklen is a prerequisite module.
9095
9096 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9097
9098         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9099         Problem reported by Eric Blake.
9100         (getaddrinfo): Initialize se so that it's not garbage.
9101         Redo internal storage allocation so that it doesn't make unportable
9102         assumptions about alignment.
9103         Fix a memory leak.
9104
9105         * lib/utimens.c (futimens): Use futimesat if available.
9106         Prefer it to futimes since it doesn't have the futimes bug.
9107
9108         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9109         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9110         Instead, declare a function that returns a pointer to an array,
9111         and use verify_type__ to declare the size of the array.
9112         Problem and germ of a solution reported by Bruno Haible.
9113         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9114         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9115
9116 2005-09-23  Jim Meyering  <jim@meyering.net>
9117
9118         Sync from coreutils.
9119         Correct build failure (socklen_t not defined) on at least
9120         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9121         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9122
9123 2005-09-23  Jim Meyering  <jim@meyering.net>
9124
9125         * modules/getaddrinfo (Depends-on): Add socklen.
9126
9127 2005-09-23  Bruno Haible  <bruno@clisp.org>
9128
9129         * tests/test-verify.c: New file.
9130
9131 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9132
9133         Sync from coreutils.
9134
9135         * modules/argmatch (Depends-on): Add verify.
9136         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9137         unistd-safer.
9138         * modules/save-cwd (Depends-on): Likewise.
9139
9140         * modules/openat (Files): Add lib/openat-die.c.
9141         (Depends-on): Remove error, exitfail.
9142         Add dirname.
9143
9144         * modules/verify: New file.
9145         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9146         with "verify" module.
9147
9148 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9149
9150         Sync from coreutils.
9151
9152         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9153         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9154         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9155         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9156         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9157         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9158         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9159         Don't bother checking for string.h, stdlib.h, unistd.h.
9160         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9161         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9162         module's job.
9163         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9164         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9165
9166         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9167         (gl_GETDATE): Use it.
9168
9169         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9170
9171 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9172
9173         Sync from coreutils.
9174
9175         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9176         stat-time.h.
9177         * lib/argmatch.h: Include verify.h
9178         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9179         (ARGMATCH_ASSERT): Remove; unused.
9180         * lib/canonicalize.c: Assume STDC_HEADERS.
9181         * lib/exclude.c: Include "strcase.h".
9182         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9183         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9184         and stdio-safer.h.
9185         (getusershell): Call fopen, not fopen_safer.
9186         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9187         Do not include unistd-safer.h.
9188         (save_cwd): Don't call fd_safer; no longer needed
9189         now that we include fcntl--.h.
9190
9191         * lib/getdate.y (relative_time): New type.
9192         (RELATIVE_TIME_0): New constant.
9193         (parser_control): Use relative_time instead of doing it ourselves.
9194         (%union): Add new relative_time rel member.
9195         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9196         Now typeless.
9197         (relunit, relunit_snumber): Now of type rel.
9198         (zone, rel, relunit, get_date): Adjust to above changes.
9199
9200         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9201         Do not include unistd-safer.h.
9202         (getloadavg): Don't call fd_safer; no longer needed
9203         now that we include fcntl--.h.
9204
9205         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9206         (make_dir_parents): Treat ENOSYS like EEXIST.
9207
9208         Improve quality of diagnostics on restore_cwd failure.
9209         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9210         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9211         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9212         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9213         each time through the loop.  Do not diagnose restore_cwd failure;
9214         that is the caller's job (and perhaps the caller does not care).
9215
9216         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9217         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9218         If the file already exists but is not a directory, don't bother
9219         to try to make its parents.
9220         Close potential file descriptor leak if we can't chdir("/") (!).
9221         Don't always return true if chdir($PWD) fails; return true only
9222         if the requested action was done successfully (except for the
9223         chdir($PWD)).
9224         Don't log final directory unless we actually made it.
9225         Refactor to avoid duplicate code to fix up permissions.
9226         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9227
9228         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9229         to make it a bit faster and (I hope) clearer.
9230         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9231         Fix bug in formats like %2N.
9232
9233         * lib/verify.h: New file.
9234
9235 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9236
9237         Sync from coreutils.
9238         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9239
9240 2005-09-22  Jim Meyering  <jim@meyering.net>
9241
9242         Sync from coreutils.
9243
9244         * m4/lstat.m4 (gl_FUNC_LSTAT):
9245         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9246         Remove obsolete comment.
9247         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9248         * m4/xstrtod.m4: Likewise.
9249
9250         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9251
9252 2005-09-22  Jim Meyering  <jim@meyering.net>
9253
9254         Sync from coreutils.
9255
9256         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9257
9258         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9259         the .tm_year member, since otherwise gcc-4.0 would now warn about
9260         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9261
9262         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9263         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9264
9265         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9266         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9267         when run in a time zone for which daylight savings time is in effect
9268         for the starting date.
9269
9270         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9271         stop us from restricting permissions of just-created absolute-named
9272         directories.
9273         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9274         to restore initial working directory.
9275         * lib/mkdir-p.c (make_dir_parents): New parameter:
9276         different_working_dir, to tell caller if/when we change the working
9277         directory and are unable to return to the initial one.
9278         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9279         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9280         `return false'.  This fixes a bug introduced on 2004-07-30.
9281
9282         * lib/openat.c (fdopendir): Be sure to close the supplied
9283         file descriptor before returning.  This makes our replacement
9284         implementation a little closer to Solaris's, where fdopendir
9285         ties the file descriptor to the returned DIR* pointer.
9286         * lib/openat.c (unlinkat): New function.
9287         * lib/openat.h (unlinkat): Add prototype.
9288         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9289         (openat_restore_fail): Rename from openat_restore_die.
9290         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9291
9292         Provide an alternative to exiting immediately upon save_cwd or
9293         restore_cwd failure.  Now, an application can arrange e.g.,
9294         to perform a longjump in that case.
9295         * lib/openat.c: Include dirname.h.
9296         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9297         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9298         and openat_restore_die rather than calling error directly.
9299         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9300
9301         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9302         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9303         define.
9304
9305         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9306         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9307                             int utc, int nanoseconds);
9308         Background:
9309         date should not have to allocate a megabyte of virtual memory to
9310         handle a format argument like +%1048575T.  When implemented with
9311         strftime, it must allocate such a buffer, use strftime to fill it
9312         in, print it, then free it.
9313         With fprintftime, it simply prints everything and exits.
9314         With no need for memory allocation, that's one fewer way to fail.
9315         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9316         optional field width, not before, so we accept %9:z, not %:9z.
9317         (my_strftime): Be sure to use L_('x') for literals.
9318
9319         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9320         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9321         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9322         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9323         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9324         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9325         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9326         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9327         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9328         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9329         * lib/xgethostname.c, lib/xreadlink.c:
9330         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9331
9332         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9333         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9334         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9335         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9336         and don't include <sys/file.h>).
9337
9338 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9339
9340         Sync from coreutils.
9341
9342         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9343         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9344         [!LDAV_DONE]: Avoid unused variable warning.
9345
9346 2005-09-21  Bruno Haible  <bruno@clisp.org>
9347
9348         * lib/unicodeio.h (unicode_to_mb): New declaration.
9349
9350 2005-09-20  Derek Price  <derek@ximbiot.com>
9351
9352         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9353         getaddrinfo.h.
9354
9355 2005-09-20  Bruno Haible  <bruno@clisp.org>
9356
9357         * gnulib-tool: Remove trailing slashes from the values specified for
9358         --source-base, --m4-base, --tests-base, --aux-dir.
9359         Suggested by Simon Josefsson <jas@extundo.com>.
9360
9361 2005-09-20  Bruno Haible  <bruno@clisp.org>
9362
9363         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9364         func_modules_to_filelist, func_import, func_create_testdir): Make all
9365         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9366         change when gnulib-tool is invoked in a different locale.
9367
9368 2005-09-19  Simon Josefsson  <jas@extundo.com>
9369
9370         * m4/socklen.m4: Fix typo.
9371
9372 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9373
9374         Use a consistent style for including <config.h>.
9375         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9376         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9377         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9378         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9379         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9380         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9381         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9382         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9383         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9384         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9385         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9386         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9387         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9388         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9389         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9390         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9391         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9392         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9393         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9394         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9395         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9396         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9397         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9398         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9399         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9400         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9401         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9402         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9403         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9404         lib/xstrtoumax.c, lib/yesno.c:
9405         Standardize inclusion of config.h.
9406         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9407         lib/inttostr.h:  Removed inclusion of config.h from header files.
9408         * lib/inttostr.c:  Adjusted in-tree users.
9409         * lib/timespec.h: Remove superfluous warning to include config.h.
9410         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9411         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9412         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9413         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9414         config.h with HAVE_CONFIG_H.
9415
9416 2005-09-19  Jim Meyering  <jim@meyering.net>
9417
9418         * modules/pathmax (License): Change to LGPL.
9419
9420 2005-09-19  Derek Price  <derek@ximbiot.com>
9421
9422         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9423
9424 2005-09-19  Bruno Haible  <bruno@clisp.org>
9425
9426         * gnulib-tool (import): Provide default for --tests-base.
9427
9428 2005-09-19  Bruno Haible  <bruno@clisp.org>
9429
9430         * doc/quote.texi: New file, extracted from gnulib.texi.
9431         * doc/ctime.texi: New file, extracted from gnulib.texi.
9432         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9433         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9434         * doc/gnulib.texi: Include them.
9435
9436 2005-09-18  Bruno Haible  <bruno@clisp.org>
9437
9438         Portability fix.
9439         * gnulib-tool (func_readlink): New function.
9440         (func_ln_if_changed): Use it.
9441
9442 2005-09-18  Bruno Haible  <bruno@clisp.org>
9443
9444         * gnulib-tool: Support --with-tests also with --import.
9445         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9446         (func_import): Use variables $testsbase and $inctests. Emit a
9447         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9448         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9449         SUBDIRS += $testsdir.
9450         (func_create_testdir): Update.
9451
9452 2005-09-18  Bruno Haible  <bruno@clisp.org>
9453
9454         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9455         instead of $dry_run.
9456         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9457         (func_ln_if_changed): Don't handle dry-run here.
9458         (func_import): In dry-run mode, detect more precisely which actions
9459         would be performed, and don't use "...ing" verbs.
9460
9461 2005-09-18  Bruno Haible  <bruno@clisp.org>
9462
9463         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9464         (func_import): Use join on two temporary files instead of three nested
9465         loops, in order to determine which files are new or old.
9466
9467 2005-09-18  Bruno Haible  <bruno@clisp.org>
9468
9469         * gnulib-tool (func_import): Comment out code that spits out the
9470         new files with --dry-run.
9471
9472 2005-09-18  Bruno Haible  <bruno@clisp.org>
9473
9474         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9475
9476 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9477
9478         * lib/stat-time.h: New file.
9479         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9480         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9481         in a different way.
9482         (timespec_cmp): New function.
9483         * lib/utimecmp.c: Include stat-time.h.
9484         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9485         members exist, not on the obsolescent ST_MTIM_NSEC.
9486         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9487
9488 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9489
9490         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9491
9492 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9493
9494         * MODULES.html.sh (File system functions): Add stat-time.
9495         * modules/stat-time: New file.
9496         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9497         is now done in a different way, by the stat-time module.
9498         * modules/utimecmp (Depends-on): Add stat-time.
9499
9500 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9501
9502         * m4/st_mtim.m4: Remove.  Superseded by...
9503         * m4/stat-time.m4: New file.
9504         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9505         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9506
9507 2005-09-15  Derek Price  <derek@ximbiot.com>
9508
9509         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9510
9511 2005-09-15  Derek Price  <derek@ximbiot.com>
9512
9513         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9514         * lib/regex_internal.c: Ditto, using this...
9515         (__GNUC_PREREQ): ...new macro.
9516         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9517         using...
9518         (__GNUC_PREREQ): ...this new macro.
9519
9520         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9521
9522 2005-09-15  Derek Price  <derek@ximbiot.com>
9523             Paul Eggert  <eggert@cs.ucla.edu>
9524
9525         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9526         changes, consolidating in...
9527         * lib/regex_internal.h: ...this file.
9528
9529 2005-09-13  Jim Meyering  <jim@meyering.net>
9530
9531         * lib/canon-host.c: Filter through gnu indent and reword comments
9532         slightly.
9533         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9534
9535 2005-09-13  Derek Price  <derek@ximbiot.com>
9536
9537         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9538         failure.
9539         Reported by Jim Meyering  <jim@meyering.net>.
9540
9541 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9542
9543         * lib/base64.c: Typo.
9544         (base64_encode): Put b64str in initialized data section.
9545
9546 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9547
9548         Merge glibc and coreutils changes into gnulib, plus a few
9549         extra fixes.
9550         * lib/md5.c: Use #error rather than a string.
9551         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9552         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9553         (__attribute__): Define to empty for non recent-GCC.
9554         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9555         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9556         Renamed from their non-__ counterparts, with new macros replacing
9557         them if not _LIBC.  Add __THROW attribute.
9558         (rol): Remove.
9559         (struct md5_ctx): Align buffer if using GCC.
9560         * lib/sha1.h (struct sha1_ctx): Likewise.
9561         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9562         The old name was backwards.
9563         (NOTSWAP): Remove; not used.
9564         (rol): New macro, moved here from md5.h.
9565         (sha1_process_block): Remove a FIXME that doesn't make sense.
9566
9567 2005-09-12  Derek Price  <derek@ximbiot.com>
9568
9569         Return usable errors from canon-host.
9570         * lib/canon-host.h: New file.
9571         * lib/canon-host.c (canon_host): Wrap...
9572         (canon_host_r): ...this new function, which now relies exclusively on
9573         getaddrinfo.
9574         (ch_strerror): New function.
9575         (last_cherror): New global.
9576         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9577         interface.
9578         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9579         void *.
9580         (freeaddrinfo): Free ai->ai_canonname when set.
9581
9582 2005-09-12  Derek Price  <derek@ximbiot.com>
9583
9584         Make canon-host require getaddrinfo.
9585         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9586         AC_LIBSOURCE canon-host.h.  Call...
9587         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9588         gl_GETADDRINFO.
9589         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9590
9591 2005-09-12  Derek Price  <derek@ximbiot.com>
9592
9593         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9594         LGPL.
9595         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9596
9597 2005-09-12  Derek Price  <derek@ximbiot.com>
9598
9599         * lib/gai_strerror.c: Include config.h when available.  Include
9600         getaddrinfo.h before other headers to test interface.
9601         Reported by Larry Jones <lawrence.jones@ugs.com>.
9602
9603 2005-09-12  Derek Price  <derek@ximbiot.com>
9604             Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * modules/glob (Files): Add glob-libc.h.
9607
9608 2005-09-12  Derek Price  <derek@ximbiot.com>
9609             Paul Eggert  <eggert@cs.ucla.edu>
9610
9611         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9612         glob_.h, glob-libc.h.
9613         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9614
9615 2005-09-12  Derek Price  <derek@ximbiot.com>
9616             Paul Eggert  <eggert@cs.ucla.edu>
9617
9618         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9619         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9620         protecting things that should be done only in gnulib contexts.
9621         * lib/glob_.h: New file, containing only the glob things needed for
9622         gnulib.
9623         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9624         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9625         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9626         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9627         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9628         and to respect the namespace rules better.
9629
9630 2005-09-08  Simon Josefsson  <jas@extundo.com>
9631
9632         * modules/socklen: New file.
9633
9634 2005-09-08  Simon Josefsson  <jas@extundo.com>
9635
9636         * m4/socklen.m4: New file.
9637
9638 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         * modules/utimens (Files): Add m4/utimbuf.m4, since
9641         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9642         Reported by Sergey Poznyakoff.
9643
9644 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9645
9646         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9647         definitions, since that's the preferred style in glibc.
9648         Fix a minor spacing issue, and update copyright notice to match
9649         glibc's.
9650
9651 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9652
9653         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9654
9655 2005-09-06  Simon Josefsson  <jas@extundo.com>
9656
9657         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9658         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9659
9660 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9661
9662         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9663         warning.
9664
9665 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9666
9667         * config/srclist.txt: Add glibc bug 1302.
9668
9669 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9670
9671         Change bitset word type from unsigned int to unsigned long int,
9672         as this has better performance on typical 64-bit hosts.
9673         Port bitset code to hosts with unusual word sizes.
9674         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9675         (build_collating_symbol):
9676         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9677         argument is a bitset.  This is merely a style issue, but it makes
9678         it clearer that an entire array is expected.
9679         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9680         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9681         Port to the case where bitset_word is not the same as unsigned int.
9682         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9683         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9684         Likewise.
9685         * lib/regexec.c (check_dst_limits_calc_pos_1,
9686         check_subexp_matching_top):
9687         (build_trtable, group_nodes_into_DFAstates):
9688         Likewise.
9689         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9690         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9691         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9692         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9693         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9694         * lib/regcomp.c (optimize_subexps, lower_subexp):
9695         Work even if bitset_word has holes in its bitwise representation.
9696         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9697         * lib/regexec.c (check_dst_limits_calc_pos_1,
9698         check_subexp_matching_top):
9699         Likewise.
9700         * lib/regex_internal.c (re_string_reconstruct):
9701         Don't assume UCHAR_MAX == 255.
9702         * lib/regex_internal.h (bitset_set_all): Likewise.
9703         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9704         All uses changed.
9705         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9706         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9707         All uses changed.
9708         (BITSET_WORD_MAX): New macro.
9709         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9710         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9711         (bitset_empty, bitset_copy):
9712         Prefer sizeof (bitset) to multiplying it out ourselves.
9713         (bitset_not_merge): Remove; unused.
9714         (bitset_contain): Return bool, not unsigned int with one bit on.
9715         All callers changed.
9716         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9717         alignment than re_node_set; do this by defining a new internal
9718         type struct dests_alloc and using it to allocate memory.
9719
9720 2005-09-05  Bruno Haible  <bruno@clisp.org>
9721
9722         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9723         links.
9724
9725 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
9726
9727         * modules/size_max (Makefile.am): Add size_max.h
9728
9729 2005-09-04  Derek Price  <derek@ximbiot.com>
9730
9731         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9732
9733 2005-09-03  Simon Josefsson  <jas@extundo.com>
9734
9735         * gnulib-tool: Fix typo.
9736
9737 2005-09-03  Simon Josefsson  <jas@extundo.com>
9738
9739         * config/srclist.txt: Add glibc bug 1293.
9740
9741 2005-09-03  Derek Price  <derek@ximbiot.com>
9742
9743         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9744         From Larry Jones <lawrence.jones@ugs.com>.
9745
9746 2005-09-02  Simon Josefsson  <jas@extundo.com>
9747
9748         * modules/socklen: New file.
9749
9750 2005-09-02  Simon Josefsson  <jas@extundo.com>
9751
9752         * modules/havelib: New module.
9753
9754         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9755         Use havelib.
9756
9757 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9758
9759         Check for arithmetic overflow when calculating sizes, to prevent
9760         some buffer-overflow issues.  These patches are conservative, in the
9761         sense that when I couldn't determine whether an overflow was possible,
9762         I inserted a run-time check.
9763         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9764         macros.
9765         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9766         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9767         (re_xnrealloc, re_x2nrealloc): New inline functions.
9768         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9769         parse_bracket_exp):
9770         (build_equiv_class, build_charclass): Check for arithmetic overflow
9771         in size expression calculations.
9772         * lib/regex_internal.c (re_string_realloc_buffers):
9773         (build_wcs_upper_buffer, re_node_set_add_intersect):
9774         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9775         (re_dfa_add_node, register_state): Likewise.
9776         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9777         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9778         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9779         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9780
9781 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9784         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9785
9786 2005-09-02  Bruno Haible  <bruno@clisp.org>
9787
9788         Support for lib vs. lib64 distinction on biarch platforms.
9789         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9790         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9791         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9792
9793 2005-09-02  Bruno Haible  <bruno@clisp.org>
9794
9795         * gnulib-tool (import): In the other first-use case, provide defaults
9796         as well.
9797
9798 2005-09-02  Bruno Haible  <bruno@clisp.org>
9799
9800         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9801         patches not yet found in the latest gettext release.
9802
9803 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9804
9805         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9806         to avoid a collision with bits/local_lim.h in glibc.
9807         All uses changed.  Problem reported by Dmitry V. Levin in
9808         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9809
9810         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9811         bugs in int versus size_t comparisons.
9812         (re_string_context_at): Fix bug where the code assumed that
9813         Idx is signed.
9814
9815         Use bool where appropriate.
9816         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9817         All callers changed.
9818         (calc_eclosure_iter): Likewise, for ROOT arg.
9819         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9820         (build_charclass_op): Likewise, for NON_MATCH arg.
9821         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9822         (re_string_construct_common): Likewise, for ICASE arg.
9823         * lib/regexec.c (re_search_2_stub, re_search_stub):
9824         Likewise, for RET_LEN arg.
9825         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9826         (set_regs): Likewise, for FL_BACKTRACK arg.
9827         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9828         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9829         (calc_eclosure_iter, parse_bracket_exp):
9830         Use bool for internal variables that are booleans.
9831         * lib/regexec.c (re_search_internal, check_matching,
9832         proceed_next_node):
9833         (set_regs, build_sifted_states, sift_states_bkref):
9834         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9835         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9836         (find_collation_sequence_value):
9837         Likewise.
9838         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9839         (re_node_set_compare):
9840         Return bool, not int. All callers changed.
9841         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9842         (build_trtable, check_node_accept): Likewise.
9843         * lib/regex_internal.h: Include stdbool.h.
9844
9845         Fix bugs uncovered when converting to bool.
9846         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9847         failure instead of charging ahead blindly.
9848         * lib/regex_internal.c (register_state): Likewise.
9849         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9850         for freeing internal storage.
9851         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9852         bitset pieces used as boolean, to avoid undefined behavior
9853         on hosts that do int overflow checking.
9854
9855 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9856
9857         * config/srclist.txt: Add glibc bugs 1285-1287.
9858
9859 2005-09-01  Jim Meyering  <jim@meyering.net>
9860
9861         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9862         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9863         Require gl_STAT_MACROS, too.
9864
9865 2005-09-01  Bruno Haible  <bruno@clisp.org>
9866
9867         * gnulib-tool (import): In the first-use case, provide defaults.
9868
9869 2005-09-01  Bruno Haible  <bruno@clisp.org>
9870
9871         * gnulib-tool (func_import): Remove the .tmp files.
9872
9873 2005-09-01  Bruno Haible  <bruno@clisp.org>
9874
9875         * gnulib-tool (func_import): Fix handling of symbolic links.
9876
9877 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9878
9879         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9880         old glibc regex code mishandles strings longer than 2**31 bytes.
9881         This patch fixes this when the regex code is used in gnulib
9882         (i.e., outside glibc).
9883
9884         This patch should not affect the use of the regex code inside
9885         glibc.  No doubt this problem also needs to be handled for glibc
9886         as well, but the result will be an incompatible change to the
9887         glibc ABI, and the old ABI will have to be supported too.  That
9888         can be the the subject for another patch.
9889
9890         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9891         governing whether the rest of this patch is active.  By default,
9892         the macro is disabled and the patch has no effect.
9893         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9894         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9895         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9896         (re_match_2, re_set_registers): Use the new types.
9897         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9898         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9899         New macros.
9900         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9901         (re_string_context_at, bin_tree_t, re_dfastate_t):
9902         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9903         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9904         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9905         (re_string_char_size_at, re_string_wchar_at):
9906         (re_string_elem_size_at):
9907         Use the new types and macros to port to 64-bit hosts.
9908         Use unsigned types for internal values, so that the code
9909         mostly works even for arrays larger than SSIZE_MAX.
9910         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9911         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9912         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9913         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9914         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9915         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9916         (calc_inveclosure, parse_dup_op, build_range_exp):
9917         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9918         (fetch_number, create_token_tree, mark_opt_subexp):
9919         Likewise.
9920         * lib/regex_internal.c (re_string_construct_common,
9921         create_ci_newstate):
9922         (create_cd_newstate, re_string_allocate, re_string_construct):
9923         (re_string_realloc_buffers, build_wcs_upper_buffer):
9924         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9925         (re_string_reconstruct, re_string_peek_byte_case):
9926         (re_string_fetch_byte_case, re_string_context_at):
9927         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9928         (re_node_set_init_copy, re_node_set_add_intersect):
9929         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9930         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9931         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9932         (re_acquire_state, re_acquire_state_context, register_state):
9933         Likewise.
9934         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
9935         search_cur_bkref_entry):
9936         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
9937         (re_search_internal, re_search_2_stub, re_search_stub)
9938         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
9939         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
9940         (update_cur_sifted_state, check_dst_limits):
9941         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9942         (check_subexp_limits, sift_states_bkref, merge_state_array):
9943         (check_subexp_matching_top, get_subexp, get_subexp_sub):
9944         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
9945         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9946         (expand_bkref_cache, check_node_accept_bytes):
9947         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
9948         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
9949         (acquire_init_state_context, check_halt_node_context):
9950         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
9951         (sift_states_backward, clean_state_log_if_needed):
9952         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
9953         (find_recover_state, transit_state_sb, transit_state_mb):
9954         (transit_state_bkref, build_trtable, match_ctx_clean):
9955         Likewise.
9956         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
9957         to work around an assumption that REG_MISSING is negative.
9958
9959         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
9960         (seek_collating_symbol_entry) [defined _LIBC]:
9961         (lookup_collation_sequence_value) [defined _LIBC]:
9962         (build_range_exp, build_collating_symbol) [defined _LIBC]:
9963         Use prototypes rather than old-style function definitions.
9964         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
9965         (transit_state_sb) [0]:
9966         (find_collation_sequence_value) [defined _LIBC]: Likewise.
9967
9968         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
9969         rm_eo.
9970
9971         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
9972         (optimize_subexps, lower_subexp):
9973         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
9974         since the signed shift might overflow.  Use 1u<<31 instead.
9975         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9976         Likewise.
9977         * lib/regexec.c (check_dst_limits_calc_pos_1,
9978         check_subexp_matching_top): Likewise.
9979
9980         * lib/regcomp.c (optimize_subexps, lower_subexp):
9981         Use CHAR_BIT rather than 8, for clarity.
9982         * lib/regexec.c (check_dst_limits_calc_pos_1):
9983         (check_subexp_matching_top): Likewise.
9984         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
9985         have to worry about portability issues when shifting it left.
9986         Remove no-longer-needed test for table_size > 0.
9987         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
9988         in a word, as the resulting behavior is undefined.
9989         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
9990         in one case, a <= should have been an <, and in another case the
9991         whole test was missing.
9992         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
9993         the standard name CHAR_BIT.
9994         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
9995         this is not true on one's complement and signed-magnitude hosts.
9996
9997         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
9998         next_last_offset.
9999         (struct re_dfa_t): Remove unused member states_alloc.
10000         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10001
10002 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10003
10004         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10005         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10006         and large-file glibc and in 32-bit large-file Solaris.
10007
10008 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10009
10010         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10011         lengths fit in regoff_t; this isn't true if regoff_t is the same
10012         width as size_t.
10013         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10014         (= START + RANGE) instead of RANGE.  This avoids overflow
10015         problems when regoff_t is the same width as size_t.
10016         All callers changed.
10017         (re_search_2_stub): Check for overflow when adding the
10018         sizes of the two strings.
10019         (re_search_stub): Check for overflow when adding START
10020         to RANGE; if it occurs, substitute the extreme value.
10021
10022 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10023
10024         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10025
10026 2005-08-31  Jim Meyering  <jim@meyering.net>
10027
10028         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10029         a pointer-to-const.
10030         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10031         (register_state): Likewise.
10032         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10033         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10034         (group_nodes_into_DFAstates): Likewise.
10035
10036 2005-08-31  Jim Meyering  <jim@meyering.net>
10037
10038         * check-module: Add a FIXME comment.
10039
10040 2005-08-31  Eric Blake  <ebb9@byu.net>
10041
10042         * modules/unistd-safer (Files): Add unistd--.h.
10043         * modules/stdio-safer (Files): Add stdio--.h.
10044
10045 2005-08-31  Derek Price  <derek@ximbiot.com>
10046
10047         * lib/getdelim.c (getdelim): Return EOF on EOF.
10048         Reported by Larry Jones <lawrence.jones@ugs.com>.
10049
10050 2005-08-31  Bruno Haible  <bruno@clisp.org>
10051
10052         Avoid unnecessary diffs in the generated lib/Makefile.am.
10053         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10054         the generated files.
10055         (func_import): Don't set cmd.
10056
10057 2005-08-31  Bruno Haible  <bruno@clisp.org>
10058
10059         * lib/strstr.c: Include <stddef.h>, for NULL.
10060         * lib/strcasestr.c: Likewise.
10061         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10062
10063 2005-08-31  Bruno Haible  <bruno@clisp.org>
10064
10065         * gnulib-tool: New option --macro-prefix.
10066         (func_import): Use macro_prefix.
10067         (import): Handle option --macro-prefix.
10068
10069 2005-08-31  Bruno Haible  <bruno@clisp.org>
10070
10071         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10072         Also use new variables cached_lgpl, cached_libtool.
10073
10074 2005-08-31  Bruno Haible  <bruno@clisp.org>
10075
10076         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10077         always instantiating them.
10078
10079 2005-08-31  Bruno Haible  <bruno@clisp.org>
10080
10081         * gnulib-tool (func_import): Read the previous cached settings
10082         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10083         earlier added by gnulib but are now dropped. Warn when a gnulib file
10084         overwrites a non-gnulib file.
10085
10086 2005-08-31  Bruno Haible  <bruno@clisp.org>
10087
10088         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10089         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10090         projects that don't keep autogenerated files in CVS. Put into
10091         actioncmd only the specified modules, not the transitive closure.
10092
10093 2005-08-31  Bruno Haible  <bruno@clisp.org>
10094
10095         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10096         Create directories that shall be filled.
10097         (import): Don't look for gl_* macros in configure.ac. Recurse across
10098         all directories containing a gnulib-cache.m4 files, if meaningful.
10099
10100 2005-08-31  Bruno Haible  <bruno@clisp.org>
10101
10102         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10103         (import): Set seen_libtool when we see gl_LIBTOOL.
10104
10105 2005-08-31  Bruno Haible  <bruno@clisp.org>
10106
10107         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10108         declaration macro definitions from generated gnulib.m4.
10109
10110 2005-08-30  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10111
10112         * lib/iconvme.h: Add prototype for iconv_alloc.
10113
10114 2005-08-29  Simon Josefsson  <jas@extundo.com>
10115
10116         * lib/iconvme.c: Fix errno.
10117
10118 2005-08-29  Bruno Haible  <bruno@clisp.org>
10119
10120         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10121         that it works when the directory contains spaces.
10122
10123 2005-08-29  Bruno Haible  <bruno@clisp.org>
10124
10125         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10126
10127 2005-08-29  Bruno Haible  <bruno@clisp.org>
10128
10129         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10130         Emit more advice.
10131
10132 2005-08-29  Bruno Haible  <bruno@clisp.org>
10133         and Stepan Kasal  <kasal@ucw.cz>
10134
10135         * check-module: If more parameters are given, check each of them
10136         separately; add more exceptions, as noted by Jim Meyering.
10137         (check_module): New procedure.
10138         (%exempt_header): Now contains all exceptions.
10139
10140 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10141
10142         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10143
10144 2005-08-29  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10145
10146         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10147
10148 2005-08-28  Bruno Haible  <bruno@clisp.org>
10149
10150         * m4/gnulib-tool.m4: New file.
10151
10152 2005-08-27  Jim Meyering  <jim@meyering.net>
10153
10154         * modules/unistd-safer (Files): Add pipe-safer.c.
10155         * modules/fcntl-safer (Files): Add creat-safer.c.
10156
10157 2005-08-27  Jim Meyering  <jim@meyering.net>
10158
10159         * m4/stdlib-safer.m4: New file.  From coreutils.
10160         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10161         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10162         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10163         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10164         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10165
10166 2005-08-27  Jim Meyering  <jim@meyering.net>
10167
10168         * lib/fopen-safer.c: Merge minor changes from coreutils.
10169         * lib/dup-safer.c: Likewise.
10170         * lib/fd-safer.c: Likewise.
10171
10172         Merge from coreutils.
10173         * lib/stdio--.h: New file.
10174         * lib/stdlib--.h: New file.
10175         * lib/mkstemp-safer.c: New file.
10176
10177         GNU tar needs these.
10178         * lib/pipe-safer.c: New file.
10179         * lib/creat-safer.c: New file.
10180         * lib/fcntl--.h (creat): Define to creat_safer.
10181         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10182         * lib/unistd--.h (pipe): Define to pipe_safer.
10183         * lib/unistd-safer.h: Declare pipe_safer.
10184
10185 2005-08-26  Simon Josefsson  <jas@extundo.com>
10186
10187         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10188         Haible <bruno@clisp.org>.
10189
10190 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10191
10192         * lib/regex_internal.h: Remove all references to
10193         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10194         or better.
10195         (bitset_not, bitset_merge, bitset_not_merge):
10196         (bitset_mask, re_string_allocate, re_string_construct):
10197         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10198         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10199         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10200         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10201         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10202         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10203         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10204         (re_acquire_state_context):
10205         Remove unnecessary forward decls.
10206         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10207         Put __attribute at function definition,
10208         now that the function decl has been removed.
10209         * lib/regex_internal.c (re_string_peek_byte_case):
10210         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10211         Likewise.
10212
10213 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10214
10215         * m4/regex.m4: Add AC_PREREQ(2.50).
10216         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10217
10218 2005-08-25  Simon Josefsson  <jas@extundo.com>
10219
10220         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10221         __fsetlocking.
10222
10223 2005-08-25  Simon Josefsson  <jas@extundo.com>
10224
10225         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10226         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10227         GLIBC specific code.
10228
10229 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10230
10231         Make regex safe for g++.  This fixes one real bug (an "err"
10232         that should have been "*err").  g++ problem reported by
10233         Sam Steingold.
10234         * lib/regex_internal.h (re_calloc): New macro, consistent with
10235         re_malloc etc.  All callers of calloc changed to use re_calloc.
10236         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10237         not int.  All callers changed.
10238         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10239         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10240         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10241         (find_recover_state): Change "err" to "*err"; this fixes what
10242         appears to be a real bug.
10243         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10244         versus int.
10245
10246 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10247
10248         * modules/regex (Depends-on): Add malloc, since the code
10249         assumes that !malloc(0) means failure.
10250
10251 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10252
10253         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10254
10255         alloca modernization/simplification for regex.
10256         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10257         needs to be at the start of the file, and can be moved into
10258         regex_internal.h and simplified.
10259         * lib/regex_internal.h: Include <alloca.h>.
10260         (__libc_use_alloca) [!defined _LIBC]: New macro.
10261         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10262         now works outside glibc.
10263
10264 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10265
10266         * config/srclist.txt: Add glibc bugs 1241, 1245.
10267
10268 2005-08-25  Jim Meyering  <jim@meyering.net>
10269
10270         * lib/open-safer.c: Include <config.h>.
10271         Otherwise, we'd lose LARGEFILE support in any file using
10272         e.g. "fcntl--.h"
10273
10274 2005-08-25  Bruno Haible  <bruno@clisp.org>
10275
10276         * m4/minmax.m4: Require autoconf 2.52.
10277         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10278         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10279         alternatives of translit over the alphabet.
10280         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10281
10282 2005-08-24  Simon Josefsson  <jas@extundo.com>
10283
10284         * tests/test-getpass.c: New file.
10285
10286 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10287
10288         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10289         for GNU regex features.
10290
10291 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10292
10293         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10294         * lib/regex.h (regerror): Likewise.
10295
10296         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10297         requires this.  (The code never needed it.)
10298
10299         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10300         All uses of recently-renamed identifiers changed to use the new,
10301         POSIX-compliant names.  The code will build and run just fine
10302         without these changes, but it's better to eat our own dog food
10303         and use the standard-conforming names.
10304
10305         * lib/regex.h: Fix a multitude of POSIX name space violations.
10306         These changes have an effect only for programs that define
10307         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10308         do not change anything for programs compiled in the normal way.
10309         Also, there is no effect on the ABI.
10310
10311         (_REGEX_SOURCE): New macro.
10312         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10313         defined and _GNU_SOURCE is not; this fixes a name space violation.
10314
10315         Rename the following macros to obey POSIX requirements.
10316         The old names are still visible as macros if _REGEX_SOURCE is defined.
10317         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10318         RE_BACKSLASH_ESCAPE_IN_LISTS.
10319         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10320         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10321         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10322         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10323         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10324         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10325         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10326         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10327         (REG_INTERVALS): renamed from RE_INTERVALS.
10328         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10329         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10330         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10331         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10332         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10333         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10334         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10335         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10336         RE_UNMATCHED_RIGHT_PAREN_ORD.
10337         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10338         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10339         (REG_DEBUG): renamed from RE_DEBUG.
10340         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10341         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10342         unusual, since we can't clash with the POSIX REG_ICASE.
10343         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10344         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10345         (REG_NO_SUB): renamed from RE_NO_SUB.
10346         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10347         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10348         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10349         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10350         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10351         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10352         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10353         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10354         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10355         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10356         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10357         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10358         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10359         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10360         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10361         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10362         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10363         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10364         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10365         (REG_FIXED): Renamed from REGS_FIXED.
10366         (REG_NREGS): Renamed from RE_NREGS.
10367
10368         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10369         of other REG_* macros, since POSIX says the user is allowed to
10370         #undef these macros selectively.
10371
10372         (reg_errcode_t): Update comment stating what other tables need
10373         to be consistent.
10374
10375         Rename the following enum values to obey POSIX requirements.
10376         The old names are still visible as macros.
10377         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10378         is not defined, since GNU is supposed to be a superset of POSIX as
10379         much as possible, and since we want reg_errcode_t to be a signed
10380         type for implementation consistency.
10381         (_REG_NOERROR): Renamed from REG_NOERROR.
10382         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10383         (_REG_BADPAT): Renamed from REG_BADPAT.
10384         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10385         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10386         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10387         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10388         (_REG_EBRACK): Renamed from REG_EBRACK.
10389         (_REG_EPAREN): Renamed from REG_EPAREN.
10390         (_REG_EBRACE): Renamed from REG_EBRACE.
10391         (_REG_BADBR): Renamed from REG_BADBR.
10392         (_REG_ERANGE): Renamed from REG_ERANGE.
10393         (_REG_ESPACE): Renamed from REG_ESPACE.
10394         (_REG_BADRPT): Renamed from REG_BADRPT.
10395         (_REG_EEND): Renamed from REG_EEND.
10396         (_REG_ESIZE): Renamed from REG_ESIZE.
10397         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10398         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10399         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10400         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10401         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10402
10403         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10404         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10405         changed.  But support the old name if the new one is not defined
10406         and if _REGEX_SOURCE.
10407
10408         Change the following member names in struct re_pattern_buffer.
10409         The old names are still supported if !_REGEX_SOURCE.
10410         The new names are always supported, regardless of _REGEX_SOURCE.
10411         (re_buffer): Renamed from buffer.
10412         (re_allocated): Renamed from allocated.
10413         (re_used): Renamed from used.
10414         (re_syntax): Renamed from syntax.
10415         (re_fastmap): Renamed from fastmap.
10416         (re_translate): Renamed from translate.
10417         (re_can_be_null): Renamed from can_be_null.
10418         (re_regs_allocated): Renamed from regs_allocated.
10419         (re_fastmap_accurate): Renamed from fastmap_accurate.
10420         (re_no_sub): Renamed from no_sub.
10421         (re_not_bol): Renamed from not_bol.
10422         (re_not_eol): Renamed from not_eol.
10423         (re_newline_anchor): Renamed from newline_anchor.
10424
10425         Change the following member names in struct re_registers.
10426         The old names are still supported if !_REGEX_SOURCE.
10427         The new names are always supported, regardless of _REGEX_SOURCE.
10428         (rm_num_regs): Renamed from num_regs.
10429         (rm_start): Renamed from start.
10430         (rm_end): Renamed from end.
10431
10432         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10433         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10434         Prepend __ to parameter names.
10435
10436         Undo yesterday's changes.
10437
10438 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10439
10440         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10441         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10442         lib/regex.c.
10443
10444 2005-08-24  Jim Meyering  <jim@meyering.net>
10445
10446         Sync from coreutils.
10447         * m4/fcntl-safer.m4: New file.
10448
10449         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10450         and object files for this module.
10451
10452 2005-08-24  Jim Meyering  <jim@meyering.net>
10453
10454         Sync from coreutils.
10455         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10456
10457 2005-08-24  Jim Meyering  <jim@meyering.net>
10458
10459         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10460         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10461
10462 2005-08-24  Jim Meyering  <jim@meyering.net>
10463
10464         * modules/fcntl-safer: New module.
10465         * modules/fts (Depends-on): Add fcntl-safer.
10466         * MODULES.html.sh (File descriptor based Input/Output):
10467         Add fcntl-safer.
10468
10469 2005-08-24  Bruno Haible  <bruno@clisp.org>
10470
10471         Support for unit test modules.
10472         * modules/README: Mention tests modules.
10473         * modules/TEMPLATE-TESTS: New file.
10474         * gnulib-tool: New options --extract-tests-module, --with-tests and
10475         --tests-base (unused for the moment).
10476         (testsbase, inctests): New variables.
10477         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10478         (func_verify_module): Exclude TEMPLATE-TESTS.
10479         (func_verify_nontests_module, func_verify_tests_module): New functions.
10480         (func_get_dependencies): Add implicit dependency for tests modules.
10481         (func_get_tests_module): New function.
10482         (func_modules_transitive_closure): When --with-tests was specified,
10483         include the unit tests as well, unless explicitly avoided.
10484         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10485         (func_emit_tests_Makefile_am): New function.
10486         (func_create_testdir): When --with-tests was specified, emit a
10487         tests/ directory.
10488         * MODULES.html.sh (Future developments): Update.
10489
10490 2005-08-24  Bruno Haible  <bruno@clisp.org>
10491
10492         * modules/tls-tests: New file.
10493         * tests/test-tls.c: New file, from GNU gettext.
10494
10495 2005-08-24  Bruno Haible  <bruno@clisp.org>
10496
10497         * modules/lock-tests: New file.
10498         * tests/test-lock.c: New file, from GNU gettext.
10499
10500 2005-08-24  Bruno Haible  <bruno@clisp.org>
10501
10502         * lib/lock.h: Add multiple inclusion guard.
10503         * lib/tls.h: Add multiple inclusion guard.
10504
10505 2005-08-24  Bruno Haible  <bruno@clisp.org>
10506
10507         * gnulib-tool: Add support for the --aux-dir option to
10508         --create-testdir, --create-megatestdir, --test, --megatest.
10509         (func_create_testdir, func_create_megatestdir): Optionally emit a
10510         AC_CONFIG_AUX_DIR directive.
10511         (create-testdir, create-megatestdir, test, megatest): Provide a
10512         default value for $auxdir.
10513
10514 2005-08-24  Bruno Haible  <bruno@clisp.org>
10515
10516         * gnulib-tool (import): Use compound statement instead of subshell
10517         where possible.
10518
10519 2005-08-24  Bruno Haible  <bruno@clisp.org>
10520
10521         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10522
10523 2005-08-24  Bruno Haible  <bruno@clisp.org>
10524
10525         * gnulib-tool (func_version): Update.
10526
10527 2005-08-24  Bruno Haible  <bruno@clisp.org>
10528
10529         * gnulib-tool (func_import, func_create_testdir,
10530         func_create_megatestdir): Quote all autoconf macro arguments.
10531
10532 2005-08-24  Bruno Haible  <bruno@clisp.org>
10533
10534         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10535         option --force, because --force causes the aclocal.m4 of each
10536         subdirectory to be newer than the corresponding config.h.in.
10537
10538 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10539
10540         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10541         All contents moved to gl_REGEX.
10542         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10543         assume that it does.
10544
10545 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10546
10547         * lib/regex.h (REG_NOSYS)
10548         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10549         Define, since POSIX requires it as of 2001.
10550         (_REG_ENOSYS)
10551         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10552         New private symbol, used to keep the enum signed in all cases.
10553         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10554         Youngman in
10555         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10556
10557         * lib/regex_internal.c (re_string_skip_chars, register_state):
10558         (calc_state_hash):
10559         Remove forward decls; no longer needed now that we use prototypes.
10560         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10561         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10562         (clean_state_log_if_needed): Likewise.
10563
10564 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10565
10566         * config/srclist.txt: Add glibc bugs 1231-1233.
10567
10568 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10569
10570         Fix problems reported by Sam Steingold in
10571         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10572         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10573         assumed that reg_errcode_t is a signed type, which is not
10574         necessarily true if _XOPEN_SOURCE is not defined.
10575         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10576         since some compilers warn about it otherwise.
10577
10578 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10579
10580         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10581         (init_word_char, create_initial_state, duplicate_node_closure):
10582         (fetch_token, peek_token_bracket, build_range_exp):
10583         (build_collating_symbol): Remove forward decls; no longer needed
10584         now that we use prototypes.
10585
10586         * lib/regcomp.c:
10587         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10588         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10589         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10590         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10591         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10592         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10593         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10594         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10595         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10596         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10597         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10598         (build_charclass, build_charclass_op, fetch_number, create_tree):
10599         (create_token_tree, mark_opt_subexp, duplicate_tree):
10600         Use prototypes rather than old-style definitions.
10601
10602         * lib/regex_internal.c:
10603         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10604         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10605         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10606         (re_string_reconstruct, re_string_peek_byte_case):
10607         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10608         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10609         (re_node_set_init_copy, re_node_set_add_intersect):
10610         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10611         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10612         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10613         (re_acquire_state, re_acquire_state_context, register_state):
10614         (create_ci_newstate, create_cd_newstate, free_state):
10615         Likewise.
10616         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10617         re_search_2):
10618         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10619         (re_search_internal, prune_impossible_nodes):
10620         (acquire_init_state_context, check_matching, static):
10621         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10622         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10623         (update_regs, sift_states_backward, build_sifted_states):
10624         (clean_state_log_if_needed, merge_state_array):
10625         (update_cur_sifted_state, add_epsilon_src_nodes):
10626         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10627         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10628         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10629         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10630         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10631         (check_arrival, check_arrival_add_next_nodes):
10632         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10633         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10634         (check_node_accept_bytes, check_node_accept, extend_buffers):
10635         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10636         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10637         (sift_ctx_init):
10638         Likewise.
10639
10640         * lib/regex_internal.h:
10641         (re_string_allocate, re_string_construct, re_string_reconstruct):
10642         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10643         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10644         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10645         (re_string_context_at, re_string_peek_byte_case):
10646         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10647         is defined, since we now use prototypes always.
10648
10649         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10650         C89 or better.  All uses removed.
10651
10652 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10653
10654         * config/srclist.txt: Add glibc bugs 1220-1227.
10655
10656 2005-08-20  Jim Meyering  <jim@meyering.net>
10657
10658         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10659         of unused local, dfa.
10660
10661 2005-08-20  Bruno Haible  <bruno@clisp.org>
10662
10663         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10664
10665 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10666
10667         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10668         (re_node_set_insert_last, re_dfa_add_node):
10669         Rename local variables to avoid GCC shadowing warnings.
10670
10671 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10672
10673         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10674         [defined lint]: Suppress bogus uninitialized-variable warnings.
10675
10676         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10677         and let the caller return REG_ESPACE if out of space.  This
10678         removes an uninitialied-variable warning with GCC 4.0.1, and also
10679         avoids taking the address of a local variable.  All callers
10680         changed.
10681
10682 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10683
10684         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10685         $LIBCSRC/posix/regexec.c.
10686         Add glibc bug 1217 for regcomp.c.
10687
10688 2005-08-19  Jim Meyering  <jim@meyering.net>
10689
10690         * lib/regexec.c (proceed_next_node): Redo local variables to
10691         avoid GCC shadowing warnings.
10692
10693 2005-08-18  Bruno Haible  <bruno@clisp.org>
10694
10695         * lib/strstr.c (strstr): Fix return value in multibyte case.
10696         * lib/strcasestr.c (strcasestr): Likewise.
10697
10698 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10699
10700         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10701
10702 2005-08-17  Jim Meyering  <jim@meyering.net>
10703
10704         Make the %s format (seconds since the epoch) work for a negative
10705         number and when used with a zero-padded field width, e.g. %015s.
10706
10707         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10708         label so that it precedes the code to set `digits'.  Otherwise,
10709         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10710         print `00-22'.  Now, it prints `-0022', as it should.
10711
10712 2005-08-17  Bruno Haible  <bruno@clisp.org>
10713
10714         * modules/strstr (Files): Add m4/mbrtowc.m4.
10715         (Depends-on): Add mbuiter.
10716
10717 2005-08-17  Bruno Haible  <bruno@clisp.org>
10718
10719         * modules/strcasestr: New file.
10720         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10721         strcasestr.
10722
10723 2005-08-17  Bruno Haible  <bruno@clisp.org>
10724
10725         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10726
10727 2005-08-17  Bruno Haible  <bruno@clisp.org>
10728
10729         * modules/mbuiter: New file.
10730         * MODULES.html.sh (Extended multibyte and wide character utilities):
10731         Add mbuiter.
10732
10733 2005-08-17  Bruno Haible  <bruno@clisp.org>
10734
10735         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10736         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10737
10738 2005-08-17  Bruno Haible  <bruno@clisp.org>
10739
10740         * m4/strcasestr.m4: New file.
10741
10742 2005-08-17  Bruno Haible  <bruno@clisp.org>
10743
10744         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10745         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10746
10747 2005-08-17  Bruno Haible  <bruno@clisp.org>
10748
10749         * lib/strcasestr.h: New file.
10750         * lib/strcasestr.c: New file.
10751
10752 2005-08-17  Bruno Haible  <bruno@clisp.org>
10753
10754         * lib/strcasecmp.c: Use mbuiter.h.
10755
10756 2005-08-17  Bruno Haible  <bruno@clisp.org>
10757
10758         * lib/mbuiter.h: New file.
10759
10760 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10761
10762         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10763         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10764         and gl_GETOPT are both invoked via different paths (as happens
10765         with GNU tar CVS because it uses both argp and getopt), the former
10766         wins.
10767
10768 2005-08-16  Bruno Haible  <bruno@clisp.org>
10769
10770         * modules/tls: New file.
10771         * MODULES.html.sh (Multithreading): Add tls.
10772
10773 2005-08-16  Bruno Haible  <bruno@clisp.org>
10774
10775         * modules/strnlen1: New file.
10776         * MODULES.html.sh (String handling): Add strnlen1.
10777
10778 2005-08-16  Bruno Haible  <bruno@clisp.org>
10779
10780         * modules/strcase (Files): Add m4/mbrtowc.m4.
10781         (Depends-on): Add strnlen1, mbchar.
10782
10783 2005-08-16  Bruno Haible  <bruno@clisp.org>
10784
10785         * modules/mbiter: New file.
10786         * MODULES.html.sh (Extended multibyte and wide character utilities):
10787         Add mbiter.
10788
10789 2005-08-16  Bruno Haible  <bruno@clisp.org>
10790
10791         * modules/mbfile: New file.
10792         * MODULES.html.sh (Extended multibyte and wide character utilities):
10793         Add mbfile.
10794
10795 2005-08-16  Bruno Haible  <bruno@clisp.org>
10796
10797         * modules/mbchar: New file.
10798         * MODULES.html.sh (Extended multibyte and wide character utilities):
10799         New section.
10800
10801 2005-08-16  Bruno Haible  <bruno@clisp.org>
10802
10803         * m4/tls.m4: New file, from GNU gettext.
10804
10805 2005-08-16  Bruno Haible  <bruno@clisp.org>
10806
10807         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10808         always.
10809         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10810
10811 2005-08-16  Bruno Haible  <bruno@clisp.org>
10812
10813         * m4/mbiter.m4: New file.
10814
10815 2005-08-16  Bruno Haible  <bruno@clisp.org>
10816
10817         * m4/mbfile.m4: New file.
10818
10819 2005-08-16  Bruno Haible  <bruno@clisp.org>
10820
10821         * m4/mbchar.m4: New file.
10822
10823 2005-08-16  Bruno Haible  <bruno@clisp.org>
10824
10825         * lib/tls.h: New file, from GNU gettext.
10826         * lib/tls.c: New file, from GNU gettext.
10827
10828 2005-08-16  Bruno Haible  <bruno@clisp.org>
10829
10830         * lib/strnlen1.h: New file.
10831         * lib/strnlen1.c: New file.
10832
10833 2005-08-16  Bruno Haible  <bruno@clisp.org>
10834
10835         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10836         (mbi_init): Update.
10837         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10838         NUL byte, not after it.
10839
10840 2005-08-16  Bruno Haible  <bruno@clisp.org>
10841
10842         * lib/strcase.h (strcasecmp): Add note in comments.
10843         * lib/strncasecmp.c: Use code from strcasecmp.c.
10844         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10845         (strcasecmp): Work correctly in multibyte locales.
10846
10847 2005-08-16  Bruno Haible  <bruno@clisp.org>
10848
10849         * lib/mbiter.h: New file.
10850
10851 2005-08-16  Bruno Haible  <bruno@clisp.org>
10852
10853         * lib/mbfile.h: New file.
10854
10855 2005-08-16  Bruno Haible  <bruno@clisp.org>
10856
10857         * lib/mbchar.h: New file.
10858         * lib/mbchar.c: New file.
10859
10860 2005-08-16  Bruno Haible  <bruno@clisp.org>
10861
10862         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10863         the valid ones. Makes the comparison operations transitive:
10864         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10865         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10866
10867 2005-08-15  Simon Josefsson  <jas@extundo.com>
10868
10869         * modules/ssize_t (License): Change to 'unlimited'.
10870
10871         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10872
10873 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10874
10875         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10876         Add comments for each pending glibc patch.
10877
10878 2005-08-15  Bruno Haible  <bruno@clisp.org>
10879
10880         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10881         __cplusplus is defined.
10882
10883 2005-08-14  Jim Meyering  <jim@meyering.net>
10884
10885         Sync from coreutils.
10886
10887         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10888         Use the hash-table-based cycle-detection code not just when
10889         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10890         Reported by James Youngman in
10891         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10892         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10893         FTS_TIGHT_CYCLE_CHECK.
10894         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10895         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10896         once again.
10897         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10898         * lib/fts.c (fd_safer): Remove decl.
10899         Include fcntl--.h rather than unistd-safer.h
10900         (fts_safe_changedir): Don't call fd_safer; no longer needed
10901         now that we include fcntl--.h.
10902
10903 2005-08-12  Simon Josefsson  <jas@extundo.com>
10904
10905         * modules/getndelim2: Use ssize_t module.
10906         * modules/getnline: Likewise.
10907         * modules/safe-read: Likewise.
10908         * modules/xreadlink: Likewise.
10909
10910         * modules/ssize_t: New file.
10911
10912 2005-08-12  Simon Josefsson  <jas@extundo.com>
10913
10914         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10915
10916 2005-08-12  Simon Josefsson  <jas@extundo.com>
10917
10918         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10919         ssize_t.
10920
10921 2005-08-12  Simon Josefsson  <jas@extundo.com>
10922
10923         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10924         readline, getdelim and check_version.
10925         (Support for systems lacking ISO C 99: Sizes of integer types):
10926         Add size_max.
10927
10928 2005-08-12  Bruno Haible  <bruno@clisp.org>
10929
10930         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
10931
10932 2005-08-11  Simon Josefsson  <jas@extundo.com>
10933
10934         * modules/readline: New file.
10935
10936         * modules/strnlen (Files): Add strnlen.h.
10937
10938 2005-08-11  Simon Josefsson  <jas@extundo.com>
10939
10940         * m4/readline.m4: New file.
10941
10942 2005-08-11  Simon Josefsson  <jas@extundo.com>
10943
10944         * lib/readline.h, readline.c: New file.
10945
10946 2005-08-11  Simon Josefsson  <jas@extundo.com>
10947
10948         * doc/gnulib.texi (Initial import, Finishing touches): Mention
10949         gl_AVOID.
10950
10951 2005-08-11  Bruno Haible  <bruno@clisp.org>
10952
10953         * lib/strnlen.h (strnlen): Change parameter name to match comment.
10954
10955 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
10956
10957         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
10958
10959 2005-08-10  Simon Josefsson  <jas@extundo.com>
10960
10961         * tests/test-iconvme.c: New file.
10962
10963 2005-08-10  Simon Josefsson  <jas@extundo.com>
10964
10965         * m4/strnlen.m4: New file.
10966
10967         * m4/strndup.m4: Don't check for strnlen declaration, done in
10968         strnlen.m4.
10969
10970 2005-08-10  Simon Josefsson  <jas@extundo.com>
10971
10972         * lib/strndup.c: Use strnlen.h.
10973
10974         * lib/strnlen.h: New file.
10975
10976 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10977
10978         * README: Typos.
10979
10980 2005-08-02  Simon Josefsson  <jas@extundo.com>
10981
10982         * modules/readline: New file.
10983
10984 2005-08-02  Simon Josefsson  <jas@extundo.com>
10985
10986         * modules/getdelim: New file.
10987
10988         * modules/getline: Rewrite, don't use getndelim2.
10989
10990 2005-08-02  Simon Josefsson  <jas@extundo.com>
10991
10992         * m4/getline.m4: Separate out getdelim stuff into separate module.
10993
10994         * m4/getdelim.m4: New file.
10995
10996 2005-08-02  Simon Josefsson  <jas@extundo.com>
10997
10998         * lib/getline.h, getline.c: Rewrite.
10999
11000         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11001
11002 2005-07-31  Bruno Haible  <bruno@clisp.org>
11003
11004         * lib/lock.h (gl_lock_initializer): New macro.
11005         (gl_lock_define_initialized): Use it.
11006         (gl_rwlock_initializer): New macro.
11007         (gl_rwlock_define_initialized): Use it.
11008         (gl_recursive_lock_initializer): New macro.
11009         (gl_recursive_lock_define_initialized): Use it.
11010
11011 2005-07-30  Karl Berry  <karl@gnu.org>
11012
11013         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11014         Report from Ben Pfaff, regarding getopt.
11015
11016 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11017
11018         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11019         normal way.
11020         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11021         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11022         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11023         (gl_GETOPT): Use the new macros.  Most of the implementation
11024         is moved to the new macros.  This is for programs like Emacs
11025         that don't want all the functionality of gl_GETOPT.
11026
11027 2005-07-26  Bruno Haible  <bruno@clisp.org>
11028
11029         * m4/lock.m4: Update from GNU gettext.
11030
11031 2005-07-26  Bruno Haible  <bruno@clisp.org>
11032
11033         * lib/lock.h: Update from GNU gettext.
11034         * lib/lock.c: Update from GNU gettext.
11035
11036 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11037
11038         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11039         obsolescent AC_TRY_RUN.  Include the default includes files, for
11040         'exit'.
11041
11042 2005-07-24  Bruno Haible  <bruno@clisp.org>
11043
11044         * modules/visibility: New file.
11045         * MODULES.html.sh (Misc): Add visibility.
11046
11047 2005-07-24  Bruno Haible  <bruno@clisp.org>
11048
11049         * m4/visibility.m4: New file.
11050
11051 2005-07-24  Bruno Haible  <bruno@clisp.org>
11052
11053         * doc/visibility.texi: New file.
11054
11055 2005-07-22  Bruno Haible  <bruno@clisp.org>
11056
11057         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11058         $(ALLOCA_H), redundant through BUILT_SOURCES.
11059         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11060         redundant through BUILT_SOURCES.
11061         * modules/byteswap (Makefile.am): Remove explicit dependency on
11062         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11063         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11064         $(FNMATCH_H), redundant through BUILT_SOURCES.
11065         * modules/getopt (Makefile.am): Remove explicit dependency on
11066         $(GETOPT_H), redundant through BUILT_SOURCES.
11067         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11068         redundant through BUILT_SOURCES.
11069         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11070         redundant through BUILT_SOURCES.
11071         * modules/stdbool (Makefile.am): Remove explicit dependency on
11072         $(STDBOOL_H), redundant through BUILT_SOURCES.
11073         * modules/stdint (Makefile.am): Remove explicit dependency on
11074         $(STDINT_H), redundant through BUILT_SOURCES.
11075         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11076         Remove explicit dependency on $(SYSEXITS_H).
11077         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11078
11079 2005-07-18  Simon Josefsson  <jas@extundo.com>
11080
11081         * lib/check-version.c (check_version): Accept identical versions too.
11082
11083 2005-07-18  Bruno Haible  <bruno@clisp.org>
11084
11085         * modules/lock: New file.
11086         * MODULES.html.sh (Multithreading): New section.
11087
11088 2005-07-18  Bruno Haible  <bruno@clisp.org>
11089
11090         * m4/lock.m4: New file, from GNU gettext.
11091
11092 2005-07-18  Bruno Haible  <bruno@clisp.org>
11093
11094         * lib/lock.h: New file, from GNU gettext.
11095         * lib/lock.c: New file, from GNU gettext.
11096
11097 2005-07-18  Bruno Haible  <bruno@clisp.org>
11098
11099         * lib/lock.h (gl_once_t): New type.
11100         (gl_once_define, gl_once): New macros.
11101         * lib/lock.c (fresh_once): New variable.
11102         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11103         functions.
11104
11105 2005-07-16  Simon Josefsson  <jas@extundo.com>
11106
11107         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11108         workaround, suggested by Bruno.
11109
11110 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11111
11112         * modules/xalloc (Depends-on): Add xalloc-die.
11113         * modules/xvasprintf (Depends-on): Add xalloc-die.
11114
11115 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11116
11117         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11118         with a minor change.
11119
11120 2005-07-15  Bruno Haible  <bruno@clisp.org>
11121
11122         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11123         When using lib/poll.c, define poll as rpl_poll.
11124
11125 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11126
11127         * modules/argp (Depends-on): Remove unlocked-io.
11128
11129 2005-07-14  Derek Price  <derek@ximbiot.com>
11130
11131         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11132         for glob symlink bug.
11133
11134 2005-07-14  Bruno Haible  <bruno@clisp.org>
11135
11136         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11137         Instead, test for *_unlocked function declarations directly.
11138
11139 2005-07-11  Simon Josefsson  <jas@extundo.com>
11140
11141         * modules/size_max: New file.
11142
11143         * modules/xsize: Depend on size_max module for size_max.m4.
11144
11145 2005-07-11  Simon Josefsson  <jas@extundo.com>
11146
11147         * lib/size_max.h: New file.
11148
11149 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11150
11151         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11152         copyright symbol and the year.
11153         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11154         (version_etc_va): Use parameterized copyright notice.
11155         Reword to conform to the current GNU coding standards.
11156
11157 2005-07-11  Karl Berry  <karl@gnu.org>
11158
11159         * doc/gnulib.texi (Quoting): new node.
11160         (Initial import): more info, from Patrice.
11161
11162 2005-07-11  Bruno Haible  <bruno@clisp.org>
11163
11164         * gnulib-tool (func_usage): Document option --avoid.
11165         (Command line options): Handle --avoid.
11166         (func_acceptable): New function.
11167         (func_modules_transitive_closure): Use it.
11168
11169 2005-07-11  Bruno Haible  <bruno@clisp.org>
11170
11171         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11172         Reported by Jim Meyering.
11173
11174 2005-07-10  Bruno Haible  <bruno@clisp.org>
11175
11176         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11177         Needed when size_t is smaller than 'unsigned int'.
11178         Reported by Paul Eggert.
11179
11180 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11181
11182         * modules/argp (Depends-on): Add unlocked-io
11183
11184 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11185
11186         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11187         block of defines.
11188
11189 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11190
11191         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11192         fix now.
11193
11194 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11195         and Paul Eggert  <eggert@cs.ucla.edu>
11196
11197         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11198         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11199
11200 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11201
11202         * modules/regex (Files): Add lib/regex_internal.c,
11203         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11204         (Depends-on): Add extensions.
11205         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11206
11207 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11208
11209         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11210         pathconf.
11211         * m4/same.m4 (gl_SAME): Likewise.
11212         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11213
11214         * m4/regex.m4: Adjust to new libc regex implementation.
11215         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11216         all the .c and .h parts of (the new) regex.
11217         Quote the m4 stuff better.
11218         Check for RE_ICASE bug of old gnulib.
11219         Check for REG_STARTEND of recent libc.
11220         Rename local variables from jm_* to gl_*.
11221         Quote operand of "test -f".
11222         Say "recent enough" version of libc, not "version 2".
11223         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11224         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11225         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11226         Remove check for btowc, isascii.
11227         Require AM_LANGINFO_CODESET.
11228
11229 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         * lib/regex.c, regex.h: Sync from libc.
11232         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11233         * lib/regexec.c:
11234         New files, synced from libc, except that regex_internal.h
11235         currently has a small porting fix.
11236
11237 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11238
11239         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11240         regex_internal.c, regexec.c.
11241         Add regex_internal.h too, but as a comment, since the libc version
11242         is currently broken in gnulib mode.
11243
11244 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11245
11246         Support programs like Emacs that use gnulib but not gettext.
11247         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11248         * modules/gettext-h: New file.
11249         * modules/gettext (Files): Remove lib/gettext.h.
11250         (Depends-on): Add gettext-h.
11251         (Makefile.am): Remove lib_SOURCES.
11252         * modules/argmatch, modules/c-stack, modules/closeout:
11253         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11254         * modules/execute, modules/file-type, modules/getaddrinfo:
11255         * modules/getopt, modules/human, modules/javacomp:
11256         * modules/javaexec, modules/mkdir-p, modules/obstack:
11257         * modules/openat, modules/pagealign_alloc, modules/pipe:
11258         * modules/quotearg, modules/regex, modules/rpmatch:
11259         * modules/unicodeio, modules/userspec, modules/version-etc:
11260         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11261         * modules/xsetenv:
11262         Depend on gettext-h, not gettext.
11263
11264 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11265
11266         * gnulib-tool (func_import): Add support for 'public domain' license.
11267         * modules/alloca, modules/atexit, modules/memmove:
11268         Now public domain, not GPL.
11269         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11270         * modules/realloc, modules/strerror, modules/strtod:
11271         Now LGPL, not GPL.
11272
11273 2005-07-05  Bruno Haible  <bruno@clisp.org>
11274
11275         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11276         autoconf CVS. Needed for mingw.
11277
11278 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11279
11280         Remove the dependency of the strftime module on the tzset module.
11281         * modules/strftime (Depends-on): Remove dependency on tzset.
11282
11283 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11284
11285         Remove the dependency of the strftime module on the tzset module.
11286         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11287         gl_FUNC_TZSET_CLOBBER.
11288
11289 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11290
11291         Remove the dependency of the strftime module on the tzset module.
11292         * lib/strftime.c (my_strftime)
11293         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11294         Copy the input structure, to work around some of the bug with
11295         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11296         Solaris releases, you should also use the tzset module, but we won't
11297         require it as a dependency any more since we don't want LGPLed code
11298         to depend on GPLed code.
11299
11300 2005-07-02  Jim Meyering  <jim@meyering.net>
11301
11302         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11303         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11304         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11305         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11306
11307 2005-07-02  Jim Meyering  <jim@meyering.net>
11308
11309         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11310
11311 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11312
11313         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11314         declares only 'struct timespec;' (!).
11315
11316 2005-07-01  Jim Meyering  <jim@meyering.net>
11317
11318         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11319         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11320         * lib/save-cwd.c, tempname.c:
11321         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11322         and don't include <sys/file.h>).
11323
11324 2005-06-29  Jim Meyering  <jim@meyering.net>
11325
11326         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11327         type name.  Use the variable name instead.
11328         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11329         Likewise.
11330
11331 2005-06-28  Simon Josefsson  <jas@extundo.com>
11332
11333         * modules/check-version (Files): Add check-version.m4.
11334
11335 2005-06-28  Simon Josefsson  <jas@extundo.com>
11336
11337         * m4/check-version.m4: New file, suggested by Jim Meyering
11338         <jim@meyering.net>.
11339
11340 2005-06-28  Simon Josefsson  <jas@extundo.com>
11341
11342         * lib/check-version.h, lib/check-version.c: New files.
11343
11344 2005-06-28  Simon Josefsson  <jas@extundo.com>
11345
11346         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11347         collision with global variable.  Better indentation.  Don't
11348         increment buffer pointer beyond buffer end.  Based on comments
11349         from Paul Eggert <eggert@cs.ucla.edu>.
11350
11351         * lib/base64.h: Indent.
11352
11353 2005-06-28  Simon Josefsson  <jas@extundo.com>
11354
11355         * doc/gnulib.texi (Library version handling): New section.
11356
11357 2005-06-28  Jim Meyering  <jim@meyering.net>
11358
11359         * check-module (find_included_lib_files): Hard-code another
11360         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11361         but modules/fts-lgpl (correctly) does not list those files.
11362
11363         * modules/canonicalize (Files): Add lib/pathmax.h.
11364
11365 2005-06-25  Simon Josefsson  <jas@extundo.com>
11366
11367         * modules/check-version: New file.
11368
11369 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11370
11371         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11372         initializer of struct addrinfo, as an indication that we don't
11373         care how many members the structure has.
11374
11375 2005-06-24  Derek Price  <derek@ximbiot.com>
11376         and Bruno Haible  <bruno@clisp.org>
11377
11378         Remove stat module & update lstat.
11379         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11380         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11381         * m4/stat.m4: Remove this file.
11382
11383 2005-06-24  Derek Price  <derek@ximbiot.com>
11384         and Bruno Haible  <bruno@clisp.org>
11385
11386         Remove stat module & update lstat.
11387         * lib/stat.c: Remove this file...
11388         (slash_aware_lstat): ...moving this content and its support...
11389         * lib/lstat.c (rpl_lstat): ...into here.
11390         * lib/lstat.h: New file.
11391
11392 2005-06-24  Derek Price  <derek@ximbiot.com>
11393         and Bruno Haible  <bruno@clisp.org>
11394
11395         Remove stat module & update lstat.
11396         * config/srclist.txt (libc sources): Remove stat.
11397
11398 2005-06-24  Derek Price  <derek@ximbiot.com>
11399         and Bruno Haible  <bruno@clisp.org>
11400
11401         Remove stat module & update lstat.
11402         * MODULES.html.sh (stat): Remove.
11403         * MODULES.html: Regenerated.
11404         * modules/lstat (Description): Correct function name.
11405         (Files): Add "lstat.h".
11406         (Depends-on): Remove stat, add xalloc, stat-macros.
11407         * modules/stat: Remove this file.
11408         (Include): Add "lstat.h", remove <sys/stat.h>.
11409
11410 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11411
11412         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11413         (ranged_convert): Don't save conversion in a temporary struct.
11414         This causes a warning with GCC 4.0.0, and anyway in the typical
11415         case it's not worth the extra 100 bytes or so of code.
11416         (ranged_convert, __mktime_internal): When calling a function via a
11417         pointer P, use P () rather than (*P) (), as we now assume C89 or
11418         better.
11419
11420 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11421
11422         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11423         "who -r" failed to give output.  Problem reported by Tim Waugh.
11424
11425         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11426         (xcalloc): Use it to avoid needless tests.
11427         Problem reported by Jim Meyering.
11428
11429 2005-06-20  Derek Price  <derek@ximbiot.com>
11430
11431         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11432         unnecessary for Autoconfs > 2.59c.
11433
11434 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11435
11436         * lib/argp.h (__option_is_short): Check upper limit of
11437         __key. Isprint() requires its argument to have the value
11438         of an unsigned char or EOF.
11439
11440 2005-06-16  Jim Meyering  <jim@meyering.net>
11441
11442         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11443         when either N or S is zero.
11444
11445 2005-06-16  Derek Price  <derek@ximbiot.com>
11446
11447         * m4/bison.m4: Declare YACC & YFLAGS precious.
11448
11449 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11450
11451         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11452         multibyte string or pattern, fall back on unibyte matching.
11453         Problem reported by James Youngman.
11454
11455 2005-06-08  Bruno Haible  <bruno@clisp.org>
11456
11457         * modules/csharpcomp: New file.
11458         * MODULES.html.sh (C#): Add csharpcomp.
11459
11460 2005-06-08  Bruno Haible  <bruno@clisp.org>
11461
11462         * m4/csharpcomp.m4: New file, from GNU gettext.
11463
11464 2005-06-08  Bruno Haible  <bruno@clisp.org>
11465
11466         * lib/csharpcomp.h: New file, from GNU gettext.
11467         * lib/csharpcomp.c: New file, from GNU gettext.
11468         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11469
11470 2005-06-08  Bruno Haible  <bruno@clisp.org>
11471
11472         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11473         warning on mingw.
11474
11475 2005-06-07  Derek Price  <derek@ximbiot.com>
11476
11477         Sync from CVS.
11478         * lib/glob_.h: Indent nested #ifdef.
11479
11480 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11481
11482         Sync from coreutils.
11483         Use "file name" when talking about file names, instead of "filename"
11484         or "path", as per the GNU coding standards.
11485         * lib/mkdir-p.c: Renamed from makepath.c.
11486         (make_dir_parents): Renamed from make_path.  All callers changed.
11487         * lib/mkdir-p.h: Likewise.  All includers changed.
11488         * lib/filenamecat.c: Renamed from path-concat.c.
11489         (file_name_concat): Renamed from path_concat.  All callers changed.
11490         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11491         * lib/filenamecat.h: Likewise.  All includers changed.
11492         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11493         in comments or local variable names.
11494         * lib/basename.c: Likewise.
11495         * lib/canonicalize.c, canonicalize.h: Likewise.
11496         * lib/dirname.c, dirname.h: Likewise.
11497         * lib/euidaccess.c: Likewise.
11498         * lib/exclude.c: Likewise
11499         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11500         * lib/fsusage.c, fsuage.h: Likewise.
11501         * lib/fts.c, fts_.h: Likewise.
11502         * lib/getcwd.c: Likewise.
11503         * lib/getloadavg.c: Likewise.
11504         * lib/mkstemp.c: Likewise.
11505         * lib/mountlist.c, mountlist.h: Likewise.
11506         * lib/openat.c, openat.h: Likewise.
11507         * lib/readlink-stub.c: Likewise.
11508         * lib/readutmp.c, readutmp.h: Likewise.
11509         * lib/rename.c: Likewise.
11510         * lib/rmdir.c: Likewise.
11511         * lib/same.c: Likewise.
11512         * lib/savedir.c: Likewise.
11513         * lib/stripslash.c: Likewise.
11514         * lib/tempname.c: Likewise.
11515         * lib/xreadlink.c: Likewise.
11516         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11517         All uses changed.
11518         * lib/exclude.h: Likewise.
11519
11520         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11521         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11522         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11523         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11524         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11525         files have been getting away with it for years (MORE/BSD 4.3
11526         is extinct now).
11527         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11528         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11529
11530         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11531         Define to 256, not 255, as per modern POSIX.
11532
11533 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11534
11535         Sync from coreutils.
11536         Use "file name" when talking about file names, instead of "filename"
11537         or "path", as per the GNU coding standards.
11538         * MODULES.html.sh: mkdir-p renamed from makepath.
11539         filenamecat renamed from path-concat.
11540         * modules/filenamecat: Renamed from modules/path-concat.
11541         (Files): filenamecat.h and filenamecat.c renamed from
11542         path-concat.h and path-concat.c.
11543         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11544         (Include): filenamecat.h, not path-concat.h.
11545         * modules/mkdir-p: Renamed from modules/makepath.
11546         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11547         makepath.c.
11548         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11549         (Include): mkdir-p.h, not makepath.h.
11550
11551 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         Sync from coreutils.
11554         * m4/mkdir-p.m4: Renamed from makepath.m4.
11555         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11556         Rename files from makepath.c to mkdir-p.c, and from
11557         makepath.h to mkdir-p.h.
11558         * m4/filenamecat.m4: Renamed from path-concat.m4.
11559         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11560         Rename files from path-concat.c to filenamecat.c,
11561         and from path-concat.h to filenamecat.h.
11562         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11563         "file name" in local variables or comments.
11564         * m4/rename.m4: Likewise.
11565
11566 2005-06-01  Bruno Haible  <bruno@clisp.org>
11567
11568         * modules/csharpexec: New file.
11569         * MODULES.html.sh (C#): New section.
11570
11571 2005-06-01  Bruno Haible  <bruno@clisp.org>
11572
11573         * m4/csharp.m4: New file, from GNU gettext.
11574         * m4/csharpexec.m4: New file, from GNU gettext.
11575
11576 2005-06-01  Bruno Haible  <bruno@clisp.org>
11577
11578         * lib/csharpexec.h: New file, from GNU gettext.
11579         * lib/csharpexec.c: New file, from GNU gettext.
11580         * lib/csharpexec.sh.in: New file, from GNU gettext.
11581
11582 2005-05-31  Derek Price  <derek@ximbiot.com>
11583             Paul Eggert  <eggert@cs.ucla.edu>
11584
11585         Sync from cvs.
11586         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11587
11588 2005-05-31  Derek Price  <derek@ximbiot.com>
11589             Paul Eggert  <eggert@cs.ucla.edu>
11590
11591         Sync from cvs.
11592         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11593
11594 2005-05-29  Derek Price  <derek@ximbiot.com>
11595
11596         * config/srclist.txt (glob_.h, glob.c): Add these files.
11597
11598 2005-05-29  Derek Price  <derek@ximbiot.com>
11599
11600         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11601         * modules/glob: New file.
11602         * modules/getlogin_r: Add link to POSIX spec in description.
11603
11604 2005-05-29  Derek Price  <derek@ximbiot.com>
11605             Paul Eggert  <eggert@cs.ucla.edu>
11606
11607         * m4/glob.m4: New file.
11608
11609 2005-05-29  Derek Price  <derek@ximbiot.com>
11610             Paul Eggert  <eggert@cs.ucla.edu>
11611
11612         * lib/glob_.h, lib/glob.c: New files.
11613
11614 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11615
11616         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11617         * modules/fts-lgpl (Depends-on): Remove gettext.
11618
11619 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11620
11621         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11622         and don't require gt_INTTYPES_PRI.
11623
11624 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11625
11626         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11627
11628         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11629         the configuration hassle isn't worth it.
11630         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11631         (LONGEST_MODIFIER, PRIuMAX): Remove.
11632
11633 2005-05-27  Bruno Haible  <bruno@clisp.org>
11634
11635         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11636
11637 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11638
11639         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11640         _POSIX_PTHREAD_SEMANTICS for Solaris.
11641
11642 2005-05-25  Derek Price  <derek@ximbiot.com>
11643
11644         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11645
11646 2005-05-25  Derek Price  <derek@ximbiot.com>
11647             Paul Eggert  <eggert@cs.ucla.edu>
11648
11649         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11650         * lib/getlogin_r.c, getlogin_r.h: New files.
11651
11652 2005-05-25  Bruno Haible  <bruno@clisp.org>
11653             Derek Price  <derek@ximbiot.com>
11654
11655         * lib/getlogin_r.h: Simplify API documentation.
11656
11657 2005-05-23  Derek Price  <derek@ximbiot.com>
11658
11659         * modules/minmax (Files): Add m4/minmax.m4.
11660         (configure.ac): Add gl_MINMAX.
11661
11662 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11663
11664         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11665         so that unistd-safer.h (GPL'ed code) need not be included.
11666
11667 2005-05-22  Bruno Haible  <bruno@clisp.org>
11668
11669         * m4/minmax.m4: New file.
11670         Based on a patch by Derek Price <derek@ximbiot.com>.
11671
11672 2005-05-22  Bruno Haible  <bruno@clisp.org>
11673
11674         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11675         (INT64_MIN): Fix definition.
11676         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11677
11678         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11679         NEED_SIGNED_INT_TYPES.
11680
11681         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11682         HAVE_SYSTEM_INTTYPES.
11683
11684 2005-05-22  Bruno Haible  <bruno@clisp.org>
11685
11686         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11687         Also include <sys/param.h> if it defines MIN, MAX.
11688         Based on a patch by Derek Price <derek@ximbiot.com>.
11689
11690 2005-05-21  Jim Meyering  <jim@meyering.net>
11691
11692         * modules/fts (Files): Add m4/inttypes-pri.m4.
11693         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11694
11695 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11696
11697         New fts module.
11698         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11699         (setup_dir, free_dir): New functions.
11700         (enter_dir, leave_dir): Define trivial
11701         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11702         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11703         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11704         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11705         Move to fts-cycle.c.
11706         (fts_open): Use setup_dir.
11707         (fts_close): Use free_dir.
11708         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11709         This adds a label and some gotos, but the alternatives were messier.
11710         Check for memory allocation failure when entering a dir.
11711         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11712         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11713         (FTS): New member fts_cycle, that is a union that contains the
11714         old active_dir_ht and cycle_state.  All uses changed to mention
11715         fts_cycle.ht and fts_cycle.state.
11716         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11717         fts.c, with the following changes:
11718         (setup_dir, free_dir): New functions.
11719         (enter_dir): Now returns bool.  Return true if successful, false
11720         if memory exhausted.  All callers changed.
11721         Do not bother partly cleaning up on
11722         memory allocation failure; that is free_dir's job.
11723         However, free ad if hash_insert fails, to avoid memory leak.
11724         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11725         fts->fts_options to see which union member to use.
11726
11727 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11728
11729         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11730         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11731
11732 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11733
11734         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11735
11736 2005-05-20  Jim Meyering  <jim@meyering.net>
11737
11738         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11739         Now a macro, to pacify GCC.
11740
11741 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11742
11743         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11744         of -1.
11745
11746 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11747
11748         * lib/chown.c (rpl_chown): Return -1 on failure.
11749
11750 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11751
11752         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11753         Don't check for stddef.h.
11754         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11755         don't use its results.
11756         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11757         since we include them unconditionally.  Don't require
11758         AM_STDBOOL_H, since stdbool is a prerequisite.
11759         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11760         since we assume C89 or better.
11761         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11762         as we don't use their results.
11763         Don't check for fchdir, memmove, memset, strrchr, as we use
11764         them unconditionally.
11765         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11766         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11767
11768 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11769
11770         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11771         Include <stddef.h> unconditionally, since we assume C89 now.
11772         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11773         * lib/fts.c: Include fts_.h first, to check interface.
11774         Do not include intprops.h; no longer needed.
11775         Include cycle-check.h and hash.h, since fts_.h no longer does.
11776         Remove unnecessary casts of closedir to void.
11777         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11778         decide whether to decrement nlinks.
11779         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11780         (FTS): Use struct hash_table * instead of Hash_table, so that
11781         we no longer need to include hash.h here.
11782
11783 2005-05-18  Jim Meyering  <jim@meyering.net>
11784
11785         * modules/dirfd (License): Change to LGPL.  Most of the code
11786         is already in the public domain.
11787
11788 2005-05-18  Jim Meyering  <jim@meyering.net>
11789
11790         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11791         Reported by Yoann Vandoorselaere.
11792
11793 2005-05-17  Jim Meyering  <jim@meyering.net>
11794
11795         * m4/fts.m4: New file, from coreutils.
11796
11797 2005-05-17  Jim Meyering  <jim@meyering.net>
11798
11799         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11800
11801 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11802
11803         Sync from coreutils.
11804         * m4/unlinkdir.m4: New file.
11805
11806 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11807
11808         Sync from coreutils.
11809         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11810         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11811         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11812         White space changes only.
11813         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11814         special.
11815         * lib/yesno.c: Include getline.h, not ctype.h.
11816         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11817         Use getline to remove arbitrary restriction on response length.
11818
11819 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11820
11821         * config/srclist-update: Spell out "Street" in FSF postal
11822         mail address; this is the style the FSF seems to prefer.
11823
11824         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11825         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11826         this updates FSF postal mail address.
11827
11828         Sync from coreutils.
11829         * modules/unlinkdir: New file.
11830         * modules/yesno (Depends-on): Add getline.
11831         * MODULES.html.sh (File system functions): Add unlinkdir.
11832
11833 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11834
11835         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11836         lib/strsep.h:
11837         Change the initial comment to refer to GPL, not LGPL.
11838         gnulib-tool will change it to LGPL as needed.
11839
11840         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11841         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11842         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11843         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11844         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11845         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11846         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11847         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11848         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11849         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11850         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11851         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11852         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11853         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11854         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11855         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11856         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11857         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11858         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11859         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11860         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11861         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11862         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11863         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11864         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11865         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11866         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11867         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11868         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11869         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11870         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11871         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11872         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11873         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11874         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11875         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11876         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11877         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11878         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11879         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11880         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11881         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11882         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11883         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11884         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11885         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11886         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11887         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11888         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11889         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11890         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11891         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11892         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11893         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11894         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11895         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11896         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11897         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11898         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11899         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11900         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11901         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11902         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11903         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11904         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11905         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11906         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11907         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11908         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11909         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11910         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11911         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11912         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11913         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11914         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11915         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11916         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11917         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11918         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11919         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11920         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11921         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11922         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11923         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11924         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11925         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11926         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11927         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11928         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11929         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11930         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
11931         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
11932         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
11933         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
11934         lib/yesno.c, lib/yesno.h:
11935         Update FSF postal mail address.
11936
11937 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11938
11939         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
11940         tests/test-memmem.c, tests/test-stpncpy.c:
11941         Update FSF postal mail address.
11942
11943 2005-05-13  Bruno Haible  <bruno@clisp.org>
11944
11945         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
11946         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
11947         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
11948         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
11949         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
11950         Add support for 64-bit integers in the MSVC compiler.
11951
11952 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11953
11954         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
11955
11956 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
11957
11958         * gnulib-tool (func_import): Sort and uniquify recommended includes.
11959
11960 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11961
11962         * doc/getdate.texi (General date syntax): Don't say that date
11963         date --iso-8601=ns generates acceptable dates; it doesn't yet.
11964         Problem reported by Nic Ferrier.
11965
11966 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11967
11968         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
11969         specified in ai_socktype. Fix invalid ai_protocol
11970         check. ai_protocol is usually set to 0 or depending on
11971         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
11972         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
11973         ai_socktype / ai_protocol in the returned addrinfo structure.
11974
11975 2005-05-10  Simon Josefsson  <jas@extundo.com>
11976
11977         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
11978         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11979
11980 2005-05-10  Karl Berry  <karl@gnu.org>
11981
11982         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
11983         (from http://www.gnu.org/licenses).
11984         * doc/COPYING.LIB: also rename to COPYING.LESSER.
11985         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
11986         fdl.texi suffices.
11987
11988 2005-05-10  Karl Berry  <karl@gnu.org>
11989
11990         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
11991         (COPYING.DOC): remove.
11992
11993         * config/srclist-update: new FSF address.
11994
11995 2005-05-10  Derek Price  <derek@ximbiot.com>
11996
11997         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
11998         possible.
11999
12000 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12001             Bruno Haible  <bruno@clisp.org>
12002
12003         * modules/inet_ntop: New file.
12004         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12005         inet_ntop.
12006
12007 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12008             Bruno Haible  <bruno@clisp.org>
12009
12010         * m4/inet_ntop.m4: New file.
12011
12012 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12013             Bruno Haible  <bruno@clisp.org>
12014
12015         * lib/inet_ntop.h: New file.
12016         * lib/inet_ntop.c: New file, from glibc with modifications.
12017
12018 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12019
12020         * modules/time_r (License): Change to LGPL.
12021         * modules/extensions (License): Change to LGPL.  Actually,
12022         the license is more permissive than that, but currently gnulib-tool
12023         doesn't know how to handle more-permissive licenses.
12024
12025         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12026         Problem reported by Dave Love.
12027
12028 2005-05-08  Jim Meyering  <jim@meyering.net>
12029
12030         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12031         blank.
12032
12033 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12034
12035         * modules/argmatch (Depends-on): Add stdbool.
12036         * modules/backupfile (Depends-on): Likewise.
12037         * modules/chdir-long (Depends-on): Likewise.
12038         * modules/closeout (Depends-on): Likewise.
12039         * modules/cycle-check (Depends-on): Likewise.
12040         * modules/dirname (Depends-on): Likewise.
12041         * modules/fnmatch (Depends-on): Likewise.
12042         * modules/fsusage (Depends-on): Likewise.
12043         * modules/fwriteerror (Depends-on): Likewise.
12044         * modules/getcwd (Depends-on): Likewise.
12045         * modules/getloadavg (Depends-on): Likewise.
12046         * modules/hard-locale (Depends-on): Likewise.
12047         * modules/makepath (Depends-on): Likewise.
12048         * modules/mountlist (Depends-on): Likewise.
12049         * modules/nanosleep (Depends-on): Likewise.
12050         * modules/posixtm (Depends-on): Likewise.
12051         * modules/quotearg (Depends-on): Likewise.
12052         * modules/readtokens (Depends-on): Likewise.
12053         * modules/readtokens0 (Depends-on): Likewise.
12054         * modules/readutmp (Depends-on): Likewise.
12055         * modules/save-cwd (Depends-on): Likewise.
12056         * modules/strftime (Depends-on): Likewise.
12057         * modules/userspec (Depends-on): Likewise.
12058         * modules/utimecmp (Depends-on): Likewise.
12059         * modules/xgetcwd (Depends-on): Likewise.
12060         * modules/xnanosleep (Depends-on): Likewise.
12061         * modules/xstrtod (Depends-on): Likewise.
12062         * modules/yesno (Depends-on): Likewise.
12063
12064 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12065
12066         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12067         needless checks.
12068
12069 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12070
12071         Merge from coreutils.  Among other things,
12072         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12073         * lib/fd-safer.c: New file.
12074         * lib/fcntl-safer.h, open-safer.c: Remove.
12075         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12076         * lib/dup-safer.c: Include unistd-safer.h first.
12077         Don't include errno.h.
12078         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12079         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12080         * lib/file-type.c: Rely on file-type.h change.
12081         * lib/getloadavg.c: Include unistd-safer.h.
12082         (getloadavg): Use safer open.
12083         * lib/getusershell.c: Include "stdio-safer.h".
12084         (getusershell): Use safer fopen.
12085         * lib/long-options.c (long_options): Use NULL rather than 0.
12086         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12087         'free'.
12088         * lib/modechange.c: Likewise.
12089         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12090         (MODE_DONE): New constant.
12091         (struct mode_change): Remove 'next' member.
12092         (make_node_op_equals): New function; like the old one of the
12093         same name, except it allocates an array.
12094         (mode_compile, mode_create_from_ref): Use it.
12095         (mode_compile): Allocate result as an array, not a linked list.
12096         Parse octal string ourself, so that we catch mistakes like "+0".
12097         (mode_adjust): Arg is an array, not a linked list.
12098         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12099         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12100         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12101         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12102         Remove.  This is now stat-macros.h's job.
12103         (talloc): Remove.  All callers replaced by xalloc, so that
12104         our invokers don't have to worry about reporting memory failures.
12105         (make_node_op_equals): Remove.
12106         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12107         New constants.
12108         (struct mode_change): Moved here from modechange.h.
12109         (mode_append_entry): Remove.
12110         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12111         apps to have incorrect behavior.  Use simpler algorithm for head
12112         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12113         Detect more invalid usages rather than having somewhat-random behavior.
12114         Don't insert an "a=" action, as that leads to incorrect behavior.
12115         (mode_compile, mode_create_from_ref): Return NULL on error instead
12116         of an enum, since now there's only one way to have an error.  All
12117         callers changed.
12118         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12119         at the correct time.  Simplify calculation of "+u" and its ilk.
12120         Don't mishandle "+X".
12121         (mode_free): Remove "register" and localize decls.
12122         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12123         (struct mode_change): Move to modechange.c; callers don't
12124         need to see this stuff.
12125         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12126         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12127         (mode_change, mode_adjust): Reflect the new signatures noted above.
12128         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12129         that might redefine system include files.
12130         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12131         (my_usleep): Use NULL rather than (void *) 0.
12132         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12133         Use siginterrupt to specify that system calls should be interrupted.
12134         (rpl_nanosleep): Move initialization of suspended closer to call of
12135         my_usleep.
12136         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12137         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12138         (desirable_utmp_entry): New function.
12139         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12140         using x2nrealloc, to simplify logic.
12141         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12142         size calculation.  Do not assume utmp file is a regular file.
12143         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12144         (READ_UTMP_CHECK_PIDS): New constant.
12145         * lib/save-cwd.c: Include unistd-safer.h.
12146         (save_cwd): Use fd_safer.
12147         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12148         [!_LIBC] Include "stat-macros.h" instead.
12149         * lib/unistd-safer.h (fd_safer): New decl.
12150
12151 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12152
12153         * modules/getloadavg (Depends-on): Add unistd-safer.
12154         * modules/getusershell (Depends-on): Add stdio-safer.
12155         * modules/lstat (Depends-on): Remove xalloc.
12156         * modules/mkstemp (Depends-on): Add stat-macros.
12157         * modules/modechange (Depends-on): Remove xstrtol.
12158         Add stat-macros, xalloc.
12159         * modules/save-cwd (Depends-on): Add unistd-safer.
12160         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12161         * modules/unistd-safer (Files): Add lib/fd-safer.c
12162         (Makefile.am): Remove lib_SOURCES.
12163
12164         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12165         Remove fcntl-safer; unistd-safer supersedes it.
12166
12167 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12168
12169         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12170         AC_HEADER_STAT.
12171         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12172         (gl_PREREQ_CHOWN): Remove.
12173         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12174         it.  Don't require AC_HEADER_STAT.
12175         (gl_PREREQ_LSTAT): Remove.
12176         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12177         Don't require AC_HEADER_STAT.
12178         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12179         (gl_PREREQ_RMDIR): Remove.
12180         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12181         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12182         the stat-macros module a prerequisite.
12183         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12184         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12185         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12186         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12187         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12188         variable names.
12189         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12190         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12191         variable prefixes.
12192         * m4/fcntl-safer.m4: Remove.
12193         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12194         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12195         Invoke gl_PREREQ_FD_SAFER.
12196         (gl_PREREQ_FD_SAFER): New macro.
12197         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12198         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12199         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12200         Remove duplicate call to AC_LIBOBJ(readutmp).
12201         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12202
12203         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12204         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12205
12206 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12207
12208         * MODULES.html.sh (Misc): Add byteswap.
12209
12210 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12211
12212         * modules/getcwd (Depends-on): Add extensions.
12213         * modules/openat (Depends-on): Likewise.
12214
12215 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12216
12217         * modules/byteswap: New file.
12218
12219 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12220
12221         * m4/byteswap.m4: New file.
12222
12223 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12224
12225         * lib/byteswap_.h: New file.
12226
12227 2005-04-25  Karl Berry  <karl@gnu.org>
12228
12229         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12230
12231 2005-04-25  Albert Chin  <china@thewrittenword.com>
12232
12233         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12234         Toolkit C bug.
12235
12236 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12237
12238         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12239         (func_ln_if_changed) Remove forcibly for no error message
12240         in case file does not exist.
12241
12242 2005-04-19  Simon Josefsson  <jas@extundo.com>
12243
12244         * gnulib-tool (Options): Make --symlink mean --symbolic.
12245
12246 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12247
12248         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12249
12250 2005-04-16  Simon Josefsson  <jas@extundo.com>
12251
12252         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12253
12254 2005-04-15  Simon Josefsson  <jas@extundo.com>
12255
12256         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12257
12258 2005-04-15  Simon Josefsson  <jas@extundo.com>
12259
12260         * gnulib-tool: Rename --symlink to --symbolic.
12261
12262 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12263
12264         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12265         symbolic links to files instead of copying/moving.  Add --aux-dir,
12266         specifying directory relative --dir where auxiliary build tools
12267         are placed.
12268
12269 2005-04-14  Bruno Haible  <bruno@clisp.org>
12270
12271         * modules/allocsa (License): Change to LGPL.
12272         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12273
12274 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12275
12276         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12277         that "UTC +1 second" continues to work.  Problem reported
12278         by Dmitry V. Levin.
12279         (relunit_snumber): New rule.
12280         (relunit): Use it.
12281
12282 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12283
12284         * lib/getdate.y (universal_time_zone_table): New constant.
12285         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12286         universal_time_zone_table.
12287         (lookup_zone): Prefer universal_time_zone_table to
12288         local_time_zone_table, so that "GMT" time stamps are allowed in
12289         London during the summer.  Problem reported by Ian Abbott.
12290
12291 2005-04-12  Jim Meyering  <jim@meyering.net>
12292
12293         * lib/human.c (humblock): Set *options even when returning due to
12294         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12295         warning from gcc-4.
12296
12297 2005-04-09  Jim Meyering  <jim@meyering.net>
12298
12299         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12300         -Wuninitialized: initialize tm0.tm_year.
12301
12302 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12303
12304         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12305         count, since there's no maximum.  All uses changed.
12306         Add member dsts_seen.
12307         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12308         not being INT_MAX.
12309         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12310         Use pc_rels_seen to decide whther a date is absolute.
12311
12312         * lib/getdate.y (number): Don't overwrite year.
12313         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12314         check.
12315
12316 2005-04-02  Simon Josefsson  <jas@extundo.com>
12317
12318         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12319         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12320
12321 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12322
12323         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12324         where no absolute path name can be longer than PATH_MAX.
12325
12326 2005-03-27  Jim Meyering  <jim@meyering.net>
12327
12328         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12329
12330 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12331
12332         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12333         "one's complement" -> "ones' complement" in comment, as per Knuth.
12334         "value of type" -> "type or expression" in comment.
12335         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12336
12337 2005-03-26  Jim Meyering  <jim@meyering.net>
12338
12339         Comment nits.
12340         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12341         Correct typos: s/or/of/.
12342
12343 2005-03-26  Jim Meyering  <jim@meyering.net>
12344
12345         * modules/check-include-files: Move to ../ and rename to...
12346         * check-module: ...this.
12347
12348 2005-03-25  Jim Meyering  <jim@meyering.net>
12349
12350         * modules/xvasprintf (Files): Add xalloc.h.
12351
12352 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         * modules/gettext (Files): config/config.rpath ->
12355         build-aux/config.rpath
12356         * modules/iconv (Files): Likewise.
12357         Problem reported by Oskar Liljeblad.
12358
12359 2005-03-23  Jim Meyering  <jim@meyering.net>
12360
12361         * modules/check-include-files: New script to check for
12362         missing dependencies, multiple includes, etc.
12363
12364         * modules/c-strtold (Depends-on): Add xalloc.
12365         * modules/c-strtod (Depends-on): Add xalloc.
12366         * modules/hash (Depends-on): Add xalloc.
12367         (Files): Remove lib/xalloc.h.
12368
12369         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12370         * modules/userspec (Files): Add lib/inttostr.h.
12371
12372 2005-03-23  Jim Meyering  <jim@meyering.net>
12373
12374         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12375
12376 2005-03-22  Jim Meyering  <jim@meyering.net>
12377
12378         * modules/stat-macros: New module.
12379         * modules/canonicalize, modules/euidaccess, modules/file-type,
12380         * modules/filemode, modules/lchown, modules/makepath,
12381         * modules/rmdir, modules/stat: Depend on new stat-macros module
12382         rather than listing lib/stat-macros.h manually.
12383         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12384
12385 2005-03-22  Jim Meyering  <jim@meyering.net>
12386
12387         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12388
12389 2005-03-22  Bruno Haible  <bruno@clisp.org>
12390
12391         * config/srclist.txt: Replace target directory 'config' with
12392         'build-aux'.
12393         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12394         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12395         ../build-aux/.
12396
12397 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12398
12399         * modules/chdir-long (Depends-on): Add mempcpy.
12400
12401         * modules/acl, modules/backupfile, modules/c-strtod,
12402         modules/c-strtold, modules/canon-host, modules/canonicalize,
12403         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12404         modules/exclude, modules/exitfail, modules/file-type,
12405         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12406         modules/getdate, modules/getline, modules/getpagesize,
12407         modules/getpass, modules/getugroups, modules/group-member,
12408         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12409         modules/inttostr, modules/long-options, modules/makepath,
12410         modules/md5, modules/memcasecmp, modules/memcoll,
12411         modules/modechange, modules/mountlist, modules/path-concat,
12412         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12413         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12414         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12415         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12416         modules/strftime, modules/strndup, modules/strverscmp,
12417         modules/timespec, modules/unlocked-io, modules/userspec,
12418         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12419         modules/yesno:
12420         Remove lib_SOURCES line from Makefile.am section, as this is now
12421         done automatically by the corresponding Autoconf macro.
12422
12423 2005-03-21  Jim Meyering  <jim@meyering.net>
12424
12425         Changes imported from coreutils.
12426
12427         * lib/cycle-check.c: Don't include xalloc.h.
12428
12429         * lib/path-concat.c: Don't include assert.h.
12430         (path_concat): Remove assertion that would have triggered
12431         for ABASE starting with more than one slash.
12432         Reported by Andreas Schwab.
12433
12434         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12435         properly when ABASE is an absolute file name.
12436         Correct the description of this function.
12437         Include <assert.h>.
12438         Add an assertion and a test driver.
12439         This fixes a bug introduced on 2004-07-02.
12440         Andreas Schwab reported the resulting failure of cp --parents:
12441         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12442
12443 2005-03-21  Jim Meyering  <jim@meyering.net>
12444
12445         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12446         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12447
12448 2005-03-21  Jim Meyering  <jim@meyering.net>
12449         and  Paul Eggert  <eggert@cs.ucla.edu>
12450
12451         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12452         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12453         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12454         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12455         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12456         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12457         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12458         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12459         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12460         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12461         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12462         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12463         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12464         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12465         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12466         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12467         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12468         for these modules.
12469
12470 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12471
12472         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12473         (which shouldn't happen), generate nothing instead of returning 0
12474         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12475
12476 2005-03-16  Bruno Haible  <bruno@clisp.org>
12477
12478         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12479         HAVE_LONGLONG_64BIT.
12480
12481 2005-03-16  Bruno Haible  <bruno@clisp.org>
12482
12483         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12484         HAVE_LONGLONG_64BIT.
12485
12486 2005-03-16  Bruno Haible  <bruno@clisp.org>
12487
12488         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12489         HAVE_LONGLONG_64BIT.
12490
12491 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12492
12493         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12494         reliably distinguish strftime failure from empty output on POSIX
12495         hosts.
12496
12497 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12498
12499         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12500         (iconv_string): Don't guess a size-zero buffer, as that might cause
12501         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12502         result would be 'too large', where 'too large' is (heuristically)
12503         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12504         overflow concerns.  This will prevent some unwanted malloc failures
12505         when the inputs are very large.
12506
12507 2005-03-15  Karl Berry  <karl@gnu.org>
12508
12509         * config/srclist.txt (config.rpath): from gettext.
12510         * config/config.rpath: update.
12511
12512 2005-03-15  Bruno Haible  <bruno@clisp.org>
12513
12514         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12515         to 'negate'.
12516
12517         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12518         variable.
12519
12520         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12521         results.
12522
12523 2005-03-14  Simon Josefsson  <jas@extundo.com>
12524
12525         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12526         <fx@gnu.org>.
12527
12528 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12529
12530         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12531         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12532         intprops.h.
12533         * lib/strtol.c: Likewise.
12534
12535 2005-03-14  Jim Meyering  <jim@meyering.net>
12536
12537         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12538         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12539         to be nonzero so that we (and caller) can detect the difference
12540         between a valid zero-length expansion and an error return, even
12541         when the underlying strftime fails before writing anything into
12542         that location.
12543
12544 2005-03-14  Bruno Haible  <bruno@clisp.org>
12545
12546         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12547         Update from GNU gettext 0.14.3.
12548
12549 2005-03-10  Jim Meyering  <jim@meyering.net>
12550
12551         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12552
12553 2005-03-10  Jim Meyering  <jim@meyering.net>
12554
12555         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12556         so that this module works on systems without fchdir.
12557
12558 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12559
12560         Factor int-properties macros into a single file, except for
12561         glibc-related files.
12562         * lib/intprops.h: New file.
12563         * lib/getloadavg.c: Include it instead of limits.h.
12564         (INT_STRLEN_BOUND): Remove.
12565         * lib/human.c: Include intprops.h.
12566         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12567         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12568         302/1000.
12569         * lib/inttostr.h: Include intprops.h instead of limits.h.
12570         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12571         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12572         for consistency with intprops.h.
12573         (time_t_is_integer, twos_complement_arithmetic): Use them.
12574         * lib/sig2str.h: Include <signal.h>, intprops.h.
12575         (INT_STRLEN_BOUND): Remove.
12576         * lib/strftime.c (TYPE_SIGNED): Remove.
12577         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12578         * lib/strtol.c: Adjust comments to match intprops.h.
12579         * lib/userspec.c: Include intprops.h.
12580         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12581         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12582         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12583         instead of rolling our own expressions.
12584         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12585
12586         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12587         instead of int.
12588         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12589         the right thing even if adding 1900 would overflow.  Similarly
12590         for tm_mon + 1 and tm_yday + 1.
12591         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12592         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12593         (DO_SIGNED_NUMBER): New macro.
12594         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12595
12596 2005-03-07  Bruno Haible  <bruno@clisp.org>
12597
12598         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12599
12600 2005-03-07  Bruno Haible  <bruno@clisp.org>
12601
12602         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12603
12604 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12605
12606         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12607         (func_import): Only replace files via --import when they have actually
12608         changed.
12609
12610 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12611
12612         * m4/mmap-anon.m4: New file.
12613         * m4/pagealign_alloc.m4: New file.
12614
12615 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12616             Bruno Haible  <bruno@clisp.org>
12617
12618         * modules/pagealign_alloc: New file.
12619         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12620
12621 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12622             Bruno Haible  <bruno@clisp.org>
12623
12624         * lib/pagealign_alloc.h: New file.
12625         * lib/pagealign_alloc.c: New file.
12626
12627 2005-03-03  Bruno Haible  <bruno@clisp.org>
12628
12629         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12630         Use an all-permissive copyright notice, recommended by RMS.
12631
12632 2005-03-02  Bruno Haible  <bruno@clisp.org>
12633
12634         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12635         of AIX, the replacement has to be done only after <string.h> is
12636         included, therefore not in config.h. stpncpy.h does the replacement,
12637         and stpncpy.c uses it.
12638
12639 2005-03-02  Bruno Haible  <bruno@clisp.org>
12640
12641         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12642         stpncpy.c uses it.
12643
12644 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12645
12646         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12647         The workaround isn't strictly needed for POSIX conformance, and
12648         it's too much of a pain to configure and maintain.  We'll ask
12649         people to fix their kernels instead.
12650         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12651         (NANOSLEEP_BUG_WORKAROUND): Remove.
12652         (xnanosleep): Remove the workaround.
12653
12654 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12655
12656         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12657         Reported by Derek Price.
12658         (Include): Add "timespec.h".
12659
12660         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12661
12662 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12663
12664         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12665         to detect nanosleep bug.
12666
12667 2005-03-01  Bruno Haible  <bruno@clisp.org>
12668
12669         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12670
12671 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12672
12673         * modules/gethrxtime: New file.
12674         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12675         (Depends-on): Add gethrxtime.
12676         (configure.ac): Add gl_XNANOSLEEP.
12677         (Makefile.am): Remove lib_SOURCES line.
12678
12679 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12680
12681         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12682         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12683
12684 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12685
12686         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12687         * lib/timespec.h (gettime): Return void, since it always
12688         succeeds now.  All uses changed.
12689         * lib/gettime.c (gettime) Likewise.
12690         [HAVE_NANOTIME]: Prefer nanotime.
12691         Assume gettimeofday succeeds, as POSIX requires.
12692         Assime time () succeeds, since other code already does.
12693         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12694         (timespec_subtract): Remove.
12695         (NANOSLEEP_BUG_WORKAROUND): New constant.
12696         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12697         things considerably.  Use it only on GNU/Linux hosts, since the
12698         workaround shouldn't be needed elsewhere.
12699
12700 2005-02-24  Bruno Haible  <bruno@clisp.org>
12701
12702         * modules/gettext (Files): Add m4/glibc2.m4.
12703
12704 2005-02-24  Bruno Haible  <bruno@clisp.org>
12705
12706         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12707         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12708         * m4/progtest.m4:
12709         Update from GNU gettext 0.14.2.
12710         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12711
12712 2005-02-24  Bruno Haible  <bruno@clisp.org>
12713
12714         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12715         * lib/config.charset: Update from GNU gettext 0.14.2.
12716
12717 2005-02-24  Bruno Haible  <bruno@clisp.org>
12718
12719         * lib/gettext.h: Update from GNU gettext 0.14.2.
12720
12721 2005-02-23  Simon Josefsson  <jas@extundo.com>
12722
12723         * m4/iconvme.m4: New file.
12724
12725 2005-02-23  Jim Meyering  <jim@meyering.net>
12726
12727         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12728         change.
12729         Thanks to Bruno Haible for catching it.
12730
12731 2005-02-22  Simon Josefsson  <jas@extundo.com>
12732
12733         * modules/iconvme: New file.
12734
12735         * MODULES.html.sh: Add iconvme.
12736
12737 2005-02-22  Simon Josefsson  <jas@extundo.com>
12738
12739         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12740
12741 2005-02-22  Simon Josefsson  <jas@extundo.com>
12742
12743         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12744
12745 2005-02-22  Jim Meyering  <jim@meyering.net>
12746
12747         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12748         s/ifndef/ifdef/.
12749
12750 2005-02-20  Neil Conway  <neilc@samurai.com>
12751
12752         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12753         returned by OSX/Darwin if the specified buffer is not large
12754         enough for the hostname.
12755
12756 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12757
12758         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12759         pass it to _help, otherwise the latter coredumps trying to
12760         dereference state.root_argp.
12761
12762 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12763
12764         * modules/chdir-long (Depends-on): Add memrchr.
12765         * modules/memrchr (Files): Add lib/memrchr.h.
12766         (Include): "memrchr.h".
12767
12768 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12769
12770         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12771
12772 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12773
12774         * lib/memrchr.h: New file.
12775         * lib/chdir-long.c: Include it.
12776         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12777         Don't bother including stddef.h.
12778
12779 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12780
12781         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12782         inclusion.
12783         Include <sys/types.h>, for dev_t.
12784         (ME_DUMMY, ME_REMOTE): Move from here....
12785         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12786         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12787         Dmitry V. Levin.
12788         Include mountlist.h first, to test the interface.
12789
12790 2005-01-29  Bruno Haible  <bruno@clisp.org>
12791
12792         * lib/progname.c (program_name): Initialize.
12793         Needed when linking statically on MacOS X.
12794
12795 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12796
12797         Sync from coreutils.
12798         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12799         (Depends-on): Add c-strtod.
12800         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12801
12802 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         Sync from coreutils.
12805         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12806
12807         Remove files that are specific to coreutils.
12808         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12809
12810 2005-01-28  Bruno Haible  <bruno@clisp.org>
12811
12812         * modules/javacomp: New file.
12813         * MODULES.html.sh (Java): Add javacomp.
12814
12815 2005-01-28  Bruno Haible  <bruno@clisp.org>
12816
12817         * m4/javacomp.m4: New file, from GNU gettext.
12818
12819 2005-01-28  Bruno Haible  <bruno@clisp.org>
12820
12821         * lib/javacomp.sh.in: New file, from GNU gettext.
12822         * lib/javacomp.h: New file, from GNU gettext.
12823         * lib/javacomp.c: New file, from GNU gettext.
12824
12825 2005-01-26  Simon Josefsson  <jas@extundo.com>
12826
12827         * lib/gai_strerror.c: Use GPL in header.
12828
12829 2005-01-26  Bruno Haible  <bruno@clisp.org>
12830
12831         * modules/javaexec: New file.
12832         * MODULES.html.sh (Java): Add javaexec.
12833
12834 2005-01-26  Bruno Haible  <bruno@clisp.org>
12835
12836         * m4/javaexec.m4: New file, from GNU gettext.
12837
12838 2005-01-26  Bruno Haible  <bruno@clisp.org>
12839
12840         * lib/javaexec.sh.in: New file, from GNU gettext.
12841         * lib/javaexec.h: New file, from GNU gettext.
12842         * lib/javaexec.c: New file, from GNU gettext.
12843
12844 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12845
12846         * modules/lchown (Depends-on): Remove lchown.h
12847
12848 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12849
12850         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12851         must be defined if the header file was not found, in order
12852         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12853
12854 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12855
12856         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12857         initializers for struct pentry_state.
12858         (__argp_error): Check return value of __asprintf
12859         (__argp_failure): Translate error message
12860
12861         * lib/argp-parse.c: Removed braces around the expansion of N_()
12862
12863 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12864
12865         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12866         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12867         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12868         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12869         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12870         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12871         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12872         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12873         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12874         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12875         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12876         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12877         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12878         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12879         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12880         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12881         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12882         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12883         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12884         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12885         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12886         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12887         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12888         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12889         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12890         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12891         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12892         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12893         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12894         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12895         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12896         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12897         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12898         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12899         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12900         Use an all-permissive copyright notice, recommended by RMS.
12901
12902 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12903
12904         * modules/chdir-long (Depends-on): Remove mempcpy.
12905
12906 2005-01-21  Jim Meyering  <jim@meyering.net>
12907
12908         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12909         same value as for Solaris 9.
12910
12911         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12912         component length.  This included changing the parameter to be
12913         of type `char *' rather than `char const *'.
12914         * lib/chdir-long.h (chdir_long): Update prototype.
12915
12916         * lib/openat.c (fdopendir, fstatat): New functions.
12917         * lib/openat.h: Include headers required for use of DIR and struct
12918         stat.
12919         [AT_SYMLINK_NOFOLLOW]: Define.
12920         (fdopendir, fstatat): Add prototypes.
12921
12922 2005-01-21  Bruno Haible  <bruno@clisp.org>
12923
12924         * modules/classpath: New file.
12925         * MODULES.html.sh (Java): Add classpath.
12926
12927 2005-01-21  Bruno Haible  <bruno@clisp.org>
12928
12929         * lib/classpath.h: New file, from GNU gettext.
12930         * lib/classpath.c: New file, from GNU gettext.
12931
12932 2005-01-20  Simon Josefsson  <jas@extundo.com>
12933
12934         * modules/version-etc-fsf: New file.
12935
12936 2005-01-20  Simon Josefsson  <jas@extundo.com>
12937
12938         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
12939         * lib/version-etc.c: Remove version_etc_copyright.
12940         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
12941         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
12942
12943 2005-01-20  Simon Josefsson  <jas@extundo.com>
12944
12945         * lib/base64.h (isbase64): Add.
12946
12947         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
12948         using a unsigned prototype, don't inline.
12949         (base64_decode): Use it.
12950
12951 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12952
12953         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
12954         it.
12955
12956 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12957
12958         * lib/save-cwd.c (save_cwd): Remove code to support the case
12959         where fchdir is missing or flaky.
12960
12961 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12962
12963         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
12964
12965 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12966
12967         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
12968         AC_LIBSOURCES now does this.
12969         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
12970         with new ullong_max module.
12971
12972 2005-01-19  Bruno Haible  <bruno@clisp.org>
12973
12974         * modules/sh-quote: New file.
12975         * MODULES.html.sh (Executing programs): Add sh-quote.
12976
12977 2005-01-19  Bruno Haible  <bruno@clisp.org>
12978
12979         * lib/sh-quote.h: New file, from GNU gettext.
12980         * lib/sh-quote.c: New file, from GNU gettext.
12981
12982 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12983
12984         Merge from coreutils.
12985         * m4/ullong_max.m4: New file.
12986         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
12987         (gl_MACROS): Assume localeconv exists.
12988
12989 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12990
12991         Merge changes from coreutils, as described below in several
12992         changelogs dated today.
12993
12994         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
12995         (O_DIRECTORY): Remove; not needed here, since "." must be
12996         a directory.  All uses removed.
12997         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
12998         universal on Suns, and we also need to test for IRIX.
12999         Revamp code to use 'if' rather than '#if'.
13000         Avoid unnecessary comparison of cwd->desc to 0.
13001
13002         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13003         for known valid error numbers rather than observed invalid ones.
13004
13005 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13006
13007         * modules/ullong_max: New file.
13008
13009         * modules/chdir-long, modules/openat: New files.
13010         * modules/save-cwd (Depends-on): Depend on chdir-long.
13011         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13012
13013 2005-01-18  Jim Meyering  <jim@meyering.net>
13014
13015         Merge from coreutils.
13016         * m4/chdir-long.m4, m4/openat.m4: New files.
13017         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13018         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13019         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13020         is sane and DOES follow symlinks.  Besides, testing 20 different
13021         systems found no broken chown implementations.
13022         Prompted by a change in rsync's copy of this macro.
13023         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13024
13025         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13026
13027         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13028         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13029         NULL-means-set-to-current-time semantics.
13030         Remove temporary file immediately, rather than waiting
13031         for configure's at-exit trap code to do it.
13032
13033 2005-01-18  Jim Meyering  <jim@meyering.net>
13034
13035         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13036
13037         * lib/utimens.c (futimens): Account for the fact that futimes
13038         can also fail with errno == ENOSYS or errno == ENOENT.
13039         Patch from Dmitry V. Levin.
13040
13041         Change the name of the robust chdir function from chdir to chdir_long.
13042         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13043         (restore_cwd): Use chdir_long, not chdir.
13044         * lib/chdir-long.c: Renamed from chdir.c.
13045         * lib/chdir-long.h: Renamed from chdir.h.
13046         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13047         Hurd.
13048
13049 2005-01-18  Bruno Haible  <bruno@clisp.org>
13050
13051         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13052         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13053         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13054         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13055         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13056         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13057         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13058         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13059         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13060         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13061         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13062         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13063         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13064         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13065         Use an all-permissive copyright notice, recommended by RMS.
13066
13067 2005-01-18  Bob Proulx  <bob@proulx.com>
13068
13069         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13070         simplify offsetof() macro construct to avoid compile failure with
13071         native HP-UX 11.0 ANSI C compiler.
13072
13073 2005-01-17  Bruno Haible  <bruno@clisp.org>
13074
13075         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13076         redundant because stpncpy.m4 takes care of it.
13077
13078 2005-01-17  Bruno Haible  <bruno@clisp.org>
13079
13080         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13081
13082 2005-01-17  Bruno Haible  <bruno@clisp.org>
13083
13084         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13085         used.
13086
13087 2005-01-17  Bruno Haible  <bruno@clisp.org>
13088
13089         * lib/fwriteerror.h (fwriteerror): Change specification to include
13090         fclose.
13091         * lib/fwriteerror.c: Include <stdbool.h>.
13092         (fwriteerror): At the end, close the file stream. Record whether
13093         stdout was already closed.
13094
13095 2005-01-17  Bruno Haible  <bruno@clisp.org>
13096
13097         * lib/execute.c (environ): Declare if needed.
13098         * lib/pipe.c (environ): Likewise.
13099         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13100
13101 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13102
13103         * modules/argp: Depend on vsnprintf
13104
13105 2005-01-10  Jim Meyering  <jim@meyering.net>
13106
13107         * modules/closeout (Depends-on): Add atexit.
13108
13109 2005-01-06  Bruno Haible  <bruno@clisp.org>
13110
13111         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13112
13113 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13114
13115         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13116         definitions to be after all include files, to avoid collisions.
13117         Problem reported by Bob Proulx.
13118
13119 2005-01-04  Jim Meyering  <jim@meyering.net>
13120
13121         Changes imported from coreutils.
13122         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13123         as the mkstemp template, use a temporary directory and an
13124         8.3-friendly template to avoid trouble on systems like DJGPP.
13125         Reported by Juan M. Guerrero via Stepan Kasal.
13126         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13127         close. Remove the temporary directory right away, rather than waiting
13128         for configure's at-exit trap code to do it.
13129         Suggestion from Stepan Kasal.
13130
13131 2005-01-01  Simon Josefsson  <jas@extundo.com>
13132
13133         * gnulib-tool: Print #include directives when --import'ing.
13134
13135 2004-12-28  Simon Josefsson  <jas@extundo.com>
13136
13137         * tests/test-base64.c: Include required header files.  Remove
13138         unused variables.
13139
13140 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13141
13142         * modules/error (Depends-on): Remove gettext.
13143
13144 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13145
13146         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13147         not needed.  This removes a dependency on the gettext module.
13148         [defined _LIBC]: Do not include <libintl.h>; not needed.
13149
13150 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13153         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13154
13155 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13156
13157         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13158         HAVE_DECL_STRTOLD.
13159
13160 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13161
13162         * modules/getdate (Depends-on): Remove alloca-opt.
13163
13164 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13165
13166         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13167
13168 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13169
13170         * lib/argp-parse.c: Include <stddef.h>.
13171         (alignof, alignto): New macros.
13172         (parser_init): Don't assume that void * is aligned sufficiently
13173         for struct option.
13174
13175         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13176         need to extend the stack.
13177         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13178         large.
13179
13180 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13181
13182         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13183
13184 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13185
13186         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13187         (2004-10-24) change.  Apparently this was a false alarm.
13188
13189         * modules/getdate: Depend on alloca-opt, not alloca.
13190
13191 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13192
13193         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13194         Remove now-obsolete comment about AIX.
13195         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13196         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13197         (YYMAXDEPTH): New macro.
13198
13199 2004-12-18  Simon Josefsson  <jas@extundo.com>
13200
13201         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13202
13203 2004-12-18  Bruno Haible  <bruno@clisp.org>
13204
13205         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13206
13207 2004-12-18  Bruno Haible  <bruno@clisp.org>
13208
13209         * lib/fatal-signal.c (fatal_signals): Make non-const.
13210         (init_fatal_signals): New function.
13211         (uninstall_handlers, install_handlers): Ignore signals that were set to
13212         SIG_IGN.
13213         (at_fatal_signal): Call init_fatal_signals.
13214         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13215         SIG_IGN.
13216         Reported by Paul Eggert.
13217
13218 2004-12-18  Bruno Haible  <bruno@clisp.org>
13219
13220         * doc/alloca.texi: New file.
13221         * doc/alloca-opt.texi: New file.
13222
13223 2004-12-17  Jim Meyering  <jim@meyering.net>
13224
13225         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13226         Otherwise, install-sh could exit with improper exit status when
13227         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13228
13229 2004-12-16  Simon Josefsson  <jas@extundo.com>
13230
13231         * tests/test-base64.c: Add license.
13232
13233 2004-12-15  Stepan Kasal  <address@hidden>
13234
13235         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13236
13237 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         * modules/getcwd (Files): Add m4/d-ino.m4.
13240         Suggested by Mark D. Baushke.
13241
13242 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13243
13244         * lib/getdate.y (textint): New member "negative".
13245         (time_zone_hhmm): New function.
13246         Expect 14 shift-reduce conflicts, not 13.
13247         (o_colon_minutes): New rule.
13248         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13249         (yylex): Set the "negative" member of signed numbers.
13250
13251 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13252
13253         * doc/getdate.texi (Time of day items, Time zone items):
13254         Describe new formats +00:00, UTC+00:00.
13255
13256 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13257
13258         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13259         spurious "-l"s.  Problem reported by Stepan Kasal.
13260
13261 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13262
13263         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13264         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13265
13266 2004-12-04  Simon Josefsson  <jas@extundo.com>
13267
13268         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13269         Vandoorselaere <yoann@prelude-ids.org>.
13270
13271 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13272
13273         Changes imported from coreutils.
13274         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13275         exist.
13276         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13277
13278 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13279
13280         Changes imported from coreutils.
13281         * lib/hard-locale.c: Assume <locale.h> exists.
13282         Include "strdup.h".
13283         (GLIBC_VERSION): New macro.
13284         (hard_locale): Assume setlocale exists.
13285         Rewrite to avoid #ifdef.
13286         Use strdup rather than malloc + strcpy.
13287         * lib/human.c: Assume <locale.h> exists.
13288         (human_readable): Assume localeconv exists.
13289
13290 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13291
13292         * modules/hard-locale (Depends-on): Add strdup.
13293
13294 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13295
13296         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13297         convert T2, not T.  (Imported from libc.)
13298
13299 2004-11-30  Simon Josefsson  <jas@extundo.com>
13300
13301         * modules/restrict (License): Change to LGPL.
13302
13303 2004-11-30  Simon Josefsson  <jas@extundo.com>
13304
13305         * m4/restrict.m4: Add copyright and copying conditions.
13306
13307 2004-11-30  Simon Josefsson  <jas@extundo.com>
13308
13309         * m4/base64.m4: New file.
13310
13311 2004-11-30  Simon Josefsson  <jas@extundo.com>
13312
13313         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13314         base64.
13315
13316         * tests/test-base64.c: New file.
13317
13318         * modules/base64: New file.
13319
13320 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13323         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13324
13325         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13326
13327 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13328
13329         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13330         (__getcwd.c): Don't restore errno; glibc doesn't.
13331         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13332         first, falling back to our code only if its results look suspicious.
13333         Ensure that the resulting buffer is only as large as necessary.
13334
13335         * lib/readutmp.c: Include readutmp.h first.
13336         Include <errno.h>, since readutmp.h no longer does that.
13337         * lib/readutmp.h: Don't include <errno.h>,
13338         <sys/param.h>, <time.h>; not needed to establish interface.
13339         (errno): Remove decl.
13340         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13341         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13342         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13343
13344 2004-11-28  Simon Josefsson  <jas@extundo.com>
13345
13346         * lib/base64.h, base64.c: New file.
13347
13348 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13349
13350         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13351
13352 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13353
13354         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13355         (Depends-on): Remove pathmax, same.  Add mempcpy.
13356         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13357         (Makefile.am): Append getcwd.h to lib_SOURCES.
13358         (Include): Add getcwd.h.
13359         (Maintainer): Change from Jim Meyering to "all, glibc",
13360         since getdate now uses intended-for-glibc code.
13361         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13362         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13363
13364 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13365
13366         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13367         HP's ANSI C compiler.
13368         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13369         Declaring int functions causes warnings on some modern systems and
13370         shouldn't be needed to compile on ancient ones.
13371         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13372         defined.
13373
13374         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13375         with the following changes.
13376         (__set_errno): Parenthesize properly.
13377         Include <stdbool.h>.
13378         (MIN, MAX, MATCHING_INO): New macros.
13379         (__getcwd): Define with prototype, not K&R form.
13380         Use heuristics to allocate default buffer on stack if possible.
13381         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13382         behavior, and to avoid the PATH_MAX limit when computing
13383         ../../../../...
13384         Use MATCHING_INO to compare inode number to file.
13385         Check for arithmetic overflow in size calculations.
13386         Fix bug in reallocation of dot array that caused getcwd to fail
13387         on directories nested deeper than 75.
13388         Be more careful about saving errno on error.
13389         Do not use realloc; use only free+malloc, as this is a bit
13390         more flexible and avoids a needless copy operation.
13391         Do not inspect st_dev and st_ino for symbolic links; POSIX
13392         doesn't specify the latter.
13393         Check for closedir errors.
13394         Avoid needless casts.
13395         Use "#ifdef weak_alias" around weak_alias, to be like other
13396         glibc code.
13397         The following changes to getcwd.c have effect only when used in
13398         gnulib; they have no effect inside glibc proper.
13399         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13400         as alloca isn't used.
13401         (alloca, __alloca): Likewise.
13402         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13403         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13404         unconditionally, as gnulib assumes C89 or better.
13405         Do not include <sys/param.h>.
13406         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13407         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13408         better.
13409         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13410         Include <dirent.h> in a way that is compatible with modern Autoconf.
13411         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13412         New macros, if not already defined.
13413         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13414         Use "_LIBC", not "defined _LIBC", for consistency.
13415         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13416         a mempcpy module.
13417         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13418         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13419         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13420         credit only to Jim Meyering and adjust the copyright dates.
13421         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13422         <stdlib.h>, <unistd.h>, "pathmax.h".
13423         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13424         (INITIAL_BUFFER_SIZE): Remove.
13425         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13426
13427 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13430         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13431         Use the _ONCE methods, for efficiency.
13432         Check for fcntl.h.  In test program, include <errno.h>
13433         and <fcntl.h> if available.  Remove old K&R cruft from
13434         test program.  Check for common errors in GNU/Linux,
13435         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13436         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13437         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13438         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13439         name accordingly.
13440         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13441         accommodate new getcwd.c.
13442         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13443         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13444         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13445         that's all we need now.
13446
13447 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13448
13449         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13450         argp-parse.c depends on getopt internals, that means we should
13451         always use our getopt, to be on the safe side.
13452         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13453         order not to spoil the result of an eventual previous invocation
13454         of gl_GETOPT_SUBSTITUTE.
13455
13456 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13457
13458         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13459         redefinition warnings. To avoid them, include the defines
13460         in `#if !defined __need_getopt ... #endif'. The only place
13461         where __getopt_argv_const is used is in definitions
13462         of getopt_long and getopt_long_only below, which are as well
13463         protected by `#ifndef __need_getopt'.
13464         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13465         __need_getopt after including <stdio.h> and <unistd.h> These
13466         headers might have defined it.
13467
13468 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13469
13470         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13471
13472 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13473
13474         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13475         (futimens): New function, which uses futimes if available.
13476         (futimens, utimens): Support timespec==NULL, with same semantics
13477         as utime and utimens.
13478         * lib/utimens.h (futimens): New decl.
13479
13480 2004-11-23  Jim Meyering  <jim@meyering.net>
13481
13482         * lib/getopt_.h: Remove trailing blanks.
13483
13484 2004-11-23  Jim Meyering  <jim@meyering.net>
13485
13486         * lib/__fpending.c: Add comment.
13487
13488 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13489
13490         * modules/canonicalize (Depends-on): Add xreadlink.
13491         Problem reported by James Youngman.
13492
13493 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13494
13495         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13496         New macros.
13497         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13498         optopt): Use them instead of invoking ## directly; otherwise, the
13499         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13500
13501 2004-11-19  Bruno Haible  <bruno@clisp.org>
13502
13503         * lib/strtok_r.c: Move comments from here...
13504         * lib/strtok_r.h: ... to here.
13505
13506 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13509         implementations that mishandle size_t overflow.
13510
13511 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13514         might fail.  Problem reported by Yoann Vandoorselaere.
13515         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13516         implementations that mishandle size_t overflow.
13517
13518 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13519
13520         * modules/canon-host (Depends-on): Add strdup.
13521
13522 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13523
13524         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13525
13526 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13527
13528         * lib/canon-host.c: Include "strdup.h".
13529         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13530         Use strdup instead of malloc/strcpy to duplicate strings.
13531
13532         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13533         (human_space_before_unit): New constant.
13534         * lib/human.c (human_readable): Support it.
13535
13536         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13537         (xgetcwd): Set errno correctly when failing.
13538         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13539         the failure is actually due to a PATH_MAX problem.
13540
13541         Further getopt changes to make it more likely that glibc will
13542         buy the changes back.
13543         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13544         (getopt): Use it, so to preserve glibc semantic
13545         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13546         when compiling for libc.
13547         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13548         (getopt_long, getopt_long_only): Use it.
13549
13550         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13551         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13552         (getopt): Argv is now char * const *, as per standard.
13553         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13554         not char *__getopt_argv_const *.
13555         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13556         _getopt_long_only_r): Likewise.
13557         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13558         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13559         _getopt_long_r, _getopt_long_only_r): Likewise.
13560         * lib/getopt_.h (__getopt_argv_const): Remove.
13561         (getopt): Argv is now char * const *, as per standard.
13562
13563         * lib/getdate.y (tORDINAL): New token.
13564         (day, relunit): Allow it for relative times.
13565         (relative_time_table): Use tORDINAL for ordinals.
13566
13567 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13568
13569         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13570         Document that "second" isn't allowed as an ordinal number.
13571
13572 2004-11-16  Jim Meyering  <jim@meyering.net>
13573
13574         * modules/closeout (Depends-on): Add fpending.
13575
13576 2004-11-15  Jim Meyering  <jim@meyering.net>
13577
13578         * lib/closeout.c: Include "__fpending.h" once again.
13579         Include <stdbool.h>.
13580         (close_stdout): Don't fail just because stdout was closed initially,
13581         since some programs don't write to stdout in the normal course of
13582         operation (other than --version and --help), and we don't want this
13583         function to make e.g. `touch file >&-' fail.
13584         But do fail if it was closed and someone has tried to write to it.
13585         E.g., `printf foo >&-' must fail.
13586
13587 2004-11-13  Jim Meyering  <jim@meyering.net>
13588
13589         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13590
13591 2004-11-12  Simon Josefsson  <jas@extundo.com>
13592
13593         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13594         small doc fix is still pending.
13595
13596 2004-11-11  Simon Josefsson  <jas@extundo.com>
13597
13598         * modules/strtok_r: New file.
13599
13600         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13601         strtok_r.
13602
13603 2004-11-11  Simon Josefsson  <jas@extundo.com>
13604
13605         * m4/strtok_r.m4: New file.
13606
13607         * m4/getopt.m4: Replace opterr.
13608
13609 2004-11-11  Simon Josefsson  <jas@extundo.com>
13610
13611         * lib/strtok_r.h, strtok_r.c: New file.
13612
13613 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13614
13615         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13616         of replacing opterr, getopt, etc.  This should handle the
13617         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13618
13619 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13620
13621         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13622         we can stop lying to compilers about the constness of argv when we
13623         are compiled outside glibc.
13624         (getopt, getopt_long, getopt_long_only): Use it.
13625         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13626         _getopt_internal, getopt): Likewise.
13627         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13628         _getopt_long_only_r): Likewise.
13629         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13630         _getopt_long_r, _getopt_long_only_r): Likewise.
13631
13632         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13633         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13634         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13635         the other external symbols.
13636         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13637         declaration, since the above renaming now works around collisions.
13638
13639 2004-11-11  Jim Meyering  <jim@meyering.net>
13640
13641         * lib/linebreak.c: Remove trailing blanks.
13642         * lib/alloca_.h: Likewise.
13643         * lib/acosl.c: Likewise.
13644         * lib/euidaccess.c: Likewise.
13645         * lib/allocsa.h: Likewise.
13646
13647 2004-11-10  Simon Josefsson  <jas@extundo.com>
13648
13649         * m4/getaddrinfo.m4: New file.
13650
13651 2004-11-10  Simon Josefsson  <jas@extundo.com>
13652
13653         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13654
13655 2004-11-10  Simon Josefsson  <jas@extundo.com>
13656
13657         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13658         getaddrinfo.
13659
13660         * modules/getaddrinfo: New file.
13661
13662 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13665
13666 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13667
13668         * lib/mktime.c (SHR): New macro, which is a portable
13669         substitute for >> that should work even on Crays.
13670         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13671         Problem reported by Mark D. Baushke in
13672         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13673         * lib/getdate.y (SHR): Likewise.
13674         (tm_diff): Use it.
13675         * lib/strftime.c (SHR): Likewise.
13676         (tm_diff): Use it.
13677         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13678         quote_these_too, so that right shifts are well defined.  All uses
13679         changed.
13680
13681 2004-11-10  Jim Meyering  <jim@meyering.net>
13682
13683         Ensure that no close failure goes unreported.
13684         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13685         return early when it seems there's nothing to flush.
13686         Don't include __fpending.h.
13687
13688 2004-11-10  Jim Meyering  <jim@meyering.net>
13689
13690         * modules/closeout (Depends-on): Remove fpending.
13691
13692 2004-11-10  Jim Meyering  <jim@meyering.net>
13693
13694         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13695
13696 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13697
13698         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13699         gl_FUNC_STRFTIME.
13700         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13701         and AC_REQUIRE when possible, to avoid duplicate checks.
13702         Check for <wchar.h>.
13703
13704 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13705
13706         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13707
13708 2004-11-09  Bruno Haible  <bruno@clisp.org>
13709
13710         * m4/sockpfaf.m4: New file.
13711
13712 2004-11-05  Bruno Haible  <bruno@clisp.org>
13713
13714         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13715         Reported by Mark D. Baushke <mdb@cvshome.org>.
13716
13717 2004-11-04  Bruno Haible  <bruno@clisp.org>
13718
13719         2004-09-11  Bruno Haible  <bruno@clisp.org>
13720                 * allocsa.valgrind: New file.
13721         2004-02-06  Bruno Haible  <bruno@clisp.org>
13722                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13723                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13724                 Reported by Christopher Seip <chris.seip@hp.com>.
13725
13726 2004-11-04  Bruno Haible  <bruno@clisp.org>
13727
13728         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13729         (Makefile.am): Distribute it.
13730
13731 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13734         with errno == ERANGE if the buffer is too small.
13735         Problem reported by Mark D. Baushke.
13736
13737 2004-11-03  Albert Chin  <china@thewrittenword.com>
13738             Paul Eggert  <eggert@cs.ucla.edu>
13739
13740         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13741         equivalent, substitute $ac_type for equivalent type rather than
13742         blindly using uint32_t *always* which won't work if uint32_t is not
13743         available.  Define _UINT32_T to work around typedef of uint32_t if
13744         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13745         2.5.1.
13746
13747 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13748
13749         * m4/jm-macros.m4: Sync from coreutils.
13750         (gl_MACROS): Check for mbrlen, for pathchk.
13751         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13752
13753 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13754
13755         * lib/xreadlink.c (MAXSIZE): New macro.
13756         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13757         size does not exceed MAXSIZE.  Avoid cast.
13758         As suggested by Mark D. Baushke in
13759         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13760         if readlink fails with buffer size just under MAXSIZE, try again
13761         with MAXSIZE.
13762
13763 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13764
13765         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13766
13767 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13768         and  Paul Eggert  <eggert@cs.ucla.edu>
13769
13770         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13771         (get_date): Overparenthesize to avoid GCC warning.
13772
13773 2004-11-02  Bruno Haible  <bruno@clisp.org>
13774
13775         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13776         returns void.
13777
13778 2004-11-02  Bruno Haible  <bruno@clisp.org>
13779
13780         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13781         function returns void.
13782
13783 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13784
13785         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13786         fflush_unlocked, flockfile, funlockfile, funlockfile,
13787         fputs_unlocked, putc_unlocked.
13788
13789 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13790
13791         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13792         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13793         already declared.
13794
13795 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * modules/getdate (Files): Add doc/getdate.texi.
13798         (Depends-on): Add setenv, xalloc.
13799
13800 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13801
13802         * lib/getdate.y: Add support for TZ="foo" within a date string.
13803         Fix some bugs near time_t boundaries.  Reject dates with
13804         out-of-range components, e.g., "Sept 31".
13805         Include <stdlib.h>, "setenv.h", "xalloc.h".
13806         (ISDIGIT_LOCALE): Remove; unused.
13807         Note that the TZ and time functions used here are not reentrant.
13808         (mktime_ok, get_tz): New functions.
13809         (TZBUFSIZE): New constant.
13810         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13811         This requires that we sometimes generate our own TZ="XXX..." setting.
13812
13813 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13814
13815         * doc/getdate.texi: New file, from coreutils with modifications for
13816         the new TZ parsing.
13817
13818 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13819
13820         * lib/mktime.c (not_equal_tm): Remove redundant check.
13821
13822 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13823
13824         * modules/regex (lib_SOURCES): Add regex.c.
13825         Reported by James Youngman in
13826         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13827
13828 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13829
13830         * lib/getdate.y: Use Bison 1.875 features, and some minor
13831         code cleanups.  This change does not affect semantics.
13832         Don't include <stdlib.h>; no longer needed.
13833         Don't include unlocked-io.h; only the "#if TEST" code uses
13834         stdio, and performance isn't crucial there.
13835         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13836         Bison 1.875 features as described below.
13837         All uses of "PC." replaced by "pc->".
13838         (YYSTYPE): Add a forward declaration.
13839         (yylex, yyerror): Use full prototypes in forward decls.
13840         Use "%pure-parser" rather than obsolescent "%pure_parser".
13841         Use %parse-param and %lex-param instead of obsolescent
13842         YYPARSE_PARAM and YYLEX_PARAM.
13843         (meridian_table, month_and_day_table, time_units_table,
13844         relative_time_table, time_zone_table, military_table,
13845         lookup_zone, lookup_word, get_date):
13846         Use NULL instead of 0 where appropriate.
13847         (to_hour): Avoid abort (), to avoid a dependency on
13848         stdlib.h.
13849         (yyerror, yylex): Now accepts parser_control * arg.
13850         (main) [TEST]: Use '\0' rather than 0 for char.
13851
13852 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13855
13856 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13857
13858         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13859         It's now the caller's responsibility to handle the case where
13860         !HAVE_GETPAGESIZE && !defined getpagesize.
13861
13862         * lib/mktime.c (leapyear): Arg is long int, not int.
13863
13864 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13867
13868 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13869
13870         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13871         missing.  Problem reported by James Youngman.
13872
13873 2004-10-16  Simon Josefsson  <jas@extundo.com>
13874
13875         * gnulib-tool: Fix comments.  Fix parse problem.
13876         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13877
13878 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13879
13880         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13881         implementation of getopt_long.  Problem reported by Alexander Taler in:
13882         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13883
13884 2004-10-15  Bruno Haible  <bruno@clisp.org>
13885
13886         * gnulib-tool: Untabify. Initialize supplied_libname.
13887         (func_usage): More homogenous output.
13888         (func_modules_transitive_closure, func_modules_to_filelist,
13889         func_emit_lib_Makefile_am): New functions.
13890         (func_import): New function, extracted from big case statement. Use
13891         func_get_license, func_modules_transitive_closure,
13892         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13893         opt_lgpl. Don't use test -a, as it's not portable.
13894         (func_create_testdir): Use func_modules_transitive_closure,
13895         func_modules_to_filelist, func_emit_lib_Makefile_am.
13896
13897 2004-10-15  Bruno Haible  <bruno@clisp.org>
13898
13899         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13900
13901 2004-10-15  Bruno Haible  <bruno@clisp.org>
13902
13903         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13904         the portions belonging to each module.
13905         Suggested by Derek Robert Price <derek@ximbiot.com>.
13906
13907 2004-10-12  Simon Josefsson  <jas@extundo.com>
13908
13909         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13910         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13911         to real functions.
13912
13913 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13914
13915         * modules/vsnprintf: New file.
13916
13917 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13918
13919         * m4/vsnprintf.m4: New file.
13920
13921 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13922
13923         * lib/vsnprintf.h: New file.
13924         * lib/vsnprintf.c: New file.
13925
13926 2004-10-11  Bruno Haible  <bruno@clisp.org>
13927
13928         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13929         vsnprintf.
13930
13931 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13932
13933         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
13934
13935 2004-10-07  Bruno Haible  <bruno@clisp.org>
13936
13937         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
13938         fits into the provided buffer.
13939
13940 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13941
13942         * lib/diacrit.c, diacrit.h: Add GPL notice.
13943
13944         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
13945         notice.
13946         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
13947         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
13948         This avoids a potential constant-folding bug.
13949
13950 2004-10-05  Bruno Haible  <bruno@clisp.org>
13951
13952         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
13953         for the declaration of strsep.
13954
13955 2004-10-05  Bruno Haible  <bruno@clisp.org>
13956
13957         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
13958
13959 2004-10-04  Simon Josefsson  <jas@extundo.com>
13960
13961         * modules/memmem: New file.
13962         * tests/test-memmem.c: New file.
13963         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
13964
13965 2004-10-04  Simon Josefsson  <jas@extundo.com>
13966
13967         * m4/memmem.m4: New file.
13968
13969 2004-10-04  Simon Josefsson  <jas@extundo.com>
13970
13971         * lib/memmem.h: New file.
13972         * lib/memmem.c: New file, taken from glibc.
13973
13974 2004-10-04  Simon Josefsson  <jas@extundo.com>
13975
13976         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
13977         '#ifdef USE_UNLOCKED_IO'.
13978
13979 2004-10-04  Simon Josefsson  <jas@extundo.com>
13980
13981         * config/srclist.txt: Add memmem from glibc.
13982
13983 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13984
13985         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
13986
13987         * modules/argmatch, modules/argp, modules/closeout, modules/error,
13988         modules/exclude, modules/getdate, modules/getline,
13989         modules/getndelim2, modules/getpass, modules/getpass-gnu,
13990         modules/getusershell, modules/linebuffer, modules/md5,
13991         modules/mountlist, modules/posixtm, modules/readtokens,
13992         modules/readutmp, modules/regex, modules/sha1,
13993         modules/version-etc, modules/yesno:
13994         Remove dependency on unlocked-io.
13995
13996 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13997
13998         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
13999
14000         * m4/unlocked-io.m4: Add copyright notice.
14001         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14002
14003 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14004
14005         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14006         * lib/xmalloc.c (xmemdup): Likewise.
14007         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14008         XFREE): Remove these long-obsolescent macros.
14009         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14010         * lib/xstrdup.c: Remove.
14011
14012         * lib/regex.c (re_comp): Cast gettext return value to char *,
14013         Problem reported by Martin Neitzel via Mark D. Baushke.
14014
14015 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14016
14017         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14018         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14019         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14020         regex.c, sha1.c, version-etc.c, yesno.c:
14021         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14022         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14023         the includer's responsibility.
14024
14025         Sync from coreutils.
14026
14027         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14028         points to the start of a string, as the C Standard says the
14029         resulting behavior is undefined.
14030
14031         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14032         simple -> simple_backups, numbered_existing ->
14033         numbered_existing_backups, numbered -> numbered_backups
14034         to avoid shadowing problems.  All uses changed.
14035         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14036         * lib/backupfile.c (check_extension, numbered_backup):
14037         Rename locals to avoid shadowing 'basename'.
14038         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14039         once.
14040
14041         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14042         * lib/.cvsignore: Add getopt.h.
14043
14044 2004-10-04  Bruno Haible  <bruno@clisp.org>
14045
14046         * modules/README: New file.
14047         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14048         not a module.
14049
14050 2004-10-02  Jim Meyering  <jim@meyering.net>
14051
14052         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14053
14054 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14055
14056         * modules/strsep: New file.
14057
14058 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14059
14060         * m4/strsep.m4: New file.
14061
14062 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14063
14064         * lib/strsep.h: New file.
14065         * lib/strsep.c: New file.
14066
14067 2004-10-01  Simon Josefsson  <jas@extundo.com>
14068
14069         * lib/snprintf.c (snprintf): Handle size==0.
14070
14071 2004-10-01  Simon Josefsson  <jas@extundo.com>
14072             Bruno Haible  <bruno@clisp.org>
14073
14074         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14075         (snprintf): Declare 'args'.
14076
14077 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14078
14079         * lib/snprintf.c: Remove comments as to why each header is needed.
14080
14081 2004-10-01  Bruno Haible  <bruno@clisp.org>
14082
14083         * MODULES.html.sh: Add strsep.
14084
14085 2004-09-30  Simon Josefsson  <jas@extundo.com>
14086
14087         * modules/snprintf: New file.
14088
14089 2004-09-30  Simon Josefsson  <jas@extundo.com>
14090
14091         * m4/snprintf.m4: New file.
14092
14093 2004-09-30  Simon Josefsson  <jas@extundo.com>
14094
14095         * lib/snprintf.h, lib/snprintf.c: New files.
14096
14097 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14098
14099         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14100         (hol_entry_help): Never translate an empty string.
14101         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14102         * lib/argp.h (OPTION_NO_TRANS): New option.
14103
14104 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14105
14106         * modules/argp (Maintainer): Replace Simon Josefsson
14107         by Sergey Poznyakoff.
14108
14109 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14110
14111         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14112         changes merged back into glibc.
14113
14114 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14115
14116         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14117
14118 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14119
14120         * lib/xvasprintf.c: Include xalloc.h.
14121         (xvasprintf): Use xalloc_die, not xmalloc_die.
14122
14123 2004-09-29  Bruno Haible  <bruno@clisp.org>
14124
14125         * modules/alloca-opt: New file, derived from modules/alloca.
14126         * modules/allocsa: Depend on alloca-opt instead of alloca.
14127         * modules/setenv: Likewise.
14128         * modules/vasnprintf: Likewise.
14129         * MODULES.html.sh: Add alloca-opt.
14130
14131 2004-09-28  Simon Josefsson  <jas@extundo.com>
14132
14133         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14134         LGPL, and to replace license template from GPL to LGPL.
14135
14136 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14137
14138         * modules/dummy: Change license to LGPL.
14139
14140 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14141
14142         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14143
14144 2004-09-24  Simon Josefsson  <jas@extundo.com>
14145
14146         * modules/minmax (License): Change from GPL to LGPL.
14147
14148 2004-09-23  Simon Josefsson  <jas@extundo.com>
14149
14150         * gnulib-tool (--import): Typo.
14151
14152 2004-09-23  Simon Josefsson  <jas@extundo.com>
14153
14154         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14155
14156 2004-09-22  Bruno Haible  <bruno@clisp.org>
14157
14158         * modules/*: Add 'License' field.
14159         * gnulib-tool: Accept --extract-license option.
14160         (func_get_license): New function.
14161
14162 2004-09-21  Bruno Haible  <bruno@clisp.org>
14163
14164         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14165         Reported by Simon Josefsson.
14166
14167 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14170         gl_AC_TYPE_LONG_LONG.
14171
14172 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14173
14174         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14175
14176 2004-09-18  Simon Josefsson  <jas@extundo.com>
14177         and  Paul Eggert  <eggert@cs.ucla.edu>
14178
14179         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14180         calls with autoreconf.  Define GL_LIB.
14181
14182 2004-09-14  Karl Berry  <karl@gnu.org>
14183
14184         * config/srclist.txt: unsync setenv.c, sigh.
14185
14186 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14187
14188         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14189         Problem reported by Bruno Haible in:
14190         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14191
14192 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         * config/srclist.txt: Comment out argp-pvh.c.
14195
14196 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14197
14198         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14199         in case some system header has #define'd it.  Problem reported by
14200         Soeren D. Schulze in
14201         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14202
14203 2004-09-09  Karl Berry  <karl@gnu.org>
14204
14205         * regex.[ch]: delete from the root.  These were supposed to be
14206                 synced with emacs cvs, but this has not happened for about
14207                 a year, and anyway nothing else uses emacs regex.[ch].
14208                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14209                 lib/regex[.ch] is untouched.
14210
14211 2004-09-09  Bruno Haible  <bruno@clisp.org>
14212
14213         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14214
14215 2004-09-09  Bruno Haible  <bruno@clisp.org>
14216
14217         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14218         modifications.
14219         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14220
14221 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14222
14223         * modules/xvasprintf: New file.
14224         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14225
14226 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14227
14228         * lib/xvasprintf.h: New file.
14229         * lib/xvasprintf.c: New file.
14230         * lib/xasprintf.c: New file.
14231
14232 2004-09-08  Bruno Haible  <bruno@clisp.org>
14233
14234         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14235
14236 2004-09-08  Bruno Haible  <bruno@clisp.org>
14237
14238         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14239         length is > INT_MAX.
14240         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14241         more.
14242
14243 2004-09-08  Bruno Haible  <bruno@clisp.org>
14244
14245         * lib/stdint_.h: New file, taken from GNU clisp.
14246
14247 2004-09-08  Bruno Haible  <bruno@clisp.org>
14248             Oskar Liljeblad  <oskar@osk.mine.nu>
14249
14250         * modules/stdint: New file.
14251         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14252
14253 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14254
14255         Import from coreutils.
14256         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14257         strings on unbounded length.  alloca's performance benefits aren't
14258         that important here.
14259         (V_STRDUP): Remove.
14260         (parse_with_separator): New function, with most of the internals
14261         of the old parse_user_spec.  Allow user to omit both user and group,
14262         for compatibility with FreeBSD.
14263         Clone only the user name, not the entire spec.
14264         Do not set *uid, *gid unless entirely successful.
14265         Avoid memory leak in some failing cases.
14266         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14267         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14268         (parse_user_spec): Rewrite to use parse_with_separator.
14269
14270 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14271
14272         * modules/userspec: Don't depend on alloca.
14273
14274 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14275
14276         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14277
14278 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14279
14280         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14281         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14282         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14283
14284 2004-08-16  Simon Josefsson  <jas@extundo.com>
14285
14286         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14287         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14288         Add --dry-run for --import.
14289         Let user provided command line parameters override configure.ac
14290         settings.
14291
14292 2004-08-12  Simon Josefsson  <jas@extundo.com>
14293
14294         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14295         as discussed with Paul Eggert in threads rooted at
14296         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14297         and
14298         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14299         Before, the test was empty, and relied on ELIDE_CODE in source
14300         code.)
14301         (gl_PREREQ_GETOPT): New macro.
14302         (gl_GETOPT): Use them.
14303
14304 2004-08-12  Simon Josefsson  <jas@extundo.com>
14305
14306         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14307         * lib/getopt_.h: Renamed from getopt.h.
14308
14309 2004-08-12  Simon Josefsson  <jas@extundo.com>
14310
14311         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14312         Change default library name from libfoo to libgnu.
14313         Now, if you have a configure.ac that says:
14314                 gl_SOURCE_BASE(gl)
14315                 gl_M4_BASE(gl/m4)
14316                 gl_MODULES(error getopt etcetera)
14317                 gl_INIT
14318         you can import all you need by running:
14319                 ../gnulib/gnulib-tool --import
14320
14321         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14322         (Makefile.am): Rewrite, use logic from argz.
14323         (Include): Use <getopt.h> instead of "getopt.h".
14324
14325 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14326
14327         * modules/argp (Files): Add m4/unlocked-io.m4.
14328         (Depends-on): Add extensions.
14329
14330 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14331
14332         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14333         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14334         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14335         Check for program_invocation_name, program_invocation_short_name,
14336         flockfile, funlockfile, features.h, _getopt_long_only_r.
14337
14338 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14339
14340         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14341         its complicated substitute.
14342         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14343         and program_invocation_name.
14344         (__argp_basename) [!_LIBC]: Remove; the only use was
14345         replaced by its body.
14346         (__argp_short_program_name): Change condition from
14347         !defined __argp_short_program_name to
14348         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14349         to match argp-namefrob.h.
14350         (__argp_failure): Don't assume strerror_r returns char *.
14351         * lib/argp-parse.c (N_): Define unconditionally.
14352         (argp_default_options): Fill out initializers with 0 to avoid
14353         gcc warnings.
14354
14355 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14356
14357         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14358         getopt1.c.
14359
14360 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14361
14362         Merge from coreutils.
14363
14364         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14365
14366         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14367         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14368
14369 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14370
14371         Merge from coreutils.
14372
14373         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14374         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14375         for Reliant Unix 5.43.
14376
14377         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14378         (union fooround): Use uintmax_t, not long int.
14379         The rest is a merge from libc:
14380         [defined _LIBC]: Include <shlib-compat.h>.
14381         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14382
14383         * lib/settime.c (settime): Recode to avoid warning with
14384         Sun Forte C 6U2.
14385
14386         * lib/strverscmp.c: Convert to UTF-8.
14387
14388 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14389
14390         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14391         m4/uintmax_t.m4.
14392
14393 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14394
14395         * modules/xalloc-die: New file.
14396         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14397
14398         * modules/md5 (Files): Add m4/uint32_t.m4.
14399         * modules/sha1: Renamed from modules/sha.
14400         (Files):
14401         Rename lib/sha.h to lib/sha1.h.
14402         Rename lib/sha.c to lib/sha1.c.
14403         Rename m4/sha.m4 to m4/sha1.m4.
14404         (lib_SOURCES): Likewise.
14405         (configure.ac): Rename gl_SHA to gl_SHA1.
14406         (Include): sha.h -> sha1.h.
14407
14408 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14409
14410         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14411         * m4/sha1.m4: Renamed from sha.m4.
14412         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14413
14414 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14415
14416         * lib/obstack.h (obstack_empty_p):
14417         Don't assume that chunk->contents is suitably aligned.
14418         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14419         Likewise. Problem reported by Benno in
14420         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14421
14422         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14423         readable.  This could be improved further but it'd take some work.
14424
14425 2004-08-08  Simon Josefsson  <jas@extundo.com>
14426
14427         * modules/xgethostname (Depends-on): Remove exit and error (not
14428         used).
14429
14430         * modules/getpass-gnu: Add getpass.h.
14431         (Depends-on): Add stdbool.
14432         * modules/getpass: Add getpass.h.
14433
14434 2004-08-08  Simon Josefsson  <jas@extundo.com>
14435
14436         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14437         Check getpass declaration.
14438
14439 2004-08-08  Simon Josefsson  <jas@extundo.com>
14440
14441         * lib/xgethostname.c: Don't include error.h (not used).
14442
14443         * lib/getpass.h: Add.
14444         * lib/getpass.c: Include getpass.h first.
14445
14446 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14447
14448         * lib/xalloc-die.c: New file.
14449         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14450         All uses removed.
14451         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14452         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14453         xalloc-die.c.
14454         (_, N_, xalloc_die): Move to xalloc-die.c.
14455         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14456         so that we needn't mess with xalloc_msg_memory_exhausted.
14457
14458         * lib/sha1.h: Renamed from sha.h.
14459         (SHA1_H): Renamed from _SHA_H.
14460         (sha1_ctx): Renamed from sha_ctx.
14461         (sha1_init_ctx): Renamed from sha_init_ctx.
14462         (sha1_process_block): Renamed from sha_process_block.
14463         (sha1_process_bytes): Renamed from sha_process_bytes.
14464         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14465         (sha1_read_ctx): Renamed from sha_read_ctx.
14466         (sha1_stream): Renamed from sha_stream.
14467         (sha1_buffer): Renamed from sha_buffer.
14468         * lib/sha1.c: Likewise; renamed from sha.c.
14469         Do not include <sys/types.h>.
14470         Include <stddef.h> rather than <stdlib.h>.
14471
14472 2004-08-08  Bruno Haible  <bruno@clisp.org>
14473
14474         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14475         FILESYSTEM_PREFIX_LEN.
14476         * lib/progreloc.c: Likewise.
14477         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14478
14479 2004-08-06  Simon Josefsson  <jas@extundo.com>
14480
14481         * modules/progname (Depends-on): Don't depend on stdbool.
14482
14483 2004-08-06  Simon Josefsson  <jas@extundo.com>
14484
14485         * modules/getsubopt: New file.
14486         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14487         getsubopt.
14488
14489 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         More merge from coreutils.
14492
14493         * m4/utimens.m4, m4/utimecmp.m4: New files.
14494         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14495         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14496         prereq.m4, sha.m4: Import changes from coreutils.
14497
14498 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14499
14500         More merge from coreutils.
14501         * modules/raise, modules/readtokens0, modules/utimens:
14502         * modules/utimecmp, module/xnanosleep: New files.
14503         * modules/strftime: Add lib/strftime.h.
14504         Change include from <time.h> to "strftime.h".
14505         * modules/yesno: Add lib/yesno.h.
14506         * modules/backupfile: Remove lib/addext.c.
14507         * modules/euidaccess: Add stat-macros.h.
14508         * modules/canonicalize, modules/euidaccess,
14509         modules/filemode, modules/lchown, modules/makepath,
14510         modules/rmdir, modules/stat: Likewise.
14511
14512 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14513
14514         Merge from tar.
14515         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14516         SIZE_MAX is a valid preprocessor constant.
14517         (__argp_basename): Change from "#ifndef _LIBC"
14518         to "#ifndef __argp_short_program_name", so that
14519         we don't compile these functions for tar.
14520
14521         More merges from coreutils.
14522         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14523         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14524         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14525         * lib/addext.c: Remove; no longer needed.
14526         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14527         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14528         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14529         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14530         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14531         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14532         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14533         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14534         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14535         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14536         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14537         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14538         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14539         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14540         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14541         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14542         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14543         Import changes from coreutils.
14544
14545 2004-08-05  Simon Josefsson  <jas@extundo.com>
14546
14547         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14548
14549 2004-08-05  Simon Josefsson  <jas@extundo.com>
14550
14551         * m4/getsubopt.m4: New file.
14552
14553 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14554
14555         Merge from coreutils.
14556
14557         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14558         * m4/getcwd-path-max.m4: New files.
14559
14560         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14561         FILESYSTEM_PREFIX_LEN ->
14562         FILE_SYSTEM_PREFIX_LEN.
14563         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14564         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14565         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14566         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14567
14568         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14569         prerequisite modules now handle the DOS stuff.
14570         Don't check for unistd.h.
14571
14572 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14573
14574         Merge from coreutils.
14575
14576         * lib/.gdb-history: Remove; this doesn't belong here.
14577
14578         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14579         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14580         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14581         * lib/getcwd.c: New files.
14582
14583         * lib/dirname.h: Include <stdbool.h>.
14584         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14585         for consistency with POSIX terminology.  All uses changed.
14586         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14587         (strip_trailing_slashes): Use bool for booleans.
14588         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14589
14590         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14591         sometimes returns a positive errno value even when it succeeds.
14592         (print_errno_message) [!LIBC]: Fall back on strerror if
14593         __strerror_r fails.
14594
14595         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14596         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14597         (longest_relative_suffix): New function.
14598         (path_concat): Use it.  Assume first argument is not NULL.
14599         Port to DOS.  Omit redundant separators.
14600         Report an error instead of returning NULL.
14601         Use mempcpy instead of memcpy.
14602         (xpath_concat): Remove: not declared or used.
14603
14604         * lib/same.h: Include <stdbool.h>
14605         (same_name): Return bool, not int.
14606         * lib/same.c (same_name): Likewise.
14607         (errno): Don't declare; we assume C89 or better now.
14608
14609         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14610         if not already defined.
14611
14612         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14613         * lib/dup-safer.c (errno): Likewise.
14614
14615 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14616
14617         Merge from coreutils.
14618         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14619         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14620         * modules/path-concat: Don't depend on strdup.
14621
14622 2004-08-03  Simon Josefsson  <jas@extundo.com>
14623
14624         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14625         * lib/progname.h: Don't include stdbool.h.
14626
14627 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14628
14629         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14630         * MODULES.html.sh (func_all_modules): Remove fatal.
14631
14632 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14633
14634         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14635
14636 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14637
14638         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14639         working.
14640
14641 2004-08-02  Simon Josefsson  <jas@extundo.com>
14642
14643         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14644         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14645         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14646
14647 2004-08-01  Simon Josefsson  <jas@extundo.com>
14648
14649         * lib/xgetdomainname.c: Include stdlib.h, for free().
14650
14651 2004-07-19  Bruno Haible  <bruno@clisp.org>
14652
14653         * MODULES.html.sh (func_all_modules): Add dummy.
14654
14655 2004-07-16  Simon Josefsson  <jas@extundo.com>
14656
14657         * modules/dummy: New file.
14658
14659 2004-07-16  Simon Josefsson  <jas@extundo.com>
14660
14661         * lib/dummy.c: New file.
14662
14663 2004-07-16  Bruno Haible  <bruno@clisp.org>
14664
14665         * lib/backupfile.h: Add extern "C" for C++.
14666         * lib/closeout.h: Likewise.
14667         * lib/copy-file.h: Likewise.
14668         * lib/findprog.h: Likewise.
14669         * lib/full-write.h: Likewise.
14670         * lib/pathname.h: Likewise.
14671         * lib/progname.h: Likewise.
14672         * lib/stpcpy.h: Likewise.
14673         * lib/stpncpy.h: Likewise.
14674         * lib/strcase.h: Likewise.
14675         * lib/strstr.h: Likewise.
14676         * lib/xalloc.h: Likewise.
14677
14678         * lib/mbswidth.h: Add extern "C" for C++.
14679         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14680
14681 2004-07-13  Robert Millan  <robertmh@gnu.org>
14682
14683         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14684
14685 2004-07-09  Simon Josefsson  <jas@extundo.com>
14686
14687         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14688         failed without this.)
14689
14690 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14691
14692         * modules/chown (Files): Add lib/fchown-stub.c, since
14693         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14694
14695 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14696
14697         * lib/fchown-stub.c: New file.
14698
14699 2004-06-24  Jim Meyering  <jim@meyering.net>
14700
14701         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14702
14703 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14704
14705         * modules/argz: Omit "#include".
14706
14707         * MODULES.html.sh (func_all_modules): Add calloc, to match
14708         2004-06-01 addition of calloc module.
14709
14710 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14711
14712         * m4/argz.m4: New file, which is autoupdated from libtool.
14713
14714 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14715
14716         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14717         libtool.
14718
14719 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14720
14721         * config/srclist-update: Don't insist on "USA." before the
14722         close-comment, as libtool omits the period and puts the */ on a
14723         separate line.
14724         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14725         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14726
14727 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14728
14729         * modules/argz: New file.
14730         * MODULES.html.sh (func_all_modules): Add argz.
14731
14732 2004-06-12  Jim Meyering  <jim@meyering.net>
14733         and  Paul Eggert  <eggert@cs.ucla.edu>
14734
14735         * modules/hash (Files): Add lib/xalloc.h.
14736         * modules/pipe (Depends-on): Add wait-process.
14737         * modules/stat (Depends-on): Add xalloc.
14738         * modules/userspec (Files): Add lib/userspec.h.
14739         * modules/xstrto
14740
14741         Upgrade from gettext-0.13.
14742         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14743         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14744         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14745
14746 2004-06-10  Jim Meyering  <jim@meyering.net>
14747
14748         * lib/calloc.c: New file.
14749
14750 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14751
14752         * lib/getdate.y (yylex): Allow space between sign and number.
14753         Problem reported by Dan Jacobson.
14754
14755 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14756
14757         Merge from coreutils CVS.
14758
14759         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14760         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14761         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14762         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14763         xstrtol.m4: Fix copyright date and/or serial number.
14764
14765         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14766         See if we need an fchown replacement.
14767         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14768         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14769         and use the replacement function if we detect either defect.
14770
14771         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14772         gl_UTIMECMP.
14773
14774 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14775         and  Jim Meyering  <jim@meyering.net>
14776
14777         Merge from coreutils CVS.
14778
14779         * lib/stat-macros.h: New file, with contents from file-type.h
14780         and coreutils' system.h.
14781         * lib/file-type.c: Include "stat-macros.h".
14782         * lib/file-type.h (file_type): Move all macro definitions to new file,
14783         stat-macros.h.
14784
14785         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14786         Wrap old code with this conditional.
14787         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14788         function that does not dereference symlinks.
14789         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14790
14791         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14792         dependency problems.
14793         (xreadlink): Accept new arg SIZE, for efficiency.
14794         All decls and uses changed.
14795         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14796
14797         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14798         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14799
14800         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14801         sysexits.h.
14802
14803 2004-06-01  Jim Meyering  <jim@meyering.net>
14804
14805         * m4/calloc.m4: New file.
14806
14807 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14808
14809         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14810         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14811         Also, fix a typo in a diagnostic.
14812
14813 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14814
14815         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14816         or AC_FUNC_REALLOC.
14817
14818 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14819
14820         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14821         macros to be defined.
14822         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14823         the allocator returns NULL because the requested size is zero.
14824
14825 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14826
14827         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14828         var.  Add comment explaining why libc still defines it.  This
14829         merges the following patch from glibc:
14830         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14831
14832 2004-05-20  Andreas Schwab  <schwab@suse.de>
14833
14834         * m4/free.m4: Replace free if it not known to work, not the other
14835         way round.
14836
14837 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14838
14839         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14840         present in glibc since revision 1.1 of this file.
14841         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14842         obstack_alignment_mask, obstack_alloc, obstack_base,
14843         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14844         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14845         obstack_grow0, obstack_init, obstack_int_grow,
14846         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14847         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14848         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14849         nonexistent functions.
14850
14851 2004-05-18  Karl Berry  <karl@gnu.org>
14852
14853         * config/srclist.txt: break link for vasnprintf.c.
14854
14855 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14856
14857         Port obstack to the AS/400, where pointers are 16 bytes wide and
14858         you cannot cast an integer to a valid pointer.  This patch is
14859         currently waiting to be integrated into glibc; see
14860         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14861
14862         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14863         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14864         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14865         (struct obstack): temp member is now a union of a pointer and
14866         an integer, instead of an integer.  All integer uses changed.
14867         This does not affect the physical layout of struct obstack,
14868         except on hosts (like the AS/400) where the size or alignment of
14869         void * is greater than that of ptrdiff_t.
14870         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14871         __STDC__)]: Store temporary in pointer member of union, not
14872         integer member.
14873         * lib/obstack.c: Include <stddef.h>, for offsetof.
14874         (struct fooalign): Remove; it doesn't need a name.
14875         (union fooround): Change double to long double, and add void *.
14876         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14877         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14878         not a macro.  Hence the values are always int; so remove all
14879         casts-to-int in uses.
14880
14881 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14882
14883         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14884         we can get this patch merged into glibc.
14885
14886 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14887             Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         * m4/argp: Depend on alloca.
14890
14891 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14892             Paul Eggert  <eggert@cs.ucla.edu>
14893
14894         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14895         freecoding.
14896
14897 2004-05-17  Bruno Haible  <bruno@clisp.org>
14898
14899         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14900         precision that consists of a '.' followed by an empty digit string.
14901         Patch by Tor Lillqvist <tml@iki.fi>.
14902
14903 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14904
14905         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14906         for backward compatibility with older code.  We need our own
14907         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14908         it under some other name, and our alloca.h will define it.
14909
14910 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14911             Derek Price  <derek@ximbiot.com>
14912
14913         * lib/alloca.c: Include <alloca.h>, to get our interface.
14914         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14915         include <alloca.h> first.  Use C89 prototype for alloca; this
14916         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14917         Use #elif for simplicity, since we can assume C89 now.
14918         Don't try to source the system alloca.h since it will not be found
14919         and to prevent recursively including its replacement.
14920         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14921         * lib/regex.c: Likewise.
14922
14923 2004-05-16  Derek Price  <derek@ximbiot.com>
14924             Paul Eggert  <eggert@cs.ucla.edu>
14925
14926         getline cleanup.  This changes the getndelim2 API: both order of
14927         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14928         no delimiter).
14929
14930         * lib/getline.c: Don't include stddef.h or stdio.h, since our
14931         interface does that.
14932         (getline): Always use getdelim, so that we don't have two
14933         copies of this code.
14934         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
14935         if available.
14936         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
14937         (GETNDELIM2_MAXIMUM): New macro.
14938         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
14939         instead of the old practice of delim2==0.  All callers changed.
14940         Return -1 on overflow, instead of returning junk.
14941         Do not set *linesize unless allocation succeeds.
14942         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
14943         that we include sys/types.h.
14944         * lib/getnline.h: Likewise.
14945         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
14946         (getndelim2): Reorder arguments.
14947         * lib/getnline.c (getnline, getndelim):
14948         Don't discard the NMAX argument.
14949         (getnline): Invoke getndelim, to avoid code duplication.
14950         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
14951         of (size_t) -1 by callers of the getnline family.
14952
14953 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14954
14955         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
14956         Check for gettimeofday.
14957         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
14958         Check for settimeofday, stime.
14959
14960 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14961
14962         * lib/nanosleep.c (suspended): Change its type from int to
14963         sig_atomic_t volatile.
14964         (first_call): Make it private to rpl_nanosleep, and have it
14965         be zero initially as that's a bit faster.
14966         (my_usleep): Round up fractional times instead of truncating them,
14967         as this is the usual meaning for 'sleep'.
14968
14969         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
14970         doesn't work.
14971         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
14972         (ENOSYS): Define if not defined.
14973         (settime): Fall back on stime if it exists and settimeofday fails.
14974         But don't bother with fallbacks if a method fails with errno == EPERM.
14975
14976 2004-05-11  Jim Meyering  <jim@meyering.net>
14977
14978         Prior to this change, the save_cwd caller required read access to the
14979         current directory on most systems (ones with the fchdir function).
14980
14981         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
14982         fails, try write-only, and finally, resort to using xgetcwd.
14983
14984 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14985
14986         * lib/obstack.c, obstack.h: Import changes from libc.
14987
14988 2004-04-28  Bruno Haible  <bruno@clisp.org>
14989
14990         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
14991         also implicitly appends .exe to executables.
14992         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
14993         accepts Windows pathnames.
14994         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14995         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14996         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14997         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14998         Reported by Derek Robert Price <derek@ximbiot.com>.
14999
15000 2004-04-21  Karl Berry  <karl@gnu.org>
15001
15002         * config/srclist.txt (localcharset.c): break sync.
15003
15004 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15005
15006         * m4/host-os.m4: Add a copyright notice.
15007
15008 2004-04-20  Jim Meyering  <jim@meyering.net>
15009
15010         Change UTILS_ to gl_ in AC_DEFINE'd names.
15011         Change utils_- and jm_-prefixed variables, too.
15012         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15013         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15014         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15015
15016         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15017         Don't emit trailing blanks.
15018         Also rename jm_-prefixed variables to have gl_ prefix.
15019
15020         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15021         Also rename jm_-prefixed variables to have gl_ prefix.
15022
15023         * m4/jm-macros.m4: Reflect the renamings.
15024         * m4/prereq.m4: Likewise.
15025
15026 2004-04-20  Jim Meyering  <jim@meyering.net>
15027
15028         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15029         memory.
15030
15031 2004-04-20  Jim Meyering  <jim@meyering.net>
15032             Bruno Haible  <bruno@clisp.org>
15033
15034         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15035         memory when realloc fails.
15036
15037 2004-04-19  Jim Meyering  <jim@meyering.net>
15038
15039         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15040         now that readutmp.c may call `free (0)'.
15041
15042 2004-04-19  Bruno Haible  <bruno@clisp.org>
15043
15044         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15045         * m4/inttypes_h.m4: Likewise.
15046         * m4/stdint_h.m4: Likewise.
15047         * m4/intmax_t.m4: Likewise.
15048         * m4/uintmax_t.m4: Likewise.
15049
15050 2004-04-18  Jim Meyering  <jim@meyering.net>
15051
15052         * m4/prereq.m4: Don't forbid jm_ prefix.
15053
15054         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15055         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15056         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15057         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15058         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15059         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15060         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15061         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15062         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15063         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15064         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15065         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15066         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15067         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15068         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15069         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15070         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15071         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15072         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15073
15074 2004-04-18  Jim Meyering  <jim@meyering.net>
15075
15076         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15077         failure, don't leak memory and do call END_UTMP_ENT.
15078
15079 2004-04-16  Jim Meyering  <jim@meyering.net>
15080
15081         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15082         coreutils' stat program.
15083         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15084
15085 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15086
15087         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15088         C89.
15089         (CHAR_BIT): Remove, since we assume C89.
15090         Include <stdint.h> if available, as per current Autoconf CVS advice.
15091
15092 2004-03-31  Jim Meyering  <jim@meyering.net>
15093
15094         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15095         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15096         * m4/xalloc.m4: Likewise.
15097
15098 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15099
15100         Merge from coreutils.
15101
15102         * m4/inttostr.m4: New file.
15103         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15104         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15105         Require gl_CLOCK_TIME.
15106         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15107
15108 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15109
15110         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15111         not bool, to be more consistent with Unix conventions.
15112         Suggested by Bruno Haible.
15113
15114         Merge from coreutils.
15115
15116         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15117         * lib/umaxtostr.c: New files.
15118
15119         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15120         the usual <time.h> dance.
15121         (get_date): Change signature to support fractional time stamps.
15122         All callers changed.
15123         * lib/getdate.y: Include "getdate.h" first, as we can now
15124         assume C89 and don't need to worry about 'const'.
15125         Similarly, include "unlocked-io.h" near start, not in middle.
15126         Include <limits.h>.
15127         (textint.value): Use long int rather than int.
15128         (textint.digits): Use size_t rather than int.
15129         (BILLION, LOG10_BILLION): New constants.
15130         (parser_control): New member rel_ns.  Members day_ordinal,
15131         time_zone, month, day, hour, minutes, rel_year, rel_month,
15132         rel_day, rel_hour, rel_minutes, rel_seconds
15133         are now long int, not int.  Member seconds is now struct timespec,
15134         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15135         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15136         not int.
15137         (%union.intval): Now long int, not int.
15138         New member timespec.
15139         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15140         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15141         (spec): Now is a timespec or an item list.
15142         (timespec, items): New nonterminals.
15143         (time, rel, relunit, number, get_date):
15144         Add support for fractional seconds.
15145         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15146         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15147         (to_hour): First arg is now long int, not int.
15148         (to_year): Returns long int, not int.
15149         Don't treat year -70 like 70.
15150         (tm_diff): Returns long int, not int.
15151         (lookup_word): Use bool instead of int when appropriate.
15152         (yylex): Use size_t for count, not int.
15153         Detect overflow when parsing large integer constants.
15154         Add support for fractions.
15155         (get_date): Make pointers 'const' if possible.
15156         Use more-portable code to detect integer overflow.
15157         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15158         Don't use ctime; it's not reliable if the year has >4 digits.
15159
15160         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15161         This is for compatibility with BSD.
15162
15163         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15164         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15165         From coreutils' system.h.
15166
15167         * lib/userspec.c: Don't include "posixver.h".
15168         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15169         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15170         compatible extension.  Simplify code by removing a boolean int
15171         that was always nonzero if a string was nonnull.
15172
15173 2004-03-30  Jim Meyering  <jim@meyering.net>
15174
15175         Merge from coreutils.
15176
15177         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15178         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15179         on some systems one must include <grp.h> before it.
15180         Reported by Christian Krackowizer.
15181
15182 2004-03-30  Jim Meyering  <jim@meyering.net>
15183
15184         Merge from coreutils.
15185
15186         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15187
15188         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15189         an empty input stream.
15190
15191         * lib/readtokens.c: Include <stdbool.h>.
15192         (readtoken): Use `size_t' rather than int/long.
15193         All callers adjusted.
15194         Use `bool' rather than `int' where appropriate.
15195         Use memset rather than an explicit loop.
15196         Use x2nrealloc rather than xrealloc.
15197         Allow the use of `\0' as a delimiter.
15198         (readtokens): Likewise.
15199         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15200
15201 2004-03-30  Jim Meyering  <jim@meyering.net>
15202
15203         * m4/realloc.m4: Remove file, since now it does no more than
15204         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15205         the `configure.ac' section of module/realloc.
15206         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15207
15208 2004-03-30  Bruno Haible  <bruno@clisp.org>
15209
15210         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15211         nonnull.
15212
15213 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15214
15215         Merge changes to getloadavg.c from coreutils and Emacs.
15216
15217         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15218         Define to an expression, not to the empty string.
15219         Include cloexec.h and xalloc.h.
15220         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15221         Use set_cloexec_flag rather than rolling our own.
15222         * lib/cloexec.c, lib/cloexec.h: New files.
15223
15224 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15225
15226         * m4/cloexec.m4: New file.
15227
15228 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15229
15230         * lib/getopt.h: Sync with libc CVS.
15231
15232 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15233             Bruno Haible  <bruno@clisp.org>
15234
15235         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15236         mbswidth.
15237
15238 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15239             Bruno Haible  <bruno@clisp.org>
15240
15241         * lib/mbswidth.h: Include <wchar.h> only if
15242         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15243         <wchar.h>.
15244         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15245
15246 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15247
15248         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15249         Sync with libc CVS.
15250         * lib/getopt_int.h: New file, also synced from libc.
15251
15252 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15253
15254         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15255         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15256         Bring back getopt.c, getopt.h, getopt1.c.
15257
15258 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15259
15260         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15261         All uses changed.  Check for sa_sigaction member; this fixes
15262         a bug first reported by Jason Andrade in
15263         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15264
15265 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15266
15267         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15268         '#if' expressions.  Unlike the code it replaces, it does not
15269         depend on (defined _SC_PAGESIZE).  However, it does depend on
15270         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15271         first reported by Jason Andrade in
15272         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15273
15274 2004-02-25  Simon Josefsson  <jas@extundo.com>
15275
15276         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15277
15278 2004-02-25  Simon Josefsson  <jas@extundo.com>
15279
15280         * lib/strdup.h: New file.
15281         * lib/strdup.c: Include it.
15282         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15283         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15284
15285 2004-02-23  Karl Berry  <karl@gnu.org>
15286
15287         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15288         (from fencepost.gnu.org:/gd/gnuorg).
15289
15290 2004-02-23  Karl Berry  <karl@gnu.org>
15291
15292         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15293         * config/srclist.txt: add maintain/standards documents.
15294
15295 2004-02-18  Bruno Haible  <bruno@clisp.org>
15296
15297         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15298         Reported by Derek Robert Price <derek@ximbiot.com>.
15299
15300 2004-02-16  Karl Berry  <karl@gnu.org>
15301
15302         * config/mkinstalldirs, install-sh: update from automake.
15303
15304 2004-02-06  Karl Berry  <karl@gnu.org>
15305
15306         * m4/po.m4: update from gettext 0.14.1.
15307
15308 2004-02-06  Karl Berry  <karl@gnu.org>
15309
15310         * lib/config.charset: update from gettext 0.14.1.
15311
15312 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15313
15314         Add comments and code, prompted by suggestions from Bruno Haible
15315         for sh-quote.
15316         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15317         describing the enum quoting_style values.
15318         * lib/quotearg.c (quotearg_alloc): New function.
15319         (quotearg_buffer_restyled): Treat lone { and } as special.
15320         Treat = as special.  Work around bug with older shells
15321         that "see" a '\' that is really the 2nd byte of a multibyte char.
15322         Quote empty string with shell_quoting_style.
15323
15324 2004-02-03  Bruno Haible  <bruno@clisp.org>
15325
15326         * m4/pipe.m4: New file, from GNU gettext.
15327
15328 2004-02-03  Bruno Haible  <bruno@clisp.org>
15329
15330         * lib/pipe.h: New file, from GNU gettext.
15331         * lib/pipe.c: New file, from GNU gettext.
15332
15333 2004-01-27  Bruno Haible  <bruno@clisp.org>
15334
15335         * m4/execute.m4: New file, from GNU gettext.
15336
15337 2004-01-27  Bruno Haible  <bruno@clisp.org>
15338
15339         * lib/execute.h: New file, from GNU gettext.
15340         * lib/execute.c: New file, from GNU gettext.
15341         * lib/w32spawn.h: New file, from GNU gettext.
15342
15343 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15344
15345         Merge from diffutils.
15346
15347         * lib/file-type.c (file_type): Add typed memory objects.
15348         * lib/file-type.h (S_TYPEISTMO): New macro.
15349
15350         * lib/c-stack.h (c_stack_action): Remove argv argument.
15351         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15352         (die): Don't calculate message unless segv_action returns.
15353         (get_stack_location, min_address_from_argv, max_address_from_argv,
15354         volatile stack_base, volatile_stack_size): Remove.
15355         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15356         that every segmentation violation is a stack overflow.  (Ouch!)
15357         See Debian bug 136249 (still outstanding) for more info about why
15358         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15359
15360 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15361
15362         Exit-status fix from coreutils.
15363
15364         Use exit_failure consistently in place of EXIT_FAILURE,
15365         so that program exit statuses are consistent on failure.
15366
15367         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15368         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15369         * lib/argmatch.h: Comment fix to match the above.
15370         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15371         Now a macro referring to exit_failure, instead of a separate
15372         variable.  Include "exitfail.h" to get it.
15373         * lib/xstrtol.h: Include "exitfail.h".
15374         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15375
15376         * lib/long-options.c (parse_long_options): Use prototype
15377         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15378         for clarity.
15379
15380 2004-01-21  Jim Meyering  <jim@meyering.net>
15381
15382         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15383         so as not to conflict with a different-sized __mktime_internal
15384         function in GNU libc.
15385         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15386         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15387
15388 2004-01-20  Karl Berry  <karl@gnu.org>
15389
15390         * config/config.guess: update from config.
15391
15392         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15393
15394 2004-01-20  Bruno Haible  <bruno@clisp.org>
15395
15396         Safer stack allocation.
15397         * lib/setenv.c: Include allocsa.h.
15398         (alloca): Remove fallback definition.
15399         (freea): Remove macro.
15400         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15401         instead of freea.
15402
15403 2004-01-20  Bruno Haible  <bruno@clisp.org>
15404
15405         * m4/eealloc.m4: New file, from GNU gettext.
15406
15407 2004-01-20  Bruno Haible  <bruno@clisp.org>
15408
15409         * m4/allocsa.m4: New file, from GNU gettext.
15410
15411 2004-01-20  Bruno Haible  <bruno@clisp.org>
15412
15413         * lib/xallocsa.h: New file, from GNU gettext.
15414         * lib/xallocsa.c: New file, from GNU gettext.
15415
15416 2004-01-20  Bruno Haible  <bruno@clisp.org>
15417
15418         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15419
15420 2004-01-20  Bruno Haible  <bruno@clisp.org>
15421
15422         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15423         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15424         specially.
15425
15426 2004-01-20  Bruno Haible  <bruno@clisp.org>
15427
15428         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15429         patch.
15430
15431 2004-01-20  Bruno Haible  <bruno@clisp.org>
15432
15433         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15434
15435 2004-01-20  Bruno Haible  <bruno@clisp.org>
15436
15437         * lib/eealloc.h: New file.
15438
15439 2004-01-20  Bruno Haible  <bruno@clisp.org>
15440
15441         * lib/binary-io.h: Avoid warnings on Cygwin.
15442
15443 2004-01-20  Bruno Haible  <bruno@clisp.org>
15444
15445         * lib/allocsa.h: New file, from GNU gettext.
15446         * lib/allocsa.c: New file, from GNU gettext.
15447
15448 2004-01-18  Karl Berry  <karl@gnu.org>
15449
15450         * doc/gpl.texi, doc/lgpl.texi: new files.
15451
15452 2004-01-18  Karl Berry  <karl@gnu.org>
15453
15454         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15455         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15456
15457 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15458
15459         Merge from coreutils.
15460
15461         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15462         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15463         (gl_DEFAULT_POSIX2_VERSION): Move
15464         the documentation from 'configure' into 'config.hin',
15465         so that 'configure --help' isn't burdened by it and
15466         we don't have to worry about its formatting there.
15467         Reword the documentation so that it's more succinct
15468         and can be run together into a single paragraph.
15469         * m4/same.m4 (gl_SAME): Check for pathconf.
15470
15471 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15472
15473         Merge from coreutils.
15474
15475         * lib/posixver.c: Include posixver.h.
15476
15477         * lib/same.c: Include <stdbool.h>, <limits.h>.
15478         (_POSIX_NAME_MAX): Define if not defined.
15479         (MIN): New macro.
15480         (same_name): If file names are silently truncated, report
15481         that the file names are the same if they are the same after
15482         the silent truncation.
15483
15484         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15485         conversion function.
15486         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15487         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15488         longer needed.
15489
15490 2004-01-15  Jim Meyering  <jim@meyering.net>
15491
15492         Merge from coreutils.
15493
15494         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15495         if no library is required.
15496         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15497         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15498         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15499         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15500         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15501         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15502         value, $ac_cv_search_crypt, if it's "none required".
15503         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15504         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15505         not gl_FUNC_GETLOADAVG.
15506         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15507         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15508
15509 2004-01-15  Jim Meyering  <jim@meyering.net>
15510
15511         Merge from coreutils.
15512
15513         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15514         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15515         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15516
15517         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15518         optional configure-time default.
15519
15520         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15521
15522         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15523
15524 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15525
15526         Merge from coreutils.
15527
15528         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15529         value, $ac_cv_search_nanosleep, if it's "none required".
15530
15531 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15532
15533         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15534         with like-named macro in fnmatch.c.
15535         (EXT): Use an internal constant instead.
15536
15537         Merge fnmatch patches from glibc.
15538         * lib/fnmatch.c (mbsinit): Remove define.
15539         Add libc_hidden_ver (__fnmatch, fnmatch).
15540         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15541         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15542
15543 2004-01-14  Karl Berry  <karl@gnu.org>
15544
15545         * config/install-sh: update from automake.
15546
15547 2004-01-13  Karl Berry  <karl@gnu.org>
15548
15549         * config/install-sh: update from automake.
15550
15551 2004-01-09  Karl Berry  <karl@gnu.org>
15552
15553         * config/install-sh: update from automake.
15554
15555 2004-01-05  Karl Berry  <karl@gnu.org>
15556
15557         * config/config.{sub,guess}: update from config.
15558
15559 2003-12-31  Karl Berry  <karl@gnu.org>
15560
15561         * config/depcomp: update from automake.
15562
15563 2003-12-14  Karl Berry  <karl@gnu.org>
15564
15565         * lib/config.charset: update from gettext-runtime.
15566
15567 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15568
15569         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15570         Bug reported by Alfred M. Szmidt.
15571
15572 2003-12-03  Bruno Haible  <bruno@clisp.org>
15573
15574         * m4/gettext.m4: Upgrade from gettext-0.13.
15575         * m4/po.m4: Upgrade from gettext-0.13.
15576         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15577         * m4/intmax.m4: New file, from gettext-0.13.
15578         * m4/printf-posix.m4: New file, from gettext-0.13.
15579
15580 2003-11-29  Karl Berry  <karl@gnu.org>
15581
15582         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15583
15584 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15585             Bruno Haible  <bruno@clisp.org>
15586
15587         * lib/printf-parse.h: Don't include sys/types.h.
15588         (ARG_NONE): New macro.
15589         (char_directive): Change type of *arg_index fields to size_t.
15590         * lib/printf-parse.c: Don't include sys/types.h.
15591         (SSIZE_MAX): Remove macro.
15592         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15593         Remove unnecessary overflow check.
15594         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15595         fields.
15596
15597 2003-11-25  Bruno Haible  <bruno@clisp.org>
15598
15599         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15600
15601 2003-11-25  Bruno Haible  <bruno@clisp.org>
15602
15603         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15604         gt_TYPE_SSIZE_T.
15605
15606 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15607
15608         * modules/alloca: Remove dependency on xalloc.
15609
15610 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15611
15612         * lib/alloca.c: Remove dependency on xalloc module.
15613         (xalloc_die): Remove.
15614         (memory_full) [!defined emacs]: New macro.
15615         [!defined emacs]: Don't include xalloc.h.
15616         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15617         address arithmetic overflows.  Change datatypes a bit to avoid
15618         unnecessary casts.
15619
15620 2003-11-22  Jim Meyering  <jim@meyering.net>
15621
15622         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15623         s/size/size_t/.
15624
15625 2003-11-21  Karl Berry  <karl@gnu.org>
15626
15627         * config/config.{sub,guess}: update from config.
15628
15629 2003-11-18  Karl Berry  <karl@gnu.org>
15630
15631         * config/config.{sub,guess}: update from config.
15632
15633         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15634
15635 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15636
15637         * README: Mention that S+T cannot overflow if S is the size of
15638         an existing object and T is sufficiently small.
15639
15640 2003-11-17  Jim Meyering  <jim@meyering.net>
15641
15642         On systems without utime and without a utimes function capable of
15643         dealing with a NULL struct utimbuf* argument, this utime replacement
15644         could -- in unusual circumstances -- leak a file descriptor.
15645         * lib/utime.c: Include <unistd.h> and <errno.h>.
15646         (utime_null): Be sure to close `fd' and to preserve errno.
15647         Reported by Geoff Collyer via Arnold Robbins.
15648
15649 2003-11-17  Bruno Haible  <bruno@clisp.org>
15650
15651         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15652         (Depends-on): Add xsize.
15653
15654 2003-11-17  Bruno Haible  <bruno@clisp.org>
15655
15656         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15657
15658 2003-11-17  Bruno Haible  <bruno@clisp.org>
15659
15660         * lib/vasnprintf.c (alloca): Remove fallback definition.
15661         (freea): Remove definition.
15662         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15663         Reported by Paul Eggert.
15664
15665 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15666             Bruno Haible  <bruno@clisp.org>
15667
15668         Protect against address arithmetic overflow.
15669         * lib/printf-args.h: Include stddef.h.
15670         (arguments): Change type of field 'count' to size_t.
15671         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15672         'unsigned int' where appropriate.
15673         * lib/printf-parse.h: Include sys/types.h.
15674         (char_directive): Change type of *arg_index fields to ssize_t.
15675         (char_directives): Change type of fields 'count', max_*_length to
15676         size_t.
15677         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15678         (SSIZE_MAX): Define fallback value.
15679         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15680         instead of 'int' where appropriate. Check a_allocated, d_allocated
15681         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15682         * lib/vasnprintf.c: Include xsize.h.
15683         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15684         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15685         overflow. Avoid wraparound when converting a width or precision from
15686         decimal to binary.
15687
15688 2003-11-16  Bruno Haible  <bruno@clisp.org>
15689
15690         Update from GNU gettext.
15691         * lib/printf-parse.c: Generalize to it can be compiled for wide
15692         strings.
15693         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15694         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15695         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15696         SNPRINTF): New macros.
15697         Don't include <alloca.h> if the file is used inside libintl.
15698         (local_wcslen): New function, for Solaris 2.5.1.
15699         (VASNPRINTF): Use it instead of wcslen.
15700
15701 2003-11-16  Bruno Haible  <bruno@clisp.org>
15702
15703         * lib/xsize.h (xmax): New function.
15704         (xsum, xsum3, xsum4): Declare as "pure" functions.
15705
15706 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15707
15708         * modules/xalloc (Files): Undo latest change, since xalloc.h
15709         no longer needs SIZE_MAX or PTRDIFF_MAX.
15710
15711 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15712
15713         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15714         gl_PTRDIFF_MAX.
15715
15716 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15717
15718         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15719         "return", to pacify some unknown compiler.  Problem reported
15720         by Joerg Schilling.
15721
15722 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15723
15724         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15725         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15726         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15727         heuristic is just as accurate as far as we know, and it removes a
15728         dependency on size_max.m4 and ptrdiff_max.m4.
15729
15730 2003-11-11  Bruno Haible  <bruno@clisp.org>
15731
15732         * modules/xsize (Files): Add m4/size_max.m4.
15733         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15734
15735 2003-11-11  Bruno Haible  <bruno@clisp.org>
15736
15737         * m4/size_max.m4: New file.
15738         * m4/ptrdiff_max.m4: New file.
15739         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15740         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15741         (gl_XALLOC): Invoke it.
15742
15743 2003-11-11  Bruno Haible  <bruno@clisp.org>
15744
15745         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15746         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15747         defined.
15748
15749 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15750
15751         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15752         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15753         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15754         From Bruno Haible.
15755         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15756         not (size_t) -1, since it's defined here.
15757
15758 2003-11-09  Karl Berry  <karl@gnu.org>
15759
15760         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15761
15762 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15763
15764         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15765         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15766         Reject sizes of exactly SIZE_MAX bytes.
15767         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15768         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15769
15770 2003-11-05  Bruno Haible  <bruno@clisp.org>
15771
15772         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15773         SIZE_MAX defined in <limits.h> on Solaris.
15774
15775 2003-11-04  Jim Meyering  <jim@meyering.net>
15776
15777         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15778         variable names, rather than @VAR@.
15779         * modules/poll: Likewise.
15780
15781 2003-11-04  Bruno Haible  <bruno@clisp.org>
15782
15783         * modules/xsize: New file.
15784         * modules/linebreak: Depend on xsize.
15785         * MODULES.html.sh (func_all_modules): Add xsize.
15786
15787 2003-11-04  Bruno Haible  <bruno@clisp.org>
15788
15789         * m4/xsize.m4: New file.
15790
15791 2003-11-04  Bruno Haible  <bruno@clisp.org>
15792
15793         * lib/xsize.h: New file.
15794         * lib/linebreak.c: Include xsize.h.
15795         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15796         argument for overflow.
15797         Suggested by Paul Eggert.
15798
15799 2003-11-03  Karl Berry  <karl@gnu.org>
15800
15801         * config/config.{guess,sub}: update from config.
15802
15803 2003-11-03  Jim Meyering  <jim@meyering.net>
15804
15805         * modules/userspec (lib_SOURCES): Add userspec.h.
15806         (Include): Add "userspec.h".
15807         Improve description.
15808
15809 2003-11-03  Jim Meyering  <jim@meyering.net>
15810
15811         * lib/userspec.c: Include "userspec.h".
15812         * lib/userspec.h: New file.
15813
15814 2003-11-03  Bruno Haible  <bruno@clisp.org>
15815
15816         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15817
15818 2003-11-03  Bruno Haible  <bruno@clisp.org>
15819
15820         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15821         available, to avoid (extremely rare) race condition.
15822         Suggested by Paul Eggert.
15823
15824 2003-11-02  Karl Berry  <karl@gnu.org>
15825
15826         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15827
15828 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15829
15830         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15831         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15832         (read_filesystem_list): Set and use me_type_malloced.
15833         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15834         whatever the type happens to be), for brevity and consistency.
15835         Check for size calculation overflow on Alphas running OSF/1.
15836
15837 2003-10-31  Jim Meyering  <jim@meyering.net>
15838
15839         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15840
15841         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15842
15843 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15844             Bruno Haible  <bruno@clisp.org>
15845
15846         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15847         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15848
15849 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15850
15851         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15852         netbsd*-gnu*.  Suggested by Robert Millan.
15853
15854 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15855
15856         * modules/group-member: Depend on stdbool.
15857
15858 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15859
15860         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15861
15862 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15863
15864         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15865         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15866         after the 'gnu' in these cases.  This fixes some bugs in the
15867         previous change, and is based on suggestions by Robert Millan.
15868
15869 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15870
15871         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15872         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15873         no longer needed.
15874         * lib/quotearg.c (quotearg_n_options): Use it.
15875         * lib/group-member.c: Include <stdbool.h>.
15876         (free_group_info): Arg is now const *; don't free arg.
15877         (get_group_info): Now returns bool and accepts struct group_info *,
15878         rather than returning a malloc'ed struct group_info *.
15879         All uses changed.  Check for overflow in internal size calculation.
15880
15881         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15882         rather than xmalloc/xrealloc.
15883         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15884         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15885         conformance bug: the old code used a pointer after freeing the
15886         storage that it addressed.
15887         * lib/hash.c (hash_initialize): Simplify the code by using
15888         xalloc_oversized rather than doing it by hand.
15889         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15890         the buffer preserved.  Use free and xmalloc instead.
15891         * lib/quotearg.c (quotearg_n_options): Likewise.
15892         Use a simpler test for size overflow.  Don't use xalloc_oversized
15893         because unsigned int might be wider than size_t (!); this suggests
15894         that we should switch from unsigned int to size_t for slot numbers.
15895
15896 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15897
15898         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15899         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15900         NetBSD kernels.  Requested by Richard Stallman.
15901
15902 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15903
15904         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15905         to allocate the returned structure.  Do not allocate a subarray,
15906         as x2nrealloc will do that.
15907         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15908         instead of xnrealloc.
15909         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15910
15911 2003-10-27  Bruno Haible  <bruno@clisp.org>
15912
15913         * lib/stdbool_.h: Better support for BeOS.
15914
15915 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15916
15917         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15918         now uses inline.
15919
15920 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15921
15922         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15923         callers that want to do their own size-overflow checking.  Include
15924         <stdbool.h>, since xalloc_oversized returns bool.
15925         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15926         to use xalloc_oversized.
15927
15928         Add two functions x2realloc, x2nrealloc, for programs that grow
15929         arrays dynamically by doubling their sizes.
15930         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
15931         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
15932         New functions.
15933
15934         Port to C99 semantics for 'inline' of external functions.
15935         Bug reported by Bruno Haible.
15936         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
15937         with the old contents of xnmalloc.
15938         (xnmalloc, xmalloc): Use it.
15939         (xnrealloc_inline): New static inline function,
15940         with the old contents of xnrealloc.
15941         (xnrealloc, xrealloc): Use it.
15942
15943         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
15944         that.
15945
15946 2003-10-26  Karl Berry  <karl@gnu.org>
15947
15948         * config/srclist.txt (COPYING.DOC): no longer available from
15949         /gd/gnuorg; don't know where the ultimate source is.
15950
15951 2003-10-25  Paul Eggert  <eggert@twinsun.com>
15952
15953         Fix several address-calculation bugs in the hash modules,
15954         plus some minor code cleanup.
15955
15956         * lib/hash.h: Include <stdbool.h>, for bool.
15957         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
15958         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
15959         hash_get_n_entries, hash_get_max_bucket_length,
15960         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
15961         hash_rehash): Use size_t rather than unsigned.
15962         * lib/hash.c (struct hash_table, hash_get_n_buckets,
15963         hash_get_n_buckets_used, hash_get_n_entries,
15964         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
15965         hash_get_entries, hash_do_for_each, hash_string, is_prime,
15966         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
15967         Likewise.
15968         (SIZE_MAX): Define if not defined.
15969         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
15970         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
15971         hash_print):
15972         Use const * when possible.
15973         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
15974         (check_tuning): Fix bug: if tuning parameters were very close to
15975         0 or 1, rounding errors could have caused subscript violations.
15976         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
15977         (hash_initialize): Add 'fail:' label
15978         to free table and return NULL, and use it to simplify code.
15979         Use calloc rather than clearing the storage ourself.
15980         (hash_initialize, hash_rehash): Check for arithmetic overflow in
15981         buffer size calculations.
15982         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
15983         Include <stddef.h>, for size_t.
15984         * lib/hash-pjw.c (hash_pjw): Likewise.
15985         Switch to method described by Bruno Haible.
15986         Include <limits.h>, for CHAR_BIT.
15987         (SIZE_BITS): New macro.
15988
15989 2003-10-23  Paul Eggert  <eggert@twinsun.com>
15990
15991         * m4/getline.m4 (AM_FUNC_GETLINE):
15992         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
15993         hosts.  Problem reported by Derek Robert Price in
15994         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
15995         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
15996         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
15997
15998 2003-10-21  Paul Eggert  <eggert@twinsun.com>
15999
16000         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16001         ceiling the allocation at NMAX bytes rather than silently
16002         discarding input bytes before NMAX is reached.  This makes
16003         a difference only if NMAX exceeds SIZE_MAX / 2.
16004
16005         * lib/obstack.c: Merge from glibc.
16006         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16007         Add libc_hidden_def (_obstack_newchunk).
16008         (_obstack_free) [! defined _LIBC]: Remove.
16009         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16010         a clone of the function body.
16011         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16012         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16013
16014         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16015         glibc.
16016         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16017         arg to memcpy.
16018
16019         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16020         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16021         Don't use lvalue casts, as GCC plans to remove support for them
16022         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16023         was also present in the non-GCC version, indicating that this
16024         code had always been buggy and had never been widely used.
16025         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16026         Use the fast variant of each macro, rather than copying the
16027         definiens of the fast variant; that way, we'll be more likely to
16028         catch future bugs in the fast variants.
16029
16030 2003-10-20  Bruno Haible  <bruno@clisp.org>
16031
16032         * modules/wait-process: New file.
16033         * MODULES.html.sh (func_all_modules): Add wait-process.
16034
16035 2003-10-20  Bruno Haible  <bruno@clisp.org>
16036
16037         * m4/wait-process.m4: New file.
16038
16039 2003-10-20  Bruno Haible  <bruno@clisp.org>
16040
16041         * lib/wait-process.h: New file, from GNU gettext.
16042         * lib/wait-process.c: New file, from GNU gettext.
16043
16044 2003-10-19  Jim Meyering  <jim@meyering.net>
16045
16046         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16047         HPUX 10.20.
16048
16049 2003-10-18  Karl Berry  <karl@gnu.org>
16050
16051         * config/config.guess: update from config.
16052
16053 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16054
16055         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16056         (getgroups): First arg is int, not size_t.
16057         Don't let 'free' mangle errno.
16058
16059 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16060
16061         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16062
16063 2003-10-16  Karl Berry  <karl@gnu.org>
16064
16065         * config/config.{guess,sub}: update from config.
16066
16067 2003-10-16  Jim Meyering  <jim@meyering.net>
16068
16069         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16070         memcpy.
16071
16072 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16073
16074         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16075         (SIZE_MAX): Remove.
16076         (new_exclude, add_exclude_file): Initial size no longer needs to
16077         be a power of 2.
16078         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16079         our own address arithmetic overflow checking.
16080
16081         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16082         (fnmatch): Do not alloca more than 2000 wide characters;
16083         instead, use malloc for large buffers.
16084         Check for address arithmetic overflow, and return -1
16085         with errno set to ENOMEM in that case.
16086         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16087         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16088         instead, return -1.  Check for address arithmetic overflow.
16089
16090 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16091
16092         Handle invalid suffixes and overflow independently, so that
16093         callers can treat them independently as needed.  Fix some bugs in
16094         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16095         suffix for a human-readable blocksize.  The major caller-visible
16096         change is the addition of a new
16097         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16098         that both overflow and suffix chars were found.
16099
16100         * lib/human.c (humblock): Don't check separately for invalid suffix
16101         char; that is xstrtoumax's job (now that its bug is fixed).
16102         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16103         INTMAX_MAX]: New macros.
16104         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16105         TYPE_MAXIMUM): New macros.
16106         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16107         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16108         if overflow occurs, as it's what __strtol does and it's more useful
16109         in practice.
16110         (__xstrtol): If __strtol reports some error other than ERANGE,
16111         reflect it to the caller as LONGINT_INVALID.  If it reports
16112         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16113         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16114         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16115         value.
16116         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16117         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16118         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16119         [defined UINTMAX_MAX]: New macros.
16120
16121 2003-10-14  Bruno Haible  <bruno@clisp.org>
16122
16123         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16124
16125 2003-10-14  Bruno Haible  <bruno@clisp.org>
16126
16127         * m4/sig_atomic_t: New file, from GNU gettext.
16128         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16129
16130 2003-10-14  Bruno Haible  <bruno@clisp.org>
16131
16132         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16133         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16134         Also use volatile where needed.
16135
16136 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16137
16138         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16139         Change maintainer from Bruno Haible to 'all'.
16140
16141 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16142
16143         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16144
16145 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16146
16147         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16148         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16149         and define in terms of the other primitives.
16150         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16151         (SIZE_MAX): Define if not already defined.
16152         (array_size_overflow): New function.
16153         (xalloc_die): Abort instead of exiting if 'error' returns.
16154         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16155         (xmalloc, xrealloc): Use them.
16156         (xcalloc): Check for address arithmetic overflow.
16157         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16158         a bit faster than strcpy.
16159
16160 2003-10-10  Simon Josefsson  <jas@extundo.com>
16161
16162         * modules/argp (Depends-on): Add restrict and strcase.
16163
16164 2003-10-10  Simon Josefsson  <jas@extundo.com>
16165
16166         * m4/argp.m4: Add AC_C_INLINE.
16167
16168 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16169
16170         Merge getpass from libc, plus a few fixes.
16171
16172         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16173         Include <stdbool.h>.
16174         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16175         __fsetlocking to empty.
16176         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16177         do include <bits/libc-lock.h>.
16178         Do not include <fcntl.h>; not needed.
16179         [_LIBC]: Include <wchar.h>.
16180         (NOTCANCEL_MODE): New macro.
16181         (flockfile, funlockfile) [_LIBC]: New macros.
16182         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16183         [!_LIBC]: New macros.
16184         (call_fclose): New function.
16185         (getpass): Use it.  Save tty stream separately; this simplifies the
16186         code and makes it more reliable if stdin happens to equal stdout.
16187         Invoke __fsetlocking on tty.
16188         Handle thread cancellation if needed.
16189         Namespace cleanup (use __tcgetattr, __getline).
16190         Use bool for Booleans.
16191         [USE_IN_LIBIO]: Handle wide streams.
16192         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16193         stream might go where.
16194
16195         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16196         doesn't have to include <stdio.h> before us.
16197         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16198         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16199         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16200         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16201         if not declared, so that we can use getpass.c code from libc without
16202         rewriting it.
16203         (flockfile, ftrylockfile, funlockfile): New macros.
16204
16205 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16206
16207         * modules/getpass: Depend on stdbool.
16208
16209 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16210
16211         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16212
16213 2003-10-07  Karl Berry  <karl@gnu.org>
16214
16215         * config/config.{guess,sub}: update from config.
16216
16217 2003-10-06  Jim Meyering  <jim@meyering.net>
16218             Bruno Haible  <bruno@clisp.org>
16219
16220         This lets translators provide better translations for the
16221         "Written by ..." part of --version output.
16222         * lib/version-etc.h: Include stdarg.h.
16223         (version_etc_copyright): Declare as readonly.
16224         (version_etc): Make this function variadic with a NULL-terminated list
16225         of author name strings.
16226         (version_etc_va): New declaration.
16227         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16228         (version_etc_copyright): Declare as readonly.
16229         (version_etc_va): New function. Provide a different translatable string
16230         for each possible number of authors < 10. Abbreviate when there are 10
16231         authors or more.
16232         (version_etc): Make this function variadic. Call version_etc_va.
16233         Suggestion from Gary V. Vaughan.
16234
16235         * lib/long-options.h (parse_long_options): Change prototype: the
16236         authors string is moved to the end and becomes variadic.
16237         * lib/long-options.c: Include stdarg.h.
16238         (parse_long_options): Make this function variadic, too.
16239         Call version_etc_va, not version_etc.
16240
16241 2003-10-06  Bruno Haible  <bruno@clisp.org>
16242
16243         * modules/version-etc-2: Remove file.
16244         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16245
16246 2003-10-06  Bruno Haible  <bruno@clisp.org>
16247
16248         * modules/fatal-signal: New file.
16249         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16250
16251 2003-10-06  Bruno Haible  <bruno@clisp.org>
16252
16253         * m4/fatal-signal.m4: New file.
16254         * m4/signalblocking.m4: New file, from GNU gettext.
16255
16256 2003-10-06  Bruno Haible  <bruno@clisp.org>
16257
16258         * lib/version-etc-2.h: Remove file.
16259         * lib/version-etc-2.c: Remove file.
16260
16261 2003-10-06  Bruno Haible  <bruno@clisp.org>
16262
16263         * lib/fatal-signal.h: New file, from GNU gettext.
16264         * lib/fatal-signal.c: New file, from GNU gettext.
16265
16266 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16267
16268         * README: Rework advice for preventing empty .o files.
16269         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16270         not <sys/types.h>.
16271
16272 2003-10-04  Karl Berry  <karl@gnu.org>
16273
16274         * lib/argp*: update from libc.
16275
16276 2003-10-04  Karl Berry  <karl@gnu.org>
16277
16278         * config/config.{guess,sub}: update from config.
16279
16280 2003-10-02  Bruno Haible  <bruno@clisp.org>
16281
16282         * modules/lchown (Include): Add lchown.h.
16283         * modules/time_r (Include): Use "..." syntax.
16284         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16285
16286 2003-10-01  Simon Josefsson  <jas@extundo.com>
16287
16288         * MODULES.html.sh (func_all_modules): Move gethostname from section
16289         'based on' to section 'lacking' POSIX:2001.
16290
16291 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16292
16293         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16294         to output mode on the same stream.
16295
16296 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16297
16298         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16299         Fix arg typo in previous patch.
16300
16301 2003-09-28  Jim Meyering  <jim@meyering.net>
16302
16303         * lib/error.c: Correct cpp indentation.
16304
16305 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16306
16307         * modules/free: New file.
16308
16309 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16310
16311         * m4/free.m4: New file.
16312
16313 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16314
16315         * lib/minmax.h (MIN, MAX)
16316         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16317         Omit the special code that used __typeof__, since we worry that
16318         it could be more trouble than it's worth.  See:
16319         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16320         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16321
16322         * lib/free.c: New file.
16323
16324 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16325
16326         Trivial fixes to Makefile.am parts of module listings.
16327         * modules/strstr: Append strstr.h to lib_SOURCES.
16328         * modules/strcase: Likewise, for strcase.h.
16329
16330 2003-09-27  Karl Berry  <karl@gnu.org>
16331
16332         * config/mkinstalldirs: update from automake.
16333
16334 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16335
16336         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16337         (error_tail): Do not loop, reallocating temporary buffer, since
16338         the output cannot contain more wide characters than the input
16339         contains bytes, the size must be big enough already.  This avoids
16340         one potential size overflow calculation.  Check for size overflow
16341         when calculating temporary buffer size.  Free temporary buffer
16342         when done, if it was allocated with malloc; this plugs a memory
16343         leak.  Remove casts from void * to pointers, that are no longer
16344         needed now that we're assuming C89 or better.
16345
16346         Merge error changes from glibc.
16347
16348         * lib/error.c, error.h: Update copyright notice header to match glibc.
16349         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16350         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16351         Disable cancellation while printing error.
16352         * lib/error.h: Prepend __ to parameter names.
16353
16354 2003-09-26  Jim Meyering  <jim@meyering.net>
16355
16356         * lib/error.c (error_tail): Move some declarations
16357         into inner scope where the local variables are used.
16358
16359 2003-09-26  Bruno Haible  <bruno@clisp.org>
16360
16361         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16362         stpncpy().
16363         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16364
16365 2003-09-26  Bruno Haible  <bruno@clisp.org>
16366
16367         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16368         (stpncpy): Define as alias for gnu_stpncpy.
16369         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16370
16371 2003-09-25  Simon Josefsson  <jas@extundo.com>
16372
16373         * lib/xgetdomainname.h: New file.
16374         * lib/xgetdomainname.c: New file.
16375
16376 2003-09-25  Simon Josefsson  <jas@extundo.com>
16377             Bruno Haible  <bruno@clisp.org>
16378
16379         * modules/getdomainname: New file.
16380         * modules/xgetdomainname: New file.
16381         * MODULES.html.sh (func_all_modules): Add getdomainname,
16382         xgetdomainname.
16383
16384 2003-09-25  Simon Josefsson  <jas@extundo.com>
16385             Bruno Haible  <bruno@clisp.org>
16386
16387         * m4/getdomainname.m4: New file.
16388
16389 2003-09-25  Simon Josefsson  <jas@extundo.com>
16390             Bruno Haible  <bruno@clisp.org>
16391
16392         * lib/getdomainname.h: New file.
16393         * lib/getdomainname.c: New file.
16394
16395 2003-09-25  Karl Berry  <karl@gnu.org>
16396
16397         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16398
16399 2003-09-25  Karl Berry  <karl@gnu.org>
16400
16401         * config/install-sh: update from automake.
16402
16403 2003-09-25  Bruno Haible  <bruno@clisp.org>
16404
16405         * modules/version-etc-2: New file, from modules/version-etc with
16406         modifications.
16407         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16408
16409 2003-09-25  Bruno Haible  <bruno@clisp.org>
16410
16411         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16412         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16413
16414 2003-09-24  Simon Josefsson  <jas@extundo.com>
16415
16416         * modules/xgethostname: Add xgethostname.h.
16417
16418 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16419
16420         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16421         the buffer associated with the argument.  Bug reported by
16422         Simon Josefsson.
16423
16424 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16425
16426         * README: Document assumptions that 'int' is at least 32 bits
16427         wide, that integer arithmetic is 2's complement without overflow,
16428         that there are no holes in integer values, that adding sizes of
16429         two nonoverlapping objects can't overflow, and that all-bits-zero
16430         yields scalar zero.  Fix spelling and capitalization typos.
16431
16432 2003-09-19  Karl Berry  <karl@gnu.org>
16433
16434         * lib/argp.h: update from libc.
16435
16436 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16437
16438         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16439         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16440         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16441
16442 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16443
16444         * gnulib-tool: Use "test -h", not "test -L", for portability
16445         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16446         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16447         (sed_extract_prog): Issue s commands one-by-one, rather than
16448         using \| in one s command.
16449
16450 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16451
16452         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16453         input error, instead of returning NULL the next time we are called
16454         (and therefore losing track of errno).
16455
16456 2003-09-16  Bruno Haible  <bruno@clisp.org>
16457
16458         * gnulib-tool (func_create_testdir): Warn about duplicated
16459         dependencies.
16460
16461 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16462
16463         * modules/argmatch, modules/fatal, modules/obstack,
16464         modules/xalloc, modules/xgethostname: Sort dependencies by
16465         importance, not alphabetically.
16466
16467 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16468
16469         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16470         fails, so that the caller gets the proper errno.
16471
16472         * lib/readutmp.c (read_utmp): Likewise.
16473         Check for fstat error.  Close stream and free storage
16474         when failing.
16475
16476 2003-09-14  Karl Berry  <karl@gnu.org>
16477
16478         * config/srclist.txt (strdup.c): disable for c89 changes.
16479
16480 2003-09-14  Jim Meyering  <jim@meyering.net>
16481
16482         * lib/getloadavg.c: Correct cpp indentation.
16483         * lib/strdup.c: Likewise.
16484         * lib/vasnprintf.c: Likewise.
16485
16486 2003-09-14  Bruno Haible  <bruno@clisp.org>
16487
16488         * modules/fwriteerror: New file.
16489         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16490
16491 2003-09-14  Bruno Haible  <bruno@clisp.org>
16492
16493         * lib/fwriteerror.h: New file.
16494         * lib/fwriteerror.c: New file.
16495
16496 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16497
16498         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16499         modules/xgethostname, modules/xalloc: Depend on exit.
16500
16501 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16502
16503         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16504
16505         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16506         and AC_MINIX, too, so that their extensions are available.
16507
16508         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16509         This macro has been superseded by gl_BACKUPFILE.
16510
16511         More patches to assume C89 or better.
16512
16513         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16514
16515         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16516         unconditionally.
16517         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16518         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16519         Include <string.h>, <stdlib.h> unconditionally.
16520         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16521         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16522         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16523         headers or for string.h.
16524         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16525         or strtoul.
16526
16527         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16528         headers.
16529         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16530         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16531         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16532         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16533         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16534         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16535         memcpy, memset.
16536         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16537         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16538         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16539         strtol.
16540         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16541         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16542         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16543         strtoul.
16544
16545 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16546
16547         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16548         * lib/obstack.c [!defined _LIBC]: Likewise.
16549         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16550         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16551         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16552
16553         More changes to assume C89 or better.
16554
16555         * lib/error.c (error_tail): Assume vprintf.
16556
16557         * lib/argmatch.c (getenv): Remove decl.
16558         * lib/progreloc.c (get_full_program_name): Define via prototype.
16559         * lib/setenv.c (clearenv): Likewise.
16560         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16561         needed.
16562         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16563         (malloc, memcpy): Remove decls.
16564         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16565         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16566         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16567         (memcpy): Remove macro.
16568         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16569         (__P): Remove.  All uses removed.
16570         (PTR): Remove.  All uses changed to void *.
16571         (CHAR_BIT, NULL): Remove.
16572         (spaces, zeros, memset_space, memset_zero)
16573         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16574         Remove.
16575         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16576         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16577         Define with prototype.
16578         Remove now-unnecessary prototype decl.
16579         (extra_args_spec): Assume ANSI C.  All uses changed.
16580         (extra_args_spec_iso): Remove.
16581         (my_strftime, emacs_strftimeu): Define via prototype.
16582         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16583         unconditionally.
16584         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16585         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16586         (strtoul, strtol): Remove decls.
16587         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16588         LONG_MAX): Remove.
16589         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16590         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16591         (LOCALE_PARAM_PROTO): New macro.
16592         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16593         (INTERNAL (strtol), strtol): Define with a prototype.
16594         (PARAMS): Remove.  All uses removed.
16595         * lib/tempname.c: Include <string.h> unconditionally.
16596         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16597         * lib/xgethostname.c (main): Define with a prototype.
16598         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16599         Include <stdlib.h> unconditionally.
16600         (calloc, malloc, realloc, free): Remove decls.
16601         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16602         Include <stdlib.h> unconditionally.  Sort include file names.
16603         (strtod): Remove.
16604         (xstrtod): Define with a prototype.
16605         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16606         (strtol, strtoul): Remove decls.
16607
16608 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16609
16610         More patches to assume C89 or better.
16611         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16612         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16613         string.h, memchr, STDC_HEADERS.
16614
16615 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16616
16617         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16618         Include <stdlib.h>, <string.h> unconditionally.
16619         Remove now-unnecessary cast to char *.
16620         * lib/strnlen.c: Include <string.h> unconditionally.
16621         * lib/yesno.c (yesno): Define with a prototype.
16622
16623 2003-09-11  Bruno Haible  <bruno@clisp.org>
16624
16625         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16626
16627 2003-09-10  Jim Meyering  <jim@meyering.net>
16628
16629         * lib/error.c: Correct indentation of cpp directives.
16630
16631 2003-09-10  Bruno Haible  <bruno@clisp.org>
16632
16633         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16634         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16635         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16636         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16637         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16638         <stdlib.h> and <string.h> checks.
16639         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16640         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16641
16642 2003-09-10  Bruno Haible  <bruno@clisp.org>
16643
16644         * lib/strcspn.c: Include <string.h> unconditionally.
16645         * lib/strpbrk.c: Include <string.h> unconditionally.
16646         * lib/strstr.c: Include <string.h> unconditionally.
16647         * lib/unicodeio.c: Include <string.h> unconditionally.
16648         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16649         * lib/unsetenv.c: Likewise.
16650         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16651         * lib/yesno.c: Include <stdlib.h> unconditionally.
16652         (rpmatch): Add prototype.
16653
16654 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16655
16656         More patches to assume C89 or better.
16657         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16658         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16659         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16660         or for string.h.
16661         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16662         stdlib.h.
16663         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16664         C headers.
16665         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16666         string.h.
16667         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16668         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16669         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16670         or for string.h.
16671         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16672         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16673         C headers.
16674         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16675         memcpy.
16676         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16677         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16678         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16679         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16680         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16681         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16682         string.h, free.
16683         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16684         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16685         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16686         C headers, or for string.h.
16687         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16688         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16689         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16690         headers, memory.h, stdlib.h, string.h, strings.h.
16691         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16692         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16693         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16694         strchr.
16695         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16696         headers, memory.h, string.h.
16697         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16698         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16699         free.
16700         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16701         headers.
16702         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16703         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16704         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16705         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16706         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16707
16708 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16709
16710         More K&R removal.
16711
16712         * lib/acosl.c (main): Use a prototype.
16713         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16714         tanl.c: Likewise.
16715
16716         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16717
16718         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16719         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16720         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16721         with a prototype.
16722         * lib/getopt.c (const): Remove macro.
16723         Include <string.h> unconditionally.
16724         (my_index): Remove; all uses changed to strchr.
16725         (strlen): Remove decl.
16726         (exchange): Remove forward decl; no longer needed.
16727         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16728         Define with prototype.
16729         * lib/getopt1.c (const): Remove macro.
16730         (getopt_long, getopt_long_only, main): Define with prototype.
16731
16732         * lib/getugroups.c: Include <string.h> unconditionally.
16733
16734         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16735         (getusershell, setusershell, endusershell, readname, main):
16736         Define with prototypes.
16737
16738         * lib/group-member.c: Include group-member.h first.
16739         Include <stdlib.h> unconditionally.
16740
16741         * lib/hard-locale.c: Include hard-locale.h first.
16742         Include <stdlib.h>, <string.h> unconditionally.
16743
16744         * lib/hash.c (free, malloc): Remove decls.
16745         Include <stdlib.h> unconditionally.
16746
16747         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16748         (getenv): Do not declare.
16749
16750         * lib/idcache.c: Include <string.h> unconditionally.
16751
16752         * lib/long-options.c: Include long-options.h first, to test interface.
16753         Include <stdlib.h> unconditionally.
16754
16755         * lib/makepath.c: Include makepath.h first, to test interface.
16756         Include <stdlib.h> and <string.h> unconditionally.
16757
16758         * lib/linebuffer.c: Include <stdlib.h>.
16759         (free): Remove decl.
16760
16761         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16762         stddef.h. rpl_malloc returns void *, not char *.
16763         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16764         prototype.
16765
16766         * lib/md5.h: Include <limits.h> unconditionally.
16767         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16768         (__P): Remove; all uses removed.
16769         * lib/md5.c: Include "md5.h" first.
16770         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16771         md5_buffer, md5_process_bytes, md5_process_block):
16772         Define with prototypes.
16773         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16774         * lib/sha.c: Include "sha.h" first.
16775         Include <stdlib.h>, <string.h> unconditionally.
16776
16777         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16778         * lib/memcmp.c (__ptr_t): Likewise.
16779         * lib/memrchr.c (__ptr_t): Likewise.
16780         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16781         Include <string.h> unconditionally.
16782         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16783         * lib/memchr.c: Include <stdlib.h> unconditionally.
16784         * lib/memchr.c (LONG_MAX): Remove.
16785         * lib/memrchr.c (LONG_MAX): Likewise.
16786         * lib/memchr.c (__memchr): Define via a prototype.
16787         * lib/memrchr.c (__memrchr): Likewise.
16788         * lib/memcmp.c (__P): Remove, and remove all uses.
16789         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16790         Remove forward decls; no longer needed.
16791         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16792         Use types required by C89 in prototype.
16793
16794         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16795         * lib/savedir.c: Likewise.
16796         * lib/mkdir.c (free): Remove decl.
16797         * lib/rmdir.c (rmdir): Define with a prototype.
16798         * lib/savedir.c: Include savedir.h first, to test interface.
16799
16800         * lib/mktime.c (STDC_HEADERS): Remove.
16801         Include <stdlib.h>, <string.h> unconditionally.
16802
16803         * lib/modechange.c: Include <stdlib.h> unconditionally.
16804         (malloc): Remove decl.
16805
16806         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16807         (free): Remove decl.
16808
16809         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16810         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16811         (This type really should be intptr_t, but that's a C99ism.)
16812         (_obstack_memcpy): Remove: all uses changed to memcpy.
16813         Include <string.h> unconditionally.
16814         (struct obstack): Assume __STDC__ for types of members
16815         chunkfun, freefun, extra_arg.
16816         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16817         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16818         obstack_begin, obstack_specify_allocation,
16819         obstack_specify_allocation_with_arg, obstack_chunkfun,
16820         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16821         Remove unprototyped decls and the macros that use them.
16822         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16823         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16824         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16825         (defined __STDC__ && __STDC__)]:
16826         Remove nonprototyped code.
16827         Include <stdlib.h> unconditionally.
16828         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16829         _obstack_allocated_p, _obstack_free, obstack_free,
16830         _obstack_memory_used, print_and_abort):
16831         Define using prototypes.
16832         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16833         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16834         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16835         obstack_next_free, obstack_object_size, obstack_room) [0]:
16836         Remove unused, unprototyped code.
16837
16838         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16839
16840         * lib/physmem.c (physmem_total, physmem_available, main): Define
16841         with prototypes.
16842
16843         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16844         (main): Define with a prototype.
16845
16846         * lib/posixver.c (getenv): Remove decl.
16847
16848         * lib/putenv.c (malloc): Returns void *, not char *.
16849         Include <string.h> unconditionally.
16850         (strchr, memcpy, NULL): Do not define.
16851
16852         * lib/readtokens.c: Include readtokens.h first, to test interface.
16853         Include <stdlib.h>, <string.h> unconditionally.
16854         (init_tokenbuffer): Define with a prototype.
16855
16856         * lib/regex.c (PARAMS): Remove.  All uses removed.
16857         All uses of _RE_ARGS removed, too.
16858         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16859         unconditionally.
16860         (bzero): Assume memset exists.
16861         (memcmp, memcpy, NULL): Remove.
16862         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16863         char, or assignments to local vars of type signed char.
16864         (init_syntax_once, PREFIX(extract_number_and_incr),
16865         PREFIX(print_partial_compiled_pattern),
16866         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16867         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16868         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16869         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16870         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16871         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16872         wcs_compile_range, byte_compile_range, truncate_wchar,
16873         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16874         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16875         count_mbs_length, wcs_re_match_2_internal,
16876         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16877         PREFIX(alt_match_null_string_p),
16878         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16879         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16880         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16881         now-unnecessary declaration, if any.
16882         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16883         regcomp, regexec):
16884         Remove now-unnecessary casts among pointer types.
16885         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16886
16887         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16888         (free): Remove decl.
16889
16890         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16891
16892         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16893         (free): Remove decl.
16894
16895         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16896         * lib/xgetcwd.c: Likewise.
16897
16898         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16899         (free): Remove decl.
16900
16901         * lib/strchrnul.c (strchrnul): Define with a prototype.
16902         Fix bug: c_in was not converted to char before searching.
16903
16904         The following changes are not K&R related:
16905
16906         * lib/group-member.h: Include <sys/types.h>, so that this file is
16907         self-contained.
16908         * lib/makepath.h: Likewise.
16909
16910         * lib/getusershell.c (readname, default_index, line_size, readname):
16911         Use size_t, not int, for sizes.
16912         (readname): If the size overflows, report an error instead of
16913         looping forever.
16914
16915 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16916
16917         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16918         libc.
16919
16920 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16921
16922         * README: New section: portability guidelines.
16923
16924 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16925
16926         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16927         C89 spec.
16928
16929 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16930
16931         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
16932
16933 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16934
16935         Assume C89 or better; remove K&R cruft.
16936         A few of these changes were first proposed by Derek Robert Price
16937         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
16938
16939         * lib/addext.c: Include <string.h> unconditionally.
16940         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
16941         Don't declare getenv or malloc.
16942
16943         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
16944         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
16945         (NULL): Remove.
16946         (find_stack_direction, alloca): Use prototypes.
16947
16948         * lib/atexit.c (atexit): Define using a prototype.
16949
16950         * lib/basename.c, dirname.c, stripslash.c:
16951         Include <string.h> unconditionally.
16952
16953         * lib/bcopy.c: Include <stddef.h>.
16954         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
16955
16956         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
16957
16958         * lib/error.h (error, error_at_line, error_print_progname)
16959         [! (defined (__STDC__) && __STDC__)]: Remove decls.
16960         * lib/error.c: Include error.h first, to check interface.
16961         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16962         (VA_START): Remove; all uses changeed to va_start.
16963         (exit, strerror): Remove decls.
16964         (error_print_progname): Prototype uncondionally.
16965         Don't include <errno.h>; no longer needed.
16966         (private_strerror): Remove.
16967         (error_tail): Always define.
16968         (error, error_at_line): Assume C89 or better; always use prototypes.
16969         * lib/fatal.c: Include "fatal.h" first, to test interface.
16970         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16971         (VA_START): Remove; all uses changed to va_start.
16972         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
16973         this case.
16974         (exit): Remove decl.
16975         (fatal): Prototype unconditionally.  Assume va_start works.
16976         Abort at end, to pacify gcc.
16977
16978         * lib/euidaccess.c (main): Define with a prototype.
16979
16980         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
16981
16982         * lib/exitfail.c: Include <stdlib.h> unconditionally.
16983
16984         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
16985         prototypes.
16986         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
16987         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
16988         (getenv): Remove decl.
16989         (fnmatch): Define using a prototype.
16990         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
16991         (FCT): Define using a prototype.
16992
16993         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
16994
16995         * lib/gethostname.c: Include <stddef.h>.
16996         (gethostname): Define with prototype.  Length is size_t, not int.
16997
16998 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16999
17000         Assume C89 or better; remove K&R cruft.
17001         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17002         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17003         string.h, getenv, malloc.
17004         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17005         headers.
17006         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17007         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17008         do not check for strerror.
17009         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17010         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17011         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17012         do not check for doprnt or vprintf.
17013         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17014         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17015
17016 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17017
17018         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17019         getversion.c should have been removed then, but was accidentally
17020         preserved.
17021
17022         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17023         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17024
17025 2003-09-08  Karl Berry  <karl@gnu.org>
17026
17027         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17028                 config, forget about prep.
17029
17030         * config/depcomp, missing: update from automake.
17031
17032 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17033
17034         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17035         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17036
17037 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17038
17039         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17040         copy_tm_result.  Bug reported by Simon Josefsson in
17041         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17042
17043 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17044
17045         * m4/time_r.m4: New file.
17046         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17047         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17048         is. Check for timegm declaration.
17049         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17050         Do not check for gmtime_r.
17051         Replace mktime if __mktime_internal does not exist and if mktime
17052         hasn't been replaced already.
17053
17054 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17055
17056         * lib/time_r.c, lib/time_r.h: New files.
17057
17058         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17059         __localtime_r.
17060         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17061         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17062
17063         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17064         __gmtime_r.
17065         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17066         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17067         Include <time_r.h>.
17068
17069         * lib/timegm.c: Switch to glibc implementation, with the following
17070         changes:
17071         [defined HAVE_CONFIG_H]: Include <config.h>.
17072         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17073         (__mktime_internal) [!defined _LIBC]: New decl.
17074         (__gmtime_r) [!defined _LIBC]: New macro and function.
17075         (timegm): Use a prototype, since gnulib assumes C89.
17076         Do not bother declaring tmp to be const, as it's not really usefu.
17077         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17078         (timegm): Declare only if HAVE_DECL_TIMEGM.
17079
17080 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17081
17082         * MODULES.html.sh (func_all_modules): Add time_r.
17083         * modules/time_r: New file.
17084         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17085         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17086
17087 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17088
17089         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17090         Bug reported by Lute Kamstra in
17091         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17092
17093         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17094         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17095         course with correspondingly smaller numbers for tomorrow and
17096         yesterday.  From Tadayoshi Funaba.  Originally installed into
17097         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17098         coreutils merge?).
17099
17100 2003-08-31  Simon Josefsson  <jas@extundo.com>
17101
17102         * modules/timegm: New file.
17103         * MODULES.html.sh (func_all_modules): Add timegm.
17104
17105 2003-08-31  Simon Josefsson  <jas@extundo.com>
17106
17107         * m4/timegm.m4: New file.
17108
17109 2003-08-31  Simon Josefsson  <jas@extundo.com>
17110
17111         * lib/timegm.h: New file.
17112         * lib/timegm.c: New file.  Based on
17113         wget-1.8.2/src/http.c:mktime_from_utc.
17114
17115 2003-08-31  Karl Berry  <karl@gnu.org>
17116
17117         * lib/argp.h: update from libc.
17118
17119 2003-08-28  Bruno Haible  <bruno@clisp.org>
17120
17121         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17122         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17123         followed by '#define fnmatch fnmatch_posix' gives an error.
17124
17125 2003-08-28  Bruno Haible  <bruno@clisp.org>
17126
17127         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17128         warning on QNX, which defines O_BINARY to 000000.
17129
17130 2003-08-27  Jim Meyering  <jim@meyering.net>
17131
17132         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17133         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17134         would fail after 32.  Reported by Danny Levinson.  Details here:
17135         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17136
17137 2003-08-24  Bruno Haible  <bruno@clisp.org>
17138
17139         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17140         MSVC7 <stdio.h> is included later.
17141
17142 2003-08-22  Simon Josefsson  <jas@extundo.com>
17143
17144         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17145
17146 2003-08-20  Karl Berry  <karl@gnu.org>
17147
17148         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17149
17150 2003-08-20  Bruno Haible  <bruno@clisp.org>
17151
17152         * modules/progname: New file.
17153         * MODULES.html.sh (func_all_modules): Add progname.
17154
17155 2003-08-20  Bruno Haible  <bruno@clisp.org>
17156
17157         * lib/progname.h: New file, from GNU gettext.
17158         * lib/progname.c: New file, from GNU gettext.
17159         * lib/progreloc.c: New file, from GNU gettext.
17160
17161 2003-08-19  Jim Meyering  <jim@meyering.net>
17162
17163         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17164         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17165
17166 2003-08-19  Bruno Haible  <bruno@clisp.org>
17167
17168         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17169         more.
17170
17171 2003-08-19  Bruno Haible  <bruno@clisp.org>
17172
17173         * lib/xstrdup.c: Assume <string.h> exists.
17174
17175 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17176
17177         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17178         in makefile rules.
17179
17180 2003-08-18  Jim Meyering  <jim@meyering.net>
17181
17182         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17183         * m4/lib-ld.m4: Likewise.
17184
17185 2003-08-18  Jim Meyering  <jim@meyering.net>
17186
17187         * lib/setenv.h: Indent nested cpp directive.
17188         * lib/vasnprintf.c: Remove trailing blanks.
17189
17190 2003-08-17  Simon Josefsson  <jas@extundo.com>
17191
17192         * modules/xstrndup: New file.
17193         * MODULES.html.sh (func_all_modules): Add xstrndup.
17194
17195 2003-08-17  Simon Josefsson  <jas@extundo.com>
17196
17197         * modules/argp: Fix autoconf macro name. Add more dependencies.
17198
17199 2003-08-17  Simon Josefsson  <jas@extundo.com>
17200
17201         * m4/xstrndup.m4: New file.
17202
17203 2003-08-17  Simon Josefsson  <jas@extundo.com>
17204
17205         * m4/argp.m4: New file.
17206
17207 2003-08-17  Simon Josefsson  <jas@extundo.com>
17208             Bruno Haible  <bruno@clisp.org>
17209
17210         * lib/xstrndup.h: New file.
17211         * lib/xstrndup.c: New file.
17212
17213 2003-08-17  Bruno Haible  <bruno@clisp.org>
17214
17215         * modules/strndup (Files, Include): Add lib/strndup.h.
17216
17217 2003-08-17  Bruno Haible  <bruno@clisp.org>
17218
17219         * modules/euidaccess (Files): Add lib/euidaccess.h.
17220
17221 2003-08-17  Bruno Haible  <bruno@clisp.org>
17222
17223         * lib/strndup.h: New file.
17224
17225 2003-08-17  Bruno Haible  <bruno@clisp.org>
17226
17227         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17228         like AC_GNU_SOURCE.
17229         * modules/extensions (configure.ac): Comment out the invocation of
17230         gl_USE_SYSTEM_EXTENSIONS.
17231
17232 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17233
17234         Merges from coreutils, etc.
17235         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17236         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17237         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17238         fixing a typo.
17239         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17240         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17241
17242 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17243
17244         Document merge from coreutils.
17245         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17246         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17247         * modules/utime: Add m4/utimes-null.m4.
17248
17249 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17250
17251         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17252         space, undoing this 2003-08-12 change:
17253         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17254
17255 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17256
17257         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17258         strtoul.c from libc, undoing this 2003-08-12 change:
17259         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17260
17261 2003-08-16  Jim Meyering  <jim@meyering.net>
17262
17263         Merges from coreutils.
17264         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17265         prefix.  Adjust cache variables similarly.  Create 500 rather than
17266         just 300 files, to exercise bug on Darwin6.5, too.
17267         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17268         $missing_dir.
17269         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17270         AM_SYS_POSIX_TERMIOS.
17271         Reported by mkc@mathdogs.com.
17272         Also change use of $am_cv_sys_posix_termios
17273         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17274         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17275         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17276         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17277         in /proc/mounts until it finds one with matching device number.  This
17278         is unnecessary when the FILE argument *is* a mount point.  No stat call
17279         is necessary in that case.  So, disable the statvfs-testing code on
17280         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17281         as RedHat bug# 84846.
17282         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17283         to 1MB, so as not to render systems with no stack size limit (e.g.,
17284         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17285         Include <unistd.h>.  On some systems,
17286         it is required for the definition of _SC_PAGESIZE.
17287
17288 2003-08-16  Jim Meyering  <jim@meyering.net>
17289
17290         Merge from coreutils.
17291         * lib/xstrtoimax.c: #else #if -> #elif.
17292         * lib/xstrtoumax.c: Likewise.
17293
17294 2003-08-16  Jim Meyering  <jim@meyering.net>
17295
17296         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17297         * m4/utimes.m4: Removed.
17298         * m4/utimes-null.m4: Renamed from utimes.m4.
17299
17300         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17301         to 1MB, so as not to render systems with no stack size limit (e.g.,
17302         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17303         Include <unistd.h>.  On some systems,
17304         it is required for the definition of _SC_PAGESIZE.
17305
17306 2003-08-16  Jim Meyering  <jim@meyering.net>
17307         and Paul Eggert  <eggert@cs.ucla.edu>
17308
17309         Merges from coreutils, etc.
17310
17311         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17312         using the latest version from cvs.  This avoids problems with #line
17313         directives using a vendor (Sun) compiler.
17314         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17315         Don't set GETGROUPS_LIB here; now it's
17316         done via getgroups.m4's wrapper function.
17317         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17318         rather than just in sh-util/configure.in, so that the
17319         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17320         same.
17321         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17322         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17323         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17324         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17325         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17326         Remove code that is now done by the newly-required macros.
17327         Append $(EXEEXT) to DF_PROG.
17328         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17329         Do not invoke or require the following here,
17330         since prereq.m4 or some gnulib .m4 now does this for us:
17331         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17332         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17333         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17334         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17335         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17336         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17337         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17338         AC_FUNC_OBSTACK.
17339         Do not replace the following functions, as this is now the job
17340         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17341         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17342         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17343         atexit getpass, strdup, getpagesize.
17344         Replace 'raise'.
17345         Do not check for the following functions, as this is now the job
17346         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17347         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17348         setregid.
17349         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17350         Check for sys/sysctl.h.
17351         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17352         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17353         of checking for ssize_t ourselves.
17354
17355         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17356         Require every macro that gnulib/modules/* suggests for us.
17357         (jm_PREREQ_ADDEXT): New macro.
17358         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17359         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17360
17361         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17362         (gl_PHYSMEM): Use it.
17363         Also check for `table' function.
17364         Check for new headers and functions.
17365         Add check for sys/sysmp.h.
17366         With suggestions from Kaveh Ghazi.
17367         Ignore headers that are present but cannot be compiled.  This
17368         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17369         C 5.4.
17370
17371 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17372
17373         Document merge from coreutils.
17374         * modules/userspec: Depend on posixver.
17375         * modules/strftime: Depend on tzset.
17376
17377 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17378
17379         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17380         rather than tab, after '#' in shell-script copyright notices.
17381         Suggested by Bruno Haible.
17382
17383 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17384
17385         * config/srclist-update: Use three spaces, rather than tab, after '#'
17386         in shell-script copyright notices.  Suggested by Bruno Haible.
17387         Remove unnecessary parenthesization in regular expression.
17388
17389 2003-08-15  Jim Meyering  <jim@meyering.net>
17390
17391         Merge from coreutils.
17392         * lib/xgethostname.c: Include <stdlib.h>.
17393         (xghostname): Don't exit for anything other than memory-related
17394         failure; just return NULL.
17395         * lib/userspec.c: Include "posixver.h".
17396         (parse_user_spec): Accept `.' as a separator only
17397         in pre-POSIX-200112 mode.
17398         * lib/strtoimax.c: Use #elif rather than #else #if.
17399         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17400         Remove function, now that we can rely on a working tzset function.
17401         [!_LIBC]: Ensure that the required autoconf test has been run.
17402         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17403         Use underlying_strftime for %r.
17404         * lib/sha.c: Merge in some clean-up and optimization changes from
17405         glibc.
17406         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17407         Ensure that it is a multiple of 64.
17408         Rearrange loop exit tests so as to avoid performing an
17409         additional fread after encountering an error or EOF.
17410         * lib/realloc.c: Update copyright date.
17411
17412 2003-08-15  Jim Meyering  <jim@meyering.net>
17413         and Paul Eggert  <eggert@twinsun.com>
17414
17415         Merge from coreutils.
17416         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17417         member but strut utmpx does not.  Needed for AIX 4.3.3.
17418         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17419
17420 2003-08-15  Jim Meyering  <jim@meyering.net>
17421         and Paul Eggert  <eggert@cs.ucla.edu>
17422
17423         Merges from coreutils, etc.
17424         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17425         Require gl_FUNC_TZSET_CLOBBER.
17426         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17427         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17428         members.
17429
17430 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17431
17432         Help the merge from coreutils.
17433         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17434         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17435         * m4/tzset.m4: Use it too.
17436
17437 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17438
17439         * modules/tzset: New file.
17440
17441 2003-08-14  Jim Meyering  <jim@meyering.net>
17442
17443         Merges from coreutils.
17444         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17445         variable names, rather than @FNMATCH_H@.
17446         * modules/alloca: Likewise for $(ALLOCA_H).
17447
17448         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17449         the three copies of the literal target, `fnmatch.h'.
17450         * modules/alloca (alloca.h): Likewise.
17451
17452 2003-08-14  Jim Meyering  <jim@meyering.net>
17453
17454         Merge from coreutils.
17455         * m4/tzset.m4: New file.
17456         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17457         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17458         otherwise, AIX 5.1 systems would end up using the latter.
17459         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17460         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17461         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17462         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17463
17464 2003-08-14  Jim Meyering  <jim@meyering.net>
17465
17466         Merge from coreutils.
17467         * lib/obstack.h: Whitespace changes.
17468         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17469         and xcalloc return values.
17470         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17471         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17472         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17473         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17474         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17475         error from mntctl.
17476         Use mntctl's return value to drive the entry-processing loop, since
17477         we can't rely on the value of the vmt_length member in the last
17478         entry.  On some systems doing so could result in exhausting
17479         virtual memory.  Based in part on a patch from Mike Jetzer.
17480
17481 2003-08-14  Jim Meyering  <jim@meyering.net>
17482         and Paul Eggert  <eggert@twinsun.com>
17483
17484         Merges from coreutils, plus other fixes.
17485         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17486         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17487         for credits and details.  Thanks to Kaveh Ghazi for helping
17488         to keep these files in sync.
17489         (ARRAY_SIZE): Define it.
17490         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17491         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17492         (memcasecmp): Don't assume size_t fits in unsigned int.
17493         Remove casts and duplicate code.
17494         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17495         (memcpy): Remove definition.
17496         Merge in some clean-up and optimization changes from glibc.
17497         [BLOCKSIZE]: Move definition to top of file.
17498         Ensure that it is a multiple of 64.
17499         Rearrange loop exit tests so as to avoid performing an
17500         additional fread after encountering an error or EOF.
17501         * lib/md5.h (md5_uintptr): Define.
17502         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17503         return to the initial working directory.  Preserve errno
17504         for caller.
17505         * lib/idcache.c: Include "xalloc.h".
17506         (xmalloc, xrealloc): Remove decls.
17507         (getuser): Remove casts no longer required in C89.
17508         * lib/human.c: Include stdio.h, for sprintf.
17509         * lib/group-member.c: Include "xalloc.h".
17510         (xmalloc, xrealloc): Remove decls.
17511         (get_group_info): Remove casts no longer required in C89.
17512         * lib/getusershell.c (readname): Remove casts no longer required in
17513         C89.
17514         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17515         * lib/getline.c: Whitespace fix, from coreutils.
17516
17517 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17518
17519         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17520         Check for isascii.
17521
17522         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17523         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17524         Undo previous (whitespace-only) change.
17525
17526 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17527
17528         * lib/exclude.c: Include <ctype.h>
17529         (IN_CTYPE_DOMAIN): New macro.
17530         (is_space): New fn.
17531         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17532         and empty lines.
17533
17534         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17535         Undo previous (whitespace-only) change.
17536
17537 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17538
17539         * config/srclist-update: Change update back to the old behavior,
17540         leaving whitespace alone.  Use one 'sed' command rather than a
17541         pipeline.
17542         (fixlicense): Now a variable, not a function.
17543         (remove_trailing_blanks): Remove.
17544         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17545         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17546         Undo previous (whitespace-only) change.
17547
17548 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17549
17550         Merge from coreutils.
17551         * modules/euidaccess: Add lib_SOURCES, include for new
17552         file euidaccess.h
17553
17554 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17555
17556         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17557         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17558         Normalize leading white space and remove trailing white space.
17559
17560         Merge from coreutils
17561         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17562
17563         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17564         0.12.1.  These files are now being upgraded automatically by
17565         ../config/srclist-update.
17566
17567 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17568
17569         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17570         Normalize leading white space and remove trailing white space.
17571         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17572         notice, as per ../config/srclist-update.
17573
17574         Merge from coreutils.
17575         * lib/euidaccess.h: New file.
17576         * lib/euidaccess.c: Include it.
17577         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17578         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17579         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17580
17581 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17582
17583         * config/srclist-update: Add copyright notice.
17584         (remove_id_lines, remove_trailing_blanks): New constants.
17585         (fixfile): Use them to normalize spacing a bit in copied files.
17586         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17587         Normalize leading white space and remove trailing white space.
17588
17589         * config/texinfo.tex: Sync with texinfo.
17590
17591         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17592         strtoul.c from libc, to merge coreutils whitespace changes.
17593
17594         * config/srclist.txt: Get the following m4 files from gettext:
17595         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17596         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17597         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17598         wint_t.m4.
17599
17600 2003-08-12  Karl Berry  <karl@gnu.org>
17601
17602         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17603         been made.
17604
17605 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17606
17607         * modules/gnu-source, m4/gnu-source.m4:
17608         Remove; we're assuming Autoconf 2.54 or later now.
17609         Suggested by Bruno Haible.
17610         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17611
17612 2003-08-11  Bruno Haible  <bruno@clisp.org>
17613
17614         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17615
17616 2003-08-11  Bruno Haible  <bruno@clisp.org>
17617
17618         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17619         (vasnprintf): Use it instead of wcslen.
17620
17621 2003-08-11  Bruno Haible  <bruno@clisp.org>
17622
17623         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17624         value to ensure that _Bool promotes to int. Use #define for _Bool when
17625         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17626
17627 2003-08-10  Karl Berry  <karl@gnu.org>
17628
17629         * lib/regex.h: update from libc (whitespace fix).
17630
17631 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17632
17633         Merge some files from coreutils.  These changes were
17634         originally made by Jim Meyering.
17635         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17636         many older Unixes require this.
17637         * lib/alloca.c (alloca): Remove cast to argument of free;
17638         no longer needed in C89.
17639         * lib/alloca_.h, regex.h: Fix white space to match
17640         what GNU indent does.
17641
17642 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17643
17644         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17645         apparently Emacs's Unicode mode got confused before my 2003-08-05
17646         checkin.
17647
17648 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17649
17650         * m4/extensions.m4: New file.
17651         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17652         Require gl_USE_SYSTEM_EXTENSIONS.
17653         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17654         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17655
17656 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17657
17658         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17659         * modules/extensions, modules/gnu-source: New files.
17660         * modules/timespec, modules/unlocked-io: Depend on extensions.
17661
17662 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17663
17664         * modules/restrict: New file.
17665         * MODULES.html.sh (func_all_modules): Add restrict.
17666         * modules/regex: Depend on restrict.
17667
17668 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17669
17670         * m4/restrict.m4: New file.
17671         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17672
17673 2003-08-07  Bruno Haible  <bruno@clisp.org>
17674
17675         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17676         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17677
17678 2003-08-07  Bruno Haible  <bruno@clisp.org>
17679
17680         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17681         makes the module 'getndelim2' compatible with the module 'getline'.
17682
17683 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17684
17685         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17686         byte with "\201" to avoid glitches when editing that source file
17687         with multi-gnome-terminal.
17688
17689 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17690
17691         * lib/bumpalloc.h: Remove.
17692
17693 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17694
17695         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17696         * modules/bumpalloc: Remove.
17697
17698 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17699
17700         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17701         GNU coding style.
17702
17703         Merge from coreutils.
17704         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17705         1. From glibc.
17706         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17707         from Karl Berry, implemented by Jim Meyering.
17708         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17709         from Dmitry V. Levin.
17710         Remove anachronistic cast of xrealloc.
17711         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17712         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17713         type. Otherwise, it wouldn't compile with at least /bin/cc on
17714         ymp-cray-unicos9.0.2.X.
17715         Combine two mostly-identical uses of alloca into one.
17716         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17717
17718 2003-08-04  Dave Love  <d.love@dl.ac.uk>
17719
17720         [From Emacs.]
17721
17722         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17723         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17724         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17725         obsolete NLIST_NAME_UNION.
17726         [__GNU__]: Undef BSD and FSCALE.
17727         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17728
17729 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17730
17731         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17732         an enum type, so that it's guaranteed to promote to int.  See:
17733         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17734
17735 2003-08-03  Karl Berry  <karl@gnu.org>
17736
17737         * config/depcomp: update from automake.
17738
17739 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17740
17741         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17742         (strerror): Don't assume that a printable int fits in 14 bytes.
17743
17744 2003-07-31  Bruno Haible  <bruno@clisp.org>
17745
17746         * modules/getpass-gnu: New file.
17747         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17748
17749 2003-07-31  Bruno Haible  <bruno@clisp.org>
17750
17751         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17752
17753 2003-07-24  Karl Berry  <karl@gnu.org>
17754
17755         * config/missing: update from automake.
17756
17757 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17758             Bruno Haible  <bruno@clisp.org>
17759
17760         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17761         * lib/getline.c (getline, getdelim): Likewise.
17762         Remove _GNU_SOURCE define; now it's defined in config.h through
17763         m4/getline.m4.
17764
17765 2003-07-23  Karl Berry  <karl@gnu.org>
17766
17767         * config/config.sub: update from prep.
17768
17769 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17770
17771         * modules/xalloc (Depends-on): Add exitfail.
17772         * modules/xmemcoll: Likewise.
17773
17774 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17775
17776         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17777         over-parenthesization in macros.
17778
17779         Sync with coreutils.
17780
17781         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17782         required by C99.
17783
17784         Use `exit_failure' for xalloc and xmemcoll instead of their own
17785         private exit-failure variables.
17786         * lib/xalloc.h (xalloc_exit_failure): Remove.
17787         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17788         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17789         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17790         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17791         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17792
17793 2003-07-20  Jim Meyering  <jim@meyering.net>
17794
17795         * modules/closeout (Depends-on): Add exitfail.
17796         Suggestion from Bruno Haible.
17797
17798 2003-07-19  Karl Berry  <karl@gnu.org>
17799
17800         * config/config.sub: update from prep.
17801
17802 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17803
17804         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17805         Remove.
17806         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17807         to test that it can stand by itself.  Include "exitfail.h".
17808         Clients should set exit_failure instead.
17809         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17810
17811 2003-07-18  Bruno Haible  <bruno@clisp.org>
17812
17813         * modules/getndelim2: New file.
17814         * modules/getline: Share files with module getndelim2.
17815         * modules/getnline: Depend on getndelim2 instead of sharing files with
17816         it. Add getnline.c to lib_SOURCES.
17817         * MODULES.html.sh (func_all_modules): Add getndelim2.
17818
17819 2003-07-18  Bruno Haible  <bruno@clisp.org>
17820
17821         * m4/getndelim2.m4: New file.
17822         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17823         invoke gl_PREREQ_GETNDELIM2.
17824         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17825         gl_PREREQ_GETNDELIM2.
17826         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17827         gl_GETNDELIM2.
17828
17829 2003-07-18  Bruno Haible  <bruno@clisp.org>
17830
17831         * lib/getndelim2.h: New file.
17832         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17833         getndelim2.h.
17834         (getndelim2): Make non-static. Change return type to ssize_t.
17835         * lib/getline.h: Change argument names.
17836         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17837         * lib/getnline.c: Include getndelim2.h.
17838
17839 2003-07-18  Andreas Schwab  <schwab@suse.de>
17840
17841         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17842
17843 2003-07-17  Karl Berry  <karl@gnu.org>
17844
17845         * config/config.sub: update from prep.
17846
17847 2003-07-17  Bruno Haible  <bruno@clisp.org>
17848
17849         * modules/getnline: New file.
17850         * modules/getline: Add lib/getndelim2.c to source file list.
17851         * MODULES.html.sh (func_all_modules): Add getnline.
17852
17853 2003-07-17  Bruno Haible  <bruno@clisp.org>
17854
17855         * m4/getnline.m4: New file.
17856
17857 2003-07-17  Bruno Haible  <bruno@clisp.org>
17858
17859         * m4/Makefile.am.in: Remove file.
17860         * m4/Makefile.am: Remove file.
17861         * m4/Makefile.in: Remove file.
17862
17863 2003-07-17  Bruno Haible  <bruno@clisp.org>
17864
17865         * lib/getnline.h: New file.
17866         * lib/getnline.c: New file.
17867         * lib/getndelim2.c: New file, extracted from getline.c.
17868         (getndelim2): Renamed from getdelim2, with added nmax argument.
17869         * lib/getline.c: Include getndelim2.c.
17870         (getdelim2): Moved out to getndelim2.c.
17871         (getline, getdelim): Update.
17872
17873 2003-07-17  Bruno Haible  <bruno@clisp.org>
17874
17875         * lib/Makefile.am: Remove file.
17876         * lib/Makefile.in: Remove file.
17877
17878 2003-07-17  Bruno Haible  <bruno@clisp.org>
17879
17880         * configure.in: Remove file.
17881         * Makefile.in: Remove file.
17882
17883 2003-07-17  Bruno Haible  <bruno@clisp.org>
17884
17885         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17886
17887 2003-07-16  Karl Berry  <karl@gnu.org>
17888
17889         * config/srclist-update: was running fixlicense twice, which caused
17890                 texinfo.tex to be nullified for some reason.  Simplify,
17891                 $gplsrc is no longer needed as far as I can see?
17892
17893 2003-07-16  Jim Meyering  <jim@meyering.net>
17894
17895         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17896
17897 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17898
17899         * config/srclist.txt: Get the following files from gettext-runtime/intl
17900         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17901         ref-del.sin.  From Bruno Haible.
17902         * config/srclist-update (fixfile): Change grep pattern again, since the
17903         previous fix didn't work (there was another trailing $).  Use
17904         '[$]' to escape the $s.
17905
17906 2003-07-15  Karl Berry  <karl@gnu.org>
17907
17908         * lib/vasnprintf.c: update from gettext.
17909
17910 2003-07-15  Karl Berry  <karl@gnu.org>
17911
17912         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17913         gets expanded when surrounded by '$'.
17914
17915 2003-07-15  Jim Meyering  <jim@meyering.net>
17916
17917         * modules/save-cwd: Don't depend on error.  From Derek Price.
17918
17919 2003-07-15  Jim Meyering  <jim@meyering.net>
17920
17921         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17922
17923 2003-07-14  Simon Josefsson  <jas@extundo.com>
17924
17925         * modules/mempcpy: New file.
17926         * MODULES.html.sh (func_all_modules): Add mempcpy.
17927
17928 2003-07-14  Simon Josefsson  <jas@extundo.com>
17929
17930         * m4/mempcpy.m4: New file.
17931
17932 2003-07-14  Simon Josefsson  <jas@extundo.com>
17933
17934         * lib/mempcpy.h: New file.
17935         * lib/mempcpy.c: New file.
17936
17937 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17938
17939         * modules/getdate, modules/posixtm: Depend on mktime.
17940
17941 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17942
17943         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
17944         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
17945         unicodeio.c, unicodeio.h, unlocked-io.h:
17946         Switch from LGPL to GPL.
17947
17948 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17949
17950         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
17951         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
17952         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
17953         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
17954         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
17955         updated automatically by ../config/srclist-update.  This changes
17956         their license from LPGL to GPL.
17957
17958 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17959
17960         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
17961         assumed to refer to the root of the most recent stable gettext version.
17962         * config/srclistvars.sh: Add defaults for eggert.
17963         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
17964         Match "This program" as well as "The program".  This is needed
17965         for gettext.
17966
17967 2003-07-14  Jim Meyering  <jim@meyering.net>
17968
17969         Don't emit diagnostics.  Let callers do that.
17970         * lib/save-cwd.c: Don't include "error.h".
17971         (save_cwd): Don't call error.  Ensure that errno is valid
17972         when returning nonzero.
17973
17974         * lib/save-cwd.h (restore_cwd): Update prototype.
17975         * lib/save-cwd.c (restore_cwd): Remove two parameters.
17976         Simplify.  Don't call error upon failure.  Let callers do that.
17977         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
17978         when auditing is enabled.  But don't bother updating the #if.
17979
17980 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
17981
17982         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
17983         it breaks C++ compilation.
17984         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
17985
17986 2003-07-10  Simon Josefsson  <jas@extundo.com>
17987
17988         * modules/strchrnul (Makefile.am): Add strchrnul.h.
17989
17990 2003-07-10  Jim Meyering  <jim@meyering.net>
17991
17992         * m4/clock_time.m4: Remove trailing blank.
17993         * m4/intmax_t.m4: Likewise.
17994
17995 2003-07-10  Jim Meyering  <jim@meyering.net>
17996
17997         * lib/vasnprintf.c: Remove trailing blanks.
17998         Make cpp indentation consistent.
17999
18000 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18001
18002         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18003         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18004         Switch from LGPL to GPL.
18005
18006 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18007
18008         * config/srclist.txt: Sort sublists.  Add
18009         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18010         that differ from gnulib for one reason or another; we'd like this list
18011         to be smaller but for now let's document what we have.
18012
18013 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18014
18015         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18016         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18017         and sweeter "eval x=$x".
18018         * config/srclist.txt: Get lib/argp* from glibc.
18019
18020 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18021
18022         * lib/mktime.c: Fix some boundary cases and remove need for floating
18023         point.
18024
18025         Issue a compile-time diagnostic if time_t is floating point, or if
18026         two's complement arithmetic is not in effect, or if arithmetic
18027         right shift does not propagate the sign.  These assumptions were
18028         all in the original code but they weren't checked.
18029
18030         (TIME_T_MIDPOINT, verify): New macros.
18031         (__isleap): Remove; it has integer overflow problems.
18032         (leapyear): New function, without those problems.
18033         (ydhms_tm_diff): Remove; splitting into two parts.
18034         (ydhms_diff): New function, containing the arithmetic part of
18035         the old ydhms_tm_diff function.  Issue a compile-time
18036         diagnostic if we are not using C99 integer division.
18037         Avoid casts when possible.
18038         (guess_time_tm): New function, containing the checking part of
18039         the old ydhms_tm_diff function.  Return the new value, rather than
18040         the difference between it and the old.  Accept a new argument T
18041         so that *T specifies the old value.  Check for overflow in the result.
18042
18043         (__mktime_internal): Use a time_t offset, not a long int offset.
18044         This undoes the 2003-06-04 change, which is no longer needed now
18045         that we have better overflow checking.
18046         (localtime_offset): Likewise.
18047
18048         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18049         and long are 64-bit but int is only 32-bit.
18050         (ydhms_diff): Use long int to store year1 and yday1.
18051         Issue a compile-time diagnostic if long int is not wide enough.
18052
18053         (__mktime_internal): Use long int to store adjusted year and yday.
18054         Use plain C rather than preprocessor commands, if that doesn't
18055         affect efficiency.
18056         Check for overflow (and try to repair) after each probe
18057         rather than checking only at the very end.  This avoids some bugs
18058         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18059         does not equal GMT offset at maximum time).
18060         Use integer to check for overflow rather than floating point; this
18061         is more portable to non-IEEE hosts, and is a tad faster.
18062         When we detect that we are oscillating between two values,
18063         don't check whether tm_isdst has the requested value, since
18064         we already know the answer.  When tm_isdst has the wrong value,
18065         use a different heuristic to find the right one, based on the
18066         extreme values actually observed in practice in tz2003a,
18067         rather than the (overly optimistic) "previous 3 calendar quarters".
18068
18069         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18070         "T const" to accommodate glibc style.
18071         (check_result): Use less-confusing report format.  "long" -> "long int.
18072         (main): Likewise.
18073         Don't loop if the iteration overflows time_t.
18074         Allow a negative step in the iteration.
18075
18076 2003-07-06  Karl Berry  <karl@gnu.org>
18077
18078         * config/depcomp: update from automake.
18079         * config/config.sub: update from prep.
18080
18081 2003-07-03  Karl Berry  <karl@gnu.org>
18082
18083         * config/config.guess: update from prep.
18084
18085 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18086
18087         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18088         xreadlink.c now includes it unconditionally.
18089
18090 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18091
18092         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18093         having it depend on HAVE_SYS_TYPES_H.
18094
18095 2003-07-01  Bruno Haible  <bruno@clisp.org>
18096
18097         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18098         <sys/types.h> should be sufficient.
18099         Reported by Paul Eggert.
18100
18101 2003-06-26  Karl Berry  <karl@gnu.org>
18102
18103         * config/depcomp: update from automake.
18104
18105 2003-06-26  Bruno Haible  <bruno@clisp.org>
18106
18107         * modules/human: Depend on module stdbool.
18108
18109 2003-06-25  Bruno Haible  <bruno@clisp.org>
18110
18111         * modules/readlink: New file.
18112         * modules/xreadlink: Depend on it.
18113         * MODULES.html.sh (func_all_modules): Add readlink.
18114
18115 2003-06-25  Bruno Haible  <bruno@clisp.org>
18116
18117         * m4/readlink.m4: New file.
18118
18119 2003-06-25  Bruno Haible  <bruno@clisp.org>
18120
18121         * lib/readlink.c: New file.
18122
18123 2003-06-22  Karl Berry  <karl@gnu.org>
18124
18125         * config/srclist.txt: update mkinstalldirs from automake.
18126         * config/mkinstalldirs: update.
18127
18128 2003-06-22  Bruno Haible  <bruno@clisp.org>
18129
18130         Portability to mingw32.
18131         * m4/ssize_t.m4: New file, from GNU gettext.
18132         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18133         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18134
18135 2003-06-22  Bruno Haible  <bruno@clisp.org>
18136
18137         * modules/safe-read: Add m4/ssize_t.m4.
18138         * modules/xreadlink: Add m4/ssize_t.m4.
18139
18140 2003-06-20  Bruno Haible  <bruno@clisp.org>
18141
18142         Assume C89, so PARAMS isn't needed.
18143         * lib/unicodeio.h (PARAMS): Remove.
18144         * lib/unicodeio.c: Don't use PARAMS.
18145
18146 2003-06-18  Karl Berry  <karl@gnu.org>
18147
18148         * config/config.{guess,sub}: update from prep.
18149
18150 2003-06-18  Jim Meyering  <jim@meyering.net>
18151
18152         Merge changes from coreutils.
18153         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18154         Remove explicit declarations of xmalloc and realloc.
18155         Include xalloc.h.
18156         (read_utmp): Remove anachronistic cast of xmalloc.
18157
18158 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18159
18160         Assume C89, so PARAMS isn't needed.
18161         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18162         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18163         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18164         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18165         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18166         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18167         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18168         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18169         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18170         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18171         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18172         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18173         no longer needed. Anyway, config.h should always be included before any
18174         other file.
18175
18176 2003-06-11  Simon Josefsson  <jas@extundo.com>
18177
18178         * modules/sysexits: New file.
18179         * MODULES.html.sh (func_all_modules): Add sysexits.
18180
18181 2003-06-11  Simon Josefsson  <jas@extundo.com>
18182
18183         * lib/sysexit_.h: New file.
18184
18185 2003-06-11  Derek Price  <derek@ximbiot.com>
18186
18187         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18188         necessary.
18189
18190 2003-06-11  Bruno Haible  <bruno@clisp.org>
18191
18192         * m4/sysexits.m4: New file.
18193
18194 2003-06-10  Simon Josefsson  <jas@extundo.com>
18195
18196         * lib/argp.h: New file, from glibc.
18197         * lib/argp-ba.c: New file, from glibc.
18198         * lib/argp-eexst.c: New file, from glibc.
18199         * lib/argp-fmtstream.c: New file, from glibc.
18200         * lib/argp-fmtstream.h: New file, from glibc.
18201         * lib/argp-fs-xinl.c: New file, from glibc.
18202         * lib/argp-help.c: New file, from glibc.
18203         * lib/argp-namefrob.h: New file, from glibc.
18204         * lib/argp-parse.c: New file, from glibc.
18205         * lib/argp-pv.c: New file, from glibc.
18206         * lib/argp-pvh.c: New file, from glibc.
18207         * lib/argp-xinl.c: New file, from glibc.
18208
18209 2003-06-10  Simon Josefsson  <jas@extundo.com>
18210
18211         * modules/strchrnul: New file.
18212
18213 2003-06-10  Simon Josefsson  <jas@extundo.com>
18214
18215         * modules/argp: New file.
18216
18217 2003-06-10  Simon Josefsson  <jas@extundo.com>
18218
18219         * m4/strchrnul.m4: New file.
18220
18221 2003-06-10  Simon Josefsson  <jas@extundo.com>
18222
18223         * lib/strchrnul.h: New file.
18224         * lib/strchrnul.c: New file.
18225
18226 2003-06-10  Bruno Haible  <bruno@clisp.org>
18227
18228         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18229
18230 2003-06-07  Karl Berry  <karl@gnu.org>
18231
18232         * config/config.{guess,sub}: update from prep.
18233
18234 2003-06-07  Jim Meyering  <jim@meyering.net>
18235
18236         * modules/strtod: Use $(...) notation, not @...@ for
18237         AC_REPLACE'd variables.
18238         * modules/localcharset: Likewise.
18239
18240 2003-06-07  Jim Meyering  <jim@meyering.net>
18241
18242         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18243         in place of my name in the copyright comment.
18244         Remove definition and uses of __P.
18245
18246         From coreutils.
18247         * lib/stat.c: Don't declare xmalloc explicitly.
18248         Instead, include "xalloc.h".
18249         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18250         xrealloc, and xcalloc return values.
18251         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18252         Improve comment.
18253         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18254
18255 2003-06-07  Bruno Haible  <bruno@clisp.org>
18256
18257         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18258         avoid AC_CONFIG_LINKS.
18259         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18260         fnmatch.h, to avoid AC_CONFIG_LINKS.
18261         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18262
18263 2003-06-07  Bruno Haible  <bruno@clisp.org>
18264
18265         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18266         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18267         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18268         directory.
18269         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18270         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18271         directory.
18272
18273 2003-06-06  Jim Meyering  <jim@meyering.net>
18274
18275         Merge from coreutils.
18276         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18277         Consolidate declarations and initializations of *_base* locals.
18278
18279         Merge from coreutils.
18280         This avoids a core dump on systems without GNU putenv,
18281         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18282         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18283         (unsetenv): New static function, from GNU libc.
18284         (rpl_putenv): Use it.
18285
18286         * lib/modechange.c: Remove trailing blanks.
18287
18288         Merge from coreutils.
18289         * lib/fsusage.c: Remove declaration of statfs.
18290         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18291
18292         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18293
18294 2003-06-06  Jim Meyering  <jim@meyering.net>
18295
18296         * lib/stdbool_.h: Renamed from stdbool.h.in.
18297
18298 2003-06-06  Jim Meyering  <jim@meyering.net>
18299             Bruno Haible  <bruno@clisp.org>
18300
18301         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18302         Adjust Makefile.am snippet not to redirect directly to target.
18303         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18304
18305 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18306
18307         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18308         mismatch, look in future quarters as well as past.  This fixes a
18309         bug when processing fall-backwards gaps immediately after a long
18310         period of daylight-saving time.
18311
18312         * lib/mktime.c: Assume freestanding C89 or better.
18313         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18314         (__P): Remove; not used.
18315         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18316         (mktime, not_equal_tm, print_tm, check_result,
18317         main): Use prototypes.  Use const * where appropriate.
18318         (main): Fix typo in testing code that uncovered by above changes.
18319         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18320
18321 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18322
18323         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18324         locale.h, localeconv.  This merges changes from coreutils.
18325
18326         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18327         It can be removed after the next Autoconf is released.
18328         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18329         needed.
18330
18331 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18332
18333         * lib/mktime.c: Fix Debian bug 177940
18334         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18335         (localtime_offset): Now long int, not time_t, because we want it
18336         to be guaranteed to be signed.  All uses changed.
18337         (__mktime_internal): If overflow would occur when adding offset,
18338         don't add it.
18339
18340         Merge 'human' changes from coreutils.  Rewrite to support
18341         locale-specific notations like thousands separators.
18342         * lib/human.c: Simplify authorship notice.
18343         Include human.h immediately after config.h.
18344         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18345         <limits.h>: Do not include, since human.h does.
18346         (SIZE_MAX, UINTMAX_MAX): New macros.
18347         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18348         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18349         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18350         (power_letter): Renamed from suffixes.
18351         (generate_suffix_backwards): Remove.
18352         (adjust_value): Now takes int style (because of human.h changes)
18353         and long double value (for greater precision on some platforms).
18354         (group_number): New function.
18355         (human_readable): Use it.  Use integer options, not enum.
18356         Put the options before the sizes in the arg list.
18357         Support all the new options.
18358         The old human_readable function has been removed;
18359         use inttostr.h instead.
18360         (human_readable, default_block_size, humblock):
18361         Use uintmax_t, not int, for block sizes.
18362         (human_readable_inexact, block_size_types): Remove.
18363         (block_size_opts): New constant.
18364         (human_options): Renamed from human_block_size, with new signature
18365         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18366         * lib/human.h: Add copyright and authorship notice.
18367         Include <limits.h> and <stdbool.h> unconditionally.
18368         (PARAMS): Remove.  All uses removed.
18369         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18370         (enum human_inexact_style): Remove tag; now a nameless enum.
18371         (human_floor, human_ceiling, human_round_to_even): Now have
18372         values 2, 0, 1 rather than -1, 1, 0.
18373         (human_group_digits, human_suppress_point_zero, human_autoscale,
18374         human_base_1024, human_SI, human_B): New constants.
18375         (human_readable_inexact, human_block_size): Remove.
18376         (human_readable): Size args are now uintmax_t, not int.
18377         (human_options): New decl.
18378
18379         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18380         unnecessary now that we assume C89 or better.  This change
18381         imported from coreutils.
18382
18383         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18384         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18385         in the 2003-05-30 sync from glibc.
18386
18387         .h files should stand alone, but we shouldn't include <sys/types.h>
18388         if we can get away with just <stddef.h>.
18389
18390         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18391         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18392         rather than <sys/types.h>, as we merely need size_t.
18393         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18394         to get size_t.
18395         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18396         Include <stdio.h>, to get FILE.
18397         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18398         memcasecmp.h has included <stddef.h> and all we need is size_t.
18399         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18400         our interface, instead of including <sys/types.h>
18401
18402 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18403
18404         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18405         now, as glibc mktime is buggy on non-glibc systems.
18406
18407 2003-06-03  Karl Berry  <karl@gnu.org>
18408
18409         * config/config.sub: update from prep.
18410
18411 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18412
18413         [from coreutils]
18414         Fix some minor time-related bugs with POSIX time arguments.
18415         Some valid time stamps were being rejected (notably -1, and
18416         time stamps before 1900 on 64-bit hosts).  And some invalid
18417         time stamps were being accepted, e.g. September 31.
18418
18419         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18420         that we can return (time_t) -1 successfully.
18421         * lib/posixtm.c: Likewise.
18422         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18423         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18424         (t): Remove static var.
18425         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18426         of static var.  All uses changed.
18427         (year): Do not reject years before 1900; they can occur with
18428         64-bit time_t.
18429         (posix_time_parse): Do not check for out-of-range components;
18430         that is now the caller's responsibility, since our checks were
18431         only approximations.
18432         (posixtime): Use mktime to check for out-of-range components,
18433         since it knows them exactly.
18434         If mktime returns (time_t) -1, check whether an error actually occurred
18435         by invoking localtime on -1.
18436         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18437         posixtime failures better.
18438         Improve the test data (in comments only).
18439
18440 2003-06-02  Karl Berry  <karl@gnu.org>
18441
18442         * config/mkinstalldirs (version): new variable.
18443         (--version): new option.
18444         (usage): improve message.
18445
18446 2003-05-30  Karl Berry  <karl@gnu.org>
18447
18448         * lib/mktime.c: update from libc.
18449
18450 2003-05-30  Bruno Haible  <bruno@clisp.org>
18451
18452         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18453         * config/config.rpath: Upgrade to gettext-0.12.1.
18454
18455 2003-05-30  Bruno Haible  <bruno@clisp.org>
18456
18457         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18458         * m4/nls.m4: New file, from gettext-0.12.1.
18459         * m4/po.m4: New file, from gettext-0.12.1.
18460         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18461
18462 2003-05-30  Bruno Haible  <bruno@clisp.org>
18463
18464         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18465         * lib/localcharset.h: Likewise.
18466         * lib/localcharset.c: Likewise.
18467
18468 2003-05-29  Karl Berry  <karl@gnu.org>
18469
18470         * config/config.rpath: update from gettext.
18471
18472 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18473
18474         Assume the headers required for C89 freestanding compilers.
18475         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18476         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18477         * m4/human.m4 (gl_HUMAN): Likewise.
18478         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18479         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18480         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18481         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18482         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18483         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18484
18485 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18486
18487         Assume the headers required for C89 freestanding compilers.
18488         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18489         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18490         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18491         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18492         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18493         define, since <limits.h> is guaranteed to do that.
18494         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18495         * lib/exclude.c: Include <stdbool.h> unconditionally.
18496         * lib/tempname.c: Include <stddef.h> unconditionally.
18497         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18498         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18499         <stddef.h> does that.
18500         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18501         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18502         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18503         needed.
18504         * lib/xstrtol.c: Likewise.
18505         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18506         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18507
18508         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18509         warnings on some platforms.
18510
18511         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18512         arbitrarily.
18513
18514 2003-05-26  Jim Meyering  <jim@meyering.net>
18515
18516         Merge in a change from coreutils:
18517         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18518         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18519         that condition, rather than `-1' which is slightly misleading.
18520         Change the name of the cache variable to have the gl_ prefix.
18521         Prompted by a patch from Richard Dawe for DJGPP.
18522
18523 2003-05-24  Karl Berry  <karl@gnu.org>
18524
18525         * config/config.guess: update from prep.
18526
18527 2003-05-22  Karl Berry  <karl@gnu.org>
18528
18529         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18530
18531 2003-05-20  Karl Berry  <karl@gnu.org>
18532
18533         * config/config.guess: update from prep.
18534
18535 2003-05-18  Karl Berry  <karl@gnu.org>
18536
18537         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18538         might actually be set by the user.
18539
18540         * config/depcomp, install-sh, mdate-sh: update from automake.
18541
18542 2003-05-17  Bruno Haible  <bruno@clisp.org>
18543
18544         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18545         invalid expansion for AC_EGREP_CPP.
18546         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18547         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18548         Suggested by Akim Demaille <akim@epita.fr> in
18549         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18550
18551 2003-05-12  Jim Meyering  <jim@meyering.net>
18552
18553         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18554         the space-padded-by-default conversion specifiers, %e, %k, %l.
18555
18556 2003-05-12  Bruno Haible  <bruno@clisp.org>
18557
18558         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18559         the string is longer than 4 KB.
18560
18561 2003-05-11  Karl Berry  <karl@gnu.org>
18562
18563         * config/config.{guess,sub}: update from prep.
18564
18565 2003-05-09  Bruno Haible  <bruno@clisp.org>
18566
18567         * modules/error: Add m4/strerror_r.m4 to file list.
18568
18569 2003-05-03  Bruno Haible  <bruno@clisp.org>
18570
18571         Upgrade to Unicode-4.0.
18572         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18573         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18574         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18575         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18576         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18577         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18578         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18579         Change width of U+E0100..U+E01EF from 1 to 0.
18580
18581 2003-04-25  Jim Meyering  <jim@meyering.net>
18582
18583         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18584         of type size_t, not int.
18585
18586 2003-04-25  Bruno Haible  <bruno@clisp.org>
18587
18588         * lib/copy-file.c: Include <stddef.h>, for size_t.
18589
18590 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18591
18592         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18593         code which expansion is under static control.  Patch imported from
18594         Akim Demaille's patch to Bison; see
18595         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18596
18597 2003-04-14  Bruno Haible  <bruno@clisp.org>
18598
18599         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18600
18601 2003-04-11  Jim Meyering  <jim@meyering.net>
18602
18603         Merge changes from Coreutils.
18604
18605         2003-03-22  Jim Meyering  <jim@meyering.net>
18606
18607         * lib/strftime.c (widen): Cast alloca return value to proper type.
18608
18609         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18610
18611         From GNU libc.
18612         * lib/strftime.c (my_strftime): Handle very large width
18613         specifications for numeric values correctly.  Improve checks for
18614         overflow.
18615
18616         2003-01-19  Jim Meyering  <jim@meyering.net>
18617
18618         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18619         definitions.
18620         (nl_get_alt_digit) [! defined my_strftime]: Define.
18621         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18622         _nl_get_alt_digit and _nl_get_walt_digit.
18623
18624         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18625         libc. These changes have no effect outside of _LIBC.
18626
18627 2003-04-10  Bruno Haible  <bruno@clisp.org>
18628
18629         * modules/findprog: New file.
18630         * MODULES.html.sh (func_all_modules): Add it.
18631
18632 2003-04-10  Bruno Haible  <bruno@clisp.org>
18633
18634         * m4/findprog.m4: New file.
18635         * m4/eaccess.m4: New file.
18636
18637 2003-04-10  Bruno Haible  <bruno@clisp.org>
18638
18639         * lib/findprog.h: New file, from GNU gettext.
18640         * lib/findprog.c: New file, from GNU gettext.
18641
18642 2003-04-05  Jim Meyering  <jim@meyering.net>
18643
18644         Merge changes from Coreutils.
18645
18646         * lib/exclude.h (PARAMS): Remove definition and uses.
18647         * lib/exclude.c: Remove uses of `PARAMS'.
18648
18649         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18650         Add test-cases for DOS filenames. Declare program_name.
18651         (main): Set up program_name.  Patch by Rich Dawe.
18652
18653         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18654         error from mntctl.
18655         Use mntctl's return value to drive the entry-processing loop, since
18656         we can't rely on the value of the vmt_length member in the last
18657         entry.  On some systems doing so could result in exhausting
18658         virtual memory.  Based in part on a patch from Mike Jetzer.
18659
18660 2003-04-04  Bruno Haible  <bruno@clisp.org>
18661
18662         * modules/linebreak: New file.
18663         * MODULES.html.sh (func_all_modules): Add it.
18664
18665 2003-04-04  Bruno Haible  <bruno@clisp.org>
18666
18667         * m4/linebreak.m4: New file.
18668
18669 2003-04-04  Bruno Haible  <bruno@clisp.org>
18670
18671         * lib/linebreak.h: New file, from GNU gettext.
18672         * lib/linebreak.c: New file, from GNU gettext with slight
18673         modifications.
18674         * lib/lbrkprop.h: New file, from GNU gettext.
18675
18676 2003-04-03  Bruno Haible  <bruno@clisp.org>
18677
18678         * modules/utf8-ucs4: New file.
18679         * modules/utf16-ucs4: New file.
18680         * modules/ucs4-utf8: New file.
18681         * modules/ucs4-utf16: New file.
18682         * MODULES.html.sh (func_all_modules): Add them.
18683
18684 2003-04-03  Bruno Haible  <bruno@clisp.org>
18685
18686         * m4/utf-ucs4.m4: New file.
18687         * m4/ucs4-utf.m4: New file.
18688
18689 2003-04-03  Bruno Haible  <bruno@clisp.org>
18690
18691         * lib/utf8-ucs4.h: New file, from GNU gettext.
18692         * lib/utf16-ucs4.h: New file, from GNU gettext.
18693         * lib/ucs4-utf8.h: New file, from GNU gettext.
18694         * lib/ucs4-utf16.h: New file, from GNU gettext.
18695
18696 2003-04-02  Bruno Haible  <bruno@clisp.org>
18697
18698         * modules/binary-io: New file.
18699         * MODULES.html.sh (func_all_modules): Add it.
18700
18701 2003-04-02  Bruno Haible  <bruno@clisp.org>
18702
18703         * lib/binary-io.h: New file, from GNU gettext.
18704
18705 2003-04-01  Bruno Haible  <bruno@clisp.org>
18706
18707         * modules/pathname: New file.
18708         * MODULES.html.sh (func_all_modules): Add it.
18709
18710 2003-04-01  Bruno Haible  <bruno@clisp.org>
18711
18712         * lib/pathname.h: New file, from GNU gettext.
18713         * lib/concatpath.c: New file, from GNU gettext.
18714
18715 2003-03-30  Bruno Haible  <bruno@clisp.org>
18716
18717         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18718
18719 2003-03-30  Bruno Haible  <bruno@clisp.org>
18720
18721         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18722         function chown() doesn't exist.
18723
18724 2003-03-28  Bruno Haible  <bruno@clisp.org>
18725
18726         * modules/copy-file: New file.
18727         * MODULES.html.sh (func_all_modules): Add it.
18728
18729 2003-03-28  Bruno Haible  <bruno@clisp.org>
18730
18731         * m4/copy-file.m4: New file.
18732
18733 2003-03-28  Bruno Haible  <bruno@clisp.org>
18734
18735         * lib/copy-file.h: New file, from GNU gettext.
18736         * lib/copy-file.c: New file, from GNU gettext.
18737
18738 2003-03-18  Jim Meyering  <jim@meyering.net>
18739
18740         * lib/quote.c (quote_n): Fix typo in comment.
18741
18742 2003-03-18  Bruno Haible  <bruno@clisp.org>
18743
18744         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18745         checking.
18746         * m4/onceonly_2_57.m4: Likewise.
18747
18748 2003-03-17  Bruno Haible  <bruno@clisp.org>
18749
18750         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18751         (m4_quote): Remove macro.
18752         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18753
18754 2003-03-14  Jim Meyering  <jim@meyering.net>
18755
18756         Merge changes from Coreutils.
18757         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18758         to be const, in order to avoid warnings.
18759         (obstack_room): Likewise.
18760         (obstack_empty_p): Likewise.
18761
18762 2003-03-14  Bruno Haible  <bruno@clisp.org>
18763
18764         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18765         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18766
18767 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18768
18769         Merge changes from Bison.
18770         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18771         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18772         when compiling Bison 1.875's `bitset bset = obstack_alloc
18773         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18774         * lib/hash.c: Include <stdbool.h> unconditionally.
18775
18776 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18777
18778         * m4/onceonly.m4 (m4_quote): New macro.
18779         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18780         Quote AC_FOREACH variable-expansions properly.
18781
18782 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18783
18784         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18785
18786 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18787
18788         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18789         Reported by Bruce Becker; see:
18790         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18791
18792 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18793             Bruno Haible  <bruno@clisp.org>
18794
18795         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18796         Reported by John Hughes, see
18797         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18798
18799 2003-02-20  Bruno Haible  <bruno@clisp.org>
18800
18801         * MODULES.html.sh (func_all_modules): Add poll.
18802
18803 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18804
18805         * modules/poll: New file.
18806
18807 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18808
18809         * lib/poll_.h: New file.
18810         * lib/poll.c: New file.
18811
18812 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18813
18814         * m4/poll.m4: New file.
18815
18816 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18817
18818         * modules/mathl: New file.
18819
18820 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18821
18822         * lib/mathl.h: New file.
18823         * lib/acosl.c: New file.
18824         * lib/asinl.c: New file.
18825         * lib/atanl.c: New file.
18826         * lib/ceill.c: New file.
18827         * lib/cosl.c: New file.
18828         * lib/expl.c: New file.
18829         * lib/floorl.c: New file.
18830         * lib/frexpl.c: New file.
18831         * lib/ldexpl.c: New file.
18832         * lib/logl.c: New file.
18833         * lib/sincosl.c: New file.
18834         * lib/sinl.c: New file.
18835         * lib/sqrtl.c: New file.
18836         * lib/tanl.c: New file.
18837         * lib/trigl.c: New file.
18838         * lib/trigl.h: New file.
18839
18840 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18841
18842         * m4/mathl.m4: New file.
18843
18844 2003-02-18  Bruno Haible  <bruno@clisp.org>
18845
18846         * MODULES.html.sh (func_all_modules): Add mathl.
18847
18848 2003-02-17  Bruno Haible  <bruno@clisp.org>
18849
18850         * modules/mkdtemp: New module.
18851         * MODULES.html.sh (func_all_modules): Add it.
18852
18853 2003-02-17  Bruno Haible  <bruno@clisp.org>
18854
18855         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18856
18857 2003-02-17  Bruno Haible  <bruno@clisp.org>
18858
18859         * lib/mkdtemp.h: New file, from GNU gettext.
18860         * lib/mkdtemp.c: New file, from GNU gettext.
18861
18862 2003-02-02  Jim Meyering  <jim@meyering.net>
18863
18864         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18865         e.g. glibc-2.2.93.
18866
18867 2003-01-31  Bruno Haible  <bruno@clisp.org>
18868
18869         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18870         'rpl_rename'.
18871         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18872         'rpl_strnlen'.
18873         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18874         'rpl_strtod'.
18875         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18876         'rpl_utime'.
18877
18878 2003-01-31  Bruno Haible  <bruno@clisp.org>
18879
18880         * lib/rename.c: #undef rename before defining rpl_rename.
18881         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18882
18883 2003-01-30  Bruno Haible  <bruno@clisp.org>
18884
18885         * modules/vasnprintf, modules/vasprintf: New modules.
18886         * MODULES.html.sh (func_all_modules): Add them.
18887
18888 2003-01-30  Bruno Haible  <bruno@clisp.org>
18889
18890         * m4/signed.m4: New file, from GNU gettext.
18891         * m4/longdouble.m4: New file, from GNU gettext.
18892         * m4/wchar_t.m4: New file, from GNU gettext.
18893         * m4/wint_t.m4: New file, from GNU gettext.
18894         * m4/vasnprintf.m4: New file.
18895         * m4/vasprintf.m4: New file.
18896
18897 2003-01-30  Bruno Haible  <bruno@clisp.org>
18898
18899         * lib/printf-args.h: New file, from GNU gettext.
18900         * lib/printf-args.c: New file, from GNU gettext.
18901         * lib/printf-parse.h: New file, from GNU gettext.
18902         * lib/printf-parse.c: New file, from GNU gettext.
18903         * lib/vasnprintf.h: New file, from GNU gettext.
18904         * lib/vasnprintf.c: New file, from GNU gettext.
18905         * lib/asnprintf.c: New file, from GNU gettext.
18906         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18907         * lib/vasprintf.c: New file, from GNU gettext.
18908         * lib/asprintf.c: New file, from GNU gettext.
18909
18910 2003-01-29  Bruno Haible  <bruno@clisp.org>
18911
18912         * modules/stpncpy: New module.
18913         * MODULES.html.sh (func_all_modules): Add it.
18914
18915 2003-01-29  Bruno Haible  <bruno@clisp.org>
18916
18917         * m4/stpncpy.m4: New file.
18918
18919 2003-01-29  Bruno Haible  <bruno@clisp.org>
18920
18921         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18922         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18923
18924 2003-01-28  Bruno Haible  <bruno@clisp.org>
18925
18926         * modules/c-ctype: New module.
18927         * MODULES.html.sh (func_all_modules): Add it.
18928
18929 2003-01-28  Bruno Haible  <bruno@clisp.org>
18930
18931         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
18932         Paul Eggert.
18933         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
18934         Paul Eggert.
18935
18936 2003-01-27  Bruno Haible  <bruno@clisp.org>
18937
18938         * modules/xsetenv: New module.
18939         * MODULES.html.sh (func_all_modules): Add it.
18940
18941 2003-01-27  Bruno Haible  <bruno@clisp.org>
18942
18943         * lib/xsetenv.h: New file, from GNU gettext.
18944         * lib/xsetenv.c: New file, from GNU gettext.
18945
18946 2003-01-23  Jim Meyering  <jim@meyering.net>
18947
18948         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
18949         from working on systems without dirfd (at least Irix and OSF1/Tru64).
18950
18951 2003-01-23  Bruno Haible  <bruno@clisp.org>
18952
18953         * modules/minmax: New module.
18954         * MODULES.html.sh (func_all_modules): Add it.
18955
18956 2003-01-23  Bruno Haible  <bruno@clisp.org>
18957
18958         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
18959         Eggert.
18960
18961 2003-01-22  Bruno Haible  <bruno@clisp.org>
18962
18963         * modules/exit: New module.
18964         * MODULES.html.sh (func_all_modules): Add it.
18965
18966 2003-01-22  Bruno Haible  <bruno@clisp.org>
18967
18968         * lib/exit.h: New file, from GNU gettext.
18969
18970 2003-01-19  Bruno Haible  <bruno@clisp.org>
18971
18972         * gnulib-tool: Recognize option --extract-maintainer.
18973         (func_get_maintainer): New function.
18974         * modules/*: Add Maintainer entry.
18975
18976 2003-01-16  Jim Meyering  <jim@meyering.net>
18977
18978         * m4/regex.m4: The `regex' struct is both input and output.
18979         Initialize it before each use.  Patch by Tim Waugh.
18980
18981 2003-01-16  Bruno Haible  <bruno@clisp.org>
18982
18983         * MODULES.html.sh: Add a table of contents. Add the module name as
18984         leftmost column. Add hyperlinks.
18985
18986 2003-01-15  Bruno Haible  <bruno@clisp.org>
18987
18988         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
18989
18990 2003-01-15  Bruno Haible  <bruno@clisp.org>
18991
18992         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
18993         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
18994         suffix.
18995
18996 2003-01-15  Bruno Haible  <bruno@clisp.org>
18997
18998         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
18999
19000 2003-01-15  Bruno Haible  <bruno@clisp.org>
19001
19002         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19003         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19004
19005 2003-01-14  Jim Meyering  <jim@meyering.net>
19006
19007         * lib/same.c (same_name): Tweak a comment.
19008
19009 2003-01-14  Bruno Haible  <bruno@clisp.org>
19010
19011         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19012         when a string comparison is sufficient.
19013
19014 2003-01-14  Bruno Haible  <bruno@clisp.org>
19015
19016         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19017         'unsigned int'.
19018
19019 2003-01-14  Bruno Haible  <bruno@clisp.org>
19020
19021         * lib/hash-pjw.c: Add comment about low quality of this function.
19022
19023 2003-01-13  Bruno Haible  <bruno@clisp.org>
19024
19025         * modules/stpcpy: Distribute lib/stpcpy.h.
19026         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19027
19028 2003-01-13  Bruno Haible  <bruno@clisp.org>
19029
19030         * modules/*: Add a description.
19031         * modules/strpbrk: Fix Makefile.am snippet.
19032         * modules/strtoimax: Fix dependencies.
19033         * modules/strtoumax: Likewise.
19034
19035 2003-01-13  Bruno Haible  <bruno@clisp.org>
19036
19037         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19038         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19039         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19040
19041 2003-01-13  Bruno Haible  <bruno@clisp.org>
19042
19043         * gnulib-tool (func_create_testdir): Store config/* files in the main
19044         directory.
19045         * config.rpath: Move to ...
19046         * config/config.rpath: ... here.
19047         * modules/gettext: Contains config/config.rpath, not config.rpath.
19048         * modules/iconv: Likewise.
19049
19050 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19051
19052         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19053         to avoid collisions with libcurses and libreadline.
19054
19055         * m4/getstr.m4: Remove.
19056         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19057
19058 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19059
19060         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19061         to avoid collisions with libcurses and libreadline.
19062
19063         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19064         * lib/getstr.h, getstr.c: Remove.
19065         * lib/getline.c: Include "getline.h", to check interface.
19066         Move body of old getstr.c here: this defines MIN_CHUNK and
19067         declares getdelim2, which is renamed from getstr.
19068         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19069
19070         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19071         All uses changed.
19072         * lib/linebuffer.h: Likewise.
19073         (readline): Remove backward-compatibility macro.
19074
19075 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19076
19077         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19078         to avoid collisions with libcurses and libreadline.
19079         * getstr: Remove.
19080         * MODULES.html.sh: Remove getstr.
19081         * modules/getline: Depend on unlocked-io, not getstr.
19082
19083 2003-01-12  Jim Meyering  <jim@meyering.net>
19084
19085         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19086
19087 2003-01-10  Bruno Haible  <bruno@clisp.org>
19088
19089         * modules/alloca: Change Makefile.am requirements. Simplify Include
19090         requirements. Add lib/alloca_.h to file list.
19091
19092 2003-01-10  Bruno Haible  <bruno@clisp.org>
19093
19094         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19095
19096 2003-01-10  Bruno Haible  <bruno@clisp.org>
19097
19098         * lib/alloca_.h: New file.
19099         * lib/getdate.y: Unconditionally include alloca.h.
19100         * lib/makepath.c: Likewise.
19101         * lib/setenv.c: Likewise.
19102         * lib/userspec.c: Likewise.
19103
19104 2003-01-09  Karl Berry  <karl@gnu.org>
19105
19106         * MODULES.html.sh: include `dirname $0` in PATH, to find
19107         gnulib-tool.
19108
19109 2003-01-09  Bruno Haible  <bruno@clisp.org>
19110
19111         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19112         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19113
19114 2003-01-09  Bruno Haible  <bruno@clisp.org>
19115
19116         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19117
19118 2003-01-09  Bruno Haible  <bruno@clisp.org>
19119
19120         * lib/stdbool.h.in: New file.
19121
19122 2003-01-09  Bruno Haible  <bruno@clisp.org>
19123
19124         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19125         * MODULES.html.sh: Likewise.
19126
19127 2003-01-08  Jim Meyering  <jim@meyering.net>
19128
19129         * lib/full-write.c: Undefine and define-away `const' after inclusion
19130         of errno.h, not before.  Suggestion from Bruno Haible.
19131
19132 2003-01-08  Bruno Haible  <bruno@clisp.org>
19133
19134         * modules/full-read: Depend on full-write.
19135
19136 2003-01-08  Bruno Haible  <bruno@clisp.org>
19137
19138         * lib/safe-read.c: Include specification header first, to ensure its
19139         selfcontainedness.
19140         * lib/full-write.c: Likewise.
19141
19142 2003-01-07  Jim Meyering  <jim@meyering.net>
19143
19144         * lib/full-write.c: Rework so that it may serve to define full_read,
19145         too.
19146         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19147
19148 2003-01-07  Bruno Haible  <bruno@clisp.org>
19149
19150         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19151         <inttypes.h>.
19152         * lib/xstrtol.h: Likewise.
19153         * lib/xstrtoimax.c: Likewise.
19154         * lib/xstrtoumax.c: Likewise.
19155         * lib/human.h: Likewise.
19156
19157         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19158         on systems that have <inttypes.h> but not <stdint.h>.
19159
19160 2003-01-07  Bruno Haible  <bruno@clisp.org>
19161
19162         * MODULES.html.sh: Add copyright notice.
19163         (missed_files): Omit CVS directory entries.
19164         (func_module): Make it work with sed-3.02.
19165         * MODULES.txt: Remove file.
19166
19167 2003-01-06  Jim Meyering  <jim@meyering.net>
19168
19169         * lib/version-etc.c: Update year in translatable copyright string.
19170
19171 2003-01-03  Karl Berry  <karl@gnu.org>
19172
19173         * config/config.{guess,sub}: update from prep.
19174
19175 2003-01-02  Karl Berry  <karl@gnu.org>
19176
19177         * doc/COPYING.DOC: belatedly updated to 1.2.
19178
19179 2003-01-01  Karl Berry  <karl@gnu.org>
19180
19181         * gnulib-tool (func_verify_module): report module name $module in
19182         error message, not $1.
19183         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19184         be created, only if it doesn't exist.
19185         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19186
19187 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19188
19189         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19190
19191 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19192
19193         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19194         memcmp if strcoll doesn't work.
19195
19196 2002-12-31  Bruno Haible  <bruno@clisp.org>
19197
19198         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19199         nonempty.
19200
19201 2002-12-31  Bruno Haible  <bruno@clisp.org>
19202
19203         * lib/memcoll.c (STRCOLL): New macro.
19204         (memcoll): Use it.
19205
19206 2002-12-31  Bruno Haible  <bruno@clisp.org>
19207
19208         * lib/localcharset.h: New file.
19209         * lib/localcharset.c: Include it.
19210         * lib/unicodeio.c: Likewise.
19211
19212 2002-12-31  Bruno Haible  <bruno@clisp.org>
19213
19214         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19215         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19216
19217 2002-12-31  Bruno Haible  <bruno@clisp.org>
19218
19219         * lib/getline.h: Include <stddef.h>, for size_t.
19220
19221         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19222         * lib/unicodeio.c: Don't include <stddef.h>.
19223
19224 2002-12-31  Bruno Haible  <bruno@clisp.org>
19225
19226         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19227         HAVE_TM_ZONE.
19228
19229 2002-12-24  Karl Berry  <karl@gnu.org>
19230
19231         * config/config.guess: update from prep.
19232
19233 2002-12-24  Bruno Haible  <bruno@clisp.org>
19234
19235         General infrasructure.
19236         * m4/README: Rewritten.
19237         * m4/onceonly.m4: New file.
19238         * m4/onceonly_2_57.m4: New file.
19239
19240         Module atexit.
19241         * m4/atexit.m4: New file.
19242
19243         Module strtod.
19244         * m4/strtod.m4: New file.
19245
19246         Module strtol.
19247         * m4/strtol.m4: New file.
19248
19249         Module strtoul.
19250         * m4/strtoul.m4: New file.
19251
19252         Module memchr.
19253         * m4/memchr.m4: New file.
19254
19255         Module memcmp.
19256         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19257         (jm_FUNC_MEMCMP): Invoke it.
19258
19259         Module memcpy.
19260         * m4/memcpy.m4: New file.
19261
19262         Module memmove.
19263         * m4/memmove.m4: New file.
19264
19265         Module memset.
19266         * m4/memset.m4: New file.
19267
19268         Module strcspn.
19269         * m4/strcspn.m4: New file.
19270
19271         Module strpbrk.
19272         * m4/strpbrk.m4: New file.
19273
19274         Module strstr.
19275         * m4/strstr.m4: New file.
19276
19277         Module strerror.
19278         * m4/strerror.m4: New file.
19279
19280         Module mktime.
19281         * m4/mktime.m4: Renamed from jm-mktime.m4.
19282         (gl_PREREQ_MKTIME): New macro.
19283         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19284
19285         Module malloc.
19286         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19287         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19288         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19289
19290         Module realloc.
19291         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19292         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19293         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19294
19295         Module strftime.
19296         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19297         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19298         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19299         gl_TM_GMTOFF.
19300         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19301
19302         Module xalloc.
19303         * m4/xalloc.m4: New file.
19304
19305         Module alloca.
19306         * m4/alloca.m4: New file.
19307
19308         Module putenv.
19309         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19310         (jm_FUNC_PUTENV): Invoke it.
19311
19312         Module setenv.
19313         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19314         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19315         when invoked twice.
19316         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19317         gt_FUNC_SETENV.
19318
19319         Module memrchr.
19320         * m4/memrchr.m4: New file.
19321
19322         Module stpcpy.
19323         * m4/stpcpy.m4: New file.
19324
19325         Module strcase.
19326         * m4/strcase.m4: New file.
19327
19328         Module strdup.
19329         * m4/strdup.m4: New file.
19330
19331         Module strnlen.
19332         * m4/strnlen.m4: New file.
19333
19334         Module strndup.
19335         * m4/strndup.m4: New file.
19336
19337         Module xstrtod.
19338         * m4/xstrtod.m4: New file.
19339
19340         Module xstrtol.
19341         * m4/xstrtol.m4: New file.
19342
19343         Module getdate.
19344         * m4/getdate.m4: New file.
19345
19346         Module unlocked-io.
19347         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19348         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19349         * m4/jm-glibc-io.m4n: Remove file.
19350
19351         Module long-options.
19352         * m4/long-options.m4: New file.
19353
19354         Module md5.
19355         * m4/md5.m4: New file.
19356
19357         Module sha.
19358         * m4/sha.m4: New file.
19359
19360         Module getstr.
19361         * m4/getstr.m4: New file.
19362
19363         Module getline.
19364         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19365         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19366         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19367         simply getline. Infoke gl_PREREQ_GETLINE.
19368
19369         Module obstack.
19370         * m4/obstack.m4: New file.
19371
19372         Module hash.
19373         * m4/hash.m4: New file.
19374
19375         Module readtokens.
19376         * m4/readtokens.m4: New file.
19377
19378         Module strverscmp.
19379         * m4/strverscmp.m4: New file.
19380
19381         Module stdbool.
19382         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19383         OSF/1.
19384
19385         Module strtoll.
19386         * m4/strtoll.m4: New file.
19387
19388         Module strtoull.
19389         * m4/strtoull.m4: New file.
19390
19391         Module strtoimax.
19392         * m4/strtoimax.m4: New file.
19393
19394         Module strtoumax.
19395         * m4/strtoumax.m4: New file.
19396
19397         Module xstrtoimax.
19398         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19399         jm_AC_PREREQ_XSTRTOIMAX.
19400         Moved the strtol prerequisites to strtol.m4.
19401         Moved the strtoll prerequisites to strtoll.m4.
19402         Moved the strtoimax prerequisites to strtoimax.m4.
19403
19404         Module xstrtoumax.
19405         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19406         jm_AC_PREREQ_XSTRTOUMAX.
19407         Moved the strtoul prerequisites to strtoul.m4.
19408         Moved the strtoull prerequisites to strtoull.m4.
19409         Moved the strtoumax prerequisites to strtoumax.m4.
19410
19411         Module chown.
19412         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19413         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19414
19415         Module dup2.
19416         * m4/dup2.m4: New file.
19417
19418         Module ftruncate.
19419         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19420         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19421
19422         Module getgroups.
19423         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19424         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19425
19426         Module gettimeofday.
19427         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19428         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19429         gl_PREREQ_GETTIMEOFDAY.
19430
19431         Module mkdir.
19432         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19433         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19434
19435         Module mkstemp.
19436         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19437         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19438         jm_AC_TYPE_UINTMAX_T.
19439         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19440
19441         Module stat.
19442         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19443         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19444
19445         Module lstat.
19446         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19447         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19448
19449         Module timespec.
19450         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19451         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19452         * m4/st_mtim.m4: Indentation.
19453
19454         Module nanosleep.
19455         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19456         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19457         gl_PREREQ_NANOSLEEP.
19458
19459         Module regex.
19460         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19461         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19462         (gl_REGEX): New macro.
19463
19464         Module rename.
19465         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19466         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19467
19468         Module rmdir.
19469         * m4/rmdir.m4: New file.
19470
19471         Module utime.
19472         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19473         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19474         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19475
19476         Module dirname.
19477         * m4/dirname.m4: New file.
19478
19479         Module getopt.
19480         * m4/getopt.m4: New file.
19481
19482         Module unistd-safer.
19483         * m4/unistd-safer.m4: New file.
19484
19485         Module fnmatch.
19486         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19487         declaration.
19488         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19489         (gl_FUNC_FNMATCH_POSIX): New macro.
19490         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19491         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19492         simply fnmatch.
19493
19494         Module exclude.
19495         * m4/exclude.m4: New file.
19496
19497         Module human.
19498         * m4/human.m4: New file.
19499
19500         Module acl.
19501         * m4/acl.m4: Nop.
19502
19503         Module backupfile.
19504         * m4/backupfile.m4: New file.
19505         * m4/d-ino.m4: Indentation.
19506
19507         Module fsusage.
19508         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19509         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19510         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19511
19512         Module dirfd.
19513         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19514         requirements.
19515
19516         Module euidaccess.
19517         * m4/euidaccess.m4: New file.
19518
19519         Module file-type.
19520         * m4/file-type.m4: New file.
19521
19522         Module fileblocks.
19523         * m4/fileblocks.m4: New file.
19524
19525         Module filemode.
19526         * m4/filemode.m4: New file.
19527
19528         Module isdir.
19529         * m4/isdir.m4: New file.
19530
19531         Module lchown.
19532         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19533         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19534
19535         Module makepath.
19536         * m4/makepath.m4: New file.
19537
19538         Module modechange.
19539         * m4/modechange.m4: New file.
19540
19541         Module mountlist.
19542         * m4/mountlist.m4: New file.
19543         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19544         Indentation.
19545
19546         Module path-concat.
19547         * m4/path-concat.m4: New file.
19548
19549         Module pathmax.
19550         * m4/pathmax.m4: New file.
19551
19552         Module same.
19553         * m4/same.m4: New file.
19554
19555         Module save-cwd.
19556         * m4/save-cwd.m4: New file.
19557
19558         Module savedir.
19559         * m4/savedir.m4: New file.
19560
19561         Module xgetcwd.
19562         * m4/xgetcwd.m4: New file.
19563         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19564
19565         Module xreadlink.
19566         * m4/xreadlink.m4: New file.
19567
19568         Module safe-read.
19569         * m4/safe-read.m4: New file.
19570
19571         Module safe-write.
19572         * m4/safe-write.m4: New file.
19573
19574         Module closeout.
19575         * m4/closeout.m4: New file.
19576
19577         Module stdio-safer.
19578         * m4/stdio-safer.m4: New file.
19579
19580         Module getpass.
19581         * m4/getpass.m4: New file.
19582
19583         Module getugroups.
19584         * m4/getugroups.m4: New file.
19585
19586         Module group-member.
19587         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19588         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19589
19590         Module idcache.
19591         * m4/idcache.m4: New file.
19592
19593         Module userspec.
19594         * m4/userspec.m4: New file.
19595
19596         Module gettime.
19597         * m4/clock_time.m4: New file.
19598         * m4/gettime.m4: New file.
19599
19600         Module settime.
19601         * m4/settime.m4: New file.
19602
19603         Module posixtm.
19604         * m4/posixtm.m4: New file.
19605
19606         Module gethostname.
19607         * m4/gethostname.m4: New file.
19608
19609         Module canon-host.
19610         * m4/canon-host.m4: New file.
19611
19612         Module gettext.
19613         * m4/codeset.m4: New file, from gettext-0.11.5.
19614         * m4/gettext.m4: New file, from gettext-0.11.5.
19615         * m4/glibc21.m4: New file, from gettext-0.11.5.
19616         * m4/iconv.m4: New file, from gettext-0.11.5.
19617         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19618         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19619         * m4/inttypes.m4: New file, from gettext-0.11.5.
19620         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19621         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19622         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19623         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19624         * m4/lib-link.m4: New file, from gettext-0.11.5.
19625         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19626         * m4/progtest.m4: New file, from gettext-0.11.5.
19627         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19628         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19629         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19630
19631         Module localcharset.
19632         * m4/localcharset.m4: New file.
19633
19634         Module hard-locale.
19635         * m4/hard-locale.m4: New file.
19636
19637         Module mbswidth.
19638         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19639         onceonly macros.
19640         * m4/mbrtowc.m4: Add comment.
19641
19642         Module memcasecmp.
19643         * m4/memcasecmp.m4: New file.
19644
19645         Module memcoll.
19646         * m4/memcoll.m4: New file.
19647
19648         Module unicodeio.
19649         * m4/unicodeio.m4: New file.
19650
19651         Module rpmatch.
19652         * m4/rpmatch.m4: New file.
19653
19654         Module yesno.
19655         * m4/yesno.m4: New file.
19656
19657         Module exitfail.
19658         * m4/exitfail.m4: New file.
19659
19660         Module c-stack.
19661         * m4/c-stack.m4 (gl_C_STACK): New macro.
19662         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19663
19664         Module error.
19665         * m4/error.m4 (gl_ERROR): New macro.
19666         (jm_PREREQ_ERROR): Use onceonly macros.
19667
19668         Module fatal.
19669         * m4/fatal.m4: New file.
19670
19671         Module getloadavg.
19672         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19673         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19674
19675         Module getpagesize.
19676         * m4/getpagesize.m4: New file.
19677
19678         Module getusershell.
19679         * m4/getusershell.m4: New file.
19680
19681         Module physmem.
19682         * m4/physmem.m4: New file.
19683
19684         Module posixver.
19685         * m4/posixver.m4: New file.
19686
19687         Module quotearg.
19688         * m4/quotearg.m4: New file.
19689
19690         Module quote.
19691         * m4/quote.m4: New file.
19692
19693         Module readutmp.
19694         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19695
19696         Module sig2str.
19697         * m4/sig2str.m4: New file.
19698
19699         Other.
19700         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19701         ulonglong.m4.
19702         * m4/intmax_t.m4: New file.
19703         * m4/d-type.m4: Indentation.
19704         * m4/jm-macros.m4: Update.
19705         * m4/prereq.m4 (jm_PREREQ): Update.
19706         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19707         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19708         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19709         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19710         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19711         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19712         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19713         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19714         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19715         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19716         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19717         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19718         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19719         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19720         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19721         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19722         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19723         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19724         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19725
19726 2002-12-24  Bruno Haible  <bruno@clisp.org>
19727
19728         * MODULES.txt: Update according to m4/ changes.
19729
19730         Module gettext.
19731         * config.rpath: New file, from gettext-0.11.5.
19732
19733         * modules/*: New module descriptions.
19734         * gnulib-tool: New file.
19735         * MODULES.html.sh: New file.
19736
19737 2002-12-21  Karl Berry  <karl@gnu.org>
19738
19739         * doc/fdl.texi: update to version 1.2.
19740
19741 2002-12-19  Karl Berry  <karl@gnu.org>
19742
19743         * config/config.guess: update from prep.
19744
19745 2002-12-18  Bruno Haible  <bruno@clisp.org>
19746
19747         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19748         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19749
19750 2002-12-17  Bruno Haible  <bruno@clisp.org>
19751
19752         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19753         stdlib.h, string.h.
19754
19755 2002-12-17  Bruno Haible  <bruno@clisp.org>
19756
19757         * lib/canon-host.c (strdup): Remove unused declaration.
19758
19759         * lib/fsusage.c: Include full_read.h.
19760         (get_fs_usage): Use full_read instead of safe_read.
19761
19762         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19763
19764 2002-12-12  Karl Berry  <karl@gnu.org>
19765
19766         * config/config.guess: update from prep.
19767
19768 2002-12-11  Bruno Haible  <bruno@clisp.org>
19769
19770         * m4/setenv.m4: New file, from gettext-0.11.5.
19771
19772 2002-12-11  Bruno Haible  <bruno@clisp.org>
19773
19774         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19775         not unsetenv().
19776         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19777         modifications:
19778
19779         2002-12-11  Bruno Haible  <bruno@clisp.org>
19780
19781                 * setenv.c (alloca): Fall back to malloc.
19782                 (freea): New macro.
19783                 (setenv): Use freea() to free memory allocated with alloca().
19784
19785         2002-11-13  Bruno Haible  <bruno@clisp.org>
19786
19787                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19788                 function declarations.
19789                 * unsetenv.c (unsetenv): Likewise.
19790
19791         2002-03-04  Bruno Haible  <bruno@clisp.org>
19792
19793                 Portability to AIX 4.3.3.
19794                 * unsetenv.c: New file, extracted from setenv.c.
19795                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19796
19797         2001-12-20  Bruno Haible  <bruno@clisp.org>
19798
19799                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19800                 use malloc instead. For SunOS 4.
19801
19802         2001-12-11  Bruno Haible  <bruno@clisp.org>
19803
19804                 * setenv.c: Declare alloca.
19805                 (compar_fn_t): New typedef.
19806                 (KNOWN_VALUE, STORE_VALUE): Use it.
19807
19808         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19809         setenv.h.
19810
19811 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19812
19813         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19814         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19815         Choose values that are less likely to collide with system fnmatch
19816         options.
19817         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19818         defined (e.g., a pure POSIX system).
19819         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19820         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19821
19822 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19823
19824         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19825         a pain in practice to deal with generated m4 files.  This change
19826         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19827
19828         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19829         and jm-glibc-io.m4, as they are no longer a special case.
19830         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19831         kludge and the auto-generation stuff.  Check only whether the
19832         functions are declared, not whether they exist, since older hosts
19833         that don't declare the functions can't use the optimization anyway.
19834
19835 2002-12-06  Jim Meyering  <jim@meyering.net>
19836
19837         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19838
19839         Merge in changes from libc's misc/error.c, in preparation
19840         for the merge of gnulib's changes back into libc.
19841
19842         * lib/error.c (_): Define only if not already defined.
19843         Move definition to follow all #include directives.
19844         Include unlocked-io.h only if !_LIBC.
19845         [_LIBC]: Include <libio/libioP.h>.
19846         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19847         (fflush): Tweak definition to use INTUSE.
19848         (putc): Define.
19849
19850 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19851
19852         * lib/alloca.c [defined emacs]: Include "lisp.h".
19853         (xalloc_die) [defined emacs]: New macro.
19854         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19855         [! defined emacs]: Include <xalloc.h>.
19856         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19857         (pointer): Typedef to POINTER_TYPE *.
19858         (malloc): Remove decl; we now always use xmalloc.
19859         (alloca): Use old-style definition, since Emacs needs this.
19860         Check for arithmetic overflow when computing combined size.
19861
19862 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19863
19864         Do not generate unlocked-io.h automatically, since it's easier to
19865         maintain it by hand.
19866
19867         * lib/unlocked-io.h: New file, from GNU diffutils,
19868         but with proper copyright notice and attribution.
19869         * lib/gen-uio: Remove.
19870         * lib/Makefile.am: Add copyright notice.
19871         (libfetish_a_SOURCES): Add unlocked-io.h.
19872         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19873         (DISTCLEANFILES, io_functions): Remove macros.
19874         (EXTRA_DIST): Remove gen_uio.
19875         (unlocked-io.h): Remove rule.
19876
19877 2002-12-04  Jim Meyering  <jim@meyering.net>
19878
19879         Reflect the fact that stat.c and lstat.c are no longer generated.
19880         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19881         (DISTCLEANFILES): Likewise.
19882         (EXTRA_DIST): Likewise.
19883         (all_local): Don't depend on stat.c or lstat.c.
19884         (stat.c, lstat.c): Remove rules.
19885         (EXTRA_DIST): Remove xstat.in.
19886
19887         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19888         * lib/stat.c: New file.  Contents mostly from xstat.in.
19889         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19890         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19891
19892         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19893         too.
19894         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19895
19896 2002-12-03  Jim Meyering  <jim@meyering.net>
19897
19898         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19899         but not semantics, to minimize the differences between these two files.
19900         (safe_read): Change comment to mention SAFE_READ_ERROR.
19901
19902         * lib/safe-read.c (IS_EINTR): Define.
19903         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19904
19905 2002-12-02  Jim Meyering  <jim@meyering.net>
19906
19907         * lib/safe-read.c (EINTR): Define.
19908         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19909         (INT_MAX): Provide fallback.
19910         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19911
19912         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19913
19914 2002-12-02  Bruno Haible  <bruno@clisp.org>
19915
19916         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19917         Define, taken from safe-read.c.
19918         (INT_MAX): Provide fallback.
19919         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19920         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19921
19922         * lib/safe-read.c (EINTR): Remove definition.
19923         (safe_read): Don't use EINTR if it is absent.
19924
19925 2002-12-01  Jim Meyering  <jim@meyering.net>
19926
19927         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19928         zero.
19929         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19930
19931 2002-11-27  Paul Eggert  <eggert@twinsun.com>
19932
19933         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
19934         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
19935         with `if (! (value < limit)) abort ();', for readability.
19936
19937 2002-11-26  Karl Berry  <karl@gnu.org>
19938
19939         * lib/strdup.c: copy from libc again, with jim's ok.
19940         * lib/.cppi-disable: re-add strdup.c
19941
19942 2002-11-25  Karl Berry  <karl@gnu.org>
19943
19944         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
19945         instead of "strtol.c".
19946
19947 2002-11-25  Karl Berry  <karl@gnu.org>
19948
19949         * config/install-sh: update from automake for variable quoting, $0 in
19950         error msgs, etc.
19951
19952         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
19953         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
19954         entry.
19955
19956 2002-11-25  Jim Meyering  <jim@meyering.net>
19957
19958         * lib/mktime.c: Sync from libc, now that it has the latest fix.
19959
19960 2002-11-24  Karl Berry  <karl@gnu.org>
19961
19962         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
19963         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
19964
19965 2002-11-24  Jim Meyering  <jim@meyering.net>
19966
19967         Update from coreutils:
19968
19969         * lib/mktime.c: Merge in changes from libc.
19970
19971         Avoid a link-time failure on some Linux systems.
19972         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
19973         (otherwise).
19974         (__mon_yday): Declare with the STATIC attribute.
19975         (__mktime_internal): Likewise.
19976         Based on a report from Greg Schafer.
19977
19978 2002-11-23  Jim Meyering  <jim@meyering.net>
19979
19980         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
19981         Use `unsigned', not `int', as type of index.
19982
19983         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
19984
19985         * lib/fsusage.c: Remove unneeded parentheses around operands of
19986         `defined'.
19987
19988 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19989
19990         * lib/quotearg.h: Allow multiple inclusion by surrounding with
19991         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
19992         so that we can be included first.
19993         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
19994         * lib/quotearg.c: Include quotearg.h immediately after config.h.
19995         No need to include stddef.h or sys/types.h any more.
19996         Surround local include files with "", not "<>".
19997         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
19998         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
19999         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20000         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20001         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20002         (ISPRINT): Remove; no longer needed now that we assume C89.
20003
20004         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20005         Preserve errno.
20006
20007         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20008         quotearg_char): Use SIZE_MAX rather than
20009         (size_t) -1 when we are talking about "infinity".
20010
20011         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20012
20013 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20014
20015         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20016         hint that one should use `if (! x) abort ();' rather than `assert
20017         (x);', and anyway it's one less thing to worry about configuring.
20018         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20019         hash_rehash, hash_insert): Use abort rather than assert.
20020
20021 2002-11-22  Bruno Haible  <bruno@clisp.org>
20022
20023         * lib/safe-read.h: Assume C89. Add comments.
20024         (safe_read): Change return type to size_t.
20025         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20026         byte counts > SSIZE_MAX correctly.
20027         * lib/safe-write.h: New file.
20028         * lib/safe-write.c: New file.
20029         * lib/full-read.h: New file.
20030         * lib/full-read.c: New file.
20031         * lib/full-write.h: Assume C89. Add comments.
20032         * lib/full-write.c: Include safe-write.h.
20033         (full_write): Rewritten to use safe_write.
20034         Suggested by Jim Meyering and Paul Eggert.
20035
20036 2002-11-21  Jim Meyering  <jim@meyering.net>
20037
20038         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20039
20040         Merge in changes from the coreutils.
20041
20042         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20043         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20044         <stdint.h>.
20045         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20046         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20047         int.  Work more efficiently if X is the same width as uintmax_t.
20048         Do not compare X to -1, to avoid bogus compiler warning.
20049         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20050         Don't assume that f_frsize and f_bsize are the same type.
20051
20052         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20053         warning on FreeBSD.
20054
20055         * lib/makepath.c (make_path): Restore umask *before* creating the final
20056         component.
20057         (make_path): Minor reformatting.
20058
20059         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20060         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20061         HAVE_MALLOC/HAVE_REALLOC.
20062
20063         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20064         dummy ones.  At least on GNU/Linux systems, `auto' means something
20065         else.
20066         From Michael Stone.
20067
20068 2002-11-21  Bruno Haible  <bruno@clisp.org>
20069
20070         Remove case insensitive option matching.
20071         * lib/argmatch.h (argcasematch): Remove declaration.
20072         (ARGCASEMATCH): Remove macro.
20073         (__xargmatch_internal): Remove case_sensitive argument.
20074         (XARGMATCH): Update.
20075         (XARGCASEMATCH): Remove macro.
20076         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20077         case_sensitive argument.
20078         (argcasematch): Remove function.
20079         (__xargmatch_internal): Remove case_sensitive argument.
20080         (main): Use XARGMATCH instead of XARGCASEMATCH.
20081
20082         * lib/xmalloc.c: Change compile-time error message. Add comment about
20083         required autoconf version.
20084
20085 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20086
20087         Merge argmatch cleanups from Bison.  Assume C89.
20088
20089         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20090         Include stdlib.h, for EXIT_FAILURE.
20091         Always include <string.h>, since we assume C89.
20092         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20093         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20094         Include <stddef.h> instead, since it's all we need for size_t.
20095         (PARAMS): Remove.  All uses removed.
20096         (ARRAY_CARDINALITY): Do not bother to #undef.
20097         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20098         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20099         Remove unnecessary parentheses.
20100         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20101         Insert necessary parentheses.
20102         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20103         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20104
20105 2002-11-19  Bruno Haible  <bruno@clisp.org>
20106
20107         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20108         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20109
20110         * lib/mbswidth.h (PARAMS): Remove macro.
20111         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20112         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20113
20114         * lib/gcd.h (PARAMS): Remove macro.
20115         (gcd): Use ANSI C function declarations.
20116         * lib/gcd.c (gcd): Likewise.
20117
20118 2002-11-15  Bruno Haible  <bruno@clisp.org>
20119
20120         * lib/strcspn.c: Include <stddef.h>.
20121         (strcspn): Use ANSI C function declaration. Change return type to
20122         size_t. Use NULL.
20123         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20124         (strpbrk): Use NULL.
20125         * lib/strpbrk.h (PARAMS): Remove macro.
20126         (strpbrk): Use ANSI C function declaration.
20127         * lib/strstr.c: Don't include <sys/types.h>.
20128         * lib/strstr.h (PARAMS): Remove macro.
20129         (strstr): Use ANSI C function declarations.
20130
20131 2002-11-14  Karl Berry  <karl@gnu.org>
20132
20133         * config/mkinstalldirs: `do' on separate line, instead of
20134         `for var; do'.
20135
20136 2002-11-06  Bruno Haible  <bruno@clisp.org>
20137
20138         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20139         * lib/gcd.c (gcd): Likewise.
20140
20141 2002-11-05  Bruno Haible  <bruno@clisp.org>
20142
20143         * lib/gcd.h: New file, from gettext-0.11.5.
20144         * lib/gcd.c: New file, from gettext-0.11.5.
20145
20146 2002-11-05  Bruno Haible  <bruno@clisp.org>
20147
20148         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20149         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20150         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20151         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20152
20153         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20154         <libintl.h>.
20155         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20156         <libintl.h>.
20157
20158         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20159         * lib/human.c: Include gettext.h instead of <libintl.h>.
20160         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20161         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20162         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20163         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20164         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20165         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20166         (textdomain): Remove definition.
20167         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20168
20169         * lib/long-options.c: Remove include of <libintl.h> and definition of
20170         _.
20171         * lib/same.c: Remove include of <libintl.h> and definition of _.
20172
20173 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20174
20175         * lib/config.charset: A few additions for Solaris.
20176
20177 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20178
20179         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20180         * lib/localcharset.c (locale_charset): Declare as extern "C".
20181
20182 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20183
20184         * lib/config.charset: msdos in uk_UA uses CP1125.
20185
20186 2002-11-04  Bruno Haible  <bruno@clisp.org>
20187
20188         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20189         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20190         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20191         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20192         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20193
20194 2002-11-04  Bruno Haible  <bruno@clisp.org>
20195
20196         * lib/localcharset.c (locale_charset): Don't return an empty string.
20197
20198 2002-11-04  Bruno Haible  <bruno@clisp.org>
20199
20200         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20201         aliases.
20202
20203 2002-11-04  Bruno Haible  <bruno@clisp.org>
20204
20205         * lib/config.charset: Update for newest glibc. Add canonical names
20206         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20207
20208 2002-11-04  Bruno Haible  <bruno@clisp.org>
20209
20210         * lib/config.charset: Add support for NetBSD.
20211
20212 2002-11-04  Bruno Haible  <bruno@clisp.org>
20213
20214         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20215
20216 2002-11-01  Bruno Haible  <bruno@clisp.org>
20217
20218         * configure.in: Add AC_CONFIG_AUX_DIR call.
20219         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20220         test/Makefile.
20221         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20222
20223 2002-09-28  Karl Berry  <karl@gnu.org>
20224
20225         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20226         installed automake until the next release, since changes have been
20227         made.
20228
20229 2002-09-25  Karl Berry  <karl@gnu.org>
20230
20231         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20232         * lib/getopt*: copy from libc/posix.
20233         * lib/gettext.h: copy from gettext.
20234         * lib/.cppi-disable: add strdup.c, gettext.h.
20235
20236 2002-09-25  Karl Berry  <karl@gnu.org>
20237
20238         * config/srclist.txt: enable gettext.h check.
20239         * config/config.{guess,sub}: update from prep.
20240         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20241                 from automake 1.6.3.
20242         See srclist*.
20243
20244 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20245
20246         * regex.c (PATFETCH): Remove the translating fetch.
20247         (PATFETCH_RAW): Rename to PATFETCH.
20248         (set_image_of_range): New fun.
20249         (SET_RANGE_TABLE_WORK_AREA): Use it.
20250         (regex_compile): Don't translate the pattern chars so eagerly.
20251         Only do it when inserting an `exactn' bytecode or when handling
20252         a char-range.
20253         (mutually_exclusive_p): Avoid empty statement.
20254
20255 2002-07-06  Jim Meyering  <meyering@lucent.com>
20256
20257         * m4/README: Don't mention Makefile.am.in.
20258         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20259
20260 2002-07-01  Jim Meyering  <meyering@lucent.com>
20261
20262         * lib/c-stack.c: Include sys/time.h.
20263         From Volker Borchert.
20264
20265 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20266
20267         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20268
20269 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20270
20271         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20272         New macro.  Use it uniformly instead of
20273         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20274         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20275         reported by Vin Shelton.
20276
20277 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20278
20279         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20280         Do not assume SA_SIGINFO behavior.
20281         Bug reported by Jim Meyering on NetBSD 1.5.2.
20282
20283 2002-06-22  Jim Meyering  <meyering@lucent.com>
20284
20285         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20286         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20287
20288         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20289         now that configure.ac uses AC_GNU_SOURCE.
20290         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20291         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20292
20293         Update to latest tools.  Suggestions from Paul Eggert.
20294         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20295         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20296         * m4/fnmatch.m4: Likewise.
20297         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20298         to AC_HEADER_STDBOOL
20299
20300 2002-06-22  Jim Meyering  <meyering@lucent.com>
20301
20302         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20303         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20304
20305 2002-06-22  Jim Meyering  <meyering@lucent.com>
20306
20307         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20308
20309         * lib/exitfail.c, exitfail.h: Likewise.
20310         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20311
20312         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20313         of fnmatch.h.
20314         (EXTRA_DIST): Add fnmatch_loop.c.
20315         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20316
20317         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20318         * lib/fnmatch.c: Update from diffutils-2.8.2.
20319         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20320         * lib/fnmatch.h: Remove file.
20321
20322 2002-06-21  Jim Meyering  <meyering@lucent.com>
20323
20324         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20325         * m4/mbrtowc.m4: Likewise.
20326
20327         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20328         * m4/mbswidth.m4: Reflect name change:
20329         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20330         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20331
20332         * m4/lib-link.m4: Update from gettext-0.11.2.
20333         * m4/gettext.m4: Likewise.
20334
20335         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20336         From Alfred M. Szmidt.
20337
20338 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20339
20340         * lib/file-type.h: Report an error if neither S_ISREG nor
20341         S_IFREG is defined, instead of using a test specific to glibc
20342         2.2.  This should be safe, since POSIX requires S_ISREG and
20343         Unix Version 7 had S_IFREG.  We don't need to check for
20344         <sys/types.h> since we don't use any symbols that it defines.
20345
20346 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20347
20348         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20349         $@-t, so that each temporary file name is unique and valid in the first
20350         8 characters, for operation under DOS.
20351
20352 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20353
20354         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20355
20356 2002-06-15  Jim Meyering  <meyering@lucent.com>
20357
20358         Work even with DJGPP 2.03, which lacks support for symlinks.
20359         From Richard Dawe.
20360         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20361         is defined.
20362         * lib/lchown.c (S_ISLNK): Likewise.
20363
20364 2002-06-15  Jim Meyering  <meyering@lucent.com>
20365
20366         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20367         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20368         have been included before this file.
20369
20370 2002-06-14  Jim Meyering  <meyering@lucent.com>
20371
20372         * lib/file-type.h: Use the version from diffutils-2.8.2.
20373         * lib/file-type.c: Likewise.
20374
20375 2002-06-07  Jim Meyering  <meyering@lucent.com>
20376
20377         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20378         They're needed at least for NetBSD 1.5.2.
20379         ($statxfs_includes): Include those same headers.
20380         ($statxfs_includes): Include sys/vfs.h if available.
20381         ($statxfs_includes): Likewise for sys/statvfs.h.
20382         Check for the following members in both structs statfs and statvfs:
20383         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20384
20385 2002-06-01  Jim Meyering  <meyering@lucent.com>
20386
20387         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20388         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20389
20390 2002-05-28  Jim Meyering  <meyering@lucent.com>
20391
20392         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20393         Reported by Volker Borchert.
20394
20395 2002-05-27  Jim Meyering  <meyering@lucent.com>
20396
20397         Fix a problem seen only on nonconforming systems whereby ls.c's
20398         use of localtime, and then of gettimeofday would cause trouble:
20399         the localtime call used to initialize rpl_gettimeofday's save
20400         mechanism would clobber ls's current local time information so
20401         that in any long listing the first file would always be listed
20402         with date 1970-01-01.  Analysis by Volker Borchert.
20403
20404         * lib/gettimeofday.c (localtime): Undefine.
20405         (rpl_localtime): New function.
20406
20407 2002-05-27  Jim Meyering  <meyering@lucent.com>
20408
20409         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20410         localtime.
20411
20412         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20413         use the replacement function; it wouldn't resolve at link time.
20414         Reported by Volker Borchert.
20415
20416 2002-05-22  Jim Meyering  <meyering@lucent.com>
20417
20418         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20419         file-type.h.
20420         * lib/file-type.h: New file.
20421         * lib/file-type.c (file_type): New file/function.  Extracted from
20422         diffutils.
20423
20424 2002-04-30  Jim Meyering  <meyering@lucent.com>
20425
20426         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20427
20428 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20429
20430         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20431
20432 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20433
20434         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20435         Do not check for alloca.h (no longer used) or stdbool.h (was never
20436         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20437
20438 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20439
20440         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20441
20442 2002-04-29  Jim Meyering  <meyering@lucent.com>
20443
20444         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20445         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20446         Use AC_FUNC_STRNLEN here instead.
20447
20448         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20449         With autoconf-2.53a, it's part of AC_PROG_CC.
20450
20451 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20452
20453         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20454         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20455
20456 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20457
20458         * lib/sig2str.h, lib/sig2str.c: New files.
20459         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20460
20461 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20462
20463         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20464         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20465         of 127, since 64 is the largest conceivable number for ancient
20466         nonstandard hosts.
20467         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20468
20469 2002-04-28  Jim Meyering  <meyering@lucent.com>
20470
20471         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20472
20473 2002-04-24  Jim Meyering  <meyering@lucent.com>
20474
20475         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20476         (jm_PREREQ): Use it.
20477
20478         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20479         mach/mach.h fcntl.h.
20480         Check for this function: setlocale.
20481
20482 2002-04-24  Jim Meyering  <meyering@lucent.com>
20483
20484         * lib/gettext.h: New file, from Gettext.
20485         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20486         (libfetish_a_SOURCES): Add gettext.h.
20487
20488 2002-04-16  Jim Meyering  <meyering@lucent.com>
20489
20490         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20491         ut_pid, ut_id, ut_exit.
20492
20493 2002-04-16  Jim Meyering  <meyering@lucent.com>
20494
20495         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20496         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20497         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20498
20499 2002-04-12  Jim Meyering  <meyering@lucent.com>
20500
20501         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20502         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20503         existence of the getmntinfo function.  Needed for Darwin 5.3.
20504
20505         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20506         This is necessary at least on Darwin 5.3.
20507
20508         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20509         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20510         strnlen.o in the library, and that makes some versions of ranlib
20511         object.
20512
20513 2002-04-12  Jim Meyering  <meyering@lucent.com>
20514
20515         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20516
20517 2002-04-09  Jim Meyering  <meyering@lucent.com>
20518
20519         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20520         to be more precise.  Rather than saying we're checking whether the
20521         function `works', say what we're testing.
20522         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20523         Reported by Bruno Haible.
20524
20525 2002-03-10  Jim Meyering  <meyering@lucent.com>
20526
20527         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20528         Suggestion from Santiago Vila.
20529
20530 2002-03-08  Jim Meyering  <meyering@lucent.com>
20531
20532         * lib/rename.c: Mention that this wrapper is needed also on
20533         mips-dec-ultrix4.4 systems.
20534
20535 2002-03-02  Jim Meyering  <meyering@lucent.com>
20536
20537         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20538         not HAVE_CLOCK_SETTIME.
20539
20540 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20541
20542         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20543         Check for clock_settime.
20544
20545 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20546
20547         * lib/nanosleep.h: Rename to....
20548         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20549
20550         * lib/gettime.c: New file.
20551         * lib/settime.c: New file.
20552         * lib/stime.c: Remove.
20553
20554         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20555         timespec.h.  Remove nanosleep.h.
20556
20557 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20558
20559         * m4/acl.m4: New file.
20560         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20561         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20562
20563 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20564
20565         * lib/acl.c, lib/acl.h: New files.
20566         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20567
20568 2002-02-24  Jim Meyering  <meyering@lucent.com>
20569
20570         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20571         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20572         cause trouble.  Reported by Nelson Beebe.
20573
20574 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20575
20576         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20577         compilers that don't know that xalloc_die never returns.
20578
20579 2002-02-20  Jim Meyering  <meyering@lucent.com>
20580
20581         * lib/getdate.c: Regenerate using bison-1.33.
20582
20583 2002-02-17  Jim Meyering  <meyering@lucent.com>
20584
20585         * config/config.guess (main): Don't use `head -1'; it's no longer
20586         portable. Use `sed 1q' instead.
20587
20588 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20589
20590         * m4/codeset.m4: Upgrade to gettext-0.11.
20591         * m4/gettext.m4: Upgrade to gettext-0.11.
20592         * m4/glibc21.m4: Upgrade to gettext-0.11.
20593         * m4/iconv.m4: Upgrade to gettext-0.11.
20594         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20595         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20596         * m4/lib-ld.m4: New file, from gettext-0.11.
20597         * m4/lib-link.m4: New file, from gettext-0.11.
20598         * m4/lib-prefix.m4: New file, from gettext-0.11.
20599         * m4/progtest.m4: Upgrade to gettext-0.11.
20600
20601 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20602
20603         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20604         (jm_PREREQ): Use it.
20605
20606 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20607
20608         * lib/posixver.c, lib/posixver.h: New files.
20609         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20610
20611 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20612             Bruno Haible  <bruno@clisp.org>
20613
20614         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20615         (fwrite_success_callback): New declaration.
20616         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20617         print_unicode_char. Call failure callback instead of error.
20618         (fwrite_success_callback): New function.
20619         (exit_failure_callback): New function.
20620         (fallback_failure_callback): New function.
20621         (print_unicode_char): Call unicode_to_mb.
20622
20623 2002-01-26  Jim Meyering  <meyering@lucent.com>
20624
20625         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20626         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20627
20628 2002-01-26  Jim Meyering  <meyering@lucent.com>
20629
20630         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20631
20632 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20633
20634         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20635
20636 2002-01-22  Jim Meyering  <meyering@lucent.com>
20637
20638         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20639         Otherwise, some versions of automake would omit the rule that makes
20640         Makefile from Makefile.in.
20641
20642 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20643
20644         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20645         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20646         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20647         (memcoll): Set errno to zero if there is no error.
20648
20649         * lib/quotearg.c (quotearg_buffer_restyled):
20650         Fix bug with quoting buffers containing NUL when backslashing escapes.
20651         This bug was exposed by the other changes in this patch.
20652         (quotearg_n_options): New arg ARGSIZE.
20653         All callers changed.
20654         (quoting_options_from_style): New function.
20655         (quotearg_n_style): Use it.
20656         (quotearg_n_style_mem): New function.
20657
20658         * lib/quotearg.h (quotearg_n_style_mem): New function.
20659
20660 2002-01-19  Jim Meyering  <meyering@lucent.com>
20661
20662         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20663         Remove useless quotes: DF_PROG="df".
20664         * m4/strnlen.m4: New file.
20665
20666 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20667
20668         * lib/backupfile.c (ISDIGIT): Comment fix.
20669         * lib/getdate.y (ISDIGIT): Likewise.
20670         * lib/posixtm.c (ISDIGIT, year): Likewise.
20671         * lib/strverscmp.c (ISDIGIT): Likewise.
20672         * lib/userspec.c (ISDIGIT): Likewise.
20673
20674 2002-01-16  Jim Meyering  <meyering@lucent.com>
20675
20676         * lib/getdate.y: Add three semicolons, each just before a closing
20677         brace. Bison (as of version 1.31) no longer papers over that mistake.
20678
20679 2002-01-05  Jim Meyering  <meyering@lucent.com>
20680
20681         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20682
20683 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20684
20685         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20686         not silently exit merely because the output buffer happens to
20687         have nothing pending.
20688
20689 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20690
20691         See the big note in ../ChangeLog.
20692         * lib/human.c (suffixes): Prefer K to k for 1024.
20693         (generate_suffix_backwards): New function.
20694         (human_readable_inexact): Use it.
20695         * lib/xstrtol.c (__xstrtol): If there is no number but there
20696         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20697         Accept 'K' as well as 'k'.
20698
20699 2001-12-15  Jim Meyering  <meyering@lucent.com>
20700
20701         * lib/regex.h (__restrict_arr): Update from libc.
20702
20703         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20704         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20705         (STREQ): Define.
20706
20707 2001-12-14  Jim Meyering  <meyering@lucent.com>
20708
20709         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20710         Suggestion from Bruno Haible.
20711
20712 2001-12-10  Jim Meyering  <meyering@lucent.com>
20713
20714         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20715         xrealloc, Instead, include "xalloc.h".
20716         (initbuffer): Don't cast xmalloc return value to char*.
20717         (readline): Reword comment.
20718         Don't cast xrealloc return value to char*
20719         Return NULL, not 0.
20720
20721 2001-12-09  Jim Meyering  <meyering@lucent.com>
20722
20723         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20724         about `signed and unsigned type in conditional expression'.
20725         * lib/posixtm.c (posix_time_parse): Likewise.
20726
20727         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20728
20729         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20730         to avoid a pedantic warning.
20731
20732         * lib/getstr.c: Don't include assert.h.
20733         (getstr): Remove warning-evoking assertions.
20734         Return -1 if offset parameter is out of bounds.
20735         Change the type of a local from int to size_t.
20736
20737         * lib/strftime.c (my_strftime_localtime_r): Include this function
20738         definition in the `#if ! HAVE_TM_GMTOFF' block.
20739
20740         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20741         Include xalloc.h instead.
20742
20743 2001-12-02  Jim Meyering  <meyering@lucent.com>
20744
20745         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20746         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20747         included.
20748
20749         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20750         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20751
20752 2001-11-30  Akim Demaille  <akim@epita.fr>
20753
20754         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20755         before being defined.
20756
20757 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20758
20759         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20760         First arg is int, not unsigned.
20761         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20762         (SIZE_MAX, UINT_MAX): New macros.
20763         (quotearg_n_options): Abort if N is negative.
20764         Avoid overflow check on hosts where size_t is 64 bits and int
20765         is 32 bits, as overflow is impossible there.
20766         Fix off-by-one typo that caused unnecessary reallocation.
20767
20768 2001-11-27  Jim Meyering  <meyering@lucent.com>
20769
20770         * lib/tempname.c: Merge with version from libc.
20771         * lib/regex.c: Likewise.
20772
20773         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20774         systems for which STDC_HEADERS is 0, it was not included, resulting in
20775         a warning about an integer-to-pointer conversion problem with getenv.
20776         Reported by Volker Borchert.
20777
20778 2001-11-26  Jim Meyering  <meyering@lucent.com>
20779
20780         * lib/gtod.h: Remove file.
20781         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20782         * lib/gettimeofday.c: Don't include gtod.h.
20783         (GTOD_init): Remove function.
20784         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20785         Suggestion from Volker Borchert.
20786
20787 2001-11-23  Jim Meyering  <meyering@lucent.com>
20788
20789         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20790         it.
20791         * lib/hash.c (struct hash_table): Define it here instead.
20792
20793 2001-11-22  Jim Meyering  <meyering@lucent.com>
20794
20795         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20796
20797 2001-11-20  Jim Meyering  <meyering@lucent.com>
20798
20799         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20800         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20801
20802 2001-11-19  Jim Meyering  <meyering@lucent.com>
20803
20804         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20805         directory.  Use "conftestXXXXXX" as the template.
20806         Suggestion from Paul Eggert.
20807
20808         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20809         immediately, so the test doesn't mistakenly hit the max-open-files
20810         limit.
20811
20812 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20813
20814         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20815         (TEMPORARIES): New macro.
20816         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20817         removes an artificial limitation (e.g. HP-UX 10.20, where
20818         TMP_MAX is 17576).
20819
20820 2001-11-18  Jim Meyering  <meyering@lucent.com>
20821
20822         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20823
20824 2001-11-18  Jim Meyering  <meyering@lucent.com>
20825
20826         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20827         on SunOS 4.
20828
20829         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20830         files will be created before anything else.
20831
20832 2001-11-17  Paul Eggert  <eggert@twinsun.com>
20833
20834         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20835         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20836
20837 2001-11-17  Jim Meyering  <meyering@lucent.com>
20838
20839         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20840         Prompted by a report from Bob Proulx.
20841
20842         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20843         Instead, require UTILS_FUNC_MKSTEMP.
20844
20845 2001-11-17  Jim Meyering  <meyering@lucent.com>
20846
20847         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20848         Now, that's done as part of AC_FUNC_STRTOD.
20849
20850 2001-11-17  Jim Meyering  <meyering@lucent.com>
20851
20852         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20853         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20854         rather than group writable.  Patch by Juan F. Codagnone.
20855
20856         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20857         xrealloc, Instead, include "xalloc.h".
20858
20859         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20860         Remove explicit declarations of xmalloc, xrealloc,
20861         and xstrdup.  Instead, include "xalloc.h".
20862
20863         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20864         unlocked-io.h.
20865         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20866         Likewise.
20867         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20868
20869         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20870         Reported by Padraig Brady.
20871
20872         * lib/mkstemp.c: #undef mkstemp.
20873         Include config.h.
20874         (rpl_mkstemp): Rename from mkstemp.
20875         Protoize.
20876
20877 2001-11-16  Jim Meyering  <meyering@lucent.com>
20878
20879         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20880         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20881         determine the amount of total physical memory, use pstat_getstatic.
20882         HPUX-11 doesn't define _SC_PHYS_PAGES.
20883         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20884         If sysconf couldn't be used to determine the amount of available
20885         physical memory, use both pstat_getstatic and pstat_getdynamic.
20886         Based on a patch from Bob Proulx.
20887
20888 2001-11-10  Jim Meyering  <meyering@lucent.com>
20889
20890         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20891         (jm_PREREQ): Use it.
20892
20893 2001-11-09  Jim Meyering  <meyering@lucent.com>
20894
20895         * m4/jm-macros.m4: Require autoconf-2.52f.
20896         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20897         Use these AC_-prefixed names, not the AM_-prefixed ones.
20898
20899         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20900
20901 2001-11-05  Jim Meyering  <meyering@lucent.com>
20902
20903         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20904
20905 2001-11-04  Jim Meyering  <meyering@lucent.com>
20906
20907         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20908         $DEFS.
20909
20910 2001-11-03  Jim Meyering  <meyering@lucent.com>
20911
20912         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20913         of AC_DEFUN.
20914
20915         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20916         know the name of the variable in the macro definition.
20917
20918 2001-11-03  Jim Meyering  <meyering@lucent.com>
20919
20920         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20921         in argmatch_to_argument call.
20922
20923         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20924         argument.
20925
20926         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20927         e.g., a fault due to an attempt to free a NULL pointer.
20928
20929 2001-11-01  Jim Meyering  <meyering@lucent.com>
20930
20931         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
20932         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
20933
20934 2001-11-01  Jim Meyering  <meyering@lucent.com>
20935
20936         * lib/dirfd.c, lib/dirfd.h: New files.
20937         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
20938
20939         * lib/hash.c (hash_print) [TESTING]: Clean up.
20940
20941 2001-10-22  Paul Eggert  <eggert@twinsun.com>
20942
20943         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
20944         to avoid a warning if -Wall.
20945
20946 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
20947
20948         * README: New file
20949         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
20950         (per RMS's instructions, this is now the canonical source)
20951         * lgpl/, gpl/: New directories.
20952
20953 2001-10-21  Paul Eggert  <eggert@twinsun.com>
20954
20955         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
20956
20957 2001-10-21  Jim Meyering  <meyering@lucent.com>
20958
20959         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
20960         this code would end up calling gettext even in packages built
20961         with --disable-nls.
20962         * lib/getopt.c (_): Likewise.
20963         * lib/regex.c (_): Likewise.
20964
20965 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20966
20967         * m4/error.m4 (jm_PREREQ_ERROR):
20968         Do not invoke AC_CHECK_FUNCS with strerror_r, as
20969         AC_FUNC_STRERROR_R does that.
20970         Check for strerror declaration.
20971
20972         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
20973         are supposed to have them these days.
20974         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
20975         Merge changes from latest Autoconf CVS.
20976         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
20977         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
20978         POSIX decided to standardize on the int flavor of strerror_r.
20979
20980 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20981
20982         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
20983         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
20984         Use strerror_r that is only a macro, even if it is not a function.
20985         (strerror): Check for HAVE_DECL_STRERROR before declaring.
20986         (private_strerror): Use prototypes, not old-style function definition.
20987         (print_errno_message): New function.
20988         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
20989         char*-flavored one.
20990         (error_tail, error, error_at_line): Use it.
20991
20992 2001-10-11  Jim Meyering  <meyering@lucent.com>
20993
20994         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
20995         and quote_n (1, ... to avoid clobbering a buffer.
20996
20997 2001-10-05  Jim Meyering  <meyering@lucent.com>
20998
20999         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21000         hash-pjw.h.
21001         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21002         * lib/hash-pjw.h: New file.
21003
21004 2001-09-30  Jim Meyering  <meyering@lucent.com>
21005
21006         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21007         `struct fsstat' has the `f_fstypename' member.
21008         Use that to define FS_TYPE, which is now used to make
21009         the getfsstat link test tighter.
21010
21011 2001-09-30  Jim Meyering  <meyering@lucent.com>
21012
21013         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21014         Include <sys/ucred.h>, for Apple Darwin.
21015         Include sys/mount.h and sys/fs_types.h only if available.
21016         (FS_TYPE): Define.
21017         (read_filesystem_list): Use FS_TYPE.
21018
21019 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21020
21021         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21022         a boolean context.
21023
21024 2001-09-29  Jim Meyering  <meyering@lucent.com>
21025
21026         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21027         [one-argument getmntent function]): Include stdio.h before mntent.h.
21028         SunOS 4.1.x needs it for the declaration of `FILE'.
21029         Patch by Volker Borchert.
21030
21031         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21032         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21033         sys/fs_types.h, and make the link-test for getfsstat guard #include
21034         directives with appropriate #if HAVE_*_H tests so that we can
21035         detect getfsstat on Apple Darwin1.3.7 systems.
21036         Reported by Nelson Beebe.
21037         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21038
21039 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21040
21041         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21042         #defines strtoimax.  Also treat the other strto* functions
21043         like strtoimax.
21044
21045         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21046         Check for strtoul and strtoumax,
21047         as those declarations are made even in the signed case.
21048         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21049         Likewise, for strtol and strtoimax.
21050
21051 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21052
21053         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21054         #defines strtoimax.  Also treat the other strto* functions
21055         like strtoimax.
21056
21057         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21058         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21059         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21060
21061 2001-09-26  Jim Meyering  <meyering@lucent.com>
21062
21063         Most macros in unlocked-io.h had the wrong number of arguments.
21064         * lib/gen-uio: New script.
21065         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21066         * lib/unlocked-io.hin: Remove file.
21067         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21068         rather than trying to embed it here.
21069         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21070         Reported by Padraig Brady.
21071
21072 2001-09-25  Volker Borchert  <bt@teknon.de>
21073
21074         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21075         `result'.
21076
21077 2001-09-24  Jim Meyering  <meyering@lucent.com>
21078
21079         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21080
21081 2001-09-23  Jim Meyering  <meyering@lucent.com>
21082
21083         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21084         instead of the mere test for existence of mntent.h.  The latter
21085         would get a false-positive on AIX 3.4 systems.
21086         In the outer getmntent if-block, don't die if neither of the getmntent
21087         tests succeeds.  Instead, just fall through and continue with the
21088         remaining tests.
21089
21090 2001-09-23  Jim Meyering  <meyering@lucent.com>
21091
21092         * lib/mountlist.c: Remove useless parentheses in #if directives.
21093         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21094         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21095
21096 2001-09-22  Jim Meyering  <meyering@lucent.com>
21097
21098         * m4/gettext.m4: New file.  From gettext.
21099         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21100         * m4/progtest.m4: Likewise
21101         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21102         * m4/glibc21.m4: Likewise.
21103
21104         * m4/libintl.m4: Remove.  No longer used.
21105
21106 2001-09-22  Jim Meyering  <meyering@lucent.com>
21107
21108         * lib/localcharset.c: Update from latest gettext.
21109         * lib/config.charset: Likewise.
21110
21111 2001-09-20  Jim Meyering  <meyering@lucent.com>
21112
21113         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21114         strtoimax.
21115         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21116         strtoumax.
21117
21118 2001-09-20  Jim Meyering  <meyering@lucent.com>
21119
21120         * lib/xstrtol.c (strtoimax): Guard declaration with
21121         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21122         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21123         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21124         (strtoumax): Likewise, for completeness (it wasn't necessary).
21125
21126 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21127
21128         * lib/strtoimax.c (HAVE_LONG_LONG):
21129         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21130         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21131         to work around bug in IBM C compiler.
21132
21133 2001-09-17  Jim Meyering  <meyering@lucent.com>
21134
21135         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21136         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21137         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21138         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21139         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21140         whenever the right hand side need not be expanded by the shell.
21141
21142 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21143
21144         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21145         library.  It's not correct, as some older glibcs are buggy.
21146         fnmatch wasn't fixed until glibc 2.2.
21147
21148         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21149         special shell magic here.
21150
21151 2001-09-16  Jim Meyering  <meyering@lucent.com>
21152
21153         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21154         * m4/jm-macros.m4: Require it.
21155
21156 2001-09-16  Jim Meyering  <meyering@lucent.com>
21157
21158         * lib/mkdir.c: New file.
21159
21160 2001-09-15  Jim Meyering  <meyering@lucent.com>
21161
21162         * m4/jm-macros.m4: Check for help2man.
21163
21164 2001-09-11  Jim Meyering  <meyering@lucent.com>
21165
21166         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21167         The body, by Paul Eggert, was moved here from configure.in.
21168         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21169
21170 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21171
21172         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21173         (jm_PREREQ): Use it.
21174
21175 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21176
21177         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21178         Use ssize_t, not int, to store result of readlink.
21179         Check for ssize_t overflow as well as size_t overflow,
21180         as POSIX says the result of readlink is implementation-defined
21181         when ssize_t overflows.
21182         Remove unnecessary cast to char*.
21183         Use free+malloc instead of realloc, as the storage doesn't need
21184         to be preserved and it's clearer and can be more efficient that way.
21185         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21186         * lib/xreadlink.h (xreadlink): Update prototype.
21187
21188 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21189
21190         * lib/xgetcwd.c: Revert some of the previous change; intead,
21191         fix the HAVE_GETCWD_NULL code to behave more like the
21192         !HAVE_GETCWD_NULL code used to.
21193
21194         Include "xalloc.h".
21195         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21196         invoke xalloc_die.
21197
21198 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21199
21200         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21201         sys/param.h, as pathmax.h includes them.
21202
21203 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21204
21205         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21206         (jm_PREREQ_XGETCWD): New macro.
21207
21208         * m4/getcwd.m4: New file.
21209
21210 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21211
21212         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21213         like the HAVE_GETCWD_NULL code.
21214         Include pathmax.h if not HAVE_GETCWD.
21215         Do not include xalloc.h.
21216         (INITIAL_BUFFER_SIZE): New symbol.
21217         Do not use xmalloc / xrealloc, since the caller is responsible for
21218         handling errors.  Preserve errno around `free' during failure.
21219         Do not overrun buffer when using getwd.
21220
21221 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21222
21223         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21224         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21225         getcwd (NULL, 0).
21226
21227 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21228
21229         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21230         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21231         spotted by Jim Meyering.
21232
21233 2001-09-03  Jim Meyering  <meyering@lucent.com>
21234
21235         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21236         failure.
21237
21238 2001-09-02  Jim Meyering  <meyering@lucent.com>
21239
21240         * lib/error.c: Update from GNU libc.
21241
21242 2001-09-01  Jim Meyering  <meyering@lucent.com>
21243
21244         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21245         Used by df.
21246
21247 2001-09-01  Jim Meyering  <meyering@lucent.com>
21248
21249         * lib/xreadlink.c: New file.
21250         * lib/xreadlink.h: New file.
21251         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21252         xreadlink.h.
21253
21254         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21255         doesn't conflict with sparc Solaris 7's definition in
21256         /usr/include/sys/int_types.h.
21257
21258         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21259         files.
21260         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21261         and strncasecmp as r-values.  Unixware didn't have declarations.
21262
21263 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21264
21265         * lib/xstrtol.h: Add copyright notice.
21266         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21267         LONGINT_INVALID_SUFFIX_CHAR.
21268
21269 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21270
21271         * lib/xstrtol.c (strtoimax): New decl.
21272
21273 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21274
21275         * lib/xgetcwd.c: Don't include pathmax.h.
21276         Include stdlib.h and unistd.h if available.
21277         Include xalloc.h.
21278         (xmalloc, xstrdup, free): Remove decls.
21279         (xgetcwd): Don't assume sizes fit in unsigned.
21280         Check for overflow when computing sizes.
21281         Simplify reallocation code.
21282
21283 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21284
21285         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21286         a directory's st_size can have an arbitrary value, so the old
21287         usage could waste an arbitrary amount of memory.  All uses
21288         changed.
21289         * lib/savedir.h: Update prototype.
21290
21291 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21292
21293         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21294
21295         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21296         old strtoimax.c.
21297
21298         Also, make the following further changes to make this file's
21299         configuration more similar to that of strtol.c:
21300         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21301         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21302         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21303         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21304         changed to signed values.
21305
21306         And make the following changes as well:
21307         Fix copyright notice, as 1999 was missing.
21308         (verify): New macro.
21309         (strtoimax): Check sizes at compile-time, not run-time.
21310         Prefer strtol to strtoll if both work.
21311         (main): Remove; it was not that useful and was a pain to maintain.
21312
21313         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21314
21315 2001-08-31  Jim Meyering  <meyering@lucent.com>
21316
21317         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21318         Use an initial, malloc'd, buffer of length 128 rather than
21319         a statically allocated one of length 1024.
21320
21321 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21322
21323         Simplify code, partly by assuming autoconf 2.52 semantics.
21324
21325         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21326
21327         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21328         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21329         All uses removed.
21330         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21331         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21332         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21333         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21334         jm_AC_HEADER_INTTYPES_H.
21335         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21336
21337         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21338
21339         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21340         Quote first arg of AC_DEFUN.
21341         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21342         since they are needed to parse the include file even if we need
21343         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21344         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21345         but with opposite signedness.
21346
21347 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21348
21349         Merge 'exclude' changes from tar 1.13.22.
21350         This fixes one or two unlikely storage allocation overflow bugs,
21351         but doesn't change user-visible behavior otherwise.
21352
21353 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21354
21355         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21356         (jm_PREREQ_EXCLUDE): New macro.
21357
21358 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21359
21360         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21361         tm to be declared.
21362
21363 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21364
21365         * lib/hash.c: Remove '2001' from copyright notice.
21366
21367 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21368
21369         * lib/full-write.h: New file.
21370         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21371         * lib/full-write.c: Correct credits, as cccp.c no longer
21372         exists and anyway it was so heavily changed from the old cccp
21373         code as to be unrecognizable.  Include full-write.h.
21374         (full_write) Return size_t, with short writes meaning failure.
21375         All callers changed.  This fixes a bug with large buffers
21376         on 64-bit hosts.
21377         * lib/utime.c: Include full-write.h.
21378
21379 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21380
21381         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21382         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21383         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21384         Include if available.
21385         (<xalloc.h>): Include
21386         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21387         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21388         collide with FNM macros.
21389         (struct patopts): New struct.
21390         (struct exclude): Use it, as exclude patterns now come with options.
21391         (new_exclude): Support above changes.
21392         (new_exclude, add_exclude_file):
21393         Initial size must now be a power of two to simplify overflow checking.
21394         (free_exclude, fnmatch_no_wildcards): New function.
21395         (excluded_filename): No longer requires options arg, as the options
21396         are determined by add_exclude.  Now returns bool, not int.
21397         (excluded_filename, add_exclude):
21398         Add support for the fancy new exclusion options.
21399         (add_exclude, add_exclude_file): Now takes int options arg.
21400         Check for arithmetic overflow when computing sizes.
21401         (add_exclude_file): xrealloc might modify errno, so don't
21402         realloc until after errno might be used.
21403
21404         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21405         New macros.
21406         (free_exclude): New decl.
21407         (add_exclude, add_exclude_file): Now takes int options arg.
21408         (excluded_filename): No longer requires options arg, as the options
21409         are determined by add_exclude.  Now returns bool, not int.
21410
21411 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21412
21413         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21414
21415 2001-08-27  Jim Meyering  <meyering@lucent.com>
21416
21417         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21418
21419         * lib/version-etc.c (N_): Remove definition.
21420         Revert most of last change.
21421         Instead, simply don't mark the `Copyright...' string for translation.
21422         Based on advice from Paul Eggert.
21423
21424         * lib/strtoxmax.c: Tweak comment.
21425
21426 2001-08-26  Jim Meyering  <meyering@lucent.com>
21427
21428         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21429
21430         * m4/xstrtoimax.m4: New file.
21431         * m4/xstrtoumax.m4: Add comments explaining why we
21432         AC_REPLACE_FUNCS(strtol).
21433
21434 2001-08-26  Jim Meyering  <meyering@lucent.com>
21435
21436         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21437         of copyright with `%s' so translators don't get an untranslated
21438         message in 2002.
21439         (COPYRIGHT_YEAR): Define.
21440         (version_etc): Use fprintf rather than fputs.
21441         Suggestion from Ulrich Drepper.
21442
21443         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21444
21445         * lib/strtoll.c: New file, from GNU libc.
21446         * lib/xstrtoimax.c: New file.
21447
21448         * lib/xstrtol.h: Add xstrtoimax.
21449         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21450         * lib/strtoimax.c: New file.  Likewise, but first define
21451         STRTOUXMAX_SIGNED.
21452
21453         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21454         ...
21455         * lib/strtoxmax.c: ... then renamed to this.
21456
21457 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21458
21459         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21460         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21461         (jm_AC_TYPE_INTMAX_T): New macro.
21462         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21463
21464         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21465
21466         * m4/longlong.m4: Renamed from ulonglong.m4.
21467         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21468         * m4/uintmax_t.m4: Removed.
21469
21470 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21471
21472         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21473         Port to Solaris 8, where 'sed' requires a space after the 'r'
21474         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21475         Redirect output to $tmp just once.
21476
21477 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21478
21479         * lib/addext.c (<errno.h>): Include.
21480         (errno): Declare if not defined.
21481         (addext): Work correctly when pathconf returns -1 and leaves
21482         errno alone because there is no limit.  Also, work even if
21483         pathconf returns a value greater than SIZE_MAX.
21484
21485 2001-08-12  Jim Meyering  <meyering@lucent.com>
21486
21487         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21488         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21489         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21490         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21491         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21492         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21493         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21494         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21495         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21496         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21497         utime.m4, utimes.m4, xstrtoumax.m4:
21498         Quote the first argument in each use of AC_DEFUN.
21499
21500 2001-08-12  Jim Meyering  <meyering@lucent.com>
21501
21502         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21503         Simply `return getcwd (NULL, 0);'.
21504         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21505         Use 1300 as initial value for length, not PATH_MAX.
21506
21507         * lib/pathmax.h: Clean up cpp syntax.
21508
21509 2001-08-12  Jim Meyering  <meyering@lucent.com>
21510
21511         * lib/gettimeofday.c: New file.
21512         * lib/gtod.h: New file.
21513         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21514
21515 2001-08-05  Jim Meyering  <meyering@lucent.com>
21516
21517         * m4/jm-macros.m4: Require autoconf-2.52.
21518
21519 2001-08-04  Jim Meyering  <meyering@lucent.com>
21520
21521         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21522         stmt, to get in sync with glibc.
21523
21524 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21525
21526         The following changes are from gettext 0.10.39 as maintained by
21527         Bruno Haible.
21528
21529         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21530         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21531         with inverted sense.  All uses changed.
21532
21533         * lib/mbswidth.c: Don't include <limits.h>.
21534         Include <stdlib.h> and <string.h> unconditionally.
21535         (iswcntrl, mbsinit, ISCNTRL): New macros.
21536         (mbsnwidth): Use K&R style function declarations.
21537         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21538         can optimize it when MB_CUR_MAX == 1.
21539         The width of control characters is zero, not 1.
21540
21541 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21542
21543         The following changes are from gettext 0.10.39 as maintained by
21544         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21545
21546         * m4/codeset.m4: Upgrade to serial AM1.
21547         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21548         all uses changed.  Quote first arg of AC_DEFUN.
21549         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21550
21551         * m4/iconv.m4: Upgrade to serial AM2.
21552         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21553         Add --with-libconv-prefix.
21554         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21555         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21556         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21557         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21558         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21559
21560         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21561         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21562         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21563         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21564         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21565         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21566         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21567         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21568         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21569
21570         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21571         string.h any more.
21572
21573         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21574         not the default value.
21575
21576         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21577         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21578         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21579         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21580         Also check for iswcntrl, used for wcwidth fallback.
21581         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21582         to Autoconf 2.13.
21583
21584 2001-08-03  Jim Meyering  <meyering@lucent.com>
21585
21586         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21587         as it was in the original.  Reported by Paul Eggert.
21588
21589 2001-07-16  Jim Meyering  <meyering@lucent.com>
21590
21591         * m4/gettimeofday.m4: New file.
21592         Prompted by a report from Bernhard Baehr.
21593
21594 2001-07-15  Jim Meyering  <meyering@lucent.com>
21595
21596         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21597         stuff. Now it's in ../Makefile.cfg.
21598
21599 2001-07-15  Jim Meyering  <meyering@lucent.com>
21600
21601         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21602         (BUILT_SOURCES): Add unlocked-io.h.
21603         (io_functions): Define.
21604         (unlocked-io.h): New rule.
21605         (DISTCLEANFILES): Add unlocked-io.h.
21606         (all-local): Depend on unlocked-io.h, to ensure it is created.
21607
21608         * lib/unlocked-io.hin: New file
21609
21610         * lib/regex.c: Update from glibc.
21611
21612 2001-07-05  Jim Meyering  <meyering@lucent.com>
21613
21614         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21615         recommendation.
21616         (libfetish_a_SOURCES): Put all .h files here instead.
21617         Remove a thus-exposed (better checks in automake) duplicate and
21618         two unnecessary .h files.
21619
21620 2001-07-04  Jim Meyering  <meyering@lucent.com>
21621
21622         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21623         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21624         distcheck failure.
21625
21626 2001-07-02  Jim Meyering  <meyering@lucent.com>
21627
21628         The following changes were prompted by suggestions from Bruno Haible.
21629
21630         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21631         is now generated.
21632         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21633         definition of EXTRA_DIST.
21634         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21635         ensure that the generated file is created/updated whenever the list
21636         of $(unlocked_functions) is changed.
21637         (jm-glibc-io.m4): New rule.
21638         (unlocked-io.h): New rule -- currently unused.
21639
21640 2001-06-24  Jim Meyering  <meyering@lucent.com>
21641
21642         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21643         unmatched right bracket, rather than kludging it with an extra,
21644         falsely-matching quote in a comment.  Patch by Akim Demaille.
21645
21646 2001-06-11  Jim Meyering  <meyering@lucent.com>
21647
21648         * lib/regex.c: Update from GNU libc.
21649
21650 2001-05-27  Jim Meyering  <meyering@lucent.com>
21651
21652         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21653         Check for ut_type in struct utmp.
21654
21655 2001-05-27  Jim Meyering  <meyering@lucent.com>
21656
21657         * lib/readutmp.h (UT_TYPE): Define.
21658
21659 2001-05-24  Jim Meyering  <meyering@lucent.com>
21660
21661         * lib/argmatch.c: Include "quote.h".
21662         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21663         quote function.  Reported by Göran Uddeborg.
21664
21665 2001-05-22  Jim Meyering  <meyering@lucent.com>
21666
21667         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21668         now that we use the package-supplied version unconditionally.
21669         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21670
21671 2001-05-21  Jim Meyering  <meyering@lucent.com>
21672
21673         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21674         shell syntax errors.
21675
21676 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21677
21678         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21679
21680 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21681
21682         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21683         Don't bother to check library strftime, since
21684         we'll be using our own my_strftime function anyway.
21685         Define my_strftime instead of strftime.
21686
21687 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21688
21689         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21690         which is not yet declared.
21691
21692 2001-05-15  Jim Meyering  <meyering@lucent.com>
21693
21694         * m4/regex.m4: Use proper quoting so brackets appear in the test
21695         program.
21696         Reported by, and with help from, Bruno Haible.
21697
21698 2001-05-13  Jim Meyering  <meyering@lucent.com>
21699
21700         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21701         undefined.
21702
21703 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21704
21705         dirname code cleanup.  base_name now behaves more compatibly
21706         with POSIX basename when given file names that have trailing
21707         slashes, and similarly for dir_name.  Add new primitives
21708         base_len and dir_len.  Put the directory-name-related decls
21709         into dirname.h.
21710
21711         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21712         * lib/backupfile.c (base_name): Likewise.
21713         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21714         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21715         * lib/makepath.c (strip_trailing_slashes): Likewise.
21716         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21717         ISSLASH): Likewise.
21718         * lib/rename.c (strip_trailing_slashes): Likewise.
21719         * lib/same.c (base_name): Likewise.
21720         * lib/stripslash.c (ISSLASH): Likewise.
21721
21722         * lib/addext.c: Include <dirname.h> after size_t is defined.
21723         * lib/backupfile.c: Likewise.
21724
21725         * lib/addext.c (addext): Use base_len to trim redundant
21726         trailing slashes instead of doing it ourselves.
21727         But do not trim the last slash if it is not redundant.
21728
21729         * lib/backupfile.c (find_backup_file_name,
21730         max_backup_version): Use base_len instead of rolling it ourselves.
21731         Handle the case of "" and (on DOS) "C:" correctly.
21732
21733         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21734         needed. Include <string.h>, <dirname.h>.
21735         (base_name): Allow file names ending in slashes, other than names
21736         that are all slashes.  In this case, return the basename followed
21737         by the slashes.  This is more general, and can be used in places
21738         where the original base_name purposely had an assertion failure.
21739         (base_len): New function.
21740
21741         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21742         Do not include <assert.h>; no longer needed.
21743         Include xalloc.h.
21744         (memrchr): Remove decl.
21745         (dir_name_r): Remove.
21746         (dir_len): Renamed from dirlen.  All callers changed.
21747         Rewrite in terms of base_name, for simplicity and consistency.
21748         (dir_name): Never return NULL.  All callers changed.
21749         Do not include <stdlib.h> in test program; no longer needed.
21750         return 0; is fine for test program.
21751
21752         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21753         New macros.
21754         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21755
21756         * lib/path-concat.c (path_concat): Use base_len to compute
21757         base length, not strlen; this means we cannot rely on memcpy
21758         to null-terminate.
21759
21760         * lib/same.c (STREQ): Remove.
21761         (same_name): Handle the case where the basename ends in trailing '/'.
21762
21763         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21764         a slash was stripped.  Do not strip the last slash after a
21765         file system prefix.
21766
21767 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21768
21769         * lib/Makefile.am (libfetish_a_SOURCES):
21770         Add strftime.c, since we now compile it on all hosts.
21771
21772         * lib/strftime.c (my_strftime):
21773         Define to nstrftime if emacs, but only if my_strftime is not defined.
21774         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21775         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21776         Add one more extra argument: a nanoseconds value.
21777         All uses changed.
21778         (ns): New macro.
21779         (my_strftime function): Add %N format.
21780         (emacs_strftimeu): Renamed from emacs_strftime,
21781         with extra ut argument.
21782
21783 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21784
21785         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21786
21787 2001-04-21  Jim Meyering  <meyering@lucent.com>
21788
21789         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21790         doesn't interfere.
21791
21792 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21793
21794         * m4/ftruncate.m4: Check for chsize.
21795         Link with ftruncate.o unconditionally if ftruncate is missing.
21796         This was required when cross-compiling to i586-mingw32msvc.
21797
21798 2001-04-08  Jim Meyering  <meyering@lucent.com>
21799
21800         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21801         recomputed; that's necessary when the offset spans a DST transition.
21802         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21803
21804 2001-04-02  Jim Meyering  <meyering@lucent.com>
21805
21806         * lib/regex.h, regex.c: Update from GNU libc.
21807
21808 2001-03-24  Jim Meyering  <meyering@lucent.com>
21809
21810         * m4/jm-macros.m4: Require autoconf-2.49d.
21811
21812 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21813
21814         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21815
21816 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21817
21818         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21819
21820 2001-03-17  Jim Meyering  <meyering@lucent.com>
21821
21822         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21823         now that the version in autoconf is equivalent.
21824         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21825
21826         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21827         Suggestion from Akim Demaille.
21828
21829         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21830         (jm_PREREQ_TEMPNAME): New function.
21831
21832 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21833
21834         * lib/tempname.c (uint64_t): Define to uintmax_t if
21835         not defined, and if UINT64_MAX is not defined.
21836         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21837         Reported by John David Anglin.
21838
21839 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21840
21841         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21842         resolve alias if codeset is empty.
21843         * lib/config.charset (BeOS): Use wildcard syntax.
21844
21845 2001-03-13  Jim Meyering  <meyering@lucent.com>
21846
21847         * lib/path-concat.c (path_concat)
21848         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21849         concatenating e.g., `C:' and `foo'.
21850         From Bruno Haible.
21851
21852 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21853
21854         * lib/localcharset.c (locale_charset): Don't use
21855         setlocale(LC_CTYPE,NULL). Don't return NULL.
21856         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21857
21858 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21859
21860         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21861         support for DOS/DJGPP.
21862
21863 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21864
21865         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21866         lacks mkstemp.  Compile our own tempname.c if we compile our own
21867         mkstemp.c, as mkstemp relies on tempname.
21868
21869 2001-03-01  Jim Meyering  <meyering@lucent.com>
21870
21871         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21872         AH_VERBATIM really does output its argument verbatim.
21873
21874 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21875
21876         * lib/Makefile.am (libfetish_a_SOURCES):
21877         Add dup-safer.c, fopen-safer.c.
21878         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21879
21880         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21881         * lib/unistd-safer.h: New files.
21882
21883 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21884
21885         The mkstemp replacement is taken from glibc 2.2.2, with some
21886         portability fixes for use outside glibc, as follows:
21887
21888         * lib/tempname.c (struct_stat64): New macro.
21889         (direxists, __gen_tempname): Use it.
21890         This avoids a portability problem with Solaris 8.
21891
21892         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21893         (<stddef.h>, <stdint.h>, <string.h>):
21894         Include only if STDC_HEADERS || _LIBC.
21895         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21896         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21897         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21898         (__set_errno): Define this macro if <errno.h> doesn't.
21899         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21900         Define these macros if <stdio.h> doesn't.
21901         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21902         Define these macros if <sys/stat.h>
21903         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21904         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21905         __xstat64): Define if not _LIBC.
21906         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21907         (__gen_tempname): Invoke gettimeofday only if
21908         HAVE_GETTIMEOFDAY || _LIBC;
21909         otherwise, fall back on plain "time".
21910         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21911
21912         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21913
21914         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21915
21916 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21917
21918         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21919
21920 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21921
21922         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21923         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21924         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21925         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21926
21927 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21928
21929         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21930         Remove workaround macros for hosts that have mbrtowc but not
21931         mbstate_t, as we now insist on proper declarations for both
21932         before using mbrtowc.
21933
21934 2001-02-17  Jim Meyering  <meyering@lucent.com>
21935
21936         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
21937         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
21938         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
21939         UnixWare 7.1.1.
21940
21941         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
21942         rather than AC_CACHE_VAL.
21943
21944 2001-02-17  Jim Meyering  <meyering@lucent.com>
21945
21946         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
21947         around included file name.
21948
21949         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
21950
21951         * lib/strftime.c: Update from GNU libc (the only changes were to
21952         comments).
21953
21954 2001-02-17  Jim Meyering  <meyering@lucent.com>
21955
21956         * lib/regex.c: Update from libc.
21957
21958 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
21959
21960         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
21961         clash.
21962
21963 2001-02-16  Paul Eggert  <eggert@twinsun.com>
21964
21965         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
21966         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
21967         Reported by Mark Hounschell via Paul Eggert.
21968
21969 2001-02-07  Jim Meyering  <meyering@lucent.com>
21970
21971         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
21972
21973 2001-02-05  Jim Meyering  <meyering@lucent.com>
21974
21975         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
21976         it includes the patch required for `large file' support with at least
21977         HP-UX's 10.20 /bin/cc.
21978
21979 2001-02-03  Jim Meyering  <meyering@lucent.com>
21980
21981         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
21982         AS_IF, now that it works once again (mysteriously).
21983         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21984
21985 2001-01-30  Jim Meyering  <meyering@lucent.com>
21986
21987         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
21988         * m4/chown.m4: Rename conftestchown to conftest.chown.
21989         * m4/rename.m4: s/conftestdir/conftest.d1/ and
21990         s/conftestdir2/conftest.d2/.
21991         * m4/utimes.m4: s/conftestdata/conftest.data/
21992         Inspired by Pavel Roskin's change in autoconf.
21993
21994 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
21995
21996         * lib/config.charset: Update for FreeBSD 4.2.
21997
21998 2001-01-27  Jim Meyering  <meyering@lucent.com>
21999
22000         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22001         a use of AS_IF.
22002         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22003
22004 2001-01-26  Jim Meyering  <meyering@lucent.com>
22005
22006         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22007         quotearg.c includes it.
22008
22009 2001-01-26  Jim Meyering  <meyering@lucent.com>
22010
22011         * lib/quotearg.c: Include stddef.h.
22012         * lib/quote.c: Include stddef.h.
22013         Reported by Axel Kittenberger.
22014
22015         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22016         line in double quotes so that it evokes a better diagnostic.
22017         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22018         Reported by Axel Kittenberger.
22019
22020 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22021
22022         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22023         as if it was a `charset'.
22024
22025 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22026
22027         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22028         has const.
22029
22030 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22031
22032         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22033         to avoid a warning.  Add back 'const' to inptr.
22034
22035 2001-01-20  Jim Meyering  <meyering@lucent.com>
22036
22037         Be sure that headers are checked before used in code compiled
22038         for the type checks.
22039         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22040         In place of that, invoke jm_CHECK_ALL_TYPES.
22041         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22042         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22043         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22044         The check for ssize_t was mistakenly run before the test for unistd.h.
22045
22046         The configure-time check for stdbool.h was missing.
22047         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22048         (jm_PREREQ_HASH): New function.
22049
22050 2001-01-17  Jim Meyering  <meyering@lucent.com>
22051
22052         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22053         for autoconf-2.49c.
22054         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22055
22056 2001-01-16  Jim Meyering  <meyering@lucent.com>
22057
22058         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22059         From Bruno Haible.
22060
22061 2001-01-14  Jim Meyering  <meyering@lucent.com>
22062
22063         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22064         foo and bar.  Create conftestdir/ in the script, not in the C code.
22065         Remove directories in the script, not in the C code.
22066         Remove conftestdir{,2} before trying to create the directory.
22067         Make the entire configure script fail if the mkdir fails.
22068
22069 2001-01-14  Jim Meyering  <meyering@lucent.com>
22070
22071         * lib/rename.c: New file.  From Volker Borchert.
22072         Include stdlib.h, string.h or strings.h, and xalloc.h.
22073         Use strip_trailing_slashes rather than open-coding it.
22074
22075 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22076
22077         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22078
22079 2001-01-03  Jim Meyering  <meyering@lucent.com>
22080
22081         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22082         of local `inptr' to avoid warning with some system declarations of
22083         iconv.
22084
22085 2001-01-02  Volker Borchert  <bt@teknon.de>
22086
22087         * m4/rename.m4: New file.
22088         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22089
22090 2001-01-01  Jim Meyering  <meyering@lucent.com>
22091
22092         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22093         even on systems with utmpx.h.  It's necessary for the declaration of
22094         utmp's ut_user member.  Reported by Andreas Jaeger.
22095
22096         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22097         available. They are required for the declarations of getgrgid and
22098         getpwuid resp.
22099         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22100         Reported by Andreas Jaeger.
22101
22102 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22103
22104         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22105         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22106         so `make install' also works in VPATH builds.
22107
22108 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22109
22110         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22111         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22112         can be used in subdirectories.
22113
22114 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22115
22116         * lib/modechange.c: Do not assume that mode_t uses the
22117         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22118         the other-execute bit of FOO even if S_IXOTH != 1.
22119
22120         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22121         WOTH, XOTH, ALLM): New macros.
22122         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22123          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22124         Use them.
22125         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22126         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22127         (mode_compile):
22128         No need to use uintmax_t; unsigned long is long enough.
22129         Don't bother to get suffix since we don't use it.
22130
22131 2000-12-26  Jim Meyering  <meyering@lucent.com>
22132
22133         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22134         better with autoheader.
22135
22136 2000-12-24  Jim Meyering  <meyering@lucent.com>
22137
22138         * lib/hash.c (is_prime): Return explicit boolean values.
22139         (hash_get_first): Return NULL to appease Irix5.6's 89.
22140         Reported by Nelson Beebe.
22141
22142 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22143
22144         * lib/localcharset.c (locale_charset): Add support for Win32.
22145
22146 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22147
22148         * lib/physmem.h, lib/physmem.c: New files.
22149
22150         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22151         (noinst_HEADERS): Add physmem.h.
22152
22153         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22154         't' for compatibility with Solaris 8 sort.
22155
22156 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22157
22158         * lib/config.charset: Add support for BeOS.
22159
22160 2000-12-17  Jim Meyering  <meyering@lucent.com>
22161
22162         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22163         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22164
22165 2000-12-16  Jim Meyering  <meyering@lucent.com>
22166
22167         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22168         N and M) would have treated it like `chown N:N FILE'.
22169
22170         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22171
22172 2000-12-16  Jim Meyering  <meyering@lucent.com>
22173
22174         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22175         SHELLS_FILE to a file name that's useful on djgpp systems.
22176         Include stdlib.h.
22177         (ADDITIONAL_DEFAULT_SHELLS): Define.
22178         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22179         Based mostly on a patch from Prashant TR.
22180
22181 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22182
22183         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22184         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22185         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22186
22187 2000-12-08  Andreas Schwab  <schwab@suse.de>
22188
22189         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22190         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22191
22192 2000-12-07  Jim Meyering  <meyering@lucent.com>
22193
22194         * lib/stripslash.c (ISSLASH): Define.
22195         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22196         `/'.
22197         From Prashant TR.
22198
22199         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22200         (dir_name_r): Declare this function as static.
22201         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22202         manifest itself on a name containing a mix of slashes and
22203         backslashes.
22204         Make this function work with names starting with a DOS-style
22205         drive letter and colon prefix.
22206         (dir_name): Append `.' if necessary.
22207         Based mostly on patches from Prashant TR and Eli Zaretskii.
22208
22209         * lib/dirname.h (dir_name_r): Remove prototype.
22210
22211 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22212
22213         * m4/off_t-format.m4: Remove this file.
22214         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22215
22216 2000-12-06  Jim Meyering  <meyering@lucent.com>
22217
22218         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22219         replacement strtoull, we may well need the replacement strtoul, too.
22220         Check for declarations of strtoul and strtoull.
22221         Check for strtol.  Mainly as a cue to cause automake to include
22222         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22223         Check for limits.h -- strtol.c needs it.
22224
22225 2000-12-05  Jim Meyering  <meyering@lucent.com>
22226
22227         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22228
22229 2000-12-04  Jim Meyering  <meyering@lucent.com>
22230
22231         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22232         Also include memory.h, stdlib.h, unistd.h if appropriate.
22233         Reported by Andreas Jaeger (conflicting declaration of malloc).
22234
22235 2000-12-02  Jim Meyering  <meyering@lucent.com>
22236
22237         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22238         * m4/jm-macros.m4 (jm_MACROS): require it.
22239
22240 2000-12-02  Jim Meyering  <meyering@lucent.com>
22241
22242         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22243
22244 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22245
22246         * lib/memrchr.c: Include <config.h> before any system include file.
22247
22248 2000-11-30  Jim Meyering  <meyering@lucent.com>
22249
22250         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22251
22252 2000-11-30  Jim Meyering  <meyering@lucent.com>
22253
22254         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22255
22256 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22257
22258         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22259
22260 2000-11-26  Jim Meyering  <meyering@lucent.com>
22261
22262         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22263
22264 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22265
22266         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22267         size of (size_t) -1; it's not portable.
22268
22269 2000-11-17  Jim Meyering  <meyering@lucent.com>
22270
22271         * lib/strstr.c: Update from GNU libc.
22272
22273 2000-11-17  Akim Demaille  <akim@epita.fr>
22274
22275         * lib/obstack.h: Formatting changes.
22276         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22277         prevent type checking.
22278         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22279         cast the value to (void *): assigning a `foo *' to a `void *'
22280         variable is valid.
22281         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22282
22283 2000-11-16  Jim Meyering  <meyering@lucent.com>
22284
22285         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22286
22287 2000-11-11  Jim Meyering  <meyering@lucent.com>
22288
22289         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22290
22291 2000-11-10  Jim Meyering  <meyering@lucent.com>
22292
22293         * lib/obstack.h: Update from GNU libc.
22294         * lib/obstack.c: Likewise.
22295
22296 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22297
22298         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22299
22300 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22301
22302         * lib/getusershell.c (setusershell): Use rewind rather than
22303         fseek/fseeko, to avoid configuration hassles with fseeko.
22304         Don't bother opening SHELLS_FILE if shellstream is NULL;
22305         it's not necessary.
22306
22307 2000-11-05  Jim Meyering  <meyering@lucent.com>
22308
22309         * lib/makepath.h (make_dir): Declare.
22310         * lib/makepath.c (make_dir): Remove `static' attribute.
22311         Tweak a comment.
22312
22313 2000-11-04  Jim Meyering  <meyering@lucent.com>
22314
22315         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22316
22317 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22318
22319         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22320         last one in a bucket, advance to the next bucket.
22321
22322 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22323
22324         * lib/fnmatch.c: Do not comment out all the code if we are using
22325         the GNU C library, because in some cases we are replacing buggy
22326         code in the GNU C library itself.
22327
22328 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22329
22330         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22331         (regex_compile): Catch bogus \(\1\).
22332
22333 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22334
22335         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22336         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22337         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22338
22339 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22340
22341         * lib/error.h, getline.h, modechange.h:
22342         Remove "2000" from Copyright line, as the file hasn't been
22343         changed this year other than in the copyright notice.
22344
22345         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22346         was changed this year.
22347
22348 2000-10-29  Jim Meyering  <meyering@lucent.com>
22349
22350         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22351         renaming.
22352         * m4/ls-mntd-fs.m4: Likewise
22353
22354 2000-10-29  Jim Meyering  <meyering@lucent.com>
22355
22356         * lib/xstat.in: Fix grammar in comment.
22357
22358 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22359
22360         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22361         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22362         doesn't define __restrict_arr.
22363
22364 2000-10-28  Jim Meyering  <meyering@lucent.com>
22365
22366         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22367         (jm_PREREQ_MEMCHR): New function.
22368
22369 2000-10-28  Jim Meyering  <meyering@lucent.com>
22370
22371         * lib/memchr.c: Update from libc.
22372         Adjust for portability:
22373         [HAVE_STDLIB_H]: Include stdlib.h.
22374         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22375         Undef __memchr, too.
22376         [!weak_alias]: Define __memchr to memchr.
22377
22378         * lib/regex.c: Update from libc.
22379         * lib/regex.h: Likewise.
22380         * lib/getopt1.c: Likewise.
22381         * lib/memcmp.c: Likewise.
22382
22383         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22384         Avoid using fseek, when possible -- it's broken by design.
22385         Patch by Ulrich Drepper.
22386
22387 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22388
22389         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22390         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22391         Giving in to popular pressure to shut up the compiler with casts.
22392
22393 2000-10-26  Jim Meyering  <meyering@lucent.com>
22394
22395         * lib/strftime.c: Update from libc.
22396
22397 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22398
22399         * regex.c: More `unsigned char' -> `re_char' changes.
22400         Also change several `int' into `re_wchar_t'.
22401         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22402         (PUSH_FAILURE_POINTER): Don't cast any more.
22403         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22404         We want GCC to complain, since this piece of code makes
22405         re_match non-reentrant, which *should* be fixed.
22406         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22407         (EXTEND_BUFFER): Use RETALLOC.
22408         (SET_LIST_BIT): Don't cast.
22409         (re_wchar_t): New type.
22410         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22411         that those two functions will always properly return.
22412         (IMMEDIATE_QUIT_CHECK): Cast to void.
22413         (analyse_first): Use recursion rather than an explicit stack.
22414         (re_compile_fastmap): Can't fail anymore.
22415         (re_search_2): Don't check re_compile_fastmap for failure.
22416         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22417         Now also sets the new value (passed in a new argument).
22418         (re_match_2_internal): Use it.
22419         Also, use a new var `reg' of type size_t when looping through regs
22420         rather than reuse the inappropriate `mcnt'.
22421
22422 2000-10-25  Jim Meyering  <meyering@lucent.com>
22423
22424         * lib/obstack.c: Update from libc.
22425
22426 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22427
22428         * regex.c (regex_compile): Change the way of handling a range from
22429         a char less than 256 to a char not less than 256.
22430
22431 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22432
22433         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22434         NT-Emacs only.
22435         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22436         so that re_search functions only quit when callers expect them to.
22437
22438 2000-10-23  Jim Meyering  <meyering@lucent.com>
22439
22440         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22441         wrong.  That set_locale call must not have any side effects.
22442         From Paul Eggert.
22443
22444 2000-10-22  Jim Meyering  <meyering@lucent.com>
22445
22446         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22447         [CYCLIC]: Remove now-unused definition.
22448
22449         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22450         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22451         Suggestion from Ulrich Drepper.
22452
22453 2000-10-21  Jim Meyering  <meyering@lucent.com>
22454
22455         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22456         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22457         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22458
22459 2000-10-21  Jim Meyering  <meyering@lucent.com>
22460
22461         * lib/dirname.c (memrchr): Declare if necessary.
22462         (dir_name): Remove the restriction that there be no
22463         trailing slashes.  Now, this code skips past them, effectively
22464         ignoring them.
22465         [TEST_DIRNAME] (main): New unit tests.
22466
22467         * lib/memrchr.c: New file from GNU libc.
22468         Undef __memrchr, too.
22469         [!weak_alias]: Define __memrchr to memrchr.
22470         Guard weak_alias use with `#ifdef weak_alias'.
22471
22472 2000-10-21  Jim Meyering  <meyering@lucent.com>
22473
22474         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22475         (dir_name): Use dir_name_r.
22476         * lib/dirname.h (dir_name_r): Declare it.
22477
22478 2000-10-17  Jim Meyering  <meyering@lucent.com>
22479
22480         * lib/quote.h (PARAMS): Define and use.
22481         Reported by Akim Demaille.
22482
22483         * lib/getopt.c: Update from libc.
22484
22485 2000-10-16  Jim Meyering  <meyering@lucent.com>
22486
22487         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22488         setlocale.
22489         From Jan Fedak.
22490
22491 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22492
22493         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22494
22495 2000-09-25  Jim Meyering  <meyering@lucent.com>
22496
22497         * lib/md5.h (rol): Define (from GnuPG).
22498
22499         * lib/sha.c: Give credit (GnuPG) where due.
22500         (M): Use rol rather than open-coding it.
22501         Add a FIXME comment.
22502
22503 2000-09-21  Jim Meyering  <meyering@lucent.com>
22504
22505         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22506         Reported by Michael Stone.
22507
22508 2000-09-20  Jim Meyering  <meyering@lucent.com>
22509
22510         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22511         (noinst_HEADERS): Add sha.h.
22512         Based on code from Scott G. Miller and from GnuPG.
22513
22514 2000-09-18  Jim Meyering  <meyering@lucent.com>
22515
22516         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22517         LIBS. Otherwise, everyone ends up linking with -lelf for some
22518         configurations.
22519         Reported by Mike Stone.
22520
22521 2000-09-15  Jim Meyering  <meyering@lucent.com>
22522
22523         * lib/regex.c: Update from libc.
22524
22525 2000-09-10  Jim Meyering  <meyering@lucent.com>
22526
22527         * lib/getopt.c (_getopt_internal): Update from glibc.
22528
22529 2000-09-09  Jim Meyering  <meyering@lucent.com>
22530
22531         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22532         think it should be used as a general replacement for isascii.
22533         * lib/fnmatch.c: Likewise.
22534         * lib/mbswidth.c: Likewise
22535         * lib/regex.c: Likewise.
22536
22537         Don't use atoi.
22538         * lib/userspec.c: Include sys/param.h and limits.h.
22539         Include xstrtol.h.
22540         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22541         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22542         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22543         UID, GID.  Check range.
22544
22545 2000-09-06  Jim Meyering  <meyering@lucent.com>
22546
22547         * lib/getopt.c (_getopt_internal): Update from glibc.
22548
22549 2000-08-30  Jim Meyering  <meyering@lucent.com>
22550
22551         * lib/strftime.c: Merge in changes from GNU libc.
22552
22553 2000-08-26  Jim Meyering  <meyering@lucent.com>
22554
22555         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22556         * m4/fpending.m4: New file.
22557
22558 2000-08-26  Jim Meyering  <meyering@lucent.com>
22559
22560         * lib/closeout.c: Include "__fpending.h".
22561         (close_stdout_status): Return right away if there's nothing to flush.
22562
22563         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22564         * lib/__fpending.c: New file.
22565         * lib/__fpending.h: New file.
22566
22567 2000-08-20  Jim Meyering  <meyering@lucent.com>
22568
22569         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22570         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22571         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22572
22573 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22574
22575         Improve fileutils installation on systems where running
22576         programs (like install) can't be unlinked.
22577         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22578         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22579
22580 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22581
22582         Standardize on "memory exhausted" instead of "Memory exhausted"
22583         or "virtual memory exhausted".
22584         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22585         "virtual memory exhausted".
22586         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22587         our own message.
22588         * lib/userspec.c (parse_user_spec): Likewise.
22589         * lib/bumpalloc.h: comment fix
22590         * lib/same.c, userspec.c: Include xalloc.h.
22591
22592         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22593         not char *const and pointing to a constant array.
22594         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22595         (xrealloc): Comment fix.
22596
22597         * lib/userspec.c (parse_user_spec):
22598         Don't translate a message until just before returning,
22599         to avoid unnecessary translation.
22600
22601 2000-08-07  Jim Meyering  <meyering@lucent.com>
22602
22603         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22604         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22605         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22606         getgroups.c, gethostname.c, getopt.h, group-member.c,
22607         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22608         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22609         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22610         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22611         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22612         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22613         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22614         yesno.c: Back out Copyright date changes for each file with no change
22615         this year.  This eases coordination with other programs using the same
22616         source code modules.  From Paul Eggert.
22617
22618 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22619
22620         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22621         not char, for compatibility with glibc 2.1.3 strftime.c.
22622
22623 2000-08-03  Greg McGary  <greg@mcgary.org>
22624
22625         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22626         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22627         (EXTEND_BUFFER): Use them.
22628
22629 2000-08-01  Jim Meyering  <meyering@lucent.com>
22630
22631         * lib/dirname.c (ISSLASH): Define.
22632         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22633         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22634         both `\' and `/' may be use as path separators.
22635         Based on a patch from Prashant TR.
22636
22637 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22638
22639         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22640         slot vector a constant, since it might get modified.
22641
22642 2000-07-31  Jim Meyering  <meyering@lucent.com>
22643
22644         * lib/xmalloc.c: Use `virtual memory exhausted', not
22645         `Memory exhausted'.
22646         * lib/obstack.c (print_and_abort): Likewise.
22647
22648 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22649
22650         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22651         buffer, so that the caller can always quote one small
22652         component of a "memory exhausted" message in slot 0.
22653         From a suggestion by Jim Meyering.
22654
22655 2000-07-30  Jim Meyering  <meyering@lucent.com>
22656
22657         * lib/makepath.c (make_path): Quote the other instance, too.
22658
22659         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22660         (STATIC_BUF_SIZE): Define.
22661         (quotearg_n_options): Use only statically allocated storage when
22662         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22663         than STATIC_BUF_SIZE.
22664
22665 2000-07-29  Jim Meyering  <meyering@lucent.com>
22666
22667         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22668         * lib/dirname.c (dir_name): Likewise.
22669
22670         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22671         `/'.
22672
22673         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22674         (dir_name): Assert that there are no trailing slashes.
22675
22676 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22677
22678         * lib/mbswidth.h (mbswidth): Add a flags argument.
22679         (mbswidth): New declaration.
22680         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22681         * lib/mbswidth.c (mbswidth): Add a flags argument.
22682         (mbsnwidth): New function.
22683
22684 2000-07-24  Jim Meyering  <meyering@lucent.com>
22685
22686         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22687
22688 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22689
22690         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22691
22692 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22693
22694         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22695         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22696         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22697         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22698         invoke multibyte primitives.
22699
22700 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22701
22702         * lib/quotearg.c:
22703         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22704         so that mbstate_t is always defined.
22705
22706         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22707         be 1 in at least one GCC installation, and this configuration
22708         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22709         performance on hosts that have mbrtowc but have only unibyte
22710         locales, but I assume these hosts are rare.
22711
22712 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22713
22714         * lib/mbswidth.c (_XOPEN_SOURCE):
22715         Don't define; this causes problems on Solaris 7.
22716         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22717
22718 2000-07-23  Jim Meyering  <meyering@lucent.com>
22719
22720         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22721         too: getgrgid, getpwuid, getuid.
22722
22723 2000-07-23  Jim Meyering  <meyering@lucent.com>
22724
22725         * lib/basename.c (base_name): Add an assertion.
22726
22727 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22728
22729         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22730         shadow its mbsinit function.
22731
22732 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22733
22734         * lib/mbswidth.h: New file.
22735         * lib/mbswidth.c: New file.
22736         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22737         (noinst_HEADERS): Add mbswidth.h.
22738
22739 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22740
22741         * lib/config.charset: Add support for FreeBSD. Improve support for
22742         HP-UX and IRIX 6.
22743
22744 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22745
22746         * m4/mbswidth.m4: New file.
22747         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22748
22749 2000-07-15  Jim Meyering  <meyering@lucent.com>
22750
22751         * lib/makepath.c: Include quote.h.
22752         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22753         corresponding argument in a `quote (...)' call.
22754         Give better diagnostics.
22755
22756         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22757         (noinst_HEADERS): Add quote.h.
22758
22759         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22760         from tar's src/misc.c.
22761         * lib/quote.h: New file.  Prototypes for same.
22762
22763 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22764
22765         From a suggestion by Bruno Haible.
22766         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22767         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22768         to decide whether to define the BeOS workaround macro;
22769         this adjusts to the change to AC_MBSTATE_T.
22770
22771 2000-07-14  Jim Meyering  <meyering@lucent.com>
22772
22773         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22774         jm_AC_TYPE_UINTMAX_T.
22775
22776 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22777
22778         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22779
22780         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22781         quotearg_buffer_restyled): Add support for
22782         clocale_quoting_style.  Undo previous change to
22783         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22784         and "{RIGHT QUOTATION MARK}" msgids.
22785
22786 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22787
22788         From a suggestion by Bruno Haible.
22789         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22790         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22791         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22792         and mbstate_t, to a single-part test that simply defines mbstate_t.
22793         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22794         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22795
22796 2000-07-10  Jim Meyering  <meyering@lucent.com>
22797
22798         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22799
22800         * m4/gnu-source.m4: Output to confdefs.h directly.
22801         Suggestion from Akim Demaille.
22802
22803 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22804
22805         The old behavior of quoting `like this' doesn't look good with
22806         newer, ISO-style fonts.  See:
22807         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22808
22809         Instead, quote "like this" by default.  Let the translator
22810         tailor the locale-specific quoting behavior by providing
22811         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22812
22813         * lib/quotearg.c (N_): New macro.
22814         (gettext_default): New function.
22815         (quotearg_buffer_restyled): Use
22816         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22817         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22818
22819 2000-07-09  Jim Meyering  <meyering@lucent.com>
22820
22821         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22822         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22823
22824         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22825         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22826
22827 2000-07-09  Jim Meyering  <meyering@lucent.com>
22828
22829         * lib/Most files: Update copyright dates to include 2000.
22830
22831 2000-07-08  Jim Meyering  <meyering@lucent.com>
22832
22833         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22834         if not defined.
22835         (xgethostname): Remove now-unnecessary #ifdef.
22836         Move declaration of `err' into loop where it's used.
22837
22838 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22839         and Bruno Haible  <haible@clisp.cons.org>
22840
22841         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22842         only if the test for an object-type mbstate_t fails.  This
22843         prevents us from mistakenly reporting that mbstate_t is a
22844         system object type after we "#define mbstate_t int" to work
22845         around its lack.
22846
22847 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22848         and Bruno Haible  <haible@clisp.cons.org>
22849
22850         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22851
22852 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22853
22854         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22855         to strerror_r.
22856         Include <ctype.h> for use of isalpha.
22857
22858 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22859
22860         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22861         by allocating a larger buffer. Test the gethostname return value for
22862         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22863         returns an error and ENAMETOOLONG isn't defined.
22864
22865 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22866
22867         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22868         dimension.
22869
22870 2000-07-04  Jim Meyering  <meyering@lucent.com>
22871
22872         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22873         of the deprecated AC_CHECKING.
22874
22875 2000-07-04  Jim Meyering  <meyering@lucent.com>
22876
22877         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22878         Reported by Bruno Haible.
22879
22880 2000-07-04  Jim Meyering  <meyering@lucent.com>
22881
22882         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22883         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22884         lacks mbrtowc.
22885
22886 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22887
22888         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22889         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22890
22891 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22892         and Bruno Haible  <haible@clisp.cons.org>
22893
22894         * lib/quotearg.c (mbrtowc):
22895         Assign to *pwc, and return 1 only if result is nonzero.
22896         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22897
22898 2000-07-03  Jim Meyering  <meyering@lucent.com>
22899
22900         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22901
22902 2000-07-03  Jim Meyering  <meyering@lucent.com>
22903
22904         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22905         This is necessary to get a definition of e.g., UTMP_FILE on
22906         HP-UX 10.20.
22907         From Bob Proulx.
22908
22909 2000-07-02  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22912
22913         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22914         AC_LIBOBJ(function_name).
22915         * m4/chown.m4: Likewise.
22916         * m4/fnmatch.m4: Likewise.
22917         * m4/ftruncate.m4: Likewise.
22918         * m4/getgroups.m4: Likewise.
22919         * m4/getline.m4: Likewise.
22920         * m4/group-member.m4: Likewise.
22921         * m4/jm-macros.m4: Likewise.
22922         * m4/lstat.m4: Likewise.
22923         * m4/malloc.m4: Likewise.
22924         * m4/memcmp.m4: Likewise.
22925         * m4/nanosleep.m4: Likewise.
22926         * m4/putenv.m4: Likewise.
22927         * m4/realloc.m4: Likewise.
22928         * m4/regex.m4: Likewise.
22929         * m4/stat.m4: Likewise.
22930         * m4/strftime.m4: Likewise.
22931
22932 2000-07-02  Jim Meyering  <meyering@lucent.com>
22933
22934         * lib/quotearg.c (mbstate_t): Don't define here.
22935
22936 2000-07-02  Jim Meyering  <meyering@lucent.com>
22937
22938         * lib/nanosleep.c (SIGCONT): Define if not already defined.
22939
22940 2000-07-01  Jim Meyering  <meyering@lucent.com>
22941
22942         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
22943
22944 2000-07-01  Jim Meyering  <meyering@lucent.com>
22945
22946         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
22947         problem.
22948
22949 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22950
22951         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
22952         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
22953
22954 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22955
22956         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
22957         per change in ../m4/ls-mntd-fs.m4.
22958         (read_filesystem_list): Ignore symbolic links.
22959
22960 2000-06-29  Jim Meyering  <meyering@lucent.com>
22961
22962         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
22963         for declaration of strcmp.
22964
22965         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
22966
22967         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
22968         Avoid warning by casting result to `char *' to remove `const'.
22969
22970 2000-06-28  Jim Meyering  <meyering@lucent.com>
22971
22972         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
22973         included by quotearg.c, for which we perform this test.  From
22974         Bruno Haible.
22975
22976 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22977
22978         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
22979         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
22980         <utmpx.h> exists, put readutmp.o into LIBOBJS.
22981
22982 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22983
22984         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
22985
22986 2000-06-26  Paul Eggert  <eggert@twinsun.com>
22987
22988         savedir now sets errno on failure and invokes xmalloc to get memory.
22989         Fix a couple of other minor bugs while we're at it.
22990
22991         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
22992         (NAMLEN): Remove macro.
22993         (malloc, realloc): Remove decls.
22994         (stpcpy): Likewise.
22995         ("xalloc.h"): Include.
22996         (NAME_SIZE_DEFAULT): New macro.
22997         (savedir): Use xmalloc / xrealloc to allocate memory.
22998         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
22999         Skip "" directory entries.
23000         Use strlen to calculate directory entry length, since the old method
23001         is rarely used these days and isn't worth supporting.
23002         Don't use a pointer after freeing it.
23003         Check for integer overflow when calculating allocation size.
23004         Use memcpy to copy entries, instead of stpcpy.
23005         Set errno properly when returning NULL.
23006         Check for readdir error.
23007
23008 2000-06-26  Jim Meyering  <meyering@lucent.com>
23009
23010         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23011
23012 2000-06-25  Jim Meyering  <meyering@lucent.com>
23013
23014         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23015         Linux header bug when _XOPEN_SOURCE is defined to 500.
23016
23017 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23018
23019         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23020         deficiency.
23021
23022 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23023
23024         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23025         Include xalloc.h.
23026         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23027
23028 2000-06-24  Jim Meyering  <meyering@lucent.com>
23029
23030         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23031         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23032         for which strerror does return char*, but which lacks a conveniently
23033         accessible declaration of the function.  If the compile-test says
23034         strerror_r doesn't work, then resort to a `run'-test that works on
23035         BeOS and segfaults on DEC Unix.
23036
23037 2000-06-24  Jim Meyering  <meyering@lucent.com>
23038
23039         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23040
23041 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23042
23043         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23044         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23045
23046 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23047
23048         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23049         (mbrtowc, mbstate_t): Define substitutes if
23050         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23051         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23052         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23053
23054 2000-06-23  Jim Meyering  <meyering@lucent.com>
23055
23056         * m4/afs.m4: Add missing AC_MSG_RESULT.
23057         Reported by Bruno Haible.
23058
23059         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23060         Suggestion from Bruno Haible.
23061
23062 2000-06-23  Jim Meyering  <meyering@lucent.com>
23063
23064         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23065
23066 2000-06-21  Jim Meyering  <meyering@lucent.com>
23067
23068         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23069
23070 2000-06-21  Jim Meyering  <meyering@lucent.com>
23071
23072         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23073         (noinst_HEADERS): Add getstr.h.
23074
23075         * lib/getline.c (getstr): Move into a separate file.
23076         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23077         the following changes: new parameter, delim2; both delim[12]
23078         parameters have type `int', not `char'.  The latter would lose
23079         with 8-bit delimiters.
23080         * lib/getstr.h: New file.
23081
23082 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23083
23084         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23085         than 1024, return a memory chunk of least possible size, instead
23086         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23087         Use free/xmalloc instead of xrealloc to avoid copying for very long
23088         paths.
23089
23090 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23091
23092         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23093         the empty string.
23094
23095 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23096
23097         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23098         address, not strdup.  Include <stdlib.h> and don't declare free().
23099
23100 2000-06-19  Jim Meyering  <meyering@lucent.com>
23101
23102         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23103
23104 2000-06-18  Jim Meyering  <meyering@lucent.com>
23105
23106         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23107
23108         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23109         `checking whether...' message to be consistent with that of the
23110         lstat test.
23111
23112 2000-06-18  Jim Meyering  <meyering@lucent.com>
23113
23114         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23115         Besides, these days every porting target provides a mkdir function.
23116
23117         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23118         needed. (this snippet comes from src/system.h).
23119
23120 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23121
23122         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23123
23124 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23125
23126         * lib/human.c (adjust_value): New function.
23127         (human_readable_inexact): Apply rounding style even when
23128         printing approximate values.
23129
23130 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23131
23132         * lib/human.c (human_readable_inexact): Allow an input block
23133         size that is not a multiple of the output block size, and vice versa.
23134         Reported by Piergiorgio Sartor.
23135
23136 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23137
23138         * lib/getdate.y (get_date): Apply relative times after time
23139         zone indicator, not before.  Reported by Todd A. Jacobs.
23140
23141 2000-06-13  Jim Meyering  <meyering@lucent.com>
23142
23143         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23144
23145         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23146
23147 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23148
23149         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23150
23151 2000-06-12  Jim Meyering  <meyering@lucent.com>
23152
23153         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23154         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23155         optional argument.
23156         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23157         the optional argument, `lib'.
23158
23159 2000-06-08  Jim Meyering  <meyering@lucent.com>
23160
23161         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23162
23163 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23164
23165         Rewrite largefile configuration so that we don't need to run
23166         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23167         AC_CANONICAL_HOST in configure.in -- jmm]
23168
23169         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23170         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23171         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23172         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23173         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23174         All uses changed.
23175         Instead of inspecting the output of getconf, try to compile the
23176         test program without and with the macro definition.
23177         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23178         for getconf.  Instead, check for the needed flags by compiling
23179         test programs.
23180
23181 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23182
23183         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23184
23185 2000-06-04  Jim Meyering  <meyering@lucent.com>
23186
23187         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23188         SunOS 4.1.4 for which gid_t is an unsigned type.
23189
23190 2000-06-03  Jim Meyering  <meyering@lucent.com>
23191
23192         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23193         now that autoconf requires that.
23194
23195         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23196         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23197         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23198
23199 2000-06-03  Jim Meyering  <meyering@lucent.com>
23200
23201         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23202
23203 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23204
23205         * m4/glibc21.m4: New file.
23206         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23207
23208 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23209
23210         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23211         newer, don't install charset.alias.
23212         * lib/config.charset: Change the Linux/glibc rules so they become empty
23213         on glibc-2.1 or newer.
23214
23215 2000-06-02  Jim Meyering  <meyering@lucent.com>
23216
23217         * lib/mountlist.c: Back out last change.  Instead, do this...
23218         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23219         me_dummy member using the same `ignore'-testing code.
23220         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23221         fs_type strings.
23222         From Mark D. Roth.
23223
23224 2000-05-29  Jim Meyering  <meyering@lucent.com>
23225
23226         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23227         mounts with the `ignore' attribute.  Based on a patch from
23228         Mark D. Roth.
23229
23230 2000-05-28  Jim Meyering  <meyering@lucent.com>
23231
23232         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23233         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23234         * m4/stat.m4: Likewise.
23235         * m4/lstat.m4: Likewise.
23236         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23237
23238         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23239         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23240
23241 2000-05-26  Jim Meyering  <meyering@lucent.com>
23242
23243         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23244
23245 2000-05-24  Jim Meyering  <meyering@lucent.com>
23246
23247         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23248         autoconf requires that.
23249         * m4/lib-check.m4: Likewise.
23250         * m4/jm-macros.m4: Likewise.
23251         * m4/strftime.m4: Likewise.
23252
23253         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23254         AC_CHECK_DECLS, now that autoconf requires that.
23255
23256 2000-05-22  Jim Meyering  <meyering@lucent.com>
23257
23258         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23259         * m4/lstat.m4: Likewise.
23260
23261 2000-05-22  Jim Meyering  <meyering@lucent.com>
23262
23263         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23264
23265 2000-05-20  Jim Meyering  <meyering@lucent.com>
23266
23267         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23268         (jm_PREREQ): Use it.
23269
23270 2000-05-18  Jim Meyering  <meyering@lucent.com>
23271
23272         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23273         back, too, since it may have been modified by allocate_entry.
23274         (hash_delete): Rewrite to use neither the assignment operator
23275         nor the comma operator in an if-expression.
23276
23277 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23278
23279         * lib/closeout.c:
23280         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23281         Remove; no longer needed.
23282         "quotearg.h": Add include.
23283         (file_name): Do not bother to explicitly initialize to NULL; it's less
23284         efficient on some hosts.
23285         (close_stdout_status): Remove test as to whether stdout was already
23286         closed; it breaks for the case "echo x | sort >&-".
23287         Quote file name colons.
23288         Do not assume that _("write error") lacks format strings.
23289
23290 2000-05-15  Jim Meyering  <meyering@lucent.com>
23291
23292         * lib/version-etc.c (version_etc_copyright): Update the copyright
23293         string used in all --version output.
23294
23295 2000-05-14  Jim Meyering  <meyering@lucent.com>
23296
23297         * lib/closeout.c (close_stdout_set_file_name): New function.
23298         (close_stdout_status): Use new file-scoped global.
23299         Return right away if fstat says the stdout file descriptor is invalid.
23300         * lib/closeout.h (close_stdout_set_file_name): Declare.
23301
23302 2000-05-10  Jim Meyering  <meyering@lucent.com>
23303
23304         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23305         (close_stdout_set_status): New function.
23306         * lib/closeout.h (close_stdout_set_status): Declare.
23307
23308 2000-05-09  Jim Meyering  <meyering@lucent.com>
23309
23310         * m4/gettext.m4: Rename this...
23311         * m4/libintl.m4: ...to this.
23312
23313 2000-05-08  Jim Meyering  <meyering@lucent.com>
23314
23315         * lib/long-options.c: Don't include closeout.h.
23316         (parse_long_options): Don't call close_stdout for --version.
23317
23318 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23319
23320         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23321         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23322         2.1.3 bug.  This avoids a clash when files like regex.c define
23323         _GNU_SOURCE.
23324
23325 2000-05-06  Jim Meyering  <meyering@lucent.com>
23326
23327         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23328         (AC_REPLACE_FUNCS): Add strnlen.
23329
23330         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23331         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23332
23333         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23334         AC_SEARCH_LIBS call for nanosleep.
23335         (LIB_NANOSLEEP): Set and AC_SUBST.
23336
23337 2000-05-06  Jim Meyering  <meyering@lucent.com>
23338
23339         * lib/strnlen.c: Undefine __strnlen and strnlen.
23340         [!weak_alias]: Define __strnlen to strnlen.
23341
23342         * lib/atexit.c: New file, from libiberty.
23343
23344 2000-05-06  Jim Meyering  <meyering@lucent.com>
23345
23346         * lib/closeout.c (close_stdout_status): Also check for errors on the
23347         stderr stream.
23348
23349 2000-05-05  Jim Meyering  <meyering@lucent.com>
23350
23351         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23352         AC_SEARCH_LIBS call for clock_gettime.
23353         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23354
23355         * m4/search-libs.m4: Update from autoconf.
23356
23357         su doesn't work on Solaris 2.6.
23358         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23359         <shadow.h>.  Reported by Dragos Harabor.
23360
23361 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23362
23363         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23364         memcpy instead of xmalloc, xrealloc, path_concat.
23365         (locale_charset): Treat empty environment variables as absent.
23366         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23367
23368 2000-05-04  Jim Meyering  <meyering@lucent.com>
23369
23370         * lib/getopt.c: Update from glibc.
23371         * lib/obstack.c: Likewise.
23372         * lib/obstack.h: Likewise.
23373         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23374         file
23375
23376         * lib/regex.h: Likewise.
23377         * lib/strndup.c: Likewise.
23378         * lib/strnlen.c: New file, from glibc.
23379
23380 2000-05-03  Jim Meyering  <meyering@lucent.com>
23381
23382         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23383
23384 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23385
23386         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23387         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23388         compile-time test, rather than inspecting host and OS, to
23389         decide whether to define _LARGEFILE_SOURCE.
23390
23391 2000-05-01  Jim Meyering  <meyering@lucent.com>
23392
23393         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23394
23395         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23396         Based on a patch from Bruno Haible.
23397
23398 2000-05-01  Jim Meyering  <meyering@lucent.com>
23399
23400         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23401
23402 2000-04-29  Jim Meyering  <meyering@lucent.com>
23403
23404         * lib/path-concat.c: Declare strdup only if it's not defined.
23405         * lib/canon-host.c: Likewise.
23406
23407 2000-04-28  Jim Meyering  <meyering@lucent.com>
23408
23409         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23410         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23411         is included first, then limits.h is included by locale.h by libintl.h.
23412         From John David Anglin.
23413
23414 2000-04-25  Jim Meyering  <meyering@lucent.com>
23415
23416         * lib/makepath.c (S_IRWXUGO): Define.
23417         (make_path): Always perform explicit chmod if MODE specifies any
23418         of the `special' permission bits.  Prompted by a bug report against
23419         install from Mate Wierdl and Joost van Baal.
23420
23421 2000-04-18  Jim Meyering  <meyering@lucent.com>
23422
23423         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23424         (jm_PREREQ): Use it.
23425
23426 2000-04-18  Jim Meyering  <meyering@lucent.com>
23427
23428         * lib/README: New file.
23429
23430         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23431         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23432
23433 2000-04-17  Jim Meyering  <meyering@lucent.com>
23434
23435         Get it right :-)
23436         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23437         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23438         Suggestion from Akim Demaille.
23439
23440 2000-04-17  Jim Meyering  <meyering@lucent.com>
23441
23442         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23443         the definition of it to rpl_strftime also defined-away the system's
23444         declaration.
23445
23446 2000-04-15  Jim Meyering  <meyering@lucent.com>
23447
23448         Use `C' to denote so-called `contiguous' files, the same way
23449         that tar does.
23450         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23451         (ftypelet): Use S_ISCTG.
23452         From Michael Deutschmann.
23453
23454 2000-04-14  Jim Meyering  <meyering@lucent.com>
23455
23456         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23457         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23458         clobbered.
23459
23460 2000-04-14  Jim Meyering  <meyering@lucent.com>
23461
23462         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23463
23464 2000-04-13  Jim Meyering  <meyering@lucent.com>
23465
23466         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23467         AH_VERBATIM to insert required #ifndef into config.h.in.
23468         Suggestion from Akim Demaille.
23469
23470 2000-04-12  Jim Meyering  <meyering@lucent.com>
23471
23472         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23473         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23474         Christian Krackowizer.
23475
23476         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23477         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23478         (AC_SYS_LARGEFILE): Require.
23479         (AM_C_PROTOTYPES): Require.
23480
23481 2000-04-08  Jim Meyering  <meyering@lucent.com>
23482
23483         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23484         names don't conflict.  Reported by Eli Zaretskii.
23485
23486 2000-04-07  Jim Meyering  <meyering@lucent.com>
23487
23488         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23489         sys/types.h, to work around system header problems on AIX 3.2.5.
23490         From Bruno Haible.
23491
23492 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23493
23494         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23495         bug.  Deal with the different error behavior of Irix iconv.
23496
23497 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23498
23499         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23500         IRIX if the installer said otherwise.
23501
23502 2000-04-05  Jim Meyering  <meyering@lucent.com>
23503
23504         Portability tweaks required for ultrix4.3.
23505         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23506         (jm_CHECK_DECLS): Add getutent to the list of functions.
23507         (_jm_DECL_HEADERS): Add utmpx.h.
23508         From John David Anglin.
23509
23510         * m4/strftime.m4: Back out the 2000-04-02 change.
23511         Instead of that change, simply undefine putenv in the test program.
23512
23513 2000-04-05  Jim Meyering  <meyering@lucent.com>
23514
23515         Portability tweaks required for ultrix4.3.
23516         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23517         getutent.
23518         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23519         * lib/canon-host.c: Declare strdup.
23520         * lib/path-concat.c: Likewise.
23521         From John David Anglin.
23522
23523 2000-04-04  Jim Meyering  <meyering@lucent.com>
23524
23525         Be more DOS 8.3-friendly.
23526         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23527         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23528         * lib/Makefile.am: Reflect renaming.
23529         Reported by Eli Zaretskii.
23530
23531         Use a temporary file name that won't clash with `charset.alias'
23532         in the DOS 8.3 name space.
23533         * lib/Makefile.am (charset_tmp): Define.
23534         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23535         (uninstall-local): Likewise.
23536         Reported by Eli Zaretskii.
23537
23538 2000-04-03  Jim Meyering  <meyering@lucent.com>
23539
23540         * m4/gettext.m4: Fix typo in comment.
23541
23542         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23543         textutils/configure.in).  Suggestion from Paul Eggert.
23544         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23545
23546 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23547
23548         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23549         variable in the shell rather than using putenv, which isn't
23550         portable.  This avoids the configure-time inter-test dependency
23551         on the potentially-renamed putenv function.
23552
23553 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23554
23555         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23556         before checking struct stat.st_blksize, so that
23557         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23558
23559 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23560
23561         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23562         since strftime.c uses HAVE_STRFTIME to decide whether to use
23563         the underlying strftime.
23564
23565 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23566
23567         * lib/time/strftime.c (my_strftime): Make sure we call the system
23568         strftime, not ourselves, when invoking the underlying strftime.
23569
23570 2000-03-24  Jim Meyering  <meyering@lucent.com>
23571
23572         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23573         (charset_alias): Define.
23574         (install-exec-local): Factor out common code.
23575         (uninstall-local): Split lines longer than 80.
23576         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23577         (SUFFIXES): Define.
23578         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23579         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23580
23581 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23582
23583         * lib/config.charset: Output a line containing "Packages using this
23584         file".
23585         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23586         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23587         ref-del.sed): New rules.
23588
23589 2000-03-17  Jim Meyering  <meyering@lucent.com>
23590
23591         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23592         Otherwise, include <strings.h>
23593
23594 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23595
23596         * lib/unicodeio.c (utf8_wctomb): New function.
23597         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23598         format instead of in UCS-4 with platform dependent endianness.
23599
23600 2000-03-10  Jim Meyering  <meyering@lucent.com>
23601
23602         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23603         From Marco Franzen.
23604
23605 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23606
23607         * lib/savedir.c (savedir): Work even if directory size is
23608         negative; this can happen with some screwy NFS configurations.
23609
23610 2000-03-06  Jim Meyering  <meyering@lucent.com>
23611
23612         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23613         if it's NULL (because we ran out of memory).  From Bruno Haible.
23614
23615 2000-03-05  Jim Meyering  <meyering@lucent.com>
23616
23617         * lib/localcharset.c ("path-concat.h"): Include.
23618         (get_charset_aliases): Use path_concat instead of ANSI string
23619         concatenation.
23620
23621         * lib/unicodeio.h (PARAMS): Define.
23622         Use it to guard prototype.
23623
23624 2000-03-04  Jim Meyering  <meyering@lucent.com>
23625
23626         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23627         for lib/localcharset.c.
23628
23629 2000-03-04  Jim Meyering  <meyering@lucent.com>
23630
23631         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23632         installing into it.
23633         (uninstall-local): Uncomment this rule so `make distcheck' works
23634         once again.
23635
23636         * lib/unicodeio.c (<errno.h>): Include it.
23637         (errno): Declare if not defined.
23638
23639         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23640
23641         * lib/config.charset: New version, incorporating remarks from a linux
23642         i18n mailing list.  From Bruno Haible.
23643
23644 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23645
23646         * m4/codeset.m4: New file.
23647         * m4/iconv.m4: New file.
23648         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23649
23650 2000-03-03  Jim Meyering  <meyering@lucent.com>
23651
23652         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23653
23654 2000-03-02  Jim Meyering  <meyering@lucent.com>
23655
23656         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23657         the messages come out on separate lines.
23658
23659         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23660         rather than jm_CHECK_DECLARATIONS.
23661         * m4/decl.m4: Remove now-unused file.
23662
23663         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23664         geteuid.
23665
23666 2000-03-02  Jim Meyering  <meyering@lucent.com>
23667
23668         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23669
23670 2000-03-01  Jim Meyering  <meyering@lucent.com>
23671
23672         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23673         * lib/unicodeio.c: Likewise.
23674
23675 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23676
23677         * lib/config.charset: New file.
23678         * lib/localcharset.c: New file.
23679         * lib/unicodeio.h, lib/unicodeio.c: New files.
23680         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23681         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23682         (noinst_HEADERS): Add unicodeio.h.
23683         (all-local, install-exec-local, charset.alias): New targets.
23684
23685 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23686
23687         * lib/quotearg.c (ALERT_CHAR): New macro.
23688         (quotearg_buffer_restyled): Use it.
23689
23690 2000-02-27  Jim Meyering  <meyering@lucent.com>
23691
23692         * m4/check-decl.m4: Add getenv to the list.
23693
23694 2000-02-27  Jim Meyering  <meyering@lucent.com>
23695
23696         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23697         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23698
23699         * lib/backupfile.c: Guard inclusion of stdlib.h with
23700         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23701         Declare malloc if needed.
23702
23703         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23704         `#ifndef HAVE_DECL..'
23705         now that autoconf always defines the HAVE_DECL_ symbols.
23706         * lib/human.c: Likewise.
23707         * lib/same.c: Likewise.
23708         * lib/strtoumax.c: Likewise.
23709
23710         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23711         declaration check was not run.
23712         * lib/hash.c: Likewise.
23713         * lib/human.c: Likewise.
23714         * lib/same.c: Likewise.
23715         * lib/strtoumax.c: Likewise.
23716
23717         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23718         `.', then first look up the entire `.'-containing string as a login
23719         name.
23720
23721 2000-02-23  Jim Meyering  <meyering@lucent.com>
23722
23723         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23724         in place of my hack.
23725
23726 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23727
23728         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23729         (textint): New typedef.
23730         (parser_control): Member year changed from int to textint.
23731         All uses changed.
23732         (YYSTYPE): Removed; replaced by %union with int and textint members.
23733         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23734         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23735         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23736         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23737         (date, number, to_year): Use width of number in digits, not its value,
23738         to determine whether it's a 2-digit year, or a 2-digit time.
23739         (yylex): Store number of digits of numeric tokens.
23740         Reported by John Kendall.
23741
23742         (parser_control): Changed from struct parser_control to typedef (for
23743         consistency).  All uses changed.
23744
23745         (tID): Removed; not used.
23746         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23747
23748 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23749
23750         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23751         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23752
23753 2000-02-12  Jim Meyering  <meyering@lucent.com>
23754
23755         * lib/userspec.c (ISDIGIT): Define it.
23756         (isdigit): Remove definition.
23757         (is_number): Use ISDIGIT, not isdigit.
23758         <libintl.h>: Include.
23759         (_ and N_): Define.
23760         (parse_user_spec): Mark translatable strings.
23761
23762 2000-02-10  Jim Meyering  <meyering@lucent.com>
23763
23764         With these changes, nanosleep.[ch] are finally enough like the other
23765         lib/* replacement files to compile on a few more losing systems.
23766
23767         * lib/nanosleep.h: Don't include config.h.
23768         Remove prototype from declaration of nanosleep.
23769         (PARAMS): Remove now-unneeded definition.
23770         * lib/nanosleep.c: #undef nanosleep.
23771         (rpl_nanosleep): Rename from nanosleep.
23772
23773 2000-02-10  Jim Meyering  <meyering@lucent.com>
23774
23775         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23776         gnu_nanosleep to rpl_nanosleep.
23777
23778 2000-02-09  Jim Meyering  <meyering@lucent.com>
23779
23780         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23781         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23782
23783 2000-02-08  Akim Demaille  <akim@epita.fr>
23784
23785         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23786         `[' and `]' and remove uses of `changequote'.
23787         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23788         (AC_SYS_LARGEFILE): Likewise.
23789         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23790         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23791         of changequote.
23792         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23793         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23794         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23795         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23796
23797 2000-02-05  Jim Meyering  <meyering@lucent.com>
23798
23799         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23800         Remove explicit use of AC_HEADER_TIME.  It is required by
23801         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23802         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23803         in autoconf whereby the expansion of the latter ended up preceding
23804         the expansion of its prerequisite, AC_HEADER_TIME.
23805         Reported by Volker Borchert.
23806
23807 2000-02-03  Jim Meyering  <meyering@lucent.com>
23808
23809         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23810
23811 2000-02-03  Jim Meyering  <meyering@lucent.com>
23812
23813         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23814         rather than with `#if HAVE_UTMPNAME'.
23815
23816 2000-02-02  Jim Meyering  <meyering@lucent.com>
23817
23818         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23819         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23820         Reported by Eli Zaretskii.
23821
23822 2000-02-01  Jim Meyering  <meyering@lucent.com>
23823
23824         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23825
23826 2000-01-31  Jim Meyering  <meyering@lucent.com>
23827
23828         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23829         functions.  Add the time.h and sys/time.h headers along with the
23830         AC_REQUIRE'ment of AC_HEADER_TIME.
23831
23832 2000-01-31  Jim Meyering  <meyering@lucent.com>
23833
23834         * lib/nanosleep.h (nanosleep): Guard declaration with
23835         `#if ! HAVE_DECL_NANOSLEEP'.
23836         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23837         the declaration in that vendor's sys/timers.h.
23838         Reported by Christian Krackowizer.
23839
23840         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23841         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23842         (ISPRINT): Likewise.
23843         Reported by Tom Tromey.
23844
23845 2000-01-30  Jim Meyering  <meyering@lucent.com>
23846
23847         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23848
23849         * m4/prereq.m4 (utmp_includes): Define.
23850         Check for ut_user and ut_name members in both struct utmpx
23851         and struct utmp.
23852
23853 2000-01-30  Jim Meyering  <meyering@lucent.com>
23854
23855         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23856         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23857         header files where only utmpx.ut_user is declared.
23858
23859         * lib/readutmp.h (UT_USER): Define.
23860
23861 2000-01-29  Jim Meyering  <meyering@lucent.com>
23862
23863         * m4/lib-check.m4: New file containing library-related checks from
23864         fileutils and sh-utils (textutils had none).
23865
23866 2000-01-28  Jim Meyering  <meyering@lucent.com>
23867
23868         * m4/perl.m4: Change format of warning message to look more like that
23869         from the missing script.  Suggestion from François Pinard.
23870
23871 2000-01-25  Jim Meyering  <meyering@lucent.com>
23872
23873         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23874         well as time.h in the compile check.
23875         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23876         Fix typo in cross-compiling case: s/yes/no/.
23877
23878 2000-01-23  Jim Meyering  <meyering@lucent.com>
23879
23880         * m4/jm-macros.m4: Move df-related tests here from
23881         fileutils/configure.in
23882
23883         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23884         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23885
23886         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23887         s/space/ac_fsusage_space/.
23888         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23889
23890         * m4/ftruncate.m4: New file (derived from part of
23891         fileutils/configure.in).
23892         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23893         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23894
23895         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23896         AC_SUBST these here, rather than just in sh-util/configure.in, so
23897         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23898         all the same.
23899         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23900         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23901         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23902         (AC_SUBST(POW_LIBM)): Likewise.
23903         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23904
23905 2000-01-23  Jim Meyering  <meyering@lucent.com>
23906
23907         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23908         obstack.c.
23909
23910 2000-01-22  Jim Meyering  <meyering@lucent.com>
23911
23912         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23913
23914         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23915
23916         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23917         configure.in
23918         (AC_CHECK_HEADERS): Likewise for sh-utils.
23919         (AC_CHECK_HEADERS): Likewise for textutils.
23920         Merge the three lists of headers.
23921
23922         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23923         from fileutils' configure.in.
23924
23925         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23926         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23927         check-decl.m4.
23928
23929         * m4/check-decl.m4: Use #if rather than #ifdef.
23930         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
23931         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
23932         (_jm_DECL_HEADERS): Define new function.
23933         (jm_CHECK_DECLARATIONS): Require it.
23934
23935 2000-01-22  Jim Meyering  <meyering@lucent.com>
23936
23937         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
23938         [! HAVE_DECL_STRTOULL]: Declare strtoull.
23939         Required for some AIX systems.  Reported by Christian Krackowizer.
23940         [TESTING] (main): New function.
23941
23942         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
23943         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
23944         letters.
23945
23946         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
23947         iswprint.
23948
23949         * lib/strverscmp.c (ISDIGIT): Define.
23950         (strverscmp): Use ISDIGIT, not isdigit.
23951
23952 2000-01-19  Jim Meyering  <meyering@lucent.com>
23953
23954         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
23955         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
23956         defines `struct timespec' in <sys/time.h>
23957
23958         * m4/c-bs-a.m4: Remove uses of changequote altogether.
23959         Thanks to Akim for explaining.
23960
23961 2000-01-17  Paul Eggert  <eggert@twinsun.com>
23962
23963         * lib/nanosleep.c (nanosleep):
23964         Don't use SA_INTERRUPT to decide whether to call sigaction, as
23965         POSIX.1 doesn't require SA_INTERRUPT and some systems
23966         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23967         it's been part of POSIX.1 since day 1 (in 1988).
23968
23969 2000-01-17  Jim Meyering  <meyering@lucent.com>
23970
23971         * lib/interlock: Remove unused file.  Reported by François Pinard.
23972
23973 2000-01-16  Paul Eggert  <eggert@twinsun.com>
23974
23975         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
23976         alert, backslash, formfeed, and vertical tab unnecessarily in
23977         shell quoting style.
23978
23979 2000-01-16  Jim Meyering  <meyering@lucent.com>
23980
23981         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
23982         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
23983         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
23984         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
23985
23986 2000-01-16  Jim Meyering  <meyering@lucent.com>
23987
23988         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
23989         because the latter didn't work.
23990
23991 2000-01-15  Jim Meyering  <meyering@lucent.com>
23992
23993         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
23994         (AC_REPLACE_FUNCS): Add memcpy and memset.
23995         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
23996         Add strpbrk.
23997         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
23998
23999 2000-01-12  Jim Meyering  <meyering@lucent.com>
24000
24001         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24002         (jm_PREREQ): Use it.
24003         (jm_PREREQ_READUTMP): New macro.
24004         (jm_PREREQ): Use it.
24005
24006 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24007
24008         Quote multibyte characters correctly.
24009         * m4/c-bs-a.m4: New file.
24010         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24011         (jm_PREREQ): Use it.
24012
24013 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24014
24015         * m4/uintmax_t.m4: Port to autoconf 2.13.
24016
24017 2000-01-08  Jim Meyering  <meyering@ascend.com>
24018
24019         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24020         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24021
24022 2000-01-04  Jim Meyering  <meyering@ascend.com>
24023
24024         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24025         jm_STRUCT_DIRENT_D_TYPE.
24026         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24027         jm_STRUCT_DIRENT_D_INO.
24028         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24029         jm_STRUCT_UTIMBUF.
24030         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24031         renamings.
24032         * m4/utime.m4: Likewise.
24033
24034         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24035         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24036
24037 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24038
24039         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24040         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24041
24042 2000-01-02  Jim Meyering  <meyering@ascend.com>
24043
24044         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24045         remember if this is necessary.
24046
24047 1999-12-26  Jim Meyering  <meyering@ascend.com>
24048
24049         * m4/jm-macros.m4: Use it here.
24050         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24051
24052 1999-12-23  Jim Meyering  <meyering@ascend.com>
24053
24054         * m4/jm-macros.m4: Check for clock_gettime (moved from
24055         fileutils/configure.in)
24056         Check for gettimeofday.
24057
24058 1999-12-20  Jim Meyering  <meyering@ascend.com>
24059
24060         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24061         autoconf-2.14a-1999-12-20.
24062
24063 1999-12-19  Jim Meyering  <meyering@ascend.com>
24064
24065         * m4/lstat-slash.m4: New file.
24066         * m4/jm-macros.m4: Use the new macro:
24067         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24068
24069 1999-12-07  Jim Meyering  <meyering@ascend.com>
24070
24071         * m4/perl.m4: Require that File::Compare be available, too.
24072         Too many systems seem to lack it.
24073
24074         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24075         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24076
24077 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24078
24079         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24080         problem with the QNX 4.25 shell, which doesn't propagate exit
24081         status of failed commands inside shell assignments.
24082
24083 1999-11-17  Jim Meyering  <meyering@ascend.com>
24084
24085         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24086
24087 1999-11-07  Jim Meyering  <meyering@ascend.com>
24088
24089         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24090
24091 1999-11-06  Jim Meyering  <meyering@ascend.com>
24092
24093         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24094         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24095
24096 1999-11-05  Jim Meyering  <meyering@ascend.com>
24097
24098         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24099         configure.in of textutils, fileutils, and sh-utils into this one
24100         (shared between those packages) file.
24101         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24102         AC_STRUCT_ST_BLKSIZE.
24103
24104 1999-11-03  Jim Meyering  <meyering@ascend.com>
24105
24106         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24107         of AC_CHECK_TYPE checks includes unistd.h.
24108         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24109         Suggestion from Akim Demaille.
24110
24111 1999-10-30  Jim Meyering  <meyering@ascend.com>
24112
24113         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24114         m4-quoted string.
24115         * m4/ls-mntd-fs.m4: Likewise.
24116         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24117         * m4/jm-winsz1.m4: Likewise.
24118
24119         * m4/const.m4: Remove file, since the fix made it into the experimental
24120         version of autoconf.
24121         * m4/mktime.m4: Likewise.
24122
24123         * m4/check-type.m4: Remove file, now that the latest version of
24124         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24125
24126         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24127         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24128         AC_CHECK_TYPE.
24129
24130 1999-10-04  Jim Meyering  <meyering@ascend.com>
24131
24132         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24133
24134 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24135
24136         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24137         2.95.1 bug with HP-UX 10.20.
24138
24139 1999-09-17  Jim Meyering  <meyering@ascend.com>
24140
24141         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24142         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24143         due to missing strdup (against sh-utils-2.0).
24144
24145 1999-08-29  Jim Meyering  <meyering@ascend.com>
24146
24147         * m4/jm-macros.m4: Require jm_BISON.
24148         * m4/bison.m4: New file.
24149
24150 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24151
24152         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24153         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24154
24155 1999-08-05  Jim Meyering  <meyering@ascend.com>
24156
24157         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24158         to avoid conflicts with `conftest' on 8+3 filesystems.
24159         Suggestion from Eli Zaretskii.
24160
24161 1999-08-04  Jim Meyering  <meyering@ascend.com>
24162
24163         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24164         fileutils and sh-utils (textutils's getline test was inadequate).
24165         (AM_FUNC_GETLINE): Run this test.
24166         (AC_CHECK_FUNCS): Check for getdelim.
24167         Reported by Bob Proulx.
24168
24169 1999-08-02  Jim Meyering  <meyering@ascend.com>
24170
24171         * m4/jm-macros.m4: Add a comment.
24172
24173 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24174
24175         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24176         <inttypes.h> defines strtoumax as a macro (and not as a
24177         function).
24178
24179 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24180
24181         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24182         that we can shift, multiply and divide unsigned long long
24183         values; Ultrix cc can't do it.
24184
24185 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24186
24187         * m4/mktime.m4: New file, which is a preview of what should appear
24188         in the next public autoconf release.
24189
24190 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24191
24192         * m4/lfs.m4: Remove this file.
24193         * m4/largefile.m4: New file.  It contains the old contents of
24194         lfs.m4, except that all names with prefix AC_LFS have been
24195         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24196         compatible with future autoconf versions.  Also, some minor m4
24197         quoting problems have been fixed.
24198
24199 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24200
24201         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24202         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24203         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24204         and simplify the shell code.
24205
24206 1999-08-01  Jim Meyering  <meyering@ascend.com>
24207
24208         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24209         m4.
24210
24211 1999-07-20  Jim Meyering  <meyering@ascend.com>
24212
24213         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24214
24215 1999-07-15  Jim Meyering  <meyering@ascend.com>
24216
24217         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24218
24219 1999-05-22  Jim Meyering  <meyering@ascend.com>
24220
24221         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24222
24223 1999-05-20  Jim Meyering  <meyering@ascend.com>
24224
24225         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24226         Add a colon after each `then' in case $4 is empty.
24227
24228 1999-05-16  Jim Meyering  <meyering@ascend.com>
24229
24230         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24231
24232 1999-05-10  Jim Meyering  <meyering@ascend.com>
24233
24234         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24235
24236         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24237         AC_FUNC_MKTIME.
24238
24239 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24240
24241         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24242
24243 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24244
24245         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24246         not CPPFLAGS, so that linking works correctly in IRIX.
24247
24248 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24249
24250         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24251
24252 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24253
24254         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24255         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24256         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24257         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24258         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24259
24260         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24261
24262 1999-04-20  Jim Meyering  <meyering@ascend.com>
24263
24264         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24265         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24266         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24267
24268 1999-04-18  Jim Meyering  <meyering@ascend.com>
24269
24270         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24271         * m4/jm-macros.m4: Use it.
24272
24273 1999-04-06  Jim Meyering  <meyering@ascend.com>
24274
24275         * m4/strftime.m4: Remove test for %f.
24276
24277 1999-03-29  Jim Meyering  <meyering@ascend.com>
24278
24279         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24280         superset of the AC_TYPE_* checks in the textutils, fileutils,
24281         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24282         AC_TYPE_PID_T.
24283
24284 1999-03-28  Jim Meyering  <meyering@ascend.com>
24285
24286         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24287         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24288         replaced e.g., in the *.sh files of the sh-utils.
24289
24290 1999-03-20  Jim Meyering  <meyering@ascend.com>
24291
24292         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24293         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24294         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24295
24296 1999-03-19  Jim Meyering  <meyering@ascend.com>
24297
24298         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24299
24300 1999-03-12  Jim Meyering  <meyering@ascend.com>
24301
24302         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24303
24304 1999-03-07  Jim Meyering  <meyering@ascend.com>
24305
24306         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24307         declared.
24308
24309 1999-02-17  Jim Meyering  <meyering@ascend.com>
24310
24311         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24312         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24313
24314 1999-02-07  Jim Meyering  <meyering@ascend.com>
24315
24316         * m4/group-member.m4: New file -- extracted from sh-utils'
24317         configure.in.
24318
24319         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24320         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24321
24322 1999-02-06  Jim Meyering  <meyering@ascend.com>
24323
24324         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24325         * m4/fnmatch.m4: Likewise.
24326         * m4/getgroups.m4: Likewise.
24327         * m4/lstat.m4: Likewise.
24328         * m4/malloc.m4: Likewise.
24329         * m4/putenv.m4: Likewise.
24330         * m4/realloc.m4: Likewise.
24331         * m4/regex.m4: Likewise.
24332         * m4/stat.m4: Likewise.
24333         * m4/strftime.m4: Likewise.
24334         Suggestion from Alain Magloire.
24335
24336         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24337         * m4/fnmatch.m4: Likewise.
24338         * m4/getgroups.m4: Likewise.
24339         * m4/getline.m4: Likewise.
24340         * m4/lstat.m4: Likewise.
24341         * m4/malloc.m4: Likewise.
24342         * m4/memcmp.m4: Likewise.
24343         * m4/putenv.m4: Likewise.
24344         * m4/realloc.m4: Likewise.
24345         * m4/regex.m4: Likewise.
24346         * m4/stat.m4: Likewise.
24347         * m4/strftime.m4: Likewise.
24348         Suggestion from Alain Magloire.
24349
24350         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24351         an argument.
24352
24353         * m4/regex.m4: Add a run-time Test for proper operation of
24354         re_compile_pattern.
24355
24356 1999-01-31  Jim Meyering  <meyering@ascend.com>
24357
24358         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24359
24360 1999-01-30  Jim Meyering  <meyering@ascend.com>
24361
24362         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24363
24364         * m4/jm-mktime.m4: Make this a wrapper around the official
24365         AM_FUNC_MKTIME rather than my private copy, now that the official one
24366         is up to date.
24367         * m4/mktime.m4: Remove file.
24368
24369         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24370         * m4/uptime.m4: Likewise.
24371         * m4/uintmax_t.m4: Likewise.
24372
24373 1999-01-28  Jim Meyering  <meyering@ascend.com>
24374
24375         * m4/jm-macros.m4: Use jm_AFS.
24376         * m4/afs.m4: New file (from fileutils' configure.in).
24377
24378         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24379         * m4/chown.m4: Likewise.
24380         * m4/d-ino.m4: Likewise.
24381         * m4/d-type.m4: Likewise.
24382         * m4/fnmatch.m4: Likewise.
24383         * m4/getgroups.m4: Likewise.
24384         * m4/gettext.m4: Likewise.
24385         * m4/jm-mktime.m4: Likewise.
24386         * m4/jm-winsz2.m4: Likewise.
24387         * m4/lcmessage.m4: Likewise.
24388         * m4/ls-mntd-fs.m4: Likewise.
24389         * m4/malloc.m4: Likewise.
24390         * m4/memcmp.m4: Likewise.
24391         * m4/putenv.m4: Likewise.
24392         * m4/realloc.m4: Likewise.
24393         * m4/st_mtim.m4: Likewise.
24394         * m4/strftime.m4: Likewise.
24395
24396 1999-01-16  Jim Meyering  <meyering@ascend.com>
24397
24398         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24399         (ARGMATCH_DIE_DECL): Define.
24400
24401 1999-01-12  Jim Meyering  <meyering@ascend.com>
24402
24403         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24404         Reported by Lars Hecking.
24405
24406 1999-01-10  Jim Meyering  <meyering@ascend.com>
24407
24408         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24409         gross kludge.
24410         * m4/inttypes_h.m4: Likewise.
24411         * m4/lstat.m4: Likewise.
24412         * m4/malloc.m4: Likewise.
24413         * m4/readdir.m4: Likewise.
24414         * m4/realloc.m4: Likewise.
24415         * m4/st_dm_mode.m4: Likewise.
24416         * m4/stat.m4: Likewise.
24417         * m4/utimbuf.m4: Likewise.
24418         * m4/utimes.m4: Likewise.
24419
24420         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24421         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24422         comments in config.h.in are meaningful.
24423
24424         * m4/jm-macros.m4: Require autoconf-2.13 here.
24425
24426         * m4/regex.m4: By default, don't use the included regex.c on systems
24427         with glibc 2.  Suggestion from Uli Drepper.
24428
24429 1999-01-02  Jim Meyering  <meyering@ascend.com>
24430
24431         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24432
24433 1998-12-18  Jim Meyering  <meyering@ascend.com>
24434
24435         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24436         Based on a suggestion from Lars Hecking.
24437
24438 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24439
24440         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24441
24442 1998-11-16  Jim Meyering  <meyering@ascend.com>
24443
24444         * m4/lfs.m4: Double-quote the `uname...` expression.
24445
24446 1998-11-14  Jim Meyering  <meyering@ascend.com>
24447
24448         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24449         * m4/stat.m4: Likewise.
24450
24451 1998-11-03  Jim Meyering  <meyering@ascend.com>
24452
24453         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24454         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24455
24456 1998-10-18  Jim Meyering  <meyering@ascend.com>
24457
24458         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24459
24460 1998-10-17  Jim Meyering  <meyering@ascend.com>
24461
24462         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24463         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24464         calls for those previously hard-coded headers.  Instead, take a new
24465         parameter.
24466         (jm_CHECK_DECLARATIONS): Reflect interface change.
24467         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24468         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24469
24470         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24471
24472 1998-10-14  Jim Meyering  <meyering@ascend.com>
24473
24474         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24475         instead of "TZ=America/Vancouver".  From Paul Eggert.
24476
24477 1998-10-11  Jim Meyering  <meyering@ascend.com>
24478
24479         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24480         This adds a test for a recently added compatibility fix for mktime.c.
24481         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24482
24483 1998-09-27  Jim Meyering  <meyering@ascend.com>
24484
24485         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24486
24487         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24488         ../configure.in, including a change from Gordon Matzigkeit to allow
24489         cross-compiling for the Hurd.
24490
24491         * m4/glibc.m4: New file/macro to test for the GNU C Library
24492         versions 1 and 2.  From Gordon Matzigkeit.
24493         Indent.
24494
24495 1998-09-21  Jim Meyering  <meyering@ascend.com>
24496
24497         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24498
24499 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24500
24501         Port nanosecond-resolution times to UnixWare 2.1.2 and
24502         pedantic Solaris 2.6.
24503
24504         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24505         AC_STRUCT_ST_MTIM.
24506         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24507         Generate name of ns member, instead of just 1 or undef.
24508         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24509
24510 1998-08-15  Jim Meyering  <meyering@ascend.com>
24511
24512         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24513         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24514         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24515         instead of jm_TYPE_SSIZE_T.
24516
24517 1998-08-12  Jim Meyering  <meyering@ascend.com>
24518
24519         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24520
24521 1998-08-02  Jim Meyering  <meyering@ascend.com>
24522
24523         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24524         in acconfig.h manually.
24525
24526 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24527
24528         * m4/st_mtim.m4: New file.
24529
24530 1998-07-28  Jim Meyering  <meyering@ascend.com>
24531
24532         * m4/utimes.m4: Undef stat.
24533
24534 1998-07-25  Jim Meyering  <meyering@ascend.com>
24535
24536         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24537         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24538
24539 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24540
24541         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24542         uid and gid actually remain unchanged.
24543
24544 1998-07-07  Jim Meyering  <meyering@ascend.com>
24545
24546         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24547
24548 1998-07-04  Jim Meyering  <meyering@ascend.com>
24549
24550         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24551         to prove that this macro can be used in packages without regex.c.
24552
24553 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24554
24555         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24556         is to be used.
24557
24558 1998-07-03  Jim Meyering  <meyering@ascend.com>
24559
24560         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24561
24562         * m4/gettext.m4: New file -- from gettext-0.10.35.
24563         * m4/lcmessage.m4: Likewise.
24564         * m4/progtest.m4: Likewise.
24565
24566         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24567         * m4/jm-macros.m4: Require the new macro.
24568
24569 1998-06-29  Jim Meyering  <meyering@ascend.com>
24570
24571         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24572         for the definition of NGROUPS (used in a system header included
24573         by sys/mount.h).
24574
24575 1998-06-28  Jim Meyering  <meyering@ascend.com>
24576
24577         * m4/ls-mntd-fs.m4: New file.
24578         * m4/fstypename.m4: New file.
24579
24580         * m4/jm-macros.m4: Require the new macro.
24581         * m4/jm-glibc-io.m4: New file.
24582
24583 1998-05-19  Jim Meyering  <meyering@ascend.com>
24584
24585         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24586         * m4/lchown.m4: New file.
24587
24588         * m4/Makefile.am.in: New file.
24589         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24590
24591 1998-05-14  Jim Meyering  <meyering@ascend.com>
24592
24593         * m4/Makefile.am (EXTRA_DIST): Add them.
24594         * m4/jm-macros.m4: New file.
24595         * m4/utimbuf.m4: New file.
24596
24597 1998-05-12  Jim Meyering  <meyering@ascend.com>
24598
24599         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24600
24601 1998-05-11  Jim Meyering  <meyering@ascend.com>
24602
24603         * m4/isc-posix.m4: New file.
24604
24605 1998-05-10  Jim Meyering  <meyering@ascend.com>
24606
24607         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24608
24609 1998-05-09  Jim Meyering  <meyering@ascend.com>
24610
24611         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24612         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24613         with automake.
24614
24615         * m4/ssize_t.m4: New file.
24616         * m4/mktime.m4: Remove file -- the new automake has this now.
24617
24618 1998-04-26  Jim Meyering  <meyering@ascend.com>
24619
24620         * m4/assert.m4: New file.
24621         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24622
24623 1998-04-05  Jim Meyering  <meyering@ascend.com>
24624
24625         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24626         (jm_PREREQ): Use it here.
24627
24628 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24629
24630         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24631         in acconfig.h.
24632
24633 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24634
24635         * m4/prereq.m4: New file.
24636         * m4/error.m4: New file.
24637         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24638
24639 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24640
24641         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24642         cache-check for the same variable -- that defeated the purpose of
24643         the test; the test program was never run.  This was a problem only
24644         on systems with losing getline functions -- HP-UX 10.20 is one.
24645         Reported by Bjorn Helgaas.
24646
24647 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24648
24649         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24650
24651 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24652
24653         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24654
24655         * m4/const.m4: New file.  Use an initializer in this declaration
24656         typedef int charset[2]; const charset x;
24657         Reported by Bob Glickstein.
24658
24659 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24660
24661         * m4/chown.m4: Fix reversed types on -1 args to chown.
24662         From Kaveh Ghazi.
24663
24664 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24665
24666         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24667         Add lseek and memchr.
24668
24669         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24670         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24671         have a 20-character limit on names.
24672
24673 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24674
24675         * m4/inttypes_h.m4: New file.
24676         * m4/uintmax_t.m4: New file.
24677         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24678
24679 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
24680   Free Software Foundation, Inc.
24681 Copying and distribution of this file, with or without modification,
24682 are permitted provided the copyright notice and this notice are preserved.