4efeed4933cb62e78e32fb09e12f9152dae3db08
[gnulib.git] / ChangeLog
1 2007-01-01  Bruno Haible  <bruno@clisp.org>
2
3         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
4
5 2007-01-03  Jim Meyering  <jim@meyering.net>
6
7         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
8
9 2007-01-02  Bruno Haible  <bruno@clisp.org>
10
11         * modules/settime (Include): Require timespec.h.
12         * modules/nanosleep (Include): Likewise.
13
14 2007-01-01  Bruno Haible  <bruno@clisp.org>
15
16         Improve support for OpenBSD.
17         * build-aux/config.rpath (libname_spec): Export.
18         (library_names_spec): New variable. Export.
19         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
20         library_names_spec from the config.rpath output. Locate shared library
21         through the name pattern in library_names_spec.
22
23 2007-01-01  Eric Blake  <ebb9@byu.net>
24
25         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
26
27 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
28
29         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
30         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
31         assume the C locale, and avoid an "eval" that could cause trouble.
32         Problem with SORT reported by Bob Proulx.
33
34         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
35         Define.  Trivial patch from Henning Nielsen Lund, originally
36         sent to bug-grep@gnu.org today.
37
38 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
39
40         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
41         struct stat.  Problem reported by Henning Nielsen Lund.
42         * lib/acl.c: Include acl.h first, to check interface.  Don't
43         bother to include sys/types.h and sys/stat.h again.
44
45 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
46
47         Import the following change from libc; problem reported by
48         Sven Verdoolaege.
49
50         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
51
52         [BZ #1373]
53         * lib/argp.h: Remove __NTH for __argp_usage inline function.
54
55 2006-12-28  Jim Meyering  <jim@meyering.net>
56
57         * build-aux/announce-gen: Do not assume that the package
58         builds any of tar.gz, tar.bz2, and .xdelta files.
59         Suggestion from Simon Josefsson.
60
61 2006-12-28  Simon Josefsson  <simon@josefsson.org>
62
63         * modules/announce-gen: New file.
64
65 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
66
67         * lib/mbchar.h: Just include <wctype.h>; the wctype module
68         handles its gotchas now.
69         * lib/mbswidth.c: Likewise.
70         * lib/wcwidth.h: Likewise.
71         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
72         and iswcntrl; the wctype module does this stuff now.
73         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
74         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
75         * modules/mbchar (Depends-on): Add wctype.
76         * modules/mbswidth (Depends-on): Likewise.
77         * modules/wcwidth (Depends-on): Likewise.
78
79 2006-12-27  Eric Blake  <ebb9@byu.net>
80
81         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
82         module uses more than what <wctype.h> is required to provide.
83
84 2006-12-26  Eric Blake  <ebb9@byu.net>
85
86         * gnulib-tool (sed_extract_prog): Avoid space-tab.
87
88 2006-12-26  Eric Blake  <ebb9@byu.net>
89
90         * modules/absolute-header: New module.
91         * modules/fcntl (Depends-on): Depend on it.
92         * modules/inttypes (Depends-on): Likewise.
93         * modules/stdint (Depends-on): Likewise.
94         * modules/sys_stat (Depends-on): Likewise.
95         * modules/wctype (Depends-on): Likewise.
96         * MODULES.html.sh (Support for building libraries and
97         executables): Document it.
98
99 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
100
101         * gnulib-tool (SED): Remove, undoing previous change.
102         The problem was that it broke coreutils on Solaris, because
103         "sed --posix" leaked into a makefile.
104         (sed): New alias, if 'alias' and GNU sed.
105
106 2006-12-24  Jim Meyering  <jim@meyering.net>
107
108         Work around an fchownat bug in glibc-2.4:
109         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
110         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
111         in spite of the -P option.
112         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
113         New macros.
114         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
115         * modules/openat (Files): Add lib/fchownat.c.
116         * lib/openat.c (fchownat): Don't define here.  Move to...
117         * lib/fchownat.c: ...this new file.
118
119 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
120
121         Fix bug reported by Bruno Haible in
122         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
123         where quotearg.c didn't compile on Mac OS X 10.2 because it
124         lacks <wchar.h> and wint_t.
125         * lib/wctype_.h (__wctype_wint_t): New type.
126         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
127         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
128         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
129         Arg is now of type __wctype_wint_t, not wint_t.
130         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
131         substitute HAVE_WINT_T.
132         * modules/wctype (Files): Add m4/wint_t.m4.
133         (wctype.h): Substitute HAVE_WINT_T.
134
135 2006-12-23  Bruno Haible  <bruno@clisp.org>
136
137         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
138
139 2006-12-23  Bruno Haible  <bruno@clisp.org>
140
141         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
142         S_ISLNK.
143         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
144         mingw.
145
146 2006-12-22  Bruno Haible  <bruno@clisp.org>
147
148         * lib/copy-file.c: Include acl.h.
149         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
150         Close the file descriptors only after being done with copy_acl.
151         * modules/copy-file (Depends-on): Add acl.
152
153 2006-12-22  Bruno Haible  <bruno@clisp.org>
154
155         * gnulib-tool (SED): New variable.
156         Use $SED instead of sed everywhere.
157
158 2006-12-22  Bruno Haible  <bruno@clisp.org>
159
160         * modules/no-c++: New file.
161         * m4/no-c++.m4: New file.
162         * MODULES.html.sh (Support for building libraries and executables):
163         Add no-c++.
164
165 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
166
167         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
168         Include <limits.h>, and use its INT_MAX to rewrite the
169         j loop so that it does not overflow 'int'.  Problem reported by
170         Ralf Wildenhues in
171         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
172         Play it safe by shifting left by 1 rather than multiplying by 2,
173         as GCC is less likely to optimize this away when the value
174         is signed (when it assumes overflow leads to undefined behavior).
175         Also, don't assume time_t uses two's complement.
176
177 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
178
179         * MODULES.html.sh: New module wctype.
180         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
181         * lib/fnmatch.c: Don't bother to include <wchar.h> before
182         <wctype.h>, since the new wctype module should fix this.
183         * lib/quotearg.c: Include <wctype.h> unconditionally, since
184         the wctype module should arrange for it.
185         * lib/regex_internal.h: Likewise.
186         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
187         since the wctype module should handle this now.
188         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
189         * modules/fnmatch (Depends-on): Add wctype.
190         * modules/quotearg (Depends-on): Likewise.
191         * modules/regex (Depends-on): Likewise.
192
193 2006-12-19  Bruno Haible  <bruno@clisp.org>
194
195         * lib/strdup.h [C++]: Wrap definitions in extern "C".
196         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
197
198 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
199
200         * modules/savewd (Depends-on): Fix dependency on fcntl.
201
202 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
203
204         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
205         conforms to C99, rather than relying on the user's environment
206         setting of STDINT_H.
207
208 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
209         and Eric Blake  <ebb9@byu.net>
210
211         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
212         This is more consistent with the other defines here.
213         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
214         Port to z/OS.  Problem reported by Paul Gilmartin.
215         Change local vars to use gl_ prefix rather than ac_.
216         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
217         with other defines.
218         * modules/double-slash-root: New module.
219         * modules/dirname (Files): Remove m4/double-slash-root.m4.
220         (Depends-on): Add double-slash-root.
221         * MODULES.html.sh (File system functions): Mention new module.
222
223 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
224
225         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
226         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
227         This is for the benefit of gzip, which doesn't do i18n.
228
229 2006-12-12  Jim Meyering  <jim@meyering.net>
230
231         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
232         Reported by Andreas Schwab <schwab@suse.de>.
233
234 2006-12-12  Bruno Haible  <bruno@clisp.org>
235
236         Merge these changes.
237         2006-09-05  Bruno Haible  <bruno@clisp.org>
238         * lib/iconvme.c (iconv_string): No need to save and restore errno when
239         iconv_alloc succeeded.
240         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
241         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
242         test for " && dest " at the end - dest is always != NULL there. Call
243         iconv with 4xNULL arguments initially, to reset the state. Call iconv
244         with 2xNULL arguments, also to flush the state storage. Handle the
245         IRIX iconv behaviour. Realloc the final result, to throw away unused
246         memory.
247
248 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
249
250         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
251         and fchmodat unconditionally, since glibc 2.4 has them.
252         Problem reported by Arkadiusz Miskiewicz.
253
254 2006-12-10  Bruno Haible  <bruno@clisp.org>
255
256         * gnulib-tool (func_import): Show the include files only for those
257         modules that are copied and specified.
258         Reported by Karl Berry.
259
260 2006-12-08  Jim Meyering  <jim@meyering.net>
261
262         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
263         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
264
265         * build-aux/announce-gen: Add two new options, both optional:
266         --bootstrap-tools=TOOL_LIST
267               a comma-separated list of tools, e.g.,
268               autoconf,automake,bison,gnulib
269         --gnulib-snapshot-date=DATE
270               if gnulib is in the bootstrap tool list,
271               then report this as the snapshot date.
272               If not specified, use the current date/time.
273               If you specify a date here, be sure it's UTC.
274
275 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
276
277         * tests/test-argp-2.sh: Fix test to match actual output.
278         (func_compare): Fix sed script to be portable.
279
280 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
281
282         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
283         workaround for this case.  It is not autoconfigured now; offhand
284         it's hard to see how to autoconfigure it.
285
286 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
287
288         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
289         a directory that is about to be chowned.  Such a directory's
290         initial file permissions should permit the owner only and this
291         should not be changed until after the chown, since the group and
292         other bits would be incorrect if they granted permission before
293         the chown.
294
295         Fix porting problem for iswctype reported by Georg Schwarz in:
296         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
297         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
298         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
299         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
300         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
301
302 2006-12-03  Jim Meyering  <jim@meyering.net>
303
304         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
305         p->fts_statp may not yet be defined.
306         (fts_read): Instead, set it in the caller, once p->fts_statp is
307         sure to be defined, and corresponds to a top-level directory.
308         This bug made du -x fail.  Here's the coreutils test case:
309         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
310         Reported by Mike Frysinger.
311
312 2006-12-01  Jim Meyering  <jim@meyering.net>
313
314         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
315         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
316         Reported by Simon Josefsson.
317
318 2006-11-30  Jim Meyering  <jim@meyering.net>
319
320         * m4/warning.m4: Use the all-permissive copyright notice
321         recommended by RMS (rather than LGPL).
322         * m4/vararrays.m4: Likewise.
323         * m4/flexmember.m4: Likewise.
324
325 2006-11-29  Bruno Haible  <bruno@clisp.org>
326
327         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
328         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
329         using +=.
330         Reported by Simon Josefsson <simon@josefsson.org>.
331
332 2006-11-28  James Youngman <jay@gnu.org>
333
334         * README: Advise users that they might find the bug-gnulib@gnu.org
335         and autotools-announce@gnu.org mailing lists useful.
336
337 2006-11-28  Bruno Haible  <bruno@clisp.org>
338
339         * m4/ptrdiff_max.m4: Remove file.
340
341 2006-11-21  Bruno Haible  <bruno@clisp.org>
342
343         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
344         _AC_COMPUTE_INT.
345         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
346         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
347         _AC_COMPUTE_INT.
348         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
349         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
350         _AC_COMPUTE_INT.
351         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
352
353 2006-11-28  Jim Meyering  <jim@meyering.net>
354
355         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
356         warning from "gcc -Wshadow" about shadowing the builtin.
357
358 2006-11-27  Bruno Haible  <bruno@clisp.org>
359
360         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
361         _AC_COMPUTE_INT.
362         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
363
364 2006-11-27  Bruno Haible  <bruno@clisp.org>
365             Paul Eggert  <eggert@cs.ucla.edu>
366
367         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
368
369 2006-11-26  Bruno Haible  <bruno@clisp.org>
370
371         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
372         noinst_LTLIBRARIES.
373
374 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
375             Bruno Haible  <bruno@clisp.org>
376
377         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
378         if compiling with "gcc -ansi".
379
380 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
381
382         Fix some incompatibilities with gcc -ansi -pedantic.
383         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
384         if compiling pedantically with GCC, unless it's C99 or later.
385         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
386         it mishandles gcc -ansi -pedantic as well.
387         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
388         if gcc -pedantic.
389         * lib/regexec.c (check_node_accept_bytes): Don't use auto
390         initializers for struct if -pedantic, unless it's C99 or later.
391
392 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
393
394         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
395         Don't close an fd more than once. Identical atimes indicate
396         success, not failure.
397
398 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
399
400         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
401
402 2006-11-23  Jim Meyering  <jim@meyering.net>
403
404         * build-aux/announce-gen: New file.  From coreutils.
405
406 2006-11-22  Jim Meyering  <jim@meyering.net>
407
408         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
409         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
410         (fts_read): Use a temporary to narrow the overused st_size member
411         before using it in a switch statement.  Reported by Matthew Woehlke.
412
413         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
414         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
415
416 2006-11-20  Bruno Haible  <bruno@clisp.org>
417
418         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
419         changequote instead of pairs of brackets.
420         Reported by Andreas Schwab <schwab@suse.de>.
421
422 2006-11-21  Jim Meyering  <jim@meyering.net>
423
424         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
425         so as to remain compatible with older compilers.
426         Patch from Michael Deutschmann.
427
428 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
429
430         * MODULES.html.sh (File system functions): Add openat.
431
432         * lib/openat.h (rpl_fstatat): New macro, if
433         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
434         (fstatat): Define to rpl_fstatat under the same conditions,
435         unless COMPILING_FSTATAT.
436         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
437         seems to have the bug.
438         * lib/fstatat.c: New file.
439         * modules/openat (Files): Add it.
440
441 2006-11-20  Bruno Haible  <bruno@clisp.org>
442
443         * Makefile: New file.
444
445 2006-11-20  Jim Meyering  <jim@meyering.net>
446
447         The beginnings of syntax-related checks for gnulib.
448         * lib/Makefile: New file.
449         * lib/t-idcache: New script.  Ensure that the two halves of
450         idcache.c stay in sync.
451
452         * lib/idcache.c: Adjust comments in user- and group- portions to
453         be more accurate, and to be consistent with one another.
454
455 2006-11-20  Jim Meyering  <jim@meyering.net>
456
457         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
458         continue using the flexible array member (thus, this module performs
459         half as many malloc calls), with the addition that...
460         (getgroup, getuser): Consistently record a non-match via an empty
461         "name" string, and map an empty string match to a NULL return value.
462         * modules/idcache (Depends-on): Re-add flexmember.
463
464         * lib/idcache.c (getuser): Remove all uses of the register keyword.
465         (getuidbyname, getgroup, getgidbyname): Likewise.
466
467         Use cleaner syntax: NULL rather than 0.
468         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
469
470 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
471
472         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
473         It mishandled the case where the group was missing.
474         Problem reported by Greg Schafer.
475         * modules/idcache: Likewise.
476
477 2006-11-18  Jim Meyering  <jim@meyering.net>
478
479         * check-module (%exempt_header): Add exception for some
480         conditionally-included headers.
481
482         * modules/i-ring (Depends-on): Add verify.
483         (License): Change to LGPL.
484
485 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
486
487         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
488         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
489         and inttostr.h.  Use snprintf rather than uinttostr, so that
490         LGPLed code doesn't depend on GPLed.
491
492 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
493
494         * modules/inline (License): Change from GPL to LGPL.
495
496 2006-11-17  Jim Meyering  <jim@meyering.net>
497
498         * modules/d-type (License): Switch to LGPL.
499
500 2006-11-15  Bruno Haible  <bruno@clisp.org>
501
502         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
503
504 2006-11-15  Eric Blake  <ebb9@byu.net>
505
506         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
507         the module dependency.
508
509 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
510             Bruno Haible  <bruno@clisp.org>
511
512         * gnulib-tool (func_create_testdir): Add license consistency check.
513
514 2006-11-15  Eric Blake  <ebb9@byu.net>
515
516         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
517         random "(cached)" in configure output.
518
519 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
520
521         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
522         test for conforming inttypes.h is both announced and cached.
523
524         * MODULES.html.sh (seen_modules, seen_files): New variables.
525         (func_module): Rewrite to use a few less gnulib-tool and sed
526         invocations.  Avoid a couple of quadratic algorithms for ...
527         (missed_modules, missed_files): ... these, with ...
528         (func_append, func_tmpdir): ... these new functions, from
529         gnulib-tool.  Analogously, install traps for cleanup.
530
531         * tests/test-gc.c (main): Remove unused variables.
532         * tests/test-read-file.c: Include stdlib.h, for 'free'.
533
534 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
535
536         * modules/inttostr (License): Change to LGPL.
537
538 2006-11-14  Eric Blake  <ebb9@byu.net>
539
540         * modules/tempname (License): Change to LGPL.
541
542 2006-11-14  Eric Blake  <ebb9@byu.net>
543
544         * doc/functions.texi (Function Portability): *printf functions on
545         Cygwin now understand all POSIX size specifiers.
546
547 2006-11-14  Bruno Haible  <bruno@clisp.org>
548
549         * modules/c-ctype (License): Change to LGPL.
550
551 2006-11-12  Bruno Haible  <bruno@clisp.org>
552
553         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
554         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
555         for GNOME libraries, for which the include files are installed in
556         subdirectories of $prefix/include.
557
558 2006-11-12  Bruno Haible  <bruno@clisp.org>
559
560         * m4/lib-link.m4: Require at least autoconf-2.54.
561         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
562         name to underscores for the --with option.
563
564 2006-11-13  Bruno Haible  <bruno@clisp.org>
565
566         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
567         the tests directory.
568         Reported by Ralf Wildenhues.
569
570 2006-11-13  Bruno Haible  <bruno@clisp.org>
571
572         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
573         (func_emit_initmacro_end): Undo the override here.
574         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
575         Works around the famous automake error in coreutils.
576
577 2006-11-13  Eric Blake  <ebb9@byu.net>
578
579         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
580         element, not its node.
581
582 2006-11-12  Bruno Haible  <bruno@clisp.org>
583
584         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
585         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
586
587 2006-11-12  Bruno Haible  <bruno@clisp.org>
588
589         * gnulib-tool: New option --local-symlink.
590         (func_usage): Document it.
591         (lsymbolic): New variable.
592         (func_import, func_create_testdir): If --symlink was not specified,
593         test whether --local-symlink was specified and the file comes from
594         the local_gnulib_dir.
595
596 2006-11-12  Bruno Haible  <bruno@clisp.org>
597
598         * gnulib-tool (func_ln): New function.
599         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
600
601 2006-11-12  Bruno Haible  <bruno@clisp.org>
602
603         Finish support for source files in subdirectories.
604         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
605         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
606         AUTOMAKE_OPTIONS.
607         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
608
609 2006-11-12  Bruno Haible  <bruno@clisp.org>
610
611         * gnulib-tool (func_get_automake_snippet): Synthesize also an
612         EXTRA_lib_SOURCES augmentation.
613         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
614
615 2006-11-12  Jim Meyering  <jim@meyering.net>
616
617         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
618         file descriptors.  This also averts a failure on systems with
619         native openat support when a traversed directory lacks "x" access.
620         * lib/fts_.h: Include "i-ring.h"
621         (struct FTS) [fts_fd_ring]: New member.
622         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
623         (FCHDIR): Add parentheses.
624         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
625         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
626         When descending, rather than simply closing the previous
627         fts_cwd_fd value, push that file descriptor onto the ring.
628         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
629         (fts_open): Initialize the new fd_ring member.
630         (fts_close): Clear the ring.
631         (fts_safe_changedir): When possible, use our new fd_ring to skip
632         the diropen and fstat and dev/ino comparison that would normally
633         accompany a virtual `chdir ("..")'.
634
635         * modules/fts (Depends-on): Add i-ring.
636         * modules/i-ring: New module.
637         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
638         * m4/i-ring.m4: New file.
639
640 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
641
642         * gnulib-tool (func_create_testdir): Fix replacement of
643         `build-aux' in configure.ac.  Run autotools in gltests
644         subdirectory.
645         (func_create_testdir, func_create_megatestdir, test): There is
646         no need for '--force' in most autotool invocations in a new
647         tree.  Actually fail the whole test if any of the tools, or the
648         configure or make stages fail.
649
650         Sync from Automake.
651         * build-aux/gnupload: Revert last change.  Add pointer to upload
652         instructions of the GNU Maintenance Instructions.
653         Suggestion by Karl Berry.
654
655 2006-11-10  Jim Meyering  <jim@meyering.net>
656
657         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
658
659 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
660
661         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
662         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
663         (bind_textdomain_codeset) [! ENABLE_NLS]:
664         Evaluate all the arguments.  That way, callers get compatible behavior
665         if the arguments have side effects.  Also, it avoids some GCC
666         diagnostics in some cases; Joel E. Denny reported problems when Bison
667         was configured with --enable-gcc-warnigs.
668
669 2006-11-10  Jim Meyering  <jim@meyering.net>
670
671         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
672         relevant options in CFLAGS (like -O, -fno-inline) are taken into
673         account.
674
675 2006-11-10  Jim Meyering  <jim@meyering.net>
676
677         * modules/inline: New file/module.
678         * modules/xalloc (Files): Remove m4/inline.m4.
679         (Depends-on): Add inline, instead.
680         * modules/oset: Likewise.
681         * modules/list: Likewise.
682
683 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
684
685         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
686         Problem reported by Matthew Woehlke.
687
688 2006-11-09  Bruno Haible  <bruno@clisp.org>
689
690         * lib/tempname.c (gen_tempname): Remove variant that invokes
691         __gen_tempname.
692         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
693         __gen_tempname.
694
695 2006-11-08  Bruno Haible  <bruno@clisp.org>
696
697         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
698         to 'yes' instead of 'cross-compiling'.
699
700 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
701
702         * lib/quotearg.h (quotearg_free): New decl.
703         * lib/quotearg.c (quotearg_free): New function.
704         (slot0, nslots, slotvec0, slotvec):
705         Now file-scope so that quotearg_free can get at them.
706
707 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
708
709         Sync from Automake.
710         * build-aux/gnupload: Add missing 'gnu' to example URL.
711         Report by Karl Berry.
712
713 2006-11-08  Bruno Haible  <bruno@clisp.org>
714
715         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
716         Suggested by Paul Eggert.
717
718 2006-11-08  Jim Meyering  <jim@meyering.net>
719
720         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
721         It's already included if !_LIBC.
722         (fts_safe_changedir): Add a comment.
723
724 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
725
726         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
727         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
728         Matthew Woehlke.
729
730         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
731         definitions up, to avoid colliding with change below.
732         (static_inline) [HAVE_INLINE]: New macro.
733         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
734         Provide extern decls when !HAVE_INLINE.  Do not define unless
735         static_inline is defined, either by us or by xmalloc.c.  Use
736         static_inline rather than static inline.
737         (XCALLOC): Optimize sizeof(T) = 1 case.
738         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
739
740 2006-11-07  Bruno Haible  <bruno@clisp.org>
741
742         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
743         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
744         AC_C_INLINE.
745         * modules/xalloc (Files): Add m4/inline.m4.
746
747 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
748
749         * README: Fix typo.
750         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
751         (Miscellanous Notes): ...from this.
752
753 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
754
755         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
756         Mention that offsetof should be used instead of sizeof.
757         From Bruno Haible.
758
759 2006-11-07  Bruno Haible  <bruno@clisp.org>
760
761         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
762
763 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
764
765         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
766         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
767         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
768         (gl_tree_add_before, gl_tree_add_after):
769         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
770         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
771         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
772         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
773         (gl_linked_add_after, gl_linked_add_at): Likewise.
774         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
775         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
776         (gl_tree_add_before, gl_tree_add_after): Likewise.
777         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
778         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
779         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
780
781 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
782
783         * lib/gl_oset.h: Use C comment style, not C++ comment style.
784
785 2006-11-06  Bruno Haible  <bruno@clisp.org>
786
787         * m4/inline.m4: New file.
788         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
789         * modules/list (Files): Add m4/inline.m4.
790         * modules/oset (Files): Likewise.
791
792 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
793
794         * lib/idcache.c: Include <stddef.h>, for offsetof.
795         (struct userid.name): Change from char * to a flexible array member.
796         All uses changed.
797         * modules/idcache (Depends-on): Add flexmember.
798
799         * MODULES.html.sh (Core language properties): New module flexmember.
800         * modules/flexmember, m4/flexmember.m4: New files.
801
802         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
803         inline functions that are identical with the old xnmalloc_inline,
804         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
805         that we can avoid some unnecessary integer multiplications and
806         divisions in the common case where the element size is known at
807         compile time.
808         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
809         needed.
810         (xnboundedmalloc): Remove.
811         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
812         arguments, for consistency with rest of this header.
813         (xcharalloc): Rewrite using XNMALLOC.
814         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
815         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
816         versions have been moved to lib/xalloc.h and renamed to be the
817         non-*_inline versions.
818         (xmalloc, xrealloc): Implement without reference to the xnmalloc
819         and xnrealloc functions, since those functions are now inline and
820         now call us.
821         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
822         renaming described above.
823         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
824         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
825         captures the dependency in AC_C_INLINE.
826
827         New module canonicalize-lgpl, proposed by Charles Wilson in
828         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
829         with a few small changes afterwards.
830         * MODULES.html.sh (File system functions): New module
831         canonicalize-lgpl.
832         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
833         and canonicalize_file_name.
834         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
835         * modules/canonicalize-lgpl: New files.
836
837 2006-11-05  Bruno Haible  <bruno@clisp.org>
838
839         * gnulib-tool (func_import, func_create_testdir): Create directories
840         also for files in subdirectories of lib/.
841
842 2006-11-05  Bruno Haible  <bruno@clisp.org>
843
844         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
845         ANSI C compliant.
846
847 2006-11-03  Bruno Haible  <bruno@clisp.org>
848
849         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
850         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
851         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
852         (xnboundedmalloc): New inline function.
853         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
854         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
855         xmalloc.
856         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
857         xmalloc.
858         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
859         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
860         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
861         xmalloc.
862         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
863         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
864         xmalloc.
865         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
866         gl_tree_add_after): Use XMALLOC instead of xmalloc.
867         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
868         xmalloc.
869         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
870         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
871         gl_tree_add_after): Use XMALLOC instead of xmalloc.
872         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
873         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
874         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
875         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
876
877 2006-11-03  Bruno Haible  <bruno@clisp.org>
878
879         * lib/c-ctype.h [C++]: Define functions without name mangling.
880         * lib/fwriteerror.h [C++]: Likewise.
881         * lib/gcd.h [C++]: Likewise.
882         * lib/linebreak.h [C++]: Likewise.
883
884 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
885
886         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
887         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
888         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
889         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
890         Check for functions and headers just once.
891         Check for declaration of canonicalize_file_name.
892         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
893
894 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
895
896         * gnulib-tool (func_import): Fix typo in actioncmd.
897
898 2006-11-02  Bruno Haible  <bruno@clisp.org>
899
900         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
901         newline sequence in the Makefile.am snippet as a space, like "make"
902         does.
903         Reported by Roger Persson <perrog@gmail.com>.
904
905 2006-11-01  Bruno Haible  <bruno@clisp.org>
906
907         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
908         already declared in <string.h>.
909         * lib/strcase.h (strncasecmp): Don't declare it if yes.
910
911 2006-11-01  Bruno Haible  <bruno@clisp.org>
912
913         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
914         * lib/strcase.h: Include <string.h>.
915         (strcasecmp): Define to rpl_strcasecmp here.
916
917 2006-11-01  Bruno Haible  <bruno@clisp.org>
918
919         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
920
921 2006-11-01  Eric Blake  <ebb9@byu.net>
922
923         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
924
925         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
926
927 2006-10-29  Bruno Haible  <bruno@clisp.org>
928
929         Make it compile in C++ mode.
930         * lib/full-write.c (full_rw): Add a cast.
931
932 2006-11-01  Bruno Haible  <bruno@clisp.org>
933
934         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
935         be POSIX compliant.
936         Reported by Roger Persson <perrog@gmail.com>.
937
938 2006-11-01  Eric Blake  <ebb9@byu.net>
939
940         * lib/getopt_.h: Fix comments.
941
942 2006-10-31  Eric Blake  <ebb9@byu.net>
943
944         * modules/tmpdir (Depends-on): Add sys_stat.
945         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
946         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
947         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
948         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
949         tempname.
950
951 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
952
953         Avoid some C++ diagnostics reported by Bruno Haible.
954         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
955         xmalloc.
956         (quotearg_alloc): Use xcharalloc rather than xmalloc.
957         (struct slotvec): Move to top level.
958         (quotearg_n_options): Rewrite to avoid xmalloc.
959         * lib/xalloc.h (xcharalloc): New function.
960         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
961         [defined __cplusplus]: Add function template that provides result
962         type propagation.  This part of the change is from Bruno Haible.
963
964 2006-10-29  Bruno Haible  <bruno@clisp.org>
965
966         Make it compile in C++ mode.
967         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
968         * lib/strnlen1.c (strnlen1): Cast memchr result.
969         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
970         * lib/clean-temp.c (string_equals, string_hash): Add casts.
971         (create_temp_dir): Rename local variable 'template'.
972         (compile_csharp_using_sscli): Add cast.
973         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
974         * lib/findprog.c (find_in_path): Likewise.
975         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
976         * lib/wait-process.c (register_slave_subprocess): Likewise.
977
978 2006-10-22  Bruno Haible  <bruno@clisp.org>
979
980         * modules/tsearch: New file.
981         * lib/tsearch.h: New file.
982         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
983         * m4/tsearch.m4: New file.
984         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
985
986 2006-10-29  Eric Blake  <ebb9@byu.net>
987
988         * lib/arcfour.c: Assume config.h.
989         * lib/arctwo.c: Likewise.
990         * lib/base64.c: Likewise.
991         * lib/check-version.c: Likewise.
992         * lib/crc.c: Likewise.
993         * lib/des.c: Likewise.
994         * lib/gc-gnulib.c: Likewise.
995         * lib/gc-libgcrypt.c: Likewise.
996         * lib/gc-pbkdf2-sha1.c: Likewise.
997         * lib/getaddrinfo.c: Likewise.
998         * lib/getdelim.c: Likewise.
999         * lib/getline.c: Likewise.
1000         * lib/hmac-md5.c: Likewise.
1001         * lib/hmac-sha1.c: Likewise.
1002         * lib/iconvme.c: Likewise.
1003         * lib/md2.c: Likewise.
1004         * lib/md4.c: Likewise.
1005         * lib/memxor.c: Likewise.
1006         * lib/read-file.c: Likewise.
1007         * lib/readline.c: Likewise.
1008         * lib/rijndael-alg-fst.c: Likewise.
1009         * lib/rijndael-api-fst.c: Likewise.
1010         * lib/xgetdomainname.c: Likewise.
1011
1012 2006-10-28  Eric Blake  <ebb9@byu.net>
1013
1014         * lib/xstrndup.c: Assume config.h.
1015
1016 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1017
1018         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1019         stat-macros.h is now for our own macros, whereas stat_h is for
1020         macros in the <sys/stat.h> name space.
1021         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1022         (STAT_MACROS_H): Remove.
1023         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1024         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1025         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1026         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1027         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1028         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1029         Move these macros to ...
1030         * lib/stat_.h: here.  Don't include stat-macros.h.
1031         * lib/canonicalize.c: Don't include stat-macros.h.
1032         * lib/chown.c: Likewise.
1033         * lib/euidaccess.c: Likewise.
1034         * lib/file-type.c: Likewise.
1035         * lib/filemode.c: Likewise.
1036         * lib/glob.c: Likewise.
1037         * lib/isapipe.c: Likewise.
1038         * lib/lchown.c: Likewise.
1039         * lib/lstat.c: Likewise.
1040         * lib/mkdir-p.c: Likewise.
1041         * lib/rmdir.c: Likewise.
1042         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1043         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1044         unless mkdir isn't declared, to speed up 'configure'.
1045         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1046         would define all the S_* symbols.
1047         * modules/canonicalize (Depends-on):
1048         Depend on sys_stat, not stat-macros.
1049         * modules/chown: Likewise.
1050         * modules/euidaccess: Likewise.
1051         * modules/filemode: Likewise.
1052         * modules/file-type: Likewise.
1053         * modules/glob: Likewise.
1054         * modules/isapipe: Likewise.
1055         * modules/lchown: Likewise.
1056         * modules/lstat: Likewise.
1057         * modules/mkancesdirs: Likewise.
1058         * modules/rmdir: Likewise.
1059         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1060         * modules/modechange: Likewise.
1061         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1062         (configure.ac): Remove gl_STAT_MACROS.
1063         * modules/sys_stat (Depends-on): Remove stat-macros.
1064
1065 2006-10-27  Bruno Haible  <bruno@clisp.org>
1066
1067         * m4/signed.m4: Remove file.
1068         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1069         invocation.
1070         * modules/vasnprintf (Files): Remove m4/signed.m4.
1071
1072 2006-10-27  Bruno Haible  <bruno@clisp.org>
1073
1074         Update to GNU gettext 0.16.
1075         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1076         m4/inttypes-h.m4, m4/signed.m4.
1077         * m4/gettext.m4: Update to GNU gettext 0.16.
1078         * m4/intl.m4: New file, from GNU gettext.
1079         * m4/intldir.m4: New file, from GNU gettext.
1080         * config/srclist.txt: Update
1081
1082 2006-10-27  Eric Blake  <ebb9@byu.net>
1083
1084         * MODULES.html.sh: Document tempname.
1085         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1086         dependencies.
1087         (Files): Move lib/tempname.c...
1088         * modules/tempname: ...to this new module.
1089         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1090         (gl_PREREQ_TEMPNAME): Move...
1091         * m4/tempname.m4: ...to this new file.
1092         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1093         * modules/sys_stat (Depends-on): Add stat-macros.
1094         * lib/stat_.h (includes): Pick up stat macros.
1095         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1096         if stat macros are broken.
1097         * lib/tempname.c (includes): No need to include "stat-macros.h".
1098         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1099         (direxists, __path_search) [!_LIBC]: Don't compile these in
1100         gnulib; the tmpdir module covers that.
1101         * lib/tempname.h: New file.
1102
1103 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1104
1105         * COPYING: Explain how gnulib-tool converts licence headers.
1106         Almost all wording by Eric Blake.
1107
1108 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1109
1110         * lib/mbchar.h (is_basic_table): Make read-only.
1111         * lib/mbchar.c (is_basic_table): Likewise.
1112         Reported by John Darrington.
1113
1114 2006-10-25  Bruno Haible  <bruno@clisp.org>
1115
1116         * lib/progname.h (set_program_name): Undefine before defining.
1117
1118 2006-10-25  Bruno Haible  <bruno@clisp.org>
1119
1120         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1121         false for non-gcc C++ compilers.
1122         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1123
1124 2006-10-24  Bruno Haible  <bruno@clisp.org>
1125
1126         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1127         iconv implementations like Irix iconv.
1128
1129 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1130
1131         * modules/vararrays: New file.
1132         * m4/vararrays.m4: New file, taken from diffutils.
1133         * MODULES.html.sh: New module vararrays.
1134
1135 2006-10-24  Karl Berry  <karl@gnu.org>
1136
1137         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1138         Don't call GNU Unix.
1139
1140 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1141
1142         * users.txt: Add Libtool.
1143
1144         Sync from Libtool:
1145
1146         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1149         to gnulib's policy of including config.h unconditionally.
1150
1151 2006-10-24  Bruno Haible  <bruno@clisp.org>
1152
1153         * modules/wcwidth (Files): Add m4/wint_t.m4.
1154         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1155         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1156
1157 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1158
1159         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1160         to pacify GCC with some -W flags enabled.  Problem reported by
1161         Bruno Haible.
1162
1163 2006-10-24  Jim Meyering  <jim@meyering.net>
1164
1165         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1166         Reported by Karl Berry.
1167
1168 2006-10-23  Bruno Haible  <bruno@clisp.org>
1169
1170         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1171
1172 2006-10-24  Bruno Haible  <bruno@clisp.org>
1173
1174         * lib/gl_list.h: Use C comment style, not C++ comment style.
1175
1176 2006-10-23  Eric Blake  <ebb9@byu.net>
1177
1178         * lib/getaddrinfo.c (includes): Add missing include.
1179
1180 2006-10-23  Bruno Haible  <bruno@clisp.org>
1181             Paul Eggert  <eggert@cs.ucla.edu>
1182
1183         Ability to rename obstack_free.
1184         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1185         obstack_free.
1186         (obstack_free): Invoke the __obstack_free macro.
1187         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1188
1189 2006-10-23  Bruno Haible  <bruno@clisp.org>
1190             Paul Eggert  <eggert@cs.ucla.edu>
1191
1192         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1193         __argc, __argv from the declaration. (They are defined as macros on
1194         mingw.)
1195
1196 2006-10-22  Bruno Haible  <bruno@clisp.org>
1197
1198         * doc/gnulib-intro.texi: New file.
1199         * doc/gnulib.texi: Include it.
1200
1201 2006-10-21  Bruno Haible  <bruno@clisp.org>
1202
1203         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1204         "Introduction", "Miscellanous Notes", "Particular Modules".
1205
1206 2006-10-21  Bruno Haible  <bruno@clisp.org>
1207
1208         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1209         Change mostlyclean-local rule to avoid sh syntax error from bash
1210         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1211
1212 2006-10-23  Jim Meyering  <jim@meyering.net>
1213
1214         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1215         in place of snprintf.
1216
1217         * modules/inttostr (Files): Add lib/uinttostr.c.
1218         * lib/uinttostr.c (inttostr): New file/function.
1219         * lib/inttostr.h (uinttostr): Declare.
1220         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1221         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1222         Add uinttostr.
1223         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1224
1225 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1226
1227         * lib/canonicalize.c (ELOOP): Define if not already defined.
1228         Problem reported by Bruno Haible in
1229         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1230
1231 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1232
1233         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1234         Problem reported by Perry Smith and Ville Laurikari.
1235
1236         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1237         uses.
1238
1239 2006-10-19  Bruno Haible  <bruno@clisp.org>
1240
1241         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1242         for mingw.
1243
1244 2006-10-19  Bruno Haible  <bruno@clisp.org>
1245
1246         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1247         Needed for mingw.
1248
1249 2006-10-19  Bruno Haible  <bruno@clisp.org>
1250
1251         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1252
1253 2006-10-19  Bruno Haible  <bruno@clisp.org>
1254
1255         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1256         it.
1257
1258 2006-10-19  Bruno Haible  <bruno@clisp.org>
1259
1260         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1261         invocation.
1262
1263 2006-10-19  Bruno Haible  <bruno@clisp.org>
1264
1265         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1266         mountlist by default.
1267
1268 2006-10-16  Bruno Haible  <bruno@clisp.org>
1269
1270         * lib/c-strstr.c: Include c-strstr.h.
1271
1272 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1273
1274         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1275         in a slash.
1276
1277 2006-10-18  Bruno Haible  <bruno@clisp.org>
1278
1279         * lib/lock.h [C++]: Wrap definitions in extern "C".
1280
1281 2006-10-18  Bruno Haible  <bruno@clisp.org>
1282
1283         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1284         gl_LIBOBJS list.
1285
1286 2006-10-18  Bruno Haible  <bruno@clisp.org>
1287
1288         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1289
1290 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1291
1292         * lib/xstrtol.h: Include gettext.h.
1293         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1294         Problem reported by Eric Blake.
1295         * modules/xstrtol (Depends-on): Add gettext-h.
1296
1297 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1298
1299         * lib/strftime.c (advance): New macro.
1300         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1301         incomplete type, so you can't add 0 to it.  Problem and patch
1302         reported by Eelco Dolstra for dietlibc.
1303
1304 2006-10-18  Jim Meyering  <jim@meyering.net>
1305
1306         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1307         type for a local, and rename it: s/up/user_proc/.
1308
1309 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1310
1311         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1312         READ_UTMP_USER_PROCESS.
1313         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1314
1315 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1316
1317         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1318         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1319
1320 2006-10-17  Eric Blake  <ebb9@byu.net>
1321
1322         * lib/sigprocmask.c (sigprocmask): Fix typo.
1323
1324         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1325
1326         * modules/clean-temp (Makefile.am): Don't add to make output...
1327         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1328         config.h.
1329
1330 2006-10-17  Bruno Haible  <bruno@clisp.org>
1331
1332         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1333         differently if DEFAULT_TEXT_DOMAIN is set.
1334
1335 2006-10-16  Bruno Haible  <bruno@clisp.org>
1336
1337         * lib/clean-temp.c: Include fwriteerror.h.
1338
1339 2006-10-16  Bruno Haible  <bruno@clisp.org>
1340
1341         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1342
1343 2006-10-16  Bruno Haible  <bruno@clisp.org>
1344
1345         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1346         * lib/sigprocmask.h: Include <sys/types.h>.
1347         (sigset_t): Use the system's definition if present.
1348
1349 2006-10-17  Eric Blake  <ebb9@byu.net>
1350
1351         * lib/xvasprintf.c (includes): Assume config.h.
1352         * lib/xasprintf.c (includes): Likewise.
1353
1354 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1355
1356         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1357         at least as wide as intmax_t.
1358
1359 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1360
1361         (Imported from Automake.)
1362         * build-aux/gnupload: Update to version 1.1 of directive file.
1363
1364 2006-10-16  Eric Blake  <ebb9@byu.net>
1365
1366         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1367         match Automake 1.10a.
1368
1369 2006-10-14  Bruno Haible  <bruno@clisp.org>
1370
1371         * modules/sigprocmask: New file.
1372         * lib/sigprocmask.h: New file.
1373         * lib/sigprocmask.c: New file.
1374         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1375         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1376         request sigprocmask.o.
1377         (gl_PREREQ_SIGPROCMASK): New macro.
1378         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1379         (Depends-on): Add sigprocmask.
1380         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1381         gt_SIGNALBLOCKING. Test for 'raise' only once.
1382         * lib/fatal-signal.c: Include sigprocmask.h.
1383         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1384         unblock_fatal_signals): Define always.
1385         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1386         sigprocmask.
1387
1388 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1389
1390         Sync from Automake.
1391         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1392         which incorrectly sets the mode of an existing destination
1393         directory.  In some cases the unpatched install-sh could do the
1394         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1395         system.  We hope this is rare in practice, but it's clearly worth
1396         fixing.  Problem reported by Alex Unleashed in
1397         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1398         Also, don't bother to check for -m bugs unless we're using -m;
1399         suggested by Stepan Kasal.
1400
1401 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1402
1403         Sync from Automake.
1404         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1405         `-c' flag, so they appear at the same position as in %FASTDEP%
1406         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1407         which ignores unknown options only after the first non-option.
1408         Bug report against M4 by Nelson H. F. Beebe.
1409
1410 2006-10-13  Jim Meyering  <jim@meyering.net>
1411
1412         Fix a bug in yesterday's change.
1413         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1414         p->fts_statp->st_dev would be used uninitialized.
1415         Ensures that we always call fts_stat on the very first entry.
1416         Miklos Szeredi reported that find -xdev stopped working.
1417
1418 2006-10-12  Bruno Haible  <bruno@clisp.org>
1419
1420         * gnulib-tool (func_get_automake_snippet): Append an automatically
1421         computed EXTRA_DIST augmentation.
1422         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1423         * modules/alloca-opt (Makefile.am): Likewise.
1424         * modules/allocsa (Makefile.am): Likewise.
1425         * modules/arcfour (Makefile.am): Likewise.
1426         * modules/arctwo (Makefile.am): Likewise.
1427         * modules/argmatch (Makefile.am): Likewise.
1428         * modules/argz (Makefile.am): Likewise.
1429         * modules/atexit (Makefile.am): Likewise.
1430         * modules/backupfile (Makefile.am): Likewise.
1431         * modules/byteswap (Makefile.am): Likewise.
1432         * modules/c-strtod (Makefile.am): Likewise.
1433         * modules/c-strtold (Makefile.am): Likewise.
1434         * modules/calloc (Makefile.am): Likewise.
1435         * modules/canon-host (Makefile.am): Likewise.
1436         * modules/canonicalize (Makefile.am): Likewise.
1437         * modules/chdir-long (Makefile.am): Likewise.
1438         * modules/chdir-safer (Makefile.am): Likewise.
1439         * modules/check-version (Makefile.am): Likewise.
1440         * modules/chown (Makefile.am): Likewise.
1441         * modules/cloexec (Makefile.am): Likewise.
1442         * modules/close-stream (Makefile.am): Likewise.
1443         * modules/closeout (Makefile.am): Likewise.
1444         * modules/crc (Makefile.am): Likewise.
1445         * modules/csharpexec (Makefile.am): Likewise.
1446         * modules/cycle-check (Makefile.am): Likewise.
1447         * modules/des (Makefile.am): Likewise.
1448         * modules/dev-ino (Makefile.am): Likewise.
1449         * modules/dirfd (Makefile.am): Likewise.
1450         * modules/dirname (Makefile.am): Likewise.
1451         * modules/dup2 (Makefile.am): Likewise.
1452         * modules/eealloc (Makefile.am): Likewise.
1453         * modules/error (Makefile.am): Likewise.
1454         * modules/euidaccess (Makefile.am): Likewise.
1455         * modules/exclude (Makefile.am): Likewise.
1456         * modules/exitfail (Makefile.am): Likewise.
1457         * modules/fcntl-safer (Makefile.am): Likewise.
1458         * modules/fcntl (Makefile.am): Likewise.
1459         * modules/file-type (Makefile.am): Likewise.
1460         * modules/fileblocks (Makefile.am): Likewise.
1461         * modules/filemode (Makefile.am): Likewise.
1462         * modules/filenamecat (Makefile.am): Likewise.
1463         * modules/fnmatch (Makefile.am): Likewise.
1464         * modules/fopen-safer (Makefile.am): Likewise.
1465         * modules/fpending (Makefile.am): Likewise.
1466         * modules/fprintftime (Makefile.am): Likewise.
1467         * modules/free (Makefile.am): Likewise.
1468         * modules/fsusage (Makefile.am): Likewise.
1469         * modules/ftruncate (Makefile.am): Likewise.
1470         * modules/fts (Makefile.am): Likewise.
1471         * modules/gc-arcfour (Makefile.am): Likewise.
1472         * modules/gc-des (Makefile.am): Likewise.
1473         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1474         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1475         * modules/gc-md4 (Makefile.am): Likewise.
1476         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1477         * modules/gc-sha1 (Makefile.am): Likewise.
1478         * modules/gc (Makefile.am): Likewise.
1479         * modules/getaddrinfo (Makefile.am): Likewise.
1480         * modules/getcwd (Makefile.am): Likewise.
1481         * modules/getdelim (Makefile.am): Likewise.
1482         * modules/getdomainname (Makefile.am): Likewise.
1483         * modules/getgroups (Makefile.am): Likewise.
1484         * modules/gethostname (Makefile.am): Likewise.
1485         * modules/gethrxtime (Makefile.am): Likewise.
1486         * modules/getline (Makefile.am): Likewise.
1487         * modules/getloadavg (Makefile.am): Likewise.
1488         * modules/getlogin_r (Makefile.am): Likewise.
1489         * modules/getndelim2 (Makefile.am): Likewise.
1490         * modules/getopt (Makefile.am): Likewise.
1491         * modules/getpagesize (Makefile.am): Likewise.
1492         * modules/getpass-gnu (Makefile.am): Likewise.
1493         * modules/getpass (Makefile.am): Likewise.
1494         * modules/getsubopt (Makefile.am): Likewise.
1495         * modules/gettime (Makefile.am): Likewise.
1496         * modules/gettimeofday (Makefile.am): Likewise.
1497         * modules/getugroups (Makefile.am): Likewise.
1498         * modules/getusershell (Makefile.am): Likewise.
1499         * modules/glob (Makefile.am): Likewise.
1500         * modules/group-member (Makefile.am): Likewise.
1501         * modules/hard-locale (Makefile.am): Likewise.
1502         * modules/hash (Makefile.am): Likewise.
1503         * modules/hmac-md5 (Makefile.am): Likewise.
1504         * modules/hmac-sha1 (Makefile.am): Likewise.
1505         * modules/human (Makefile.am): Likewise.
1506         * modules/idcache (Makefile.am): Likewise.
1507         * modules/imaxabs (Makefile.am): Likewise.
1508         * modules/imaxdiv (Makefile.am): Likewise.
1509         * modules/inet_ntop (Makefile.am): Likewise.
1510         * modules/inet_pton (Makefile.am): Likewise.
1511         * modules/intprops (Makefile.am): Likewise.
1512         * modules/inttostr (Makefile.am): Likewise.
1513         * modules/inttypes (Makefile.am): Likewise.
1514         * modules/isapipe (Makefile.am): Likewise.
1515         * modules/javaversion (Makefile.am): Likewise.
1516         * modules/lchmod (Makefile.am): Likewise.
1517         * modules/lchown (Makefile.am): Likewise.
1518         * modules/localcharset (Makefile.am): Likewise.
1519         * modules/long-options (Makefile.am): Likewise.
1520         * modules/lstat (Makefile.am): Likewise.
1521         * modules/malloc (Makefile.am): Likewise.
1522         * modules/mathl (Makefile.am): Likewise.
1523         * modules/mbchar (Makefile.am): Likewise.
1524         * modules/md2 (Makefile.am): Likewise.
1525         * modules/md4 (Makefile.am): Likewise.
1526         * modules/md5 (Makefile.am): Likewise.
1527         * modules/memcasecmp (Makefile.am): Likewise.
1528         * modules/memchr (Makefile.am): Likewise.
1529         * modules/memcmp (Makefile.am): Likewise.
1530         * modules/memcoll (Makefile.am): Likewise.
1531         * modules/memcpy (Makefile.am): Likewise.
1532         * modules/memmem (Makefile.am): Likewise.
1533         * modules/memmove (Makefile.am): Likewise.
1534         * modules/mempcpy (Makefile.am): Likewise.
1535         * modules/memrchr (Makefile.am): Likewise.
1536         * modules/memset (Makefile.am): Likewise.
1537         * modules/memxor (Makefile.am): Likewise.
1538         * modules/mkancesdirs (Makefile.am): Likewise.
1539         * modules/mkdir-p (Makefile.am): Likewise.
1540         * modules/mkdir (Makefile.am): Likewise.
1541         * modules/mkdtemp (Makefile.am): Likewise.
1542         * modules/mkstemp (Makefile.am): Likewise.
1543         * modules/mktime (Makefile.am): Likewise.
1544         * modules/modechange (Makefile.am): Likewise.
1545         * modules/mountlist (Makefile.am): Likewise.
1546         * modules/nanosleep (Makefile.am): Likewise.
1547         * modules/obstack (Makefile.am): Likewise.
1548         * modules/openat (Makefile.am): Likewise.
1549         * modules/pagealign_alloc (Makefile.am): Likewise.
1550         * modules/pathmax (Makefile.am): Likewise.
1551         * modules/physmem (Makefile.am): Likewise.
1552         * modules/poll (Makefile.am): Likewise.
1553         * modules/posixtm (Makefile.am): Likewise.
1554         * modules/posixver (Makefile.am): Likewise.
1555         * modules/putenv (Makefile.am): Likewise.
1556         * modules/quote (Makefile.am): Likewise.
1557         * modules/quotearg (Makefile.am): Likewise.
1558         * modules/raise (Makefile.am): Likewise.
1559         * modules/read-file (Makefile.am): Likewise.
1560         * modules/readline (Makefile.am): Likewise.
1561         * modules/readlink (Makefile.am): Likewise.
1562         * modules/readtokens (Makefile.am): Likewise.
1563         * modules/readutmp (Makefile.am): Likewise.
1564         * modules/realloc (Makefile.am): Likewise.
1565         * modules/regex (Makefile.am): Likewise.
1566         * modules/rename-dest-slash (Makefile.am): Likewise.
1567         * modules/rename (Makefile.am): Likewise.
1568         * modules/rijndael (Makefile.am): Likewise.
1569         * modules/rmdir (Makefile.am): Likewise.
1570         * modules/rpmatch (Makefile.am): Likewise.
1571         * modules/safe-read (Makefile.am): Likewise.
1572         * modules/safe-write (Makefile.am): Likewise.
1573         * modules/same-inode (Makefile.am): Likewise.
1574         * modules/same (Makefile.am): Likewise.
1575         * modules/save-cwd (Makefile.am): Likewise.
1576         * modules/savedir (Makefile.am): Likewise.
1577         * modules/setenv (Makefile.am): Likewise.
1578         * modules/settime (Makefile.am): Likewise.
1579         * modules/sha1 (Makefile.am): Likewise.
1580         * modules/sig2str (Makefile.am): Likewise.
1581         * modules/snprintf (Makefile.am): Likewise.
1582         * modules/stat-macros (Makefile.am): Likewise.
1583         * modules/stat-time (Makefile.am): Likewise.
1584         * modules/stdbool (Makefile.am): Likewise.
1585         * modules/stdint (Makefile.am): Likewise.
1586         * modules/stdlib-safer (Makefile.am): Likewise.
1587         * modules/stpcpy (Makefile.am): Likewise.
1588         * modules/stpncpy (Makefile.am): Likewise.
1589         * modules/strcase (Makefile.am): Likewise.
1590         * modules/strcasestr (Makefile.am): Likewise.
1591         * modules/strchrnul (Makefile.am): Likewise.
1592         * modules/strcspn (Makefile.am): Likewise.
1593         * modules/strdup (Makefile.am): Likewise.
1594         * modules/strerror (Makefile.am): Likewise.
1595         * modules/strftime (Makefile.am): Likewise.
1596         * modules/strndup (Makefile.am): Likewise.
1597         * modules/strnlen (Makefile.am): Likewise.
1598         * modules/strpbrk (Makefile.am): Likewise.
1599         * modules/strsep (Makefile.am): Likewise.
1600         * modules/strstr (Makefile.am): Likewise.
1601         * modules/strtod (Makefile.am): Likewise.
1602         * modules/strtoimax (Makefile.am): Likewise.
1603         * modules/strtok_r (Makefile.am): Likewise.
1604         * modules/strtol (Makefile.am): Likewise.
1605         * modules/strtoll (Makefile.am): Likewise.
1606         * modules/strtoul (Makefile.am): Likewise.
1607         * modules/strtoull (Makefile.am): Likewise.
1608         * modules/strtoumax (Makefile.am): Likewise.
1609         * modules/strverscmp (Makefile.am): Likewise.
1610         * modules/sys_socket (Makefile.am): Likewise.
1611         * modules/sys_stat (Makefile.am): Likewise.
1612         * modules/sysexits (Makefile.am): Likewise.
1613         * modules/time_r (Makefile.am): Likewise.
1614         * modules/timegm (Makefile.am): Likewise.
1615         * modules/timespec (Makefile.am): Likewise.
1616         * modules/tmpfile-safer (Makefile.am): Likewise.
1617         * modules/trim (Makefile.am): Likewise.
1618         * modules/unistd-safer (Makefile.am): Likewise.
1619         * modules/unlinkdir (Makefile.am): Likewise.
1620         * modules/unlocked-io (Makefile.am): Likewise.
1621         * modules/userspec (Makefile.am): Likewise.
1622         * modules/utime (Makefile.am): Likewise.
1623         * modules/utimecmp (Makefile.am): Likewise.
1624         * modules/utimens (Makefile.am): Likewise.
1625         * modules/vasnprintf (Makefile.am): Likewise.
1626         * modules/vasprintf (Makefile.am): Likewise.
1627         * modules/vsnprintf (Makefile.am): Likewise.
1628         * modules/xalloc (Makefile.am): Likewise.
1629         * modules/xgetcwd (Makefile.am): Likewise.
1630         * modules/xnanosleep (Makefile.am): Likewise.
1631         * modules/xreadlink (Makefile.am): Likewise.
1632         * modules/xstrtod (Makefile.am): Likewise.
1633         * modules/xstrtol (Makefile.am): Likewise.
1634         * modules/xstrtold (Makefile.am): Likewise.
1635         * modules/yesno (Makefile.am): Likewise.
1636         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1637
1638 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1639
1640         * modules/error (Makefile.am): Distribute files through
1641         EXTRA_DIST, not lib_SOURCES.
1642
1643 2006-10-12  Eric Blake  <ebb9@byu.net>
1644
1645         * modules/error (Makefile.am): Distribute files in /lib.
1646         * modules/obstack (Makefile.am): Likewise.
1647
1648 2006-10-12  Bruno Haible  <bruno@clisp.org>
1649
1650         * modules/acl (Makefile.am): Distribute all files in lib/ through
1651         EXTRA_DIST.
1652         * modules/arcfour (Makefile.am): Likewise.
1653         * modules/arctwo (Makefile.am): Likewise.
1654         * modules/argmatch (Makefile.am): Likewise.
1655         * modules/argz (Makefile.am): Likewise.
1656         * modules/atexit (Makefile.am): Likewise.
1657         * modules/backupfile (Makefile.am): Likewise.
1658         * modules/c-strtod (Makefile.am): Likewise.
1659         * modules/c-strtold (Makefile.am): Likewise.
1660         * modules/calloc (Makefile.am): Likewise.
1661         * modules/canon-host (Makefile.am): Likewise.
1662         * modules/canonicalize (Makefile.am): Likewise.
1663         * modules/chdir-long (Makefile.am): Likewise.
1664         * modules/chdir-safer (Makefile.am): Likewise.
1665         * modules/check-version (Makefile.am): Likewise.
1666         * modules/chown (Makefile.am): Likewise.
1667         * modules/cloexec (Makefile.am): Likewise.
1668         * modules/close-stream (Makefile.am): Likewise.
1669         * modules/closeout (Makefile.am): Likewise.
1670         * modules/crc (Makefile.am): Likewise.
1671         * modules/cycle-check (Makefile.am): Likewise.
1672         * modules/des (Makefile.am): Likewise.
1673         * modules/dirfd (Makefile.am): Likewise.
1674         * modules/dirname (Makefile.am): Likewise.
1675         * modules/dup2 (Makefile.am): Likewise.
1676         * modules/euidaccess (Makefile.am): Likewise.
1677         * modules/exclude (Makefile.am): Likewise.
1678         * modules/exitfail (Makefile.am): Likewise.
1679         * modules/fcntl-safer (Makefile.am): Likewise.
1680         * modules/file-type (Makefile.am): Likewise.
1681         * modules/fileblocks (Makefile.am): Likewise.
1682         * modules/filemode (Makefile.am): Likewise.
1683         * modules/filenamecat (Makefile.am): Likewise.
1684         * modules/fnmatch (Makefile.am): Likewise.
1685         * modules/fopen-safer (Makefile.am): Likewise.
1686         * modules/fpending (Makefile.am): Likewise.
1687         * modules/fprintftime (Makefile.am): Likewise.
1688         * modules/free (Makefile.am): Likewise.
1689         * modules/fsusage (Makefile.am): Likewise.
1690         * modules/ftruncate (Makefile.am): Likewise.
1691         * modules/fts (Makefile.am): Likewise.
1692         * modules/gc (Makefile.am): Likewise.
1693         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1694         * modules/getaddrinfo (Makefile.am): Likewise.
1695         * modules/getcwd (Makefile.am): Likewise.
1696         * modules/getdelim (Makefile.am): Likewise.
1697         * modules/getdomainname (Makefile.am): Likewise.
1698         * modules/getgroups (Makefile.am): Likewise.
1699         * modules/gethostname (Makefile.am): Likewise.
1700         * modules/gethrxtime (Makefile.am): Likewise.
1701         * modules/getline (Makefile.am): Likewise.
1702         * modules/getloadavg (Makefile.am): Likewise.
1703         * modules/getlogin_r (Makefile.am): Likewise.
1704         * modules/getopt (Makefile.am): Likewise.
1705         * modules/getpass (Makefile.am): Likewise.
1706         * modules/getpass-gnu (Makefile.am): Likewise.
1707         * modules/getsubopt (Makefile.am): Likewise.
1708         * modules/gettime (Makefile.am): Likewise.
1709         * modules/gettimeofday (Makefile.am): Likewise.
1710         * modules/getugroups (Makefile.am): Likewise.
1711         * modules/getusershell (Makefile.am): Likewise.
1712         * modules/glob (Makefile.am): Likewise.
1713         * modules/group-member (Makefile.am): Likewise.
1714         * modules/hard-locale (Makefile.am): Likewise.
1715         * modules/hash (Makefile.am): Likewise.
1716         * modules/hmac-md5 (Makefile.am): Likewise.
1717         * modules/hmac-sha1 (Makefile.am): Likewise.
1718         * modules/human (Makefile.am): Likewise.
1719         * modules/idcache (Makefile.am): Likewise.
1720         * modules/imaxabs (Makefile.am): Likewise.
1721         * modules/imaxdiv (Makefile.am): Likewise.
1722         * modules/inet_ntop (Makefile.am): Likewise.
1723         * modules/inet_pton (Makefile.am): Likewise.
1724         * modules/inttostr (Makefile.am): Likewise.
1725         * modules/isapipe (Makefile.am): Likewise.
1726         * modules/lchown (Makefile.am): Likewise.
1727         * modules/long-options (Makefile.am): Likewise.
1728         * modules/lstat (Makefile.am): Likewise.
1729         * modules/malloc (Makefile.am): Likewise.
1730         * modules/mathl (Makefile.am): Likewise.
1731         * modules/mbchar (Makefile.am): Likewise.
1732         * modules/md2 (Makefile.am): Likewise.
1733         * modules/md4 (Makefile.am): Likewise.
1734         * modules/md5 (Makefile.am): Likewise.
1735         * modules/memcasecmp (Makefile.am): Likewise.
1736         * modules/memchr (Makefile.am): Likewise.
1737         * modules/memcmp (Makefile.am): Likewise.
1738         * modules/memcoll (Makefile.am): Likewise.
1739         * modules/memcpy (Makefile.am): Likewise.
1740         * modules/memmem (Makefile.am): Likewise.
1741         * modules/memmove (Makefile.am): Likewise.
1742         * modules/mempcpy (Makefile.am): Likewise.
1743         * modules/memrchr (Makefile.am): Likewise.
1744         * modules/memset (Makefile.am): Likewise.
1745         * modules/memxor (Makefile.am): Likewise.
1746         * modules/mkancesdirs (Makefile.am): Likewise.
1747         * modules/mkdir (Makefile.am): Likewise.
1748         * modules/mkdir-p (Makefile.am): Likewise.
1749         * modules/mkdtemp (Makefile.am): Likewise.
1750         * modules/mkstemp (Makefile.am): Likewise.
1751         * modules/mktime (Makefile.am): Likewise.
1752         * modules/modechange (Makefile.am): Likewise.
1753         * modules/mountlist (Makefile.am): Likewise.
1754         * modules/nanosleep (Makefile.am): Likewise.
1755         * modules/openat (Makefile.am): Likewise.
1756         * modules/pagealign_alloc (Makefile.am): Likewise.
1757         * modules/physmem (Makefile.am): Likewise.
1758         * modules/poll (Makefile.am): Likewise.
1759         * modules/posixtm (Makefile.am): Likewise.
1760         * modules/posixver (Makefile.am): Likewise.
1761         * modules/putenv (Makefile.am): Likewise.
1762         * modules/quote (Makefile.am): Likewise.
1763         * modules/quotearg (Makefile.am): Likewise.
1764         * modules/raise (Makefile.am): Likewise.
1765         * modules/read-file (Makefile.am): Likewise.
1766         * modules/readline (Makefile.am): Likewise.
1767         * modules/readlink (Makefile.am): Likewise.
1768         * modules/readtokens (Makefile.am): Likewise.
1769         * modules/readutmp (Makefile.am): Likewise.
1770         * modules/realloc (Makefile.am): Likewise.
1771         * modules/regex (Makefile.am): Likewise.
1772         * modules/rename (Makefile.am): Likewise.
1773         * modules/rename-dest-slash (Makefile.am): Likewise.
1774         * modules/rijndael (Makefile.am): Likewise.
1775         * modules/rmdir (Makefile.am): Likewise.
1776         * modules/rpmatch (Makefile.am): Likewise.
1777         * modules/safe-read (Makefile.am): Likewise.
1778         * modules/safe-write (Makefile.am): Likewise.
1779         * modules/same (Makefile.am): Likewise.
1780         * modules/save-cwd (Makefile.am): Likewise.
1781         * modules/savedir (Makefile.am): Likewise.
1782         * modules/setenv (Makefile.am): Likewise.
1783         * modules/settime (Makefile.am): Likewise.
1784         * modules/sha1 (Makefile.am): Likewise.
1785         * modules/sig2str (Makefile.am): Likewise.
1786         * modules/snprintf (Makefile.am): Likewise.
1787         * modules/stdlib-safer (Makefile.am): Likewise.
1788         * modules/stpcpy (Makefile.am): Likewise.
1789         * modules/stpncpy (Makefile.am): Likewise.
1790         * modules/strcase (Makefile.am): Likewise.
1791         * modules/strcasestr (Makefile.am): Likewise.
1792         * modules/strchrnul (Makefile.am): Likewise.
1793         * modules/strcspn (Makefile.am): Likewise.
1794         * modules/strdup (Makefile.am): Likewise.
1795         * modules/strerror (Makefile.am): Likewise.
1796         * modules/strftime (Makefile.am): Likewise.
1797         * modules/strndup (Makefile.am): Likewise.
1798         * modules/strnlen (Makefile.am): Likewise.
1799         * modules/strpbrk (Makefile.am): Likewise.
1800         * modules/strsep (Makefile.am): Likewise.
1801         * modules/strstr (Makefile.am): Likewise.
1802         * modules/strtod (Makefile.am): Likewise.
1803         * modules/strtoimax (Makefile.am): Likewise.
1804         * modules/strtok_r (Makefile.am): Likewise.
1805         * modules/strtol (Makefile.am): Likewise.
1806         * modules/strtoll (Makefile.am): Likewise.
1807         * modules/strtoul (Makefile.am): Likewise.
1808         * modules/strtoull (Makefile.am): Likewise.
1809         * modules/strtoumax (Makefile.am): Likewise.
1810         * modules/strverscmp (Makefile.am): Likewise.
1811         * modules/time_r (Makefile.am): Likewise.
1812         * modules/timegm (Makefile.am): Likewise.
1813         * modules/tmpfile-safer (Makefile.am): Likewise.
1814         * modules/unistd-safer (Makefile.am): Likewise.
1815         * modules/unlinkdir (Makefile.am): Likewise.
1816         * modules/userspec (Makefile.am): Likewise.
1817         * modules/utime (Makefile.am): Likewise.
1818         * modules/utimecmp (Makefile.am): Likewise.
1819         * modules/utimens (Makefile.am): Likewise.
1820         * modules/vasnprintf (Makefile.am): Likewise.
1821         * modules/vasprintf (Makefile.am): Likewise.
1822         * modules/vsnprintf (Makefile.am): Likewise.
1823         * modules/xalloc (Makefile.am): Likewise.
1824         * modules/xgetcwd (Makefile.am): Likewise.
1825         * modules/xnanosleep (Makefile.am): Likewise.
1826         * modules/xreadlink (Makefile.am): Likewise.
1827         * modules/xstrtod (Makefile.am): Likewise.
1828         * modules/xstrtol (Makefile.am): Likewise.
1829         * modules/xstrtold (Makefile.am): Likewise.
1830         * modules/yesno (Makefile.am): Likewise.
1831
1832 2006-10-12  Jim Meyering  <jim@meyering.net>
1833
1834         * m4/getloadavg.m4: Revert the change below.
1835
1836         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1837         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1838         fail with a symlink, which is what coreutils' ./bootstrap now
1839         creates by default.
1840
1841 2006-10-12  Bruno Haible  <bruno@clisp.org>
1842
1843         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1844         mingw.
1845         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1846         MSVC and mingw explicitly.
1847
1848 2006-10-11  Simon Josefsson  <jas@extundo.com>
1849             Bruno Haible  <bruno@clisp.org>
1850
1851         Add support for multiple gnulib-tool invocations in the scope of a
1852         single configure.ac file.
1853         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1854         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1855         with the same contents as the _LIBADD variable.
1856         (func_emit_initmacro_start, func_emit_initmacro_end,
1857         func_emit_initmacro_done): New functions.
1858         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1859         gl_LIBOBJS and gl_LTLIBOBJS.
1860
1861 2006-10-11  Bruno Haible  <bruno@clisp.org>
1862
1863         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1864         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1865         autoreconf. Instead, invoke autopoint explicitly but move back the
1866         *.m4 files from gnulib.
1867
1868 2006-10-11  Bruno Haible  <bruno@clisp.org>
1869
1870         * gnulib-tool (func_usage): Make module names after --create-testdir
1871         optional.
1872         (func_create_testdir): If no module was specified, use nearly all
1873         modules.
1874
1875 2006-10-12  Jim Meyering  <jim@meyering.net>
1876
1877         Big performance improvement for fts-based tools that use FTS_NOSTAT.
1878         Avoid spurious inode-mismatch problems on non-POSIX file systems.
1879         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
1880         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
1881         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
1882         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
1883         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
1884         (fts_set_stat_required): New function.
1885         (fts_open): Defer the calls to fts_stat, if possible or requested.
1886         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
1887         into fts_stat itself.
1888         (fts_read): Perform any required (deferred) fts_stat call.
1889         (fts_build): Likewise, for the directory we're about to open and read.
1890         In the readdir loop, carefully decide whether each entry will require
1891         an eventual call to fts_stat, using dirent.d_type info if available.
1892         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
1893         a command line argument into this function.  Update all callers.
1894         Map a return value of FTS_DOT to FTS_D for a command line argument.
1895         * modules/fts (Depends-on): Add d-type.  Alphabetize.
1896         Thanks to Miklos Szeredi for his tenacity and for the initial
1897         bug report about "find" failing on a FUSE-based file system.
1898
1899         * lib/fts.c (fts_open): Use consistent indentation.
1900
1901 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1902
1903         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
1904         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
1905         reported by Jim Meyering.  All uses of cache variables renamed
1906         to match Autoconf's.
1907         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
1908         the other one.
1909
1910         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
1911         Fix misspelling in diagnostic.
1912
1913 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1914
1915         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
1916         defined.  Problem reported by Matthew Woehlke.
1917
1918         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
1919         Add support for Tandem NonStop R series.
1920         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
1921         Use new macro.
1922
1923         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
1924         (has_trailing_slash): Omit size arg; all callers changed.
1925         Omit 'inline', since it doesn't help performance and we'd
1926         need to configure it.
1927         Don't count //, ///, etc. as having a trailing slash.
1928         As a side effect, this removes a C99ism reported by Matthew Woehlke.
1929         (rpl_rename_dest_slash): On failure, use rename's errno rather
1930         than (in some cases) an incorrect or junk errno.
1931         Simplify code by removing need to compute length; this does
1932         cause it to make two passes instead of one over the file name,
1933         but it's worth it.
1934
1935         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
1936         change, since Autoconf's version may no longer be appropriate now
1937         that we are using CVS Autoconf's version.  Add support for Tandem.
1938
1939 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
1940             Bruno Haible  <bruno@clisp.org>
1941
1942         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
1943         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
1944         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
1945         gl_AC_TYPE_LONG_LONG.
1946
1947         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
1948         instead of HAVE_LONG_LONG.
1949         * lib/printf-args.c (printf_fetchargs): Likewise.
1950         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
1951         * lib/vasnprintf.c (VASNPRINTF): Likewise.
1952         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
1953         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
1954         gl_AC_TYPE_LONG_LONG.
1955
1956 2006-10-11  Bruno Haible  <bruno@clisp.org>
1957
1958         * m4/longlong.m4: Add comments.
1959         * m4/ulonglong.m4: Likewise.
1960
1961 2006-10-10  Bruno Haible  <bruno@clisp.org>
1962
1963         Make it possible to #define stpcpy, strdup to aliases.
1964         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
1965         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
1966
1967 2006-10-10  Bruno Haible  <bruno@clisp.org>
1968
1969         Make it possible to #define gcd to an alias.
1970         * lib/gcd.c: Include config.h.
1971
1972 2006-10-10  Bruno Haible  <bruno@clisp.org>
1973
1974         Make it possible to #define c_isascii to an alias.
1975         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
1976         defined. Undefine the macros before defining them, to avoid gcc
1977         warnings.
1978         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
1979         define NO_C_CTYPE_MACROS early.
1980
1981 2006-10-10  Bruno Haible  <bruno@clisp.org>
1982
1983         Make it possible to #define set_program_name to an alias.
1984         * lib/progname.c: Don't undefine set_program_name; instead, undefine
1985         ENABLE_RELOCATABLE early.
1986
1987 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
1988
1989         Port to Tandem NSK OSS, which has 64-bit signed int but at most
1990         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
1991         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
1992         More generally, don't assume that 64-bit signed int is available
1993         if unsigned int is, and vice versa.
1994         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
1995         unsigned symbols, not on their signed counterparts.
1996         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
1997         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
1998         (UINT64_C, UINTMAX_C):
1999         Likewise.
2000         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2001         unsigned counterparts.
2002         (Have_long_long, Unsigned): New macros.
2003         (Int): Renamed from INT.
2004         (strtoimax): Use the new macros.
2005         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2006         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2007         * modules/inttypes (inttypes.h): Substitute
2008         HAVE_UNSIGNED_LONG_LONG_INT.
2009         * modules/stdint (stdint.h): Likewise.
2010         (Files): Add m4/ulonglong.m4.
2011
2012 2006-10-10  Bruno Haible  <bruno@clisp.org>
2013
2014         Fix a gcc -Wshadow warning.
2015         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2016         to 'bucket'.
2017         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2018         gl_linked_indexof_from_to): Likewise.
2019         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2020         Likewise.
2021         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2022         Likewise.
2023         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2024         Reported by Eric Blake.
2025
2026 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2027
2028         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2029         for NetBSD.  Problem reported by Bruno Haible.
2030
2031 2006-10-09  Jim Meyering  <jim@meyering.net>
2032
2033         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2034         Patch from Bruno Haible.
2035
2036 2006-10-09  Jim Meyering  <jim@meyering.net>
2037
2038         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2039         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2040         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2041
2042 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2043
2044         Don't include <config.h> twice; this doesn't work in some cases,
2045         e.g., when config.h has "#define intmax_t long long int" and
2046         we include <config.h>, <inttypes.h>, <config.h> in that order.
2047         Problem reported by Matthew Woehlke in:
2048         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2049         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2050         * lib/fts-cycle.c: Don't include config.h.
2051         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2052         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2053         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2054         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2055         inttypes.h.
2056         * lib/xstrtoumax.c: Likewise.
2057         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2058         __strtol and the like, so that this module is more like its siblings.
2059         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2060         Remove; no longer needed now that we assume gnulib inttypes.h.
2061
2062 2006-10-08  Bruno Haible  <bruno@clisp.org>
2063
2064         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2065         option.
2066
2067 2006-10-07  Jim Meyering  <jim@meyering.net>
2068
2069         * modules/inttypes (inttypes.h): Revert what seems to have been
2070         an inadvertent part of today's change: use "|", not "/" in the
2071         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2072
2073 2006-10-07  Bruno Haible  <bruno@clisp.org>
2074
2075         * modules/sublist: New file.
2076
2077 2006-10-07  Bruno Haible  <bruno@clisp.org>
2078
2079         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2080         * modules/argz (argz.h): Likewise.
2081         * modules/arpa_inet (arpa/inet.h): Likewise.
2082         * modules/byteswap (byteswap.h): Likewise.
2083         * modules/configmake (configmake.h): Likewise.
2084         * modules/fcntl (fcntl.h): Likewise.
2085         * modules/fnmatch (fnmatch.h): Likewise.
2086         * modules/getopt (getopt.h): Likewise.
2087         * modules/glob (glob.h): Likewise.
2088         * modules/inttypes (inttypes.h): Likewise.
2089         * modules/netinet_in (netinet/in.h): Likewise.
2090         * modules/poll (poll.h): Likewise.
2091         * modules/stdbool (stdbool.h): Likewise.
2092         * modules/stdint (stdint.h): Likewise.
2093         * modules/sys_select (sys/select.h): Likewise.
2094         * modules/sys_socket (sys/socket.h): Likewise.
2095         * modules/sys_stat (sys/stat.h): Likewise.
2096         * modules/sysexits (sysexits.h): Likewise.
2097         * modules/unistd (unistd.h): Likewise.
2098         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2099         Add a "DO NOT EDIT" comment to the generated file.
2100         (func_import): Likewise for gnulib-comp.m4.
2101
2102 2006-10-07  Bruno Haible  <bruno@clisp.org>
2103
2104         * lib/gl_sublist.h: New file.
2105         * lib/gl_sublist.c: New file.
2106
2107 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2108
2109         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2110         name (relative to the original working directory) and the file
2111         name component (relative to the temporary working directory).  All
2112         callers changed.
2113         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2114         * lib/mkdir-p.c (make_dir_parents): Likewise.
2115         * lib/mkdir-p.h (make_dir_parents): Likewise.
2116
2117 2006-10-06  Eric Blake  <ebb9@byu.net>
2118
2119         Define several macros for use by the clean-temp module.
2120         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2121         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2122         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2123
2124         * lib/clean-temp.h (close_stream_temp): New declaration.
2125         * lib/clean-temp.c (includes): Pull in headers according to what
2126         other modules are in use.
2127         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2128
2129 2006-10-06  Bruno Haible  <bruno@clisp.org>
2130
2131         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2132         instead of fopen, fwriteerror.
2133
2134 2006-10-06  Bruno Haible  <bruno@clisp.org>
2135
2136         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2137         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2138         int.
2139         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2140         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2141         Return an error indicator.
2142         Suggested by Eric Blake.
2143
2144 2006-10-06  Bruno Haible  <bruno@clisp.org>
2145
2146         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2147         Reported by Eric Blake.
2148
2149 2006-10-06  Bruno Haible  <bruno@clisp.org>
2150
2151         * modules/closeout (Description): Mention stderr too.
2152
2153 2006-10-06  Bruno Haible  <bruno@clisp.org>
2154         and Paul Eggert  <eggert@cs.ucla.edu>
2155
2156         * lib/closeout.c (close_stdout): Also close stderr.
2157         * lib/closeout.h: Update comment.
2158
2159 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2160
2161         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2162         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2163         * lib/dirchownmod.c: Include lchown.h.
2164         * lib/lchown.c: Don't include files that lchown.h now includes.
2165         Don't declare chown, since lchown.h now does that.
2166         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2167         (lchown): Define to rpl_chown if lchown is declared but
2168         does not exist.  Declare using a prototype if lchown is not
2169         declared.  Add a copyright notice.
2170         * lib/mkstemp.h: Include <unistd.h>.
2171         * lib/openat.c: Include lchown.h.
2172
2173         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2174         we now test for that separately.
2175         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2176         rather than O_NOFOLLOW, when testing whether it's possible to
2177         avoid a race condition reliably.
2178         * lib/savewd.c (savewd_chdir): Likewise.
2179
2180         Remove macros that are no longer needed now that stdint.h is
2181         reliable.
2182         * lib/fsusage.c (UINTMAX_MAX): Remove.
2183         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2184         * lib/utimecmp.c (SIZE_MAX): Remove.
2185
2186         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2187
2188         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2189         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2190         O_NOATIME works.
2191
2192 2006-10-05  Bruno Haible  <bruno@clisp.org>
2193
2194         * lib/gl_list.h (gl_sortedlist_search_from_to,
2195         gl_sortedlist_indexof_from_to): New declarations.
2196         (gl_list_implementation): New fields sortedlist_search_from_to,
2197         sortedlist_indexof_from_to.
2198         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2199         inline functions.
2200         * lib/gl_list.c (gl_sortedlist_search_from_to,
2201         gl_sortedlist_indexof_from_to): New functions.
2202         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2203         function.
2204         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2205         (gl_array_sortedlist_search_from_to): New function.
2206         (gl_array_list_implementation): Update.
2207         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2208         function.
2209         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2210         (gl_carray_sortedlist_search_from_to): New function.
2211         (gl_carray_list_implementation): Update.
2212         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2213         gl_linked_sortedlist_indexof_from_to): New functions.
2214         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2215         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2216         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2217         gl_tree_sortedlist_indexof_from_to): New functions.
2218         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2219         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2220         Update.
2221         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2222         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2223         Update.
2224
2225 2006-10-05  Bruno Haible  <bruno@clisp.org>
2226
2227         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2228         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2229         (struct gl_list_implementation): Add fields search_from_to,
2230         indexof_from_to. Remove fields search, indexof.
2231         (gl_list_search): Use the search_from_to method.
2232         (gl_list_search_from, gl_list_search_from_to): New functions.
2233         (gl_list_indexof): Use the indexof_from_to method.
2234         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2235         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2236         (gl_list_search_from, gl_list_search_from_to): New functions.
2237         (gl_list_indexof): Use the indexof_from_to method.
2238         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2239         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2240         gl_array_indexof. Add start_index, end_index arguments.
2241         (gl_array_search_from_to): Renamed from gl_array_search. Add
2242         start_index, end_index arguments.
2243         (gl_array_remove, gl_array_list_implementation): Update.
2244         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2245         gl_carray_indexof. Add start_index, end_index arguments.
2246         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2247         start_index, end_index arguments.
2248         (gl_carray_remove, gl_carray_list_implementation): Update.
2249         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2250         gl_linked_search. Add start_index, end_index arguments.
2251         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2252         start_index, end_index arguments.
2253         (gl_linked_remove): Update.
2254         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2255         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2256         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2257         field to 'size_t'.
2258         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2259         gl_tree_search. Add start_index, end_index arguments.
2260         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2261         start_index, end_index arguments.
2262         (gl_tree_remove): Update.
2263         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2264         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2265         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2266         function.
2267         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2268         gl_tree_search. Add start_index, end_index arguments.
2269         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2270         start_index, end_index arguments.
2271         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2272         Update.
2273         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2274
2275 2006-10-05  Bruno Haible  <bruno@clisp.org>
2276
2277         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2278
2279         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2280         fwriteerror_temp): New declarations.
2281         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2282         (descriptors): New variable.
2283         (cleanup): First, close the descriptors.
2284         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2285         fclose_temp, fwriteerror_temp): New functions.
2286
2287 2006-10-04  Jim Meyering  <jim@meyering.net>
2288
2289         * lib/fts.c (fts_open): Tiny comment change.
2290
2291 2006-10-04  Bruno Haible  <bruno@clisp.org>
2292
2293         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2294         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2295         gl_LOCK_BODY.
2296         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2297         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2298         gl_LOCK_EARLY_BODY.
2299         (gl_LOCK): Require gl_LOCK_BODY.
2300
2301 2006-10-04  Bruno Haible  <bruno@clisp.org>
2302
2303         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2304         (gl_oset_search_atleast): New declaration.
2305         (struct gl_oset_implementation): Add field 'search_atleast'.
2306         (gl_oset_search_atleast): New inline function.
2307         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2308         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2309         (gl_array_oset_implementation): Update.
2310         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2311         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2312         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2313
2314 2006-10-04  Bruno Haible  <bruno@clisp.org>
2315
2316         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2317
2318 2006-10-03  Bruno Haible  <bruno@clisp.org>
2319
2320         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2321         from gl_avltreehash_list_implementation.
2322
2323 2006-10-03  Bruno Haible  <bruno@clisp.org>
2324
2325         * lib/gl_oset.c (gl_oset_add): Fix return type.
2326
2327 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2328
2329         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2330
2331 2006-10-02  Eric Blake  <ebb9@byu.net>
2332
2333         * modules/strnlen (Depends-on): Add extensions.
2334
2335 2006-10-02  Eric Blake  <ebb9@byu.net>
2336
2337         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2338         definition in 2.60+.
2339
2340 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2341
2342         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2343         checks.
2344
2345 2006-10-02  Bruno Haible  <bruno@clisp.org>
2346
2347         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2348         to the AUTOMAKE_OPTIONS.
2349         Reported by Jim Meyering.
2350
2351 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2352
2353         Work around bug in Solaris 10 /proc file system:
2354         /proc/self/fd/NNN/.. isn't the parent directory of
2355         the directory whose file descriptor is NNN.  This needs to
2356         be worked around at run time, not compile time, since a
2357         program might be built on Solaris 8, where things work, and
2358         run on Solaris 10.
2359         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2360         to use the following interface instead:
2361         (OPENAT_BUFFER_SIZE): New macro.
2362         (openat_proc_name): New function.
2363         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2364         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2365         Likewise.
2366         * lib/openat-proc.c: New file.
2367         * modules/openat (Files): Add lib/openat-proc.c.
2368         (Depends-on): Add same-inode, stdbool.
2369         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2370
2371 2006-09-29  Bruno Haible  <bruno@clisp.org>
2372
2373         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2374         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2375         argument. Set stdout_closed before testing for ferror, not after.
2376         (fwriteerror, fwriteerror_no_ebadf): New functions.
2377
2378 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2379
2380         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2381
2382 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2383
2384         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2385         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2386
2387 2006-09-28  Jim Meyering  <jim@meyering.net>
2388
2389         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2390         Include <unistd.h>.
2391
2392 2006-09-28  Bruno Haible  <bruno@clisp.org>
2393
2394         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2395         * modules/linkedhash-list (Depends-on): Likewise.
2396         * modules/rbtreehash-list (Depends-on): Likewise.
2397
2398 2006-09-28  Bruno Haible  <bruno@clisp.org>
2399
2400         * lib/strndup.h: Simplify the redefinition of strndup.
2401         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2402         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2403
2404 2006-09-28  Bruno Haible  <bruno@clisp.org>
2405
2406         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2407         * lib/gl_linkedhash_list.c: Likewise.
2408         * lib/gl_rbtreehash_list.c: Likewise.
2409
2410 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2411
2412         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2413         getaddrinfo.
2414
2415         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2416         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2417         it causes <stdio_ext.h> to cause a compile-time error.
2418         Problem reported by Nelson H. F. Beebe.
2419         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2420         of HAVE_DECL___PENDING.
2421
2422         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2423         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2424         declaration.
2425
2426 2006-09-27  Jim Meyering  <jim@meyering.net>
2427
2428         This file could end up with a definition for a function
2429         named __strndup, rather than rpl_strndup on a system with
2430         incomplete weak_alias support.
2431         * lib/strndup.c (strndup): Rename from __strndup.
2432         Remove #defines that used to map __strndup to strndup.
2433         Don't use K&R prototypes.
2434         Remove LIBC-related code, since this file is not sync'd with glibc.
2435         * lib/strndup.h: Revamp, accordingly.
2436         * m4/strndup.m4: Modernize.
2437
2438 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2439
2440         * modules/savewd (Depends-on): Add 'raise'.
2441         * lib/savewd.c: Include <signal.h>, for 'raise'.
2442
2443 2006-09-26  Jim Meyering  <jim@meyering.net>
2444
2445         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2446         when we detect Darwin 8.7.0's acl_get_file bug.
2447         Rearrange to perform the new (below) run-test while $LIBS
2448         contains any acl-related library.  Set USE_ACL at the end.
2449         (gl_ACL_GET_FILE): New function.
2450
2451 2006-09-26  Eric Blake  <ebb9@byu.net>
2452
2453         * lib/verror.c: Include <config.h> unconditionally.
2454
2455 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2456
2457         * modules/clock-time (Maintainer): Add self.
2458         * modules/getlogin_r (Depends-on): Add extensions.
2459
2460 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2461
2462         * modules/clock-time: New module.
2463         * modules/nanosleep (Depends-on): Add clock-time.
2464         * modules/gethrxtime (Depends-on): Likewise.
2465         * modules/gettime (Depends-on): Likewise.
2466         * modules/settime (Depends-on): Likewise.
2467
2468         * modules/fts-lgpl: Depend on openat.
2469         * modules/mkancesdirs: Depend on savewd.
2470         * modules/mkdir-p: Likewise.
2471
2472 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2473
2474         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2475
2476         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2477         `gl_have_arbitrary_file_name_length_limit' to
2478         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2479         actually works between configure runs.
2480
2481 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2482             Bruno Haible  <bruno@clisp.org>
2483
2484         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2485
2486 2006-09-25  Jim Meyering  <jim@meyering.net>
2487
2488         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2489         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2490
2491 2006-09-25  Eric Blake  <ebb9@byu.net>
2492
2493         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2494         exec's in 2006-09-18 patch when shuffling fds.
2495
2496 2006-09-25  Bruno Haible  <bruno@clisp.org>
2497
2498         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2499         Reported by Jim Meyering.
2500
2501 2006-09-24  Jim Meyering  <jim@meyering.net>
2502
2503         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2504         compare a pointer against a literal "0".  That caused failures with
2505         at least HP-UX's hpcc.
2506
2507 2006-09-22  Simon Josefsson  <jas@extundo.com>
2508
2509         * modules/gc-sha1:
2510         * modules/gc-md4:
2511         * modules/gc-hmac-sha1:
2512         * modules/gc-hmac-md5:
2513         * modules/gc-des:
2514         * modules/gc-arcfour: Distribute more files.
2515
2516 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2517
2518         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2519         (gl_linked_iterator_from_to): Initialize struct completely.
2520         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2521         (gl_tree_iterator_from_to): Likewise
2522         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2523         * lib/gl_array_list.c [lint] (gl_array_iterator)
2524         (gl_array_iterator_from_to): Likewise.
2525         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2526         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2527         (gl_carray_iterator_from_to): Likewise.
2528
2529         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2530         * lib/md4.c (md4_process_block): Remove unused variable.
2531         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2532         parentheses for clarity.
2533
2534 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2535
2536         * modules/bison-i18n (Depends-on): Add gettext.
2537
2538 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2539
2540         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2541         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2542         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2543         also add missing comma that caused broken test.
2544         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2545         stdlib.h, for `abort'.
2546         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2547         variables.
2548         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2549         include unistd.h if present, for `rmdir'.
2550         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2551         variables.
2552         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2553         in the process include standard headers for prototypes.
2554         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2555         gets declared on GNU/Linux.
2556         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2557         unistd.h, for `rmdir'.
2558         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2559
2560         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2561         always true.
2562         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2563
2564         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2565
2566 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2567
2568         * gnulib-tool (func_version): Create output all at once.  This
2569         may help avoid triggering unnecessary SIGPIPEs, and at any
2570         rate it doesn't hurt.
2571
2572 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2573             Bruno Haible  <bruno@clisp.org>
2574
2575         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2576         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2577         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2578
2579         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2580         (gl_FUNC_VASPRINTF): Invoke it.
2581
2582 2006-09-22  Bruno Haible  <bruno@clisp.org>
2583
2584         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2585         getloadavg.c as first argument.
2586
2587 2006-09-22  Bruno Haible  <bruno@clisp.org>
2588
2589         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2590         at the beginning of the gl_INIT macro.
2591         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2592         gl_GETLOADAVG.
2593
2594 2006-09-22  Bruno Haible  <bruno@clisp.org>
2595
2596         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2597         module.
2598         Suggested by Ralf Wildenhues.
2599
2600 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2601
2602         Import this patch from libc:
2603
2604         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2605
2606         * lib/regex_internal.c (re_string_reconstruct): Handle
2607         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2608         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2609         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2610         re_string_context_at.
2611
2612         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2613         now requires it.
2614         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2615         gl_REGEX now does it for us.
2616         (gl_REGEX): Add test taken from
2617         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2618
2619         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2620         Check that large offsets work.  Modernize Autoconf usages.
2621         Prefer "yes" to mean a good thing rather than a bad.
2622         Don't put "#define mkstemp" in config.h, as this might interfere
2623         with standard system headers that "#define mkstemp mkstemp64".
2624
2625         * modules/mkstemp (Depends-on): Add extensions, so that
2626         mkstemp is visible on some platforms.
2627         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2628         (Include): Change to "mkstemp.h" from <stdlib.h>.
2629         (Files): Add mkstemp.h.
2630
2631         * lib/mkstemp.h: New file, since some standard headers
2632         #define mkstemp.
2633         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2634         Include "mkstemp.h".
2635         Make the _LIBC code resemble glibc original more,
2636         e.g., use K&R style.
2637         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2638         (mkstemp): Remove, since mkstemp.h does this for us.
2639         * lib/stdlib--.h: Include mkstemp.h.
2640
2641         Import this patch from libc:
2642
2643         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2644
2645         * lib/tempname.c (__gen_tempname): Change attempts_min
2646         into a macro.  Use preprocessor to decide how to initialize
2647         attempts [Coverity CID 67].
2648
2649 2006-09-20  Bruno Haible  <bruno@clisp.org>
2650
2651         * lib/mkdtemp.c: Import from libc.
2652         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2653                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2654                 attempts_min into a macro.  Use preprocessor to decide how to
2655                 initialize attempts [Coverity CID 67].
2656         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2657                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2658                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2659
2660 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2661
2662         * gnulib-tool (func_exit): New function, to allow to pass the
2663         exit status portably through the trap.  Use everywhere.
2664         (--help, --version): Signal a write error.
2665         (trap): catch SIGPIPE, for write errors.
2666         Exit at the end of the trap, with the correct exit status.
2667
2668 2006-09-19  Karl Berry  <karl@gnu.org>
2669
2670         * doc/gnulib.texi: note about the license texinfo files.
2671
2672 2006-09-19  Eric Blake  <ebb9@byu.net>
2673
2674         * gnulib-tool: Avoid space-tab.
2675
2676 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2677
2678         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2679         that prevented coreutils 6.1 from building.  Problem reported
2680         by Petter Reinholdtsen.
2681
2682 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         * gnulib-tool (avoidlist): Fix typo that broke options like
2685         --avoid=lock that are used by coreutils bootstrap.
2686
2687 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2688
2689         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2690         more systematically.
2691
2692 2006-09-18  Jim Meyering  <jim@meyering.net>
2693
2694         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2695
2696 2006-09-18  Bruno Haible  <bruno@clisp.org>
2697
2698         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2699
2700 2006-09-18  Bruno Haible  <bruno@clisp.org>
2701
2702         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2703         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2704         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2705         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2706         * m4/gettext.m4: Require autoconf >= 2.52.
2707         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2708         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2709         of gl_cv_header_inttypes_h.
2710
2711 2006-09-18  Bruno Haible  <bruno@clisp.org>
2712
2713         * lib/javaversion.c: Include configmake.h.
2714
2715 2006-09-18  Bruno Haible  <bruno@clisp.org>
2716
2717         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2718         avoid that the while loops be executed in a subshell.
2719
2720 2006-09-18  Bruno Haible  <bruno@clisp.org>
2721
2722         * MODULES.html.sh (func_module): Break long lines.
2723         Suggested by Bruce Korb <bkorb@gnu.org>.
2724
2725 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2726
2727         Speed up by a factor of 1.12.
2728         * gnulib-tool (nl): New variable.
2729         (func_import): Rewrite include directive extraction to only read each
2730         directive once.
2731
2732 2006-09-17  Bruno Haible  <bruno@clisp.org>
2733
2734         * modules/javaversion (Makefile.am): Remove DEFS setting.
2735         (Depends-on): Add configmake, for PKGDATADIR definition.
2736
2737 2006-09-17  Bruno Haible  <bruno@clisp.org>
2738
2739         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2740
2741 2006-09-17  Bruno Haible  <bruno@clisp.org>
2742
2743         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2744         (func_modules_transitive_closure, func_modules_add_dummy,
2745         func_modules_to_filelist, func_import, func_create_testdir,
2746         func_create_megatestdir, ...): Use it wherever possible.
2747         Suggested by Ralf Wildenhues.
2748
2749 2006-09-16  Karl Berry  <karl@gnu.org>
2750
2751         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2752         to avoid sectioning errors.
2753         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2754         [ifinfo]: blank line after @center-ed titles.
2755         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2756         Spell FSF address consistently with others.
2757         (These changes approved by rms.)
2758
2759 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2760
2761         Speed up by a factor of 1.61.
2762         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2763         already checked module names again.
2764
2765 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2766
2767         Speed up by a factor of 1.13.
2768         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2769         for new_files, and the input to func_add_or_update.
2770
2771 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2772
2773         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2774         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2775
2776 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2777
2778         * modules/mkancesdirs (Depends-on): Add fcntl.
2779         * modules/savewd: New file.
2780         * MODULES.html.sh (File system functions): Add savewd.
2781
2782         * modules/configmake (Makefile.am): Add support for the
2783         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2784
2785 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2786
2787         * m4/savewd.m4: New file.
2788
2789 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2790
2791         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2792         (dirchownmod): New arg FD.  All callers changed.
2793         Use FD rather than opening the directory ourself, as opening is
2794         now the caller's responsibility.
2795         * lib/dirchownmod.h: Likewise.
2796         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2797         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2798         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2799         (test_dir): Remove.
2800         (mkancesdirs): Return length of prefix of FILE that has already
2801         been made, or -2 if there is a child doing the work.  Redo
2802         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2803         ".", and treat ".." specially since it might stray back into
2804         already-created areas.  Use a subprocess if necessary.  New arg
2805         WD; all users changed.  MAKE_DIR function should now return 1
2806         if it creates a directory that is not readable.  Return -2 if
2807         a child process is spun off.
2808         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2809         Adjust signature to match code.
2810         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2811         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2812         all users changed.
2813         * lib/savewd.c, lib/savewd.h: New files.
2814
2815 2006-09-15  Jim Meyering  <jim@meyering.net>
2816
2817         * modules/rename-dest-slash: New module.
2818         * MODULES.html.sh (posix_compat): Add it here.
2819
2820         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2821
2822 2006-09-15  Jim Meyering  <jim@meyering.net>
2823
2824         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2825         file.
2826
2827         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2828
2829 2006-09-15  Jim Meyering  <jim@meyering.net>
2830
2831         * lib/rename-dest-slash.c (has_trailing_slash): Use
2832         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2833         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2834         test before testing whether SRC is a directory.
2835         Suggestions from Bruno Haible.
2836
2837         Avoid a warning about an unused variable.
2838         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2839         into the #ifdef block where it's used.
2840
2841         * lib/rename-dest-slash.c: New file.
2842
2843 2006-09-14  Bruno Haible  <bruno@clisp.org>
2844
2845         * lib/allocsa.c: Include <config.h> unconditionally.
2846         * lib/asnprintf.c: Likewise.
2847         * lib/asprintf.c: Likewise.
2848         * lib/c-strcasecmp.c: Likewise.
2849         * lib/c-strcasestr.c: Likewise.
2850         * lib/c-strncasecmp.c: Likewise.
2851         * lib/c-strstr.c: Likewise.
2852         * lib/classpath.c: Likewise.
2853         * lib/clean-temp.c: Likewise.
2854         * lib/concatpath.c: Likewise.
2855         * lib/copy-file.c: Likewise.
2856         * lib/csharpcomp.c: Likewise.
2857         * lib/csharpexec.c: Likewise.
2858         * lib/execute.c: Likewise.
2859         * lib/fatal-signal.c: Likewise.
2860         * lib/findprog.c: Likewise.
2861         * lib/fwriteerror.c: Likewise.
2862         * lib/gl_array_list.c: Likewise.
2863         * lib/gl_array_oset.c: Likewise.
2864         * lib/gl_avltree_list.c: Likewise.
2865         * lib/gl_avltree_oset.c: Likewise.
2866         * lib/gl_avltreehash_list.c: Likewise.
2867         * lib/gl_carray_list.c: Likewise.
2868         * lib/gl_linked_list.c: Likewise.
2869         * lib/gl_linkedhash_list.c: Likewise.
2870         * lib/gl_list.c: Likewise.
2871         * lib/gl_oset.c: Likewise.
2872         * lib/gl_rbtree_list.c: Likewise.
2873         * lib/gl_rbtree_oset.c: Likewise.
2874         * lib/gl_rbtreehash_list.c: Likewise.
2875         * lib/imaxabs.c: Likewise.
2876         * lib/imaxdiv.c: Likewise.
2877         * lib/javacomp.c: Likewise.
2878         * lib/javaexec.c: Likewise.
2879         * lib/javaversion.c: Likewise.
2880         * lib/linebreak.c: Likewise.
2881         * lib/localcharset.c: Likewise.
2882         * lib/lock.c: Likewise.
2883         * lib/mbchar.c: Likewise.
2884         * lib/mbswidth.c: Likewise.
2885         * lib/mkdtemp.c: Likewise.
2886         * lib/pipe.c: Likewise.
2887         * lib/printf-args.c: Likewise.
2888         * lib/printf-parse.c: Likewise.
2889         * lib/progname.c: Likewise.
2890         * lib/progreloc.c: Likewise.
2891         * lib/readlink.c: Likewise.
2892         * lib/sh-quote.c: Likewise.
2893         * lib/stpcpy.c: Likewise.
2894         * lib/stpncpy.c: Likewise.
2895         * lib/strcasecmp.c: Likewise.
2896         * lib/strcasestr.c: Likewise.
2897         * lib/strcspn.c: Likewise.
2898         * lib/striconv.c: Likewise.
2899         * lib/strncasecmp.c: Likewise.
2900         * lib/strnlen1.c: Likewise.
2901         * lib/strstr.c: Likewise.
2902         * lib/strtok_r.c: Likewise.
2903         * lib/tls.c: Likewise.
2904         * lib/tmpdir.c: Likewise.
2905         * lib/unicodeio.c: Likewise.
2906         * lib/unsetenv.c: Likewise.
2907         * lib/vasnprintf.c: Likewise.
2908         * lib/vasprintf.c: Likewise.
2909         * lib/wait-process.c: Likewise.
2910         * lib/xallocsa.c: Likewise.
2911         * lib/xsetenv.c: Likewise.
2912         * lib/xstriconv.c: Likewise.
2913
2914 2006-09-13  Simon Josefsson  <jas@extundo.com>
2915
2916         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
2917         that internally, suggested by Ralf Wildenhues
2918         <Ralf.Wildenhues@gmx.de>.
2919
2920 2006-09-13  Simon Josefsson  <jas@extundo.com>
2921
2922         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
2923         @LIBOBJS@.
2924         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
2925
2926 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
2927
2928         * lib/_fpending.c: Include <config.h> unconditionally, since we no
2929         longer worry about uses that don't define HAVE_CONFIG_H.
2930         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
2931         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
2932         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
2933         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
2934         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
2935         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
2936         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
2937         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
2938         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
2939         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
2940         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
2941         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
2942         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
2943         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
2944         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
2945         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
2946         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
2947         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
2948         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
2949         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
2950         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
2951         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
2952         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
2953         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
2954         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
2955         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
2956         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
2957         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
2958         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
2959         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
2960         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
2961         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
2962         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
2963         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
2964         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
2965         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
2966         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
2967         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
2968         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
2969         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
2970         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
2971         Likewise.
2972
2973 2006-09-13  Eric Blake  <ebb9@byu.net>
2974
2975         * lib/getopt.c: Fix typo in last commit.
2976
2977 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
2978
2979         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
2980         dgettext.
2981
2982 2006-09-12  Jim Meyering  <jim@meyering.net>
2983
2984         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
2985         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
2986         Reported by Nelson H. F. Beebe.
2987
2988 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
2989
2990         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
2991         program_invocation_name and program_invocation_short_name are
2992         initialized.
2993         * lib/argp-namefrob.h: Move declarations of program_invocation_name
2994         and program_invocation_short_name to argp.h, so they are visible
2995         to user programs.
2996         * lib/argp.h: Likewise
2997
2998 2006-09-10  Bruno Haible  <bruno@clisp.org>
2999
3000         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3001         m4/inttypes_h.m4, m4/uintmax_t.m4.
3002
3003 2006-09-10  Bruno Haible  <bruno@clisp.org>
3004
3005         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3006         gl_AC_TYPE_UINTMAX_T.
3007
3008 2006-09-10  Bruno Haible  <bruno@clisp.org>
3009
3010         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3011
3012 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3013
3014         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3015         convention.  Text proposed by Bruno Haible.
3016         (struct argp_option): Document the use of N_() wrappers.
3017
3018         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3019         '\v', and translate the two parts separately, instead of feeding
3020         the whole string to gettext.  This allows to exclude
3021         '\v' from the strings visible to the translator by writing doc
3022         strings as N_("..") "\v" N_("..").
3023
3024 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3025
3026         * config/srclist.txt: Undo latest change; the bug was fixed.
3027
3028 2006-09-09  Bruno Haible  <bruno@clisp.org>
3029
3030         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3031         assignments if building a library without libtool.
3032         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3033         in func_emit_lib_Makefile_am.
3034         (func_import): When building a static library libfoo.a, arrange to
3035         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3036         (func_create_testdir): Likewise.
3037         * modules/gc (configure.ac, Makefile.am): If building statically,
3038         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3039         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3040         * modules/striconv (configure.ac, Makefile.am): Likewise.
3041         Based on a suggestion by Ralf Wildenhues.
3042
3043 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3044
3045         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3046         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3047         Also:
3048
3049         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3050         Add year_2050_test to catch glibc bug 2821
3051         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3052
3053         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3054         Prefer #ifdef to #if.
3055
3056         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3057         Return from 'main' instead of calling 'exit'.
3058
3059 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3060
3061         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3062         returned the maximum time_t value rather than (time_t) -1.
3063         Problem originally reported by William Bardwell
3064         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3065
3066         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3067         Moved to here ...
3068         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3069         ... from here.
3070
3071 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3072
3073         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3074         2821 is fixed.
3075
3076 2006-09-08  Jim Meyering  <jim@meyering.net>
3077
3078         Don't make generated files read-only.  That would bother too many
3079         people.  However, do retain the ability to work when targets are
3080         read-only: remove the destination and temporary files before writing
3081         them (when generated via sed or echo), or by using the -f option for
3082         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3083         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3084         * modules/byteswap, modules/configmake, modules/fcntl:
3085         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3086         * modules/localcharset, modules/netinet_in, modules/poll:
3087         * modules/stdbool, modules/stdint, modules/sys_select:
3088         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3089
3090 2006-09-08  Jim Meyering  <jim@meyering.net>
3091
3092         Avoid new build failure on FreeBSD 6.0.
3093         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3094         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3095         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3096
3097 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3098
3099         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3100
3101 2006-09-07  Jim Meyering  <jim@meyering.net>
3102
3103         Fix global typo in last change: use chmod u-w, not chmod u-x.
3104         Spotted by Paul Eggert and Bruce Korb.
3105         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3106         * modules/byteswap, modules/configmake, modules/fcntl:
3107         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3108         * modules/localcharset, modules/netinet_in, modules/poll:
3109         * modules/stdbool, modules/stdint, modules/sys_select:
3110         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3111
3112 2006-09-06  Jim Meyering  <jim@meyering.net>
3113
3114         Make generated files be read-only.
3115         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3116         Ensure that each generated file is now read-only.
3117         * modules/argz: Likewise.
3118         * modules/arpa_inet: Likewise.
3119         * modules/byteswap: Likewise.
3120         * modules/configmake: Likewise.
3121         * modules/fcntl: Likewise.
3122         * modules/fnmatch: Likewise.
3123         * modules/getopt: Likewise.
3124         * modules/glob: Likewise.
3125         * modules/inttypes: Likewise.
3126         * modules/netinet_in: Likewise.
3127         * modules/poll: Likewise.
3128         * modules/stdbool: Likewise.
3129         * modules/stdint: Likewise.
3130         * modules/sys_select: Likewise.
3131         * modules/sys_socket: Likewise.
3132         * modules/sys_stat: Likewise.
3133         * modules/sysexits: Likewise.
3134         * modules/localcharset: Same as above, but continue using temporary
3135         file named "t-$@" (why different?) rather than the "$@-t" used
3136         everywhere else.
3137
3138         * modules/sysexits (Makefile.am): Replace literal occurrences
3139         of "sysexit.h" more readable, and more consistent, "$@".
3140
3141 2006-09-06  Bruno Haible  <bruno@clisp.org>
3142
3143         * modules/striconv: New file.
3144         * modules/xstriconv: New file.
3145         * MODULES.html.sh (Internationalization functions): Add striconv,
3146         xstriconv.
3147
3148 2006-09-06  Bruno Haible  <bruno@clisp.org>
3149
3150         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3151         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3152         not using libtool correctly.
3153
3154 2006-09-06  Bruno Haible  <bruno@clisp.org>
3155
3156         * lib/striconv.h: New file.
3157         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3158         iconvstring.c.
3159         * lib/xstriconv.h: New file.
3160         * lib/xstriconv.c: New file.
3161
3162 2006-09-06  Bruno Haible  <bruno@clisp.org>
3163
3164         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3165         lib_..._LDFLAGS.
3166
3167 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3168
3169         * lib/argz_.h: Sync from Libtool.
3170
3171         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3172                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3173
3174         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3175
3176 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3177
3178         * modules/trim: New file.
3179
3180 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3181
3182         * lib/trim.h: New file.
3183         * lib/trim.c: New file.
3184
3185 2006-09-05  Bruno Haible  <bruno@clisp.org>
3186
3187         * MODULES.html.sh (String handling): Add trim.
3188
3189 2006-09-04  Karl Berry  <karl@gnu.org>
3190
3191         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3192         until next release.
3193
3194 2006-09-03  Bruno Haible  <bruno@clisp.org>
3195
3196         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3197         correctly.
3198
3199 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3200
3201         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3202         not gl_GETLOADAVG.  Omit unneeded semicolons.
3203         Problems reported by Ralf Wildenhues in
3204         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3205         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3206         at the end, which is the usual gnulib style.
3207
3208         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3209         of doing all the work ourselves.
3210         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3211         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3212
3213 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3214
3215         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3216         Problem reported by Ralf Wildenhues in
3217         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3218
3219         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3220         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3221
3222 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3223
3224         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3225         yesterday's patch by changing test -n to test -z.
3226
3227 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3228
3229         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3230         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3231         the former is now obsolescent.
3232
3233         * modules/chdir-long (Depends-on): Add fcntl.
3234
3235 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3236
3237         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3238         obsolescent, and programs should use gnulib instead.
3239         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3240         but with prefixes changed.
3241
3242 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3243
3244         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3245         or stdbool.h, because they might not exist while configuring.
3246
3247         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3248         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3249         does that for us.
3250         (O_DIRECTORY): Remove.
3251
3252 2006-08-31  Eric Blake  <ebb9@byu.net>
3253
3254         * gnulib-tool: Don't let emacs change spaces to TAB.
3255
3256 2006-08-31  Bruno Haible  <bruno@clisp.org>
3257
3258         * gnulib-tool: When calling func_import more than once, do it in a
3259         subshell.
3260         Reported by Eric Blake <ebb9@byu.net>.
3261
3262 2006-08-31  Bruno Haible  <bruno@clisp.org>
3263
3264         * gnulib-tool (nl): Remove variable.
3265         (sed_transform_lib_file): Use more robust test for config-h module.
3266         (func_import): Fix typo in 2006-08-25 patch.
3267
3268 2006-08-31  Bruno Haible  <bruno@clisp.org>
3269
3270         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3271         specified, augment Makefile.am variables instead of assigning them.
3272
3273 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3274
3275         Work around a bug in both the Linux and SunOS 64-bit kernels:
3276         nanosleep mishandles sleeps for longer than 2**31 seconds.
3277         Problem reported by Frank v Waveren in
3278         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3279         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3280         Check for nanosleep bug.
3281         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3282
3283 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3284
3285         Work around a bug in both the Linux and SunOS 64-bit kernels:
3286         nanosleep mishandles sleeps for longer than 2**31 seconds.
3287         Problem reported by Frank v Waveren in
3288         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3289         * lib/nanosleep.c (BILLION): New constant.
3290         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3291         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3292         implementation.
3293
3294 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3295
3296         * modules/nanosleep (Depends-on): Add gettime.
3297
3298 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3299         and Simon Josefsson  <jas@extundo.com>
3300         and Oskar Liljeblad  <oskar@osk.mine.nu>
3301
3302         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3303         * gnulib-tool (func_import): New license type 'unmodifiable license
3304         text'.
3305         * modules/fdl: Use it.  Longer description.
3306         * module/gpl, module/lgpl: New files.
3307
3308 2006-08-30  Jim Meyering  <jim@meyering.net>
3309
3310         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3311         shadowing the parameter.
3312
3313 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3314
3315         Sync from Libtool:
3316
3317         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3318
3319         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3320         sharing with gnulib.  Report by Eric Blake.
3321
3322 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3323
3324         * modules/isapipe: New file.
3325         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3326
3327 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3328
3329         * modules/configmake (Makefile.am): Add a comment, and omit
3330         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3331         by Bruno Haible.
3332
3333 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3334
3335         * m4/isapipe.m4: New file.
3336
3337 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3338
3339         * lib/isapipe.c, lib/isapipe.h: New files.
3340
3341 2006-08-29  Jim Meyering  <jim@meyering.net>
3342
3343         * modules/configmake (Makefile.am): Make configmake.h depend on
3344         Makefile.  Otherwise, a stale configmake.h could hang around.
3345
3346 2006-08-29  Eric Blake  <ebb9@byu.net>
3347
3348         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3349         resolution of upstream bug 3044.
3350
3351 2006-08-29  Bruno Haible  <bruno@clisp.org>
3352
3353         * modules/localcharset (Depends-on): Add configmake.
3354         (Makefile.am): Remove setting of LIBDIR through DEFS.
3355
3356 2006-08-29  Bruno Haible  <bruno@clisp.org>
3357
3358         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3359         defined.
3360
3361 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3362
3363         * modules/fcntl: New file.
3364         * modules/chdir-safer (Depends-on): Add fcntl.
3365         * modules/fts: Likewise.
3366         * modules/mkdir-p: Likewise.
3367
3368         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3369         This undoes the most recent change, since we're now addressing the
3370         problem in a different way.
3371
3372         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3373         into output, since the output might be called Makefile.am even
3374         if $makefile_name is something different.
3375         (func_import): Use $makefile_am rather than
3376         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3377         empty.
3378
3379         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3380
3381 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3382
3383         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3384         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3385         recent change to stdint.m4, since we're now addressing the problem in a
3386         different way.
3387
3388 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3389
3390         * m4/fcntl_h.m4: New file.
3391
3392 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3393
3394         * lib/fcntl_.h: New file.
3395         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3396         the fcntl module.
3397         * lib/dirchownmod.c: Likewise.
3398         * lib/fts.c: Likewise.
3399
3400         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3401         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3402         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3403         just before including <inttypes.h>, to avoid circular inclusion.
3404
3405 2006-08-28  Jim Meyering  <jim@meyering.net>
3406
3407         * doc/visibility.texi: Actually read and correct the grammar of the
3408         sentence affected by yesterday's change.
3409
3410 2006-08-28  Eric Blake  <ebb9@byu.net>
3411
3412         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3413         needs wrapper.
3414
3415 2006-08-28  Eric Blake  <ebb9@byu.net>
3416
3417         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3418
3419 2006-08-28  Eric Blake  <ebb9@byu.net>
3420
3421         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3422
3423 2006-08-28  Bruno Haible  <bruno@clisp.org>
3424
3425         * modules/c-strstr: New file, from GNU gettext.
3426         * MODULES.html.sh (String handling): Add c-strstr.
3427
3428 2006-08-28  Bruno Haible  <bruno@clisp.org>
3429
3430         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3431         macros.
3432         Reported by Eric Blake.
3433
3434 2006-08-28  Bruno Haible  <bruno@clisp.org>
3435
3436         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3437         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3438         * lib/vasprintf.c: Include errno.h, limits.h.
3439         (EOVERFLOW): New fallback definition.
3440         (vasprintf): Test here whether the string length is > INT_MAX.
3441         * lib/vsnprintf.c: Include errno.h, limits.h.
3442         (EOVERFLOW): New fallback definition.
3443         (vsnprintf): Fix bug when generated string was too long for the buffer.
3444         Test here whether the string length is > INT_MAX.
3445
3446 2006-08-28  Bruno Haible  <bruno@clisp.org>
3447
3448         * lib/inttypes_.h (SCNX*): Remove definitions.
3449         Reported by Eric Blake.
3450
3451 2006-08-28  Bruno Haible  <bruno@clisp.org>
3452
3453         * lib/c-strstr.h: New file, from GNU gettext.
3454         * lib/c-strstr.c: New file, from GNU gettext.
3455
3456 2006-08-28  Bruno Haible  <bruno@clisp.org>
3457
3458         * gnulib-tool: Reorder some statements.
3459
3460 2006-08-28  Bruno Haible  <bruno@clisp.org>
3461
3462         * gnulib-tool: New option --makefile-name.
3463         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3464         $makefile_name.
3465         (func_import): Write $makefile_name to the cache file, and read it from
3466         there unless explicitly specified. Use $makefile_name as file name
3467         instead of Makefile.am. Adjust the recommendations accordingly.
3468
3469 2006-08-28  Bruno Haible  <bruno@clisp.org>
3470
3471         * gnulib-tool (func_verify_module): Check against misapplying patch.
3472
3473 2006-08-28  Bruno Haible  <bruno@clisp.org>
3474
3475         * gnulib-tool (func_relativize, func_relconcat): New functions.
3476         Give an error if --local-dir is given with --update.
3477         Remove trailing slashes from $local_gnulib_dir.
3478         (func_import): Store the relativized $local_gnulib_dir in
3479         gnulib-cache.m4, and read it from there if not specified explicitly.
3480
3481 2006-08-28  Bruno Haible  <bruno@clisp.org>
3482
3483         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3484         is the current directory. Respect also $local_gnulib_dir.
3485
3486 2006-08-28  Bruno Haible  <bruno@clisp.org>
3487             Simon Josefsson  <jas@extundo.com>
3488
3489         BeOS portability.
3490         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3491
3492 2006-08-27  Jim Meyering  <jim@meyering.net>
3493
3494         * doc/visibility.texi: Remove duplicate word: "pointer".
3495
3496 2006-08-26  Bruno Haible  <bruno@clisp.org>
3497
3498         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3499         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3500         (Makefile.am): Create inttypes.h from inttypes_.h.
3501         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3502
3503         * modules/imaxabs: New file.
3504
3505         * modules/imaxdiv: New file.
3506
3507 2006-08-26  Bruno Haible  <bruno@clisp.org>
3508
3509         * m4/inttypes.m4: New file.
3510         * m4/_inttypes_h.m4: Remove file.
3511         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3512         PRI_MACROS_BROKEN.
3513         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3514
3515         * m4/imaxabs.m4: New file.
3516
3517         * m4/imaxdiv.m4: New file.
3518
3519 2006-08-26  Bruno Haible  <bruno@clisp.org>
3520
3521         * lib/inttypes_.h: New file.
3522         * lib/inttypes.h: Remove file.
3523         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3524
3525         * lib/imaxabs.c: New file.
3526
3527         * lib/imaxdiv.c: New file.
3528
3529 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3530
3531         New config-h module, so that "make" output needn't be cluttered
3532         by -DHAVE_CONFIG_H.
3533         * MODULES.html.sh (Support for building libraries and executables):
3534         Add config-h.
3535         * modules/config-h: New file.
3536         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3537         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3538         the config-h module is used.
3539
3540         New configmake module, so that "make" output needn't be cluttered
3541         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3542         * MODULES.html.sh (Support for building libraries and executables):
3543         Add configmake.
3544         * modules/configmake: New file.
3545
3546 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3547
3548         * m4/config-h.m4: New file.
3549
3550 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3551
3552         * config/srclist.txt: Add elisp-comp.
3553
3554 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3555
3556         * MODULES.html.sh (Support for building libraries and executables):
3557         Add elisp-comp.
3558         * build-aux/elisp-comp: New file.
3559         * modules/elisp-comp: New file.
3560
3561 2006-08-24  Bruno Haible  <bruno@clisp.org>
3562
3563         * gnulib-tool (func_create_testdir): Use non-default values of
3564         sourcebase and m4base.
3565
3566 2006-08-24  Bruno Haible  <bruno@clisp.org>
3567
3568         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3569         HTML structure.
3570
3571 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3572
3573         * modules/openat (Depends-on): Add lchown.
3574
3575 2006-08-23  Bruno Haible  <bruno@clisp.org>
3576
3577         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3578         of gl_LOCK_EARLY instead of gl_LOCK.
3579
3580 2006-08-23  Bruno Haible  <bruno@clisp.org>
3581
3582         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3583         on OSF/1 to no.
3584         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3585
3586 2006-08-23  Bruno Haible  <bruno@clisp.org>
3587
3588         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3589         as unusable.
3590
3591         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3592         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3593         (gl_LOCK): New macro.
3594
3595 2006-08-22  Simon Josefsson  <jas@extundo.com>
3596
3597         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3598         to md5 module.
3599
3600 2006-08-22  Simon Josefsson  <jas@extundo.com>
3601
3602         * MODULES.html.sh: Add "Support for maintaining and release
3603         projects".
3604
3605         * build-aux/gnupload: New file, from coreutils.
3606
3607 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3608
3609         Avoid the need for AC_LIBSOURCES in m4 macros.
3610         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3611         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3612         * modules/check-version (EXTRA_DIST): Add check-version.h.
3613         * modules/crc (EXTRA_DIST): Add crc.h.
3614         * modules/des (EXTRA_DIST): Add des.h.
3615         * modules/gc (EXTRA_DIST): Add gc.h.
3616         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3617         * modules/getline (EXTRA_DIST): Add getline.h.
3618         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3619         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3620         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3621         * modules/md2 (EXTRA_DIST): Add md2.h.
3622         * modules/md4 (EXTRA_DIST): Add md4.h.
3623         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3624         * modules/read-file (EXTRA_DIST): Add read-file.h.
3625         * modules/readline (EXTRA_DIST): Add readline.h.
3626         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3627         rijndael-api-fst.h.
3628
3629 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3630
3631         * m4/rijndael.m4 (gl_ARCFOUR):
3632         * m4/arctwo.m4 (gl_ARCTWO):
3633         * m4/check-version.m4 (gl_CHECK_VERSION):
3634         * m4/crc.m4 (gl_CRC):
3635         * m4/des.m4 (gl_DES):
3636         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3637         * m4/gc.m4 (gl_GC):
3638         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3639         * m4/getline.m4 (gl_FUNC_GETLINE):
3640         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3641         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3642         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3643         * m4/md2.m4 (gl_MD2):
3644         * m4/md4.m4 (gl_MD4):
3645         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3646         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3647         * m4/readline.m4 (gl_FUNC_READLINE):
3648         * m4/rijndael.m4 (gl_RIJNDAEL):
3649         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3650         to get the necessary .h files and whatnot.
3651
3652 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3653
3654         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3655         gnulib rather than the other way around.
3656         * config/srclistvars.sh (COREUTILS): Remove.
3657
3658 2006-08-22  Jim Meyering  <jim@meyering.net>
3659
3660         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3661
3662         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3663
3664 2006-08-22  Eric Blake  <ebb9@byu.net>
3665
3666         * modules/regexprops-generic: New file.
3667         * MODULES.html.sh (Support for building documentation): List it.
3668
3669 2006-08-22  Eric Blake  <ebb9@byu.net>
3670
3671         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3672         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3673         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3674         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3675
3676 2006-08-22  Bruno Haible  <bruno@clisp.org>
3677
3678         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3679         and lib_LTLIBRARIES like the other lib_* variables.
3680
3681 2006-08-22  Bruno Haible  <bruno@clisp.org>
3682
3683         * build-aux/x-to-1.in: New file, from GNU gettext.
3684
3685 2006-08-22  Bruno Haible  <bruno@clisp.org>
3686
3687         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3688         <utmpx.h> exists.
3689
3690 2006-08-22  Bruno Haible  <bruno@clisp.org>
3691
3692         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3693         <utmpx.h> exists.
3694
3695 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3696
3697         BeOS portability.
3698         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3699         exist.
3700         Problem reported by Bruno Haible.
3701
3702 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3703
3704         Avoid the need for AC_LIBSOURCES in m4 macros.
3705         * modules/acl (EXTRA_DIST): Add acl.h.
3706         * modules/argmatch (Files): Add m4/argmatch.m4.
3707         (configure.ac): Add gl_ARGMATCH.
3708         (EXTRA_DIST): Renamed from lib_SOURCES, for
3709         consistency with the other modules.  Remove argmatch.c.
3710         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3711         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3712         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3713         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3714         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3715         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3716         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3717         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3718         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3719         * modules/closeout (EXTRA_DIST): Add closeout.h.
3720         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3721         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3722         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3723         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3724         dirname.h; remove basename.c and stripslash.c.
3725         * modules/exclude (EXTRA_DIST): Add exclude.h.
3726         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3727         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3728         * modules/file-type (EXTRA_DIST): Add file-type.h.
3729         * modules/filemode (EXTRA_DIST): Add filemode.h.
3730         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3731         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3732         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3733         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3734         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3735         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3736         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3737         * modules/getdate (EXTRA_DIST): Add getdate.c.
3738         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3739         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3740         * modules/getpass (EXTRA_DIST): Add getpass.h.
3741         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3742         * modules/group-member (EXTRA_DIST): Add group-member.h.
3743         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3744         * modules/hash (EXTRA_DIST): Add hash.h.
3745         * modules/human (EXTRA_DIST): Add human.h.
3746         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3747         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3748         * modules/lchown (EXTRA_DIST): Add lchown.h.
3749         * modules/long-options (EXTRA_DIST): Add long-options.h.
3750         * modules/lstat (EXTRA_DIST): Add lstat.h.
3751         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3752         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3753         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3754         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3755         * modules/memxor (EXTRA_DIST): Add memxor.h.
3756         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3757         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3758         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3759         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3760         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3761         * modules/physmem (EXTRA_DIST): Add physmem.h.
3762         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3763         * modules/posixver (EXTRA_DIST): Add posixver.h.
3764         * modules/quote (EXTRA_DIST): Add quote.h.
3765         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3766         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3767         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3768         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3769         regex_internal.h regexec.c.
3770         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3771         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3772         * modules/same (EXTRA_DIST): Add same.h.
3773         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3774         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3775         * modules/savedir (EXTRA_DIST): Add savedir.h.
3776         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3777         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3778         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3779         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3780         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3781         * modules/strdup (EXTRA_DIST): Add strdup.h.
3782         * modules/strftime (EXTRA_DIST): Add strftime.h.
3783         * modules/strndup (EXTRA_DIST): Add strndup.h.
3784         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3785         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3786         * modules/time_r (EXTRA_DIST): Add time_r.h.
3787         * modules/timespec (EXTRA_DIST): Add timespec.h.
3788         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3789         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3790         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3791         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3792         * modules/userspec (EXTRA_DIST): Add userspec.h.
3793         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3794         * modules/utimens (EXTRA_DIST): Add utimens.h.
3795         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3796         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3797         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3798         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3799         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3800         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3801         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3802         * modules/yesno (EXTRA_DIST): Add yesno.h.
3803
3804 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3805
3806         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3807
3808         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3809         * m4/dev-ino.m4, same-inode.m4: Remove.
3810
3811         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3812         * m4/acl.m4 (AC_FUNC_ACL):
3813         * m4/backupfile.m4 (gl_BACKUPFILE):
3814         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3815         * m4/canon-host.m4 (gl_CANON_HOST):
3816         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3817         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3818         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3819         * m4/cloexec.m4 (gl_CLOEXEC):
3820         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3821         * m4/closeout.m4 (gl_CLOSEOUT):
3822         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3823         * m4/dirname.m4 (gl_DIRNAME):
3824         * m4/exclude.m4 (gl_EXCLUDE):
3825         * m4/exitfail.m4 (gl_EXITFAIL):
3826         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3827         * m4/file-type.m4 (gl_FILE_TYPE):
3828         * m4/filemode.m4 (gl_FILEMODE):
3829         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3830         * m4/fpending.m4 (gl_FUNC_FPENDING):
3831         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3832         * m4/fts.m4 (gl_FUNC_FTS):
3833         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3834         * m4/getdate.m4 (gl_GETDATE):
3835         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3836         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3837         * m4/getpass.m4 (gl_FUNC_GETPASS):
3838         * m4/gettime.m4 (gl_GETTIME):
3839         * m4/getugroups.m4 (gl_GETUGROUPS):
3840         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3841         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3842         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3843         * m4/hash.m4 (gl_HASH):
3844         * m4/idcache.m4 (gl_IDCACHE):
3845         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3846         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3847         * m4/long-options.m4 (gl_LONG_OPTIONS):
3848         * m4/lstat.m4 (gl_FUNC_LSTAT):
3849         * m4/md5.m4 (gl_MD5):
3850         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3851         * m4/memcoll.m4 (gl_MEMCOLL):
3852         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3853         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3854         * m4/memxor.m4 (gl_MEMXOR):
3855         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3856         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3857         * m4/modechange.m4 (gl_MODECHANGE):
3858         * m4/mountlist.m4 (gl_MOUNTLIST):
3859         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3860         * m4/openat.m4 (gl_FUNC_OPENAT):
3861         * m4/pathmax.m4 (gl_PATHMAX):
3862         * m4/physmem.m4 (gl_PHYSMEM):
3863         * m4/posixtm.m4 (gl_POSIXTM):
3864         * m4/posixver.m4 (gl_POSIXVER):
3865         * m4/quote.m4 (gl_QUOTE):
3866         * m4/quotearg.m4 (gl_QUOTEARG):
3867         * m4/readtokens.m4 (gl_READTOKENS):
3868         * m4/readutmp.m4 (gl_READUTMP):
3869         * m4/regex.m4 (gl_REGEX):
3870         * m4/safe-read.m4 (gl_SAFE_READ):
3871         * m4/safe-write.m4 (gl_SAFE_WRITE):
3872         * m4/same.m4 (gl_SAME):
3873         * m4/save-cwd.m4 (gl_SAVE_CWD):
3874         * m4/savedir.m4 (gl_SAVEDIR):
3875         * m4/settime.m4 (gl_SETTIME):
3876         * m4/sha1.m4 (gl_SHA1):
3877         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
3878         * m4/stat-macros.m4 (gl_STAT_MACROS):
3879         * m4/stat-time.m4 (gl_STAT_TIME):
3880         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
3881         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
3882         * m4/strdup.m4 (gl_FUNC_STRDUP):
3883         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
3884         * m4/strndup.m4 (gl_FUNC_STRNDUP):
3885         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
3886         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
3887         * m4/time_r.m4 (gl_TIME_R):
3888         * m4/timespec.m4 (gl_TIMESPEC):
3889         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
3890         * m4/unlinkdir.m4 (gl_UNLINKDIR):
3891         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
3892         * m4/userspec.m4 (gl_USERSPEC):
3893         * m4/utimecmp.m4 (gl_UTIMECMP):
3894         * m4/utimens.m4 (gl_UTIMENS):
3895         * m4/xalloc.m4 (gl_XALLOC):
3896         * m4/xgetcwd.m4 (gl_XGETCWD):
3897         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
3898         * m4/xreadlink.m4 (gl_XREADLINK):
3899         * m4/xstrtod.m4 (gl_XSTRTOD):
3900         * m4/yesno.m4 (gl_YESNO):
3901         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3902         to get the necessary .h files and whatnot.
3903
3904 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
3905             Bruno Haible  <bruno@clisp.org>
3906
3907         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
3908         /bin/sh understanding of '!' conditional negation.
3909
3910 2006-08-21  Jim Meyering  <jim@meyering.net>
3911
3912         * modules/openat (Depends-on): Really alphabetize.
3913
3914         * modules/acl (Depends-on): Add error and quote.
3915
3916         * check-module (find_included_lib_files): Add at-func.c to the
3917         ok-to-include-more-than-once white list.
3918
3919         * modules/openat (Depends-on): Add lstat.  Alphabetize.
3920
3921 2006-08-21  Bruno Haible  <bruno@clisp.org>
3922
3923         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3924         Emit a pkgdata_DATA variable only if some snippets add contents to it.
3925         Reported by Martin Lambers <marlam@marlam.de>.
3926
3927 2006-08-21  Bruno Haible  <bruno@clisp.org>
3928
3929         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
3930         specify an installation location, don't emit a noinst_LIBRARIES or
3931         noinst_LTLIBRARIES assignment.
3932
3933 2006-08-21  Bruno Haible  <bruno@clisp.org>
3934
3935         BeOS portability.
3936         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
3937         BeOS has mbrtowc() but no <wctype.h>.
3938
3939 2006-08-21  Bruno Haible  <bruno@clisp.org>
3940
3941         BeOS portability.
3942         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
3943         exist.
3944
3945 2006-08-21  Bruno Haible  <bruno@clisp.org>
3946
3947         BeOS portability.
3948         * lib/mbchar.h: Include <wctype.h> only if it exists.
3949
3950 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
3951
3952         Remove files that are no longer needed by their respective modules.
3953         * m4/obstack.m4: Remove.
3954         * m4/strerror_r.m4: Remove.
3955         * m4/uint32_t.m4: Remove.
3956         * m4/uintptr_t.m4: Remove.
3957         * m4/ullong_max.m4: Remove.
3958         * m4/xstrtoimax.m4: Remove.
3959         * m4/xstrtoumax.m4: Remove.
3960
3961         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
3962         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
3963         dependencies now capture this.
3964
3965         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
3966         Do not use AC_LIBSOURCES, since gnulib modules now do this.
3967         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
3968         * m4/human.m4 (gl_HUMAN): Likewise.
3969         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
3970         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
3971
3972         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
3973
3974         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
3975         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
3976         stdint.
3977         * m4/human.m4 (gl_HUMAN): Likewise.
3978         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
3979         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
3980         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3981         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3982         * m4/xstrtol (gl_XSTRTOL): Likewise.
3983
3984         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
3985         AC_TYPE_LONG_LONG_INT.
3986         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
3987         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
3988         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
3989         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
3990
3991         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
3992         on stdbool.
3993
3994         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
3995         (gl_PREREQ_XSTRTOUL): Remove.
3996
3997         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
3998
3999         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4000         mode.
4001
4002 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4003
4004         Add and change modules to make it easier for coreutils to use
4005         gnulib-tool.
4006         * modules/backupfile (Files): Remove m4/d-ino.m4.
4007         (Depends-on): Add d-ino.
4008         * modules/cycle-check (Depends-on): Add stdint.
4009         (lib_SOURCES): Add cycle-check.h.
4010         * modules/d-ino: New module.
4011         * modules/d-type: New module.
4012         * modules/error (Files): Remove m4/strerror_r.m4.
4013         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4014         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4015         m4/inttypes_h.m4, m4/uintmax_t.m4.
4016         (Depends-on): Add stdint.
4017         (lib_SOURCES): Add fsusage.h.
4018         * modules/getcwd (Files): Remove d-ino.m4.
4019         (Depends-on): Add d-ino.
4020         * modules/getndelim2 (Depends-on): Add stdint.
4021         * modules/glob (Files): Remove m4/d-type.m4.
4022         (Depends-on): Add d-type.
4023         * modules/host-os: New module.
4024         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4025         m4/inttypes_h.m4, m4/uintmax_t.m4.
4026         * Depends-on: Add stdint.
4027         (lib_SOURCES): Add human.h.
4028         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4029         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4030         m4/uintmax_t.m4, m4/ulonglong.m4.
4031         (Depends-on): Add stdint.
4032         (EXTRA_DIST): Add inttostr.h.
4033         * modules/lchmod: New module.
4034         * modules/link-follow: New module.
4035         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4036         (Depends-on): Add lchmod.
4037         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4038         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4039         (Depends-on): Add stdint.
4040         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4041         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4042         (Depends-on): Add stdint.
4043         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4044         * modules/perl: New module.
4045         * modules/regex (Depends-on): Add stdint.
4046         * modules/rmdir-errno: New module.
4047         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4048         m4/intmax_t.m4.
4049         (Depends-on): Add stdint.
4050         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4051         m4/uintmax_t.m4.
4052         (Depends-on): Add stdint.
4053         * modules/unlink-busy: New module.
4054         * modules/utimecmp (Depends-on): Add stdint.
4055         * modules/uptime: New module.
4056         * modules/winsz-ioctl: New module.
4057         * modules/winsz-termios: New module.
4058         * modules/xnanosleep (Depends-on): Add nanosleep.
4059         * modules/ullong_max: Remove.
4060         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4061         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4062         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4063         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4064         (Depends-on): Add inttypes.
4065         (lib_SOURCES): Add xstrtol.h.
4066         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4067         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4068         * MODULES.html.sh: Move 'assert' into the assert section.
4069         Move 'dummy' into the linking section.
4070         Remove ullong_max.
4071         Add section for compatibility checks for POSIX:2001 functions,
4072         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4073         winsz-ioctl, and winsz-termios into it.
4074         Add lchmod.
4075         Add top-level Misc section and put host-os, perl, and uptime
4076         into it.
4077
4078 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4079
4080         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4081         now assume the stdint module.  Do not include inttypes.h.
4082         * lib/fsusage.h: Likewise.
4083         * lib/getndelim2.c: Likewise.
4084         * lib/human.h: Likewise.
4085         * lib/inttostr.h: Likewise.
4086         * lib/obstack.c: Likewise.
4087         * lib/regex_internal.h: Likewise.
4088         * lib/tempname.c: Likewise.
4089         * lib/utimecmp.c: Likewise.
4090         * lib/xstrtol.h: Likewise.
4091
4092         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4093
4094         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4095         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4096         * lib/xtime.h: Likewise.
4097
4098 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4099
4100         * modules/openat (Files): Add lib/fchmodat.c.
4101         Fixes problem reported by Jay Youngman.
4102
4103 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4106         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4107
4108 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4109             Bruno Haible  <bruno@clisp.org>
4110
4111         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4112         and is a script that invokes bison. Tighten the code. Add comments.
4113
4114 2006-08-18  Jim Meyering  <jim@meyering.net>
4115
4116         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4117         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4118         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4119         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4120
4121 2006-08-18  Bruno Haible  <bruno@clisp.org>
4122
4123         * modules/bison-i18n: New file.
4124         * MODULES.html.sh (Internationalization functions): Add it.
4125
4126 2006-08-18  Bruno Haible  <bruno@clisp.org>
4127
4128         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4129         sys/statvfs.h. When getmntinfo was found, check its declaration and
4130         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4131
4132 2006-08-18  Bruno Haible  <bruno@clisp.org>
4133
4134         * m4/bison-i18n.m4: New file, from bison.
4135
4136 2006-08-18  Bruno Haible  <bruno@clisp.org>
4137
4138         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4139         (ME_DUMMY): Treat "kernfs" as a dummy.
4140         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4141
4142 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4143
4144         Update from coreutils.
4145
4146         2006-08-15  Jim Meyering  <jim@meyering.net>
4147
4148         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4149
4150         2006-01-17  Jim Meyering  <jim@meyering.net>
4151
4152         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4153
4154         2006-01-11  Jim Meyering  <jim@meyering.net>
4155
4156         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4157         Check for the lchmod function.
4158
4159 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4160
4161         Update from coreutils.
4162
4163         * lib/__fpending.h: Add copyright notice.
4164         * lib/fprintftime.h: Likewise.
4165         * lib/savedir.c: Use (C) in copyright notice.
4166         * lib/savedir.h: Likewise.
4167
4168         2006-08-15  Jim Meyering  <jim@meyering.net>
4169
4170         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4171         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4172         in support of the EXPECTED_ERRNO macro.
4173         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4174         definitions.  Instead, define the appropriate symbols and include
4175         "at-func.c".
4176         * lib/mkdirat.c (mkdirat): Likewise.
4177         * lib/fchmodat.c (fchmodat): Likewise.
4178         (ENOSYS): Remove definition.
4179         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4180         it.  Don't include "unistd--.h" -- it wasn't ever used.
4181
4182         2006-01-17  Jim Meyering  <jim@meyering.net>
4183
4184         Rewrite fts.c not to change the current working directory,
4185         by using openat, fstatat, fdopendir, etc..
4186
4187         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4188         (HAVE_OPENAT_SUPPORT): Define.
4189         [_LIBC] (fchdir): Don't undef or define; no longer used.
4190         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4191         Now, this `function' always succeeds, and consumes its file descriptor
4192         parameter -- so callers must not close such FDs.  Update callers.
4193         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4194         (diropen): Add parameter, SP.  Adjust all callers.
4195         Implement using diropen_fd, rather than open.
4196         (fts_open): Initialize new member, fts_cwd_fd.
4197         Remove fts_rft-setting code.
4198         (fts_close): Close fts_cwd_fd, if necessary.
4199         (__opendir2): Define in terms of opendir or opendirat,
4200         depending on whether the FST_NOCHDIR flag is set.
4201         (fts_build): Since fts_safe_changedir consumes its FD, and since
4202         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4203         and close the dup'd file descriptor upon failure.
4204         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4205         (fts_safe_changedir): Tweak semantics to reflect that this function
4206         now calls cwd_advance_fd and hence consumes its FD argument.
4207         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4208         [struct FTS] (fts_rft): Remove now-unused member.
4209         [struct FTS] (fts_cycle.state): Improve comment.
4210
4211         * lib/openat.c (openat_needs_fchdir): New function.
4212         * lib/openat.h (openat_needs_fchdir): Declare it.
4213
4214 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4215
4216         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4217         Problem and fix reported by Pádraig Brady in
4218         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4219
4220 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4221
4222         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4223
4224 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4225
4226         * lib/memcoll.c (memcoll): Optimize for the common case where the
4227         arguments are bytewise equal.
4228
4229 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4230
4231         * doc/regexprops-generic.texi: Add a copyright notice.
4232
4233 2006-08-15  Bruno Haible  <bruno@clisp.org>
4234
4235         * modules/tmpdir (License): Change to LGPL.
4236
4237 2006-08-15  Bruno Haible  <bruno@clisp.org>
4238
4239         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4240         module.
4241
4242 2006-08-14  Simon Josefsson  <jas@extundo.com>
4243
4244         * config/srclist.txt: Add gnupload.
4245
4246 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4247
4248         Change copyright notice from LGPL 2 to GPL 2, since that's the
4249         standard form used in the gnulib repository.
4250         * tests/test-lock.c: Likewise.
4251         * tests/test-stdint.c: Likewise.
4252         * tests/test-tls.c: Likewise.
4253
4254         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4255         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4256         Add copyright notice.
4257
4258         * check-module: Add copyright notice.  Output a copyright
4259         notice if "--version" is specified.
4260         * modules/COPYING: New file.
4261         * tests/test-getaddrinfo.c: Add copyright notice.
4262         * tests/test-verify.c: Likewise.
4263
4264 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4265
4266         Change copyright notice from LGPL 2 to GPL 2, since that's the
4267         standard form used in the gnulib repository.
4268         * lib/lock.c: LGPL -> GPL.
4269         * lib/lock.h: Likewise.
4270         * lib/strnlen1.c: Likewise.
4271         * lib/strnlen1.h: Likewise.
4272         * lib/tls.c: Likewise.
4273         * lib/tls.h: Likewise.
4274         * lib/tmpdir.c: Likewise.
4275
4276         * lib/TODO: Remove; this belongs only in coreutils.
4277
4278 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4279
4280         Add copyright notices to long-enough files that lack them, since
4281         otherwise the files aren't clearly free.  Use the same notice that
4282         getdate.texi already uses.
4283         * doc/alloca-opt.texi: Add copyright notice.
4284         * doc/alloca.texi: Likewise.
4285         * doc/ctime.texi: Likewise.
4286         * doc/functions.texi: Likewise.
4287         * doc/gcd.texi: Likewise.
4288         * doc/gnulib-tool.texi: Likewise.
4289         * doc/inet_ntoa.texi: Likewise.
4290         * doc/visibility.texi: Likewise.
4291
4292         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4293         * doc/quote.texi: Add copyright notice.
4294
4295         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4296         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4297         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4298         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4299         is now obsolete, and give a pointer to the Sun list.
4300         Add copyright notice.
4301
4302 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4303
4304         * config/srclistvars.sh: Add copyright notice.
4305
4306 2006-08-14  Eric Blake  <ebb9@byu.net>
4307
4308         Import the following change from libc:
4309
4310         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4311
4312         Upstream bug 2997.
4313         * lib/misc/error.c: Add space between program name and message if file
4314         name is missing.
4315
4316 2006-08-12  Karl Berry  <karl@gnu.org>
4317
4318         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4319         remove, these originate in gnulib now.
4320
4321 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4322
4323         * doc/Makefile (standards.info standards.html standards.dvi):
4324         Also depend on make-stds.texi.
4325
4326 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4327
4328         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4329         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4330
4331         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4332         in wchar_t.  Problem reported by Eric Blake.
4333
4334         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4335         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4336         Also, help the compiler to keep LEN in a register.
4337
4338 2006-08-11  Eric Blake  <ebb9@byu.net>
4339
4340         * users.txt: Sort.  Add tar.
4341
4342 2006-08-11  Bruno Haible  <bruno@clisp.org>
4343
4344         * users.txt: New file.
4345
4346 2006-08-11  Bruno Haible  <bruno@clisp.org>
4347
4348         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4349         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4350
4351 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4352
4353         * modules/snprintf (Depends-on): Remove minmax.
4354         (Maintainer): Add self and Bruno.
4355
4356 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4357
4358         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4359         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4360         (EOVERFLOW): Define if the system does not.
4361         Do not include "minmax.h"; it wasn't used.
4362         (snprintf): Don't assume size_t promotes to an unsigned type.
4363         Fix bug when generated string was too long for the buffer: the
4364         buffer's contents are supposed to be the initial prefix of the
4365         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4366         exceeds INT_MAX; do the check ourselves.
4367
4368         Import the following changes from libc:
4369
4370         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4371
4372         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4373         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4374         set wc to the byte which couldn't be converted.
4375         (re_string_reconstruct): Don't clear valid_raw_len before calling
4376         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4377         tip_context using re_string_context_at.
4378
4379         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4380
4381         * lib/posix/regex.h: g++ still cannot handled [restrict].
4382
4383         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4384
4385         * lib/posix/regex.h: Remove special handling for VMS.
4386
4387 2006-08-10  Jim Meyering  <jim@meyering.net>
4388
4389         * modules/same-inode: New module.
4390         * modules/dev-ino: New module.
4391         * modules/cycle-check: Depend on these modules, rather than simply
4392         including their .h files.
4393         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4394         required via m4/cycle-check.m4.
4395         * modules/same: Depend on new same-inode module, rather than
4396         including same-inode.h.
4397         * modules/chdir-safer: New file.
4398
4399         * modules/chown (Depends-on): Add stat-macros.
4400
4401 2006-08-10  Jim Meyering  <jim@meyering.net>
4402
4403         * m4/cycle-check.m4: New file.
4404         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4405         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4406
4407 2006-08-10  Eric Blake  <ebb9@byu.net>
4408
4409         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4410         in from original proposal.
4411
4412 2006-08-10  Eric Blake  <ebb9@byu.net>
4413         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4414
4415         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4416         namespace.
4417
4418 2006-08-10  Bruno Haible  <bruno@clisp.org>
4419
4420         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4421         as well.
4422
4423 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4424
4425         Sync from coreutils.
4426
4427         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4428
4429         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4430         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4431
4432 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         * modules/restrict: Remove; no longer needed now that we assume
4435         Autoconf 2.59 or later.
4436         * MODULES.html.sh: Remove 'restrict'.
4437         * modules/argp (Depends-on): Remove 'restrict'.
4438         * modules/base64 (Depends-on): Likewise.
4439         * modules/gc (Depends-on): Likewise.
4440         * modules/getaddrinfo (Depends-on): Likewise.
4441         * modules/glob (Depends-on): Likewise.
4442         * modules/inet_ntop (Depends-on): Likewise.
4443         * modules/inet_pton (Depends-on): Likewise.
4444         * modules/memxor (Depends-on): Likewise.
4445         * modules/regex (Depends-on): Likewise.
4446         * modules/strtok_r (Depends-on): Likewise.
4447         * modules/time_r (Depends-on): Likewise.
4448
4449 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4450
4451         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4452         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4453         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4454         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4455         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4456         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4457         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4458         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4459
4460         Merge from coreutils.
4461         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4462         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4463         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4464         * m4/time_r.m4 (gl_TIME_R): Likewise.
4465
4466 2006-08-09  Karl Berry  <karl@gnu.org>
4467
4468         * config/srclist.txt: no more gettext-tools, per Bruno.
4469
4470 2006-08-08  Eric Blake  <ebb9@byu.net>
4471
4472         * modules/verror: New module.
4473         * MODULES.html.sh: Document it.
4474
4475 2006-08-08  Eric Blake  <ebb9@byu.net>
4476
4477         * lib/verror.h, lib/verror.c: New files.
4478
4479 2006-08-08  Eric Blake  <ebb9@byu.net>
4480
4481         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4482         verror_at_line output complies with GNU Coding Standards even when
4483         file is NULL.
4484
4485 2006-08-07  Bruno Haible  <bruno@clisp.org>
4486
4487         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4488         versions of AIX.
4489         Reported by Ralf Wildenhues.
4490
4491 2006-08-07  Bruno Haible  <bruno@clisp.org>
4492
4493         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4494         in an AC_DEFUN. Needed so that the autoconf snippets can use
4495         AC_REQUIRE.
4496
4497 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4498
4499         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4500         Initialize pkgdata_DATA.
4501         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4502         overriding it.
4503
4504 2006-08-06  Eric Blake  <ebb9@byu.net>
4505
4506         * lib/error.h: Fold in some upstream changes from glibc.
4507         * lib/error.c: Likewise.
4508
4509 2006-08-04  Bruno Haible  <bruno@clisp.org>
4510
4511         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4512         Make the mostlyclean-local rule depend on mostlyclean-generic.
4513         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4514
4515 2006-07-31  Bruno Haible  <bruno@clisp.org>
4516
4517         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4518         <stdlib.h>, <string.h>.
4519
4520 2006-07-30  Bruno Haible  <bruno@clisp.org>
4521
4522         * modules/readlink (License): Change to LGPL.
4523
4524 2006-07-30  Bruno Haible  <bruno@clisp.org>
4525
4526         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4527         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4528         set PKGDATADIR to point to it.
4529
4530 2006-07-30  Bruno Haible  <bruno@clisp.org>
4531
4532         * modules/csharpexec (configure.ac): Comment out macro invocation.
4533         * modules/javaexec (configure.ac): Likewise.
4534         * modules/javacomp-script (configure.ac): Likewise.
4535
4536         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4537
4538 2006-07-30  Bruno Haible  <bruno@clisp.org>
4539
4540         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4541         linked-list.
4542
4543 2006-07-30  Bruno Haible  <bruno@clisp.org>
4544
4545         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4546
4547 2006-07-30  Bruno Haible  <bruno@clisp.org>
4548
4549         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4550         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4551         get removed.
4552
4553 2006-07-29  Bruno Haible  <bruno@clisp.org>
4554
4555         Make it possible for gnulib-tool to work with locally modified or
4556         augmented gnulib repositories.
4557         * gnulib-tool (func_usage): Document --local-dir option.
4558         (local_gnulib_dir): New variable.
4559         Handle --local-dir option.
4560         (func_lookup_file): New function.
4561         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4562         (func_get_description, func_get_filelist, func_get_description,
4563         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4564         func_get_automake_snippet, func_get_include_directive,
4565         func_get_license, func_get_maintainer): Use func_lookup_file.
4566         (func_import, func_create_testdir): Use func_lookup_file.
4567
4568 2006-07-29  Bruno Haible  <bruno@clisp.org>
4569
4570         * modules/setenv (Depends-on): Add unistd.
4571
4572 2006-07-29  Bruno Haible  <bruno@clisp.org>
4573
4574         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4575
4576 2006-07-29  Bruno Haible  <bruno@clisp.org>
4577
4578         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4579
4580 2006-07-29  Bruno Haible  <bruno@clisp.org>
4581
4582         * gnulib-tool (import, update): If there is no Makefile.am, look at
4583         aclocal.m4, instead of bailing out.
4584
4585 2006-07-29  Bruno Haible  <bruno@clisp.org>
4586
4587         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4588         Categorize the options by when they are useful.
4589
4590 2006-07-29  Bruno Haible  <bruno@clisp.org>
4591
4592         * gnulib-tool (func_usage): Document option --no-libtool.
4593         Handle option --no-libtool.
4594         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4595         for changed semantics of $libtool variable.
4596         (func_import): Likewise. If libtool is not used, show this through
4597         an option --no-libtool.
4598         (func_create_testdir): Update.
4599
4600 2006-07-29  Bruno Haible  <bruno@clisp.org>
4601
4602         * gnulib-tool (func_import): Extend error message about missing
4603         --doc-base.
4604
4605 2006-07-29  Bruno Haible  <bruno@clisp.org>
4606
4607         * gnulib-tool (func_import): Don't create the $docbase directory if
4608         there is no file to store there.
4609
4610 2006-07-29  Bruno Haible  <bruno@clisp.org>
4611
4612         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4613         relevant, look for configure.ac there, not in the current directory.
4614         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4615
4616 2006-07-29  Bruno Haible  <bruno@clisp.org>
4617
4618         * gnulib-tool (SORT): New variable.
4619         (func_usage): Undocument --assume-autoconf option.
4620         Remove --assume-autoconf option handling.
4621         (autoconf_minversion): Determine from the contents of configure.ac.
4622         (func_import): Remove autoconf_minversion handling.
4623         Suggested by Eric Blake.
4624
4625 2006-07-29  Bruno Haible  <bruno@clisp.org>
4626
4627         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4628
4629 2006-07-29  Bruno Haible  <bruno@clisp.org>
4630
4631         * config/srclist.txt (*setenv.[ch]): Remove rules.
4632
4633 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4634
4635         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4636
4637 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4638
4639         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4640         arpa/inet.h.
4641
4642 2006-07-28  Simon Josefsson  <jas@extundo.com>
4643
4644         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4645         * modules/inet_pton (Depends-on): Likewise.
4646
4647 2006-07-28  Simon Josefsson  <jas@extundo.com>
4648
4649         * m4/netinet_in_h.m4: New file.
4650
4651 2006-07-28  Simon Josefsson  <jas@extundo.com>
4652
4653         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4654         #include's.
4655
4656 2006-07-28  Simon Josefsson  <jas@extundo.com>
4657
4658         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4659         #include's.
4660
4661 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4662
4663         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4664         setgid on directories only if they set these bits.
4665         * lib/modechange.h: Remove obsolete comment about masks.
4666
4667 2006-07-28  Eric Blake  <ebb9@byu.net>
4668
4669         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4670         macro expansion.
4671
4672 2006-07-28  Bruno Haible  <bruno@clisp.org>
4673
4674         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4675
4676 2006-07-28  Bruno Haible  <bruno@clisp.org>
4677
4678         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4679
4680 2006-07-28  Bruno Haible  <bruno@clisp.org>
4681
4682         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4683         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4684         Define fallbacks.
4685         Avoids link error on FreeBSD 4.x.
4686         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4687
4688         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4689         encoding.
4690         * lib/mbswidth.c (iswcntrl): Likewise.
4691
4692 2006-07-27  Bruno Haible  <bruno@clisp.org>
4693
4694         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4695         test.
4696
4697 2006-07-27  Bruno Haible  <bruno@clisp.org>
4698
4699         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4700         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4701         defined.
4702
4703 2006-07-26  Eric Blake  <ebb9@byu.net>
4704
4705         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4706
4707 2006-07-26  Eric Blake  <ebb9@byu.net>
4708
4709         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4710         like mingw that lack mkstemp.
4711         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4712         avoid compilation warning on mingw.
4713
4714 2006-07-26  Bruno Haible  <bruno@clisp.org>
4715
4716         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4717         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4718         INT_FAST*_MIN, INTPTR_MIN.
4719
4720 2006-07-25  Bruno Haible  <bruno@clisp.org>
4721
4722         * modules/version-etc (Depends-on): Add stdarg.
4723
4724 2006-07-25  Bruno Haible  <bruno@clisp.org>
4725
4726         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4727         complex commands.
4728
4729 2006-07-25  Bruno Haible  <bruno@clisp.org>
4730
4731         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4732         defined in <stdarg.h> or config.h.
4733
4734 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4735
4736         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4737         (gl_STDIO_SAFER): Remove.
4738
4739 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4740
4741         * MODULES.html.sh (File stream based Input/Output):
4742         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4743         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4744         * modules/fopen-safer, modules/tmpfile-safer: New files.
4745         * modules/stdio-safer: Remove.
4746
4747 2006-07-24  Bruno Haible  <bruno@clisp.org>
4748
4749         * modules/tmpdir: New file.
4750         * MODULES.html.sh (File system functions): Add it.
4751
4752 2006-07-24  Bruno Haible  <bruno@clisp.org>
4753
4754         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4755         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4756
4757 2006-07-24  Bruno Haible  <bruno@clisp.org>
4758
4759         * modules/clean-temp: New file.
4760
4761 2006-07-24  Bruno Haible  <bruno@clisp.org>
4762
4763         * m4/tmpdir.m4: New file, from GNU gettext.
4764
4765 2006-07-24  Bruno Haible  <bruno@clisp.org>
4766
4767         * lib/tmpdir.h: New file, from GNU gettext.
4768         * lib/tmpdir.c: New file, from GNU gettext.
4769
4770 2006-07-24  Bruno Haible  <bruno@clisp.org>
4771
4772         * lib/clean-temp.h: New file, from GNU gettext.
4773         * lib/clean-temp.c: New file, from GNU gettext.
4774
4775 2006-07-23  Eric Blake  <ebb9@byu.net>
4776
4777         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4778         (Depends-on): Add binary-io.
4779
4780 2006-07-23  Eric Blake  <ebb9@byu.net>
4781
4782         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4783
4784 2006-07-23  Eric Blake  <ebb9@byu.net>
4785
4786         * lib/tmpfile-safer.c: New file.
4787         * lib/stdio-safer.h (fopen_safer): Add prototype.
4788         * lib/stdio--.h (tmpfile): Make safer.
4789
4790 2006-07-23  Bruno Haible  <bruno@clisp.org>
4791
4792         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4793         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4794         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4795         gl_linked_remove_at): Use it.
4796
4797 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4798         and Simon Josefsson <jas@extundo.com>
4799
4800         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4801
4802         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4803
4804 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4805
4806         * modules/close-stream: New file.
4807         * modules/closeout (Description): Make it clear that it exits
4808         with a diagnostic on error.
4809         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4810         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4811
4812 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4813
4814         * m4/close-stream.m4: New file.
4815
4816 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4817
4818         * lib/close-stream.c, lib/close-stream.h: New files.
4819
4820 2006-07-22  Bruno Haible  <bruno@clisp.org>
4821
4822         Merge from GNU gettext 0.15.
4823
4824         2006-05-01  Bruno Haible  <bruno@clisp.org>
4825
4826                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4827
4828         2006-07-22  Bruno Haible  <bruno@clisp.org>
4829
4830                 * modules/javaversion: New file.
4831                 * MODULES.html.sh (Java): Add javaversion.
4832
4833         2006-03-12  Bruno Haible  <bruno@clisp.org>
4834
4835                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4836
4837         2005-12-04  Bruno Haible  <bruno@clisp.org>
4838
4839                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4840                 (untested).
4841
4842         2006-06-21  Bruno Haible  <bruno@clisp.org>
4843
4844                 Avoid warnings from recent versions of mcs.
4845                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4846                 -o, -L, -r any more. Use options documented since mcs-1.0
4847                 instead. Similarly for -g.
4848
4849         2005-12-04  Bruno Haible  <bruno@clisp.org>
4850
4851                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4852                 .resources, not .resource.
4853
4854         2005-07-09  Bruno Haible  <bruno@clisp.org>
4855
4856                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4857                 add a .dll suffix.
4858                 Reported by Mark Junker <mjscod@gmx.de>.
4859
4860         2006-07-22  Bruno Haible  <bruno@clisp.org>
4861
4862                 * modules/gettext: Upgrade to gettext-0.15.
4863                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4864                 m4/visibility.m4.
4865                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4866
4867 2006-07-22  Bruno Haible  <bruno@clisp.org>
4868
4869         Merge from GNU gettext 0.15.
4870
4871         2006-03-25  Bruno Haible  <bruno@clisp.org>
4872
4873                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
4874
4875         2006-07-21  Bruno Haible  <bruno@clisp.org>
4876
4877                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
4878                 "1.1".
4879
4880         2006-05-09  Bruno Haible  <bruno@clisp.org>
4881
4882                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
4883                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
4884                 for the conftestver execution.
4885
4886         2006-05-01  Bruno Haible  <bruno@clisp.org>
4887
4888                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
4889                 optional target-version argument. Verify that the compiler
4890                 groks source of the specified source-version, or add -source
4891                 option as necessary. Verify that the compiler produces
4892                 bytecode in the specified target-version, or add -target and
4893                 -source options as necessary. Make the result of the test
4894                 available as variable CONF_JAVAC. Also log error output in
4895                 config.log.
4896
4897         2006-03-11  Bruno Haible  <bruno@clisp.org>
4898
4899                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
4900
4901         2006-05-09  Bruno Haible  <bruno@clisp.org>
4902
4903                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
4904                 CLASSPATH_SEPARATOR to a semicolon.
4905
4906         2006-03-12  Bruno Haible  <bruno@clisp.org>
4907
4908                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
4909                 available as variable CONF_JAVA, for subsequent autoconf
4910                 tests. Also log error output in config.log.
4911
4912         2006-07-19  Bruno Haible  <bruno@clisp.org>
4913
4914                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
4915                 that getline works on glibc2 systems. Needed to avoid trouble
4916                 in relocatable.c.
4917                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
4918
4919         2005-12-04  Bruno Haible  <bruno@clisp.org>
4920
4921                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
4922                 launcher (untested).
4923
4924         2005-12-04  Bruno Haible  <bruno@clisp.org>
4925
4926                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
4927
4928         2006-07-22  Bruno Haible  <bruno@clisp.org>
4929
4930                 * gettext.m4: Update from GNU gettext-0.15.
4931                 * nls.m4: Likewise.
4932                 * po.m4: Likewise.
4933                 * inttypes-pri.m4: Likewise.
4934                 * inttypes-h.m4: Renamed from inttypes.m4.
4935                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
4936
4937 2006-07-22  Bruno Haible  <bruno@clisp.org>
4938
4939         Merge from GNU gettext 0.15.
4940
4941         2005-07-05  Bruno Haible  <bruno@clisp.org>
4942
4943                 * printf-args.c (printf_fetchargs): Work around broken
4944                 definition of wint_t on mingw.
4945
4946         2005-02-12  Bruno Haible  <bruno@clisp.org>
4947
4948                 * xallocsa.h: Add extern "C" for C++.
4949
4950         2006-05-17  Bruno Haible  <bruno@clisp.org>
4951
4952                 Cygwin portability.
4953                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
4954
4955         2006-04-30  Bruno Haible  <bruno@clisp.org>
4956
4957                 * progreloc.c: Include <mach-o/dyld.h> if available.
4958                 (find_executable): Use _NSGetExecutablePath when possible.
4959
4960         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
4961
4962                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
4963                 function.
4964
4965         2005-12-29  Bruno Haible  <bruno@clisp.org>
4966
4967                 * progreloc.c (set_program_name_and_installdir): Fix
4968                 compilation error.
4969
4970         2005-12-04  Bruno Haible  <bruno@clisp.org>
4971
4972                 Cygwin portability.
4973                 * progreloc.c: Include <windows.h> also on Cygwin.
4974                 (find_executable): Add support for Cygwin.
4975                 (set_program_name_and_installdir): Handle also platforms with
4976                 nonempty EXEEXT.
4977
4978         2006-07-11  Bruno Haible  <bruno@clisp.org>
4979
4980                 * javacomp.c: Fix a comment.
4981                 Reported by Jim Meyering.
4982
4983         2006-04-30  Bruno Haible  <bruno@clisp.org>
4984
4985                 * javacomp.h (compile_java_class): Add source_version,
4986                 target_version arguments.
4987                 * javacomp.c: Rewritten to choose only a compiler that
4988                 respects the specified source_version and target_version.
4989
4990         2006-06-27  Bruno Haible  <bruno@clisp.org>
4991
4992                 Assume correct S_ISDIR macro.
4993                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
4994
4995         2006-07-22  Bruno Haible  <bruno@clisp.org>
4996
4997                 * javaversion.h: New file, from GNU gettext.
4998                 * javaversion.c: New file, from GNU gettext.
4999                 * javaversion.java: New file, from GNU gettext.
5000                 * javaversion.class: New file, from GNU gettext.
5001
5002         2006-05-17  Bruno Haible  <bruno@clisp.org>
5003
5004                 Cygwin portability.
5005                 * javaexec.c (execute_java_class): Test for jview program
5006                 also on Cygwin.
5007
5008         2006-04-09  Bruno Haible  <bruno@clisp.org>
5009
5010                 * fatal-signal.c: Don't include string.h.
5011                 (at_fatal_signal): Use a copying loop instead of memcpy.
5012
5013         2005-12-04  Bruno Haible  <bruno@clisp.org>
5014
5015                 * csharpexec.c: Add support for 'clix' launcher (untested).
5016                 (execute_csharp_using_sscli): New function.
5017                 (execute_csharp_program): Call it.
5018
5019         2006-06-21  Bruno Haible  <bruno@clisp.org>
5020
5021                 Avoid warnings from recent versions of mcs.
5022                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5023                 -o, -L, -r any more. Use options documented since mcs-1.0
5024                 instead. Similarly for -g.
5025
5026         2005-07-09  Bruno Haible  <bruno@clisp.org>
5027
5028                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5029                 add a .dll suffix.
5030                 Reported by Mark Junker <mjscod@gmx.de>.
5031
5032         2006-06-17  Bruno Haible  <bruno@clisp.org>
5033
5034                 * config.charset: Update for NetBSD 3.0.
5035
5036         2006-05-17  Bruno Haible  <bruno@clisp.org>
5037
5038                 Cygwin portability.
5039                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5040
5041         2006-05-16  Bruno Haible  <bruno@clisp.org>
5042
5043                 * localcharset.c [CYGWIN]: Include <windows.h>.
5044                 (get_charset_aliases): For Cygwin, return the same CPxxx
5045                 aliases list as under WIN32.
5046                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5047                 the environment variables. Fall back to GetACP().
5048
5049         2006-04-05  Bruno Haible  <bruno@clisp.org>
5050
5051                 * config.charset: Update Juan Manuel Guerrero's address.
5052
5053         2005-02-12  Bruno Haible  <bruno@clisp.org>
5054
5055                 * allocsa.h: Add extern "C" for C++.
5056
5057         2005-02-10  Bruno Haible  <bruno@clisp.org>
5058
5059                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5060                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5061
5062         2006-07-22  Bruno Haible  <bruno@clisp.org>
5063
5064                 * gettext.h: Update to GNU gettext-0.15.
5065
5066 2006-07-22  Bruno Haible  <bruno@clisp.org>
5067
5068         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5069         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5070         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5071
5072 2006-07-21  Eric Blake  <ebb9@byu.net>
5073
5074         * modules/stdlib-safer: New file.
5075         * MODULES.html.sh (File stream based Input/Output): Add
5076         stdlib-safer.
5077
5078 2006-07-21  Eric Blake  <ebb9@byu.net>
5079
5080         * lib/stdlib-safer.h: New file from coreutils, required by
5081         stdlib--.h.
5082
5083 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5084
5085         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5086
5087 2006-07-20  Bruno Haible  <bruno@clisp.org>
5088
5089         * gnulib-tool: Recognize new option --assume-autoconf.
5090         (autoconf_minversion): New variable.
5091         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5092
5093 2006-07-20  Bruno Haible  <bruno@clisp.org>
5094
5095         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5096
5097 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5098
5099         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5100         Reindent and repaginate.
5101
5102 2006-07-19  Derek Price  <derek@ximbiot.com>
5103
5104         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5105         Correct grammar.
5106
5107 2006-07-17  Bruno Haible  <bruno@clisp.org>
5108
5109         * modules/list: New file.
5110         * modules/array-list: New file.
5111         * modules/carray-list, modules/carray-list-tests: New files.
5112         * modules/linked-list, modules/linked-list-tests: New files.
5113         * modules/avltree-list, modules/avltree-list-tests: New files.
5114         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5115         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5116         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5117         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5118         * modules/oset: New file.
5119         * modules/array-oset: New file.
5120         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5121         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5122         * tests/test-carray_list.c: New file.
5123         * tests/test-linked_list.c: New file.
5124         * tests/test-avltree_list.c: New file.
5125         * tests/test-rbtree_list.c: New file.
5126         * tests/test-linkedhash_list.c: New file.
5127         * tests/test-avltreehash_list.c: New file.
5128         * tests/test-rbtreehash_list.c: New file.
5129         * tests/test-avltree_oset.c: New file.
5130         * tests/test-rbtree_oset.c: New file.
5131         * MODULES.html.sh (Container data structures): New section.
5132
5133 2006-07-17  Bruno Haible  <bruno@clisp.org>
5134
5135         * m4/gl_list.m4: New file.
5136
5137 2006-07-17  Bruno Haible  <bruno@clisp.org>
5138
5139         * lib/gl_list.h: New file.
5140         * lib/gl_list.c: New file.
5141         * lib/gl_array_list.h: New file.
5142         * lib/gl_array_list.c: New file.
5143         * lib/gl_carray_list.h: New file.
5144         * lib/gl_carray_list.c: New file.
5145         * lib/gl_linked_list.h: New file.
5146         * lib/gl_linked_list.c: New file.
5147         * lib/gl_anylinked_list1.h: New file.
5148         * lib/gl_anylinked_list2.h: New file.
5149         * lib/gl_avltree_list.h: New file.
5150         * lib/gl_avltree_list.c: New file.
5151         * lib/gl_anyavltree_list1.h: New file.
5152         * lib/gl_anyavltree_list2.h: New file.
5153         * lib/gl_rbtree_list.h: New file.
5154         * lib/gl_rbtree_list.c: New file.
5155         * lib/gl_anyrbtree_list1.h: New file.
5156         * lib/gl_anyrbtree_list2.h: New file.
5157         * lib/gl_anytree_list1.h: New file.
5158         * lib/gl_anytree_list2.h: New file.
5159         * lib/gl_linkedhash_list.h: New file.
5160         * lib/gl_linkedhash_list.c: New file.
5161         * lib/gl_anyhash_list1.h: New file.
5162         * lib/gl_anyhash_list2.h: New file.
5163         * lib/gl_avltreehash_list.h: New file.
5164         * lib/gl_avltreehash_list.c: New file.
5165         * lib/gl_rbtreehash_list.h: New file.
5166         * lib/gl_rbtreehash_list.c: New file.
5167         * lib/gl_anytreehash_list1.h: New file.
5168         * lib/gl_anytreehash_list2.h: New file.
5169
5170         * lib/gl_oset.h: New file.
5171         * lib/gl_oset.c: New file.
5172         * lib/gl_array_oset.h: New file.
5173         * lib/gl_array_oset.c: New file.
5174         * lib/gl_avltree_oset.h: New file.
5175         * lib/gl_avltree_oset.c: New file.
5176         * lib/gl_rbtree_oset.h: New file.
5177         * lib/gl_rbtree_oset.c: New file.
5178         * lib/gl_anytree_oset.h: New file.
5179
5180 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5181
5182         * m4/mkancesdirs.m4: New file.
5183         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5184         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5185         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5186         it.
5187
5188 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5189
5190         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5191         * lib/mkancesdirs.h: New files.
5192         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5193         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5194         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5195         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5196         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5197         callers changed.  Revamp internals significantly, by not
5198         attempting to create directories that are temporarily more
5199         permissive than the final results.  Do not attempt to use
5200         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5201         This removes some race conditions, fixes some bugs, and simplifies
5202         things.  Use new dirchownmod function to do owner and mode changes.
5203         * lib/mkdir-p.h: Likewise.
5204         * lib/modechange.c (octal_to_mode): New function.
5205         (struct mode_change): New member mentioned.
5206         (make_node_op_equals): New arg mentioned.  All callers changed.
5207         (mode_compile): Keep track of which mode bits the user has explicitly
5208         mentioned.
5209         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5210         New arg PMODE_BITS, to keep track of which mode bits the user
5211         mentioned; it treats S_ISUID and S_ISGID speciall.
5212         All callers changed.
5213         * lib/modechange.h: Likewise.
5214
5215 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5216
5217         * MODULES.html.sh: Add mkancestors.
5218         * modules/mkancesdirs: New module.
5219         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5220         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5221         The chdir-safer and afs files are now orphans; I'll remove them
5222         unless someone speaks up.
5223         Add lib/dirchownmod.c, lib/dirchownmod.h.
5224         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5225         Add lchown, mkancesdirs.
5226         (Maintainer): Add self.
5227
5228 2006-07-15  Karl Berry  <karl@gnu.org>
5229
5230         * gnulib-tool: help message wording/arrangement.
5231
5232 2006-07-14  Simon Josefsson  <jas@extundo.com>
5233
5234         * doc/gnulib.texi (Libtool and Windows): New section.
5235
5236 2006-07-12  Simon Josefsson  <jas@extundo.com>
5237
5238         * modules/gendocs (License): Fix license, approved by Karl.
5239
5240 2006-07-12  Eric Blake  <ebb9@byu.net>
5241
5242         * MODULES.html.sh: Add gendocs.
5243
5244 2006-07-11  Eric Blake  <ebb9@byu.net>
5245
5246         * modules/fdl: New module, to install doc/fdl.texi.
5247         * MODULES.html.sh: Add new section for documentation modules.
5248         * gnulib-tool: Avoid space-tab.
5249         (--doc-base): New option, to manage files from doc.
5250
5251 2006-07-11  Eric Blake  <ebb9@byu.net>
5252
5253         * m4/absolute-header.m4: Fix comments to match recent change.
5254
5255 2006-07-11  Eric Blake  <ebb9@byu.net>
5256
5257         * gnulib-tool: List --doc-base before --tests-base.
5258
5259 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5260
5261         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5262
5263 2006-07-11  Bruno Haible  <bruno@clisp.org>
5264
5265         * README: Mention where to put documentation.
5266
5267 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5268
5269         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5270
5271 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5272
5273         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5274         to stdint.m4.
5275
5276 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5277
5278         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5279         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5280         "no/such/file/stdint.h" when there is no such file, so that
5281         the resulting C code can be parsed by dodgy compilers.
5282         Problems reported by Bob Proulx.
5283
5284 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5285
5286         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5287         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5288         macros into the GNU _D_EXACT_NAMLEN.
5289         * lib/savedir.c:  Likewise.
5290         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5291
5292 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5293         and Paul Eggert  <eggert@cs.ucla.edu>
5294
5295         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5296         * m4/savedir.m4:
5297         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5298         macros into the GNU _D_EXACT_NAMLEN.
5299
5300 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5301
5302         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5303         around the absolute name, to work around a problem with the HP-UX
5304         11.23 native C compiler, reported by Bob Proulx.
5305
5306 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5307
5308         * doc/maintain.texi, make-stds.texi: Sync from
5309         <http://savannah.gnu.org/projects/gnustandards>.
5310
5311 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5312
5313         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5314
5315 2006-07-09  Jim Meyering  <jim@meyering.net>
5316
5317         * m4/glob.m4: Remove a doubled word in a comment.
5318
5319 2006-07-09  Jim Meyering  <jim@meyering.net>
5320
5321         * lib/argp-pv.c: Remove a doubled word in a comment.
5322         * lib/check-version.c (check_version): Likewise.
5323         * lib/javacomp.c (compile_java_class): Likewise.
5324
5325 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5326
5327         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5328         for the benefit of people using Autoconf 2.60.  If you want to
5329         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5330         (or m4/onceonly.m4, if pre-2.57) manually.
5331
5332 2006-07-08  Jim Meyering  <jim@meyering.net>
5333
5334         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5335         comment.
5336         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5337         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5338         comment.
5339
5340 2006-07-08  Jim Meyering  <jim@meyering.net>
5341
5342         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5343
5344 2006-07-07  Simon Josefsson  <jas@extundo.com>
5345
5346         * tests/test-crc.c: Change expected crc value, the test vector
5347         were probably computed using the old broken crc.c?
5348
5349 2006-07-06  Simon Josefsson  <jas@extundo.com>
5350
5351         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5352         now the canonical place for the M4 file).
5353
5354         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5355         from the sys_socket dependency now.
5356
5357         * modules/inet_pton (Files): Ditto.
5358
5359         * modules/inet_ntop (Files): Ditto.
5360
5361 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5362
5363         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5364         not gl_PREREQ_GETUSERSHELL.
5365
5366 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5367
5368         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5369         with only one argument, for Autoconf 2.60.
5370         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5371         expand to nothing, so add a shell command to avoid syntax error.
5372         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5373
5374 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5375
5376         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5377
5378 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5379
5380         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5381         no longer needed.  Check for isblank decl.
5382         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5383         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5384         of existence.
5385
5386 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5387
5388         * lib/getloadavg.c: Use __VMS, not VMS.
5389         * lib/getopt.c: Likewise.
5390         * lib/getpagesize.h: Likewise.
5391         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5392         and probably does not work.
5393
5394 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5395
5396         * lib/.cppi-disable: Add wcwidth.
5397         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5398         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5399         (ISGRAPH): Remove.  All uses changed to isgraph.
5400         (FOLD) [!defined _LIBC]: Remove special case.
5401         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5402         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5403         HAVE_ISBLANK.
5404         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5405         case.
5406
5407 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5408
5409         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5410         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5411         brackets.  Other minor changes to suppress some compiler
5412         warnings.
5413
5414 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5415         and Paul Eggert  <eggert@cs.ucla.edu>
5416
5417         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5418         of invoking obsolescent AC_HEADER_DIRENT macro.
5419         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5420         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5421         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5422         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5423         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5424         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5425         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5426         * m4/readdir.m4: Remove; no longer needed.
5427
5428 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5429         and Paul Eggert  <eggert@cs.ucla.edu>
5430
5431         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5432         Don't worry about this obsolete case any more.
5433         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5434         directories.
5435         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5436         worry about this obsolete case any more.
5437         * lib/fts.c: Likewise.
5438         * lib/getcwd.c: Likewise.
5439         * lib/glob.h: Likewise.
5440         * lib/savedir.c: Likewise.
5441
5442 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5443
5444         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5445         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5446         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5447         needed.
5448         All uses removed.
5449         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5450         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5451         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5452         needed.
5453         * m4/getdate.m4 (gl_GETDATE): Likewise.
5454         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5455         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5456         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5457         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5458         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5459         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5460         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5461         needed.
5462
5463 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5464
5465         * lib/memcasecmp.c: Include <limits.h>.
5466         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5467         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5468         Don't assume isdigit succeeds only on '0' through '9'.
5469
5470 2006-07-05  Eric Blake  <ebb9@byu.net>
5471
5472         * modules/getaddrinfo (Depends-on): Add snprintf.
5473
5474 2006-07-05  Eric Blake  <ebb9@byu.net>
5475
5476         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5477         to avoid 'header present but could not be compiled' on cygwin.
5478
5479 2006-07-05  Eric Blake  <ebb9@byu.net>
5480
5481         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5482         missing from netdb.h.
5483         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5484
5485 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5486
5487         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5488         no longer needed.
5489         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5490         * m4/getdate.m4 (gl_GETDATE): Likewise.
5491         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5492         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5493         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5494         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5495         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5496
5497 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5498
5499         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5500         All uses of is_space replaced by isspace.
5501         * lib/exit.h: Don't talk about STDC_HEADERS.
5502         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5503         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5504         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5505         replaced by isprint etc.
5506         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5507         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5508         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5509         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5510         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5511         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5512
5513 2006-07-05  Bruno Haible  <bruno@clisp.org>
5514
5515         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5516         the function exists, before testing against AIX.
5517         Reported by Martin Lambers <marlam@marlam.de>.
5518
5519 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5520
5521         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5522         From Mark D. Baushke.
5523
5524 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5527         to the absolute name, not just one, to bypass Sun C 5.8's
5528         "warning: #include of /usr/include/... may be non-portable".
5529
5530 2006-07-04  Eric Blake  <ebb9@byu.net>
5531
5532         * modules/dirname-tests: New test module.
5533         * tests/test-dirname.c: New file, replacing dirname.c
5534         TEST_DIRNAME section that was recently deleted.
5535
5536 2006-07-04  Bruno Haible  <bruno@clisp.org>
5537
5538         Assume ANSI C header files and <ctype.h> functions.
5539         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5540         (mbsnwidth): Use isprint, iscntrl instead.
5541
5542 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5543
5544         Merge from coreutils.
5545         * MODULES.html.sh: Add xstrtold.
5546         * modules/xstrtold: New file.
5547         * modules/cycle-check (Files): Add lib/same-inode.h.
5548         * modules/dirname (Files): Add m4/double-slash-root.m4.
5549         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5550         * modules/mkdir-p (Files): Add lib/same-inode.h.
5551         * modules/same (Files): Add lib/same-inode.h.
5552
5553 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5554
5555         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5556         This is to keep the terminology clean; POSIX talks about
5557         "absolute pathnames", not "full pathnames", but the GNU
5558         Coding Standards say to use "path" for something else;
5559         so use "absolute" to keep both sides happy.
5560         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5561         Set gl_absolute_header, not gl_full_header_path.
5562         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5563         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5564         All uses changed.
5565
5566         Merge from coreutils.
5567
5568         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5569
5570         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5571         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5572         want to require the building of c-strtod.o.
5573         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5574         needs -lm directly.
5575         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5576
5577         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5578
5579         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5580         --as-needed option if available.  Problem reported by Albert Chin in
5581         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5582         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5583         cc merely issues a bunch of annoying warnings for --as-needed
5584         (this problem was reported by Bob Proulx).  Also, try linking with
5585         -lm to detect a bug in binutils 2.16 (this problem was reported
5586         by Ralf Wildenhues).
5587
5588         2006-06-18  Jim Meyering  <jim@meyering.net>
5589
5590         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5591         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5592         macro.
5593         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5594         also check for glibc-2.4's abort-inducing bug.
5595
5596         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5597         Low-probability clean-up should be to use rmdir to get rid of
5598         the just-created directory, not unlink.
5599
5600         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5601         configure fail, and request a bug report to inform us about it.
5602         Add a comment that, barring reports to the contrary, in 2007 we'll
5603         assume ftruncate is universally available.
5604
5605         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5606
5607         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5608
5609         2006-03-12  Jim Meyering  <jim@meyering.net>
5610
5611         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5612         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5613         * m4/same.m4 (gl_SAME): Likewise.
5614         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5615
5616         2006-03-11  Eric Blake  <ebb9@byu.net>
5617
5618         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5619         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5620         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5621         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5622
5623 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5624
5625         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5626         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5627         reported by Mark D. Baushke, one in
5628         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5629
5630         Merge from coreutils.
5631
5632         * lib/.cppi-disable: Add stdint_.h.
5633         * lib/.cvsignore: Add stdint.h.
5634
5635         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5636
5637         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5638         both double and long double versions.
5639         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5640         * lib/xstrtold.c: New file.
5641         * lib/xstrtod.h (xstrtold): New decl.
5642
5643         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5644
5645         * lib/filemode.c (setst): Remove.
5646         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5647         (arguably) clearer, and the generated code is a bit smaller on my
5648         Debian GNU/Linux stable x86 host.
5649
5650         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5651
5652         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5653         Assume that filemode.h includes sys/types.h and sys/stat.h.
5654         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5655         (ftypelet): Reorder to put common cases first, for efficiency.
5656         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5657         to do 'M'.
5658         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5659         of 10, for compatibility with FreeBSD.  All callers changed.
5660         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5661         types that can't be deduced solely from st_mode.  First arg is now a
5662         const pointer.
5663         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5664         (strmode): Renamed from mode_string.
5665         (filemodestring): New decl.
5666         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5667         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5668         needed.
5669         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5670
5671         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5672
5673         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5674         fsusage.h now does that.  Include fsusage.h first, to test interface.
5675         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5676         at most one method (the old code could have generated decls that
5677         didn't conform to C89, not that this was ever exercised).
5678         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5679
5680         2006-03-19  Jim Meyering  <jim@meyering.net>
5681
5682         Work even in a chroot where d_ino values for entries in "/"
5683         don't match the stat.st_ino values for the same names.
5684         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5685         number, iterate through all entries again, using lstat instead.
5686         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5687         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5688
5689         * lib/getcwd.c (__getcwd): Clarify a comment.
5690         Use memcpy in place of a call to strcpy.
5691
5692         2006-03-12  Jim Meyering  <jim@meyering.net>
5693
5694         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5695         matches that of the current directory (which we're about to chdir ".."
5696         out of), then save the dev-ino of the parent, instead.
5697
5698         * lib/same-inode.h (SAME_INODE): New file/macro.
5699         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5700         Include "same-inode.h", instead.
5701         * lib/same.c: Likewise.
5702         * lib/cycle-check.h: Include "same-inode.h".
5703         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5704         * lib/cycle-check.c (SAME_INODE): Remove definition.
5705         * lib/root-dev-ino.h: Include "same-inode.h".
5706
5707         2006-03-11  Eric Blake  <ebb9@byu.net>
5708
5709         * lib/same.c (same_name): s/base_name/last_component/
5710         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5711         * lib/filenamecat.c (file_name_concat): Likewise.
5712
5713         2006-03-11  Eric Blake  <ebb9@byu.net>,
5714                     Paul Eggert  <eggert@cs.ucla.edu>
5715
5716         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5717         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5718         drive prefix.
5719         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5720         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5721         (last_component): New method.
5722         * lib/dirname.c (dir_len): Determine when drive letters need a
5723         subsequent slash.  Preserve // when it is special.
5724         (dir_name): Don't append dot when drive letter is absolute.
5725         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5726         * lib/basename.c (base_name): New semantics - malloc the result.
5727         Preserve // when it is special.  Preserve relative files that look
5728         like drive letters.
5729         (base_len): Preserve // when it is special.
5730         (last_component): New method, similar to old base_name semantics.
5731         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5732         base_name.  Strip redundant slashes from ///.
5733
5734 2006-07-03  Jim Meyering  <jim@meyering.net>
5735
5736         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5737         macro is used before the first cycle_check call.
5738
5739 2006-07-03  Eric Blake  <ebb9@byu.net>
5740
5741         * modules/dirname (Depends-on): Add xstrndup.
5742
5743 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5744
5745         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5746         test cases, so that config.log is a bit easier to follow.
5747
5748 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5749
5750         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5751         both are 64 bits, since this seems to be the tradition, and this
5752         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5753         we ever run into a host that prefers long long to long in this
5754         case, we'll need another configure-time test.  Problem reported by
5755         Jim Meyering.
5756
5757 2006-07-02  Eric Blake  <ebb9@byu.net>
5758
5759         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5760
5761 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5762
5763         * modules/inttypes (Depends-on): No longer depends on stdint.
5764         * modules/stdint (Description): Say more about assumptions.
5765         Say that the fast types might differ.  Say macros are used.
5766         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5767         (Makefile.am): Revise list of substituted symbols to match
5768         new stdint.m4.
5769         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5770         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5771         * tests/test-stdint.c (verify_same_types)
5772         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5773         the code conforms to C99/C89.
5774         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5775         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5776
5777 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5778
5779         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5780         but fix a bug, by requiring at least 64 bits.
5781         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5782         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5783         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5784         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5785
5786         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5787         changes.  Make 2.59 a prerequisite.  Check and substitute for
5788         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5789         inttypes.h.  Do not use special include files; just use the
5790         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5791         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5792         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5793         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5794         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5795         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5796         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5797         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5798         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5799         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5800         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5801         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5802         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5803         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5804         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5805         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5806         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5807         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5808         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5809         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5810         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5811         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5812         not check for things that C99 does not require, e.g., int8_t.  If
5813         a test isn't needed unless <stdint.h> isn't working, and is
5814         unlikely to be needed for any other reason, then don't do it
5815         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5816         size_t, since we assume C89 freestanding at least.  Do not check
5817         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5818         the right thing even if the types are not defined.  Instead use:
5819         (gl_STDINT_TYPE_PROPERTIES): New macro.
5820         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5821         testing whether <sys/types.h> clashes, as Autoconf does this for
5822         us now.  All uses removed.
5823         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5824         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5825         (gl_CHECK_TYPE_SAME):
5826         Remove; no longer needed.
5827         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5828         exists, since we'll return 0 anyway in that case.
5829         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5830
5831 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5832
5833         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5834         possible collision with system files.
5835         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5836         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5837         WCHAR_MIN and WCHAR_MAX in this case.
5838         (<stddef.h>): Do not include; no longer needed.
5839         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5840         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5841         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5842         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5843         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5844         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5845         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5846         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5847         !defined(__c99))]: Include in this case too, since it's harmless
5848         now.
5849         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5850         dangerous to do so.
5851         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5852         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5853         (_STDINT_MIN, _STDINT_MAX): New macros.
5854         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5855         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5856         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5857         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5858         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5859         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5860         macros, not typedefs; this simplifies things quite a bit.
5861         Use long int for all types narrower than int64_t.
5862         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5863         Define in terms of long long int or int64_t or long int,
5864         not int64_t or int32_t.  This saves some compile-time testing.
5865         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5866         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5867         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5868         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5869         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
5870         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
5871         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
5872         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
5873         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
5874         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
5875         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5876         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5877         undef any previous version and define our own version, for
5878         simplicity and consistency with the new macros for types.
5879         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
5880         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
5881         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
5882         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
5883         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
5884         @WINT_T_SUFFIX@ to keep things simple here.
5885         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
5886         Simplify by assuming typical 8/16/32/64 host, since we're
5887         already doing that elsewhere anyway.
5888         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
5889         and assume long long int is 64 bits if available.  This
5890         speeds up 'configure'.
5891
5892 2006-07-01  Eric Blake  <ebb9@byu.net>
5893
5894         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
5895         Reported by Andreas Buening.
5896
5897 2006-07-01  Eric Blake  <ebb9@byu.net>
5898
5899         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
5900
5901 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5902
5903         * lib/getaddrinfo.c: fixed typo
5904
5905 2006-06-29  Jim Meyering  <jim@meyering.net>
5906
5907         * modules/strftime (Maintainer): Add my name, since with the
5908         FPRINTFTIME changes strftime.c has forked from glibc.
5909
5910 2006-06-29  Eric Blake  <ebb9@byu.net>
5911
5912         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
5913
5914 2006-06-29  Eric Blake  <ebb9@byu.net>
5915
5916         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
5917
5918 2006-06-29  Eric Blake  <ebb9@byu.net>
5919
5920         * lib/stat_.h: New file.
5921
5922 2006-06-29  Eric Blake  <ebb9@byu.net>
5923
5924         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
5925         unused static function.
5926
5927 2006-06-29  Eric Blake  <ebb9@byu.net>
5928
5929         * doc/functions.texi (Function Portability): Document missing lstat
5930         on mingw.
5931
5932 2006-06-29  Eric Blake  <ebb9@byu.net>
5933
5934         * MODULES.html.sh: Add sys_stat.
5935         * modules/sys_stat: New module.
5936         * modules/mkstemp (Depends-on): Add sys_stat.
5937
5938 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5939
5940         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
5941
5942 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5943
5944         * m4/c-bs-a.m4: Removed.
5945
5946 2006-06-29  Derek R. Price  <derek@ximbiot.com>
5947
5948         * lib/strftime.c: Assume strftime() exists.
5949
5950 2006-06-29  Derek Price  <derek@ximbiot.com>
5951
5952         * modules/c-bs-a: Removed - \a is C89.
5953         * MODULES.html.sh: Remove c-bs-a.
5954
5955 2006-06-29  Bruno Haible  <bruno@clisp.org>
5956
5957         * modules/wcwidth (License): Change to LGPL.
5958
5959 2006-06-28  Simon Josefsson  <jas@extundo.com>
5960
5961         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
5962         on _WIN32.
5963
5964         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
5965         getnameinfo.
5966
5967 2006-06-28  Simon Josefsson  <jas@extundo.com>
5968
5969         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
5970
5971 2006-06-28  Simon Josefsson  <jas@extundo.com>
5972
5973         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
5974         functions there.  It will succeed on Windows XP, but on Windows
5975         2000 and (presumably) earlier, it will fail, and use the internal
5976         re-implementation.
5977         (use_win32_p): New function.
5978         (getaddrinfo): Use strtoul on servname, to support numeric ports.
5979         Support AI_NUMERICSERV to disable getservbyname.
5980         (getnameinfo): New function, only supports
5981         NI_NUMERICHOST|NI_NUMERICSERV for now.
5982
5983         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
5984         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
5985         getnameinfo.
5986
5987 2006-06-28  Eric Blake  <ebb9@byu.net>
5988
5989         * modules/wcwidth: New file.
5990         * modules/mbchar (Depends-on): Add wcwidth.
5991         * modules/mbswidth (Depends-on): Add wcwidth.
5992         * MODULES.html.sh: Add wcwidth.
5993
5994 2006-06-28  Eric Blake  <ebb9@byu.net>
5995
5996         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
5997         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
5998
5999 2006-06-28  Eric Blake  <ebb9@byu.net>
6000
6001         * lib/xvasprintf.h: Fix comments.
6002
6003 2006-06-28  Eric Blake  <ebb9@byu.net>
6004
6005         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6006         * lib/mbswidth.c (wcwidth): Move from here...
6007         * lib/wcwidth.h: ...to this new file.
6008
6009 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6010
6011         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6012
6013         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6014         it's obsolete.
6015         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6016
6017 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6018
6019         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6020         Autoconf 2.60 says this stuff was obsolete.
6021
6022 2006-06-28  Bruno Haible  <bruno@clisp.org>
6023
6024         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6025
6026 2006-06-28  Bruno Haible  <bruno@clisp.org>
6027
6028         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6029         gt_TYPE_WCHAR_T.
6030
6031 2006-06-28  Bruno Haible  <bruno@clisp.org>
6032
6033         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6034         declaration for wcwidth.
6035         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6036
6037 2006-06-28  Bruno Haible  <bruno@clisp.org>
6038
6039         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6040         (mkdir): Define using _mkdir.
6041
6042 2006-06-28  Bruno Haible  <bruno@clisp.org>
6043
6044         * lib/getaddrinfo.h: Fix POSIX URL.
6045         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6046         _WIN32.
6047         (use_win32_p): Make static.
6048         (getaddrinfo): Reject service name if it is empty or does not consist
6049         solely of decimal digits, or if its value is > 65535.
6050         (getnameinfo): Remove useless casts.
6051
6052 2006-06-27  Simon Josefsson  <jas@extundo.com>
6053
6054         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6055         Eggert and Martin Lambers.
6056
6057 2006-06-27  Simon Josefsson  <jas@extundo.com>
6058
6059         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6060         Eggert and Martin Lambers.
6061
6062 2006-06-27  Bruno Haible  <bruno@clisp.org>
6063
6064         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6065         result to 0, not to empty.
6066         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6067
6068 2006-06-27  Bruno Haible  <bruno@clisp.org>
6069
6070         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6071
6072 2006-06-26  Simon Josefsson  <jas@extundo.com>
6073
6074         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6075         present.
6076
6077 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6078
6079         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6080         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6081         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6082
6083 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6084
6085         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6086
6087 2006-06-26  Bruno Haible  <bruno@clisp.org>
6088
6089         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6090
6091 2006-06-26  Bruno Haible  <bruno@clisp.org>
6092
6093         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6094
6095 2006-06-26  Bruno Haible  <bruno@clisp.org>
6096
6097         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6098         SGI C compiler in pre-C99 mode.
6099         Suggested by Mark D. Baushke and Larry Jones.
6100
6101 2006-06-26  Bruno Haible  <bruno@clisp.org>
6102
6103         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6104         WCHAR_MAX.
6105         Reported by Mark D. Baushke and Larry Jones.
6106
6107 2006-06-26  Bruno Haible  <bruno@clisp.org>
6108
6109         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6110         in pre-C99 mode.
6111         Suggested by Mark D. Baushke and Larry Jones.
6112
6113 2006-06-23  Simon Josefsson  <jas@extundo.com>
6114             Bruno Haible  <bruno@clisp.org>
6115
6116         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6117         Emit mostlyclean-local rule.
6118         (func_emit_tests_Makefile_am): Likewise.
6119         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6120
6121 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6122
6123         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6124
6125 2006-06-23  Bruno Haible  <bruno@clisp.org>
6126
6127         * tests/test-stdint.c: Update to match ISO C 99 Technical
6128         Corrigendum 1.
6129
6130 2006-06-23  Bruno Haible  <bruno@clisp.org>
6131
6132         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6133
6134 2006-06-23  Bruno Haible  <bruno@clisp.org>
6135
6136         * lib/stdint_.h: Treat IRIX like OpenBSD.
6137
6138 2006-06-23  Bruno Haible  <bruno@clisp.org>
6139
6140         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6141         ISO C 99 Technical Corrigendum 1.
6142
6143 2006-06-22  Simon Josefsson  <jas@extundo.com>
6144
6145         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6146         MinGW.
6147
6148 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6149
6150         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6151         needed.  Some compiler complained about some of them.  Problem reported
6152         by Larry Jones in
6153         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6154
6155 2006-06-21  Simon Josefsson  <jas@extundo.com>
6156
6157         * tests/test-getaddrinfo.c: New file.
6158
6159         * modules/getaddrinfo-tests: New file.
6160
6161         * MODULES.html.sh: Add inet_pton.
6162
6163         * modules/inet_pton: New file.
6164
6165 2006-06-21  Simon Josefsson  <jas@extundo.com>
6166
6167         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6168         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6169         of using the (limited) gnulib implementation on Windows XP.
6170
6171         * m4/inet_pton.m4: New file.
6172
6173 2006-06-21  Simon Josefsson  <jas@extundo.com>
6174
6175         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6176         variable.
6177
6178         * lib/socket_.h: Don't define WINVER.
6179
6180         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6181         slightly modified to work in gnulib.
6182
6183 2006-06-21  Simon Josefsson  <jas@extundo.com>
6184
6185         * doc/gnulib.texi (Windows sockets): Add.
6186
6187 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6188
6189         * lib/read-file.c (fread_file): Start with buffer allocation of
6190         0 bytes rather than 1 byte; this simplifies the code.
6191         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6192         code to free buffer and save/restore errno.
6193         (internal_read_file): Remove unused local.
6194
6195 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6196
6197         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6198         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6199         Problem reported by Denis Excoffier in
6200         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6201
6202 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6203
6204         * modules/sys_socket, modules/socklen: Include sys/types since
6205         FreeBSD 4.x's sys/socket.h needs it.
6206
6207 2006-06-19  Simon Josefsson  <jas@extundo.com>
6208
6209         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6210
6211 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6212
6213         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6214
6215 2006-06-19  Bruno Haible  <bruno@clisp.org>
6216
6217         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6218         and FULL_PATH_INTTYPES_H in angle brackets.
6219         Reported by Mark D. Baushke <mdb@gnu.org>.
6220
6221 2006-06-17  Eric Blake  <ebb9@byu.net>
6222
6223         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6224         errno.
6225
6226 2006-06-17  Bruno Haible  <bruno@clisp.org>
6227
6228         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6229         <sys/inttypes.h>.
6230
6231 2006-06-17  Bruno Haible  <bruno@clisp.org>
6232
6233         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6234         whether errno is declared. Assume <errno.h> declares errno.
6235
6236 2006-06-17  Bruno Haible  <bruno@clisp.org>
6237
6238         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6239
6240 2006-06-17  Bruno Haible  <bruno@clisp.org>
6241
6242         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6243         problem on Solaris 2.5.1.
6244
6245 2006-06-16  Eric Blake  <ebb9@byu.net>
6246
6247         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6248         * lib/unicodeio.c [!defined errno]: Likewise.
6249         * lib/strtol.c [!defined errno]: Likewise.
6250         * lib/strtod.c [!defined errno]: Likewise.
6251
6252 2006-06-15  Eric Blake  <ebb9@byu.net>
6253
6254         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6255
6256 2006-06-15  Eric Blake  <ebb9@byu.net>
6257
6258         * config/srclist.txt (ssize_t.m4): Lose sync.
6259
6260 2006-06-15  Bruno Haible  <bruno@clisp.org>
6261
6262         * modules/stdint (Files): Include m4/full-header-path.m4,
6263         m4/size_max.m4, m4/wchar_t.m4.
6264         (Makefile.am): Many more substitutions.
6265         * modules/stdint-tests: New file.
6266         * tests/test-stdint.c: New file.
6267
6268 2006-06-15  Bruno Haible  <bruno@clisp.org>
6269
6270         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6271         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6272         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6273         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6274         gl_CHECK_TYPE_SAME): New macros.
6275
6276 2006-06-15  Bruno Haible  <bruno@clisp.org>
6277
6278         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6279
6280 2006-06-15  Bruno Haible  <bruno@clisp.org>
6281
6282         * lib/stdint_.h: Rewritten to be fully auto-configured.
6283         Fixes bug on HP-UX/IA64.
6284
6285 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6286
6287         * lib/getdate.y (__attribute__): Don't define if already defined.
6288         Problem reported by Larry Jones.
6289         * lib/utimens.c (__attribute__): Likewise.
6290
6291 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6292
6293         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6294         reported by Andreas Schwab.
6295
6296 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6297             Bruno Haible  <bruno@clisp.org>
6298
6299         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6300         check for the declaration of strnlen and a run test that exposes the
6301         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6302         rpl_strndup.
6303
6304 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6305             Bruno Haible  <bruno@clisp.org>
6306
6307         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6308
6309 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6310
6311         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6312         compile test, for Tru64 4.0D.
6313
6314 2006-05-28  Karl Berry  <karl@gnu.org>
6315
6316         * config/srclist.txt (printf-args.c): lose sync.
6317
6318 2006-05-26  Martin Lambers  <marlam@marlam.de>
6319
6320         * lib/getpass.c: Updates the test for the native W32 API, and adds
6321         missing includes, thus fixing compilation warnings.
6322
6323 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6324
6325         * lib/exclude.c (exclude_fnmatch): New function.
6326         (excluded_file_name): Call exclude_fnmatch.
6327         * lib/exclude.h (excluded_file_name): New prototype
6328
6329 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6330
6331         * lib/tempname.c (small_open, large_open): New macros.
6332         (__open, __open64) [!_LIBC]: Remove.
6333         (__gen_tempname): Use small_open and large_open instead of __open
6334         and __open64.  This fixes a portability bug on HP-UX 11.11i
6335         reported by Simon Wing-Tang in
6336         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6337
6338 2006-05-24  Bruno Haible  <bruno@clisp.org>
6339
6340         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6341         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6342         Reported by Thorsten Maerz <torte@netztorte.de> via
6343         Aaron Stone <aaron@serendipity.cx>.
6344
6345 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6346
6347         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6348         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6349         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6350         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6351         not really conditional on the cache.
6352         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6353
6354 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6355
6356         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6357         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6358         (my_usleep): Don't mishandle maximum value.
6359
6360 2006-05-19  Jim Meyering  <jim@meyering.net>
6361
6362         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6363
6364 2006-05-17  Bruno Haible  <bruno@clisp.org>
6365
6366         Cygwin portability.
6367         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6368
6369 2006-05-17  Bruno Haible  <bruno@clisp.org>
6370
6371         * lib/stdint_.h: Fix recognition of Cygwin.
6372
6373 2006-05-15  Bruno Haible  <bruno@clisp.org>
6374
6375         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6376         on libtool patch by Ralf Wildenhues.
6377
6378 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6379
6380         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6381         test for C99 conformance; (bool) 0.5 is an integer constant
6382         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6383         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6384
6385 2006-05-11  Simon Josefsson  <jas@extundo.com>
6386
6387         * m4/xvasprintf.m4: Fix obvious typo.
6388
6389 2006-05-11  Jim Meyering  <jim@meyering.net>
6390
6391         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6392         James Lemley.
6393
6394 2006-05-10  Simon Josefsson  <jas@extundo.com>
6395
6396         * lib/md4.c: Typo fix, update copyright years.
6397         (K1, K2): Don't use L because it turn computations into 64-bit on
6398         64-bit platforms.
6399
6400 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6401
6402         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6403         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6404         unwanted sign propagation, e.g., on hosts with 64-bit int.
6405         There still are some problems with reeelly weird theoretical hosts
6406         (e.g., 33-bit int) but it's not worth worrying about now.
6407         * lib/sha1.c (rol): Likewise.
6408         (K1, K2, K3, K4): Remove unnecessary L suffix.
6409
6410 2006-05-10  Bruno Haible  <bruno@clisp.org>
6411
6412         * lib/des.c: Cast to avoid warnings.
6413
6414 2006-05-09  Bruno Haible  <bruno@clisp.org>
6415
6416         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6417         (Depends-on): Depend also on xsize, stdarg.
6418         (configure.ac): Add gl_XVASPRINTF.
6419
6420 2006-05-09  Bruno Haible  <bruno@clisp.org>
6421
6422         * m4/xvasprintf.m4: New file.
6423
6424 2006-05-09  Bruno Haible  <bruno@clisp.org>
6425
6426         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6427         (EOVERFLOW): Define fallback value.
6428         (xstrcat): New function.
6429         (xvasprintf): Recognize the special case of a string concatenation.
6430
6431 2006-05-08  Eric Blake  <ebb9@byu.net>
6432
6433         * gnulib-tool (func_version): Base copyright year on CVS date.
6434         (func_emit_copyright_notice): New function.
6435         (func_emit_lib_Makefile_am): Use it.
6436         (func_emit_tests_Makefile_am): Likewise.
6437         (func_import): Likewise.
6438
6439 2006-05-08  Bruno Haible  <bruno@clisp.org>
6440
6441         * modules/stdarg: New file.
6442         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6443
6444 2006-05-08  Bruno Haible  <bruno@clisp.org>
6445
6446         * m4/stdarg.m4: New file, from GNU gettext.
6447
6448 2006-05-08  Bruno Haible  <bruno@clisp.org>
6449
6450         * config/srclist.txt (build-aux/config.rpath): different from latest
6451         release.
6452
6453 2006-05-08  Bruno Haible  <bruno@clisp.org>
6454
6455         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6456
6457 2006-05-05  Jim Meyering  <jim@meyering.net>
6458
6459         * m4/warning.m4: New file, derived from bison's file by the same name.
6460
6461 2006-05-03  Bruno Haible  <bruno@clisp.org>
6462
6463         * lib/stdint_.h: Shorter URL.
6464         * lib/inttypes.h: Likewise.
6465
6466 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6467
6468         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6469
6470 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6471
6472         * lib/verify.h: Document the internals better.  Most of this change
6473         was written by Bruno Haible.
6474
6475 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6476
6477         * doc/verify.texi: New file, partly based on a proposal by
6478         Bruno Haible.
6479
6480 2006-05-02  Bruno Haible  <bruno@clisp.org>
6481
6482         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6483         test from here...
6484         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6485
6486 2006-04-29  Bruno Haible  <bruno@clisp.org>
6487
6488         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6489         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6490
6491 2006-04-29  Bruno Haible  <bruno@clisp.org>
6492
6493         * gnulib-tool: Make --update option actually work.
6494
6495 2006-04-29  Bruno Haible  <bruno@clisp.org>
6496
6497         * doc/gcd.texi: New file.
6498         * doc/gnulib.texi: Include it.
6499
6500 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6501
6502         * lib/getdate.y (get_date): When adding relative date, start with the
6503         initial time, not with the result of the first mktime call.
6504
6505 2006-04-25  Bruno Haible  <bruno@clisp.org>
6506
6507         * gnulib-tool (func_import): Output the include directives in three
6508         blocks, sorted separately.
6509         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6510
6511 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6512
6513         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6514         to define main with arguments, for C++.  Reported by Eric Blake.
6515         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6516         Prefer 'int main ()' to 'int main (void)', for C++.
6517         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6518         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6519         for 'main', for C99 and C++.
6520
6521 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6522
6523         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6524         Don't assume that exit status -1 is valid.
6525         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6526         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6527         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6528         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6529         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6530         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6531         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6532         functions can be used without declaring them, or that you can
6533         exit with status -1.
6534         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6535
6536 2006-04-24  Karl Berry  <karl@gnu.org>
6537
6538         * config/srclist.txt (longdouble.m4): sync lost.
6539
6540 2006-04-24  Eric Blake  <ebb9@byu.net>
6541
6542         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6543
6544 2006-04-24  Bruno Haible  <bruno@clisp.org>
6545
6546         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6547         poll() implementation in AIX.
6548         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6549
6550 2006-04-24  Bruno Haible  <bruno@clisp.org>
6551
6552         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6553         assigned exactly once.
6554
6555 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6556             Bruno Haible  <bruno@clisp.org>
6557
6558         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6559         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6560         for AM_CPPFLAGS.
6561
6562 2006-04-23  Bruno Haible  <bruno@clisp.org>
6563
6564         * modules/copy-file: Depend on unistd.
6565         * modules/execute: Likewise.
6566         * modules/fatal-signal: Likewise.
6567         * modules/findprog: Likewise.
6568         * modules/mkdtemp : Likewise.
6569         * modules/pipe: Likewise.
6570         * modules/wait-process: Likewise.
6571
6572 2006-04-23  Bruno Haible  <bruno@clisp.org>
6573
6574         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6575         condition was already detected.
6576         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6577
6578 2006-04-23  Bruno Haible  <bruno@clisp.org>
6579
6580         * lib/copy-file.c: Include <unistd.h> unconditionally.
6581         * lib/execute.c: Likewise.
6582         * lib/fatal-signal.c: Likewise.
6583         * lib/findprog.c: Likewise.
6584         * lib/mkdtemp.c: Likewise.
6585         * lib/pipe.h: Likewise.
6586         * lib/pipe.c: Likewise.
6587         * lib/wait-process.h: Likewise.
6588
6589 2006-04-23  Bruno Haible  <bruno@clisp.org>
6590
6591         * gnulib-tool (func_usage): Fix --import description. Document
6592         --update.
6593         (func_import): Create temporary file in a temporary directory, if
6594         --dry-run is specified. Silence errors from 'grep' when there are no
6595         m4 files in $m4dir.
6596         (func_create_testdir): Silence errors from 'grep' when there are no
6597         m4 files in $m4dir.
6598         Reported by Karl Berry <karl@freefriends.org>.
6599
6600 2006-04-20  Bruno Haible  <bruno@clisp.org>
6601
6602         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6603         one argument, so that the code will be portable to Autoconf 2.60.
6604         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6605         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6606         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6607
6608 2006-04-19  Derek Price  <derek@ximbiot.com>
6609             Eric Blake  <ebb9@byu.net>
6610
6611         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6612         rather than "/full/path.h".  Update comment to match.  Shorten &
6613         generalize m4_translit call via AS_TR_CPP.
6614
6615 2006-04-19  Derek Price  <derek@ximbiot.com>
6616             Eric Blake  <ebb9@byu.net>
6617
6618         * lib/inttypes.h: Correct grammar in comment.
6619
6620 2006-04-18  Derek Price  <derek@ximbiot.com>
6621             Paul Eggert  <eggert@cs.ucla.edu>
6622
6623         * modules/inttypes: New file.
6624         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6625
6626 2006-04-18  Derek Price  <derek@ximbiot.com>
6627             Paul Eggert  <eggert@cs.ucla.edu>
6628
6629         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6630         New files.
6631
6632 2006-04-18  Derek Price  <derek@ximbiot.com>
6633             Paul Eggert  <eggert@cs.ucla.edu>
6634
6635         * lib/inttypes.h: New file.
6636         * lib/strtoimax.c: Assume <inttypes.h>.
6637
6638 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6639
6640         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6641         isn't mounted.  Problem reported by Kir Kolyshkin.
6642
6643 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6644
6645         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6646         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6647         Derek R. Price.
6648         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6649         implementation.
6650
6651 2006-04-12  Eric Blake  <ebb9@byu.net>
6652
6653         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6654         is now done automatically by the corresponding Autoconf macro.
6655
6656 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6657
6658         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6659         time_r.h.
6660
6661 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6662
6663         Merge regex changes from libc, removing some of our
6664         POSIX-conformance changes that were rejected and redoing them in a
6665         less-intrusive way.
6666
6667         * lib/regcomp.c (re_compile_internal, init_dfa):
6668         Length arg is now size_t, not Idx.  All uses changed.
6669         (peek_token): Forward decl now says internal_function.
6670         (__re_error_msgid, __re_error_msgid_idx):
6671         Now static rather than extern with attribute_hidden.
6672         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6673         For some reason libc prefers K&R style defns for external functions.
6674         (regerror) [!defined _LIBC]: Likewise.
6675         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6676         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6677         (build_range_exp, build_collating_symbol):
6678         Use K&R-style defn.
6679         (re_compile_fastmap): Use '\0' to memset, not 0.
6680         (utf8_sb_map): Make the calculations more obvious.
6681         (init_dfa, parse_bracket_exp, build_charclass_op):
6682         Call calloc and cast result, as glibc does.
6683         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6684         (build_range_exp, build_collating_symbol):
6685         Now internal functions.
6686
6687         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6688
6689         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6690         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6691         Don't depend on VMS; depend on __VMS instead, for POSIX
6692         namespace cleanness.
6693         (regoff_t): Define to ssize_t, not long int.
6694
6695         Remove the REG_ macros named below.  Instead, make the old names
6696         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6697         __USE_GNU_REGEX.
6698         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6699         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6700         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6701         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6702         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6703         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6704         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6705         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6706         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6707         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6708         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6709         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6710         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6711         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6712         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6713         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6714         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6715         (REG_NREGS):
6716         Remove.  All uses replaced by the old RE_* names.
6717         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6718         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6719         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6720         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6721         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6722         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6723         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6724         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6725         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6726         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6727         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6728         Don't bother having these macros be independent of each others'
6729         values, since they no longer exist in the POSIX name space.
6730
6731         Rename the following member names back to their old names,
6732         unless !__USE_GNU_REGEX.  All uses changed back.
6733         (buffer): Renamed from re_buffer.
6734         (allocated): Renamed from re_allocated.
6735         (used): Renamed from re_used.
6736         (syntax): Renamed from re_syntax.
6737         (fastmap): Renamed from re_fastmap.
6738         (translate): Renamed from re_translate.
6739         (can_be_null): Renamed from re_can_be_null.
6740         (regs_allocated): Renamed from re_regs_allocated.
6741         (fastmap_accurate): Renamed from re_fastmap_accurate.
6742         (no_sub): Renamed from re_no_sub.
6743         (not_bol): Renamed from re_not_bol.
6744         (not_eol): Renamed from re_not_eol.
6745         (newline_anchor): Renamed from re_newline_anchor.
6746         (num_regs): Renamed from rm_num_regs.
6747         (start): Renamed from rm_start.
6748         (end): Renamed from rm_end.
6749
6750         (free_state): Move up a bit.
6751
6752         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6753         #define to be empty.
6754         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6755         when that is what is intended.
6756         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6757         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6758         (MAX): New macro.
6759         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6760         All uses changed back to re_malloc, etc.  It's now the caller's
6761         responsibility to check for overflow; all callers changed.
6762         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6763         (re_x2nrealloc): Remove.
6764         (free_state): Remove decl.
6765
6766         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6767         (re_set_registers, re_exec):
6768         Use K&R-style defn.
6769
6770         2006-01-31  Roland McGrath  <roland@redhat.com>
6771
6772         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6773         Reported by Mike Frysinger <vapier@gentoo.org>.
6774
6775         2006-01-15  Andreas Jaeger  <aj@suse.de>
6776
6777         [BZ #1950]
6778         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6779         build_wcs_upper_buffer change.
6780         (build_wcs_upper_buffer): Change return type.
6781
6782         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6783
6784         * lib/regex_internal.h: Include <stdint.h> if available.
6785
6786         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6787
6788         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6789
6790         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6791
6792         * lib/regcomp.c: Adjust for changed secondary hash function.
6793
6794         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6795
6796         * lib/regex.h: Pretty printing.
6797         Clean up namespace a bit.
6798
6799         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6800
6801         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6802         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6803
6804         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6805                     Ulrich Drepper  <drepper@redhat.com>
6806
6807         [BZ #1302]
6808         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6809         changed.
6810         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6811
6812         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6813
6814         [BZ #281]
6815         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6816         * lib/regcomp.c: Remove unnecessary uses of
6817         unsigned RE_TRANSLATE_TYPE.
6818         * lib/regex_internal.h: Likewise.
6819         * lib/regex_internal.c: Likewise.
6820         * lib/regexec.c: Likewise.
6821         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6822
6823         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6824
6825         * lib/regexec.c (find_recover_state): Remove unnecessary
6826         initialization.
6827         (transit_state_bkref): Make DFA a const pointer.
6828         (get_subexp): Likewise.
6829         (check_arrival): Likewise.
6830         (update_cur_sifted_state): Likewise.
6831         (re_search_internal): Likewise.
6832         (prune_impossible_nodes): Likewise.
6833         (acquire_init_state_context): Likewise.
6834         (proceed_next_node): Likewise.
6835         (set_regs): Likewise.
6836         (free_fail_stack_return): Likewise.
6837         (check_arrival_expand_ecl): Mark DFA parameter as const.
6838         (check_arrival_expand_ecl_sub): Likewise.
6839         (check_subexp_limits): Likewise.
6840         (sub_epsilon_src_nodes):  Likewise.
6841         (add_epsilon_src_nodes):  Likewise.
6842         (merge_state_array): Likewise.
6843         (update_regs): Likewise.
6844         (build_trtable): Likewise.
6845         (sift_states_backward): Mark MCTX parameter as const.
6846         (build_sifted_states): Likewise.
6847         (update_cur_sifted_state): Likewise.
6848         (sift_states_mkref): Likewise.
6849         (check_arrival_expand_ecl): Mark eclosure as const.
6850         (check_dst_limits_calc_pos_1): Likewise.
6851         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6852         pointer.
6853
6854         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6855
6856         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6857         (transit_state_sb): Likewise.
6858         (transit_state_mb): Likewise.
6859         (sift_states_iter_mb): Likewise.
6860         (check_arrival_add_next_nodes): Likewise.
6861         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6862         [_LIBC] (re_search_2_stub): Use mempcpy.
6863
6864         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6865         mbrtowc for very simple UTF-8 case.
6866
6867         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6868         a pointer-to-const.
6869         (re_acquire_state_context): Likewise.
6870         * lib/regex_internal.h: Adjust prototypes.
6871
6872         * lib/regex.c: Prevent using C++ compilers.
6873
6874         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
6875         (re_acquire_state_context): Likewise.
6876
6877 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6878
6879         * modules/regex (Depends-on): Add ssize_t.
6880
6881 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6882
6883         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
6884         translation table.
6885
6886 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6887
6888         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
6889
6890 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
6891             Bruno Haible  <bruno@clisp.org>
6892
6893         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
6894         <sys/types.h> and <inttypes.h>.
6895
6896 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6897
6898         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
6899         `__error_t_defined', so argp.h will not typedef the former.
6900
6901 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
6902
6903         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
6904         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
6905         glibc names.  Even if glibc is changed to conform to POSIX, the
6906         traditional names will be available anyway, since regex depends on
6907         the extensions module.  Also, fix a longstanding typo in the
6908         implementation of Spencer ERE test #75 from grep 2.3.  Problems
6909         reported by Emanuele Giaquinta.  Also, change sense of cached
6910         variable, so that the message makes sense.
6911
6912 2006-03-24  Simon Josefsson  <jas@extundo.com>
6913
6914         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
6915         including some doc fixes.
6916         (base64_encode_alloc): Fix +1 bug on allocation failures.
6917
6918 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6919
6920         * lib/base64.c (base64_encode): Do not read past end of array with
6921         unsanitized input on systems with CHAR_BIT > 8.
6922
6923 2006-03-24  Eric Blake  <ebb9@byu.net>
6924
6925         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
6926
6927 2006-03-22  Karl Berry  <karl@gnu.org>
6928
6929         * config/srclist.txt (*setenv.[ch]): get from coreutils.
6930         * config/srclistvars.sh (COREUTILS): new var.
6931
6932 2006-03-17  Jim Meyering  <jim@meyering.net>
6933
6934         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
6935         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
6936
6937 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6938
6939         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
6940         no longer needs it.  Instead, check that regoff_t is as least
6941         as wide as ptrdiff_t.
6942
6943         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
6944         so that our regex.h stays compatible with the installed regex.
6945         This is helpful for installers who configure --without-included-regex.
6946         Problem reported by Emanuele Giaquinta.
6947
6948 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
6949
6950         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
6951         Typedef to long int, not to off_, as POSIX will likely change
6952         in that direction.
6953
6954 2006-03-15  Eric Blake  <ebb9@byu.net>
6955
6956         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
6957
6958 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
6959
6960         * lib/argp-help.c (validate_uparams): Fix typo
6961         * lib/argp-parse.c (argp_default_options): Consistently begin help
6962         messages with a lowercase letter.
6963
6964 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
6965
6966         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
6967         overrun buffers and shouldn't be used (much as gets shouldn't be
6968         used).
6969         * lib/time_r.c (asctime_r, ctime_r): Likewise.
6970
6971 2006-03-08  Simon Josefsson  <jas@extundo.com>
6972
6973         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
6974         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6975
6976 2006-03-08  Simon Josefsson  <jas@extundo.com>
6977
6978         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
6979         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6980
6981 2006-03-08  Simon Josefsson  <jas@extundo.com>
6982
6983         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
6984         signal that configure disabled the device.
6985
6986 2006-03-08  Simon Josefsson  <jas@extundo.com>
6987
6988         * build-aux/maint.mk: Fix refresh-po, to handle no translated
6989         languages.
6990
6991 2006-03-07  Simon Josefsson  <jas@extundo.com>
6992
6993         * modules/getopt (Depends-on): Add unistd.
6994
6995         * modules/unistd: New file.
6996
6997 2006-03-07  Simon Josefsson  <jas@extundo.com>
6998
6999         * modules/gc-random: New file.
7000
7001 2006-03-07  Simon Josefsson  <jas@extundo.com>
7002
7003         * m4/unistd_h.m4: New file.
7004
7005 2006-03-07  Simon Josefsson  <jas@extundo.com>
7006
7007         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7008         test to be side-effect free by storing the result in the cache
7009         variable gl_cv_lib_readline, and moving the assignment of
7010         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7011         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7012
7013 2006-03-07  Simon Josefsson  <jas@extundo.com>
7014
7015         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7016         error on missing devices (the functions will return an error).
7017
7018         * m4/gc.m4: Move random stuff to gc-random.m4
7019
7020 2006-03-07  Simon Josefsson  <jas@extundo.com>
7021
7022         * lib/unistd_.h: New file.
7023
7024 2006-03-07  Simon Josefsson  <jas@extundo.com>
7025
7026         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7027
7028 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7029
7030         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7031         Problem reported by Juan Manuel Guerrero.
7032
7033 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7034
7035         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7036         the unistd module.
7037         * lib/getlogin_r.c: Likewise.
7038         * lib/getlogin_r.h: Likewise.
7039         * lib/glob.c: Likewise.
7040         * lib/pagealign_alloc.c: Likewise.
7041         * lib/unistd_.h: Remove; no longer needed.
7042
7043 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7044
7045         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7046         Add unistd.
7047         * modules/c-stack (Depends-on): Add unistd.
7048         * modules/getlogin_r: Likewise.
7049         * modules/glob: Likewise.
7050         * modules/pagealign_alloc: Likewise.
7051         * modules/unistd (Files): Remove lib/unistd_.h.
7052         (EXTRA_DIST): Remove.
7053         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7054         need unistd_.h.
7055         (MOSTLYCLEANFILES): Remove unistd.h-t.
7056
7057 2006-03-03  Simon Josefsson  <jas@extundo.com>
7058
7059         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7060
7061 2006-03-03  Simon Josefsson  <jas@extundo.com>
7062
7063         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7064         libidn and bison.
7065
7066 2006-03-03  Simon Josefsson  <jas@extundo.com>
7067
7068         * build-aux/maint.mk: Add indent target.
7069
7070 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7071
7072         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7073         our replacement poll.h in any case, to avoid a differing
7074         declaration from a system header.  Seen on AIX.
7075
7076 2006-03-01  Simon Josefsson  <jas@extundo.com>
7077
7078         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7079         <kasal@ucw.cz>.
7080
7081 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7082
7083         * modules/gettime (Depends-on): Add extensions module.
7084         * modules/nanosleep (Depends-on): Likewise.
7085         * modules/settime (Depends-on): Likewise.
7086
7087 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7088
7089         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7090         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7091         pedantically.
7092         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7093         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7094
7095         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7096         not "==".  Reported by Ralf Wildenhues.
7097
7098 2006-03-01  Karl Berry  <karl@gnu.org>
7099
7100         * doc/Copyright/request-*: new files, synced from gnuorg.
7101
7102 2006-03-01  Karl Berry  <karl@gnu.org>
7103
7104         * config/srclist.txt (Copyright/*): new entries.
7105
7106 2006-02-28  Simon Josefsson  <jas@extundo.com>
7107
7108         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7109
7110 2006-02-27  Simon Josefsson  <jas@extundo.com>
7111
7112         * lib/base64.h: Indent #define's.  From Jim Meyering
7113         <jim@meyering.net>.
7114
7115 2006-02-27  Jim Meyering  <jim@meyering.net>
7116
7117         Revert the change of 2006-02-24, so these files can continue
7118         to be sync'd from gettext.
7119         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7120         of `config.h'.
7121
7122 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7123
7124         * modules/intprops: New file.
7125         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7126         Add intprops.
7127         * modules/getloadavg (Files): Remove lib/intprops.h.
7128         (Depends-on): Add intprops.
7129         * modules/human: Likewise.
7130         * modules/inttostr: Likewise.
7131         * modules/openat: Likewise.
7132         * modules/sig2str: Likewise.
7133         * modules/userspec: Likewise.
7134         * modules/utimecmp: Likewise.
7135         * modules/xnanosleep: Likewise.
7136         * modules/xstrtol: Likewise.
7137
7138 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7139
7140         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7141         * modules/lock-tests (TESTS): Use $(EXEEXT).
7142         * modules/tls-tests: Likewise.
7143         * modules/argp-tests: Likewise.
7144         (check_PROGRAMS): New var, replacing...
7145         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7146
7147 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7148
7149         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7150         `config.h'.
7151
7152 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7153
7154         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7155
7156 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7157
7158         Sync from coreutils.
7159         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7160         gl_CHDIR_SAFER.
7161
7162 2006-02-22  Jim Meyering  <jim@meyering.net>
7163
7164         Sync from coreutils.
7165         * m4/chdir-safer.m4: New file.
7166
7167 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7168
7169         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7170         AT_FDCWD exceeds INT_MAX.
7171         * lib/openat.h (AT_FDCWD): Likewise.
7172
7173 2006-02-17  Eric Blake  <address@hidden>
7174
7175         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7176
7177 2006-02-16  Simon Josefsson  <jas@extundo.com>
7178
7179         * modules/getaddrinfo (Depends-on): Add sys_socket.
7180
7181 2006-02-15  Simon Josefsson  <jas@extundo.com>
7182
7183         * build-aux/maint.mk: Add dsyntax-check rule.
7184
7185 2006-02-15  Eric Blake  <ebb9@byu.net>
7186
7187         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7188         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7189         'present but cannot compile' warnings on cygwin.
7190         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7191         use ws2tcpip.h if sys/socket.h works.
7192         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7193         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7194
7195 2006-02-14  Simon Josefsson  <jas@extundo.com>
7196
7197         * modules/maintainer-makefile (Files): Rename.
7198
7199         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7200         and (the local) Makefile.cfg to maint-cfg.mk.
7201
7202         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7203         to the latter.
7204
7205         * modules/maintainer-makefile: New module.
7206
7207         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7208         severaly stripped to make it possible to build it up from scratch
7209         with reliable tests.
7210
7211         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7212         fixes to permit overriding the default actions when configure and
7213         makefile are not available.
7214
7215 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7216
7217         Sync from coreutils.
7218         * modules/lstat (Depends-on): Don't depend on xalloc.
7219         (License): Change from GPL to LGPL, since this is now simply a
7220         replacement for a libc function.
7221
7222 2006-02-14  Jim Meyering  <jim@meyering.net>
7223
7224         Sync from coreutils.
7225
7226         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7227         failure on deficient systems, and simplify gnulib lgpl dependencies.
7228         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7229         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7230
7231         * lib/xalloc-die.c: Remove unused definition of N_.
7232
7233 2006-02-14  Jim Meyering  <jim@meyering.net>
7234
7235         Sync from coreutils.
7236         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7237         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7238         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7239         double-quote uses of that variable, to accommodate the rare case in
7240         which getmntent is available in none of the libraries checked.  This
7241         happens at least on FreeBSD 5.0.
7242
7243 2006-02-13  Simon Josefsson  <jas@extundo.com>
7244
7245         * gnulib-tool (Usage): Fix --import, from
7246         karl@freefriends.org (Karl Berry).
7247
7248 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7249
7250         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7251
7252 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7253
7254         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7255         "autoupdate" on 2005-12-12.
7256
7257 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7258
7259         * modules/closeout (Depends-on): Remove atexit.
7260
7261 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7262
7263         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7264         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7265
7266 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7267
7268         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7269         __EXTENSIONS__ if this causes compilation to fail.  Problem
7270         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7271         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7272
7273 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7274
7275         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7276         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7277         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7278         All uses changed.
7279
7280 2006-01-26  Simon Josefsson  <jas@extundo.com>
7281
7282         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7283         prototype is visible on mingw32.
7284
7285         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7286         for mingw32.
7287
7288         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7289         mingw32).
7290
7291 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7292
7293         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7294         attempt to open for write; this always fails, at least on POSIX
7295         hosts.  This reinstates the 2006-01-09 change, which was
7296         inadvertently removed.
7297
7298 2006-01-26  Bruno Haible  <bruno@clisp.org>
7299
7300         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7301         Reported by Paul Eggert.
7302
7303 2006-01-26  Bruno Haible  <bruno@clisp.org>
7304             Paul Eggert  <eggert@cs.ucla.edu>
7305
7306         * lib/stdbool_.h (_Bool)
7307         [(! (defined __cplusplus || defined __BEOS__)
7308           && !defined __GNUC__
7309           && !(defined __HP_cc || defined __xlc__
7310                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7311                || defined __sgi))]:
7312         #define to signed char in these cases too; this simplifies
7313         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7314         etc., separately) and makes it more conservative.
7315
7316 2006-01-25  Simon Josefsson  <jas@extundo.com>
7317
7318         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7319         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7320         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7321
7322 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7323
7324         * lib/argp-namefrob.h: Bugfix. Remove stray #
7325
7326 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7327
7328         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7329         so that we test the test.
7330         Check for yet another HP-UX cc bug involving *bool |= bool.
7331
7332 2006-01-25  Karl Berry  <karl@gnu.org>
7333
7334         * config/srclist.txt (vasnprintf.c): sync lost.
7335
7336 2006-01-25  Jim Meyering  <jim@meyering.net>
7337
7338         Sync from the stable (b5) branch of coreutils:
7339
7340         * lib/fts.c (fts_children): Don't let close() clobber errno from
7341         failed fchdir().
7342
7343         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7344         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7345         a dangling symlink.  That can also happen at least for ELOOP.
7346         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7347         FYI, this bug predates the inclusion of fts.c in coreutils.
7348
7349         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7350         in their own block, so pre-c99 compilers don't object.
7351
7352         Avoid the double-free (first in fts_read, second in fts_close) that
7353         would occur when an `active' directory is made inaccessible (e.g.,
7354         via chmod a-x) during a traversal.
7355         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7356         before returning.  Reproduce this failure by
7357         mkdir -p a/b; cd a; chmod a-x . b
7358         Reported by Stavros Passas.
7359
7360 2006-01-25  Jim Meyering  <jim@meyering.net>
7361
7362         * lib/fileblocks.c: Remove more useless parentheses.
7363         * lib/readutmp.h: Likewise.
7364
7365 2006-01-25  Bruno Haible  <bruno@clisp.org>
7366
7367         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7368         warnings.
7369         Reported by Paul Eggert.
7370
7371 2006-01-25  Bruno Haible  <bruno@clisp.org>
7372
7373         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7374         rid of a trap command. For Solaris sh.
7375         Reported by Mark D. Baushke <mdb@gnu.org>.
7376
7377 2006-01-24  Simon Josefsson  <jas@extundo.com>
7378
7379         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7380         Bruno.
7381
7382 2006-01-24  Karl Berry  <karl@gnu.org>
7383
7384         * config/srclist.txt (argp-namefrob.h): sync lost.
7385
7386 2006-01-24  Jim Meyering  <jim@meyering.net>
7387
7388         * modules/openat (Files): Add lib/intprops.h.
7389         From Mark D. Baushke.
7390
7391 2006-01-24  Jim Meyering  <jim@meyering.net>
7392
7393         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7394         Reported by Mark D. Baushke.
7395
7396 2006-01-24  Jim Meyering  <jim@meyering.net>
7397
7398         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7399
7400 2006-01-24  Bruno Haible  <bruno@clisp.org>
7401
7402         * modules/strnlen (Maintainer): Change from glibc to all.
7403
7404 2006-01-24  Bruno Haible  <bruno@clisp.org>
7405
7406         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7407         Patch by Paul Eggert.
7408
7409 2006-01-24  Bruno Haible  <bruno@clisp.org>
7410
7411         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7412         already has it.
7413         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7414         2005-11-26.
7415
7416         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7417         'signed char' to avoid problems with the built-in _Bool type.
7418         Reported by Paul Eggert on 2005-11-26.
7419
7420 2006-01-24  Bruno Haible  <bruno@clisp.org>
7421
7422         * gnulib-tool (func_import): Avoid constructing complicated sed
7423         expressions inside backquote.
7424         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7425
7426 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7427
7428         These changes imported from libc.
7429         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7430         test and two separate function calls.
7431         * lib/strndup.c (__strndup): Add libc_hidden_def.
7432
7433 2006-01-23  Simon Josefsson  <jas@extundo.com>
7434
7435         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7436         Remove the test_*_SOURCES variable: automake infers it by default.
7437         * modules/tls-tests: Likewise.
7438
7439 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7440
7441         Work around porting bugs reported by Dieter in
7442         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7443         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7444         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7445         Include "getopt.h" first, to check interface.
7446         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7447         !HAVE_DECL_GETENV.
7448         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7449         (__strndup): Revert to K&R-style function dfns, the glibc style.
7450         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7451         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7452         Include strnlen.h first, to get prototype properly.
7453         (strnlen): Renamed from __strnlen.
7454         Remove weak alias.
7455
7456 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7459
7460 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7461
7462         * config/srclist.txt: Adjust to reflect glibc reorganization.
7463         This affects only comments.
7464
7465 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7466
7467          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7468          Reported by Bruce Korb <bkorb@gnu.org>.
7469
7470 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7471
7472         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7473         to pacify gcc -Wswitch-default.
7474
7475 2006-01-22  Bruno Haible  <bruno@clisp.org>
7476
7477         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7478         temporary buffer for sprintf, take into account the precision also
7479         for 'd', 'i', 'u', 'o', 'x', 'X'.
7480
7481 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7482
7483         * modules/argp-tests: New module
7484         * tests/test-argp.c: New file
7485         * tests/test-argp-2.sh: New file
7486
7487 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7488
7489         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7490         (__argp_base_name): Removed
7491         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7492         typo.
7493         (__argp_base_name): Provide macro definition or extern declaration
7494         depending on the configuration
7495
7496 2006-01-20  Simon Josefsson  <jas@extundo.com>
7497
7498         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7499
7500 2006-01-20  Simon Josefsson  <jas@extundo.com>
7501
7502         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7503
7504 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7505
7506         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7507         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7508         Suggested by Bruno Haible.
7509
7510 2006-01-20  Karl Berry  <karl@gnu.org>
7511
7512         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7513         until changes propagate, I guess.
7514
7515 2006-01-19  Simon Josefsson  <jas@extundo.com>
7516
7517         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7518
7519 2006-01-19  Simon Josefsson  <jas@extundo.com>
7520
7521         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7522
7523 2006-01-19  Simon Josefsson  <jas@extundo.com>
7524
7525         * gnulib-tool: Set check_PROGRAMS.
7526
7527         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7528         modules/des-tests, modules/gc-arcfour-tests,
7529         modules/gc-arctwo-tests, modules/gc-des-tests,
7530         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7531         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7532         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7533         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7534         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7535         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7536         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7537         test_*_SOURCES.
7538
7539 2006-01-18  Simon Josefsson  <jas@extundo.com>
7540
7541         * modules/socklen (Depends-on): Depend on sys_socket.
7542
7543 2006-01-18  Simon Josefsson  <jas@extundo.com>
7544
7545         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7546         modules/des-tests, modules/gc-arcfour-tests,
7547         modules/gc-arctwo-tests, modules/gc-des-tests,
7548         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7549         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7550         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7551         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7552         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7553         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7554         $(EXEEXT) to automake TESTS variable, for mingw32.
7555
7556 2006-01-17  Simon Josefsson  <jas@extundo.com>
7557
7558         * modules/socklen (Include): Need sys/socket.h.
7559
7560 2006-01-17  Bruno Haible  <bruno@clisp.org>
7561
7562         * modules/ssize_t (Include): Add <sys/types.h>.
7563
7564 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7565
7566         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7567         it's not portable and it doesn't work with cross-compiles.
7568         Problem reported by Bruno Haible.  Fix missing-$ typo in
7569         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7570         -zignore from being used with Sun's C compiler.
7571
7572 2006-01-12  Simon Josefsson  <jas@extundo.com>
7573
7574         * lib/base64.c: Fix warning, reported by Bruno Haible
7575         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7576
7577 2006-01-12  Bruno Haible  <bruno@clisp.org>
7578
7579         * modules/ldd: New file.
7580         * build-aux/ldd.sh.in: New file.
7581         * MODULES.html.sh (Support for building libraries and executables): Add
7582         ldd.
7583
7584 2006-01-12  Bruno Haible  <bruno@clisp.org>
7585
7586         * m4/ldd.m4: New file.
7587
7588 2006-01-12  Bruno Haible  <bruno@clisp.org>
7589
7590         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7591         endless loop while replacing $auxdir with build-aux.
7592
7593 2006-01-11  Simon Josefsson  <jas@extundo.com>
7594
7595         * lib/stdint_.h (SIZE_MAX): Add missing (.
7596
7597 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7598
7599         Sync from coreutils.
7600         * lib/md5.c: Fix commentary typos.
7601         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7602         * lib/md5.h (__attribute__): Remove; unused.
7603         * lib/sha1.c: Fix commentary to match md5 better.
7604         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7605         so that we don't need to worry about alignment.  All uses changed.
7606         This merges the 2005-10-28 md5 change into sha1.
7607
7608 2006-01-11  Jim Meyering  <jim@meyering.net>
7609
7610         Sync from coreutils.
7611         * lib/md5.c (OP): Fix spacing.
7612
7613 2006-01-11  Bruno Haible  <bruno@clisp.org>
7614
7615         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7616         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7617         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7618
7619 2006-01-11  Bruno Haible  <bruno@clisp.org>
7620
7621         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7622         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7623         the "early" section as well.
7624
7625 2006-01-11  Bruno Haible  <bruno@clisp.org>
7626
7627         Avoid "ar: no archive members specified" error on MacOS X.
7628         * gnulib-tool (func_modules_add_dummy): New function.
7629         (func_import, func_create_testdir): Invoke it.
7630
7631 2006-01-11  Bruno Haible  <bruno@clisp.org>
7632
7633         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7634         with $auxdir in AC_CONFIG_FILES statements.
7635
7636 2006-01-11  Bruno Haible  <bruno@clisp.org>
7637
7638         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7639         Initialize also noinst_HEADERS to empty.
7640
7641 2006-01-11  Bruno Haible  <bruno@clisp.org>
7642
7643         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7644         variables.
7645         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7646         autoreconf.
7647
7648 2006-01-11  Bruno Haible  <bruno@clisp.org>
7649
7650         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7651         overridable by the user.
7652         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7653
7654 2006-01-10  Simon Josefsson  <jas@extundo.com>
7655
7656         * modules/sys_socket: New file.
7657
7658 2006-01-10  Simon Josefsson  <jas@extundo.com>
7659
7660         * m4/sys_socket_h.m4: New file.
7661
7662 2006-01-10  Simon Josefsson  <jas@extundo.com>
7663
7664         * lib/socket_.h: New file.
7665
7666 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7667
7668         * modules/readutmp (Maintainer): Add myself.
7669
7670 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7671
7672         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7673         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7674         People who are still concerned with buggy memcmp implementations
7675         can invoke gl_FUNC_MEMCMP themselves.
7676
7677 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7678
7679         * lib/regex_internal.h (BITSET_WORD_BITS):
7680         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7681         preprocessor mishandles large unsigned values as if they were signed.
7682         Problem reported by Claudio Fontana in
7683         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7684
7685 2006-01-10  Jim Meyering  <jim@meyering.net>
7686
7687         Avoid the double-free (first in fts_read, second in fts_close) that
7688         would occur when an `active' directory is made inaccessible (e.g.,
7689         via chmod a-x) during a traversal.
7690         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7691         before returning.  Reproduce this failure by
7692         mkdir -p a/b; cd a; chmod a-x . b
7693         Reported by Stavros Passas.
7694
7695         Sync from coreutils.
7696         * lib/sha1.c: Tweak grammar in a comment.
7697
7698 2006-01-10  Jim Meyering  <jim@meyering.net>
7699
7700         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7701         Patch by Joerg Sonnenberger.
7702
7703 2006-01-10  Bruno Haible  <bruno@clisp.org>
7704
7705         * modules/readutmp: Depend on module free.
7706         * modules/strtok_r: Depend on module restrict.
7707
7708 2006-01-10  Bruno Haible  <bruno@clisp.org>
7709
7710         * modules/gettext (configure.ac): Add an invocation of
7711         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7712
7713 2006-01-10  Bruno Haible  <bruno@clisp.org>
7714
7715         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7716         Reported by Werner Lemberg <wl@gnu.org>.
7717
7718 2006-01-10  Bruno Haible  <bruno@clisp.org>
7719
7720         * lib/localcharset.c: Update from GNU gettext.
7721
7722 2006-01-10  Bruno Haible  <bruno@clisp.org>
7723
7724         * lib/argp.h (__const): Remove macro. Use const instead.
7725         * lib/argp-fmtstream.h (__const): Likewise.
7726         * lib/glob_.h (__const): Remove macro.
7727         * lib/glob-libc.h: Use const instead of __const.
7728
7729 2006-01-10  Bruno Haible  <bruno@clisp.org>
7730
7731         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7732         variable.
7733         Needed to avoid an automake error regarding the 'gettext' module.
7734
7735 2006-01-09  Simon Josefsson  <jas@extundo.com>
7736
7737         * modules/inet_ntop (Depends-on): Add restrict.
7738
7739 2006-01-09  Simon Josefsson  <jas@extundo.com>
7740
7741         * modules/gc-rijndael-tests (License): Put under LGPL.
7742
7743         * modules/gc-des-tests (License): Likewise.
7744
7745         * modules/gc-arcfour-tests (License): Likewise.
7746
7747         * modules/gc-arctwo-tests (License): Likewise.
7748
7749         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7750
7751         * modules/gc-hmac-sha1-tests (Files): Likewise.
7752
7753         * modules/gc-hmac-md5-tests (License): Likewise.
7754
7755         * modules/gc-sha1-tests (License): Likewise.
7756
7757         * modules/gc-md5-tests (License): Likewise.
7758
7759         * modules/gc-md4-tests (License): Likewise.
7760
7761         * modules/gc-md2-tests (License): Likewise.
7762
7763         * modules/gc-tests (License): Likewise.
7764
7765         * modules/des-tests (License): Likewise.
7766
7767         * modules/md4-tests (License): Likewise.
7768
7769         * modules/md2-tests (License): Likewise.
7770
7771 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7772
7773         Sync from coreutils:
7774
7775         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7776         * modules/lib-ignore: New file.
7777         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7778         chdir-safer.m4, lchmod.m4.
7779         * modules/openat: Add mkdirat.c, openat-priv.h.
7780
7781 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7782
7783         Sync from coreutils.
7784         * m4/lib-ignore.m4: New file.
7785         * m4/lchmod.m4: New file.
7786
7787 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7788
7789         Sync from coreutils.
7790         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7791         for write access: POSIX says that must fail.
7792         * lib/fts.c (diropen): Likewise.
7793         * lib/save-cwd.c (save_cwd): Likewise.
7794         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7795         well, for minor improvements on hosts that lack O_DIRECTORY.
7796         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7797         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7798         Fall back on chown if open failed with EACCES.
7799
7800         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7801         Report an error at compile-time if only a 1-second nominal clock
7802         resolution is found.
7803
7804         * lib/lchmod.h: New file.
7805         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7806         (make_dir_parents): Use lchown rather than chown, and
7807         lchmod rather than chmod.
7808
7809         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7810         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7811         "proc" reported by n0dalus.
7812
7813         * lib/mountlist.c: Include <limits.h>.
7814         (dev_from_mount_options)
7815         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7816         New function.  It no longer assumes "dev=" has the System V meaning
7817         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7818         (read_file_system_list)
7819         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7820         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7821         dev= in that case.
7822
7823         * lib/posixtm.h (PDS_PRE_2000): New macro.
7824         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7825         allow_century.  All usages changed.  Reject dates outside the range
7826         1969-1999 if PDS_PRE_2000 is used.
7827
7828 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7829
7830         Sync from coreutils.
7831         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7832         (Time of day items): Mention the possibility of leap seconds.
7833         Problem reported by Dr. David Alan Gilbert.
7834
7835 2006-01-09  Jim Meyering  <jim@meyering.net>
7836
7837         Sync from coreutils.
7838
7839         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7840
7841         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7842
7843         * lib/modechange.c (mode_compile): Reject an invalid mode string
7844         that starts with an octal digit.  From Andreas Gruenbacher.
7845
7846         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7847         and dup to open_safer and dup_safer, respectively.
7848         (openat_permissive): Fix typo in comment.
7849
7850         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7851         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7852         (_): Remove; no longer needed.
7853         (openat): Renamed from rpl_openat; no need for rpl_openat
7854         since openat.h renames openat for us.
7855         Replace most of the body with a call to openat_permissive,
7856         to avoid duplicate code.
7857         Port to (probably hypothetical) environments were mode_t is
7858         wider than int.
7859         (openat_permissive): Require mode arg, so that we can check
7860         types better.  Put it just after flags.  Change cwd failure
7861         indicator from pointer-to-bool to pointer-to-errno-value.
7862         All callers changed.
7863         Invoke openat_save_fail and/or openat_restore_fail if
7864         cwd_errno is null, so that openat can call us.
7865         (openat_permissive, fdopendir, fstatat, unlinkat):
7866         Simplify errno handling to avoid some duplicate code,
7867         as it's OK to set errno on success.
7868         * lib/openat.h: Revamp code so that function macros depend on
7869         __OPENAT_PREFIX only, not also on AT_FDCWD.
7870         (openat_ro): Remove.  Caller changed to use openat_permissive.
7871         (openat_permissive): Now a macro, if not a function.
7872         (openat_restore_fail, openat_save_fail): Now always functions,
7873         since mkdirat needs them even if __OPENAT_PREFIX is defined.
7874
7875         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
7876         and openat.c.
7877         * lib/mkdirat.c: Include openat-priv.h.
7878         Remove definitions of macros defined therein.
7879         * lib/openat.c: Likewise.
7880
7881         * lib/mkdirat.c (mkdirat): New file and function.
7882         * lib/openat.h (mkdirat): Declare.
7883
7884         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
7885
7886         * lib/openat.h (openat_permissive): Declare.
7887         (openat_ro): Define.
7888
7889         * lib/openat.c (EXPECTED_ERRNO): New macro.
7890         (openat_permissive): New function -- used in remove.c rewrite.
7891         (all functions): Set errno just before returning, only if there
7892         was an actual failure.
7893         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
7894
7895         Emulate openat-family functions using Linux's procfs, if possible.
7896         Idea and some code based on Ulrich Drepper's glibc changes.
7897
7898         * lib/openat.c: (BUILD_PROC_NAME): New macro.
7899         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
7900         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
7901         before falling back on save_cwd and restore_cwd.
7902         (fdopendir, fstatat, unlinkat): Likewise.
7903
7904         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
7905         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
7906
7907         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
7908         as second argument to va_arg.  Otherwise, some versions of gcc
7909         warn that `if this code is reached, the program will abort'.
7910
7911 2006-01-09  Jim Meyering  <jim@meyering.net>
7912
7913         Sync from coreutils.
7914         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
7915         Require openat-priv.h.
7916
7917 2006-01-09  Bruno Haible  <bruno@clisp.org>
7918
7919         * modules/strnlen (Include): Use strnlen.h.
7920
7921 2006-01-09  Bruno Haible  <bruno@clisp.org>
7922
7923         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
7924
7925 2006-01-09  Bruno Haible  <bruno@clisp.org>
7926
7927         * lib/sysexit_.h (EX_OK): New macro.
7928         Suggested by Martin Lambers <marlam@marlam.de>.
7929
7930 2006-01-09  Bruno Haible  <bruno@clisp.org>
7931
7932         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
7933         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
7934
7935 2006-01-09  Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
7938         numbers.
7939
7940 2006-01-09  Bruno Haible  <bruno@clisp.org>
7941
7942         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
7943         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
7944         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
7945         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
7946
7947 2006-01-09  Bruno Haible  <bruno@clisp.org>
7948
7949         * build-aux/javacomp.sh.in: New file, moved from lib/.
7950         * modules/javacomp-script (Files): Update.
7951         (configure.ac): Add AC_CONFIG_FILES invocation.
7952         (EXTRA_DIST): Remove variable.
7953
7954         * build-aux/javaexec.sh.in: New file, moved from lib/.
7955         * modules/javaexec (Files): Update.
7956         (configure.ac): Add AC_CONFIG_FILES invocation.
7957         (EXTRA_DIST): Remove javaexec.sh.in.
7958
7959         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
7960         * modules/csharpcomp-script (Files): Update.
7961         (configure.ac): Add AC_CONFIG_FILES invocation.
7962         (EXTRA_DIST): Remove variable.
7963
7964         * build-aux/csharpexec.sh.in: New file, moved from lib/.
7965         * modules/csharpexec (Files): Update.
7966         (configure.ac): Add AC_CONFIG_FILES invocation.
7967         (EXTRA_DIST): Remove csharpexec.sh.in.
7968
7969 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7970
7971         Sync from coreutils.
7972
7973         Add POSIX ACL support
7974         * lib/acl.h (copy_acl, set_acl): Add declarations.
7975         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
7976         systems other than Linux.
7977         (chmod_or_fchmod): New function: use fchmod when possible,
7978         and chmod otherwise.
7979         (file_has_acl): Add a POSIX ACL implementation, with a
7980         Linux-specific subcase.
7981         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
7982         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
7983         acls are unsupported.
7984         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
7985         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
7986         are unsupported.
7987
7988 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
7989
7990         Sync from coreutils.
7991         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
7992
7993 2006-01-07  Bruno Haible  <bruno@clisp.org>
7994
7995         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
7996         gl_EARLY.
7997
7998 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
7999
8000         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8001         Problem reported for Mingw by Mark Junker.
8002
8003 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8004
8005         * README: Gnulib normally doesn't generate a tarball.
8006
8007 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8008
8009         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8010         long int, not int, for nanosecond counts, so that people who are
8011         used to POSIX struct timespec won't be surprised.  Reported by Jim
8012         Meyering.
8013
8014 2005-12-28  Bruno Haible  <bruno@clisp.org>
8015
8016         * build-aux/config.rpath: Update from GNU gettext.
8017
8018 2005-12-16  Jim Meyering  <jim@meyering.net>
8019
8020         * modules/fprintftime: New module.
8021         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8022
8023 2005-12-16  Jim Meyering  <jim@meyering.net>
8024
8025         * m4/fprintftime.m4: New file.
8026
8027 2005-12-16  Jim Meyering  <jim@meyering.net>
8028
8029         * lib/fprintftime.c, lib/fprintftime.h: New files.
8030
8031 2005-12-15  Simon Josefsson  <jas@extundo.com>
8032
8033         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8034         new m4/socklen.m4.
8035
8036 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8037
8038         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8039         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8040
8041 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8042
8043         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8044         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8045         struct uparams is valid. Fall back to the default values if it is
8046         not.
8047
8048 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8049
8050         * modules/argp (Files): Add argp-pin.c
8051         (Depends-on): dirname
8052         (lib_SOURCES): Add argp-pin.c
8053
8054 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8055
8056         * m4/argp.m4:  Check if program_invocation_name and
8057         program_invocation_short_name are declared and define appropriate
8058         macros if they are not.
8059
8060 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8061
8062         * lib/argp-help.c (__argp_base_name): New function
8063         (__argp_short_program_name): Rewrite using __argp_base_name
8064         * lib/argp-namefrob.h: Define program_invocation_name and
8065         program_invocation_short_name if requested
8066         (__argp_base_name): Add prototype
8067         * lib/argp-parse.c (argp_def): Use gettext wrappers
8068         (argp_default_parser): Use __argp_base_name
8069         * lib/argp-pin.c: New file. Defines program_invocation_name and
8070         program_invocation_short_name on systems that lack them.
8071
8072 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8073
8074         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8075         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8076         porting problem reported by Georg Schwarz in
8077         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8078
8079 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8080
8081         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8082         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8083         porting problem reported by Georg Schwarz in
8084         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8085
8086 2005-12-05  Bruno Haible  <bruno@clisp.org>
8087
8088         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8089         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8090         Reported by Mark Junker <mjscod@gmx.de>.
8091
8092 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8093
8094         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8095         Use implementation from Albert Chin, with some
8096         comments/corrections by Stepan Kasal and myself.
8097
8098 2005-12-02  Bruno Haible  <bruno@clisp.org>
8099
8100         * gnulib-tool (func_import): Accept GPLed build tool modules when
8101         --lgpl is given.
8102         * modules/csharpcomp-script: New file.
8103         * modules/csharpcomp: Depend on it.
8104         * modules/javacomp-script: New file.
8105         * modules/javacomp: Depend on it.
8106         Suggested by Simon Josefsson.
8107
8108 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8109
8110         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8111         statement, to work around an HP-UX 10.20 compiler bug reported by
8112         Peter O'Gorman.
8113
8114 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8115
8116         * modules/savedir (Depends-on): Add openat.
8117
8118 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8119
8120         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8121         (uintmax_t) [defined uintmax_t]: Do not declare.
8122         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8123         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8124         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8125         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8126         sake of portability to weird hosts that C allows (though we don't
8127         know of any practical examples).
8128
8129         * lib/savedir.h (fdsavedir): New decl.
8130         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8131         contains most of the former guts of savedir.
8132         (savedir): Use savedirstream.
8133         Include "openat.h".
8134
8135 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8136
8137         * modules/obstack (Files): Add m4/ulonglong.m4.
8138         Problem reported by Davide Angelocola.
8139
8140 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8141
8142         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8143         coreutils no longer futzes with rounding modes.
8144
8145 2005-11-14  Jim Meyering  <jim@meyering.net>
8146
8147         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8148         replacement of mkstemp.
8149
8150 2005-11-10  Simon Josefsson  <jas@extundo.com>
8151
8152         * lib/readline.c: Remove EOL.
8153
8154 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8155
8156         * modules/gethrxtime (Depends-on): Add gettime.
8157
8158 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8159
8160         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8161         or gettimeofday; no longer needed.
8162
8163 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8164
8165         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8166         time business.
8167         (gethrxtime) [! (HAVE_NANOUPTIME
8168         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8169         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8170         our own approximation.
8171
8172 2005-11-08  Eric Blake  <ebb9@byu.net>
8173
8174         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8175
8176 2005-11-08  Eric Blake  <ebb9@byu.net>
8177
8178         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8179
8180 2005-11-04  Bruno Haible  <bruno@clisp.org>
8181
8182         * gnulib-tool: Implement --update mode.
8183
8184 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8185
8186         Fix porting problem reported by Theodoros V. Kalamatianos.
8187         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8188         Don't assume that futimes failing means we must fail.
8189
8190 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8191
8192         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8193         variables to suggest the intended function of the PATH_MAX check.
8194
8195 2005-10-30  Kean Johnston  <jkj@sco.com>
8196
8197         Trivial changes to support SCO systems.
8198         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8199         as PATH_MAX.
8200         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8201         where __ptr is null when no I/O is pending.
8202
8203 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8204
8205         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8206         leave errno alone.  Problem reported by Dmitry V. Levin.
8207
8208 2005-10-28  Simon Josefsson  <jas@extundo.com>
8209
8210         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8211         Test more.
8212
8213         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8214
8215         * modules/md2, modules/md2-tests: New files.
8216
8217 2005-10-28  Simon Josefsson  <jas@extundo.com>
8218
8219         * m4/inet_ntop.m4: More tests.
8220
8221         * m4/gc-md2.m4, md2.m4: New file.
8222
8223 2005-10-28  Simon Josefsson  <jas@extundo.com>
8224
8225         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8226         "restrict" keywords, as per POSIX.  Protect the function
8227         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8228         Don't use K&R prototypes.  Check the sprintf return values.
8229         Re-define EAFNOSUPPORT if not present.  Indent.
8230
8231         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8232         suggested by Bruno Haible <bruno@clisp.org>.
8233
8234         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8235
8236         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8237
8238         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8239         libgcrypt).
8240
8241         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8242
8243         * lib/md2.h, lib/md2.c: New files.
8244
8245 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8246
8247         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8248         errno alone.  Problem reported by Frederic Jolliton.
8249
8250 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8251
8252         * modules/verify (License): Change from GPL to LGPL.  This is a
8253         tiny module and there are apparently near-equivalents that are
8254         under the BSD license.
8255
8256 2005-10-24  Simon Josefsson  <jas@extundo.com>
8257
8258         * modules/sha1: Relicense to LGPL.
8259
8260 2005-10-24  Simon Josefsson  <jas@extundo.com>
8261
8262         * lib/md4.h: Shrink buffer size, now that we changed the type.
8263
8264 2005-10-23  Simon Josefsson  <jas@extundo.com>
8265
8266         * gnulib-tool (func_import): Fix --tests-base.
8267
8268 2005-10-22  Simon Josefsson  <jas@extundo.com>
8269
8270         * modules/arcfour (Depends-on): Need stdint.
8271
8272 2005-10-22  Simon Josefsson  <jas@extundo.com>
8273
8274         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8275         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8276
8277 2005-10-22  Simon Josefsson  <jas@extundo.com>
8278
8279         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8280         suggested by Bruno Haible <bruno@clisp.org>.
8281
8282 2005-10-22  Simon Josefsson  <jas@extundo.com>
8283
8284         * lib/crc.h: Include stddef.h, for size_t.
8285
8286 2005-10-22  Simon Josefsson  <jas@extundo.com>
8287
8288         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8289         arcfour_context struct (simplify test vector testing in GNU
8290         Shishi).
8291
8292 2005-10-21  Simon Josefsson  <jas@extundo.com>
8293
8294         * modules/des, modules/des-tests: New files.
8295
8296         * modules/gc-des, modules/gc-des-tests: New files.
8297
8298         * tests/test-des.c, tests/test-gc-des.c: New file.
8299
8300 2005-10-21  Simon Josefsson  <jas@extundo.com>
8301
8302         * modules/arctwo, modules/arctwo-tests: New files.
8303
8304         * tests/test-arctwo.c: New file.
8305
8306         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8307
8308         * tests/test-gc-arctwo.c: New file.
8309
8310 2005-10-21  Simon Josefsson  <jas@extundo.com>
8311
8312         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8313         Bruno Haible <bruno@clisp.org>.
8314
8315         * m4/gc-des.m4: New file.
8316
8317 2005-10-21  Simon Josefsson  <jas@extundo.com>
8318
8319         * m4/arctwo.m4: New file.
8320
8321         * m4/gc-arctwo.m4: New file.
8322
8323 2005-10-21  Simon Josefsson  <jas@extundo.com>
8324
8325         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8326         block.
8327
8328 2005-10-21  Simon Josefsson  <jas@extundo.com>
8329
8330         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8331         <bruno@clisp.org>.
8332
8333         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8334
8335         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8336         Bruno Haible <bruno@clisp.org>.
8337
8338         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8339         <bruno@clisp.org>.
8340
8341 2005-10-21  Simon Josefsson  <jas@extundo.com>
8342
8343         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8344
8345 2005-10-21  Simon Josefsson  <jas@extundo.com>
8346
8347         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8348
8349 2005-10-21  Simon Josefsson  <jas@extundo.com>
8350
8351         * lib/des.h, lib/des.c: New files.
8352
8353         * lib/gc-gnulib.c: Support DES.c
8354
8355 2005-10-21  Simon Josefsson  <jas@extundo.com>
8356
8357         * lib/arctwo.h, lib/arctwo.c: New files.
8358
8359         * lib/gc-gnulib.c: Support ARCTWO.
8360
8361 2005-10-21  Simon Josefsson  <jas@extundo.com>
8362
8363         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8364         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8365
8366 2005-10-21  Simon Josefsson  <jas@extundo.com>
8367
8368         * gnulib-tool (func_import, func_create_testdir): Define automake
8369         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8370         Makefile.am snippet),
8371         suggested by Bruno Haible <bruno@clisp.org>.
8372
8373         * modules/gc (Makefile.am): Use it.
8374
8375 2005-10-21  Bruno Haible  <bruno@clisp.org>
8376
8377         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8378         patch.
8379
8380 2005-10-19  Simon Josefsson  <jas@extundo.com>
8381
8382         * tests/test-gc-rijndael.c: New file.
8383
8384         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8385
8386 2005-10-19  Simon Josefsson  <jas@extundo.com>
8387
8388         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8389         interface too.
8390
8391 2005-10-19  Simon Josefsson  <jas@extundo.com>
8392
8393         * tests/test-gc-arcfour.c: New file.
8394
8395         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8396
8397 2005-10-19  Simon Josefsson  <jas@extundo.com>
8398
8399         * modules/gc-md4, modules/gc-md4-tests: New file.
8400
8401         * tests/test-gc-md4.c: New file.
8402
8403 2005-10-19  Simon Josefsson  <jas@extundo.com>
8404
8405         * m4/gc-md4.m4: New file.
8406
8407 2005-10-19  Simon Josefsson  <jas@extundo.com>
8408
8409         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8410         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8411         <kasal@ucw.cz>.
8412
8413 2005-10-19  Simon Josefsson  <jas@extundo.com>
8414
8415         * m4/gc-arcfour.m4: New file.
8416
8417         * m4/gc-rijndael.m4: New file.
8418
8419 2005-10-19  Simon Josefsson  <jas@extundo.com>
8420
8421         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8422
8423 2005-10-19  Simon Josefsson  <jas@extundo.com>
8424
8425         * lib/gc-gnulib.c: Support ARCFOUR.
8426
8427 2005-10-19  Simon Josefsson  <jas@extundo.com>
8428
8429         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8430         support.
8431
8432         * lib/gc.h: Add ECB enum type.
8433
8434         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8435
8436 2005-10-18  Simon Josefsson  <jas@extundo.com>
8437
8438         * tests/test-md5.c: New file.
8439
8440         * modules/md5-tests: New file.
8441
8442 2005-10-18  Simon Josefsson  <jas@extundo.com>
8443
8444         * tests/test-md4.c: New file.
8445
8446         * modules/md4, modules/md4-tests: New files.
8447
8448 2005-10-18  Simon Josefsson  <jas@extundo.com>
8449
8450         * m4/md4.m4: New file.
8451
8452 2005-10-18  Simon Josefsson  <jas@extundo.com>
8453
8454         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8455
8456 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8457
8458         * gnulib-tool (func_create_testdir): Omit the second check whether
8459         BUILT_SOURCES in nonempty.
8460
8461 2005-10-17  Simon Josefsson  <jas@extundo.com>
8462
8463         * tests/test-rijndael.c: New file.
8464
8465 2005-10-17  Simon Josefsson  <jas@extundo.com>
8466
8467         * modules/sha1: Depend on stdint instead of md5.
8468
8469         * modules/md5: Depend on stdint, remove uint32_t.
8470
8471 2005-10-17  Simon Josefsson  <jas@extundo.com>
8472
8473         * modules/gc-sha1-tests: New file.
8474
8475         * tests/test-gc-sha1.c: New file.
8476
8477 2005-10-17  Simon Josefsson  <jas@extundo.com>
8478
8479         * m4/md5.m4: Remove call to uint32_t.m4.
8480
8481 2005-10-17  Simon Josefsson  <jas@extundo.com>
8482
8483         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8484
8485         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8486         md5.h.
8487
8488         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8489
8490         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8491
8492 2005-10-17  Simon Josefsson  <jas@extundo.com>
8493
8494         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8495
8496 2005-10-17  Simon Josefsson  <jas@extundo.com>
8497
8498         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8499
8500 2005-10-17  Simon Josefsson  <jas@extundo.com>
8501
8502         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8503
8504         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8505
8506 2005-10-17  Bruno Haible  <bruno@clisp.org>
8507
8508         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8509         that it can also be used in a test.
8510
8511 2005-10-16  Bruno Haible  <bruno@clisp.org>
8512
8513         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8514         TESTS_ENVIRONMENT, so that individual tests can augment it.
8515
8516         * gnulib-tool (func_create_testdir): Use an intermediate target for
8517         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8518         macros, like $(ALLOCA_H), which cannot be passed through the command
8519         line.
8520
8521 2005-10-15  Simon Josefsson  <jas@extundo.com>
8522
8523         * modules/rijndael-tests: New file.
8524
8525         * modules/rijndael: New file.
8526
8527 2005-10-15  Simon Josefsson  <jas@extundo.com>
8528
8529         * m4/rijndael.m4: New file.
8530
8531 2005-10-15  Simon Josefsson  <jas@extundo.com>
8532
8533         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8534
8535         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8536
8537 2005-10-14  Simon Josefsson  <jas@extundo.com>
8538
8539         * tests/test-arcfour.c: New file.
8540
8541         * modules/arcfour, modules/arcfour-tests: New files.
8542
8543 2005-10-14  Simon Josefsson  <jas@extundo.com>
8544
8545         * m4/arcfour.m4: New file.
8546
8547 2005-10-14  Simon Josefsson  <jas@extundo.com>
8548
8549         * lib/arcfour.h, lib/arcfour.c: New files.
8550
8551 2005-10-14  Roland McGrath  <roland@redhat.com>
8552
8553         Import from libc.  [BZ #1331]
8554         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8555         macro argument.
8556         Reported by Matej Vela <vela@debian.org>.
8557
8558 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8559
8560         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8561         include <wchar.h>; no longer needed.
8562
8563 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8564
8565         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8566
8567 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8568         and  Ulrich Drepper  <drepper@redhat.com>
8569
8570         Import from libc.
8571         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8572         instead of inline stream orientation test and two separate
8573         function calls.  Pay no attention to USE_IN_LIBIO.
8574
8575 2005-10-13  Simon Josefsson  <jas@extundo.com>
8576
8577         * modules/gc-hmac-md5-tests: New file.
8578
8579         * tests/test-gc-hmac-sha1.c: New file.
8580
8581         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8582
8583         * modules/gc-hmac-md5-tests: New file.
8584
8585         * tests/test-gc-md5.c: New file.
8586
8587         * modules/gc-md5-tests: New file.
8588
8589 2005-10-13  Simon Josefsson  <jas@extundo.com>
8590
8591         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8592         Move memory allocation outside of loop.
8593
8594 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8595
8596         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8597         intermediate directory is in a read-only file system.  Problem
8598         reported by Eric Blake.
8599
8600 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8601
8602         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8603
8604 2005-10-12  Simon Josefsson  <jas@extundo.com>
8605
8606         * tests/test-hmac-sha1.c: New file.
8607
8608         * modules/hmac-sha1-tests: New file.
8609
8610         * modules/hmac-sha1: New file.
8611
8612 2005-10-12  Simon Josefsson  <jas@extundo.com>
8613
8614         * modules/gc-sha1: New file.
8615
8616 2005-10-12  Simon Josefsson  <jas@extundo.com>
8617
8618         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8619
8620         * tests/test-gc-pbkdf2-sha1.c: New file.
8621
8622 2005-10-12  Simon Josefsson  <jas@extundo.com>
8623
8624         * modules/gc-md5, modules/gc-hmac-md5: New files.
8625
8626         * modules/gc (Files): Remove md5, memxor and hmac files.
8627
8628 2005-10-12  Simon Josefsson  <jas@extundo.com>
8629
8630         * m4/gc-pbkdf2-sha1.m4: New file.
8631
8632         * m4/gc-hmac-sha1.m4: New file.
8633
8634         * m4/gc-sha1: New file.
8635
8636         * m4/hmac-sha1.m4: New file.
8637
8638 2005-10-12  Simon Josefsson  <jas@extundo.com>
8639
8640         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8641
8642         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8643
8644 2005-10-12  Simon Josefsson  <jas@extundo.com>
8645
8646         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8647         suggested by Bruno Haible <bruno@clisp.org>.
8648
8649 2005-10-12  Simon Josefsson  <jas@extundo.com>
8650
8651         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8652
8653 2005-10-12  Simon Josefsson  <jas@extundo.com>
8654
8655         * lib/gc-pbkdf2-sha1.c: New file.
8656
8657         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8658
8659 2005-10-12  Simon Josefsson  <jas@extundo.com>
8660
8661         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8662
8663         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8664
8665 2005-10-12  Simon Josefsson  <jas@extundo.com>
8666
8667         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8668         GC_USE_HMAC_MD5, respectively.
8669
8670         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8671         (gc_md5): Fix typo.
8672
8673         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8674
8675         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8676
8677         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8678
8679 2005-10-12  Bruno Haible  <bruno@clisp.org>
8680
8681         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8682         Reported by Stepan Kasal <kasal@ucw.cz>.
8683
8684 2005-10-11  Simon Josefsson  <jas@extundo.com>
8685
8686         * tests/test-crc.c: New file.
8687
8688         * modules/crc, modules/crc-tests: New files.
8689
8690 2005-10-11  Simon Josefsson  <jas@extundo.com>
8691
8692         * m4/crc.m4: New file.
8693
8694 2005-10-11  Simon Josefsson  <jas@extundo.com>
8695
8696         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8697
8698         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8699
8700         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8701
8702 2005-10-11  Simon Josefsson  <jas@extundo.com>
8703
8704         * lib/crc.h, lib/crc.c: New files.
8705
8706         * lib/gc.h (gc_hash_buffer): Add doc.
8707
8708 2005-10-11  Bruno Haible  <bruno@clisp.org>
8709
8710         * modules/c-strcasestr: New file.
8711         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8712
8713 2005-10-11  Bruno Haible  <bruno@clisp.org>
8714
8715         * modules/c-strcase: New file.
8716         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8717
8718 2005-10-11  Bruno Haible  <bruno@clisp.org>
8719
8720         * lib/strcasecmp.c: Include limits.h.
8721         (strcasecmp): Avoid integer overflow on exotic platforms.
8722         * lib/strncasecmp.c: Include limits.h.
8723         (strncasecmp): Avoid integer overflow on exotic platforms.
8724         Reported by Paul Eggert.
8725
8726 2005-10-11  Bruno Haible  <bruno@clisp.org>
8727
8728         * lib/c-strcasestr.h: New file, from GNU gettext.
8729         * lib/c-strcasestr.c: New file, from GNU gettext.
8730
8731 2005-10-11  Bruno Haible  <bruno@clisp.org>
8732
8733         * lib/c-strcase.h: New file, from GNU gettext.
8734         * lib/c-strcasecmp.c: New file, from GNU gettext.
8735         * lib/c-strncasecmp.c: New file, from GNU gettext.
8736
8737 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8738
8739         * modules/mempcpy (License): GPL -> LGPL.
8740         * modules/strchrnul (License): Likewise.
8741         * modules/sysexits (License): Likewise.
8742
8743 2005-10-08  Simon Josefsson  <jas@extundo.com>
8744
8745         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8746
8747 2005-10-07  Simon Josefsson  <jas@extundo.com>
8748
8749         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8750
8751 2005-10-06  Simon Josefsson  <jas@extundo.com>
8752
8753         * tests/test-hmac-md5.c: New file.
8754
8755         * modules/hmac-md5-tests: New file.
8756
8757         * modules/hmac-md5: New file.
8758
8759 2005-10-06  Simon Josefsson  <jas@extundo.com>
8760
8761         * m4/hmac-md5.m4: New file.
8762
8763         * m4/memxor.m4: Require gl_C_RESTRICT.
8764
8765 2005-10-06  Simon Josefsson  <jas@extundo.com>
8766
8767         * lib/memxor.c (memxor): Avoid casts and warnings.
8768
8769 2005-10-06  Simon Josefsson  <jas@extundo.com>
8770
8771         * lib/hmac-md5.c: New file.
8772
8773         * lib/hmac.h: New file.
8774
8775 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8776
8777         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8778         promotes to int, not unsigned int, to catch the AIX 5.3
8779         compiler bug.
8780
8781 2005-10-05  Simon Josefsson  <jas@extundo.com>
8782
8783         * modules/memxor: New file.
8784
8785         * modules/iconv (Files): Move config.rpath to havelib, it is used
8786         there.
8787
8788         * modules/havelib (Files): Add config.rpath.
8789
8790 2005-10-05  Simon Josefsson  <jas@extundo.com>
8791
8792         * m4/memxor.m4: New file.
8793
8794 2005-10-05  Simon Josefsson  <jas@extundo.com>
8795
8796         * lib/memxor.c (memxor): Fix compiler error.
8797
8798         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8799         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8800
8801         * lib/memxor.h, lib/memxor.c: New files.
8802
8803         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8804         we assume all systems have it, suggested by Jim Meyering
8805         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8806         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8807         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8808         same reasons.
8809
8810 2005-10-05  Simon Josefsson  <jas@extundo.com>
8811
8812         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8813
8814 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8815
8816         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8817         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8818         needed, since the source code now assumes these .h files.
8819
8820 2005-10-05  Derek Price  <derek@ximbiot.com>
8821
8822         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8823
8824 2005-10-05  Bruno Haible  <bruno@clisp.org>
8825
8826         * modules/stdint (License): Change to LGPL.
8827
8828 2005-10-04  Simon Josefsson  <jas@extundo.com>
8829
8830         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8831         D. Baushke" <mdb@gnu.org>.
8832
8833 2005-10-04  Bruno Haible  <bruno@clisp.org>
8834
8835         * lib/verify.h (verify_true): Provide alternative definition for C++.
8836
8837 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8838
8839         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8840         (SSIZE_MAX): New macro, if not already defined.
8841         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8842         than 2 GiB.
8843
8844 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8845
8846         Sync from coreutils.
8847         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8848         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8849         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8850         ULLONG_MAX doesn't work with 2.7.2.1.
8851
8852 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8853
8854         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8855         From Ben Pfaff.
8856
8857         * modules/exclude (Depends-on): Depend on verify.
8858         * modules/strtoimax (Depends-on): Likewise.
8859         * modules/utimecmp (Depends-on): Likewise.
8860
8861 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8862
8863         * lib/exclude.c: Include verify.h.
8864         (verify): Remove.  All callers changed to use verify.h's version.
8865         * lib/strtoimax.c: Likewise.
8866         * lib/utimecmp.c: Likewis.e
8867
8868         Sync from coreutils.
8869         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
8870         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
8871         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
8872         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
8873         bother returning ENOSYS if settimeofday or stime fails; just let
8874         them return whatever errno they want to return.
8875         * lib/utimens.c: Include unistd.h, for dup2.
8876         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
8877         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
8878
8879 2005-10-02  Jim Meyering  <jim@meyering.net>
8880
8881         Sync from coreutils.
8882         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
8883         from glibc-2.2.5 that fails for read-only files.
8884
8885 2005-10-02  Jim Meyering  <jim@meyering.net>
8886
8887         Sync from coreutils.
8888         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
8889         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
8890         `#if HAVE_CONFIG_H'.
8891         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
8892         Remove AT_FDCWD test.
8893         Do not consume the fd unless successful.
8894         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
8895         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
8896         block, so that we don't even try to compile it if settimeofday is
8897         available.  This works around a compilation failure on OSF1 V5.1,
8898         due to stime requiring a `long int*' while tv_sec is `int'.
8899
8900 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
8901
8902         Sync from coreutils.
8903         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
8904         against `yes', rather than just testing for nonempty.
8905
8906 2005-10-01  Simon Josefsson  <jas@extundo.com>
8907
8908         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
8909         and Darwin.
8910
8911         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
8912         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
8913         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
8914         freeaddrinfo and gai_strerror are declared by the POSIX headers.
8915         Check if struct addrinfo is declared.
8916
8917 2005-10-01  Simon Josefsson  <jas@extundo.com>
8918
8919         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
8920         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
8921         AI_* and EAI_* definitions.  Protect function declarations.
8922
8923 2005-10-01  Jim Meyering  <jim@meyering.net>
8924
8925         Sync from coreutils.
8926
8927         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
8928         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
8929         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
8930         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8931         in the inet and nsl libraries.  Required on Solaris 5.7.
8932
8933 2005-10-01  Jim Meyering  <jim@meyering.net>
8934
8935         Sync from coreutils.
8936         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
8937         in the inet and nsl libraries.  Required on Solaris 5.7.
8938
8939 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
8940
8941         * lib/getdelim.c (getdelim): Remove unused variables.
8942
8943 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
8944
8945         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
8946         so that the code works even with ancient cpp.  Portability problem
8947         with GCC 2.7.2.1 reported by Thomas M.Ott.
8948
8949 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
8950
8951         * modules/regex (Depends-on): Add strcase.
8952
8953         * modules/gethostname (Licence): Change from GPL to LGPL, since
8954         gethostname.c is a trivial implementation of a standard library
8955         function.
8956         * modules/poll (License): Change from GPL to LGPL, since it's
8957         derived from LGPL code.
8958
8959 2005-09-27  Jim Meyering  <jim@meyering.net>
8960
8961         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
8962         HAVE_CONFIG_H.
8963
8964         * lib/intprops.h (signed_type_or_expr__): Define.
8965         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
8966         for unsigned types.
8967
8968 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
8969
8970         * lib/verify.h (verify_expr): Remove, replacing with:
8971         (verify_true): New macro that returns true instead of void.
8972         (verify_type__): Remove.
8973         (verify): Use verify_true rather than verify_type__.
8974
8975 2005-09-26  Bruno Haible  <bruno@clisp.org>
8976
8977         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
8978         is necessary.
8979         (lib_SOURCES): Remove mbchar.c.
8980         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
8981         (Files): Add m4/mbrtowc.m4.
8982         * modules/mbiter: Likewise.
8983         * modules/mbuiter: Likewise.
8984
8985 2005-09-26  Bruno Haible  <bruno@clisp.org>
8986
8987         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
8988         compile mbchar.c if they are not both present.
8989         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
8990         * m4/mbiter.m4 (gl_MBITER): Likewise.
8991         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
8992         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
8993         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
8994
8995 2005-09-25  Jim Meyering  <jim@meyering.net>
8996
8997         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
8998         also uses socklen_t.
8999
9000 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9001
9002         * lib/utimens.c (ENOSYS): Define if not already defined.
9003         (futimens): Support having a null PATH if the file descriptor
9004         is nonnegative.
9005
9006         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9007         Remove.
9008         (__attribute): Define to empty unless GCC 3.1 or later.
9009         This works around a core dump on OpenBSD 3.4, which has GCC
9010         2.95.3, which dumps core when given __attribute__(()).  It also
9011         simplifies other tests, since we really don't want to bother with
9012         worrying about which ancient version of GCC supported what.
9013         Original problem reported by Yoann Vandoorselaere, with part of
9014         the fix suggested by Derek Price.
9015
9016 2005-09-24  Jim Meyering  <jim@meyering.net>
9017
9018         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9019         so we can once again use a positive bitfield width of 1 -- now we
9020         don't have to explain why we were using a bitfield width of 2.
9021
9022 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9023
9024         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9025         and similarly for the other external symbols.  Problem reported
9026         by James Gallager.
9027
9028         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9029         bug reported by Jim Meyering.
9030
9031         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9032         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9033         not needed, since socklen is a prerequisite module.
9034
9035 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9036
9037         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9038         Problem reported by Eric Blake.
9039         (getaddrinfo): Initialize se so that it's not garbage.
9040         Redo internal storage allocation so that it doesn't make unportable
9041         assumptions about alignment.
9042         Fix a memory leak.
9043
9044         * lib/utimens.c (futimens): Use futimesat if available.
9045         Prefer it to futimes since it doesn't have the futimes bug.
9046
9047         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9048         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9049         Instead, declare a function that returns a pointer to an array,
9050         and use verify_type__ to declare the size of the array.
9051         Problem and germ of a solution reported by Bruno Haible.
9052         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9053         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9054
9055 2005-09-23  Jim Meyering  <jim@meyering.net>
9056
9057         Sync from coreutils.
9058         Correct build failure (socklen_t not defined) on at least
9059         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9060         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9061
9062 2005-09-23  Jim Meyering  <jim@meyering.net>
9063
9064         * modules/getaddrinfo (Depends-on): Add socklen.
9065
9066 2005-09-23  Bruno Haible  <bruno@clisp.org>
9067
9068         * tests/test-verify.c: New file.
9069
9070 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9071
9072         Sync from coreutils.
9073
9074         * modules/argmatch (Depends-on): Add verify.
9075         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9076         unistd-safer.
9077         * modules/save-cwd (Depends-on): Likewise.
9078
9079         * modules/openat (Files): Add lib/openat-die.c.
9080         (Depends-on): Remove error, exitfail.
9081         Add dirname.
9082
9083         * modules/verify: New file.
9084         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9085         with "verify" module.
9086
9087 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9088
9089         Sync from coreutils.
9090
9091         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9092         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9093         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9094         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9095         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9096         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9097         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9098         Don't bother checking for string.h, stdlib.h, unistd.h.
9099         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9100         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9101         module's job.
9102         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9103         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9104
9105         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9106         (gl_GETDATE): Use it.
9107
9108         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9109
9110 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9111
9112         Sync from coreutils.
9113
9114         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9115         stat-time.h.
9116         * lib/argmatch.h: Include verify.h
9117         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9118         (ARGMATCH_ASSERT): Remove; unused.
9119         * lib/canonicalize.c: Assume STDC_HEADERS.
9120         * lib/exclude.c: Include "strcase.h".
9121         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9122         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9123         and stdio-safer.h.
9124         (getusershell): Call fopen, not fopen_safer.
9125         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9126         Do not include unistd-safer.h.
9127         (save_cwd): Don't call fd_safer; no longer needed
9128         now that we include fcntl--.h.
9129
9130         * lib/getdate.y (relative_time): New type.
9131         (RELATIVE_TIME_0): New constant.
9132         (parser_control): Use relative_time instead of doing it ourselves.
9133         (%union): Add new relative_time rel member.
9134         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9135         Now typeless.
9136         (relunit, relunit_snumber): Now of type rel.
9137         (zone, rel, relunit, get_date): Adjust to above changes.
9138
9139         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9140         Do not include unistd-safer.h.
9141         (getloadavg): Don't call fd_safer; no longer needed
9142         now that we include fcntl--.h.
9143
9144         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9145         (make_dir_parents): Treat ENOSYS like EEXIST.
9146
9147         Improve quality of diagnostics on restore_cwd failure.
9148         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9149         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9150         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9151         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9152         each time through the loop.  Do not diagnose restore_cwd failure;
9153         that is the caller's job (and perhaps the caller does not care).
9154
9155         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9156         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9157         If the file already exists but is not a directory, don't bother
9158         to try to make its parents.
9159         Close potential file descriptor leak if we can't chdir("/") (!).
9160         Don't always return true if chdir($PWD) fails; return true only
9161         if the requested action was done successfully (except for the
9162         chdir($PWD)).
9163         Don't log final directory unless we actually made it.
9164         Refactor to avoid duplicate code to fix up permissions.
9165         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9166
9167         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9168         to make it a bit faster and (I hope) clearer.
9169         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9170         Fix bug in formats like %2N.
9171
9172         * lib/verify.h: New file.
9173
9174 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9175
9176         Sync from coreutils.
9177         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9178
9179 2005-09-22  Jim Meyering  <jim@meyering.net>
9180
9181         Sync from coreutils.
9182
9183         * m4/lstat.m4 (gl_FUNC_LSTAT):
9184         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9185         Remove obsolete comment.
9186         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9187         * m4/xstrtod.m4: Likewise.
9188
9189         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9190
9191 2005-09-22  Jim Meyering  <jim@meyering.net>
9192
9193         Sync from coreutils.
9194
9195         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9196
9197         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9198         the .tm_year member, since otherwise gcc-4.0 would now warn about
9199         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9200
9201         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9202         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9203
9204         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9205         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9206         when run in a time zone for which daylight savings time is in effect
9207         for the starting date.
9208
9209         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9210         stop us from restricting permissions of just-created absolute-named
9211         directories.
9212         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9213         to restore initial working directory.
9214         * lib/mkdir-p.c (make_dir_parents): New parameter:
9215         different_working_dir, to tell caller if/when we change the working
9216         directory and are unable to return to the initial one.
9217         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9218         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9219         `return false'.  This fixes a bug introduced on 2004-07-30.
9220
9221         * lib/openat.c (fdopendir): Be sure to close the supplied
9222         file descriptor before returning.  This makes our replacement
9223         implementation a little closer to Solaris's, where fdopendir
9224         ties the file descriptor to the returned DIR* pointer.
9225         * lib/openat.c (unlinkat): New function.
9226         * lib/openat.h (unlinkat): Add prototype.
9227         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9228         (openat_restore_fail): Rename from openat_restore_die.
9229         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9230
9231         Provide an alternative to exiting immediately upon save_cwd or
9232         restore_cwd failure.  Now, an application can arrange e.g.,
9233         to perform a longjump in that case.
9234         * lib/openat.c: Include dirname.h.
9235         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9236         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9237         and openat_restore_die rather than calling error directly.
9238         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9239
9240         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9241         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9242         define.
9243
9244         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9245         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9246                             int utc, int nanoseconds);
9247         Background:
9248         date should not have to allocate a megabyte of virtual memory to
9249         handle a format argument like +%1048575T.  When implemented with
9250         strftime, it must allocate such a buffer, use strftime to fill it
9251         in, print it, then free it.
9252         With fprintftime, it simply prints everything and exits.
9253         With no need for memory allocation, that's one fewer way to fail.
9254         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9255         optional field width, not before, so we accept %9:z, not %:9z.
9256         (my_strftime): Be sure to use L_('x') for literals.
9257
9258         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9259         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9260         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9261         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9262         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9263         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9264         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9265         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9266         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9267         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9268         * lib/xgethostname.c, lib/xreadlink.c:
9269         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9270
9271         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9272         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9273         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9274         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9275         and don't include <sys/file.h>).
9276
9277 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9278
9279         Sync from coreutils.
9280
9281         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9282         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9283         [!LDAV_DONE]: Avoid unused variable warning.
9284
9285 2005-09-21  Bruno Haible  <bruno@clisp.org>
9286
9287         * lib/unicodeio.h (unicode_to_mb): New declaration.
9288
9289 2005-09-20  Derek Price  <derek@ximbiot.com>
9290
9291         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9292         getaddrinfo.h.
9293
9294 2005-09-20  Bruno Haible  <bruno@clisp.org>
9295
9296         * gnulib-tool: Remove trailing slashes from the values specified for
9297         --source-base, --m4-base, --tests-base, --aux-dir.
9298         Suggested by Simon Josefsson <jas@extundo.com>.
9299
9300 2005-09-20  Bruno Haible  <bruno@clisp.org>
9301
9302         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9303         func_modules_to_filelist, func_import, func_create_testdir): Make all
9304         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9305         change when gnulib-tool is invoked in a different locale.
9306
9307 2005-09-19  Simon Josefsson  <jas@extundo.com>
9308
9309         * m4/socklen.m4: Fix typo.
9310
9311 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9312
9313         Use a consistent style for including <config.h>.
9314         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9315         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9316         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9317         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9318         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9319         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9320         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9321         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9322         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9323         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9324         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9325         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9326         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9327         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9328         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9329         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9330         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9331         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9332         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9333         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9334         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9335         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9336         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9337         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9338         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9339         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9340         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9341         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9342         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9343         lib/xstrtoumax.c, lib/yesno.c:
9344         Standardize inclusion of config.h.
9345         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9346         lib/inttostr.h:  Removed inclusion of config.h from header files.
9347         * lib/inttostr.c:  Adjusted in-tree users.
9348         * lib/timespec.h: Remove superfluous warning to include config.h.
9349         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9350         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9351         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9352         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9353         config.h with HAVE_CONFIG_H.
9354
9355 2005-09-19  Jim Meyering  <jim@meyering.net>
9356
9357         * modules/pathmax (License): Change to LGPL.
9358
9359 2005-09-19  Derek Price  <derek@ximbiot.com>
9360
9361         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9362
9363 2005-09-19  Bruno Haible  <bruno@clisp.org>
9364
9365         * gnulib-tool (import): Provide default for --tests-base.
9366
9367 2005-09-19  Bruno Haible  <bruno@clisp.org>
9368
9369         * doc/quote.texi: New file, extracted from gnulib.texi.
9370         * doc/ctime.texi: New file, extracted from gnulib.texi.
9371         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9372         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9373         * doc/gnulib.texi: Include them.
9374
9375 2005-09-18  Bruno Haible  <bruno@clisp.org>
9376
9377         Portability fix.
9378         * gnulib-tool (func_readlink): New function.
9379         (func_ln_if_changed): Use it.
9380
9381 2005-09-18  Bruno Haible  <bruno@clisp.org>
9382
9383         * gnulib-tool: Support --with-tests also with --import.
9384         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9385         (func_import): Use variables $testsbase and $inctests. Emit a
9386         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9387         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9388         SUBDIRS += $testsdir.
9389         (func_create_testdir): Update.
9390
9391 2005-09-18  Bruno Haible  <bruno@clisp.org>
9392
9393         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9394         instead of $dry_run.
9395         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9396         (func_ln_if_changed): Don't handle dry-run here.
9397         (func_import): In dry-run mode, detect more precisely which actions
9398         would be performed, and don't use "...ing" verbs.
9399
9400 2005-09-18  Bruno Haible  <bruno@clisp.org>
9401
9402         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9403         (func_import): Use join on two temporary files instead of three nested
9404         loops, in order to determine which files are new or old.
9405
9406 2005-09-18  Bruno Haible  <bruno@clisp.org>
9407
9408         * gnulib-tool (func_import): Comment out code that spits out the
9409         new files with --dry-run.
9410
9411 2005-09-18  Bruno Haible  <bruno@clisp.org>
9412
9413         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9414
9415 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9416
9417         * lib/stat-time.h: New file.
9418         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9419         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9420         in a different way.
9421         (timespec_cmp): New function.
9422         * lib/utimecmp.c: Include stat-time.h.
9423         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9424         members exist, not on the obsolescent ST_MTIM_NSEC.
9425         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9426
9427 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9428
9429         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9430
9431 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9432
9433         * MODULES.html.sh (File system functions): Add stat-time.
9434         * modules/stat-time: New file.
9435         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9436         is now done in a different way, by the stat-time module.
9437         * modules/utimecmp (Depends-on): Add stat-time.
9438
9439 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9440
9441         * m4/st_mtim.m4: Remove.  Superseded by...
9442         * m4/stat-time.m4: New file.
9443         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9444         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9445
9446 2005-09-15  Derek Price  <derek@ximbiot.com>
9447
9448         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9449
9450 2005-09-15  Derek Price  <derek@ximbiot.com>
9451
9452         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9453         * lib/regex_internal.c: Ditto, using this...
9454         (__GNUC_PREREQ): ...new macro.
9455         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9456         using...
9457         (__GNUC_PREREQ): ...this new macro.
9458
9459         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9460
9461 2005-09-15  Derek Price  <derek@ximbiot.com>
9462             Paul Eggert  <eggert@cs.ucla.edu>
9463
9464         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9465         changes, consolidating in...
9466         * lib/regex_internal.h: ...this file.
9467
9468 2005-09-13  Jim Meyering  <jim@meyering.net>
9469
9470         * lib/canon-host.c: Filter through gnu indent and reword comments
9471         slightly.
9472         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9473
9474 2005-09-13  Derek Price  <derek@ximbiot.com>
9475
9476         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9477         failure.
9478         Reported by Jim Meyering  <jim@meyering.net>.
9479
9480 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9481
9482         * lib/base64.c: Typo.
9483         (base64_encode): Put b64str in initialized data section.
9484
9485 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9486
9487         Merge glibc and coreutils changes into gnulib, plus a few
9488         extra fixes.
9489         * lib/md5.c: Use #error rather than a string.
9490         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9491         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9492         (__attribute__): Define to empty for non recent-GCC.
9493         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9494         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9495         Renamed from their non-__ counterparts, with new macros replacing
9496         them if not _LIBC.  Add __THROW attribute.
9497         (rol): Remove.
9498         (struct md5_ctx): Align buffer if using GCC.
9499         * lib/sha1.h (struct sha1_ctx): Likewise.
9500         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9501         The old name was backwards.
9502         (NOTSWAP): Remove; not used.
9503         (rol): New macro, moved here from md5.h.
9504         (sha1_process_block): Remove a FIXME that doesn't make sense.
9505
9506 2005-09-12  Derek Price  <derek@ximbiot.com>
9507
9508         Return usable errors from canon-host.
9509         * lib/canon-host.h: New file.
9510         * lib/canon-host.c (canon_host): Wrap...
9511         (canon_host_r): ...this new function, which now relies exclusively on
9512         getaddrinfo.
9513         (ch_strerror): New function.
9514         (last_cherror): New global.
9515         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9516         interface.
9517         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9518         void *.
9519         (freeaddrinfo): Free ai->ai_canonname when set.
9520
9521 2005-09-12  Derek Price  <derek@ximbiot.com>
9522
9523         Make canon-host require getaddrinfo.
9524         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9525         AC_LIBSOURCE canon-host.h.  Call...
9526         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9527         gl_GETADDRINFO.
9528         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9529
9530 2005-09-12  Derek Price  <derek@ximbiot.com>
9531
9532         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9533         LGPL.
9534         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9535
9536 2005-09-12  Derek Price  <derek@ximbiot.com>
9537
9538         * lib/gai_strerror.c: Include config.h when available.  Include
9539         getaddrinfo.h before other headers to test interface.
9540         Reported by Larry Jones <lawrence.jones@ugs.com>.
9541
9542 2005-09-12  Derek Price  <derek@ximbiot.com>
9543             Paul Eggert  <eggert@cs.ucla.edu>
9544
9545         * modules/glob (Files): Add glob-libc.h.
9546
9547 2005-09-12  Derek Price  <derek@ximbiot.com>
9548             Paul Eggert  <eggert@cs.ucla.edu>
9549
9550         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9551         glob_.h, glob-libc.h.
9552         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9553
9554 2005-09-12  Derek Price  <derek@ximbiot.com>
9555             Paul Eggert  <eggert@cs.ucla.edu>
9556
9557         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9558         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9559         protecting things that should be done only in gnulib contexts.
9560         * lib/glob_.h: New file, containing only the glob things needed for
9561         gnulib.
9562         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9563         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9564         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9565         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9566         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9567         and to respect the namespace rules better.
9568
9569 2005-09-08  Simon Josefsson  <jas@extundo.com>
9570
9571         * modules/socklen: New file.
9572
9573 2005-09-08  Simon Josefsson  <jas@extundo.com>
9574
9575         * m4/socklen.m4: New file.
9576
9577 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9578
9579         * modules/utimens (Files): Add m4/utimbuf.m4, since
9580         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9581         Reported by Sergey Poznyakoff.
9582
9583 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9584
9585         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9586         definitions, since that's the preferred style in glibc.
9587         Fix a minor spacing issue, and update copyright notice to match
9588         glibc's.
9589
9590 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9591
9592         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9593
9594 2005-09-06  Simon Josefsson  <jas@extundo.com>
9595
9596         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9597         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9598
9599 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9600
9601         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9602         warning.
9603
9604 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9605
9606         * config/srclist.txt: Add glibc bug 1302.
9607
9608 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9609
9610         Change bitset word type from unsigned int to unsigned long int,
9611         as this has better performance on typical 64-bit hosts.
9612         Port bitset code to hosts with unusual word sizes.
9613         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9614         (build_collating_symbol):
9615         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9616         argument is a bitset.  This is merely a style issue, but it makes
9617         it clearer that an entire array is expected.
9618         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9619         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9620         Port to the case where bitset_word is not the same as unsigned int.
9621         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9622         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9623         Likewise.
9624         * lib/regexec.c (check_dst_limits_calc_pos_1,
9625         check_subexp_matching_top):
9626         (build_trtable, group_nodes_into_DFAstates):
9627         Likewise.
9628         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9629         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9630         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9631         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9632         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9633         * lib/regcomp.c (optimize_subexps, lower_subexp):
9634         Work even if bitset_word has holes in its bitwise representation.
9635         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9636         * lib/regexec.c (check_dst_limits_calc_pos_1,
9637         check_subexp_matching_top):
9638         Likewise.
9639         * lib/regex_internal.c (re_string_reconstruct):
9640         Don't assume UCHAR_MAX == 255.
9641         * lib/regex_internal.h (bitset_set_all): Likewise.
9642         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9643         All uses changed.
9644         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9645         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9646         All uses changed.
9647         (BITSET_WORD_MAX): New macro.
9648         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9649         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9650         (bitset_empty, bitset_copy):
9651         Prefer sizeof (bitset) to multiplying it out ourselves.
9652         (bitset_not_merge): Remove; unused.
9653         (bitset_contain): Return bool, not unsigned int with one bit on.
9654         All callers changed.
9655         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9656         alignment than re_node_set; do this by defining a new internal
9657         type struct dests_alloc and using it to allocate memory.
9658
9659 2005-09-05  Bruno Haible  <bruno@clisp.org>
9660
9661         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9662         links.
9663
9664 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
9665
9666         * modules/size_max (Makefile.am): Add size_max.h
9667
9668 2005-09-04  Derek Price  <derek@ximbiot.com>
9669
9670         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9671
9672 2005-09-03  Simon Josefsson  <jas@extundo.com>
9673
9674         * gnulib-tool: Fix typo.
9675
9676 2005-09-03  Simon Josefsson  <jas@extundo.com>
9677
9678         * config/srclist.txt: Add glibc bug 1293.
9679
9680 2005-09-03  Derek Price  <derek@ximbiot.com>
9681
9682         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9683         From Larry Jones <lawrence.jones@ugs.com>.
9684
9685 2005-09-02  Simon Josefsson  <jas@extundo.com>
9686
9687         * modules/socklen: New file.
9688
9689 2005-09-02  Simon Josefsson  <jas@extundo.com>
9690
9691         * modules/havelib: New module.
9692
9693         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9694         Use havelib.
9695
9696 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9697
9698         Check for arithmetic overflow when calculating sizes, to prevent
9699         some buffer-overflow issues.  These patches are conservative, in the
9700         sense that when I couldn't determine whether an overflow was possible,
9701         I inserted a run-time check.
9702         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9703         macros.
9704         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9705         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9706         (re_xnrealloc, re_x2nrealloc): New inline functions.
9707         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9708         parse_bracket_exp):
9709         (build_equiv_class, build_charclass): Check for arithmetic overflow
9710         in size expression calculations.
9711         * lib/regex_internal.c (re_string_realloc_buffers):
9712         (build_wcs_upper_buffer, re_node_set_add_intersect):
9713         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9714         (re_dfa_add_node, register_state): Likewise.
9715         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9716         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9717         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9718         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9719
9720 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9721
9722         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9723         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9724
9725 2005-09-02  Bruno Haible  <bruno@clisp.org>
9726
9727         Support for lib vs. lib64 distinction on biarch platforms.
9728         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9729         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9730         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9731
9732 2005-09-02  Bruno Haible  <bruno@clisp.org>
9733
9734         * gnulib-tool (import): In the other first-use case, provide defaults
9735         as well.
9736
9737 2005-09-02  Bruno Haible  <bruno@clisp.org>
9738
9739         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9740         patches not yet found in the latest gettext release.
9741
9742 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9743
9744         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9745         to avoid a collision with bits/local_lim.h in glibc.
9746         All uses changed.  Problem reported by Dmitry V. Levin in
9747         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9748
9749         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9750         bugs in int versus size_t comparisons.
9751         (re_string_context_at): Fix bug where the code assumed that
9752         Idx is signed.
9753
9754         Use bool where appropriate.
9755         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9756         All callers changed.
9757         (calc_eclosure_iter): Likewise, for ROOT arg.
9758         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9759         (build_charclass_op): Likewise, for NON_MATCH arg.
9760         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9761         (re_string_construct_common): Likewise, for ICASE arg.
9762         * lib/regexec.c (re_search_2_stub, re_search_stub):
9763         Likewise, for RET_LEN arg.
9764         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9765         (set_regs): Likewise, for FL_BACKTRACK arg.
9766         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9767         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9768         (calc_eclosure_iter, parse_bracket_exp):
9769         Use bool for internal variables that are booleans.
9770         * lib/regexec.c (re_search_internal, check_matching,
9771         proceed_next_node):
9772         (set_regs, build_sifted_states, sift_states_bkref):
9773         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9774         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9775         (find_collation_sequence_value):
9776         Likewise.
9777         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9778         (re_node_set_compare):
9779         Return bool, not int. All callers changed.
9780         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9781         (build_trtable, check_node_accept): Likewise.
9782         * lib/regex_internal.h: Include stdbool.h.
9783
9784         Fix bugs uncovered when converting to bool.
9785         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9786         failure instead of charging ahead blindly.
9787         * lib/regex_internal.c (register_state): Likewise.
9788         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9789         for freeing internal storage.
9790         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9791         bitset pieces used as boolean, to avoid undefined behavior
9792         on hosts that do int overflow checking.
9793
9794 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9795
9796         * config/srclist.txt: Add glibc bugs 1285-1287.
9797
9798 2005-09-01  Jim Meyering  <jim@meyering.net>
9799
9800         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9801         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9802         Require gl_STAT_MACROS, too.
9803
9804 2005-09-01  Bruno Haible  <bruno@clisp.org>
9805
9806         * gnulib-tool (import): In the first-use case, provide defaults.
9807
9808 2005-09-01  Bruno Haible  <bruno@clisp.org>
9809
9810         * gnulib-tool (func_import): Remove the .tmp files.
9811
9812 2005-09-01  Bruno Haible  <bruno@clisp.org>
9813
9814         * gnulib-tool (func_import): Fix handling of symbolic links.
9815
9816 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9817
9818         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9819         old glibc regex code mishandles strings longer than 2**31 bytes.
9820         This patch fixes this when the regex code is used in gnulib
9821         (i.e., outside glibc).
9822
9823         This patch should not affect the use of the regex code inside
9824         glibc.  No doubt this problem also needs to be handled for glibc
9825         as well, but the result will be an incompatible change to the
9826         glibc ABI, and the old ABI will have to be supported too.  That
9827         can be the the subject for another patch.
9828
9829         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9830         governing whether the rest of this patch is active.  By default,
9831         the macro is disabled and the patch has no effect.
9832         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9833         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9834         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9835         (re_match_2, re_set_registers): Use the new types.
9836         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9837         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9838         New macros.
9839         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9840         (re_string_context_at, bin_tree_t, re_dfastate_t):
9841         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9842         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9843         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9844         (re_string_char_size_at, re_string_wchar_at):
9845         (re_string_elem_size_at):
9846         Use the new types and macros to port to 64-bit hosts.
9847         Use unsigned types for internal values, so that the code
9848         mostly works even for arrays larger than SSIZE_MAX.
9849         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9850         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9851         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9852         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9853         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9854         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9855         (calc_inveclosure, parse_dup_op, build_range_exp):
9856         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9857         (fetch_number, create_token_tree, mark_opt_subexp):
9858         Likewise.
9859         * lib/regex_internal.c (re_string_construct_common,
9860         create_ci_newstate):
9861         (create_cd_newstate, re_string_allocate, re_string_construct):
9862         (re_string_realloc_buffers, build_wcs_upper_buffer):
9863         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9864         (re_string_reconstruct, re_string_peek_byte_case):
9865         (re_string_fetch_byte_case, re_string_context_at):
9866         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9867         (re_node_set_init_copy, re_node_set_add_intersect):
9868         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9869         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
9870         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
9871         (re_acquire_state, re_acquire_state_context, register_state):
9872         Likewise.
9873         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
9874         search_cur_bkref_entry):
9875         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
9876         (re_search_internal, re_search_2_stub, re_search_stub)
9877         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
9878         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
9879         (update_cur_sifted_state, check_dst_limits):
9880         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9881         (check_subexp_limits, sift_states_bkref, merge_state_array):
9882         (check_subexp_matching_top, get_subexp, get_subexp_sub):
9883         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
9884         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
9885         (expand_bkref_cache, check_node_accept_bytes):
9886         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
9887         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
9888         (acquire_init_state_context, check_halt_node_context):
9889         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
9890         (sift_states_backward, clean_state_log_if_needed):
9891         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
9892         (find_recover_state, transit_state_sb, transit_state_mb):
9893         (transit_state_bkref, build_trtable, match_ctx_clean):
9894         Likewise.
9895         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
9896         to work around an assumption that REG_MISSING is negative.
9897
9898         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
9899         (seek_collating_symbol_entry) [defined _LIBC]:
9900         (lookup_collation_sequence_value) [defined _LIBC]:
9901         (build_range_exp, build_collating_symbol) [defined _LIBC]:
9902         Use prototypes rather than old-style function definitions.
9903         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
9904         (transit_state_sb) [0]:
9905         (find_collation_sequence_value) [defined _LIBC]: Likewise.
9906
9907         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
9908         rm_eo.
9909
9910         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
9911         (optimize_subexps, lower_subexp):
9912         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
9913         since the signed shift might overflow.  Use 1u<<31 instead.
9914         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9915         Likewise.
9916         * lib/regexec.c (check_dst_limits_calc_pos_1,
9917         check_subexp_matching_top): Likewise.
9918
9919         * lib/regcomp.c (optimize_subexps, lower_subexp):
9920         Use CHAR_BIT rather than 8, for clarity.
9921         * lib/regexec.c (check_dst_limits_calc_pos_1):
9922         (check_subexp_matching_top): Likewise.
9923         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
9924         have to worry about portability issues when shifting it left.
9925         Remove no-longer-needed test for table_size > 0.
9926         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
9927         in a word, as the resulting behavior is undefined.
9928         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
9929         in one case, a <= should have been an <, and in another case the
9930         whole test was missing.
9931         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
9932         the standard name CHAR_BIT.
9933         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
9934         this is not true on one's complement and signed-magnitude hosts.
9935
9936         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
9937         next_last_offset.
9938         (struct re_dfa_t): Remove unused member states_alloc.
9939         * lib/regcomp.c (init_dfa): Don't initialize unused members.
9940
9941 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9942
9943         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
9944         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
9945         and large-file glibc and in 32-bit large-file Solaris.
9946
9947 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9948
9949         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
9950         lengths fit in regoff_t; this isn't true if regoff_t is the same
9951         width as size_t.
9952         * lib/regex.c (re_search_internal): 5th arg is LAST_START
9953         (= START + RANGE) instead of RANGE.  This avoids overflow
9954         problems when regoff_t is the same width as size_t.
9955         All callers changed.
9956         (re_search_2_stub): Check for overflow when adding the
9957         sizes of the two strings.
9958         (re_search_stub): Check for overflow when adding START
9959         to RANGE; if it occurs, substitute the extreme value.
9960
9961 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9962
9963         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
9964
9965 2005-08-31  Jim Meyering  <jim@meyering.net>
9966
9967         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
9968         a pointer-to-const.
9969         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
9970         (register_state): Likewise.
9971         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
9972         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
9973         (group_nodes_into_DFAstates): Likewise.
9974
9975 2005-08-31  Jim Meyering  <jim@meyering.net>
9976
9977         * check-module: Add a FIXME comment.
9978
9979 2005-08-31  Eric Blake  <ebb9@byu.net>
9980
9981         * modules/unistd-safer (Files): Add unistd--.h.
9982         * modules/stdio-safer (Files): Add stdio--.h.
9983
9984 2005-08-31  Derek Price  <derek@ximbiot.com>
9985
9986         * lib/getdelim.c (getdelim): Return EOF on EOF.
9987         Reported by Larry Jones <lawrence.jones@ugs.com>.
9988
9989 2005-08-31  Bruno Haible  <bruno@clisp.org>
9990
9991         Avoid unnecessary diffs in the generated lib/Makefile.am.
9992         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
9993         the generated files.
9994         (func_import): Don't set cmd.
9995
9996 2005-08-31  Bruno Haible  <bruno@clisp.org>
9997
9998         * lib/strstr.c: Include <stddef.h>, for NULL.
9999         * lib/strcasestr.c: Likewise.
10000         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10001
10002 2005-08-31  Bruno Haible  <bruno@clisp.org>
10003
10004         * gnulib-tool: New option --macro-prefix.
10005         (func_import): Use macro_prefix.
10006         (import): Handle option --macro-prefix.
10007
10008 2005-08-31  Bruno Haible  <bruno@clisp.org>
10009
10010         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10011         Also use new variables cached_lgpl, cached_libtool.
10012
10013 2005-08-31  Bruno Haible  <bruno@clisp.org>
10014
10015         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10016         always instantiating them.
10017
10018 2005-08-31  Bruno Haible  <bruno@clisp.org>
10019
10020         * gnulib-tool (func_import): Read the previous cached settings
10021         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10022         earlier added by gnulib but are now dropped. Warn when a gnulib file
10023         overwrites a non-gnulib file.
10024
10025 2005-08-31  Bruno Haible  <bruno@clisp.org>
10026
10027         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10028         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10029         projects that don't keep autogenerated files in CVS. Put into
10030         actioncmd only the specified modules, not the transitive closure.
10031
10032 2005-08-31  Bruno Haible  <bruno@clisp.org>
10033
10034         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10035         Create directories that shall be filled.
10036         (import): Don't look for gl_* macros in configure.ac. Recurse across
10037         all directories containing a gnulib-cache.m4 files, if meaningful.
10038
10039 2005-08-31  Bruno Haible  <bruno@clisp.org>
10040
10041         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10042         (import): Set seen_libtool when we see gl_LIBTOOL.
10043
10044 2005-08-31  Bruno Haible  <bruno@clisp.org>
10045
10046         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10047         declaration macro definitions from generated gnulib.m4.
10048
10049 2005-08-30  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10050
10051         * lib/iconvme.h: Add prototype for iconv_alloc.
10052
10053 2005-08-29  Simon Josefsson  <jas@extundo.com>
10054
10055         * lib/iconvme.c: Fix errno.
10056
10057 2005-08-29  Bruno Haible  <bruno@clisp.org>
10058
10059         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10060         that it works when the directory contains spaces.
10061
10062 2005-08-29  Bruno Haible  <bruno@clisp.org>
10063
10064         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10065
10066 2005-08-29  Bruno Haible  <bruno@clisp.org>
10067
10068         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10069         Emit more advice.
10070
10071 2005-08-29  Bruno Haible  <bruno@clisp.org>
10072         and Stepan Kasal  <kasal@ucw.cz>
10073
10074         * check-module: If more parameters are given, check each of them
10075         separately; add more exceptions, as noted by Jim Meyering.
10076         (check_module): New procedure.
10077         (%exempt_header): Now contains all exceptions.
10078
10079 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10080
10081         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10082
10083 2005-08-29  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10084
10085         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10086
10087 2005-08-28  Bruno Haible  <bruno@clisp.org>
10088
10089         * m4/gnulib-tool.m4: New file.
10090
10091 2005-08-27  Jim Meyering  <jim@meyering.net>
10092
10093         * modules/unistd-safer (Files): Add pipe-safer.c.
10094         * modules/fcntl-safer (Files): Add creat-safer.c.
10095
10096 2005-08-27  Jim Meyering  <jim@meyering.net>
10097
10098         * m4/stdlib-safer.m4: New file.  From coreutils.
10099         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10100         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10101         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10102         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10103         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10104
10105 2005-08-27  Jim Meyering  <jim@meyering.net>
10106
10107         * lib/fopen-safer.c: Merge minor changes from coreutils.
10108         * lib/dup-safer.c: Likewise.
10109         * lib/fd-safer.c: Likewise.
10110
10111         Merge from coreutils.
10112         * lib/stdio--.h: New file.
10113         * lib/stdlib--.h: New file.
10114         * lib/mkstemp-safer.c: New file.
10115
10116         GNU tar needs these.
10117         * lib/pipe-safer.c: New file.
10118         * lib/creat-safer.c: New file.
10119         * lib/fcntl--.h (creat): Define to creat_safer.
10120         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10121         * lib/unistd--.h (pipe): Define to pipe_safer.
10122         * lib/unistd-safer.h: Declare pipe_safer.
10123
10124 2005-08-26  Simon Josefsson  <jas@extundo.com>
10125
10126         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10127         Haible <bruno@clisp.org>.
10128
10129 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10130
10131         * lib/regex_internal.h: Remove all references to
10132         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10133         or better.
10134         (bitset_not, bitset_merge, bitset_not_merge):
10135         (bitset_mask, re_string_allocate, re_string_construct):
10136         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10137         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10138         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10139         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10140         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10141         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10142         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10143         (re_acquire_state_context):
10144         Remove unnecessary forward decls.
10145         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10146         Put __attribute at function definition,
10147         now that the function decl has been removed.
10148         * lib/regex_internal.c (re_string_peek_byte_case):
10149         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10150         Likewise.
10151
10152 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10153
10154         * m4/regex.m4: Add AC_PREREQ(2.50).
10155         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10156
10157 2005-08-25  Simon Josefsson  <jas@extundo.com>
10158
10159         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10160         __fsetlocking.
10161
10162 2005-08-25  Simon Josefsson  <jas@extundo.com>
10163
10164         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10165         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10166         GLIBC specific code.
10167
10168 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10169
10170         Make regex safe for g++.  This fixes one real bug (an "err"
10171         that should have been "*err").  g++ problem reported by
10172         Sam Steingold.
10173         * lib/regex_internal.h (re_calloc): New macro, consistent with
10174         re_malloc etc.  All callers of calloc changed to use re_calloc.
10175         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10176         not int.  All callers changed.
10177         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10178         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10179         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10180         (find_recover_state): Change "err" to "*err"; this fixes what
10181         appears to be a real bug.
10182         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10183         versus int.
10184
10185 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10186
10187         * modules/regex (Depends-on): Add malloc, since the code
10188         assumes that !malloc(0) means failure.
10189
10190 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10191
10192         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10193
10194         alloca modernization/simplification for regex.
10195         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10196         needs to be at the start of the file, and can be moved into
10197         regex_internal.h and simplified.
10198         * lib/regex_internal.h: Include <alloca.h>.
10199         (__libc_use_alloca) [!defined _LIBC]: New macro.
10200         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10201         now works outside glibc.
10202
10203 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10204
10205         * config/srclist.txt: Add glibc bugs 1241, 1245.
10206
10207 2005-08-25  Jim Meyering  <jim@meyering.net>
10208
10209         * lib/open-safer.c: Include <config.h>.
10210         Otherwise, we'd lose LARGEFILE support in any file using
10211         e.g. "fcntl--.h"
10212
10213 2005-08-25  Bruno Haible  <bruno@clisp.org>
10214
10215         * m4/minmax.m4: Require autoconf 2.52.
10216         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10217         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10218         alternatives of translit over the alphabet.
10219         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10220
10221 2005-08-24  Simon Josefsson  <jas@extundo.com>
10222
10223         * tests/test-getpass.c: New file.
10224
10225 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10226
10227         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10228         for GNU regex features.
10229
10230 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10231
10232         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10233         * lib/regex.h (regerror): Likewise.
10234
10235         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10236         requires this.  (The code never needed it.)
10237
10238         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10239         All uses of recently-renamed identifiers changed to use the new,
10240         POSIX-compliant names.  The code will build and run just fine
10241         without these changes, but it's better to eat our own dog food
10242         and use the standard-conforming names.
10243
10244         * lib/regex.h: Fix a multitude of POSIX name space violations.
10245         These changes have an effect only for programs that define
10246         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10247         do not change anything for programs compiled in the normal way.
10248         Also, there is no effect on the ABI.
10249
10250         (_REGEX_SOURCE): New macro.
10251         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10252         defined and _GNU_SOURCE is not; this fixes a name space violation.
10253
10254         Rename the following macros to obey POSIX requirements.
10255         The old names are still visible as macros if _REGEX_SOURCE is defined.
10256         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10257         RE_BACKSLASH_ESCAPE_IN_LISTS.
10258         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10259         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10260         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10261         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10262         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10263         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10264         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10265         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10266         (REG_INTERVALS): renamed from RE_INTERVALS.
10267         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10268         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10269         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10270         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10271         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10272         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10273         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10274         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10275         RE_UNMATCHED_RIGHT_PAREN_ORD.
10276         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10277         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10278         (REG_DEBUG): renamed from RE_DEBUG.
10279         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10280         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10281         unusual, since we can't clash with the POSIX REG_ICASE.
10282         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10283         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10284         (REG_NO_SUB): renamed from RE_NO_SUB.
10285         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10286         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10287         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10288         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10289         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10290         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10291         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10292         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10293         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10294         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10295         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10296         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10297         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10298         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10299         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10300         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10301         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10302         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10303         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10304         (REG_FIXED): Renamed from REGS_FIXED.
10305         (REG_NREGS): Renamed from RE_NREGS.
10306
10307         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10308         of other REG_* macros, since POSIX says the user is allowed to
10309         #undef these macros selectively.
10310
10311         (reg_errcode_t): Update comment stating what other tables need
10312         to be consistent.
10313
10314         Rename the following enum values to obey POSIX requirements.
10315         The old names are still visible as macros.
10316         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10317         is not defined, since GNU is supposed to be a superset of POSIX as
10318         much as possible, and since we want reg_errcode_t to be a signed
10319         type for implementation consistency.
10320         (_REG_NOERROR): Renamed from REG_NOERROR.
10321         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10322         (_REG_BADPAT): Renamed from REG_BADPAT.
10323         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10324         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10325         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10326         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10327         (_REG_EBRACK): Renamed from REG_EBRACK.
10328         (_REG_EPAREN): Renamed from REG_EPAREN.
10329         (_REG_EBRACE): Renamed from REG_EBRACE.
10330         (_REG_BADBR): Renamed from REG_BADBR.
10331         (_REG_ERANGE): Renamed from REG_ERANGE.
10332         (_REG_ESPACE): Renamed from REG_ESPACE.
10333         (_REG_BADRPT): Renamed from REG_BADRPT.
10334         (_REG_EEND): Renamed from REG_EEND.
10335         (_REG_ESIZE): Renamed from REG_ESIZE.
10336         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10337         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10338         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10339         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10340         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10341
10342         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10343         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10344         changed.  But support the old name if the new one is not defined
10345         and if _REGEX_SOURCE.
10346
10347         Change the following member names in struct re_pattern_buffer.
10348         The old names are still supported if !_REGEX_SOURCE.
10349         The new names are always supported, regardless of _REGEX_SOURCE.
10350         (re_buffer): Renamed from buffer.
10351         (re_allocated): Renamed from allocated.
10352         (re_used): Renamed from used.
10353         (re_syntax): Renamed from syntax.
10354         (re_fastmap): Renamed from fastmap.
10355         (re_translate): Renamed from translate.
10356         (re_can_be_null): Renamed from can_be_null.
10357         (re_regs_allocated): Renamed from regs_allocated.
10358         (re_fastmap_accurate): Renamed from fastmap_accurate.
10359         (re_no_sub): Renamed from no_sub.
10360         (re_not_bol): Renamed from not_bol.
10361         (re_not_eol): Renamed from not_eol.
10362         (re_newline_anchor): Renamed from newline_anchor.
10363
10364         Change the following member names in struct re_registers.
10365         The old names are still supported if !_REGEX_SOURCE.
10366         The new names are always supported, regardless of _REGEX_SOURCE.
10367         (rm_num_regs): Renamed from num_regs.
10368         (rm_start): Renamed from start.
10369         (rm_end): Renamed from end.
10370
10371         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10372         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10373         Prepend __ to parameter names.
10374
10375         Undo yesterday's changes.
10376
10377 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10378
10379         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10380         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10381         lib/regex.c.
10382
10383 2005-08-24  Jim Meyering  <jim@meyering.net>
10384
10385         Sync from coreutils.
10386         * m4/fcntl-safer.m4: New file.
10387
10388         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10389         and object files for this module.
10390
10391 2005-08-24  Jim Meyering  <jim@meyering.net>
10392
10393         Sync from coreutils.
10394         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10395
10396 2005-08-24  Jim Meyering  <jim@meyering.net>
10397
10398         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10399         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10400
10401 2005-08-24  Jim Meyering  <jim@meyering.net>
10402
10403         * modules/fcntl-safer: New module.
10404         * modules/fts (Depends-on): Add fcntl-safer.
10405         * MODULES.html.sh (File descriptor based Input/Output):
10406         Add fcntl-safer.
10407
10408 2005-08-24  Bruno Haible  <bruno@clisp.org>
10409
10410         Support for unit test modules.
10411         * modules/README: Mention tests modules.
10412         * modules/TEMPLATE-TESTS: New file.
10413         * gnulib-tool: New options --extract-tests-module, --with-tests and
10414         --tests-base (unused for the moment).
10415         (testsbase, inctests): New variables.
10416         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10417         (func_verify_module): Exclude TEMPLATE-TESTS.
10418         (func_verify_nontests_module, func_verify_tests_module): New functions.
10419         (func_get_dependencies): Add implicit dependency for tests modules.
10420         (func_get_tests_module): New function.
10421         (func_modules_transitive_closure): When --with-tests was specified,
10422         include the unit tests as well, unless explicitly avoided.
10423         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10424         (func_emit_tests_Makefile_am): New function.
10425         (func_create_testdir): When --with-tests was specified, emit a
10426         tests/ directory.
10427         * MODULES.html.sh (Future developments): Update.
10428
10429 2005-08-24  Bruno Haible  <bruno@clisp.org>
10430
10431         * modules/tls-tests: New file.
10432         * tests/test-tls.c: New file, from GNU gettext.
10433
10434 2005-08-24  Bruno Haible  <bruno@clisp.org>
10435
10436         * modules/lock-tests: New file.
10437         * tests/test-lock.c: New file, from GNU gettext.
10438
10439 2005-08-24  Bruno Haible  <bruno@clisp.org>
10440
10441         * lib/lock.h: Add multiple inclusion guard.
10442         * lib/tls.h: Add multiple inclusion guard.
10443
10444 2005-08-24  Bruno Haible  <bruno@clisp.org>
10445
10446         * gnulib-tool: Add support for the --aux-dir option to
10447         --create-testdir, --create-megatestdir, --test, --megatest.
10448         (func_create_testdir, func_create_megatestdir): Optionally emit a
10449         AC_CONFIG_AUX_DIR directive.
10450         (create-testdir, create-megatestdir, test, megatest): Provide a
10451         default value for $auxdir.
10452
10453 2005-08-24  Bruno Haible  <bruno@clisp.org>
10454
10455         * gnulib-tool (import): Use compound statement instead of subshell
10456         where possible.
10457
10458 2005-08-24  Bruno Haible  <bruno@clisp.org>
10459
10460         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10461
10462 2005-08-24  Bruno Haible  <bruno@clisp.org>
10463
10464         * gnulib-tool (func_version): Update.
10465
10466 2005-08-24  Bruno Haible  <bruno@clisp.org>
10467
10468         * gnulib-tool (func_import, func_create_testdir,
10469         func_create_megatestdir): Quote all autoconf macro arguments.
10470
10471 2005-08-24  Bruno Haible  <bruno@clisp.org>
10472
10473         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10474         option --force, because --force causes the aclocal.m4 of each
10475         subdirectory to be newer than the corresponding config.h.in.
10476
10477 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10478
10479         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10480         All contents moved to gl_REGEX.
10481         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10482         assume that it does.
10483
10484 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10485
10486         * lib/regex.h (REG_NOSYS)
10487         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10488         Define, since POSIX requires it as of 2001.
10489         (_REG_ENOSYS)
10490         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10491         New private symbol, used to keep the enum signed in all cases.
10492         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10493         Youngman in
10494         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10495
10496         * lib/regex_internal.c (re_string_skip_chars, register_state):
10497         (calc_state_hash):
10498         Remove forward decls; no longer needed now that we use prototypes.
10499         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10500         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10501         (clean_state_log_if_needed): Likewise.
10502
10503 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10504
10505         * config/srclist.txt: Add glibc bugs 1231-1233.
10506
10507 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10508
10509         Fix problems reported by Sam Steingold in
10510         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10511         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10512         assumed that reg_errcode_t is a signed type, which is not
10513         necessarily true if _XOPEN_SOURCE is not defined.
10514         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10515         since some compilers warn about it otherwise.
10516
10517 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10518
10519         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10520         (init_word_char, create_initial_state, duplicate_node_closure):
10521         (fetch_token, peek_token_bracket, build_range_exp):
10522         (build_collating_symbol): Remove forward decls; no longer needed
10523         now that we use prototypes.
10524
10525         * lib/regcomp.c:
10526         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10527         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10528         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10529         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10530         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10531         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10532         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10533         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10534         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10535         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10536         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10537         (build_charclass, build_charclass_op, fetch_number, create_tree):
10538         (create_token_tree, mark_opt_subexp, duplicate_tree):
10539         Use prototypes rather than old-style definitions.
10540
10541         * lib/regex_internal.c:
10542         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10543         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10544         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10545         (re_string_reconstruct, re_string_peek_byte_case):
10546         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10547         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10548         (re_node_set_init_copy, re_node_set_add_intersect):
10549         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10550         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10551         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10552         (re_acquire_state, re_acquire_state_context, register_state):
10553         (create_ci_newstate, create_cd_newstate, free_state):
10554         Likewise.
10555         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10556         re_search_2):
10557         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10558         (re_search_internal, prune_impossible_nodes):
10559         (acquire_init_state_context, check_matching, static):
10560         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10561         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10562         (update_regs, sift_states_backward, build_sifted_states):
10563         (clean_state_log_if_needed, merge_state_array):
10564         (update_cur_sifted_state, add_epsilon_src_nodes):
10565         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10566         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10567         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10568         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10569         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10570         (check_arrival, check_arrival_add_next_nodes):
10571         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10572         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10573         (check_node_accept_bytes, check_node_accept, extend_buffers):
10574         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10575         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10576         (sift_ctx_init):
10577         Likewise.
10578
10579         * lib/regex_internal.h:
10580         (re_string_allocate, re_string_construct, re_string_reconstruct):
10581         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10582         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10583         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10584         (re_string_context_at, re_string_peek_byte_case):
10585         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10586         is defined, since we now use prototypes always.
10587
10588         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10589         C89 or better.  All uses removed.
10590
10591 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10592
10593         * config/srclist.txt: Add glibc bugs 1220-1227.
10594
10595 2005-08-20  Jim Meyering  <jim@meyering.net>
10596
10597         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10598         of unused local, dfa.
10599
10600 2005-08-20  Bruno Haible  <bruno@clisp.org>
10601
10602         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10603
10604 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10605
10606         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10607         (re_node_set_insert_last, re_dfa_add_node):
10608         Rename local variables to avoid GCC shadowing warnings.
10609
10610 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10611
10612         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10613         [defined lint]: Suppress bogus uninitialized-variable warnings.
10614
10615         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10616         and let the caller return REG_ESPACE if out of space.  This
10617         removes an uninitialied-variable warning with GCC 4.0.1, and also
10618         avoids taking the address of a local variable.  All callers
10619         changed.
10620
10621 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10624         $LIBCSRC/posix/regexec.c.
10625         Add glibc bug 1217 for regcomp.c.
10626
10627 2005-08-19  Jim Meyering  <jim@meyering.net>
10628
10629         * lib/regexec.c (proceed_next_node): Redo local variables to
10630         avoid GCC shadowing warnings.
10631
10632 2005-08-18  Bruno Haible  <bruno@clisp.org>
10633
10634         * lib/strstr.c (strstr): Fix return value in multibyte case.
10635         * lib/strcasestr.c (strcasestr): Likewise.
10636
10637 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10640
10641 2005-08-17  Jim Meyering  <jim@meyering.net>
10642
10643         Make the %s format (seconds since the epoch) work for a negative
10644         number and when used with a zero-padded field width, e.g. %015s.
10645
10646         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10647         label so that it precedes the code to set `digits'.  Otherwise,
10648         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10649         print `00-22'.  Now, it prints `-0022', as it should.
10650
10651 2005-08-17  Bruno Haible  <bruno@clisp.org>
10652
10653         * modules/strstr (Files): Add m4/mbrtowc.m4.
10654         (Depends-on): Add mbuiter.
10655
10656 2005-08-17  Bruno Haible  <bruno@clisp.org>
10657
10658         * modules/strcasestr: New file.
10659         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10660         strcasestr.
10661
10662 2005-08-17  Bruno Haible  <bruno@clisp.org>
10663
10664         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10665
10666 2005-08-17  Bruno Haible  <bruno@clisp.org>
10667
10668         * modules/mbuiter: New file.
10669         * MODULES.html.sh (Extended multibyte and wide character utilities):
10670         Add mbuiter.
10671
10672 2005-08-17  Bruno Haible  <bruno@clisp.org>
10673
10674         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10675         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10676
10677 2005-08-17  Bruno Haible  <bruno@clisp.org>
10678
10679         * m4/strcasestr.m4: New file.
10680
10681 2005-08-17  Bruno Haible  <bruno@clisp.org>
10682
10683         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10684         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10685
10686 2005-08-17  Bruno Haible  <bruno@clisp.org>
10687
10688         * lib/strcasestr.h: New file.
10689         * lib/strcasestr.c: New file.
10690
10691 2005-08-17  Bruno Haible  <bruno@clisp.org>
10692
10693         * lib/strcasecmp.c: Use mbuiter.h.
10694
10695 2005-08-17  Bruno Haible  <bruno@clisp.org>
10696
10697         * lib/mbuiter.h: New file.
10698
10699 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10700
10701         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10702         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10703         and gl_GETOPT are both invoked via different paths (as happens
10704         with GNU tar CVS because it uses both argp and getopt), the former
10705         wins.
10706
10707 2005-08-16  Bruno Haible  <bruno@clisp.org>
10708
10709         * modules/tls: New file.
10710         * MODULES.html.sh (Multithreading): Add tls.
10711
10712 2005-08-16  Bruno Haible  <bruno@clisp.org>
10713
10714         * modules/strnlen1: New file.
10715         * MODULES.html.sh (String handling): Add strnlen1.
10716
10717 2005-08-16  Bruno Haible  <bruno@clisp.org>
10718
10719         * modules/strcase (Files): Add m4/mbrtowc.m4.
10720         (Depends-on): Add strnlen1, mbchar.
10721
10722 2005-08-16  Bruno Haible  <bruno@clisp.org>
10723
10724         * modules/mbiter: New file.
10725         * MODULES.html.sh (Extended multibyte and wide character utilities):
10726         Add mbiter.
10727
10728 2005-08-16  Bruno Haible  <bruno@clisp.org>
10729
10730         * modules/mbfile: New file.
10731         * MODULES.html.sh (Extended multibyte and wide character utilities):
10732         Add mbfile.
10733
10734 2005-08-16  Bruno Haible  <bruno@clisp.org>
10735
10736         * modules/mbchar: New file.
10737         * MODULES.html.sh (Extended multibyte and wide character utilities):
10738         New section.
10739
10740 2005-08-16  Bruno Haible  <bruno@clisp.org>
10741
10742         * m4/tls.m4: New file, from GNU gettext.
10743
10744 2005-08-16  Bruno Haible  <bruno@clisp.org>
10745
10746         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10747         always.
10748         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10749
10750 2005-08-16  Bruno Haible  <bruno@clisp.org>
10751
10752         * m4/mbiter.m4: New file.
10753
10754 2005-08-16  Bruno Haible  <bruno@clisp.org>
10755
10756         * m4/mbfile.m4: New file.
10757
10758 2005-08-16  Bruno Haible  <bruno@clisp.org>
10759
10760         * m4/mbchar.m4: New file.
10761
10762 2005-08-16  Bruno Haible  <bruno@clisp.org>
10763
10764         * lib/tls.h: New file, from GNU gettext.
10765         * lib/tls.c: New file, from GNU gettext.
10766
10767 2005-08-16  Bruno Haible  <bruno@clisp.org>
10768
10769         * lib/strnlen1.h: New file.
10770         * lib/strnlen1.c: New file.
10771
10772 2005-08-16  Bruno Haible  <bruno@clisp.org>
10773
10774         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10775         (mbi_init): Update.
10776         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10777         NUL byte, not after it.
10778
10779 2005-08-16  Bruno Haible  <bruno@clisp.org>
10780
10781         * lib/strcase.h (strcasecmp): Add note in comments.
10782         * lib/strncasecmp.c: Use code from strcasecmp.c.
10783         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10784         (strcasecmp): Work correctly in multibyte locales.
10785
10786 2005-08-16  Bruno Haible  <bruno@clisp.org>
10787
10788         * lib/mbiter.h: New file.
10789
10790 2005-08-16  Bruno Haible  <bruno@clisp.org>
10791
10792         * lib/mbfile.h: New file.
10793
10794 2005-08-16  Bruno Haible  <bruno@clisp.org>
10795
10796         * lib/mbchar.h: New file.
10797         * lib/mbchar.c: New file.
10798
10799 2005-08-16  Bruno Haible  <bruno@clisp.org>
10800
10801         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10802         the valid ones. Makes the comparison operations transitive:
10803         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10804         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10805
10806 2005-08-15  Simon Josefsson  <jas@extundo.com>
10807
10808         * modules/ssize_t (License): Change to 'unlimited'.
10809
10810         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10811
10812 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10813
10814         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10815         Add comments for each pending glibc patch.
10816
10817 2005-08-15  Bruno Haible  <bruno@clisp.org>
10818
10819         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10820         __cplusplus is defined.
10821
10822 2005-08-14  Jim Meyering  <jim@meyering.net>
10823
10824         Sync from coreutils.
10825
10826         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10827         Use the hash-table-based cycle-detection code not just when
10828         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10829         Reported by James Youngman in
10830         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10831         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10832         FTS_TIGHT_CYCLE_CHECK.
10833         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10834         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10835         once again.
10836         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10837         * lib/fts.c (fd_safer): Remove decl.
10838         Include fcntl--.h rather than unistd-safer.h
10839         (fts_safe_changedir): Don't call fd_safer; no longer needed
10840         now that we include fcntl--.h.
10841
10842 2005-08-12  Simon Josefsson  <jas@extundo.com>
10843
10844         * modules/getndelim2: Use ssize_t module.
10845         * modules/getnline: Likewise.
10846         * modules/safe-read: Likewise.
10847         * modules/xreadlink: Likewise.
10848
10849         * modules/ssize_t: New file.
10850
10851 2005-08-12  Simon Josefsson  <jas@extundo.com>
10852
10853         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10854
10855 2005-08-12  Simon Josefsson  <jas@extundo.com>
10856
10857         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10858         ssize_t.
10859
10860 2005-08-12  Simon Josefsson  <jas@extundo.com>
10861
10862         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10863         readline, getdelim and check_version.
10864         (Support for systems lacking ISO C 99: Sizes of integer types):
10865         Add size_max.
10866
10867 2005-08-12  Bruno Haible  <bruno@clisp.org>
10868
10869         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
10870
10871 2005-08-11  Simon Josefsson  <jas@extundo.com>
10872
10873         * modules/readline: New file.
10874
10875         * modules/strnlen (Files): Add strnlen.h.
10876
10877 2005-08-11  Simon Josefsson  <jas@extundo.com>
10878
10879         * m4/readline.m4: New file.
10880
10881 2005-08-11  Simon Josefsson  <jas@extundo.com>
10882
10883         * lib/readline.h, readline.c: New file.
10884
10885 2005-08-11  Simon Josefsson  <jas@extundo.com>
10886
10887         * doc/gnulib.texi (Initial import, Finishing touches): Mention
10888         gl_AVOID.
10889
10890 2005-08-11  Bruno Haible  <bruno@clisp.org>
10891
10892         * lib/strnlen.h (strnlen): Change parameter name to match comment.
10893
10894 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
10895
10896         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
10897
10898 2005-08-10  Simon Josefsson  <jas@extundo.com>
10899
10900         * tests/test-iconvme.c: New file.
10901
10902 2005-08-10  Simon Josefsson  <jas@extundo.com>
10903
10904         * m4/strnlen.m4: New file.
10905
10906         * m4/strndup.m4: Don't check for strnlen declaration, done in
10907         strnlen.m4.
10908
10909 2005-08-10  Simon Josefsson  <jas@extundo.com>
10910
10911         * lib/strndup.c: Use strnlen.h.
10912
10913         * lib/strnlen.h: New file.
10914
10915 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10916
10917         * README: Typos.
10918
10919 2005-08-02  Simon Josefsson  <jas@extundo.com>
10920
10921         * modules/readline: New file.
10922
10923 2005-08-02  Simon Josefsson  <jas@extundo.com>
10924
10925         * modules/getdelim: New file.
10926
10927         * modules/getline: Rewrite, don't use getndelim2.
10928
10929 2005-08-02  Simon Josefsson  <jas@extundo.com>
10930
10931         * m4/getline.m4: Separate out getdelim stuff into separate module.
10932
10933         * m4/getdelim.m4: New file.
10934
10935 2005-08-02  Simon Josefsson  <jas@extundo.com>
10936
10937         * lib/getline.h, getline.c: Rewrite.
10938
10939         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
10940
10941 2005-07-31  Bruno Haible  <bruno@clisp.org>
10942
10943         * lib/lock.h (gl_lock_initializer): New macro.
10944         (gl_lock_define_initialized): Use it.
10945         (gl_rwlock_initializer): New macro.
10946         (gl_rwlock_define_initialized): Use it.
10947         (gl_recursive_lock_initializer): New macro.
10948         (gl_recursive_lock_define_initialized): Use it.
10949
10950 2005-07-30  Karl Berry  <karl@gnu.org>
10951
10952         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
10953         Report from Ben Pfaff, regarding getopt.
10954
10955 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
10956
10957         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
10958         normal way.
10959         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
10960         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
10961         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
10962         (gl_GETOPT): Use the new macros.  Most of the implementation
10963         is moved to the new macros.  This is for programs like Emacs
10964         that don't want all the functionality of gl_GETOPT.
10965
10966 2005-07-26  Bruno Haible  <bruno@clisp.org>
10967
10968         * m4/lock.m4: Update from GNU gettext.
10969
10970 2005-07-26  Bruno Haible  <bruno@clisp.org>
10971
10972         * lib/lock.h: Update from GNU gettext.
10973         * lib/lock.c: Update from GNU gettext.
10974
10975 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
10976
10977         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
10978         obsolescent AC_TRY_RUN.  Include the default includes files, for
10979         'exit'.
10980
10981 2005-07-24  Bruno Haible  <bruno@clisp.org>
10982
10983         * modules/visibility: New file.
10984         * MODULES.html.sh (Misc): Add visibility.
10985
10986 2005-07-24  Bruno Haible  <bruno@clisp.org>
10987
10988         * m4/visibility.m4: New file.
10989
10990 2005-07-24  Bruno Haible  <bruno@clisp.org>
10991
10992         * doc/visibility.texi: New file.
10993
10994 2005-07-22  Bruno Haible  <bruno@clisp.org>
10995
10996         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
10997         $(ALLOCA_H), redundant through BUILT_SOURCES.
10998         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
10999         redundant through BUILT_SOURCES.
11000         * modules/byteswap (Makefile.am): Remove explicit dependency on
11001         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11002         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11003         $(FNMATCH_H), redundant through BUILT_SOURCES.
11004         * modules/getopt (Makefile.am): Remove explicit dependency on
11005         $(GETOPT_H), redundant through BUILT_SOURCES.
11006         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11007         redundant through BUILT_SOURCES.
11008         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11009         redundant through BUILT_SOURCES.
11010         * modules/stdbool (Makefile.am): Remove explicit dependency on
11011         $(STDBOOL_H), redundant through BUILT_SOURCES.
11012         * modules/stdint (Makefile.am): Remove explicit dependency on
11013         $(STDINT_H), redundant through BUILT_SOURCES.
11014         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11015         Remove explicit dependency on $(SYSEXITS_H).
11016         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11017
11018 2005-07-18  Simon Josefsson  <jas@extundo.com>
11019
11020         * lib/check-version.c (check_version): Accept identical versions too.
11021
11022 2005-07-18  Bruno Haible  <bruno@clisp.org>
11023
11024         * modules/lock: New file.
11025         * MODULES.html.sh (Multithreading): New section.
11026
11027 2005-07-18  Bruno Haible  <bruno@clisp.org>
11028
11029         * m4/lock.m4: New file, from GNU gettext.
11030
11031 2005-07-18  Bruno Haible  <bruno@clisp.org>
11032
11033         * lib/lock.h: New file, from GNU gettext.
11034         * lib/lock.c: New file, from GNU gettext.
11035
11036 2005-07-18  Bruno Haible  <bruno@clisp.org>
11037
11038         * lib/lock.h (gl_once_t): New type.
11039         (gl_once_define, gl_once): New macros.
11040         * lib/lock.c (fresh_once): New variable.
11041         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11042         functions.
11043
11044 2005-07-16  Simon Josefsson  <jas@extundo.com>
11045
11046         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11047         workaround, suggested by Bruno.
11048
11049 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11050
11051         * modules/xalloc (Depends-on): Add xalloc-die.
11052         * modules/xvasprintf (Depends-on): Add xalloc-die.
11053
11054 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11055
11056         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11057         with a minor change.
11058
11059 2005-07-15  Bruno Haible  <bruno@clisp.org>
11060
11061         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11062         When using lib/poll.c, define poll as rpl_poll.
11063
11064 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11065
11066         * modules/argp (Depends-on): Remove unlocked-io.
11067
11068 2005-07-14  Derek Price  <derek@ximbiot.com>
11069
11070         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11071         for glob symlink bug.
11072
11073 2005-07-14  Bruno Haible  <bruno@clisp.org>
11074
11075         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11076         Instead, test for *_unlocked function declarations directly.
11077
11078 2005-07-11  Simon Josefsson  <jas@extundo.com>
11079
11080         * modules/size_max: New file.
11081
11082         * modules/xsize: Depend on size_max module for size_max.m4.
11083
11084 2005-07-11  Simon Josefsson  <jas@extundo.com>
11085
11086         * lib/size_max.h: New file.
11087
11088 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11089
11090         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11091         copyright symbol and the year.
11092         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11093         (version_etc_va): Use parameterized copyright notice.
11094         Reword to conform to the current GNU coding standards.
11095
11096 2005-07-11  Karl Berry  <karl@gnu.org>
11097
11098         * doc/gnulib.texi (Quoting): new node.
11099         (Initial import): more info, from Patrice.
11100
11101 2005-07-11  Bruno Haible  <bruno@clisp.org>
11102
11103         * gnulib-tool (func_usage): Document option --avoid.
11104         (Command line options): Handle --avoid.
11105         (func_acceptable): New function.
11106         (func_modules_transitive_closure): Use it.
11107
11108 2005-07-11  Bruno Haible  <bruno@clisp.org>
11109
11110         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11111         Reported by Jim Meyering.
11112
11113 2005-07-10  Bruno Haible  <bruno@clisp.org>
11114
11115         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11116         Needed when size_t is smaller than 'unsigned int'.
11117         Reported by Paul Eggert.
11118
11119 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11120
11121         * modules/argp (Depends-on): Add unlocked-io
11122
11123 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11124
11125         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11126         block of defines.
11127
11128 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11129
11130         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11131         fix now.
11132
11133 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11134         and Paul Eggert  <eggert@cs.ucla.edu>
11135
11136         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11137         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11138
11139 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11140
11141         * modules/regex (Files): Add lib/regex_internal.c,
11142         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11143         (Depends-on): Add extensions.
11144         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11145
11146 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11147
11148         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11149         pathconf.
11150         * m4/same.m4 (gl_SAME): Likewise.
11151         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11152
11153         * m4/regex.m4: Adjust to new libc regex implementation.
11154         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11155         all the .c and .h parts of (the new) regex.
11156         Quote the m4 stuff better.
11157         Check for RE_ICASE bug of old gnulib.
11158         Check for REG_STARTEND of recent libc.
11159         Rename local variables from jm_* to gl_*.
11160         Quote operand of "test -f".
11161         Say "recent enough" version of libc, not "version 2".
11162         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11163         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11164         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11165         Remove check for btowc, isascii.
11166         Require AM_LANGINFO_CODESET.
11167
11168 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11169
11170         * lib/regex.c, regex.h: Sync from libc.
11171         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11172         * lib/regexec.c:
11173         New files, synced from libc, except that regex_internal.h
11174         currently has a small porting fix.
11175
11176 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11177
11178         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11179         regex_internal.c, regexec.c.
11180         Add regex_internal.h too, but as a comment, since the libc version
11181         is currently broken in gnulib mode.
11182
11183 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11184
11185         Support programs like Emacs that use gnulib but not gettext.
11186         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11187         * modules/gettext-h: New file.
11188         * modules/gettext (Files): Remove lib/gettext.h.
11189         (Depends-on): Add gettext-h.
11190         (Makefile.am): Remove lib_SOURCES.
11191         * modules/argmatch, modules/c-stack, modules/closeout:
11192         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11193         * modules/execute, modules/file-type, modules/getaddrinfo:
11194         * modules/getopt, modules/human, modules/javacomp:
11195         * modules/javaexec, modules/mkdir-p, modules/obstack:
11196         * modules/openat, modules/pagealign_alloc, modules/pipe:
11197         * modules/quotearg, modules/regex, modules/rpmatch:
11198         * modules/unicodeio, modules/userspec, modules/version-etc:
11199         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11200         * modules/xsetenv:
11201         Depend on gettext-h, not gettext.
11202
11203 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11204
11205         * gnulib-tool (func_import): Add support for 'public domain' license.
11206         * modules/alloca, modules/atexit, modules/memmove:
11207         Now public domain, not GPL.
11208         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11209         * modules/realloc, modules/strerror, modules/strtod:
11210         Now LGPL, not GPL.
11211
11212 2005-07-05  Bruno Haible  <bruno@clisp.org>
11213
11214         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11215         autoconf CVS. Needed for mingw.
11216
11217 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11218
11219         Remove the dependency of the strftime module on the tzset module.
11220         * modules/strftime (Depends-on): Remove dependency on tzset.
11221
11222 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11223
11224         Remove the dependency of the strftime module on the tzset module.
11225         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11226         gl_FUNC_TZSET_CLOBBER.
11227
11228 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11229
11230         Remove the dependency of the strftime module on the tzset module.
11231         * lib/strftime.c (my_strftime)
11232         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11233         Copy the input structure, to work around some of the bug with
11234         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11235         Solaris releases, you should also use the tzset module, but we won't
11236         require it as a dependency any more since we don't want LGPLed code
11237         to depend on GPLed code.
11238
11239 2005-07-02  Jim Meyering  <jim@meyering.net>
11240
11241         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11242         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11243         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11244         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11245
11246 2005-07-02  Jim Meyering  <jim@meyering.net>
11247
11248         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11249
11250 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11251
11252         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11253         declares only 'struct timespec;' (!).
11254
11255 2005-07-01  Jim Meyering  <jim@meyering.net>
11256
11257         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11258         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11259         * lib/save-cwd.c, tempname.c:
11260         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11261         and don't include <sys/file.h>).
11262
11263 2005-06-29  Jim Meyering  <jim@meyering.net>
11264
11265         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11266         type name.  Use the variable name instead.
11267         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11268         Likewise.
11269
11270 2005-06-28  Simon Josefsson  <jas@extundo.com>
11271
11272         * modules/check-version (Files): Add check-version.m4.
11273
11274 2005-06-28  Simon Josefsson  <jas@extundo.com>
11275
11276         * m4/check-version.m4: New file, suggested by Jim Meyering
11277         <jim@meyering.net>.
11278
11279 2005-06-28  Simon Josefsson  <jas@extundo.com>
11280
11281         * lib/check-version.h, lib/check-version.c: New files.
11282
11283 2005-06-28  Simon Josefsson  <jas@extundo.com>
11284
11285         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11286         collision with global variable.  Better indentation.  Don't
11287         increment buffer pointer beyond buffer end.  Based on comments
11288         from Paul Eggert <eggert@cs.ucla.edu>.
11289
11290         * lib/base64.h: Indent.
11291
11292 2005-06-28  Simon Josefsson  <jas@extundo.com>
11293
11294         * doc/gnulib.texi (Library version handling): New section.
11295
11296 2005-06-28  Jim Meyering  <jim@meyering.net>
11297
11298         * check-module (find_included_lib_files): Hard-code another
11299         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11300         but modules/fts-lgpl (correctly) does not list those files.
11301
11302         * modules/canonicalize (Files): Add lib/pathmax.h.
11303
11304 2005-06-25  Simon Josefsson  <jas@extundo.com>
11305
11306         * modules/check-version: New file.
11307
11308 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11309
11310         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11311         initializer of struct addrinfo, as an indication that we don't
11312         care how many members the structure has.
11313
11314 2005-06-24  Derek Price  <derek@ximbiot.com>
11315         and Bruno Haible  <bruno@clisp.org>
11316
11317         Remove stat module & update lstat.
11318         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11319         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11320         * m4/stat.m4: Remove this file.
11321
11322 2005-06-24  Derek Price  <derek@ximbiot.com>
11323         and Bruno Haible  <bruno@clisp.org>
11324
11325         Remove stat module & update lstat.
11326         * lib/stat.c: Remove this file...
11327         (slash_aware_lstat): ...moving this content and its support...
11328         * lib/lstat.c (rpl_lstat): ...into here.
11329         * lib/lstat.h: New file.
11330
11331 2005-06-24  Derek Price  <derek@ximbiot.com>
11332         and Bruno Haible  <bruno@clisp.org>
11333
11334         Remove stat module & update lstat.
11335         * config/srclist.txt (libc sources): Remove stat.
11336
11337 2005-06-24  Derek Price  <derek@ximbiot.com>
11338         and Bruno Haible  <bruno@clisp.org>
11339
11340         Remove stat module & update lstat.
11341         * MODULES.html.sh (stat): Remove.
11342         * MODULES.html: Regenerated.
11343         * modules/lstat (Description): Correct function name.
11344         (Files): Add "lstat.h".
11345         (Depends-on): Remove stat, add xalloc, stat-macros.
11346         * modules/stat: Remove this file.
11347         (Include): Add "lstat.h", remove <sys/stat.h>.
11348
11349 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11350
11351         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11352         (ranged_convert): Don't save conversion in a temporary struct.
11353         This causes a warning with GCC 4.0.0, and anyway in the typical
11354         case it's not worth the extra 100 bytes or so of code.
11355         (ranged_convert, __mktime_internal): When calling a function via a
11356         pointer P, use P () rather than (*P) (), as we now assume C89 or
11357         better.
11358
11359 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11360
11361         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11362         "who -r" failed to give output.  Problem reported by Tim Waugh.
11363
11364         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11365         (xcalloc): Use it to avoid needless tests.
11366         Problem reported by Jim Meyering.
11367
11368 2005-06-20  Derek Price  <derek@ximbiot.com>
11369
11370         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11371         unnecessary for Autoconfs > 2.59c.
11372
11373 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11374
11375         * lib/argp.h (__option_is_short): Check upper limit of
11376         __key. Isprint() requires its argument to have the value
11377         of an unsigned char or EOF.
11378
11379 2005-06-16  Jim Meyering  <jim@meyering.net>
11380
11381         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11382         when either N or S is zero.
11383
11384 2005-06-16  Derek Price  <derek@ximbiot.com>
11385
11386         * m4/bison.m4: Declare YACC & YFLAGS precious.
11387
11388 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11389
11390         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11391         multibyte string or pattern, fall back on unibyte matching.
11392         Problem reported by James Youngman.
11393
11394 2005-06-08  Bruno Haible  <bruno@clisp.org>
11395
11396         * modules/csharpcomp: New file.
11397         * MODULES.html.sh (C#): Add csharpcomp.
11398
11399 2005-06-08  Bruno Haible  <bruno@clisp.org>
11400
11401         * m4/csharpcomp.m4: New file, from GNU gettext.
11402
11403 2005-06-08  Bruno Haible  <bruno@clisp.org>
11404
11405         * lib/csharpcomp.h: New file, from GNU gettext.
11406         * lib/csharpcomp.c: New file, from GNU gettext.
11407         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11408
11409 2005-06-08  Bruno Haible  <bruno@clisp.org>
11410
11411         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11412         warning on mingw.
11413
11414 2005-06-07  Derek Price  <derek@ximbiot.com>
11415
11416         Sync from CVS.
11417         * lib/glob_.h: Indent nested #ifdef.
11418
11419 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11420
11421         Sync from coreutils.
11422         Use "file name" when talking about file names, instead of "filename"
11423         or "path", as per the GNU coding standards.
11424         * lib/mkdir-p.c: Renamed from makepath.c.
11425         (make_dir_parents): Renamed from make_path.  All callers changed.
11426         * lib/mkdir-p.h: Likewise.  All includers changed.
11427         * lib/filenamecat.c: Renamed from path-concat.c.
11428         (file_name_concat): Renamed from path_concat.  All callers changed.
11429         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11430         * lib/filenamecat.h: Likewise.  All includers changed.
11431         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11432         in comments or local variable names.
11433         * lib/basename.c: Likewise.
11434         * lib/canonicalize.c, canonicalize.h: Likewise.
11435         * lib/dirname.c, dirname.h: Likewise.
11436         * lib/euidaccess.c: Likewise.
11437         * lib/exclude.c: Likewise
11438         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11439         * lib/fsusage.c, fsuage.h: Likewise.
11440         * lib/fts.c, fts_.h: Likewise.
11441         * lib/getcwd.c: Likewise.
11442         * lib/getloadavg.c: Likewise.
11443         * lib/mkstemp.c: Likewise.
11444         * lib/mountlist.c, mountlist.h: Likewise.
11445         * lib/openat.c, openat.h: Likewise.
11446         * lib/readlink-stub.c: Likewise.
11447         * lib/readutmp.c, readutmp.h: Likewise.
11448         * lib/rename.c: Likewise.
11449         * lib/rmdir.c: Likewise.
11450         * lib/same.c: Likewise.
11451         * lib/savedir.c: Likewise.
11452         * lib/stripslash.c: Likewise.
11453         * lib/tempname.c: Likewise.
11454         * lib/xreadlink.c: Likewise.
11455         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11456         All uses changed.
11457         * lib/exclude.h: Likewise.
11458
11459         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11460         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11461         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11462         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11463         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11464         files have been getting away with it for years (MORE/BSD 4.3
11465         is extinct now).
11466         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11467         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11468
11469         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11470         Define to 256, not 255, as per modern POSIX.
11471
11472 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11473
11474         Sync from coreutils.
11475         Use "file name" when talking about file names, instead of "filename"
11476         or "path", as per the GNU coding standards.
11477         * MODULES.html.sh: mkdir-p renamed from makepath.
11478         filenamecat renamed from path-concat.
11479         * modules/filenamecat: Renamed from modules/path-concat.
11480         (Files): filenamecat.h and filenamecat.c renamed from
11481         path-concat.h and path-concat.c.
11482         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11483         (Include): filenamecat.h, not path-concat.h.
11484         * modules/mkdir-p: Renamed from modules/makepath.
11485         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11486         makepath.c.
11487         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11488         (Include): mkdir-p.h, not makepath.h.
11489
11490 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11491
11492         Sync from coreutils.
11493         * m4/mkdir-p.m4: Renamed from makepath.m4.
11494         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11495         Rename files from makepath.c to mkdir-p.c, and from
11496         makepath.h to mkdir-p.h.
11497         * m4/filenamecat.m4: Renamed from path-concat.m4.
11498         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11499         Rename files from path-concat.c to filenamecat.c,
11500         and from path-concat.h to filenamecat.h.
11501         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11502         "file name" in local variables or comments.
11503         * m4/rename.m4: Likewise.
11504
11505 2005-06-01  Bruno Haible  <bruno@clisp.org>
11506
11507         * modules/csharpexec: New file.
11508         * MODULES.html.sh (C#): New section.
11509
11510 2005-06-01  Bruno Haible  <bruno@clisp.org>
11511
11512         * m4/csharp.m4: New file, from GNU gettext.
11513         * m4/csharpexec.m4: New file, from GNU gettext.
11514
11515 2005-06-01  Bruno Haible  <bruno@clisp.org>
11516
11517         * lib/csharpexec.h: New file, from GNU gettext.
11518         * lib/csharpexec.c: New file, from GNU gettext.
11519         * lib/csharpexec.sh.in: New file, from GNU gettext.
11520
11521 2005-05-31  Derek Price  <derek@ximbiot.com>
11522             Paul Eggert  <eggert@cs.ucla.edu>
11523
11524         Sync from cvs.
11525         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11526
11527 2005-05-31  Derek Price  <derek@ximbiot.com>
11528             Paul Eggert  <eggert@cs.ucla.edu>
11529
11530         Sync from cvs.
11531         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11532
11533 2005-05-29  Derek Price  <derek@ximbiot.com>
11534
11535         * config/srclist.txt (glob_.h, glob.c): Add these files.
11536
11537 2005-05-29  Derek Price  <derek@ximbiot.com>
11538
11539         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11540         * modules/glob: New file.
11541         * modules/getlogin_r: Add link to POSIX spec in description.
11542
11543 2005-05-29  Derek Price  <derek@ximbiot.com>
11544             Paul Eggert  <eggert@cs.ucla.edu>
11545
11546         * m4/glob.m4: New file.
11547
11548 2005-05-29  Derek Price  <derek@ximbiot.com>
11549             Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         * lib/glob_.h, lib/glob.c: New files.
11552
11553 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11554
11555         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11556         * modules/fts-lgpl (Depends-on): Remove gettext.
11557
11558 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11559
11560         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11561         and don't require gt_INTTYPES_PRI.
11562
11563 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11564
11565         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11566
11567         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11568         the configuration hassle isn't worth it.
11569         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11570         (LONGEST_MODIFIER, PRIuMAX): Remove.
11571
11572 2005-05-27  Bruno Haible  <bruno@clisp.org>
11573
11574         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11575
11576 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11577
11578         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11579         _POSIX_PTHREAD_SEMANTICS for Solaris.
11580
11581 2005-05-25  Derek Price  <derek@ximbiot.com>
11582
11583         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11584
11585 2005-05-25  Derek Price  <derek@ximbiot.com>
11586             Paul Eggert  <eggert@cs.ucla.edu>
11587
11588         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11589         * lib/getlogin_r.c, getlogin_r.h: New files.
11590
11591 2005-05-25  Bruno Haible  <bruno@clisp.org>
11592             Derek Price  <derek@ximbiot.com>
11593
11594         * lib/getlogin_r.h: Simplify API documentation.
11595
11596 2005-05-23  Derek Price  <derek@ximbiot.com>
11597
11598         * modules/minmax (Files): Add m4/minmax.m4.
11599         (configure.ac): Add gl_MINMAX.
11600
11601 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11602
11603         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11604         so that unistd-safer.h (GPL'ed code) need not be included.
11605
11606 2005-05-22  Bruno Haible  <bruno@clisp.org>
11607
11608         * m4/minmax.m4: New file.
11609         Based on a patch by Derek Price <derek@ximbiot.com>.
11610
11611 2005-05-22  Bruno Haible  <bruno@clisp.org>
11612
11613         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11614         (INT64_MIN): Fix definition.
11615         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11616
11617         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11618         NEED_SIGNED_INT_TYPES.
11619
11620         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11621         HAVE_SYSTEM_INTTYPES.
11622
11623 2005-05-22  Bruno Haible  <bruno@clisp.org>
11624
11625         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11626         Also include <sys/param.h> if it defines MIN, MAX.
11627         Based on a patch by Derek Price <derek@ximbiot.com>.
11628
11629 2005-05-21  Jim Meyering  <jim@meyering.net>
11630
11631         * modules/fts (Files): Add m4/inttypes-pri.m4.
11632         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11633
11634 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11635
11636         New fts module.
11637         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11638         (setup_dir, free_dir): New functions.
11639         (enter_dir, leave_dir): Define trivial
11640         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11641         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11642         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11643         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11644         Move to fts-cycle.c.
11645         (fts_open): Use setup_dir.
11646         (fts_close): Use free_dir.
11647         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11648         This adds a label and some gotos, but the alternatives were messier.
11649         Check for memory allocation failure when entering a dir.
11650         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11651         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11652         (FTS): New member fts_cycle, that is a union that contains the
11653         old active_dir_ht and cycle_state.  All uses changed to mention
11654         fts_cycle.ht and fts_cycle.state.
11655         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11656         fts.c, with the following changes:
11657         (setup_dir, free_dir): New functions.
11658         (enter_dir): Now returns bool.  Return true if successful, false
11659         if memory exhausted.  All callers changed.
11660         Do not bother partly cleaning up on
11661         memory allocation failure; that is free_dir's job.
11662         However, free ad if hash_insert fails, to avoid memory leak.
11663         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11664         fts->fts_options to see which union member to use.
11665
11666 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11667
11668         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11669         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11670
11671 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11672
11673         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11674
11675 2005-05-20  Jim Meyering  <jim@meyering.net>
11676
11677         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11678         Now a macro, to pacify GCC.
11679
11680 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11681
11682         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11683         of -1.
11684
11685 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11686
11687         * lib/chown.c (rpl_chown): Return -1 on failure.
11688
11689 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11690
11691         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11692         Don't check for stddef.h.
11693         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11694         don't use its results.
11695         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11696         since we include them unconditionally.  Don't require
11697         AM_STDBOOL_H, since stdbool is a prerequisite.
11698         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11699         since we assume C89 or better.
11700         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11701         as we don't use their results.
11702         Don't check for fchdir, memmove, memset, strrchr, as we use
11703         them unconditionally.
11704         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11705         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11706
11707 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11708
11709         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11710         Include <stddef.h> unconditionally, since we assume C89 now.
11711         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11712         * lib/fts.c: Include fts_.h first, to check interface.
11713         Do not include intprops.h; no longer needed.
11714         Include cycle-check.h and hash.h, since fts_.h no longer does.
11715         Remove unnecessary casts of closedir to void.
11716         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11717         decide whether to decrement nlinks.
11718         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11719         (FTS): Use struct hash_table * instead of Hash_table, so that
11720         we no longer need to include hash.h here.
11721
11722 2005-05-18  Jim Meyering  <jim@meyering.net>
11723
11724         * modules/dirfd (License): Change to LGPL.  Most of the code
11725         is already in the public domain.
11726
11727 2005-05-18  Jim Meyering  <jim@meyering.net>
11728
11729         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11730         Reported by Yoann Vandoorselaere.
11731
11732 2005-05-17  Jim Meyering  <jim@meyering.net>
11733
11734         * m4/fts.m4: New file, from coreutils.
11735
11736 2005-05-17  Jim Meyering  <jim@meyering.net>
11737
11738         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11739
11740 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11741
11742         Sync from coreutils.
11743         * m4/unlinkdir.m4: New file.
11744
11745 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11746
11747         Sync from coreutils.
11748         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11749         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11750         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11751         White space changes only.
11752         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11753         special.
11754         * lib/yesno.c: Include getline.h, not ctype.h.
11755         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11756         Use getline to remove arbitrary restriction on response length.
11757
11758 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11759
11760         * config/srclist-update: Spell out "Street" in FSF postal
11761         mail address; this is the style the FSF seems to prefer.
11762
11763         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11764         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11765         this updates FSF postal mail address.
11766
11767         Sync from coreutils.
11768         * modules/unlinkdir: New file.
11769         * modules/yesno (Depends-on): Add getline.
11770         * MODULES.html.sh (File system functions): Add unlinkdir.
11771
11772 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11773
11774         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11775         lib/strsep.h:
11776         Change the initial comment to refer to GPL, not LGPL.
11777         gnulib-tool will change it to LGPL as needed.
11778
11779         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11780         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11781         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11782         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11783         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11784         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11785         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11786         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11787         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11788         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11789         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11790         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11791         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11792         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11793         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11794         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11795         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11796         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11797         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11798         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11799         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11800         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11801         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11802         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11803         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11804         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11805         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11806         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11807         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11808         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11809         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11810         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11811         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11812         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11813         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11814         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11815         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11816         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11817         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11818         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11819         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11820         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11821         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11822         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11823         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11824         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11825         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11826         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11827         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11828         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11829         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11830         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11831         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11832         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11833         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11834         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11835         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11836         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11837         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11838         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11839         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11840         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11841         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11842         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11843         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11844         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11845         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11846         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11847         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11848         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11849         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11850         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11851         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11852         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11853         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11854         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11855         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11856         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11857         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11858         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11859         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11860         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11861         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11862         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11863         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11864         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11865         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11866         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11867         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11868         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11869         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
11870         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
11871         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
11872         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
11873         lib/yesno.c, lib/yesno.h:
11874         Update FSF postal mail address.
11875
11876 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11877
11878         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
11879         tests/test-memmem.c, tests/test-stpncpy.c:
11880         Update FSF postal mail address.
11881
11882 2005-05-13  Bruno Haible  <bruno@clisp.org>
11883
11884         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
11885         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
11886         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
11887         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
11888         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
11889         Add support for 64-bit integers in the MSVC compiler.
11890
11891 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11892
11893         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
11894
11895 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
11896
11897         * gnulib-tool (func_import): Sort and uniquify recommended includes.
11898
11899 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
11900
11901         * doc/getdate.texi (General date syntax): Don't say that date
11902         date --iso-8601=ns generates acceptable dates; it doesn't yet.
11903         Problem reported by Nic Ferrier.
11904
11905 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11906
11907         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
11908         specified in ai_socktype. Fix invalid ai_protocol
11909         check. ai_protocol is usually set to 0 or depending on
11910         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
11911         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
11912         ai_socktype / ai_protocol in the returned addrinfo structure.
11913
11914 2005-05-10  Simon Josefsson  <jas@extundo.com>
11915
11916         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
11917         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11918
11919 2005-05-10  Karl Berry  <karl@gnu.org>
11920
11921         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
11922         (from http://www.gnu.org/licenses).
11923         * doc/COPYING.LIB: also rename to COPYING.LESSER.
11924         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
11925         fdl.texi suffices.
11926
11927 2005-05-10  Karl Berry  <karl@gnu.org>
11928
11929         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
11930         (COPYING.DOC): remove.
11931
11932         * config/srclist-update: new FSF address.
11933
11934 2005-05-10  Derek Price  <derek@ximbiot.com>
11935
11936         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
11937         possible.
11938
11939 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11940             Bruno Haible  <bruno@clisp.org>
11941
11942         * modules/inet_ntop: New file.
11943         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11944         inet_ntop.
11945
11946 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11947             Bruno Haible  <bruno@clisp.org>
11948
11949         * m4/inet_ntop.m4: New file.
11950
11951 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
11952             Bruno Haible  <bruno@clisp.org>
11953
11954         * lib/inet_ntop.h: New file.
11955         * lib/inet_ntop.c: New file, from glibc with modifications.
11956
11957 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
11958
11959         * modules/time_r (License): Change to LGPL.
11960         * modules/extensions (License): Change to LGPL.  Actually,
11961         the license is more permissive than that, but currently gnulib-tool
11962         doesn't know how to handle more-permissive licenses.
11963
11964         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
11965         Problem reported by Dave Love.
11966
11967 2005-05-08  Jim Meyering  <jim@meyering.net>
11968
11969         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
11970         blank.
11971
11972 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
11973
11974         * modules/argmatch (Depends-on): Add stdbool.
11975         * modules/backupfile (Depends-on): Likewise.
11976         * modules/chdir-long (Depends-on): Likewise.
11977         * modules/closeout (Depends-on): Likewise.
11978         * modules/cycle-check (Depends-on): Likewise.
11979         * modules/dirname (Depends-on): Likewise.
11980         * modules/fnmatch (Depends-on): Likewise.
11981         * modules/fsusage (Depends-on): Likewise.
11982         * modules/fwriteerror (Depends-on): Likewise.
11983         * modules/getcwd (Depends-on): Likewise.
11984         * modules/getloadavg (Depends-on): Likewise.
11985         * modules/hard-locale (Depends-on): Likewise.
11986         * modules/makepath (Depends-on): Likewise.
11987         * modules/mountlist (Depends-on): Likewise.
11988         * modules/nanosleep (Depends-on): Likewise.
11989         * modules/posixtm (Depends-on): Likewise.
11990         * modules/quotearg (Depends-on): Likewise.
11991         * modules/readtokens (Depends-on): Likewise.
11992         * modules/readtokens0 (Depends-on): Likewise.
11993         * modules/readutmp (Depends-on): Likewise.
11994         * modules/save-cwd (Depends-on): Likewise.
11995         * modules/strftime (Depends-on): Likewise.
11996         * modules/userspec (Depends-on): Likewise.
11997         * modules/utimecmp (Depends-on): Likewise.
11998         * modules/xgetcwd (Depends-on): Likewise.
11999         * modules/xnanosleep (Depends-on): Likewise.
12000         * modules/xstrtod (Depends-on): Likewise.
12001         * modules/yesno (Depends-on): Likewise.
12002
12003 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12004
12005         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12006         needless checks.
12007
12008 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12009
12010         Merge from coreutils.  Among other things,
12011         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12012         * lib/fd-safer.c: New file.
12013         * lib/fcntl-safer.h, open-safer.c: Remove.
12014         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12015         * lib/dup-safer.c: Include unistd-safer.h first.
12016         Don't include errno.h.
12017         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12018         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12019         * lib/file-type.c: Rely on file-type.h change.
12020         * lib/getloadavg.c: Include unistd-safer.h.
12021         (getloadavg): Use safer open.
12022         * lib/getusershell.c: Include "stdio-safer.h".
12023         (getusershell): Use safer fopen.
12024         * lib/long-options.c (long_options): Use NULL rather than 0.
12025         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12026         'free'.
12027         * lib/modechange.c: Likewise.
12028         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12029         (MODE_DONE): New constant.
12030         (struct mode_change): Remove 'next' member.
12031         (make_node_op_equals): New function; like the old one of the
12032         same name, except it allocates an array.
12033         (mode_compile, mode_create_from_ref): Use it.
12034         (mode_compile): Allocate result as an array, not a linked list.
12035         Parse octal string ourself, so that we catch mistakes like "+0".
12036         (mode_adjust): Arg is an array, not a linked list.
12037         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12038         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12039         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12040         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12041         Remove.  This is now stat-macros.h's job.
12042         (talloc): Remove.  All callers replaced by xalloc, so that
12043         our invokers don't have to worry about reporting memory failures.
12044         (make_node_op_equals): Remove.
12045         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12046         New constants.
12047         (struct mode_change): Moved here from modechange.h.
12048         (mode_append_entry): Remove.
12049         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12050         apps to have incorrect behavior.  Use simpler algorithm for head
12051         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12052         Detect more invalid usages rather than having somewhat-random behavior.
12053         Don't insert an "a=" action, as that leads to incorrect behavior.
12054         (mode_compile, mode_create_from_ref): Return NULL on error instead
12055         of an enum, since now there's only one way to have an error.  All
12056         callers changed.
12057         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12058         at the correct time.  Simplify calculation of "+u" and its ilk.
12059         Don't mishandle "+X".
12060         (mode_free): Remove "register" and localize decls.
12061         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12062         (struct mode_change): Move to modechange.c; callers don't
12063         need to see this stuff.
12064         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12065         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12066         (mode_change, mode_adjust): Reflect the new signatures noted above.
12067         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12068         that might redefine system include files.
12069         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12070         (my_usleep): Use NULL rather than (void *) 0.
12071         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12072         Use siginterrupt to specify that system calls should be interrupted.
12073         (rpl_nanosleep): Move initialization of suspended closer to call of
12074         my_usleep.
12075         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12076         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12077         (desirable_utmp_entry): New function.
12078         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12079         using x2nrealloc, to simplify logic.
12080         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12081         size calculation.  Do not assume utmp file is a regular file.
12082         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12083         (READ_UTMP_CHECK_PIDS): New constant.
12084         * lib/save-cwd.c: Include unistd-safer.h.
12085         (save_cwd): Use fd_safer.
12086         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12087         [!_LIBC] Include "stat-macros.h" instead.
12088         * lib/unistd-safer.h (fd_safer): New decl.
12089
12090 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12091
12092         * modules/getloadavg (Depends-on): Add unistd-safer.
12093         * modules/getusershell (Depends-on): Add stdio-safer.
12094         * modules/lstat (Depends-on): Remove xalloc.
12095         * modules/mkstemp (Depends-on): Add stat-macros.
12096         * modules/modechange (Depends-on): Remove xstrtol.
12097         Add stat-macros, xalloc.
12098         * modules/save-cwd (Depends-on): Add unistd-safer.
12099         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12100         * modules/unistd-safer (Files): Add lib/fd-safer.c
12101         (Makefile.am): Remove lib_SOURCES.
12102
12103         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12104         Remove fcntl-safer; unistd-safer supersedes it.
12105
12106 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12107
12108         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12109         AC_HEADER_STAT.
12110         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12111         (gl_PREREQ_CHOWN): Remove.
12112         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12113         it.  Don't require AC_HEADER_STAT.
12114         (gl_PREREQ_LSTAT): Remove.
12115         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12116         Don't require AC_HEADER_STAT.
12117         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12118         (gl_PREREQ_RMDIR): Remove.
12119         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12120         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12121         the stat-macros module a prerequisite.
12122         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12123         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12124         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12125         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12126         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12127         variable names.
12128         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12129         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12130         variable prefixes.
12131         * m4/fcntl-safer.m4: Remove.
12132         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12133         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12134         Invoke gl_PREREQ_FD_SAFER.
12135         (gl_PREREQ_FD_SAFER): New macro.
12136         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12137         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12138         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12139         Remove duplicate call to AC_LIBOBJ(readutmp).
12140         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12141
12142         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12143         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12144
12145 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12146
12147         * MODULES.html.sh (Misc): Add byteswap.
12148
12149 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12150
12151         * modules/getcwd (Depends-on): Add extensions.
12152         * modules/openat (Depends-on): Likewise.
12153
12154 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12155
12156         * modules/byteswap: New file.
12157
12158 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12159
12160         * m4/byteswap.m4: New file.
12161
12162 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12163
12164         * lib/byteswap_.h: New file.
12165
12166 2005-04-25  Karl Berry  <karl@gnu.org>
12167
12168         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12169
12170 2005-04-25  Albert Chin  <china@thewrittenword.com>
12171
12172         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12173         Toolkit C bug.
12174
12175 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12176
12177         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12178         (func_ln_if_changed) Remove forcibly for no error message
12179         in case file does not exist.
12180
12181 2005-04-19  Simon Josefsson  <jas@extundo.com>
12182
12183         * gnulib-tool (Options): Make --symlink mean --symbolic.
12184
12185 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12186
12187         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12188
12189 2005-04-16  Simon Josefsson  <jas@extundo.com>
12190
12191         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12192
12193 2005-04-15  Simon Josefsson  <jas@extundo.com>
12194
12195         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12196
12197 2005-04-15  Simon Josefsson  <jas@extundo.com>
12198
12199         * gnulib-tool: Rename --symlink to --symbolic.
12200
12201 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12202
12203         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12204         symbolic links to files instead of copying/moving.  Add --aux-dir,
12205         specifying directory relative --dir where auxiliary build tools
12206         are placed.
12207
12208 2005-04-14  Bruno Haible  <bruno@clisp.org>
12209
12210         * modules/allocsa (License): Change to LGPL.
12211         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12212
12213 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12214
12215         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12216         that "UTC +1 second" continues to work.  Problem reported
12217         by Dmitry V. Levin.
12218         (relunit_snumber): New rule.
12219         (relunit): Use it.
12220
12221 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12222
12223         * lib/getdate.y (universal_time_zone_table): New constant.
12224         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12225         universal_time_zone_table.
12226         (lookup_zone): Prefer universal_time_zone_table to
12227         local_time_zone_table, so that "GMT" time stamps are allowed in
12228         London during the summer.  Problem reported by Ian Abbott.
12229
12230 2005-04-12  Jim Meyering  <jim@meyering.net>
12231
12232         * lib/human.c (humblock): Set *options even when returning due to
12233         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12234         warning from gcc-4.
12235
12236 2005-04-09  Jim Meyering  <jim@meyering.net>
12237
12238         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12239         -Wuninitialized: initialize tm0.tm_year.
12240
12241 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12242
12243         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12244         count, since there's no maximum.  All uses changed.
12245         Add member dsts_seen.
12246         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12247         not being INT_MAX.
12248         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12249         Use pc_rels_seen to decide whther a date is absolute.
12250
12251         * lib/getdate.y (number): Don't overwrite year.
12252         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12253         check.
12254
12255 2005-04-02  Simon Josefsson  <jas@extundo.com>
12256
12257         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12258         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12259
12260 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12261
12262         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12263         where no absolute path name can be longer than PATH_MAX.
12264
12265 2005-03-27  Jim Meyering  <jim@meyering.net>
12266
12267         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12268
12269 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12270
12271         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12272         "one's complement" -> "ones' complement" in comment, as per Knuth.
12273         "value of type" -> "type or expression" in comment.
12274         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12275
12276 2005-03-26  Jim Meyering  <jim@meyering.net>
12277
12278         Comment nits.
12279         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12280         Correct typos: s/or/of/.
12281
12282 2005-03-26  Jim Meyering  <jim@meyering.net>
12283
12284         * modules/check-include-files: Move to ../ and rename to...
12285         * check-module: ...this.
12286
12287 2005-03-25  Jim Meyering  <jim@meyering.net>
12288
12289         * modules/xvasprintf (Files): Add xalloc.h.
12290
12291 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12292
12293         * modules/gettext (Files): config/config.rpath ->
12294         build-aux/config.rpath
12295         * modules/iconv (Files): Likewise.
12296         Problem reported by Oskar Liljeblad.
12297
12298 2005-03-23  Jim Meyering  <jim@meyering.net>
12299
12300         * modules/check-include-files: New script to check for
12301         missing dependencies, multiple includes, etc.
12302
12303         * modules/c-strtold (Depends-on): Add xalloc.
12304         * modules/c-strtod (Depends-on): Add xalloc.
12305         * modules/hash (Depends-on): Add xalloc.
12306         (Files): Remove lib/xalloc.h.
12307
12308         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12309         * modules/userspec (Files): Add lib/inttostr.h.
12310
12311 2005-03-23  Jim Meyering  <jim@meyering.net>
12312
12313         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12314
12315 2005-03-22  Jim Meyering  <jim@meyering.net>
12316
12317         * modules/stat-macros: New module.
12318         * modules/canonicalize, modules/euidaccess, modules/file-type,
12319         * modules/filemode, modules/lchown, modules/makepath,
12320         * modules/rmdir, modules/stat: Depend on new stat-macros module
12321         rather than listing lib/stat-macros.h manually.
12322         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12323
12324 2005-03-22  Jim Meyering  <jim@meyering.net>
12325
12326         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12327
12328 2005-03-22  Bruno Haible  <bruno@clisp.org>
12329
12330         * config/srclist.txt: Replace target directory 'config' with
12331         'build-aux'.
12332         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12333         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12334         ../build-aux/.
12335
12336 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12337
12338         * modules/chdir-long (Depends-on): Add mempcpy.
12339
12340         * modules/acl, modules/backupfile, modules/c-strtod,
12341         modules/c-strtold, modules/canon-host, modules/canonicalize,
12342         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12343         modules/exclude, modules/exitfail, modules/file-type,
12344         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12345         modules/getdate, modules/getline, modules/getpagesize,
12346         modules/getpass, modules/getugroups, modules/group-member,
12347         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12348         modules/inttostr, modules/long-options, modules/makepath,
12349         modules/md5, modules/memcasecmp, modules/memcoll,
12350         modules/modechange, modules/mountlist, modules/path-concat,
12351         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12352         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12353         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12354         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12355         modules/strftime, modules/strndup, modules/strverscmp,
12356         modules/timespec, modules/unlocked-io, modules/userspec,
12357         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12358         modules/yesno:
12359         Remove lib_SOURCES line from Makefile.am section, as this is now
12360         done automatically by the corresponding Autoconf macro.
12361
12362 2005-03-21  Jim Meyering  <jim@meyering.net>
12363
12364         Changes imported from coreutils.
12365
12366         * lib/cycle-check.c: Don't include xalloc.h.
12367
12368         * lib/path-concat.c: Don't include assert.h.
12369         (path_concat): Remove assertion that would have triggered
12370         for ABASE starting with more than one slash.
12371         Reported by Andreas Schwab.
12372
12373         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12374         properly when ABASE is an absolute file name.
12375         Correct the description of this function.
12376         Include <assert.h>.
12377         Add an assertion and a test driver.
12378         This fixes a bug introduced on 2004-07-02.
12379         Andreas Schwab reported the resulting failure of cp --parents:
12380         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12381
12382 2005-03-21  Jim Meyering  <jim@meyering.net>
12383
12384         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12385         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12386
12387 2005-03-21  Jim Meyering  <jim@meyering.net>
12388         and  Paul Eggert  <eggert@cs.ucla.edu>
12389
12390         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12391         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12392         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12393         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12394         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12395         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12396         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12397         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12398         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12399         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12400         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12401         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12402         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12403         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12404         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12405         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12406         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12407         for these modules.
12408
12409 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12410
12411         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12412         (which shouldn't happen), generate nothing instead of returning 0
12413         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12414
12415 2005-03-16  Bruno Haible  <bruno@clisp.org>
12416
12417         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12418         HAVE_LONGLONG_64BIT.
12419
12420 2005-03-16  Bruno Haible  <bruno@clisp.org>
12421
12422         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12423         HAVE_LONGLONG_64BIT.
12424
12425 2005-03-16  Bruno Haible  <bruno@clisp.org>
12426
12427         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12428         HAVE_LONGLONG_64BIT.
12429
12430 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12431
12432         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12433         reliably distinguish strftime failure from empty output on POSIX
12434         hosts.
12435
12436 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12437
12438         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12439         (iconv_string): Don't guess a size-zero buffer, as that might cause
12440         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12441         result would be 'too large', where 'too large' is (heuristically)
12442         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12443         overflow concerns.  This will prevent some unwanted malloc failures
12444         when the inputs are very large.
12445
12446 2005-03-15  Karl Berry  <karl@gnu.org>
12447
12448         * config/srclist.txt (config.rpath): from gettext.
12449         * config/config.rpath: update.
12450
12451 2005-03-15  Bruno Haible  <bruno@clisp.org>
12452
12453         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12454         to 'negate'.
12455
12456         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12457         variable.
12458
12459         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12460         results.
12461
12462 2005-03-14  Simon Josefsson  <jas@extundo.com>
12463
12464         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12465         <fx@gnu.org>.
12466
12467 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12468
12469         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12470         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12471         intprops.h.
12472         * lib/strtol.c: Likewise.
12473
12474 2005-03-14  Jim Meyering  <jim@meyering.net>
12475
12476         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12477         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12478         to be nonzero so that we (and caller) can detect the difference
12479         between a valid zero-length expansion and an error return, even
12480         when the underlying strftime fails before writing anything into
12481         that location.
12482
12483 2005-03-14  Bruno Haible  <bruno@clisp.org>
12484
12485         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12486         Update from GNU gettext 0.14.3.
12487
12488 2005-03-10  Jim Meyering  <jim@meyering.net>
12489
12490         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12491
12492 2005-03-10  Jim Meyering  <jim@meyering.net>
12493
12494         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12495         so that this module works on systems without fchdir.
12496
12497 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12498
12499         Factor int-properties macros into a single file, except for
12500         glibc-related files.
12501         * lib/intprops.h: New file.
12502         * lib/getloadavg.c: Include it instead of limits.h.
12503         (INT_STRLEN_BOUND): Remove.
12504         * lib/human.c: Include intprops.h.
12505         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12506         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12507         302/1000.
12508         * lib/inttostr.h: Include intprops.h instead of limits.h.
12509         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12510         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12511         for consistency with intprops.h.
12512         (time_t_is_integer, twos_complement_arithmetic): Use them.
12513         * lib/sig2str.h: Include <signal.h>, intprops.h.
12514         (INT_STRLEN_BOUND): Remove.
12515         * lib/strftime.c (TYPE_SIGNED): Remove.
12516         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12517         * lib/strtol.c: Adjust comments to match intprops.h.
12518         * lib/userspec.c: Include intprops.h.
12519         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12520         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12521         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12522         instead of rolling our own expressions.
12523         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12524
12525         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12526         instead of int.
12527         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12528         the right thing even if adding 1900 would overflow.  Similarly
12529         for tm_mon + 1 and tm_yday + 1.
12530         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12531         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12532         (DO_SIGNED_NUMBER): New macro.
12533         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12534
12535 2005-03-07  Bruno Haible  <bruno@clisp.org>
12536
12537         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12538
12539 2005-03-07  Bruno Haible  <bruno@clisp.org>
12540
12541         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12542
12543 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12544
12545         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12546         (func_import): Only replace files via --import when they have actually
12547         changed.
12548
12549 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12550
12551         * m4/mmap-anon.m4: New file.
12552         * m4/pagealign_alloc.m4: New file.
12553
12554 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12555             Bruno Haible  <bruno@clisp.org>
12556
12557         * modules/pagealign_alloc: New file.
12558         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12559
12560 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12561             Bruno Haible  <bruno@clisp.org>
12562
12563         * lib/pagealign_alloc.h: New file.
12564         * lib/pagealign_alloc.c: New file.
12565
12566 2005-03-03  Bruno Haible  <bruno@clisp.org>
12567
12568         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12569         Use an all-permissive copyright notice, recommended by RMS.
12570
12571 2005-03-02  Bruno Haible  <bruno@clisp.org>
12572
12573         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12574         of AIX, the replacement has to be done only after <string.h> is
12575         included, therefore not in config.h. stpncpy.h does the replacement,
12576         and stpncpy.c uses it.
12577
12578 2005-03-02  Bruno Haible  <bruno@clisp.org>
12579
12580         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12581         stpncpy.c uses it.
12582
12583 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12584
12585         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12586         The workaround isn't strictly needed for POSIX conformance, and
12587         it's too much of a pain to configure and maintain.  We'll ask
12588         people to fix their kernels instead.
12589         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12590         (NANOSLEEP_BUG_WORKAROUND): Remove.
12591         (xnanosleep): Remove the workaround.
12592
12593 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12596         Reported by Derek Price.
12597         (Include): Add "timespec.h".
12598
12599         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12600
12601 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12602
12603         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12604         to detect nanosleep bug.
12605
12606 2005-03-01  Bruno Haible  <bruno@clisp.org>
12607
12608         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12609
12610 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12611
12612         * modules/gethrxtime: New file.
12613         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12614         (Depends-on): Add gethrxtime.
12615         (configure.ac): Add gl_XNANOSLEEP.
12616         (Makefile.am): Remove lib_SOURCES line.
12617
12618 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12619
12620         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12621         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12622
12623 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12624
12625         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12626         * lib/timespec.h (gettime): Return void, since it always
12627         succeeds now.  All uses changed.
12628         * lib/gettime.c (gettime) Likewise.
12629         [HAVE_NANOTIME]: Prefer nanotime.
12630         Assume gettimeofday succeeds, as POSIX requires.
12631         Assime time () succeeds, since other code already does.
12632         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12633         (timespec_subtract): Remove.
12634         (NANOSLEEP_BUG_WORKAROUND): New constant.
12635         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12636         things considerably.  Use it only on GNU/Linux hosts, since the
12637         workaround shouldn't be needed elsewhere.
12638
12639 2005-02-24  Bruno Haible  <bruno@clisp.org>
12640
12641         * modules/gettext (Files): Add m4/glibc2.m4.
12642
12643 2005-02-24  Bruno Haible  <bruno@clisp.org>
12644
12645         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12646         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12647         * m4/progtest.m4:
12648         Update from GNU gettext 0.14.2.
12649         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12650
12651 2005-02-24  Bruno Haible  <bruno@clisp.org>
12652
12653         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12654         * lib/config.charset: Update from GNU gettext 0.14.2.
12655
12656 2005-02-24  Bruno Haible  <bruno@clisp.org>
12657
12658         * lib/gettext.h: Update from GNU gettext 0.14.2.
12659
12660 2005-02-23  Simon Josefsson  <jas@extundo.com>
12661
12662         * m4/iconvme.m4: New file.
12663
12664 2005-02-23  Jim Meyering  <jim@meyering.net>
12665
12666         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12667         change.
12668         Thanks to Bruno Haible for catching it.
12669
12670 2005-02-22  Simon Josefsson  <jas@extundo.com>
12671
12672         * modules/iconvme: New file.
12673
12674         * MODULES.html.sh: Add iconvme.
12675
12676 2005-02-22  Simon Josefsson  <jas@extundo.com>
12677
12678         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12679
12680 2005-02-22  Simon Josefsson  <jas@extundo.com>
12681
12682         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12683
12684 2005-02-22  Jim Meyering  <jim@meyering.net>
12685
12686         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12687         s/ifndef/ifdef/.
12688
12689 2005-02-20  Neil Conway  <neilc@samurai.com>
12690
12691         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12692         returned by OSX/Darwin if the specified buffer is not large
12693         enough for the hostname.
12694
12695 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12696
12697         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12698         pass it to _help, otherwise the latter coredumps trying to
12699         dereference state.root_argp.
12700
12701 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12702
12703         * modules/chdir-long (Depends-on): Add memrchr.
12704         * modules/memrchr (Files): Add lib/memrchr.h.
12705         (Include): "memrchr.h".
12706
12707 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12708
12709         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12710
12711 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12712
12713         * lib/memrchr.h: New file.
12714         * lib/chdir-long.c: Include it.
12715         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12716         Don't bother including stddef.h.
12717
12718 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12719
12720         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12721         inclusion.
12722         Include <sys/types.h>, for dev_t.
12723         (ME_DUMMY, ME_REMOTE): Move from here....
12724         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12725         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12726         Dmitry V. Levin.
12727         Include mountlist.h first, to test the interface.
12728
12729 2005-01-29  Bruno Haible  <bruno@clisp.org>
12730
12731         * lib/progname.c (program_name): Initialize.
12732         Needed when linking statically on MacOS X.
12733
12734 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12735
12736         Sync from coreutils.
12737         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12738         (Depends-on): Add c-strtod.
12739         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12740
12741 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12742
12743         Sync from coreutils.
12744         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12745
12746         Remove files that are specific to coreutils.
12747         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12748
12749 2005-01-28  Bruno Haible  <bruno@clisp.org>
12750
12751         * modules/javacomp: New file.
12752         * MODULES.html.sh (Java): Add javacomp.
12753
12754 2005-01-28  Bruno Haible  <bruno@clisp.org>
12755
12756         * m4/javacomp.m4: New file, from GNU gettext.
12757
12758 2005-01-28  Bruno Haible  <bruno@clisp.org>
12759
12760         * lib/javacomp.sh.in: New file, from GNU gettext.
12761         * lib/javacomp.h: New file, from GNU gettext.
12762         * lib/javacomp.c: New file, from GNU gettext.
12763
12764 2005-01-26  Simon Josefsson  <jas@extundo.com>
12765
12766         * lib/gai_strerror.c: Use GPL in header.
12767
12768 2005-01-26  Bruno Haible  <bruno@clisp.org>
12769
12770         * modules/javaexec: New file.
12771         * MODULES.html.sh (Java): Add javaexec.
12772
12773 2005-01-26  Bruno Haible  <bruno@clisp.org>
12774
12775         * m4/javaexec.m4: New file, from GNU gettext.
12776
12777 2005-01-26  Bruno Haible  <bruno@clisp.org>
12778
12779         * lib/javaexec.sh.in: New file, from GNU gettext.
12780         * lib/javaexec.h: New file, from GNU gettext.
12781         * lib/javaexec.c: New file, from GNU gettext.
12782
12783 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12784
12785         * modules/lchown (Depends-on): Remove lchown.h
12786
12787 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12788
12789         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12790         must be defined if the header file was not found, in order
12791         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12792
12793 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12794
12795         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12796         initializers for struct pentry_state.
12797         (__argp_error): Check return value of __asprintf
12798         (__argp_failure): Translate error message
12799
12800         * lib/argp-parse.c: Removed braces around the expansion of N_()
12801
12802 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12805         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12806         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12807         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12808         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12809         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12810         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12811         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12812         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12813         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12814         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12815         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12816         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12817         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12818         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12819         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12820         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12821         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12822         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12823         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12824         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12825         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12826         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12827         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12828         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12829         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12830         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12831         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12832         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12833         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12834         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12835         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12836         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12837         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12838         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12839         Use an all-permissive copyright notice, recommended by RMS.
12840
12841 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * modules/chdir-long (Depends-on): Remove mempcpy.
12844
12845 2005-01-21  Jim Meyering  <jim@meyering.net>
12846
12847         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12848         same value as for Solaris 9.
12849
12850         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12851         component length.  This included changing the parameter to be
12852         of type `char *' rather than `char const *'.
12853         * lib/chdir-long.h (chdir_long): Update prototype.
12854
12855         * lib/openat.c (fdopendir, fstatat): New functions.
12856         * lib/openat.h: Include headers required for use of DIR and struct
12857         stat.
12858         [AT_SYMLINK_NOFOLLOW]: Define.
12859         (fdopendir, fstatat): Add prototypes.
12860
12861 2005-01-21  Bruno Haible  <bruno@clisp.org>
12862
12863         * modules/classpath: New file.
12864         * MODULES.html.sh (Java): Add classpath.
12865
12866 2005-01-21  Bruno Haible  <bruno@clisp.org>
12867
12868         * lib/classpath.h: New file, from GNU gettext.
12869         * lib/classpath.c: New file, from GNU gettext.
12870
12871 2005-01-20  Simon Josefsson  <jas@extundo.com>
12872
12873         * modules/version-etc-fsf: New file.
12874
12875 2005-01-20  Simon Josefsson  <jas@extundo.com>
12876
12877         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
12878         * lib/version-etc.c: Remove version_etc_copyright.
12879         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
12880         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
12881
12882 2005-01-20  Simon Josefsson  <jas@extundo.com>
12883
12884         * lib/base64.h (isbase64): Add.
12885
12886         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
12887         using a unsigned prototype, don't inline.
12888         (base64_decode): Use it.
12889
12890 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12891
12892         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
12893         it.
12894
12895 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12896
12897         * lib/save-cwd.c (save_cwd): Remove code to support the case
12898         where fchdir is missing or flaky.
12899
12900 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
12901
12902         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
12903
12904 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
12905
12906         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
12907         AC_LIBSOURCES now does this.
12908         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
12909         with new ullong_max module.
12910
12911 2005-01-19  Bruno Haible  <bruno@clisp.org>
12912
12913         * modules/sh-quote: New file.
12914         * MODULES.html.sh (Executing programs): Add sh-quote.
12915
12916 2005-01-19  Bruno Haible  <bruno@clisp.org>
12917
12918         * lib/sh-quote.h: New file, from GNU gettext.
12919         * lib/sh-quote.c: New file, from GNU gettext.
12920
12921 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12922
12923         Merge from coreutils.
12924         * m4/ullong_max.m4: New file.
12925         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
12926         (gl_MACROS): Assume localeconv exists.
12927
12928 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12929
12930         Merge changes from coreutils, as described below in several
12931         changelogs dated today.
12932
12933         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
12934         (O_DIRECTORY): Remove; not needed here, since "." must be
12935         a directory.  All uses removed.
12936         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
12937         universal on Suns, and we also need to test for IRIX.
12938         Revamp code to use 'if' rather than '#if'.
12939         Avoid unnecessary comparison of cwd->desc to 0.
12940
12941         * lib/utimens.c (futimens): Robustify the previous patch, by checking
12942         for known valid error numbers rather than observed invalid ones.
12943
12944 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
12945
12946         * modules/ullong_max: New file.
12947
12948         * modules/chdir-long, modules/openat: New files.
12949         * modules/save-cwd (Depends-on): Depend on chdir-long.
12950         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
12951
12952 2005-01-18  Jim Meyering  <jim@meyering.net>
12953
12954         Merge from coreutils.
12955         * m4/chdir-long.m4, m4/openat.m4: New files.
12956         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
12957         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
12958         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
12959         is sane and DOES follow symlinks.  Besides, testing 20 different
12960         systems found no broken chown implementations.
12961         Prompted by a change in rsync's copy of this macro.
12962         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
12963
12964         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
12965
12966         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
12967         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
12968         NULL-means-set-to-current-time semantics.
12969         Remove temporary file immediately, rather than waiting
12970         for configure's at-exit trap code to do it.
12971
12972 2005-01-18  Jim Meyering  <jim@meyering.net>
12973
12974         * lib/version-etc.c (version_etc_copyright): Update copyright date.
12975
12976         * lib/utimens.c (futimens): Account for the fact that futimes
12977         can also fail with errno == ENOSYS or errno == ENOENT.
12978         Patch from Dmitry V. Levin.
12979
12980         Change the name of the robust chdir function from chdir to chdir_long.
12981         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
12982         (restore_cwd): Use chdir_long, not chdir.
12983         * lib/chdir-long.c: Renamed from chdir.c.
12984         * lib/chdir-long.h: Renamed from chdir.h.
12985         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
12986         Hurd.
12987
12988 2005-01-18  Bruno Haible  <bruno@clisp.org>
12989
12990         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
12991         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
12992         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
12993         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
12994         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
12995         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
12996         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
12997         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
12998         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
12999         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13000         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13001         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13002         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13003         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13004         Use an all-permissive copyright notice, recommended by RMS.
13005
13006 2005-01-18  Bob Proulx  <bob@proulx.com>
13007
13008         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13009         simplify offsetof() macro construct to avoid compile failure with
13010         native HP-UX 11.0 ANSI C compiler.
13011
13012 2005-01-17  Bruno Haible  <bruno@clisp.org>
13013
13014         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13015         redundant because stpncpy.m4 takes care of it.
13016
13017 2005-01-17  Bruno Haible  <bruno@clisp.org>
13018
13019         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13020
13021 2005-01-17  Bruno Haible  <bruno@clisp.org>
13022
13023         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13024         used.
13025
13026 2005-01-17  Bruno Haible  <bruno@clisp.org>
13027
13028         * lib/fwriteerror.h (fwriteerror): Change specification to include
13029         fclose.
13030         * lib/fwriteerror.c: Include <stdbool.h>.
13031         (fwriteerror): At the end, close the file stream. Record whether
13032         stdout was already closed.
13033
13034 2005-01-17  Bruno Haible  <bruno@clisp.org>
13035
13036         * lib/execute.c (environ): Declare if needed.
13037         * lib/pipe.c (environ): Likewise.
13038         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13039
13040 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13041
13042         * modules/argp: Depend on vsnprintf
13043
13044 2005-01-10  Jim Meyering  <jim@meyering.net>
13045
13046         * modules/closeout (Depends-on): Add atexit.
13047
13048 2005-01-06  Bruno Haible  <bruno@clisp.org>
13049
13050         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13051
13052 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13053
13054         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13055         definitions to be after all include files, to avoid collisions.
13056         Problem reported by Bob Proulx.
13057
13058 2005-01-04  Jim Meyering  <jim@meyering.net>
13059
13060         Changes imported from coreutils.
13061         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13062         as the mkstemp template, use a temporary directory and an
13063         8.3-friendly template to avoid trouble on systems like DJGPP.
13064         Reported by Juan M. Guerrero via Stepan Kasal.
13065         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13066         close. Remove the temporary directory right away, rather than waiting
13067         for configure's at-exit trap code to do it.
13068         Suggestion from Stepan Kasal.
13069
13070 2005-01-01  Simon Josefsson  <jas@extundo.com>
13071
13072         * gnulib-tool: Print #include directives when --import'ing.
13073
13074 2004-12-28  Simon Josefsson  <jas@extundo.com>
13075
13076         * tests/test-base64.c: Include required header files.  Remove
13077         unused variables.
13078
13079 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13080
13081         * modules/error (Depends-on): Remove gettext.
13082
13083 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13084
13085         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13086         not needed.  This removes a dependency on the gettext module.
13087         [defined _LIBC]: Do not include <libintl.h>; not needed.
13088
13089 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13090
13091         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13092         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13093
13094 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13095
13096         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13097         HAVE_DECL_STRTOLD.
13098
13099 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13100
13101         * modules/getdate (Depends-on): Remove alloca-opt.
13102
13103 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13104
13105         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13106
13107 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13108
13109         * lib/argp-parse.c: Include <stddef.h>.
13110         (alignof, alignto): New macros.
13111         (parser_init): Don't assume that void * is aligned sufficiently
13112         for struct option.
13113
13114         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13115         need to extend the stack.
13116         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13117         large.
13118
13119 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13120
13121         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13122
13123 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13124
13125         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13126         (2004-10-24) change.  Apparently this was a false alarm.
13127
13128         * modules/getdate: Depend on alloca-opt, not alloca.
13129
13130 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13131
13132         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13133         Remove now-obsolete comment about AIX.
13134         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13135         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13136         (YYMAXDEPTH): New macro.
13137
13138 2004-12-18  Simon Josefsson  <jas@extundo.com>
13139
13140         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13141
13142 2004-12-18  Bruno Haible  <bruno@clisp.org>
13143
13144         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13145
13146 2004-12-18  Bruno Haible  <bruno@clisp.org>
13147
13148         * lib/fatal-signal.c (fatal_signals): Make non-const.
13149         (init_fatal_signals): New function.
13150         (uninstall_handlers, install_handlers): Ignore signals that were set to
13151         SIG_IGN.
13152         (at_fatal_signal): Call init_fatal_signals.
13153         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13154         SIG_IGN.
13155         Reported by Paul Eggert.
13156
13157 2004-12-18  Bruno Haible  <bruno@clisp.org>
13158
13159         * doc/alloca.texi: New file.
13160         * doc/alloca-opt.texi: New file.
13161
13162 2004-12-17  Jim Meyering  <jim@meyering.net>
13163
13164         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13165         Otherwise, install-sh could exit with improper exit status when
13166         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13167
13168 2004-12-16  Simon Josefsson  <jas@extundo.com>
13169
13170         * tests/test-base64.c: Add license.
13171
13172 2004-12-15  Stepan Kasal  <address@hidden>
13173
13174         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13175
13176 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13177
13178         * modules/getcwd (Files): Add m4/d-ino.m4.
13179         Suggested by Mark D. Baushke.
13180
13181 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13182
13183         * lib/getdate.y (textint): New member "negative".
13184         (time_zone_hhmm): New function.
13185         Expect 14 shift-reduce conflicts, not 13.
13186         (o_colon_minutes): New rule.
13187         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13188         (yylex): Set the "negative" member of signed numbers.
13189
13190 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13191
13192         * doc/getdate.texi (Time of day items, Time zone items):
13193         Describe new formats +00:00, UTC+00:00.
13194
13195 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13196
13197         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13198         spurious "-l"s.  Problem reported by Stepan Kasal.
13199
13200 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13201
13202         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13203         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13204
13205 2004-12-04  Simon Josefsson  <jas@extundo.com>
13206
13207         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13208         Vandoorselaere <yoann@prelude-ids.org>.
13209
13210 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13211
13212         Changes imported from coreutils.
13213         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13214         exist.
13215         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13216
13217 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13218
13219         Changes imported from coreutils.
13220         * lib/hard-locale.c: Assume <locale.h> exists.
13221         Include "strdup.h".
13222         (GLIBC_VERSION): New macro.
13223         (hard_locale): Assume setlocale exists.
13224         Rewrite to avoid #ifdef.
13225         Use strdup rather than malloc + strcpy.
13226         * lib/human.c: Assume <locale.h> exists.
13227         (human_readable): Assume localeconv exists.
13228
13229 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * modules/hard-locale (Depends-on): Add strdup.
13232
13233 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13234
13235         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13236         convert T2, not T.  (Imported from libc.)
13237
13238 2004-11-30  Simon Josefsson  <jas@extundo.com>
13239
13240         * modules/restrict (License): Change to LGPL.
13241
13242 2004-11-30  Simon Josefsson  <jas@extundo.com>
13243
13244         * m4/restrict.m4: Add copyright and copying conditions.
13245
13246 2004-11-30  Simon Josefsson  <jas@extundo.com>
13247
13248         * m4/base64.m4: New file.
13249
13250 2004-11-30  Simon Josefsson  <jas@extundo.com>
13251
13252         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13253         base64.
13254
13255         * tests/test-base64.c: New file.
13256
13257         * modules/base64: New file.
13258
13259 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13260
13261         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13262         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13263
13264         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13265
13266 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13267
13268         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13269         (__getcwd.c): Don't restore errno; glibc doesn't.
13270         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13271         first, falling back to our code only if its results look suspicious.
13272         Ensure that the resulting buffer is only as large as necessary.
13273
13274         * lib/readutmp.c: Include readutmp.h first.
13275         Include <errno.h>, since readutmp.h no longer does that.
13276         * lib/readutmp.h: Don't include <errno.h>,
13277         <sys/param.h>, <time.h>; not needed to establish interface.
13278         (errno): Remove decl.
13279         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13280         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13281         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13282
13283 2004-11-28  Simon Josefsson  <jas@extundo.com>
13284
13285         * lib/base64.h, base64.c: New file.
13286
13287 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13288
13289         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13290
13291 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13292
13293         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13294         (Depends-on): Remove pathmax, same.  Add mempcpy.
13295         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13296         (Makefile.am): Append getcwd.h to lib_SOURCES.
13297         (Include): Add getcwd.h.
13298         (Maintainer): Change from Jim Meyering to "all, glibc",
13299         since getdate now uses intended-for-glibc code.
13300         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13301         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13302
13303 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13304
13305         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13306         HP's ANSI C compiler.
13307         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13308         Declaring int functions causes warnings on some modern systems and
13309         shouldn't be needed to compile on ancient ones.
13310         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13311         defined.
13312
13313         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13314         with the following changes.
13315         (__set_errno): Parenthesize properly.
13316         Include <stdbool.h>.
13317         (MIN, MAX, MATCHING_INO): New macros.
13318         (__getcwd): Define with prototype, not K&R form.
13319         Use heuristics to allocate default buffer on stack if possible.
13320         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13321         behavior, and to avoid the PATH_MAX limit when computing
13322         ../../../../...
13323         Use MATCHING_INO to compare inode number to file.
13324         Check for arithmetic overflow in size calculations.
13325         Fix bug in reallocation of dot array that caused getcwd to fail
13326         on directories nested deeper than 75.
13327         Be more careful about saving errno on error.
13328         Do not use realloc; use only free+malloc, as this is a bit
13329         more flexible and avoids a needless copy operation.
13330         Do not inspect st_dev and st_ino for symbolic links; POSIX
13331         doesn't specify the latter.
13332         Check for closedir errors.
13333         Avoid needless casts.
13334         Use "#ifdef weak_alias" around weak_alias, to be like other
13335         glibc code.
13336         The following changes to getcwd.c have effect only when used in
13337         gnulib; they have no effect inside glibc proper.
13338         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13339         as alloca isn't used.
13340         (alloca, __alloca): Likewise.
13341         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13342         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13343         unconditionally, as gnulib assumes C89 or better.
13344         Do not include <sys/param.h>.
13345         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13346         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13347         better.
13348         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13349         Include <dirent.h> in a way that is compatible with modern Autoconf.
13350         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13351         New macros, if not already defined.
13352         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13353         Use "_LIBC", not "defined _LIBC", for consistency.
13354         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13355         a mempcpy module.
13356         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13357         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13358         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13359         credit only to Jim Meyering and adjust the copyright dates.
13360         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13361         <stdlib.h>, <unistd.h>, "pathmax.h".
13362         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13363         (INITIAL_BUFFER_SIZE): Remove.
13364         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13365
13366 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13367
13368         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13369         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13370         Use the _ONCE methods, for efficiency.
13371         Check for fcntl.h.  In test program, include <errno.h>
13372         and <fcntl.h> if available.  Remove old K&R cruft from
13373         test program.  Check for common errors in GNU/Linux,
13374         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13375         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13376         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13377         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13378         name accordingly.
13379         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13380         accommodate new getcwd.c.
13381         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13382         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13383         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13384         that's all we need now.
13385
13386 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13387
13388         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13389         argp-parse.c depends on getopt internals, that means we should
13390         always use our getopt, to be on the safe side.
13391         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13392         order not to spoil the result of an eventual previous invocation
13393         of gl_GETOPT_SUBSTITUTE.
13394
13395 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13396
13397         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13398         redefinition warnings. To avoid them, include the defines
13399         in `#if !defined __need_getopt ... #endif'. The only place
13400         where __getopt_argv_const is used is in definitions
13401         of getopt_long and getopt_long_only below, which are as well
13402         protected by `#ifndef __need_getopt'.
13403         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13404         __need_getopt after including <stdio.h> and <unistd.h> These
13405         headers might have defined it.
13406
13407 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13408
13409         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13410
13411 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13412
13413         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13414         (futimens): New function, which uses futimes if available.
13415         (futimens, utimens): Support timespec==NULL, with same semantics
13416         as utime and utimens.
13417         * lib/utimens.h (futimens): New decl.
13418
13419 2004-11-23  Jim Meyering  <jim@meyering.net>
13420
13421         * lib/getopt_.h: Remove trailing blanks.
13422
13423 2004-11-23  Jim Meyering  <jim@meyering.net>
13424
13425         * lib/__fpending.c: Add comment.
13426
13427 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13428
13429         * modules/canonicalize (Depends-on): Add xreadlink.
13430         Problem reported by James Youngman.
13431
13432 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13435         New macros.
13436         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13437         optopt): Use them instead of invoking ## directly; otherwise, the
13438         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13439
13440 2004-11-19  Bruno Haible  <bruno@clisp.org>
13441
13442         * lib/strtok_r.c: Move comments from here...
13443         * lib/strtok_r.h: ... to here.
13444
13445 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13446
13447         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13448         implementations that mishandle size_t overflow.
13449
13450 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13451
13452         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13453         might fail.  Problem reported by Yoann Vandoorselaere.
13454         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13455         implementations that mishandle size_t overflow.
13456
13457 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13458
13459         * modules/canon-host (Depends-on): Add strdup.
13460
13461 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13462
13463         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13464
13465 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13466
13467         * lib/canon-host.c: Include "strdup.h".
13468         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13469         Use strdup instead of malloc/strcpy to duplicate strings.
13470
13471         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13472         (human_space_before_unit): New constant.
13473         * lib/human.c (human_readable): Support it.
13474
13475         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13476         (xgetcwd): Set errno correctly when failing.
13477         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13478         the failure is actually due to a PATH_MAX problem.
13479
13480         Further getopt changes to make it more likely that glibc will
13481         buy the changes back.
13482         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13483         (getopt): Use it, so to preserve glibc semantic
13484         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13485         when compiling for libc.
13486         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13487         (getopt_long, getopt_long_only): Use it.
13488
13489         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13490         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13491         (getopt): Argv is now char * const *, as per standard.
13492         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13493         not char *__getopt_argv_const *.
13494         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13495         _getopt_long_only_r): Likewise.
13496         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13497         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13498         _getopt_long_r, _getopt_long_only_r): Likewise.
13499         * lib/getopt_.h (__getopt_argv_const): Remove.
13500         (getopt): Argv is now char * const *, as per standard.
13501
13502         * lib/getdate.y (tORDINAL): New token.
13503         (day, relunit): Allow it for relative times.
13504         (relative_time_table): Use tORDINAL for ordinals.
13505
13506 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13507
13508         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13509         Document that "second" isn't allowed as an ordinal number.
13510
13511 2004-11-16  Jim Meyering  <jim@meyering.net>
13512
13513         * modules/closeout (Depends-on): Add fpending.
13514
13515 2004-11-15  Jim Meyering  <jim@meyering.net>
13516
13517         * lib/closeout.c: Include "__fpending.h" once again.
13518         Include <stdbool.h>.
13519         (close_stdout): Don't fail just because stdout was closed initially,
13520         since some programs don't write to stdout in the normal course of
13521         operation (other than --version and --help), and we don't want this
13522         function to make e.g. `touch file >&-' fail.
13523         But do fail if it was closed and someone has tried to write to it.
13524         E.g., `printf foo >&-' must fail.
13525
13526 2004-11-13  Jim Meyering  <jim@meyering.net>
13527
13528         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13529
13530 2004-11-12  Simon Josefsson  <jas@extundo.com>
13531
13532         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13533         small doc fix is still pending.
13534
13535 2004-11-11  Simon Josefsson  <jas@extundo.com>
13536
13537         * modules/strtok_r: New file.
13538
13539         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13540         strtok_r.
13541
13542 2004-11-11  Simon Josefsson  <jas@extundo.com>
13543
13544         * m4/strtok_r.m4: New file.
13545
13546         * m4/getopt.m4: Replace opterr.
13547
13548 2004-11-11  Simon Josefsson  <jas@extundo.com>
13549
13550         * lib/strtok_r.h, strtok_r.c: New file.
13551
13552 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13553
13554         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13555         of replacing opterr, getopt, etc.  This should handle the
13556         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13557
13558 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13559
13560         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13561         we can stop lying to compilers about the constness of argv when we
13562         are compiled outside glibc.
13563         (getopt, getopt_long, getopt_long_only): Use it.
13564         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13565         _getopt_internal, getopt): Likewise.
13566         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13567         _getopt_long_only_r): Likewise.
13568         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13569         _getopt_long_r, _getopt_long_only_r): Likewise.
13570
13571         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13572         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13573         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13574         the other external symbols.
13575         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13576         declaration, since the above renaming now works around collisions.
13577
13578 2004-11-11  Jim Meyering  <jim@meyering.net>
13579
13580         * lib/linebreak.c: Remove trailing blanks.
13581         * lib/alloca_.h: Likewise.
13582         * lib/acosl.c: Likewise.
13583         * lib/euidaccess.c: Likewise.
13584         * lib/allocsa.h: Likewise.
13585
13586 2004-11-10  Simon Josefsson  <jas@extundo.com>
13587
13588         * m4/getaddrinfo.m4: New file.
13589
13590 2004-11-10  Simon Josefsson  <jas@extundo.com>
13591
13592         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13593
13594 2004-11-10  Simon Josefsson  <jas@extundo.com>
13595
13596         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13597         getaddrinfo.
13598
13599         * modules/getaddrinfo: New file.
13600
13601 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13602
13603         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13604
13605 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13606
13607         * lib/mktime.c (SHR): New macro, which is a portable
13608         substitute for >> that should work even on Crays.
13609         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13610         Problem reported by Mark D. Baushke in
13611         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13612         * lib/getdate.y (SHR): Likewise.
13613         (tm_diff): Use it.
13614         * lib/strftime.c (SHR): Likewise.
13615         (tm_diff): Use it.
13616         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13617         quote_these_too, so that right shifts are well defined.  All uses
13618         changed.
13619
13620 2004-11-10  Jim Meyering  <jim@meyering.net>
13621
13622         Ensure that no close failure goes unreported.
13623         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13624         return early when it seems there's nothing to flush.
13625         Don't include __fpending.h.
13626
13627 2004-11-10  Jim Meyering  <jim@meyering.net>
13628
13629         * modules/closeout (Depends-on): Remove fpending.
13630
13631 2004-11-10  Jim Meyering  <jim@meyering.net>
13632
13633         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13634
13635 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13636
13637         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13638         gl_FUNC_STRFTIME.
13639         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13640         and AC_REQUIRE when possible, to avoid duplicate checks.
13641         Check for <wchar.h>.
13642
13643 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13644
13645         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13646
13647 2004-11-09  Bruno Haible  <bruno@clisp.org>
13648
13649         * m4/sockpfaf.m4: New file.
13650
13651 2004-11-05  Bruno Haible  <bruno@clisp.org>
13652
13653         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13654         Reported by Mark D. Baushke <mdb@cvshome.org>.
13655
13656 2004-11-04  Bruno Haible  <bruno@clisp.org>
13657
13658         2004-09-11  Bruno Haible  <bruno@clisp.org>
13659                 * allocsa.valgrind: New file.
13660         2004-02-06  Bruno Haible  <bruno@clisp.org>
13661                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13662                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13663                 Reported by Christopher Seip <chris.seip@hp.com>.
13664
13665 2004-11-04  Bruno Haible  <bruno@clisp.org>
13666
13667         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13668         (Makefile.am): Distribute it.
13669
13670 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13671
13672         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13673         with errno == ERANGE if the buffer is too small.
13674         Problem reported by Mark D. Baushke.
13675
13676 2004-11-03  Albert Chin  <china@thewrittenword.com>
13677             Paul Eggert  <eggert@cs.ucla.edu>
13678
13679         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13680         equivalent, substitute $ac_type for equivalent type rather than
13681         blindly using uint32_t *always* which won't work if uint32_t is not
13682         available.  Define _UINT32_T to work around typedef of uint32_t if
13683         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13684         2.5.1.
13685
13686 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13687
13688         * m4/jm-macros.m4: Sync from coreutils.
13689         (gl_MACROS): Check for mbrlen, for pathchk.
13690         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13691
13692 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13693
13694         * lib/xreadlink.c (MAXSIZE): New macro.
13695         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13696         size does not exceed MAXSIZE.  Avoid cast.
13697         As suggested by Mark D. Baushke in
13698         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13699         if readlink fails with buffer size just under MAXSIZE, try again
13700         with MAXSIZE.
13701
13702 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13703
13704         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13705
13706 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13707         and  Paul Eggert  <eggert@cs.ucla.edu>
13708
13709         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13710         (get_date): Overparenthesize to avoid GCC warning.
13711
13712 2004-11-02  Bruno Haible  <bruno@clisp.org>
13713
13714         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13715         returns void.
13716
13717 2004-11-02  Bruno Haible  <bruno@clisp.org>
13718
13719         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13720         function returns void.
13721
13722 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13723
13724         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13725         fflush_unlocked, flockfile, funlockfile, funlockfile,
13726         fputs_unlocked, putc_unlocked.
13727
13728 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13729
13730         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13731         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13732         already declared.
13733
13734 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13735
13736         * modules/getdate (Files): Add doc/getdate.texi.
13737         (Depends-on): Add setenv, xalloc.
13738
13739 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13740
13741         * lib/getdate.y: Add support for TZ="foo" within a date string.
13742         Fix some bugs near time_t boundaries.  Reject dates with
13743         out-of-range components, e.g., "Sept 31".
13744         Include <stdlib.h>, "setenv.h", "xalloc.h".
13745         (ISDIGIT_LOCALE): Remove; unused.
13746         Note that the TZ and time functions used here are not reentrant.
13747         (mktime_ok, get_tz): New functions.
13748         (TZBUFSIZE): New constant.
13749         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13750         This requires that we sometimes generate our own TZ="XXX..." setting.
13751
13752 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13753
13754         * doc/getdate.texi: New file, from coreutils with modifications for
13755         the new TZ parsing.
13756
13757 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13758
13759         * lib/mktime.c (not_equal_tm): Remove redundant check.
13760
13761 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13762
13763         * modules/regex (lib_SOURCES): Add regex.c.
13764         Reported by James Youngman in
13765         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13766
13767 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13768
13769         * lib/getdate.y: Use Bison 1.875 features, and some minor
13770         code cleanups.  This change does not affect semantics.
13771         Don't include <stdlib.h>; no longer needed.
13772         Don't include unlocked-io.h; only the "#if TEST" code uses
13773         stdio, and performance isn't crucial there.
13774         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13775         Bison 1.875 features as described below.
13776         All uses of "PC." replaced by "pc->".
13777         (YYSTYPE): Add a forward declaration.
13778         (yylex, yyerror): Use full prototypes in forward decls.
13779         Use "%pure-parser" rather than obsolescent "%pure_parser".
13780         Use %parse-param and %lex-param instead of obsolescent
13781         YYPARSE_PARAM and YYLEX_PARAM.
13782         (meridian_table, month_and_day_table, time_units_table,
13783         relative_time_table, time_zone_table, military_table,
13784         lookup_zone, lookup_word, get_date):
13785         Use NULL instead of 0 where appropriate.
13786         (to_hour): Avoid abort (), to avoid a dependency on
13787         stdlib.h.
13788         (yyerror, yylex): Now accepts parser_control * arg.
13789         (main) [TEST]: Use '\0' rather than 0 for char.
13790
13791 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13792
13793         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13794
13795 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13796
13797         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13798         It's now the caller's responsibility to handle the case where
13799         !HAVE_GETPAGESIZE && !defined getpagesize.
13800
13801         * lib/mktime.c (leapyear): Arg is long int, not int.
13802
13803 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13804
13805         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13806
13807 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13808
13809         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13810         missing.  Problem reported by James Youngman.
13811
13812 2004-10-16  Simon Josefsson  <jas@extundo.com>
13813
13814         * gnulib-tool: Fix comments.  Fix parse problem.
13815         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13816
13817 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13818
13819         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13820         implementation of getopt_long.  Problem reported by Alexander Taler in:
13821         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13822
13823 2004-10-15  Bruno Haible  <bruno@clisp.org>
13824
13825         * gnulib-tool: Untabify. Initialize supplied_libname.
13826         (func_usage): More homogenous output.
13827         (func_modules_transitive_closure, func_modules_to_filelist,
13828         func_emit_lib_Makefile_am): New functions.
13829         (func_import): New function, extracted from big case statement. Use
13830         func_get_license, func_modules_transitive_closure,
13831         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13832         opt_lgpl. Don't use test -a, as it's not portable.
13833         (func_create_testdir): Use func_modules_transitive_closure,
13834         func_modules_to_filelist, func_emit_lib_Makefile_am.
13835
13836 2004-10-15  Bruno Haible  <bruno@clisp.org>
13837
13838         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13839
13840 2004-10-15  Bruno Haible  <bruno@clisp.org>
13841
13842         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13843         the portions belonging to each module.
13844         Suggested by Derek Robert Price <derek@ximbiot.com>.
13845
13846 2004-10-12  Simon Josefsson  <jas@extundo.com>
13847
13848         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13849         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13850         to real functions.
13851
13852 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13853
13854         * modules/vsnprintf: New file.
13855
13856 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13857
13858         * m4/vsnprintf.m4: New file.
13859
13860 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13861
13862         * lib/vsnprintf.h: New file.
13863         * lib/vsnprintf.c: New file.
13864
13865 2004-10-11  Bruno Haible  <bruno@clisp.org>
13866
13867         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13868         vsnprintf.
13869
13870 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
13871
13872         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
13873
13874 2004-10-07  Bruno Haible  <bruno@clisp.org>
13875
13876         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
13877         fits into the provided buffer.
13878
13879 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
13880
13881         * lib/diacrit.c, diacrit.h: Add GPL notice.
13882
13883         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
13884         notice.
13885         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
13886         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
13887         This avoids a potential constant-folding bug.
13888
13889 2004-10-05  Bruno Haible  <bruno@clisp.org>
13890
13891         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
13892         for the declaration of strsep.
13893
13894 2004-10-05  Bruno Haible  <bruno@clisp.org>
13895
13896         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
13897
13898 2004-10-04  Simon Josefsson  <jas@extundo.com>
13899
13900         * modules/memmem: New file.
13901         * tests/test-memmem.c: New file.
13902         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
13903
13904 2004-10-04  Simon Josefsson  <jas@extundo.com>
13905
13906         * m4/memmem.m4: New file.
13907
13908 2004-10-04  Simon Josefsson  <jas@extundo.com>
13909
13910         * lib/memmem.h: New file.
13911         * lib/memmem.c: New file, taken from glibc.
13912
13913 2004-10-04  Simon Josefsson  <jas@extundo.com>
13914
13915         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
13916         '#ifdef USE_UNLOCKED_IO'.
13917
13918 2004-10-04  Simon Josefsson  <jas@extundo.com>
13919
13920         * config/srclist.txt: Add memmem from glibc.
13921
13922 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13923
13924         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
13925
13926         * modules/argmatch, modules/argp, modules/closeout, modules/error,
13927         modules/exclude, modules/getdate, modules/getline,
13928         modules/getndelim2, modules/getpass, modules/getpass-gnu,
13929         modules/getusershell, modules/linebuffer, modules/md5,
13930         modules/mountlist, modules/posixtm, modules/readtokens,
13931         modules/readutmp, modules/regex, modules/sha1,
13932         modules/version-etc, modules/yesno:
13933         Remove dependency on unlocked-io.
13934
13935 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13936
13937         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
13938
13939         * m4/unlocked-io.m4: Add copyright notice.
13940         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
13941
13942 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13943
13944         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
13945         * lib/xmalloc.c (xmemdup): Likewise.
13946         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
13947         XFREE): Remove these long-obsolescent macros.
13948         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
13949         * lib/xstrdup.c: Remove.
13950
13951         * lib/regex.c (re_comp): Cast gettext return value to char *,
13952         Problem reported by Martin Neitzel via Mark D. Baushke.
13953
13954 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
13955
13956         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
13957         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
13958         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
13959         regex.c, sha1.c, version-etc.c, yesno.c:
13960         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
13961         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
13962         the includer's responsibility.
13963
13964         Sync from coreutils.
13965
13966         * lib/modechange.c (mode_compile): Don't decrement a pointer that
13967         points to the start of a string, as the C Standard says the
13968         resulting behavior is undefined.
13969
13970         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
13971         simple -> simple_backups, numbered_existing ->
13972         numbered_existing_backups, numbered -> numbered_backups
13973         to avoid shadowing problems.  All uses changed.
13974         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
13975         * lib/backupfile.c (check_extension, numbered_backup):
13976         Rename locals to avoid shadowing 'basename'.
13977         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
13978         once.
13979
13980         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
13981         * lib/.cvsignore: Add getopt.h.
13982
13983 2004-10-04  Bruno Haible  <bruno@clisp.org>
13984
13985         * modules/README: New file.
13986         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
13987         not a module.
13988
13989 2004-10-02  Jim Meyering  <jim@meyering.net>
13990
13991         * lib/dirfd.h, getpagesize.h: Add copyright notice.
13992
13993 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13994
13995         * modules/strsep: New file.
13996
13997 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13998
13999         * m4/strsep.m4: New file.
14000
14001 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14002
14003         * lib/strsep.h: New file.
14004         * lib/strsep.c: New file.
14005
14006 2004-10-01  Simon Josefsson  <jas@extundo.com>
14007
14008         * lib/snprintf.c (snprintf): Handle size==0.
14009
14010 2004-10-01  Simon Josefsson  <jas@extundo.com>
14011             Bruno Haible  <bruno@clisp.org>
14012
14013         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14014         (snprintf): Declare 'args'.
14015
14016 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14017
14018         * lib/snprintf.c: Remove comments as to why each header is needed.
14019
14020 2004-10-01  Bruno Haible  <bruno@clisp.org>
14021
14022         * MODULES.html.sh: Add strsep.
14023
14024 2004-09-30  Simon Josefsson  <jas@extundo.com>
14025
14026         * modules/snprintf: New file.
14027
14028 2004-09-30  Simon Josefsson  <jas@extundo.com>
14029
14030         * m4/snprintf.m4: New file.
14031
14032 2004-09-30  Simon Josefsson  <jas@extundo.com>
14033
14034         * lib/snprintf.h, lib/snprintf.c: New files.
14035
14036 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14037
14038         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14039         (hol_entry_help): Never translate an empty string.
14040         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14041         * lib/argp.h (OPTION_NO_TRANS): New option.
14042
14043 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14044
14045         * modules/argp (Maintainer): Replace Simon Josefsson
14046         by Sergey Poznyakoff.
14047
14048 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14049
14050         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14051         changes merged back into glibc.
14052
14053 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14054
14055         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14056
14057 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14058
14059         * lib/xvasprintf.c: Include xalloc.h.
14060         (xvasprintf): Use xalloc_die, not xmalloc_die.
14061
14062 2004-09-29  Bruno Haible  <bruno@clisp.org>
14063
14064         * modules/alloca-opt: New file, derived from modules/alloca.
14065         * modules/allocsa: Depend on alloca-opt instead of alloca.
14066         * modules/setenv: Likewise.
14067         * modules/vasnprintf: Likewise.
14068         * MODULES.html.sh: Add alloca-opt.
14069
14070 2004-09-28  Simon Josefsson  <jas@extundo.com>
14071
14072         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14073         LGPL, and to replace license template from GPL to LGPL.
14074
14075 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14076
14077         * modules/dummy: Change license to LGPL.
14078
14079 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14080
14081         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14082
14083 2004-09-24  Simon Josefsson  <jas@extundo.com>
14084
14085         * modules/minmax (License): Change from GPL to LGPL.
14086
14087 2004-09-23  Simon Josefsson  <jas@extundo.com>
14088
14089         * gnulib-tool (--import): Typo.
14090
14091 2004-09-23  Simon Josefsson  <jas@extundo.com>
14092
14093         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14094
14095 2004-09-22  Bruno Haible  <bruno@clisp.org>
14096
14097         * modules/*: Add 'License' field.
14098         * gnulib-tool: Accept --extract-license option.
14099         (func_get_license): New function.
14100
14101 2004-09-21  Bruno Haible  <bruno@clisp.org>
14102
14103         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14104         Reported by Simon Josefsson.
14105
14106 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14107
14108         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14109         gl_AC_TYPE_LONG_LONG.
14110
14111 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14112
14113         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14114
14115 2004-09-18  Simon Josefsson  <jas@extundo.com>
14116         and  Paul Eggert  <eggert@cs.ucla.edu>
14117
14118         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14119         calls with autoreconf.  Define GL_LIB.
14120
14121 2004-09-14  Karl Berry  <karl@gnu.org>
14122
14123         * config/srclist.txt: unsync setenv.c, sigh.
14124
14125 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14126
14127         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14128         Problem reported by Bruno Haible in:
14129         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14130
14131 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14132
14133         * config/srclist.txt: Comment out argp-pvh.c.
14134
14135 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14136
14137         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14138         in case some system header has #define'd it.  Problem reported by
14139         Soeren D. Schulze in
14140         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14141
14142 2004-09-09  Karl Berry  <karl@gnu.org>
14143
14144         * regex.[ch]: delete from the root.  These were supposed to be
14145                 synced with emacs cvs, but this has not happened for about
14146                 a year, and anyway nothing else uses emacs regex.[ch].
14147                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14148                 lib/regex[.ch] is untouched.
14149
14150 2004-09-09  Bruno Haible  <bruno@clisp.org>
14151
14152         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14153
14154 2004-09-09  Bruno Haible  <bruno@clisp.org>
14155
14156         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14157         modifications.
14158         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14159
14160 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14161
14162         * modules/xvasprintf: New file.
14163         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14164
14165 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14166
14167         * lib/xvasprintf.h: New file.
14168         * lib/xvasprintf.c: New file.
14169         * lib/xasprintf.c: New file.
14170
14171 2004-09-08  Bruno Haible  <bruno@clisp.org>
14172
14173         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14174
14175 2004-09-08  Bruno Haible  <bruno@clisp.org>
14176
14177         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14178         length is > INT_MAX.
14179         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14180         more.
14181
14182 2004-09-08  Bruno Haible  <bruno@clisp.org>
14183
14184         * lib/stdint_.h: New file, taken from GNU clisp.
14185
14186 2004-09-08  Bruno Haible  <bruno@clisp.org>
14187             Oskar Liljeblad  <oskar@osk.mine.nu>
14188
14189         * modules/stdint: New file.
14190         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14191
14192 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14193
14194         Import from coreutils.
14195         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14196         strings on unbounded length.  alloca's performance benefits aren't
14197         that important here.
14198         (V_STRDUP): Remove.
14199         (parse_with_separator): New function, with most of the internals
14200         of the old parse_user_spec.  Allow user to omit both user and group,
14201         for compatibility with FreeBSD.
14202         Clone only the user name, not the entire spec.
14203         Do not set *uid, *gid unless entirely successful.
14204         Avoid memory leak in some failing cases.
14205         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14206         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14207         (parse_user_spec): Rewrite to use parse_with_separator.
14208
14209 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * modules/userspec: Don't depend on alloca.
14212
14213 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14214
14215         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14216
14217 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14218
14219         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14220         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14221         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14222
14223 2004-08-16  Simon Josefsson  <jas@extundo.com>
14224
14225         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14226         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14227         Add --dry-run for --import.
14228         Let user provided command line parameters override configure.ac
14229         settings.
14230
14231 2004-08-12  Simon Josefsson  <jas@extundo.com>
14232
14233         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14234         as discussed with Paul Eggert in threads rooted at
14235         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14236         and
14237         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14238         Before, the test was empty, and relied on ELIDE_CODE in source
14239         code.)
14240         (gl_PREREQ_GETOPT): New macro.
14241         (gl_GETOPT): Use them.
14242
14243 2004-08-12  Simon Josefsson  <jas@extundo.com>
14244
14245         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14246         * lib/getopt_.h: Renamed from getopt.h.
14247
14248 2004-08-12  Simon Josefsson  <jas@extundo.com>
14249
14250         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14251         Change default library name from libfoo to libgnu.
14252         Now, if you have a configure.ac that says:
14253                 gl_SOURCE_BASE(gl)
14254                 gl_M4_BASE(gl/m4)
14255                 gl_MODULES(error getopt etcetera)
14256                 gl_INIT
14257         you can import all you need by running:
14258                 ../gnulib/gnulib-tool --import
14259
14260         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14261         (Makefile.am): Rewrite, use logic from argz.
14262         (Include): Use <getopt.h> instead of "getopt.h".
14263
14264 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14265
14266         * modules/argp (Files): Add m4/unlocked-io.m4.
14267         (Depends-on): Add extensions.
14268
14269 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14270
14271         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14272         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14273         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14274         Check for program_invocation_name, program_invocation_short_name,
14275         flockfile, funlockfile, features.h, _getopt_long_only_r.
14276
14277 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14278
14279         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14280         its complicated substitute.
14281         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14282         and program_invocation_name.
14283         (__argp_basename) [!_LIBC]: Remove; the only use was
14284         replaced by its body.
14285         (__argp_short_program_name): Change condition from
14286         !defined __argp_short_program_name to
14287         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14288         to match argp-namefrob.h.
14289         (__argp_failure): Don't assume strerror_r returns char *.
14290         * lib/argp-parse.c (N_): Define unconditionally.
14291         (argp_default_options): Fill out initializers with 0 to avoid
14292         gcc warnings.
14293
14294 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14295
14296         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14297         getopt1.c.
14298
14299 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14300
14301         Merge from coreutils.
14302
14303         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14304
14305         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14306         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14307
14308 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14309
14310         Merge from coreutils.
14311
14312         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14313         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14314         for Reliant Unix 5.43.
14315
14316         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14317         (union fooround): Use uintmax_t, not long int.
14318         The rest is a merge from libc:
14319         [defined _LIBC]: Include <shlib-compat.h>.
14320         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14321
14322         * lib/settime.c (settime): Recode to avoid warning with
14323         Sun Forte C 6U2.
14324
14325         * lib/strverscmp.c: Convert to UTF-8.
14326
14327 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14328
14329         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14330         m4/uintmax_t.m4.
14331
14332 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14333
14334         * modules/xalloc-die: New file.
14335         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14336
14337         * modules/md5 (Files): Add m4/uint32_t.m4.
14338         * modules/sha1: Renamed from modules/sha.
14339         (Files):
14340         Rename lib/sha.h to lib/sha1.h.
14341         Rename lib/sha.c to lib/sha1.c.
14342         Rename m4/sha.m4 to m4/sha1.m4.
14343         (lib_SOURCES): Likewise.
14344         (configure.ac): Rename gl_SHA to gl_SHA1.
14345         (Include): sha.h -> sha1.h.
14346
14347 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14350         * m4/sha1.m4: Renamed from sha.m4.
14351         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14352
14353 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14354
14355         * lib/obstack.h (obstack_empty_p):
14356         Don't assume that chunk->contents is suitably aligned.
14357         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14358         Likewise. Problem reported by Benno in
14359         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14360
14361         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14362         readable.  This could be improved further but it'd take some work.
14363
14364 2004-08-08  Simon Josefsson  <jas@extundo.com>
14365
14366         * modules/xgethostname (Depends-on): Remove exit and error (not
14367         used).
14368
14369         * modules/getpass-gnu: Add getpass.h.
14370         (Depends-on): Add stdbool.
14371         * modules/getpass: Add getpass.h.
14372
14373 2004-08-08  Simon Josefsson  <jas@extundo.com>
14374
14375         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14376         Check getpass declaration.
14377
14378 2004-08-08  Simon Josefsson  <jas@extundo.com>
14379
14380         * lib/xgethostname.c: Don't include error.h (not used).
14381
14382         * lib/getpass.h: Add.
14383         * lib/getpass.c: Include getpass.h first.
14384
14385 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14386
14387         * lib/xalloc-die.c: New file.
14388         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14389         All uses removed.
14390         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14391         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14392         xalloc-die.c.
14393         (_, N_, xalloc_die): Move to xalloc-die.c.
14394         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14395         so that we needn't mess with xalloc_msg_memory_exhausted.
14396
14397         * lib/sha1.h: Renamed from sha.h.
14398         (SHA1_H): Renamed from _SHA_H.
14399         (sha1_ctx): Renamed from sha_ctx.
14400         (sha1_init_ctx): Renamed from sha_init_ctx.
14401         (sha1_process_block): Renamed from sha_process_block.
14402         (sha1_process_bytes): Renamed from sha_process_bytes.
14403         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14404         (sha1_read_ctx): Renamed from sha_read_ctx.
14405         (sha1_stream): Renamed from sha_stream.
14406         (sha1_buffer): Renamed from sha_buffer.
14407         * lib/sha1.c: Likewise; renamed from sha.c.
14408         Do not include <sys/types.h>.
14409         Include <stddef.h> rather than <stdlib.h>.
14410
14411 2004-08-08  Bruno Haible  <bruno@clisp.org>
14412
14413         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14414         FILESYSTEM_PREFIX_LEN.
14415         * lib/progreloc.c: Likewise.
14416         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14417
14418 2004-08-06  Simon Josefsson  <jas@extundo.com>
14419
14420         * modules/progname (Depends-on): Don't depend on stdbool.
14421
14422 2004-08-06  Simon Josefsson  <jas@extundo.com>
14423
14424         * modules/getsubopt: New file.
14425         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14426         getsubopt.
14427
14428 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14429
14430         More merge from coreutils.
14431
14432         * m4/utimens.m4, m4/utimecmp.m4: New files.
14433         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14434         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14435         prereq.m4, sha.m4: Import changes from coreutils.
14436
14437 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14438
14439         More merge from coreutils.
14440         * modules/raise, modules/readtokens0, modules/utimens:
14441         * modules/utimecmp, module/xnanosleep: New files.
14442         * modules/strftime: Add lib/strftime.h.
14443         Change include from <time.h> to "strftime.h".
14444         * modules/yesno: Add lib/yesno.h.
14445         * modules/backupfile: Remove lib/addext.c.
14446         * modules/euidaccess: Add stat-macros.h.
14447         * modules/canonicalize, modules/euidaccess,
14448         modules/filemode, modules/lchown, modules/makepath,
14449         modules/rmdir, modules/stat: Likewise.
14450
14451 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         Merge from tar.
14454         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14455         SIZE_MAX is a valid preprocessor constant.
14456         (__argp_basename): Change from "#ifndef _LIBC"
14457         to "#ifndef __argp_short_program_name", so that
14458         we don't compile these functions for tar.
14459
14460         More merges from coreutils.
14461         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14462         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14463         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14464         * lib/addext.c: Remove; no longer needed.
14465         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14466         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14467         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14468         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14469         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14470         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14471         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14472         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14473         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14474         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14475         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14476         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14477         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14478         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14479         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14480         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14481         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14482         Import changes from coreutils.
14483
14484 2004-08-05  Simon Josefsson  <jas@extundo.com>
14485
14486         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14487
14488 2004-08-05  Simon Josefsson  <jas@extundo.com>
14489
14490         * m4/getsubopt.m4: New file.
14491
14492 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14493
14494         Merge from coreutils.
14495
14496         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14497         * m4/getcwd-path-max.m4: New files.
14498
14499         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14500         FILESYSTEM_PREFIX_LEN ->
14501         FILE_SYSTEM_PREFIX_LEN.
14502         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14503         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14504         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14505         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14506
14507         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14508         prerequisite modules now handle the DOS stuff.
14509         Don't check for unistd.h.
14510
14511 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14512
14513         Merge from coreutils.
14514
14515         * lib/.gdb-history: Remove; this doesn't belong here.
14516
14517         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14518         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14519         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14520         * lib/getcwd.c: New files.
14521
14522         * lib/dirname.h: Include <stdbool.h>.
14523         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14524         for consistency with POSIX terminology.  All uses changed.
14525         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14526         (strip_trailing_slashes): Use bool for booleans.
14527         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14528
14529         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14530         sometimes returns a positive errno value even when it succeeds.
14531         (print_errno_message) [!LIBC]: Fall back on strerror if
14532         __strerror_r fails.
14533
14534         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14535         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14536         (longest_relative_suffix): New function.
14537         (path_concat): Use it.  Assume first argument is not NULL.
14538         Port to DOS.  Omit redundant separators.
14539         Report an error instead of returning NULL.
14540         Use mempcpy instead of memcpy.
14541         (xpath_concat): Remove: not declared or used.
14542
14543         * lib/same.h: Include <stdbool.h>
14544         (same_name): Return bool, not int.
14545         * lib/same.c (same_name): Likewise.
14546         (errno): Don't declare; we assume C89 or better now.
14547
14548         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14549         if not already defined.
14550
14551         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14552         * lib/dup-safer.c (errno): Likewise.
14553
14554 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14555
14556         Merge from coreutils.
14557         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14558         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14559         * modules/path-concat: Don't depend on strdup.
14560
14561 2004-08-03  Simon Josefsson  <jas@extundo.com>
14562
14563         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14564         * lib/progname.h: Don't include stdbool.h.
14565
14566 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14567
14568         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14569         * MODULES.html.sh (func_all_modules): Remove fatal.
14570
14571 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14572
14573         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14574
14575 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14576
14577         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14578         working.
14579
14580 2004-08-02  Simon Josefsson  <jas@extundo.com>
14581
14582         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14583         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14584         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14585
14586 2004-08-01  Simon Josefsson  <jas@extundo.com>
14587
14588         * lib/xgetdomainname.c: Include stdlib.h, for free().
14589
14590 2004-07-19  Bruno Haible  <bruno@clisp.org>
14591
14592         * MODULES.html.sh (func_all_modules): Add dummy.
14593
14594 2004-07-16  Simon Josefsson  <jas@extundo.com>
14595
14596         * modules/dummy: New file.
14597
14598 2004-07-16  Simon Josefsson  <jas@extundo.com>
14599
14600         * lib/dummy.c: New file.
14601
14602 2004-07-16  Bruno Haible  <bruno@clisp.org>
14603
14604         * lib/backupfile.h: Add extern "C" for C++.
14605         * lib/closeout.h: Likewise.
14606         * lib/copy-file.h: Likewise.
14607         * lib/findprog.h: Likewise.
14608         * lib/full-write.h: Likewise.
14609         * lib/pathname.h: Likewise.
14610         * lib/progname.h: Likewise.
14611         * lib/stpcpy.h: Likewise.
14612         * lib/stpncpy.h: Likewise.
14613         * lib/strcase.h: Likewise.
14614         * lib/strstr.h: Likewise.
14615         * lib/xalloc.h: Likewise.
14616
14617         * lib/mbswidth.h: Add extern "C" for C++.
14618         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14619
14620 2004-07-13  Robert Millan  <robertmh@gnu.org>
14621
14622         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14623
14624 2004-07-09  Simon Josefsson  <jas@extundo.com>
14625
14626         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14627         failed without this.)
14628
14629 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14630
14631         * modules/chown (Files): Add lib/fchown-stub.c, since
14632         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14633
14634 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14635
14636         * lib/fchown-stub.c: New file.
14637
14638 2004-06-24  Jim Meyering  <jim@meyering.net>
14639
14640         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14641
14642 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14643
14644         * modules/argz: Omit "#include".
14645
14646         * MODULES.html.sh (func_all_modules): Add calloc, to match
14647         2004-06-01 addition of calloc module.
14648
14649 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14650
14651         * m4/argz.m4: New file, which is autoupdated from libtool.
14652
14653 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14654
14655         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14656         libtool.
14657
14658 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14659
14660         * config/srclist-update: Don't insist on "USA." before the
14661         close-comment, as libtool omits the period and puts the */ on a
14662         separate line.
14663         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14664         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14665
14666 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14667
14668         * modules/argz: New file.
14669         * MODULES.html.sh (func_all_modules): Add argz.
14670
14671 2004-06-12  Jim Meyering  <jim@meyering.net>
14672         and  Paul Eggert  <eggert@cs.ucla.edu>
14673
14674         * modules/hash (Files): Add lib/xalloc.h.
14675         * modules/pipe (Depends-on): Add wait-process.
14676         * modules/stat (Depends-on): Add xalloc.
14677         * modules/userspec (Files): Add lib/userspec.h.
14678         * modules/xstrto
14679
14680         Upgrade from gettext-0.13.
14681         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14682         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14683         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14684
14685 2004-06-10  Jim Meyering  <jim@meyering.net>
14686
14687         * lib/calloc.c: New file.
14688
14689 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14690
14691         * lib/getdate.y (yylex): Allow space between sign and number.
14692         Problem reported by Dan Jacobson.
14693
14694 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14695
14696         Merge from coreutils CVS.
14697
14698         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14699         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14700         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14701         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14702         xstrtol.m4: Fix copyright date and/or serial number.
14703
14704         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14705         See if we need an fchown replacement.
14706         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14707         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14708         and use the replacement function if we detect either defect.
14709
14710         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14711         gl_UTIMECMP.
14712
14713 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14714         and  Jim Meyering  <jim@meyering.net>
14715
14716         Merge from coreutils CVS.
14717
14718         * lib/stat-macros.h: New file, with contents from file-type.h
14719         and coreutils' system.h.
14720         * lib/file-type.c: Include "stat-macros.h".
14721         * lib/file-type.h (file_type): Move all macro definitions to new file,
14722         stat-macros.h.
14723
14724         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14725         Wrap old code with this conditional.
14726         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14727         function that does not dereference symlinks.
14728         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14729
14730         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14731         dependency problems.
14732         (xreadlink): Accept new arg SIZE, for efficiency.
14733         All decls and uses changed.
14734         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14735
14736         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14737         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14738
14739         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14740         sysexits.h.
14741
14742 2004-06-01  Jim Meyering  <jim@meyering.net>
14743
14744         * m4/calloc.m4: New file.
14745
14746 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14747
14748         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14749         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14750         Also, fix a typo in a diagnostic.
14751
14752 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14753
14754         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14755         or AC_FUNC_REALLOC.
14756
14757 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14758
14759         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14760         macros to be defined.
14761         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14762         the allocator returns NULL because the requested size is zero.
14763
14764 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14767         var.  Add comment explaining why libc still defines it.  This
14768         merges the following patch from glibc:
14769         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14770
14771 2004-05-20  Andreas Schwab  <schwab@suse.de>
14772
14773         * m4/free.m4: Replace free if it not known to work, not the other
14774         way round.
14775
14776 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14777
14778         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14779         present in glibc since revision 1.1 of this file.
14780         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14781         obstack_alignment_mask, obstack_alloc, obstack_base,
14782         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14783         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14784         obstack_grow0, obstack_init, obstack_int_grow,
14785         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14786         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14787         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14788         nonexistent functions.
14789
14790 2004-05-18  Karl Berry  <karl@gnu.org>
14791
14792         * config/srclist.txt: break link for vasnprintf.c.
14793
14794 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14795
14796         Port obstack to the AS/400, where pointers are 16 bytes wide and
14797         you cannot cast an integer to a valid pointer.  This patch is
14798         currently waiting to be integrated into glibc; see
14799         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14800
14801         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14802         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14803         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14804         (struct obstack): temp member is now a union of a pointer and
14805         an integer, instead of an integer.  All integer uses changed.
14806         This does not affect the physical layout of struct obstack,
14807         except on hosts (like the AS/400) where the size or alignment of
14808         void * is greater than that of ptrdiff_t.
14809         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14810         __STDC__)]: Store temporary in pointer member of union, not
14811         integer member.
14812         * lib/obstack.c: Include <stddef.h>, for offsetof.
14813         (struct fooalign): Remove; it doesn't need a name.
14814         (union fooround): Change double to long double, and add void *.
14815         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14816         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14817         not a macro.  Hence the values are always int; so remove all
14818         casts-to-int in uses.
14819
14820 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14821
14822         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14823         we can get this patch merged into glibc.
14824
14825 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14826             Paul Eggert  <eggert@cs.ucla.edu>
14827
14828         * m4/argp: Depend on alloca.
14829
14830 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14831             Paul Eggert  <eggert@cs.ucla.edu>
14832
14833         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14834         freecoding.
14835
14836 2004-05-17  Bruno Haible  <bruno@clisp.org>
14837
14838         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14839         precision that consists of a '.' followed by an empty digit string.
14840         Patch by Tor Lillqvist <tml@iki.fi>.
14841
14842 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14843
14844         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14845         for backward compatibility with older code.  We need our own
14846         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14847         it under some other name, and our alloca.h will define it.
14848
14849 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14850             Derek Price  <derek@ximbiot.com>
14851
14852         * lib/alloca.c: Include <alloca.h>, to get our interface.
14853         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14854         include <alloca.h> first.  Use C89 prototype for alloca; this
14855         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14856         Use #elif for simplicity, since we can assume C89 now.
14857         Don't try to source the system alloca.h since it will not be found
14858         and to prevent recursively including its replacement.
14859         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14860         * lib/regex.c: Likewise.
14861
14862 2004-05-16  Derek Price  <derek@ximbiot.com>
14863             Paul Eggert  <eggert@cs.ucla.edu>
14864
14865         getline cleanup.  This changes the getndelim2 API: both order of
14866         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14867         no delimiter).
14868
14869         * lib/getline.c: Don't include stddef.h or stdio.h, since our
14870         interface does that.
14871         (getline): Always use getdelim, so that we don't have two
14872         copies of this code.
14873         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
14874         if available.
14875         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
14876         (GETNDELIM2_MAXIMUM): New macro.
14877         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
14878         instead of the old practice of delim2==0.  All callers changed.
14879         Return -1 on overflow, instead of returning junk.
14880         Do not set *linesize unless allocation succeeds.
14881         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
14882         that we include sys/types.h.
14883         * lib/getnline.h: Likewise.
14884         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
14885         (getndelim2): Reorder arguments.
14886         * lib/getnline.c (getnline, getndelim):
14887         Don't discard the NMAX argument.
14888         (getnline): Invoke getndelim, to avoid code duplication.
14889         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
14890         of (size_t) -1 by callers of the getnline family.
14891
14892 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14893
14894         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
14895         Check for gettimeofday.
14896         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
14897         Check for settimeofday, stime.
14898
14899 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
14900
14901         * lib/nanosleep.c (suspended): Change its type from int to
14902         sig_atomic_t volatile.
14903         (first_call): Make it private to rpl_nanosleep, and have it
14904         be zero initially as that's a bit faster.
14905         (my_usleep): Round up fractional times instead of truncating them,
14906         as this is the usual meaning for 'sleep'.
14907
14908         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
14909         doesn't work.
14910         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
14911         (ENOSYS): Define if not defined.
14912         (settime): Fall back on stime if it exists and settimeofday fails.
14913         But don't bother with fallbacks if a method fails with errno == EPERM.
14914
14915 2004-05-11  Jim Meyering  <jim@meyering.net>
14916
14917         Prior to this change, the save_cwd caller required read access to the
14918         current directory on most systems (ones with the fchdir function).
14919
14920         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
14921         fails, try write-only, and finally, resort to using xgetcwd.
14922
14923 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         * lib/obstack.c, obstack.h: Import changes from libc.
14926
14927 2004-04-28  Bruno Haible  <bruno@clisp.org>
14928
14929         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
14930         also implicitly appends .exe to executables.
14931         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
14932         accepts Windows pathnames.
14933         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14934         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14935         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
14936         Treat Cygwin like Windows, since it now accepts Windows pathnames.
14937         Reported by Derek Robert Price <derek@ximbiot.com>.
14938
14939 2004-04-21  Karl Berry  <karl@gnu.org>
14940
14941         * config/srclist.txt (localcharset.c): break sync.
14942
14943 2004-04-20  Paul Eggert  <eggert@twinsun.com>
14944
14945         * m4/host-os.m4: Add a copyright notice.
14946
14947 2004-04-20  Jim Meyering  <jim@meyering.net>
14948
14949         Change UTILS_ to gl_ in AC_DEFINE'd names.
14950         Change utils_- and jm_-prefixed variables, too.
14951         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
14952         UTILS_FUNC_MKDIR_TRAILING_SLASH.
14953         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
14954
14955         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
14956         Don't emit trailing blanks.
14957         Also rename jm_-prefixed variables to have gl_ prefix.
14958
14959         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
14960         Also rename jm_-prefixed variables to have gl_ prefix.
14961
14962         * m4/jm-macros.m4: Reflect the renamings.
14963         * m4/prereq.m4: Likewise.
14964
14965 2004-04-20  Jim Meyering  <jim@meyering.net>
14966
14967         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
14968         memory.
14969
14970 2004-04-20  Jim Meyering  <jim@meyering.net>
14971             Bruno Haible  <bruno@clisp.org>
14972
14973         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
14974         memory when realloc fails.
14975
14976 2004-04-19  Jim Meyering  <jim@meyering.net>
14977
14978         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
14979         now that readutmp.c may call `free (0)'.
14980
14981 2004-04-19  Bruno Haible  <bruno@clisp.org>
14982
14983         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
14984         * m4/inttypes_h.m4: Likewise.
14985         * m4/stdint_h.m4: Likewise.
14986         * m4/intmax_t.m4: Likewise.
14987         * m4/uintmax_t.m4: Likewise.
14988
14989 2004-04-18  Jim Meyering  <jim@meyering.net>
14990
14991         * m4/prereq.m4: Don't forbid jm_ prefix.
14992
14993         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
14994         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
14995         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
14996         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
14997         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
14998         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
14999         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15000         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15001         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15002         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15003         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15004         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15005         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15006         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15007         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15008         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15009         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15010         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15011         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15012
15013 2004-04-18  Jim Meyering  <jim@meyering.net>
15014
15015         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15016         failure, don't leak memory and do call END_UTMP_ENT.
15017
15018 2004-04-16  Jim Meyering  <jim@meyering.net>
15019
15020         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15021         coreutils' stat program.
15022         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15023
15024 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15025
15026         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15027         C89.
15028         (CHAR_BIT): Remove, since we assume C89.
15029         Include <stdint.h> if available, as per current Autoconf CVS advice.
15030
15031 2004-03-31  Jim Meyering  <jim@meyering.net>
15032
15033         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15034         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15035         * m4/xalloc.m4: Likewise.
15036
15037 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15038
15039         Merge from coreutils.
15040
15041         * m4/inttostr.m4: New file.
15042         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15043         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15044         Require gl_CLOCK_TIME.
15045         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15046
15047 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15048
15049         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15050         not bool, to be more consistent with Unix conventions.
15051         Suggested by Bruno Haible.
15052
15053         Merge from coreutils.
15054
15055         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15056         * lib/umaxtostr.c: New files.
15057
15058         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15059         the usual <time.h> dance.
15060         (get_date): Change signature to support fractional time stamps.
15061         All callers changed.
15062         * lib/getdate.y: Include "getdate.h" first, as we can now
15063         assume C89 and don't need to worry about 'const'.
15064         Similarly, include "unlocked-io.h" near start, not in middle.
15065         Include <limits.h>.
15066         (textint.value): Use long int rather than int.
15067         (textint.digits): Use size_t rather than int.
15068         (BILLION, LOG10_BILLION): New constants.
15069         (parser_control): New member rel_ns.  Members day_ordinal,
15070         time_zone, month, day, hour, minutes, rel_year, rel_month,
15071         rel_day, rel_hour, rel_minutes, rel_seconds
15072         are now long int, not int.  Member seconds is now struct timespec,
15073         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15074         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15075         not int.
15076         (%union.intval): Now long int, not int.
15077         New member timespec.
15078         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15079         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15080         (spec): Now is a timespec or an item list.
15081         (timespec, items): New nonterminals.
15082         (time, rel, relunit, number, get_date):
15083         Add support for fractional seconds.
15084         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15085         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15086         (to_hour): First arg is now long int, not int.
15087         (to_year): Returns long int, not int.
15088         Don't treat year -70 like 70.
15089         (tm_diff): Returns long int, not int.
15090         (lookup_word): Use bool instead of int when appropriate.
15091         (yylex): Use size_t for count, not int.
15092         Detect overflow when parsing large integer constants.
15093         Add support for fractions.
15094         (get_date): Make pointers 'const' if possible.
15095         Use more-portable code to detect integer overflow.
15096         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15097         Don't use ctime; it's not reliable if the year has >4 digits.
15098
15099         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15100         This is for compatibility with BSD.
15101
15102         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15103         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15104         From coreutils' system.h.
15105
15106         * lib/userspec.c: Don't include "posixver.h".
15107         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15108         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15109         compatible extension.  Simplify code by removing a boolean int
15110         that was always nonzero if a string was nonnull.
15111
15112 2004-03-30  Jim Meyering  <jim@meyering.net>
15113
15114         Merge from coreutils.
15115
15116         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15117         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15118         on some systems one must include <grp.h> before it.
15119         Reported by Christian Krackowizer.
15120
15121 2004-03-30  Jim Meyering  <jim@meyering.net>
15122
15123         Merge from coreutils.
15124
15125         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15126
15127         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15128         an empty input stream.
15129
15130         * lib/readtokens.c: Include <stdbool.h>.
15131         (readtoken): Use `size_t' rather than int/long.
15132         All callers adjusted.
15133         Use `bool' rather than `int' where appropriate.
15134         Use memset rather than an explicit loop.
15135         Use x2nrealloc rather than xrealloc.
15136         Allow the use of `\0' as a delimiter.
15137         (readtokens): Likewise.
15138         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15139
15140 2004-03-30  Jim Meyering  <jim@meyering.net>
15141
15142         * m4/realloc.m4: Remove file, since now it does no more than
15143         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15144         the `configure.ac' section of module/realloc.
15145         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15146
15147 2004-03-30  Bruno Haible  <bruno@clisp.org>
15148
15149         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15150         nonnull.
15151
15152 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15153
15154         Merge changes to getloadavg.c from coreutils and Emacs.
15155
15156         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15157         Define to an expression, not to the empty string.
15158         Include cloexec.h and xalloc.h.
15159         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15160         Use set_cloexec_flag rather than rolling our own.
15161         * lib/cloexec.c, lib/cloexec.h: New files.
15162
15163 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15164
15165         * m4/cloexec.m4: New file.
15166
15167 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15168
15169         * lib/getopt.h: Sync with libc CVS.
15170
15171 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15172             Bruno Haible  <bruno@clisp.org>
15173
15174         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15175         mbswidth.
15176
15177 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15178             Bruno Haible  <bruno@clisp.org>
15179
15180         * lib/mbswidth.h: Include <wchar.h> only if
15181         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15182         <wchar.h>.
15183         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15184
15185 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15186
15187         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15188         Sync with libc CVS.
15189         * lib/getopt_int.h: New file, also synced from libc.
15190
15191 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15192
15193         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15194         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15195         Bring back getopt.c, getopt.h, getopt1.c.
15196
15197 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15198
15199         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15200         All uses changed.  Check for sa_sigaction member; this fixes
15201         a bug first reported by Jason Andrade in
15202         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15203
15204 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15205
15206         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15207         '#if' expressions.  Unlike the code it replaces, it does not
15208         depend on (defined _SC_PAGESIZE).  However, it does depend on
15209         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15210         first reported by Jason Andrade in
15211         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15212
15213 2004-02-25  Simon Josefsson  <jas@extundo.com>
15214
15215         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15216
15217 2004-02-25  Simon Josefsson  <jas@extundo.com>
15218
15219         * lib/strdup.h: New file.
15220         * lib/strdup.c: Include it.
15221         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15222         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15223
15224 2004-02-23  Karl Berry  <karl@gnu.org>
15225
15226         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15227         (from fencepost.gnu.org:/gd/gnuorg).
15228
15229 2004-02-23  Karl Berry  <karl@gnu.org>
15230
15231         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15232         * config/srclist.txt: add maintain/standards documents.
15233
15234 2004-02-18  Bruno Haible  <bruno@clisp.org>
15235
15236         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15237         Reported by Derek Robert Price <derek@ximbiot.com>.
15238
15239 2004-02-16  Karl Berry  <karl@gnu.org>
15240
15241         * config/mkinstalldirs, install-sh: update from automake.
15242
15243 2004-02-06  Karl Berry  <karl@gnu.org>
15244
15245         * m4/po.m4: update from gettext 0.14.1.
15246
15247 2004-02-06  Karl Berry  <karl@gnu.org>
15248
15249         * lib/config.charset: update from gettext 0.14.1.
15250
15251 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15252
15253         Add comments and code, prompted by suggestions from Bruno Haible
15254         for sh-quote.
15255         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15256         describing the enum quoting_style values.
15257         * lib/quotearg.c (quotearg_alloc): New function.
15258         (quotearg_buffer_restyled): Treat lone { and } as special.
15259         Treat = as special.  Work around bug with older shells
15260         that "see" a '\' that is really the 2nd byte of a multibyte char.
15261         Quote empty string with shell_quoting_style.
15262
15263 2004-02-03  Bruno Haible  <bruno@clisp.org>
15264
15265         * m4/pipe.m4: New file, from GNU gettext.
15266
15267 2004-02-03  Bruno Haible  <bruno@clisp.org>
15268
15269         * lib/pipe.h: New file, from GNU gettext.
15270         * lib/pipe.c: New file, from GNU gettext.
15271
15272 2004-01-27  Bruno Haible  <bruno@clisp.org>
15273
15274         * m4/execute.m4: New file, from GNU gettext.
15275
15276 2004-01-27  Bruno Haible  <bruno@clisp.org>
15277
15278         * lib/execute.h: New file, from GNU gettext.
15279         * lib/execute.c: New file, from GNU gettext.
15280         * lib/w32spawn.h: New file, from GNU gettext.
15281
15282 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15283
15284         Merge from diffutils.
15285
15286         * lib/file-type.c (file_type): Add typed memory objects.
15287         * lib/file-type.h (S_TYPEISTMO): New macro.
15288
15289         * lib/c-stack.h (c_stack_action): Remove argv argument.
15290         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15291         (die): Don't calculate message unless segv_action returns.
15292         (get_stack_location, min_address_from_argv, max_address_from_argv,
15293         volatile stack_base, volatile_stack_size): Remove.
15294         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15295         that every segmentation violation is a stack overflow.  (Ouch!)
15296         See Debian bug 136249 (still outstanding) for more info about why
15297         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15298
15299 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15300
15301         Exit-status fix from coreutils.
15302
15303         Use exit_failure consistently in place of EXIT_FAILURE,
15304         so that program exit statuses are consistent on failure.
15305
15306         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15307         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15308         * lib/argmatch.h: Comment fix to match the above.
15309         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15310         Now a macro referring to exit_failure, instead of a separate
15311         variable.  Include "exitfail.h" to get it.
15312         * lib/xstrtol.h: Include "exitfail.h".
15313         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15314
15315         * lib/long-options.c (parse_long_options): Use prototype
15316         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15317         for clarity.
15318
15319 2004-01-21  Jim Meyering  <jim@meyering.net>
15320
15321         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15322         so as not to conflict with a different-sized __mktime_internal
15323         function in GNU libc.
15324         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15325         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15326
15327 2004-01-20  Karl Berry  <karl@gnu.org>
15328
15329         * config/config.guess: update from config.
15330
15331         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15332
15333 2004-01-20  Bruno Haible  <bruno@clisp.org>
15334
15335         Safer stack allocation.
15336         * lib/setenv.c: Include allocsa.h.
15337         (alloca): Remove fallback definition.
15338         (freea): Remove macro.
15339         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15340         instead of freea.
15341
15342 2004-01-20  Bruno Haible  <bruno@clisp.org>
15343
15344         * m4/eealloc.m4: New file, from GNU gettext.
15345
15346 2004-01-20  Bruno Haible  <bruno@clisp.org>
15347
15348         * m4/allocsa.m4: New file, from GNU gettext.
15349
15350 2004-01-20  Bruno Haible  <bruno@clisp.org>
15351
15352         * lib/xallocsa.h: New file, from GNU gettext.
15353         * lib/xallocsa.c: New file, from GNU gettext.
15354
15355 2004-01-20  Bruno Haible  <bruno@clisp.org>
15356
15357         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15358
15359 2004-01-20  Bruno Haible  <bruno@clisp.org>
15360
15361         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15362         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15363         specially.
15364
15365 2004-01-20  Bruno Haible  <bruno@clisp.org>
15366
15367         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15368         patch.
15369
15370 2004-01-20  Bruno Haible  <bruno@clisp.org>
15371
15372         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15373
15374 2004-01-20  Bruno Haible  <bruno@clisp.org>
15375
15376         * lib/eealloc.h: New file.
15377
15378 2004-01-20  Bruno Haible  <bruno@clisp.org>
15379
15380         * lib/binary-io.h: Avoid warnings on Cygwin.
15381
15382 2004-01-20  Bruno Haible  <bruno@clisp.org>
15383
15384         * lib/allocsa.h: New file, from GNU gettext.
15385         * lib/allocsa.c: New file, from GNU gettext.
15386
15387 2004-01-18  Karl Berry  <karl@gnu.org>
15388
15389         * doc/gpl.texi, doc/lgpl.texi: new files.
15390
15391 2004-01-18  Karl Berry  <karl@gnu.org>
15392
15393         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15394         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15395
15396 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15397
15398         Merge from coreutils.
15399
15400         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15401         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15402         (gl_DEFAULT_POSIX2_VERSION): Move
15403         the documentation from 'configure' into 'config.hin',
15404         so that 'configure --help' isn't burdened by it and
15405         we don't have to worry about its formatting there.
15406         Reword the documentation so that it's more succinct
15407         and can be run together into a single paragraph.
15408         * m4/same.m4 (gl_SAME): Check for pathconf.
15409
15410 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15411
15412         Merge from coreutils.
15413
15414         * lib/posixver.c: Include posixver.h.
15415
15416         * lib/same.c: Include <stdbool.h>, <limits.h>.
15417         (_POSIX_NAME_MAX): Define if not defined.
15418         (MIN): New macro.
15419         (same_name): If file names are silently truncated, report
15420         that the file names are the same if they are the same after
15421         the silent truncation.
15422
15423         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15424         conversion function.
15425         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15426         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15427         longer needed.
15428
15429 2004-01-15  Jim Meyering  <jim@meyering.net>
15430
15431         Merge from coreutils.
15432
15433         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15434         if no library is required.
15435         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15436         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15437         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15438         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15439         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15440         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15441         value, $ac_cv_search_crypt, if it's "none required".
15442         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15443         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15444         not gl_FUNC_GETLOADAVG.
15445         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15446         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15447
15448 2004-01-15  Jim Meyering  <jim@meyering.net>
15449
15450         Merge from coreutils.
15451
15452         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15453         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15454         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15455
15456         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15457         optional configure-time default.
15458
15459         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15460
15461         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15462
15463 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15464
15465         Merge from coreutils.
15466
15467         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15468         value, $ac_cv_search_nanosleep, if it's "none required".
15469
15470 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15471
15472         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15473         with like-named macro in fnmatch.c.
15474         (EXT): Use an internal constant instead.
15475
15476         Merge fnmatch patches from glibc.
15477         * lib/fnmatch.c (mbsinit): Remove define.
15478         Add libc_hidden_ver (__fnmatch, fnmatch).
15479         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15480         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15481
15482 2004-01-14  Karl Berry  <karl@gnu.org>
15483
15484         * config/install-sh: update from automake.
15485
15486 2004-01-13  Karl Berry  <karl@gnu.org>
15487
15488         * config/install-sh: update from automake.
15489
15490 2004-01-09  Karl Berry  <karl@gnu.org>
15491
15492         * config/install-sh: update from automake.
15493
15494 2004-01-05  Karl Berry  <karl@gnu.org>
15495
15496         * config/config.{sub,guess}: update from config.
15497
15498 2003-12-31  Karl Berry  <karl@gnu.org>
15499
15500         * config/depcomp: update from automake.
15501
15502 2003-12-14  Karl Berry  <karl@gnu.org>
15503
15504         * lib/config.charset: update from gettext-runtime.
15505
15506 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15507
15508         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15509         Bug reported by Alfred M. Szmidt.
15510
15511 2003-12-03  Bruno Haible  <bruno@clisp.org>
15512
15513         * m4/gettext.m4: Upgrade from gettext-0.13.
15514         * m4/po.m4: Upgrade from gettext-0.13.
15515         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15516         * m4/intmax.m4: New file, from gettext-0.13.
15517         * m4/printf-posix.m4: New file, from gettext-0.13.
15518
15519 2003-11-29  Karl Berry  <karl@gnu.org>
15520
15521         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15522
15523 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15524             Bruno Haible  <bruno@clisp.org>
15525
15526         * lib/printf-parse.h: Don't include sys/types.h.
15527         (ARG_NONE): New macro.
15528         (char_directive): Change type of *arg_index fields to size_t.
15529         * lib/printf-parse.c: Don't include sys/types.h.
15530         (SSIZE_MAX): Remove macro.
15531         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15532         Remove unnecessary overflow check.
15533         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15534         fields.
15535
15536 2003-11-25  Bruno Haible  <bruno@clisp.org>
15537
15538         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15539
15540 2003-11-25  Bruno Haible  <bruno@clisp.org>
15541
15542         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15543         gt_TYPE_SSIZE_T.
15544
15545 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15546
15547         * modules/alloca: Remove dependency on xalloc.
15548
15549 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15550
15551         * lib/alloca.c: Remove dependency on xalloc module.
15552         (xalloc_die): Remove.
15553         (memory_full) [!defined emacs]: New macro.
15554         [!defined emacs]: Don't include xalloc.h.
15555         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15556         address arithmetic overflows.  Change datatypes a bit to avoid
15557         unnecessary casts.
15558
15559 2003-11-22  Jim Meyering  <jim@meyering.net>
15560
15561         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15562         s/size/size_t/.
15563
15564 2003-11-21  Karl Berry  <karl@gnu.org>
15565
15566         * config/config.{sub,guess}: update from config.
15567
15568 2003-11-18  Karl Berry  <karl@gnu.org>
15569
15570         * config/config.{sub,guess}: update from config.
15571
15572         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15573
15574 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15575
15576         * README: Mention that S+T cannot overflow if S is the size of
15577         an existing object and T is sufficiently small.
15578
15579 2003-11-17  Jim Meyering  <jim@meyering.net>
15580
15581         On systems without utime and without a utimes function capable of
15582         dealing with a NULL struct utimbuf* argument, this utime replacement
15583         could -- in unusual circumstances -- leak a file descriptor.
15584         * lib/utime.c: Include <unistd.h> and <errno.h>.
15585         (utime_null): Be sure to close `fd' and to preserve errno.
15586         Reported by Geoff Collyer via Arnold Robbins.
15587
15588 2003-11-17  Bruno Haible  <bruno@clisp.org>
15589
15590         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15591         (Depends-on): Add xsize.
15592
15593 2003-11-17  Bruno Haible  <bruno@clisp.org>
15594
15595         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15596
15597 2003-11-17  Bruno Haible  <bruno@clisp.org>
15598
15599         * lib/vasnprintf.c (alloca): Remove fallback definition.
15600         (freea): Remove definition.
15601         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15602         Reported by Paul Eggert.
15603
15604 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15605             Bruno Haible  <bruno@clisp.org>
15606
15607         Protect against address arithmetic overflow.
15608         * lib/printf-args.h: Include stddef.h.
15609         (arguments): Change type of field 'count' to size_t.
15610         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15611         'unsigned int' where appropriate.
15612         * lib/printf-parse.h: Include sys/types.h.
15613         (char_directive): Change type of *arg_index fields to ssize_t.
15614         (char_directives): Change type of fields 'count', max_*_length to
15615         size_t.
15616         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15617         (SSIZE_MAX): Define fallback value.
15618         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15619         instead of 'int' where appropriate. Check a_allocated, d_allocated
15620         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15621         * lib/vasnprintf.c: Include xsize.h.
15622         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15623         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15624         overflow. Avoid wraparound when converting a width or precision from
15625         decimal to binary.
15626
15627 2003-11-16  Bruno Haible  <bruno@clisp.org>
15628
15629         Update from GNU gettext.
15630         * lib/printf-parse.c: Generalize to it can be compiled for wide
15631         strings.
15632         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15633         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15634         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15635         SNPRINTF): New macros.
15636         Don't include <alloca.h> if the file is used inside libintl.
15637         (local_wcslen): New function, for Solaris 2.5.1.
15638         (VASNPRINTF): Use it instead of wcslen.
15639
15640 2003-11-16  Bruno Haible  <bruno@clisp.org>
15641
15642         * lib/xsize.h (xmax): New function.
15643         (xsum, xsum3, xsum4): Declare as "pure" functions.
15644
15645 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15646
15647         * modules/xalloc (Files): Undo latest change, since xalloc.h
15648         no longer needs SIZE_MAX or PTRDIFF_MAX.
15649
15650 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15651
15652         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15653         gl_PTRDIFF_MAX.
15654
15655 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15656
15657         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15658         "return", to pacify some unknown compiler.  Problem reported
15659         by Joerg Schilling.
15660
15661 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15662
15663         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15664         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15665         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15666         heuristic is just as accurate as far as we know, and it removes a
15667         dependency on size_max.m4 and ptrdiff_max.m4.
15668
15669 2003-11-11  Bruno Haible  <bruno@clisp.org>
15670
15671         * modules/xsize (Files): Add m4/size_max.m4.
15672         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15673
15674 2003-11-11  Bruno Haible  <bruno@clisp.org>
15675
15676         * m4/size_max.m4: New file.
15677         * m4/ptrdiff_max.m4: New file.
15678         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15679         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15680         (gl_XALLOC): Invoke it.
15681
15682 2003-11-11  Bruno Haible  <bruno@clisp.org>
15683
15684         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15685         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15686         defined.
15687
15688 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15689
15690         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15691         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15692         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15693         From Bruno Haible.
15694         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15695         not (size_t) -1, since it's defined here.
15696
15697 2003-11-09  Karl Berry  <karl@gnu.org>
15698
15699         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15700
15701 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15702
15703         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15704         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15705         Reject sizes of exactly SIZE_MAX bytes.
15706         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15707         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15708
15709 2003-11-05  Bruno Haible  <bruno@clisp.org>
15710
15711         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15712         SIZE_MAX defined in <limits.h> on Solaris.
15713
15714 2003-11-04  Jim Meyering  <jim@meyering.net>
15715
15716         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15717         variable names, rather than @VAR@.
15718         * modules/poll: Likewise.
15719
15720 2003-11-04  Bruno Haible  <bruno@clisp.org>
15721
15722         * modules/xsize: New file.
15723         * modules/linebreak: Depend on xsize.
15724         * MODULES.html.sh (func_all_modules): Add xsize.
15725
15726 2003-11-04  Bruno Haible  <bruno@clisp.org>
15727
15728         * m4/xsize.m4: New file.
15729
15730 2003-11-04  Bruno Haible  <bruno@clisp.org>
15731
15732         * lib/xsize.h: New file.
15733         * lib/linebreak.c: Include xsize.h.
15734         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15735         argument for overflow.
15736         Suggested by Paul Eggert.
15737
15738 2003-11-03  Karl Berry  <karl@gnu.org>
15739
15740         * config/config.{guess,sub}: update from config.
15741
15742 2003-11-03  Jim Meyering  <jim@meyering.net>
15743
15744         * modules/userspec (lib_SOURCES): Add userspec.h.
15745         (Include): Add "userspec.h".
15746         Improve description.
15747
15748 2003-11-03  Jim Meyering  <jim@meyering.net>
15749
15750         * lib/userspec.c: Include "userspec.h".
15751         * lib/userspec.h: New file.
15752
15753 2003-11-03  Bruno Haible  <bruno@clisp.org>
15754
15755         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15756
15757 2003-11-03  Bruno Haible  <bruno@clisp.org>
15758
15759         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15760         available, to avoid (extremely rare) race condition.
15761         Suggested by Paul Eggert.
15762
15763 2003-11-02  Karl Berry  <karl@gnu.org>
15764
15765         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15766
15767 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15768
15769         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15770         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15771         (read_filesystem_list): Set and use me_type_malloced.
15772         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15773         whatever the type happens to be), for brevity and consistency.
15774         Check for size calculation overflow on Alphas running OSF/1.
15775
15776 2003-10-31  Jim Meyering  <jim@meyering.net>
15777
15778         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15779
15780         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15781
15782 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15783             Bruno Haible  <bruno@clisp.org>
15784
15785         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15786         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15787
15788 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15789
15790         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15791         netbsd*-gnu*.  Suggested by Robert Millan.
15792
15793 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15794
15795         * modules/group-member: Depend on stdbool.
15796
15797 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15798
15799         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15800
15801 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15802
15803         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15804         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15805         after the 'gnu' in these cases.  This fixes some bugs in the
15806         previous change, and is based on suggestions by Robert Millan.
15807
15808 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15809
15810         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15811         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15812         no longer needed.
15813         * lib/quotearg.c (quotearg_n_options): Use it.
15814         * lib/group-member.c: Include <stdbool.h>.
15815         (free_group_info): Arg is now const *; don't free arg.
15816         (get_group_info): Now returns bool and accepts struct group_info *,
15817         rather than returning a malloc'ed struct group_info *.
15818         All uses changed.  Check for overflow in internal size calculation.
15819
15820         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15821         rather than xmalloc/xrealloc.
15822         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15823         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15824         conformance bug: the old code used a pointer after freeing the
15825         storage that it addressed.
15826         * lib/hash.c (hash_initialize): Simplify the code by using
15827         xalloc_oversized rather than doing it by hand.
15828         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15829         the buffer preserved.  Use free and xmalloc instead.
15830         * lib/quotearg.c (quotearg_n_options): Likewise.
15831         Use a simpler test for size overflow.  Don't use xalloc_oversized
15832         because unsigned int might be wider than size_t (!); this suggests
15833         that we should switch from unsigned int to size_t for slot numbers.
15834
15835 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15836
15837         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15838         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15839         NetBSD kernels.  Requested by Richard Stallman.
15840
15841 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15842
15843         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15844         to allocate the returned structure.  Do not allocate a subarray,
15845         as x2nrealloc will do that.
15846         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15847         instead of xnrealloc.
15848         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15849
15850 2003-10-27  Bruno Haible  <bruno@clisp.org>
15851
15852         * lib/stdbool_.h: Better support for BeOS.
15853
15854 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15855
15856         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15857         now uses inline.
15858
15859 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15860
15861         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15862         callers that want to do their own size-overflow checking.  Include
15863         <stdbool.h>, since xalloc_oversized returns bool.
15864         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15865         to use xalloc_oversized.
15866
15867         Add two functions x2realloc, x2nrealloc, for programs that grow
15868         arrays dynamically by doubling their sizes.
15869         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
15870         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
15871         New functions.
15872
15873         Port to C99 semantics for 'inline' of external functions.
15874         Bug reported by Bruno Haible.
15875         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
15876         with the old contents of xnmalloc.
15877         (xnmalloc, xmalloc): Use it.
15878         (xnrealloc_inline): New static inline function,
15879         with the old contents of xnrealloc.
15880         (xnrealloc, xrealloc): Use it.
15881
15882         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
15883         that.
15884
15885 2003-10-26  Karl Berry  <karl@gnu.org>
15886
15887         * config/srclist.txt (COPYING.DOC): no longer available from
15888         /gd/gnuorg; don't know where the ultimate source is.
15889
15890 2003-10-25  Paul Eggert  <eggert@twinsun.com>
15891
15892         Fix several address-calculation bugs in the hash modules,
15893         plus some minor code cleanup.
15894
15895         * lib/hash.h: Include <stdbool.h>, for bool.
15896         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
15897         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
15898         hash_get_n_entries, hash_get_max_bucket_length,
15899         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
15900         hash_rehash): Use size_t rather than unsigned.
15901         * lib/hash.c (struct hash_table, hash_get_n_buckets,
15902         hash_get_n_buckets_used, hash_get_n_entries,
15903         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
15904         hash_get_entries, hash_do_for_each, hash_string, is_prime,
15905         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
15906         Likewise.
15907         (SIZE_MAX): Define if not defined.
15908         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
15909         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
15910         hash_print):
15911         Use const * when possible.
15912         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
15913         (check_tuning): Fix bug: if tuning parameters were very close to
15914         0 or 1, rounding errors could have caused subscript violations.
15915         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
15916         (hash_initialize): Add 'fail:' label
15917         to free table and return NULL, and use it to simplify code.
15918         Use calloc rather than clearing the storage ourself.
15919         (hash_initialize, hash_rehash): Check for arithmetic overflow in
15920         buffer size calculations.
15921         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
15922         Include <stddef.h>, for size_t.
15923         * lib/hash-pjw.c (hash_pjw): Likewise.
15924         Switch to method described by Bruno Haible.
15925         Include <limits.h>, for CHAR_BIT.
15926         (SIZE_BITS): New macro.
15927
15928 2003-10-23  Paul Eggert  <eggert@twinsun.com>
15929
15930         * m4/getline.m4 (AM_FUNC_GETLINE):
15931         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
15932         hosts.  Problem reported by Derek Robert Price in
15933         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
15934         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
15935         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
15936
15937 2003-10-21  Paul Eggert  <eggert@twinsun.com>
15938
15939         * lib/getndelim2.c (getndelim2): When size calculation overflows,
15940         ceiling the allocation at NMAX bytes rather than silently
15941         discarding input bytes before NMAX is reached.  This makes
15942         a difference only if NMAX exceeds SIZE_MAX / 2.
15943
15944         * lib/obstack.c: Merge from glibc.
15945         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
15946         Add libc_hidden_def (_obstack_newchunk).
15947         (_obstack_free) [! defined _LIBC]: Remove.
15948         [defined _LIBC]: Make a strong alias from obstack_free, rather than
15949         a clone of the function body.
15950         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
15951         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
15952
15953         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
15954         glibc.
15955         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
15956         arg to memcpy.
15957
15958         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
15959         (obstack_ptr_grow_fast, obstack_int_grow_fast):
15960         Don't use lvalue casts, as GCC plans to remove support for them
15961         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
15962         was also present in the non-GCC version, indicating that this
15963         code had always been buggy and had never been widely used.
15964         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
15965         Use the fast variant of each macro, rather than copying the
15966         definiens of the fast variant; that way, we'll be more likely to
15967         catch future bugs in the fast variants.
15968
15969 2003-10-20  Bruno Haible  <bruno@clisp.org>
15970
15971         * modules/wait-process: New file.
15972         * MODULES.html.sh (func_all_modules): Add wait-process.
15973
15974 2003-10-20  Bruno Haible  <bruno@clisp.org>
15975
15976         * m4/wait-process.m4: New file.
15977
15978 2003-10-20  Bruno Haible  <bruno@clisp.org>
15979
15980         * lib/wait-process.h: New file, from GNU gettext.
15981         * lib/wait-process.c: New file, from GNU gettext.
15982
15983 2003-10-19  Jim Meyering  <jim@meyering.net>
15984
15985         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
15986         HPUX 10.20.
15987
15988 2003-10-18  Karl Berry  <karl@gnu.org>
15989
15990         * config/config.guess: update from config.
15991
15992 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15993
15994         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
15995         (getgroups): First arg is int, not size_t.
15996         Don't let 'free' mangle errno.
15997
15998 2003-10-16  Paul Eggert  <eggert@twinsun.com>
15999
16000         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16001
16002 2003-10-16  Karl Berry  <karl@gnu.org>
16003
16004         * config/config.{guess,sub}: update from config.
16005
16006 2003-10-16  Jim Meyering  <jim@meyering.net>
16007
16008         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16009         memcpy.
16010
16011 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16012
16013         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16014         (SIZE_MAX): Remove.
16015         (new_exclude, add_exclude_file): Initial size no longer needs to
16016         be a power of 2.
16017         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16018         our own address arithmetic overflow checking.
16019
16020         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16021         (fnmatch): Do not alloca more than 2000 wide characters;
16022         instead, use malloc for large buffers.
16023         Check for address arithmetic overflow, and return -1
16024         with errno set to ENOMEM in that case.
16025         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16026         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16027         instead, return -1.  Check for address arithmetic overflow.
16028
16029 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16030
16031         Handle invalid suffixes and overflow independently, so that
16032         callers can treat them independently as needed.  Fix some bugs in
16033         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16034         suffix for a human-readable blocksize.  The major caller-visible
16035         change is the addition of a new
16036         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16037         that both overflow and suffix chars were found.
16038
16039         * lib/human.c (humblock): Don't check separately for invalid suffix
16040         char; that is xstrtoumax's job (now that its bug is fixed).
16041         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16042         INTMAX_MAX]: New macros.
16043         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16044         TYPE_MAXIMUM): New macros.
16045         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16046         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16047         if overflow occurs, as it's what __strtol does and it's more useful
16048         in practice.
16049         (__xstrtol): If __strtol reports some error other than ERANGE,
16050         reflect it to the caller as LONGINT_INVALID.  If it reports
16051         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16052         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16053         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16054         value.
16055         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16056         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16057         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16058         [defined UINTMAX_MAX]: New macros.
16059
16060 2003-10-14  Bruno Haible  <bruno@clisp.org>
16061
16062         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16063
16064 2003-10-14  Bruno Haible  <bruno@clisp.org>
16065
16066         * m4/sig_atomic_t: New file, from GNU gettext.
16067         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16068
16069 2003-10-14  Bruno Haible  <bruno@clisp.org>
16070
16071         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16072         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16073         Also use volatile where needed.
16074
16075 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16076
16077         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16078         Change maintainer from Bruno Haible to 'all'.
16079
16080 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16081
16082         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16083
16084 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16085
16086         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16087         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16088         and define in terms of the other primitives.
16089         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16090         (SIZE_MAX): Define if not already defined.
16091         (array_size_overflow): New function.
16092         (xalloc_die): Abort instead of exiting if 'error' returns.
16093         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16094         (xmalloc, xrealloc): Use them.
16095         (xcalloc): Check for address arithmetic overflow.
16096         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16097         a bit faster than strcpy.
16098
16099 2003-10-10  Simon Josefsson  <jas@extundo.com>
16100
16101         * modules/argp (Depends-on): Add restrict and strcase.
16102
16103 2003-10-10  Simon Josefsson  <jas@extundo.com>
16104
16105         * m4/argp.m4: Add AC_C_INLINE.
16106
16107 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16108
16109         Merge getpass from libc, plus a few fixes.
16110
16111         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16112         Include <stdbool.h>.
16113         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16114         __fsetlocking to empty.
16115         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16116         do include <bits/libc-lock.h>.
16117         Do not include <fcntl.h>; not needed.
16118         [_LIBC]: Include <wchar.h>.
16119         (NOTCANCEL_MODE): New macro.
16120         (flockfile, funlockfile) [_LIBC]: New macros.
16121         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16122         [!_LIBC]: New macros.
16123         (call_fclose): New function.
16124         (getpass): Use it.  Save tty stream separately; this simplifies the
16125         code and makes it more reliable if stdin happens to equal stdout.
16126         Invoke __fsetlocking on tty.
16127         Handle thread cancellation if needed.
16128         Namespace cleanup (use __tcgetattr, __getline).
16129         Use bool for Booleans.
16130         [USE_IN_LIBIO]: Handle wide streams.
16131         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16132         stream might go where.
16133
16134         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16135         doesn't have to include <stdio.h> before us.
16136         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16137         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16138         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16139         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16140         if not declared, so that we can use getpass.c code from libc without
16141         rewriting it.
16142         (flockfile, ftrylockfile, funlockfile): New macros.
16143
16144 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16145
16146         * modules/getpass: Depend on stdbool.
16147
16148 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16149
16150         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16151
16152 2003-10-07  Karl Berry  <karl@gnu.org>
16153
16154         * config/config.{guess,sub}: update from config.
16155
16156 2003-10-06  Jim Meyering  <jim@meyering.net>
16157             Bruno Haible  <bruno@clisp.org>
16158
16159         This lets translators provide better translations for the
16160         "Written by ..." part of --version output.
16161         * lib/version-etc.h: Include stdarg.h.
16162         (version_etc_copyright): Declare as readonly.
16163         (version_etc): Make this function variadic with a NULL-terminated list
16164         of author name strings.
16165         (version_etc_va): New declaration.
16166         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16167         (version_etc_copyright): Declare as readonly.
16168         (version_etc_va): New function. Provide a different translatable string
16169         for each possible number of authors < 10. Abbreviate when there are 10
16170         authors or more.
16171         (version_etc): Make this function variadic. Call version_etc_va.
16172         Suggestion from Gary V. Vaughan.
16173
16174         * lib/long-options.h (parse_long_options): Change prototype: the
16175         authors string is moved to the end and becomes variadic.
16176         * lib/long-options.c: Include stdarg.h.
16177         (parse_long_options): Make this function variadic, too.
16178         Call version_etc_va, not version_etc.
16179
16180 2003-10-06  Bruno Haible  <bruno@clisp.org>
16181
16182         * modules/version-etc-2: Remove file.
16183         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16184
16185 2003-10-06  Bruno Haible  <bruno@clisp.org>
16186
16187         * modules/fatal-signal: New file.
16188         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16189
16190 2003-10-06  Bruno Haible  <bruno@clisp.org>
16191
16192         * m4/fatal-signal.m4: New file.
16193         * m4/signalblocking.m4: New file, from GNU gettext.
16194
16195 2003-10-06  Bruno Haible  <bruno@clisp.org>
16196
16197         * lib/version-etc-2.h: Remove file.
16198         * lib/version-etc-2.c: Remove file.
16199
16200 2003-10-06  Bruno Haible  <bruno@clisp.org>
16201
16202         * lib/fatal-signal.h: New file, from GNU gettext.
16203         * lib/fatal-signal.c: New file, from GNU gettext.
16204
16205 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16206
16207         * README: Rework advice for preventing empty .o files.
16208         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16209         not <sys/types.h>.
16210
16211 2003-10-04  Karl Berry  <karl@gnu.org>
16212
16213         * lib/argp*: update from libc.
16214
16215 2003-10-04  Karl Berry  <karl@gnu.org>
16216
16217         * config/config.{guess,sub}: update from config.
16218
16219 2003-10-02  Bruno Haible  <bruno@clisp.org>
16220
16221         * modules/lchown (Include): Add lchown.h.
16222         * modules/time_r (Include): Use "..." syntax.
16223         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16224
16225 2003-10-01  Simon Josefsson  <jas@extundo.com>
16226
16227         * MODULES.html.sh (func_all_modules): Move gethostname from section
16228         'based on' to section 'lacking' POSIX:2001.
16229
16230 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16231
16232         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16233         to output mode on the same stream.
16234
16235 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16236
16237         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16238         Fix arg typo in previous patch.
16239
16240 2003-09-28  Jim Meyering  <jim@meyering.net>
16241
16242         * lib/error.c: Correct cpp indentation.
16243
16244 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16245
16246         * modules/free: New file.
16247
16248 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16249
16250         * m4/free.m4: New file.
16251
16252 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16253
16254         * lib/minmax.h (MIN, MAX)
16255         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16256         Omit the special code that used __typeof__, since we worry that
16257         it could be more trouble than it's worth.  See:
16258         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16259         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16260
16261         * lib/free.c: New file.
16262
16263 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16264
16265         Trivial fixes to Makefile.am parts of module listings.
16266         * modules/strstr: Append strstr.h to lib_SOURCES.
16267         * modules/strcase: Likewise, for strcase.h.
16268
16269 2003-09-27  Karl Berry  <karl@gnu.org>
16270
16271         * config/mkinstalldirs: update from automake.
16272
16273 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16274
16275         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16276         (error_tail): Do not loop, reallocating temporary buffer, since
16277         the output cannot contain more wide characters than the input
16278         contains bytes, the size must be big enough already.  This avoids
16279         one potential size overflow calculation.  Check for size overflow
16280         when calculating temporary buffer size.  Free temporary buffer
16281         when done, if it was allocated with malloc; this plugs a memory
16282         leak.  Remove casts from void * to pointers, that are no longer
16283         needed now that we're assuming C89 or better.
16284
16285         Merge error changes from glibc.
16286
16287         * lib/error.c, error.h: Update copyright notice header to match glibc.
16288         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16289         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16290         Disable cancellation while printing error.
16291         * lib/error.h: Prepend __ to parameter names.
16292
16293 2003-09-26  Jim Meyering  <jim@meyering.net>
16294
16295         * lib/error.c (error_tail): Move some declarations
16296         into inner scope where the local variables are used.
16297
16298 2003-09-26  Bruno Haible  <bruno@clisp.org>
16299
16300         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16301         stpncpy().
16302         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16303
16304 2003-09-26  Bruno Haible  <bruno@clisp.org>
16305
16306         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16307         (stpncpy): Define as alias for gnu_stpncpy.
16308         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16309
16310 2003-09-25  Simon Josefsson  <jas@extundo.com>
16311
16312         * lib/xgetdomainname.h: New file.
16313         * lib/xgetdomainname.c: New file.
16314
16315 2003-09-25  Simon Josefsson  <jas@extundo.com>
16316             Bruno Haible  <bruno@clisp.org>
16317
16318         * modules/getdomainname: New file.
16319         * modules/xgetdomainname: New file.
16320         * MODULES.html.sh (func_all_modules): Add getdomainname,
16321         xgetdomainname.
16322
16323 2003-09-25  Simon Josefsson  <jas@extundo.com>
16324             Bruno Haible  <bruno@clisp.org>
16325
16326         * m4/getdomainname.m4: New file.
16327
16328 2003-09-25  Simon Josefsson  <jas@extundo.com>
16329             Bruno Haible  <bruno@clisp.org>
16330
16331         * lib/getdomainname.h: New file.
16332         * lib/getdomainname.c: New file.
16333
16334 2003-09-25  Karl Berry  <karl@gnu.org>
16335
16336         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16337
16338 2003-09-25  Karl Berry  <karl@gnu.org>
16339
16340         * config/install-sh: update from automake.
16341
16342 2003-09-25  Bruno Haible  <bruno@clisp.org>
16343
16344         * modules/version-etc-2: New file, from modules/version-etc with
16345         modifications.
16346         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16347
16348 2003-09-25  Bruno Haible  <bruno@clisp.org>
16349
16350         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16351         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16352
16353 2003-09-24  Simon Josefsson  <jas@extundo.com>
16354
16355         * modules/xgethostname: Add xgethostname.h.
16356
16357 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16358
16359         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16360         the buffer associated with the argument.  Bug reported by
16361         Simon Josefsson.
16362
16363 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16364
16365         * README: Document assumptions that 'int' is at least 32 bits
16366         wide, that integer arithmetic is 2's complement without overflow,
16367         that there are no holes in integer values, that adding sizes of
16368         two nonoverlapping objects can't overflow, and that all-bits-zero
16369         yields scalar zero.  Fix spelling and capitalization typos.
16370
16371 2003-09-19  Karl Berry  <karl@gnu.org>
16372
16373         * lib/argp.h: update from libc.
16374
16375 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16376
16377         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16378         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16379         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16380
16381 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16382
16383         * gnulib-tool: Use "test -h", not "test -L", for portability
16384         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16385         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16386         (sed_extract_prog): Issue s commands one-by-one, rather than
16387         using \| in one s command.
16388
16389 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16390
16391         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16392         input error, instead of returning NULL the next time we are called
16393         (and therefore losing track of errno).
16394
16395 2003-09-16  Bruno Haible  <bruno@clisp.org>
16396
16397         * gnulib-tool (func_create_testdir): Warn about duplicated
16398         dependencies.
16399
16400 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16401
16402         * modules/argmatch, modules/fatal, modules/obstack,
16403         modules/xalloc, modules/xgethostname: Sort dependencies by
16404         importance, not alphabetically.
16405
16406 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16407
16408         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16409         fails, so that the caller gets the proper errno.
16410
16411         * lib/readutmp.c (read_utmp): Likewise.
16412         Check for fstat error.  Close stream and free storage
16413         when failing.
16414
16415 2003-09-14  Karl Berry  <karl@gnu.org>
16416
16417         * config/srclist.txt (strdup.c): disable for c89 changes.
16418
16419 2003-09-14  Jim Meyering  <jim@meyering.net>
16420
16421         * lib/getloadavg.c: Correct cpp indentation.
16422         * lib/strdup.c: Likewise.
16423         * lib/vasnprintf.c: Likewise.
16424
16425 2003-09-14  Bruno Haible  <bruno@clisp.org>
16426
16427         * modules/fwriteerror: New file.
16428         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16429
16430 2003-09-14  Bruno Haible  <bruno@clisp.org>
16431
16432         * lib/fwriteerror.h: New file.
16433         * lib/fwriteerror.c: New file.
16434
16435 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16436
16437         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16438         modules/xgethostname, modules/xalloc: Depend on exit.
16439
16440 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16441
16442         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16443
16444         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16445         and AC_MINIX, too, so that their extensions are available.
16446
16447         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16448         This macro has been superseded by gl_BACKUPFILE.
16449
16450         More patches to assume C89 or better.
16451
16452         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16453
16454         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16455         unconditionally.
16456         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16457         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16458         Include <string.h>, <stdlib.h> unconditionally.
16459         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16460         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16461         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16462         headers or for string.h.
16463         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16464         or strtoul.
16465
16466         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16467         headers.
16468         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16469         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16470         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16471         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16472         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16473         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16474         memcpy, memset.
16475         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16476         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16477         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16478         strtol.
16479         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16480         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16481         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16482         strtoul.
16483
16484 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16485
16486         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16487         * lib/obstack.c [!defined _LIBC]: Likewise.
16488         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16489         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16490         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16491
16492         More changes to assume C89 or better.
16493
16494         * lib/error.c (error_tail): Assume vprintf.
16495
16496         * lib/argmatch.c (getenv): Remove decl.
16497         * lib/progreloc.c (get_full_program_name): Define via prototype.
16498         * lib/setenv.c (clearenv): Likewise.
16499         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16500         needed.
16501         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16502         (malloc, memcpy): Remove decls.
16503         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16504         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16505         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16506         (memcpy): Remove macro.
16507         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16508         (__P): Remove.  All uses removed.
16509         (PTR): Remove.  All uses changed to void *.
16510         (CHAR_BIT, NULL): Remove.
16511         (spaces, zeros, memset_space, memset_zero)
16512         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16513         Remove.
16514         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16515         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16516         Define with prototype.
16517         Remove now-unnecessary prototype decl.
16518         (extra_args_spec): Assume ANSI C.  All uses changed.
16519         (extra_args_spec_iso): Remove.
16520         (my_strftime, emacs_strftimeu): Define via prototype.
16521         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16522         unconditionally.
16523         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16524         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16525         (strtoul, strtol): Remove decls.
16526         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16527         LONG_MAX): Remove.
16528         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16529         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16530         (LOCALE_PARAM_PROTO): New macro.
16531         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16532         (INTERNAL (strtol), strtol): Define with a prototype.
16533         (PARAMS): Remove.  All uses removed.
16534         * lib/tempname.c: Include <string.h> unconditionally.
16535         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16536         * lib/xgethostname.c (main): Define with a prototype.
16537         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16538         Include <stdlib.h> unconditionally.
16539         (calloc, malloc, realloc, free): Remove decls.
16540         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16541         Include <stdlib.h> unconditionally.  Sort include file names.
16542         (strtod): Remove.
16543         (xstrtod): Define with a prototype.
16544         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16545         (strtol, strtoul): Remove decls.
16546
16547 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16548
16549         More patches to assume C89 or better.
16550         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16551         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16552         string.h, memchr, STDC_HEADERS.
16553
16554 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16555
16556         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16557         Include <stdlib.h>, <string.h> unconditionally.
16558         Remove now-unnecessary cast to char *.
16559         * lib/strnlen.c: Include <string.h> unconditionally.
16560         * lib/yesno.c (yesno): Define with a prototype.
16561
16562 2003-09-11  Bruno Haible  <bruno@clisp.org>
16563
16564         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16565
16566 2003-09-10  Jim Meyering  <jim@meyering.net>
16567
16568         * lib/error.c: Correct indentation of cpp directives.
16569
16570 2003-09-10  Bruno Haible  <bruno@clisp.org>
16571
16572         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16573         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16574         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16575         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16576         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16577         <stdlib.h> and <string.h> checks.
16578         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16579         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16580
16581 2003-09-10  Bruno Haible  <bruno@clisp.org>
16582
16583         * lib/strcspn.c: Include <string.h> unconditionally.
16584         * lib/strpbrk.c: Include <string.h> unconditionally.
16585         * lib/strstr.c: Include <string.h> unconditionally.
16586         * lib/unicodeio.c: Include <string.h> unconditionally.
16587         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16588         * lib/unsetenv.c: Likewise.
16589         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16590         * lib/yesno.c: Include <stdlib.h> unconditionally.
16591         (rpmatch): Add prototype.
16592
16593 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16594
16595         More patches to assume C89 or better.
16596         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16597         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16598         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16599         or for string.h.
16600         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16601         stdlib.h.
16602         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16603         C headers.
16604         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16605         string.h.
16606         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16607         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16608         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16609         or for string.h.
16610         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16611         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16612         C headers.
16613         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16614         memcpy.
16615         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16616         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16617         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16618         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16619         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16620         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16621         string.h, free.
16622         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16623         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16624         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16625         C headers, or for string.h.
16626         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16627         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16628         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16629         headers, memory.h, stdlib.h, string.h, strings.h.
16630         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16631         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16632         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16633         strchr.
16634         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16635         headers, memory.h, string.h.
16636         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16637         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16638         free.
16639         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16640         headers.
16641         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16642         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16643         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16644         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16645         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16646
16647 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16648
16649         More K&R removal.
16650
16651         * lib/acosl.c (main): Use a prototype.
16652         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16653         tanl.c: Likewise.
16654
16655         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16656
16657         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16658         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16659         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16660         with a prototype.
16661         * lib/getopt.c (const): Remove macro.
16662         Include <string.h> unconditionally.
16663         (my_index): Remove; all uses changed to strchr.
16664         (strlen): Remove decl.
16665         (exchange): Remove forward decl; no longer needed.
16666         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16667         Define with prototype.
16668         * lib/getopt1.c (const): Remove macro.
16669         (getopt_long, getopt_long_only, main): Define with prototype.
16670
16671         * lib/getugroups.c: Include <string.h> unconditionally.
16672
16673         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16674         (getusershell, setusershell, endusershell, readname, main):
16675         Define with prototypes.
16676
16677         * lib/group-member.c: Include group-member.h first.
16678         Include <stdlib.h> unconditionally.
16679
16680         * lib/hard-locale.c: Include hard-locale.h first.
16681         Include <stdlib.h>, <string.h> unconditionally.
16682
16683         * lib/hash.c (free, malloc): Remove decls.
16684         Include <stdlib.h> unconditionally.
16685
16686         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16687         (getenv): Do not declare.
16688
16689         * lib/idcache.c: Include <string.h> unconditionally.
16690
16691         * lib/long-options.c: Include long-options.h first, to test interface.
16692         Include <stdlib.h> unconditionally.
16693
16694         * lib/makepath.c: Include makepath.h first, to test interface.
16695         Include <stdlib.h> and <string.h> unconditionally.
16696
16697         * lib/linebuffer.c: Include <stdlib.h>.
16698         (free): Remove decl.
16699
16700         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16701         stddef.h. rpl_malloc returns void *, not char *.
16702         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16703         prototype.
16704
16705         * lib/md5.h: Include <limits.h> unconditionally.
16706         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16707         (__P): Remove; all uses removed.
16708         * lib/md5.c: Include "md5.h" first.
16709         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16710         md5_buffer, md5_process_bytes, md5_process_block):
16711         Define with prototypes.
16712         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16713         * lib/sha.c: Include "sha.h" first.
16714         Include <stdlib.h>, <string.h> unconditionally.
16715
16716         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16717         * lib/memcmp.c (__ptr_t): Likewise.
16718         * lib/memrchr.c (__ptr_t): Likewise.
16719         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16720         Include <string.h> unconditionally.
16721         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16722         * lib/memchr.c: Include <stdlib.h> unconditionally.
16723         * lib/memchr.c (LONG_MAX): Remove.
16724         * lib/memrchr.c (LONG_MAX): Likewise.
16725         * lib/memchr.c (__memchr): Define via a prototype.
16726         * lib/memrchr.c (__memrchr): Likewise.
16727         * lib/memcmp.c (__P): Remove, and remove all uses.
16728         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16729         Remove forward decls; no longer needed.
16730         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16731         Use types required by C89 in prototype.
16732
16733         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16734         * lib/savedir.c: Likewise.
16735         * lib/mkdir.c (free): Remove decl.
16736         * lib/rmdir.c (rmdir): Define with a prototype.
16737         * lib/savedir.c: Include savedir.h first, to test interface.
16738
16739         * lib/mktime.c (STDC_HEADERS): Remove.
16740         Include <stdlib.h>, <string.h> unconditionally.
16741
16742         * lib/modechange.c: Include <stdlib.h> unconditionally.
16743         (malloc): Remove decl.
16744
16745         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16746         (free): Remove decl.
16747
16748         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16749         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16750         (This type really should be intptr_t, but that's a C99ism.)
16751         (_obstack_memcpy): Remove: all uses changed to memcpy.
16752         Include <string.h> unconditionally.
16753         (struct obstack): Assume __STDC__ for types of members
16754         chunkfun, freefun, extra_arg.
16755         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16756         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16757         obstack_begin, obstack_specify_allocation,
16758         obstack_specify_allocation_with_arg, obstack_chunkfun,
16759         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16760         Remove unprototyped decls and the macros that use them.
16761         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16762         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16763         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16764         (defined __STDC__ && __STDC__)]:
16765         Remove nonprototyped code.
16766         Include <stdlib.h> unconditionally.
16767         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16768         _obstack_allocated_p, _obstack_free, obstack_free,
16769         _obstack_memory_used, print_and_abort):
16770         Define using prototypes.
16771         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16772         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16773         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16774         obstack_next_free, obstack_object_size, obstack_room) [0]:
16775         Remove unused, unprototyped code.
16776
16777         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16778
16779         * lib/physmem.c (physmem_total, physmem_available, main): Define
16780         with prototypes.
16781
16782         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16783         (main): Define with a prototype.
16784
16785         * lib/posixver.c (getenv): Remove decl.
16786
16787         * lib/putenv.c (malloc): Returns void *, not char *.
16788         Include <string.h> unconditionally.
16789         (strchr, memcpy, NULL): Do not define.
16790
16791         * lib/readtokens.c: Include readtokens.h first, to test interface.
16792         Include <stdlib.h>, <string.h> unconditionally.
16793         (init_tokenbuffer): Define with a prototype.
16794
16795         * lib/regex.c (PARAMS): Remove.  All uses removed.
16796         All uses of _RE_ARGS removed, too.
16797         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16798         unconditionally.
16799         (bzero): Assume memset exists.
16800         (memcmp, memcpy, NULL): Remove.
16801         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16802         char, or assignments to local vars of type signed char.
16803         (init_syntax_once, PREFIX(extract_number_and_incr),
16804         PREFIX(print_partial_compiled_pattern),
16805         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16806         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16807         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16808         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16809         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16810         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16811         wcs_compile_range, byte_compile_range, truncate_wchar,
16812         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16813         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16814         count_mbs_length, wcs_re_match_2_internal,
16815         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16816         PREFIX(alt_match_null_string_p),
16817         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16818         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16819         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16820         now-unnecessary declaration, if any.
16821         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16822         regcomp, regexec):
16823         Remove now-unnecessary casts among pointer types.
16824         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16825
16826         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16827         (free): Remove decl.
16828
16829         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16830
16831         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16832         (free): Remove decl.
16833
16834         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16835         * lib/xgetcwd.c: Likewise.
16836
16837         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16838         (free): Remove decl.
16839
16840         * lib/strchrnul.c (strchrnul): Define with a prototype.
16841         Fix bug: c_in was not converted to char before searching.
16842
16843         The following changes are not K&R related:
16844
16845         * lib/group-member.h: Include <sys/types.h>, so that this file is
16846         self-contained.
16847         * lib/makepath.h: Likewise.
16848
16849         * lib/getusershell.c (readname, default_index, line_size, readname):
16850         Use size_t, not int, for sizes.
16851         (readname): If the size overflows, report an error instead of
16852         looping forever.
16853
16854 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16855
16856         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16857         libc.
16858
16859 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16860
16861         * README: New section: portability guidelines.
16862
16863 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16864
16865         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16866         C89 spec.
16867
16868 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16869
16870         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
16871
16872 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16873
16874         Assume C89 or better; remove K&R cruft.
16875         A few of these changes were first proposed by Derek Robert Price
16876         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
16877
16878         * lib/addext.c: Include <string.h> unconditionally.
16879         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
16880         Don't declare getenv or malloc.
16881
16882         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
16883         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
16884         (NULL): Remove.
16885         (find_stack_direction, alloca): Use prototypes.
16886
16887         * lib/atexit.c (atexit): Define using a prototype.
16888
16889         * lib/basename.c, dirname.c, stripslash.c:
16890         Include <string.h> unconditionally.
16891
16892         * lib/bcopy.c: Include <stddef.h>.
16893         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
16894
16895         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
16896
16897         * lib/error.h (error, error_at_line, error_print_progname)
16898         [! (defined (__STDC__) && __STDC__)]: Remove decls.
16899         * lib/error.c: Include error.h first, to check interface.
16900         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16901         (VA_START): Remove; all uses changeed to va_start.
16902         (exit, strerror): Remove decls.
16903         (error_print_progname): Prototype uncondionally.
16904         Don't include <errno.h>; no longer needed.
16905         (private_strerror): Remove.
16906         (error_tail): Always define.
16907         (error, error_at_line): Assume C89 or better; always use prototypes.
16908         * lib/fatal.c: Include "fatal.h" first, to test interface.
16909         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
16910         (VA_START): Remove; all uses changed to va_start.
16911         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
16912         this case.
16913         (exit): Remove decl.
16914         (fatal): Prototype unconditionally.  Assume va_start works.
16915         Abort at end, to pacify gcc.
16916
16917         * lib/euidaccess.c (main): Define with a prototype.
16918
16919         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
16920
16921         * lib/exitfail.c: Include <stdlib.h> unconditionally.
16922
16923         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
16924         prototypes.
16925         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
16926         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
16927         (getenv): Remove decl.
16928         (fnmatch): Define using a prototype.
16929         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
16930         (FCT): Define using a prototype.
16931
16932         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
16933
16934         * lib/gethostname.c: Include <stddef.h>.
16935         (gethostname): Define with prototype.  Length is size_t, not int.
16936
16937 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16938
16939         Assume C89 or better; remove K&R cruft.
16940         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
16941         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
16942         string.h, getenv, malloc.
16943         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
16944         headers.
16945         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
16946         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
16947         do not check for strerror.
16948         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
16949         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
16950         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
16951         do not check for doprnt or vprintf.
16952         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
16953         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
16954
16955 2003-09-08  Paul Eggert  <eggert@twinsun.com>
16956
16957         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
16958         getversion.c should have been removed then, but was accidentally
16959         preserved.
16960
16961         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
16962         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
16963
16964 2003-09-08  Karl Berry  <karl@gnu.org>
16965
16966         * config/config.sub, config.guess, srclistvars.sh: update from savannah
16967                 config, forget about prep.
16968
16969         * config/depcomp, missing: update from automake.
16970
16971 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16972
16973         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
16974         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16975
16976 2003-09-07  Paul Eggert  <eggert@twinsun.com>
16977
16978         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
16979         copy_tm_result.  Bug reported by Simon Josefsson in
16980         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
16981
16982 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16983
16984         * m4/time_r.m4: New file.
16985         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
16986         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
16987         is. Check for timegm declaration.
16988         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
16989         Do not check for gmtime_r.
16990         Replace mktime if __mktime_internal does not exist and if mktime
16991         hasn't been replaced already.
16992
16993 2003-09-06  Paul Eggert  <eggert@twinsun.com>
16994
16995         * lib/time_r.c, lib/time_r.h: New files.
16996
16997         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
16998         __localtime_r.
16999         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17000         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17001
17002         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17003         __gmtime_r.
17004         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17005         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17006         Include <time_r.h>.
17007
17008         * lib/timegm.c: Switch to glibc implementation, with the following
17009         changes:
17010         [defined HAVE_CONFIG_H]: Include <config.h>.
17011         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17012         (__mktime_internal) [!defined _LIBC]: New decl.
17013         (__gmtime_r) [!defined _LIBC]: New macro and function.
17014         (timegm): Use a prototype, since gnulib assumes C89.
17015         Do not bother declaring tmp to be const, as it's not really usefu.
17016         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17017         (timegm): Declare only if HAVE_DECL_TIMEGM.
17018
17019 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17020
17021         * MODULES.html.sh (func_all_modules): Add time_r.
17022         * modules/time_r: New file.
17023         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17024         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17025
17026 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17027
17028         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17029         Bug reported by Lute Kamstra in
17030         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17031
17032         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17033         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17034         course with correspondingly smaller numbers for tomorrow and
17035         yesterday.  From Tadayoshi Funaba.  Originally installed into
17036         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17037         coreutils merge?).
17038
17039 2003-08-31  Simon Josefsson  <jas@extundo.com>
17040
17041         * modules/timegm: New file.
17042         * MODULES.html.sh (func_all_modules): Add timegm.
17043
17044 2003-08-31  Simon Josefsson  <jas@extundo.com>
17045
17046         * m4/timegm.m4: New file.
17047
17048 2003-08-31  Simon Josefsson  <jas@extundo.com>
17049
17050         * lib/timegm.h: New file.
17051         * lib/timegm.c: New file.  Based on
17052         wget-1.8.2/src/http.c:mktime_from_utc.
17053
17054 2003-08-31  Karl Berry  <karl@gnu.org>
17055
17056         * lib/argp.h: update from libc.
17057
17058 2003-08-28  Bruno Haible  <bruno@clisp.org>
17059
17060         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17061         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17062         followed by '#define fnmatch fnmatch_posix' gives an error.
17063
17064 2003-08-28  Bruno Haible  <bruno@clisp.org>
17065
17066         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17067         warning on QNX, which defines O_BINARY to 000000.
17068
17069 2003-08-27  Jim Meyering  <jim@meyering.net>
17070
17071         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17072         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17073         would fail after 32.  Reported by Danny Levinson.  Details here:
17074         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17075
17076 2003-08-24  Bruno Haible  <bruno@clisp.org>
17077
17078         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17079         MSVC7 <stdio.h> is included later.
17080
17081 2003-08-22  Simon Josefsson  <jas@extundo.com>
17082
17083         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17084
17085 2003-08-20  Karl Berry  <karl@gnu.org>
17086
17087         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17088
17089 2003-08-20  Bruno Haible  <bruno@clisp.org>
17090
17091         * modules/progname: New file.
17092         * MODULES.html.sh (func_all_modules): Add progname.
17093
17094 2003-08-20  Bruno Haible  <bruno@clisp.org>
17095
17096         * lib/progname.h: New file, from GNU gettext.
17097         * lib/progname.c: New file, from GNU gettext.
17098         * lib/progreloc.c: New file, from GNU gettext.
17099
17100 2003-08-19  Jim Meyering  <jim@meyering.net>
17101
17102         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17103         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17104
17105 2003-08-19  Bruno Haible  <bruno@clisp.org>
17106
17107         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17108         more.
17109
17110 2003-08-19  Bruno Haible  <bruno@clisp.org>
17111
17112         * lib/xstrdup.c: Assume <string.h> exists.
17113
17114 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17115
17116         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17117         in makefile rules.
17118
17119 2003-08-18  Jim Meyering  <jim@meyering.net>
17120
17121         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17122         * m4/lib-ld.m4: Likewise.
17123
17124 2003-08-18  Jim Meyering  <jim@meyering.net>
17125
17126         * lib/setenv.h: Indent nested cpp directive.
17127         * lib/vasnprintf.c: Remove trailing blanks.
17128
17129 2003-08-17  Simon Josefsson  <jas@extundo.com>
17130
17131         * modules/xstrndup: New file.
17132         * MODULES.html.sh (func_all_modules): Add xstrndup.
17133
17134 2003-08-17  Simon Josefsson  <jas@extundo.com>
17135
17136         * modules/argp: Fix autoconf macro name. Add more dependencies.
17137
17138 2003-08-17  Simon Josefsson  <jas@extundo.com>
17139
17140         * m4/xstrndup.m4: New file.
17141
17142 2003-08-17  Simon Josefsson  <jas@extundo.com>
17143
17144         * m4/argp.m4: New file.
17145
17146 2003-08-17  Simon Josefsson  <jas@extundo.com>
17147             Bruno Haible  <bruno@clisp.org>
17148
17149         * lib/xstrndup.h: New file.
17150         * lib/xstrndup.c: New file.
17151
17152 2003-08-17  Bruno Haible  <bruno@clisp.org>
17153
17154         * modules/strndup (Files, Include): Add lib/strndup.h.
17155
17156 2003-08-17  Bruno Haible  <bruno@clisp.org>
17157
17158         * modules/euidaccess (Files): Add lib/euidaccess.h.
17159
17160 2003-08-17  Bruno Haible  <bruno@clisp.org>
17161
17162         * lib/strndup.h: New file.
17163
17164 2003-08-17  Bruno Haible  <bruno@clisp.org>
17165
17166         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17167         like AC_GNU_SOURCE.
17168         * modules/extensions (configure.ac): Comment out the invocation of
17169         gl_USE_SYSTEM_EXTENSIONS.
17170
17171 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17172
17173         Merges from coreutils, etc.
17174         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17175         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17176         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17177         fixing a typo.
17178         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17179         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17180
17181 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17182
17183         Document merge from coreutils.
17184         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17185         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17186         * modules/utime: Add m4/utimes-null.m4.
17187
17188 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17189
17190         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17191         space, undoing this 2003-08-12 change:
17192         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17193
17194 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17195
17196         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17197         strtoul.c from libc, undoing this 2003-08-12 change:
17198         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17199
17200 2003-08-16  Jim Meyering  <jim@meyering.net>
17201
17202         Merges from coreutils.
17203         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17204         prefix.  Adjust cache variables similarly.  Create 500 rather than
17205         just 300 files, to exercise bug on Darwin6.5, too.
17206         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17207         $missing_dir.
17208         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17209         AM_SYS_POSIX_TERMIOS.
17210         Reported by mkc@mathdogs.com.
17211         Also change use of $am_cv_sys_posix_termios
17212         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17213         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17214         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17215         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17216         in /proc/mounts until it finds one with matching device number.  This
17217         is unnecessary when the FILE argument *is* a mount point.  No stat call
17218         is necessary in that case.  So, disable the statvfs-testing code on
17219         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17220         as RedHat bug# 84846.
17221         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17222         to 1MB, so as not to render systems with no stack size limit (e.g.,
17223         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17224         Include <unistd.h>.  On some systems,
17225         it is required for the definition of _SC_PAGESIZE.
17226
17227 2003-08-16  Jim Meyering  <jim@meyering.net>
17228
17229         Merge from coreutils.
17230         * lib/xstrtoimax.c: #else #if -> #elif.
17231         * lib/xstrtoumax.c: Likewise.
17232
17233 2003-08-16  Jim Meyering  <jim@meyering.net>
17234
17235         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17236         * m4/utimes.m4: Removed.
17237         * m4/utimes-null.m4: Renamed from utimes.m4.
17238
17239         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17240         to 1MB, so as not to render systems with no stack size limit (e.g.,
17241         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17242         Include <unistd.h>.  On some systems,
17243         it is required for the definition of _SC_PAGESIZE.
17244
17245 2003-08-16  Jim Meyering  <jim@meyering.net>
17246         and Paul Eggert  <eggert@cs.ucla.edu>
17247
17248         Merges from coreutils, etc.
17249
17250         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17251         using the latest version from cvs.  This avoids problems with #line
17252         directives using a vendor (Sun) compiler.
17253         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17254         Don't set GETGROUPS_LIB here; now it's
17255         done via getgroups.m4's wrapper function.
17256         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17257         rather than just in sh-util/configure.in, so that the
17258         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17259         same.
17260         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17261         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17262         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17263         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17264         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17265         Remove code that is now done by the newly-required macros.
17266         Append $(EXEEXT) to DF_PROG.
17267         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17268         Do not invoke or require the following here,
17269         since prereq.m4 or some gnulib .m4 now does this for us:
17270         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17271         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17272         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17273         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17274         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17275         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17276         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17277         AC_FUNC_OBSTACK.
17278         Do not replace the following functions, as this is now the job
17279         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17280         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17281         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17282         atexit getpass, strdup, getpagesize.
17283         Replace 'raise'.
17284         Do not check for the following functions, as this is now the job
17285         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17286         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17287         setregid.
17288         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17289         Check for sys/sysctl.h.
17290         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17291         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17292         of checking for ssize_t ourselves.
17293
17294         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17295         Require every macro that gnulib/modules/* suggests for us.
17296         (jm_PREREQ_ADDEXT): New macro.
17297         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17298         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17299
17300         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17301         (gl_PHYSMEM): Use it.
17302         Also check for `table' function.
17303         Check for new headers and functions.
17304         Add check for sys/sysmp.h.
17305         With suggestions from Kaveh Ghazi.
17306         Ignore headers that are present but cannot be compiled.  This
17307         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17308         C 5.4.
17309
17310 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17311
17312         Document merge from coreutils.
17313         * modules/userspec: Depend on posixver.
17314         * modules/strftime: Depend on tzset.
17315
17316 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17317
17318         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17319         rather than tab, after '#' in shell-script copyright notices.
17320         Suggested by Bruno Haible.
17321
17322 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17323
17324         * config/srclist-update: Use three spaces, rather than tab, after '#'
17325         in shell-script copyright notices.  Suggested by Bruno Haible.
17326         Remove unnecessary parenthesization in regular expression.
17327
17328 2003-08-15  Jim Meyering  <jim@meyering.net>
17329
17330         Merge from coreutils.
17331         * lib/xgethostname.c: Include <stdlib.h>.
17332         (xghostname): Don't exit for anything other than memory-related
17333         failure; just return NULL.
17334         * lib/userspec.c: Include "posixver.h".
17335         (parse_user_spec): Accept `.' as a separator only
17336         in pre-POSIX-200112 mode.
17337         * lib/strtoimax.c: Use #elif rather than #else #if.
17338         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17339         Remove function, now that we can rely on a working tzset function.
17340         [!_LIBC]: Ensure that the required autoconf test has been run.
17341         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17342         Use underlying_strftime for %r.
17343         * lib/sha.c: Merge in some clean-up and optimization changes from
17344         glibc.
17345         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17346         Ensure that it is a multiple of 64.
17347         Rearrange loop exit tests so as to avoid performing an
17348         additional fread after encountering an error or EOF.
17349         * lib/realloc.c: Update copyright date.
17350
17351 2003-08-15  Jim Meyering  <jim@meyering.net>
17352         and Paul Eggert  <eggert@twinsun.com>
17353
17354         Merge from coreutils.
17355         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17356         member but strut utmpx does not.  Needed for AIX 4.3.3.
17357         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17358
17359 2003-08-15  Jim Meyering  <jim@meyering.net>
17360         and Paul Eggert  <eggert@cs.ucla.edu>
17361
17362         Merges from coreutils, etc.
17363         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17364         Require gl_FUNC_TZSET_CLOBBER.
17365         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17366         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17367         members.
17368
17369 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17370
17371         Help the merge from coreutils.
17372         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17373         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17374         * m4/tzset.m4: Use it too.
17375
17376 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17377
17378         * modules/tzset: New file.
17379
17380 2003-08-14  Jim Meyering  <jim@meyering.net>
17381
17382         Merges from coreutils.
17383         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17384         variable names, rather than @FNMATCH_H@.
17385         * modules/alloca: Likewise for $(ALLOCA_H).
17386
17387         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17388         the three copies of the literal target, `fnmatch.h'.
17389         * modules/alloca (alloca.h): Likewise.
17390
17391 2003-08-14  Jim Meyering  <jim@meyering.net>
17392
17393         Merge from coreutils.
17394         * m4/tzset.m4: New file.
17395         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17396         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17397         otherwise, AIX 5.1 systems would end up using the latter.
17398         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17399         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17400         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17401         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17402
17403 2003-08-14  Jim Meyering  <jim@meyering.net>
17404
17405         Merge from coreutils.
17406         * lib/obstack.h: Whitespace changes.
17407         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17408         and xcalloc return values.
17409         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17410         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17411         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17412         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17413         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17414         error from mntctl.
17415         Use mntctl's return value to drive the entry-processing loop, since
17416         we can't rely on the value of the vmt_length member in the last
17417         entry.  On some systems doing so could result in exhausting
17418         virtual memory.  Based in part on a patch from Mike Jetzer.
17419
17420 2003-08-14  Jim Meyering  <jim@meyering.net>
17421         and Paul Eggert  <eggert@twinsun.com>
17422
17423         Merges from coreutils, plus other fixes.
17424         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17425         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17426         for credits and details.  Thanks to Kaveh Ghazi for helping
17427         to keep these files in sync.
17428         (ARRAY_SIZE): Define it.
17429         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17430         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17431         (memcasecmp): Don't assume size_t fits in unsigned int.
17432         Remove casts and duplicate code.
17433         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17434         (memcpy): Remove definition.
17435         Merge in some clean-up and optimization changes from glibc.
17436         [BLOCKSIZE]: Move definition to top of file.
17437         Ensure that it is a multiple of 64.
17438         Rearrange loop exit tests so as to avoid performing an
17439         additional fread after encountering an error or EOF.
17440         * lib/md5.h (md5_uintptr): Define.
17441         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17442         return to the initial working directory.  Preserve errno
17443         for caller.
17444         * lib/idcache.c: Include "xalloc.h".
17445         (xmalloc, xrealloc): Remove decls.
17446         (getuser): Remove casts no longer required in C89.
17447         * lib/human.c: Include stdio.h, for sprintf.
17448         * lib/group-member.c: Include "xalloc.h".
17449         (xmalloc, xrealloc): Remove decls.
17450         (get_group_info): Remove casts no longer required in C89.
17451         * lib/getusershell.c (readname): Remove casts no longer required in
17452         C89.
17453         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17454         * lib/getline.c: Whitespace fix, from coreutils.
17455
17456 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17457
17458         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17459         Check for isascii.
17460
17461         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17462         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17463         Undo previous (whitespace-only) change.
17464
17465 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17466
17467         * lib/exclude.c: Include <ctype.h>
17468         (IN_CTYPE_DOMAIN): New macro.
17469         (is_space): New fn.
17470         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17471         and empty lines.
17472
17473         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17474         Undo previous (whitespace-only) change.
17475
17476 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17477
17478         * config/srclist-update: Change update back to the old behavior,
17479         leaving whitespace alone.  Use one 'sed' command rather than a
17480         pipeline.
17481         (fixlicense): Now a variable, not a function.
17482         (remove_trailing_blanks): Remove.
17483         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17484         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17485         Undo previous (whitespace-only) change.
17486
17487 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17488
17489         Merge from coreutils.
17490         * modules/euidaccess: Add lib_SOURCES, include for new
17491         file euidaccess.h
17492
17493 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17494
17495         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17496         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17497         Normalize leading white space and remove trailing white space.
17498
17499         Merge from coreutils
17500         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17501
17502         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17503         0.12.1.  These files are now being upgraded automatically by
17504         ../config/srclist-update.
17505
17506 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17507
17508         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17509         Normalize leading white space and remove trailing white space.
17510         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17511         notice, as per ../config/srclist-update.
17512
17513         Merge from coreutils.
17514         * lib/euidaccess.h: New file.
17515         * lib/euidaccess.c: Include it.
17516         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17517         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17518         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17519
17520 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17521
17522         * config/srclist-update: Add copyright notice.
17523         (remove_id_lines, remove_trailing_blanks): New constants.
17524         (fixfile): Use them to normalize spacing a bit in copied files.
17525         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17526         Normalize leading white space and remove trailing white space.
17527
17528         * config/texinfo.tex: Sync with texinfo.
17529
17530         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17531         strtoul.c from libc, to merge coreutils whitespace changes.
17532
17533         * config/srclist.txt: Get the following m4 files from gettext:
17534         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17535         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17536         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17537         wint_t.m4.
17538
17539 2003-08-12  Karl Berry  <karl@gnu.org>
17540
17541         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17542         been made.
17543
17544 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17545
17546         * modules/gnu-source, m4/gnu-source.m4:
17547         Remove; we're assuming Autoconf 2.54 or later now.
17548         Suggested by Bruno Haible.
17549         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17550
17551 2003-08-11  Bruno Haible  <bruno@clisp.org>
17552
17553         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17554
17555 2003-08-11  Bruno Haible  <bruno@clisp.org>
17556
17557         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17558         (vasnprintf): Use it instead of wcslen.
17559
17560 2003-08-11  Bruno Haible  <bruno@clisp.org>
17561
17562         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17563         value to ensure that _Bool promotes to int. Use #define for _Bool when
17564         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17565
17566 2003-08-10  Karl Berry  <karl@gnu.org>
17567
17568         * lib/regex.h: update from libc (whitespace fix).
17569
17570 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17571
17572         Merge some files from coreutils.  These changes were
17573         originally made by Jim Meyering.
17574         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17575         many older Unixes require this.
17576         * lib/alloca.c (alloca): Remove cast to argument of free;
17577         no longer needed in C89.
17578         * lib/alloca_.h, regex.h: Fix white space to match
17579         what GNU indent does.
17580
17581 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17582
17583         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17584         apparently Emacs's Unicode mode got confused before my 2003-08-05
17585         checkin.
17586
17587 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17588
17589         * m4/extensions.m4: New file.
17590         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17591         Require gl_USE_SYSTEM_EXTENSIONS.
17592         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17593         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17594
17595 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17596
17597         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17598         * modules/extensions, modules/gnu-source: New files.
17599         * modules/timespec, modules/unlocked-io: Depend on extensions.
17600
17601 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17602
17603         * modules/restrict: New file.
17604         * MODULES.html.sh (func_all_modules): Add restrict.
17605         * modules/regex: Depend on restrict.
17606
17607 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17608
17609         * m4/restrict.m4: New file.
17610         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17611
17612 2003-08-07  Bruno Haible  <bruno@clisp.org>
17613
17614         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17615         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17616
17617 2003-08-07  Bruno Haible  <bruno@clisp.org>
17618
17619         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17620         makes the module 'getndelim2' compatible with the module 'getline'.
17621
17622 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17623
17624         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17625         byte with "\201" to avoid glitches when editing that source file
17626         with multi-gnome-terminal.
17627
17628 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17629
17630         * lib/bumpalloc.h: Remove.
17631
17632 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17633
17634         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17635         * modules/bumpalloc: Remove.
17636
17637 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17638
17639         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17640         GNU coding style.
17641
17642         Merge from coreutils.
17643         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17644         1. From glibc.
17645         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17646         from Karl Berry, implemented by Jim Meyering.
17647         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17648         from Dmitry V. Levin.
17649         Remove anachronistic cast of xrealloc.
17650         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17651         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17652         type. Otherwise, it wouldn't compile with at least /bin/cc on
17653         ymp-cray-unicos9.0.2.X.
17654         Combine two mostly-identical uses of alloca into one.
17655         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17656
17657 2003-08-04  Dave Love  <d.love@dl.ac.uk>
17658
17659         [From Emacs.]
17660
17661         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17662         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17663         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17664         obsolete NLIST_NAME_UNION.
17665         [__GNU__]: Undef BSD and FSCALE.
17666         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17667
17668 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17669
17670         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17671         an enum type, so that it's guaranteed to promote to int.  See:
17672         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17673
17674 2003-08-03  Karl Berry  <karl@gnu.org>
17675
17676         * config/depcomp: update from automake.
17677
17678 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17679
17680         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17681         (strerror): Don't assume that a printable int fits in 14 bytes.
17682
17683 2003-07-31  Bruno Haible  <bruno@clisp.org>
17684
17685         * modules/getpass-gnu: New file.
17686         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17687
17688 2003-07-31  Bruno Haible  <bruno@clisp.org>
17689
17690         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17691
17692 2003-07-24  Karl Berry  <karl@gnu.org>
17693
17694         * config/missing: update from automake.
17695
17696 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17697             Bruno Haible  <bruno@clisp.org>
17698
17699         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17700         * lib/getline.c (getline, getdelim): Likewise.
17701         Remove _GNU_SOURCE define; now it's defined in config.h through
17702         m4/getline.m4.
17703
17704 2003-07-23  Karl Berry  <karl@gnu.org>
17705
17706         * config/config.sub: update from prep.
17707
17708 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17709
17710         * modules/xalloc (Depends-on): Add exitfail.
17711         * modules/xmemcoll: Likewise.
17712
17713 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17714
17715         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17716         over-parenthesization in macros.
17717
17718         Sync with coreutils.
17719
17720         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17721         required by C99.
17722
17723         Use `exit_failure' for xalloc and xmemcoll instead of their own
17724         private exit-failure variables.
17725         * lib/xalloc.h (xalloc_exit_failure): Remove.
17726         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17727         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17728         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17729         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17730         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17731
17732 2003-07-20  Jim Meyering  <jim@meyering.net>
17733
17734         * modules/closeout (Depends-on): Add exitfail.
17735         Suggestion from Bruno Haible.
17736
17737 2003-07-19  Karl Berry  <karl@gnu.org>
17738
17739         * config/config.sub: update from prep.
17740
17741 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17742
17743         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17744         Remove.
17745         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17746         to test that it can stand by itself.  Include "exitfail.h".
17747         Clients should set exit_failure instead.
17748         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17749
17750 2003-07-18  Bruno Haible  <bruno@clisp.org>
17751
17752         * modules/getndelim2: New file.
17753         * modules/getline: Share files with module getndelim2.
17754         * modules/getnline: Depend on getndelim2 instead of sharing files with
17755         it. Add getnline.c to lib_SOURCES.
17756         * MODULES.html.sh (func_all_modules): Add getndelim2.
17757
17758 2003-07-18  Bruno Haible  <bruno@clisp.org>
17759
17760         * m4/getndelim2.m4: New file.
17761         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17762         invoke gl_PREREQ_GETNDELIM2.
17763         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17764         gl_PREREQ_GETNDELIM2.
17765         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17766         gl_GETNDELIM2.
17767
17768 2003-07-18  Bruno Haible  <bruno@clisp.org>
17769
17770         * lib/getndelim2.h: New file.
17771         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17772         getndelim2.h.
17773         (getndelim2): Make non-static. Change return type to ssize_t.
17774         * lib/getline.h: Change argument names.
17775         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17776         * lib/getnline.c: Include getndelim2.h.
17777
17778 2003-07-18  Andreas Schwab  <schwab@suse.de>
17779
17780         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17781
17782 2003-07-17  Karl Berry  <karl@gnu.org>
17783
17784         * config/config.sub: update from prep.
17785
17786 2003-07-17  Bruno Haible  <bruno@clisp.org>
17787
17788         * modules/getnline: New file.
17789         * modules/getline: Add lib/getndelim2.c to source file list.
17790         * MODULES.html.sh (func_all_modules): Add getnline.
17791
17792 2003-07-17  Bruno Haible  <bruno@clisp.org>
17793
17794         * m4/getnline.m4: New file.
17795
17796 2003-07-17  Bruno Haible  <bruno@clisp.org>
17797
17798         * m4/Makefile.am.in: Remove file.
17799         * m4/Makefile.am: Remove file.
17800         * m4/Makefile.in: Remove file.
17801
17802 2003-07-17  Bruno Haible  <bruno@clisp.org>
17803
17804         * lib/getnline.h: New file.
17805         * lib/getnline.c: New file.
17806         * lib/getndelim2.c: New file, extracted from getline.c.
17807         (getndelim2): Renamed from getdelim2, with added nmax argument.
17808         * lib/getline.c: Include getndelim2.c.
17809         (getdelim2): Moved out to getndelim2.c.
17810         (getline, getdelim): Update.
17811
17812 2003-07-17  Bruno Haible  <bruno@clisp.org>
17813
17814         * lib/Makefile.am: Remove file.
17815         * lib/Makefile.in: Remove file.
17816
17817 2003-07-17  Bruno Haible  <bruno@clisp.org>
17818
17819         * configure.in: Remove file.
17820         * Makefile.in: Remove file.
17821
17822 2003-07-17  Bruno Haible  <bruno@clisp.org>
17823
17824         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17825
17826 2003-07-16  Karl Berry  <karl@gnu.org>
17827
17828         * config/srclist-update: was running fixlicense twice, which caused
17829                 texinfo.tex to be nullified for some reason.  Simplify,
17830                 $gplsrc is no longer needed as far as I can see?
17831
17832 2003-07-16  Jim Meyering  <jim@meyering.net>
17833
17834         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17835
17836 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17837
17838         * config/srclist.txt: Get the following files from gettext-runtime/intl
17839         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17840         ref-del.sin.  From Bruno Haible.
17841         * config/srclist-update (fixfile): Change grep pattern again, since the
17842         previous fix didn't work (there was another trailing $).  Use
17843         '[$]' to escape the $s.
17844
17845 2003-07-15  Karl Berry  <karl@gnu.org>
17846
17847         * lib/vasnprintf.c: update from gettext.
17848
17849 2003-07-15  Karl Berry  <karl@gnu.org>
17850
17851         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17852         gets expanded when surrounded by '$'.
17853
17854 2003-07-15  Jim Meyering  <jim@meyering.net>
17855
17856         * modules/save-cwd: Don't depend on error.  From Derek Price.
17857
17858 2003-07-15  Jim Meyering  <jim@meyering.net>
17859
17860         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17861
17862 2003-07-14  Simon Josefsson  <jas@extundo.com>
17863
17864         * modules/mempcpy: New file.
17865         * MODULES.html.sh (func_all_modules): Add mempcpy.
17866
17867 2003-07-14  Simon Josefsson  <jas@extundo.com>
17868
17869         * m4/mempcpy.m4: New file.
17870
17871 2003-07-14  Simon Josefsson  <jas@extundo.com>
17872
17873         * lib/mempcpy.h: New file.
17874         * lib/mempcpy.c: New file.
17875
17876 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17877
17878         * modules/getdate, modules/posixtm: Depend on mktime.
17879
17880 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17881
17882         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
17883         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
17884         unicodeio.c, unicodeio.h, unlocked-io.h:
17885         Switch from LGPL to GPL.
17886
17887 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17888
17889         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
17890         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
17891         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
17892         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
17893         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
17894         updated automatically by ../config/srclist-update.  This changes
17895         their license from LPGL to GPL.
17896
17897 2003-07-14  Paul Eggert  <eggert@twinsun.com>
17898
17899         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
17900         assumed to refer to the root of the most recent stable gettext version.
17901         * config/srclistvars.sh: Add defaults for eggert.
17902         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
17903         Match "This program" as well as "The program".  This is needed
17904         for gettext.
17905
17906 2003-07-14  Jim Meyering  <jim@meyering.net>
17907
17908         Don't emit diagnostics.  Let callers do that.
17909         * lib/save-cwd.c: Don't include "error.h".
17910         (save_cwd): Don't call error.  Ensure that errno is valid
17911         when returning nonzero.
17912
17913         * lib/save-cwd.h (restore_cwd): Update prototype.
17914         * lib/save-cwd.c (restore_cwd): Remove two parameters.
17915         Simplify.  Don't call error upon failure.  Let callers do that.
17916         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
17917         when auditing is enabled.  But don't bother updating the #if.
17918
17919 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
17920
17921         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
17922         it breaks C++ compilation.
17923         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
17924
17925 2003-07-10  Simon Josefsson  <jas@extundo.com>
17926
17927         * modules/strchrnul (Makefile.am): Add strchrnul.h.
17928
17929 2003-07-10  Jim Meyering  <jim@meyering.net>
17930
17931         * m4/clock_time.m4: Remove trailing blank.
17932         * m4/intmax_t.m4: Likewise.
17933
17934 2003-07-10  Jim Meyering  <jim@meyering.net>
17935
17936         * lib/vasnprintf.c: Remove trailing blanks.
17937         Make cpp indentation consistent.
17938
17939 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17940
17941         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
17942         posixver.c, strftime.c, strnlen.c, strverscmp.c:
17943         Switch from LGPL to GPL.
17944
17945 2003-07-09  Paul Eggert  <eggert@twinsun.com>
17946
17947         * config/srclist.txt: Sort sublists.  Add
17948         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
17949         that differ from gnulib for one reason or another; we'd like this list
17950         to be smaller but for now let's document what we have.
17951
17952 2003-07-08  Paul Eggert  <eggert@twinsun.com>
17953
17954         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
17955         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
17956         and sweeter "eval x=$x".
17957         * config/srclist.txt: Get lib/argp* from glibc.
17958
17959 2003-07-07  Paul Eggert  <eggert@twinsun.com>
17960
17961         * lib/mktime.c: Fix some boundary cases and remove need for floating
17962         point.
17963
17964         Issue a compile-time diagnostic if time_t is floating point, or if
17965         two's complement arithmetic is not in effect, or if arithmetic
17966         right shift does not propagate the sign.  These assumptions were
17967         all in the original code but they weren't checked.
17968
17969         (TIME_T_MIDPOINT, verify): New macros.
17970         (__isleap): Remove; it has integer overflow problems.
17971         (leapyear): New function, without those problems.
17972         (ydhms_tm_diff): Remove; splitting into two parts.
17973         (ydhms_diff): New function, containing the arithmetic part of
17974         the old ydhms_tm_diff function.  Issue a compile-time
17975         diagnostic if we are not using C99 integer division.
17976         Avoid casts when possible.
17977         (guess_time_tm): New function, containing the checking part of
17978         the old ydhms_tm_diff function.  Return the new value, rather than
17979         the difference between it and the old.  Accept a new argument T
17980         so that *T specifies the old value.  Check for overflow in the result.
17981
17982         (__mktime_internal): Use a time_t offset, not a long int offset.
17983         This undoes the 2003-06-04 change, which is no longer needed now
17984         that we have better overflow checking.
17985         (localtime_offset): Likewise.
17986
17987         (__mktime_internal): Avoid harmful overflow on hosts where time_t
17988         and long are 64-bit but int is only 32-bit.
17989         (ydhms_diff): Use long int to store year1 and yday1.
17990         Issue a compile-time diagnostic if long int is not wide enough.
17991
17992         (__mktime_internal): Use long int to store adjusted year and yday.
17993         Use plain C rather than preprocessor commands, if that doesn't
17994         affect efficiency.
17995         Check for overflow (and try to repair) after each probe
17996         rather than checking only at the very end.  This avoids some bugs
17997         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
17998         does not equal GMT offset at maximum time).
17999         Use integer to check for overflow rather than floating point; this
18000         is more portable to non-IEEE hosts, and is a tad faster.
18001         When we detect that we are oscillating between two values,
18002         don't check whether tm_isdst has the requested value, since
18003         we already know the answer.  When tm_isdst has the wrong value,
18004         use a different heuristic to find the right one, based on the
18005         extreme values actually observed in practice in tz2003a,
18006         rather than the (overly optimistic) "previous 3 calendar quarters".
18007
18008         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18009         "T const" to accommodate glibc style.
18010         (check_result): Use less-confusing report format.  "long" -> "long int.
18011         (main): Likewise.
18012         Don't loop if the iteration overflows time_t.
18013         Allow a negative step in the iteration.
18014
18015 2003-07-06  Karl Berry  <karl@gnu.org>
18016
18017         * config/depcomp: update from automake.
18018         * config/config.sub: update from prep.
18019
18020 2003-07-03  Karl Berry  <karl@gnu.org>
18021
18022         * config/config.guess: update from prep.
18023
18024 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18025
18026         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18027         xreadlink.c now includes it unconditionally.
18028
18029 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18030
18031         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18032         having it depend on HAVE_SYS_TYPES_H.
18033
18034 2003-07-01  Bruno Haible  <bruno@clisp.org>
18035
18036         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18037         <sys/types.h> should be sufficient.
18038         Reported by Paul Eggert.
18039
18040 2003-06-26  Karl Berry  <karl@gnu.org>
18041
18042         * config/depcomp: update from automake.
18043
18044 2003-06-26  Bruno Haible  <bruno@clisp.org>
18045
18046         * modules/human: Depend on module stdbool.
18047
18048 2003-06-25  Bruno Haible  <bruno@clisp.org>
18049
18050         * modules/readlink: New file.
18051         * modules/xreadlink: Depend on it.
18052         * MODULES.html.sh (func_all_modules): Add readlink.
18053
18054 2003-06-25  Bruno Haible  <bruno@clisp.org>
18055
18056         * m4/readlink.m4: New file.
18057
18058 2003-06-25  Bruno Haible  <bruno@clisp.org>
18059
18060         * lib/readlink.c: New file.
18061
18062 2003-06-22  Karl Berry  <karl@gnu.org>
18063
18064         * config/srclist.txt: update mkinstalldirs from automake.
18065         * config/mkinstalldirs: update.
18066
18067 2003-06-22  Bruno Haible  <bruno@clisp.org>
18068
18069         Portability to mingw32.
18070         * m4/ssize_t.m4: New file, from GNU gettext.
18071         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18072         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18073
18074 2003-06-22  Bruno Haible  <bruno@clisp.org>
18075
18076         * modules/safe-read: Add m4/ssize_t.m4.
18077         * modules/xreadlink: Add m4/ssize_t.m4.
18078
18079 2003-06-20  Bruno Haible  <bruno@clisp.org>
18080
18081         Assume C89, so PARAMS isn't needed.
18082         * lib/unicodeio.h (PARAMS): Remove.
18083         * lib/unicodeio.c: Don't use PARAMS.
18084
18085 2003-06-18  Karl Berry  <karl@gnu.org>
18086
18087         * config/config.{guess,sub}: update from prep.
18088
18089 2003-06-18  Jim Meyering  <jim@meyering.net>
18090
18091         Merge changes from coreutils.
18092         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18093         Remove explicit declarations of xmalloc and realloc.
18094         Include xalloc.h.
18095         (read_utmp): Remove anachronistic cast of xmalloc.
18096
18097 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18098
18099         Assume C89, so PARAMS isn't needed.
18100         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18101         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18102         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18103         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18104         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18105         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18106         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18107         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18108         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18109         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18110         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18111         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18112         no longer needed. Anyway, config.h should always be included before any
18113         other file.
18114
18115 2003-06-11  Simon Josefsson  <jas@extundo.com>
18116
18117         * modules/sysexits: New file.
18118         * MODULES.html.sh (func_all_modules): Add sysexits.
18119
18120 2003-06-11  Simon Josefsson  <jas@extundo.com>
18121
18122         * lib/sysexit_.h: New file.
18123
18124 2003-06-11  Derek Price  <derek@ximbiot.com>
18125
18126         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18127         necessary.
18128
18129 2003-06-11  Bruno Haible  <bruno@clisp.org>
18130
18131         * m4/sysexits.m4: New file.
18132
18133 2003-06-10  Simon Josefsson  <jas@extundo.com>
18134
18135         * lib/argp.h: New file, from glibc.
18136         * lib/argp-ba.c: New file, from glibc.
18137         * lib/argp-eexst.c: New file, from glibc.
18138         * lib/argp-fmtstream.c: New file, from glibc.
18139         * lib/argp-fmtstream.h: New file, from glibc.
18140         * lib/argp-fs-xinl.c: New file, from glibc.
18141         * lib/argp-help.c: New file, from glibc.
18142         * lib/argp-namefrob.h: New file, from glibc.
18143         * lib/argp-parse.c: New file, from glibc.
18144         * lib/argp-pv.c: New file, from glibc.
18145         * lib/argp-pvh.c: New file, from glibc.
18146         * lib/argp-xinl.c: New file, from glibc.
18147
18148 2003-06-10  Simon Josefsson  <jas@extundo.com>
18149
18150         * modules/strchrnul: New file.
18151
18152 2003-06-10  Simon Josefsson  <jas@extundo.com>
18153
18154         * modules/argp: New file.
18155
18156 2003-06-10  Simon Josefsson  <jas@extundo.com>
18157
18158         * m4/strchrnul.m4: New file.
18159
18160 2003-06-10  Simon Josefsson  <jas@extundo.com>
18161
18162         * lib/strchrnul.h: New file.
18163         * lib/strchrnul.c: New file.
18164
18165 2003-06-10  Bruno Haible  <bruno@clisp.org>
18166
18167         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18168
18169 2003-06-07  Karl Berry  <karl@gnu.org>
18170
18171         * config/config.{guess,sub}: update from prep.
18172
18173 2003-06-07  Jim Meyering  <jim@meyering.net>
18174
18175         * modules/strtod: Use $(...) notation, not @...@ for
18176         AC_REPLACE'd variables.
18177         * modules/localcharset: Likewise.
18178
18179 2003-06-07  Jim Meyering  <jim@meyering.net>
18180
18181         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18182         in place of my name in the copyright comment.
18183         Remove definition and uses of __P.
18184
18185         From coreutils.
18186         * lib/stat.c: Don't declare xmalloc explicitly.
18187         Instead, include "xalloc.h".
18188         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18189         xrealloc, and xcalloc return values.
18190         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18191         Improve comment.
18192         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18193
18194 2003-06-07  Bruno Haible  <bruno@clisp.org>
18195
18196         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18197         avoid AC_CONFIG_LINKS.
18198         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18199         fnmatch.h, to avoid AC_CONFIG_LINKS.
18200         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18201
18202 2003-06-07  Bruno Haible  <bruno@clisp.org>
18203
18204         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18205         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18206         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18207         directory.
18208         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18209         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18210         directory.
18211
18212 2003-06-06  Jim Meyering  <jim@meyering.net>
18213
18214         Merge from coreutils.
18215         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18216         Consolidate declarations and initializations of *_base* locals.
18217
18218         Merge from coreutils.
18219         This avoids a core dump on systems without GNU putenv,
18220         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18221         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18222         (unsetenv): New static function, from GNU libc.
18223         (rpl_putenv): Use it.
18224
18225         * lib/modechange.c: Remove trailing blanks.
18226
18227         Merge from coreutils.
18228         * lib/fsusage.c: Remove declaration of statfs.
18229         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18230
18231         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18232
18233 2003-06-06  Jim Meyering  <jim@meyering.net>
18234
18235         * lib/stdbool_.h: Renamed from stdbool.h.in.
18236
18237 2003-06-06  Jim Meyering  <jim@meyering.net>
18238             Bruno Haible  <bruno@clisp.org>
18239
18240         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18241         Adjust Makefile.am snippet not to redirect directly to target.
18242         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18243
18244 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18245
18246         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18247         mismatch, look in future quarters as well as past.  This fixes a
18248         bug when processing fall-backwards gaps immediately after a long
18249         period of daylight-saving time.
18250
18251         * lib/mktime.c: Assume freestanding C89 or better.
18252         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18253         (__P): Remove; not used.
18254         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18255         (mktime, not_equal_tm, print_tm, check_result,
18256         main): Use prototypes.  Use const * where appropriate.
18257         (main): Fix typo in testing code that uncovered by above changes.
18258         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18259
18260 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18261
18262         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18263         locale.h, localeconv.  This merges changes from coreutils.
18264
18265         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18266         It can be removed after the next Autoconf is released.
18267         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18268         needed.
18269
18270 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18271
18272         * lib/mktime.c: Fix Debian bug 177940
18273         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18274         (localtime_offset): Now long int, not time_t, because we want it
18275         to be guaranteed to be signed.  All uses changed.
18276         (__mktime_internal): If overflow would occur when adding offset,
18277         don't add it.
18278
18279         Merge 'human' changes from coreutils.  Rewrite to support
18280         locale-specific notations like thousands separators.
18281         * lib/human.c: Simplify authorship notice.
18282         Include human.h immediately after config.h.
18283         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18284         <limits.h>: Do not include, since human.h does.
18285         (SIZE_MAX, UINTMAX_MAX): New macros.
18286         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18287         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18288         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18289         (power_letter): Renamed from suffixes.
18290         (generate_suffix_backwards): Remove.
18291         (adjust_value): Now takes int style (because of human.h changes)
18292         and long double value (for greater precision on some platforms).
18293         (group_number): New function.
18294         (human_readable): Use it.  Use integer options, not enum.
18295         Put the options before the sizes in the arg list.
18296         Support all the new options.
18297         The old human_readable function has been removed;
18298         use inttostr.h instead.
18299         (human_readable, default_block_size, humblock):
18300         Use uintmax_t, not int, for block sizes.
18301         (human_readable_inexact, block_size_types): Remove.
18302         (block_size_opts): New constant.
18303         (human_options): Renamed from human_block_size, with new signature
18304         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18305         * lib/human.h: Add copyright and authorship notice.
18306         Include <limits.h> and <stdbool.h> unconditionally.
18307         (PARAMS): Remove.  All uses removed.
18308         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18309         (enum human_inexact_style): Remove tag; now a nameless enum.
18310         (human_floor, human_ceiling, human_round_to_even): Now have
18311         values 2, 0, 1 rather than -1, 1, 0.
18312         (human_group_digits, human_suppress_point_zero, human_autoscale,
18313         human_base_1024, human_SI, human_B): New constants.
18314         (human_readable_inexact, human_block_size): Remove.
18315         (human_readable): Size args are now uintmax_t, not int.
18316         (human_options): New decl.
18317
18318         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18319         unnecessary now that we assume C89 or better.  This change
18320         imported from coreutils.
18321
18322         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18323         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18324         in the 2003-05-30 sync from glibc.
18325
18326         .h files should stand alone, but we shouldn't include <sys/types.h>
18327         if we can get away with just <stddef.h>.
18328
18329         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18330         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18331         rather than <sys/types.h>, as we merely need size_t.
18332         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18333         to get size_t.
18334         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18335         Include <stdio.h>, to get FILE.
18336         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18337         memcasecmp.h has included <stddef.h> and all we need is size_t.
18338         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18339         our interface, instead of including <sys/types.h>
18340
18341 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18342
18343         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18344         now, as glibc mktime is buggy on non-glibc systems.
18345
18346 2003-06-03  Karl Berry  <karl@gnu.org>
18347
18348         * config/config.sub: update from prep.
18349
18350 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18351
18352         [from coreutils]
18353         Fix some minor time-related bugs with POSIX time arguments.
18354         Some valid time stamps were being rejected (notably -1, and
18355         time stamps before 1900 on 64-bit hosts).  And some invalid
18356         time stamps were being accepted, e.g. September 31.
18357
18358         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18359         that we can return (time_t) -1 successfully.
18360         * lib/posixtm.c: Likewise.
18361         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18362         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18363         (t): Remove static var.
18364         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18365         of static var.  All uses changed.
18366         (year): Do not reject years before 1900; they can occur with
18367         64-bit time_t.
18368         (posix_time_parse): Do not check for out-of-range components;
18369         that is now the caller's responsibility, since our checks were
18370         only approximations.
18371         (posixtime): Use mktime to check for out-of-range components,
18372         since it knows them exactly.
18373         If mktime returns (time_t) -1, check whether an error actually occurred
18374         by invoking localtime on -1.
18375         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18376         posixtime failures better.
18377         Improve the test data (in comments only).
18378
18379 2003-06-02  Karl Berry  <karl@gnu.org>
18380
18381         * config/mkinstalldirs (version): new variable.
18382         (--version): new option.
18383         (usage): improve message.
18384
18385 2003-05-30  Karl Berry  <karl@gnu.org>
18386
18387         * lib/mktime.c: update from libc.
18388
18389 2003-05-30  Bruno Haible  <bruno@clisp.org>
18390
18391         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18392         * config/config.rpath: Upgrade to gettext-0.12.1.
18393
18394 2003-05-30  Bruno Haible  <bruno@clisp.org>
18395
18396         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18397         * m4/nls.m4: New file, from gettext-0.12.1.
18398         * m4/po.m4: New file, from gettext-0.12.1.
18399         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18400
18401 2003-05-30  Bruno Haible  <bruno@clisp.org>
18402
18403         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18404         * lib/localcharset.h: Likewise.
18405         * lib/localcharset.c: Likewise.
18406
18407 2003-05-29  Karl Berry  <karl@gnu.org>
18408
18409         * config/config.rpath: update from gettext.
18410
18411 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18412
18413         Assume the headers required for C89 freestanding compilers.
18414         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18415         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18416         * m4/human.m4 (gl_HUMAN): Likewise.
18417         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18418         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18419         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18420         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18421         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18422         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18423
18424 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18425
18426         Assume the headers required for C89 freestanding compilers.
18427         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18428         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18429         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18430         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18431         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18432         define, since <limits.h> is guaranteed to do that.
18433         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18434         * lib/exclude.c: Include <stdbool.h> unconditionally.
18435         * lib/tempname.c: Include <stddef.h> unconditionally.
18436         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18437         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18438         <stddef.h> does that.
18439         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18440         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18441         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18442         needed.
18443         * lib/xstrtol.c: Likewise.
18444         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18445         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18446
18447         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18448         warnings on some platforms.
18449
18450         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18451         arbitrarily.
18452
18453 2003-05-26  Jim Meyering  <jim@meyering.net>
18454
18455         Merge in a change from coreutils:
18456         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18457         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18458         that condition, rather than `-1' which is slightly misleading.
18459         Change the name of the cache variable to have the gl_ prefix.
18460         Prompted by a patch from Richard Dawe for DJGPP.
18461
18462 2003-05-24  Karl Berry  <karl@gnu.org>
18463
18464         * config/config.guess: update from prep.
18465
18466 2003-05-22  Karl Berry  <karl@gnu.org>
18467
18468         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18469
18470 2003-05-20  Karl Berry  <karl@gnu.org>
18471
18472         * config/config.guess: update from prep.
18473
18474 2003-05-18  Karl Berry  <karl@gnu.org>
18475
18476         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18477         might actually be set by the user.
18478
18479         * config/depcomp, install-sh, mdate-sh: update from automake.
18480
18481 2003-05-17  Bruno Haible  <bruno@clisp.org>
18482
18483         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18484         invalid expansion for AC_EGREP_CPP.
18485         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18486         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18487         Suggested by Akim Demaille <akim@epita.fr> in
18488         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18489
18490 2003-05-12  Jim Meyering  <jim@meyering.net>
18491
18492         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18493         the space-padded-by-default conversion specifiers, %e, %k, %l.
18494
18495 2003-05-12  Bruno Haible  <bruno@clisp.org>
18496
18497         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18498         the string is longer than 4 KB.
18499
18500 2003-05-11  Karl Berry  <karl@gnu.org>
18501
18502         * config/config.{guess,sub}: update from prep.
18503
18504 2003-05-09  Bruno Haible  <bruno@clisp.org>
18505
18506         * modules/error: Add m4/strerror_r.m4 to file list.
18507
18508 2003-05-03  Bruno Haible  <bruno@clisp.org>
18509
18510         Upgrade to Unicode-4.0.
18511         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18512         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18513         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18514         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18515         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18516         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18517         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18518         Change width of U+E0100..U+E01EF from 1 to 0.
18519
18520 2003-04-25  Jim Meyering  <jim@meyering.net>
18521
18522         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18523         of type size_t, not int.
18524
18525 2003-04-25  Bruno Haible  <bruno@clisp.org>
18526
18527         * lib/copy-file.c: Include <stddef.h>, for size_t.
18528
18529 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18530
18531         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18532         code which expansion is under static control.  Patch imported from
18533         Akim Demaille's patch to Bison; see
18534         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18535
18536 2003-04-14  Bruno Haible  <bruno@clisp.org>
18537
18538         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18539
18540 2003-04-11  Jim Meyering  <jim@meyering.net>
18541
18542         Merge changes from Coreutils.
18543
18544         2003-03-22  Jim Meyering  <jim@meyering.net>
18545
18546         * lib/strftime.c (widen): Cast alloca return value to proper type.
18547
18548         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18549
18550         From GNU libc.
18551         * lib/strftime.c (my_strftime): Handle very large width
18552         specifications for numeric values correctly.  Improve checks for
18553         overflow.
18554
18555         2003-01-19  Jim Meyering  <jim@meyering.net>
18556
18557         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18558         definitions.
18559         (nl_get_alt_digit) [! defined my_strftime]: Define.
18560         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18561         _nl_get_alt_digit and _nl_get_walt_digit.
18562
18563         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18564         libc. These changes have no effect outside of _LIBC.
18565
18566 2003-04-10  Bruno Haible  <bruno@clisp.org>
18567
18568         * modules/findprog: New file.
18569         * MODULES.html.sh (func_all_modules): Add it.
18570
18571 2003-04-10  Bruno Haible  <bruno@clisp.org>
18572
18573         * m4/findprog.m4: New file.
18574         * m4/eaccess.m4: New file.
18575
18576 2003-04-10  Bruno Haible  <bruno@clisp.org>
18577
18578         * lib/findprog.h: New file, from GNU gettext.
18579         * lib/findprog.c: New file, from GNU gettext.
18580
18581 2003-04-05  Jim Meyering  <jim@meyering.net>
18582
18583         Merge changes from Coreutils.
18584
18585         * lib/exclude.h (PARAMS): Remove definition and uses.
18586         * lib/exclude.c: Remove uses of `PARAMS'.
18587
18588         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18589         Add test-cases for DOS filenames. Declare program_name.
18590         (main): Set up program_name.  Patch by Rich Dawe.
18591
18592         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18593         error from mntctl.
18594         Use mntctl's return value to drive the entry-processing loop, since
18595         we can't rely on the value of the vmt_length member in the last
18596         entry.  On some systems doing so could result in exhausting
18597         virtual memory.  Based in part on a patch from Mike Jetzer.
18598
18599 2003-04-04  Bruno Haible  <bruno@clisp.org>
18600
18601         * modules/linebreak: New file.
18602         * MODULES.html.sh (func_all_modules): Add it.
18603
18604 2003-04-04  Bruno Haible  <bruno@clisp.org>
18605
18606         * m4/linebreak.m4: New file.
18607
18608 2003-04-04  Bruno Haible  <bruno@clisp.org>
18609
18610         * lib/linebreak.h: New file, from GNU gettext.
18611         * lib/linebreak.c: New file, from GNU gettext with slight
18612         modifications.
18613         * lib/lbrkprop.h: New file, from GNU gettext.
18614
18615 2003-04-03  Bruno Haible  <bruno@clisp.org>
18616
18617         * modules/utf8-ucs4: New file.
18618         * modules/utf16-ucs4: New file.
18619         * modules/ucs4-utf8: New file.
18620         * modules/ucs4-utf16: New file.
18621         * MODULES.html.sh (func_all_modules): Add them.
18622
18623 2003-04-03  Bruno Haible  <bruno@clisp.org>
18624
18625         * m4/utf-ucs4.m4: New file.
18626         * m4/ucs4-utf.m4: New file.
18627
18628 2003-04-03  Bruno Haible  <bruno@clisp.org>
18629
18630         * lib/utf8-ucs4.h: New file, from GNU gettext.
18631         * lib/utf16-ucs4.h: New file, from GNU gettext.
18632         * lib/ucs4-utf8.h: New file, from GNU gettext.
18633         * lib/ucs4-utf16.h: New file, from GNU gettext.
18634
18635 2003-04-02  Bruno Haible  <bruno@clisp.org>
18636
18637         * modules/binary-io: New file.
18638         * MODULES.html.sh (func_all_modules): Add it.
18639
18640 2003-04-02  Bruno Haible  <bruno@clisp.org>
18641
18642         * lib/binary-io.h: New file, from GNU gettext.
18643
18644 2003-04-01  Bruno Haible  <bruno@clisp.org>
18645
18646         * modules/pathname: New file.
18647         * MODULES.html.sh (func_all_modules): Add it.
18648
18649 2003-04-01  Bruno Haible  <bruno@clisp.org>
18650
18651         * lib/pathname.h: New file, from GNU gettext.
18652         * lib/concatpath.c: New file, from GNU gettext.
18653
18654 2003-03-30  Bruno Haible  <bruno@clisp.org>
18655
18656         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18657
18658 2003-03-30  Bruno Haible  <bruno@clisp.org>
18659
18660         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18661         function chown() doesn't exist.
18662
18663 2003-03-28  Bruno Haible  <bruno@clisp.org>
18664
18665         * modules/copy-file: New file.
18666         * MODULES.html.sh (func_all_modules): Add it.
18667
18668 2003-03-28  Bruno Haible  <bruno@clisp.org>
18669
18670         * m4/copy-file.m4: New file.
18671
18672 2003-03-28  Bruno Haible  <bruno@clisp.org>
18673
18674         * lib/copy-file.h: New file, from GNU gettext.
18675         * lib/copy-file.c: New file, from GNU gettext.
18676
18677 2003-03-18  Jim Meyering  <jim@meyering.net>
18678
18679         * lib/quote.c (quote_n): Fix typo in comment.
18680
18681 2003-03-18  Bruno Haible  <bruno@clisp.org>
18682
18683         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18684         checking.
18685         * m4/onceonly_2_57.m4: Likewise.
18686
18687 2003-03-17  Bruno Haible  <bruno@clisp.org>
18688
18689         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18690         (m4_quote): Remove macro.
18691         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18692
18693 2003-03-14  Jim Meyering  <jim@meyering.net>
18694
18695         Merge changes from Coreutils.
18696         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18697         to be const, in order to avoid warnings.
18698         (obstack_room): Likewise.
18699         (obstack_empty_p): Likewise.
18700
18701 2003-03-14  Bruno Haible  <bruno@clisp.org>
18702
18703         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18704         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18705
18706 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18707
18708         Merge changes from Bison.
18709         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18710         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18711         when compiling Bison 1.875's `bitset bset = obstack_alloc
18712         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18713         * lib/hash.c: Include <stdbool.h> unconditionally.
18714
18715 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18716
18717         * m4/onceonly.m4 (m4_quote): New macro.
18718         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18719         Quote AC_FOREACH variable-expansions properly.
18720
18721 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18722
18723         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18724
18725 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18726
18727         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18728         Reported by Bruce Becker; see:
18729         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18730
18731 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18732             Bruno Haible  <bruno@clisp.org>
18733
18734         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18735         Reported by John Hughes, see
18736         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18737
18738 2003-02-20  Bruno Haible  <bruno@clisp.org>
18739
18740         * MODULES.html.sh (func_all_modules): Add poll.
18741
18742 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18743
18744         * modules/poll: New file.
18745
18746 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18747
18748         * lib/poll_.h: New file.
18749         * lib/poll.c: New file.
18750
18751 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18752
18753         * m4/poll.m4: New file.
18754
18755 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18756
18757         * modules/mathl: New file.
18758
18759 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18760
18761         * lib/mathl.h: New file.
18762         * lib/acosl.c: New file.
18763         * lib/asinl.c: New file.
18764         * lib/atanl.c: New file.
18765         * lib/ceill.c: New file.
18766         * lib/cosl.c: New file.
18767         * lib/expl.c: New file.
18768         * lib/floorl.c: New file.
18769         * lib/frexpl.c: New file.
18770         * lib/ldexpl.c: New file.
18771         * lib/logl.c: New file.
18772         * lib/sincosl.c: New file.
18773         * lib/sinl.c: New file.
18774         * lib/sqrtl.c: New file.
18775         * lib/tanl.c: New file.
18776         * lib/trigl.c: New file.
18777         * lib/trigl.h: New file.
18778
18779 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18780
18781         * m4/mathl.m4: New file.
18782
18783 2003-02-18  Bruno Haible  <bruno@clisp.org>
18784
18785         * MODULES.html.sh (func_all_modules): Add mathl.
18786
18787 2003-02-17  Bruno Haible  <bruno@clisp.org>
18788
18789         * modules/mkdtemp: New module.
18790         * MODULES.html.sh (func_all_modules): Add it.
18791
18792 2003-02-17  Bruno Haible  <bruno@clisp.org>
18793
18794         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18795
18796 2003-02-17  Bruno Haible  <bruno@clisp.org>
18797
18798         * lib/mkdtemp.h: New file, from GNU gettext.
18799         * lib/mkdtemp.c: New file, from GNU gettext.
18800
18801 2003-02-02  Jim Meyering  <jim@meyering.net>
18802
18803         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18804         e.g. glibc-2.2.93.
18805
18806 2003-01-31  Bruno Haible  <bruno@clisp.org>
18807
18808         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18809         'rpl_rename'.
18810         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18811         'rpl_strnlen'.
18812         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18813         'rpl_strtod'.
18814         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18815         'rpl_utime'.
18816
18817 2003-01-31  Bruno Haible  <bruno@clisp.org>
18818
18819         * lib/rename.c: #undef rename before defining rpl_rename.
18820         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18821
18822 2003-01-30  Bruno Haible  <bruno@clisp.org>
18823
18824         * modules/vasnprintf, modules/vasprintf: New modules.
18825         * MODULES.html.sh (func_all_modules): Add them.
18826
18827 2003-01-30  Bruno Haible  <bruno@clisp.org>
18828
18829         * m4/signed.m4: New file, from GNU gettext.
18830         * m4/longdouble.m4: New file, from GNU gettext.
18831         * m4/wchar_t.m4: New file, from GNU gettext.
18832         * m4/wint_t.m4: New file, from GNU gettext.
18833         * m4/vasnprintf.m4: New file.
18834         * m4/vasprintf.m4: New file.
18835
18836 2003-01-30  Bruno Haible  <bruno@clisp.org>
18837
18838         * lib/printf-args.h: New file, from GNU gettext.
18839         * lib/printf-args.c: New file, from GNU gettext.
18840         * lib/printf-parse.h: New file, from GNU gettext.
18841         * lib/printf-parse.c: New file, from GNU gettext.
18842         * lib/vasnprintf.h: New file, from GNU gettext.
18843         * lib/vasnprintf.c: New file, from GNU gettext.
18844         * lib/asnprintf.c: New file, from GNU gettext.
18845         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18846         * lib/vasprintf.c: New file, from GNU gettext.
18847         * lib/asprintf.c: New file, from GNU gettext.
18848
18849 2003-01-29  Bruno Haible  <bruno@clisp.org>
18850
18851         * modules/stpncpy: New module.
18852         * MODULES.html.sh (func_all_modules): Add it.
18853
18854 2003-01-29  Bruno Haible  <bruno@clisp.org>
18855
18856         * m4/stpncpy.m4: New file.
18857
18858 2003-01-29  Bruno Haible  <bruno@clisp.org>
18859
18860         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18861         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18862
18863 2003-01-28  Bruno Haible  <bruno@clisp.org>
18864
18865         * modules/c-ctype: New module.
18866         * MODULES.html.sh (func_all_modules): Add it.
18867
18868 2003-01-28  Bruno Haible  <bruno@clisp.org>
18869
18870         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
18871         Paul Eggert.
18872         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
18873         Paul Eggert.
18874
18875 2003-01-27  Bruno Haible  <bruno@clisp.org>
18876
18877         * modules/xsetenv: New module.
18878         * MODULES.html.sh (func_all_modules): Add it.
18879
18880 2003-01-27  Bruno Haible  <bruno@clisp.org>
18881
18882         * lib/xsetenv.h: New file, from GNU gettext.
18883         * lib/xsetenv.c: New file, from GNU gettext.
18884
18885 2003-01-23  Jim Meyering  <jim@meyering.net>
18886
18887         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
18888         from working on systems without dirfd (at least Irix and OSF1/Tru64).
18889
18890 2003-01-23  Bruno Haible  <bruno@clisp.org>
18891
18892         * modules/minmax: New module.
18893         * MODULES.html.sh (func_all_modules): Add it.
18894
18895 2003-01-23  Bruno Haible  <bruno@clisp.org>
18896
18897         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
18898         Eggert.
18899
18900 2003-01-22  Bruno Haible  <bruno@clisp.org>
18901
18902         * modules/exit: New module.
18903         * MODULES.html.sh (func_all_modules): Add it.
18904
18905 2003-01-22  Bruno Haible  <bruno@clisp.org>
18906
18907         * lib/exit.h: New file, from GNU gettext.
18908
18909 2003-01-19  Bruno Haible  <bruno@clisp.org>
18910
18911         * gnulib-tool: Recognize option --extract-maintainer.
18912         (func_get_maintainer): New function.
18913         * modules/*: Add Maintainer entry.
18914
18915 2003-01-16  Jim Meyering  <jim@meyering.net>
18916
18917         * m4/regex.m4: The `regex' struct is both input and output.
18918         Initialize it before each use.  Patch by Tim Waugh.
18919
18920 2003-01-16  Bruno Haible  <bruno@clisp.org>
18921
18922         * MODULES.html.sh: Add a table of contents. Add the module name as
18923         leftmost column. Add hyperlinks.
18924
18925 2003-01-15  Bruno Haible  <bruno@clisp.org>
18926
18927         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
18928
18929 2003-01-15  Bruno Haible  <bruno@clisp.org>
18930
18931         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
18932         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
18933         suffix.
18934
18935 2003-01-15  Bruno Haible  <bruno@clisp.org>
18936
18937         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
18938
18939 2003-01-15  Bruno Haible  <bruno@clisp.org>
18940
18941         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
18942         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
18943
18944 2003-01-14  Jim Meyering  <jim@meyering.net>
18945
18946         * lib/same.c (same_name): Tweak a comment.
18947
18948 2003-01-14  Bruno Haible  <bruno@clisp.org>
18949
18950         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
18951         when a string comparison is sufficient.
18952
18953 2003-01-14  Bruno Haible  <bruno@clisp.org>
18954
18955         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
18956         'unsigned int'.
18957
18958 2003-01-14  Bruno Haible  <bruno@clisp.org>
18959
18960         * lib/hash-pjw.c: Add comment about low quality of this function.
18961
18962 2003-01-13  Bruno Haible  <bruno@clisp.org>
18963
18964         * modules/stpcpy: Distribute lib/stpcpy.h.
18965         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
18966
18967 2003-01-13  Bruno Haible  <bruno@clisp.org>
18968
18969         * modules/*: Add a description.
18970         * modules/strpbrk: Fix Makefile.am snippet.
18971         * modules/strtoimax: Fix dependencies.
18972         * modules/strtoumax: Likewise.
18973
18974 2003-01-13  Bruno Haible  <bruno@clisp.org>
18975
18976         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
18977         * modules/alloca (Makefile.am): All object files depend on alloca.h.
18978         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
18979
18980 2003-01-13  Bruno Haible  <bruno@clisp.org>
18981
18982         * gnulib-tool (func_create_testdir): Store config/* files in the main
18983         directory.
18984         * config.rpath: Move to ...
18985         * config/config.rpath: ... here.
18986         * modules/gettext: Contains config/config.rpath, not config.rpath.
18987         * modules/iconv: Likewise.
18988
18989 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18990
18991         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
18992         to avoid collisions with libcurses and libreadline.
18993
18994         * m4/getstr.m4: Remove.
18995         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
18996
18997 2003-01-12  Paul Eggert  <eggert@twinsun.com>
18998
18999         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19000         to avoid collisions with libcurses and libreadline.
19001
19002         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19003         * lib/getstr.h, getstr.c: Remove.
19004         * lib/getline.c: Include "getline.h", to check interface.
19005         Move body of old getstr.c here: this defines MIN_CHUNK and
19006         declares getdelim2, which is renamed from getstr.
19007         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19008
19009         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19010         All uses changed.
19011         * lib/linebuffer.h: Likewise.
19012         (readline): Remove backward-compatibility macro.
19013
19014 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19015
19016         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19017         to avoid collisions with libcurses and libreadline.
19018         * getstr: Remove.
19019         * MODULES.html.sh: Remove getstr.
19020         * modules/getline: Depend on unlocked-io, not getstr.
19021
19022 2003-01-12  Jim Meyering  <jim@meyering.net>
19023
19024         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19025
19026 2003-01-10  Bruno Haible  <bruno@clisp.org>
19027
19028         * modules/alloca: Change Makefile.am requirements. Simplify Include
19029         requirements. Add lib/alloca_.h to file list.
19030
19031 2003-01-10  Bruno Haible  <bruno@clisp.org>
19032
19033         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19034
19035 2003-01-10  Bruno Haible  <bruno@clisp.org>
19036
19037         * lib/alloca_.h: New file.
19038         * lib/getdate.y: Unconditionally include alloca.h.
19039         * lib/makepath.c: Likewise.
19040         * lib/setenv.c: Likewise.
19041         * lib/userspec.c: Likewise.
19042
19043 2003-01-09  Karl Berry  <karl@gnu.org>
19044
19045         * MODULES.html.sh: include `dirname $0` in PATH, to find
19046         gnulib-tool.
19047
19048 2003-01-09  Bruno Haible  <bruno@clisp.org>
19049
19050         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19051         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19052
19053 2003-01-09  Bruno Haible  <bruno@clisp.org>
19054
19055         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19056
19057 2003-01-09  Bruno Haible  <bruno@clisp.org>
19058
19059         * lib/stdbool.h.in: New file.
19060
19061 2003-01-09  Bruno Haible  <bruno@clisp.org>
19062
19063         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19064         * MODULES.html.sh: Likewise.
19065
19066 2003-01-08  Jim Meyering  <jim@meyering.net>
19067
19068         * lib/full-write.c: Undefine and define-away `const' after inclusion
19069         of errno.h, not before.  Suggestion from Bruno Haible.
19070
19071 2003-01-08  Bruno Haible  <bruno@clisp.org>
19072
19073         * modules/full-read: Depend on full-write.
19074
19075 2003-01-08  Bruno Haible  <bruno@clisp.org>
19076
19077         * lib/safe-read.c: Include specification header first, to ensure its
19078         selfcontainedness.
19079         * lib/full-write.c: Likewise.
19080
19081 2003-01-07  Jim Meyering  <jim@meyering.net>
19082
19083         * lib/full-write.c: Rework so that it may serve to define full_read,
19084         too.
19085         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19086
19087 2003-01-07  Bruno Haible  <bruno@clisp.org>
19088
19089         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19090         <inttypes.h>.
19091         * lib/xstrtol.h: Likewise.
19092         * lib/xstrtoimax.c: Likewise.
19093         * lib/xstrtoumax.c: Likewise.
19094         * lib/human.h: Likewise.
19095
19096         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19097         on systems that have <inttypes.h> but not <stdint.h>.
19098
19099 2003-01-07  Bruno Haible  <bruno@clisp.org>
19100
19101         * MODULES.html.sh: Add copyright notice.
19102         (missed_files): Omit CVS directory entries.
19103         (func_module): Make it work with sed-3.02.
19104         * MODULES.txt: Remove file.
19105
19106 2003-01-06  Jim Meyering  <jim@meyering.net>
19107
19108         * lib/version-etc.c: Update year in translatable copyright string.
19109
19110 2003-01-03  Karl Berry  <karl@gnu.org>
19111
19112         * config/config.{guess,sub}: update from prep.
19113
19114 2003-01-02  Karl Berry  <karl@gnu.org>
19115
19116         * doc/COPYING.DOC: belatedly updated to 1.2.
19117
19118 2003-01-01  Karl Berry  <karl@gnu.org>
19119
19120         * gnulib-tool (func_verify_module): report module name $module in
19121         error message, not $1.
19122         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19123         be created, only if it doesn't exist.
19124         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19125
19126 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19127
19128         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19129
19130 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19131
19132         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19133         memcmp if strcoll doesn't work.
19134
19135 2002-12-31  Bruno Haible  <bruno@clisp.org>
19136
19137         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19138         nonempty.
19139
19140 2002-12-31  Bruno Haible  <bruno@clisp.org>
19141
19142         * lib/memcoll.c (STRCOLL): New macro.
19143         (memcoll): Use it.
19144
19145 2002-12-31  Bruno Haible  <bruno@clisp.org>
19146
19147         * lib/localcharset.h: New file.
19148         * lib/localcharset.c: Include it.
19149         * lib/unicodeio.c: Likewise.
19150
19151 2002-12-31  Bruno Haible  <bruno@clisp.org>
19152
19153         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19154         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19155
19156 2002-12-31  Bruno Haible  <bruno@clisp.org>
19157
19158         * lib/getline.h: Include <stddef.h>, for size_t.
19159
19160         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19161         * lib/unicodeio.c: Don't include <stddef.h>.
19162
19163 2002-12-31  Bruno Haible  <bruno@clisp.org>
19164
19165         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19166         HAVE_TM_ZONE.
19167
19168 2002-12-24  Karl Berry  <karl@gnu.org>
19169
19170         * config/config.guess: update from prep.
19171
19172 2002-12-24  Bruno Haible  <bruno@clisp.org>
19173
19174         General infrasructure.
19175         * m4/README: Rewritten.
19176         * m4/onceonly.m4: New file.
19177         * m4/onceonly_2_57.m4: New file.
19178
19179         Module atexit.
19180         * m4/atexit.m4: New file.
19181
19182         Module strtod.
19183         * m4/strtod.m4: New file.
19184
19185         Module strtol.
19186         * m4/strtol.m4: New file.
19187
19188         Module strtoul.
19189         * m4/strtoul.m4: New file.
19190
19191         Module memchr.
19192         * m4/memchr.m4: New file.
19193
19194         Module memcmp.
19195         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19196         (jm_FUNC_MEMCMP): Invoke it.
19197
19198         Module memcpy.
19199         * m4/memcpy.m4: New file.
19200
19201         Module memmove.
19202         * m4/memmove.m4: New file.
19203
19204         Module memset.
19205         * m4/memset.m4: New file.
19206
19207         Module strcspn.
19208         * m4/strcspn.m4: New file.
19209
19210         Module strpbrk.
19211         * m4/strpbrk.m4: New file.
19212
19213         Module strstr.
19214         * m4/strstr.m4: New file.
19215
19216         Module strerror.
19217         * m4/strerror.m4: New file.
19218
19219         Module mktime.
19220         * m4/mktime.m4: Renamed from jm-mktime.m4.
19221         (gl_PREREQ_MKTIME): New macro.
19222         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19223
19224         Module malloc.
19225         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19226         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19227         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19228
19229         Module realloc.
19230         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19231         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19232         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19233
19234         Module strftime.
19235         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19236         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19237         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19238         gl_TM_GMTOFF.
19239         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19240
19241         Module xalloc.
19242         * m4/xalloc.m4: New file.
19243
19244         Module alloca.
19245         * m4/alloca.m4: New file.
19246
19247         Module putenv.
19248         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19249         (jm_FUNC_PUTENV): Invoke it.
19250
19251         Module setenv.
19252         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19253         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19254         when invoked twice.
19255         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19256         gt_FUNC_SETENV.
19257
19258         Module memrchr.
19259         * m4/memrchr.m4: New file.
19260
19261         Module stpcpy.
19262         * m4/stpcpy.m4: New file.
19263
19264         Module strcase.
19265         * m4/strcase.m4: New file.
19266
19267         Module strdup.
19268         * m4/strdup.m4: New file.
19269
19270         Module strnlen.
19271         * m4/strnlen.m4: New file.
19272
19273         Module strndup.
19274         * m4/strndup.m4: New file.
19275
19276         Module xstrtod.
19277         * m4/xstrtod.m4: New file.
19278
19279         Module xstrtol.
19280         * m4/xstrtol.m4: New file.
19281
19282         Module getdate.
19283         * m4/getdate.m4: New file.
19284
19285         Module unlocked-io.
19286         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19287         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19288         * m4/jm-glibc-io.m4n: Remove file.
19289
19290         Module long-options.
19291         * m4/long-options.m4: New file.
19292
19293         Module md5.
19294         * m4/md5.m4: New file.
19295
19296         Module sha.
19297         * m4/sha.m4: New file.
19298
19299         Module getstr.
19300         * m4/getstr.m4: New file.
19301
19302         Module getline.
19303         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19304         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19305         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19306         simply getline. Infoke gl_PREREQ_GETLINE.
19307
19308         Module obstack.
19309         * m4/obstack.m4: New file.
19310
19311         Module hash.
19312         * m4/hash.m4: New file.
19313
19314         Module readtokens.
19315         * m4/readtokens.m4: New file.
19316
19317         Module strverscmp.
19318         * m4/strverscmp.m4: New file.
19319
19320         Module stdbool.
19321         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19322         OSF/1.
19323
19324         Module strtoll.
19325         * m4/strtoll.m4: New file.
19326
19327         Module strtoull.
19328         * m4/strtoull.m4: New file.
19329
19330         Module strtoimax.
19331         * m4/strtoimax.m4: New file.
19332
19333         Module strtoumax.
19334         * m4/strtoumax.m4: New file.
19335
19336         Module xstrtoimax.
19337         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19338         jm_AC_PREREQ_XSTRTOIMAX.
19339         Moved the strtol prerequisites to strtol.m4.
19340         Moved the strtoll prerequisites to strtoll.m4.
19341         Moved the strtoimax prerequisites to strtoimax.m4.
19342
19343         Module xstrtoumax.
19344         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19345         jm_AC_PREREQ_XSTRTOUMAX.
19346         Moved the strtoul prerequisites to strtoul.m4.
19347         Moved the strtoull prerequisites to strtoull.m4.
19348         Moved the strtoumax prerequisites to strtoumax.m4.
19349
19350         Module chown.
19351         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19352         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19353
19354         Module dup2.
19355         * m4/dup2.m4: New file.
19356
19357         Module ftruncate.
19358         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19359         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19360
19361         Module getgroups.
19362         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19363         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19364
19365         Module gettimeofday.
19366         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19367         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19368         gl_PREREQ_GETTIMEOFDAY.
19369
19370         Module mkdir.
19371         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19372         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19373
19374         Module mkstemp.
19375         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19376         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19377         jm_AC_TYPE_UINTMAX_T.
19378         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19379
19380         Module stat.
19381         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19382         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19383
19384         Module lstat.
19385         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19386         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19387
19388         Module timespec.
19389         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19390         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19391         * m4/st_mtim.m4: Indentation.
19392
19393         Module nanosleep.
19394         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19395         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19396         gl_PREREQ_NANOSLEEP.
19397
19398         Module regex.
19399         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19400         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19401         (gl_REGEX): New macro.
19402
19403         Module rename.
19404         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19405         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19406
19407         Module rmdir.
19408         * m4/rmdir.m4: New file.
19409
19410         Module utime.
19411         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19412         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19413         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19414
19415         Module dirname.
19416         * m4/dirname.m4: New file.
19417
19418         Module getopt.
19419         * m4/getopt.m4: New file.
19420
19421         Module unistd-safer.
19422         * m4/unistd-safer.m4: New file.
19423
19424         Module fnmatch.
19425         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19426         declaration.
19427         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19428         (gl_FUNC_FNMATCH_POSIX): New macro.
19429         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19430         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19431         simply fnmatch.
19432
19433         Module exclude.
19434         * m4/exclude.m4: New file.
19435
19436         Module human.
19437         * m4/human.m4: New file.
19438
19439         Module acl.
19440         * m4/acl.m4: Nop.
19441
19442         Module backupfile.
19443         * m4/backupfile.m4: New file.
19444         * m4/d-ino.m4: Indentation.
19445
19446         Module fsusage.
19447         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19448         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19449         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19450
19451         Module dirfd.
19452         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19453         requirements.
19454
19455         Module euidaccess.
19456         * m4/euidaccess.m4: New file.
19457
19458         Module file-type.
19459         * m4/file-type.m4: New file.
19460
19461         Module fileblocks.
19462         * m4/fileblocks.m4: New file.
19463
19464         Module filemode.
19465         * m4/filemode.m4: New file.
19466
19467         Module isdir.
19468         * m4/isdir.m4: New file.
19469
19470         Module lchown.
19471         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19472         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19473
19474         Module makepath.
19475         * m4/makepath.m4: New file.
19476
19477         Module modechange.
19478         * m4/modechange.m4: New file.
19479
19480         Module mountlist.
19481         * m4/mountlist.m4: New file.
19482         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19483         Indentation.
19484
19485         Module path-concat.
19486         * m4/path-concat.m4: New file.
19487
19488         Module pathmax.
19489         * m4/pathmax.m4: New file.
19490
19491         Module same.
19492         * m4/same.m4: New file.
19493
19494         Module save-cwd.
19495         * m4/save-cwd.m4: New file.
19496
19497         Module savedir.
19498         * m4/savedir.m4: New file.
19499
19500         Module xgetcwd.
19501         * m4/xgetcwd.m4: New file.
19502         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19503
19504         Module xreadlink.
19505         * m4/xreadlink.m4: New file.
19506
19507         Module safe-read.
19508         * m4/safe-read.m4: New file.
19509
19510         Module safe-write.
19511         * m4/safe-write.m4: New file.
19512
19513         Module closeout.
19514         * m4/closeout.m4: New file.
19515
19516         Module stdio-safer.
19517         * m4/stdio-safer.m4: New file.
19518
19519         Module getpass.
19520         * m4/getpass.m4: New file.
19521
19522         Module getugroups.
19523         * m4/getugroups.m4: New file.
19524
19525         Module group-member.
19526         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19527         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19528
19529         Module idcache.
19530         * m4/idcache.m4: New file.
19531
19532         Module userspec.
19533         * m4/userspec.m4: New file.
19534
19535         Module gettime.
19536         * m4/clock_time.m4: New file.
19537         * m4/gettime.m4: New file.
19538
19539         Module settime.
19540         * m4/settime.m4: New file.
19541
19542         Module posixtm.
19543         * m4/posixtm.m4: New file.
19544
19545         Module gethostname.
19546         * m4/gethostname.m4: New file.
19547
19548         Module canon-host.
19549         * m4/canon-host.m4: New file.
19550
19551         Module gettext.
19552         * m4/codeset.m4: New file, from gettext-0.11.5.
19553         * m4/gettext.m4: New file, from gettext-0.11.5.
19554         * m4/glibc21.m4: New file, from gettext-0.11.5.
19555         * m4/iconv.m4: New file, from gettext-0.11.5.
19556         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19557         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19558         * m4/inttypes.m4: New file, from gettext-0.11.5.
19559         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19560         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19561         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19562         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19563         * m4/lib-link.m4: New file, from gettext-0.11.5.
19564         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19565         * m4/progtest.m4: New file, from gettext-0.11.5.
19566         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19567         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19568         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19569
19570         Module localcharset.
19571         * m4/localcharset.m4: New file.
19572
19573         Module hard-locale.
19574         * m4/hard-locale.m4: New file.
19575
19576         Module mbswidth.
19577         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19578         onceonly macros.
19579         * m4/mbrtowc.m4: Add comment.
19580
19581         Module memcasecmp.
19582         * m4/memcasecmp.m4: New file.
19583
19584         Module memcoll.
19585         * m4/memcoll.m4: New file.
19586
19587         Module unicodeio.
19588         * m4/unicodeio.m4: New file.
19589
19590         Module rpmatch.
19591         * m4/rpmatch.m4: New file.
19592
19593         Module yesno.
19594         * m4/yesno.m4: New file.
19595
19596         Module exitfail.
19597         * m4/exitfail.m4: New file.
19598
19599         Module c-stack.
19600         * m4/c-stack.m4 (gl_C_STACK): New macro.
19601         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19602
19603         Module error.
19604         * m4/error.m4 (gl_ERROR): New macro.
19605         (jm_PREREQ_ERROR): Use onceonly macros.
19606
19607         Module fatal.
19608         * m4/fatal.m4: New file.
19609
19610         Module getloadavg.
19611         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19612         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19613
19614         Module getpagesize.
19615         * m4/getpagesize.m4: New file.
19616
19617         Module getusershell.
19618         * m4/getusershell.m4: New file.
19619
19620         Module physmem.
19621         * m4/physmem.m4: New file.
19622
19623         Module posixver.
19624         * m4/posixver.m4: New file.
19625
19626         Module quotearg.
19627         * m4/quotearg.m4: New file.
19628
19629         Module quote.
19630         * m4/quote.m4: New file.
19631
19632         Module readutmp.
19633         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19634
19635         Module sig2str.
19636         * m4/sig2str.m4: New file.
19637
19638         Other.
19639         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19640         ulonglong.m4.
19641         * m4/intmax_t.m4: New file.
19642         * m4/d-type.m4: Indentation.
19643         * m4/jm-macros.m4: Update.
19644         * m4/prereq.m4 (jm_PREREQ): Update.
19645         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19646         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19647         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19648         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19649         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19650         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19651         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19652         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19653         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19654         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19655         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19656         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19657         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19658         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19659         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19660         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19661         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19662         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19663         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19664
19665 2002-12-24  Bruno Haible  <bruno@clisp.org>
19666
19667         * MODULES.txt: Update according to m4/ changes.
19668
19669         Module gettext.
19670         * config.rpath: New file, from gettext-0.11.5.
19671
19672         * modules/*: New module descriptions.
19673         * gnulib-tool: New file.
19674         * MODULES.html.sh: New file.
19675
19676 2002-12-21  Karl Berry  <karl@gnu.org>
19677
19678         * doc/fdl.texi: update to version 1.2.
19679
19680 2002-12-19  Karl Berry  <karl@gnu.org>
19681
19682         * config/config.guess: update from prep.
19683
19684 2002-12-18  Bruno Haible  <bruno@clisp.org>
19685
19686         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19687         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19688
19689 2002-12-17  Bruno Haible  <bruno@clisp.org>
19690
19691         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19692         stdlib.h, string.h.
19693
19694 2002-12-17  Bruno Haible  <bruno@clisp.org>
19695
19696         * lib/canon-host.c (strdup): Remove unused declaration.
19697
19698         * lib/fsusage.c: Include full_read.h.
19699         (get_fs_usage): Use full_read instead of safe_read.
19700
19701         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19702
19703 2002-12-12  Karl Berry  <karl@gnu.org>
19704
19705         * config/config.guess: update from prep.
19706
19707 2002-12-11  Bruno Haible  <bruno@clisp.org>
19708
19709         * m4/setenv.m4: New file, from gettext-0.11.5.
19710
19711 2002-12-11  Bruno Haible  <bruno@clisp.org>
19712
19713         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19714         not unsetenv().
19715         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19716         modifications:
19717
19718         2002-12-11  Bruno Haible  <bruno@clisp.org>
19719
19720                 * setenv.c (alloca): Fall back to malloc.
19721                 (freea): New macro.
19722                 (setenv): Use freea() to free memory allocated with alloca().
19723
19724         2002-11-13  Bruno Haible  <bruno@clisp.org>
19725
19726                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19727                 function declarations.
19728                 * unsetenv.c (unsetenv): Likewise.
19729
19730         2002-03-04  Bruno Haible  <bruno@clisp.org>
19731
19732                 Portability to AIX 4.3.3.
19733                 * unsetenv.c: New file, extracted from setenv.c.
19734                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19735
19736         2001-12-20  Bruno Haible  <bruno@clisp.org>
19737
19738                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19739                 use malloc instead. For SunOS 4.
19740
19741         2001-12-11  Bruno Haible  <bruno@clisp.org>
19742
19743                 * setenv.c: Declare alloca.
19744                 (compar_fn_t): New typedef.
19745                 (KNOWN_VALUE, STORE_VALUE): Use it.
19746
19747         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19748         setenv.h.
19749
19750 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19751
19752         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19753         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19754         Choose values that are less likely to collide with system fnmatch
19755         options.
19756         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19757         defined (e.g., a pure POSIX system).
19758         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19759         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19760
19761 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19762
19763         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19764         a pain in practice to deal with generated m4 files.  This change
19765         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19766
19767         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19768         and jm-glibc-io.m4, as they are no longer a special case.
19769         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19770         kludge and the auto-generation stuff.  Check only whether the
19771         functions are declared, not whether they exist, since older hosts
19772         that don't declare the functions can't use the optimization anyway.
19773
19774 2002-12-06  Jim Meyering  <jim@meyering.net>
19775
19776         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19777
19778         Merge in changes from libc's misc/error.c, in preparation
19779         for the merge of gnulib's changes back into libc.
19780
19781         * lib/error.c (_): Define only if not already defined.
19782         Move definition to follow all #include directives.
19783         Include unlocked-io.h only if !_LIBC.
19784         [_LIBC]: Include <libio/libioP.h>.
19785         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19786         (fflush): Tweak definition to use INTUSE.
19787         (putc): Define.
19788
19789 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19790
19791         * lib/alloca.c [defined emacs]: Include "lisp.h".
19792         (xalloc_die) [defined emacs]: New macro.
19793         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19794         [! defined emacs]: Include <xalloc.h>.
19795         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19796         (pointer): Typedef to POINTER_TYPE *.
19797         (malloc): Remove decl; we now always use xmalloc.
19798         (alloca): Use old-style definition, since Emacs needs this.
19799         Check for arithmetic overflow when computing combined size.
19800
19801 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19802
19803         Do not generate unlocked-io.h automatically, since it's easier to
19804         maintain it by hand.
19805
19806         * lib/unlocked-io.h: New file, from GNU diffutils,
19807         but with proper copyright notice and attribution.
19808         * lib/gen-uio: Remove.
19809         * lib/Makefile.am: Add copyright notice.
19810         (libfetish_a_SOURCES): Add unlocked-io.h.
19811         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19812         (DISTCLEANFILES, io_functions): Remove macros.
19813         (EXTRA_DIST): Remove gen_uio.
19814         (unlocked-io.h): Remove rule.
19815
19816 2002-12-04  Jim Meyering  <jim@meyering.net>
19817
19818         Reflect the fact that stat.c and lstat.c are no longer generated.
19819         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19820         (DISTCLEANFILES): Likewise.
19821         (EXTRA_DIST): Likewise.
19822         (all_local): Don't depend on stat.c or lstat.c.
19823         (stat.c, lstat.c): Remove rules.
19824         (EXTRA_DIST): Remove xstat.in.
19825
19826         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19827         * lib/stat.c: New file.  Contents mostly from xstat.in.
19828         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19829         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19830
19831         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19832         too.
19833         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19834
19835 2002-12-03  Jim Meyering  <jim@meyering.net>
19836
19837         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19838         but not semantics, to minimize the differences between these two files.
19839         (safe_read): Change comment to mention SAFE_READ_ERROR.
19840
19841         * lib/safe-read.c (IS_EINTR): Define.
19842         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19843
19844 2002-12-02  Jim Meyering  <jim@meyering.net>
19845
19846         * lib/safe-read.c (EINTR): Define.
19847         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19848         (INT_MAX): Provide fallback.
19849         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19850
19851         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19852
19853 2002-12-02  Bruno Haible  <bruno@clisp.org>
19854
19855         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19856         Define, taken from safe-read.c.
19857         (INT_MAX): Provide fallback.
19858         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19859         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19860
19861         * lib/safe-read.c (EINTR): Remove definition.
19862         (safe_read): Don't use EINTR if it is absent.
19863
19864 2002-12-01  Jim Meyering  <jim@meyering.net>
19865
19866         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19867         zero.
19868         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19869
19870 2002-11-27  Paul Eggert  <eggert@twinsun.com>
19871
19872         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
19873         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
19874         with `if (! (value < limit)) abort ();', for readability.
19875
19876 2002-11-26  Karl Berry  <karl@gnu.org>
19877
19878         * lib/strdup.c: copy from libc again, with jim's ok.
19879         * lib/.cppi-disable: re-add strdup.c
19880
19881 2002-11-25  Karl Berry  <karl@gnu.org>
19882
19883         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
19884         instead of "strtol.c".
19885
19886 2002-11-25  Karl Berry  <karl@gnu.org>
19887
19888         * config/install-sh: update from automake for variable quoting, $0 in
19889         error msgs, etc.
19890
19891         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
19892         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
19893         entry.
19894
19895 2002-11-25  Jim Meyering  <jim@meyering.net>
19896
19897         * lib/mktime.c: Sync from libc, now that it has the latest fix.
19898
19899 2002-11-24  Karl Berry  <karl@gnu.org>
19900
19901         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
19902         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
19903
19904 2002-11-24  Jim Meyering  <jim@meyering.net>
19905
19906         Update from coreutils:
19907
19908         * lib/mktime.c: Merge in changes from libc.
19909
19910         Avoid a link-time failure on some Linux systems.
19911         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
19912         (otherwise).
19913         (__mon_yday): Declare with the STATIC attribute.
19914         (__mktime_internal): Likewise.
19915         Based on a report from Greg Schafer.
19916
19917 2002-11-23  Jim Meyering  <jim@meyering.net>
19918
19919         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
19920         Use `unsigned', not `int', as type of index.
19921
19922         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
19923
19924         * lib/fsusage.c: Remove unneeded parentheses around operands of
19925         `defined'.
19926
19927 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19928
19929         * lib/quotearg.h: Allow multiple inclusion by surrounding with
19930         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
19931         so that we can be included first.
19932         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
19933         * lib/quotearg.c: Include quotearg.h immediately after config.h.
19934         No need to include stddef.h or sys/types.h any more.
19935         Surround local include files with "", not "<>".
19936         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
19937         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
19938         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
19939         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
19940         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
19941         (ISPRINT): Remove; no longer needed now that we assume C89.
19942
19943         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
19944         Preserve errno.
19945
19946         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
19947         quotearg_char): Use SIZE_MAX rather than
19948         (size_t) -1 when we are talking about "infinity".
19949
19950         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
19951
19952 2002-11-22  Paul Eggert  <eggert@twinsun.com>
19953
19954         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
19955         hint that one should use `if (! x) abort ();' rather than `assert
19956         (x);', and anyway it's one less thing to worry about configuring.
19957         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
19958         hash_rehash, hash_insert): Use abort rather than assert.
19959
19960 2002-11-22  Bruno Haible  <bruno@clisp.org>
19961
19962         * lib/safe-read.h: Assume C89. Add comments.
19963         (safe_read): Change return type to size_t.
19964         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
19965         byte counts > SSIZE_MAX correctly.
19966         * lib/safe-write.h: New file.
19967         * lib/safe-write.c: New file.
19968         * lib/full-read.h: New file.
19969         * lib/full-read.c: New file.
19970         * lib/full-write.h: Assume C89. Add comments.
19971         * lib/full-write.c: Include safe-write.h.
19972         (full_write): Rewritten to use safe_write.
19973         Suggested by Jim Meyering and Paul Eggert.
19974
19975 2002-11-21  Jim Meyering  <jim@meyering.net>
19976
19977         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
19978
19979         Merge in changes from the coreutils.
19980
19981         2002-09-25  Paul Eggert  <eggert@twinsun.com>
19982         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
19983         <stdint.h>.
19984         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
19985         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
19986         int.  Work more efficiently if X is the same width as uintmax_t.
19987         Do not compare X to -1, to avoid bogus compiler warning.
19988         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
19989         Don't assume that f_frsize and f_bsize are the same type.
19990
19991         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
19992         warning on FreeBSD.
19993
19994         * lib/makepath.c (make_path): Restore umask *before* creating the final
19995         component.
19996         (make_path): Minor reformatting.
19997
19998         * lib/xmalloc.c: Adjust to work with new autoconf macros,
19999         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20000         HAVE_MALLOC/HAVE_REALLOC.
20001
20002         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20003         dummy ones.  At least on GNU/Linux systems, `auto' means something
20004         else.
20005         From Michael Stone.
20006
20007 2002-11-21  Bruno Haible  <bruno@clisp.org>
20008
20009         Remove case insensitive option matching.
20010         * lib/argmatch.h (argcasematch): Remove declaration.
20011         (ARGCASEMATCH): Remove macro.
20012         (__xargmatch_internal): Remove case_sensitive argument.
20013         (XARGMATCH): Update.
20014         (XARGCASEMATCH): Remove macro.
20015         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20016         case_sensitive argument.
20017         (argcasematch): Remove function.
20018         (__xargmatch_internal): Remove case_sensitive argument.
20019         (main): Use XARGMATCH instead of XARGCASEMATCH.
20020
20021         * lib/xmalloc.c: Change compile-time error message. Add comment about
20022         required autoconf version.
20023
20024 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20025
20026         Merge argmatch cleanups from Bison.  Assume C89.
20027
20028         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20029         Include stdlib.h, for EXIT_FAILURE.
20030         Always include <string.h>, since we assume C89.
20031         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20032         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20033         Include <stddef.h> instead, since it's all we need for size_t.
20034         (PARAMS): Remove.  All uses removed.
20035         (ARRAY_CARDINALITY): Do not bother to #undef.
20036         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20037         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20038         Remove unnecessary parentheses.
20039         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20040         Insert necessary parentheses.
20041         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20042         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20043
20044 2002-11-19  Bruno Haible  <bruno@clisp.org>
20045
20046         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20047         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20048
20049         * lib/mbswidth.h (PARAMS): Remove macro.
20050         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20051         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20052
20053         * lib/gcd.h (PARAMS): Remove macro.
20054         (gcd): Use ANSI C function declarations.
20055         * lib/gcd.c (gcd): Likewise.
20056
20057 2002-11-15  Bruno Haible  <bruno@clisp.org>
20058
20059         * lib/strcspn.c: Include <stddef.h>.
20060         (strcspn): Use ANSI C function declaration. Change return type to
20061         size_t. Use NULL.
20062         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20063         (strpbrk): Use NULL.
20064         * lib/strpbrk.h (PARAMS): Remove macro.
20065         (strpbrk): Use ANSI C function declaration.
20066         * lib/strstr.c: Don't include <sys/types.h>.
20067         * lib/strstr.h (PARAMS): Remove macro.
20068         (strstr): Use ANSI C function declarations.
20069
20070 2002-11-14  Karl Berry  <karl@gnu.org>
20071
20072         * config/mkinstalldirs: `do' on separate line, instead of
20073         `for var; do'.
20074
20075 2002-11-06  Bruno Haible  <bruno@clisp.org>
20076
20077         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20078         * lib/gcd.c (gcd): Likewise.
20079
20080 2002-11-05  Bruno Haible  <bruno@clisp.org>
20081
20082         * lib/gcd.h: New file, from gettext-0.11.5.
20083         * lib/gcd.c: New file, from gettext-0.11.5.
20084
20085 2002-11-05  Bruno Haible  <bruno@clisp.org>
20086
20087         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20088         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20089         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20090         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20091
20092         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20093         <libintl.h>.
20094         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20095         <libintl.h>.
20096
20097         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20098         * lib/human.c: Include gettext.h instead of <libintl.h>.
20099         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20100         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20101         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20102         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20103         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20104         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20105         (textdomain): Remove definition.
20106         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20107
20108         * lib/long-options.c: Remove include of <libintl.h> and definition of
20109         _.
20110         * lib/same.c: Remove include of <libintl.h> and definition of _.
20111
20112 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20113
20114         * lib/config.charset: A few additions for Solaris.
20115
20116 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20117
20118         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20119         * lib/localcharset.c (locale_charset): Declare as extern "C".
20120
20121 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20122
20123         * lib/config.charset: msdos in uk_UA uses CP1125.
20124
20125 2002-11-04  Bruno Haible  <bruno@clisp.org>
20126
20127         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20128         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20129         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20130         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20131         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20132
20133 2002-11-04  Bruno Haible  <bruno@clisp.org>
20134
20135         * lib/localcharset.c (locale_charset): Don't return an empty string.
20136
20137 2002-11-04  Bruno Haible  <bruno@clisp.org>
20138
20139         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20140         aliases.
20141
20142 2002-11-04  Bruno Haible  <bruno@clisp.org>
20143
20144         * lib/config.charset: Update for newest glibc. Add canonical names
20145         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20146
20147 2002-11-04  Bruno Haible  <bruno@clisp.org>
20148
20149         * lib/config.charset: Add support for NetBSD.
20150
20151 2002-11-04  Bruno Haible  <bruno@clisp.org>
20152
20153         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20154
20155 2002-11-01  Bruno Haible  <bruno@clisp.org>
20156
20157         * configure.in: Add AC_CONFIG_AUX_DIR call.
20158         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20159         test/Makefile.
20160         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20161
20162 2002-09-28  Karl Berry  <karl@gnu.org>
20163
20164         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20165         installed automake until the next release, since changes have been
20166         made.
20167
20168 2002-09-25  Karl Berry  <karl@gnu.org>
20169
20170         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20171         * lib/getopt*: copy from libc/posix.
20172         * lib/gettext.h: copy from gettext.
20173         * lib/.cppi-disable: add strdup.c, gettext.h.
20174
20175 2002-09-25  Karl Berry  <karl@gnu.org>
20176
20177         * config/srclist.txt: enable gettext.h check.
20178         * config/config.{guess,sub}: update from prep.
20179         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20180                 from automake 1.6.3.
20181         See srclist*.
20182
20183 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20184
20185         * regex.c (PATFETCH): Remove the translating fetch.
20186         (PATFETCH_RAW): Rename to PATFETCH.
20187         (set_image_of_range): New fun.
20188         (SET_RANGE_TABLE_WORK_AREA): Use it.
20189         (regex_compile): Don't translate the pattern chars so eagerly.
20190         Only do it when inserting an `exactn' bytecode or when handling
20191         a char-range.
20192         (mutually_exclusive_p): Avoid empty statement.
20193
20194 2002-07-06  Jim Meyering  <meyering@lucent.com>
20195
20196         * m4/README: Don't mention Makefile.am.in.
20197         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20198
20199 2002-07-01  Jim Meyering  <meyering@lucent.com>
20200
20201         * lib/c-stack.c: Include sys/time.h.
20202         From Volker Borchert.
20203
20204 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20205
20206         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20207
20208 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20209
20210         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20211         New macro.  Use it uniformly instead of
20212         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20213         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20214         reported by Vin Shelton.
20215
20216 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20217
20218         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20219         Do not assume SA_SIGINFO behavior.
20220         Bug reported by Jim Meyering on NetBSD 1.5.2.
20221
20222 2002-06-22  Jim Meyering  <meyering@lucent.com>
20223
20224         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20225         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20226
20227         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20228         now that configure.ac uses AC_GNU_SOURCE.
20229         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20230         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20231
20232         Update to latest tools.  Suggestions from Paul Eggert.
20233         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20234         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20235         * m4/fnmatch.m4: Likewise.
20236         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20237         to AC_HEADER_STDBOOL
20238
20239 2002-06-22  Jim Meyering  <meyering@lucent.com>
20240
20241         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20242         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20243
20244 2002-06-22  Jim Meyering  <meyering@lucent.com>
20245
20246         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20247
20248         * lib/exitfail.c, exitfail.h: Likewise.
20249         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20250
20251         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20252         of fnmatch.h.
20253         (EXTRA_DIST): Add fnmatch_loop.c.
20254         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20255
20256         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20257         * lib/fnmatch.c: Update from diffutils-2.8.2.
20258         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20259         * lib/fnmatch.h: Remove file.
20260
20261 2002-06-21  Jim Meyering  <meyering@lucent.com>
20262
20263         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20264         * m4/mbrtowc.m4: Likewise.
20265
20266         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20267         * m4/mbswidth.m4: Reflect name change:
20268         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20269         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20270
20271         * m4/lib-link.m4: Update from gettext-0.11.2.
20272         * m4/gettext.m4: Likewise.
20273
20274         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20275         From Alfred M. Szmidt.
20276
20277 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20278
20279         * lib/file-type.h: Report an error if neither S_ISREG nor
20280         S_IFREG is defined, instead of using a test specific to glibc
20281         2.2.  This should be safe, since POSIX requires S_ISREG and
20282         Unix Version 7 had S_IFREG.  We don't need to check for
20283         <sys/types.h> since we don't use any symbols that it defines.
20284
20285 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20286
20287         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20288         $@-t, so that each temporary file name is unique and valid in the first
20289         8 characters, for operation under DOS.
20290
20291 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20292
20293         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20294
20295 2002-06-15  Jim Meyering  <meyering@lucent.com>
20296
20297         Work even with DJGPP 2.03, which lacks support for symlinks.
20298         From Richard Dawe.
20299         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20300         is defined.
20301         * lib/lchown.c (S_ISLNK): Likewise.
20302
20303 2002-06-15  Jim Meyering  <meyering@lucent.com>
20304
20305         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20306         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20307         have been included before this file.
20308
20309 2002-06-14  Jim Meyering  <meyering@lucent.com>
20310
20311         * lib/file-type.h: Use the version from diffutils-2.8.2.
20312         * lib/file-type.c: Likewise.
20313
20314 2002-06-07  Jim Meyering  <meyering@lucent.com>
20315
20316         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20317         They're needed at least for NetBSD 1.5.2.
20318         ($statxfs_includes): Include those same headers.
20319         ($statxfs_includes): Include sys/vfs.h if available.
20320         ($statxfs_includes): Likewise for sys/statvfs.h.
20321         Check for the following members in both structs statfs and statvfs:
20322         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20323
20324 2002-06-01  Jim Meyering  <meyering@lucent.com>
20325
20326         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20327         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20328
20329 2002-05-28  Jim Meyering  <meyering@lucent.com>
20330
20331         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20332         Reported by Volker Borchert.
20333
20334 2002-05-27  Jim Meyering  <meyering@lucent.com>
20335
20336         Fix a problem seen only on nonconforming systems whereby ls.c's
20337         use of localtime, and then of gettimeofday would cause trouble:
20338         the localtime call used to initialize rpl_gettimeofday's save
20339         mechanism would clobber ls's current local time information so
20340         that in any long listing the first file would always be listed
20341         with date 1970-01-01.  Analysis by Volker Borchert.
20342
20343         * lib/gettimeofday.c (localtime): Undefine.
20344         (rpl_localtime): New function.
20345
20346 2002-05-27  Jim Meyering  <meyering@lucent.com>
20347
20348         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20349         localtime.
20350
20351         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20352         use the replacement function; it wouldn't resolve at link time.
20353         Reported by Volker Borchert.
20354
20355 2002-05-22  Jim Meyering  <meyering@lucent.com>
20356
20357         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20358         file-type.h.
20359         * lib/file-type.h: New file.
20360         * lib/file-type.c (file_type): New file/function.  Extracted from
20361         diffutils.
20362
20363 2002-04-30  Jim Meyering  <meyering@lucent.com>
20364
20365         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20366
20367 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20368
20369         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20370
20371 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20372
20373         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20374         Do not check for alloca.h (no longer used) or stdbool.h (was never
20375         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20376
20377 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20378
20379         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20380
20381 2002-04-29  Jim Meyering  <meyering@lucent.com>
20382
20383         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20384         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20385         Use AC_FUNC_STRNLEN here instead.
20386
20387         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20388         With autoconf-2.53a, it's part of AC_PROG_CC.
20389
20390 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20391
20392         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20393         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20394
20395 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20396
20397         * lib/sig2str.h, lib/sig2str.c: New files.
20398         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20399
20400 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20401
20402         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20403         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20404         of 127, since 64 is the largest conceivable number for ancient
20405         nonstandard hosts.
20406         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20407
20408 2002-04-28  Jim Meyering  <meyering@lucent.com>
20409
20410         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20411
20412 2002-04-24  Jim Meyering  <meyering@lucent.com>
20413
20414         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20415         (jm_PREREQ): Use it.
20416
20417         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20418         mach/mach.h fcntl.h.
20419         Check for this function: setlocale.
20420
20421 2002-04-24  Jim Meyering  <meyering@lucent.com>
20422
20423         * lib/gettext.h: New file, from Gettext.
20424         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20425         (libfetish_a_SOURCES): Add gettext.h.
20426
20427 2002-04-16  Jim Meyering  <meyering@lucent.com>
20428
20429         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20430         ut_pid, ut_id, ut_exit.
20431
20432 2002-04-16  Jim Meyering  <meyering@lucent.com>
20433
20434         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20435         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20436         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20437
20438 2002-04-12  Jim Meyering  <meyering@lucent.com>
20439
20440         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20441         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20442         existence of the getmntinfo function.  Needed for Darwin 5.3.
20443
20444         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20445         This is necessary at least on Darwin 5.3.
20446
20447         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20448         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20449         strnlen.o in the library, and that makes some versions of ranlib
20450         object.
20451
20452 2002-04-12  Jim Meyering  <meyering@lucent.com>
20453
20454         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20455
20456 2002-04-09  Jim Meyering  <meyering@lucent.com>
20457
20458         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20459         to be more precise.  Rather than saying we're checking whether the
20460         function `works', say what we're testing.
20461         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20462         Reported by Bruno Haible.
20463
20464 2002-03-10  Jim Meyering  <meyering@lucent.com>
20465
20466         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20467         Suggestion from Santiago Vila.
20468
20469 2002-03-08  Jim Meyering  <meyering@lucent.com>
20470
20471         * lib/rename.c: Mention that this wrapper is needed also on
20472         mips-dec-ultrix4.4 systems.
20473
20474 2002-03-02  Jim Meyering  <meyering@lucent.com>
20475
20476         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20477         not HAVE_CLOCK_SETTIME.
20478
20479 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20480
20481         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20482         Check for clock_settime.
20483
20484 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20485
20486         * lib/nanosleep.h: Rename to....
20487         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20488
20489         * lib/gettime.c: New file.
20490         * lib/settime.c: New file.
20491         * lib/stime.c: Remove.
20492
20493         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20494         timespec.h.  Remove nanosleep.h.
20495
20496 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20497
20498         * m4/acl.m4: New file.
20499         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20500         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20501
20502 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20503
20504         * lib/acl.c, lib/acl.h: New files.
20505         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20506
20507 2002-02-24  Jim Meyering  <meyering@lucent.com>
20508
20509         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20510         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20511         cause trouble.  Reported by Nelson Beebe.
20512
20513 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20514
20515         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20516         compilers that don't know that xalloc_die never returns.
20517
20518 2002-02-20  Jim Meyering  <meyering@lucent.com>
20519
20520         * lib/getdate.c: Regenerate using bison-1.33.
20521
20522 2002-02-17  Jim Meyering  <meyering@lucent.com>
20523
20524         * config/config.guess (main): Don't use `head -1'; it's no longer
20525         portable. Use `sed 1q' instead.
20526
20527 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20528
20529         * m4/codeset.m4: Upgrade to gettext-0.11.
20530         * m4/gettext.m4: Upgrade to gettext-0.11.
20531         * m4/glibc21.m4: Upgrade to gettext-0.11.
20532         * m4/iconv.m4: Upgrade to gettext-0.11.
20533         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20534         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20535         * m4/lib-ld.m4: New file, from gettext-0.11.
20536         * m4/lib-link.m4: New file, from gettext-0.11.
20537         * m4/lib-prefix.m4: New file, from gettext-0.11.
20538         * m4/progtest.m4: Upgrade to gettext-0.11.
20539
20540 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20541
20542         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20543         (jm_PREREQ): Use it.
20544
20545 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20546
20547         * lib/posixver.c, lib/posixver.h: New files.
20548         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20549
20550 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20551             Bruno Haible  <bruno@clisp.org>
20552
20553         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20554         (fwrite_success_callback): New declaration.
20555         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20556         print_unicode_char. Call failure callback instead of error.
20557         (fwrite_success_callback): New function.
20558         (exit_failure_callback): New function.
20559         (fallback_failure_callback): New function.
20560         (print_unicode_char): Call unicode_to_mb.
20561
20562 2002-01-26  Jim Meyering  <meyering@lucent.com>
20563
20564         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20565         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20566
20567 2002-01-26  Jim Meyering  <meyering@lucent.com>
20568
20569         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20570
20571 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20572
20573         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20574
20575 2002-01-22  Jim Meyering  <meyering@lucent.com>
20576
20577         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20578         Otherwise, some versions of automake would omit the rule that makes
20579         Makefile from Makefile.in.
20580
20581 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20582
20583         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20584         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20585         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20586         (memcoll): Set errno to zero if there is no error.
20587
20588         * lib/quotearg.c (quotearg_buffer_restyled):
20589         Fix bug with quoting buffers containing NUL when backslashing escapes.
20590         This bug was exposed by the other changes in this patch.
20591         (quotearg_n_options): New arg ARGSIZE.
20592         All callers changed.
20593         (quoting_options_from_style): New function.
20594         (quotearg_n_style): Use it.
20595         (quotearg_n_style_mem): New function.
20596
20597         * lib/quotearg.h (quotearg_n_style_mem): New function.
20598
20599 2002-01-19  Jim Meyering  <meyering@lucent.com>
20600
20601         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20602         Remove useless quotes: DF_PROG="df".
20603         * m4/strnlen.m4: New file.
20604
20605 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20606
20607         * lib/backupfile.c (ISDIGIT): Comment fix.
20608         * lib/getdate.y (ISDIGIT): Likewise.
20609         * lib/posixtm.c (ISDIGIT, year): Likewise.
20610         * lib/strverscmp.c (ISDIGIT): Likewise.
20611         * lib/userspec.c (ISDIGIT): Likewise.
20612
20613 2002-01-16  Jim Meyering  <meyering@lucent.com>
20614
20615         * lib/getdate.y: Add three semicolons, each just before a closing
20616         brace. Bison (as of version 1.31) no longer papers over that mistake.
20617
20618 2002-01-05  Jim Meyering  <meyering@lucent.com>
20619
20620         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20621
20622 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20623
20624         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20625         not silently exit merely because the output buffer happens to
20626         have nothing pending.
20627
20628 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20629
20630         See the big note in ../ChangeLog.
20631         * lib/human.c (suffixes): Prefer K to k for 1024.
20632         (generate_suffix_backwards): New function.
20633         (human_readable_inexact): Use it.
20634         * lib/xstrtol.c (__xstrtol): If there is no number but there
20635         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20636         Accept 'K' as well as 'k'.
20637
20638 2001-12-15  Jim Meyering  <meyering@lucent.com>
20639
20640         * lib/regex.h (__restrict_arr): Update from libc.
20641
20642         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20643         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20644         (STREQ): Define.
20645
20646 2001-12-14  Jim Meyering  <meyering@lucent.com>
20647
20648         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20649         Suggestion from Bruno Haible.
20650
20651 2001-12-10  Jim Meyering  <meyering@lucent.com>
20652
20653         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20654         xrealloc, Instead, include "xalloc.h".
20655         (initbuffer): Don't cast xmalloc return value to char*.
20656         (readline): Reword comment.
20657         Don't cast xrealloc return value to char*
20658         Return NULL, not 0.
20659
20660 2001-12-09  Jim Meyering  <meyering@lucent.com>
20661
20662         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20663         about `signed and unsigned type in conditional expression'.
20664         * lib/posixtm.c (posix_time_parse): Likewise.
20665
20666         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20667
20668         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20669         to avoid a pedantic warning.
20670
20671         * lib/getstr.c: Don't include assert.h.
20672         (getstr): Remove warning-evoking assertions.
20673         Return -1 if offset parameter is out of bounds.
20674         Change the type of a local from int to size_t.
20675
20676         * lib/strftime.c (my_strftime_localtime_r): Include this function
20677         definition in the `#if ! HAVE_TM_GMTOFF' block.
20678
20679         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20680         Include xalloc.h instead.
20681
20682 2001-12-02  Jim Meyering  <meyering@lucent.com>
20683
20684         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20685         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20686         included.
20687
20688         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20689         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20690
20691 2001-11-30  Akim Demaille  <akim@epita.fr>
20692
20693         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20694         before being defined.
20695
20696 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20697
20698         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20699         First arg is int, not unsigned.
20700         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20701         (SIZE_MAX, UINT_MAX): New macros.
20702         (quotearg_n_options): Abort if N is negative.
20703         Avoid overflow check on hosts where size_t is 64 bits and int
20704         is 32 bits, as overflow is impossible there.
20705         Fix off-by-one typo that caused unnecessary reallocation.
20706
20707 2001-11-27  Jim Meyering  <meyering@lucent.com>
20708
20709         * lib/tempname.c: Merge with version from libc.
20710         * lib/regex.c: Likewise.
20711
20712         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20713         systems for which STDC_HEADERS is 0, it was not included, resulting in
20714         a warning about an integer-to-pointer conversion problem with getenv.
20715         Reported by Volker Borchert.
20716
20717 2001-11-26  Jim Meyering  <meyering@lucent.com>
20718
20719         * lib/gtod.h: Remove file.
20720         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20721         * lib/gettimeofday.c: Don't include gtod.h.
20722         (GTOD_init): Remove function.
20723         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20724         Suggestion from Volker Borchert.
20725
20726 2001-11-23  Jim Meyering  <meyering@lucent.com>
20727
20728         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20729         it.
20730         * lib/hash.c (struct hash_table): Define it here instead.
20731
20732 2001-11-22  Jim Meyering  <meyering@lucent.com>
20733
20734         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20735
20736 2001-11-20  Jim Meyering  <meyering@lucent.com>
20737
20738         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20739         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20740
20741 2001-11-19  Jim Meyering  <meyering@lucent.com>
20742
20743         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20744         directory.  Use "conftestXXXXXX" as the template.
20745         Suggestion from Paul Eggert.
20746
20747         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20748         immediately, so the test doesn't mistakenly hit the max-open-files
20749         limit.
20750
20751 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20752
20753         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20754         (TEMPORARIES): New macro.
20755         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20756         removes an artificial limitation (e.g. HP-UX 10.20, where
20757         TMP_MAX is 17576).
20758
20759 2001-11-18  Jim Meyering  <meyering@lucent.com>
20760
20761         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20762
20763 2001-11-18  Jim Meyering  <meyering@lucent.com>
20764
20765         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20766         on SunOS 4.
20767
20768         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20769         files will be created before anything else.
20770
20771 2001-11-17  Paul Eggert  <eggert@twinsun.com>
20772
20773         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20774         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20775
20776 2001-11-17  Jim Meyering  <meyering@lucent.com>
20777
20778         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20779         Prompted by a report from Bob Proulx.
20780
20781         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20782         Instead, require UTILS_FUNC_MKSTEMP.
20783
20784 2001-11-17  Jim Meyering  <meyering@lucent.com>
20785
20786         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20787         Now, that's done as part of AC_FUNC_STRTOD.
20788
20789 2001-11-17  Jim Meyering  <meyering@lucent.com>
20790
20791         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20792         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20793         rather than group writable.  Patch by Juan F. Codagnone.
20794
20795         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20796         xrealloc, Instead, include "xalloc.h".
20797
20798         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20799         Remove explicit declarations of xmalloc, xrealloc,
20800         and xstrdup.  Instead, include "xalloc.h".
20801
20802         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20803         unlocked-io.h.
20804         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20805         Likewise.
20806         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20807
20808         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20809         Reported by Padraig Brady.
20810
20811         * lib/mkstemp.c: #undef mkstemp.
20812         Include config.h.
20813         (rpl_mkstemp): Rename from mkstemp.
20814         Protoize.
20815
20816 2001-11-16  Jim Meyering  <meyering@lucent.com>
20817
20818         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20819         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20820         determine the amount of total physical memory, use pstat_getstatic.
20821         HPUX-11 doesn't define _SC_PHYS_PAGES.
20822         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20823         If sysconf couldn't be used to determine the amount of available
20824         physical memory, use both pstat_getstatic and pstat_getdynamic.
20825         Based on a patch from Bob Proulx.
20826
20827 2001-11-10  Jim Meyering  <meyering@lucent.com>
20828
20829         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20830         (jm_PREREQ): Use it.
20831
20832 2001-11-09  Jim Meyering  <meyering@lucent.com>
20833
20834         * m4/jm-macros.m4: Require autoconf-2.52f.
20835         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20836         Use these AC_-prefixed names, not the AM_-prefixed ones.
20837
20838         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20839
20840 2001-11-05  Jim Meyering  <meyering@lucent.com>
20841
20842         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20843
20844 2001-11-04  Jim Meyering  <meyering@lucent.com>
20845
20846         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20847         $DEFS.
20848
20849 2001-11-03  Jim Meyering  <meyering@lucent.com>
20850
20851         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20852         of AC_DEFUN.
20853
20854         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20855         know the name of the variable in the macro definition.
20856
20857 2001-11-03  Jim Meyering  <meyering@lucent.com>
20858
20859         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20860         in argmatch_to_argument call.
20861
20862         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20863         argument.
20864
20865         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20866         e.g., a fault due to an attempt to free a NULL pointer.
20867
20868 2001-11-01  Jim Meyering  <meyering@lucent.com>
20869
20870         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
20871         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
20872
20873 2001-11-01  Jim Meyering  <meyering@lucent.com>
20874
20875         * lib/dirfd.c, lib/dirfd.h: New files.
20876         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
20877
20878         * lib/hash.c (hash_print) [TESTING]: Clean up.
20879
20880 2001-10-22  Paul Eggert  <eggert@twinsun.com>
20881
20882         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
20883         to avoid a warning if -Wall.
20884
20885 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
20886
20887         * README: New file
20888         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
20889         (per RMS's instructions, this is now the canonical source)
20890         * lgpl/, gpl/: New directories.
20891
20892 2001-10-21  Paul Eggert  <eggert@twinsun.com>
20893
20894         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
20895
20896 2001-10-21  Jim Meyering  <meyering@lucent.com>
20897
20898         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
20899         this code would end up calling gettext even in packages built
20900         with --disable-nls.
20901         * lib/getopt.c (_): Likewise.
20902         * lib/regex.c (_): Likewise.
20903
20904 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20905
20906         * m4/error.m4 (jm_PREREQ_ERROR):
20907         Do not invoke AC_CHECK_FUNCS with strerror_r, as
20908         AC_FUNC_STRERROR_R does that.
20909         Check for strerror declaration.
20910
20911         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
20912         are supposed to have them these days.
20913         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
20914         Merge changes from latest Autoconf CVS.
20915         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
20916         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
20917         POSIX decided to standardize on the int flavor of strerror_r.
20918
20919 2001-10-20  Paul Eggert  <eggert@twinsun.com>
20920
20921         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
20922         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
20923         Use strerror_r that is only a macro, even if it is not a function.
20924         (strerror): Check for HAVE_DECL_STRERROR before declaring.
20925         (private_strerror): Use prototypes, not old-style function definition.
20926         (print_errno_message): New function.
20927         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
20928         char*-flavored one.
20929         (error_tail, error, error_at_line): Use it.
20930
20931 2001-10-11  Jim Meyering  <meyering@lucent.com>
20932
20933         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
20934         and quote_n (1, ... to avoid clobbering a buffer.
20935
20936 2001-10-05  Jim Meyering  <meyering@lucent.com>
20937
20938         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
20939         hash-pjw.h.
20940         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
20941         * lib/hash-pjw.h: New file.
20942
20943 2001-09-30  Jim Meyering  <meyering@lucent.com>
20944
20945         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
20946         `struct fsstat' has the `f_fstypename' member.
20947         Use that to define FS_TYPE, which is now used to make
20948         the getfsstat link test tighter.
20949
20950 2001-09-30  Jim Meyering  <meyering@lucent.com>
20951
20952         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
20953         Include <sys/ucred.h>, for Apple Darwin.
20954         Include sys/mount.h and sys/fs_types.h only if available.
20955         (FS_TYPE): Define.
20956         (read_filesystem_list): Use FS_TYPE.
20957
20958 2001-09-29  Paul Eggert  <eggert@twinsun.com>
20959
20960         * lib/exclude.c (excluded_filename): 0 -> false, since it's
20961         a boolean context.
20962
20963 2001-09-29  Jim Meyering  <meyering@lucent.com>
20964
20965         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20966         [one-argument getmntent function]): Include stdio.h before mntent.h.
20967         SunOS 4.1.x needs it for the declaration of `FILE'.
20968         Patch by Volker Borchert.
20969
20970         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
20971         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
20972         sys/fs_types.h, and make the link-test for getfsstat guard #include
20973         directives with appropriate #if HAVE_*_H tests so that we can
20974         detect getfsstat on Apple Darwin1.3.7 systems.
20975         Reported by Nelson Beebe.
20976         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
20977
20978 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20979
20980         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20981         #defines strtoimax.  Also treat the other strto* functions
20982         like strtoimax.
20983
20984         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
20985         Check for strtoul and strtoumax,
20986         as those declarations are made even in the signed case.
20987         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
20988         Likewise, for strtol and strtoimax.
20989
20990 2001-09-28  Paul Eggert  <eggert@twinsun.com>
20991
20992         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
20993         #defines strtoimax.  Also treat the other strto* functions
20994         like strtoimax.
20995
20996         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
20997         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
20998         (strtoimax, strtoumax): Do not declare if already defined as a macro.
20999
21000 2001-09-26  Jim Meyering  <meyering@lucent.com>
21001
21002         Most macros in unlocked-io.h had the wrong number of arguments.
21003         * lib/gen-uio: New script.
21004         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21005         * lib/unlocked-io.hin: Remove file.
21006         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21007         rather than trying to embed it here.
21008         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21009         Reported by Padraig Brady.
21010
21011 2001-09-25  Volker Borchert  <bt@teknon.de>
21012
21013         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21014         `result'.
21015
21016 2001-09-24  Jim Meyering  <meyering@lucent.com>
21017
21018         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21019
21020 2001-09-23  Jim Meyering  <meyering@lucent.com>
21021
21022         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21023         instead of the mere test for existence of mntent.h.  The latter
21024         would get a false-positive on AIX 3.4 systems.
21025         In the outer getmntent if-block, don't die if neither of the getmntent
21026         tests succeeds.  Instead, just fall through and continue with the
21027         remaining tests.
21028
21029 2001-09-23  Jim Meyering  <meyering@lucent.com>
21030
21031         * lib/mountlist.c: Remove useless parentheses in #if directives.
21032         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21033         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21034
21035 2001-09-22  Jim Meyering  <meyering@lucent.com>
21036
21037         * m4/gettext.m4: New file.  From gettext.
21038         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21039         * m4/progtest.m4: Likewise
21040         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21041         * m4/glibc21.m4: Likewise.
21042
21043         * m4/libintl.m4: Remove.  No longer used.
21044
21045 2001-09-22  Jim Meyering  <meyering@lucent.com>
21046
21047         * lib/localcharset.c: Update from latest gettext.
21048         * lib/config.charset: Likewise.
21049
21050 2001-09-20  Jim Meyering  <meyering@lucent.com>
21051
21052         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21053         strtoimax.
21054         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21055         strtoumax.
21056
21057 2001-09-20  Jim Meyering  <meyering@lucent.com>
21058
21059         * lib/xstrtol.c (strtoimax): Guard declaration with
21060         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21061         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21062         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21063         (strtoumax): Likewise, for completeness (it wasn't necessary).
21064
21065 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21066
21067         * lib/strtoimax.c (HAVE_LONG_LONG):
21068         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21069         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21070         to work around bug in IBM C compiler.
21071
21072 2001-09-17  Jim Meyering  <meyering@lucent.com>
21073
21074         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21075         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21076         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21077         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21078         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21079         whenever the right hand side need not be expanded by the shell.
21080
21081 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21082
21083         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21084         library.  It's not correct, as some older glibcs are buggy.
21085         fnmatch wasn't fixed until glibc 2.2.
21086
21087         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21088         special shell magic here.
21089
21090 2001-09-16  Jim Meyering  <meyering@lucent.com>
21091
21092         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21093         * m4/jm-macros.m4: Require it.
21094
21095 2001-09-16  Jim Meyering  <meyering@lucent.com>
21096
21097         * lib/mkdir.c: New file.
21098
21099 2001-09-15  Jim Meyering  <meyering@lucent.com>
21100
21101         * m4/jm-macros.m4: Check for help2man.
21102
21103 2001-09-11  Jim Meyering  <meyering@lucent.com>
21104
21105         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21106         The body, by Paul Eggert, was moved here from configure.in.
21107         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21108
21109 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21110
21111         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21112         (jm_PREREQ): Use it.
21113
21114 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21115
21116         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21117         Use ssize_t, not int, to store result of readlink.
21118         Check for ssize_t overflow as well as size_t overflow,
21119         as POSIX says the result of readlink is implementation-defined
21120         when ssize_t overflows.
21121         Remove unnecessary cast to char*.
21122         Use free+malloc instead of realloc, as the storage doesn't need
21123         to be preserved and it's clearer and can be more efficient that way.
21124         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21125         * lib/xreadlink.h (xreadlink): Update prototype.
21126
21127 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21128
21129         * lib/xgetcwd.c: Revert some of the previous change; intead,
21130         fix the HAVE_GETCWD_NULL code to behave more like the
21131         !HAVE_GETCWD_NULL code used to.
21132
21133         Include "xalloc.h".
21134         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21135         invoke xalloc_die.
21136
21137 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21138
21139         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21140         sys/param.h, as pathmax.h includes them.
21141
21142 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21143
21144         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21145         (jm_PREREQ_XGETCWD): New macro.
21146
21147         * m4/getcwd.m4: New file.
21148
21149 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21150
21151         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21152         like the HAVE_GETCWD_NULL code.
21153         Include pathmax.h if not HAVE_GETCWD.
21154         Do not include xalloc.h.
21155         (INITIAL_BUFFER_SIZE): New symbol.
21156         Do not use xmalloc / xrealloc, since the caller is responsible for
21157         handling errors.  Preserve errno around `free' during failure.
21158         Do not overrun buffer when using getwd.
21159
21160 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21161
21162         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21163         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21164         getcwd (NULL, 0).
21165
21166 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21167
21168         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21169         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21170         spotted by Jim Meyering.
21171
21172 2001-09-03  Jim Meyering  <meyering@lucent.com>
21173
21174         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21175         failure.
21176
21177 2001-09-02  Jim Meyering  <meyering@lucent.com>
21178
21179         * lib/error.c: Update from GNU libc.
21180
21181 2001-09-01  Jim Meyering  <meyering@lucent.com>
21182
21183         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21184         Used by df.
21185
21186 2001-09-01  Jim Meyering  <meyering@lucent.com>
21187
21188         * lib/xreadlink.c: New file.
21189         * lib/xreadlink.h: New file.
21190         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21191         xreadlink.h.
21192
21193         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21194         doesn't conflict with sparc Solaris 7's definition in
21195         /usr/include/sys/int_types.h.
21196
21197         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21198         files.
21199         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21200         and strncasecmp as r-values.  Unixware didn't have declarations.
21201
21202 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21203
21204         * lib/xstrtol.h: Add copyright notice.
21205         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21206         LONGINT_INVALID_SUFFIX_CHAR.
21207
21208 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21209
21210         * lib/xstrtol.c (strtoimax): New decl.
21211
21212 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21213
21214         * lib/xgetcwd.c: Don't include pathmax.h.
21215         Include stdlib.h and unistd.h if available.
21216         Include xalloc.h.
21217         (xmalloc, xstrdup, free): Remove decls.
21218         (xgetcwd): Don't assume sizes fit in unsigned.
21219         Check for overflow when computing sizes.
21220         Simplify reallocation code.
21221
21222 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21223
21224         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21225         a directory's st_size can have an arbitrary value, so the old
21226         usage could waste an arbitrary amount of memory.  All uses
21227         changed.
21228         * lib/savedir.h: Update prototype.
21229
21230 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21231
21232         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21233
21234         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21235         old strtoimax.c.
21236
21237         Also, make the following further changes to make this file's
21238         configuration more similar to that of strtol.c:
21239         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21240         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21241         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21242         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21243         changed to signed values.
21244
21245         And make the following changes as well:
21246         Fix copyright notice, as 1999 was missing.
21247         (verify): New macro.
21248         (strtoimax): Check sizes at compile-time, not run-time.
21249         Prefer strtol to strtoll if both work.
21250         (main): Remove; it was not that useful and was a pain to maintain.
21251
21252         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21253
21254 2001-08-31  Jim Meyering  <meyering@lucent.com>
21255
21256         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21257         Use an initial, malloc'd, buffer of length 128 rather than
21258         a statically allocated one of length 1024.
21259
21260 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21261
21262         Simplify code, partly by assuming autoconf 2.52 semantics.
21263
21264         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21265
21266         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21267         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21268         All uses removed.
21269         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21270         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21271         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21272         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21273         jm_AC_HEADER_INTTYPES_H.
21274         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21275
21276         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21277
21278         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21279         Quote first arg of AC_DEFUN.
21280         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21281         since they are needed to parse the include file even if we need
21282         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21283         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21284         but with opposite signedness.
21285
21286 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21287
21288         Merge 'exclude' changes from tar 1.13.22.
21289         This fixes one or two unlikely storage allocation overflow bugs,
21290         but doesn't change user-visible behavior otherwise.
21291
21292 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21293
21294         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21295         (jm_PREREQ_EXCLUDE): New macro.
21296
21297 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21298
21299         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21300         tm to be declared.
21301
21302 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21303
21304         * lib/hash.c: Remove '2001' from copyright notice.
21305
21306 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21307
21308         * lib/full-write.h: New file.
21309         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21310         * lib/full-write.c: Correct credits, as cccp.c no longer
21311         exists and anyway it was so heavily changed from the old cccp
21312         code as to be unrecognizable.  Include full-write.h.
21313         (full_write) Return size_t, with short writes meaning failure.
21314         All callers changed.  This fixes a bug with large buffers
21315         on 64-bit hosts.
21316         * lib/utime.c: Include full-write.h.
21317
21318 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21319
21320         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21321         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21322         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21323         Include if available.
21324         (<xalloc.h>): Include
21325         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21326         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21327         collide with FNM macros.
21328         (struct patopts): New struct.
21329         (struct exclude): Use it, as exclude patterns now come with options.
21330         (new_exclude): Support above changes.
21331         (new_exclude, add_exclude_file):
21332         Initial size must now be a power of two to simplify overflow checking.
21333         (free_exclude, fnmatch_no_wildcards): New function.
21334         (excluded_filename): No longer requires options arg, as the options
21335         are determined by add_exclude.  Now returns bool, not int.
21336         (excluded_filename, add_exclude):
21337         Add support for the fancy new exclusion options.
21338         (add_exclude, add_exclude_file): Now takes int options arg.
21339         Check for arithmetic overflow when computing sizes.
21340         (add_exclude_file): xrealloc might modify errno, so don't
21341         realloc until after errno might be used.
21342
21343         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21344         New macros.
21345         (free_exclude): New decl.
21346         (add_exclude, add_exclude_file): Now takes int options arg.
21347         (excluded_filename): No longer requires options arg, as the options
21348         are determined by add_exclude.  Now returns bool, not int.
21349
21350 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21351
21352         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21353
21354 2001-08-27  Jim Meyering  <meyering@lucent.com>
21355
21356         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21357
21358         * lib/version-etc.c (N_): Remove definition.
21359         Revert most of last change.
21360         Instead, simply don't mark the `Copyright...' string for translation.
21361         Based on advice from Paul Eggert.
21362
21363         * lib/strtoxmax.c: Tweak comment.
21364
21365 2001-08-26  Jim Meyering  <meyering@lucent.com>
21366
21367         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21368
21369         * m4/xstrtoimax.m4: New file.
21370         * m4/xstrtoumax.m4: Add comments explaining why we
21371         AC_REPLACE_FUNCS(strtol).
21372
21373 2001-08-26  Jim Meyering  <meyering@lucent.com>
21374
21375         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21376         of copyright with `%s' so translators don't get an untranslated
21377         message in 2002.
21378         (COPYRIGHT_YEAR): Define.
21379         (version_etc): Use fprintf rather than fputs.
21380         Suggestion from Ulrich Drepper.
21381
21382         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21383
21384         * lib/strtoll.c: New file, from GNU libc.
21385         * lib/xstrtoimax.c: New file.
21386
21387         * lib/xstrtol.h: Add xstrtoimax.
21388         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21389         * lib/strtoimax.c: New file.  Likewise, but first define
21390         STRTOUXMAX_SIGNED.
21391
21392         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21393         ...
21394         * lib/strtoxmax.c: ... then renamed to this.
21395
21396 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21397
21398         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21399         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21400         (jm_AC_TYPE_INTMAX_T): New macro.
21401         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21402
21403         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21404
21405         * m4/longlong.m4: Renamed from ulonglong.m4.
21406         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21407         * m4/uintmax_t.m4: Removed.
21408
21409 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21410
21411         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21412         Port to Solaris 8, where 'sed' requires a space after the 'r'
21413         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21414         Redirect output to $tmp just once.
21415
21416 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21417
21418         * lib/addext.c (<errno.h>): Include.
21419         (errno): Declare if not defined.
21420         (addext): Work correctly when pathconf returns -1 and leaves
21421         errno alone because there is no limit.  Also, work even if
21422         pathconf returns a value greater than SIZE_MAX.
21423
21424 2001-08-12  Jim Meyering  <meyering@lucent.com>
21425
21426         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21427         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21428         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21429         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21430         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21431         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21432         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21433         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21434         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21435         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21436         utime.m4, utimes.m4, xstrtoumax.m4:
21437         Quote the first argument in each use of AC_DEFUN.
21438
21439 2001-08-12  Jim Meyering  <meyering@lucent.com>
21440
21441         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21442         Simply `return getcwd (NULL, 0);'.
21443         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21444         Use 1300 as initial value for length, not PATH_MAX.
21445
21446         * lib/pathmax.h: Clean up cpp syntax.
21447
21448 2001-08-12  Jim Meyering  <meyering@lucent.com>
21449
21450         * lib/gettimeofday.c: New file.
21451         * lib/gtod.h: New file.
21452         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21453
21454 2001-08-05  Jim Meyering  <meyering@lucent.com>
21455
21456         * m4/jm-macros.m4: Require autoconf-2.52.
21457
21458 2001-08-04  Jim Meyering  <meyering@lucent.com>
21459
21460         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21461         stmt, to get in sync with glibc.
21462
21463 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21464
21465         The following changes are from gettext 0.10.39 as maintained by
21466         Bruno Haible.
21467
21468         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21469         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21470         with inverted sense.  All uses changed.
21471
21472         * lib/mbswidth.c: Don't include <limits.h>.
21473         Include <stdlib.h> and <string.h> unconditionally.
21474         (iswcntrl, mbsinit, ISCNTRL): New macros.
21475         (mbsnwidth): Use K&R style function declarations.
21476         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21477         can optimize it when MB_CUR_MAX == 1.
21478         The width of control characters is zero, not 1.
21479
21480 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21481
21482         The following changes are from gettext 0.10.39 as maintained by
21483         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21484
21485         * m4/codeset.m4: Upgrade to serial AM1.
21486         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21487         all uses changed.  Quote first arg of AC_DEFUN.
21488         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21489
21490         * m4/iconv.m4: Upgrade to serial AM2.
21491         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21492         Add --with-libconv-prefix.
21493         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21494         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21495         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21496         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21497         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21498
21499         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21500         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21501         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21502         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21503         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21504         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21505         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21506         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21507         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21508
21509         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21510         string.h any more.
21511
21512         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21513         not the default value.
21514
21515         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21516         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21517         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21518         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21519         Also check for iswcntrl, used for wcwidth fallback.
21520         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21521         to Autoconf 2.13.
21522
21523 2001-08-03  Jim Meyering  <meyering@lucent.com>
21524
21525         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21526         as it was in the original.  Reported by Paul Eggert.
21527
21528 2001-07-16  Jim Meyering  <meyering@lucent.com>
21529
21530         * m4/gettimeofday.m4: New file.
21531         Prompted by a report from Bernhard Baehr.
21532
21533 2001-07-15  Jim Meyering  <meyering@lucent.com>
21534
21535         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21536         stuff. Now it's in ../Makefile.cfg.
21537
21538 2001-07-15  Jim Meyering  <meyering@lucent.com>
21539
21540         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21541         (BUILT_SOURCES): Add unlocked-io.h.
21542         (io_functions): Define.
21543         (unlocked-io.h): New rule.
21544         (DISTCLEANFILES): Add unlocked-io.h.
21545         (all-local): Depend on unlocked-io.h, to ensure it is created.
21546
21547         * lib/unlocked-io.hin: New file
21548
21549         * lib/regex.c: Update from glibc.
21550
21551 2001-07-05  Jim Meyering  <meyering@lucent.com>
21552
21553         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21554         recommendation.
21555         (libfetish_a_SOURCES): Put all .h files here instead.
21556         Remove a thus-exposed (better checks in automake) duplicate and
21557         two unnecessary .h files.
21558
21559 2001-07-04  Jim Meyering  <meyering@lucent.com>
21560
21561         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21562         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21563         distcheck failure.
21564
21565 2001-07-02  Jim Meyering  <meyering@lucent.com>
21566
21567         The following changes were prompted by suggestions from Bruno Haible.
21568
21569         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21570         is now generated.
21571         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21572         definition of EXTRA_DIST.
21573         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21574         ensure that the generated file is created/updated whenever the list
21575         of $(unlocked_functions) is changed.
21576         (jm-glibc-io.m4): New rule.
21577         (unlocked-io.h): New rule -- currently unused.
21578
21579 2001-06-24  Jim Meyering  <meyering@lucent.com>
21580
21581         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21582         unmatched right bracket, rather than kludging it with an extra,
21583         falsely-matching quote in a comment.  Patch by Akim Demaille.
21584
21585 2001-06-11  Jim Meyering  <meyering@lucent.com>
21586
21587         * lib/regex.c: Update from GNU libc.
21588
21589 2001-05-27  Jim Meyering  <meyering@lucent.com>
21590
21591         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21592         Check for ut_type in struct utmp.
21593
21594 2001-05-27  Jim Meyering  <meyering@lucent.com>
21595
21596         * lib/readutmp.h (UT_TYPE): Define.
21597
21598 2001-05-24  Jim Meyering  <meyering@lucent.com>
21599
21600         * lib/argmatch.c: Include "quote.h".
21601         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21602         quote function.  Reported by Göran Uddeborg.
21603
21604 2001-05-22  Jim Meyering  <meyering@lucent.com>
21605
21606         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21607         now that we use the package-supplied version unconditionally.
21608         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21609
21610 2001-05-21  Jim Meyering  <meyering@lucent.com>
21611
21612         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21613         shell syntax errors.
21614
21615 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21616
21617         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21618
21619 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21620
21621         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21622         Don't bother to check library strftime, since
21623         we'll be using our own my_strftime function anyway.
21624         Define my_strftime instead of strftime.
21625
21626 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21627
21628         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21629         which is not yet declared.
21630
21631 2001-05-15  Jim Meyering  <meyering@lucent.com>
21632
21633         * m4/regex.m4: Use proper quoting so brackets appear in the test
21634         program.
21635         Reported by, and with help from, Bruno Haible.
21636
21637 2001-05-13  Jim Meyering  <meyering@lucent.com>
21638
21639         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21640         undefined.
21641
21642 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21643
21644         dirname code cleanup.  base_name now behaves more compatibly
21645         with POSIX basename when given file names that have trailing
21646         slashes, and similarly for dir_name.  Add new primitives
21647         base_len and dir_len.  Put the directory-name-related decls
21648         into dirname.h.
21649
21650         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21651         * lib/backupfile.c (base_name): Likewise.
21652         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21653         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21654         * lib/makepath.c (strip_trailing_slashes): Likewise.
21655         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21656         ISSLASH): Likewise.
21657         * lib/rename.c (strip_trailing_slashes): Likewise.
21658         * lib/same.c (base_name): Likewise.
21659         * lib/stripslash.c (ISSLASH): Likewise.
21660
21661         * lib/addext.c: Include <dirname.h> after size_t is defined.
21662         * lib/backupfile.c: Likewise.
21663
21664         * lib/addext.c (addext): Use base_len to trim redundant
21665         trailing slashes instead of doing it ourselves.
21666         But do not trim the last slash if it is not redundant.
21667
21668         * lib/backupfile.c (find_backup_file_name,
21669         max_backup_version): Use base_len instead of rolling it ourselves.
21670         Handle the case of "" and (on DOS) "C:" correctly.
21671
21672         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21673         needed. Include <string.h>, <dirname.h>.
21674         (base_name): Allow file names ending in slashes, other than names
21675         that are all slashes.  In this case, return the basename followed
21676         by the slashes.  This is more general, and can be used in places
21677         where the original base_name purposely had an assertion failure.
21678         (base_len): New function.
21679
21680         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21681         Do not include <assert.h>; no longer needed.
21682         Include xalloc.h.
21683         (memrchr): Remove decl.
21684         (dir_name_r): Remove.
21685         (dir_len): Renamed from dirlen.  All callers changed.
21686         Rewrite in terms of base_name, for simplicity and consistency.
21687         (dir_name): Never return NULL.  All callers changed.
21688         Do not include <stdlib.h> in test program; no longer needed.
21689         return 0; is fine for test program.
21690
21691         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21692         New macros.
21693         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21694
21695         * lib/path-concat.c (path_concat): Use base_len to compute
21696         base length, not strlen; this means we cannot rely on memcpy
21697         to null-terminate.
21698
21699         * lib/same.c (STREQ): Remove.
21700         (same_name): Handle the case where the basename ends in trailing '/'.
21701
21702         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21703         a slash was stripped.  Do not strip the last slash after a
21704         file system prefix.
21705
21706 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21707
21708         * lib/Makefile.am (libfetish_a_SOURCES):
21709         Add strftime.c, since we now compile it on all hosts.
21710
21711         * lib/strftime.c (my_strftime):
21712         Define to nstrftime if emacs, but only if my_strftime is not defined.
21713         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21714         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21715         Add one more extra argument: a nanoseconds value.
21716         All uses changed.
21717         (ns): New macro.
21718         (my_strftime function): Add %N format.
21719         (emacs_strftimeu): Renamed from emacs_strftime,
21720         with extra ut argument.
21721
21722 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21723
21724         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21725
21726 2001-04-21  Jim Meyering  <meyering@lucent.com>
21727
21728         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21729         doesn't interfere.
21730
21731 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21732
21733         * m4/ftruncate.m4: Check for chsize.
21734         Link with ftruncate.o unconditionally if ftruncate is missing.
21735         This was required when cross-compiling to i586-mingw32msvc.
21736
21737 2001-04-08  Jim Meyering  <meyering@lucent.com>
21738
21739         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21740         recomputed; that's necessary when the offset spans a DST transition.
21741         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21742
21743 2001-04-02  Jim Meyering  <meyering@lucent.com>
21744
21745         * lib/regex.h, regex.c: Update from GNU libc.
21746
21747 2001-03-24  Jim Meyering  <meyering@lucent.com>
21748
21749         * m4/jm-macros.m4: Require autoconf-2.49d.
21750
21751 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21752
21753         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21754
21755 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21756
21757         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21758
21759 2001-03-17  Jim Meyering  <meyering@lucent.com>
21760
21761         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21762         now that the version in autoconf is equivalent.
21763         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21764
21765         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21766         Suggestion from Akim Demaille.
21767
21768         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21769         (jm_PREREQ_TEMPNAME): New function.
21770
21771 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21772
21773         * lib/tempname.c (uint64_t): Define to uintmax_t if
21774         not defined, and if UINT64_MAX is not defined.
21775         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21776         Reported by John David Anglin.
21777
21778 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21779
21780         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21781         resolve alias if codeset is empty.
21782         * lib/config.charset (BeOS): Use wildcard syntax.
21783
21784 2001-03-13  Jim Meyering  <meyering@lucent.com>
21785
21786         * lib/path-concat.c (path_concat)
21787         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21788         concatenating e.g., `C:' and `foo'.
21789         From Bruno Haible.
21790
21791 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21792
21793         * lib/localcharset.c (locale_charset): Don't use
21794         setlocale(LC_CTYPE,NULL). Don't return NULL.
21795         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21796
21797 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21798
21799         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21800         support for DOS/DJGPP.
21801
21802 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21803
21804         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21805         lacks mkstemp.  Compile our own tempname.c if we compile our own
21806         mkstemp.c, as mkstemp relies on tempname.
21807
21808 2001-03-01  Jim Meyering  <meyering@lucent.com>
21809
21810         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21811         AH_VERBATIM really does output its argument verbatim.
21812
21813 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21814
21815         * lib/Makefile.am (libfetish_a_SOURCES):
21816         Add dup-safer.c, fopen-safer.c.
21817         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21818
21819         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21820         * lib/unistd-safer.h: New files.
21821
21822 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21823
21824         The mkstemp replacement is taken from glibc 2.2.2, with some
21825         portability fixes for use outside glibc, as follows:
21826
21827         * lib/tempname.c (struct_stat64): New macro.
21828         (direxists, __gen_tempname): Use it.
21829         This avoids a portability problem with Solaris 8.
21830
21831         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21832         (<stddef.h>, <stdint.h>, <string.h>):
21833         Include only if STDC_HEADERS || _LIBC.
21834         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21835         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21836         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21837         (__set_errno): Define this macro if <errno.h> doesn't.
21838         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21839         Define these macros if <stdio.h> doesn't.
21840         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21841         Define these macros if <sys/stat.h>
21842         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21843         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21844         __xstat64): Define if not _LIBC.
21845         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21846         (__gen_tempname): Invoke gettimeofday only if
21847         HAVE_GETTIMEOFDAY || _LIBC;
21848         otherwise, fall back on plain "time".
21849         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21850
21851         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21852
21853         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21854
21855 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21856
21857         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21858
21859 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21860
21861         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21862         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21863         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21864         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21865
21866 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21867
21868         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21869         Remove workaround macros for hosts that have mbrtowc but not
21870         mbstate_t, as we now insist on proper declarations for both
21871         before using mbrtowc.
21872
21873 2001-02-17  Jim Meyering  <meyering@lucent.com>
21874
21875         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
21876         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
21877         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
21878         UnixWare 7.1.1.
21879
21880         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
21881         rather than AC_CACHE_VAL.
21882
21883 2001-02-17  Jim Meyering  <meyering@lucent.com>
21884
21885         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
21886         around included file name.
21887
21888         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
21889
21890         * lib/strftime.c: Update from GNU libc (the only changes were to
21891         comments).
21892
21893 2001-02-17  Jim Meyering  <meyering@lucent.com>
21894
21895         * lib/regex.c: Update from libc.
21896
21897 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
21898
21899         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
21900         clash.
21901
21902 2001-02-16  Paul Eggert  <eggert@twinsun.com>
21903
21904         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
21905         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
21906         Reported by Mark Hounschell via Paul Eggert.
21907
21908 2001-02-07  Jim Meyering  <meyering@lucent.com>
21909
21910         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
21911
21912 2001-02-05  Jim Meyering  <meyering@lucent.com>
21913
21914         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
21915         it includes the patch required for `large file' support with at least
21916         HP-UX's 10.20 /bin/cc.
21917
21918 2001-02-03  Jim Meyering  <meyering@lucent.com>
21919
21920         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
21921         AS_IF, now that it works once again (mysteriously).
21922         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21923
21924 2001-01-30  Jim Meyering  <meyering@lucent.com>
21925
21926         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
21927         * m4/chown.m4: Rename conftestchown to conftest.chown.
21928         * m4/rename.m4: s/conftestdir/conftest.d1/ and
21929         s/conftestdir2/conftest.d2/.
21930         * m4/utimes.m4: s/conftestdata/conftest.data/
21931         Inspired by Pavel Roskin's change in autoconf.
21932
21933 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
21934
21935         * lib/config.charset: Update for FreeBSD 4.2.
21936
21937 2001-01-27  Jim Meyering  <meyering@lucent.com>
21938
21939         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
21940         a use of AS_IF.
21941         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
21942
21943 2001-01-26  Jim Meyering  <meyering@lucent.com>
21944
21945         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
21946         quotearg.c includes it.
21947
21948 2001-01-26  Jim Meyering  <meyering@lucent.com>
21949
21950         * lib/quotearg.c: Include stddef.h.
21951         * lib/quote.c: Include stddef.h.
21952         Reported by Axel Kittenberger.
21953
21954         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
21955         line in double quotes so that it evokes a better diagnostic.
21956         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
21957         Reported by Axel Kittenberger.
21958
21959 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
21960
21961         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
21962         as if it was a `charset'.
21963
21964 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21965
21966         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
21967         has const.
21968
21969 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
21970
21971         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
21972         to avoid a warning.  Add back 'const' to inptr.
21973
21974 2001-01-20  Jim Meyering  <meyering@lucent.com>
21975
21976         Be sure that headers are checked before used in code compiled
21977         for the type checks.
21978         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
21979         In place of that, invoke jm_CHECK_ALL_TYPES.
21980         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
21981         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
21982         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
21983         The check for ssize_t was mistakenly run before the test for unistd.h.
21984
21985         The configure-time check for stdbool.h was missing.
21986         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
21987         (jm_PREREQ_HASH): New function.
21988
21989 2001-01-17  Jim Meyering  <meyering@lucent.com>
21990
21991         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
21992         for autoconf-2.49c.
21993         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
21994
21995 2001-01-16  Jim Meyering  <meyering@lucent.com>
21996
21997         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
21998         From Bruno Haible.
21999
22000 2001-01-14  Jim Meyering  <meyering@lucent.com>
22001
22002         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22003         foo and bar.  Create conftestdir/ in the script, not in the C code.
22004         Remove directories in the script, not in the C code.
22005         Remove conftestdir{,2} before trying to create the directory.
22006         Make the entire configure script fail if the mkdir fails.
22007
22008 2001-01-14  Jim Meyering  <meyering@lucent.com>
22009
22010         * lib/rename.c: New file.  From Volker Borchert.
22011         Include stdlib.h, string.h or strings.h, and xalloc.h.
22012         Use strip_trailing_slashes rather than open-coding it.
22013
22014 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22015
22016         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22017
22018 2001-01-03  Jim Meyering  <meyering@lucent.com>
22019
22020         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22021         of local `inptr' to avoid warning with some system declarations of
22022         iconv.
22023
22024 2001-01-02  Volker Borchert  <bt@teknon.de>
22025
22026         * m4/rename.m4: New file.
22027         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22028
22029 2001-01-01  Jim Meyering  <meyering@lucent.com>
22030
22031         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22032         even on systems with utmpx.h.  It's necessary for the declaration of
22033         utmp's ut_user member.  Reported by Andreas Jaeger.
22034
22035         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22036         available. They are required for the declarations of getgrgid and
22037         getpwuid resp.
22038         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22039         Reported by Andreas Jaeger.
22040
22041 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22042
22043         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22044         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22045         so `make install' also works in VPATH builds.
22046
22047 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22048
22049         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22050         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22051         can be used in subdirectories.
22052
22053 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22054
22055         * lib/modechange.c: Do not assume that mode_t uses the
22056         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22057         the other-execute bit of FOO even if S_IXOTH != 1.
22058
22059         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22060         WOTH, XOTH, ALLM): New macros.
22061         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22062          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22063         Use them.
22064         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22065         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22066         (mode_compile):
22067         No need to use uintmax_t; unsigned long is long enough.
22068         Don't bother to get suffix since we don't use it.
22069
22070 2000-12-26  Jim Meyering  <meyering@lucent.com>
22071
22072         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22073         better with autoheader.
22074
22075 2000-12-24  Jim Meyering  <meyering@lucent.com>
22076
22077         * lib/hash.c (is_prime): Return explicit boolean values.
22078         (hash_get_first): Return NULL to appease Irix5.6's 89.
22079         Reported by Nelson Beebe.
22080
22081 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22082
22083         * lib/localcharset.c (locale_charset): Add support for Win32.
22084
22085 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22086
22087         * lib/physmem.h, lib/physmem.c: New files.
22088
22089         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22090         (noinst_HEADERS): Add physmem.h.
22091
22092         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22093         't' for compatibility with Solaris 8 sort.
22094
22095 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22096
22097         * lib/config.charset: Add support for BeOS.
22098
22099 2000-12-17  Jim Meyering  <meyering@lucent.com>
22100
22101         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22102         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22103
22104 2000-12-16  Jim Meyering  <meyering@lucent.com>
22105
22106         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22107         N and M) would have treated it like `chown N:N FILE'.
22108
22109         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22110
22111 2000-12-16  Jim Meyering  <meyering@lucent.com>
22112
22113         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22114         SHELLS_FILE to a file name that's useful on djgpp systems.
22115         Include stdlib.h.
22116         (ADDITIONAL_DEFAULT_SHELLS): Define.
22117         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22118         Based mostly on a patch from Prashant TR.
22119
22120 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22121
22122         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22123         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22124         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22125
22126 2000-12-08  Andreas Schwab  <schwab@suse.de>
22127
22128         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22129         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22130
22131 2000-12-07  Jim Meyering  <meyering@lucent.com>
22132
22133         * lib/stripslash.c (ISSLASH): Define.
22134         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22135         `/'.
22136         From Prashant TR.
22137
22138         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22139         (dir_name_r): Declare this function as static.
22140         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22141         manifest itself on a name containing a mix of slashes and
22142         backslashes.
22143         Make this function work with names starting with a DOS-style
22144         drive letter and colon prefix.
22145         (dir_name): Append `.' if necessary.
22146         Based mostly on patches from Prashant TR and Eli Zaretskii.
22147
22148         * lib/dirname.h (dir_name_r): Remove prototype.
22149
22150 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22151
22152         * m4/off_t-format.m4: Remove this file.
22153         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22154
22155 2000-12-06  Jim Meyering  <meyering@lucent.com>
22156
22157         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22158         replacement strtoull, we may well need the replacement strtoul, too.
22159         Check for declarations of strtoul and strtoull.
22160         Check for strtol.  Mainly as a cue to cause automake to include
22161         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22162         Check for limits.h -- strtol.c needs it.
22163
22164 2000-12-05  Jim Meyering  <meyering@lucent.com>
22165
22166         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22167
22168 2000-12-04  Jim Meyering  <meyering@lucent.com>
22169
22170         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22171         Also include memory.h, stdlib.h, unistd.h if appropriate.
22172         Reported by Andreas Jaeger (conflicting declaration of malloc).
22173
22174 2000-12-02  Jim Meyering  <meyering@lucent.com>
22175
22176         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22177         * m4/jm-macros.m4 (jm_MACROS): require it.
22178
22179 2000-12-02  Jim Meyering  <meyering@lucent.com>
22180
22181         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22182
22183 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22184
22185         * lib/memrchr.c: Include <config.h> before any system include file.
22186
22187 2000-11-30  Jim Meyering  <meyering@lucent.com>
22188
22189         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22190
22191 2000-11-30  Jim Meyering  <meyering@lucent.com>
22192
22193         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22194
22195 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22196
22197         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22198
22199 2000-11-26  Jim Meyering  <meyering@lucent.com>
22200
22201         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22202
22203 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22204
22205         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22206         size of (size_t) -1; it's not portable.
22207
22208 2000-11-17  Jim Meyering  <meyering@lucent.com>
22209
22210         * lib/strstr.c: Update from GNU libc.
22211
22212 2000-11-17  Akim Demaille  <akim@epita.fr>
22213
22214         * lib/obstack.h: Formatting changes.
22215         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22216         prevent type checking.
22217         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22218         cast the value to (void *): assigning a `foo *' to a `void *'
22219         variable is valid.
22220         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22221
22222 2000-11-16  Jim Meyering  <meyering@lucent.com>
22223
22224         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22225
22226 2000-11-11  Jim Meyering  <meyering@lucent.com>
22227
22228         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22229
22230 2000-11-10  Jim Meyering  <meyering@lucent.com>
22231
22232         * lib/obstack.h: Update from GNU libc.
22233         * lib/obstack.c: Likewise.
22234
22235 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22236
22237         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22238
22239 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22240
22241         * lib/getusershell.c (setusershell): Use rewind rather than
22242         fseek/fseeko, to avoid configuration hassles with fseeko.
22243         Don't bother opening SHELLS_FILE if shellstream is NULL;
22244         it's not necessary.
22245
22246 2000-11-05  Jim Meyering  <meyering@lucent.com>
22247
22248         * lib/makepath.h (make_dir): Declare.
22249         * lib/makepath.c (make_dir): Remove `static' attribute.
22250         Tweak a comment.
22251
22252 2000-11-04  Jim Meyering  <meyering@lucent.com>
22253
22254         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22255
22256 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22257
22258         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22259         last one in a bucket, advance to the next bucket.
22260
22261 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22262
22263         * lib/fnmatch.c: Do not comment out all the code if we are using
22264         the GNU C library, because in some cases we are replacing buggy
22265         code in the GNU C library itself.
22266
22267 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22268
22269         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22270         (regex_compile): Catch bogus \(\1\).
22271
22272 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22273
22274         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22275         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22276         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22277
22278 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22279
22280         * lib/error.h, getline.h, modechange.h:
22281         Remove "2000" from Copyright line, as the file hasn't been
22282         changed this year other than in the copyright notice.
22283
22284         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22285         was changed this year.
22286
22287 2000-10-29  Jim Meyering  <meyering@lucent.com>
22288
22289         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22290         renaming.
22291         * m4/ls-mntd-fs.m4: Likewise
22292
22293 2000-10-29  Jim Meyering  <meyering@lucent.com>
22294
22295         * lib/xstat.in: Fix grammar in comment.
22296
22297 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22298
22299         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22300         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22301         doesn't define __restrict_arr.
22302
22303 2000-10-28  Jim Meyering  <meyering@lucent.com>
22304
22305         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22306         (jm_PREREQ_MEMCHR): New function.
22307
22308 2000-10-28  Jim Meyering  <meyering@lucent.com>
22309
22310         * lib/memchr.c: Update from libc.
22311         Adjust for portability:
22312         [HAVE_STDLIB_H]: Include stdlib.h.
22313         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22314         Undef __memchr, too.
22315         [!weak_alias]: Define __memchr to memchr.
22316
22317         * lib/regex.c: Update from libc.
22318         * lib/regex.h: Likewise.
22319         * lib/getopt1.c: Likewise.
22320         * lib/memcmp.c: Likewise.
22321
22322         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22323         Avoid using fseek, when possible -- it's broken by design.
22324         Patch by Ulrich Drepper.
22325
22326 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22327
22328         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22329         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22330         Giving in to popular pressure to shut up the compiler with casts.
22331
22332 2000-10-26  Jim Meyering  <meyering@lucent.com>
22333
22334         * lib/strftime.c: Update from libc.
22335
22336 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22337
22338         * regex.c: More `unsigned char' -> `re_char' changes.
22339         Also change several `int' into `re_wchar_t'.
22340         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22341         (PUSH_FAILURE_POINTER): Don't cast any more.
22342         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22343         We want GCC to complain, since this piece of code makes
22344         re_match non-reentrant, which *should* be fixed.
22345         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22346         (EXTEND_BUFFER): Use RETALLOC.
22347         (SET_LIST_BIT): Don't cast.
22348         (re_wchar_t): New type.
22349         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22350         that those two functions will always properly return.
22351         (IMMEDIATE_QUIT_CHECK): Cast to void.
22352         (analyse_first): Use recursion rather than an explicit stack.
22353         (re_compile_fastmap): Can't fail anymore.
22354         (re_search_2): Don't check re_compile_fastmap for failure.
22355         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22356         Now also sets the new value (passed in a new argument).
22357         (re_match_2_internal): Use it.
22358         Also, use a new var `reg' of type size_t when looping through regs
22359         rather than reuse the inappropriate `mcnt'.
22360
22361 2000-10-25  Jim Meyering  <meyering@lucent.com>
22362
22363         * lib/obstack.c: Update from libc.
22364
22365 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22366
22367         * regex.c (regex_compile): Change the way of handling a range from
22368         a char less than 256 to a char not less than 256.
22369
22370 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22371
22372         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22373         NT-Emacs only.
22374         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22375         so that re_search functions only quit when callers expect them to.
22376
22377 2000-10-23  Jim Meyering  <meyering@lucent.com>
22378
22379         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22380         wrong.  That set_locale call must not have any side effects.
22381         From Paul Eggert.
22382
22383 2000-10-22  Jim Meyering  <meyering@lucent.com>
22384
22385         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22386         [CYCLIC]: Remove now-unused definition.
22387
22388         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22389         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22390         Suggestion from Ulrich Drepper.
22391
22392 2000-10-21  Jim Meyering  <meyering@lucent.com>
22393
22394         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22395         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22396         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22397
22398 2000-10-21  Jim Meyering  <meyering@lucent.com>
22399
22400         * lib/dirname.c (memrchr): Declare if necessary.
22401         (dir_name): Remove the restriction that there be no
22402         trailing slashes.  Now, this code skips past them, effectively
22403         ignoring them.
22404         [TEST_DIRNAME] (main): New unit tests.
22405
22406         * lib/memrchr.c: New file from GNU libc.
22407         Undef __memrchr, too.
22408         [!weak_alias]: Define __memrchr to memrchr.
22409         Guard weak_alias use with `#ifdef weak_alias'.
22410
22411 2000-10-21  Jim Meyering  <meyering@lucent.com>
22412
22413         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22414         (dir_name): Use dir_name_r.
22415         * lib/dirname.h (dir_name_r): Declare it.
22416
22417 2000-10-17  Jim Meyering  <meyering@lucent.com>
22418
22419         * lib/quote.h (PARAMS): Define and use.
22420         Reported by Akim Demaille.
22421
22422         * lib/getopt.c: Update from libc.
22423
22424 2000-10-16  Jim Meyering  <meyering@lucent.com>
22425
22426         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22427         setlocale.
22428         From Jan Fedak.
22429
22430 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22431
22432         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22433
22434 2000-09-25  Jim Meyering  <meyering@lucent.com>
22435
22436         * lib/md5.h (rol): Define (from GnuPG).
22437
22438         * lib/sha.c: Give credit (GnuPG) where due.
22439         (M): Use rol rather than open-coding it.
22440         Add a FIXME comment.
22441
22442 2000-09-21  Jim Meyering  <meyering@lucent.com>
22443
22444         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22445         Reported by Michael Stone.
22446
22447 2000-09-20  Jim Meyering  <meyering@lucent.com>
22448
22449         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22450         (noinst_HEADERS): Add sha.h.
22451         Based on code from Scott G. Miller and from GnuPG.
22452
22453 2000-09-18  Jim Meyering  <meyering@lucent.com>
22454
22455         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22456         LIBS. Otherwise, everyone ends up linking with -lelf for some
22457         configurations.
22458         Reported by Mike Stone.
22459
22460 2000-09-15  Jim Meyering  <meyering@lucent.com>
22461
22462         * lib/regex.c: Update from libc.
22463
22464 2000-09-10  Jim Meyering  <meyering@lucent.com>
22465
22466         * lib/getopt.c (_getopt_internal): Update from glibc.
22467
22468 2000-09-09  Jim Meyering  <meyering@lucent.com>
22469
22470         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22471         think it should be used as a general replacement for isascii.
22472         * lib/fnmatch.c: Likewise.
22473         * lib/mbswidth.c: Likewise
22474         * lib/regex.c: Likewise.
22475
22476         Don't use atoi.
22477         * lib/userspec.c: Include sys/param.h and limits.h.
22478         Include xstrtol.h.
22479         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22480         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22481         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22482         UID, GID.  Check range.
22483
22484 2000-09-06  Jim Meyering  <meyering@lucent.com>
22485
22486         * lib/getopt.c (_getopt_internal): Update from glibc.
22487
22488 2000-08-30  Jim Meyering  <meyering@lucent.com>
22489
22490         * lib/strftime.c: Merge in changes from GNU libc.
22491
22492 2000-08-26  Jim Meyering  <meyering@lucent.com>
22493
22494         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22495         * m4/fpending.m4: New file.
22496
22497 2000-08-26  Jim Meyering  <meyering@lucent.com>
22498
22499         * lib/closeout.c: Include "__fpending.h".
22500         (close_stdout_status): Return right away if there's nothing to flush.
22501
22502         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22503         * lib/__fpending.c: New file.
22504         * lib/__fpending.h: New file.
22505
22506 2000-08-20  Jim Meyering  <meyering@lucent.com>
22507
22508         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22509         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22510         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22511
22512 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22513
22514         Improve fileutils installation on systems where running
22515         programs (like install) can't be unlinked.
22516         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22517         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22518
22519 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22520
22521         Standardize on "memory exhausted" instead of "Memory exhausted"
22522         or "virtual memory exhausted".
22523         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22524         "virtual memory exhausted".
22525         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22526         our own message.
22527         * lib/userspec.c (parse_user_spec): Likewise.
22528         * lib/bumpalloc.h: comment fix
22529         * lib/same.c, userspec.c: Include xalloc.h.
22530
22531         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22532         not char *const and pointing to a constant array.
22533         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22534         (xrealloc): Comment fix.
22535
22536         * lib/userspec.c (parse_user_spec):
22537         Don't translate a message until just before returning,
22538         to avoid unnecessary translation.
22539
22540 2000-08-07  Jim Meyering  <meyering@lucent.com>
22541
22542         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22543         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22544         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22545         getgroups.c, gethostname.c, getopt.h, group-member.c,
22546         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22547         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22548         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22549         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22550         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22551         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22552         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22553         yesno.c: Back out Copyright date changes for each file with no change
22554         this year.  This eases coordination with other programs using the same
22555         source code modules.  From Paul Eggert.
22556
22557 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22558
22559         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22560         not char, for compatibility with glibc 2.1.3 strftime.c.
22561
22562 2000-08-03  Greg McGary  <greg@mcgary.org>
22563
22564         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22565         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22566         (EXTEND_BUFFER): Use them.
22567
22568 2000-08-01  Jim Meyering  <meyering@lucent.com>
22569
22570         * lib/dirname.c (ISSLASH): Define.
22571         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22572         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22573         both `\' and `/' may be use as path separators.
22574         Based on a patch from Prashant TR.
22575
22576 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22577
22578         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22579         slot vector a constant, since it might get modified.
22580
22581 2000-07-31  Jim Meyering  <meyering@lucent.com>
22582
22583         * lib/xmalloc.c: Use `virtual memory exhausted', not
22584         `Memory exhausted'.
22585         * lib/obstack.c (print_and_abort): Likewise.
22586
22587 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22588
22589         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22590         buffer, so that the caller can always quote one small
22591         component of a "memory exhausted" message in slot 0.
22592         From a suggestion by Jim Meyering.
22593
22594 2000-07-30  Jim Meyering  <meyering@lucent.com>
22595
22596         * lib/makepath.c (make_path): Quote the other instance, too.
22597
22598         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22599         (STATIC_BUF_SIZE): Define.
22600         (quotearg_n_options): Use only statically allocated storage when
22601         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22602         than STATIC_BUF_SIZE.
22603
22604 2000-07-29  Jim Meyering  <meyering@lucent.com>
22605
22606         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22607         * lib/dirname.c (dir_name): Likewise.
22608
22609         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22610         `/'.
22611
22612         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22613         (dir_name): Assert that there are no trailing slashes.
22614
22615 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22616
22617         * lib/mbswidth.h (mbswidth): Add a flags argument.
22618         (mbswidth): New declaration.
22619         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22620         * lib/mbswidth.c (mbswidth): Add a flags argument.
22621         (mbsnwidth): New function.
22622
22623 2000-07-24  Jim Meyering  <meyering@lucent.com>
22624
22625         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22626
22627 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22628
22629         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22630
22631 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22632
22633         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22634         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22635         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22636         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22637         invoke multibyte primitives.
22638
22639 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22640
22641         * lib/quotearg.c:
22642         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22643         so that mbstate_t is always defined.
22644
22645         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22646         be 1 in at least one GCC installation, and this configuration
22647         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22648         performance on hosts that have mbrtowc but have only unibyte
22649         locales, but I assume these hosts are rare.
22650
22651 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22652
22653         * lib/mbswidth.c (_XOPEN_SOURCE):
22654         Don't define; this causes problems on Solaris 7.
22655         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22656
22657 2000-07-23  Jim Meyering  <meyering@lucent.com>
22658
22659         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22660         too: getgrgid, getpwuid, getuid.
22661
22662 2000-07-23  Jim Meyering  <meyering@lucent.com>
22663
22664         * lib/basename.c (base_name): Add an assertion.
22665
22666 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22667
22668         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22669         shadow its mbsinit function.
22670
22671 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22672
22673         * lib/mbswidth.h: New file.
22674         * lib/mbswidth.c: New file.
22675         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22676         (noinst_HEADERS): Add mbswidth.h.
22677
22678 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22679
22680         * lib/config.charset: Add support for FreeBSD. Improve support for
22681         HP-UX and IRIX 6.
22682
22683 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22684
22685         * m4/mbswidth.m4: New file.
22686         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22687
22688 2000-07-15  Jim Meyering  <meyering@lucent.com>
22689
22690         * lib/makepath.c: Include quote.h.
22691         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22692         corresponding argument in a `quote (...)' call.
22693         Give better diagnostics.
22694
22695         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22696         (noinst_HEADERS): Add quote.h.
22697
22698         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22699         from tar's src/misc.c.
22700         * lib/quote.h: New file.  Prototypes for same.
22701
22702 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22703
22704         From a suggestion by Bruno Haible.
22705         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22706         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22707         to decide whether to define the BeOS workaround macro;
22708         this adjusts to the change to AC_MBSTATE_T.
22709
22710 2000-07-14  Jim Meyering  <meyering@lucent.com>
22711
22712         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22713         jm_AC_TYPE_UINTMAX_T.
22714
22715 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22716
22717         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22718
22719         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22720         quotearg_buffer_restyled): Add support for
22721         clocale_quoting_style.  Undo previous change to
22722         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22723         and "{RIGHT QUOTATION MARK}" msgids.
22724
22725 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22726
22727         From a suggestion by Bruno Haible.
22728         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22729         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22730         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22731         and mbstate_t, to a single-part test that simply defines mbstate_t.
22732         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22733         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22734
22735 2000-07-10  Jim Meyering  <meyering@lucent.com>
22736
22737         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22738
22739         * m4/gnu-source.m4: Output to confdefs.h directly.
22740         Suggestion from Akim Demaille.
22741
22742 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22743
22744         The old behavior of quoting `like this' doesn't look good with
22745         newer, ISO-style fonts.  See:
22746         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22747
22748         Instead, quote "like this" by default.  Let the translator
22749         tailor the locale-specific quoting behavior by providing
22750         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22751
22752         * lib/quotearg.c (N_): New macro.
22753         (gettext_default): New function.
22754         (quotearg_buffer_restyled): Use
22755         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22756         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22757
22758 2000-07-09  Jim Meyering  <meyering@lucent.com>
22759
22760         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22761         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22762
22763         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22764         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22765
22766 2000-07-09  Jim Meyering  <meyering@lucent.com>
22767
22768         * lib/Most files: Update copyright dates to include 2000.
22769
22770 2000-07-08  Jim Meyering  <meyering@lucent.com>
22771
22772         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22773         if not defined.
22774         (xgethostname): Remove now-unnecessary #ifdef.
22775         Move declaration of `err' into loop where it's used.
22776
22777 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22778         and Bruno Haible  <haible@clisp.cons.org>
22779
22780         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22781         only if the test for an object-type mbstate_t fails.  This
22782         prevents us from mistakenly reporting that mbstate_t is a
22783         system object type after we "#define mbstate_t int" to work
22784         around its lack.
22785
22786 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22787         and Bruno Haible  <haible@clisp.cons.org>
22788
22789         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22790
22791 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22792
22793         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22794         to strerror_r.
22795         Include <ctype.h> for use of isalpha.
22796
22797 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22798
22799         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22800         by allocating a larger buffer. Test the gethostname return value for
22801         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22802         returns an error and ENAMETOOLONG isn't defined.
22803
22804 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22805
22806         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22807         dimension.
22808
22809 2000-07-04  Jim Meyering  <meyering@lucent.com>
22810
22811         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22812         of the deprecated AC_CHECKING.
22813
22814 2000-07-04  Jim Meyering  <meyering@lucent.com>
22815
22816         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22817         Reported by Bruno Haible.
22818
22819 2000-07-04  Jim Meyering  <meyering@lucent.com>
22820
22821         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22822         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22823         lacks mbrtowc.
22824
22825 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22826
22827         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22828         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22829
22830 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22831         and Bruno Haible  <haible@clisp.cons.org>
22832
22833         * lib/quotearg.c (mbrtowc):
22834         Assign to *pwc, and return 1 only if result is nonzero.
22835         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22836
22837 2000-07-03  Jim Meyering  <meyering@lucent.com>
22838
22839         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22840
22841 2000-07-03  Jim Meyering  <meyering@lucent.com>
22842
22843         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22844         This is necessary to get a definition of e.g., UTMP_FILE on
22845         HP-UX 10.20.
22846         From Bob Proulx.
22847
22848 2000-07-02  Jim Meyering  <meyering@lucent.com>
22849
22850         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22851
22852         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22853         AC_LIBOBJ(function_name).
22854         * m4/chown.m4: Likewise.
22855         * m4/fnmatch.m4: Likewise.
22856         * m4/ftruncate.m4: Likewise.
22857         * m4/getgroups.m4: Likewise.
22858         * m4/getline.m4: Likewise.
22859         * m4/group-member.m4: Likewise.
22860         * m4/jm-macros.m4: Likewise.
22861         * m4/lstat.m4: Likewise.
22862         * m4/malloc.m4: Likewise.
22863         * m4/memcmp.m4: Likewise.
22864         * m4/nanosleep.m4: Likewise.
22865         * m4/putenv.m4: Likewise.
22866         * m4/realloc.m4: Likewise.
22867         * m4/regex.m4: Likewise.
22868         * m4/stat.m4: Likewise.
22869         * m4/strftime.m4: Likewise.
22870
22871 2000-07-02  Jim Meyering  <meyering@lucent.com>
22872
22873         * lib/quotearg.c (mbstate_t): Don't define here.
22874
22875 2000-07-02  Jim Meyering  <meyering@lucent.com>
22876
22877         * lib/nanosleep.c (SIGCONT): Define if not already defined.
22878
22879 2000-07-01  Jim Meyering  <meyering@lucent.com>
22880
22881         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
22882
22883 2000-07-01  Jim Meyering  <meyering@lucent.com>
22884
22885         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
22886         problem.
22887
22888 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22889
22890         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
22891         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
22892
22893 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
22894
22895         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
22896         per change in ../m4/ls-mntd-fs.m4.
22897         (read_filesystem_list): Ignore symbolic links.
22898
22899 2000-06-29  Jim Meyering  <meyering@lucent.com>
22900
22901         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
22902         for declaration of strcmp.
22903
22904         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
22905
22906         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
22907         Avoid warning by casting result to `char *' to remove `const'.
22908
22909 2000-06-28  Jim Meyering  <meyering@lucent.com>
22910
22911         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
22912         included by quotearg.c, for which we perform this test.  From
22913         Bruno Haible.
22914
22915 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22916
22917         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
22918         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
22919         <utmpx.h> exists, put readutmp.o into LIBOBJS.
22920
22921 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
22922
22923         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
22924
22925 2000-06-26  Paul Eggert  <eggert@twinsun.com>
22926
22927         savedir now sets errno on failure and invokes xmalloc to get memory.
22928         Fix a couple of other minor bugs while we're at it.
22929
22930         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
22931         (NAMLEN): Remove macro.
22932         (malloc, realloc): Remove decls.
22933         (stpcpy): Likewise.
22934         ("xalloc.h"): Include.
22935         (NAME_SIZE_DEFAULT): New macro.
22936         (savedir): Use xmalloc / xrealloc to allocate memory.
22937         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
22938         Skip "" directory entries.
22939         Use strlen to calculate directory entry length, since the old method
22940         is rarely used these days and isn't worth supporting.
22941         Don't use a pointer after freeing it.
22942         Check for integer overflow when calculating allocation size.
22943         Use memcpy to copy entries, instead of stpcpy.
22944         Set errno properly when returning NULL.
22945         Check for readdir error.
22946
22947 2000-06-26  Jim Meyering  <meyering@lucent.com>
22948
22949         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
22950
22951 2000-06-25  Jim Meyering  <meyering@lucent.com>
22952
22953         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
22954         Linux header bug when _XOPEN_SOURCE is defined to 500.
22955
22956 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22957
22958         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
22959         deficiency.
22960
22961 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
22962
22963         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
22964         Include xalloc.h.
22965         Don't include <stdlib.h>.  Don't declare malloc, realloc.
22966
22967 2000-06-24  Jim Meyering  <meyering@lucent.com>
22968
22969         * m4/strerror_r.m4: Revive this file -- to try out an experimental
22970         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
22971         for which strerror does return char*, but which lacks a conveniently
22972         accessible declaration of the function.  If the compile-test says
22973         strerror_r doesn't work, then resort to a `run'-test that works on
22974         BeOS and segfaults on DEC Unix.
22975
22976 2000-06-24  Jim Meyering  <meyering@lucent.com>
22977
22978         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
22979
22980 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22981
22982         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
22983         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
22984
22985 2000-06-23  Paul Eggert  <eggert@twinsun.com>
22986
22987         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
22988         (mbrtowc, mbstate_t): Define substitutes if
22989         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
22990         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
22991         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
22992
22993 2000-06-23  Jim Meyering  <meyering@lucent.com>
22994
22995         * m4/afs.m4: Add missing AC_MSG_RESULT.
22996         Reported by Bruno Haible.
22997
22998         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
22999         Suggestion from Bruno Haible.
23000
23001 2000-06-23  Jim Meyering  <meyering@lucent.com>
23002
23003         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23004
23005 2000-06-21  Jim Meyering  <meyering@lucent.com>
23006
23007         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23008
23009 2000-06-21  Jim Meyering  <meyering@lucent.com>
23010
23011         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23012         (noinst_HEADERS): Add getstr.h.
23013
23014         * lib/getline.c (getstr): Move into a separate file.
23015         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23016         the following changes: new parameter, delim2; both delim[12]
23017         parameters have type `int', not `char'.  The latter would lose
23018         with 8-bit delimiters.
23019         * lib/getstr.h: New file.
23020
23021 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23022
23023         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23024         than 1024, return a memory chunk of least possible size, instead
23025         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23026         Use free/xmalloc instead of xrealloc to avoid copying for very long
23027         paths.
23028
23029 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23030
23031         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23032         the empty string.
23033
23034 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23035
23036         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23037         address, not strdup.  Include <stdlib.h> and don't declare free().
23038
23039 2000-06-19  Jim Meyering  <meyering@lucent.com>
23040
23041         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23042
23043 2000-06-18  Jim Meyering  <meyering@lucent.com>
23044
23045         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23046
23047         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23048         `checking whether...' message to be consistent with that of the
23049         lstat test.
23050
23051 2000-06-18  Jim Meyering  <meyering@lucent.com>
23052
23053         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23054         Besides, these days every porting target provides a mkdir function.
23055
23056         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23057         needed. (this snippet comes from src/system.h).
23058
23059 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23060
23061         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23062
23063 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23064
23065         * lib/human.c (adjust_value): New function.
23066         (human_readable_inexact): Apply rounding style even when
23067         printing approximate values.
23068
23069 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23070
23071         * lib/human.c (human_readable_inexact): Allow an input block
23072         size that is not a multiple of the output block size, and vice versa.
23073         Reported by Piergiorgio Sartor.
23074
23075 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23076
23077         * lib/getdate.y (get_date): Apply relative times after time
23078         zone indicator, not before.  Reported by Todd A. Jacobs.
23079
23080 2000-06-13  Jim Meyering  <meyering@lucent.com>
23081
23082         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23083
23084         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23085
23086 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23087
23088         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23089
23090 2000-06-12  Jim Meyering  <meyering@lucent.com>
23091
23092         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23093         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23094         optional argument.
23095         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23096         the optional argument, `lib'.
23097
23098 2000-06-08  Jim Meyering  <meyering@lucent.com>
23099
23100         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23101
23102 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23103
23104         Rewrite largefile configuration so that we don't need to run
23105         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23106         AC_CANONICAL_HOST in configure.in -- jmm]
23107
23108         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23109         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23110         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23111         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23112         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23113         All uses changed.
23114         Instead of inspecting the output of getconf, try to compile the
23115         test program without and with the macro definition.
23116         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23117         for getconf.  Instead, check for the needed flags by compiling
23118         test programs.
23119
23120 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23121
23122         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23123
23124 2000-06-04  Jim Meyering  <meyering@lucent.com>
23125
23126         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23127         SunOS 4.1.4 for which gid_t is an unsigned type.
23128
23129 2000-06-03  Jim Meyering  <meyering@lucent.com>
23130
23131         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23132         now that autoconf requires that.
23133
23134         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23135         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23136         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23137
23138 2000-06-03  Jim Meyering  <meyering@lucent.com>
23139
23140         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23141
23142 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23143
23144         * m4/glibc21.m4: New file.
23145         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23146
23147 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23148
23149         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23150         newer, don't install charset.alias.
23151         * lib/config.charset: Change the Linux/glibc rules so they become empty
23152         on glibc-2.1 or newer.
23153
23154 2000-06-02  Jim Meyering  <meyering@lucent.com>
23155
23156         * lib/mountlist.c: Back out last change.  Instead, do this...
23157         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23158         me_dummy member using the same `ignore'-testing code.
23159         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23160         fs_type strings.
23161         From Mark D. Roth.
23162
23163 2000-05-29  Jim Meyering  <meyering@lucent.com>
23164
23165         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23166         mounts with the `ignore' attribute.  Based on a patch from
23167         Mark D. Roth.
23168
23169 2000-05-28  Jim Meyering  <meyering@lucent.com>
23170
23171         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23172         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23173         * m4/stat.m4: Likewise.
23174         * m4/lstat.m4: Likewise.
23175         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23176
23177         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23178         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23179
23180 2000-05-26  Jim Meyering  <meyering@lucent.com>
23181
23182         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23183
23184 2000-05-24  Jim Meyering  <meyering@lucent.com>
23185
23186         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23187         autoconf requires that.
23188         * m4/lib-check.m4: Likewise.
23189         * m4/jm-macros.m4: Likewise.
23190         * m4/strftime.m4: Likewise.
23191
23192         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23193         AC_CHECK_DECLS, now that autoconf requires that.
23194
23195 2000-05-22  Jim Meyering  <meyering@lucent.com>
23196
23197         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23198         * m4/lstat.m4: Likewise.
23199
23200 2000-05-22  Jim Meyering  <meyering@lucent.com>
23201
23202         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23203
23204 2000-05-20  Jim Meyering  <meyering@lucent.com>
23205
23206         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23207         (jm_PREREQ): Use it.
23208
23209 2000-05-18  Jim Meyering  <meyering@lucent.com>
23210
23211         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23212         back, too, since it may have been modified by allocate_entry.
23213         (hash_delete): Rewrite to use neither the assignment operator
23214         nor the comma operator in an if-expression.
23215
23216 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23217
23218         * lib/closeout.c:
23219         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23220         Remove; no longer needed.
23221         "quotearg.h": Add include.
23222         (file_name): Do not bother to explicitly initialize to NULL; it's less
23223         efficient on some hosts.
23224         (close_stdout_status): Remove test as to whether stdout was already
23225         closed; it breaks for the case "echo x | sort >&-".
23226         Quote file name colons.
23227         Do not assume that _("write error") lacks format strings.
23228
23229 2000-05-15  Jim Meyering  <meyering@lucent.com>
23230
23231         * lib/version-etc.c (version_etc_copyright): Update the copyright
23232         string used in all --version output.
23233
23234 2000-05-14  Jim Meyering  <meyering@lucent.com>
23235
23236         * lib/closeout.c (close_stdout_set_file_name): New function.
23237         (close_stdout_status): Use new file-scoped global.
23238         Return right away if fstat says the stdout file descriptor is invalid.
23239         * lib/closeout.h (close_stdout_set_file_name): Declare.
23240
23241 2000-05-10  Jim Meyering  <meyering@lucent.com>
23242
23243         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23244         (close_stdout_set_status): New function.
23245         * lib/closeout.h (close_stdout_set_status): Declare.
23246
23247 2000-05-09  Jim Meyering  <meyering@lucent.com>
23248
23249         * m4/gettext.m4: Rename this...
23250         * m4/libintl.m4: ...to this.
23251
23252 2000-05-08  Jim Meyering  <meyering@lucent.com>
23253
23254         * lib/long-options.c: Don't include closeout.h.
23255         (parse_long_options): Don't call close_stdout for --version.
23256
23257 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23258
23259         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23260         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23261         2.1.3 bug.  This avoids a clash when files like regex.c define
23262         _GNU_SOURCE.
23263
23264 2000-05-06  Jim Meyering  <meyering@lucent.com>
23265
23266         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23267         (AC_REPLACE_FUNCS): Add strnlen.
23268
23269         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23270         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23271
23272         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23273         AC_SEARCH_LIBS call for nanosleep.
23274         (LIB_NANOSLEEP): Set and AC_SUBST.
23275
23276 2000-05-06  Jim Meyering  <meyering@lucent.com>
23277
23278         * lib/strnlen.c: Undefine __strnlen and strnlen.
23279         [!weak_alias]: Define __strnlen to strnlen.
23280
23281         * lib/atexit.c: New file, from libiberty.
23282
23283 2000-05-06  Jim Meyering  <meyering@lucent.com>
23284
23285         * lib/closeout.c (close_stdout_status): Also check for errors on the
23286         stderr stream.
23287
23288 2000-05-05  Jim Meyering  <meyering@lucent.com>
23289
23290         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23291         AC_SEARCH_LIBS call for clock_gettime.
23292         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23293
23294         * m4/search-libs.m4: Update from autoconf.
23295
23296         su doesn't work on Solaris 2.6.
23297         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23298         <shadow.h>.  Reported by Dragos Harabor.
23299
23300 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23301
23302         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23303         memcpy instead of xmalloc, xrealloc, path_concat.
23304         (locale_charset): Treat empty environment variables as absent.
23305         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23306
23307 2000-05-04  Jim Meyering  <meyering@lucent.com>
23308
23309         * lib/getopt.c: Update from glibc.
23310         * lib/obstack.c: Likewise.
23311         * lib/obstack.h: Likewise.
23312         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23313         file
23314
23315         * lib/regex.h: Likewise.
23316         * lib/strndup.c: Likewise.
23317         * lib/strnlen.c: New file, from glibc.
23318
23319 2000-05-03  Jim Meyering  <meyering@lucent.com>
23320
23321         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23322
23323 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23324
23325         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23326         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23327         compile-time test, rather than inspecting host and OS, to
23328         decide whether to define _LARGEFILE_SOURCE.
23329
23330 2000-05-01  Jim Meyering  <meyering@lucent.com>
23331
23332         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23333
23334         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23335         Based on a patch from Bruno Haible.
23336
23337 2000-05-01  Jim Meyering  <meyering@lucent.com>
23338
23339         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23340
23341 2000-04-29  Jim Meyering  <meyering@lucent.com>
23342
23343         * lib/path-concat.c: Declare strdup only if it's not defined.
23344         * lib/canon-host.c: Likewise.
23345
23346 2000-04-28  Jim Meyering  <meyering@lucent.com>
23347
23348         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23349         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23350         is included first, then limits.h is included by locale.h by libintl.h.
23351         From John David Anglin.
23352
23353 2000-04-25  Jim Meyering  <meyering@lucent.com>
23354
23355         * lib/makepath.c (S_IRWXUGO): Define.
23356         (make_path): Always perform explicit chmod if MODE specifies any
23357         of the `special' permission bits.  Prompted by a bug report against
23358         install from Mate Wierdl and Joost van Baal.
23359
23360 2000-04-18  Jim Meyering  <meyering@lucent.com>
23361
23362         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23363         (jm_PREREQ): Use it.
23364
23365 2000-04-18  Jim Meyering  <meyering@lucent.com>
23366
23367         * lib/README: New file.
23368
23369         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23370         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23371
23372 2000-04-17  Jim Meyering  <meyering@lucent.com>
23373
23374         Get it right :-)
23375         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23376         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23377         Suggestion from Akim Demaille.
23378
23379 2000-04-17  Jim Meyering  <meyering@lucent.com>
23380
23381         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23382         the definition of it to rpl_strftime also defined-away the system's
23383         declaration.
23384
23385 2000-04-15  Jim Meyering  <meyering@lucent.com>
23386
23387         Use `C' to denote so-called `contiguous' files, the same way
23388         that tar does.
23389         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23390         (ftypelet): Use S_ISCTG.
23391         From Michael Deutschmann.
23392
23393 2000-04-14  Jim Meyering  <meyering@lucent.com>
23394
23395         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23396         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23397         clobbered.
23398
23399 2000-04-14  Jim Meyering  <meyering@lucent.com>
23400
23401         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23402
23403 2000-04-13  Jim Meyering  <meyering@lucent.com>
23404
23405         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23406         AH_VERBATIM to insert required #ifndef into config.h.in.
23407         Suggestion from Akim Demaille.
23408
23409 2000-04-12  Jim Meyering  <meyering@lucent.com>
23410
23411         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23412         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23413         Christian Krackowizer.
23414
23415         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23416         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23417         (AC_SYS_LARGEFILE): Require.
23418         (AM_C_PROTOTYPES): Require.
23419
23420 2000-04-08  Jim Meyering  <meyering@lucent.com>
23421
23422         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23423         names don't conflict.  Reported by Eli Zaretskii.
23424
23425 2000-04-07  Jim Meyering  <meyering@lucent.com>
23426
23427         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23428         sys/types.h, to work around system header problems on AIX 3.2.5.
23429         From Bruno Haible.
23430
23431 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23432
23433         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23434         bug.  Deal with the different error behavior of Irix iconv.
23435
23436 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23437
23438         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23439         IRIX if the installer said otherwise.
23440
23441 2000-04-05  Jim Meyering  <meyering@lucent.com>
23442
23443         Portability tweaks required for ultrix4.3.
23444         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23445         (jm_CHECK_DECLS): Add getutent to the list of functions.
23446         (_jm_DECL_HEADERS): Add utmpx.h.
23447         From John David Anglin.
23448
23449         * m4/strftime.m4: Back out the 2000-04-02 change.
23450         Instead of that change, simply undefine putenv in the test program.
23451
23452 2000-04-05  Jim Meyering  <meyering@lucent.com>
23453
23454         Portability tweaks required for ultrix4.3.
23455         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23456         getutent.
23457         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23458         * lib/canon-host.c: Declare strdup.
23459         * lib/path-concat.c: Likewise.
23460         From John David Anglin.
23461
23462 2000-04-04  Jim Meyering  <meyering@lucent.com>
23463
23464         Be more DOS 8.3-friendly.
23465         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23466         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23467         * lib/Makefile.am: Reflect renaming.
23468         Reported by Eli Zaretskii.
23469
23470         Use a temporary file name that won't clash with `charset.alias'
23471         in the DOS 8.3 name space.
23472         * lib/Makefile.am (charset_tmp): Define.
23473         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23474         (uninstall-local): Likewise.
23475         Reported by Eli Zaretskii.
23476
23477 2000-04-03  Jim Meyering  <meyering@lucent.com>
23478
23479         * m4/gettext.m4: Fix typo in comment.
23480
23481         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23482         textutils/configure.in).  Suggestion from Paul Eggert.
23483         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23484
23485 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23486
23487         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23488         variable in the shell rather than using putenv, which isn't
23489         portable.  This avoids the configure-time inter-test dependency
23490         on the potentially-renamed putenv function.
23491
23492 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23493
23494         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23495         before checking struct stat.st_blksize, so that
23496         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23497
23498 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23499
23500         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23501         since strftime.c uses HAVE_STRFTIME to decide whether to use
23502         the underlying strftime.
23503
23504 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23505
23506         * lib/time/strftime.c (my_strftime): Make sure we call the system
23507         strftime, not ourselves, when invoking the underlying strftime.
23508
23509 2000-03-24  Jim Meyering  <meyering@lucent.com>
23510
23511         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23512         (charset_alias): Define.
23513         (install-exec-local): Factor out common code.
23514         (uninstall-local): Split lines longer than 80.
23515         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23516         (SUFFIXES): Define.
23517         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23518         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23519
23520 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23521
23522         * lib/config.charset: Output a line containing "Packages using this
23523         file".
23524         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23525         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23526         ref-del.sed): New rules.
23527
23528 2000-03-17  Jim Meyering  <meyering@lucent.com>
23529
23530         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23531         Otherwise, include <strings.h>
23532
23533 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23534
23535         * lib/unicodeio.c (utf8_wctomb): New function.
23536         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23537         format instead of in UCS-4 with platform dependent endianness.
23538
23539 2000-03-10  Jim Meyering  <meyering@lucent.com>
23540
23541         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23542         From Marco Franzen.
23543
23544 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23545
23546         * lib/savedir.c (savedir): Work even if directory size is
23547         negative; this can happen with some screwy NFS configurations.
23548
23549 2000-03-06  Jim Meyering  <meyering@lucent.com>
23550
23551         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23552         if it's NULL (because we ran out of memory).  From Bruno Haible.
23553
23554 2000-03-05  Jim Meyering  <meyering@lucent.com>
23555
23556         * lib/localcharset.c ("path-concat.h"): Include.
23557         (get_charset_aliases): Use path_concat instead of ANSI string
23558         concatenation.
23559
23560         * lib/unicodeio.h (PARAMS): Define.
23561         Use it to guard prototype.
23562
23563 2000-03-04  Jim Meyering  <meyering@lucent.com>
23564
23565         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23566         for lib/localcharset.c.
23567
23568 2000-03-04  Jim Meyering  <meyering@lucent.com>
23569
23570         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23571         installing into it.
23572         (uninstall-local): Uncomment this rule so `make distcheck' works
23573         once again.
23574
23575         * lib/unicodeio.c (<errno.h>): Include it.
23576         (errno): Declare if not defined.
23577
23578         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23579
23580         * lib/config.charset: New version, incorporating remarks from a linux
23581         i18n mailing list.  From Bruno Haible.
23582
23583 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23584
23585         * m4/codeset.m4: New file.
23586         * m4/iconv.m4: New file.
23587         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23588
23589 2000-03-03  Jim Meyering  <meyering@lucent.com>
23590
23591         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23592
23593 2000-03-02  Jim Meyering  <meyering@lucent.com>
23594
23595         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23596         the messages come out on separate lines.
23597
23598         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23599         rather than jm_CHECK_DECLARATIONS.
23600         * m4/decl.m4: Remove now-unused file.
23601
23602         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23603         geteuid.
23604
23605 2000-03-02  Jim Meyering  <meyering@lucent.com>
23606
23607         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23608
23609 2000-03-01  Jim Meyering  <meyering@lucent.com>
23610
23611         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23612         * lib/unicodeio.c: Likewise.
23613
23614 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23615
23616         * lib/config.charset: New file.
23617         * lib/localcharset.c: New file.
23618         * lib/unicodeio.h, lib/unicodeio.c: New files.
23619         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23620         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23621         (noinst_HEADERS): Add unicodeio.h.
23622         (all-local, install-exec-local, charset.alias): New targets.
23623
23624 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23625
23626         * lib/quotearg.c (ALERT_CHAR): New macro.
23627         (quotearg_buffer_restyled): Use it.
23628
23629 2000-02-27  Jim Meyering  <meyering@lucent.com>
23630
23631         * m4/check-decl.m4: Add getenv to the list.
23632
23633 2000-02-27  Jim Meyering  <meyering@lucent.com>
23634
23635         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23636         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23637
23638         * lib/backupfile.c: Guard inclusion of stdlib.h with
23639         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23640         Declare malloc if needed.
23641
23642         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23643         `#ifndef HAVE_DECL..'
23644         now that autoconf always defines the HAVE_DECL_ symbols.
23645         * lib/human.c: Likewise.
23646         * lib/same.c: Likewise.
23647         * lib/strtoumax.c: Likewise.
23648
23649         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23650         declaration check was not run.
23651         * lib/hash.c: Likewise.
23652         * lib/human.c: Likewise.
23653         * lib/same.c: Likewise.
23654         * lib/strtoumax.c: Likewise.
23655
23656         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23657         `.', then first look up the entire `.'-containing string as a login
23658         name.
23659
23660 2000-02-23  Jim Meyering  <meyering@lucent.com>
23661
23662         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23663         in place of my hack.
23664
23665 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23666
23667         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23668         (textint): New typedef.
23669         (parser_control): Member year changed from int to textint.
23670         All uses changed.
23671         (YYSTYPE): Removed; replaced by %union with int and textint members.
23672         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23673         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23674         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23675         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23676         (date, number, to_year): Use width of number in digits, not its value,
23677         to determine whether it's a 2-digit year, or a 2-digit time.
23678         (yylex): Store number of digits of numeric tokens.
23679         Reported by John Kendall.
23680
23681         (parser_control): Changed from struct parser_control to typedef (for
23682         consistency).  All uses changed.
23683
23684         (tID): Removed; not used.
23685         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23686
23687 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23688
23689         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23690         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23691
23692 2000-02-12  Jim Meyering  <meyering@lucent.com>
23693
23694         * lib/userspec.c (ISDIGIT): Define it.
23695         (isdigit): Remove definition.
23696         (is_number): Use ISDIGIT, not isdigit.
23697         <libintl.h>: Include.
23698         (_ and N_): Define.
23699         (parse_user_spec): Mark translatable strings.
23700
23701 2000-02-10  Jim Meyering  <meyering@lucent.com>
23702
23703         With these changes, nanosleep.[ch] are finally enough like the other
23704         lib/* replacement files to compile on a few more losing systems.
23705
23706         * lib/nanosleep.h: Don't include config.h.
23707         Remove prototype from declaration of nanosleep.
23708         (PARAMS): Remove now-unneeded definition.
23709         * lib/nanosleep.c: #undef nanosleep.
23710         (rpl_nanosleep): Rename from nanosleep.
23711
23712 2000-02-10  Jim Meyering  <meyering@lucent.com>
23713
23714         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23715         gnu_nanosleep to rpl_nanosleep.
23716
23717 2000-02-09  Jim Meyering  <meyering@lucent.com>
23718
23719         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23720         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23721
23722 2000-02-08  Akim Demaille  <akim@epita.fr>
23723
23724         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23725         `[' and `]' and remove uses of `changequote'.
23726         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23727         (AC_SYS_LARGEFILE): Likewise.
23728         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23729         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23730         of changequote.
23731         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23732         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23733         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23734         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23735
23736 2000-02-05  Jim Meyering  <meyering@lucent.com>
23737
23738         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23739         Remove explicit use of AC_HEADER_TIME.  It is required by
23740         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23741         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23742         in autoconf whereby the expansion of the latter ended up preceding
23743         the expansion of its prerequisite, AC_HEADER_TIME.
23744         Reported by Volker Borchert.
23745
23746 2000-02-03  Jim Meyering  <meyering@lucent.com>
23747
23748         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23749
23750 2000-02-03  Jim Meyering  <meyering@lucent.com>
23751
23752         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23753         rather than with `#if HAVE_UTMPNAME'.
23754
23755 2000-02-02  Jim Meyering  <meyering@lucent.com>
23756
23757         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23758         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23759         Reported by Eli Zaretskii.
23760
23761 2000-02-01  Jim Meyering  <meyering@lucent.com>
23762
23763         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23764
23765 2000-01-31  Jim Meyering  <meyering@lucent.com>
23766
23767         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23768         functions.  Add the time.h and sys/time.h headers along with the
23769         AC_REQUIRE'ment of AC_HEADER_TIME.
23770
23771 2000-01-31  Jim Meyering  <meyering@lucent.com>
23772
23773         * lib/nanosleep.h (nanosleep): Guard declaration with
23774         `#if ! HAVE_DECL_NANOSLEEP'.
23775         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23776         the declaration in that vendor's sys/timers.h.
23777         Reported by Christian Krackowizer.
23778
23779         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23780         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23781         (ISPRINT): Likewise.
23782         Reported by Tom Tromey.
23783
23784 2000-01-30  Jim Meyering  <meyering@lucent.com>
23785
23786         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23787
23788         * m4/prereq.m4 (utmp_includes): Define.
23789         Check for ut_user and ut_name members in both struct utmpx
23790         and struct utmp.
23791
23792 2000-01-30  Jim Meyering  <meyering@lucent.com>
23793
23794         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23795         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23796         header files where only utmpx.ut_user is declared.
23797
23798         * lib/readutmp.h (UT_USER): Define.
23799
23800 2000-01-29  Jim Meyering  <meyering@lucent.com>
23801
23802         * m4/lib-check.m4: New file containing library-related checks from
23803         fileutils and sh-utils (textutils had none).
23804
23805 2000-01-28  Jim Meyering  <meyering@lucent.com>
23806
23807         * m4/perl.m4: Change format of warning message to look more like that
23808         from the missing script.  Suggestion from François Pinard.
23809
23810 2000-01-25  Jim Meyering  <meyering@lucent.com>
23811
23812         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23813         well as time.h in the compile check.
23814         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23815         Fix typo in cross-compiling case: s/yes/no/.
23816
23817 2000-01-23  Jim Meyering  <meyering@lucent.com>
23818
23819         * m4/jm-macros.m4: Move df-related tests here from
23820         fileutils/configure.in
23821
23822         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23823         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23824
23825         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23826         s/space/ac_fsusage_space/.
23827         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23828
23829         * m4/ftruncate.m4: New file (derived from part of
23830         fileutils/configure.in).
23831         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23832         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23833
23834         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23835         AC_SUBST these here, rather than just in sh-util/configure.in, so
23836         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23837         all the same.
23838         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23839         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23840         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23841         (AC_SUBST(POW_LIBM)): Likewise.
23842         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23843
23844 2000-01-23  Jim Meyering  <meyering@lucent.com>
23845
23846         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23847         obstack.c.
23848
23849 2000-01-22  Jim Meyering  <meyering@lucent.com>
23850
23851         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23852
23853         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23854
23855         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23856         configure.in
23857         (AC_CHECK_HEADERS): Likewise for sh-utils.
23858         (AC_CHECK_HEADERS): Likewise for textutils.
23859         Merge the three lists of headers.
23860
23861         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23862         from fileutils' configure.in.
23863
23864         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23865         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23866         check-decl.m4.
23867
23868         * m4/check-decl.m4: Use #if rather than #ifdef.
23869         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
23870         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
23871         (_jm_DECL_HEADERS): Define new function.
23872         (jm_CHECK_DECLARATIONS): Require it.
23873
23874 2000-01-22  Jim Meyering  <meyering@lucent.com>
23875
23876         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
23877         [! HAVE_DECL_STRTOULL]: Declare strtoull.
23878         Required for some AIX systems.  Reported by Christian Krackowizer.
23879         [TESTING] (main): New function.
23880
23881         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
23882         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
23883         letters.
23884
23885         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
23886         iswprint.
23887
23888         * lib/strverscmp.c (ISDIGIT): Define.
23889         (strverscmp): Use ISDIGIT, not isdigit.
23890
23891 2000-01-19  Jim Meyering  <meyering@lucent.com>
23892
23893         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
23894         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
23895         defines `struct timespec' in <sys/time.h>
23896
23897         * m4/c-bs-a.m4: Remove uses of changequote altogether.
23898         Thanks to Akim for explaining.
23899
23900 2000-01-17  Paul Eggert  <eggert@twinsun.com>
23901
23902         * lib/nanosleep.c (nanosleep):
23903         Don't use SA_INTERRUPT to decide whether to call sigaction, as
23904         POSIX.1 doesn't require SA_INTERRUPT and some systems
23905         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
23906         it's been part of POSIX.1 since day 1 (in 1988).
23907
23908 2000-01-17  Jim Meyering  <meyering@lucent.com>
23909
23910         * lib/interlock: Remove unused file.  Reported by François Pinard.
23911
23912 2000-01-16  Paul Eggert  <eggert@twinsun.com>
23913
23914         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
23915         alert, backslash, formfeed, and vertical tab unnecessarily in
23916         shell quoting style.
23917
23918 2000-01-16  Jim Meyering  <meyering@lucent.com>
23919
23920         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
23921         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
23922         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
23923         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
23924
23925 2000-01-16  Jim Meyering  <meyering@lucent.com>
23926
23927         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
23928         because the latter didn't work.
23929
23930 2000-01-15  Jim Meyering  <meyering@lucent.com>
23931
23932         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
23933         (AC_REPLACE_FUNCS): Add memcpy and memset.
23934         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
23935         Add strpbrk.
23936         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
23937
23938 2000-01-12  Jim Meyering  <meyering@lucent.com>
23939
23940         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
23941         (jm_PREREQ): Use it.
23942         (jm_PREREQ_READUTMP): New macro.
23943         (jm_PREREQ): Use it.
23944
23945 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23946
23947         Quote multibyte characters correctly.
23948         * m4/c-bs-a.m4: New file.
23949         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
23950         (jm_PREREQ): Use it.
23951
23952 2000-01-11  Paul Eggert  <eggert@twinsun.com>
23953
23954         * m4/uintmax_t.m4: Port to autoconf 2.13.
23955
23956 2000-01-08  Jim Meyering  <meyering@ascend.com>
23957
23958         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
23959         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
23960
23961 2000-01-04  Jim Meyering  <meyering@ascend.com>
23962
23963         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
23964         jm_STRUCT_DIRENT_D_TYPE.
23965         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
23966         jm_STRUCT_DIRENT_D_INO.
23967         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
23968         jm_STRUCT_UTIMBUF.
23969         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
23970         renamings.
23971         * m4/utime.m4: Likewise.
23972
23973         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
23974         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
23975
23976 2000-01-03  Paul Eggert  <eggert@twinsun.com>
23977
23978         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
23979         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
23980
23981 2000-01-02  Jim Meyering  <meyering@ascend.com>
23982
23983         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
23984         remember if this is necessary.
23985
23986 1999-12-26  Jim Meyering  <meyering@ascend.com>
23987
23988         * m4/jm-macros.m4: Use it here.
23989         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
23990
23991 1999-12-23  Jim Meyering  <meyering@ascend.com>
23992
23993         * m4/jm-macros.m4: Check for clock_gettime (moved from
23994         fileutils/configure.in)
23995         Check for gettimeofday.
23996
23997 1999-12-20  Jim Meyering  <meyering@ascend.com>
23998
23999         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24000         autoconf-2.14a-1999-12-20.
24001
24002 1999-12-19  Jim Meyering  <meyering@ascend.com>
24003
24004         * m4/lstat-slash.m4: New file.
24005         * m4/jm-macros.m4: Use the new macro:
24006         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24007
24008 1999-12-07  Jim Meyering  <meyering@ascend.com>
24009
24010         * m4/perl.m4: Require that File::Compare be available, too.
24011         Too many systems seem to lack it.
24012
24013         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24014         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24015
24016 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24017
24018         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24019         problem with the QNX 4.25 shell, which doesn't propagate exit
24020         status of failed commands inside shell assignments.
24021
24022 1999-11-17  Jim Meyering  <meyering@ascend.com>
24023
24024         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24025
24026 1999-11-07  Jim Meyering  <meyering@ascend.com>
24027
24028         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24029
24030 1999-11-06  Jim Meyering  <meyering@ascend.com>
24031
24032         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24033         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24034
24035 1999-11-05  Jim Meyering  <meyering@ascend.com>
24036
24037         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24038         configure.in of textutils, fileutils, and sh-utils into this one
24039         (shared between those packages) file.
24040         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24041         AC_STRUCT_ST_BLKSIZE.
24042
24043 1999-11-03  Jim Meyering  <meyering@ascend.com>
24044
24045         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24046         of AC_CHECK_TYPE checks includes unistd.h.
24047         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24048         Suggestion from Akim Demaille.
24049
24050 1999-10-30  Jim Meyering  <meyering@ascend.com>
24051
24052         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24053         m4-quoted string.
24054         * m4/ls-mntd-fs.m4: Likewise.
24055         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24056         * m4/jm-winsz1.m4: Likewise.
24057
24058         * m4/const.m4: Remove file, since the fix made it into the experimental
24059         version of autoconf.
24060         * m4/mktime.m4: Likewise.
24061
24062         * m4/check-type.m4: Remove file, now that the latest version of
24063         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24064
24065         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24066         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24067         AC_CHECK_TYPE.
24068
24069 1999-10-04  Jim Meyering  <meyering@ascend.com>
24070
24071         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24072
24073 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24074
24075         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24076         2.95.1 bug with HP-UX 10.20.
24077
24078 1999-09-17  Jim Meyering  <meyering@ascend.com>
24079
24080         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24081         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24082         due to missing strdup (against sh-utils-2.0).
24083
24084 1999-08-29  Jim Meyering  <meyering@ascend.com>
24085
24086         * m4/jm-macros.m4: Require jm_BISON.
24087         * m4/bison.m4: New file.
24088
24089 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24090
24091         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24092         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24093
24094 1999-08-05  Jim Meyering  <meyering@ascend.com>
24095
24096         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24097         to avoid conflicts with `conftest' on 8+3 filesystems.
24098         Suggestion from Eli Zaretskii.
24099
24100 1999-08-04  Jim Meyering  <meyering@ascend.com>
24101
24102         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24103         fileutils and sh-utils (textutils's getline test was inadequate).
24104         (AM_FUNC_GETLINE): Run this test.
24105         (AC_CHECK_FUNCS): Check for getdelim.
24106         Reported by Bob Proulx.
24107
24108 1999-08-02  Jim Meyering  <meyering@ascend.com>
24109
24110         * m4/jm-macros.m4: Add a comment.
24111
24112 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24113
24114         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24115         <inttypes.h> defines strtoumax as a macro (and not as a
24116         function).
24117
24118 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24119
24120         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24121         that we can shift, multiply and divide unsigned long long
24122         values; Ultrix cc can't do it.
24123
24124 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24125
24126         * m4/mktime.m4: New file, which is a preview of what should appear
24127         in the next public autoconf release.
24128
24129 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24130
24131         * m4/lfs.m4: Remove this file.
24132         * m4/largefile.m4: New file.  It contains the old contents of
24133         lfs.m4, except that all names with prefix AC_LFS have been
24134         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24135         compatible with future autoconf versions.  Also, some minor m4
24136         quoting problems have been fixed.
24137
24138 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24139
24140         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24141         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24142         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24143         and simplify the shell code.
24144
24145 1999-08-01  Jim Meyering  <meyering@ascend.com>
24146
24147         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24148         m4.
24149
24150 1999-07-20  Jim Meyering  <meyering@ascend.com>
24151
24152         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24153
24154 1999-07-15  Jim Meyering  <meyering@ascend.com>
24155
24156         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24157
24158 1999-05-22  Jim Meyering  <meyering@ascend.com>
24159
24160         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24161
24162 1999-05-20  Jim Meyering  <meyering@ascend.com>
24163
24164         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24165         Add a colon after each `then' in case $4 is empty.
24166
24167 1999-05-16  Jim Meyering  <meyering@ascend.com>
24168
24169         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24170
24171 1999-05-10  Jim Meyering  <meyering@ascend.com>
24172
24173         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24174
24175         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24176         AC_FUNC_MKTIME.
24177
24178 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24179
24180         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24181
24182 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24183
24184         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24185         not CPPFLAGS, so that linking works correctly in IRIX.
24186
24187 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24188
24189         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24190
24191 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24192
24193         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24194         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24195         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24196         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24197         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24198
24199         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24200
24201 1999-04-20  Jim Meyering  <meyering@ascend.com>
24202
24203         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24204         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24205         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24206
24207 1999-04-18  Jim Meyering  <meyering@ascend.com>
24208
24209         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24210         * m4/jm-macros.m4: Use it.
24211
24212 1999-04-06  Jim Meyering  <meyering@ascend.com>
24213
24214         * m4/strftime.m4: Remove test for %f.
24215
24216 1999-03-29  Jim Meyering  <meyering@ascend.com>
24217
24218         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24219         superset of the AC_TYPE_* checks in the textutils, fileutils,
24220         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24221         AC_TYPE_PID_T.
24222
24223 1999-03-28  Jim Meyering  <meyering@ascend.com>
24224
24225         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24226         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24227         replaced e.g., in the *.sh files of the sh-utils.
24228
24229 1999-03-20  Jim Meyering  <meyering@ascend.com>
24230
24231         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24232         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24233         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24234
24235 1999-03-19  Jim Meyering  <meyering@ascend.com>
24236
24237         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24238
24239 1999-03-12  Jim Meyering  <meyering@ascend.com>
24240
24241         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24242
24243 1999-03-07  Jim Meyering  <meyering@ascend.com>
24244
24245         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24246         declared.
24247
24248 1999-02-17  Jim Meyering  <meyering@ascend.com>
24249
24250         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24251         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24252
24253 1999-02-07  Jim Meyering  <meyering@ascend.com>
24254
24255         * m4/group-member.m4: New file -- extracted from sh-utils'
24256         configure.in.
24257
24258         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24259         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24260
24261 1999-02-06  Jim Meyering  <meyering@ascend.com>
24262
24263         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24264         * m4/fnmatch.m4: Likewise.
24265         * m4/getgroups.m4: Likewise.
24266         * m4/lstat.m4: Likewise.
24267         * m4/malloc.m4: Likewise.
24268         * m4/putenv.m4: Likewise.
24269         * m4/realloc.m4: Likewise.
24270         * m4/regex.m4: Likewise.
24271         * m4/stat.m4: Likewise.
24272         * m4/strftime.m4: Likewise.
24273         Suggestion from Alain Magloire.
24274
24275         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24276         * m4/fnmatch.m4: Likewise.
24277         * m4/getgroups.m4: Likewise.
24278         * m4/getline.m4: Likewise.
24279         * m4/lstat.m4: Likewise.
24280         * m4/malloc.m4: Likewise.
24281         * m4/memcmp.m4: Likewise.
24282         * m4/putenv.m4: Likewise.
24283         * m4/realloc.m4: Likewise.
24284         * m4/regex.m4: Likewise.
24285         * m4/stat.m4: Likewise.
24286         * m4/strftime.m4: Likewise.
24287         Suggestion from Alain Magloire.
24288
24289         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24290         an argument.
24291
24292         * m4/regex.m4: Add a run-time Test for proper operation of
24293         re_compile_pattern.
24294
24295 1999-01-31  Jim Meyering  <meyering@ascend.com>
24296
24297         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24298
24299 1999-01-30  Jim Meyering  <meyering@ascend.com>
24300
24301         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24302
24303         * m4/jm-mktime.m4: Make this a wrapper around the official
24304         AM_FUNC_MKTIME rather than my private copy, now that the official one
24305         is up to date.
24306         * m4/mktime.m4: Remove file.
24307
24308         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24309         * m4/uptime.m4: Likewise.
24310         * m4/uintmax_t.m4: Likewise.
24311
24312 1999-01-28  Jim Meyering  <meyering@ascend.com>
24313
24314         * m4/jm-macros.m4: Use jm_AFS.
24315         * m4/afs.m4: New file (from fileutils' configure.in).
24316
24317         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24318         * m4/chown.m4: Likewise.
24319         * m4/d-ino.m4: Likewise.
24320         * m4/d-type.m4: Likewise.
24321         * m4/fnmatch.m4: Likewise.
24322         * m4/getgroups.m4: Likewise.
24323         * m4/gettext.m4: Likewise.
24324         * m4/jm-mktime.m4: Likewise.
24325         * m4/jm-winsz2.m4: Likewise.
24326         * m4/lcmessage.m4: Likewise.
24327         * m4/ls-mntd-fs.m4: Likewise.
24328         * m4/malloc.m4: Likewise.
24329         * m4/memcmp.m4: Likewise.
24330         * m4/putenv.m4: Likewise.
24331         * m4/realloc.m4: Likewise.
24332         * m4/st_mtim.m4: Likewise.
24333         * m4/strftime.m4: Likewise.
24334
24335 1999-01-16  Jim Meyering  <meyering@ascend.com>
24336
24337         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24338         (ARGMATCH_DIE_DECL): Define.
24339
24340 1999-01-12  Jim Meyering  <meyering@ascend.com>
24341
24342         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24343         Reported by Lars Hecking.
24344
24345 1999-01-10  Jim Meyering  <meyering@ascend.com>
24346
24347         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24348         gross kludge.
24349         * m4/inttypes_h.m4: Likewise.
24350         * m4/lstat.m4: Likewise.
24351         * m4/malloc.m4: Likewise.
24352         * m4/readdir.m4: Likewise.
24353         * m4/realloc.m4: Likewise.
24354         * m4/st_dm_mode.m4: Likewise.
24355         * m4/stat.m4: Likewise.
24356         * m4/utimbuf.m4: Likewise.
24357         * m4/utimes.m4: Likewise.
24358
24359         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24360         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24361         comments in config.h.in are meaningful.
24362
24363         * m4/jm-macros.m4: Require autoconf-2.13 here.
24364
24365         * m4/regex.m4: By default, don't use the included regex.c on systems
24366         with glibc 2.  Suggestion from Uli Drepper.
24367
24368 1999-01-02  Jim Meyering  <meyering@ascend.com>
24369
24370         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24371
24372 1998-12-18  Jim Meyering  <meyering@ascend.com>
24373
24374         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24375         Based on a suggestion from Lars Hecking.
24376
24377 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24378
24379         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24380
24381 1998-11-16  Jim Meyering  <meyering@ascend.com>
24382
24383         * m4/lfs.m4: Double-quote the `uname...` expression.
24384
24385 1998-11-14  Jim Meyering  <meyering@ascend.com>
24386
24387         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24388         * m4/stat.m4: Likewise.
24389
24390 1998-11-03  Jim Meyering  <meyering@ascend.com>
24391
24392         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24393         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24394
24395 1998-10-18  Jim Meyering  <meyering@ascend.com>
24396
24397         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24398
24399 1998-10-17  Jim Meyering  <meyering@ascend.com>
24400
24401         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24402         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24403         calls for those previously hard-coded headers.  Instead, take a new
24404         parameter.
24405         (jm_CHECK_DECLARATIONS): Reflect interface change.
24406         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24407         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24408
24409         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24410
24411 1998-10-14  Jim Meyering  <meyering@ascend.com>
24412
24413         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24414         instead of "TZ=America/Vancouver".  From Paul Eggert.
24415
24416 1998-10-11  Jim Meyering  <meyering@ascend.com>
24417
24418         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24419         This adds a test for a recently added compatibility fix for mktime.c.
24420         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24421
24422 1998-09-27  Jim Meyering  <meyering@ascend.com>
24423
24424         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24425
24426         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24427         ../configure.in, including a change from Gordon Matzigkeit to allow
24428         cross-compiling for the Hurd.
24429
24430         * m4/glibc.m4: New file/macro to test for the GNU C Library
24431         versions 1 and 2.  From Gordon Matzigkeit.
24432         Indent.
24433
24434 1998-09-21  Jim Meyering  <meyering@ascend.com>
24435
24436         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24437
24438 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24439
24440         Port nanosecond-resolution times to UnixWare 2.1.2 and
24441         pedantic Solaris 2.6.
24442
24443         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24444         AC_STRUCT_ST_MTIM.
24445         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24446         Generate name of ns member, instead of just 1 or undef.
24447         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24448
24449 1998-08-15  Jim Meyering  <meyering@ascend.com>
24450
24451         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24452         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24453         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24454         instead of jm_TYPE_SSIZE_T.
24455
24456 1998-08-12  Jim Meyering  <meyering@ascend.com>
24457
24458         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24459
24460 1998-08-02  Jim Meyering  <meyering@ascend.com>
24461
24462         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24463         in acconfig.h manually.
24464
24465 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24466
24467         * m4/st_mtim.m4: New file.
24468
24469 1998-07-28  Jim Meyering  <meyering@ascend.com>
24470
24471         * m4/utimes.m4: Undef stat.
24472
24473 1998-07-25  Jim Meyering  <meyering@ascend.com>
24474
24475         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24476         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24477
24478 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24479
24480         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24481         uid and gid actually remain unchanged.
24482
24483 1998-07-07  Jim Meyering  <meyering@ascend.com>
24484
24485         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24486
24487 1998-07-04  Jim Meyering  <meyering@ascend.com>
24488
24489         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24490         to prove that this macro can be used in packages without regex.c.
24491
24492 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24493
24494         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24495         is to be used.
24496
24497 1998-07-03  Jim Meyering  <meyering@ascend.com>
24498
24499         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24500
24501         * m4/gettext.m4: New file -- from gettext-0.10.35.
24502         * m4/lcmessage.m4: Likewise.
24503         * m4/progtest.m4: Likewise.
24504
24505         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24506         * m4/jm-macros.m4: Require the new macro.
24507
24508 1998-06-29  Jim Meyering  <meyering@ascend.com>
24509
24510         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24511         for the definition of NGROUPS (used in a system header included
24512         by sys/mount.h).
24513
24514 1998-06-28  Jim Meyering  <meyering@ascend.com>
24515
24516         * m4/ls-mntd-fs.m4: New file.
24517         * m4/fstypename.m4: New file.
24518
24519         * m4/jm-macros.m4: Require the new macro.
24520         * m4/jm-glibc-io.m4: New file.
24521
24522 1998-05-19  Jim Meyering  <meyering@ascend.com>
24523
24524         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24525         * m4/lchown.m4: New file.
24526
24527         * m4/Makefile.am.in: New file.
24528         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24529
24530 1998-05-14  Jim Meyering  <meyering@ascend.com>
24531
24532         * m4/Makefile.am (EXTRA_DIST): Add them.
24533         * m4/jm-macros.m4: New file.
24534         * m4/utimbuf.m4: New file.
24535
24536 1998-05-12  Jim Meyering  <meyering@ascend.com>
24537
24538         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24539
24540 1998-05-11  Jim Meyering  <meyering@ascend.com>
24541
24542         * m4/isc-posix.m4: New file.
24543
24544 1998-05-10  Jim Meyering  <meyering@ascend.com>
24545
24546         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24547
24548 1998-05-09  Jim Meyering  <meyering@ascend.com>
24549
24550         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24551         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24552         with automake.
24553
24554         * m4/ssize_t.m4: New file.
24555         * m4/mktime.m4: Remove file -- the new automake has this now.
24556
24557 1998-04-26  Jim Meyering  <meyering@ascend.com>
24558
24559         * m4/assert.m4: New file.
24560         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24561
24562 1998-04-05  Jim Meyering  <meyering@ascend.com>
24563
24564         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24565         (jm_PREREQ): Use it here.
24566
24567 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24568
24569         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24570         in acconfig.h.
24571
24572 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24573
24574         * m4/prereq.m4: New file.
24575         * m4/error.m4: New file.
24576         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24577
24578 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24579
24580         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24581         cache-check for the same variable -- that defeated the purpose of
24582         the test; the test program was never run.  This was a problem only
24583         on systems with losing getline functions -- HP-UX 10.20 is one.
24584         Reported by Bjorn Helgaas.
24585
24586 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24587
24588         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24589
24590 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24591
24592         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24593
24594         * m4/const.m4: New file.  Use an initializer in this declaration
24595         typedef int charset[2]; const charset x;
24596         Reported by Bob Glickstein.
24597
24598 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24599
24600         * m4/chown.m4: Fix reversed types on -1 args to chown.
24601         From Kaveh Ghazi.
24602
24603 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24604
24605         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24606         Add lseek and memchr.
24607
24608         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24609         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24610         have a 20-character limit on names.
24611
24612 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24613
24614         * m4/inttypes_h.m4: New file.
24615         * m4/uintmax_t.m4: New file.
24616         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24617
24618 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
24619   Free Software Foundation, Inc.
24620 Copying and distribution of this file, with or without modification,
24621 are permitted provided the copyright notice and this notice are preserved.