Avoid side effects on libtool variables.
[pspp] / ChangeLog
1 2007-01-08  Bruno Haible  <bruno@clisp.org>
2
3         Avoid variable names that conflict with those from libtool.
4         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
5         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
6         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
7         library_names_spec to acl_library_names_spec, hardcode_* to
8         acl_hardcode_*.
9         Reported by Ralf Wildenhues.
10
11 2007-01-08  Bruno Haible  <bruno@clisp.org>
12
13         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
14         definition.
15         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
16         definition.
17         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
18         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
19         definition.
20         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
21         definition.
22         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
23         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
24         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
25         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
26         definition.
27         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
28         definition.
29         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
30         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
31         GC_USE_<algorithm>.
32         * lib/gc-libgcrypt.c: Likewise.
33         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
34         * modules/gc-arctwo (configure.ac): Likewise.
35         * modules/gc-des (configure.ac): Likewise.
36         * modules/gc-hmac-md5 (configure.ac): Likewise.
37         * modules/gc-hmac-sha1 (configure.ac): Likewise.
38         * modules/gc-md2 (configure.ac): Likewise.
39         * modules/gc-md4 (configure.ac): Likewise.
40         * modules/gc-md5 (configure.ac): Likewise.
41         * modules/gc-random (configure.ac): Likewise.
42         * modules/gc-rijndael (configure.ac): Likewise.
43         * modules/gc-sha1 (configure.ac): Likewise.
44
45 2007-01-08  Bruno Haible  <bruno@clisp.org>
46
47         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
48         macro definition.
49         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
50         definition.
51         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
52         definition.
53         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
54         * modules/fcntl-safer (configure.ac): Likewise.
55         * modules/fopen-safer (configure.ac): Likewise.
56         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
57         GNULIB_FWRITEERROR macro definition.
58
59 2007-01-08  Bruno Haible  <bruno@clisp.org>
60
61         * m4/gnulib-common.m4: New file.
62         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
63         (func_get_filelist): Add m4/gnulib-common.m4.
64
65 2007-01-08  Bruno Haible  <bruno@clisp.org>
66
67         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
68         command.
69
70 2007-01-08  Jim Meyering  <jim@meyering.net>
71
72         Use a more robust test for a "can't happen" condition.
73         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
74         narrowed the st_size value.  Presuming the "can't happen" condition
75         is true, that narrowing could conceivably convert an invalid st_size
76         value into a valid one.  Instead, use a change based on Matthew
77         Woehlke's original patch.
78
79         Slight readability improvement: use an assert-like macro
80         in place of literal "abort ()" uses.
81         * lib/fts.c (fts_assert): Define.
82         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
83         Use this macro instead of a bare 'abort'.
84
85 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
86
87         Don't worry about using IRIX 5.3's wctype.h broken definitions;
88         simply work around them.
89         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
90         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
91         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
92         Don't bother to define as macros, since the standard doesn't require it.
93         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
94         longer worry about IRIX 5.3.
95         (HAVE_WCTYPE_CTMP_BUG): Remove.
96
97 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
98
99         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
100         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
101         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
102         Problems reported by Georg Schwarz for IRIX 5.3.
103
104         * gnulib-tool (autoconf_minversion): Take the maximum version number
105         found, not the minimum.  Problem reported by James Youngman.
106
107 2007-01-03  Karl Berry  <karl@gnu.org>
108
109         * doc/error.texi: new file, explaining interaction with progname.
110         * doc/gnulib.texi: include it.  Update copyright.
111
112 2007-01-03  Simon Josefsson  <simon@josefsson.org>
113
114         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
115         AC_CANONICAL_HOST, to improve autobuild outputs.
116
117 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
118             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
119
120         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
121         sockets, server sockets, and other file descriptors.  Count errors
122         to compute the return value.  Reorder the code a bit to be easier
123         to follow.  Don't set event bits that were not requested (except
124         POLLERR and POLLHUP).
125
126 2007-01-01  Bruno Haible  <bruno@clisp.org>
127
128         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
129
130 2007-01-03  Jim Meyering  <jim@meyering.net>
131
132         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
133
134 2007-01-02  Bruno Haible  <bruno@clisp.org>
135
136         * modules/settime (Include): Require timespec.h.
137         * modules/nanosleep (Include): Likewise.
138
139 2007-01-01  Bruno Haible  <bruno@clisp.org>
140
141         * gnulib-tool (func_emit_copyright_notice): Bump year.
142         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
143
144 2007-01-01  Bruno Haible  <bruno@clisp.org>
145
146         Improve support for OpenBSD.
147         * build-aux/config.rpath (libname_spec): Export.
148         (library_names_spec): New variable. Export.
149         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
150         library_names_spec from the config.rpath output. Locate shared library
151         through the name pattern in library_names_spec.
152
153 2007-01-01  Eric Blake  <ebb9@byu.net>
154
155         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
156
157 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
158
159         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
160         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
161         assume the C locale, and avoid an "eval" that could cause trouble.
162         Problem with SORT reported by Bob Proulx.
163
164         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
165         Define.  Trivial patch from Henning Nielsen Lund, originally
166         sent to bug-grep@gnu.org today.
167
168 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
169
170         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
171         struct stat.  Problem reported by Henning Nielsen Lund.
172         * lib/acl.c: Include acl.h first, to check interface.  Don't
173         bother to include sys/types.h and sys/stat.h again.
174
175 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
176
177         Import the following change from libc; problem reported by
178         Sven Verdoolaege.
179
180         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
181
182         [BZ #1373]
183         * lib/argp.h: Remove __NTH for __argp_usage inline function.
184
185 2006-12-28  Jim Meyering  <jim@meyering.net>
186
187         * build-aux/announce-gen: Do not assume that the package
188         builds any of tar.gz, tar.bz2, and .xdelta files.
189         Suggestion from Simon Josefsson.
190
191 2006-12-28  Simon Josefsson  <simon@josefsson.org>
192
193         * modules/announce-gen: New file.
194
195 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
196
197         * lib/mbchar.h: Just include <wctype.h>; the wctype module
198         handles its gotchas now.
199         * lib/mbswidth.c: Likewise.
200         * lib/wcwidth.h: Likewise.
201         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
202         and iswcntrl; the wctype module does this stuff now.
203         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
204         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
205         * modules/mbchar (Depends-on): Add wctype.
206         * modules/mbswidth (Depends-on): Likewise.
207         * modules/wcwidth (Depends-on): Likewise.
208
209 2006-12-27  Eric Blake  <ebb9@byu.net>
210
211         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
212         module uses more than what <wctype.h> is required to provide.
213
214 2006-12-26  Eric Blake  <ebb9@byu.net>
215
216         * gnulib-tool (sed_extract_prog): Avoid space-tab.
217
218 2006-12-26  Eric Blake  <ebb9@byu.net>
219
220         * modules/absolute-header: New module.
221         * modules/fcntl (Depends-on): Depend on it.
222         * modules/inttypes (Depends-on): Likewise.
223         * modules/stdint (Depends-on): Likewise.
224         * modules/sys_stat (Depends-on): Likewise.
225         * modules/wctype (Depends-on): Likewise.
226         * MODULES.html.sh (Support for building libraries and
227         executables): Document it.
228
229 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
230
231         * gnulib-tool (SED): Remove, undoing previous change.
232         The problem was that it broke coreutils on Solaris, because
233         "sed --posix" leaked into a makefile.
234         (sed): New alias, if 'alias' and GNU sed.
235
236 2006-12-24  Jim Meyering  <jim@meyering.net>
237
238         Work around an fchownat bug in glibc-2.4:
239         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
240         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
241         in spite of the -P option.
242         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
243         New macros.
244         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
245         * modules/openat (Files): Add lib/fchownat.c.
246         * lib/openat.c (fchownat): Don't define here.  Move to...
247         * lib/fchownat.c: ...this new file.
248
249 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
250
251         Fix bug reported by Bruno Haible in
252         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
253         where quotearg.c didn't compile on Mac OS X 10.2 because it
254         lacks <wchar.h> and wint_t.
255         * lib/wctype_.h (__wctype_wint_t): New type.
256         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
257         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
258         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
259         Arg is now of type __wctype_wint_t, not wint_t.
260         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
261         substitute HAVE_WINT_T.
262         * modules/wctype (Files): Add m4/wint_t.m4.
263         (wctype.h): Substitute HAVE_WINT_T.
264
265 2006-12-23  Bruno Haible  <bruno@clisp.org>
266
267         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
268
269 2006-12-23  Bruno Haible  <bruno@clisp.org>
270
271         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
272         S_ISLNK.
273         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
274         mingw.
275
276 2006-12-22  Bruno Haible  <bruno@clisp.org>
277
278         * lib/copy-file.c: Include acl.h.
279         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
280         Close the file descriptors only after being done with copy_acl.
281         * modules/copy-file (Depends-on): Add acl.
282
283 2006-12-22  Bruno Haible  <bruno@clisp.org>
284
285         * gnulib-tool (SED): New variable.
286         Use $SED instead of sed everywhere.
287
288 2006-12-22  Bruno Haible  <bruno@clisp.org>
289
290         * modules/no-c++: New file.
291         * m4/no-c++.m4: New file.
292         * MODULES.html.sh (Support for building libraries and executables):
293         Add no-c++.
294
295 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
296
297         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
298         Include <limits.h>, and use its INT_MAX to rewrite the
299         j loop so that it does not overflow 'int'.  Problem reported by
300         Ralf Wildenhues in
301         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
302         Play it safe by shifting left by 1 rather than multiplying by 2,
303         as GCC is less likely to optimize this away when the value
304         is signed (when it assumes overflow leads to undefined behavior).
305         Also, don't assume time_t uses two's complement.
306
307 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
308
309         * MODULES.html.sh: New module wctype.
310         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
311         * lib/fnmatch.c: Don't bother to include <wchar.h> before
312         <wctype.h>, since the new wctype module should fix this.
313         * lib/quotearg.c: Include <wctype.h> unconditionally, since
314         the wctype module should arrange for it.
315         * lib/regex_internal.h: Likewise.
316         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
317         since the wctype module should handle this now.
318         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
319         * modules/fnmatch (Depends-on): Add wctype.
320         * modules/quotearg (Depends-on): Likewise.
321         * modules/regex (Depends-on): Likewise.
322
323 2006-12-19  Bruno Haible  <bruno@clisp.org>
324
325         * lib/strdup.h [C++]: Wrap definitions in extern "C".
326         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
327
328 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
329
330         * modules/savewd (Depends-on): Fix dependency on fcntl.
331
332 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
333
334         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
335         conforms to C99, rather than relying on the user's environment
336         setting of STDINT_H.
337
338 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
339         and Eric Blake  <ebb9@byu.net>
340
341         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
342         This is more consistent with the other defines here.
343         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
344         Port to z/OS.  Problem reported by Paul Gilmartin.
345         Change local vars to use gl_ prefix rather than ac_.
346         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
347         with other defines.
348         * modules/double-slash-root: New module.
349         * modules/dirname (Files): Remove m4/double-slash-root.m4.
350         (Depends-on): Add double-slash-root.
351         * MODULES.html.sh (File system functions): Mention new module.
352
353 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
354
355         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
356         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
357         This is for the benefit of gzip, which doesn't do i18n.
358
359 2006-12-12  Jim Meyering  <jim@meyering.net>
360
361         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
362         Reported by Andreas Schwab <schwab@suse.de>.
363
364 2006-12-12  Bruno Haible  <bruno@clisp.org>
365
366         Merge these changes.
367         2006-09-05  Bruno Haible  <bruno@clisp.org>
368         * lib/iconvme.c (iconv_string): No need to save and restore errno when
369         iconv_alloc succeeded.
370         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
371         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
372         test for " && dest " at the end - dest is always != NULL there. Call
373         iconv with 4xNULL arguments initially, to reset the state. Call iconv
374         with 2xNULL arguments, also to flush the state storage. Handle the
375         IRIX iconv behaviour. Realloc the final result, to throw away unused
376         memory.
377
378 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
379
380         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
381         and fchmodat unconditionally, since glibc 2.4 has them.
382         Problem reported by Arkadiusz Miskiewicz.
383
384 2006-12-10  Bruno Haible  <bruno@clisp.org>
385
386         * gnulib-tool (func_import): Show the include files only for those
387         modules that are copied and specified.
388         Reported by Karl Berry.
389
390 2006-12-08  Jim Meyering  <jim@meyering.net>
391
392         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
393         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
394
395         * build-aux/announce-gen: Add two new options, both optional:
396         --bootstrap-tools=TOOL_LIST
397               a comma-separated list of tools, e.g.,
398               autoconf,automake,bison,gnulib
399         --gnulib-snapshot-date=DATE
400               if gnulib is in the bootstrap tool list,
401               then report this as the snapshot date.
402               If not specified, use the current date/time.
403               If you specify a date here, be sure it's UTC.
404
405 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
406
407         * tests/test-argp-2.sh: Fix test to match actual output.
408         (func_compare): Fix sed script to be portable.
409
410 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
411
412         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
413         workaround for this case.  It is not autoconfigured now; offhand
414         it's hard to see how to autoconfigure it.
415
416 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
417
418         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
419         a directory that is about to be chowned.  Such a directory's
420         initial file permissions should permit the owner only and this
421         should not be changed until after the chown, since the group and
422         other bits would be incorrect if they granted permission before
423         the chown.
424
425         Fix porting problem for iswctype reported by Georg Schwarz in:
426         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
427         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
428         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
429         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
430         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
431
432 2006-12-03  Jim Meyering  <jim@meyering.net>
433
434         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
435         p->fts_statp may not yet be defined.
436         (fts_read): Instead, set it in the caller, once p->fts_statp is
437         sure to be defined, and corresponds to a top-level directory.
438         This bug made du -x fail.  Here's the coreutils test case:
439         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
440         Reported by Mike Frysinger.
441
442 2006-12-01  Jim Meyering  <jim@meyering.net>
443
444         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
445         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
446         Reported by Simon Josefsson.
447
448 2006-11-30  Jim Meyering  <jim@meyering.net>
449
450         * m4/warning.m4: Use the all-permissive copyright notice
451         recommended by RMS (rather than LGPL).
452         * m4/vararrays.m4: Likewise.
453         * m4/flexmember.m4: Likewise.
454
455 2006-11-29  Bruno Haible  <bruno@clisp.org>
456
457         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
458         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
459         using +=.
460         Reported by Simon Josefsson <simon@josefsson.org>.
461
462 2006-11-28  James Youngman <jay@gnu.org>
463
464         * README: Advise users that they might find the bug-gnulib@gnu.org
465         and autotools-announce@gnu.org mailing lists useful.
466
467 2006-11-28  Bruno Haible  <bruno@clisp.org>
468
469         * m4/ptrdiff_max.m4: Remove file.
470
471 2006-11-21  Bruno Haible  <bruno@clisp.org>
472
473         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
474         _AC_COMPUTE_INT.
475         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
476         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
477         _AC_COMPUTE_INT.
478         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
479         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
480         _AC_COMPUTE_INT.
481         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
482
483 2006-11-28  Jim Meyering  <jim@meyering.net>
484
485         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
486         warning from "gcc -Wshadow" about shadowing the builtin.
487
488 2006-11-27  Bruno Haible  <bruno@clisp.org>
489
490         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
491         _AC_COMPUTE_INT.
492         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
493
494 2006-11-27  Bruno Haible  <bruno@clisp.org>
495             Paul Eggert  <eggert@cs.ucla.edu>
496
497         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
498
499 2006-11-26  Bruno Haible  <bruno@clisp.org>
500
501         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
502         noinst_LTLIBRARIES.
503
504 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
505             Bruno Haible  <bruno@clisp.org>
506
507         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
508         if compiling with "gcc -ansi".
509
510 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
511
512         Fix some incompatibilities with gcc -ansi -pedantic.
513         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
514         if compiling pedantically with GCC, unless it's C99 or later.
515         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
516         it mishandles gcc -ansi -pedantic as well.
517         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
518         if gcc -pedantic.
519         * lib/regexec.c (check_node_accept_bytes): Don't use auto
520         initializers for struct if -pedantic, unless it's C99 or later.
521
522 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
523
524         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
525         Don't close an fd more than once. Identical atimes indicate
526         success, not failure.
527
528 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
529
530         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
531
532 2006-11-23  Jim Meyering  <jim@meyering.net>
533
534         * build-aux/announce-gen: New file.  From coreutils.
535
536 2006-11-22  Jim Meyering  <jim@meyering.net>
537
538         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
539         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
540         (fts_read): Use a temporary to narrow the overused st_size member
541         before using it in a switch statement.  Reported by Matthew Woehlke.
542
543         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
544         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
545
546 2006-11-20  Bruno Haible  <bruno@clisp.org>
547
548         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
549         changequote instead of pairs of brackets.
550         Reported by Andreas Schwab <schwab@suse.de>.
551
552 2006-11-21  Jim Meyering  <jim@meyering.net>
553
554         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
555         so as to remain compatible with older compilers.
556         Patch from Michael Deutschmann.
557
558 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
559
560         * MODULES.html.sh (File system functions): Add openat.
561
562         * lib/openat.h (rpl_fstatat): New macro, if
563         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
564         (fstatat): Define to rpl_fstatat under the same conditions,
565         unless COMPILING_FSTATAT.
566         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
567         seems to have the bug.
568         * lib/fstatat.c: New file.
569         * modules/openat (Files): Add it.
570
571 2006-11-20  Bruno Haible  <bruno@clisp.org>
572
573         * Makefile: New file.
574
575 2006-11-20  Jim Meyering  <jim@meyering.net>
576
577         The beginnings of syntax-related checks for gnulib.
578         * lib/Makefile: New file.
579         * lib/t-idcache: New script.  Ensure that the two halves of
580         idcache.c stay in sync.
581
582         * lib/idcache.c: Adjust comments in user- and group- portions to
583         be more accurate, and to be consistent with one another.
584
585 2006-11-20  Jim Meyering  <jim@meyering.net>
586
587         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
588         continue using the flexible array member (thus, this module performs
589         half as many malloc calls), with the addition that...
590         (getgroup, getuser): Consistently record a non-match via an empty
591         "name" string, and map an empty string match to a NULL return value.
592         * modules/idcache (Depends-on): Re-add flexmember.
593
594         * lib/idcache.c (getuser): Remove all uses of the register keyword.
595         (getuidbyname, getgroup, getgidbyname): Likewise.
596
597         Use cleaner syntax: NULL rather than 0.
598         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
599
600 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
601
602         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
603         It mishandled the case where the group was missing.
604         Problem reported by Greg Schafer.
605         * modules/idcache: Likewise.
606
607 2006-11-18  Jim Meyering  <jim@meyering.net>
608
609         * check-module (%exempt_header): Add exception for some
610         conditionally-included headers.
611
612         * modules/i-ring (Depends-on): Add verify.
613         (License): Change to LGPL.
614
615 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
616
617         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
618         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
619         and inttostr.h.  Use snprintf rather than uinttostr, so that
620         LGPLed code doesn't depend on GPLed.
621
622 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
623
624         * modules/inline (License): Change from GPL to LGPL.
625
626 2006-11-17  Jim Meyering  <jim@meyering.net>
627
628         * modules/d-type (License): Switch to LGPL.
629
630 2006-11-15  Bruno Haible  <bruno@clisp.org>
631
632         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
633
634 2006-11-15  Eric Blake  <ebb9@byu.net>
635
636         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
637         the module dependency.
638
639 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
640             Bruno Haible  <bruno@clisp.org>
641
642         * gnulib-tool (func_create_testdir): Add license consistency check.
643
644 2006-11-15  Eric Blake  <ebb9@byu.net>
645
646         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
647         random "(cached)" in configure output.
648
649 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
650
651         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
652         test for conforming inttypes.h is both announced and cached.
653
654         * MODULES.html.sh (seen_modules, seen_files): New variables.
655         (func_module): Rewrite to use a few less gnulib-tool and sed
656         invocations.  Avoid a couple of quadratic algorithms for ...
657         (missed_modules, missed_files): ... these, with ...
658         (func_append, func_tmpdir): ... these new functions, from
659         gnulib-tool.  Analogously, install traps for cleanup.
660
661         * tests/test-gc.c (main): Remove unused variables.
662         * tests/test-read-file.c: Include stdlib.h, for 'free'.
663
664 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
665
666         * modules/inttostr (License): Change to LGPL.
667
668 2006-11-14  Eric Blake  <ebb9@byu.net>
669
670         * modules/tempname (License): Change to LGPL.
671
672 2006-11-14  Eric Blake  <ebb9@byu.net>
673
674         * doc/functions.texi (Function Portability): *printf functions on
675         Cygwin now understand all POSIX size specifiers.
676
677 2006-11-14  Bruno Haible  <bruno@clisp.org>
678
679         * modules/c-ctype (License): Change to LGPL.
680
681 2006-11-12  Bruno Haible  <bruno@clisp.org>
682
683         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
684         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
685         for GNOME libraries, for which the include files are installed in
686         subdirectories of $prefix/include.
687
688 2006-11-12  Bruno Haible  <bruno@clisp.org>
689
690         * m4/lib-link.m4: Require at least autoconf-2.54.
691         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
692         name to underscores for the --with option.
693
694 2006-11-13  Bruno Haible  <bruno@clisp.org>
695
696         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
697         the tests directory.
698         Reported by Ralf Wildenhues.
699
700 2006-11-13  Bruno Haible  <bruno@clisp.org>
701
702         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
703         (func_emit_initmacro_end): Undo the override here.
704         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
705         Works around the famous automake error in coreutils.
706
707 2006-11-13  Eric Blake  <ebb9@byu.net>
708
709         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
710         element, not its node.
711
712 2006-11-12  Bruno Haible  <bruno@clisp.org>
713
714         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
715         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
716
717 2006-11-12  Bruno Haible  <bruno@clisp.org>
718
719         * gnulib-tool: New option --local-symlink.
720         (func_usage): Document it.
721         (lsymbolic): New variable.
722         (func_import, func_create_testdir): If --symlink was not specified,
723         test whether --local-symlink was specified and the file comes from
724         the local_gnulib_dir.
725
726 2006-11-12  Bruno Haible  <bruno@clisp.org>
727
728         * gnulib-tool (func_ln): New function.
729         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
730
731 2006-11-12  Bruno Haible  <bruno@clisp.org>
732
733         Finish support for source files in subdirectories.
734         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
735         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
736         AUTOMAKE_OPTIONS.
737         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
738
739 2006-11-12  Bruno Haible  <bruno@clisp.org>
740
741         * gnulib-tool (func_get_automake_snippet): Synthesize also an
742         EXTRA_lib_SOURCES augmentation.
743         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
744
745 2006-11-12  Jim Meyering  <jim@meyering.net>
746
747         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
748         file descriptors.  This also averts a failure on systems with
749         native openat support when a traversed directory lacks "x" access.
750         * lib/fts_.h: Include "i-ring.h"
751         (struct FTS) [fts_fd_ring]: New member.
752         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
753         (FCHDIR): Add parentheses.
754         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
755         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
756         When descending, rather than simply closing the previous
757         fts_cwd_fd value, push that file descriptor onto the ring.
758         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
759         (fts_open): Initialize the new fd_ring member.
760         (fts_close): Clear the ring.
761         (fts_safe_changedir): When possible, use our new fd_ring to skip
762         the diropen and fstat and dev/ino comparison that would normally
763         accompany a virtual `chdir ("..")'.
764
765         * modules/fts (Depends-on): Add i-ring.
766         * modules/i-ring: New module.
767         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
768         * m4/i-ring.m4: New file.
769
770 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
771
772         * gnulib-tool (func_create_testdir): Fix replacement of
773         `build-aux' in configure.ac.  Run autotools in gltests
774         subdirectory.
775         (func_create_testdir, func_create_megatestdir, test): There is
776         no need for '--force' in most autotool invocations in a new
777         tree.  Actually fail the whole test if any of the tools, or the
778         configure or make stages fail.
779
780         Sync from Automake.
781         * build-aux/gnupload: Revert last change.  Add pointer to upload
782         instructions of the GNU Maintenance Instructions.
783         Suggestion by Karl Berry.
784
785 2006-11-10  Jim Meyering  <jim@meyering.net>
786
787         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
788
789 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
790
791         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
792         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
793         (bind_textdomain_codeset) [! ENABLE_NLS]:
794         Evaluate all the arguments.  That way, callers get compatible behavior
795         if the arguments have side effects.  Also, it avoids some GCC
796         diagnostics in some cases; Joel E. Denny reported problems when Bison
797         was configured with --enable-gcc-warnigs.
798
799 2006-11-10  Jim Meyering  <jim@meyering.net>
800
801         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
802         relevant options in CFLAGS (like -O, -fno-inline) are taken into
803         account.
804
805 2006-11-10  Jim Meyering  <jim@meyering.net>
806
807         * modules/inline: New file/module.
808         * modules/xalloc (Files): Remove m4/inline.m4.
809         (Depends-on): Add inline, instead.
810         * modules/oset: Likewise.
811         * modules/list: Likewise.
812
813 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
814
815         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
816         Problem reported by Matthew Woehlke.
817
818 2006-11-09  Bruno Haible  <bruno@clisp.org>
819
820         * lib/tempname.c (gen_tempname): Remove variant that invokes
821         __gen_tempname.
822         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
823         __gen_tempname.
824
825 2006-11-08  Bruno Haible  <bruno@clisp.org>
826
827         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
828         to 'yes' instead of 'cross-compiling'.
829
830 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
831
832         * lib/quotearg.h (quotearg_free): New decl.
833         * lib/quotearg.c (quotearg_free): New function.
834         (slot0, nslots, slotvec0, slotvec):
835         Now file-scope so that quotearg_free can get at them.
836
837 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
838
839         Sync from Automake.
840         * build-aux/gnupload: Add missing 'gnu' to example URL.
841         Report by Karl Berry.
842
843 2006-11-08  Bruno Haible  <bruno@clisp.org>
844
845         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
846         Suggested by Paul Eggert.
847
848 2006-11-08  Jim Meyering  <jim@meyering.net>
849
850         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
851         It's already included if !_LIBC.
852         (fts_safe_changedir): Add a comment.
853
854 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
855
856         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
857         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
858         Matthew Woehlke.
859
860         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
861         definitions up, to avoid colliding with change below.
862         (static_inline) [HAVE_INLINE]: New macro.
863         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
864         Provide extern decls when !HAVE_INLINE.  Do not define unless
865         static_inline is defined, either by us or by xmalloc.c.  Use
866         static_inline rather than static inline.
867         (XCALLOC): Optimize sizeof(T) = 1 case.
868         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
869
870 2006-11-07  Bruno Haible  <bruno@clisp.org>
871
872         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
873         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
874         AC_C_INLINE.
875         * modules/xalloc (Files): Add m4/inline.m4.
876
877 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
878
879         * README: Fix typo.
880         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
881         (Miscellanous Notes): ...from this.
882
883 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
884
885         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
886         Mention that offsetof should be used instead of sizeof.
887         From Bruno Haible.
888
889 2006-11-07  Bruno Haible  <bruno@clisp.org>
890
891         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
892
893 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
894
895         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
896         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
897         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
898         (gl_tree_add_before, gl_tree_add_after):
899         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
900         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
901         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
902         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
903         (gl_linked_add_after, gl_linked_add_at): Likewise.
904         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
905         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
906         (gl_tree_add_before, gl_tree_add_after): Likewise.
907         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
908         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
909         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
910
911 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
912
913         * lib/gl_oset.h: Use C comment style, not C++ comment style.
914
915 2006-11-06  Bruno Haible  <bruno@clisp.org>
916
917         * m4/inline.m4: New file.
918         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
919         * modules/list (Files): Add m4/inline.m4.
920         * modules/oset (Files): Likewise.
921
922 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
923
924         * lib/idcache.c: Include <stddef.h>, for offsetof.
925         (struct userid.name): Change from char * to a flexible array member.
926         All uses changed.
927         * modules/idcache (Depends-on): Add flexmember.
928
929         * MODULES.html.sh (Core language properties): New module flexmember.
930         * modules/flexmember, m4/flexmember.m4: New files.
931
932         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
933         inline functions that are identical with the old xnmalloc_inline,
934         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
935         that we can avoid some unnecessary integer multiplications and
936         divisions in the common case where the element size is known at
937         compile time.
938         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
939         needed.
940         (xnboundedmalloc): Remove.
941         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
942         arguments, for consistency with rest of this header.
943         (xcharalloc): Rewrite using XNMALLOC.
944         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
945         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
946         versions have been moved to lib/xalloc.h and renamed to be the
947         non-*_inline versions.
948         (xmalloc, xrealloc): Implement without reference to the xnmalloc
949         and xnrealloc functions, since those functions are now inline and
950         now call us.
951         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
952         renaming described above.
953         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
954         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
955         captures the dependency in AC_C_INLINE.
956
957         New module canonicalize-lgpl, proposed by Charles Wilson in
958         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
959         with a few small changes afterwards.
960         * MODULES.html.sh (File system functions): New module
961         canonicalize-lgpl.
962         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
963         and canonicalize_file_name.
964         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
965         * modules/canonicalize-lgpl: New files.
966
967 2006-11-05  Bruno Haible  <bruno@clisp.org>
968
969         * gnulib-tool (func_import, func_create_testdir): Create directories
970         also for files in subdirectories of lib/.
971
972 2006-11-05  Bruno Haible  <bruno@clisp.org>
973
974         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
975         ANSI C compliant.
976
977 2006-11-03  Bruno Haible  <bruno@clisp.org>
978
979         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
980         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
981         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
982         (xnboundedmalloc): New inline function.
983         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
984         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
985         xmalloc.
986         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
987         xmalloc.
988         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
989         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
990         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
991         xmalloc.
992         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
993         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
994         xmalloc.
995         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
996         gl_tree_add_after): Use XMALLOC instead of xmalloc.
997         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
998         xmalloc.
999         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1000         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1001         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1002         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1003         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1004         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1005         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1006
1007 2006-11-03  Bruno Haible  <bruno@clisp.org>
1008
1009         * lib/c-ctype.h [C++]: Define functions without name mangling.
1010         * lib/fwriteerror.h [C++]: Likewise.
1011         * lib/gcd.h [C++]: Likewise.
1012         * lib/linebreak.h [C++]: Likewise.
1013
1014 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1015
1016         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1017         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1018         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1019         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1020         Check for functions and headers just once.
1021         Check for declaration of canonicalize_file_name.
1022         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1023
1024 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1025
1026         * gnulib-tool (func_import): Fix typo in actioncmd.
1027
1028 2006-11-02  Bruno Haible  <bruno@clisp.org>
1029
1030         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1031         newline sequence in the Makefile.am snippet as a space, like "make"
1032         does.
1033         Reported by Roger Persson <perrog@gmail.com>.
1034
1035 2006-11-01  Bruno Haible  <bruno@clisp.org>
1036
1037         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1038         already declared in <string.h>.
1039         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1040
1041 2006-11-01  Bruno Haible  <bruno@clisp.org>
1042
1043         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1044         * lib/strcase.h: Include <string.h>.
1045         (strcasecmp): Define to rpl_strcasecmp here.
1046
1047 2006-11-01  Bruno Haible  <bruno@clisp.org>
1048
1049         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1050
1051 2006-11-01  Eric Blake  <ebb9@byu.net>
1052
1053         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1054
1055         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1056
1057 2006-10-29  Bruno Haible  <bruno@clisp.org>
1058
1059         Make it compile in C++ mode.
1060         * lib/full-write.c (full_rw): Add a cast.
1061
1062 2006-11-01  Bruno Haible  <bruno@clisp.org>
1063
1064         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1065         be POSIX compliant.
1066         Reported by Roger Persson <perrog@gmail.com>.
1067
1068 2006-11-01  Eric Blake  <ebb9@byu.net>
1069
1070         * lib/getopt_.h: Fix comments.
1071
1072 2006-10-31  Eric Blake  <ebb9@byu.net>
1073
1074         * modules/tmpdir (Depends-on): Add sys_stat.
1075         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1076         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1077         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1078         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1079         tempname.
1080
1081 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1082
1083         Avoid some C++ diagnostics reported by Bruno Haible.
1084         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1085         xmalloc.
1086         (quotearg_alloc): Use xcharalloc rather than xmalloc.
1087         (struct slotvec): Move to top level.
1088         (quotearg_n_options): Rewrite to avoid xmalloc.
1089         * lib/xalloc.h (xcharalloc): New function.
1090         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
1091         [defined __cplusplus]: Add function template that provides result
1092         type propagation.  This part of the change is from Bruno Haible.
1093
1094 2006-10-29  Bruno Haible  <bruno@clisp.org>
1095
1096         Make it compile in C++ mode.
1097         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
1098         * lib/strnlen1.c (strnlen1): Cast memchr result.
1099         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
1100         * lib/clean-temp.c (string_equals, string_hash): Add casts.
1101         (create_temp_dir): Rename local variable 'template'.
1102         (compile_csharp_using_sscli): Add cast.
1103         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
1104         * lib/findprog.c (find_in_path): Likewise.
1105         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
1106         * lib/wait-process.c (register_slave_subprocess): Likewise.
1107
1108 2006-10-22  Bruno Haible  <bruno@clisp.org>
1109
1110         * modules/tsearch: New file.
1111         * lib/tsearch.h: New file.
1112         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
1113         * m4/tsearch.m4: New file.
1114         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
1115
1116 2006-10-29  Eric Blake  <ebb9@byu.net>
1117
1118         * lib/arcfour.c: Assume config.h.
1119         * lib/arctwo.c: Likewise.
1120         * lib/base64.c: Likewise.
1121         * lib/check-version.c: Likewise.
1122         * lib/crc.c: Likewise.
1123         * lib/des.c: Likewise.
1124         * lib/gc-gnulib.c: Likewise.
1125         * lib/gc-libgcrypt.c: Likewise.
1126         * lib/gc-pbkdf2-sha1.c: Likewise.
1127         * lib/getaddrinfo.c: Likewise.
1128         * lib/getdelim.c: Likewise.
1129         * lib/getline.c: Likewise.
1130         * lib/hmac-md5.c: Likewise.
1131         * lib/hmac-sha1.c: Likewise.
1132         * lib/iconvme.c: Likewise.
1133         * lib/md2.c: Likewise.
1134         * lib/md4.c: Likewise.
1135         * lib/memxor.c: Likewise.
1136         * lib/read-file.c: Likewise.
1137         * lib/readline.c: Likewise.
1138         * lib/rijndael-alg-fst.c: Likewise.
1139         * lib/rijndael-api-fst.c: Likewise.
1140         * lib/xgetdomainname.c: Likewise.
1141
1142 2006-10-28  Eric Blake  <ebb9@byu.net>
1143
1144         * lib/xstrndup.c: Assume config.h.
1145
1146 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
1147
1148         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
1149         stat-macros.h is now for our own macros, whereas stat_h is for
1150         macros in the <sys/stat.h> name space.
1151         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
1152         (STAT_MACROS_H): Remove.
1153         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
1154         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
1155         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
1156         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
1157         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
1158         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
1159         Move these macros to ...
1160         * lib/stat_.h: here.  Don't include stat-macros.h.
1161         * lib/canonicalize.c: Don't include stat-macros.h.
1162         * lib/chown.c: Likewise.
1163         * lib/euidaccess.c: Likewise.
1164         * lib/file-type.c: Likewise.
1165         * lib/filemode.c: Likewise.
1166         * lib/glob.c: Likewise.
1167         * lib/isapipe.c: Likewise.
1168         * lib/lchown.c: Likewise.
1169         * lib/lstat.c: Likewise.
1170         * lib/mkdir-p.c: Likewise.
1171         * lib/rmdir.c: Likewise.
1172         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
1173         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
1174         unless mkdir isn't declared, to speed up 'configure'.
1175         Always create sys/stat.h, since it's unlikely any real sys/stat.h
1176         would define all the S_* symbols.
1177         * modules/canonicalize (Depends-on):
1178         Depend on sys_stat, not stat-macros.
1179         * modules/chown: Likewise.
1180         * modules/euidaccess: Likewise.
1181         * modules/filemode: Likewise.
1182         * modules/file-type: Likewise.
1183         * modules/glob: Likewise.
1184         * modules/isapipe: Likewise.
1185         * modules/lchown: Likewise.
1186         * modules/lstat: Likewise.
1187         * modules/mkancesdirs: Likewise.
1188         * modules/rmdir: Likewise.
1189         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
1190         * modules/modechange: Likewise.
1191         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
1192         (configure.ac): Remove gl_STAT_MACROS.
1193         * modules/sys_stat (Depends-on): Remove stat-macros.
1194
1195 2006-10-27  Bruno Haible  <bruno@clisp.org>
1196
1197         * m4/signed.m4: Remove file.
1198         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
1199         invocation.
1200         * modules/vasnprintf (Files): Remove m4/signed.m4.
1201
1202 2006-10-27  Bruno Haible  <bruno@clisp.org>
1203
1204         Update to GNU gettext 0.16.
1205         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
1206         m4/inttypes-h.m4, m4/signed.m4.
1207         * m4/gettext.m4: Update to GNU gettext 0.16.
1208         * m4/intl.m4: New file, from GNU gettext.
1209         * m4/intldir.m4: New file, from GNU gettext.
1210         * config/srclist.txt: Update
1211
1212 2006-10-27  Eric Blake  <ebb9@byu.net>
1213
1214         * MODULES.html.sh: Document tempname.
1215         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
1216         dependencies.
1217         (Files): Move lib/tempname.c...
1218         * modules/tempname: ...to this new module.
1219         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
1220         (gl_PREREQ_TEMPNAME): Move...
1221         * m4/tempname.m4: ...to this new file.
1222         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
1223         * modules/sys_stat (Depends-on): Add stat-macros.
1224         * lib/stat_.h (includes): Pick up stat macros.
1225         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
1226         if stat macros are broken.
1227         * lib/tempname.c (includes): No need to include "stat-macros.h".
1228         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
1229         (direxists, __path_search) [!_LIBC]: Don't compile these in
1230         gnulib; the tmpdir module covers that.
1231         * lib/tempname.h: New file.
1232
1233 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
1234
1235         * COPYING: Explain how gnulib-tool converts licence headers.
1236         Almost all wording by Eric Blake.
1237
1238 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
1239
1240         * lib/mbchar.h (is_basic_table): Make read-only.
1241         * lib/mbchar.c (is_basic_table): Likewise.
1242         Reported by John Darrington.
1243
1244 2006-10-25  Bruno Haible  <bruno@clisp.org>
1245
1246         * lib/progname.h (set_program_name): Undefine before defining.
1247
1248 2006-10-25  Bruno Haible  <bruno@clisp.org>
1249
1250         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
1251         false for non-gcc C++ compilers.
1252         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
1253
1254 2006-10-24  Bruno Haible  <bruno@clisp.org>
1255
1256         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
1257         iconv implementations like Irix iconv.
1258
1259 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1260
1261         * modules/vararrays: New file.
1262         * m4/vararrays.m4: New file, taken from diffutils.
1263         * MODULES.html.sh: New module vararrays.
1264
1265 2006-10-24  Karl Berry  <karl@gnu.org>
1266
1267         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
1268         Don't call GNU Unix.
1269
1270 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1271
1272         * users.txt: Add Libtool.
1273
1274         Sync from Libtool:
1275
1276         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1277
1278         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
1279         to gnulib's policy of including config.h unconditionally.
1280
1281 2006-10-24  Bruno Haible  <bruno@clisp.org>
1282
1283         * modules/wcwidth (Files): Add m4/wint_t.m4.
1284         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
1285         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
1286
1287 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
1288
1289         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
1290         to pacify GCC with some -W flags enabled.  Problem reported by
1291         Bruno Haible.
1292
1293 2006-10-24  Jim Meyering  <jim@meyering.net>
1294
1295         * MODULES.html.sh: Remove uinttostr.  It's not a module.
1296         Reported by Karl Berry.
1297
1298 2006-10-23  Bruno Haible  <bruno@clisp.org>
1299
1300         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
1301
1302 2006-10-24  Bruno Haible  <bruno@clisp.org>
1303
1304         * lib/gl_list.h: Use C comment style, not C++ comment style.
1305
1306 2006-10-23  Eric Blake  <ebb9@byu.net>
1307
1308         * lib/getaddrinfo.c (includes): Add missing include.
1309
1310 2006-10-23  Bruno Haible  <bruno@clisp.org>
1311             Paul Eggert  <eggert@cs.ucla.edu>
1312
1313         Ability to rename obstack_free.
1314         * lib/obstack.h (__obstack_free): New macro. Declare instead of
1315         obstack_free.
1316         (obstack_free): Invoke the __obstack_free macro.
1317         * lib/obstack.c (obstack_free): Use __obstack_free macro.
1318
1319 2006-10-23  Bruno Haible  <bruno@clisp.org>
1320             Paul Eggert  <eggert@cs.ucla.edu>
1321
1322         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
1323         __argc, __argv from the declaration. (They are defined as macros on
1324         mingw.)
1325
1326 2006-10-22  Bruno Haible  <bruno@clisp.org>
1327
1328         * doc/gnulib-intro.texi: New file.
1329         * doc/gnulib.texi: Include it.
1330
1331 2006-10-21  Bruno Haible  <bruno@clisp.org>
1332
1333         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
1334         "Introduction", "Miscellanous Notes", "Particular Modules".
1335
1336 2006-10-21  Bruno Haible  <bruno@clisp.org>
1337
1338         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
1339         Change mostlyclean-local rule to avoid sh syntax error from bash
1340         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
1341
1342 2006-10-23  Jim Meyering  <jim@meyering.net>
1343
1344         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
1345         in place of snprintf.
1346
1347         * modules/inttostr (Files): Add lib/uinttostr.c.
1348         * lib/uinttostr.c (inttostr): New file/function.
1349         * lib/inttostr.h (uinttostr): Declare.
1350         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
1351         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
1352         Add uinttostr.
1353         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
1354
1355 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1356
1357         * lib/canonicalize.c (ELOOP): Define if not already defined.
1358         Problem reported by Bruno Haible in
1359         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
1360
1361 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
1362
1363         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
1364         Problem reported by Perry Smith and Ville Laurikari.
1365
1366         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
1367         uses.
1368
1369 2006-10-19  Bruno Haible  <bruno@clisp.org>
1370
1371         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
1372         for mingw.
1373
1374 2006-10-19  Bruno Haible  <bruno@clisp.org>
1375
1376         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
1377         Needed for mingw.
1378
1379 2006-10-19  Bruno Haible  <bruno@clisp.org>
1380
1381         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
1382
1383 2006-10-19  Bruno Haible  <bruno@clisp.org>
1384
1385         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
1386         it.
1387
1388 2006-10-19  Bruno Haible  <bruno@clisp.org>
1389
1390         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
1391         invocation.
1392
1393 2006-10-19  Bruno Haible  <bruno@clisp.org>
1394
1395         * gnulib-tool (func_create_testdir): Don't include ftruncate and
1396         mountlist by default.
1397
1398 2006-10-16  Bruno Haible  <bruno@clisp.org>
1399
1400         * lib/c-strstr.c: Include c-strstr.h.
1401
1402 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1403
1404         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
1405         in a slash.
1406
1407 2006-10-18  Bruno Haible  <bruno@clisp.org>
1408
1409         * lib/lock.h [C++]: Wrap definitions in extern "C".
1410
1411 2006-10-18  Bruno Haible  <bruno@clisp.org>
1412
1413         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
1414         gl_LIBOBJS list.
1415
1416 2006-10-18  Bruno Haible  <bruno@clisp.org>
1417
1418         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
1419
1420 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
1421
1422         * lib/xstrtol.h: Include gettext.h.
1423         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
1424         Problem reported by Eric Blake.
1425         * modules/xstrtol (Depends-on): Add gettext-h.
1426
1427 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
1428
1429         * lib/strftime.c (advance): New macro.
1430         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
1431         incomplete type, so you can't add 0 to it.  Problem and patch
1432         reported by Eelco Dolstra for dietlibc.
1433
1434 2006-10-18  Jim Meyering  <jim@meyering.net>
1435
1436         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
1437         type for a local, and rename it: s/up/user_proc/.
1438
1439 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
1440
1441         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
1442         READ_UTMP_USER_PROCESS.
1443         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
1444
1445 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
1446
1447         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
1448         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
1449
1450 2006-10-17  Eric Blake  <ebb9@byu.net>
1451
1452         * lib/sigprocmask.c (sigprocmask): Fix typo.
1453
1454         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
1455
1456         * modules/clean-temp (Makefile.am): Don't add to make output...
1457         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
1458         config.h.
1459
1460 2006-10-17  Bruno Haible  <bruno@clisp.org>
1461
1462         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
1463         differently if DEFAULT_TEXT_DOMAIN is set.
1464
1465 2006-10-16  Bruno Haible  <bruno@clisp.org>
1466
1467         * lib/clean-temp.c: Include fwriteerror.h.
1468
1469 2006-10-16  Bruno Haible  <bruno@clisp.org>
1470
1471         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
1472
1473 2006-10-16  Bruno Haible  <bruno@clisp.org>
1474
1475         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
1476         * lib/sigprocmask.h: Include <sys/types.h>.
1477         (sigset_t): Use the system's definition if present.
1478
1479 2006-10-17  Eric Blake  <ebb9@byu.net>
1480
1481         * lib/xvasprintf.c (includes): Assume config.h.
1482         * lib/xasprintf.c (includes): Likewise.
1483
1484 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
1485
1486         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
1487         at least as wide as intmax_t.
1488
1489 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
1490
1491         (Imported from Automake.)
1492         * build-aux/gnupload: Update to version 1.1 of directive file.
1493
1494 2006-10-16  Eric Blake  <ebb9@byu.net>
1495
1496         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
1497         match Automake 1.10a.
1498
1499 2006-10-14  Bruno Haible  <bruno@clisp.org>
1500
1501         * modules/sigprocmask: New file.
1502         * lib/sigprocmask.h: New file.
1503         * lib/sigprocmask.c: New file.
1504         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
1505         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
1506         request sigprocmask.o.
1507         (gl_PREREQ_SIGPROCMASK): New macro.
1508         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
1509         (Depends-on): Add sigprocmask.
1510         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
1511         gt_SIGNALBLOCKING. Test for 'raise' only once.
1512         * lib/fatal-signal.c: Include sigprocmask.h.
1513         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
1514         unblock_fatal_signals): Define always.
1515         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
1516         sigprocmask.
1517
1518 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
1519
1520         Sync from Automake.
1521         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
1522         which incorrectly sets the mode of an existing destination
1523         directory.  In some cases the unpatched install-sh could do the
1524         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
1525         system.  We hope this is rare in practice, but it's clearly worth
1526         fixing.  Problem reported by Alex Unleashed in
1527         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
1528         Also, don't bother to check for -m bugs unless we're using -m;
1529         suggested by Stepan Kasal.
1530
1531 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1532
1533         Sync from Automake.
1534         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
1535         `-c' flag, so they appear at the same position as in %FASTDEP%
1536         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
1537         which ignores unknown options only after the first non-option.
1538         Bug report against M4 by Nelson H. F. Beebe.
1539
1540 2006-10-13  Jim Meyering  <jim@meyering.net>
1541
1542         Fix a bug in yesterday's change.
1543         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
1544         p->fts_statp->st_dev would be used uninitialized.
1545         Ensures that we always call fts_stat on the very first entry.
1546         Miklos Szeredi reported that find -xdev stopped working.
1547
1548 2006-10-12  Bruno Haible  <bruno@clisp.org>
1549
1550         * gnulib-tool (func_get_automake_snippet): Append an automatically
1551         computed EXTRA_DIST augmentation.
1552         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
1553         * modules/alloca-opt (Makefile.am): Likewise.
1554         * modules/allocsa (Makefile.am): Likewise.
1555         * modules/arcfour (Makefile.am): Likewise.
1556         * modules/arctwo (Makefile.am): Likewise.
1557         * modules/argmatch (Makefile.am): Likewise.
1558         * modules/argz (Makefile.am): Likewise.
1559         * modules/atexit (Makefile.am): Likewise.
1560         * modules/backupfile (Makefile.am): Likewise.
1561         * modules/byteswap (Makefile.am): Likewise.
1562         * modules/c-strtod (Makefile.am): Likewise.
1563         * modules/c-strtold (Makefile.am): Likewise.
1564         * modules/calloc (Makefile.am): Likewise.
1565         * modules/canon-host (Makefile.am): Likewise.
1566         * modules/canonicalize (Makefile.am): Likewise.
1567         * modules/chdir-long (Makefile.am): Likewise.
1568         * modules/chdir-safer (Makefile.am): Likewise.
1569         * modules/check-version (Makefile.am): Likewise.
1570         * modules/chown (Makefile.am): Likewise.
1571         * modules/cloexec (Makefile.am): Likewise.
1572         * modules/close-stream (Makefile.am): Likewise.
1573         * modules/closeout (Makefile.am): Likewise.
1574         * modules/crc (Makefile.am): Likewise.
1575         * modules/csharpexec (Makefile.am): Likewise.
1576         * modules/cycle-check (Makefile.am): Likewise.
1577         * modules/des (Makefile.am): Likewise.
1578         * modules/dev-ino (Makefile.am): Likewise.
1579         * modules/dirfd (Makefile.am): Likewise.
1580         * modules/dirname (Makefile.am): Likewise.
1581         * modules/dup2 (Makefile.am): Likewise.
1582         * modules/eealloc (Makefile.am): Likewise.
1583         * modules/error (Makefile.am): Likewise.
1584         * modules/euidaccess (Makefile.am): Likewise.
1585         * modules/exclude (Makefile.am): Likewise.
1586         * modules/exitfail (Makefile.am): Likewise.
1587         * modules/fcntl-safer (Makefile.am): Likewise.
1588         * modules/fcntl (Makefile.am): Likewise.
1589         * modules/file-type (Makefile.am): Likewise.
1590         * modules/fileblocks (Makefile.am): Likewise.
1591         * modules/filemode (Makefile.am): Likewise.
1592         * modules/filenamecat (Makefile.am): Likewise.
1593         * modules/fnmatch (Makefile.am): Likewise.
1594         * modules/fopen-safer (Makefile.am): Likewise.
1595         * modules/fpending (Makefile.am): Likewise.
1596         * modules/fprintftime (Makefile.am): Likewise.
1597         * modules/free (Makefile.am): Likewise.
1598         * modules/fsusage (Makefile.am): Likewise.
1599         * modules/ftruncate (Makefile.am): Likewise.
1600         * modules/fts (Makefile.am): Likewise.
1601         * modules/gc-arcfour (Makefile.am): Likewise.
1602         * modules/gc-des (Makefile.am): Likewise.
1603         * modules/gc-hmac-md5 (Makefile.am): Likewise.
1604         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
1605         * modules/gc-md4 (Makefile.am): Likewise.
1606         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1607         * modules/gc-sha1 (Makefile.am): Likewise.
1608         * modules/gc (Makefile.am): Likewise.
1609         * modules/getaddrinfo (Makefile.am): Likewise.
1610         * modules/getcwd (Makefile.am): Likewise.
1611         * modules/getdelim (Makefile.am): Likewise.
1612         * modules/getdomainname (Makefile.am): Likewise.
1613         * modules/getgroups (Makefile.am): Likewise.
1614         * modules/gethostname (Makefile.am): Likewise.
1615         * modules/gethrxtime (Makefile.am): Likewise.
1616         * modules/getline (Makefile.am): Likewise.
1617         * modules/getloadavg (Makefile.am): Likewise.
1618         * modules/getlogin_r (Makefile.am): Likewise.
1619         * modules/getndelim2 (Makefile.am): Likewise.
1620         * modules/getopt (Makefile.am): Likewise.
1621         * modules/getpagesize (Makefile.am): Likewise.
1622         * modules/getpass-gnu (Makefile.am): Likewise.
1623         * modules/getpass (Makefile.am): Likewise.
1624         * modules/getsubopt (Makefile.am): Likewise.
1625         * modules/gettime (Makefile.am): Likewise.
1626         * modules/gettimeofday (Makefile.am): Likewise.
1627         * modules/getugroups (Makefile.am): Likewise.
1628         * modules/getusershell (Makefile.am): Likewise.
1629         * modules/glob (Makefile.am): Likewise.
1630         * modules/group-member (Makefile.am): Likewise.
1631         * modules/hard-locale (Makefile.am): Likewise.
1632         * modules/hash (Makefile.am): Likewise.
1633         * modules/hmac-md5 (Makefile.am): Likewise.
1634         * modules/hmac-sha1 (Makefile.am): Likewise.
1635         * modules/human (Makefile.am): Likewise.
1636         * modules/idcache (Makefile.am): Likewise.
1637         * modules/imaxabs (Makefile.am): Likewise.
1638         * modules/imaxdiv (Makefile.am): Likewise.
1639         * modules/inet_ntop (Makefile.am): Likewise.
1640         * modules/inet_pton (Makefile.am): Likewise.
1641         * modules/intprops (Makefile.am): Likewise.
1642         * modules/inttostr (Makefile.am): Likewise.
1643         * modules/inttypes (Makefile.am): Likewise.
1644         * modules/isapipe (Makefile.am): Likewise.
1645         * modules/javaversion (Makefile.am): Likewise.
1646         * modules/lchmod (Makefile.am): Likewise.
1647         * modules/lchown (Makefile.am): Likewise.
1648         * modules/localcharset (Makefile.am): Likewise.
1649         * modules/long-options (Makefile.am): Likewise.
1650         * modules/lstat (Makefile.am): Likewise.
1651         * modules/malloc (Makefile.am): Likewise.
1652         * modules/mathl (Makefile.am): Likewise.
1653         * modules/mbchar (Makefile.am): Likewise.
1654         * modules/md2 (Makefile.am): Likewise.
1655         * modules/md4 (Makefile.am): Likewise.
1656         * modules/md5 (Makefile.am): Likewise.
1657         * modules/memcasecmp (Makefile.am): Likewise.
1658         * modules/memchr (Makefile.am): Likewise.
1659         * modules/memcmp (Makefile.am): Likewise.
1660         * modules/memcoll (Makefile.am): Likewise.
1661         * modules/memcpy (Makefile.am): Likewise.
1662         * modules/memmem (Makefile.am): Likewise.
1663         * modules/memmove (Makefile.am): Likewise.
1664         * modules/mempcpy (Makefile.am): Likewise.
1665         * modules/memrchr (Makefile.am): Likewise.
1666         * modules/memset (Makefile.am): Likewise.
1667         * modules/memxor (Makefile.am): Likewise.
1668         * modules/mkancesdirs (Makefile.am): Likewise.
1669         * modules/mkdir-p (Makefile.am): Likewise.
1670         * modules/mkdir (Makefile.am): Likewise.
1671         * modules/mkdtemp (Makefile.am): Likewise.
1672         * modules/mkstemp (Makefile.am): Likewise.
1673         * modules/mktime (Makefile.am): Likewise.
1674         * modules/modechange (Makefile.am): Likewise.
1675         * modules/mountlist (Makefile.am): Likewise.
1676         * modules/nanosleep (Makefile.am): Likewise.
1677         * modules/obstack (Makefile.am): Likewise.
1678         * modules/openat (Makefile.am): Likewise.
1679         * modules/pagealign_alloc (Makefile.am): Likewise.
1680         * modules/pathmax (Makefile.am): Likewise.
1681         * modules/physmem (Makefile.am): Likewise.
1682         * modules/poll (Makefile.am): Likewise.
1683         * modules/posixtm (Makefile.am): Likewise.
1684         * modules/posixver (Makefile.am): Likewise.
1685         * modules/putenv (Makefile.am): Likewise.
1686         * modules/quote (Makefile.am): Likewise.
1687         * modules/quotearg (Makefile.am): Likewise.
1688         * modules/raise (Makefile.am): Likewise.
1689         * modules/read-file (Makefile.am): Likewise.
1690         * modules/readline (Makefile.am): Likewise.
1691         * modules/readlink (Makefile.am): Likewise.
1692         * modules/readtokens (Makefile.am): Likewise.
1693         * modules/readutmp (Makefile.am): Likewise.
1694         * modules/realloc (Makefile.am): Likewise.
1695         * modules/regex (Makefile.am): Likewise.
1696         * modules/rename-dest-slash (Makefile.am): Likewise.
1697         * modules/rename (Makefile.am): Likewise.
1698         * modules/rijndael (Makefile.am): Likewise.
1699         * modules/rmdir (Makefile.am): Likewise.
1700         * modules/rpmatch (Makefile.am): Likewise.
1701         * modules/safe-read (Makefile.am): Likewise.
1702         * modules/safe-write (Makefile.am): Likewise.
1703         * modules/same-inode (Makefile.am): Likewise.
1704         * modules/same (Makefile.am): Likewise.
1705         * modules/save-cwd (Makefile.am): Likewise.
1706         * modules/savedir (Makefile.am): Likewise.
1707         * modules/setenv (Makefile.am): Likewise.
1708         * modules/settime (Makefile.am): Likewise.
1709         * modules/sha1 (Makefile.am): Likewise.
1710         * modules/sig2str (Makefile.am): Likewise.
1711         * modules/snprintf (Makefile.am): Likewise.
1712         * modules/stat-macros (Makefile.am): Likewise.
1713         * modules/stat-time (Makefile.am): Likewise.
1714         * modules/stdbool (Makefile.am): Likewise.
1715         * modules/stdint (Makefile.am): Likewise.
1716         * modules/stdlib-safer (Makefile.am): Likewise.
1717         * modules/stpcpy (Makefile.am): Likewise.
1718         * modules/stpncpy (Makefile.am): Likewise.
1719         * modules/strcase (Makefile.am): Likewise.
1720         * modules/strcasestr (Makefile.am): Likewise.
1721         * modules/strchrnul (Makefile.am): Likewise.
1722         * modules/strcspn (Makefile.am): Likewise.
1723         * modules/strdup (Makefile.am): Likewise.
1724         * modules/strerror (Makefile.am): Likewise.
1725         * modules/strftime (Makefile.am): Likewise.
1726         * modules/strndup (Makefile.am): Likewise.
1727         * modules/strnlen (Makefile.am): Likewise.
1728         * modules/strpbrk (Makefile.am): Likewise.
1729         * modules/strsep (Makefile.am): Likewise.
1730         * modules/strstr (Makefile.am): Likewise.
1731         * modules/strtod (Makefile.am): Likewise.
1732         * modules/strtoimax (Makefile.am): Likewise.
1733         * modules/strtok_r (Makefile.am): Likewise.
1734         * modules/strtol (Makefile.am): Likewise.
1735         * modules/strtoll (Makefile.am): Likewise.
1736         * modules/strtoul (Makefile.am): Likewise.
1737         * modules/strtoull (Makefile.am): Likewise.
1738         * modules/strtoumax (Makefile.am): Likewise.
1739         * modules/strverscmp (Makefile.am): Likewise.
1740         * modules/sys_socket (Makefile.am): Likewise.
1741         * modules/sys_stat (Makefile.am): Likewise.
1742         * modules/sysexits (Makefile.am): Likewise.
1743         * modules/time_r (Makefile.am): Likewise.
1744         * modules/timegm (Makefile.am): Likewise.
1745         * modules/timespec (Makefile.am): Likewise.
1746         * modules/tmpfile-safer (Makefile.am): Likewise.
1747         * modules/trim (Makefile.am): Likewise.
1748         * modules/unistd-safer (Makefile.am): Likewise.
1749         * modules/unlinkdir (Makefile.am): Likewise.
1750         * modules/unlocked-io (Makefile.am): Likewise.
1751         * modules/userspec (Makefile.am): Likewise.
1752         * modules/utime (Makefile.am): Likewise.
1753         * modules/utimecmp (Makefile.am): Likewise.
1754         * modules/utimens (Makefile.am): Likewise.
1755         * modules/vasnprintf (Makefile.am): Likewise.
1756         * modules/vasprintf (Makefile.am): Likewise.
1757         * modules/vsnprintf (Makefile.am): Likewise.
1758         * modules/xalloc (Makefile.am): Likewise.
1759         * modules/xgetcwd (Makefile.am): Likewise.
1760         * modules/xnanosleep (Makefile.am): Likewise.
1761         * modules/xreadlink (Makefile.am): Likewise.
1762         * modules/xstrtod (Makefile.am): Likewise.
1763         * modules/xstrtol (Makefile.am): Likewise.
1764         * modules/xstrtold (Makefile.am): Likewise.
1765         * modules/yesno (Makefile.am): Likewise.
1766         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
1767
1768 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
1769
1770         * modules/error (Makefile.am): Distribute files through
1771         EXTRA_DIST, not lib_SOURCES.
1772
1773 2006-10-12  Eric Blake  <ebb9@byu.net>
1774
1775         * modules/error (Makefile.am): Distribute files in /lib.
1776         * modules/obstack (Makefile.am): Likewise.
1777
1778 2006-10-12  Bruno Haible  <bruno@clisp.org>
1779
1780         * modules/acl (Makefile.am): Distribute all files in lib/ through
1781         EXTRA_DIST.
1782         * modules/arcfour (Makefile.am): Likewise.
1783         * modules/arctwo (Makefile.am): Likewise.
1784         * modules/argmatch (Makefile.am): Likewise.
1785         * modules/argz (Makefile.am): Likewise.
1786         * modules/atexit (Makefile.am): Likewise.
1787         * modules/backupfile (Makefile.am): Likewise.
1788         * modules/c-strtod (Makefile.am): Likewise.
1789         * modules/c-strtold (Makefile.am): Likewise.
1790         * modules/calloc (Makefile.am): Likewise.
1791         * modules/canon-host (Makefile.am): Likewise.
1792         * modules/canonicalize (Makefile.am): Likewise.
1793         * modules/chdir-long (Makefile.am): Likewise.
1794         * modules/chdir-safer (Makefile.am): Likewise.
1795         * modules/check-version (Makefile.am): Likewise.
1796         * modules/chown (Makefile.am): Likewise.
1797         * modules/cloexec (Makefile.am): Likewise.
1798         * modules/close-stream (Makefile.am): Likewise.
1799         * modules/closeout (Makefile.am): Likewise.
1800         * modules/crc (Makefile.am): Likewise.
1801         * modules/cycle-check (Makefile.am): Likewise.
1802         * modules/des (Makefile.am): Likewise.
1803         * modules/dirfd (Makefile.am): Likewise.
1804         * modules/dirname (Makefile.am): Likewise.
1805         * modules/dup2 (Makefile.am): Likewise.
1806         * modules/euidaccess (Makefile.am): Likewise.
1807         * modules/exclude (Makefile.am): Likewise.
1808         * modules/exitfail (Makefile.am): Likewise.
1809         * modules/fcntl-safer (Makefile.am): Likewise.
1810         * modules/file-type (Makefile.am): Likewise.
1811         * modules/fileblocks (Makefile.am): Likewise.
1812         * modules/filemode (Makefile.am): Likewise.
1813         * modules/filenamecat (Makefile.am): Likewise.
1814         * modules/fnmatch (Makefile.am): Likewise.
1815         * modules/fopen-safer (Makefile.am): Likewise.
1816         * modules/fpending (Makefile.am): Likewise.
1817         * modules/fprintftime (Makefile.am): Likewise.
1818         * modules/free (Makefile.am): Likewise.
1819         * modules/fsusage (Makefile.am): Likewise.
1820         * modules/ftruncate (Makefile.am): Likewise.
1821         * modules/fts (Makefile.am): Likewise.
1822         * modules/gc (Makefile.am): Likewise.
1823         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
1824         * modules/getaddrinfo (Makefile.am): Likewise.
1825         * modules/getcwd (Makefile.am): Likewise.
1826         * modules/getdelim (Makefile.am): Likewise.
1827         * modules/getdomainname (Makefile.am): Likewise.
1828         * modules/getgroups (Makefile.am): Likewise.
1829         * modules/gethostname (Makefile.am): Likewise.
1830         * modules/gethrxtime (Makefile.am): Likewise.
1831         * modules/getline (Makefile.am): Likewise.
1832         * modules/getloadavg (Makefile.am): Likewise.
1833         * modules/getlogin_r (Makefile.am): Likewise.
1834         * modules/getopt (Makefile.am): Likewise.
1835         * modules/getpass (Makefile.am): Likewise.
1836         * modules/getpass-gnu (Makefile.am): Likewise.
1837         * modules/getsubopt (Makefile.am): Likewise.
1838         * modules/gettime (Makefile.am): Likewise.
1839         * modules/gettimeofday (Makefile.am): Likewise.
1840         * modules/getugroups (Makefile.am): Likewise.
1841         * modules/getusershell (Makefile.am): Likewise.
1842         * modules/glob (Makefile.am): Likewise.
1843         * modules/group-member (Makefile.am): Likewise.
1844         * modules/hard-locale (Makefile.am): Likewise.
1845         * modules/hash (Makefile.am): Likewise.
1846         * modules/hmac-md5 (Makefile.am): Likewise.
1847         * modules/hmac-sha1 (Makefile.am): Likewise.
1848         * modules/human (Makefile.am): Likewise.
1849         * modules/idcache (Makefile.am): Likewise.
1850         * modules/imaxabs (Makefile.am): Likewise.
1851         * modules/imaxdiv (Makefile.am): Likewise.
1852         * modules/inet_ntop (Makefile.am): Likewise.
1853         * modules/inet_pton (Makefile.am): Likewise.
1854         * modules/inttostr (Makefile.am): Likewise.
1855         * modules/isapipe (Makefile.am): Likewise.
1856         * modules/lchown (Makefile.am): Likewise.
1857         * modules/long-options (Makefile.am): Likewise.
1858         * modules/lstat (Makefile.am): Likewise.
1859         * modules/malloc (Makefile.am): Likewise.
1860         * modules/mathl (Makefile.am): Likewise.
1861         * modules/mbchar (Makefile.am): Likewise.
1862         * modules/md2 (Makefile.am): Likewise.
1863         * modules/md4 (Makefile.am): Likewise.
1864         * modules/md5 (Makefile.am): Likewise.
1865         * modules/memcasecmp (Makefile.am): Likewise.
1866         * modules/memchr (Makefile.am): Likewise.
1867         * modules/memcmp (Makefile.am): Likewise.
1868         * modules/memcoll (Makefile.am): Likewise.
1869         * modules/memcpy (Makefile.am): Likewise.
1870         * modules/memmem (Makefile.am): Likewise.
1871         * modules/memmove (Makefile.am): Likewise.
1872         * modules/mempcpy (Makefile.am): Likewise.
1873         * modules/memrchr (Makefile.am): Likewise.
1874         * modules/memset (Makefile.am): Likewise.
1875         * modules/memxor (Makefile.am): Likewise.
1876         * modules/mkancesdirs (Makefile.am): Likewise.
1877         * modules/mkdir (Makefile.am): Likewise.
1878         * modules/mkdir-p (Makefile.am): Likewise.
1879         * modules/mkdtemp (Makefile.am): Likewise.
1880         * modules/mkstemp (Makefile.am): Likewise.
1881         * modules/mktime (Makefile.am): Likewise.
1882         * modules/modechange (Makefile.am): Likewise.
1883         * modules/mountlist (Makefile.am): Likewise.
1884         * modules/nanosleep (Makefile.am): Likewise.
1885         * modules/openat (Makefile.am): Likewise.
1886         * modules/pagealign_alloc (Makefile.am): Likewise.
1887         * modules/physmem (Makefile.am): Likewise.
1888         * modules/poll (Makefile.am): Likewise.
1889         * modules/posixtm (Makefile.am): Likewise.
1890         * modules/posixver (Makefile.am): Likewise.
1891         * modules/putenv (Makefile.am): Likewise.
1892         * modules/quote (Makefile.am): Likewise.
1893         * modules/quotearg (Makefile.am): Likewise.
1894         * modules/raise (Makefile.am): Likewise.
1895         * modules/read-file (Makefile.am): Likewise.
1896         * modules/readline (Makefile.am): Likewise.
1897         * modules/readlink (Makefile.am): Likewise.
1898         * modules/readtokens (Makefile.am): Likewise.
1899         * modules/readutmp (Makefile.am): Likewise.
1900         * modules/realloc (Makefile.am): Likewise.
1901         * modules/regex (Makefile.am): Likewise.
1902         * modules/rename (Makefile.am): Likewise.
1903         * modules/rename-dest-slash (Makefile.am): Likewise.
1904         * modules/rijndael (Makefile.am): Likewise.
1905         * modules/rmdir (Makefile.am): Likewise.
1906         * modules/rpmatch (Makefile.am): Likewise.
1907         * modules/safe-read (Makefile.am): Likewise.
1908         * modules/safe-write (Makefile.am): Likewise.
1909         * modules/same (Makefile.am): Likewise.
1910         * modules/save-cwd (Makefile.am): Likewise.
1911         * modules/savedir (Makefile.am): Likewise.
1912         * modules/setenv (Makefile.am): Likewise.
1913         * modules/settime (Makefile.am): Likewise.
1914         * modules/sha1 (Makefile.am): Likewise.
1915         * modules/sig2str (Makefile.am): Likewise.
1916         * modules/snprintf (Makefile.am): Likewise.
1917         * modules/stdlib-safer (Makefile.am): Likewise.
1918         * modules/stpcpy (Makefile.am): Likewise.
1919         * modules/stpncpy (Makefile.am): Likewise.
1920         * modules/strcase (Makefile.am): Likewise.
1921         * modules/strcasestr (Makefile.am): Likewise.
1922         * modules/strchrnul (Makefile.am): Likewise.
1923         * modules/strcspn (Makefile.am): Likewise.
1924         * modules/strdup (Makefile.am): Likewise.
1925         * modules/strerror (Makefile.am): Likewise.
1926         * modules/strftime (Makefile.am): Likewise.
1927         * modules/strndup (Makefile.am): Likewise.
1928         * modules/strnlen (Makefile.am): Likewise.
1929         * modules/strpbrk (Makefile.am): Likewise.
1930         * modules/strsep (Makefile.am): Likewise.
1931         * modules/strstr (Makefile.am): Likewise.
1932         * modules/strtod (Makefile.am): Likewise.
1933         * modules/strtoimax (Makefile.am): Likewise.
1934         * modules/strtok_r (Makefile.am): Likewise.
1935         * modules/strtol (Makefile.am): Likewise.
1936         * modules/strtoll (Makefile.am): Likewise.
1937         * modules/strtoul (Makefile.am): Likewise.
1938         * modules/strtoull (Makefile.am): Likewise.
1939         * modules/strtoumax (Makefile.am): Likewise.
1940         * modules/strverscmp (Makefile.am): Likewise.
1941         * modules/time_r (Makefile.am): Likewise.
1942         * modules/timegm (Makefile.am): Likewise.
1943         * modules/tmpfile-safer (Makefile.am): Likewise.
1944         * modules/unistd-safer (Makefile.am): Likewise.
1945         * modules/unlinkdir (Makefile.am): Likewise.
1946         * modules/userspec (Makefile.am): Likewise.
1947         * modules/utime (Makefile.am): Likewise.
1948         * modules/utimecmp (Makefile.am): Likewise.
1949         * modules/utimens (Makefile.am): Likewise.
1950         * modules/vasnprintf (Makefile.am): Likewise.
1951         * modules/vasprintf (Makefile.am): Likewise.
1952         * modules/vsnprintf (Makefile.am): Likewise.
1953         * modules/xalloc (Makefile.am): Likewise.
1954         * modules/xgetcwd (Makefile.am): Likewise.
1955         * modules/xnanosleep (Makefile.am): Likewise.
1956         * modules/xreadlink (Makefile.am): Likewise.
1957         * modules/xstrtod (Makefile.am): Likewise.
1958         * modules/xstrtol (Makefile.am): Likewise.
1959         * modules/xstrtold (Makefile.am): Likewise.
1960         * modules/yesno (Makefile.am): Likewise.
1961
1962 2006-10-12  Jim Meyering  <jim@meyering.net>
1963
1964         * m4/getloadavg.m4: Revert the change below.
1965
1966         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
1967         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
1968         fail with a symlink, which is what coreutils' ./bootstrap now
1969         creates by default.
1970
1971 2006-10-12  Bruno Haible  <bruno@clisp.org>
1972
1973         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
1974         mingw.
1975         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
1976         MSVC and mingw explicitly.
1977
1978 2006-10-11  Simon Josefsson  <jas@extundo.com>
1979             Bruno Haible  <bruno@clisp.org>
1980
1981         Add support for multiple gnulib-tool invocations in the scope of a
1982         single configure.ac file.
1983         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
1984         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
1985         with the same contents as the _LIBADD variable.
1986         (func_emit_initmacro_start, func_emit_initmacro_end,
1987         func_emit_initmacro_done): New functions.
1988         (func_import, func_create_testdir): Invoke them. Allow the identifiers
1989         gl_LIBOBJS and gl_LTLIBOBJS.
1990
1991 2006-10-11  Bruno Haible  <bruno@clisp.org>
1992
1993         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
1994         (func_create_testdir): Don't create po/Makefile.am, don't invoke
1995         autoreconf. Instead, invoke autopoint explicitly but move back the
1996         *.m4 files from gnulib.
1997
1998 2006-10-11  Bruno Haible  <bruno@clisp.org>
1999
2000         * gnulib-tool (func_usage): Make module names after --create-testdir
2001         optional.
2002         (func_create_testdir): If no module was specified, use nearly all
2003         modules.
2004
2005 2006-10-12  Jim Meyering  <jim@meyering.net>
2006
2007         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2008         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2009         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2010         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2011         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2012         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2013         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2014         (fts_set_stat_required): New function.
2015         (fts_open): Defer the calls to fts_stat, if possible or requested.
2016         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2017         into fts_stat itself.
2018         (fts_read): Perform any required (deferred) fts_stat call.
2019         (fts_build): Likewise, for the directory we're about to open and read.
2020         In the readdir loop, carefully decide whether each entry will require
2021         an eventual call to fts_stat, using dirent.d_type info if available.
2022         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2023         a command line argument into this function.  Update all callers.
2024         Map a return value of FTS_DOT to FTS_D for a command line argument.
2025         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2026         Thanks to Miklos Szeredi for his tenacity and for the initial
2027         bug report about "find" failing on a FUSE-based file system.
2028
2029         * lib/fts.c (fts_open): Use consistent indentation.
2030
2031 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2032
2033         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2034         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2035         reported by Jim Meyering.  All uses of cache variables renamed
2036         to match Autoconf's.
2037         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2038         the other one.
2039
2040         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2041         Fix misspelling in diagnostic.
2042
2043 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2044
2045         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2046         defined.  Problem reported by Matthew Woehlke.
2047
2048         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2049         Add support for Tandem NonStop R series.
2050         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2051         Use new macro.
2052
2053         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2054         (has_trailing_slash): Omit size arg; all callers changed.
2055         Omit 'inline', since it doesn't help performance and we'd
2056         need to configure it.
2057         Don't count //, ///, etc. as having a trailing slash.
2058         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2059         (rpl_rename_dest_slash): On failure, use rename's errno rather
2060         than (in some cases) an incorrect or junk errno.
2061         Simplify code by removing need to compute length; this does
2062         cause it to make two passes instead of one over the file name,
2063         but it's worth it.
2064
2065         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2066         change, since Autoconf's version may no longer be appropriate now
2067         that we are using CVS Autoconf's version.  Add support for Tandem.
2068
2069 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2070             Bruno Haible  <bruno@clisp.org>
2071
2072         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2073         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2074         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2075         gl_AC_TYPE_LONG_LONG.
2076
2077         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2078         instead of HAVE_LONG_LONG.
2079         * lib/printf-args.c (printf_fetchargs): Likewise.
2080         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2081         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2082         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2083         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2084         gl_AC_TYPE_LONG_LONG.
2085
2086 2006-10-11  Bruno Haible  <bruno@clisp.org>
2087
2088         * m4/longlong.m4: Add comments.
2089         * m4/ulonglong.m4: Likewise.
2090
2091 2006-10-10  Bruno Haible  <bruno@clisp.org>
2092
2093         Make it possible to #define stpcpy, strdup to aliases.
2094         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
2095         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
2096
2097 2006-10-10  Bruno Haible  <bruno@clisp.org>
2098
2099         Make it possible to #define gcd to an alias.
2100         * lib/gcd.c: Include config.h.
2101
2102 2006-10-10  Bruno Haible  <bruno@clisp.org>
2103
2104         Make it possible to #define c_isascii to an alias.
2105         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
2106         defined. Undefine the macros before defining them, to avoid gcc
2107         warnings.
2108         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
2109         define NO_C_CTYPE_MACROS early.
2110
2111 2006-10-10  Bruno Haible  <bruno@clisp.org>
2112
2113         Make it possible to #define set_program_name to an alias.
2114         * lib/progname.c: Don't undefine set_program_name; instead, undefine
2115         ENABLE_RELOCATABLE early.
2116
2117 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
2118
2119         Port to Tandem NSK OSS, which has 64-bit signed int but at most
2120         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
2121         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
2122         More generally, don't assume that 64-bit signed int is available
2123         if unsigned int is, and vice versa.
2124         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
2125         unsigned symbols, not on their signed counterparts.
2126         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
2127         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
2128         (UINT64_C, UINTMAX_C):
2129         Likewise.
2130         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
2131         unsigned counterparts.
2132         (Have_long_long, Unsigned): New macros.
2133         (Int): Renamed from INT.
2134         (strtoimax): Use the new macros.
2135         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
2136         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
2137         * modules/inttypes (inttypes.h): Substitute
2138         HAVE_UNSIGNED_LONG_LONG_INT.
2139         * modules/stdint (stdint.h): Likewise.
2140         (Files): Add m4/ulonglong.m4.
2141
2142 2006-10-10  Bruno Haible  <bruno@clisp.org>
2143
2144         Fix a gcc -Wshadow warning.
2145         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
2146         to 'bucket'.
2147         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
2148         gl_linked_indexof_from_to): Likewise.
2149         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
2150         Likewise.
2151         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
2152         Likewise.
2153         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
2154         Reported by Eric Blake.
2155
2156 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
2157
2158         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
2159         for NetBSD.  Problem reported by Bruno Haible.
2160
2161 2006-10-09  Jim Meyering  <jim@meyering.net>
2162
2163         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
2164         Patch from Bruno Haible.
2165
2166 2006-10-09  Jim Meyering  <jim@meyering.net>
2167
2168         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
2169         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
2170         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
2171
2172 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
2173
2174         Don't include <config.h> twice; this doesn't work in some cases,
2175         e.g., when config.h has "#define intmax_t long long int" and
2176         we include <config.h>, <inttypes.h>, <config.h> in that order.
2177         Problem reported by Matthew Woehlke in:
2178         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
2179         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
2180         * lib/fts-cycle.c: Don't include config.h.
2181         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
2182         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
2183         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
2184         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
2185         inttypes.h.
2186         * lib/xstrtoumax.c: Likewise.
2187         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
2188         __strtol and the like, so that this module is more like its siblings.
2189         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
2190         Remove; no longer needed now that we assume gnulib inttypes.h.
2191
2192 2006-10-08  Bruno Haible  <bruno@clisp.org>
2193
2194         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
2195         option.
2196
2197 2006-10-07  Jim Meyering  <jim@meyering.net>
2198
2199         * modules/inttypes (inttypes.h): Revert what seems to have been
2200         an inadvertent part of today's change: use "|", not "/" in the
2201         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
2202
2203 2006-10-07  Bruno Haible  <bruno@clisp.org>
2204
2205         * modules/sublist: New file.
2206
2207 2006-10-07  Bruno Haible  <bruno@clisp.org>
2208
2209         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
2210         * modules/argz (argz.h): Likewise.
2211         * modules/arpa_inet (arpa/inet.h): Likewise.
2212         * modules/byteswap (byteswap.h): Likewise.
2213         * modules/configmake (configmake.h): Likewise.
2214         * modules/fcntl (fcntl.h): Likewise.
2215         * modules/fnmatch (fnmatch.h): Likewise.
2216         * modules/getopt (getopt.h): Likewise.
2217         * modules/glob (glob.h): Likewise.
2218         * modules/inttypes (inttypes.h): Likewise.
2219         * modules/netinet_in (netinet/in.h): Likewise.
2220         * modules/poll (poll.h): Likewise.
2221         * modules/stdbool (stdbool.h): Likewise.
2222         * modules/stdint (stdint.h): Likewise.
2223         * modules/sys_select (sys/select.h): Likewise.
2224         * modules/sys_socket (sys/socket.h): Likewise.
2225         * modules/sys_stat (sys/stat.h): Likewise.
2226         * modules/sysexits (sysexits.h): Likewise.
2227         * modules/unistd (unistd.h): Likewise.
2228         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2229         Add a "DO NOT EDIT" comment to the generated file.
2230         (func_import): Likewise for gnulib-comp.m4.
2231
2232 2006-10-07  Bruno Haible  <bruno@clisp.org>
2233
2234         * lib/gl_sublist.h: New file.
2235         * lib/gl_sublist.c: New file.
2236
2237 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
2238
2239         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
2240         name (relative to the original working directory) and the file
2241         name component (relative to the temporary working directory).  All
2242         callers changed.
2243         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
2244         * lib/mkdir-p.c (make_dir_parents): Likewise.
2245         * lib/mkdir-p.h (make_dir_parents): Likewise.
2246
2247 2006-10-06  Eric Blake  <ebb9@byu.net>
2248
2249         Define several macros for use by the clean-temp module.
2250         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
2251         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
2252         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
2253
2254         * lib/clean-temp.h (close_stream_temp): New declaration.
2255         * lib/clean-temp.c (includes): Pull in headers according to what
2256         other modules are in use.
2257         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
2258
2259 2006-10-06  Bruno Haible  <bruno@clisp.org>
2260
2261         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
2262         instead of fopen, fwriteerror.
2263
2264 2006-10-06  Bruno Haible  <bruno@clisp.org>
2265
2266         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
2267         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
2268         int.
2269         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
2270         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
2271         Return an error indicator.
2272         Suggested by Eric Blake.
2273
2274 2006-10-06  Bruno Haible  <bruno@clisp.org>
2275
2276         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
2277         Reported by Eric Blake.
2278
2279 2006-10-06  Bruno Haible  <bruno@clisp.org>
2280
2281         * modules/closeout (Description): Mention stderr too.
2282
2283 2006-10-06  Bruno Haible  <bruno@clisp.org>
2284         and Paul Eggert  <eggert@cs.ucla.edu>
2285
2286         * lib/closeout.c (close_stdout): Also close stderr.
2287         * lib/closeout.h: Update comment.
2288
2289 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
2290
2291         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
2292         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
2293         * lib/dirchownmod.c: Include lchown.h.
2294         * lib/lchown.c: Don't include files that lchown.h now includes.
2295         Don't declare chown, since lchown.h now does that.
2296         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
2297         (lchown): Define to rpl_chown if lchown is declared but
2298         does not exist.  Declare using a prototype if lchown is not
2299         declared.  Add a copyright notice.
2300         * lib/mkstemp.h: Include <unistd.h>.
2301         * lib/openat.c: Include lchown.h.
2302
2303         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
2304         we now test for that separately.
2305         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
2306         rather than O_NOFOLLOW, when testing whether it's possible to
2307         avoid a race condition reliably.
2308         * lib/savewd.c (savewd_chdir): Likewise.
2309
2310         Remove macros that are no longer needed now that stdint.h is
2311         reliable.
2312         * lib/fsusage.c (UINTMAX_MAX): Remove.
2313         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
2314         * lib/utimecmp.c (SIZE_MAX): Remove.
2315
2316         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
2317
2318         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
2319         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
2320         O_NOATIME works.
2321
2322 2006-10-05  Bruno Haible  <bruno@clisp.org>
2323
2324         * lib/gl_list.h (gl_sortedlist_search_from_to,
2325         gl_sortedlist_indexof_from_to): New declarations.
2326         (gl_list_implementation): New fields sortedlist_search_from_to,
2327         sortedlist_indexof_from_to.
2328         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
2329         inline functions.
2330         * lib/gl_list.c (gl_sortedlist_search_from_to,
2331         gl_sortedlist_indexof_from_to): New functions.
2332         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
2333         function.
2334         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
2335         (gl_array_sortedlist_search_from_to): New function.
2336         (gl_array_list_implementation): Update.
2337         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
2338         function.
2339         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
2340         (gl_carray_sortedlist_search_from_to): New function.
2341         (gl_carray_list_implementation): Update.
2342         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
2343         gl_linked_sortedlist_indexof_from_to): New functions.
2344         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2345         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2346         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
2347         gl_tree_sortedlist_indexof_from_to): New functions.
2348         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2349         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2350         Update.
2351         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2352         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
2353         Update.
2354
2355 2006-10-05  Bruno Haible  <bruno@clisp.org>
2356
2357         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
2358         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
2359         (struct gl_list_implementation): Add fields search_from_to,
2360         indexof_from_to. Remove fields search, indexof.
2361         (gl_list_search): Use the search_from_to method.
2362         (gl_list_search_from, gl_list_search_from_to): New functions.
2363         (gl_list_indexof): Use the indexof_from_to method.
2364         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2365         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
2366         (gl_list_search_from, gl_list_search_from_to): New functions.
2367         (gl_list_indexof): Use the indexof_from_to method.
2368         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
2369         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
2370         gl_array_indexof. Add start_index, end_index arguments.
2371         (gl_array_search_from_to): Renamed from gl_array_search. Add
2372         start_index, end_index arguments.
2373         (gl_array_remove, gl_array_list_implementation): Update.
2374         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
2375         gl_carray_indexof. Add start_index, end_index arguments.
2376         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
2377         start_index, end_index arguments.
2378         (gl_carray_remove, gl_carray_list_implementation): Update.
2379         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
2380         gl_linked_search. Add start_index, end_index arguments.
2381         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
2382         start_index, end_index arguments.
2383         (gl_linked_remove): Update.
2384         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
2385         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
2386         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
2387         field to 'size_t'.
2388         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
2389         gl_tree_search. Add start_index, end_index arguments.
2390         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2391         start_index, end_index arguments.
2392         (gl_tree_remove): Update.
2393         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
2394         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
2395         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
2396         function.
2397         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
2398         gl_tree_search. Add start_index, end_index arguments.
2399         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
2400         start_index, end_index arguments.
2401         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
2402         Update.
2403         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
2404
2405 2006-10-05  Bruno Haible  <bruno@clisp.org>
2406
2407         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
2408
2409         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
2410         fwriteerror_temp): New declarations.
2411         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
2412         (descriptors): New variable.
2413         (cleanup): First, close the descriptors.
2414         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
2415         fclose_temp, fwriteerror_temp): New functions.
2416
2417 2006-10-04  Jim Meyering  <jim@meyering.net>
2418
2419         * lib/fts.c (fts_open): Tiny comment change.
2420
2421 2006-10-04  Bruno Haible  <bruno@clisp.org>
2422
2423         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
2424         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
2425         gl_LOCK_BODY.
2426         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
2427         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
2428         gl_LOCK_EARLY_BODY.
2429         (gl_LOCK): Require gl_LOCK_BODY.
2430
2431 2006-10-04  Bruno Haible  <bruno@clisp.org>
2432
2433         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
2434         (gl_oset_search_atleast): New declaration.
2435         (struct gl_oset_implementation): Add field 'search_atleast'.
2436         (gl_oset_search_atleast): New inline function.
2437         * lib/gl_oset.c (gl_oset_search_atleast): New function.
2438         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
2439         (gl_array_oset_implementation): Update.
2440         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
2441         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
2442         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
2443
2444 2006-10-04  Bruno Haible  <bruno@clisp.org>
2445
2446         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
2447
2448 2006-10-03  Bruno Haible  <bruno@clisp.org>
2449
2450         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
2451         from gl_avltreehash_list_implementation.
2452
2453 2006-10-03  Bruno Haible  <bruno@clisp.org>
2454
2455         * lib/gl_oset.c (gl_oset_add): Fix return type.
2456
2457 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
2458
2459         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
2460
2461 2006-10-02  Eric Blake  <ebb9@byu.net>
2462
2463         * modules/strnlen (Depends-on): Add extensions.
2464
2465 2006-10-02  Eric Blake  <ebb9@byu.net>
2466
2467         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
2468         definition in 2.60+.
2469
2470 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
2471
2472         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
2473         checks.
2474
2475 2006-10-02  Bruno Haible  <bruno@clisp.org>
2476
2477         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
2478         to the AUTOMAKE_OPTIONS.
2479         Reported by Jim Meyering.
2480
2481 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
2482
2483         Work around bug in Solaris 10 /proc file system:
2484         /proc/self/fd/NNN/.. isn't the parent directory of
2485         the directory whose file descriptor is NNN.  This needs to
2486         be worked around at run time, not compile time, since a
2487         program might be built on Solaris 8, where things work, and
2488         run on Solaris 10.
2489         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
2490         to use the following interface instead:
2491         (OPENAT_BUFFER_SIZE): New macro.
2492         (openat_proc_name): New function.
2493         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
2494         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
2495         Likewise.
2496         * lib/openat-proc.c: New file.
2497         * modules/openat (Files): Add lib/openat-proc.c.
2498         (Depends-on): Add same-inode, stdbool.
2499         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
2500
2501 2006-09-29  Bruno Haible  <bruno@clisp.org>
2502
2503         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
2504         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
2505         argument. Set stdout_closed before testing for ferror, not after.
2506         (fwriteerror, fwriteerror_no_ebadf): New functions.
2507
2508 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2509
2510         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
2511
2512 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
2513
2514         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
2515         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
2516
2517 2006-09-28  Jim Meyering  <jim@meyering.net>
2518
2519         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
2520         Include <unistd.h>.
2521
2522 2006-09-28  Bruno Haible  <bruno@clisp.org>
2523
2524         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
2525         * modules/linkedhash-list (Depends-on): Likewise.
2526         * modules/rbtreehash-list (Depends-on): Likewise.
2527
2528 2006-09-28  Bruno Haible  <bruno@clisp.org>
2529
2530         * lib/strndup.h: Simplify the redefinition of strndup.
2531         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
2532         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
2533
2534 2006-09-28  Bruno Haible  <bruno@clisp.org>
2535
2536         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
2537         * lib/gl_linkedhash_list.c: Likewise.
2538         * lib/gl_rbtreehash_list.c: Likewise.
2539
2540 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
2541
2542         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
2543         getaddrinfo.
2544
2545         * lib/__fpending.h: Don't include <stdio_ext.h> unless
2546         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
2547         it causes <stdio_ext.h> to cause a compile-time error.
2548         Problem reported by Nelson H. F. Beebe.
2549         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
2550         of HAVE_DECL___PENDING.
2551
2552         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
2553         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
2554         declaration.
2555
2556 2006-09-27  Jim Meyering  <jim@meyering.net>
2557
2558         This file could end up with a definition for a function
2559         named __strndup, rather than rpl_strndup on a system with
2560         incomplete weak_alias support.
2561         * lib/strndup.c (strndup): Rename from __strndup.
2562         Remove #defines that used to map __strndup to strndup.
2563         Don't use K&R prototypes.
2564         Remove LIBC-related code, since this file is not sync'd with glibc.
2565         * lib/strndup.h: Revamp, accordingly.
2566         * m4/strndup.m4: Modernize.
2567
2568 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
2569
2570         * modules/savewd (Depends-on): Add 'raise'.
2571         * lib/savewd.c: Include <signal.h>, for 'raise'.
2572
2573 2006-09-26  Jim Meyering  <jim@meyering.net>
2574
2575         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
2576         when we detect Darwin 8.7.0's acl_get_file bug.
2577         Rearrange to perform the new (below) run-test while $LIBS
2578         contains any acl-related library.  Set USE_ACL at the end.
2579         (gl_ACL_GET_FILE): New function.
2580
2581 2006-09-26  Eric Blake  <ebb9@byu.net>
2582
2583         * lib/verror.c: Include <config.h> unconditionally.
2584
2585 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
2586
2587         * modules/clock-time (Maintainer): Add self.
2588         * modules/getlogin_r (Depends-on): Add extensions.
2589
2590 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2591
2592         * modules/clock-time: New module.
2593         * modules/nanosleep (Depends-on): Add clock-time.
2594         * modules/gethrxtime (Depends-on): Likewise.
2595         * modules/gettime (Depends-on): Likewise.
2596         * modules/settime (Depends-on): Likewise.
2597
2598         * modules/fts-lgpl: Depend on openat.
2599         * modules/mkancesdirs: Depend on savewd.
2600         * modules/mkdir-p: Likewise.
2601
2602 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2603
2604         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
2605
2606         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
2607         `gl_have_arbitrary_file_name_length_limit' to
2608         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
2609         actually works between configure runs.
2610
2611 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2612             Bruno Haible  <bruno@clisp.org>
2613
2614         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
2615
2616 2006-09-25  Jim Meyering  <jim@meyering.net>
2617
2618         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
2619         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
2620
2621 2006-09-25  Eric Blake  <ebb9@byu.net>
2622
2623         * gnulib-tool (func_import, func_create_testdir): Fix typos in
2624         exec's in 2006-09-18 patch when shuffling fds.
2625
2626 2006-09-25  Bruno Haible  <bruno@clisp.org>
2627
2628         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
2629         Reported by Jim Meyering.
2630
2631 2006-09-24  Jim Meyering  <jim@meyering.net>
2632
2633         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
2634         compare a pointer against a literal "0".  That caused failures with
2635         at least HP-UX's hpcc.
2636
2637 2006-09-22  Simon Josefsson  <jas@extundo.com>
2638
2639         * modules/gc-sha1:
2640         * modules/gc-md4:
2641         * modules/gc-hmac-sha1:
2642         * modules/gc-hmac-md5:
2643         * modules/gc-des:
2644         * modules/gc-arcfour: Distribute more files.
2645
2646 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2647
2648         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
2649         (gl_linked_iterator_from_to): Initialize struct completely.
2650         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
2651         (gl_tree_iterator_from_to): Likewise
2652         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
2653         * lib/gl_array_list.c [lint] (gl_array_iterator)
2654         (gl_array_iterator_from_to): Likewise.
2655         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
2656         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
2657         (gl_carray_iterator_from_to): Likewise.
2658
2659         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
2660         * lib/md4.c (md4_process_block): Remove unused variable.
2661         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
2662         parentheses for clarity.
2663
2664 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2665
2666         * modules/bison-i18n (Depends-on): Add gettext.
2667
2668 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2669
2670         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
2671         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
2672         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
2673         also add missing comma that caused broken test.
2674         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
2675         stdlib.h, for `abort'.
2676         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
2677         variables.
2678         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
2679         include unistd.h if present, for `rmdir'.
2680         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
2681         variables.
2682         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
2683         in the process include standard headers for prototypes.
2684         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
2685         gets declared on GNU/Linux.
2686         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
2687         unistd.h, for `rmdir'.
2688         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
2689
2690         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
2691         always true.
2692         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
2693
2694         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
2695
2696 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2697
2698         * gnulib-tool (func_version): Create output all at once.  This
2699         may help avoid triggering unnecessary SIGPIPEs, and at any
2700         rate it doesn't hurt.
2701
2702 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2703             Bruno Haible  <bruno@clisp.org>
2704
2705         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
2706         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
2707         * m4/signed.m4 (bh_C_SIGNED): Likewise.
2708
2709         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
2710         (gl_FUNC_VASPRINTF): Invoke it.
2711
2712 2006-09-22  Bruno Haible  <bruno@clisp.org>
2713
2714         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
2715         getloadavg.c as first argument.
2716
2717 2006-09-22  Bruno Haible  <bruno@clisp.org>
2718
2719         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
2720         at the beginning of the gl_INIT macro.
2721         * modules/getloadavg (configure.ac): Pass $gl_source_base to
2722         gl_GETLOADAVG.
2723
2724 2006-09-22  Bruno Haible  <bruno@clisp.org>
2725
2726         * gnulib-tool (func_create_megatestdir): Don't include the config-h
2727         module.
2728         Suggested by Ralf Wildenhues.
2729
2730 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
2731
2732         Import this patch from libc:
2733
2734         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
2735
2736         * lib/regex_internal.c (re_string_reconstruct): Handle
2737         offset < pstr->valid_raw_len && pstr->offsets_needed case.
2738         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
2739         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
2740         re_string_context_at.
2741
2742         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
2743         now requires it.
2744         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
2745         gl_REGEX now does it for us.
2746         (gl_REGEX): Add test taken from
2747         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
2748
2749         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
2750         Check that large offsets work.  Modernize Autoconf usages.
2751         Prefer "yes" to mean a good thing rather than a bad.
2752         Don't put "#define mkstemp" in config.h, as this might interfere
2753         with standard system headers that "#define mkstemp mkstemp64".
2754
2755         * modules/mkstemp (Depends-on): Add extensions, so that
2756         mkstemp is visible on some platforms.
2757         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
2758         (Include): Change to "mkstemp.h" from <stdlib.h>.
2759         (Files): Add mkstemp.h.
2760
2761         * lib/mkstemp.h: New file, since some standard headers
2762         #define mkstemp.
2763         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
2764         Include "mkstemp.h".
2765         Make the _LIBC code resemble glibc original more,
2766         e.g., use K&R style.
2767         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
2768         (mkstemp): Remove, since mkstemp.h does this for us.
2769         * lib/stdlib--.h: Include mkstemp.h.
2770
2771         Import this patch from libc:
2772
2773         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2774
2775         * lib/tempname.c (__gen_tempname): Change attempts_min
2776         into a macro.  Use preprocessor to decide how to initialize
2777         attempts [Coverity CID 67].
2778
2779 2006-09-20  Bruno Haible  <bruno@clisp.org>
2780
2781         * lib/mkdtemp.c: Import from libc.
2782         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
2783                 * sysdeps/posix/tempname.c (__gen_tempname): Change
2784                 attempts_min into a macro.  Use preprocessor to decide how to
2785                 initialize attempts [Coverity CID 67].
2786         2001-11-27  Paul Eggert  <eggert@twinsun.com>
2787                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
2788                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
2789
2790 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2791
2792         * gnulib-tool (func_exit): New function, to allow to pass the
2793         exit status portably through the trap.  Use everywhere.
2794         (--help, --version): Signal a write error.
2795         (trap): catch SIGPIPE, for write errors.
2796         Exit at the end of the trap, with the correct exit status.
2797
2798 2006-09-19  Karl Berry  <karl@gnu.org>
2799
2800         * doc/gnulib.texi: note about the license texinfo files.
2801
2802 2006-09-19  Eric Blake  <ebb9@byu.net>
2803
2804         * gnulib-tool: Avoid space-tab.
2805
2806 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2807
2808         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
2809         that prevented coreutils 6.1 from building.  Problem reported
2810         by Petter Reinholdtsen.
2811
2812 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
2813
2814         * gnulib-tool (avoidlist): Fix typo that broke options like
2815         --avoid=lock that are used by coreutils bootstrap.
2816
2817 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
2818
2819         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
2820         more systematically.
2821
2822 2006-09-18  Jim Meyering  <jim@meyering.net>
2823
2824         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
2825
2826 2006-09-18  Bruno Haible  <bruno@clisp.org>
2827
2828         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
2829
2830 2006-09-18  Bruno Haible  <bruno@clisp.org>
2831
2832         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
2833         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
2834         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
2835         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
2836         * m4/gettext.m4: Require autoconf >= 2.52.
2837         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
2838         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
2839         of gl_cv_header_inttypes_h.
2840
2841 2006-09-18  Bruno Haible  <bruno@clisp.org>
2842
2843         * lib/javaversion.c: Include configmake.h.
2844
2845 2006-09-18  Bruno Haible  <bruno@clisp.org>
2846
2847         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
2848         avoid that the while loops be executed in a subshell.
2849
2850 2006-09-18  Bruno Haible  <bruno@clisp.org>
2851
2852         * MODULES.html.sh (func_module): Break long lines.
2853         Suggested by Bruce Korb <bkorb@gnu.org>.
2854
2855 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2856
2857         Speed up by a factor of 1.12.
2858         * gnulib-tool (nl): New variable.
2859         (func_import): Rewrite include directive extraction to only read each
2860         directive once.
2861
2862 2006-09-17  Bruno Haible  <bruno@clisp.org>
2863
2864         * modules/javaversion (Makefile.am): Remove DEFS setting.
2865         (Depends-on): Add configmake, for PKGDATADIR definition.
2866
2867 2006-09-17  Bruno Haible  <bruno@clisp.org>
2868
2869         * gnulib-tool (func_create_testdir): Rewrite all files at once.
2870
2871 2006-09-17  Bruno Haible  <bruno@clisp.org>
2872
2873         * gnulib-tool (func_append): New function, stolen from libtool.m4.
2874         (func_modules_transitive_closure, func_modules_add_dummy,
2875         func_modules_to_filelist, func_import, func_create_testdir,
2876         func_create_megatestdir, ...): Use it wherever possible.
2877         Suggested by Ralf Wildenhues.
2878
2879 2006-09-16  Karl Berry  <karl@gnu.org>
2880
2881         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
2882         to avoid sectioning errors.
2883         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
2884         [ifinfo]: blank line after @center-ed titles.
2885         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
2886         Spell FSF address consistently with others.
2887         (These changes approved by rms.)
2888
2889 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2890
2891         Speed up by a factor of 1.61.
2892         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
2893         already checked module names again.
2894
2895 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2896
2897         Speed up by a factor of 1.13.
2898         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
2899         for new_files, and the input to func_add_or_update.
2900
2901 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2902
2903         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
2904         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
2905
2906 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2907
2908         * modules/mkancesdirs (Depends-on): Add fcntl.
2909         * modules/savewd: New file.
2910         * MODULES.html.sh (File system functions): Add savewd.
2911
2912         * modules/configmake (Makefile.am): Add support for the
2913         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
2914
2915 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2916
2917         * m4/savewd.m4: New file.
2918
2919 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
2920
2921         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
2922         (dirchownmod): New arg FD.  All callers changed.
2923         Use FD rather than opening the directory ourself, as opening is
2924         now the caller's responsibility.
2925         * lib/dirchownmod.h: Likewise.
2926         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
2927         hosts that require <sys/types.h> before <sys/stat.h>.  Include
2928         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
2929         (test_dir): Remove.
2930         (mkancesdirs): Return length of prefix of FILE that has already
2931         been made, or -2 if there is a child doing the work.  Redo
2932         algorithm so that it is O(N) rather than O(N**2).  Optimize away
2933         ".", and treat ".." specially since it might stray back into
2934         already-created areas.  Use a subprocess if necessary.  New arg
2935         WD; all users changed.  MAKE_DIR function should now return 1
2936         if it creates a directory that is not readable.  Return -2 if
2937         a child process is spun off.
2938         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
2939         Adjust signature to match code.
2940         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
2941         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
2942         all users changed.
2943         * lib/savewd.c, lib/savewd.h: New files.
2944
2945 2006-09-15  Jim Meyering  <jim@meyering.net>
2946
2947         * modules/rename-dest-slash: New module.
2948         * MODULES.html.sh (posix_compat): Add it here.
2949
2950         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
2951
2952 2006-09-15  Jim Meyering  <jim@meyering.net>
2953
2954         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
2955         file.
2956
2957         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
2958
2959 2006-09-15  Jim Meyering  <jim@meyering.net>
2960
2961         * lib/rename-dest-slash.c (has_trailing_slash): Use
2962         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
2963         (rpl_rename_dest_slash): Perform the cheaper trailing slash
2964         test before testing whether SRC is a directory.
2965         Suggestions from Bruno Haible.
2966
2967         Avoid a warning about an unused variable.
2968         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
2969         into the #ifdef block where it's used.
2970
2971         * lib/rename-dest-slash.c: New file.
2972
2973 2006-09-14  Bruno Haible  <bruno@clisp.org>
2974
2975         * lib/allocsa.c: Include <config.h> unconditionally.
2976         * lib/asnprintf.c: Likewise.
2977         * lib/asprintf.c: Likewise.
2978         * lib/c-strcasecmp.c: Likewise.
2979         * lib/c-strcasestr.c: Likewise.
2980         * lib/c-strncasecmp.c: Likewise.
2981         * lib/c-strstr.c: Likewise.
2982         * lib/classpath.c: Likewise.
2983         * lib/clean-temp.c: Likewise.
2984         * lib/concatpath.c: Likewise.
2985         * lib/copy-file.c: Likewise.
2986         * lib/csharpcomp.c: Likewise.
2987         * lib/csharpexec.c: Likewise.
2988         * lib/execute.c: Likewise.
2989         * lib/fatal-signal.c: Likewise.
2990         * lib/findprog.c: Likewise.
2991         * lib/fwriteerror.c: Likewise.
2992         * lib/gl_array_list.c: Likewise.
2993         * lib/gl_array_oset.c: Likewise.
2994         * lib/gl_avltree_list.c: Likewise.
2995         * lib/gl_avltree_oset.c: Likewise.
2996         * lib/gl_avltreehash_list.c: Likewise.
2997         * lib/gl_carray_list.c: Likewise.
2998         * lib/gl_linked_list.c: Likewise.
2999         * lib/gl_linkedhash_list.c: Likewise.
3000         * lib/gl_list.c: Likewise.
3001         * lib/gl_oset.c: Likewise.
3002         * lib/gl_rbtree_list.c: Likewise.
3003         * lib/gl_rbtree_oset.c: Likewise.
3004         * lib/gl_rbtreehash_list.c: Likewise.
3005         * lib/imaxabs.c: Likewise.
3006         * lib/imaxdiv.c: Likewise.
3007         * lib/javacomp.c: Likewise.
3008         * lib/javaexec.c: Likewise.
3009         * lib/javaversion.c: Likewise.
3010         * lib/linebreak.c: Likewise.
3011         * lib/localcharset.c: Likewise.
3012         * lib/lock.c: Likewise.
3013         * lib/mbchar.c: Likewise.
3014         * lib/mbswidth.c: Likewise.
3015         * lib/mkdtemp.c: Likewise.
3016         * lib/pipe.c: Likewise.
3017         * lib/printf-args.c: Likewise.
3018         * lib/printf-parse.c: Likewise.
3019         * lib/progname.c: Likewise.
3020         * lib/progreloc.c: Likewise.
3021         * lib/readlink.c: Likewise.
3022         * lib/sh-quote.c: Likewise.
3023         * lib/stpcpy.c: Likewise.
3024         * lib/stpncpy.c: Likewise.
3025         * lib/strcasecmp.c: Likewise.
3026         * lib/strcasestr.c: Likewise.
3027         * lib/strcspn.c: Likewise.
3028         * lib/striconv.c: Likewise.
3029         * lib/strncasecmp.c: Likewise.
3030         * lib/strnlen1.c: Likewise.
3031         * lib/strstr.c: Likewise.
3032         * lib/strtok_r.c: Likewise.
3033         * lib/tls.c: Likewise.
3034         * lib/tmpdir.c: Likewise.
3035         * lib/unicodeio.c: Likewise.
3036         * lib/unsetenv.c: Likewise.
3037         * lib/vasnprintf.c: Likewise.
3038         * lib/vasprintf.c: Likewise.
3039         * lib/wait-process.c: Likewise.
3040         * lib/xallocsa.c: Likewise.
3041         * lib/xsetenv.c: Likewise.
3042         * lib/xstriconv.c: Likewise.
3043
3044 2006-09-13  Simon Josefsson  <jas@extundo.com>
3045
3046         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3047         that internally, suggested by Ralf Wildenhues
3048         <Ralf.Wildenhues@gmx.de>.
3049
3050 2006-09-13  Simon Josefsson  <jas@extundo.com>
3051
3052         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3053         @LIBOBJS@.
3054         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3055
3056 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3057
3058         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3059         longer worry about uses that don't define HAVE_CONFIG_H.
3060         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3061         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3062         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3063         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3064         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3065         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3066         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3067         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3068         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3069         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3070         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3071         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3072         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3073         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3074         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3075         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3076         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3077         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3078         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3079         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3080         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3081         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3082         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3083         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3084         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3085         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
3086         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
3087         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
3088         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
3089         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
3090         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
3091         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
3092         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
3093         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
3094         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
3095         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
3096         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
3097         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
3098         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
3099         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
3100         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
3101         Likewise.
3102
3103 2006-09-13  Eric Blake  <ebb9@byu.net>
3104
3105         * lib/getopt.c: Fix typo in last commit.
3106
3107 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
3108
3109         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
3110         dgettext.
3111
3112 2006-09-12  Jim Meyering  <jim@meyering.net>
3113
3114         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
3115         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
3116         Reported by Nelson H. F. Beebe.
3117
3118 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
3119
3120         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
3121         program_invocation_name and program_invocation_short_name are
3122         initialized.
3123         * lib/argp-namefrob.h: Move declarations of program_invocation_name
3124         and program_invocation_short_name to argp.h, so they are visible
3125         to user programs.
3126         * lib/argp.h: Likewise
3127
3128 2006-09-10  Bruno Haible  <bruno@clisp.org>
3129
3130         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
3131         m4/inttypes_h.m4, m4/uintmax_t.m4.
3132
3133 2006-09-10  Bruno Haible  <bruno@clisp.org>
3134
3135         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
3136         gl_AC_TYPE_UINTMAX_T.
3137
3138 2006-09-10  Bruno Haible  <bruno@clisp.org>
3139
3140         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
3141
3142 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
3143
3144         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
3145         convention.  Text proposed by Bruno Haible.
3146         (struct argp_option): Document the use of N_() wrappers.
3147
3148         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
3149         '\v', and translate the two parts separately, instead of feeding
3150         the whole string to gettext.  This allows to exclude
3151         '\v' from the strings visible to the translator by writing doc
3152         strings as N_("..") "\v" N_("..").
3153
3154 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
3155
3156         * config/srclist.txt: Undo latest change; the bug was fixed.
3157
3158 2006-09-09  Bruno Haible  <bruno@clisp.org>
3159
3160         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
3161         assignments if building a library without libtool.
3162         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
3163         in func_emit_lib_Makefile_am.
3164         (func_import): When building a static library libfoo.a, arrange to
3165         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
3166         (func_create_testdir): Likewise.
3167         * modules/gc (configure.ac, Makefile.am): If building statically,
3168         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
3169         * modules/iconvme (configure.ac, Makefile.am): Likewise.
3170         * modules/striconv (configure.ac, Makefile.am): Likewise.
3171         Based on a suggestion by Ralf Wildenhues.
3172
3173 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3174
3175         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
3176         Check for unistd.h too, since Autoconf doesn't assume POSIX.
3177         Also:
3178
3179         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3180         Add year_2050_test to catch glibc bug 2821
3181         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3182
3183         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
3184         Prefer #ifdef to #if.
3185
3186         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
3187         Return from 'main' instead of calling 'exit'.
3188
3189 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3190
3191         * lib/mktime.c (guess_time_tm): Fix bug where mktime
3192         returned the maximum time_t value rather than (time_t) -1.
3193         Problem originally reported by William Bardwell
3194         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
3195
3196         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3197         Moved to here ...
3198         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
3199         ... from here.
3200
3201 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
3202
3203         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
3204         2821 is fixed.
3205
3206 2006-09-08  Jim Meyering  <jim@meyering.net>
3207
3208         Don't make generated files read-only.  That would bother too many
3209         people.  However, do retain the ability to work when targets are
3210         read-only: remove the destination and temporary files before writing
3211         them (when generated via sed or echo), or by using the -f option for
3212         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
3213         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3214         * modules/byteswap, modules/configmake, modules/fcntl:
3215         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3216         * modules/localcharset, modules/netinet_in, modules/poll:
3217         * modules/stdbool, modules/stdint, modules/sys_select:
3218         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3219
3220 2006-09-08  Jim Meyering  <jim@meyering.net>
3221
3222         Avoid new build failure on FreeBSD 6.0.
3223         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
3224         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
3225         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
3226
3227 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3228
3229         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
3230
3231 2006-09-07  Jim Meyering  <jim@meyering.net>
3232
3233         Fix global typo in last change: use chmod u-w, not chmod u-x.
3234         Spotted by Paul Eggert and Bruce Korb.
3235         * modules/alloca-opt, modules/argz, modules/arpa_inet:
3236         * modules/byteswap, modules/configmake, modules/fcntl:
3237         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
3238         * modules/localcharset, modules/netinet_in, modules/poll:
3239         * modules/stdbool, modules/stdint, modules/sys_select:
3240         * modules/sys_socket, modules/sys_stat, modules/sysexits:
3241
3242 2006-09-06  Jim Meyering  <jim@meyering.net>
3243
3244         Make generated files be read-only.
3245         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
3246         Ensure that each generated file is now read-only.
3247         * modules/argz: Likewise.
3248         * modules/arpa_inet: Likewise.
3249         * modules/byteswap: Likewise.
3250         * modules/configmake: Likewise.
3251         * modules/fcntl: Likewise.
3252         * modules/fnmatch: Likewise.
3253         * modules/getopt: Likewise.
3254         * modules/glob: Likewise.
3255         * modules/inttypes: Likewise.
3256         * modules/netinet_in: Likewise.
3257         * modules/poll: Likewise.
3258         * modules/stdbool: Likewise.
3259         * modules/stdint: Likewise.
3260         * modules/sys_select: Likewise.
3261         * modules/sys_socket: Likewise.
3262         * modules/sys_stat: Likewise.
3263         * modules/sysexits: Likewise.
3264         * modules/localcharset: Same as above, but continue using temporary
3265         file named "t-$@" (why different?) rather than the "$@-t" used
3266         everywhere else.
3267
3268         * modules/sysexits (Makefile.am): Replace literal occurrences
3269         of "sysexit.h" more readable, and more consistent, "$@".
3270
3271 2006-09-06  Bruno Haible  <bruno@clisp.org>
3272
3273         * modules/striconv: New file.
3274         * modules/xstriconv: New file.
3275         * MODULES.html.sh (Internationalization functions): Add striconv,
3276         xstriconv.
3277
3278 2006-09-06  Bruno Haible  <bruno@clisp.org>
3279
3280         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
3281         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
3282         not using libtool correctly.
3283
3284 2006-09-06  Bruno Haible  <bruno@clisp.org>
3285
3286         * lib/striconv.h: New file.
3287         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
3288         iconvstring.c.
3289         * lib/xstriconv.h: New file.
3290         * lib/xstriconv.c: New file.
3291
3292 2006-09-06  Bruno Haible  <bruno@clisp.org>
3293
3294         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
3295         lib_..._LDFLAGS.
3296
3297 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3298
3299         * lib/argz_.h: Sync from Libtool.
3300
3301         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
3302                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3303
3304         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
3305
3306 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3307
3308         * modules/trim: New file.
3309
3310 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
3311
3312         * lib/trim.h: New file.
3313         * lib/trim.c: New file.
3314
3315 2006-09-05  Bruno Haible  <bruno@clisp.org>
3316
3317         * MODULES.html.sh (String handling): Add trim.
3318
3319 2006-09-04  Karl Berry  <karl@gnu.org>
3320
3321         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
3322         until next release.
3323
3324 2006-09-03  Bruno Haible  <bruno@clisp.org>
3325
3326         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
3327         correctly.
3328
3329 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3330
3331         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
3332         not gl_GETLOADAVG.  Omit unneeded semicolons.
3333         Problems reported by Ralf Wildenhues in
3334         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3335         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
3336         at the end, which is the usual gnulib style.
3337
3338         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
3339         of doing all the work ourselves.
3340         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
3341         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
3342
3343 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3344
3345         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
3346         Problem reported by Ralf Wildenhues in
3347         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
3348
3349         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
3350         HAVE_STRUCT_STATFS_F_FSTYPENAME.
3351
3352 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
3353
3354         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
3355         yesterday's patch by changing test -n to test -z.
3356
3357 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3358
3359         * modules/getloadavg (Files): Add m4/getloadavg.m4.
3360         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
3361         the former is now obsolescent.
3362
3363         * modules/chdir-long (Depends-on): Add fcntl.
3364
3365 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3366
3367         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
3368         obsolescent, and programs should use gnulib instead.
3369         * m4/getloadavg.m4: New file, with contents taken from Autoconf
3370         but with prefixes changed.
3371
3372 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
3373
3374         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
3375         or stdbool.h, because they might not exist while configuring.
3376
3377         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
3378         Don't include unistd.h or limits.h; not needed, since chdir-long.h
3379         does that for us.
3380         (O_DIRECTORY): Remove.
3381
3382 2006-08-31  Eric Blake  <ebb9@byu.net>
3383
3384         * gnulib-tool: Don't let emacs change spaces to TAB.
3385
3386 2006-08-31  Bruno Haible  <bruno@clisp.org>
3387
3388         * gnulib-tool: When calling func_import more than once, do it in a
3389         subshell.
3390         Reported by Eric Blake <ebb9@byu.net>.
3391
3392 2006-08-31  Bruno Haible  <bruno@clisp.org>
3393
3394         * gnulib-tool (nl): Remove variable.
3395         (sed_transform_lib_file): Use more robust test for config-h module.
3396         (func_import): Fix typo in 2006-08-25 patch.
3397
3398 2006-08-31  Bruno Haible  <bruno@clisp.org>
3399
3400         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
3401         specified, augment Makefile.am variables instead of assigning them.
3402
3403 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3404
3405         Work around a bug in both the Linux and SunOS 64-bit kernels:
3406         nanosleep mishandles sleeps for longer than 2**31 seconds.
3407         Problem reported by Frank v Waveren in
3408         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3409         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
3410         Check for nanosleep bug.
3411         (LIB_NANOSLEEP): Append clock_gettime library if needed.
3412
3413 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3414
3415         Work around a bug in both the Linux and SunOS 64-bit kernels:
3416         nanosleep mishandles sleeps for longer than 2**31 seconds.
3417         Problem reported by Frank v Waveren in
3418         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
3419         * lib/nanosleep.c (BILLION): New constant.
3420         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
3421         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
3422         implementation.
3423
3424 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3425
3426         * modules/nanosleep (Depends-on): Add gettime.
3427
3428 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
3429         and Simon Josefsson  <jas@extundo.com>
3430         and Oskar Liljeblad  <oskar@osk.mine.nu>
3431
3432         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
3433         * gnulib-tool (func_import): New license type 'unmodifiable license
3434         text'.
3435         * modules/fdl: Use it.  Longer description.
3436         * module/gpl, module/lgpl: New files.
3437
3438 2006-08-30  Jim Meyering  <jim@meyering.net>
3439
3440         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
3441         shadowing the parameter.
3442
3443 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3444
3445         Sync from Libtool:
3446
3447         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3448
3449         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
3450         sharing with gnulib.  Report by Eric Blake.
3451
3452 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3453
3454         * modules/isapipe: New file.
3455         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
3456
3457 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3458
3459         * modules/configmake (Makefile.am): Add a comment, and omit
3460         the CONFIGMAKE_ prefix from generated macro names.  Suggested
3461         by Bruno Haible.
3462
3463 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3464
3465         * m4/isapipe.m4: New file.
3466
3467 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
3468
3469         * lib/isapipe.c, lib/isapipe.h: New files.
3470
3471 2006-08-29  Jim Meyering  <jim@meyering.net>
3472
3473         * modules/configmake (Makefile.am): Make configmake.h depend on
3474         Makefile.  Otherwise, a stale configmake.h could hang around.
3475
3476 2006-08-29  Eric Blake  <ebb9@byu.net>
3477
3478         * lib/error.c (error_at_line, print_errno_message): Match libc, after
3479         resolution of upstream bug 3044.
3480
3481 2006-08-29  Bruno Haible  <bruno@clisp.org>
3482
3483         * modules/localcharset (Depends-on): Add configmake.
3484         (Makefile.am): Remove setting of LIBDIR through DEFS.
3485
3486 2006-08-29  Bruno Haible  <bruno@clisp.org>
3487
3488         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
3489         defined.
3490
3491 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3492
3493         * modules/fcntl: New file.
3494         * modules/chdir-safer (Depends-on): Add fcntl.
3495         * modules/fts: Likewise.
3496         * modules/mkdir-p: Likewise.
3497
3498         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
3499         This undoes the most recent change, since we're now addressing the
3500         problem in a different way.
3501
3502         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
3503         into output, since the output might be called Makefile.am even
3504         if $makefile_name is something different.
3505         (func_import): Use $makefile_am rather than
3506         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
3507         empty.
3508
3509         * modules/inttypes (Files): Add m4/inttypes-h.m4.
3510
3511 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3512
3513         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
3514         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
3515         recent change to stdint.m4, since we're now addressing the problem in a
3516         different way.
3517
3518 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3519
3520         * m4/fcntl_h.m4: New file.
3521
3522 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
3523
3524         * lib/fcntl_.h: New file.
3525         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
3526         the fcntl module.
3527         * lib/dirchownmod.c: Likewise.
3528         * lib/fts.c: Likewise.
3529
3530         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
3531         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
3532         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
3533         just before including <inttypes.h>, to avoid circular inclusion.
3534
3535 2006-08-28  Jim Meyering  <jim@meyering.net>
3536
3537         * doc/visibility.texi: Actually read and correct the grammar of the
3538         sentence affected by yesterday's change.
3539
3540 2006-08-28  Eric Blake  <ebb9@byu.net>
3541
3542         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
3543         needs wrapper.
3544
3545 2006-08-28  Eric Blake  <ebb9@byu.net>
3546
3547         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
3548
3549 2006-08-28  Eric Blake  <ebb9@byu.net>
3550
3551         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
3552
3553 2006-08-28  Bruno Haible  <bruno@clisp.org>
3554
3555         * modules/c-strstr: New file, from GNU gettext.
3556         * MODULES.html.sh (String handling): Add c-strstr.
3557
3558 2006-08-28  Bruno Haible  <bruno@clisp.org>
3559
3560         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
3561         macros.
3562         Reported by Eric Blake.
3563
3564 2006-08-28  Bruno Haible  <bruno@clisp.org>
3565
3566         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
3567         (VASNPRINTF): Return a string of length > INT_MAX without failing.
3568         * lib/vasprintf.c: Include errno.h, limits.h.
3569         (EOVERFLOW): New fallback definition.
3570         (vasprintf): Test here whether the string length is > INT_MAX.
3571         * lib/vsnprintf.c: Include errno.h, limits.h.
3572         (EOVERFLOW): New fallback definition.
3573         (vsnprintf): Fix bug when generated string was too long for the buffer.
3574         Test here whether the string length is > INT_MAX.
3575
3576 2006-08-28  Bruno Haible  <bruno@clisp.org>
3577
3578         * lib/inttypes_.h (SCNX*): Remove definitions.
3579         Reported by Eric Blake.
3580
3581 2006-08-28  Bruno Haible  <bruno@clisp.org>
3582
3583         * lib/c-strstr.h: New file, from GNU gettext.
3584         * lib/c-strstr.c: New file, from GNU gettext.
3585
3586 2006-08-28  Bruno Haible  <bruno@clisp.org>
3587
3588         * gnulib-tool: Reorder some statements.
3589
3590 2006-08-28  Bruno Haible  <bruno@clisp.org>
3591
3592         * gnulib-tool: New option --makefile-name.
3593         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
3594         $makefile_name.
3595         (func_import): Write $makefile_name to the cache file, and read it from
3596         there unless explicitly specified. Use $makefile_name as file name
3597         instead of Makefile.am. Adjust the recommendations accordingly.
3598
3599 2006-08-28  Bruno Haible  <bruno@clisp.org>
3600
3601         * gnulib-tool (func_verify_module): Check against misapplying patch.
3602
3603 2006-08-28  Bruno Haible  <bruno@clisp.org>
3604
3605         * gnulib-tool (func_relativize, func_relconcat): New functions.
3606         Give an error if --local-dir is given with --update.
3607         Remove trailing slashes from $local_gnulib_dir.
3608         (func_import): Store the relativized $local_gnulib_dir in
3609         gnulib-cache.m4, and read it from there if not specified explicitly.
3610
3611 2006-08-28  Bruno Haible  <bruno@clisp.org>
3612
3613         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
3614         is the current directory. Respect also $local_gnulib_dir.
3615
3616 2006-08-28  Bruno Haible  <bruno@clisp.org>
3617             Simon Josefsson  <jas@extundo.com>
3618
3619         BeOS portability.
3620         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
3621
3622 2006-08-27  Jim Meyering  <jim@meyering.net>
3623
3624         * doc/visibility.texi: Remove duplicate word: "pointer".
3625
3626 2006-08-26  Bruno Haible  <bruno@clisp.org>
3627
3628         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
3629         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
3630         (Makefile.am): Create inttypes.h from inttypes_.h.
3631         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
3632
3633         * modules/imaxabs: New file.
3634
3635         * modules/imaxdiv: New file.
3636
3637 2006-08-26  Bruno Haible  <bruno@clisp.org>
3638
3639         * m4/inttypes.m4: New file.
3640         * m4/_inttypes_h.m4: Remove file.
3641         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
3642         PRI_MACROS_BROKEN.
3643         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
3644
3645         * m4/imaxabs.m4: New file.
3646
3647         * m4/imaxdiv.m4: New file.
3648
3649 2006-08-26  Bruno Haible  <bruno@clisp.org>
3650
3651         * lib/inttypes_.h: New file.
3652         * lib/inttypes.h: Remove file.
3653         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
3654
3655         * lib/imaxabs.c: New file.
3656
3657         * lib/imaxdiv.c: New file.
3658
3659 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3660
3661         New config-h module, so that "make" output needn't be cluttered
3662         by -DHAVE_CONFIG_H.
3663         * MODULES.html.sh (Support for building libraries and executables):
3664         Add config-h.
3665         * modules/config-h: New file.
3666         * gnulib-tool (nl, sed_transform_lib_file): New vars.
3667         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
3668         the config-h module is used.
3669
3670         New configmake module, so that "make" output needn't be cluttered
3671         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
3672         * MODULES.html.sh (Support for building libraries and executables):
3673         Add configmake.
3674         * modules/configmake: New file.
3675
3676 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
3677
3678         * m4/config-h.m4: New file.
3679
3680 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3681
3682         * config/srclist.txt: Add elisp-comp.
3683
3684 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
3685
3686         * MODULES.html.sh (Support for building libraries and executables):
3687         Add elisp-comp.
3688         * build-aux/elisp-comp: New file.
3689         * modules/elisp-comp: New file.
3690
3691 2006-08-24  Bruno Haible  <bruno@clisp.org>
3692
3693         * gnulib-tool (func_create_testdir): Use non-default values of
3694         sourcebase and m4base.
3695
3696 2006-08-24  Bruno Haible  <bruno@clisp.org>
3697
3698         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
3699         HTML structure.
3700
3701 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
3702
3703         * modules/openat (Depends-on): Add lchown.
3704
3705 2006-08-23  Bruno Haible  <bruno@clisp.org>
3706
3707         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
3708         of gl_LOCK_EARLY instead of gl_LOCK.
3709
3710 2006-08-23  Bruno Haible  <bruno@clisp.org>
3711
3712         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
3713         on OSF/1 to no.
3714         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
3715
3716 2006-08-23  Bruno Haible  <bruno@clisp.org>
3717
3718         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
3719         as unusable.
3720
3721         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
3722         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
3723         (gl_LOCK): New macro.
3724
3725 2006-08-22  Simon Josefsson  <jas@extundo.com>
3726
3727         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
3728         to md5 module.
3729
3730 2006-08-22  Simon Josefsson  <jas@extundo.com>
3731
3732         * MODULES.html.sh: Add "Support for maintaining and release
3733         projects".
3734
3735         * build-aux/gnupload: New file, from coreutils.
3736
3737 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3738
3739         Avoid the need for AC_LIBSOURCES in m4 macros.
3740         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
3741         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
3742         * modules/check-version (EXTRA_DIST): Add check-version.h.
3743         * modules/crc (EXTRA_DIST): Add crc.h.
3744         * modules/des (EXTRA_DIST): Add des.h.
3745         * modules/gc (EXTRA_DIST): Add gc.h.
3746         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
3747         * modules/getline (EXTRA_DIST): Add getline.h.
3748         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
3749         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
3750         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
3751         * modules/md2 (EXTRA_DIST): Add md2.h.
3752         * modules/md4 (EXTRA_DIST): Add md4.h.
3753         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
3754         * modules/read-file (EXTRA_DIST): Add read-file.h.
3755         * modules/readline (EXTRA_DIST): Add readline.h.
3756         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
3757         rijndael-api-fst.h.
3758
3759 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3760
3761         * m4/rijndael.m4 (gl_ARCFOUR):
3762         * m4/arctwo.m4 (gl_ARCTWO):
3763         * m4/check-version.m4 (gl_CHECK_VERSION):
3764         * m4/crc.m4 (gl_CRC):
3765         * m4/des.m4 (gl_DES):
3766         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
3767         * m4/gc.m4 (gl_GC):
3768         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
3769         * m4/getline.m4 (gl_FUNC_GETLINE):
3770         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
3771         * m4/hmac-md5.m4 (gl_HMAC_MD5):
3772         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
3773         * m4/md2.m4 (gl_MD2):
3774         * m4/md4.m4 (gl_MD4):
3775         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
3776         * m4/read-file.m4 (gl_FUNC_READ_FILE):
3777         * m4/readline.m4 (gl_FUNC_READLINE):
3778         * m4/rijndael.m4 (gl_RIJNDAEL):
3779         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
3780         to get the necessary .h files and whatnot.
3781
3782 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
3783
3784         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
3785         gnulib rather than the other way around.
3786         * config/srclistvars.sh (COREUTILS): Remove.
3787
3788 2006-08-22  Jim Meyering  <jim@meyering.net>
3789
3790         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
3791
3792         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
3793
3794 2006-08-22  Eric Blake  <ebb9@byu.net>
3795
3796         * modules/regexprops-generic: New file.
3797         * MODULES.html.sh (Support for building documentation): List it.
3798
3799 2006-08-22  Eric Blake  <ebb9@byu.net>
3800
3801         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
3802         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
3803         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
3804         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
3805
3806 2006-08-22  Bruno Haible  <bruno@clisp.org>
3807
3808         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
3809         and lib_LTLIBRARIES like the other lib_* variables.
3810
3811 2006-08-22  Bruno Haible  <bruno@clisp.org>
3812
3813         * build-aux/x-to-1.in: New file, from GNU gettext.
3814
3815 2006-08-22  Bruno Haible  <bruno@clisp.org>
3816
3817         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
3818         <utmpx.h> exists.
3819
3820 2006-08-22  Bruno Haible  <bruno@clisp.org>
3821
3822         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
3823         <utmpx.h> exists.
3824
3825 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3826
3827         BeOS portability.
3828         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
3829         exist.
3830         Problem reported by Bruno Haible.
3831
3832 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3833
3834         Avoid the need for AC_LIBSOURCES in m4 macros.
3835         * modules/acl (EXTRA_DIST): Add acl.h.
3836         * modules/argmatch (Files): Add m4/argmatch.m4.
3837         (configure.ac): Add gl_ARGMATCH.
3838         (EXTRA_DIST): Renamed from lib_SOURCES, for
3839         consistency with the other modules.  Remove argmatch.c.
3840         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
3841         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
3842         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
3843         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
3844         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
3845         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
3846         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
3847         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
3848         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
3849         * modules/closeout (EXTRA_DIST): Add closeout.h.
3850         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
3851         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
3852         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
3853         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
3854         dirname.h; remove basename.c and stripslash.c.
3855         * modules/exclude (EXTRA_DIST): Add exclude.h.
3856         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
3857         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
3858         * modules/file-type (EXTRA_DIST): Add file-type.h.
3859         * modules/filemode (EXTRA_DIST): Add filemode.h.
3860         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
3861         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3862         * modules/fpending (EXTRA_DIST): Add __fpending.h.
3863         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
3864         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
3865         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
3866         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
3867         * modules/getdate (EXTRA_DIST): Add getdate.c.
3868         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
3869         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
3870         * modules/getpass (EXTRA_DIST): Add getpass.h.
3871         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
3872         * modules/group-member (EXTRA_DIST): Add group-member.h.
3873         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
3874         * modules/hash (EXTRA_DIST): Add hash.h.
3875         * modules/human (EXTRA_DIST): Add human.h.
3876         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
3877         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
3878         * modules/lchown (EXTRA_DIST): Add lchown.h.
3879         * modules/long-options (EXTRA_DIST): Add long-options.h.
3880         * modules/lstat (EXTRA_DIST): Add lstat.h.
3881         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
3882         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
3883         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
3884         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
3885         * modules/memxor (EXTRA_DIST): Add memxor.h.
3886         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
3887         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
3888         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
3889         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
3890         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
3891         * modules/physmem (EXTRA_DIST): Add physmem.h.
3892         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
3893         * modules/posixver (EXTRA_DIST): Add posixver.h.
3894         * modules/quote (EXTRA_DIST): Add quote.h.
3895         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
3896         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
3897         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
3898         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
3899         regex_internal.h regexec.c.
3900         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
3901         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
3902         * modules/same (EXTRA_DIST): Add same.h.
3903         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
3904         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
3905         * modules/savedir (EXTRA_DIST): Add savedir.h.
3906         * modules/sha1 (EXTRA_DIST): Add sha1.h.
3907         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
3908         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
3909         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
3910         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
3911         * modules/strdup (EXTRA_DIST): Add strdup.h.
3912         * modules/strftime (EXTRA_DIST): Add strftime.h.
3913         * modules/strndup (EXTRA_DIST): Add strndup.h.
3914         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
3915         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
3916         * modules/time_r (EXTRA_DIST): Add time_r.h.
3917         * modules/timespec (EXTRA_DIST): Add timespec.h.
3918         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
3919         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
3920         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
3921         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
3922         * modules/userspec (EXTRA_DIST): Add userspec.h.
3923         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
3924         * modules/utimens (EXTRA_DIST): Add utimens.h.
3925         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
3926         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
3927         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
3928         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
3929         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
3930         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
3931         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
3932         * modules/yesno (EXTRA_DIST): Add yesno.h.
3933
3934 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
3935
3936         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
3937
3938         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
3939         * m4/dev-ino.m4, same-inode.m4: Remove.
3940
3941         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
3942         * m4/acl.m4 (AC_FUNC_ACL):
3943         * m4/backupfile.m4 (gl_BACKUPFILE):
3944         * m4/c-strtod.m4 (gl_C99_STRTOLD):
3945         * m4/canon-host.m4 (gl_CANON_HOST):
3946         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
3947         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
3948         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
3949         * m4/cloexec.m4 (gl_CLOEXEC):
3950         * m4/close-stream.m4 (gl_CLOSE_STREAM):
3951         * m4/closeout.m4 (gl_CLOSEOUT):
3952         * m4/dirfd.m4 (gl_FUNC_DIRFD):
3953         * m4/dirname.m4 (gl_DIRNAME):
3954         * m4/exclude.m4 (gl_EXCLUDE):
3955         * m4/exitfail.m4 (gl_EXITFAIL):
3956         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
3957         * m4/file-type.m4 (gl_FILE_TYPE):
3958         * m4/filemode.m4 (gl_FILEMODE):
3959         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
3960         * m4/fpending.m4 (gl_FUNC_FPENDING):
3961         * m4/fprintftime.m4 (gl_FPRINTFTIME):
3962         * m4/fts.m4 (gl_FUNC_FTS):
3963         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
3964         * m4/getdate.m4 (gl_GETDATE):
3965         * m4/gethrxtime.m4 (gl_GETHRXTIME):
3966         * m4/getpagesize.m4 (gl_GETPAGESIZE):
3967         * m4/getpass.m4 (gl_FUNC_GETPASS):
3968         * m4/gettime.m4 (gl_GETTIME):
3969         * m4/getugroups.m4 (gl_GETUGROUPS):
3970         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
3971         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
3972         * m4/hard-locale.m4 (gl_HARD_LOCALE):
3973         * m4/hash.m4 (gl_HASH):
3974         * m4/idcache.m4 (gl_IDCACHE):
3975         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
3976         * m4/lchown.m4 (gl_FUNC_LCHOWN):
3977         * m4/long-options.m4 (gl_LONG_OPTIONS):
3978         * m4/lstat.m4 (gl_FUNC_LSTAT):
3979         * m4/md5.m4 (gl_MD5):
3980         * m4/memcasecmp.m4 (gl_MEMCASECMP):
3981         * m4/memcoll.m4 (gl_MEMCOLL):
3982         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
3983         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
3984         * m4/memxor.m4 (gl_MEMXOR):
3985         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
3986         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
3987         * m4/modechange.m4 (gl_MODECHANGE):
3988         * m4/mountlist.m4 (gl_MOUNTLIST):
3989         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
3990         * m4/openat.m4 (gl_FUNC_OPENAT):
3991         * m4/pathmax.m4 (gl_PATHMAX):
3992         * m4/physmem.m4 (gl_PHYSMEM):
3993         * m4/posixtm.m4 (gl_POSIXTM):
3994         * m4/posixver.m4 (gl_POSIXVER):
3995         * m4/quote.m4 (gl_QUOTE):
3996         * m4/quotearg.m4 (gl_QUOTEARG):
3997         * m4/readtokens.m4 (gl_READTOKENS):
3998         * m4/readutmp.m4 (gl_READUTMP):
3999         * m4/regex.m4 (gl_REGEX):
4000         * m4/safe-read.m4 (gl_SAFE_READ):
4001         * m4/safe-write.m4 (gl_SAFE_WRITE):
4002         * m4/same.m4 (gl_SAME):
4003         * m4/save-cwd.m4 (gl_SAVE_CWD):
4004         * m4/savedir.m4 (gl_SAVEDIR):
4005         * m4/settime.m4 (gl_SETTIME):
4006         * m4/sha1.m4 (gl_SHA1):
4007         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4008         * m4/stat-macros.m4 (gl_STAT_MACROS):
4009         * m4/stat-time.m4 (gl_STAT_TIME):
4010         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4011         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4012         * m4/strdup.m4 (gl_FUNC_STRDUP):
4013         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4014         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4015         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4016         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4017         * m4/time_r.m4 (gl_TIME_R):
4018         * m4/timespec.m4 (gl_TIMESPEC):
4019         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4020         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4021         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4022         * m4/userspec.m4 (gl_USERSPEC):
4023         * m4/utimecmp.m4 (gl_UTIMECMP):
4024         * m4/utimens.m4 (gl_UTIMENS):
4025         * m4/xalloc.m4 (gl_XALLOC):
4026         * m4/xgetcwd.m4 (gl_XGETCWD):
4027         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4028         * m4/xreadlink.m4 (gl_XREADLINK):
4029         * m4/xstrtod.m4 (gl_XSTRTOD):
4030         * m4/yesno.m4 (gl_YESNO):
4031         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4032         to get the necessary .h files and whatnot.
4033
4034 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4035             Bruno Haible  <bruno@clisp.org>
4036
4037         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4038         /bin/sh understanding of '!' conditional negation.
4039
4040 2006-08-21  Jim Meyering  <jim@meyering.net>
4041
4042         * modules/openat (Depends-on): Really alphabetize.
4043
4044         * modules/acl (Depends-on): Add error and quote.
4045
4046         * check-module (find_included_lib_files): Add at-func.c to the
4047         ok-to-include-more-than-once white list.
4048
4049         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4050
4051 2006-08-21  Bruno Haible  <bruno@clisp.org>
4052
4053         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4054         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4055         Reported by Martin Lambers <marlam@marlam.de>.
4056
4057 2006-08-21  Bruno Haible  <bruno@clisp.org>
4058
4059         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4060         specify an installation location, don't emit a noinst_LIBRARIES or
4061         noinst_LTLIBRARIES assignment.
4062
4063 2006-08-21  Bruno Haible  <bruno@clisp.org>
4064
4065         BeOS portability.
4066         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4067         BeOS has mbrtowc() but no <wctype.h>.
4068
4069 2006-08-21  Bruno Haible  <bruno@clisp.org>
4070
4071         BeOS portability.
4072         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4073         exist.
4074
4075 2006-08-21  Bruno Haible  <bruno@clisp.org>
4076
4077         BeOS portability.
4078         * lib/mbchar.h: Include <wctype.h> only if it exists.
4079
4080 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4081
4082         Remove files that are no longer needed by their respective modules.
4083         * m4/obstack.m4: Remove.
4084         * m4/strerror_r.m4: Remove.
4085         * m4/uint32_t.m4: Remove.
4086         * m4/uintptr_t.m4: Remove.
4087         * m4/ullong_max.m4: Remove.
4088         * m4/xstrtoimax.m4: Remove.
4089         * m4/xstrtoumax.m4: Remove.
4090
4091         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
4092         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
4093         dependencies now capture this.
4094
4095         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
4096         Do not use AC_LIBSOURCES, since gnulib modules now do this.
4097         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
4098         * m4/human.m4 (gl_HUMAN): Likewise.
4099         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
4100         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
4101
4102         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
4103
4104         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
4105         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
4106         stdint.
4107         * m4/human.m4 (gl_HUMAN): Likewise.
4108         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
4109         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
4110         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4111         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4112         * m4/xstrtol (gl_XSTRTOL): Likewise.
4113
4114         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
4115         AC_TYPE_LONG_LONG_INT.
4116         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
4117         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
4118         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
4119         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
4120
4121         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
4122         on stdbool.
4123
4124         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
4125         (gl_PREREQ_XSTRTOUL): Remove.
4126
4127         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
4128
4129         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
4130         mode.
4131
4132 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4133
4134         Add and change modules to make it easier for coreutils to use
4135         gnulib-tool.
4136         * modules/backupfile (Files): Remove m4/d-ino.m4.
4137         (Depends-on): Add d-ino.
4138         * modules/cycle-check (Depends-on): Add stdint.
4139         (lib_SOURCES): Add cycle-check.h.
4140         * modules/d-ino: New module.
4141         * modules/d-type: New module.
4142         * modules/error (Files): Remove m4/strerror_r.m4.
4143         * modules/filemode (Files): Add m4/st_dm_mode.m4.
4144         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4145         m4/inttypes_h.m4, m4/uintmax_t.m4.
4146         (Depends-on): Add stdint.
4147         (lib_SOURCES): Add fsusage.h.
4148         * modules/getcwd (Files): Remove d-ino.m4.
4149         (Depends-on): Add d-ino.
4150         * modules/getndelim2 (Depends-on): Add stdint.
4151         * modules/glob (Files): Remove m4/d-type.m4.
4152         (Depends-on): Add d-type.
4153         * modules/host-os: New module.
4154         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
4155         m4/inttypes_h.m4, m4/uintmax_t.m4.
4156         * Depends-on: Add stdint.
4157         (lib_SOURCES): Add human.h.
4158         * modules/inttostr (Files): Remove m4/intmax_t.m4,
4159         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
4160         m4/uintmax_t.m4, m4/ulonglong.m4.
4161         (Depends-on): Add stdint.
4162         (EXTRA_DIST): Add inttostr.h.
4163         * modules/lchmod: New module.
4164         * modules/link-follow: New module.
4165         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
4166         (Depends-on): Add lchmod.
4167         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
4168         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
4169         (Depends-on): Add stdint.
4170         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
4171         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
4172         (Depends-on): Add stdint.
4173         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
4174         * modules/perl: New module.
4175         * modules/regex (Depends-on): Add stdint.
4176         * modules/rmdir-errno: New module.
4177         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4178         m4/intmax_t.m4.
4179         (Depends-on): Add stdint.
4180         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
4181         m4/uintmax_t.m4.
4182         (Depends-on): Add stdint.
4183         * modules/unlink-busy: New module.
4184         * modules/utimecmp (Depends-on): Add stdint.
4185         * modules/uptime: New module.
4186         * modules/winsz-ioctl: New module.
4187         * modules/winsz-termios: New module.
4188         * modules/xnanosleep (Depends-on): Add nanosleep.
4189         * modules/ullong_max: Remove.
4190         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
4191         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
4192         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
4193         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
4194         (Depends-on): Add inttypes.
4195         (lib_SOURCES): Add xstrtol.h.
4196         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
4197         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
4198         * MODULES.html.sh: Move 'assert' into the assert section.
4199         Move 'dummy' into the linking section.
4200         Remove ullong_max.
4201         Add section for compatibility checks for POSIX:2001 functions,
4202         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
4203         winsz-ioctl, and winsz-termios into it.
4204         Add lchmod.
4205         Add top-level Misc section and put host-os, perl, and uptime
4206         into it.
4207
4208 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4209
4210         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
4211         now assume the stdint module.  Do not include inttypes.h.
4212         * lib/fsusage.h: Likewise.
4213         * lib/getndelim2.c: Likewise.
4214         * lib/human.h: Likewise.
4215         * lib/inttostr.h: Likewise.
4216         * lib/obstack.c: Likewise.
4217         * lib/regex_internal.h: Likewise.
4218         * lib/tempname.c: Likewise.
4219         * lib/utimecmp.c: Likewise.
4220         * lib/xstrtol.h: Likewise.
4221
4222         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
4223
4224         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
4225         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
4226         * lib/xtime.h: Likewise.
4227
4228 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4229
4230         * modules/openat (Files): Add lib/fchmodat.c.
4231         Fixes problem reported by Jay Youngman.
4232
4233 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
4234
4235         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
4236         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
4237
4238 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
4239             Bruno Haible  <bruno@clisp.org>
4240
4241         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
4242         and is a script that invokes bison. Tighten the code. Add comments.
4243
4244 2006-08-18  Jim Meyering  <jim@meyering.net>
4245
4246         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
4247         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
4248         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
4249         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
4250
4251 2006-08-18  Bruno Haible  <bruno@clisp.org>
4252
4253         * modules/bison-i18n: New file.
4254         * MODULES.html.sh (Internationalization functions): Add it.
4255
4256 2006-08-18  Bruno Haible  <bruno@clisp.org>
4257
4258         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
4259         sys/statvfs.h. When getmntinfo was found, check its declaration and
4260         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
4261
4262 2006-08-18  Bruno Haible  <bruno@clisp.org>
4263
4264         * m4/bison-i18n.m4: New file, from bison.
4265
4266 2006-08-18  Bruno Haible  <bruno@clisp.org>
4267
4268         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
4269         (ME_DUMMY): Treat "kernfs" as a dummy.
4270         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
4271
4272 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4273
4274         Update from coreutils.
4275
4276         2006-08-15  Jim Meyering  <jim@meyering.net>
4277
4278         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
4279
4280         2006-01-17  Jim Meyering  <jim@meyering.net>
4281
4282         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
4283
4284         2006-01-11  Jim Meyering  <jim@meyering.net>
4285
4286         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
4287         Check for the lchmod function.
4288
4289 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
4290
4291         Update from coreutils.
4292
4293         * lib/__fpending.h: Add copyright notice.
4294         * lib/fprintftime.h: Likewise.
4295         * lib/savedir.c: Use (C) in copyright notice.
4296         * lib/savedir.h: Likewise.
4297
4298         2006-08-15  Jim Meyering  <jim@meyering.net>
4299
4300         * lib/at-func.c: New file, with the logic of all emulated at-functions.
4301         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
4302         in support of the EXPECTED_ERRNO macro.
4303         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
4304         definitions.  Instead, define the appropriate symbols and include
4305         "at-func.c".
4306         * lib/mkdirat.c (mkdirat): Likewise.
4307         * lib/fchmodat.c (fchmodat): Likewise.
4308         (ENOSYS): Remove definition.
4309         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
4310         it.  Don't include "unistd--.h" -- it wasn't ever used.
4311
4312         2006-01-17  Jim Meyering  <jim@meyering.net>
4313
4314         Rewrite fts.c not to change the current working directory,
4315         by using openat, fstatat, fdopendir, etc..
4316
4317         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
4318         (HAVE_OPENAT_SUPPORT): Define.
4319         [_LIBC] (fchdir): Don't undef or define; no longer used.
4320         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
4321         Now, this `function' always succeeds, and consumes its file descriptor
4322         parameter -- so callers must not close such FDs.  Update callers.
4323         (diropen_fd, opendirat, cwd_advance_fd): New functions.
4324         (diropen): Add parameter, SP.  Adjust all callers.
4325         Implement using diropen_fd, rather than open.
4326         (fts_open): Initialize new member, fts_cwd_fd.
4327         Remove fts_rft-setting code.
4328         (fts_close): Close fts_cwd_fd, if necessary.
4329         (__opendir2): Define in terms of opendir or opendirat,
4330         depending on whether the FST_NOCHDIR flag is set.
4331         (fts_build): Since fts_safe_changedir consumes its FD, and since
4332         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
4333         and close the dup'd file descriptor upon failure.
4334         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
4335         (fts_safe_changedir): Tweak semantics to reflect that this function
4336         now calls cwd_advance_fd and hence consumes its FD argument.
4337         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
4338         [struct FTS] (fts_rft): Remove now-unused member.
4339         [struct FTS] (fts_cycle.state): Improve comment.
4340
4341         * lib/openat.c (openat_needs_fchdir): New function.
4342         * lib/openat.h (openat_needs_fchdir): Declare it.
4343
4344 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
4345
4346         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
4347         Problem and fix reported by Pádraig Brady in
4348         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
4349
4350 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4351
4352         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
4353
4354 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4355
4356         * lib/memcoll.c (memcoll): Optimize for the common case where the
4357         arguments are bytewise equal.
4358
4359 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4360
4361         * doc/regexprops-generic.texi: Add a copyright notice.
4362
4363 2006-08-15  Bruno Haible  <bruno@clisp.org>
4364
4365         * modules/tmpdir (License): Change to LGPL.
4366
4367 2006-08-15  Bruno Haible  <bruno@clisp.org>
4368
4369         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
4370         module.
4371
4372 2006-08-14  Simon Josefsson  <jas@extundo.com>
4373
4374         * config/srclist.txt: Add gnupload.
4375
4376 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4377
4378         Change copyright notice from LGPL 2 to GPL 2, since that's the
4379         standard form used in the gnulib repository.
4380         * tests/test-lock.c: Likewise.
4381         * tests/test-stdint.c: Likewise.
4382         * tests/test-tls.c: Likewise.
4383
4384         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
4385         prelude-manager.  User shorter URLs for GNU projects, without '?'.
4386         Add copyright notice.
4387
4388         * check-module: Add copyright notice.  Output a copyright
4389         notice if "--version" is specified.
4390         * modules/COPYING: New file.
4391         * tests/test-getaddrinfo.c: Add copyright notice.
4392         * tests/test-verify.c: Likewise.
4393
4394 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4395
4396         Change copyright notice from LGPL 2 to GPL 2, since that's the
4397         standard form used in the gnulib repository.
4398         * lib/lock.c: LGPL -> GPL.
4399         * lib/lock.h: Likewise.
4400         * lib/strnlen1.c: Likewise.
4401         * lib/strnlen1.h: Likewise.
4402         * lib/tls.c: Likewise.
4403         * lib/tls.h: Likewise.
4404         * lib/tmpdir.c: Likewise.
4405
4406         * lib/TODO: Remove; this belongs only in coreutils.
4407
4408 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4409
4410         Add copyright notices to long-enough files that lack them, since
4411         otherwise the files aren't clearly free.  Use the same notice that
4412         getdate.texi already uses.
4413         * doc/alloca-opt.texi: Add copyright notice.
4414         * doc/alloca.texi: Likewise.
4415         * doc/ctime.texi: Likewise.
4416         * doc/functions.texi: Likewise.
4417         * doc/gcd.texi: Likewise.
4418         * doc/gnulib-tool.texi: Likewise.
4419         * doc/inet_ntoa.texi: Likewise.
4420         * doc/visibility.texi: Likewise.
4421
4422         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
4423         * doc/quote.texi: Add copyright notice.
4424
4425         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
4426         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
4427         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
4428         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
4429         is now obsolete, and give a pointer to the Sun list.
4430         Add copyright notice.
4431
4432 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         * config/srclistvars.sh: Add copyright notice.
4435
4436 2006-08-14  Eric Blake  <ebb9@byu.net>
4437
4438         Import the following change from libc:
4439
4440         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
4441
4442         Upstream bug 2997.
4443         * lib/misc/error.c: Add space between program name and message if file
4444         name is missing.
4445
4446 2006-08-12  Karl Berry  <karl@gnu.org>
4447
4448         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
4449         remove, these originate in gnulib now.
4450
4451 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4452
4453         * doc/Makefile (standards.info standards.html standards.dvi):
4454         Also depend on make-stds.texi.
4455
4456 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
4457
4458         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
4459         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
4460
4461         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
4462         in wchar_t.  Problem reported by Eric Blake.
4463
4464         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
4465         LEN is smaller than SIZE.  Suggested by Bruno Haible.
4466         Also, help the compiler to keep LEN in a register.
4467
4468 2006-08-11  Eric Blake  <ebb9@byu.net>
4469
4470         * users.txt: Sort.  Add tar.
4471
4472 2006-08-11  Bruno Haible  <bruno@clisp.org>
4473
4474         * users.txt: New file.
4475
4476 2006-08-11  Bruno Haible  <bruno@clisp.org>
4477
4478         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
4479         before <wchar.h>. Needed for OSF/1 and BSD/OS.
4480
4481 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4482
4483         * modules/snprintf (Depends-on): Remove minmax.
4484         (Maintainer): Add self and Bruno.
4485
4486 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
4487
4488         * lib/.cppi-disable: Add snprintf.h, socket_.h.
4489         * lib/snprintf.c: Include <errno.h> and <limits.h>.
4490         (EOVERFLOW): Define if the system does not.
4491         Do not include "minmax.h"; it wasn't used.
4492         (snprintf): Don't assume size_t promotes to an unsigned type.
4493         Fix bug when generated string was too long for the buffer: the
4494         buffer's contents are supposed to be the initial prefix of the
4495         output.  Don't assume vasnprintf returns EOVERFLOW if the size
4496         exceeds INT_MAX; do the check ourselves.
4497
4498         Import the following changes from libc:
4499
4500         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
4501
4502         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
4503         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
4504         set wc to the byte which couldn't be converted.
4505         (re_string_reconstruct): Don't clear valid_raw_len before calling
4506         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
4507         tip_context using re_string_context_at.
4508
4509         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
4510
4511         * lib/posix/regex.h: g++ still cannot handled [restrict].
4512
4513         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
4514
4515         * lib/posix/regex.h: Remove special handling for VMS.
4516
4517 2006-08-10  Jim Meyering  <jim@meyering.net>
4518
4519         * modules/same-inode: New module.
4520         * modules/dev-ino: New module.
4521         * modules/cycle-check: Depend on these modules, rather than simply
4522         including their .h files.
4523         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
4524         required via m4/cycle-check.m4.
4525         * modules/same: Depend on new same-inode module, rather than
4526         including same-inode.h.
4527         * modules/chdir-safer: New file.
4528
4529         * modules/chown (Depends-on): Add stat-macros.
4530
4531 2006-08-10  Jim Meyering  <jim@meyering.net>
4532
4533         * m4/cycle-check.m4: New file.
4534         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
4535         * m4/dev-ino.m4, m4/same-inode.m4: New files.
4536
4537 2006-08-10  Eric Blake  <ebb9@byu.net>
4538
4539         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
4540         in from original proposal.
4541
4542 2006-08-10  Eric Blake  <ebb9@byu.net>
4543         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4544
4545         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
4546         namespace.
4547
4548 2006-08-10  Bruno Haible  <bruno@clisp.org>
4549
4550         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
4551         as well.
4552
4553 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4554
4555         Sync from coreutils.
4556
4557         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
4558
4559         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
4560         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
4561
4562 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4563
4564         * modules/restrict: Remove; no longer needed now that we assume
4565         Autoconf 2.59 or later.
4566         * MODULES.html.sh: Remove 'restrict'.
4567         * modules/argp (Depends-on): Remove 'restrict'.
4568         * modules/base64 (Depends-on): Likewise.
4569         * modules/gc (Depends-on): Likewise.
4570         * modules/getaddrinfo (Depends-on): Likewise.
4571         * modules/glob (Depends-on): Likewise.
4572         * modules/inet_ntop (Depends-on): Likewise.
4573         * modules/inet_pton (Depends-on): Likewise.
4574         * modules/memxor (Depends-on): Likewise.
4575         * modules/regex (Depends-on): Likewise.
4576         * modules/strtok_r (Depends-on): Likewise.
4577         * modules/time_r (Depends-on): Likewise.
4578
4579 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
4580
4581         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
4582         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
4583         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
4584         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
4585         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
4586         * m4/memxor.m4 (gl_MEMXOR): Likewise.
4587         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
4588         gl_C_RESTRICT replaced by AC_C_RESTRICT.
4589
4590         Merge from coreutils.
4591         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
4592         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
4593         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
4594         * m4/time_r.m4 (gl_TIME_R): Likewise.
4595
4596 2006-08-09  Karl Berry  <karl@gnu.org>
4597
4598         * config/srclist.txt: no more gettext-tools, per Bruno.
4599
4600 2006-08-08  Eric Blake  <ebb9@byu.net>
4601
4602         * modules/verror: New module.
4603         * MODULES.html.sh: Document it.
4604
4605 2006-08-08  Eric Blake  <ebb9@byu.net>
4606
4607         * lib/verror.h, lib/verror.c: New files.
4608
4609 2006-08-08  Eric Blake  <ebb9@byu.net>
4610
4611         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
4612         verror_at_line output complies with GNU Coding Standards even when
4613         file is NULL.
4614
4615 2006-08-07  Bruno Haible  <bruno@clisp.org>
4616
4617         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
4618         versions of AIX.
4619         Reported by Ralf Wildenhues.
4620
4621 2006-08-07  Bruno Haible  <bruno@clisp.org>
4622
4623         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
4624         in an AC_DEFUN. Needed so that the autoconf snippets can use
4625         AC_REQUIRE.
4626
4627 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4628
4629         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4630         Initialize pkgdata_DATA.
4631         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
4632         overriding it.
4633
4634 2006-08-06  Eric Blake  <ebb9@byu.net>
4635
4636         * lib/error.h: Fold in some upstream changes from glibc.
4637         * lib/error.c: Likewise.
4638
4639 2006-08-04  Bruno Haible  <bruno@clisp.org>
4640
4641         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4642         Make the mostlyclean-local rule depend on mostlyclean-generic.
4643         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
4644
4645 2006-07-31  Bruno Haible  <bruno@clisp.org>
4646
4647         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
4648         <stdlib.h>, <string.h>.
4649
4650 2006-07-30  Bruno Haible  <bruno@clisp.org>
4651
4652         * modules/readlink (License): Change to LGPL.
4653
4654 2006-07-30  Bruno Haible  <bruno@clisp.org>
4655
4656         * modules/javaversion (Makefile.am): Distribute javaversion.java and
4657         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
4658         set PKGDATADIR to point to it.
4659
4660 2006-07-30  Bruno Haible  <bruno@clisp.org>
4661
4662         * modules/csharpexec (configure.ac): Comment out macro invocation.
4663         * modules/javaexec (configure.ac): Likewise.
4664         * modules/javacomp-script (configure.ac): Likewise.
4665
4666         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
4667
4668 2006-07-30  Bruno Haible  <bruno@clisp.org>
4669
4670         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
4671         linked-list.
4672
4673 2006-07-30  Bruno Haible  <bruno@clisp.org>
4674
4675         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
4676
4677 2006-07-30  Bruno Haible  <bruno@clisp.org>
4678
4679         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4680         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
4681         get removed.
4682
4683 2006-07-29  Bruno Haible  <bruno@clisp.org>
4684
4685         Make it possible for gnulib-tool to work with locally modified or
4686         augmented gnulib repositories.
4687         * gnulib-tool (func_usage): Document --local-dir option.
4688         (local_gnulib_dir): New variable.
4689         Handle --local-dir option.
4690         (func_lookup_file): New function.
4691         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
4692         (func_get_description, func_get_filelist, func_get_description,
4693         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
4694         func_get_automake_snippet, func_get_include_directive,
4695         func_get_license, func_get_maintainer): Use func_lookup_file.
4696         (func_import, func_create_testdir): Use func_lookup_file.
4697
4698 2006-07-29  Bruno Haible  <bruno@clisp.org>
4699
4700         * modules/setenv (Depends-on): Add unistd.
4701
4702 2006-07-29  Bruno Haible  <bruno@clisp.org>
4703
4704         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
4705
4706 2006-07-29  Bruno Haible  <bruno@clisp.org>
4707
4708         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
4709
4710 2006-07-29  Bruno Haible  <bruno@clisp.org>
4711
4712         * gnulib-tool (import, update): If there is no Makefile.am, look at
4713         aclocal.m4, instead of bailing out.
4714
4715 2006-07-29  Bruno Haible  <bruno@clisp.org>
4716
4717         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
4718         Categorize the options by when they are useful.
4719
4720 2006-07-29  Bruno Haible  <bruno@clisp.org>
4721
4722         * gnulib-tool (func_usage): Document option --no-libtool.
4723         Handle option --no-libtool.
4724         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
4725         for changed semantics of $libtool variable.
4726         (func_import): Likewise. If libtool is not used, show this through
4727         an option --no-libtool.
4728         (func_create_testdir): Update.
4729
4730 2006-07-29  Bruno Haible  <bruno@clisp.org>
4731
4732         * gnulib-tool (func_import): Extend error message about missing
4733         --doc-base.
4734
4735 2006-07-29  Bruno Haible  <bruno@clisp.org>
4736
4737         * gnulib-tool (func_import): Don't create the $docbase directory if
4738         there is no file to store there.
4739
4740 2006-07-29  Bruno Haible  <bruno@clisp.org>
4741
4742         * gnulib-tool (autoconf_minversion): If a --dir option is given and
4743         relevant, look for configure.ac there, not in the current directory.
4744         Also use a simple search for AC_PREREQ, not "autoconf --trace".
4745
4746 2006-07-29  Bruno Haible  <bruno@clisp.org>
4747
4748         * gnulib-tool (SORT): New variable.
4749         (func_usage): Undocument --assume-autoconf option.
4750         Remove --assume-autoconf option handling.
4751         (autoconf_minversion): Determine from the contents of configure.ac.
4752         (func_import): Remove autoconf_minversion handling.
4753         Suggested by Eric Blake.
4754
4755 2006-07-29  Bruno Haible  <bruno@clisp.org>
4756
4757         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
4758
4759 2006-07-29  Bruno Haible  <bruno@clisp.org>
4760
4761         * config/srclist.txt (*setenv.[ch]): Remove rules.
4762
4763 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4764
4765         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
4766
4767 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4768
4769         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
4770         arpa/inet.h.
4771
4772 2006-07-28  Simon Josefsson  <jas@extundo.com>
4773
4774         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
4775         * modules/inet_pton (Depends-on): Likewise.
4776
4777 2006-07-28  Simon Josefsson  <jas@extundo.com>
4778
4779         * m4/netinet_in_h.m4: New file.
4780
4781 2006-07-28  Simon Josefsson  <jas@extundo.com>
4782
4783         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
4784         #include's.
4785
4786 2006-07-28  Simon Josefsson  <jas@extundo.com>
4787
4788         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
4789         #include's.
4790
4791 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
4792
4793         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
4794         setgid on directories only if they set these bits.
4795         * lib/modechange.h: Remove obsolete comment about masks.
4796
4797 2006-07-28  Eric Blake  <ebb9@byu.net>
4798
4799         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
4800         macro expansion.
4801
4802 2006-07-28  Bruno Haible  <bruno@clisp.org>
4803
4804         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
4805
4806 2006-07-28  Bruno Haible  <bruno@clisp.org>
4807
4808         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
4809
4810 2006-07-28  Bruno Haible  <bruno@clisp.org>
4811
4812         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
4813         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
4814         Define fallbacks.
4815         Avoids link error on FreeBSD 4.x.
4816         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
4817
4818         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
4819         encoding.
4820         * lib/mbswidth.c (iswcntrl): Likewise.
4821
4822 2006-07-27  Bruno Haible  <bruno@clisp.org>
4823
4824         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
4825         test.
4826
4827 2006-07-27  Bruno Haible  <bruno@clisp.org>
4828
4829         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
4830         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
4831         defined.
4832
4833 2006-07-26  Eric Blake  <ebb9@byu.net>
4834
4835         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
4836
4837 2006-07-26  Eric Blake  <ebb9@byu.net>
4838
4839         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
4840         like mingw that lack mkstemp.
4841         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
4842         avoid compilation warning on mingw.
4843
4844 2006-07-26  Bruno Haible  <bruno@clisp.org>
4845
4846         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
4847         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
4848         INT_FAST*_MIN, INTPTR_MIN.
4849
4850 2006-07-25  Bruno Haible  <bruno@clisp.org>
4851
4852         * modules/version-etc (Depends-on): Add stdarg.
4853
4854 2006-07-25  Bruno Haible  <bruno@clisp.org>
4855
4856         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
4857         complex commands.
4858
4859 2006-07-25  Bruno Haible  <bruno@clisp.org>
4860
4861         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
4862         defined in <stdarg.h> or config.h.
4863
4864 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4865
4866         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
4867         (gl_STDIO_SAFER): Remove.
4868
4869 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
4870
4871         * MODULES.html.sh (File stream based Input/Output):
4872         Add fopen-safer, tmpfile-safer; remove stdio-safer.
4873         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
4874         * modules/fopen-safer, modules/tmpfile-safer: New files.
4875         * modules/stdio-safer: Remove.
4876
4877 2006-07-24  Bruno Haible  <bruno@clisp.org>
4878
4879         * modules/tmpdir: New file.
4880         * MODULES.html.sh (File system functions): Add it.
4881
4882 2006-07-24  Bruno Haible  <bruno@clisp.org>
4883
4884         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
4885         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
4886
4887 2006-07-24  Bruno Haible  <bruno@clisp.org>
4888
4889         * modules/clean-temp: New file.
4890
4891 2006-07-24  Bruno Haible  <bruno@clisp.org>
4892
4893         * m4/tmpdir.m4: New file, from GNU gettext.
4894
4895 2006-07-24  Bruno Haible  <bruno@clisp.org>
4896
4897         * lib/tmpdir.h: New file, from GNU gettext.
4898         * lib/tmpdir.c: New file, from GNU gettext.
4899
4900 2006-07-24  Bruno Haible  <bruno@clisp.org>
4901
4902         * lib/clean-temp.h: New file, from GNU gettext.
4903         * lib/clean-temp.c: New file, from GNU gettext.
4904
4905 2006-07-23  Eric Blake  <ebb9@byu.net>
4906
4907         * modules/stdio-safer (Files): Add tmpfile-safer.c.
4908         (Depends-on): Add binary-io.
4909
4910 2006-07-23  Eric Blake  <ebb9@byu.net>
4911
4912         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
4913
4914 2006-07-23  Eric Blake  <ebb9@byu.net>
4915
4916         * lib/tmpfile-safer.c: New file.
4917         * lib/stdio-safer.h (fopen_safer): Add prototype.
4918         * lib/stdio--.h (tmpfile): Make safer.
4919
4920 2006-07-23  Bruno Haible  <bruno@clisp.org>
4921
4922         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
4923         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
4924         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
4925         gl_linked_remove_at): Use it.
4926
4927 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
4928         and Simon Josefsson <jas@extundo.com>
4929
4930         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
4931
4932         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
4933
4934 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4935
4936         * modules/close-stream: New file.
4937         * modules/closeout (Description): Make it clear that it exits
4938         with a diagnostic on error.
4939         (Depends-on): Add close-stream.  Remove fpending, stdbool.
4940         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
4941
4942 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4943
4944         * m4/close-stream.m4: New file.
4945
4946 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
4947
4948         * lib/close-stream.c, lib/close-stream.h: New files.
4949
4950 2006-07-22  Bruno Haible  <bruno@clisp.org>
4951
4952         Merge from GNU gettext 0.15.
4953
4954         2006-05-01  Bruno Haible  <bruno@clisp.org>
4955
4956                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
4957
4958         2006-07-22  Bruno Haible  <bruno@clisp.org>
4959
4960                 * modules/javaversion: New file.
4961                 * MODULES.html.sh (Java): Add javaversion.
4962
4963         2006-03-12  Bruno Haible  <bruno@clisp.org>
4964
4965                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
4966
4967         2005-12-04  Bruno Haible  <bruno@clisp.org>
4968
4969                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
4970                 (untested).
4971
4972         2006-06-21  Bruno Haible  <bruno@clisp.org>
4973
4974                 Avoid warnings from recent versions of mcs.
4975                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
4976                 -o, -L, -r any more. Use options documented since mcs-1.0
4977                 instead. Similarly for -g.
4978
4979         2005-12-04  Bruno Haible  <bruno@clisp.org>
4980
4981                 * build-aux/csharpcomp.sh.in: Suffix for resources is
4982                 .resources, not .resource.
4983
4984         2005-07-09  Bruno Haible  <bruno@clisp.org>
4985
4986                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
4987                 add a .dll suffix.
4988                 Reported by Mark Junker <mjscod@gmx.de>.
4989
4990         2006-07-22  Bruno Haible  <bruno@clisp.org>
4991
4992                 * modules/gettext: Upgrade to gettext-0.15.
4993                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
4994                 m4/visibility.m4.
4995                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
4996
4997 2006-07-22  Bruno Haible  <bruno@clisp.org>
4998
4999         Merge from GNU gettext 0.15.
5000
5001         2006-03-25  Bruno Haible  <bruno@clisp.org>
5002
5003                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5004
5005         2006-07-21  Bruno Haible  <bruno@clisp.org>
5006
5007                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5008                 "1.1".
5009
5010         2006-05-09  Bruno Haible  <bruno@clisp.org>
5011
5012                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5013                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5014                 for the conftestver execution.
5015
5016         2006-05-01  Bruno Haible  <bruno@clisp.org>
5017
5018                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5019                 optional target-version argument. Verify that the compiler
5020                 groks source of the specified source-version, or add -source
5021                 option as necessary. Verify that the compiler produces
5022                 bytecode in the specified target-version, or add -target and
5023                 -source options as necessary. Make the result of the test
5024                 available as variable CONF_JAVAC. Also log error output in
5025                 config.log.
5026
5027         2006-03-11  Bruno Haible  <bruno@clisp.org>
5028
5029                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5030
5031         2006-05-09  Bruno Haible  <bruno@clisp.org>
5032
5033                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5034                 CLASSPATH_SEPARATOR to a semicolon.
5035
5036         2006-03-12  Bruno Haible  <bruno@clisp.org>
5037
5038                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5039                 available as variable CONF_JAVA, for subsequent autoconf
5040                 tests. Also log error output in config.log.
5041
5042         2006-07-19  Bruno Haible  <bruno@clisp.org>
5043
5044                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5045                 that getline works on glibc2 systems. Needed to avoid trouble
5046                 in relocatable.c.
5047                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5048
5049         2005-12-04  Bruno Haible  <bruno@clisp.org>
5050
5051                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5052                 launcher (untested).
5053
5054         2005-12-04  Bruno Haible  <bruno@clisp.org>
5055
5056                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5057
5058         2006-07-22  Bruno Haible  <bruno@clisp.org>
5059
5060                 * gettext.m4: Update from GNU gettext-0.15.
5061                 * nls.m4: Likewise.
5062                 * po.m4: Likewise.
5063                 * inttypes-pri.m4: Likewise.
5064                 * inttypes-h.m4: Renamed from inttypes.m4.
5065                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5066
5067 2006-07-22  Bruno Haible  <bruno@clisp.org>
5068
5069         Merge from GNU gettext 0.15.
5070
5071         2005-07-05  Bruno Haible  <bruno@clisp.org>
5072
5073                 * printf-args.c (printf_fetchargs): Work around broken
5074                 definition of wint_t on mingw.
5075
5076         2005-02-12  Bruno Haible  <bruno@clisp.org>
5077
5078                 * xallocsa.h: Add extern "C" for C++.
5079
5080         2006-05-17  Bruno Haible  <bruno@clisp.org>
5081
5082                 Cygwin portability.
5083                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5084
5085         2006-04-30  Bruno Haible  <bruno@clisp.org>
5086
5087                 * progreloc.c: Include <mach-o/dyld.h> if available.
5088                 (find_executable): Use _NSGetExecutablePath when possible.
5089
5090         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
5091
5092                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
5093                 function.
5094
5095         2005-12-29  Bruno Haible  <bruno@clisp.org>
5096
5097                 * progreloc.c (set_program_name_and_installdir): Fix
5098                 compilation error.
5099
5100         2005-12-04  Bruno Haible  <bruno@clisp.org>
5101
5102                 Cygwin portability.
5103                 * progreloc.c: Include <windows.h> also on Cygwin.
5104                 (find_executable): Add support for Cygwin.
5105                 (set_program_name_and_installdir): Handle also platforms with
5106                 nonempty EXEEXT.
5107
5108         2006-07-11  Bruno Haible  <bruno@clisp.org>
5109
5110                 * javacomp.c: Fix a comment.
5111                 Reported by Jim Meyering.
5112
5113         2006-04-30  Bruno Haible  <bruno@clisp.org>
5114
5115                 * javacomp.h (compile_java_class): Add source_version,
5116                 target_version arguments.
5117                 * javacomp.c: Rewritten to choose only a compiler that
5118                 respects the specified source_version and target_version.
5119
5120         2006-06-27  Bruno Haible  <bruno@clisp.org>
5121
5122                 Assume correct S_ISDIR macro.
5123                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
5124
5125         2006-07-22  Bruno Haible  <bruno@clisp.org>
5126
5127                 * javaversion.h: New file, from GNU gettext.
5128                 * javaversion.c: New file, from GNU gettext.
5129                 * javaversion.java: New file, from GNU gettext.
5130                 * javaversion.class: New file, from GNU gettext.
5131
5132         2006-05-17  Bruno Haible  <bruno@clisp.org>
5133
5134                 Cygwin portability.
5135                 * javaexec.c (execute_java_class): Test for jview program
5136                 also on Cygwin.
5137
5138         2006-04-09  Bruno Haible  <bruno@clisp.org>
5139
5140                 * fatal-signal.c: Don't include string.h.
5141                 (at_fatal_signal): Use a copying loop instead of memcpy.
5142
5143         2005-12-04  Bruno Haible  <bruno@clisp.org>
5144
5145                 * csharpexec.c: Add support for 'clix' launcher (untested).
5146                 (execute_csharp_using_sscli): New function.
5147                 (execute_csharp_program): Call it.
5148
5149         2006-06-21  Bruno Haible  <bruno@clisp.org>
5150
5151                 Avoid warnings from recent versions of mcs.
5152                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
5153                 -o, -L, -r any more. Use options documented since mcs-1.0
5154                 instead. Similarly for -g.
5155
5156         2005-07-09  Bruno Haible  <bruno@clisp.org>
5157
5158                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
5159                 add a .dll suffix.
5160                 Reported by Mark Junker <mjscod@gmx.de>.
5161
5162         2006-06-17  Bruno Haible  <bruno@clisp.org>
5163
5164                 * config.charset: Update for NetBSD 3.0.
5165
5166         2006-05-17  Bruno Haible  <bruno@clisp.org>
5167
5168                 Cygwin portability.
5169                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
5170
5171         2006-05-16  Bruno Haible  <bruno@clisp.org>
5172
5173                 * localcharset.c [CYGWIN]: Include <windows.h>.
5174                 (get_charset_aliases): For Cygwin, return the same CPxxx
5175                 aliases list as under WIN32.
5176                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
5177                 the environment variables. Fall back to GetACP().
5178
5179         2006-04-05  Bruno Haible  <bruno@clisp.org>
5180
5181                 * config.charset: Update Juan Manuel Guerrero's address.
5182
5183         2005-02-12  Bruno Haible  <bruno@clisp.org>
5184
5185                 * allocsa.h: Add extern "C" for C++.
5186
5187         2005-02-10  Bruno Haible  <bruno@clisp.org>
5188
5189                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
5190                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
5191
5192         2006-07-22  Bruno Haible  <bruno@clisp.org>
5193
5194                 * gettext.h: Update to GNU gettext-0.15.
5195
5196 2006-07-22  Bruno Haible  <bruno@clisp.org>
5197
5198         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
5199         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
5200         lib-prefix.m4, longdouble.m4, ssize_t.m4.
5201
5202 2006-07-21  Eric Blake  <ebb9@byu.net>
5203
5204         * modules/stdlib-safer: New file.
5205         * MODULES.html.sh (File stream based Input/Output): Add
5206         stdlib-safer.
5207
5208 2006-07-21  Eric Blake  <ebb9@byu.net>
5209
5210         * lib/stdlib-safer.h: New file from coreutils, required by
5211         stdlib--.h.
5212
5213 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
5214
5215         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
5216
5217 2006-07-20  Bruno Haible  <bruno@clisp.org>
5218
5219         * gnulib-tool: Recognize new option --assume-autoconf.
5220         (autoconf_minversion): New variable.
5221         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
5222
5223 2006-07-20  Bruno Haible  <bruno@clisp.org>
5224
5225         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
5226
5227 2006-07-19  Derek R. Price  <derek@ximbiot.com>
5228
5229         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
5230         Reindent and repaginate.
5231
5232 2006-07-19  Derek Price  <derek@ximbiot.com>
5233
5234         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
5235         Correct grammar.
5236
5237 2006-07-17  Bruno Haible  <bruno@clisp.org>
5238
5239         * modules/list: New file.
5240         * modules/array-list: New file.
5241         * modules/carray-list, modules/carray-list-tests: New files.
5242         * modules/linked-list, modules/linked-list-tests: New files.
5243         * modules/avltree-list, modules/avltree-list-tests: New files.
5244         * modules/rbtree-list, modules/rbtree-list-tests: New files.
5245         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
5246         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
5247         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
5248         * modules/oset: New file.
5249         * modules/array-oset: New file.
5250         * modules/avltree-oset, modules/avltree-oset-tests: New files.
5251         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
5252         * tests/test-carray_list.c: New file.
5253         * tests/test-linked_list.c: New file.
5254         * tests/test-avltree_list.c: New file.
5255         * tests/test-rbtree_list.c: New file.
5256         * tests/test-linkedhash_list.c: New file.
5257         * tests/test-avltreehash_list.c: New file.
5258         * tests/test-rbtreehash_list.c: New file.
5259         * tests/test-avltree_oset.c: New file.
5260         * tests/test-rbtree_oset.c: New file.
5261         * MODULES.html.sh (Container data structures): New section.
5262
5263 2006-07-17  Bruno Haible  <bruno@clisp.org>
5264
5265         * m4/gl_list.m4: New file.
5266
5267 2006-07-17  Bruno Haible  <bruno@clisp.org>
5268
5269         * lib/gl_list.h: New file.
5270         * lib/gl_list.c: New file.
5271         * lib/gl_array_list.h: New file.
5272         * lib/gl_array_list.c: New file.
5273         * lib/gl_carray_list.h: New file.
5274         * lib/gl_carray_list.c: New file.
5275         * lib/gl_linked_list.h: New file.
5276         * lib/gl_linked_list.c: New file.
5277         * lib/gl_anylinked_list1.h: New file.
5278         * lib/gl_anylinked_list2.h: New file.
5279         * lib/gl_avltree_list.h: New file.
5280         * lib/gl_avltree_list.c: New file.
5281         * lib/gl_anyavltree_list1.h: New file.
5282         * lib/gl_anyavltree_list2.h: New file.
5283         * lib/gl_rbtree_list.h: New file.
5284         * lib/gl_rbtree_list.c: New file.
5285         * lib/gl_anyrbtree_list1.h: New file.
5286         * lib/gl_anyrbtree_list2.h: New file.
5287         * lib/gl_anytree_list1.h: New file.
5288         * lib/gl_anytree_list2.h: New file.
5289         * lib/gl_linkedhash_list.h: New file.
5290         * lib/gl_linkedhash_list.c: New file.
5291         * lib/gl_anyhash_list1.h: New file.
5292         * lib/gl_anyhash_list2.h: New file.
5293         * lib/gl_avltreehash_list.h: New file.
5294         * lib/gl_avltreehash_list.c: New file.
5295         * lib/gl_rbtreehash_list.h: New file.
5296         * lib/gl_rbtreehash_list.c: New file.
5297         * lib/gl_anytreehash_list1.h: New file.
5298         * lib/gl_anytreehash_list2.h: New file.
5299
5300         * lib/gl_oset.h: New file.
5301         * lib/gl_oset.c: New file.
5302         * lib/gl_array_oset.h: New file.
5303         * lib/gl_array_oset.c: New file.
5304         * lib/gl_avltree_oset.h: New file.
5305         * lib/gl_avltree_oset.c: New file.
5306         * lib/gl_rbtree_oset.h: New file.
5307         * lib/gl_rbtree_oset.c: New file.
5308         * lib/gl_anytree_oset.h: New file.
5309
5310 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5311
5312         * m4/mkancesdirs.m4: New file.
5313         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
5314         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
5315         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
5316         it.
5317
5318 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5319
5320         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
5321         * lib/mkancesdirs.h: New files.
5322         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
5323         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
5324         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
5325         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
5326         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
5327         callers changed.  Revamp internals significantly, by not
5328         attempting to create directories that are temporarily more
5329         permissive than the final results.  Do not attempt to use
5330         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
5331         This removes some race conditions, fixes some bugs, and simplifies
5332         things.  Use new dirchownmod function to do owner and mode changes.
5333         * lib/mkdir-p.h: Likewise.
5334         * lib/modechange.c (octal_to_mode): New function.
5335         (struct mode_change): New member mentioned.
5336         (make_node_op_equals): New arg mentioned.  All callers changed.
5337         (mode_compile): Keep track of which mode bits the user has explicitly
5338         mentioned.
5339         (mode_adjust): New arg DIR, so that we implement the X op correctly.
5340         New arg PMODE_BITS, to keep track of which mode bits the user
5341         mentioned; it treats S_ISUID and S_ISGID speciall.
5342         All callers changed.
5343         * lib/modechange.h: Likewise.
5344
5345 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
5346
5347         * MODULES.html.sh: Add mkancestors.
5348         * modules/mkancesdirs: New module.
5349         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
5350         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
5351         The chdir-safer and afs files are now orphans; I'll remove them
5352         unless someone speaks up.
5353         Add lib/dirchownmod.c, lib/dirchownmod.h.
5354         (Depends-on): Remove alloca, chown, save-cwd, dirname.
5355         Add lchown, mkancesdirs.
5356         (Maintainer): Add self.
5357
5358 2006-07-15  Karl Berry  <karl@gnu.org>
5359
5360         * gnulib-tool: help message wording/arrangement.
5361
5362 2006-07-14  Simon Josefsson  <jas@extundo.com>
5363
5364         * doc/gnulib.texi (Libtool and Windows): New section.
5365
5366 2006-07-12  Simon Josefsson  <jas@extundo.com>
5367
5368         * modules/gendocs (License): Fix license, approved by Karl.
5369
5370 2006-07-12  Eric Blake  <ebb9@byu.net>
5371
5372         * MODULES.html.sh: Add gendocs.
5373
5374 2006-07-11  Eric Blake  <ebb9@byu.net>
5375
5376         * modules/fdl: New module, to install doc/fdl.texi.
5377         * MODULES.html.sh: Add new section for documentation modules.
5378         * gnulib-tool: Avoid space-tab.
5379         (--doc-base): New option, to manage files from doc.
5380
5381 2006-07-11  Eric Blake  <ebb9@byu.net>
5382
5383         * m4/absolute-header.m4: Fix comments to match recent change.
5384
5385 2006-07-11  Eric Blake  <ebb9@byu.net>
5386
5387         * gnulib-tool: List --doc-base before --tests-base.
5388
5389 2006-07-11  Derek R. Price  <derek@ximbiot.com>
5390
5391         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
5392
5393 2006-07-11  Bruno Haible  <bruno@clisp.org>
5394
5395         * README: Mention where to put documentation.
5396
5397 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5398
5399         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
5400
5401 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5402
5403         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
5404         to stdint.m4.
5405
5406 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
5407
5408         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
5409         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
5410         "no/such/file/stdint.h" when there is no such file, so that
5411         the resulting C code can be parsed by dodgy compilers.
5412         Problems reported by Bob Proulx.
5413
5414 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5415
5416         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
5417         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5418         macros into the GNU _D_EXACT_NAMLEN.
5419         * lib/savedir.c:  Likewise.
5420         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
5421
5422 2006-07-10  Derek R. Price  <derek@ximbiot.com>
5423         and Paul Eggert  <eggert@cs.ucla.edu>
5424
5425         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
5426         * m4/savedir.m4:
5427         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
5428         macros into the GNU _D_EXACT_NAMLEN.
5429
5430 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5431
5432         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
5433         around the absolute name, to work around a problem with the HP-UX
5434         11.23 native C compiler, reported by Bob Proulx.
5435
5436 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5437
5438         * doc/maintain.texi, make-stds.texi: Sync from
5439         <http://savannah.gnu.org/projects/gnustandards>.
5440
5441 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
5442
5443         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
5444
5445 2006-07-09  Jim Meyering  <jim@meyering.net>
5446
5447         * m4/glob.m4: Remove a doubled word in a comment.
5448
5449 2006-07-09  Jim Meyering  <jim@meyering.net>
5450
5451         * lib/argp-pv.c: Remove a doubled word in a comment.
5452         * lib/check-version.c (check_version): Likewise.
5453         * lib/javacomp.c (compile_java_class): Likewise.
5454
5455 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
5456
5457         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
5458         for the benefit of people using Autoconf 2.60.  If you want to
5459         support older Autoconf versions you can copy m4/onceonly_2_57.m4
5460         (or m4/onceonly.m4, if pre-2.57) manually.
5461
5462 2006-07-08  Jim Meyering  <jim@meyering.net>
5463
5464         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
5465         comment.
5466         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
5467         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
5468         comment.
5469
5470 2006-07-08  Jim Meyering  <jim@meyering.net>
5471
5472         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
5473
5474 2006-07-07  Simon Josefsson  <jas@extundo.com>
5475
5476         * tests/test-crc.c: Change expected crc value, the test vector
5477         were probably computed using the old broken crc.c?
5478
5479 2006-07-06  Simon Josefsson  <jas@extundo.com>
5480
5481         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
5482         now the canonical place for the M4 file).
5483
5484         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
5485         from the sys_socket dependency now.
5486
5487         * modules/inet_pton (Files): Ditto.
5488
5489         * modules/inet_ntop (Files): Ditto.
5490
5491 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
5492
5493         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
5494         not gl_PREREQ_GETUSERSHELL.
5495
5496 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5497
5498         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
5499         with only one argument, for Autoconf 2.60.
5500         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
5501         expand to nothing, so add a shell command to avoid syntax error.
5502         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
5503
5504 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5505
5506         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
5507
5508 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5509
5510         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
5511         no longer needed.  Check for isblank decl.
5512         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
5513         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
5514         of existence.
5515
5516 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5517
5518         * lib/getloadavg.c: Use __VMS, not VMS.
5519         * lib/getopt.c: Likewise.
5520         * lib/getpagesize.h: Likewise.
5521         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
5522         and probably does not work.
5523
5524 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
5525
5526         * lib/.cppi-disable: Add wcwidth.
5527         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
5528         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
5529         (ISGRAPH): Remove.  All uses changed to isgraph.
5530         (FOLD) [!defined _LIBC]: Remove special case.
5531         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
5532         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
5533         HAVE_ISBLANK.
5534         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
5535         case.
5536
5537 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
5538
5539         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
5540         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
5541         brackets.  Other minor changes to suppress some compiler
5542         warnings.
5543
5544 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5545         and Paul Eggert  <eggert@cs.ucla.edu>
5546
5547         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
5548         of invoking obsolescent AC_HEADER_DIRENT macro.
5549         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
5550         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
5551         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
5552         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
5553         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
5554         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5555         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
5556         * m4/readdir.m4: Remove; no longer needed.
5557
5558 2006-07-06  Derek R. Price  <derek@ximbiot.com>
5559         and Paul Eggert  <eggert@cs.ucla.edu>
5560
5561         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
5562         Don't worry about this obsolete case any more.
5563         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
5564         directories.
5565         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
5566         worry about this obsolete case any more.
5567         * lib/fts.c: Likewise.
5568         * lib/getcwd.c: Likewise.
5569         * lib/glob.h: Likewise.
5570         * lib/savedir.c: Likewise.
5571
5572 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5573
5574         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
5575         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
5576         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
5577         needed.
5578         All uses removed.
5579         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5580         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5581         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
5582         needed.
5583         * m4/getdate.m4 (gl_GETDATE): Likewise.
5584         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5585         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5586         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5587         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5588         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
5589         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5590         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
5591         needed.
5592
5593 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
5594
5595         * lib/memcasecmp.c: Include <limits.h>.
5596         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
5597         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
5598         Don't assume isdigit succeeds only on '0' through '9'.
5599
5600 2006-07-05  Eric Blake  <ebb9@byu.net>
5601
5602         * modules/getaddrinfo (Depends-on): Add snprintf.
5603
5604 2006-07-05  Eric Blake  <ebb9@byu.net>
5605
5606         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
5607         to avoid 'header present but could not be compiled' on cygwin.
5608
5609 2006-07-05  Eric Blake  <ebb9@byu.net>
5610
5611         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
5612         missing from netdb.h.
5613         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
5614
5615 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5616
5617         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
5618         no longer needed.
5619         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
5620         * m4/getdate.m4 (gl_GETDATE): Likewise.
5621         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
5622         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
5623         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
5624         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
5625         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
5626
5627 2006-07-05  Derek R. Price  <derek@ximbiot.com>
5628
5629         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
5630         All uses of is_space replaced by isspace.
5631         * lib/exit.h: Don't talk about STDC_HEADERS.
5632         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
5633         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
5634         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
5635         replaced by isprint etc.
5636         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
5637         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5638         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
5639         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
5640         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
5641         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
5642
5643 2006-07-05  Bruno Haible  <bruno@clisp.org>
5644
5645         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
5646         the function exists, before testing against AIX.
5647         Reported by Martin Lambers <marlam@marlam.de>.
5648
5649 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5650
5651         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
5652         From Mark D. Baushke.
5653
5654 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
5655
5656         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
5657         to the absolute name, not just one, to bypass Sun C 5.8's
5658         "warning: #include of /usr/include/... may be non-portable".
5659
5660 2006-07-04  Eric Blake  <ebb9@byu.net>
5661
5662         * modules/dirname-tests: New test module.
5663         * tests/test-dirname.c: New file, replacing dirname.c
5664         TEST_DIRNAME section that was recently deleted.
5665
5666 2006-07-04  Bruno Haible  <bruno@clisp.org>
5667
5668         Assume ANSI C header files and <ctype.h> functions.
5669         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
5670         (mbsnwidth): Use isprint, iscntrl instead.
5671
5672 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5673
5674         Merge from coreutils.
5675         * MODULES.html.sh: Add xstrtold.
5676         * modules/xstrtold: New file.
5677         * modules/cycle-check (Files): Add lib/same-inode.h.
5678         * modules/dirname (Files): Add m4/double-slash-root.m4.
5679         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
5680         * modules/mkdir-p (Files): Add lib/same-inode.h.
5681         * modules/same (Files): Add lib/same-inode.h.
5682
5683 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5684
5685         * m4/absolute-header.m4: Renamed from full-header-path.m4.
5686         This is to keep the terminology clean; POSIX talks about
5687         "absolute pathnames", not "full pathnames", but the GNU
5688         Coding Standards say to use "path" for something else;
5689         so use "absolute" to keep both sides happy.
5690         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
5691         Set gl_absolute_header, not gl_full_header_path.
5692         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
5693         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
5694         All uses changed.
5695
5696         Merge from coreutils.
5697
5698         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5699
5700         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
5701         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
5702         want to require the building of c-strtod.o.
5703         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
5704         needs -lm directly.
5705         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
5706
5707         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
5708
5709         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
5710         --as-needed option if available.  Problem reported by Albert Chin in
5711         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
5712         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
5713         cc merely issues a bunch of annoying warnings for --as-needed
5714         (this problem was reported by Bob Proulx).  Also, try linking with
5715         -lm to detect a bug in binutils 2.16 (this problem was reported
5716         by Ralf Wildenhues).
5717
5718         2006-06-18  Jim Meyering  <jim@meyering.net>
5719
5720         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
5721         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
5722         macro.
5723         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
5724         also check for glibc-2.4's abort-inducing bug.
5725
5726         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
5727         Low-probability clean-up should be to use rmdir to get rid of
5728         the just-created directory, not unlink.
5729
5730         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
5731         configure fail, and request a bug report to inform us about it.
5732         Add a comment that, barring reports to the contrary, in 2007 we'll
5733         assume ftruncate is universally available.
5734
5735         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5736
5737         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
5738
5739         2006-03-12  Jim Meyering  <jim@meyering.net>
5740
5741         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
5742         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
5743         * m4/same.m4 (gl_SAME): Likewise.
5744         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
5745
5746         2006-03-11  Eric Blake  <ebb9@byu.net>
5747
5748         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
5749         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
5750         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
5751         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
5752
5753 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
5754
5755         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
5756         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
5757         reported by Mark D. Baushke, one in
5758         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
5759
5760         Merge from coreutils.
5761
5762         * lib/.cppi-disable: Add stdint_.h.
5763         * lib/.cvsignore: Add stdint.h.
5764
5765         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
5766
5767         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
5768         both double and long double versions.
5769         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
5770         * lib/xstrtold.c: New file.
5771         * lib/xstrtod.h (xstrtold): New decl.
5772
5773         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
5774
5775         * lib/filemode.c (setst): Remove.
5776         (strmode): Rewrite to avoid setst.  This makes the code shorter,
5777         (arguably) clearer, and the generated code is a bit smaller on my
5778         Debian GNU/Linux stable x86 host.
5779
5780         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
5781
5782         * lib/filemode.c: Include "filemode.h" first, to test the interface.
5783         Assume that filemode.h includes sys/types.h and sys/stat.h.
5784         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
5785         (ftypelet): Reorder to put common cases first, for efficiency.
5786         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
5787         to do 'M'.
5788         (strmode): Renamed from mode_string, and now stores 12 bytes instead
5789         of 10, for compatibility with FreeBSD.  All callers changed.
5790         (filemodestring): Now stores 12 bytes instead of 10, and sets file
5791         types that can't be deduced solely from st_mode.  First arg is now a
5792         const pointer.
5793         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
5794         (strmode): Renamed from mode_string.
5795         (filemodestring): New decl.
5796         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
5797         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
5798         needed.
5799         (S_ISPORT, S_ISWHT): New macros, if not already defined.
5800
5801         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
5802
5803         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
5804         fsusage.h now does that.  Include fsusage.h first, to test interface.
5805         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
5806         at most one method (the old code could have generated decls that
5807         didn't conform to C89, not that this was ever exercised).
5808         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
5809
5810         2006-03-19  Jim Meyering  <jim@meyering.net>
5811
5812         Work even in a chroot where d_ino values for entries in "/"
5813         don't match the stat.st_ino values for the same names.
5814         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
5815         number, iterate through all entries again, using lstat instead.
5816         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
5817         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
5818
5819         * lib/getcwd.c (__getcwd): Clarify a comment.
5820         Use memcpy in place of a call to strcpy.
5821
5822         2006-03-12  Jim Meyering  <jim@meyering.net>
5823
5824         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
5825         matches that of the current directory (which we're about to chdir ".."
5826         out of), then save the dev-ino of the parent, instead.
5827
5828         * lib/same-inode.h (SAME_INODE): New file/macro.
5829         * lib/chdir-safer.c (SAME_INODE): Remove definition.
5830         Include "same-inode.h", instead.
5831         * lib/same.c: Likewise.
5832         * lib/cycle-check.h: Include "same-inode.h".
5833         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
5834         * lib/cycle-check.c (SAME_INODE): Remove definition.
5835         * lib/root-dev-ino.h: Include "same-inode.h".
5836
5837         2006-03-11  Eric Blake  <ebb9@byu.net>
5838
5839         * lib/same.c (same_name): s/base_name/last_component/
5840         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
5841         * lib/filenamecat.c (file_name_concat): Likewise.
5842
5843         2006-03-11  Eric Blake  <ebb9@byu.net>,
5844                     Paul Eggert  <eggert@cs.ucla.edu>
5845
5846         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
5847         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
5848         drive prefix.
5849         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
5850         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
5851         (last_component): New method.
5852         * lib/dirname.c (dir_len): Determine when drive letters need a
5853         subsequent slash.  Preserve // when it is special.
5854         (dir_name): Don't append dot when drive letter is absolute.
5855         [TEST_DIRNAME]: Move into a full-blown gnulib test.
5856         * lib/basename.c (base_name): New semantics - malloc the result.
5857         Preserve // when it is special.  Preserve relative files that look
5858         like drive letters.
5859         (base_len): Preserve // when it is special.
5860         (last_component): New method, similar to old base_name semantics.
5861         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
5862         base_name.  Strip redundant slashes from ///.
5863
5864 2006-07-03  Jim Meyering  <jim@meyering.net>
5865
5866         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
5867         macro is used before the first cycle_check call.
5868
5869 2006-07-03  Eric Blake  <ebb9@byu.net>
5870
5871         * modules/dirname (Depends-on): Add xstrndup.
5872
5873 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5874
5875         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
5876         test cases, so that config.log is a bit easier to follow.
5877
5878 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
5879
5880         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
5881         both are 64 bits, since this seems to be the tradition, and this
5882         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
5883         we ever run into a host that prefers long long to long in this
5884         case, we'll need another configure-time test.  Problem reported by
5885         Jim Meyering.
5886
5887 2006-07-02  Eric Blake  <ebb9@byu.net>
5888
5889         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
5890
5891 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5892
5893         * modules/inttypes (Depends-on): No longer depends on stdint.
5894         * modules/stdint (Description): Say more about assumptions.
5895         Say that the fast types might differ.  Say macros are used.
5896         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
5897         (Makefile.am): Revise list of substituted symbols to match
5898         new stdint.m4.
5899         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
5900         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
5901         * tests/test-stdint.c (verify_same_types)
5902         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
5903         the code conforms to C99/C89.
5904         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
5905         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
5906
5907 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5908
5909         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
5910         but fix a bug, by requiring at least 64 bits.
5911         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
5912         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
5913         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
5914         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
5915
5916         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
5917         changes.  Make 2.59 a prerequisite.  Check and substitute for
5918         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
5919         inttypes.h.  Do not use special include files; just use the
5920         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
5921         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
5922         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
5923         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
5924         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
5925         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
5926         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
5927         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
5928         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
5929         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
5930         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
5931         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
5932         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
5933         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
5934         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
5935         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
5936         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
5937         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
5938         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
5939         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
5940         WINT_MAX.  Check for C99 conformance more strictly, by detecting
5941         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
5942         not check for things that C99 does not require, e.g., int8_t.  If
5943         a test isn't needed unless <stdint.h> isn't working, and is
5944         unlikely to be needed for any other reason, then don't do it
5945         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
5946         size_t, since we assume C89 freestanding at least.  Do not check
5947         for sig_atomic_t, wchar_t, or wint_t, since the code now does
5948         the right thing even if the types are not defined.  Instead use:
5949         (gl_STDINT_TYPE_PROPERTIES): New macro.
5950         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
5951         testing whether <sys/types.h> clashes, as Autoconf does this for
5952         us now.  All uses removed.
5953         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
5954         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
5955         (gl_CHECK_TYPE_SAME):
5956         Remove; no longer needed.
5957         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
5958         exists, since we'll return 0 anyway in that case.
5959         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
5960
5961 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
5962
5963         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
5964         possible collision with system files.
5965         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
5966         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
5967         WCHAR_MIN and WCHAR_MAX in this case.
5968         (<stddef.h>): Do not include; no longer needed.
5969         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
5970         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
5971         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
5972         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
5973         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
5974         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
5975         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
5976         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
5977         !defined(__c99))]: Include in this case too, since it's harmless
5978         now.
5979         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
5980         dangerous to do so.
5981         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
5982         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
5983         (_STDINT_MIN, _STDINT_MAX): New macros.
5984         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
5985         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
5986         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
5987         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
5988         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
5989         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
5990         macros, not typedefs; this simplifies things quite a bit.
5991         Use long int for all types narrower than int64_t.
5992         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
5993         Define in terms of long long int or int64_t or long int,
5994         not int64_t or int32_t.  This saves some compile-time testing.
5995         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
5996         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
5997         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
5998         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
5999         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6000         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6001         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6002         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6003         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6004         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6005         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6006         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6007         undef any previous version and define our own version, for
6008         simplicity and consistency with the new macros for types.
6009         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6010         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6011         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6012         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6013         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6014         @WINT_T_SUFFIX@ to keep things simple here.
6015         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6016         Simplify by assuming typical 8/16/32/64 host, since we're
6017         already doing that elsewhere anyway.
6018         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6019         and assume long long int is 64 bits if available.  This
6020         speeds up 'configure'.
6021
6022 2006-07-01  Eric Blake  <ebb9@byu.net>
6023
6024         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6025         Reported by Andreas Buening.
6026
6027 2006-07-01  Eric Blake  <ebb9@byu.net>
6028
6029         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6030
6031 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6032
6033         * lib/getaddrinfo.c: fixed typo
6034
6035 2006-06-29  Jim Meyering  <jim@meyering.net>
6036
6037         * modules/strftime (Maintainer): Add my name, since with the
6038         FPRINTFTIME changes strftime.c has forked from glibc.
6039
6040 2006-06-29  Eric Blake  <ebb9@byu.net>
6041
6042         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6043
6044 2006-06-29  Eric Blake  <ebb9@byu.net>
6045
6046         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6047
6048 2006-06-29  Eric Blake  <ebb9@byu.net>
6049
6050         * lib/stat_.h: New file.
6051
6052 2006-06-29  Eric Blake  <ebb9@byu.net>
6053
6054         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6055         unused static function.
6056
6057 2006-06-29  Eric Blake  <ebb9@byu.net>
6058
6059         * doc/functions.texi (Function Portability): Document missing lstat
6060         on mingw.
6061
6062 2006-06-29  Eric Blake  <ebb9@byu.net>
6063
6064         * MODULES.html.sh: Add sys_stat.
6065         * modules/sys_stat: New module.
6066         * modules/mkstemp (Depends-on): Add sys_stat.
6067
6068 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6069
6070         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6071
6072 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6073
6074         * m4/c-bs-a.m4: Removed.
6075
6076 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6077
6078         * lib/strftime.c: Assume strftime() exists.
6079
6080 2006-06-29  Derek Price  <derek@ximbiot.com>
6081
6082         * modules/c-bs-a: Removed - \a is C89.
6083         * MODULES.html.sh: Remove c-bs-a.
6084
6085 2006-06-29  Bruno Haible  <bruno@clisp.org>
6086
6087         * modules/wcwidth (License): Change to LGPL.
6088
6089 2006-06-28  Simon Josefsson  <jas@extundo.com>
6090
6091         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
6092         on _WIN32.
6093
6094         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
6095         getnameinfo.
6096
6097 2006-06-28  Simon Josefsson  <jas@extundo.com>
6098
6099         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
6100
6101 2006-06-28  Simon Josefsson  <jas@extundo.com>
6102
6103         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
6104         functions there.  It will succeed on Windows XP, but on Windows
6105         2000 and (presumably) earlier, it will fail, and use the internal
6106         re-implementation.
6107         (use_win32_p): New function.
6108         (getaddrinfo): Use strtoul on servname, to support numeric ports.
6109         Support AI_NUMERICSERV to disable getservbyname.
6110         (getnameinfo): New function, only supports
6111         NI_NUMERICHOST|NI_NUMERICSERV for now.
6112
6113         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
6114         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
6115         getnameinfo.
6116
6117 2006-06-28  Eric Blake  <ebb9@byu.net>
6118
6119         * modules/wcwidth: New file.
6120         * modules/mbchar (Depends-on): Add wcwidth.
6121         * modules/mbswidth (Depends-on): Add wcwidth.
6122         * MODULES.html.sh: Add wcwidth.
6123
6124 2006-06-28  Eric Blake  <ebb9@byu.net>
6125
6126         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
6127         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
6128
6129 2006-06-28  Eric Blake  <ebb9@byu.net>
6130
6131         * lib/xvasprintf.h: Fix comments.
6132
6133 2006-06-28  Eric Blake  <ebb9@byu.net>
6134
6135         * lib/mbchar.h (wcwidth): Include wcwidth.h.
6136         * lib/mbswidth.c (wcwidth): Move from here...
6137         * lib/wcwidth.h: ...to this new file.
6138
6139 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6140
6141         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
6142
6143         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
6144         it's obsolete.
6145         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
6146
6147 2006-06-28  Derek R. Price  <derek@ximbiot.com>
6148
6149         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
6150         Autoconf 2.60 says this stuff was obsolete.
6151
6152 2006-06-28  Bruno Haible  <bruno@clisp.org>
6153
6154         * modules/wcwidth (Files): Add m4/wchar_t.m4.
6155
6156 2006-06-28  Bruno Haible  <bruno@clisp.org>
6157
6158         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
6159         gt_TYPE_WCHAR_T.
6160
6161 2006-06-28  Bruno Haible  <bruno@clisp.org>
6162
6163         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
6164         declaration for wcwidth.
6165         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
6166
6167 2006-06-28  Bruno Haible  <bruno@clisp.org>
6168
6169         * lib/mkdtemp.c [MINGW]: Include <io.h>.
6170         (mkdir): Define using _mkdir.
6171
6172 2006-06-28  Bruno Haible  <bruno@clisp.org>
6173
6174         * lib/getaddrinfo.h: Fix POSIX URL.
6175         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
6176         _WIN32.
6177         (use_win32_p): Make static.
6178         (getaddrinfo): Reject service name if it is empty or does not consist
6179         solely of decimal digits, or if its value is > 65535.
6180         (getnameinfo): Remove useless casts.
6181
6182 2006-06-27  Simon Josefsson  <jas@extundo.com>
6183
6184         * modules/sys_select: New file, suggested by Bruno Haible, Paul
6185         Eggert and Martin Lambers.
6186
6187 2006-06-27  Simon Josefsson  <jas@extundo.com>
6188
6189         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
6190         Eggert and Martin Lambers.
6191
6192 2006-06-27  Bruno Haible  <bruno@clisp.org>
6193
6194         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
6195         result to 0, not to empty.
6196         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
6197
6198 2006-06-27  Bruno Haible  <bruno@clisp.org>
6199
6200         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
6201
6202 2006-06-26  Simon Josefsson  <jas@extundo.com>
6203
6204         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
6205         present.
6206
6207 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
6208
6209         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
6210         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
6211         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
6212
6213 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
6214
6215         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
6216
6217 2006-06-26  Bruno Haible  <bruno@clisp.org>
6218
6219         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
6220
6221 2006-06-26  Bruno Haible  <bruno@clisp.org>
6222
6223         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
6224
6225 2006-06-26  Bruno Haible  <bruno@clisp.org>
6226
6227         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
6228         SGI C compiler in pre-C99 mode.
6229         Suggested by Mark D. Baushke and Larry Jones.
6230
6231 2006-06-26  Bruno Haible  <bruno@clisp.org>
6232
6233         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
6234         WCHAR_MAX.
6235         Reported by Mark D. Baushke and Larry Jones.
6236
6237 2006-06-26  Bruno Haible  <bruno@clisp.org>
6238
6239         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
6240         in pre-C99 mode.
6241         Suggested by Mark D. Baushke and Larry Jones.
6242
6243 2006-06-23  Simon Josefsson  <jas@extundo.com>
6244             Bruno Haible  <bruno@clisp.org>
6245
6246         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
6247         Emit mostlyclean-local rule.
6248         (func_emit_tests_Makefile_am): Likewise.
6249         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
6250
6251 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
6252
6253         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
6254
6255 2006-06-23  Bruno Haible  <bruno@clisp.org>
6256
6257         * tests/test-stdint.c: Update to match ISO C 99 Technical
6258         Corrigendum 1.
6259
6260 2006-06-23  Bruno Haible  <bruno@clisp.org>
6261
6262         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
6263
6264 2006-06-23  Bruno Haible  <bruno@clisp.org>
6265
6266         * lib/stdint_.h: Treat IRIX like OpenBSD.
6267
6268 2006-06-23  Bruno Haible  <bruno@clisp.org>
6269
6270         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
6271         ISO C 99 Technical Corrigendum 1.
6272
6273 2006-06-22  Simon Josefsson  <jas@extundo.com>
6274
6275         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
6276         MinGW.
6277
6278 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
6279
6280         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
6281         needed.  Some compiler complained about some of them.  Problem reported
6282         by Larry Jones in
6283         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
6284
6285 2006-06-21  Simon Josefsson  <jas@extundo.com>
6286
6287         * tests/test-getaddrinfo.c: New file.
6288
6289         * modules/getaddrinfo-tests: New file.
6290
6291         * MODULES.html.sh: Add inet_pton.
6292
6293         * modules/inet_pton: New file.
6294
6295 2006-06-21  Simon Josefsson  <jas@extundo.com>
6296
6297         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
6298         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
6299         of using the (limited) gnulib implementation on Windows XP.
6300
6301         * m4/inet_pton.m4: New file.
6302
6303 2006-06-21  Simon Josefsson  <jas@extundo.com>
6304
6305         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
6306         variable.
6307
6308         * lib/socket_.h: Don't define WINVER.
6309
6310         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
6311         slightly modified to work in gnulib.
6312
6313 2006-06-21  Simon Josefsson  <jas@extundo.com>
6314
6315         * doc/gnulib.texi (Windows sockets): Add.
6316
6317 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
6318
6319         * lib/read-file.c (fread_file): Start with buffer allocation of
6320         0 bytes rather than 1 byte; this simplifies the code.
6321         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
6322         code to free buffer and save/restore errno.
6323         (internal_read_file): Remove unused local.
6324
6325 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
6326
6327         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
6328         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
6329         Problem reported by Denis Excoffier in
6330         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
6331
6332 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
6333
6334         * modules/sys_socket, modules/socklen: Include sys/types since
6335         FreeBSD 4.x's sys/socket.h needs it.
6336
6337 2006-06-19  Simon Josefsson  <jas@extundo.com>
6338
6339         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
6340
6341 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6342
6343         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
6344
6345 2006-06-19  Bruno Haible  <bruno@clisp.org>
6346
6347         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
6348         and FULL_PATH_INTTYPES_H in angle brackets.
6349         Reported by Mark D. Baushke <mdb@gnu.org>.
6350
6351 2006-06-17  Eric Blake  <ebb9@byu.net>
6352
6353         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
6354         errno.
6355
6356 2006-06-17  Bruno Haible  <bruno@clisp.org>
6357
6358         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
6359         <sys/inttypes.h>.
6360
6361 2006-06-17  Bruno Haible  <bruno@clisp.org>
6362
6363         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
6364         whether errno is declared. Assume <errno.h> declares errno.
6365
6366 2006-06-17  Bruno Haible  <bruno@clisp.org>
6367
6368         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
6369
6370 2006-06-17  Bruno Haible  <bruno@clisp.org>
6371
6372         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
6373         problem on Solaris 2.5.1.
6374
6375 2006-06-16  Eric Blake  <ebb9@byu.net>
6376
6377         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
6378         * lib/unicodeio.c [!defined errno]: Likewise.
6379         * lib/strtol.c [!defined errno]: Likewise.
6380         * lib/strtod.c [!defined errno]: Likewise.
6381
6382 2006-06-15  Eric Blake  <ebb9@byu.net>
6383
6384         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
6385
6386 2006-06-15  Eric Blake  <ebb9@byu.net>
6387
6388         * config/srclist.txt (ssize_t.m4): Lose sync.
6389
6390 2006-06-15  Bruno Haible  <bruno@clisp.org>
6391
6392         * modules/stdint (Files): Include m4/full-header-path.m4,
6393         m4/size_max.m4, m4/wchar_t.m4.
6394         (Makefile.am): Many more substitutions.
6395         * modules/stdint-tests: New file.
6396         * tests/test-stdint.c: New file.
6397
6398 2006-06-15  Bruno Haible  <bruno@clisp.org>
6399
6400         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
6401         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
6402         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
6403         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
6404         gl_CHECK_TYPE_SAME): New macros.
6405
6406 2006-06-15  Bruno Haible  <bruno@clisp.org>
6407
6408         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
6409
6410 2006-06-15  Bruno Haible  <bruno@clisp.org>
6411
6412         * lib/stdint_.h: Rewritten to be fully auto-configured.
6413         Fixes bug on HP-UX/IA64.
6414
6415 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
6416
6417         * lib/getdate.y (__attribute__): Don't define if already defined.
6418         Problem reported by Larry Jones.
6419         * lib/utimens.c (__attribute__): Likewise.
6420
6421 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
6422
6423         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
6424         reported by Andreas Schwab.
6425
6426 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6427             Bruno Haible  <bruno@clisp.org>
6428
6429         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
6430         check for the declaration of strnlen and a run test that exposes the
6431         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
6432         rpl_strndup.
6433
6434 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6435             Bruno Haible  <bruno@clisp.org>
6436
6437         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
6438
6439 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6440
6441         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
6442         compile test, for Tru64 4.0D.
6443
6444 2006-05-28  Karl Berry  <karl@gnu.org>
6445
6446         * config/srclist.txt (printf-args.c): lose sync.
6447
6448 2006-05-26  Martin Lambers  <marlam@marlam.de>
6449
6450         * lib/getpass.c: Updates the test for the native W32 API, and adds
6451         missing includes, thus fixing compilation warnings.
6452
6453 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
6454
6455         * lib/exclude.c (exclude_fnmatch): New function.
6456         (excluded_file_name): Call exclude_fnmatch.
6457         * lib/exclude.h (excluded_file_name): New prototype
6458
6459 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         * lib/tempname.c (small_open, large_open): New macros.
6462         (__open, __open64) [!_LIBC]: Remove.
6463         (__gen_tempname): Use small_open and large_open instead of __open
6464         and __open64.  This fixes a portability bug on HP-UX 11.11i
6465         reported by Simon Wing-Tang in
6466         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
6467
6468 2006-05-24  Bruno Haible  <bruno@clisp.org>
6469
6470         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
6471         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
6472         Reported by Thorsten Maerz <torte@netztorte.de> via
6473         Aaron Stone <aaron@serendipity.cx>.
6474
6475 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6476
6477         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
6478         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
6479         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
6480         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
6481         not really conditional on the cache.
6482         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
6483
6484 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
6485
6486         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
6487         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
6488         (my_usleep): Don't mishandle maximum value.
6489
6490 2006-05-19  Jim Meyering  <jim@meyering.net>
6491
6492         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
6493
6494 2006-05-17  Bruno Haible  <bruno@clisp.org>
6495
6496         Cygwin portability.
6497         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
6498
6499 2006-05-17  Bruno Haible  <bruno@clisp.org>
6500
6501         * lib/stdint_.h: Fix recognition of Cygwin.
6502
6503 2006-05-15  Bruno Haible  <bruno@clisp.org>
6504
6505         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
6506         on libtool patch by Ralf Wildenhues.
6507
6508 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
6509
6510         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
6511         test for C99 conformance; (bool) 0.5 is an integer constant
6512         expression, but (bool) -0.5 is not.  Problem reported by Fedor
6513         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
6514
6515 2006-05-11  Simon Josefsson  <jas@extundo.com>
6516
6517         * m4/xvasprintf.m4: Fix obvious typo.
6518
6519 2006-05-11  Jim Meyering  <jim@meyering.net>
6520
6521         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
6522         James Lemley.
6523
6524 2006-05-10  Simon Josefsson  <jas@extundo.com>
6525
6526         * lib/md4.c: Typo fix, update copyright years.
6527         (K1, K2): Don't use L because it turn computations into 64-bit on
6528         64-bit platforms.
6529
6530 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
6531
6532         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
6533         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
6534         unwanted sign propagation, e.g., on hosts with 64-bit int.
6535         There still are some problems with reeelly weird theoretical hosts
6536         (e.g., 33-bit int) but it's not worth worrying about now.
6537         * lib/sha1.c (rol): Likewise.
6538         (K1, K2, K3, K4): Remove unnecessary L suffix.
6539
6540 2006-05-10  Bruno Haible  <bruno@clisp.org>
6541
6542         * lib/des.c: Cast to avoid warnings.
6543
6544 2006-05-09  Bruno Haible  <bruno@clisp.org>
6545
6546         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
6547         (Depends-on): Depend also on xsize, stdarg.
6548         (configure.ac): Add gl_XVASPRINTF.
6549
6550 2006-05-09  Bruno Haible  <bruno@clisp.org>
6551
6552         * m4/xvasprintf.m4: New file.
6553
6554 2006-05-09  Bruno Haible  <bruno@clisp.org>
6555
6556         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
6557         (EOVERFLOW): Define fallback value.
6558         (xstrcat): New function.
6559         (xvasprintf): Recognize the special case of a string concatenation.
6560
6561 2006-05-08  Eric Blake  <ebb9@byu.net>
6562
6563         * gnulib-tool (func_version): Base copyright year on CVS date.
6564         (func_emit_copyright_notice): New function.
6565         (func_emit_lib_Makefile_am): Use it.
6566         (func_emit_tests_Makefile_am): Likewise.
6567         (func_import): Likewise.
6568
6569 2006-05-08  Bruno Haible  <bruno@clisp.org>
6570
6571         * modules/stdarg: New file.
6572         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
6573
6574 2006-05-08  Bruno Haible  <bruno@clisp.org>
6575
6576         * m4/stdarg.m4: New file, from GNU gettext.
6577
6578 2006-05-08  Bruno Haible  <bruno@clisp.org>
6579
6580         * config/srclist.txt (build-aux/config.rpath): different from latest
6581         release.
6582
6583 2006-05-08  Bruno Haible  <bruno@clisp.org>
6584
6585         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
6586
6587 2006-05-05  Jim Meyering  <jim@meyering.net>
6588
6589         * m4/warning.m4: New file, derived from bison's file by the same name.
6590
6591 2006-05-03  Bruno Haible  <bruno@clisp.org>
6592
6593         * lib/stdint_.h: Shorter URL.
6594         * lib/inttypes.h: Likewise.
6595
6596 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6597
6598         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
6599
6600 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6601
6602         * lib/verify.h: Document the internals better.  Most of this change
6603         was written by Bruno Haible.
6604
6605 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
6606
6607         * doc/verify.texi: New file, partly based on a proposal by
6608         Bruno Haible.
6609
6610 2006-05-02  Bruno Haible  <bruno@clisp.org>
6611
6612         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
6613         test from here...
6614         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
6615
6616 2006-04-29  Bruno Haible  <bruno@clisp.org>
6617
6618         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
6619         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
6620
6621 2006-04-29  Bruno Haible  <bruno@clisp.org>
6622
6623         * gnulib-tool: Make --update option actually work.
6624
6625 2006-04-29  Bruno Haible  <bruno@clisp.org>
6626
6627         * doc/gcd.texi: New file.
6628         * doc/gnulib.texi: Include it.
6629
6630 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
6631
6632         * lib/getdate.y (get_date): When adding relative date, start with the
6633         initial time, not with the result of the first mktime call.
6634
6635 2006-04-25  Bruno Haible  <bruno@clisp.org>
6636
6637         * gnulib-tool (func_import): Output the include directives in three
6638         blocks, sorted separately.
6639         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6640
6641 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6642
6643         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
6644         to define main with arguments, for C++.  Reported by Eric Blake.
6645         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
6646         Prefer 'int main ()' to 'int main (void)', for C++.
6647         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
6648         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
6649         for 'main', for C99 and C++.
6650
6651 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
6652
6653         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
6654         Don't assume that exit status -1 is valid.
6655         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
6656         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
6657         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
6658         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
6659         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
6660         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
6661         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
6662         functions can be used without declaring them, or that you can
6663         exit with status -1.
6664         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
6665
6666 2006-04-24  Karl Berry  <karl@gnu.org>
6667
6668         * config/srclist.txt (longdouble.m4): sync lost.
6669
6670 2006-04-24  Eric Blake  <ebb9@byu.net>
6671
6672         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
6673
6674 2006-04-24  Bruno Haible  <bruno@clisp.org>
6675
6676         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
6677         poll() implementation in AIX.
6678         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
6679
6680 2006-04-24  Bruno Haible  <bruno@clisp.org>
6681
6682         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
6683         assigned exactly once.
6684
6685 2006-04-23  Claudio Fontana  <claudio@gnu.org>
6686             Bruno Haible  <bruno@clisp.org>
6687
6688         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
6689         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
6690         for AM_CPPFLAGS.
6691
6692 2006-04-23  Bruno Haible  <bruno@clisp.org>
6693
6694         * modules/copy-file: Depend on unistd.
6695         * modules/execute: Likewise.
6696         * modules/fatal-signal: Likewise.
6697         * modules/findprog: Likewise.
6698         * modules/mkdtemp : Likewise.
6699         * modules/pipe: Likewise.
6700         * modules/wait-process: Likewise.
6701
6702 2006-04-23  Bruno Haible  <bruno@clisp.org>
6703
6704         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
6705         condition was already detected.
6706         Reported by Ben Pfaff <blp@cs.stanford.edu>.
6707
6708 2006-04-23  Bruno Haible  <bruno@clisp.org>
6709
6710         * lib/copy-file.c: Include <unistd.h> unconditionally.
6711         * lib/execute.c: Likewise.
6712         * lib/fatal-signal.c: Likewise.
6713         * lib/findprog.c: Likewise.
6714         * lib/mkdtemp.c: Likewise.
6715         * lib/pipe.h: Likewise.
6716         * lib/pipe.c: Likewise.
6717         * lib/wait-process.h: Likewise.
6718
6719 2006-04-23  Bruno Haible  <bruno@clisp.org>
6720
6721         * gnulib-tool (func_usage): Fix --import description. Document
6722         --update.
6723         (func_import): Create temporary file in a temporary directory, if
6724         --dry-run is specified. Silence errors from 'grep' when there are no
6725         m4 files in $m4dir.
6726         (func_create_testdir): Silence errors from 'grep' when there are no
6727         m4 files in $m4dir.
6728         Reported by Karl Berry <karl@freefriends.org>.
6729
6730 2006-04-20  Bruno Haible  <bruno@clisp.org>
6731
6732         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
6733         one argument, so that the code will be portable to Autoconf 2.60.
6734         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
6735         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6736         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
6737
6738 2006-04-19  Derek Price  <derek@ximbiot.com>
6739             Eric Blake  <ebb9@byu.net>
6740
6741         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
6742         rather than "/full/path.h".  Update comment to match.  Shorten &
6743         generalize m4_translit call via AS_TR_CPP.
6744
6745 2006-04-19  Derek Price  <derek@ximbiot.com>
6746             Eric Blake  <ebb9@byu.net>
6747
6748         * lib/inttypes.h: Correct grammar in comment.
6749
6750 2006-04-18  Derek Price  <derek@ximbiot.com>
6751             Paul Eggert  <eggert@cs.ucla.edu>
6752
6753         * modules/inttypes: New file.
6754         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
6755
6756 2006-04-18  Derek Price  <derek@ximbiot.com>
6757             Paul Eggert  <eggert@cs.ucla.edu>
6758
6759         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
6760         New files.
6761
6762 2006-04-18  Derek Price  <derek@ximbiot.com>
6763             Paul Eggert  <eggert@cs.ucla.edu>
6764
6765         * lib/inttypes.h: New file.
6766         * lib/strtoimax.c: Assume <inttypes.h>.
6767
6768 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
6769
6770         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
6771         isn't mounted.  Problem reported by Kir Kolyshkin.
6772
6773 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
6774
6775         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
6776         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
6777         Derek R. Price.
6778         * lib/regex.h (RE_DUP_MAX): Update comment to match current
6779         implementation.
6780
6781 2006-04-12  Eric Blake  <ebb9@byu.net>
6782
6783         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
6784         is now done automatically by the corresponding Autoconf macro.
6785
6786 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
6787
6788         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
6789         time_r.h.
6790
6791 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
6792
6793         Merge regex changes from libc, removing some of our
6794         POSIX-conformance changes that were rejected and redoing them in a
6795         less-intrusive way.
6796
6797         * lib/regcomp.c (re_compile_internal, init_dfa):
6798         Length arg is now size_t, not Idx.  All uses changed.
6799         (peek_token): Forward decl now says internal_function.
6800         (__re_error_msgid, __re_error_msgid_idx):
6801         Now static rather than extern with attribute_hidden.
6802         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
6803         For some reason libc prefers K&R style defns for external functions.
6804         (regerror) [!defined _LIBC]: Likewise.
6805         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
6806         (seek_collating_symbol_entry, lookup_collation_sequence_value):
6807         (build_range_exp, build_collating_symbol):
6808         Use K&R-style defn.
6809         (re_compile_fastmap): Use '\0' to memset, not 0.
6810         (utf8_sb_map): Make the calculations more obvious.
6811         (init_dfa, parse_bracket_exp, build_charclass_op):
6812         Call calloc and cast result, as glibc does.
6813         (init_word_char, fetch_token, peek_token, peek_token_bracket):
6814         (build_range_exp, build_collating_symbol):
6815         Now internal functions.
6816
6817         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
6818
6819         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
6820         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
6821         Don't depend on VMS; depend on __VMS instead, for POSIX
6822         namespace cleanness.
6823         (regoff_t): Define to ssize_t, not long int.
6824
6825         Remove the REG_ macros named below.  Instead, make the old names
6826         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
6827         __USE_GNU_REGEX.
6828         (REG_BACKSLASH_ESCAPE_IN_LISTS):
6829         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
6830         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
6831         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
6832         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
6833         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
6834         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
6835         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
6836         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
6837         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
6838         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
6839         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
6840         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
6841         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
6842         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
6843         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
6844         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
6845         (REG_NREGS):
6846         Remove.  All uses replaced by the old RE_* names.
6847         (RE_BACKSLASH_ESCAPE_IN_LISTS):
6848         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
6849         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
6850         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
6851         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
6852         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
6853         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
6854         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
6855         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
6856         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
6857         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
6858         Don't bother having these macros be independent of each others'
6859         values, since they no longer exist in the POSIX name space.
6860
6861         Rename the following member names back to their old names,
6862         unless !__USE_GNU_REGEX.  All uses changed back.
6863         (buffer): Renamed from re_buffer.
6864         (allocated): Renamed from re_allocated.
6865         (used): Renamed from re_used.
6866         (syntax): Renamed from re_syntax.
6867         (fastmap): Renamed from re_fastmap.
6868         (translate): Renamed from re_translate.
6869         (can_be_null): Renamed from re_can_be_null.
6870         (regs_allocated): Renamed from re_regs_allocated.
6871         (fastmap_accurate): Renamed from re_fastmap_accurate.
6872         (no_sub): Renamed from re_no_sub.
6873         (not_bol): Renamed from re_not_bol.
6874         (not_eol): Renamed from re_not_eol.
6875         (newline_anchor): Renamed from re_newline_anchor.
6876         (num_regs): Renamed from rm_num_regs.
6877         (start): Renamed from rm_start.
6878         (end): Renamed from rm_end.
6879
6880         (free_state): Move up a bit.
6881
6882         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
6883         #define to be empty.
6884         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
6885         when that is what is intended.
6886         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
6887         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
6888         (MAX): New macro.
6889         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
6890         All uses changed back to re_malloc, etc.  It's now the caller's
6891         responsibility to check for overflow; all callers changed.
6892         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
6893         (re_x2nrealloc): Remove.
6894         (free_state): Remove decl.
6895
6896         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
6897         (re_set_registers, re_exec):
6898         Use K&R-style defn.
6899
6900         2006-01-31  Roland McGrath  <roland@redhat.com>
6901
6902         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
6903         Reported by Mike Frysinger <vapier@gentoo.org>.
6904
6905         2006-01-15  Andreas Jaeger  <aj@suse.de>
6906
6907         [BZ #1950]
6908         * lib/regex_internal.c (re_string_reconstruct): Adjust for
6909         build_wcs_upper_buffer change.
6910         (build_wcs_upper_buffer): Change return type.
6911
6912         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
6913
6914         * lib/regex_internal.h: Include <stdint.h> if available.
6915
6916         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
6917
6918         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
6919
6920         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
6921
6922         * lib/regcomp.c: Adjust for changed secondary hash function.
6923
6924         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
6925
6926         * lib/regex.h: Pretty printing.
6927         Clean up namespace a bit.
6928
6929         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
6930
6931         * lib/regexec.c (update_cur_sifted_state, check_arrival,
6932         check_arrival_add_next_nodes): Avoid using uninitialized variable.
6933
6934         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
6935                     Ulrich Drepper  <drepper@redhat.com>
6936
6937         [BZ #1302]
6938         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
6939         changed.
6940         (bitset_word_t): Renamed from bitset_word.  All uses changed.
6941
6942         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
6943
6944         [BZ #281]
6945         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
6946         * lib/regcomp.c: Remove unnecessary uses of
6947         unsigned RE_TRANSLATE_TYPE.
6948         * lib/regex_internal.h: Likewise.
6949         * lib/regex_internal.c: Likewise.
6950         * lib/regexec.c: Likewise.
6951         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
6952
6953         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
6954
6955         * lib/regexec.c (find_recover_state): Remove unnecessary
6956         initialization.
6957         (transit_state_bkref): Make DFA a const pointer.
6958         (get_subexp): Likewise.
6959         (check_arrival): Likewise.
6960         (update_cur_sifted_state): Likewise.
6961         (re_search_internal): Likewise.
6962         (prune_impossible_nodes): Likewise.
6963         (acquire_init_state_context): Likewise.
6964         (proceed_next_node): Likewise.
6965         (set_regs): Likewise.
6966         (free_fail_stack_return): Likewise.
6967         (check_arrival_expand_ecl): Mark DFA parameter as const.
6968         (check_arrival_expand_ecl_sub): Likewise.
6969         (check_subexp_limits): Likewise.
6970         (sub_epsilon_src_nodes):  Likewise.
6971         (add_epsilon_src_nodes):  Likewise.
6972         (merge_state_array): Likewise.
6973         (update_regs): Likewise.
6974         (build_trtable): Likewise.
6975         (sift_states_backward): Mark MCTX parameter as const.
6976         (build_sifted_states): Likewise.
6977         (update_cur_sifted_state): Likewise.
6978         (sift_states_mkref): Likewise.
6979         (check_arrival_expand_ecl): Mark eclosure as const.
6980         (check_dst_limits_calc_pos_1): Likewise.
6981         * lib/regex_internal.h (re_match_context_t): Make dfa a const
6982         pointer.
6983
6984         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
6985
6986         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
6987         (transit_state_sb): Likewise.
6988         (transit_state_mb): Likewise.
6989         (sift_states_iter_mb): Likewise.
6990         (check_arrival_add_next_nodes): Likewise.
6991         (check_node_accept_bytes): Change first parameter to pointer-to-const.
6992         [_LIBC] (re_search_2_stub): Use mempcpy.
6993
6994         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
6995         mbrtowc for very simple UTF-8 case.
6996
6997         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
6998         a pointer-to-const.
6999         (re_acquire_state_context): Likewise.
7000         * lib/regex_internal.h: Adjust prototypes.
7001
7002         * lib/regex.c: Prevent using C++ compilers.
7003
7004         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7005         (re_acquire_state_context): Likewise.
7006
7007 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7008
7009         * modules/regex (Depends-on): Add ssize_t.
7010
7011 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7012
7013         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7014         translation table.
7015
7016 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7017
7018         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7019
7020 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7021             Bruno Haible  <bruno@clisp.org>
7022
7023         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7024         <sys/types.h> and <inttypes.h>.
7025
7026 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7027
7028         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7029         `__error_t_defined', so argp.h will not typedef the former.
7030
7031 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7032
7033         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7034         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7035         glibc names.  Even if glibc is changed to conform to POSIX, the
7036         traditional names will be available anyway, since regex depends on
7037         the extensions module.  Also, fix a longstanding typo in the
7038         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7039         reported by Emanuele Giaquinta.  Also, change sense of cached
7040         variable, so that the message makes sense.
7041
7042 2006-03-24  Simon Josefsson  <jas@extundo.com>
7043
7044         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7045         including some doc fixes.
7046         (base64_encode_alloc): Fix +1 bug on allocation failures.
7047
7048 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7049
7050         * lib/base64.c (base64_encode): Do not read past end of array with
7051         unsanitized input on systems with CHAR_BIT > 8.
7052
7053 2006-03-24  Eric Blake  <ebb9@byu.net>
7054
7055         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7056
7057 2006-03-22  Karl Berry  <karl@gnu.org>
7058
7059         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7060         * config/srclistvars.sh (COREUTILS): new var.
7061
7062 2006-03-17  Jim Meyering  <jim@meyering.net>
7063
7064         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7065         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7066
7067 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7068
7069         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7070         no longer needs it.  Instead, check that regoff_t is as least
7071         as wide as ptrdiff_t.
7072
7073         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7074         so that our regex.h stays compatible with the installed regex.
7075         This is helpful for installers who configure --without-included-regex.
7076         Problem reported by Emanuele Giaquinta.
7077
7078 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7079
7080         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7081         Typedef to long int, not to off_, as POSIX will likely change
7082         in that direction.
7083
7084 2006-03-15  Eric Blake  <ebb9@byu.net>
7085
7086         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
7087
7088 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7089
7090         * lib/argp-help.c (validate_uparams): Fix typo
7091         * lib/argp-parse.c (argp_default_options): Consistently begin help
7092         messages with a lowercase letter.
7093
7094 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
7095
7096         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
7097         overrun buffers and shouldn't be used (much as gets shouldn't be
7098         used).
7099         * lib/time_r.c (asctime_r, ctime_r): Likewise.
7100
7101 2006-03-08  Simon Josefsson  <jas@extundo.com>
7102
7103         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
7104         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7105
7106 2006-03-08  Simon Josefsson  <jas@extundo.com>
7107
7108         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
7109         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7110
7111 2006-03-08  Simon Josefsson  <jas@extundo.com>
7112
7113         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
7114         signal that configure disabled the device.
7115
7116 2006-03-08  Simon Josefsson  <jas@extundo.com>
7117
7118         * build-aux/maint.mk: Fix refresh-po, to handle no translated
7119         languages.
7120
7121 2006-03-07  Simon Josefsson  <jas@extundo.com>
7122
7123         * modules/getopt (Depends-on): Add unistd.
7124
7125         * modules/unistd: New file.
7126
7127 2006-03-07  Simon Josefsson  <jas@extundo.com>
7128
7129         * modules/gc-random: New file.
7130
7131 2006-03-07  Simon Josefsson  <jas@extundo.com>
7132
7133         * m4/unistd_h.m4: New file.
7134
7135 2006-03-07  Simon Josefsson  <jas@extundo.com>
7136
7137         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
7138         test to be side-effect free by storing the result in the cache
7139         variable gl_cv_lib_readline, and moving the assignment of
7140         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
7141         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7142
7143 2006-03-07  Simon Josefsson  <jas@extundo.com>
7144
7145         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
7146         error on missing devices (the functions will return an error).
7147
7148         * m4/gc.m4: Move random stuff to gc-random.m4
7149
7150 2006-03-07  Simon Josefsson  <jas@extundo.com>
7151
7152         * lib/unistd_.h: New file.
7153
7154 2006-03-07  Simon Josefsson  <jas@extundo.com>
7155
7156         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
7157
7158 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7159
7160         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
7161         Problem reported by Juan Manuel Guerrero.
7162
7163 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7164
7165         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
7166         the unistd module.
7167         * lib/getlogin_r.c: Likewise.
7168         * lib/getlogin_r.h: Likewise.
7169         * lib/glob.c: Likewise.
7170         * lib/pagealign_alloc.c: Likewise.
7171         * lib/unistd_.h: Remove; no longer needed.
7172
7173 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
7174
7175         * MODULES.html.sh (Support for systems lacking POSIX:2001):
7176         Add unistd.
7177         * modules/c-stack (Depends-on): Add unistd.
7178         * modules/getlogin_r: Likewise.
7179         * modules/glob: Likewise.
7180         * modules/pagealign_alloc: Likewise.
7181         * modules/unistd (Files): Remove lib/unistd_.h.
7182         (EXTRA_DIST): Remove.
7183         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
7184         need unistd_.h.
7185         (MOSTLYCLEANFILES): Remove unistd.h-t.
7186
7187 2006-03-03  Simon Josefsson  <jas@extundo.com>
7188
7189         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
7190
7191 2006-03-03  Simon Josefsson  <jas@extundo.com>
7192
7193         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
7194         libidn and bison.
7195
7196 2006-03-03  Simon Josefsson  <jas@extundo.com>
7197
7198         * build-aux/maint.mk: Add indent target.
7199
7200 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
7201
7202         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
7203         our replacement poll.h in any case, to avoid a differing
7204         declaration from a system header.  Seen on AIX.
7205
7206 2006-03-01  Simon Josefsson  <jas@extundo.com>
7207
7208         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
7209         <kasal@ucw.cz>.
7210
7211 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7212
7213         * modules/gettime (Depends-on): Add extensions module.
7214         * modules/nanosleep (Depends-on): Likewise.
7215         * modules/settime (Depends-on): Likewise.
7216
7217 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
7218
7219         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
7220         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
7221         pedantically.
7222         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7223         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
7224
7225         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
7226         not "==".  Reported by Ralf Wildenhues.
7227
7228 2006-03-01  Karl Berry  <karl@gnu.org>
7229
7230         * doc/Copyright/request-*: new files, synced from gnuorg.
7231
7232 2006-03-01  Karl Berry  <karl@gnu.org>
7233
7234         * config/srclist.txt (Copyright/*): new entries.
7235
7236 2006-02-28  Simon Josefsson  <jas@extundo.com>
7237
7238         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
7239
7240 2006-02-27  Simon Josefsson  <jas@extundo.com>
7241
7242         * lib/base64.h: Indent #define's.  From Jim Meyering
7243         <jim@meyering.net>.
7244
7245 2006-02-27  Jim Meyering  <jim@meyering.net>
7246
7247         Revert the change of 2006-02-24, so these files can continue
7248         to be sync'd from gettext.
7249         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
7250         of `config.h'.
7251
7252 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
7253
7254         * modules/intprops: New file.
7255         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
7256         Add intprops.
7257         * modules/getloadavg (Files): Remove lib/intprops.h.
7258         (Depends-on): Add intprops.
7259         * modules/human: Likewise.
7260         * modules/inttostr: Likewise.
7261         * modules/openat: Likewise.
7262         * modules/sig2str: Likewise.
7263         * modules/userspec: Likewise.
7264         * modules/utimecmp: Likewise.
7265         * modules/xnanosleep: Likewise.
7266         * modules/xstrtol: Likewise.
7267
7268 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
7269
7270         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
7271         * modules/lock-tests (TESTS): Use $(EXEEXT).
7272         * modules/tls-tests: Likewise.
7273         * modules/argp-tests: Likewise.
7274         (check_PROGRAMS): New var, replacing...
7275         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
7276
7277 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7278
7279         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
7280         `config.h'.
7281
7282 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
7283
7284         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
7285
7286 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7287
7288         Sync from coreutils.
7289         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
7290         gl_CHDIR_SAFER.
7291
7292 2006-02-22  Jim Meyering  <jim@meyering.net>
7293
7294         Sync from coreutils.
7295         * m4/chdir-safer.m4: New file.
7296
7297 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
7298
7299         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
7300         AT_FDCWD exceeds INT_MAX.
7301         * lib/openat.h (AT_FDCWD): Likewise.
7302
7303 2006-02-17  Eric Blake  <address@hidden>
7304
7305         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
7306
7307 2006-02-16  Simon Josefsson  <jas@extundo.com>
7308
7309         * modules/getaddrinfo (Depends-on): Add sys_socket.
7310
7311 2006-02-15  Simon Josefsson  <jas@extundo.com>
7312
7313         * build-aux/maint.mk: Add dsyntax-check rule.
7314
7315 2006-02-15  Eric Blake  <ebb9@byu.net>
7316
7317         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
7318         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
7319         'present but cannot compile' warnings on cygwin.
7320         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
7321         use ws2tcpip.h if sys/socket.h works.
7322         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
7323         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
7324
7325 2006-02-14  Simon Josefsson  <jas@extundo.com>
7326
7327         * modules/maintainer-makefile (Files): Rename.
7328
7329         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
7330         and (the local) Makefile.cfg to maint-cfg.mk.
7331
7332         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
7333         to the latter.
7334
7335         * modules/maintainer-makefile: New module.
7336
7337         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
7338         severaly stripped to make it possible to build it up from scratch
7339         with reliable tests.
7340
7341         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
7342         fixes to permit overriding the default actions when configure and
7343         makefile are not available.
7344
7345 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
7346
7347         Sync from coreutils.
7348         * modules/lstat (Depends-on): Don't depend on xalloc.
7349         (License): Change from GPL to LGPL, since this is now simply a
7350         replacement for a libc function.
7351
7352 2006-02-14  Jim Meyering  <jim@meyering.net>
7353
7354         Sync from coreutils.
7355
7356         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
7357         failure on deficient systems, and simplify gnulib lgpl dependencies.
7358         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
7359         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
7360
7361         * lib/xalloc-die.c: Remove unused definition of N_.
7362
7363 2006-02-14  Jim Meyering  <jim@meyering.net>
7364
7365         Sync from coreutils.
7366         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
7367         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
7368         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
7369         double-quote uses of that variable, to accommodate the rare case in
7370         which getmntent is available in none of the libraries checked.  This
7371         happens at least on FreeBSD 5.0.
7372
7373 2006-02-13  Simon Josefsson  <jas@extundo.com>
7374
7375         * gnulib-tool (Usage): Fix --import, from
7376         karl@freefriends.org (Karl Berry).
7377
7378 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
7379
7380         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
7381
7382 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
7383
7384         * lib/argp-namefrob.h: Restore changes accidentally lost during the
7385         "autoupdate" on 2005-12-12.
7386
7387 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7388
7389         * modules/closeout (Depends-on): Remove atexit.
7390
7391 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
7392
7393         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
7394         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
7395
7396 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
7397
7398         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
7399         __EXTENSIONS__ if this causes compilation to fail.  Problem
7400         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
7401         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
7402
7403 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
7404
7405         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
7406         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
7407         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
7408         All uses changed.
7409
7410 2006-01-26  Simon Josefsson  <jas@extundo.com>
7411
7412         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
7413         prototype is visible on mingw32.
7414
7415         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
7416         for mingw32.
7417
7418         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
7419         mingw32).
7420
7421 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
7422
7423         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
7424         attempt to open for write; this always fails, at least on POSIX
7425         hosts.  This reinstates the 2006-01-09 change, which was
7426         inadvertently removed.
7427
7428 2006-01-26  Bruno Haible  <bruno@clisp.org>
7429
7430         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
7431         Reported by Paul Eggert.
7432
7433 2006-01-26  Bruno Haible  <bruno@clisp.org>
7434             Paul Eggert  <eggert@cs.ucla.edu>
7435
7436         * lib/stdbool_.h (_Bool)
7437         [(! (defined __cplusplus || defined __BEOS__)
7438           && !defined __GNUC__
7439           && !(defined __HP_cc || defined __xlc__
7440                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
7441                || defined __sgi))]:
7442         #define to signed char in these cases too; this simplifies
7443         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
7444         etc., separately) and makes it more conservative.
7445
7446 2006-01-25  Simon Josefsson  <jas@extundo.com>
7447
7448         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
7449         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
7450         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
7451
7452 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7453
7454         * lib/argp-namefrob.h: Bugfix. Remove stray #
7455
7456 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
7457
7458         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
7459         so that we test the test.
7460         Check for yet another HP-UX cc bug involving *bool |= bool.
7461
7462 2006-01-25  Karl Berry  <karl@gnu.org>
7463
7464         * config/srclist.txt (vasnprintf.c): sync lost.
7465
7466 2006-01-25  Jim Meyering  <jim@meyering.net>
7467
7468         Sync from the stable (b5) branch of coreutils:
7469
7470         * lib/fts.c (fts_children): Don't let close() clobber errno from
7471         failed fchdir().
7472
7473         * lib/fts.c (fts_stat): When following a symlink-to-directory,
7474         don't necessarily interpret stat-fails+lstat-succeeds as indicating
7475         a dangling symlink.  That can also happen at least for ELOOP.
7476         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
7477         FYI, this bug predates the inclusion of fts.c in coreutils.
7478
7479         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
7480         in their own block, so pre-c99 compilers don't object.
7481
7482         Avoid the double-free (first in fts_read, second in fts_close) that
7483         would occur when an `active' directory is made inaccessible (e.g.,
7484         via chmod a-x) during a traversal.
7485         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7486         before returning.  Reproduce this failure by
7487         mkdir -p a/b; cd a; chmod a-x . b
7488         Reported by Stavros Passas.
7489
7490 2006-01-25  Jim Meyering  <jim@meyering.net>
7491
7492         * lib/fileblocks.c: Remove more useless parentheses.
7493         * lib/readutmp.h: Likewise.
7494
7495 2006-01-25  Bruno Haible  <bruno@clisp.org>
7496
7497         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
7498         warnings.
7499         Reported by Paul Eggert.
7500
7501 2006-01-25  Bruno Haible  <bruno@clisp.org>
7502
7503         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
7504         rid of a trap command. For Solaris sh.
7505         Reported by Mark D. Baushke <mdb@gnu.org>.
7506
7507 2006-01-24  Simon Josefsson  <jas@extundo.com>
7508
7509         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
7510         Bruno.
7511
7512 2006-01-24  Karl Berry  <karl@gnu.org>
7513
7514         * config/srclist.txt (argp-namefrob.h): sync lost.
7515
7516 2006-01-24  Jim Meyering  <jim@meyering.net>
7517
7518         * modules/openat (Files): Add lib/intprops.h.
7519         From Mark D. Baushke.
7520
7521 2006-01-24  Jim Meyering  <jim@meyering.net>
7522
7523         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
7524         Reported by Mark D. Baushke.
7525
7526 2006-01-24  Jim Meyering  <jim@meyering.net>
7527
7528         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
7529
7530 2006-01-24  Bruno Haible  <bruno@clisp.org>
7531
7532         * modules/strnlen (Maintainer): Change from glibc to all.
7533
7534 2006-01-24  Bruno Haible  <bruno@clisp.org>
7535
7536         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
7537         Patch by Paul Eggert.
7538
7539 2006-01-24  Bruno Haible  <bruno@clisp.org>
7540
7541         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
7542         already has it.
7543         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
7544         2005-11-26.
7545
7546         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
7547         'signed char' to avoid problems with the built-in _Bool type.
7548         Reported by Paul Eggert on 2005-11-26.
7549
7550 2006-01-24  Bruno Haible  <bruno@clisp.org>
7551
7552         * gnulib-tool (func_import): Avoid constructing complicated sed
7553         expressions inside backquote.
7554         Report and solution by Mark D. Baushke <mdb@gnu.org>.
7555
7556 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
7557
7558         These changes imported from libc.
7559         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
7560         test and two separate function calls.
7561         * lib/strndup.c (__strndup): Add libc_hidden_def.
7562
7563 2006-01-23  Simon Josefsson  <jas@extundo.com>
7564
7565         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
7566         Remove the test_*_SOURCES variable: automake infers it by default.
7567         * modules/tls-tests: Likewise.
7568
7569 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7570
7571         Work around porting bugs reported by Dieter in
7572         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
7573         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
7574         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
7575         Include "getopt.h" first, to check interface.
7576         (getenv): Declare only if defined HAVE_DECL_GETENV &&
7577         !HAVE_DECL_GETENV.
7578         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
7579         (__strndup): Revert to K&R-style function dfns, the glibc style.
7580         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
7581         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
7582         Include strnlen.h first, to get prototype properly.
7583         (strnlen): Renamed from __strnlen.
7584         Remove weak alias.
7585
7586 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7587
7588         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
7589
7590 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
7591
7592         * config/srclist.txt: Adjust to reflect glibc reorganization.
7593         This affects only comments.
7594
7595 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7596
7597          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
7598          Reported by Bruce Korb <bkorb@gnu.org>.
7599
7600 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
7601
7602         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
7603         to pacify gcc -Wswitch-default.
7604
7605 2006-01-22  Bruno Haible  <bruno@clisp.org>
7606
7607         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
7608         temporary buffer for sprintf, take into account the precision also
7609         for 'd', 'i', 'u', 'o', 'x', 'X'.
7610
7611 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7612
7613         * modules/argp-tests: New module
7614         * tests/test-argp.c: New file
7615         * tests/test-argp-2.sh: New file
7616
7617 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
7618
7619         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
7620         (__argp_base_name): Removed
7621         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
7622         typo.
7623         (__argp_base_name): Provide macro definition or extern declaration
7624         depending on the configuration
7625
7626 2006-01-20  Simon Josefsson  <jas@extundo.com>
7627
7628         * modules/inet_ntop (Depends-on): Depend on sys_socket.
7629
7630 2006-01-20  Simon Josefsson  <jas@extundo.com>
7631
7632         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
7633
7634 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
7635
7636         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
7637         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
7638         Suggested by Bruno Haible.
7639
7640 2006-01-20  Karl Berry  <karl@gnu.org>
7641
7642         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
7643         until changes propagate, I guess.
7644
7645 2006-01-19  Simon Josefsson  <jas@extundo.com>
7646
7647         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
7648
7649 2006-01-19  Simon Josefsson  <jas@extundo.com>
7650
7651         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
7652
7653 2006-01-19  Simon Josefsson  <jas@extundo.com>
7654
7655         * gnulib-tool: Set check_PROGRAMS.
7656
7657         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7658         modules/des-tests, modules/gc-arcfour-tests,
7659         modules/gc-arctwo-tests, modules/gc-des-tests,
7660         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7661         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7662         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7663         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7664         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7665         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
7666         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
7667         test_*_SOURCES.
7668
7669 2006-01-18  Simon Josefsson  <jas@extundo.com>
7670
7671         * modules/socklen (Depends-on): Depend on sys_socket.
7672
7673 2006-01-18  Simon Josefsson  <jas@extundo.com>
7674
7675         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
7676         modules/des-tests, modules/gc-arcfour-tests,
7677         modules/gc-arctwo-tests, modules/gc-des-tests,
7678         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
7679         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
7680         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
7681         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
7682         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
7683         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
7684         $(EXEEXT) to automake TESTS variable, for mingw32.
7685
7686 2006-01-17  Simon Josefsson  <jas@extundo.com>
7687
7688         * modules/socklen (Include): Need sys/socket.h.
7689
7690 2006-01-17  Bruno Haible  <bruno@clisp.org>
7691
7692         * modules/ssize_t (Include): Add <sys/types.h>.
7693
7694 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
7695
7696         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
7697         it's not portable and it doesn't work with cross-compiles.
7698         Problem reported by Bruno Haible.  Fix missing-$ typo in
7699         'test "gl_cv_ignore_unused_libraries" ...' that prevented
7700         -zignore from being used with Sun's C compiler.
7701
7702 2006-01-12  Simon Josefsson  <jas@extundo.com>
7703
7704         * lib/base64.c: Fix warning, reported by Bruno Haible
7705         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
7706
7707 2006-01-12  Bruno Haible  <bruno@clisp.org>
7708
7709         * modules/ldd: New file.
7710         * build-aux/ldd.sh.in: New file.
7711         * MODULES.html.sh (Support for building libraries and executables): Add
7712         ldd.
7713
7714 2006-01-12  Bruno Haible  <bruno@clisp.org>
7715
7716         * m4/ldd.m4: New file.
7717
7718 2006-01-12  Bruno Haible  <bruno@clisp.org>
7719
7720         * gnulib-tool (func_import, func_create_testdir): Don't go into an
7721         endless loop while replacing $auxdir with build-aux.
7722
7723 2006-01-11  Simon Josefsson  <jas@extundo.com>
7724
7725         * lib/stdint_.h (SIZE_MAX): Add missing (.
7726
7727 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
7728
7729         Sync from coreutils.
7730         * lib/md5.c: Fix commentary typos.
7731         (alignof, UNALIGNED_P): No need for a GCC-specific version.
7732         * lib/md5.h (__attribute__): Remove; unused.
7733         * lib/sha1.c: Fix commentary to match md5 better.
7734         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
7735         so that we don't need to worry about alignment.  All uses changed.
7736         This merges the 2005-10-28 md5 change into sha1.
7737
7738 2006-01-11  Jim Meyering  <jim@meyering.net>
7739
7740         Sync from coreutils.
7741         * lib/md5.c (OP): Fix spacing.
7742
7743 2006-01-11  Bruno Haible  <bruno@clisp.org>
7744
7745         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7746         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
7747         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
7748
7749 2006-01-11  Bruno Haible  <bruno@clisp.org>
7750
7751         Ensure automatic ordering between gl_LOCK and gl_ARGP.
7752         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
7753         the "early" section as well.
7754
7755 2006-01-11  Bruno Haible  <bruno@clisp.org>
7756
7757         Avoid "ar: no archive members specified" error on MacOS X.
7758         * gnulib-tool (func_modules_add_dummy): New function.
7759         (func_import, func_create_testdir): Invoke it.
7760
7761 2006-01-11  Bruno Haible  <bruno@clisp.org>
7762
7763         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
7764         with $auxdir in AC_CONFIG_FILES statements.
7765
7766 2006-01-11  Bruno Haible  <bruno@clisp.org>
7767
7768         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
7769         Initialize also noinst_HEADERS to empty.
7770
7771 2006-01-11  Bruno Haible  <bruno@clisp.org>
7772
7773         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
7774         variables.
7775         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
7776         autoreconf.
7777
7778 2006-01-11  Bruno Haible  <bruno@clisp.org>
7779
7780         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
7781         overridable by the user.
7782         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7783
7784 2006-01-10  Simon Josefsson  <jas@extundo.com>
7785
7786         * modules/sys_socket: New file.
7787
7788 2006-01-10  Simon Josefsson  <jas@extundo.com>
7789
7790         * m4/sys_socket_h.m4: New file.
7791
7792 2006-01-10  Simon Josefsson  <jas@extundo.com>
7793
7794         * lib/socket_.h: New file.
7795
7796 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7797
7798         * modules/readutmp (Maintainer): Add myself.
7799
7800 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7801
7802         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
7803         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
7804         People who are still concerned with buggy memcmp implementations
7805         can invoke gl_FUNC_MEMCMP themselves.
7806
7807 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
7808
7809         * lib/regex_internal.h (BITSET_WORD_BITS):
7810         Work around a bug in 64-bit PGC (before version 6.1-2), where the
7811         preprocessor mishandles large unsigned values as if they were signed.
7812         Problem reported by Claudio Fontana in
7813         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
7814
7815 2006-01-10  Jim Meyering  <jim@meyering.net>
7816
7817         Avoid the double-free (first in fts_read, second in fts_close) that
7818         would occur when an `active' directory is made inaccessible (e.g.,
7819         via chmod a-x) during a traversal.
7820         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
7821         before returning.  Reproduce this failure by
7822         mkdir -p a/b; cd a; chmod a-x . b
7823         Reported by Stavros Passas.
7824
7825         Sync from coreutils.
7826         * lib/sha1.c: Tweak grammar in a comment.
7827
7828 2006-01-10  Jim Meyering  <jim@meyering.net>
7829
7830         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
7831         Patch by Joerg Sonnenberger.
7832
7833 2006-01-10  Bruno Haible  <bruno@clisp.org>
7834
7835         * modules/readutmp: Depend on module free.
7836         * modules/strtok_r: Depend on module restrict.
7837
7838 2006-01-10  Bruno Haible  <bruno@clisp.org>
7839
7840         * modules/gettext (configure.ac): Add an invocation of
7841         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
7842
7843 2006-01-10  Bruno Haible  <bruno@clisp.org>
7844
7845         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
7846         Reported by Werner Lemberg <wl@gnu.org>.
7847
7848 2006-01-10  Bruno Haible  <bruno@clisp.org>
7849
7850         * lib/localcharset.c: Update from GNU gettext.
7851
7852 2006-01-10  Bruno Haible  <bruno@clisp.org>
7853
7854         * lib/argp.h (__const): Remove macro. Use const instead.
7855         * lib/argp-fmtstream.h (__const): Likewise.
7856         * lib/glob_.h (__const): Remove macro.
7857         * lib/glob-libc.h: Use const instead of __const.
7858
7859 2006-01-10  Bruno Haible  <bruno@clisp.org>
7860
7861         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
7862         variable.
7863         Needed to avoid an automake error regarding the 'gettext' module.
7864
7865 2006-01-09  Simon Josefsson  <jas@extundo.com>
7866
7867         * modules/inet_ntop (Depends-on): Add restrict.
7868
7869 2006-01-09  Simon Josefsson  <jas@extundo.com>
7870
7871         * modules/gc-rijndael-tests (License): Put under LGPL.
7872
7873         * modules/gc-des-tests (License): Likewise.
7874
7875         * modules/gc-arcfour-tests (License): Likewise.
7876
7877         * modules/gc-arctwo-tests (License): Likewise.
7878
7879         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
7880
7881         * modules/gc-hmac-sha1-tests (Files): Likewise.
7882
7883         * modules/gc-hmac-md5-tests (License): Likewise.
7884
7885         * modules/gc-sha1-tests (License): Likewise.
7886
7887         * modules/gc-md5-tests (License): Likewise.
7888
7889         * modules/gc-md4-tests (License): Likewise.
7890
7891         * modules/gc-md2-tests (License): Likewise.
7892
7893         * modules/gc-tests (License): Likewise.
7894
7895         * modules/des-tests (License): Likewise.
7896
7897         * modules/md4-tests (License): Likewise.
7898
7899         * modules/md2-tests (License): Likewise.
7900
7901 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7902
7903         Sync from coreutils:
7904
7905         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
7906         * modules/lib-ignore: New file.
7907         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
7908         chdir-safer.m4, lchmod.m4.
7909         * modules/openat: Add mkdirat.c, openat-priv.h.
7910
7911 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7912
7913         Sync from coreutils.
7914         * m4/lib-ignore.m4: New file.
7915         * m4/lchmod.m4: New file.
7916
7917 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7918
7919         Sync from coreutils.
7920         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
7921         for write access: POSIX says that must fail.
7922         * lib/fts.c (diropen): Likewise.
7923         * lib/save-cwd.c (save_cwd): Likewise.
7924         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
7925         well, for minor improvements on hosts that lack O_DIRECTORY.
7926         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
7927         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
7928         Fall back on chown if open failed with EACCES.
7929
7930         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
7931         Report an error at compile-time if only a 1-second nominal clock
7932         resolution is found.
7933
7934         * lib/lchmod.h: New file.
7935         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
7936         (make_dir_parents): Use lchown rather than chown, and
7937         lchmod rather than chmod.
7938
7939         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
7940         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
7941         "proc" reported by n0dalus.
7942
7943         * lib/mountlist.c: Include <limits.h>.
7944         (dev_from_mount_options)
7945         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
7946         New function.  It no longer assumes "dev=" has the System V meaning
7947         on Linux (since it doesn't).  It also parses "dev=" more carefully.
7948         (read_file_system_list)
7949         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
7950         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
7951         dev= in that case.
7952
7953         * lib/posixtm.h (PDS_PRE_2000): New macro.
7954         * lib/posixtm.c (year): Arg is now syntax_bits rather than
7955         allow_century.  All usages changed.  Reject dates outside the range
7956         1969-1999 if PDS_PRE_2000 is used.
7957
7958 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
7959
7960         Sync from coreutils.
7961         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
7962         (Time of day items): Mention the possibility of leap seconds.
7963         Problem reported by Dr. David Alan Gilbert.
7964
7965 2006-01-09  Jim Meyering  <jim@meyering.net>
7966
7967         Sync from coreutils.
7968
7969         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
7970
7971         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
7972
7973         * lib/modechange.c (mode_compile): Reject an invalid mode string
7974         that starts with an octal digit.  From Andreas Gruenbacher.
7975
7976         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
7977         and dup to open_safer and dup_safer, respectively.
7978         (openat_permissive): Fix typo in comment.
7979
7980         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
7981         "gettext.h"; either no longer needed or are guaranteed by openat.h.
7982         (_): Remove; no longer needed.
7983         (openat): Renamed from rpl_openat; no need for rpl_openat
7984         since openat.h renames openat for us.
7985         Replace most of the body with a call to openat_permissive,
7986         to avoid duplicate code.
7987         Port to (probably hypothetical) environments were mode_t is
7988         wider than int.
7989         (openat_permissive): Require mode arg, so that we can check
7990         types better.  Put it just after flags.  Change cwd failure
7991         indicator from pointer-to-bool to pointer-to-errno-value.
7992         All callers changed.
7993         Invoke openat_save_fail and/or openat_restore_fail if
7994         cwd_errno is null, so that openat can call us.
7995         (openat_permissive, fdopendir, fstatat, unlinkat):
7996         Simplify errno handling to avoid some duplicate code,
7997         as it's OK to set errno on success.
7998         * lib/openat.h: Revamp code so that function macros depend on
7999         __OPENAT_PREFIX only, not also on AT_FDCWD.
8000         (openat_ro): Remove.  Caller changed to use openat_permissive.
8001         (openat_permissive): Now a macro, if not a function.
8002         (openat_restore_fail, openat_save_fail): Now always functions,
8003         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8004
8005         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8006         and openat.c.
8007         * lib/mkdirat.c: Include openat-priv.h.
8008         Remove definitions of macros defined therein.
8009         * lib/openat.c: Likewise.
8010
8011         * lib/mkdirat.c (mkdirat): New file and function.
8012         * lib/openat.h (mkdirat): Declare.
8013
8014         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8015
8016         * lib/openat.h (openat_permissive): Declare.
8017         (openat_ro): Define.
8018
8019         * lib/openat.c (EXPECTED_ERRNO): New macro.
8020         (openat_permissive): New function -- used in remove.c rewrite.
8021         (all functions): Set errno just before returning, only if there
8022         was an actual failure.
8023         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8024
8025         Emulate openat-family functions using Linux's procfs, if possible.
8026         Idea and some code based on Ulrich Drepper's glibc changes.
8027
8028         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8029         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8030         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8031         before falling back on save_cwd and restore_cwd.
8032         (fdopendir, fstatat, unlinkat): Likewise.
8033
8034         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8035         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8036
8037         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8038         as second argument to va_arg.  Otherwise, some versions of gcc
8039         warn that `if this code is reached, the program will abort'.
8040
8041 2006-01-09  Jim Meyering  <jim@meyering.net>
8042
8043         Sync from coreutils.
8044         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8045         Require openat-priv.h.
8046
8047 2006-01-09  Bruno Haible  <bruno@clisp.org>
8048
8049         * modules/strnlen (Include): Use strnlen.h.
8050
8051 2006-01-09  Bruno Haible  <bruno@clisp.org>
8052
8053         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8054
8055 2006-01-09  Bruno Haible  <bruno@clisp.org>
8056
8057         * lib/sysexit_.h (EX_OK): New macro.
8058         Suggested by Martin Lambers <marlam@marlam.de>.
8059
8060 2006-01-09  Bruno Haible  <bruno@clisp.org>
8061
8062         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8063         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8064
8065 2006-01-09  Bruno Haible  <bruno@clisp.org>
8066
8067         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8068         numbers.
8069
8070 2006-01-09  Bruno Haible  <bruno@clisp.org>
8071
8072         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8073         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8074         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8075         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8076
8077 2006-01-09  Bruno Haible  <bruno@clisp.org>
8078
8079         * build-aux/javacomp.sh.in: New file, moved from lib/.
8080         * modules/javacomp-script (Files): Update.
8081         (configure.ac): Add AC_CONFIG_FILES invocation.
8082         (EXTRA_DIST): Remove variable.
8083
8084         * build-aux/javaexec.sh.in: New file, moved from lib/.
8085         * modules/javaexec (Files): Update.
8086         (configure.ac): Add AC_CONFIG_FILES invocation.
8087         (EXTRA_DIST): Remove javaexec.sh.in.
8088
8089         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
8090         * modules/csharpcomp-script (Files): Update.
8091         (configure.ac): Add AC_CONFIG_FILES invocation.
8092         (EXTRA_DIST): Remove variable.
8093
8094         * build-aux/csharpexec.sh.in: New file, moved from lib/.
8095         * modules/csharpexec (Files): Update.
8096         (configure.ac): Add AC_CONFIG_FILES invocation.
8097         (EXTRA_DIST): Remove csharpexec.sh.in.
8098
8099 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8100
8101         Sync from coreutils.
8102
8103         Add POSIX ACL support
8104         * lib/acl.h (copy_acl, set_acl): Add declarations.
8105         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
8106         systems other than Linux.
8107         (chmod_or_fchmod): New function: use fchmod when possible,
8108         and chmod otherwise.
8109         (file_has_acl): Add a POSIX ACL implementation, with a
8110         Linux-specific subcase.
8111         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
8112         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
8113         acls are unsupported.
8114         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
8115         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
8116         are unsupported.
8117
8118 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
8119
8120         Sync from coreutils.
8121         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
8122
8123 2006-01-07  Bruno Haible  <bruno@clisp.org>
8124
8125         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
8126         gl_EARLY.
8127
8128 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8129
8130         * lib/strftime.c (tzname): Don't declare if it is already #defined.
8131         Problem reported for Mingw by Mark Junker.
8132
8133 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
8134
8135         * README: Gnulib normally doesn't generate a tarball.
8136
8137 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
8138
8139         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
8140         long int, not int, for nanosecond counts, so that people who are
8141         used to POSIX struct timespec won't be surprised.  Reported by Jim
8142         Meyering.
8143
8144 2005-12-28  Bruno Haible  <bruno@clisp.org>
8145
8146         * build-aux/config.rpath: Update from GNU gettext.
8147
8148 2005-12-16  Jim Meyering  <jim@meyering.net>
8149
8150         * modules/fprintftime: New module.
8151         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
8152
8153 2005-12-16  Jim Meyering  <jim@meyering.net>
8154
8155         * m4/fprintftime.m4: New file.
8156
8157 2005-12-16  Jim Meyering  <jim@meyering.net>
8158
8159         * lib/fprintftime.c, lib/fprintftime.h: New files.
8160
8161 2005-12-15  Simon Josefsson  <jas@extundo.com>
8162
8163         * modules/socklen (configure.ac): Fix M4 macro name, to align with
8164         new m4/socklen.m4.
8165
8166 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8167
8168         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
8169         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
8170
8171 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
8172
8173         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
8174         * lib/argp-help.c (fill_in_uparams): Check if the constructed
8175         struct uparams is valid. Fall back to the default values if it is
8176         not.
8177
8178 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8179
8180         * modules/argp (Files): Add argp-pin.c
8181         (Depends-on): dirname
8182         (lib_SOURCES): Add argp-pin.c
8183
8184 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8185
8186         * m4/argp.m4:  Check if program_invocation_name and
8187         program_invocation_short_name are declared and define appropriate
8188         macros if they are not.
8189
8190 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
8191
8192         * lib/argp-help.c (__argp_base_name): New function
8193         (__argp_short_program_name): Rewrite using __argp_base_name
8194         * lib/argp-namefrob.h: Define program_invocation_name and
8195         program_invocation_short_name if requested
8196         (__argp_base_name): Add prototype
8197         * lib/argp-parse.c (argp_def): Use gettext wrappers
8198         (argp_default_parser): Use __argp_base_name
8199         * lib/argp-pin.c: New file. Defines program_invocation_name and
8200         program_invocation_short_name on systems that lack them.
8201
8202 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8203
8204         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
8205         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8206         porting problem reported by Georg Schwarz in
8207         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8208
8209 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
8210
8211         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
8212         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
8213         porting problem reported by Georg Schwarz in
8214         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
8215
8216 2005-12-05  Bruno Haible  <bruno@clisp.org>
8217
8218         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
8219         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
8220         Reported by Mark Junker <mjscod@gmx.de>.
8221
8222 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
8223
8224         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
8225         Use implementation from Albert Chin, with some
8226         comments/corrections by Stepan Kasal and myself.
8227
8228 2005-12-02  Bruno Haible  <bruno@clisp.org>
8229
8230         * gnulib-tool (func_import): Accept GPLed build tool modules when
8231         --lgpl is given.
8232         * modules/csharpcomp-script: New file.
8233         * modules/csharpcomp: Depend on it.
8234         * modules/javacomp-script: New file.
8235         * modules/javacomp: Depend on it.
8236         Suggested by Simon Josefsson.
8237
8238 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
8239
8240         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
8241         statement, to work around an HP-UX 10.20 compiler bug reported by
8242         Peter O'Gorman.
8243
8244 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8245
8246         * modules/savedir (Depends-on): Add openat.
8247
8248 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
8249
8250         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
8251         (uintmax_t) [defined uintmax_t]: Do not declare.
8252         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
8253         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
8254         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
8255         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
8256         sake of portability to weird hosts that C allows (though we don't
8257         know of any practical examples).
8258
8259         * lib/savedir.h (fdsavedir): New decl.
8260         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
8261         contains most of the former guts of savedir.
8262         (savedir): Use savedirstream.
8263         Include "openat.h".
8264
8265 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
8266
8267         * modules/obstack (Files): Add m4/ulonglong.m4.
8268         Problem reported by Davide Angelocola.
8269
8270 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
8271
8272         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
8273         coreutils no longer futzes with rounding modes.
8274
8275 2005-11-14  Jim Meyering  <jim@meyering.net>
8276
8277         * lib/mkstemp-safer.c: Include <config.h>, required for possible
8278         replacement of mkstemp.
8279
8280 2005-11-10  Simon Josefsson  <jas@extundo.com>
8281
8282         * lib/readline.c: Remove EOL.
8283
8284 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8285
8286         * modules/gethrxtime (Depends-on): Add gettime.
8287
8288 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8289
8290         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
8291         or gettimeofday; no longer needed.
8292
8293 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
8294
8295         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
8296         time business.
8297         (gethrxtime) [! (HAVE_NANOUPTIME
8298         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
8299         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
8300         our own approximation.
8301
8302 2005-11-08  Eric Blake  <ebb9@byu.net>
8303
8304         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8305
8306 2005-11-08  Eric Blake  <ebb9@byu.net>
8307
8308         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
8309
8310 2005-11-04  Bruno Haible  <bruno@clisp.org>
8311
8312         * gnulib-tool: Implement --update mode.
8313
8314 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8315
8316         Fix porting problem reported by Theodoros V. Kalamatianos.
8317         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
8318         Don't assume that futimes failing means we must fail.
8319
8320 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
8321
8322         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
8323         variables to suggest the intended function of the PATH_MAX check.
8324
8325 2005-10-30  Kean Johnston  <jkj@sco.com>
8326
8327         Trivial changes to support SCO systems.
8328         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
8329         as PATH_MAX.
8330         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
8331         where __ptr is null when no I/O is pending.
8332
8333 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
8334
8335         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
8336         leave errno alone.  Problem reported by Dmitry V. Levin.
8337
8338 2005-10-28  Simon Josefsson  <jas@extundo.com>
8339
8340         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
8341         Test more.
8342
8343         * tests/test-gc-md2.c, tests/test-md2.c: New files.
8344
8345         * modules/md2, modules/md2-tests: New files.
8346
8347 2005-10-28  Simon Josefsson  <jas@extundo.com>
8348
8349         * m4/inet_ntop.m4: More tests.
8350
8351         * m4/gc-md2.m4, md2.m4: New file.
8352
8353 2005-10-28  Simon Josefsson  <jas@extundo.com>
8354
8355         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
8356         "restrict" keywords, as per POSIX.  Protect the function
8357         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
8358         Don't use K&R prototypes.  Check the sprintf return values.
8359         Re-define EAFNOSUPPORT if not present.  Indent.
8360
8361         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
8362         suggested by Bruno Haible <bruno@clisp.org>.
8363
8364         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
8365
8366         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
8367
8368         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
8369         libgcrypt).
8370
8371         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
8372
8373         * lib/md2.h, lib/md2.c: New files.
8374
8375 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
8376
8377         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
8378         errno alone.  Problem reported by Frederic Jolliton.
8379
8380 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
8381
8382         * modules/verify (License): Change from GPL to LGPL.  This is a
8383         tiny module and there are apparently near-equivalents that are
8384         under the BSD license.
8385
8386 2005-10-24  Simon Josefsson  <jas@extundo.com>
8387
8388         * modules/sha1: Relicense to LGPL.
8389
8390 2005-10-24  Simon Josefsson  <jas@extundo.com>
8391
8392         * lib/md4.h: Shrink buffer size, now that we changed the type.
8393
8394 2005-10-23  Simon Josefsson  <jas@extundo.com>
8395
8396         * gnulib-tool (func_import): Fix --tests-base.
8397
8398 2005-10-22  Simon Josefsson  <jas@extundo.com>
8399
8400         * modules/arcfour (Depends-on): Need stdint.
8401
8402 2005-10-22  Simon Josefsson  <jas@extundo.com>
8403
8404         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
8405         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
8406
8407 2005-10-22  Simon Josefsson  <jas@extundo.com>
8408
8409         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
8410         suggested by Bruno Haible <bruno@clisp.org>.
8411
8412 2005-10-22  Simon Josefsson  <jas@extundo.com>
8413
8414         * lib/crc.h: Include stddef.h, for size_t.
8415
8416 2005-10-22  Simon Josefsson  <jas@extundo.com>
8417
8418         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
8419         arcfour_context struct (simplify test vector testing in GNU
8420         Shishi).
8421
8422 2005-10-21  Simon Josefsson  <jas@extundo.com>
8423
8424         * modules/des, modules/des-tests: New files.
8425
8426         * modules/gc-des, modules/gc-des-tests: New files.
8427
8428         * tests/test-des.c, tests/test-gc-des.c: New file.
8429
8430 2005-10-21  Simon Josefsson  <jas@extundo.com>
8431
8432         * modules/arctwo, modules/arctwo-tests: New files.
8433
8434         * tests/test-arctwo.c: New file.
8435
8436         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
8437
8438         * tests/test-gc-arctwo.c: New file.
8439
8440 2005-10-21  Simon Josefsson  <jas@extundo.com>
8441
8442         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
8443         Bruno Haible <bruno@clisp.org>.
8444
8445         * m4/gc-des.m4: New file.
8446
8447 2005-10-21  Simon Josefsson  <jas@extundo.com>
8448
8449         * m4/arctwo.m4: New file.
8450
8451         * m4/gc-arctwo.m4: New file.
8452
8453 2005-10-21  Simon Josefsson  <jas@extundo.com>
8454
8455         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
8456         block.
8457
8458 2005-10-21  Simon Josefsson  <jas@extundo.com>
8459
8460         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
8461         <bruno@clisp.org>.
8462
8463         * lib/hmac-sha1.c (hmac_sha1): Likewise.
8464
8465         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
8466         Bruno Haible <bruno@clisp.org>.
8467
8468         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
8469         <bruno@clisp.org>.
8470
8471 2005-10-21  Simon Josefsson  <jas@extundo.com>
8472
8473         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
8474
8475 2005-10-21  Simon Josefsson  <jas@extundo.com>
8476
8477         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
8478
8479 2005-10-21  Simon Josefsson  <jas@extundo.com>
8480
8481         * lib/des.h, lib/des.c: New files.
8482
8483         * lib/gc-gnulib.c: Support DES.c
8484
8485 2005-10-21  Simon Josefsson  <jas@extundo.com>
8486
8487         * lib/arctwo.h, lib/arctwo.c: New files.
8488
8489         * lib/gc-gnulib.c: Support ARCTWO.
8490
8491 2005-10-21  Simon Josefsson  <jas@extundo.com>
8492
8493         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
8494         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8495
8496 2005-10-21  Simon Josefsson  <jas@extundo.com>
8497
8498         * gnulib-tool (func_import, func_create_testdir): Define automake
8499         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
8500         Makefile.am snippet),
8501         suggested by Bruno Haible <bruno@clisp.org>.
8502
8503         * modules/gc (Makefile.am): Use it.
8504
8505 2005-10-21  Bruno Haible  <bruno@clisp.org>
8506
8507         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
8508         patch.
8509
8510 2005-10-19  Simon Josefsson  <jas@extundo.com>
8511
8512         * tests/test-gc-rijndael.c: New file.
8513
8514         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
8515
8516 2005-10-19  Simon Josefsson  <jas@extundo.com>
8517
8518         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
8519         interface too.
8520
8521 2005-10-19  Simon Josefsson  <jas@extundo.com>
8522
8523         * tests/test-gc-arcfour.c: New file.
8524
8525         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
8526
8527 2005-10-19  Simon Josefsson  <jas@extundo.com>
8528
8529         * modules/gc-md4, modules/gc-md4-tests: New file.
8530
8531         * tests/test-gc-md4.c: New file.
8532
8533 2005-10-19  Simon Josefsson  <jas@extundo.com>
8534
8535         * m4/gc-md4.m4: New file.
8536
8537 2005-10-19  Simon Josefsson  <jas@extundo.com>
8538
8539         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
8540         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
8541         <kasal@ucw.cz>.
8542
8543 2005-10-19  Simon Josefsson  <jas@extundo.com>
8544
8545         * m4/gc-arcfour.m4: New file.
8546
8547         * m4/gc-rijndael.m4: New file.
8548
8549 2005-10-19  Simon Josefsson  <jas@extundo.com>
8550
8551         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
8552
8553 2005-10-19  Simon Josefsson  <jas@extundo.com>
8554
8555         * lib/gc-gnulib.c: Support ARCFOUR.
8556
8557 2005-10-19  Simon Josefsson  <jas@extundo.com>
8558
8559         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
8560         support.
8561
8562         * lib/gc.h: Add ECB enum type.
8563
8564         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
8565
8566 2005-10-18  Simon Josefsson  <jas@extundo.com>
8567
8568         * tests/test-md5.c: New file.
8569
8570         * modules/md5-tests: New file.
8571
8572 2005-10-18  Simon Josefsson  <jas@extundo.com>
8573
8574         * tests/test-md4.c: New file.
8575
8576         * modules/md4, modules/md4-tests: New files.
8577
8578 2005-10-18  Simon Josefsson  <jas@extundo.com>
8579
8580         * m4/md4.m4: New file.
8581
8582 2005-10-18  Simon Josefsson  <jas@extundo.com>
8583
8584         * lib/md4.h, lib/md4.c: New files, based on md5.?.
8585
8586 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
8587
8588         * gnulib-tool (func_create_testdir): Omit the second check whether
8589         BUILT_SOURCES in nonempty.
8590
8591 2005-10-17  Simon Josefsson  <jas@extundo.com>
8592
8593         * tests/test-rijndael.c: New file.
8594
8595 2005-10-17  Simon Josefsson  <jas@extundo.com>
8596
8597         * modules/sha1: Depend on stdint instead of md5.
8598
8599         * modules/md5: Depend on stdint, remove uint32_t.
8600
8601 2005-10-17  Simon Josefsson  <jas@extundo.com>
8602
8603         * modules/gc-sha1-tests: New file.
8604
8605         * tests/test-gc-sha1.c: New file.
8606
8607 2005-10-17  Simon Josefsson  <jas@extundo.com>
8608
8609         * m4/md5.m4: Remove call to uint32_t.m4.
8610
8611 2005-10-17  Simon Josefsson  <jas@extundo.com>
8612
8613         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
8614
8615         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
8616         md5.h.
8617
8618         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
8619
8620         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
8621
8622 2005-10-17  Simon Josefsson  <jas@extundo.com>
8623
8624         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
8625
8626 2005-10-17  Simon Josefsson  <jas@extundo.com>
8627
8628         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
8629
8630 2005-10-17  Simon Josefsson  <jas@extundo.com>
8631
8632         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
8633
8634         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
8635
8636 2005-10-17  Bruno Haible  <bruno@clisp.org>
8637
8638         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
8639         that it can also be used in a test.
8640
8641 2005-10-16  Bruno Haible  <bruno@clisp.org>
8642
8643         * gnulib-tool (func_emit_tests_Makefile_am): Also define
8644         TESTS_ENVIRONMENT, so that individual tests can augment it.
8645
8646         * gnulib-tool (func_create_testdir): Use an intermediate target for
8647         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
8648         macros, like $(ALLOCA_H), which cannot be passed through the command
8649         line.
8650
8651 2005-10-15  Simon Josefsson  <jas@extundo.com>
8652
8653         * modules/rijndael-tests: New file.
8654
8655         * modules/rijndael: New file.
8656
8657 2005-10-15  Simon Josefsson  <jas@extundo.com>
8658
8659         * m4/rijndael.m4: New file.
8660
8661 2005-10-15  Simon Josefsson  <jas@extundo.com>
8662
8663         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
8664
8665         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
8666
8667 2005-10-14  Simon Josefsson  <jas@extundo.com>
8668
8669         * tests/test-arcfour.c: New file.
8670
8671         * modules/arcfour, modules/arcfour-tests: New files.
8672
8673 2005-10-14  Simon Josefsson  <jas@extundo.com>
8674
8675         * m4/arcfour.m4: New file.
8676
8677 2005-10-14  Simon Josefsson  <jas@extundo.com>
8678
8679         * lib/arcfour.h, lib/arcfour.c: New files.
8680
8681 2005-10-14  Roland McGrath  <roland@redhat.com>
8682
8683         Import from libc.  [BZ #1331]
8684         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
8685         macro argument.
8686         Reported by Matej Vela <vela@debian.org>.
8687
8688 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8689
8690         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
8691         include <wchar.h>; no longer needed.
8692
8693 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
8694
8695         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
8696
8697 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
8698         and  Ulrich Drepper  <drepper@redhat.com>
8699
8700         Import from libc.
8701         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
8702         instead of inline stream orientation test and two separate
8703         function calls.  Pay no attention to USE_IN_LIBIO.
8704
8705 2005-10-13  Simon Josefsson  <jas@extundo.com>
8706
8707         * modules/gc-hmac-md5-tests: New file.
8708
8709         * tests/test-gc-hmac-sha1.c: New file.
8710
8711         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
8712
8713         * modules/gc-hmac-md5-tests: New file.
8714
8715         * tests/test-gc-md5.c: New file.
8716
8717         * modules/gc-md5-tests: New file.
8718
8719 2005-10-13  Simon Josefsson  <jas@extundo.com>
8720
8721         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
8722         Move memory allocation outside of loop.
8723
8724 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
8725
8726         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
8727         intermediate directory is in a read-only file system.  Problem
8728         reported by Eric Blake.
8729
8730 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
8731
8732         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
8733
8734 2005-10-12  Simon Josefsson  <jas@extundo.com>
8735
8736         * tests/test-hmac-sha1.c: New file.
8737
8738         * modules/hmac-sha1-tests: New file.
8739
8740         * modules/hmac-sha1: New file.
8741
8742 2005-10-12  Simon Josefsson  <jas@extundo.com>
8743
8744         * modules/gc-sha1: New file.
8745
8746 2005-10-12  Simon Josefsson  <jas@extundo.com>
8747
8748         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
8749
8750         * tests/test-gc-pbkdf2-sha1.c: New file.
8751
8752 2005-10-12  Simon Josefsson  <jas@extundo.com>
8753
8754         * modules/gc-md5, modules/gc-hmac-md5: New files.
8755
8756         * modules/gc (Files): Remove md5, memxor and hmac files.
8757
8758 2005-10-12  Simon Josefsson  <jas@extundo.com>
8759
8760         * m4/gc-pbkdf2-sha1.m4: New file.
8761
8762         * m4/gc-hmac-sha1.m4: New file.
8763
8764         * m4/gc-sha1: New file.
8765
8766         * m4/hmac-sha1.m4: New file.
8767
8768 2005-10-12  Simon Josefsson  <jas@extundo.com>
8769
8770         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
8771
8772         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
8773
8774 2005-10-12  Simon Josefsson  <jas@extundo.com>
8775
8776         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
8777         suggested by Bruno Haible <bruno@clisp.org>.
8778
8779 2005-10-12  Simon Josefsson  <jas@extundo.com>
8780
8781         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
8782
8783 2005-10-12  Simon Josefsson  <jas@extundo.com>
8784
8785         * lib/gc-pbkdf2-sha1.c: New file.
8786
8787         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
8788
8789 2005-10-12  Simon Josefsson  <jas@extundo.com>
8790
8791         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
8792
8793         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
8794
8795 2005-10-12  Simon Josefsson  <jas@extundo.com>
8796
8797         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
8798         GC_USE_HMAC_MD5, respectively.
8799
8800         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
8801         (gc_md5): Fix typo.
8802
8803         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
8804
8805         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
8806
8807         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
8808
8809 2005-10-12  Bruno Haible  <bruno@clisp.org>
8810
8811         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
8812         Reported by Stepan Kasal <kasal@ucw.cz>.
8813
8814 2005-10-11  Simon Josefsson  <jas@extundo.com>
8815
8816         * tests/test-crc.c: New file.
8817
8818         * modules/crc, modules/crc-tests: New files.
8819
8820 2005-10-11  Simon Josefsson  <jas@extundo.com>
8821
8822         * m4/crc.m4: New file.
8823
8824 2005-10-11  Simon Josefsson  <jas@extundo.com>
8825
8826         * lib/gc.h: Add gc_hash and gc_hash_buffer.
8827
8828         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
8829
8830         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
8831
8832 2005-10-11  Simon Josefsson  <jas@extundo.com>
8833
8834         * lib/crc.h, lib/crc.c: New files.
8835
8836         * lib/gc.h (gc_hash_buffer): Add doc.
8837
8838 2005-10-11  Bruno Haible  <bruno@clisp.org>
8839
8840         * modules/c-strcasestr: New file.
8841         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
8842
8843 2005-10-11  Bruno Haible  <bruno@clisp.org>
8844
8845         * modules/c-strcase: New file.
8846         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
8847
8848 2005-10-11  Bruno Haible  <bruno@clisp.org>
8849
8850         * lib/strcasecmp.c: Include limits.h.
8851         (strcasecmp): Avoid integer overflow on exotic platforms.
8852         * lib/strncasecmp.c: Include limits.h.
8853         (strncasecmp): Avoid integer overflow on exotic platforms.
8854         Reported by Paul Eggert.
8855
8856 2005-10-11  Bruno Haible  <bruno@clisp.org>
8857
8858         * lib/c-strcasestr.h: New file, from GNU gettext.
8859         * lib/c-strcasestr.c: New file, from GNU gettext.
8860
8861 2005-10-11  Bruno Haible  <bruno@clisp.org>
8862
8863         * lib/c-strcase.h: New file, from GNU gettext.
8864         * lib/c-strcasecmp.c: New file, from GNU gettext.
8865         * lib/c-strncasecmp.c: New file, from GNU gettext.
8866
8867 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
8868
8869         * modules/mempcpy (License): GPL -> LGPL.
8870         * modules/strchrnul (License): Likewise.
8871         * modules/sysexits (License): Likewise.
8872
8873 2005-10-08  Simon Josefsson  <jas@extundo.com>
8874
8875         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
8876
8877 2005-10-07  Simon Josefsson  <jas@extundo.com>
8878
8879         * m4/memxor.m4: Remove gl_C_RESTRICT call.
8880
8881 2005-10-06  Simon Josefsson  <jas@extundo.com>
8882
8883         * tests/test-hmac-md5.c: New file.
8884
8885         * modules/hmac-md5-tests: New file.
8886
8887         * modules/hmac-md5: New file.
8888
8889 2005-10-06  Simon Josefsson  <jas@extundo.com>
8890
8891         * m4/hmac-md5.m4: New file.
8892
8893         * m4/memxor.m4: Require gl_C_RESTRICT.
8894
8895 2005-10-06  Simon Josefsson  <jas@extundo.com>
8896
8897         * lib/memxor.c (memxor): Avoid casts and warnings.
8898
8899 2005-10-06  Simon Josefsson  <jas@extundo.com>
8900
8901         * lib/hmac-md5.c: New file.
8902
8903         * lib/hmac.h: New file.
8904
8905 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
8906
8907         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
8908         promotes to int, not unsigned int, to catch the AIX 5.3
8909         compiler bug.
8910
8911 2005-10-05  Simon Josefsson  <jas@extundo.com>
8912
8913         * modules/memxor: New file.
8914
8915         * modules/iconv (Files): Move config.rpath to havelib, it is used
8916         there.
8917
8918         * modules/havelib (Files): Add config.rpath.
8919
8920 2005-10-05  Simon Josefsson  <jas@extundo.com>
8921
8922         * m4/memxor.m4: New file.
8923
8924 2005-10-05  Simon Josefsson  <jas@extundo.com>
8925
8926         * lib/memxor.c (memxor): Fix compiler error.
8927
8928         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
8929         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
8930
8931         * lib/memxor.h, lib/memxor.c: New files.
8932
8933         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
8934         we assume all systems have it, suggested by Jim Meyering
8935         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
8936         any systems lack sys/socket.h; mingw32 is known to lack it, but we
8937         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
8938         same reasons.
8939
8940 2005-10-05  Simon Josefsson  <jas@extundo.com>
8941
8942         * config/srclist.txt: Add glibc bug 1423 for md5.h.
8943
8944 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
8945
8946         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
8947         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
8948         needed, since the source code now assumes these .h files.
8949
8950 2005-10-05  Derek Price  <derek@ximbiot.com>
8951
8952         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
8953
8954 2005-10-05  Bruno Haible  <bruno@clisp.org>
8955
8956         * modules/stdint (License): Change to LGPL.
8957
8958 2005-10-04  Simon Josefsson  <jas@extundo.com>
8959
8960         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
8961         D. Baushke" <mdb@gnu.org>.
8962
8963 2005-10-04  Bruno Haible  <bruno@clisp.org>
8964
8965         * lib/verify.h (verify_true): Provide alternative definition for C++.
8966
8967 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
8968
8969         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
8970         (SSIZE_MAX): New macro, if not already defined.
8971         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
8972         than 2 GiB.
8973
8974 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8975
8976         Sync from coreutils.
8977         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
8978         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
8979         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
8980         ULLONG_MAX doesn't work with 2.7.2.1.
8981
8982 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8983
8984         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
8985         From Ben Pfaff.
8986
8987         * modules/exclude (Depends-on): Depend on verify.
8988         * modules/strtoimax (Depends-on): Likewise.
8989         * modules/utimecmp (Depends-on): Likewise.
8990
8991 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
8992
8993         * lib/exclude.c: Include verify.h.
8994         (verify): Remove.  All callers changed to use verify.h's version.
8995         * lib/strtoimax.c: Likewise.
8996         * lib/utimecmp.c: Likewis.e
8997
8998         Sync from coreutils.
8999         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9000         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9001         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9002         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9003         bother returning ENOSYS if settimeofday or stime fails; just let
9004         them return whatever errno they want to return.
9005         * lib/utimens.c: Include unistd.h, for dup2.
9006         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9007         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9008
9009 2005-10-02  Jim Meyering  <jim@meyering.net>
9010
9011         Sync from coreutils.
9012         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9013         from glibc-2.2.5 that fails for read-only files.
9014
9015 2005-10-02  Jim Meyering  <jim@meyering.net>
9016
9017         Sync from coreutils.
9018         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9019         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9020         `#if HAVE_CONFIG_H'.
9021         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9022         Remove AT_FDCWD test.
9023         Do not consume the fd unless successful.
9024         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9025         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9026         block, so that we don't even try to compile it if settimeofday is
9027         available.  This works around a compilation failure on OSF1 V5.1,
9028         due to stime requiring a `long int*' while tv_sec is `int'.
9029
9030 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9031
9032         Sync from coreutils.
9033         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9034         against `yes', rather than just testing for nonempty.
9035
9036 2005-10-01  Simon Josefsson  <jas@extundo.com>
9037
9038         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9039         and Darwin.
9040
9041         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9042         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9043         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9044         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9045         Check if struct addrinfo is declared.
9046
9047 2005-10-01  Simon Josefsson  <jas@extundo.com>
9048
9049         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9050         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9051         AI_* and EAI_* definitions.  Protect function declarations.
9052
9053 2005-10-01  Jim Meyering  <jim@meyering.net>
9054
9055         Sync from coreutils.
9056
9057         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9058         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9059         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9060         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9061         in the inet and nsl libraries.  Required on Solaris 5.7.
9062
9063 2005-10-01  Jim Meyering  <jim@meyering.net>
9064
9065         Sync from coreutils.
9066         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9067         in the inet and nsl libraries.  Required on Solaris 5.7.
9068
9069 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9070
9071         * lib/getdelim.c (getdelim): Remove unused variables.
9072
9073 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9074
9075         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9076         so that the code works even with ancient cpp.  Portability problem
9077         with GCC 2.7.2.1 reported by Thomas M.Ott.
9078
9079 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9080
9081         * modules/regex (Depends-on): Add strcase.
9082
9083         * modules/gethostname (Licence): Change from GPL to LGPL, since
9084         gethostname.c is a trivial implementation of a standard library
9085         function.
9086         * modules/poll (License): Change from GPL to LGPL, since it's
9087         derived from LGPL code.
9088
9089 2005-09-27  Jim Meyering  <jim@meyering.net>
9090
9091         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
9092         HAVE_CONFIG_H.
9093
9094         * lib/intprops.h (signed_type_or_expr__): Define.
9095         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
9096         for unsigned types.
9097
9098 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
9099
9100         * lib/verify.h (verify_expr): Remove, replacing with:
9101         (verify_true): New macro that returns true instead of void.
9102         (verify_type__): Remove.
9103         (verify): Use verify_true rather than verify_type__.
9104
9105 2005-09-26  Bruno Haible  <bruno@clisp.org>
9106
9107         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
9108         is necessary.
9109         (lib_SOURCES): Remove mbchar.c.
9110         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
9111         (Files): Add m4/mbrtowc.m4.
9112         * modules/mbiter: Likewise.
9113         * modules/mbuiter: Likewise.
9114
9115 2005-09-26  Bruno Haible  <bruno@clisp.org>
9116
9117         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
9118         compile mbchar.c if they are not both present.
9119         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
9120         * m4/mbiter.m4 (gl_MBITER): Likewise.
9121         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
9122         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
9123         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
9124
9125 2005-09-25  Jim Meyering  <jim@meyering.net>
9126
9127         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
9128         also uses socklen_t.
9129
9130 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
9131
9132         * lib/utimens.c (ENOSYS): Define if not already defined.
9133         (futimens): Support having a null PATH if the file descriptor
9134         is nonnegative.
9135
9136         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
9137         Remove.
9138         (__attribute): Define to empty unless GCC 3.1 or later.
9139         This works around a core dump on OpenBSD 3.4, which has GCC
9140         2.95.3, which dumps core when given __attribute__(()).  It also
9141         simplifies other tests, since we really don't want to bother with
9142         worrying about which ancient version of GCC supported what.
9143         Original problem reported by Yoann Vandoorselaere, with part of
9144         the fix suggested by Derek Price.
9145
9146 2005-09-24  Jim Meyering  <jim@meyering.net>
9147
9148         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
9149         so we can once again use a positive bitfield width of 1 -- now we
9150         don't have to explain why we were using a bitfield width of 2.
9151
9152 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9153
9154         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
9155         and similarly for the other external symbols.  Problem reported
9156         by James Gallager.
9157
9158         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
9159         bug reported by Jim Meyering.
9160
9161         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
9162         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
9163         not needed, since socklen is a prerequisite module.
9164
9165 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
9166
9167         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
9168         Problem reported by Eric Blake.
9169         (getaddrinfo): Initialize se so that it's not garbage.
9170         Redo internal storage allocation so that it doesn't make unportable
9171         assumptions about alignment.
9172         Fix a memory leak.
9173
9174         * lib/utimens.c (futimens): Use futimesat if available.
9175         Prefer it to futimes since it doesn't have the futimes bug.
9176
9177         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
9178         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
9179         Instead, declare a function that returns a pointer to an array,
9180         and use verify_type__ to declare the size of the array.
9181         Problem and germ of a solution reported by Bruno Haible.
9182         (verify_type__): Use 2, not 1, for bitfield size, to avoid
9183         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
9184
9185 2005-09-23  Jim Meyering  <jim@meyering.net>
9186
9187         Sync from coreutils.
9188         Correct build failure (socklen_t not defined) on at least
9189         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
9190         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
9191
9192 2005-09-23  Jim Meyering  <jim@meyering.net>
9193
9194         * modules/getaddrinfo (Depends-on): Add socklen.
9195
9196 2005-09-23  Bruno Haible  <bruno@clisp.org>
9197
9198         * tests/test-verify.c: New file.
9199
9200 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9201
9202         Sync from coreutils.
9203
9204         * modules/argmatch (Depends-on): Add verify.
9205         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
9206         unistd-safer.
9207         * modules/save-cwd (Depends-on): Likewise.
9208
9209         * modules/openat (Files): Add lib/openat-die.c.
9210         (Depends-on): Remove error, exitfail.
9211         Add dirname.
9212
9213         * modules/verify: New file.
9214         * MODULES.html.sh (Diagnostics <assert.h>): New section,
9215         with "verify" module.
9216
9217 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9218
9219         Sync from coreutils.
9220
9221         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
9222         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
9223         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
9224         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
9225         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
9226         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
9227         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
9228         Don't bother checking for string.h, stdlib.h, unistd.h.
9229         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
9230         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
9231         module's job.
9232         * m4/jm-macros.m4 (gl_MACROS): Likewise.
9233         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
9234
9235         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
9236         (gl_GETDATE): Use it.
9237
9238         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
9239
9240 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9241
9242         Sync from coreutils.
9243
9244         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
9245         stat-time.h.
9246         * lib/argmatch.h: Include verify.h
9247         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
9248         (ARGMATCH_ASSERT): Remove; unused.
9249         * lib/canonicalize.c: Assume STDC_HEADERS.
9250         * lib/exclude.c: Include "strcase.h".
9251         * lib/regex_internal.h [!defined _LIBC]: Likewise.
9252         * lib/getusershell.c: Include stdio--.h rather than stdio.h
9253         and stdio-safer.h.
9254         (getusershell): Call fopen, not fopen_safer.
9255         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
9256         Do not include unistd-safer.h.
9257         (save_cwd): Don't call fd_safer; no longer needed
9258         now that we include fcntl--.h.
9259
9260         * lib/getdate.y (relative_time): New type.
9261         (RELATIVE_TIME_0): New constant.
9262         (parser_control): Use relative_time instead of doing it ourselves.
9263         (%union): Add new relative_time rel member.
9264         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
9265         Now typeless.
9266         (relunit, relunit_snumber): Now of type rel.
9267         (zone, rel, relunit, get_date): Adjust to above changes.
9268
9269         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
9270         Do not include unistd-safer.h.
9271         (getloadavg): Don't call fd_safer; no longer needed
9272         now that we include fcntl--.h.
9273
9274         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
9275         (make_dir_parents): Treat ENOSYS like EEXIST.
9276
9277         Improve quality of diagnostics on restore_cwd failure.
9278         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
9279         (make_dir_parents): Last arg is now int * (for errno), not bool *.
9280         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
9281         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
9282         each time through the loop.  Do not diagnose restore_cwd failure;
9283         that is the caller's job (and perhaps the caller does not care).
9284
9285         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
9286         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
9287         If the file already exists but is not a directory, don't bother
9288         to try to make its parents.
9289         Close potential file descriptor leak if we can't chdir("/") (!).
9290         Don't always return true if chdir($PWD) fails; return true only
9291         if the requested action was done successfully (except for the
9292         chdir($PWD)).
9293         Don't log final directory unless we actually made it.
9294         Refactor to avoid duplicate code to fix up permissions.
9295         Don't attempt to fix up parent permissions if chdir($PWD) fails.
9296
9297         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
9298         to make it a bit faster and (I hope) clearer.
9299         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
9300         Fix bug in formats like %2N.
9301
9302         * lib/verify.h: New file.
9303
9304 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
9305
9306         Sync from coreutils.
9307         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
9308
9309 2005-09-22  Jim Meyering  <jim@meyering.net>
9310
9311         Sync from coreutils.
9312
9313         * m4/lstat.m4 (gl_FUNC_LSTAT):
9314         Use AC_LIBSOURCES to require lstat.c and lstat.h.
9315         Remove obsolete comment.
9316         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
9317         * m4/xstrtod.m4: Likewise.
9318
9319         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
9320
9321 2005-09-22  Jim Meyering  <jim@meyering.net>
9322
9323         Sync from coreutils.
9324
9325         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
9326
9327         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
9328         the .tm_year member, since otherwise gcc-4.0 would now warn about
9329         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
9330
9331         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
9332         order to avoid an unsuppressible warning from gcc on 64-bit systems.
9333
9334         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
9335         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
9336         when run in a time zone for which daylight savings time is in effect
9337         for the starting date.
9338
9339         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
9340         stop us from restricting permissions of just-created absolute-named
9341         directories.
9342         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
9343         to restore initial working directory.
9344         * lib/mkdir-p.c (make_dir_parents): New parameter:
9345         different_working_dir, to tell caller if/when we change the working
9346         directory and are unable to return to the initial one.
9347         * lib/mkdir-p.h (make_dir_parents): Update prototype.
9348         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
9349         `return false'.  This fixes a bug introduced on 2004-07-30.
9350
9351         * lib/openat.c (fdopendir): Be sure to close the supplied
9352         file descriptor before returning.  This makes our replacement
9353         implementation a little closer to Solaris's, where fdopendir
9354         ties the file descriptor to the returned DIR* pointer.
9355         * lib/openat.c (unlinkat): New function.
9356         * lib/openat.h (unlinkat): Add prototype.
9357         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
9358         (openat_restore_fail): Rename from openat_restore_die.
9359         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
9360
9361         Provide an alternative to exiting immediately upon save_cwd or
9362         restore_cwd failure.  Now, an application can arrange e.g.,
9363         to perform a longjump in that case.
9364         * lib/openat.c: Include dirname.h.
9365         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
9366         (rpl_openat, fdopendir, fstatat): Call openat_save_die
9367         and openat_restore_die rather than calling error directly.
9368         Don't include "error.h" or "exitfail.h"; they're no longer needed.
9369
9370         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
9371         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
9372         define.
9373
9374         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
9375         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
9376                             int utc, int nanoseconds);
9377         Background:
9378         date should not have to allocate a megabyte of virtual memory to
9379         handle a format argument like +%1048575T.  When implemented with
9380         strftime, it must allocate such a buffer, use strftime to fill it
9381         in, print it, then free it.
9382         With fprintftime, it simply prints everything and exits.
9383         With no need for memory allocation, that's one fewer way to fail.
9384         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
9385         optional field width, not before, so we accept %9:z, not %:9z.
9386         (my_strftime): Be sure to use L_('x') for literals.
9387
9388         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
9389         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
9390         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
9391         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
9392         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
9393         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
9394         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
9395         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
9396         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
9397         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
9398         * lib/xgethostname.c, lib/xreadlink.c:
9399         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
9400
9401         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
9402         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
9403         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
9404         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
9405         and don't include <sys/file.h>).
9406
9407 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
9408
9409         Sync from coreutils.
9410
9411         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
9412         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
9413         [!LDAV_DONE]: Avoid unused variable warning.
9414
9415 2005-09-21  Bruno Haible  <bruno@clisp.org>
9416
9417         * lib/unicodeio.h (unicode_to_mb): New declaration.
9418
9419 2005-09-20  Derek Price  <derek@ximbiot.com>
9420
9421         * lib/getaddrinfo.c: Don't include <netdb.h> included from
9422         getaddrinfo.h.
9423
9424 2005-09-20  Bruno Haible  <bruno@clisp.org>
9425
9426         * gnulib-tool: Remove trailing slashes from the values specified for
9427         --source-base, --m4-base, --tests-base, --aux-dir.
9428         Suggested by Simon Josefsson <jas@extundo.com>.
9429
9430 2005-09-20  Bruno Haible  <bruno@clisp.org>
9431
9432         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
9433         func_modules_to_filelist, func_import, func_create_testdir): Make all
9434         sorting results locale-independent, so that gnulib-cache.m4 doesn't
9435         change when gnulib-tool is invoked in a different locale.
9436
9437 2005-09-19  Simon Josefsson  <jas@extundo.com>
9438
9439         * m4/socklen.m4: Fix typo.
9440
9441 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
9442
9443         Use a consistent style for including <config.h>.
9444         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
9445         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
9446         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
9447         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
9448         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
9449         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
9450         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
9451         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
9452         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
9453         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
9454         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
9455         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
9456         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
9457         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
9458         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
9459         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
9460         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
9461         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
9462         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
9463         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
9464         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
9465         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
9466         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
9467         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
9468         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
9469         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
9470         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
9471         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
9472         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
9473         lib/xstrtoumax.c, lib/yesno.c:
9474         Standardize inclusion of config.h.
9475         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
9476         lib/inttostr.h:  Removed inclusion of config.h from header files.
9477         * lib/inttostr.c:  Adjusted in-tree users.
9478         * lib/timespec.h: Remove superfluous warning to include config.h.
9479         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
9480         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
9481         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
9482         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
9483         config.h with HAVE_CONFIG_H.
9484
9485 2005-09-19  Jim Meyering  <jim@meyering.net>
9486
9487         * modules/pathmax (License): Change to LGPL.
9488
9489 2005-09-19  Derek Price  <derek@ximbiot.com>
9490
9491         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
9492
9493 2005-09-19  Bruno Haible  <bruno@clisp.org>
9494
9495         * gnulib-tool (import): Provide default for --tests-base.
9496
9497 2005-09-19  Bruno Haible  <bruno@clisp.org>
9498
9499         * doc/quote.texi: New file, extracted from gnulib.texi.
9500         * doc/ctime.texi: New file, extracted from gnulib.texi.
9501         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
9502         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
9503         * doc/gnulib.texi: Include them.
9504
9505 2005-09-18  Bruno Haible  <bruno@clisp.org>
9506
9507         Portability fix.
9508         * gnulib-tool (func_readlink): New function.
9509         (func_ln_if_changed): Use it.
9510
9511 2005-09-18  Bruno Haible  <bruno@clisp.org>
9512
9513         * gnulib-tool: Support --with-tests also with --import.
9514         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
9515         (func_import): Use variables $testsbase and $inctests. Emit a
9516         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
9517         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
9518         SUBDIRS += $testsdir.
9519         (func_create_testdir): Update.
9520
9521 2005-09-18  Bruno Haible  <bruno@clisp.org>
9522
9523         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
9524         instead of $dry_run.
9525         (func_cp_if_changed, func_mv_if_changed): Remove functions.
9526         (func_ln_if_changed): Don't handle dry-run here.
9527         (func_import): In dry-run mode, detect more precisely which actions
9528         would be performed, and don't use "...ing" verbs.
9529
9530 2005-09-18  Bruno Haible  <bruno@clisp.org>
9531
9532         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
9533         (func_import): Use join on two temporary files instead of three nested
9534         loops, in order to determine which files are new or old.
9535
9536 2005-09-18  Bruno Haible  <bruno@clisp.org>
9537
9538         * gnulib-tool (func_import): Comment out code that spits out the
9539         new files with --dry-run.
9540
9541 2005-09-18  Bruno Haible  <bruno@clisp.org>
9542
9543         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
9544
9545 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9546
9547         * lib/stat-time.h: New file.
9548         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
9549         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
9550         in a different way.
9551         (timespec_cmp): New function.
9552         * lib/utimecmp.c: Include stat-time.h.
9553         (SYSCALL_RESOLUTION): Depend on whether various struct stat
9554         members exist, not on the obsolescent ST_MTIM_NSEC.
9555         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
9556
9557 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9558
9559         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
9560
9561 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
9562
9563         * MODULES.html.sh (File system functions): Add stat-time.
9564         * modules/stat-time: New file.
9565         * modules/timespec (Files): Remove m4/st_mtim.m4; this
9566         is now done in a different way, by the stat-time module.
9567         * modules/utimecmp (Depends-on): Add stat-time.
9568
9569 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
9570
9571         * m4/st_mtim.m4: Remove.  Superseded by...
9572         * m4/stat-time.m4: New file.
9573         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
9574         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
9575
9576 2005-09-15  Derek Price  <derek@ximbiot.com>
9577
9578         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
9579
9580 2005-09-15  Derek Price  <derek@ximbiot.com>
9581
9582         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
9583         * lib/regex_internal.c: Ditto, using this...
9584         (__GNUC_PREREQ): ...new macro.
9585         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
9586         using...
9587         (__GNUC_PREREQ): ...this new macro.
9588
9589         * lib/strstr.h: Include string.h. Define strstr as a macro here.
9590
9591 2005-09-15  Derek Price  <derek@ximbiot.com>
9592             Paul Eggert  <eggert@cs.ucla.edu>
9593
9594         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
9595         changes, consolidating in...
9596         * lib/regex_internal.h: ...this file.
9597
9598 2005-09-13  Jim Meyering  <jim@meyering.net>
9599
9600         * lib/canon-host.c: Filter through gnu indent and reword comments
9601         slightly.
9602         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
9603
9604 2005-09-13  Derek Price  <derek@ximbiot.com>
9605
9606         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
9607         failure.
9608         Reported by Jim Meyering  <jim@meyering.net>.
9609
9610 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
9611
9612         * lib/base64.c: Typo.
9613         (base64_encode): Put b64str in initialized data section.
9614
9615 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
9616
9617         Merge glibc and coreutils changes into gnulib, plus a few
9618         extra fixes.
9619         * lib/md5.c: Use #error rather than a string.
9620         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
9621         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
9622         (__attribute__): Define to empty for non recent-GCC.
9623         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
9624         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
9625         Renamed from their non-__ counterparts, with new macros replacing
9626         them if not _LIBC.  Add __THROW attribute.
9627         (rol): Remove.
9628         (struct md5_ctx): Align buffer if using GCC.
9629         * lib/sha1.h (struct sha1_ctx): Likewise.
9630         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
9631         The old name was backwards.
9632         (NOTSWAP): Remove; not used.
9633         (rol): New macro, moved here from md5.h.
9634         (sha1_process_block): Remove a FIXME that doesn't make sense.
9635
9636 2005-09-12  Derek Price  <derek@ximbiot.com>
9637
9638         Return usable errors from canon-host.
9639         * lib/canon-host.h: New file.
9640         * lib/canon-host.c (canon_host): Wrap...
9641         (canon_host_r): ...this new function, which now relies exclusively on
9642         getaddrinfo.
9643         (ch_strerror): New function.
9644         (last_cherror): New global.
9645         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
9646         interface.
9647         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
9648         void *.
9649         (freeaddrinfo): Free ai->ai_canonname when set.
9650
9651 2005-09-12  Derek Price  <derek@ximbiot.com>
9652
9653         Make canon-host require getaddrinfo.
9654         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
9655         AC_LIBSOURCE canon-host.h.  Call...
9656         (gl_PREREQ_CANON_HOST): ...this new function, which requires
9657         gl_GETADDRINFO.
9658         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
9659
9660 2005-09-12  Derek Price  <derek@ximbiot.com>
9661
9662         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
9663         LGPL.
9664         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
9665
9666 2005-09-12  Derek Price  <derek@ximbiot.com>
9667
9668         * lib/gai_strerror.c: Include config.h when available.  Include
9669         getaddrinfo.h before other headers to test interface.
9670         Reported by Larry Jones <lawrence.jones@ugs.com>.
9671
9672 2005-09-12  Derek Price  <derek@ximbiot.com>
9673             Paul Eggert  <eggert@cs.ucla.edu>
9674
9675         * modules/glob (Files): Add glob-libc.h.
9676
9677 2005-09-12  Derek Price  <derek@ximbiot.com>
9678             Paul Eggert  <eggert@cs.ucla.edu>
9679
9680         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
9681         glob_.h, glob-libc.h.
9682         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
9683
9684 2005-09-12  Derek Price  <derek@ximbiot.com>
9685             Paul Eggert  <eggert@cs.ucla.edu>
9686
9687         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
9688         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
9689         protecting things that should be done only in gnulib contexts.
9690         * lib/glob_.h: New file, containing only the glob things needed for
9691         gnulib.
9692         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
9693         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
9694         (glob, globfree, glob_pattern_p): Now defined simply in terms of
9695         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
9696         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
9697         and to respect the namespace rules better.
9698
9699 2005-09-08  Simon Josefsson  <jas@extundo.com>
9700
9701         * modules/socklen: New file.
9702
9703 2005-09-08  Simon Josefsson  <jas@extundo.com>
9704
9705         * m4/socklen.m4: New file.
9706
9707 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9708
9709         * modules/utimens (Files): Add m4/utimbuf.m4, since
9710         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
9711         Reported by Sergey Poznyakoff.
9712
9713 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9714
9715         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
9716         definitions, since that's the preferred style in glibc.
9717         Fix a minor spacing issue, and update copyright notice to match
9718         glibc's.
9719
9720 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
9721
9722         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
9723
9724 2005-09-06  Simon Josefsson  <jas@extundo.com>
9725
9726         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
9727         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
9728
9729 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9730
9731         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
9732         warning.
9733
9734 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
9735
9736         * config/srclist.txt: Add glibc bug 1302.
9737
9738 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
9739
9740         Change bitset word type from unsigned int to unsigned long int,
9741         as this has better performance on typical 64-bit hosts.
9742         Port bitset code to hosts with unusual word sizes.
9743         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
9744         (build_collating_symbol):
9745         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
9746         argument is a bitset.  This is merely a style issue, but it makes
9747         it clearer that an entire array is expected.
9748         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
9749         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
9750         Port to the case where bitset_word is not the same as unsigned int.
9751         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
9752         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
9753         Likewise.
9754         * lib/regexec.c (check_dst_limits_calc_pos_1,
9755         check_subexp_matching_top):
9756         (build_trtable, group_nodes_into_DFAstates):
9757         Likewise.
9758         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
9759         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
9760         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
9761         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
9762         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
9763         * lib/regcomp.c (optimize_subexps, lower_subexp):
9764         Work even if bitset_word has holes in its bitwise representation.
9765         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
9766         * lib/regexec.c (check_dst_limits_calc_pos_1,
9767         check_subexp_matching_top):
9768         Likewise.
9769         * lib/regex_internal.c (re_string_reconstruct):
9770         Don't assume UCHAR_MAX == 255.
9771         * lib/regex_internal.h (bitset_set_all): Likewise.
9772         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
9773         All uses changed.
9774         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
9775         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
9776         All uses changed.
9777         (BITSET_WORD_MAX): New macro.
9778         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
9779         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
9780         (bitset_empty, bitset_copy):
9781         Prefer sizeof (bitset) to multiplying it out ourselves.
9782         (bitset_not_merge): Remove; unused.
9783         (bitset_contain): Return bool, not unsigned int with one bit on.
9784         All callers changed.
9785         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
9786         alignment than re_node_set; do this by defining a new internal
9787         type struct dests_alloc and using it to allocate memory.
9788
9789 2005-09-05  Bruno Haible  <bruno@clisp.org>
9790
9791         * gnulib-tool (func_import): Fix comparison in handling of symbolic
9792         links.
9793
9794 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
9795
9796         * modules/size_max (Makefile.am): Add size_max.h
9797
9798 2005-09-04  Derek Price  <derek@ximbiot.com>
9799
9800         * gnulib-tool (func_import): Fix reversed $symbolic logic.
9801
9802 2005-09-03  Simon Josefsson  <jas@extundo.com>
9803
9804         * gnulib-tool: Fix typo.
9805
9806 2005-09-03  Simon Josefsson  <jas@extundo.com>
9807
9808         * config/srclist.txt: Add glibc bug 1293.
9809
9810 2005-09-03  Derek Price  <derek@ximbiot.com>
9811
9812         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
9813         From Larry Jones <lawrence.jones@ugs.com>.
9814
9815 2005-09-02  Simon Josefsson  <jas@extundo.com>
9816
9817         * modules/socklen: New file.
9818
9819 2005-09-02  Simon Josefsson  <jas@extundo.com>
9820
9821         * modules/havelib: New module.
9822
9823         * modules/gettext, modules/iconv, modules/lock, modules/readline:
9824         Use havelib.
9825
9826 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9827
9828         Check for arithmetic overflow when calculating sizes, to prevent
9829         some buffer-overflow issues.  These patches are conservative, in the
9830         sense that when I couldn't determine whether an overflow was possible,
9831         I inserted a run-time check.
9832         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
9833         macros.
9834         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
9835         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
9836         (re_xnrealloc, re_x2nrealloc): New inline functions.
9837         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
9838         parse_bracket_exp):
9839         (build_equiv_class, build_charclass): Check for arithmetic overflow
9840         in size expression calculations.
9841         * lib/regex_internal.c (re_string_realloc_buffers):
9842         (build_wcs_upper_buffer, re_node_set_add_intersect):
9843         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
9844         (re_dfa_add_node, register_state): Likewise.
9845         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
9846         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
9847         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
9848         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
9849
9850 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
9851
9852         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
9853         m4/ulonglong.m4.  Problem reported by Martin Lambers.
9854
9855 2005-09-02  Bruno Haible  <bruno@clisp.org>
9856
9857         Support for lib vs. lib64 distinction on biarch platforms.
9858         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
9859         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
9860         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
9861
9862 2005-09-02  Bruno Haible  <bruno@clisp.org>
9863
9864         * gnulib-tool (import): In the other first-use case, provide defaults
9865         as well.
9866
9867 2005-09-02  Bruno Haible  <bruno@clisp.org>
9868
9869         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
9870         patches not yet found in the latest gettext release.
9871
9872 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9873
9874         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
9875         to avoid a collision with bits/local_lim.h in glibc.
9876         All uses changed.  Problem reported by Dmitry V. Levin in
9877         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
9878
9879         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
9880         bugs in int versus size_t comparisons.
9881         (re_string_context_at): Fix bug where the code assumed that
9882         Idx is signed.
9883
9884         Use bool where appropriate.
9885         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
9886         All callers changed.
9887         (calc_eclosure_iter): Likewise, for ROOT arg.
9888         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
9889         (build_charclass_op): Likewise, for NON_MATCH arg.
9890         * lib/regex_internal.c (re_string_allocate, re_string_construct):
9891         (re_string_construct_common): Likewise, for ICASE arg.
9892         * lib/regexec.c (re_search_2_stub, re_search_stub):
9893         Likewise, for RET_LEN arg.
9894         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
9895         (set_regs): Likewise, for FL_BACKTRACK arg.
9896         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
9897         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
9898         (calc_eclosure_iter, parse_bracket_exp):
9899         Use bool for internal variables that are booleans.
9900         * lib/regexec.c (re_search_internal, check_matching,
9901         proceed_next_node):
9902         (set_regs, build_sifted_states, sift_states_bkref):
9903         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
9904         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
9905         (find_collation_sequence_value):
9906         Likewise.
9907         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
9908         (re_node_set_compare):
9909         Return bool, not int. All callers changed.
9910         * lib/regexec.c (check_halt_node_context, check_dst_limits):
9911         (build_trtable, check_node_accept): Likewise.
9912         * lib/regex_internal.h: Include stdbool.h.
9913
9914         Fix bugs uncovered when converting to bool.
9915         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
9916         failure instead of charging ahead blindly.
9917         * lib/regex_internal.c (register_state): Likewise.
9918         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
9919         for freeing internal storage.
9920         (group_nodes_into_DFA_states): Use unsigned int, not int, for
9921         bitset pieces used as boolean, to avoid undefined behavior
9922         on hosts that do int overflow checking.
9923
9924 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
9925
9926         * config/srclist.txt: Add glibc bugs 1285-1287.
9927
9928 2005-09-01  Jim Meyering  <jim@meyering.net>
9929
9930         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
9931         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
9932         Require gl_STAT_MACROS, too.
9933
9934 2005-09-01  Bruno Haible  <bruno@clisp.org>
9935
9936         * gnulib-tool (import): In the first-use case, provide defaults.
9937
9938 2005-09-01  Bruno Haible  <bruno@clisp.org>
9939
9940         * gnulib-tool (func_import): Remove the .tmp files.
9941
9942 2005-09-01  Bruno Haible  <bruno@clisp.org>
9943
9944         * gnulib-tool (func_import): Fix handling of symbolic links.
9945
9946 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
9947
9948         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
9949         old glibc regex code mishandles strings longer than 2**31 bytes.
9950         This patch fixes this when the regex code is used in gnulib
9951         (i.e., outside glibc).
9952
9953         This patch should not affect the use of the regex code inside
9954         glibc.  No doubt this problem also needs to be handled for glibc
9955         as well, but the result will be an incompatible change to the
9956         glibc ABI, and the old ABI will have to be supported too.  That
9957         can be the the subject for another patch.
9958
9959         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
9960         governing whether the rest of this patch is active.  By default,
9961         the macro is disabled and the patch has no effect.
9962         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
9963         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
9964         (struct re_pattern_buffer, re_search, re_search_2, re_match):
9965         (re_match_2, re_set_registers): Use the new types.
9966         * lib/regex_internal.h (Idx, re_hashval_t): New types.
9967         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
9968         New macros.
9969         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
9970         (re_string_context_at, bin_tree_t, re_dfastate_t):
9971         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
9972         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
9973         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
9974         (re_string_char_size_at, re_string_wchar_at):
9975         (re_string_elem_size_at):
9976         Use the new types and macros to port to 64-bit hosts.
9977         Use unsigned types for internal values, so that the code
9978         mostly works even for arrays larger than SSIZE_MAX.
9979         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
9980         (search_duplicated_node, calc_eclosure_iter, fetch_number):
9981         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
9982         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
9983         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
9984         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
9985         (calc_inveclosure, parse_dup_op, build_range_exp):
9986         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
9987         (fetch_number, create_token_tree, mark_opt_subexp):
9988         Likewise.
9989         * lib/regex_internal.c (re_string_construct_common,
9990         create_ci_newstate):
9991         (create_cd_newstate, re_string_allocate, re_string_construct):
9992         (re_string_realloc_buffers, build_wcs_upper_buffer):
9993         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
9994         (re_string_reconstruct, re_string_peek_byte_case):
9995         (re_string_fetch_byte_case, re_string_context_at):
9996         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
9997         (re_node_set_init_copy, re_node_set_add_intersect):
9998         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
9999         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10000         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10001         (re_acquire_state, re_acquire_state_context, register_state):
10002         Likewise.
10003         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10004         search_cur_bkref_entry):
10005         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10006         (re_search_internal, re_search_2_stub, re_search_stub)
10007         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10008         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10009         (update_cur_sifted_state, check_dst_limits):
10010         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10011         (check_subexp_limits, sift_states_bkref, merge_state_array):
10012         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10013         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10014         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10015         (expand_bkref_cache, check_node_accept_bytes):
10016         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10017         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10018         (acquire_init_state_context, check_halt_node_context):
10019         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10020         (sift_states_backward, clean_state_log_if_needed):
10021         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10022         (find_recover_state, transit_state_sb, transit_state_mb):
10023         (transit_state_bkref, build_trtable, match_ctx_clean):
10024         Likewise.
10025         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10026         to work around an assumption that REG_MISSING is negative.
10027
10028         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10029         (seek_collating_symbol_entry) [defined _LIBC]:
10030         (lookup_collation_sequence_value) [defined _LIBC]:
10031         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10032         Use prototypes rather than old-style function definitions.
10033         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10034         (transit_state_sb) [0]:
10035         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10036
10037         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10038         rm_eo.
10039
10040         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10041         (optimize_subexps, lower_subexp):
10042         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10043         since the signed shift might overflow.  Use 1u<<31 instead.
10044         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10045         Likewise.
10046         * lib/regexec.c (check_dst_limits_calc_pos_1,
10047         check_subexp_matching_top): Likewise.
10048
10049         * lib/regcomp.c (optimize_subexps, lower_subexp):
10050         Use CHAR_BIT rather than 8, for clarity.
10051         * lib/regexec.c (check_dst_limits_calc_pos_1):
10052         (check_subexp_matching_top): Likewise.
10053         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10054         have to worry about portability issues when shifting it left.
10055         Remove no-longer-needed test for table_size > 0.
10056         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10057         in a word, as the resulting behavior is undefined.
10058         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10059         in one case, a <= should have been an <, and in another case the
10060         whole test was missing.
10061         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10062         the standard name CHAR_BIT.
10063         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10064         this is not true on one's complement and signed-magnitude hosts.
10065
10066         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10067         next_last_offset.
10068         (struct re_dfa_t): Remove unused member states_alloc.
10069         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10070
10071 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10072
10073         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10074         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10075         and large-file glibc and in 32-bit large-file Solaris.
10076
10077 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10078
10079         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10080         lengths fit in regoff_t; this isn't true if regoff_t is the same
10081         width as size_t.
10082         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10083         (= START + RANGE) instead of RANGE.  This avoids overflow
10084         problems when regoff_t is the same width as size_t.
10085         All callers changed.
10086         (re_search_2_stub): Check for overflow when adding the
10087         sizes of the two strings.
10088         (re_search_stub): Check for overflow when adding START
10089         to RANGE; if it occurs, substitute the extreme value.
10090
10091 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10092
10093         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
10094
10095 2005-08-31  Jim Meyering  <jim@meyering.net>
10096
10097         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
10098         a pointer-to-const.
10099         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
10100         (register_state): Likewise.
10101         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
10102         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10103         (group_nodes_into_DFAstates): Likewise.
10104
10105 2005-08-31  Jim Meyering  <jim@meyering.net>
10106
10107         * check-module: Add a FIXME comment.
10108
10109 2005-08-31  Eric Blake  <ebb9@byu.net>
10110
10111         * modules/unistd-safer (Files): Add unistd--.h.
10112         * modules/stdio-safer (Files): Add stdio--.h.
10113
10114 2005-08-31  Derek Price  <derek@ximbiot.com>
10115
10116         * lib/getdelim.c (getdelim): Return EOF on EOF.
10117         Reported by Larry Jones <lawrence.jones@ugs.com>.
10118
10119 2005-08-31  Bruno Haible  <bruno@clisp.org>
10120
10121         Avoid unnecessary diffs in the generated lib/Makefile.am.
10122         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
10123         the generated files.
10124         (func_import): Don't set cmd.
10125
10126 2005-08-31  Bruno Haible  <bruno@clisp.org>
10127
10128         * lib/strstr.c: Include <stddef.h>, for NULL.
10129         * lib/strcasestr.c: Likewise.
10130         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
10131
10132 2005-08-31  Bruno Haible  <bruno@clisp.org>
10133
10134         * gnulib-tool: New option --macro-prefix.
10135         (func_import): Use macro_prefix.
10136         (import): Handle option --macro-prefix.
10137
10138 2005-08-31  Bruno Haible  <bruno@clisp.org>
10139
10140         * gnulib-tool (import): Rename most ac_* variables to cached_*.
10141         Also use new variables cached_lgpl, cached_libtool.
10142
10143 2005-08-31  Bruno Haible  <bruno@clisp.org>
10144
10145         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
10146         always instantiating them.
10147
10148 2005-08-31  Bruno Haible  <bruno@clisp.org>
10149
10150         * gnulib-tool (func_import): Read the previous cached settings
10151         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
10152         earlier added by gnulib but are now dropped. Warn when a gnulib file
10153         overwrites a non-gnulib file.
10154
10155 2005-08-31  Bruno Haible  <bruno@clisp.org>
10156
10157         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
10158         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
10159         projects that don't keep autogenerated files in CVS. Put into
10160         actioncmd only the specified modules, not the transitive closure.
10161
10162 2005-08-31  Bruno Haible  <bruno@clisp.org>
10163
10164         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
10165         Create directories that shall be filled.
10166         (import): Don't look for gl_* macros in configure.ac. Recurse across
10167         all directories containing a gnulib-cache.m4 files, if meaningful.
10168
10169 2005-08-31  Bruno Haible  <bruno@clisp.org>
10170
10171         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
10172         (import): Set seen_libtool when we see gl_LIBTOOL.
10173
10174 2005-08-31  Bruno Haible  <bruno@clisp.org>
10175
10176         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
10177         declaration macro definitions from generated gnulib.m4.
10178
10179 2005-08-30  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10180
10181         * lib/iconvme.h: Add prototype for iconv_alloc.
10182
10183 2005-08-29  Simon Josefsson  <jas@extundo.com>
10184
10185         * lib/iconvme.c: Fix errno.
10186
10187 2005-08-29  Bruno Haible  <bruno@clisp.org>
10188
10189         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
10190         that it works when the directory contains spaces.
10191
10192 2005-08-29  Bruno Haible  <bruno@clisp.org>
10193
10194         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
10195
10196 2005-08-29  Bruno Haible  <bruno@clisp.org>
10197
10198         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
10199         Emit more advice.
10200
10201 2005-08-29  Bruno Haible  <bruno@clisp.org>
10202         and Stepan Kasal  <kasal@ucw.cz>
10203
10204         * check-module: If more parameters are given, check each of them
10205         separately; add more exceptions, as noted by Jim Meyering.
10206         (check_module): New procedure.
10207         (%exempt_header): Now contains all exceptions.
10208
10209 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
10210
10211         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
10212
10213 2005-08-29  "Oskar Liljeblad"  <oskar@osk.mine.nu>
10214
10215         * lib/iconvme.c: Split iconv_string into iconv_alloc.
10216
10217 2005-08-28  Bruno Haible  <bruno@clisp.org>
10218
10219         * m4/gnulib-tool.m4: New file.
10220
10221 2005-08-27  Jim Meyering  <jim@meyering.net>
10222
10223         * modules/unistd-safer (Files): Add pipe-safer.c.
10224         * modules/fcntl-safer (Files): Add creat-safer.c.
10225
10226 2005-08-27  Jim Meyering  <jim@meyering.net>
10227
10228         * m4/stdlib-safer.m4: New file.  From coreutils.
10229         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
10230         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
10231         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
10232         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
10233         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
10234
10235 2005-08-27  Jim Meyering  <jim@meyering.net>
10236
10237         * lib/fopen-safer.c: Merge minor changes from coreutils.
10238         * lib/dup-safer.c: Likewise.
10239         * lib/fd-safer.c: Likewise.
10240
10241         Merge from coreutils.
10242         * lib/stdio--.h: New file.
10243         * lib/stdlib--.h: New file.
10244         * lib/mkstemp-safer.c: New file.
10245
10246         GNU tar needs these.
10247         * lib/pipe-safer.c: New file.
10248         * lib/creat-safer.c: New file.
10249         * lib/fcntl--.h (creat): Define to creat_safer.
10250         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
10251         * lib/unistd--.h (pipe): Define to pipe_safer.
10252         * lib/unistd-safer.h: Declare pipe_safer.
10253
10254 2005-08-26  Simon Josefsson  <jas@extundo.com>
10255
10256         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
10257         Haible <bruno@clisp.org>.
10258
10259 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
10260
10261         * lib/regex_internal.h: Remove all references to
10262         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
10263         or better.
10264         (bitset_not, bitset_merge, bitset_not_merge):
10265         (bitset_mask, re_string_allocate, re_string_construct):
10266         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
10267         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
10268         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
10269         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
10270         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10271         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10272         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
10273         (re_acquire_state_context):
10274         Remove unnecessary forward decls.
10275         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
10276         Put __attribute at function definition,
10277         now that the function decl has been removed.
10278         * lib/regex_internal.c (re_string_peek_byte_case):
10279         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
10280         Likewise.
10281
10282 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
10283
10284         * m4/regex.m4: Add AC_PREREQ(2.50).
10285         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
10286
10287 2005-08-25  Simon Josefsson  <jas@extundo.com>
10288
10289         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
10290         __fsetlocking.
10291
10292 2005-08-25  Simon Josefsson  <jas@extundo.com>
10293
10294         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
10295         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
10296         GLIBC specific code.
10297
10298 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10299
10300         Make regex safe for g++.  This fixes one real bug (an "err"
10301         that should have been "*err").  g++ problem reported by
10302         Sam Steingold.
10303         * lib/regex_internal.h (re_calloc): New macro, consistent with
10304         re_malloc etc.  All callers of calloc changed to use re_calloc.
10305         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
10306         not int.  All callers changed.
10307         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
10308         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
10309         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
10310         (find_recover_state): Change "err" to "*err"; this fixes what
10311         appears to be a real bug.
10312         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
10313         versus int.
10314
10315 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10316
10317         * modules/regex (Depends-on): Add malloc, since the code
10318         assumes that !malloc(0) means failure.
10319
10320 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10321
10322         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
10323
10324         alloca modernization/simplification for regex.
10325         * lib/regex.c: Remove portability cruft for alloca.  This no longer
10326         needs to be at the start of the file, and can be moved into
10327         regex_internal.h and simplified.
10328         * lib/regex_internal.h: Include <alloca.h>.
10329         (__libc_use_alloca) [!defined _LIBC]: New macro.
10330         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
10331         now works outside glibc.
10332
10333 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
10334
10335         * config/srclist.txt: Add glibc bugs 1241, 1245.
10336
10337 2005-08-25  Jim Meyering  <jim@meyering.net>
10338
10339         * lib/open-safer.c: Include <config.h>.
10340         Otherwise, we'd lose LARGEFILE support in any file using
10341         e.g. "fcntl--.h"
10342
10343 2005-08-25  Bruno Haible  <bruno@clisp.org>
10344
10345         * m4/minmax.m4: Require autoconf 2.52.
10346         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
10347         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
10348         alternatives of translit over the alphabet.
10349         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
10350
10351 2005-08-24  Simon Josefsson  <jas@extundo.com>
10352
10353         * tests/test-getpass.c: New file.
10354
10355 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10356
10357         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
10358         for GNU regex features.
10359
10360 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10361
10362         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
10363         * lib/regex.h (regerror): Likewise.
10364
10365         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
10366         requires this.  (The code never needed it.)
10367
10368         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
10369         All uses of recently-renamed identifiers changed to use the new,
10370         POSIX-compliant names.  The code will build and run just fine
10371         without these changes, but it's better to eat our own dog food
10372         and use the standard-conforming names.
10373
10374         * lib/regex.h: Fix a multitude of POSIX name space violations.
10375         These changes have an effect only for programs that define
10376         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
10377         do not change anything for programs compiled in the normal way.
10378         Also, there is no effect on the ABI.
10379
10380         (_REGEX_SOURCE): New macro.
10381         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
10382         defined and _GNU_SOURCE is not; this fixes a name space violation.
10383
10384         Rename the following macros to obey POSIX requirements.
10385         The old names are still visible as macros if _REGEX_SOURCE is defined.
10386         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
10387         RE_BACKSLASH_ESCAPE_IN_LISTS.
10388         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
10389         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
10390         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
10391         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
10392         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
10393         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
10394         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
10395         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
10396         (REG_INTERVALS): renamed from RE_INTERVALS.
10397         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
10398         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
10399         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
10400         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
10401         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
10402         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
10403         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
10404         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
10405         RE_UNMATCHED_RIGHT_PAREN_ORD.
10406         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
10407         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
10408         (REG_DEBUG): renamed from RE_DEBUG.
10409         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
10410         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
10411         unusual, since we can't clash with the POSIX REG_ICASE.
10412         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
10413         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
10414         (REG_NO_SUB): renamed from RE_NO_SUB.
10415         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
10416         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
10417         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
10418         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
10419         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
10420         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
10421         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
10422         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
10423         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
10424         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
10425         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
10426         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
10427         RE_SYNTAX_POSIX_MINIMAL_BASIC.
10428         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
10429         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
10430         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
10431         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
10432         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
10433         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
10434         (REG_FIXED): Renamed from REGS_FIXED.
10435         (REG_NREGS): Renamed from RE_NREGS.
10436
10437         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
10438         of other REG_* macros, since POSIX says the user is allowed to
10439         #undef these macros selectively.
10440
10441         (reg_errcode_t): Update comment stating what other tables need
10442         to be consistent.
10443
10444         Rename the following enum values to obey POSIX requirements.
10445         The old names are still visible as macros.
10446         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
10447         is not defined, since GNU is supposed to be a superset of POSIX as
10448         much as possible, and since we want reg_errcode_t to be a signed
10449         type for implementation consistency.
10450         (_REG_NOERROR): Renamed from REG_NOERROR.
10451         (_REG_NOMATCH): Renamed from REG_NOMATCH.
10452         (_REG_BADPAT): Renamed from REG_BADPAT.
10453         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
10454         (_REG_ECTYPE): Renamed from REG_ECTYPE.
10455         (_REG_EESCAPE): Renamed from REG_EESCAPE.
10456         (_REG_ESUBREG): Renamed from REG_ESUBREG.
10457         (_REG_EBRACK): Renamed from REG_EBRACK.
10458         (_REG_EPAREN): Renamed from REG_EPAREN.
10459         (_REG_EBRACE): Renamed from REG_EBRACE.
10460         (_REG_BADBR): Renamed from REG_BADBR.
10461         (_REG_ERANGE): Renamed from REG_ERANGE.
10462         (_REG_ESPACE): Renamed from REG_ESPACE.
10463         (_REG_BADRPT): Renamed from REG_BADRPT.
10464         (_REG_EEND): Renamed from REG_EEND.
10465         (_REG_ESIZE): Renamed from REG_ESIZE.
10466         (_REG_ERPAREN): Renamed from REG_ERPAREN.
10467         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
10468         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
10469         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
10470         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
10471
10472         (_REG_RE_NAME, _REG_RM_NAME): New macros.
10473         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
10474         changed.  But support the old name if the new one is not defined
10475         and if _REGEX_SOURCE.
10476
10477         Change the following member names in struct re_pattern_buffer.
10478         The old names are still supported if !_REGEX_SOURCE.
10479         The new names are always supported, regardless of _REGEX_SOURCE.
10480         (re_buffer): Renamed from buffer.
10481         (re_allocated): Renamed from allocated.
10482         (re_used): Renamed from used.
10483         (re_syntax): Renamed from syntax.
10484         (re_fastmap): Renamed from fastmap.
10485         (re_translate): Renamed from translate.
10486         (re_can_be_null): Renamed from can_be_null.
10487         (re_regs_allocated): Renamed from regs_allocated.
10488         (re_fastmap_accurate): Renamed from fastmap_accurate.
10489         (re_no_sub): Renamed from no_sub.
10490         (re_not_bol): Renamed from not_bol.
10491         (re_not_eol): Renamed from not_eol.
10492         (re_newline_anchor): Renamed from newline_anchor.
10493
10494         Change the following member names in struct re_registers.
10495         The old names are still supported if !_REGEX_SOURCE.
10496         The new names are always supported, regardless of _REGEX_SOURCE.
10497         (rm_num_regs): Renamed from num_regs.
10498         (rm_start): Renamed from start.
10499         (rm_end): Renamed from end.
10500
10501         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
10502         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
10503         Prepend __ to parameter names.
10504
10505         Undo yesterday's changes.
10506
10507 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
10508
10509         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
10510         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
10511         lib/regex.c.
10512
10513 2005-08-24  Jim Meyering  <jim@meyering.net>
10514
10515         Sync from coreutils.
10516         * m4/fcntl-safer.m4: New file.
10517
10518         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
10519         and object files for this module.
10520
10521 2005-08-24  Jim Meyering  <jim@meyering.net>
10522
10523         Sync from coreutils.
10524         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
10525
10526 2005-08-24  Jim Meyering  <jim@meyering.net>
10527
10528         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
10529         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
10530
10531 2005-08-24  Jim Meyering  <jim@meyering.net>
10532
10533         * modules/fcntl-safer: New module.
10534         * modules/fts (Depends-on): Add fcntl-safer.
10535         * MODULES.html.sh (File descriptor based Input/Output):
10536         Add fcntl-safer.
10537
10538 2005-08-24  Bruno Haible  <bruno@clisp.org>
10539
10540         Support for unit test modules.
10541         * modules/README: Mention tests modules.
10542         * modules/TEMPLATE-TESTS: New file.
10543         * gnulib-tool: New options --extract-tests-module, --with-tests and
10544         --tests-base (unused for the moment).
10545         (testsbase, inctests): New variables.
10546         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
10547         (func_verify_module): Exclude TEMPLATE-TESTS.
10548         (func_verify_nontests_module, func_verify_tests_module): New functions.
10549         (func_get_dependencies): Add implicit dependency for tests modules.
10550         (func_get_tests_module): New function.
10551         (func_modules_transitive_closure): When --with-tests was specified,
10552         include the unit tests as well, unless explicitly avoided.
10553         (func_emit_lib_Makefile_am): Ignore the tests modules here.
10554         (func_emit_tests_Makefile_am): New function.
10555         (func_create_testdir): When --with-tests was specified, emit a
10556         tests/ directory.
10557         * MODULES.html.sh (Future developments): Update.
10558
10559 2005-08-24  Bruno Haible  <bruno@clisp.org>
10560
10561         * modules/tls-tests: New file.
10562         * tests/test-tls.c: New file, from GNU gettext.
10563
10564 2005-08-24  Bruno Haible  <bruno@clisp.org>
10565
10566         * modules/lock-tests: New file.
10567         * tests/test-lock.c: New file, from GNU gettext.
10568
10569 2005-08-24  Bruno Haible  <bruno@clisp.org>
10570
10571         * lib/lock.h: Add multiple inclusion guard.
10572         * lib/tls.h: Add multiple inclusion guard.
10573
10574 2005-08-24  Bruno Haible  <bruno@clisp.org>
10575
10576         * gnulib-tool: Add support for the --aux-dir option to
10577         --create-testdir, --create-megatestdir, --test, --megatest.
10578         (func_create_testdir, func_create_megatestdir): Optionally emit a
10579         AC_CONFIG_AUX_DIR directive.
10580         (create-testdir, create-megatestdir, test, megatest): Provide a
10581         default value for $auxdir.
10582
10583 2005-08-24  Bruno Haible  <bruno@clisp.org>
10584
10585         * gnulib-tool (import): Use compound statement instead of subshell
10586         where possible.
10587
10588 2005-08-24  Bruno Haible  <bruno@clisp.org>
10589
10590         * gnulib-tool (import): Change --aux-dir default to "build-aux".
10591
10592 2005-08-24  Bruno Haible  <bruno@clisp.org>
10593
10594         * gnulib-tool (func_version): Update.
10595
10596 2005-08-24  Bruno Haible  <bruno@clisp.org>
10597
10598         * gnulib-tool (func_import, func_create_testdir,
10599         func_create_megatestdir): Quote all autoconf macro arguments.
10600
10601 2005-08-24  Bruno Haible  <bruno@clisp.org>
10602
10603         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
10604         option --force, because --force causes the aclocal.m4 of each
10605         subdirectory to be newer than the corresponding config.h.in.
10606
10607 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10608
10609         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
10610         All contents moved to gl_REGEX.
10611         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
10612         assume that it does.
10613
10614 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10615
10616         * lib/regex.h (REG_NOSYS)
10617         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
10618         Define, since POSIX requires it as of 2001.
10619         (_REG_ENOSYS)
10620         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
10621         New private symbol, used to keep the enum signed in all cases.
10622         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
10623         Youngman in
10624         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
10625
10626         * lib/regex_internal.c (re_string_skip_chars, register_state):
10627         (calc_state_hash):
10628         Remove forward decls; no longer needed now that we use prototypes.
10629         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
10630         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
10631         (clean_state_log_if_needed): Likewise.
10632
10633 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
10634
10635         * config/srclist.txt: Add glibc bugs 1231-1233.
10636
10637 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10638
10639         Fix problems reported by Sam Steingold in
10640         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
10641         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
10642         assumed that reg_errcode_t is a signed type, which is not
10643         necessarily true if _XOPEN_SOURCE is not defined.
10644         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
10645         since some compilers warn about it otherwise.
10646
10647 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10648
10649         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
10650         (init_word_char, create_initial_state, duplicate_node_closure):
10651         (fetch_token, peek_token_bracket, build_range_exp):
10652         (build_collating_symbol): Remove forward decls; no longer needed
10653         now that we use prototypes.
10654
10655         * lib/regcomp.c:
10656         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
10657         (re_compile_fastmap_iter, regcomp, regerror, regfree):
10658         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
10659         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
10660         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
10661         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
10662         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
10663         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
10664         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
10665         (build_range_exp, build_collating_symbol, parse_bracket_exp):
10666         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
10667         (build_charclass, build_charclass_op, fetch_number, create_tree):
10668         (create_token_tree, mark_opt_subexp, duplicate_tree):
10669         Use prototypes rather than old-style definitions.
10670
10671         * lib/regex_internal.c:
10672         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
10673         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
10674         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10675         (re_string_reconstruct, re_string_peek_byte_case):
10676         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
10677         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10678         (re_node_set_init_copy, re_node_set_add_intersect):
10679         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10680         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10681         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10682         (re_acquire_state, re_acquire_state_context, register_state):
10683         (create_ci_newstate, create_cd_newstate, free_state):
10684         Likewise.
10685         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
10686         re_search_2):
10687         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
10688         (re_search_internal, prune_impossible_nodes):
10689         (acquire_init_state_context, check_matching, static):
10690         (check_halt_node_context, check_halt_state_context, proceed_next_node):
10691         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
10692         (update_regs, sift_states_backward, build_sifted_states):
10693         (clean_state_log_if_needed, merge_state_array):
10694         (update_cur_sifted_state, add_epsilon_src_nodes):
10695         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
10696         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
10697         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
10698         (find_recover_state, check_subexp_matching_top, transit_state_mb):
10699         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
10700         (check_arrival, check_arrival_add_next_nodes):
10701         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10702         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10703         (check_node_accept_bytes, check_node_accept, extend_buffers):
10704         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
10705         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
10706         (sift_ctx_init):
10707         Likewise.
10708
10709         * lib/regex_internal.h:
10710         (re_string_allocate, re_string_construct, re_string_reconstruct):
10711         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
10712         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
10713         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
10714         (re_string_context_at, re_string_peek_byte_case):
10715         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
10716         is defined, since we now use prototypes always.
10717
10718         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
10719         C89 or better.  All uses removed.
10720
10721 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
10722
10723         * config/srclist.txt: Add glibc bugs 1220-1227.
10724
10725 2005-08-20  Jim Meyering  <jim@meyering.net>
10726
10727         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
10728         of unused local, dfa.
10729
10730 2005-08-20  Bruno Haible  <bruno@clisp.org>
10731
10732         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
10733
10734 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10735
10736         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
10737         (re_node_set_insert_last, re_dfa_add_node):
10738         Rename local variables to avoid GCC shadowing warnings.
10739
10740 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
10743         [defined lint]: Suppress bogus uninitialized-variable warnings.
10744
10745         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
10746         and let the caller return REG_ESPACE if out of space.  This
10747         removes an uninitialied-variable warning with GCC 4.0.1, and also
10748         avoids taking the address of a local variable.  All callers
10749         changed.
10750
10751 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
10752
10753         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
10754         $LIBCSRC/posix/regexec.c.
10755         Add glibc bug 1217 for regcomp.c.
10756
10757 2005-08-19  Jim Meyering  <jim@meyering.net>
10758
10759         * lib/regexec.c (proceed_next_node): Redo local variables to
10760         avoid GCC shadowing warnings.
10761
10762 2005-08-18  Bruno Haible  <bruno@clisp.org>
10763
10764         * lib/strstr.c (strstr): Fix return value in multibyte case.
10765         * lib/strcasestr.c (strcasestr): Likewise.
10766
10767 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
10768
10769         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
10770
10771 2005-08-17  Jim Meyering  <jim@meyering.net>
10772
10773         Make the %s format (seconds since the epoch) work for a negative
10774         number and when used with a zero-padded field width, e.g. %015s.
10775
10776         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
10777         label so that it precedes the code to set `digits'.  Otherwise,
10778         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
10779         print `00-22'.  Now, it prints `-0022', as it should.
10780
10781 2005-08-17  Bruno Haible  <bruno@clisp.org>
10782
10783         * modules/strstr (Files): Add m4/mbrtowc.m4.
10784         (Depends-on): Add mbuiter.
10785
10786 2005-08-17  Bruno Haible  <bruno@clisp.org>
10787
10788         * modules/strcasestr: New file.
10789         * MODULES.html.sh (String handling, based on ANSI C 89): Add
10790         strcasestr.
10791
10792 2005-08-17  Bruno Haible  <bruno@clisp.org>
10793
10794         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
10795
10796 2005-08-17  Bruno Haible  <bruno@clisp.org>
10797
10798         * modules/mbuiter: New file.
10799         * MODULES.html.sh (Extended multibyte and wide character utilities):
10800         Add mbuiter.
10801
10802 2005-08-17  Bruno Haible  <bruno@clisp.org>
10803
10804         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
10805         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
10806
10807 2005-08-17  Bruno Haible  <bruno@clisp.org>
10808
10809         * m4/strcasestr.m4: New file.
10810
10811 2005-08-17  Bruno Haible  <bruno@clisp.org>
10812
10813         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
10814         * lib/strstr.c: Completely rewritten, with multibyte locale support.
10815
10816 2005-08-17  Bruno Haible  <bruno@clisp.org>
10817
10818         * lib/strcasestr.h: New file.
10819         * lib/strcasestr.c: New file.
10820
10821 2005-08-17  Bruno Haible  <bruno@clisp.org>
10822
10823         * lib/strcasecmp.c: Use mbuiter.h.
10824
10825 2005-08-17  Bruno Haible  <bruno@clisp.org>
10826
10827         * lib/mbuiter.h: New file.
10828
10829 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
10830
10831         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
10832         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
10833         and gl_GETOPT are both invoked via different paths (as happens
10834         with GNU tar CVS because it uses both argp and getopt), the former
10835         wins.
10836
10837 2005-08-16  Bruno Haible  <bruno@clisp.org>
10838
10839         * modules/tls: New file.
10840         * MODULES.html.sh (Multithreading): Add tls.
10841
10842 2005-08-16  Bruno Haible  <bruno@clisp.org>
10843
10844         * modules/strnlen1: New file.
10845         * MODULES.html.sh (String handling): Add strnlen1.
10846
10847 2005-08-16  Bruno Haible  <bruno@clisp.org>
10848
10849         * modules/strcase (Files): Add m4/mbrtowc.m4.
10850         (Depends-on): Add strnlen1, mbchar.
10851
10852 2005-08-16  Bruno Haible  <bruno@clisp.org>
10853
10854         * modules/mbiter: New file.
10855         * MODULES.html.sh (Extended multibyte and wide character utilities):
10856         Add mbiter.
10857
10858 2005-08-16  Bruno Haible  <bruno@clisp.org>
10859
10860         * modules/mbfile: New file.
10861         * MODULES.html.sh (Extended multibyte and wide character utilities):
10862         Add mbfile.
10863
10864 2005-08-16  Bruno Haible  <bruno@clisp.org>
10865
10866         * modules/mbchar: New file.
10867         * MODULES.html.sh (Extended multibyte and wide character utilities):
10868         New section.
10869
10870 2005-08-16  Bruno Haible  <bruno@clisp.org>
10871
10872         * m4/tls.m4: New file, from GNU gettext.
10873
10874 2005-08-16  Bruno Haible  <bruno@clisp.org>
10875
10876         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
10877         always.
10878         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
10879
10880 2005-08-16  Bruno Haible  <bruno@clisp.org>
10881
10882         * m4/mbiter.m4: New file.
10883
10884 2005-08-16  Bruno Haible  <bruno@clisp.org>
10885
10886         * m4/mbfile.m4: New file.
10887
10888 2005-08-16  Bruno Haible  <bruno@clisp.org>
10889
10890         * m4/mbchar.m4: New file.
10891
10892 2005-08-16  Bruno Haible  <bruno@clisp.org>
10893
10894         * lib/tls.h: New file, from GNU gettext.
10895         * lib/tls.c: New file, from GNU gettext.
10896
10897 2005-08-16  Bruno Haible  <bruno@clisp.org>
10898
10899         * lib/strnlen1.h: New file.
10900         * lib/strnlen1.c: New file.
10901
10902 2005-08-16  Bruno Haible  <bruno@clisp.org>
10903
10904         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
10905         (mbi_init): Update.
10906         (mbi_avail, mbi_advance): Let the iteration end before the terminating
10907         NUL byte, not after it.
10908
10909 2005-08-16  Bruno Haible  <bruno@clisp.org>
10910
10911         * lib/strcase.h (strcasecmp): Add note in comments.
10912         * lib/strncasecmp.c: Use code from strcasecmp.c.
10913         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
10914         (strcasecmp): Work correctly in multibyte locales.
10915
10916 2005-08-16  Bruno Haible  <bruno@clisp.org>
10917
10918         * lib/mbiter.h: New file.
10919
10920 2005-08-16  Bruno Haible  <bruno@clisp.org>
10921
10922         * lib/mbfile.h: New file.
10923
10924 2005-08-16  Bruno Haible  <bruno@clisp.org>
10925
10926         * lib/mbchar.h: New file.
10927         * lib/mbchar.c: New file.
10928
10929 2005-08-16  Bruno Haible  <bruno@clisp.org>
10930
10931         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
10932         the valid ones. Makes the comparison operations transitive:
10933         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
10934         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
10935
10936 2005-08-15  Simon Josefsson  <jas@extundo.com>
10937
10938         * modules/ssize_t (License): Change to 'unlimited'.
10939
10940         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
10941
10942 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
10943
10944         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
10945         Add comments for each pending glibc patch.
10946
10947 2005-08-15  Bruno Haible  <bruno@clisp.org>
10948
10949         * lib/regex.h (__restrict_arr): Don't define to __restrict if
10950         __cplusplus is defined.
10951
10952 2005-08-14  Jim Meyering  <jim@meyering.net>
10953
10954         Sync from coreutils.
10955
10956         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
10957         Use the hash-table-based cycle-detection code not just when
10958         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
10959         Reported by James Youngman in
10960         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
10961         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
10962         FTS_TIGHT_CYCLE_CHECK.
10963         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
10964         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
10965         once again.
10966         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
10967         * lib/fts.c (fd_safer): Remove decl.
10968         Include fcntl--.h rather than unistd-safer.h
10969         (fts_safe_changedir): Don't call fd_safer; no longer needed
10970         now that we include fcntl--.h.
10971
10972 2005-08-12  Simon Josefsson  <jas@extundo.com>
10973
10974         * modules/getndelim2: Use ssize_t module.
10975         * modules/getnline: Likewise.
10976         * modules/safe-read: Likewise.
10977         * modules/xreadlink: Likewise.
10978
10979         * modules/ssize_t: New file.
10980
10981 2005-08-12  Simon Josefsson  <jas@extundo.com>
10982
10983         * m4/readline.m4: Look for termcap, curses or ncurses if required.
10984
10985 2005-08-12  Simon Josefsson  <jas@extundo.com>
10986
10987         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
10988         ssize_t.
10989
10990 2005-08-12  Simon Josefsson  <jas@extundo.com>
10991
10992         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
10993         readline, getdelim and check_version.
10994         (Support for systems lacking ISO C 99: Sizes of integer types):
10995         Add size_max.
10996
10997 2005-08-12  Bruno Haible  <bruno@clisp.org>
10998
10999         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11000
11001 2005-08-11  Simon Josefsson  <jas@extundo.com>
11002
11003         * modules/readline: New file.
11004
11005         * modules/strnlen (Files): Add strnlen.h.
11006
11007 2005-08-11  Simon Josefsson  <jas@extundo.com>
11008
11009         * m4/readline.m4: New file.
11010
11011 2005-08-11  Simon Josefsson  <jas@extundo.com>
11012
11013         * lib/readline.h, readline.c: New file.
11014
11015 2005-08-11  Simon Josefsson  <jas@extundo.com>
11016
11017         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11018         gl_AVOID.
11019
11020 2005-08-11  Bruno Haible  <bruno@clisp.org>
11021
11022         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11023
11024 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11025
11026         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11027
11028 2005-08-10  Simon Josefsson  <jas@extundo.com>
11029
11030         * tests/test-iconvme.c: New file.
11031
11032 2005-08-10  Simon Josefsson  <jas@extundo.com>
11033
11034         * m4/strnlen.m4: New file.
11035
11036         * m4/strndup.m4: Don't check for strnlen declaration, done in
11037         strnlen.m4.
11038
11039 2005-08-10  Simon Josefsson  <jas@extundo.com>
11040
11041         * lib/strndup.c: Use strnlen.h.
11042
11043         * lib/strnlen.h: New file.
11044
11045 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11046
11047         * README: Typos.
11048
11049 2005-08-02  Simon Josefsson  <jas@extundo.com>
11050
11051         * modules/readline: New file.
11052
11053 2005-08-02  Simon Josefsson  <jas@extundo.com>
11054
11055         * modules/getdelim: New file.
11056
11057         * modules/getline: Rewrite, don't use getndelim2.
11058
11059 2005-08-02  Simon Josefsson  <jas@extundo.com>
11060
11061         * m4/getline.m4: Separate out getdelim stuff into separate module.
11062
11063         * m4/getdelim.m4: New file.
11064
11065 2005-08-02  Simon Josefsson  <jas@extundo.com>
11066
11067         * lib/getline.h, getline.c: Rewrite.
11068
11069         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11070
11071 2005-07-31  Bruno Haible  <bruno@clisp.org>
11072
11073         * lib/lock.h (gl_lock_initializer): New macro.
11074         (gl_lock_define_initialized): Use it.
11075         (gl_rwlock_initializer): New macro.
11076         (gl_rwlock_define_initialized): Use it.
11077         (gl_recursive_lock_initializer): New macro.
11078         (gl_recursive_lock_define_initialized): Use it.
11079
11080 2005-07-30  Karl Berry  <karl@gnu.org>
11081
11082         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11083         Report from Ben Pfaff, regarding getopt.
11084
11085 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
11086
11087         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
11088         normal way.
11089         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
11090         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
11091         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
11092         (gl_GETOPT): Use the new macros.  Most of the implementation
11093         is moved to the new macros.  This is for programs like Emacs
11094         that don't want all the functionality of gl_GETOPT.
11095
11096 2005-07-26  Bruno Haible  <bruno@clisp.org>
11097
11098         * m4/lock.m4: Update from GNU gettext.
11099
11100 2005-07-26  Bruno Haible  <bruno@clisp.org>
11101
11102         * lib/lock.h: Update from GNU gettext.
11103         * lib/lock.c: Update from GNU gettext.
11104
11105 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
11106
11107         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
11108         obsolescent AC_TRY_RUN.  Include the default includes files, for
11109         'exit'.
11110
11111 2005-07-24  Bruno Haible  <bruno@clisp.org>
11112
11113         * modules/visibility: New file.
11114         * MODULES.html.sh (Misc): Add visibility.
11115
11116 2005-07-24  Bruno Haible  <bruno@clisp.org>
11117
11118         * m4/visibility.m4: New file.
11119
11120 2005-07-24  Bruno Haible  <bruno@clisp.org>
11121
11122         * doc/visibility.texi: New file.
11123
11124 2005-07-22  Bruno Haible  <bruno@clisp.org>
11125
11126         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
11127         $(ALLOCA_H), redundant through BUILT_SOURCES.
11128         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
11129         redundant through BUILT_SOURCES.
11130         * modules/byteswap (Makefile.am): Remove explicit dependency on
11131         $(BYTESWAP_H), redundant through BUILT_SOURCES.
11132         * modules/fnmatch (Makefile.am): Remove explicit dependency on
11133         $(FNMATCH_H), redundant through BUILT_SOURCES.
11134         * modules/getopt (Makefile.am): Remove explicit dependency on
11135         $(GETOPT_H), redundant through BUILT_SOURCES.
11136         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
11137         redundant through BUILT_SOURCES.
11138         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
11139         redundant through BUILT_SOURCES.
11140         * modules/stdbool (Makefile.am): Remove explicit dependency on
11141         $(STDBOOL_H), redundant through BUILT_SOURCES.
11142         * modules/stdint (Makefile.am): Remove explicit dependency on
11143         $(STDINT_H), redundant through BUILT_SOURCES.
11144         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
11145         Remove explicit dependency on $(SYSEXITS_H).
11146         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
11147
11148 2005-07-18  Simon Josefsson  <jas@extundo.com>
11149
11150         * lib/check-version.c (check_version): Accept identical versions too.
11151
11152 2005-07-18  Bruno Haible  <bruno@clisp.org>
11153
11154         * modules/lock: New file.
11155         * MODULES.html.sh (Multithreading): New section.
11156
11157 2005-07-18  Bruno Haible  <bruno@clisp.org>
11158
11159         * m4/lock.m4: New file, from GNU gettext.
11160
11161 2005-07-18  Bruno Haible  <bruno@clisp.org>
11162
11163         * lib/lock.h: New file, from GNU gettext.
11164         * lib/lock.c: New file, from GNU gettext.
11165
11166 2005-07-18  Bruno Haible  <bruno@clisp.org>
11167
11168         * lib/lock.h (gl_once_t): New type.
11169         (gl_once_define, gl_once): New macros.
11170         * lib/lock.c (fresh_once): New variable.
11171         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
11172         functions.
11173
11174 2005-07-16  Simon Josefsson  <jas@extundo.com>
11175
11176         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
11177         workaround, suggested by Bruno.
11178
11179 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11180
11181         * modules/xalloc (Depends-on): Add xalloc-die.
11182         * modules/xvasprintf (Depends-on): Add xalloc-die.
11183
11184 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
11185
11186         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
11187         with a minor change.
11188
11189 2005-07-15  Bruno Haible  <bruno@clisp.org>
11190
11191         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
11192         When using lib/poll.c, define poll as rpl_poll.
11193
11194 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
11195
11196         * modules/argp (Depends-on): Remove unlocked-io.
11197
11198 2005-07-14  Derek Price  <derek@ximbiot.com>
11199
11200         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
11201         for glob symlink bug.
11202
11203 2005-07-14  Bruno Haible  <bruno@clisp.org>
11204
11205         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
11206         Instead, test for *_unlocked function declarations directly.
11207
11208 2005-07-11  Simon Josefsson  <jas@extundo.com>
11209
11210         * modules/size_max: New file.
11211
11212         * modules/xsize: Depend on size_max module for size_max.m4.
11213
11214 2005-07-11  Simon Josefsson  <jas@extundo.com>
11215
11216         * lib/size_max.h: New file.
11217
11218 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
11219
11220         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
11221         copyright symbol and the year.
11222         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
11223         (version_etc_va): Use parameterized copyright notice.
11224         Reword to conform to the current GNU coding standards.
11225
11226 2005-07-11  Karl Berry  <karl@gnu.org>
11227
11228         * doc/gnulib.texi (Quoting): new node.
11229         (Initial import): more info, from Patrice.
11230
11231 2005-07-11  Bruno Haible  <bruno@clisp.org>
11232
11233         * gnulib-tool (func_usage): Document option --avoid.
11234         (Command line options): Handle --avoid.
11235         (func_acceptable): New function.
11236         (func_modules_transitive_closure): Use it.
11237
11238 2005-07-11  Bruno Haible  <bruno@clisp.org>
11239
11240         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
11241         Reported by Jim Meyering.
11242
11243 2005-07-10  Bruno Haible  <bruno@clisp.org>
11244
11245         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
11246         Needed when size_t is smaller than 'unsigned int'.
11247         Reported by Paul Eggert.
11248
11249 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11250
11251         * modules/argp (Depends-on): Add unlocked-io
11252
11253 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
11254
11255         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
11256         block of defines.
11257
11258 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
11259
11260         * config/srclist.txt: Comment out regcomp.c, since we have a porting
11261         fix now.
11262
11263 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
11264         and Paul Eggert  <eggert@cs.ucla.edu>
11265
11266         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
11267         in wint_t, not wchar_t.  Remove now-unnecessary cast.
11268
11269 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11270
11271         * modules/regex (Files): Add lib/regex_internal.c,
11272         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
11273         (Depends-on): Add extensions.
11274         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
11275
11276 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11277
11278         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
11279         pathconf.
11280         * m4/same.m4 (gl_SAME): Likewise.
11281         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
11282
11283         * m4/regex.m4: Adjust to new libc regex implementation.
11284         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
11285         all the .c and .h parts of (the new) regex.
11286         Quote the m4 stuff better.
11287         Check for RE_ICASE bug of old gnulib.
11288         Check for REG_STARTEND of recent libc.
11289         Rename local variables from jm_* to gl_*.
11290         Quote operand of "test -f".
11291         Say "recent enough" version of libc, not "version 2".
11292         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
11293         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
11294         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
11295         Remove check for btowc, isascii.
11296         Require AM_LANGINFO_CODESET.
11297
11298 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11299
11300         * lib/regex.c, regex.h: Sync from libc.
11301         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
11302         * lib/regexec.c:
11303         New files, synced from libc, except that regex_internal.h
11304         currently has a small porting fix.
11305
11306 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
11307
11308         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
11309         regex_internal.c, regexec.c.
11310         Add regex_internal.h too, but as a comment, since the libc version
11311         is currently broken in gnulib mode.
11312
11313 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
11314
11315         Support programs like Emacs that use gnulib but not gettext.
11316         * MODULES.html.sh (Internationalization functions): Add gettext-h.
11317         * modules/gettext-h: New file.
11318         * modules/gettext (Files): Remove lib/gettext.h.
11319         (Depends-on): Add gettext-h.
11320         (Makefile.am): Remove lib_SOURCES.
11321         * modules/argmatch, modules/c-stack, modules/closeout:
11322         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
11323         * modules/execute, modules/file-type, modules/getaddrinfo:
11324         * modules/getopt, modules/human, modules/javacomp:
11325         * modules/javaexec, modules/mkdir-p, modules/obstack:
11326         * modules/openat, modules/pagealign_alloc, modules/pipe:
11327         * modules/quotearg, modules/regex, modules/rpmatch:
11328         * modules/unicodeio, modules/userspec, modules/version-etc:
11329         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
11330         * modules/xsetenv:
11331         Depend on gettext-h, not gettext.
11332
11333 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
11334
11335         * gnulib-tool (func_import): Add support for 'public domain' license.
11336         * modules/alloca, modules/atexit, modules/memmove:
11337         Now public domain, not GPL.
11338         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
11339         * modules/realloc, modules/strerror, modules/strtod:
11340         Now LGPL, not GPL.
11341
11342 2005-07-05  Bruno Haible  <bruno@clisp.org>
11343
11344         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
11345         autoconf CVS. Needed for mingw.
11346
11347 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11348
11349         Remove the dependency of the strftime module on the tzset module.
11350         * modules/strftime (Depends-on): Remove dependency on tzset.
11351
11352 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11353
11354         Remove the dependency of the strftime module on the tzset module.
11355         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
11356         gl_FUNC_TZSET_CLOBBER.
11357
11358 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
11359
11360         Remove the dependency of the strftime module on the tzset module.
11361         * lib/strftime.c (my_strftime)
11362         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
11363         Copy the input structure, to work around some of the bug with
11364         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
11365         Solaris releases, you should also use the tzset module, but we won't
11366         require it as a dependency any more since we don't want LGPLed code
11367         to depend on GPLed code.
11368
11369 2005-07-02  Jim Meyering  <jim@meyering.net>
11370
11371         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
11372         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
11373         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
11374         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
11375
11376 2005-07-02  Jim Meyering  <jim@meyering.net>
11377
11378         * lib/backupfile.c (backup_args): Change a `0' to NULL.
11379
11380 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
11381
11382         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
11383         declares only 'struct timespec;' (!).
11384
11385 2005-07-01  Jim Meyering  <jim@meyering.net>
11386
11387         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
11388         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
11389         * lib/save-cwd.c, tempname.c:
11390         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
11391         and don't include <sys/file.h>).
11392
11393 2005-06-29  Jim Meyering  <jim@meyering.net>
11394
11395         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
11396         type name.  Use the variable name instead.
11397         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
11398         Likewise.
11399
11400 2005-06-28  Simon Josefsson  <jas@extundo.com>
11401
11402         * modules/check-version (Files): Add check-version.m4.
11403
11404 2005-06-28  Simon Josefsson  <jas@extundo.com>
11405
11406         * m4/check-version.m4: New file, suggested by Jim Meyering
11407         <jim@meyering.net>.
11408
11409 2005-06-28  Simon Josefsson  <jas@extundo.com>
11410
11411         * lib/check-version.h, lib/check-version.c: New files.
11412
11413 2005-06-28  Simon Josefsson  <jas@extundo.com>
11414
11415         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
11416         collision with global variable.  Better indentation.  Don't
11417         increment buffer pointer beyond buffer end.  Based on comments
11418         from Paul Eggert <eggert@cs.ucla.edu>.
11419
11420         * lib/base64.h: Indent.
11421
11422 2005-06-28  Simon Josefsson  <jas@extundo.com>
11423
11424         * doc/gnulib.texi (Library version handling): New section.
11425
11426 2005-06-28  Jim Meyering  <jim@meyering.net>
11427
11428         * check-module (find_included_lib_files): Hard-code another
11429         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
11430         but modules/fts-lgpl (correctly) does not list those files.
11431
11432         * modules/canonicalize (Files): Add lib/pathmax.h.
11433
11434 2005-06-25  Simon Josefsson  <jas@extundo.com>
11435
11436         * modules/check-version: New file.
11437
11438 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
11439
11440         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
11441         initializer of struct addrinfo, as an indication that we don't
11442         care how many members the structure has.
11443
11444 2005-06-24  Derek Price  <derek@ximbiot.com>
11445         and Bruno Haible  <bruno@clisp.org>
11446
11447         Remove stat module & update lstat.
11448         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
11449         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
11450         * m4/stat.m4: Remove this file.
11451
11452 2005-06-24  Derek Price  <derek@ximbiot.com>
11453         and Bruno Haible  <bruno@clisp.org>
11454
11455         Remove stat module & update lstat.
11456         * lib/stat.c: Remove this file...
11457         (slash_aware_lstat): ...moving this content and its support...
11458         * lib/lstat.c (rpl_lstat): ...into here.
11459         * lib/lstat.h: New file.
11460
11461 2005-06-24  Derek Price  <derek@ximbiot.com>
11462         and Bruno Haible  <bruno@clisp.org>
11463
11464         Remove stat module & update lstat.
11465         * config/srclist.txt (libc sources): Remove stat.
11466
11467 2005-06-24  Derek Price  <derek@ximbiot.com>
11468         and Bruno Haible  <bruno@clisp.org>
11469
11470         Remove stat module & update lstat.
11471         * MODULES.html.sh (stat): Remove.
11472         * MODULES.html: Regenerated.
11473         * modules/lstat (Description): Correct function name.
11474         (Files): Add "lstat.h".
11475         (Depends-on): Remove stat, add xalloc, stat-macros.
11476         * modules/stat: Remove this file.
11477         (Include): Add "lstat.h", remove <sys/stat.h>.
11478
11479 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
11480
11481         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
11482         (ranged_convert): Don't save conversion in a temporary struct.
11483         This causes a warning with GCC 4.0.0, and anyway in the typical
11484         case it's not worth the extra 100 bytes or so of code.
11485         (ranged_convert, __mktime_internal): When calling a function via a
11486         pointer P, use P () rather than (*P) (), as we now assume C89 or
11487         better.
11488
11489 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
11490
11491         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
11492         "who -r" failed to give output.  Problem reported by Tim Waugh.
11493
11494         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
11495         (xcalloc): Use it to avoid needless tests.
11496         Problem reported by Jim Meyering.
11497
11498 2005-06-20  Derek Price  <derek@ximbiot.com>
11499
11500         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
11501         unnecessary for Autoconfs > 2.59c.
11502
11503 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
11504
11505         * lib/argp.h (__option_is_short): Check upper limit of
11506         __key. Isprint() requires its argument to have the value
11507         of an unsigned char or EOF.
11508
11509 2005-06-16  Jim Meyering  <jim@meyering.net>
11510
11511         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
11512         when either N or S is zero.
11513
11514 2005-06-16  Derek Price  <derek@ximbiot.com>
11515
11516         * m4/bison.m4: Declare YACC & YFLAGS precious.
11517
11518 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
11519
11520         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
11521         multibyte string or pattern, fall back on unibyte matching.
11522         Problem reported by James Youngman.
11523
11524 2005-06-08  Bruno Haible  <bruno@clisp.org>
11525
11526         * modules/csharpcomp: New file.
11527         * MODULES.html.sh (C#): Add csharpcomp.
11528
11529 2005-06-08  Bruno Haible  <bruno@clisp.org>
11530
11531         * m4/csharpcomp.m4: New file, from GNU gettext.
11532
11533 2005-06-08  Bruno Haible  <bruno@clisp.org>
11534
11535         * lib/csharpcomp.h: New file, from GNU gettext.
11536         * lib/csharpcomp.c: New file, from GNU gettext.
11537         * lib/csharpcomp.sh.in: New file, from GNU gettext.
11538
11539 2005-06-08  Bruno Haible  <bruno@clisp.org>
11540
11541         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
11542         warning on mingw.
11543
11544 2005-06-07  Derek Price  <derek@ximbiot.com>
11545
11546         Sync from CVS.
11547         * lib/glob_.h: Indent nested #ifdef.
11548
11549 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11550
11551         Sync from coreutils.
11552         Use "file name" when talking about file names, instead of "filename"
11553         or "path", as per the GNU coding standards.
11554         * lib/mkdir-p.c: Renamed from makepath.c.
11555         (make_dir_parents): Renamed from make_path.  All callers changed.
11556         * lib/mkdir-p.h: Likewise.  All includers changed.
11557         * lib/filenamecat.c: Renamed from path-concat.c.
11558         (file_name_concat): Renamed from path_concat.  All callers changed.
11559         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
11560         * lib/filenamecat.h: Likewise.  All includers changed.
11561         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
11562         in comments or local variable names.
11563         * lib/basename.c: Likewise.
11564         * lib/canonicalize.c, canonicalize.h: Likewise.
11565         * lib/dirname.c, dirname.h: Likewise.
11566         * lib/euidaccess.c: Likewise.
11567         * lib/exclude.c: Likewise
11568         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
11569         * lib/fsusage.c, fsuage.h: Likewise.
11570         * lib/fts.c, fts_.h: Likewise.
11571         * lib/getcwd.c: Likewise.
11572         * lib/getloadavg.c: Likewise.
11573         * lib/mkstemp.c: Likewise.
11574         * lib/mountlist.c, mountlist.h: Likewise.
11575         * lib/openat.c, openat.h: Likewise.
11576         * lib/readlink-stub.c: Likewise.
11577         * lib/readutmp.c, readutmp.h: Likewise.
11578         * lib/rename.c: Likewise.
11579         * lib/rmdir.c: Likewise.
11580         * lib/same.c: Likewise.
11581         * lib/savedir.c: Likewise.
11582         * lib/stripslash.c: Likewise.
11583         * lib/tempname.c: Likewise.
11584         * lib/xreadlink.c: Likewise.
11585         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
11586         All uses changed.
11587         * lib/exclude.h: Likewise.
11588
11589         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
11590         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11591         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
11592         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11593         * lib/pathmax.h: Include <limits.h> unconditionally, since other
11594         files have been getting away with it for years (MORE/BSD 4.3
11595         is extinct now).
11596         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
11597         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
11598
11599         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
11600         Define to 256, not 255, as per modern POSIX.
11601
11602 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11603
11604         Sync from coreutils.
11605         Use "file name" when talking about file names, instead of "filename"
11606         or "path", as per the GNU coding standards.
11607         * MODULES.html.sh: mkdir-p renamed from makepath.
11608         filenamecat renamed from path-concat.
11609         * modules/filenamecat: Renamed from modules/path-concat.
11610         (Files): filenamecat.h and filenamecat.c renamed from
11611         path-concat.h and path-concat.c.
11612         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
11613         (Include): filenamecat.h, not path-concat.h.
11614         * modules/mkdir-p: Renamed from modules/makepath.
11615         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
11616         makepath.c.
11617         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
11618         (Include): mkdir-p.h, not makepath.h.
11619
11620 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
11621
11622         Sync from coreutils.
11623         * m4/mkdir-p.m4: Renamed from makepath.m4.
11624         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
11625         Rename files from makepath.c to mkdir-p.c, and from
11626         makepath.h to mkdir-p.h.
11627         * m4/filenamecat.m4: Renamed from path-concat.m4.
11628         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
11629         Rename files from path-concat.c to filenamecat.c,
11630         and from path-concat.h to filenamecat.h.
11631         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
11632         "file name" in local variables or comments.
11633         * m4/rename.m4: Likewise.
11634
11635 2005-06-01  Bruno Haible  <bruno@clisp.org>
11636
11637         * modules/csharpexec: New file.
11638         * MODULES.html.sh (C#): New section.
11639
11640 2005-06-01  Bruno Haible  <bruno@clisp.org>
11641
11642         * m4/csharp.m4: New file, from GNU gettext.
11643         * m4/csharpexec.m4: New file, from GNU gettext.
11644
11645 2005-06-01  Bruno Haible  <bruno@clisp.org>
11646
11647         * lib/csharpexec.h: New file, from GNU gettext.
11648         * lib/csharpexec.c: New file, from GNU gettext.
11649         * lib/csharpexec.sh.in: New file, from GNU gettext.
11650
11651 2005-05-31  Derek Price  <derek@ximbiot.com>
11652             Paul Eggert  <eggert@cs.ucla.edu>
11653
11654         Sync from cvs.
11655         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11656
11657 2005-05-31  Derek Price  <derek@ximbiot.com>
11658             Paul Eggert  <eggert@cs.ucla.edu>
11659
11660         Sync from cvs.
11661         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
11662
11663 2005-05-29  Derek Price  <derek@ximbiot.com>
11664
11665         * config/srclist.txt (glob_.h, glob.c): Add these files.
11666
11667 2005-05-29  Derek Price  <derek@ximbiot.com>
11668
11669         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
11670         * modules/glob: New file.
11671         * modules/getlogin_r: Add link to POSIX spec in description.
11672
11673 2005-05-29  Derek Price  <derek@ximbiot.com>
11674             Paul Eggert  <eggert@cs.ucla.edu>
11675
11676         * m4/glob.m4: New file.
11677
11678 2005-05-29  Derek Price  <derek@ximbiot.com>
11679             Paul Eggert  <eggert@cs.ucla.edu>
11680
11681         * lib/glob_.h, lib/glob.c: New files.
11682
11683 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11684
11685         * modules/fts (Files): Remove m4/inttypes-pri.m4.
11686         * modules/fts-lgpl (Depends-on): Remove gettext.
11687
11688 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11689
11690         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
11691         and don't require gt_INTTYPES_PRI.
11692
11693 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
11694
11695         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
11696
11697         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
11698         the configuration hassle isn't worth it.
11699         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
11700         (LONGEST_MODIFIER, PRIuMAX): Remove.
11701
11702 2005-05-27  Bruno Haible  <bruno@clisp.org>
11703
11704         * lib/getlogin_r.h: Remove second include of <stddef.h>.
11705
11706 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
11707
11708         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
11709         _POSIX_PTHREAD_SEMANTICS for Solaris.
11710
11711 2005-05-25  Derek Price  <derek@ximbiot.com>
11712
11713         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
11714
11715 2005-05-25  Derek Price  <derek@ximbiot.com>
11716             Paul Eggert  <eggert@cs.ucla.edu>
11717
11718         * modules/getlogin_r, m4/getlogin_r.m4: New files.
11719         * lib/getlogin_r.c, getlogin_r.h: New files.
11720
11721 2005-05-25  Bruno Haible  <bruno@clisp.org>
11722             Derek Price  <derek@ximbiot.com>
11723
11724         * lib/getlogin_r.h: Simplify API documentation.
11725
11726 2005-05-23  Derek Price  <derek@ximbiot.com>
11727
11728         * modules/minmax (Files): Add m4/minmax.m4.
11729         (configure.ac): Add gl_MINMAX.
11730
11731 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
11732
11733         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
11734         so that unistd-safer.h (GPL'ed code) need not be included.
11735
11736 2005-05-22  Bruno Haible  <bruno@clisp.org>
11737
11738         * m4/minmax.m4: New file.
11739         Based on a patch by Derek Price <derek@ximbiot.com>.
11740
11741 2005-05-22  Bruno Haible  <bruno@clisp.org>
11742
11743         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
11744         (INT64_MIN): Fix definition.
11745         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
11746
11747         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
11748         NEED_SIGNED_INT_TYPES.
11749
11750         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
11751         HAVE_SYSTEM_INTTYPES.
11752
11753 2005-05-22  Bruno Haible  <bruno@clisp.org>
11754
11755         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
11756         Also include <sys/param.h> if it defines MIN, MAX.
11757         Based on a patch by Derek Price <derek@ximbiot.com>.
11758
11759 2005-05-21  Jim Meyering  <jim@meyering.net>
11760
11761         * modules/fts (Files): Add m4/inttypes-pri.m4.
11762         (Depends-on): Add lstat and remove gettext.  Alphabetize.
11763
11764 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11765
11766         New fts module.
11767         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
11768         (setup_dir, free_dir): New functions.
11769         (enter_dir, leave_dir): Define trivial
11770         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
11771         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
11772         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
11773         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
11774         Move to fts-cycle.c.
11775         (fts_open): Use setup_dir.
11776         (fts_close): Use free_dir.
11777         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
11778         This adds a label and some gotos, but the alternatives were messier.
11779         Check for memory allocation failure when entering a dir.
11780         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
11781         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
11782         (FTS): New member fts_cycle, that is a union that contains the
11783         old active_dir_ht and cycle_state.  All uses changed to mention
11784         fts_cycle.ht and fts_cycle.state.
11785         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
11786         fts.c, with the following changes:
11787         (setup_dir, free_dir): New functions.
11788         (enter_dir): Now returns bool.  Return true if successful, false
11789         if memory exhausted.  All callers changed.
11790         Do not bother partly cleaning up on
11791         memory allocation failure; that is free_dir's job.
11792         However, free ad if hash_insert fails, to avoid memory leak.
11793         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
11794         fts->fts_options to see which union member to use.
11795
11796 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11797
11798         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
11799         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
11800
11801 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
11802
11803         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
11804
11805 2005-05-20  Jim Meyering  <jim@meyering.net>
11806
11807         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
11808         Now a macro, to pacify GCC.
11809
11810 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11811
11812         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
11813         of -1.
11814
11815 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
11816
11817         * lib/chown.c (rpl_chown): Return -1 on failure.
11818
11819 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11820
11821         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
11822         Don't check for stddef.h.
11823         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
11824         don't use its results.
11825         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
11826         since we include them unconditionally.  Don't require
11827         AM_STDBOOL_H, since stdbool is a prerequisite.
11828         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
11829         since we assume C89 or better.
11830         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
11831         as we don't use their results.
11832         Don't check for fchdir, memmove, memset, strrchr, as we use
11833         them unconditionally.
11834         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
11835         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
11836
11837 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
11838
11839         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
11840         Include <stddef.h> unconditionally, since we assume C89 now.
11841         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
11842         * lib/fts.c: Include fts_.h first, to check interface.
11843         Do not include intprops.h; no longer needed.
11844         Include cycle-check.h and hash.h, since fts_.h no longer does.
11845         Remove unnecessary casts of closedir to void.
11846         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
11847         decide whether to decrement nlinks.
11848         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
11849         (FTS): Use struct hash_table * instead of Hash_table, so that
11850         we no longer need to include hash.h here.
11851
11852 2005-05-18  Jim Meyering  <jim@meyering.net>
11853
11854         * modules/dirfd (License): Change to LGPL.  Most of the code
11855         is already in the public domain.
11856
11857 2005-05-18  Jim Meyering  <jim@meyering.net>
11858
11859         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
11860         Reported by Yoann Vandoorselaere.
11861
11862 2005-05-17  Jim Meyering  <jim@meyering.net>
11863
11864         * m4/fts.m4: New file, from coreutils.
11865
11866 2005-05-17  Jim Meyering  <jim@meyering.net>
11867
11868         * lib/fts.c, lib/fts_.h: New files, from coreutils.
11869
11870 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11871
11872         Sync from coreutils.
11873         * m4/unlinkdir.m4: New file.
11874
11875 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11876
11877         Sync from coreutils.
11878         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
11879         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
11880         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
11881         White space changes only.
11882         * lib/makepath.c (make_path): Port to hosts where leading "//" is
11883         special.
11884         * lib/yesno.c: Include getline.h, not ctype.h.
11885         (yesno): Don't remove leading white space; POSIX doesn't allow it.
11886         Use getline to remove arbitrary restriction on response length.
11887
11888 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
11889
11890         * config/srclist-update: Spell out "Street" in FSF postal
11891         mail address; this is the style the FSF seems to prefer.
11892
11893         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
11894         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
11895         this updates FSF postal mail address.
11896
11897         Sync from coreutils.
11898         * modules/unlinkdir: New file.
11899         * modules/yesno (Depends-on): Add getline.
11900         * MODULES.html.sh (File system functions): Add unlinkdir.
11901
11902 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
11903
11904         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
11905         lib/strsep.h:
11906         Change the initial comment to refer to GPL, not LGPL.
11907         gnulib-tool will change it to LGPL as needed.
11908
11909         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
11910         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
11911         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
11912         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
11913         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
11914         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
11915         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
11916         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
11917         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
11918         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
11919         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
11920         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
11921         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
11922         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
11923         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
11924         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
11925         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
11926         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
11927         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
11928         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
11929         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
11930         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
11931         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
11932         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
11933         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
11934         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
11935         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
11936         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
11937         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
11938         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
11939         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
11940         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
11941         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
11942         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
11943         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
11944         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
11945         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
11946         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
11947         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
11948         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
11949         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
11950         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
11951         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
11952         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
11953         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
11954         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
11955         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
11956         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
11957         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
11958         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
11959         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
11960         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
11961         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
11962         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
11963         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
11964         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
11965         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
11966         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
11967         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
11968         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
11969         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
11970         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
11971         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
11972         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
11973         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
11974         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
11975         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
11976         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
11977         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
11978         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
11979         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
11980         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
11981         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
11982         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
11983         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
11984         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
11985         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
11986         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
11987         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
11988         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
11989         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
11990         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
11991         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
11992         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
11993         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
11994         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
11995         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
11996         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
11997         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
11998         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
11999         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12000         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12001         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12002         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12003         lib/yesno.c, lib/yesno.h:
12004         Update FSF postal mail address.
12005
12006 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12007
12008         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12009         tests/test-memmem.c, tests/test-stpncpy.c:
12010         Update FSF postal mail address.
12011
12012 2005-05-13  Bruno Haible  <bruno@clisp.org>
12013
12014         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12015         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12016         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12017         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12018         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12019         Add support for 64-bit integers in the MSVC compiler.
12020
12021 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12022
12023         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12024
12025 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12026
12027         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12028
12029 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12030
12031         * doc/getdate.texi (General date syntax): Don't say that date
12032         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12033         Problem reported by Nic Ferrier.
12034
12035 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12036
12037         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12038         specified in ai_socktype. Fix invalid ai_protocol
12039         check. ai_protocol is usually set to 0 or depending on
12040         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12041         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12042         ai_socktype / ai_protocol in the returned addrinfo structure.
12043
12044 2005-05-10  Simon Josefsson  <jas@extundo.com>
12045
12046         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12047         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12048
12049 2005-05-10  Karl Berry  <karl@gnu.org>
12050
12051         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12052         (from http://www.gnu.org/licenses).
12053         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12054         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12055         fdl.texi suffices.
12056
12057 2005-05-10  Karl Berry  <karl@gnu.org>
12058
12059         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12060         (COPYING.DOC): remove.
12061
12062         * config/srclist-update: new FSF address.
12063
12064 2005-05-10  Derek Price  <derek@ximbiot.com>
12065
12066         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12067         possible.
12068
12069 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12070             Bruno Haible  <bruno@clisp.org>
12071
12072         * modules/inet_ntop: New file.
12073         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12074         inet_ntop.
12075
12076 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12077             Bruno Haible  <bruno@clisp.org>
12078
12079         * m4/inet_ntop.m4: New file.
12080
12081 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12082             Bruno Haible  <bruno@clisp.org>
12083
12084         * lib/inet_ntop.h: New file.
12085         * lib/inet_ntop.c: New file, from glibc with modifications.
12086
12087 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
12088
12089         * modules/time_r (License): Change to LGPL.
12090         * modules/extensions (License): Change to LGPL.  Actually,
12091         the license is more permissive than that, but currently gnulib-tool
12092         doesn't know how to handle more-permissive licenses.
12093
12094         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
12095         Problem reported by Dave Love.
12096
12097 2005-05-08  Jim Meyering  <jim@meyering.net>
12098
12099         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
12100         blank.
12101
12102 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
12103
12104         * modules/argmatch (Depends-on): Add stdbool.
12105         * modules/backupfile (Depends-on): Likewise.
12106         * modules/chdir-long (Depends-on): Likewise.
12107         * modules/closeout (Depends-on): Likewise.
12108         * modules/cycle-check (Depends-on): Likewise.
12109         * modules/dirname (Depends-on): Likewise.
12110         * modules/fnmatch (Depends-on): Likewise.
12111         * modules/fsusage (Depends-on): Likewise.
12112         * modules/fwriteerror (Depends-on): Likewise.
12113         * modules/getcwd (Depends-on): Likewise.
12114         * modules/getloadavg (Depends-on): Likewise.
12115         * modules/hard-locale (Depends-on): Likewise.
12116         * modules/makepath (Depends-on): Likewise.
12117         * modules/mountlist (Depends-on): Likewise.
12118         * modules/nanosleep (Depends-on): Likewise.
12119         * modules/posixtm (Depends-on): Likewise.
12120         * modules/quotearg (Depends-on): Likewise.
12121         * modules/readtokens (Depends-on): Likewise.
12122         * modules/readtokens0 (Depends-on): Likewise.
12123         * modules/readutmp (Depends-on): Likewise.
12124         * modules/save-cwd (Depends-on): Likewise.
12125         * modules/strftime (Depends-on): Likewise.
12126         * modules/userspec (Depends-on): Likewise.
12127         * modules/utimecmp (Depends-on): Likewise.
12128         * modules/xgetcwd (Depends-on): Likewise.
12129         * modules/xnanosleep (Depends-on): Likewise.
12130         * modules/xstrtod (Depends-on): Likewise.
12131         * modules/yesno (Depends-on): Likewise.
12132
12133 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
12134
12135         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
12136         needless checks.
12137
12138 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12139
12140         Merge from coreutils.  Among other things,
12141         add bulletproofing for cases where stdin, stdout, or stderr are closed.
12142         * lib/fd-safer.c: New file.
12143         * lib/fcntl-safer.h, open-safer.c: Remove.
12144         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
12145         * lib/dup-safer.c: Include unistd-safer.h first.
12146         Don't include errno.h.
12147         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
12148         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
12149         * lib/file-type.c: Rely on file-type.h change.
12150         * lib/getloadavg.c: Include unistd-safer.h.
12151         (getloadavg): Use safer open.
12152         * lib/getusershell.c: Include "stdio-safer.h".
12153         (getusershell): Use safer fopen.
12154         * lib/long-options.c (long_options): Use NULL rather than 0.
12155         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
12156         'free'.
12157         * lib/modechange.c: Likewise.
12158         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
12159         (MODE_DONE): New constant.
12160         (struct mode_change): Remove 'next' member.
12161         (make_node_op_equals): New function; like the old one of the
12162         same name, except it allocates an array.
12163         (mode_compile, mode_create_from_ref): Use it.
12164         (mode_compile): Allocate result as an array, not a linked list.
12165         Parse octal string ourself, so that we catch mistakes like "+0".
12166         (mode_adjust): Arg is an array, not a linked list.
12167         * lib/modechange.c: Include stat-macros.h, xalloc.h.
12168         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
12169         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
12170         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
12171         Remove.  This is now stat-macros.h's job.
12172         (talloc): Remove.  All callers replaced by xalloc, so that
12173         our invokers don't have to worry about reporting memory failures.
12174         (make_node_op_equals): Remove.
12175         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12176         New constants.
12177         (struct mode_change): Moved here from modechange.h.
12178         (mode_append_entry): Remove.
12179         (mode_compile): Remove MASKED_OPS arg, since it encouraged
12180         apps to have incorrect behavior.  Use simpler algorithm for head
12181         and tail.  Don't futz with umask; that's now the job of mode_adjust.
12182         Detect more invalid usages rather than having somewhat-random behavior.
12183         Don't insert an "a=" action, as that leads to incorrect behavior.
12184         (mode_compile, mode_create_from_ref): Return NULL on error instead
12185         of an enum, since now there's only one way to have an error.  All
12186         callers changed.
12187         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
12188         at the correct time.  Simplify calculation of "+u" and its ilk.
12189         Don't mishandle "+X".
12190         (mode_free): Remove "register" and localize decls.
12191         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
12192         (struct mode_change): Move to modechange.c; callers don't
12193         need to see this stuff.
12194         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
12195         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
12196         (mode_change, mode_adjust): Reflect the new signatures noted above.
12197         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
12198         that might redefine system include files.
12199         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
12200         (my_usleep): Use NULL rather than (void *) 0.
12201         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
12202         Use siginterrupt to specify that system calls should be interrupted.
12203         (rpl_nanosleep): Move initialization of suspended closer to call of
12204         my_usleep.
12205         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
12206         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
12207         (desirable_utmp_entry): New function.
12208         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
12209         using x2nrealloc, to simplify logic.
12210         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
12211         size calculation.  Do not assume utmp file is a regular file.
12212         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
12213         (READ_UTMP_CHECK_PIDS): New constant.
12214         * lib/save-cwd.c: Include unistd-safer.h.
12215         (save_cwd): Use fd_safer.
12216         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
12217         [!_LIBC] Include "stat-macros.h" instead.
12218         * lib/unistd-safer.h (fd_safer): New decl.
12219
12220 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12221
12222         * modules/getloadavg (Depends-on): Add unistd-safer.
12223         * modules/getusershell (Depends-on): Add stdio-safer.
12224         * modules/lstat (Depends-on): Remove xalloc.
12225         * modules/mkstemp (Depends-on): Add stat-macros.
12226         * modules/modechange (Depends-on): Remove xstrtol.
12227         Add stat-macros, xalloc.
12228         * modules/save-cwd (Depends-on): Add unistd-safer.
12229         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
12230         * modules/unistd-safer (Files): Add lib/fd-safer.c
12231         (Makefile.am): Remove lib_SOURCES.
12232
12233         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
12234         Remove fcntl-safer; unistd-safer supersedes it.
12235
12236 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12237
12238         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
12239         AC_HEADER_STAT.
12240         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
12241         (gl_PREREQ_CHOWN): Remove.
12242         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
12243         it.  Don't require AC_HEADER_STAT.
12244         (gl_PREREQ_LSTAT): Remove.
12245         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
12246         Don't require AC_HEADER_STAT.
12247         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
12248         (gl_PREREQ_RMDIR): Remove.
12249         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
12250         mention stat-macros.h or AC_HEADER_STAT, since we'll make
12251         the stat-macros module a prerequisite.
12252         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
12253         * m4/filemode.m4 (gl_FILEMODE): Likewise.
12254         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
12255         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
12256         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
12257         variable names.
12258         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
12259         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
12260         variable prefixes.
12261         * m4/fcntl-safer.m4: Remove.
12262         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
12263         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
12264         Invoke gl_PREREQ_FD_SAFER.
12265         (gl_PREREQ_FD_SAFER): New macro.
12266         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
12267         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
12268         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
12269         Remove duplicate call to AC_LIBOBJ(readutmp).
12270         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
12271
12272         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
12273         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
12274
12275 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
12276
12277         * MODULES.html.sh (Misc): Add byteswap.
12278
12279 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12280
12281         * modules/getcwd (Depends-on): Add extensions.
12282         * modules/openat (Depends-on): Likewise.
12283
12284 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12285
12286         * modules/byteswap: New file.
12287
12288 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12289
12290         * m4/byteswap.m4: New file.
12291
12292 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
12293
12294         * lib/byteswap_.h: New file.
12295
12296 2005-04-25  Karl Berry  <karl@gnu.org>
12297
12298         * m4/gettext.m4: Update from GNU gettext 0.14.4.
12299
12300 2005-04-25  Albert Chin  <china@thewrittenword.com>
12301
12302         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
12303         Toolkit C bug.
12304
12305 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
12306
12307         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
12308         (func_ln_if_changed) Remove forcibly for no error message
12309         in case file does not exist.
12310
12311 2005-04-19  Simon Josefsson  <jas@extundo.com>
12312
12313         * gnulib-tool (Options): Make --symlink mean --symbolic.
12314
12315 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
12316
12317         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
12318
12319 2005-04-16  Simon Josefsson  <jas@extundo.com>
12320
12321         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
12322
12323 2005-04-15  Simon Josefsson  <jas@extundo.com>
12324
12325         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
12326
12327 2005-04-15  Simon Josefsson  <jas@extundo.com>
12328
12329         * gnulib-tool: Rename --symlink to --symbolic.
12330
12331 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
12332
12333         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
12334         symbolic links to files instead of copying/moving.  Add --aux-dir,
12335         specifying directory relative --dir where auxiliary build tools
12336         are placed.
12337
12338 2005-04-14  Bruno Haible  <bruno@clisp.org>
12339
12340         * modules/allocsa (License): Change to LGPL.
12341         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
12342
12343 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
12344
12345         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
12346         that "UTC +1 second" continues to work.  Problem reported
12347         by Dmitry V. Levin.
12348         (relunit_snumber): New rule.
12349         (relunit): Use it.
12350
12351 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
12352
12353         * lib/getdate.y (universal_time_zone_table): New constant.
12354         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
12355         universal_time_zone_table.
12356         (lookup_zone): Prefer universal_time_zone_table to
12357         local_time_zone_table, so that "GMT" time stamps are allowed in
12358         London during the summer.  Problem reported by Ian Abbott.
12359
12360 2005-04-12  Jim Meyering  <jim@meyering.net>
12361
12362         * lib/human.c (humblock): Set *options even when returning due to
12363         xstrtoumax conversion failure.  Thanks to a used-uninitialized
12364         warning from gcc-4.
12365
12366 2005-04-09  Jim Meyering  <jim@meyering.net>
12367
12368         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
12369         -Wuninitialized: initialize tm0.tm_year.
12370
12371 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
12372
12373         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
12374         count, since there's no maximum.  All uses changed.
12375         Add member dsts_seen.
12376         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
12377         not being INT_MAX.
12378         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
12379         Use pc_rels_seen to decide whther a date is absolute.
12380
12381         * lib/getdate.y (number): Don't overwrite year.
12382         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
12383         check.
12384
12385 2005-04-02  Simon Josefsson  <jas@extundo.com>
12386
12387         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
12388         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
12389
12390 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
12391
12392         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
12393         where no absolute path name can be longer than PATH_MAX.
12394
12395 2005-03-27  Jim Meyering  <jim@meyering.net>
12396
12397         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
12398
12399 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
12400
12401         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
12402         "one's complement" -> "ones' complement" in comment, as per Knuth.
12403         "value of type" -> "type or expression" in comment.
12404         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
12405
12406 2005-03-26  Jim Meyering  <jim@meyering.net>
12407
12408         Comment nits.
12409         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
12410         Correct typos: s/or/of/.
12411
12412 2005-03-26  Jim Meyering  <jim@meyering.net>
12413
12414         * modules/check-include-files: Move to ../ and rename to...
12415         * check-module: ...this.
12416
12417 2005-03-25  Jim Meyering  <jim@meyering.net>
12418
12419         * modules/xvasprintf (Files): Add xalloc.h.
12420
12421 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
12422
12423         * modules/gettext (Files): config/config.rpath ->
12424         build-aux/config.rpath
12425         * modules/iconv (Files): Likewise.
12426         Problem reported by Oskar Liljeblad.
12427
12428 2005-03-23  Jim Meyering  <jim@meyering.net>
12429
12430         * modules/check-include-files: New script to check for
12431         missing dependencies, multiple includes, etc.
12432
12433         * modules/c-strtold (Depends-on): Add xalloc.
12434         * modules/c-strtod (Depends-on): Add xalloc.
12435         * modules/hash (Depends-on): Add xalloc.
12436         (Files): Remove lib/xalloc.h.
12437
12438         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
12439         * modules/userspec (Files): Add lib/inttostr.h.
12440
12441 2005-03-23  Jim Meyering  <jim@meyering.net>
12442
12443         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
12444
12445 2005-03-22  Jim Meyering  <jim@meyering.net>
12446
12447         * modules/stat-macros: New module.
12448         * modules/canonicalize, modules/euidaccess, modules/file-type,
12449         * modules/filemode, modules/lchown, modules/makepath,
12450         * modules/rmdir, modules/stat: Depend on new stat-macros module
12451         rather than listing lib/stat-macros.h manually.
12452         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
12453
12454 2005-03-22  Jim Meyering  <jim@meyering.net>
12455
12456         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
12457
12458 2005-03-22  Bruno Haible  <bruno@clisp.org>
12459
12460         * config/srclist.txt: Replace target directory 'config' with
12461         'build-aux'.
12462         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
12463         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
12464         ../build-aux/.
12465
12466 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
12467
12468         * modules/chdir-long (Depends-on): Add mempcpy.
12469
12470         * modules/acl, modules/backupfile, modules/c-strtod,
12471         modules/c-strtold, modules/canon-host, modules/canonicalize,
12472         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
12473         modules/exclude, modules/exitfail, modules/file-type,
12474         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
12475         modules/getdate, modules/getline, modules/getpagesize,
12476         modules/getpass, modules/getugroups, modules/group-member,
12477         modules/hard-locale, modules/hash, modules/human, modules/idcache,
12478         modules/inttostr, modules/long-options, modules/makepath,
12479         modules/md5, modules/memcasecmp, modules/memcoll,
12480         modules/modechange, modules/mountlist, modules/path-concat,
12481         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
12482         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
12483         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
12484         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
12485         modules/strftime, modules/strndup, modules/strverscmp,
12486         modules/timespec, modules/unlocked-io, modules/userspec,
12487         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
12488         modules/yesno:
12489         Remove lib_SOURCES line from Makefile.am section, as this is now
12490         done automatically by the corresponding Autoconf macro.
12491
12492 2005-03-21  Jim Meyering  <jim@meyering.net>
12493
12494         Changes imported from coreutils.
12495
12496         * lib/cycle-check.c: Don't include xalloc.h.
12497
12498         * lib/path-concat.c: Don't include assert.h.
12499         (path_concat): Remove assertion that would have triggered
12500         for ABASE starting with more than one slash.
12501         Reported by Andreas Schwab.
12502
12503         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
12504         properly when ABASE is an absolute file name.
12505         Correct the description of this function.
12506         Include <assert.h>.
12507         Add an assertion and a test driver.
12508         This fixes a bug introduced on 2004-07-02.
12509         Andreas Schwab reported the resulting failure of cp --parents:
12510         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
12511
12512 2005-03-21  Jim Meyering  <jim@meyering.net>
12513
12514         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
12515         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
12516
12517 2005-03-21  Jim Meyering  <jim@meyering.net>
12518         and  Paul Eggert  <eggert@cs.ucla.edu>
12519
12520         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
12521         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
12522         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
12523         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
12524         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
12525         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
12526         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
12527         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
12528         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
12529         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
12530         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
12531         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
12532         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
12533         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
12534         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
12535         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
12536         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
12537         for these modules.
12538
12539 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
12540
12541         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
12542         (which shouldn't happen), generate nothing instead of returning 0
12543         immediately, so that nstrftime (NULL, ...) doesn't return 0.
12544
12545 2005-03-16  Bruno Haible  <bruno@clisp.org>
12546
12547         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
12548         HAVE_LONGLONG_64BIT.
12549
12550 2005-03-16  Bruno Haible  <bruno@clisp.org>
12551
12552         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
12553         HAVE_LONGLONG_64BIT.
12554
12555 2005-03-16  Bruno Haible  <bruno@clisp.org>
12556
12557         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
12558         HAVE_LONGLONG_64BIT.
12559
12560 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12561
12562         * lib/strftime.c (my_strftime): Prepend space to format so that we can
12563         reliably distinguish strftime failure from empty output on POSIX
12564         hosts.
12565
12566 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
12567
12568         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
12569         (iconv_string): Don't guess a size-zero buffer, as that might cause
12570         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
12571         result would be 'too large', where 'too large' is (heuristically)
12572         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
12573         overflow concerns.  This will prevent some unwanted malloc failures
12574         when the inputs are very large.
12575
12576 2005-03-15  Karl Berry  <karl@gnu.org>
12577
12578         * config/srclist.txt (config.rpath): from gettext.
12579         * config/config.rpath: update.
12580
12581 2005-03-15  Bruno Haible  <bruno@clisp.org>
12582
12583         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
12584         to 'negate'.
12585
12586         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
12587         variable.
12588
12589         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
12590         results.
12591
12592 2005-03-14  Simon Josefsson  <jas@extundo.com>
12593
12594         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
12595         <fx@gnu.org>.
12596
12597 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
12600         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
12601         intprops.h.
12602         * lib/strtol.c: Likewise.
12603
12604 2005-03-14  Jim Meyering  <jim@meyering.net>
12605
12606         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
12607         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
12608         to be nonzero so that we (and caller) can detect the difference
12609         between a valid zero-length expansion and an error return, even
12610         when the underlying strftime fails before writing anything into
12611         that location.
12612
12613 2005-03-14  Bruno Haible  <bruno@clisp.org>
12614
12615         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
12616         Update from GNU gettext 0.14.3.
12617
12618 2005-03-10  Jim Meyering  <jim@meyering.net>
12619
12620         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
12621
12622 2005-03-10  Jim Meyering  <jim@meyering.net>
12623
12624         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
12625         so that this module works on systems without fchdir.
12626
12627 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
12628
12629         Factor int-properties macros into a single file, except for
12630         glibc-related files.
12631         * lib/intprops.h: New file.
12632         * lib/getloadavg.c: Include it instead of limits.h.
12633         (INT_STRLEN_BOUND): Remove.
12634         * lib/human.c: Include intprops.h.
12635         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
12636         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
12637         302/1000.
12638         * lib/inttostr.h: Include intprops.h instead of limits.h.
12639         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
12640         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
12641         for consistency with intprops.h.
12642         (time_t_is_integer, twos_complement_arithmetic): Use them.
12643         * lib/sig2str.h: Include <signal.h>, intprops.h.
12644         (INT_STRLEN_BOUND): Remove.
12645         * lib/strftime.c (TYPE_SIGNED): Remove.
12646         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
12647         * lib/strtol.c: Adjust comments to match intprops.h.
12648         * lib/userspec.c: Include intprops.h.
12649         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
12650         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
12651         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
12652         instead of rolling our own expressions.
12653         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
12654
12655         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
12656         instead of int.
12657         (my_strftime): Do not mishandle years close to INT_MAX, by doing
12658         the right thing even if adding 1900 would overflow.  Similarly
12659         for tm_mon + 1 and tm_yday + 1.
12660         Make %Y always equivalent to %C%y, and similarly for %G and %g.
12661         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
12662         (DO_SIGNED_NUMBER): New macro.
12663         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
12664
12665 2005-03-07  Bruno Haible  <bruno@clisp.org>
12666
12667         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
12668
12669 2005-03-07  Bruno Haible  <bruno@clisp.org>
12670
12671         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
12672
12673 2005-03-04  Derek R. Price  <derek@ximbiot.com>
12674
12675         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
12676         (func_import): Only replace files via --import when they have actually
12677         changed.
12678
12679 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12680
12681         * m4/mmap-anon.m4: New file.
12682         * m4/pagealign_alloc.m4: New file.
12683
12684 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12685             Bruno Haible  <bruno@clisp.org>
12686
12687         * modules/pagealign_alloc: New file.
12688         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
12689
12690 2005-03-03  Derek R. Price  <derek@ximbiot.com>
12691             Bruno Haible  <bruno@clisp.org>
12692
12693         * lib/pagealign_alloc.h: New file.
12694         * lib/pagealign_alloc.c: New file.
12695
12696 2005-03-03  Bruno Haible  <bruno@clisp.org>
12697
12698         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
12699         Use an all-permissive copyright notice, recommended by RMS.
12700
12701 2005-03-02  Bruno Haible  <bruno@clisp.org>
12702
12703         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
12704         of AIX, the replacement has to be done only after <string.h> is
12705         included, therefore not in config.h. stpncpy.h does the replacement,
12706         and stpncpy.c uses it.
12707
12708 2005-03-02  Bruno Haible  <bruno@clisp.org>
12709
12710         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
12711         stpncpy.c uses it.
12712
12713 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12714
12715         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
12716         The workaround isn't strictly needed for POSIX conformance, and
12717         it's too much of a pain to configure and maintain.  We'll ask
12718         people to fix their kernels instead.
12719         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
12720         (NANOSLEEP_BUG_WORKAROUND): Remove.
12721         (xnanosleep): Remove the workaround.
12722
12723 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12724
12725         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
12726         Reported by Derek Price.
12727         (Include): Add "timespec.h".
12728
12729         * modules/xnanosleep (Depends-on): Remove gethrxtime.
12730
12731 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
12732
12733         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
12734         to detect nanosleep bug.
12735
12736 2005-03-01  Bruno Haible  <bruno@clisp.org>
12737
12738         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
12739
12740 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
12741
12742         * modules/gethrxtime: New file.
12743         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
12744         (Depends-on): Add gethrxtime.
12745         (configure.ac): Add gl_XNANOSLEEP.
12746         (Makefile.am): Remove lib_SOURCES line.
12747
12748 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12749
12750         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
12751         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
12752
12753 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
12754
12755         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
12756         * lib/timespec.h (gettime): Return void, since it always
12757         succeeds now.  All uses changed.
12758         * lib/gettime.c (gettime) Likewise.
12759         [HAVE_NANOTIME]: Prefer nanotime.
12760         Assume gettimeofday succeeds, as POSIX requires.
12761         Assime time () succeeds, since other code already does.
12762         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
12763         (timespec_subtract): Remove.
12764         (NANOSLEEP_BUG_WORKAROUND): New constant.
12765         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
12766         things considerably.  Use it only on GNU/Linux hosts, since the
12767         workaround shouldn't be needed elsewhere.
12768
12769 2005-02-24  Bruno Haible  <bruno@clisp.org>
12770
12771         * modules/gettext (Files): Add m4/glibc2.m4.
12772
12773 2005-02-24  Bruno Haible  <bruno@clisp.org>
12774
12775         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
12776         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
12777         * m4/progtest.m4:
12778         Update from GNU gettext 0.14.2.
12779         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
12780
12781 2005-02-24  Bruno Haible  <bruno@clisp.org>
12782
12783         * lib/localcharset.c: Update from GNU gettext 0.14.2.
12784         * lib/config.charset: Update from GNU gettext 0.14.2.
12785
12786 2005-02-24  Bruno Haible  <bruno@clisp.org>
12787
12788         * lib/gettext.h: Update from GNU gettext 0.14.2.
12789
12790 2005-02-23  Simon Josefsson  <jas@extundo.com>
12791
12792         * m4/iconvme.m4: New file.
12793
12794 2005-02-23  Jim Meyering  <jim@meyering.net>
12795
12796         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
12797         change.
12798         Thanks to Bruno Haible for catching it.
12799
12800 2005-02-22  Simon Josefsson  <jas@extundo.com>
12801
12802         * modules/iconvme: New file.
12803
12804         * MODULES.html.sh: Add iconvme.
12805
12806 2005-02-22  Simon Josefsson  <jas@extundo.com>
12807
12808         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
12809
12810 2005-02-22  Simon Josefsson  <jas@extundo.com>
12811
12812         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
12813
12814 2005-02-22  Jim Meyering  <jim@meyering.net>
12815
12816         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
12817         s/ifndef/ifdef/.
12818
12819 2005-02-20  Neil Conway  <neilc@samurai.com>
12820
12821         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
12822         returned by OSX/Darwin if the specified buffer is not large
12823         enough for the hostname.
12824
12825 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12826
12827         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
12828         pass it to _help, otherwise the latter coredumps trying to
12829         dereference state.root_argp.
12830
12831 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12832
12833         * modules/chdir-long (Depends-on): Add memrchr.
12834         * modules/memrchr (Files): Add lib/memrchr.h.
12835         (Include): "memrchr.h".
12836
12837 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12838
12839         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
12840
12841 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
12842
12843         * lib/memrchr.h: New file.
12844         * lib/chdir-long.c: Include it.
12845         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
12846         Don't bother including stddef.h.
12847
12848 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
12849
12850         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
12851         inclusion.
12852         Include <sys/types.h>, for dev_t.
12853         (ME_DUMMY, ME_REMOTE): Move from here....
12854         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
12855         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
12856         Dmitry V. Levin.
12857         Include mountlist.h first, to test the interface.
12858
12859 2005-01-29  Bruno Haible  <bruno@clisp.org>
12860
12861         * lib/progname.c (program_name): Initialize.
12862         Needed when linking statically on MacOS X.
12863
12864 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12865
12866         Sync from coreutils.
12867         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
12868         (Depends-on): Add c-strtod.
12869         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
12870
12871 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
12872
12873         Sync from coreutils.
12874         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
12875
12876         Remove files that are specific to coreutils.
12877         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
12878
12879 2005-01-28  Bruno Haible  <bruno@clisp.org>
12880
12881         * modules/javacomp: New file.
12882         * MODULES.html.sh (Java): Add javacomp.
12883
12884 2005-01-28  Bruno Haible  <bruno@clisp.org>
12885
12886         * m4/javacomp.m4: New file, from GNU gettext.
12887
12888 2005-01-28  Bruno Haible  <bruno@clisp.org>
12889
12890         * lib/javacomp.sh.in: New file, from GNU gettext.
12891         * lib/javacomp.h: New file, from GNU gettext.
12892         * lib/javacomp.c: New file, from GNU gettext.
12893
12894 2005-01-26  Simon Josefsson  <jas@extundo.com>
12895
12896         * lib/gai_strerror.c: Use GPL in header.
12897
12898 2005-01-26  Bruno Haible  <bruno@clisp.org>
12899
12900         * modules/javaexec: New file.
12901         * MODULES.html.sh (Java): Add javaexec.
12902
12903 2005-01-26  Bruno Haible  <bruno@clisp.org>
12904
12905         * m4/javaexec.m4: New file, from GNU gettext.
12906
12907 2005-01-26  Bruno Haible  <bruno@clisp.org>
12908
12909         * lib/javaexec.sh.in: New file, from GNU gettext.
12910         * lib/javaexec.h: New file, from GNU gettext.
12911         * lib/javaexec.c: New file, from GNU gettext.
12912
12913 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12914
12915         * modules/lchown (Depends-on): Remove lchown.h
12916
12917 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12918
12919         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
12920         must be defined if the header file was not found, in order
12921         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
12922
12923 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12924
12925         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
12926         initializers for struct pentry_state.
12927         (__argp_error): Check return value of __asprintf
12928         (__argp_failure): Translate error message
12929
12930         * lib/argp-parse.c: Removed braces around the expansion of N_()
12931
12932 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
12933
12934         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
12935         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
12936         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
12937         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
12938         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
12939         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
12940         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
12941         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
12942         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
12943         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
12944         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
12945         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
12946         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
12947         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
12948         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
12949         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
12950         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
12951         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
12952         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
12953         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
12954         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
12955         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
12956         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
12957         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
12958         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
12959         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
12960         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
12961         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
12962         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
12963         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
12964         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
12965         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
12966         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
12967         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
12968         xstrtol.m4, xstrtoumax.m4, yesno.m4:
12969         Use an all-permissive copyright notice, recommended by RMS.
12970
12971 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
12972
12973         * modules/chdir-long (Depends-on): Remove mempcpy.
12974
12975 2005-01-21  Jim Meyering  <jim@meyering.net>
12976
12977         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
12978         same value as for Solaris 9.
12979
12980         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
12981         component length.  This included changing the parameter to be
12982         of type `char *' rather than `char const *'.
12983         * lib/chdir-long.h (chdir_long): Update prototype.
12984
12985         * lib/openat.c (fdopendir, fstatat): New functions.
12986         * lib/openat.h: Include headers required for use of DIR and struct
12987         stat.
12988         [AT_SYMLINK_NOFOLLOW]: Define.
12989         (fdopendir, fstatat): Add prototypes.
12990
12991 2005-01-21  Bruno Haible  <bruno@clisp.org>
12992
12993         * modules/classpath: New file.
12994         * MODULES.html.sh (Java): Add classpath.
12995
12996 2005-01-21  Bruno Haible  <bruno@clisp.org>
12997
12998         * lib/classpath.h: New file, from GNU gettext.
12999         * lib/classpath.c: New file, from GNU gettext.
13000
13001 2005-01-20  Simon Josefsson  <jas@extundo.com>
13002
13003         * modules/version-etc-fsf: New file.
13004
13005 2005-01-20  Simon Josefsson  <jas@extundo.com>
13006
13007         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13008         * lib/version-etc.c: Remove version_etc_copyright.
13009         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13010         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13011
13012 2005-01-20  Simon Josefsson  <jas@extundo.com>
13013
13014         * lib/base64.h (isbase64): Add.
13015
13016         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13017         using a unsigned prototype, don't inline.
13018         (base64_decode): Use it.
13019
13020 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13021
13022         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13023         it.
13024
13025 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13026
13027         * lib/save-cwd.c (save_cwd): Remove code to support the case
13028         where fchdir is missing or flaky.
13029
13030 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13031
13032         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13033
13034 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13035
13036         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13037         AC_LIBSOURCES now does this.
13038         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13039         with new ullong_max module.
13040
13041 2005-01-19  Bruno Haible  <bruno@clisp.org>
13042
13043         * modules/sh-quote: New file.
13044         * MODULES.html.sh (Executing programs): Add sh-quote.
13045
13046 2005-01-19  Bruno Haible  <bruno@clisp.org>
13047
13048         * lib/sh-quote.h: New file, from GNU gettext.
13049         * lib/sh-quote.c: New file, from GNU gettext.
13050
13051 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13052
13053         Merge from coreutils.
13054         * m4/ullong_max.m4: New file.
13055         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13056         (gl_MACROS): Assume localeconv exists.
13057
13058 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13059
13060         Merge changes from coreutils, as described below in several
13061         changelogs dated today.
13062
13063         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13064         (O_DIRECTORY): Remove; not needed here, since "." must be
13065         a directory.  All uses removed.
13066         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13067         universal on Suns, and we also need to test for IRIX.
13068         Revamp code to use 'if' rather than '#if'.
13069         Avoid unnecessary comparison of cwd->desc to 0.
13070
13071         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13072         for known valid error numbers rather than observed invalid ones.
13073
13074 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13075
13076         * modules/ullong_max: New file.
13077
13078         * modules/chdir-long, modules/openat: New files.
13079         * modules/save-cwd (Depends-on): Depend on chdir-long.
13080         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13081
13082 2005-01-18  Jim Meyering  <jim@meyering.net>
13083
13084         Merge from coreutils.
13085         * m4/chdir-long.m4, m4/openat.m4: New files.
13086         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
13087         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
13088         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
13089         is sane and DOES follow symlinks.  Besides, testing 20 different
13090         systems found no broken chown implementations.
13091         Prompted by a change in rsync's copy of this macro.
13092         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
13093
13094         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
13095
13096         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
13097         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
13098         NULL-means-set-to-current-time semantics.
13099         Remove temporary file immediately, rather than waiting
13100         for configure's at-exit trap code to do it.
13101
13102 2005-01-18  Jim Meyering  <jim@meyering.net>
13103
13104         * lib/version-etc.c (version_etc_copyright): Update copyright date.
13105
13106         * lib/utimens.c (futimens): Account for the fact that futimes
13107         can also fail with errno == ENOSYS or errno == ENOENT.
13108         Patch from Dmitry V. Levin.
13109
13110         Change the name of the robust chdir function from chdir to chdir_long.
13111         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
13112         (restore_cwd): Use chdir_long, not chdir.
13113         * lib/chdir-long.c: Renamed from chdir.c.
13114         * lib/chdir-long.h: Renamed from chdir.h.
13115         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
13116         Hurd.
13117
13118 2005-01-18  Bruno Haible  <bruno@clisp.org>
13119
13120         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
13121         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
13122         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
13123         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
13124         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
13125         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
13126         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
13127         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
13128         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
13129         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
13130         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
13131         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
13132         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
13133         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
13134         Use an all-permissive copyright notice, recommended by RMS.
13135
13136 2005-01-18  Bob Proulx  <bob@proulx.com>
13137
13138         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
13139         simplify offsetof() macro construct to avoid compile failure with
13140         native HP-UX 11.0 ANSI C compiler.
13141
13142 2005-01-17  Bruno Haible  <bruno@clisp.org>
13143
13144         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
13145         redundant because stpncpy.m4 takes care of it.
13146
13147 2005-01-17  Bruno Haible  <bruno@clisp.org>
13148
13149         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
13150
13151 2005-01-17  Bruno Haible  <bruno@clisp.org>
13152
13153         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
13154         used.
13155
13156 2005-01-17  Bruno Haible  <bruno@clisp.org>
13157
13158         * lib/fwriteerror.h (fwriteerror): Change specification to include
13159         fclose.
13160         * lib/fwriteerror.c: Include <stdbool.h>.
13161         (fwriteerror): At the end, close the file stream. Record whether
13162         stdout was already closed.
13163
13164 2005-01-17  Bruno Haible  <bruno@clisp.org>
13165
13166         * lib/execute.c (environ): Declare if needed.
13167         * lib/pipe.c (environ): Likewise.
13168         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
13169
13170 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13171
13172         * modules/argp: Depend on vsnprintf
13173
13174 2005-01-10  Jim Meyering  <jim@meyering.net>
13175
13176         * modules/closeout (Depends-on): Add atexit.
13177
13178 2005-01-06  Bruno Haible  <bruno@clisp.org>
13179
13180         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
13181
13182 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
13183
13184         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
13185         definitions to be after all include files, to avoid collisions.
13186         Problem reported by Bob Proulx.
13187
13188 2005-01-04  Jim Meyering  <jim@meyering.net>
13189
13190         Changes imported from coreutils.
13191         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
13192         as the mkstemp template, use a temporary directory and an
13193         8.3-friendly template to avoid trouble on systems like DJGPP.
13194         Reported by Juan M. Guerrero via Stepan Kasal.
13195         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
13196         close. Remove the temporary directory right away, rather than waiting
13197         for configure's at-exit trap code to do it.
13198         Suggestion from Stepan Kasal.
13199
13200 2005-01-01  Simon Josefsson  <jas@extundo.com>
13201
13202         * gnulib-tool: Print #include directives when --import'ing.
13203
13204 2004-12-28  Simon Josefsson  <jas@extundo.com>
13205
13206         * tests/test-base64.c: Include required header files.  Remove
13207         unused variables.
13208
13209 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13210
13211         * modules/error (Depends-on): Remove gettext.
13212
13213 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
13214
13215         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
13216         not needed.  This removes a dependency on the gettext module.
13217         [defined _LIBC]: Do not include <libintl.h>; not needed.
13218
13219 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13220
13221         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
13222         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
13223
13224 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
13225
13226         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
13227         HAVE_DECL_STRTOLD.
13228
13229 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13230
13231         * modules/getdate (Depends-on): Remove alloca-opt.
13232
13233 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13234
13235         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
13236
13237 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
13238
13239         * lib/argp-parse.c: Include <stddef.h>.
13240         (alignof, alignto): New macros.
13241         (parser_init): Don't assume that void * is aligned sufficiently
13242         for struct option.
13243
13244         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
13245         need to extend the stack.
13246         (YYINITDEPTH): New macro, so that the initial stack isn't overly
13247         large.
13248
13249 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13250
13251         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
13252
13253 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13254
13255         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
13256         (2004-10-24) change.  Apparently this was a false alarm.
13257
13258         * modules/getdate: Depend on alloca-opt, not alloca.
13259
13260 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
13261
13262         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
13263         Remove now-obsolete comment about AIX.
13264         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
13265         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
13266         (YYMAXDEPTH): New macro.
13267
13268 2004-12-18  Simon Josefsson  <jas@extundo.com>
13269
13270         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
13271
13272 2004-12-18  Bruno Haible  <bruno@clisp.org>
13273
13274         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
13275
13276 2004-12-18  Bruno Haible  <bruno@clisp.org>
13277
13278         * lib/fatal-signal.c (fatal_signals): Make non-const.
13279         (init_fatal_signals): New function.
13280         (uninstall_handlers, install_handlers): Ignore signals that were set to
13281         SIG_IGN.
13282         (at_fatal_signal): Call init_fatal_signals.
13283         (init_fatal_signal_set): Likewise. Ignore signals that were set to
13284         SIG_IGN.
13285         Reported by Paul Eggert.
13286
13287 2004-12-18  Bruno Haible  <bruno@clisp.org>
13288
13289         * doc/alloca.texi: New file.
13290         * doc/alloca-opt.texi: New file.
13291
13292 2004-12-17  Jim Meyering  <jim@meyering.net>
13293
13294         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
13295         Otherwise, install-sh could exit with improper exit status when
13296         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
13297
13298 2004-12-16  Simon Josefsson  <jas@extundo.com>
13299
13300         * tests/test-base64.c: Add license.
13301
13302 2004-12-15  Stepan Kasal  <address@hidden>
13303
13304         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
13305
13306 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
13307
13308         * modules/getcwd (Files): Add m4/d-ino.m4.
13309         Suggested by Mark D. Baushke.
13310
13311 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13312
13313         * lib/getdate.y (textint): New member "negative".
13314         (time_zone_hhmm): New function.
13315         Expect 14 shift-reduce conflicts, not 13.
13316         (o_colon_minutes): New rule.
13317         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
13318         (yylex): Set the "negative" member of signed numbers.
13319
13320 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
13321
13322         * doc/getdate.texi (Time of day items, Time zone items):
13323         Describe new formats +00:00, UTC+00:00.
13324
13325 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
13326
13327         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
13328         spurious "-l"s.  Problem reported by Stepan Kasal.
13329
13330 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
13331
13332         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
13333         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
13334
13335 2004-12-04  Simon Josefsson  <jas@extundo.com>
13336
13337         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
13338         Vandoorselaere <yoann@prelude-ids.org>.
13339
13340 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13341
13342         Changes imported from coreutils.
13343         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
13344         exist.
13345         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
13346
13347 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13348
13349         Changes imported from coreutils.
13350         * lib/hard-locale.c: Assume <locale.h> exists.
13351         Include "strdup.h".
13352         (GLIBC_VERSION): New macro.
13353         (hard_locale): Assume setlocale exists.
13354         Rewrite to avoid #ifdef.
13355         Use strdup rather than malloc + strcpy.
13356         * lib/human.c: Assume <locale.h> exists.
13357         (human_readable): Assume localeconv exists.
13358
13359 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13360
13361         * modules/hard-locale (Depends-on): Add strdup.
13362
13363 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
13364
13365         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
13366         convert T2, not T.  (Imported from libc.)
13367
13368 2004-11-30  Simon Josefsson  <jas@extundo.com>
13369
13370         * modules/restrict (License): Change to LGPL.
13371
13372 2004-11-30  Simon Josefsson  <jas@extundo.com>
13373
13374         * m4/restrict.m4: Add copyright and copying conditions.
13375
13376 2004-11-30  Simon Josefsson  <jas@extundo.com>
13377
13378         * m4/base64.m4: New file.
13379
13380 2004-11-30  Simon Josefsson  <jas@extundo.com>
13381
13382         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
13383         base64.
13384
13385         * tests/test-base64.c: New file.
13386
13387         * modules/base64: New file.
13388
13389 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13390
13391         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
13392         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
13393
13394         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
13395
13396 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
13397
13398         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
13399         (__getcwd.c): Don't restore errno; glibc doesn't.
13400         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
13401         first, falling back to our code only if its results look suspicious.
13402         Ensure that the resulting buffer is only as large as necessary.
13403
13404         * lib/readutmp.c: Include readutmp.h first.
13405         Include <errno.h>, since readutmp.h no longer does that.
13406         * lib/readutmp.h: Don't include <errno.h>,
13407         <sys/param.h>, <time.h>; not needed to establish interface.
13408         (errno): Remove decl.
13409         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
13410         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
13411         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
13412
13413 2004-11-28  Simon Josefsson  <jas@extundo.com>
13414
13415         * lib/base64.h, base64.c: New file.
13416
13417 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
13418
13419         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
13420
13421 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
13422
13423         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
13424         (Depends-on): Remove pathmax, same.  Add mempcpy.
13425         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
13426         (Makefile.am): Append getcwd.h to lib_SOURCES.
13427         (Include): Add getcwd.h.
13428         (Maintainer): Change from Jim Meyering to "all, glibc",
13429         since getdate now uses intended-for-glibc code.
13430         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
13431         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
13432
13433 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13434
13435         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
13436         HP's ANSI C compiler.
13437         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
13438         Declaring int functions causes warnings on some modern systems and
13439         shouldn't be needed to compile on ancient ones.
13440         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
13441         defined.
13442
13443         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
13444         with the following changes.
13445         (__set_errno): Parenthesize properly.
13446         Include <stdbool.h>.
13447         (MIN, MAX, MATCHING_INO): New macros.
13448         (__getcwd): Define with prototype, not K&R form.
13449         Use heuristics to allocate default buffer on stack if possible.
13450         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
13451         behavior, and to avoid the PATH_MAX limit when computing
13452         ../../../../...
13453         Use MATCHING_INO to compare inode number to file.
13454         Check for arithmetic overflow in size calculations.
13455         Fix bug in reallocation of dot array that caused getcwd to fail
13456         on directories nested deeper than 75.
13457         Be more careful about saving errno on error.
13458         Do not use realloc; use only free+malloc, as this is a bit
13459         more flexible and avoids a needless copy operation.
13460         Do not inspect st_dev and st_ino for symbolic links; POSIX
13461         doesn't specify the latter.
13462         Check for closedir errors.
13463         Avoid needless casts.
13464         Use "#ifdef weak_alias" around weak_alias, to be like other
13465         glibc code.
13466         The following changes to getcwd.c have effect only when used in
13467         gnulib; they have no effect inside glibc proper.
13468         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
13469         as alloca isn't used.
13470         (alloca, __alloca): Likewise.
13471         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
13472         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
13473         unconditionally, as gnulib assumes C89 or better.
13474         Do not include <sys/param.h>.
13475         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
13476         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
13477         better.
13478         (NULL) [!defined NULL]: Remove; we assume C89 or better.
13479         Include <dirent.h> in a way that is compatible with modern Autoconf.
13480         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
13481         New macros, if not already defined.
13482         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
13483         Use "_LIBC", not "defined _LIBC", for consistency.
13484         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
13485         a mempcpy module.
13486         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
13487         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
13488         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
13489         credit only to Jim Meyering and adjust the copyright dates.
13490         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
13491         <stdlib.h>, <unistd.h>, "pathmax.h".
13492         Instead, include "xgetcwd.h" (first) and "getcwd.h".
13493         (INITIAL_BUFFER_SIZE): Remove.
13494         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
13495
13496 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
13497
13498         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
13499         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
13500         Use the _ONCE methods, for efficiency.
13501         Check for fcntl.h.  In test program, include <errno.h>
13502         and <fcntl.h> if available.  Remove old K&R cruft from
13503         test program.  Check for common errors in GNU/Linux,
13504         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
13505         don't do AC_LIBOBJ, as that's getcwd.m4's job.
13506         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
13507         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
13508         name accordingly.
13509         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
13510         accommodate new getcwd.c.
13511         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
13512         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
13513         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
13514         that's all we need now.
13515
13516 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13517
13518         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
13519         argp-parse.c depends on getopt internals, that means we should
13520         always use our getopt, to be on the safe side.
13521         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
13522         order not to spoil the result of an eventual previous invocation
13523         of gl_GETOPT_SUBSTITUTE.
13524
13525 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13526
13527         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
13528         redefinition warnings. To avoid them, include the defines
13529         in `#if !defined __need_getopt ... #endif'. The only place
13530         where __getopt_argv_const is used is in definitions
13531         of getopt_long and getopt_long_only below, which are as well
13532         protected by `#ifndef __need_getopt'.
13533         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
13534         __need_getopt after including <stdio.h> and <unistd.h> These
13535         headers might have defined it.
13536
13537 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13538
13539         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
13540
13541 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
13544         (futimens): New function, which uses futimes if available.
13545         (futimens, utimens): Support timespec==NULL, with same semantics
13546         as utime and utimens.
13547         * lib/utimens.h (futimens): New decl.
13548
13549 2004-11-23  Jim Meyering  <jim@meyering.net>
13550
13551         * lib/getopt_.h: Remove trailing blanks.
13552
13553 2004-11-23  Jim Meyering  <jim@meyering.net>
13554
13555         * lib/__fpending.c: Add comment.
13556
13557 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
13558
13559         * modules/canonicalize (Depends-on): Add xreadlink.
13560         Problem reported by James Youngman.
13561
13562 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
13563
13564         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
13565         New macros.
13566         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
13567         optopt): Use them instead of invoking ## directly; otherwise, the
13568         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
13569
13570 2004-11-19  Bruno Haible  <bruno@clisp.org>
13571
13572         * lib/strtok_r.c: Move comments from here...
13573         * lib/strtok_r.h: ... to here.
13574
13575 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13576
13577         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
13578         implementations that mishandle size_t overflow.
13579
13580 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
13581
13582         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
13583         might fail.  Problem reported by Yoann Vandoorselaere.
13584         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
13585         implementations that mishandle size_t overflow.
13586
13587 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13588
13589         * modules/canon-host (Depends-on): Add strdup.
13590
13591 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13592
13593         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
13594
13595 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13596
13597         * lib/canon-host.c: Include "strdup.h".
13598         (canon_host): Use getaddrinfo if available, so that IPv6 works.
13599         Use strdup instead of malloc/strcpy to duplicate strings.
13600
13601         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
13602         (human_space_before_unit): New constant.
13603         * lib/human.c (human_readable): Support it.
13604
13605         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
13606         (xgetcwd): Set errno correctly when failing.
13607         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
13608         the failure is actually due to a PATH_MAX problem.
13609
13610         Further getopt changes to make it more likely that glibc will
13611         buy the changes back.
13612         * lib/getopt.c (POSIXLY_CORRECT): New constant.
13613         (getopt): Use it, so to preserve glibc semantic
13614         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
13615         when compiling for libc.
13616         * lib/getopt_.h (__getopt_argv_const): Bring it back.
13617         (getopt_long, getopt_long_only): Use it.
13618
13619         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13620         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
13621         (getopt): Argv is now char * const *, as per standard.
13622         (_getopt_internal_r, _getopt_internal): Argv is now char **,
13623         not char *__getopt_argv_const *.
13624         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13625         _getopt_long_only_r): Likewise.
13626         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
13627         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13628         _getopt_long_r, _getopt_long_only_r): Likewise.
13629         * lib/getopt_.h (__getopt_argv_const): Remove.
13630         (getopt): Argv is now char * const *, as per standard.
13631
13632         * lib/getdate.y (tORDINAL): New token.
13633         (day, relunit): Allow it for relative times.
13634         (relative_time_table): Use tORDINAL for ordinals.
13635
13636 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
13637
13638         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
13639         Document that "second" isn't allowed as an ordinal number.
13640
13641 2004-11-16  Jim Meyering  <jim@meyering.net>
13642
13643         * modules/closeout (Depends-on): Add fpending.
13644
13645 2004-11-15  Jim Meyering  <jim@meyering.net>
13646
13647         * lib/closeout.c: Include "__fpending.h" once again.
13648         Include <stdbool.h>.
13649         (close_stdout): Don't fail just because stdout was closed initially,
13650         since some programs don't write to stdout in the normal course of
13651         operation (other than --version and --help), and we don't want this
13652         function to make e.g. `touch file >&-' fail.
13653         But do fail if it was closed and someone has tried to write to it.
13654         E.g., `printf foo >&-' must fail.
13655
13656 2004-11-13  Jim Meyering  <jim@meyering.net>
13657
13658         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
13659
13660 2004-11-12  Simon Josefsson  <jas@extundo.com>
13661
13662         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
13663         small doc fix is still pending.
13664
13665 2004-11-11  Simon Josefsson  <jas@extundo.com>
13666
13667         * modules/strtok_r: New file.
13668
13669         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13670         strtok_r.
13671
13672 2004-11-11  Simon Josefsson  <jas@extundo.com>
13673
13674         * m4/strtok_r.m4: New file.
13675
13676         * m4/getopt.m4: Replace opterr.
13677
13678 2004-11-11  Simon Josefsson  <jas@extundo.com>
13679
13680         * lib/strtok_r.h, strtok_r.c: New file.
13681
13682 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13683
13684         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
13685         of replacing opterr, getopt, etc.  This should handle the
13686         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
13687
13688 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
13689
13690         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
13691         we can stop lying to compilers about the constness of argv when we
13692         are compiled outside glibc.
13693         (getopt, getopt_long, getopt_long_only): Use it.
13694         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
13695         _getopt_internal, getopt): Likewise.
13696         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
13697         _getopt_long_only_r): Likewise.
13698         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
13699         _getopt_long_r, _getopt_long_only_r): Likewise.
13700
13701         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
13702         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
13703         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
13704         the other external symbols.
13705         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
13706         declaration, since the above renaming now works around collisions.
13707
13708 2004-11-11  Jim Meyering  <jim@meyering.net>
13709
13710         * lib/linebreak.c: Remove trailing blanks.
13711         * lib/alloca_.h: Likewise.
13712         * lib/acosl.c: Likewise.
13713         * lib/euidaccess.c: Likewise.
13714         * lib/allocsa.h: Likewise.
13715
13716 2004-11-10  Simon Josefsson  <jas@extundo.com>
13717
13718         * m4/getaddrinfo.m4: New file.
13719
13720 2004-11-10  Simon Josefsson  <jas@extundo.com>
13721
13722         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
13723
13724 2004-11-10  Simon Josefsson  <jas@extundo.com>
13725
13726         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
13727         getaddrinfo.
13728
13729         * modules/getaddrinfo: New file.
13730
13731 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13732
13733         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
13734
13735 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
13736
13737         * lib/mktime.c (SHR): New macro, which is a portable
13738         substitute for >> that should work even on Crays.
13739         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
13740         Problem reported by Mark D. Baushke in
13741         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
13742         * lib/getdate.y (SHR): Likewise.
13743         (tm_diff): Use it.
13744         * lib/strftime.c (SHR): Likewise.
13745         (tm_diff): Use it.
13746         * lib/quotearg.c (struct quoting_options): Use unsigned int for
13747         quote_these_too, so that right shifts are well defined.  All uses
13748         changed.
13749
13750 2004-11-10  Jim Meyering  <jim@meyering.net>
13751
13752         Ensure that no close failure goes unreported.
13753         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
13754         return early when it seems there's nothing to flush.
13755         Don't include __fpending.h.
13756
13757 2004-11-10  Jim Meyering  <jim@meyering.net>
13758
13759         * modules/closeout (Depends-on): Remove fpending.
13760
13761 2004-11-10  Jim Meyering  <jim@meyering.net>
13762
13763         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
13764
13765 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13766
13767         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
13768         gl_FUNC_STRFTIME.
13769         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
13770         and AC_REQUIRE when possible, to avoid duplicate checks.
13771         Check for <wchar.h>.
13772
13773 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
13774
13775         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
13776
13777 2004-11-09  Bruno Haible  <bruno@clisp.org>
13778
13779         * m4/sockpfaf.m4: New file.
13780
13781 2004-11-05  Bruno Haible  <bruno@clisp.org>
13782
13783         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
13784         Reported by Mark D. Baushke <mdb@cvshome.org>.
13785
13786 2004-11-04  Bruno Haible  <bruno@clisp.org>
13787
13788         2004-09-11  Bruno Haible  <bruno@clisp.org>
13789                 * allocsa.valgrind: New file.
13790         2004-02-06  Bruno Haible  <bruno@clisp.org>
13791                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
13792                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
13793                 Reported by Christopher Seip <chris.seip@hp.com>.
13794
13795 2004-11-04  Bruno Haible  <bruno@clisp.org>
13796
13797         * modules/allocsa (Files): Add lib/allocsa.valgrind.
13798         (Makefile.am): Distribute it.
13799
13800 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
13801
13802         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
13803         with errno == ERANGE if the buffer is too small.
13804         Problem reported by Mark D. Baushke.
13805
13806 2004-11-03  Albert Chin  <china@thewrittenword.com>
13807             Paul Eggert  <eggert@cs.ucla.edu>
13808
13809         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
13810         equivalent, substitute $ac_type for equivalent type rather than
13811         blindly using uint32_t *always* which won't work if uint32_t is not
13812         available.  Define _UINT32_T to work around typedef of uint32_t if
13813         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
13814         2.5.1.
13815
13816 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13817
13818         * m4/jm-macros.m4: Sync from coreutils.
13819         (gl_MACROS): Check for mbrlen, for pathchk.
13820         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
13821
13822 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13823
13824         * lib/xreadlink.c (MAXSIZE): New macro.
13825         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
13826         size does not exceed MAXSIZE.  Avoid cast.
13827         As suggested by Mark D. Baushke in
13828         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
13829         if readlink fails with buffer size just under MAXSIZE, try again
13830         with MAXSIZE.
13831
13832 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
13833
13834         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
13835
13836 2004-11-02  Derek R. Price  <derek@ximbiot.com>
13837         and  Paul Eggert  <eggert@cs.ucla.edu>
13838
13839         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
13840         (get_date): Overparenthesize to avoid GCC warning.
13841
13842 2004-11-02  Bruno Haible  <bruno@clisp.org>
13843
13844         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
13845         returns void.
13846
13847 2004-11-02  Bruno Haible  <bruno@clisp.org>
13848
13849         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
13850         function returns void.
13851
13852 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13853
13854         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
13855         fflush_unlocked, flockfile, funlockfile, funlockfile,
13856         fputs_unlocked, putc_unlocked.
13857
13858 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
13859
13860         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13861         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
13862         already declared.
13863
13864 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13865
13866         * modules/getdate (Files): Add doc/getdate.texi.
13867         (Depends-on): Add setenv, xalloc.
13868
13869 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13870
13871         * lib/getdate.y: Add support for TZ="foo" within a date string.
13872         Fix some bugs near time_t boundaries.  Reject dates with
13873         out-of-range components, e.g., "Sept 31".
13874         Include <stdlib.h>, "setenv.h", "xalloc.h".
13875         (ISDIGIT_LOCALE): Remove; unused.
13876         Note that the TZ and time functions used here are not reentrant.
13877         (mktime_ok, get_tz): New functions.
13878         (TZBUFSIZE): New constant.
13879         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
13880         This requires that we sometimes generate our own TZ="XXX..." setting.
13881
13882 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
13883
13884         * doc/getdate.texi: New file, from coreutils with modifications for
13885         the new TZ parsing.
13886
13887 2004-10-27  Derek R. Price  <derek@ximbiot.com>
13888
13889         * lib/mktime.c (not_equal_tm): Remove redundant check.
13890
13891 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13892
13893         * modules/regex (lib_SOURCES): Add regex.c.
13894         Reported by James Youngman in
13895         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
13896
13897 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
13898
13899         * lib/getdate.y: Use Bison 1.875 features, and some minor
13900         code cleanups.  This change does not affect semantics.
13901         Don't include <stdlib.h>; no longer needed.
13902         Don't include unlocked-io.h; only the "#if TEST" code uses
13903         stdio, and performance isn't crucial there.
13904         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
13905         Bison 1.875 features as described below.
13906         All uses of "PC." replaced by "pc->".
13907         (YYSTYPE): Add a forward declaration.
13908         (yylex, yyerror): Use full prototypes in forward decls.
13909         Use "%pure-parser" rather than obsolescent "%pure_parser".
13910         Use %parse-param and %lex-param instead of obsolescent
13911         YYPARSE_PARAM and YYLEX_PARAM.
13912         (meridian_table, month_and_day_table, time_units_table,
13913         relative_time_table, time_zone_table, military_table,
13914         lookup_zone, lookup_word, get_date):
13915         Use NULL instead of 0 where appropriate.
13916         (to_hour): Avoid abort (), to avoid a dependency on
13917         stdlib.h.
13918         (yyerror, yylex): Now accepts parser_control * arg.
13919         (main) [TEST]: Use '\0' rather than 0 for char.
13920
13921 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13922
13923         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
13924
13925 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
13926
13927         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
13928         It's now the caller's responsibility to handle the case where
13929         !HAVE_GETPAGESIZE && !defined getpagesize.
13930
13931         * lib/mktime.c (leapyear): Arg is long int, not int.
13932
13933 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
13934
13935         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
13936
13937 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
13938
13939         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
13940         missing.  Problem reported by James Youngman.
13941
13942 2004-10-16  Simon Josefsson  <jas@extundo.com>
13943
13944         * gnulib-tool: Fix comments.  Fix parse problem.
13945         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
13946
13947 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
13948
13949         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
13950         implementation of getopt_long.  Problem reported by Alexander Taler in:
13951         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
13952
13953 2004-10-15  Bruno Haible  <bruno@clisp.org>
13954
13955         * gnulib-tool: Untabify. Initialize supplied_libname.
13956         (func_usage): More homogenous output.
13957         (func_modules_transitive_closure, func_modules_to_filelist,
13958         func_emit_lib_Makefile_am): New functions.
13959         (func_import): New function, extracted from big case statement. Use
13960         func_get_license, func_modules_transitive_closure,
13961         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
13962         opt_lgpl. Don't use test -a, as it's not portable.
13963         (func_create_testdir): Use func_modules_transitive_closure,
13964         func_modules_to_filelist, func_emit_lib_Makefile_am.
13965
13966 2004-10-15  Bruno Haible  <bruno@clisp.org>
13967
13968         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
13969
13970 2004-10-15  Bruno Haible  <bruno@clisp.org>
13971
13972         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
13973         the portions belonging to each module.
13974         Suggested by Derek Robert Price <derek@ximbiot.com>.
13975
13976 2004-10-12  Simon Josefsson  <jas@extundo.com>
13977
13978         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
13979         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
13980         to real functions.
13981
13982 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13983
13984         * modules/vsnprintf: New file.
13985
13986 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13987
13988         * m4/vsnprintf.m4: New file.
13989
13990 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
13991
13992         * lib/vsnprintf.h: New file.
13993         * lib/vsnprintf.c: New file.
13994
13995 2004-10-11  Bruno Haible  <bruno@clisp.org>
13996
13997         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
13998         vsnprintf.
13999
14000 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14001
14002         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14003
14004 2004-10-07  Bruno Haible  <bruno@clisp.org>
14005
14006         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14007         fits into the provided buffer.
14008
14009 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14010
14011         * lib/diacrit.c, diacrit.h: Add GPL notice.
14012
14013         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14014         notice.
14015         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14016         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14017         This avoids a potential constant-folding bug.
14018
14019 2004-10-05  Bruno Haible  <bruno@clisp.org>
14020
14021         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14022         for the declaration of strsep.
14023
14024 2004-10-05  Bruno Haible  <bruno@clisp.org>
14025
14026         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14027
14028 2004-10-04  Simon Josefsson  <jas@extundo.com>
14029
14030         * modules/memmem: New file.
14031         * tests/test-memmem.c: New file.
14032         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14033
14034 2004-10-04  Simon Josefsson  <jas@extundo.com>
14035
14036         * m4/memmem.m4: New file.
14037
14038 2004-10-04  Simon Josefsson  <jas@extundo.com>
14039
14040         * lib/memmem.h: New file.
14041         * lib/memmem.c: New file, taken from glibc.
14042
14043 2004-10-04  Simon Josefsson  <jas@extundo.com>
14044
14045         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14046         '#ifdef USE_UNLOCKED_IO'.
14047
14048 2004-10-04  Simon Josefsson  <jas@extundo.com>
14049
14050         * config/srclist.txt: Add memmem from glibc.
14051
14052 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14053
14054         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14055
14056         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14057         modules/exclude, modules/getdate, modules/getline,
14058         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14059         modules/getusershell, modules/linebuffer, modules/md5,
14060         modules/mountlist, modules/posixtm, modules/readtokens,
14061         modules/readutmp, modules/regex, modules/sha1,
14062         modules/version-etc, modules/yesno:
14063         Remove dependency on unlocked-io.
14064
14065 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14066
14067         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14068
14069         * m4/unlocked-io.m4: Add copyright notice.
14070         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14071
14072 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14073
14074         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14075         * lib/xmalloc.c (xmemdup): Likewise.
14076         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14077         XFREE): Remove these long-obsolescent macros.
14078         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14079         * lib/xstrdup.c: Remove.
14080
14081         * lib/regex.c (re_comp): Cast gettext return value to char *,
14082         Problem reported by Martin Neitzel via Mark D. Baushke.
14083
14084 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14085
14086         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
14087         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
14088         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
14089         regex.c, sha1.c, version-etc.c, yesno.c:
14090         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
14091         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
14092         the includer's responsibility.
14093
14094         Sync from coreutils.
14095
14096         * lib/modechange.c (mode_compile): Don't decrement a pointer that
14097         points to the start of a string, as the C Standard says the
14098         resulting behavior is undefined.
14099
14100         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
14101         simple -> simple_backups, numbered_existing ->
14102         numbered_existing_backups, numbered -> numbered_backups
14103         to avoid shadowing problems.  All uses changed.
14104         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
14105         * lib/backupfile.c (check_extension, numbered_backup):
14106         Rename locals to avoid shadowing 'basename'.
14107         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
14108         once.
14109
14110         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
14111         * lib/.cvsignore: Add getopt.h.
14112
14113 2004-10-04  Bruno Haible  <bruno@clisp.org>
14114
14115         * modules/README: New file.
14116         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
14117         not a module.
14118
14119 2004-10-02  Jim Meyering  <jim@meyering.net>
14120
14121         * lib/dirfd.h, getpagesize.h: Add copyright notice.
14122
14123 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14124
14125         * modules/strsep: New file.
14126
14127 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14128
14129         * m4/strsep.m4: New file.
14130
14131 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14132
14133         * lib/strsep.h: New file.
14134         * lib/strsep.c: New file.
14135
14136 2004-10-01  Simon Josefsson  <jas@extundo.com>
14137
14138         * lib/snprintf.c (snprintf): Handle size==0.
14139
14140 2004-10-01  Simon Josefsson  <jas@extundo.com>
14141             Bruno Haible  <bruno@clisp.org>
14142
14143         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
14144         (snprintf): Declare 'args'.
14145
14146 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
14147
14148         * lib/snprintf.c: Remove comments as to why each header is needed.
14149
14150 2004-10-01  Bruno Haible  <bruno@clisp.org>
14151
14152         * MODULES.html.sh: Add strsep.
14153
14154 2004-09-30  Simon Josefsson  <jas@extundo.com>
14155
14156         * modules/snprintf: New file.
14157
14158 2004-09-30  Simon Josefsson  <jas@extundo.com>
14159
14160         * m4/snprintf.m4: New file.
14161
14162 2004-09-30  Simon Josefsson  <jas@extundo.com>
14163
14164         * lib/snprintf.h, lib/snprintf.c: New files.
14165
14166 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14167
14168         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
14169         (hol_entry_help): Never translate an empty string.
14170         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
14171         * lib/argp.h (OPTION_NO_TRANS): New option.
14172
14173 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14174
14175         * modules/argp (Maintainer): Replace Simon Josefsson
14176         by Sergey Poznyakoff.
14177
14178 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14179
14180         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
14181         changes merged back into glibc.
14182
14183 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
14184
14185         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
14186
14187 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
14188
14189         * lib/xvasprintf.c: Include xalloc.h.
14190         (xvasprintf): Use xalloc_die, not xmalloc_die.
14191
14192 2004-09-29  Bruno Haible  <bruno@clisp.org>
14193
14194         * modules/alloca-opt: New file, derived from modules/alloca.
14195         * modules/allocsa: Depend on alloca-opt instead of alloca.
14196         * modules/setenv: Likewise.
14197         * modules/vasnprintf: Likewise.
14198         * MODULES.html.sh: Add alloca-opt.
14199
14200 2004-09-28  Simon Josefsson  <jas@extundo.com>
14201
14202         * gnulib-tool: New parameter --lgpl, to asseert that modules are
14203         LGPL, and to replace license template from GPL to LGPL.
14204
14205 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14206
14207         * modules/dummy: Change license to LGPL.
14208
14209 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
14210
14211         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
14212
14213 2004-09-24  Simon Josefsson  <jas@extundo.com>
14214
14215         * modules/minmax (License): Change from GPL to LGPL.
14216
14217 2004-09-23  Simon Josefsson  <jas@extundo.com>
14218
14219         * gnulib-tool (--import): Typo.
14220
14221 2004-09-23  Simon Josefsson  <jas@extundo.com>
14222
14223         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
14224
14225 2004-09-22  Bruno Haible  <bruno@clisp.org>
14226
14227         * modules/*: Add 'License' field.
14228         * gnulib-tool: Accept --extract-license option.
14229         (func_get_license): New function.
14230
14231 2004-09-21  Bruno Haible  <bruno@clisp.org>
14232
14233         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
14234         Reported by Simon Josefsson.
14235
14236 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14237
14238         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
14239         gl_AC_TYPE_LONG_LONG.
14240
14241 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
14242
14243         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
14244
14245 2004-09-18  Simon Josefsson  <jas@extundo.com>
14246         and  Paul Eggert  <eggert@cs.ucla.edu>
14247
14248         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
14249         calls with autoreconf.  Define GL_LIB.
14250
14251 2004-09-14  Karl Berry  <karl@gnu.org>
14252
14253         * config/srclist.txt: unsync setenv.c, sigh.
14254
14255 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14256
14257         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
14258         Problem reported by Bruno Haible in:
14259         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
14260
14261 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         * config/srclist.txt: Comment out argp-pvh.c.
14264
14265 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
14266
14267         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
14268         in case some system header has #define'd it.  Problem reported by
14269         Soeren D. Schulze in
14270         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
14271
14272 2004-09-09  Karl Berry  <karl@gnu.org>
14273
14274         * regex.[ch]: delete from the root.  These were supposed to be
14275                 synced with emacs cvs, but this has not happened for about
14276                 a year, and anyway nothing else uses emacs regex.[ch].
14277                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
14278                 lib/regex[.ch] is untouched.
14279
14280 2004-09-09  Bruno Haible  <bruno@clisp.org>
14281
14282         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
14283
14284 2004-09-09  Bruno Haible  <bruno@clisp.org>
14285
14286         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
14287         modifications.
14288         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
14289
14290 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14291
14292         * modules/xvasprintf: New file.
14293         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
14294
14295 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
14296
14297         * lib/xvasprintf.h: New file.
14298         * lib/xvasprintf.c: New file.
14299         * lib/xasprintf.c: New file.
14300
14301 2004-09-08  Bruno Haible  <bruno@clisp.org>
14302
14303         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
14304
14305 2004-09-08  Bruno Haible  <bruno@clisp.org>
14306
14307         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
14308         length is > INT_MAX.
14309         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
14310         more.
14311
14312 2004-09-08  Bruno Haible  <bruno@clisp.org>
14313
14314         * lib/stdint_.h: New file, taken from GNU clisp.
14315
14316 2004-09-08  Bruno Haible  <bruno@clisp.org>
14317             Oskar Liljeblad  <oskar@osk.mine.nu>
14318
14319         * modules/stdint: New file.
14320         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
14321
14322 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14323
14324         Import from coreutils.
14325         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
14326         strings on unbounded length.  alloca's performance benefits aren't
14327         that important here.
14328         (V_STRDUP): Remove.
14329         (parse_with_separator): New function, with most of the internals
14330         of the old parse_user_spec.  Allow user to omit both user and group,
14331         for compatibility with FreeBSD.
14332         Clone only the user name, not the entire spec.
14333         Do not set *uid, *gid unless entirely successful.
14334         Avoid memory leak in some failing cases.
14335         Fix regression for USER.GROUP reported by Dmitry V. Levin in
14336         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
14337         (parse_user_spec): Rewrite to use parse_with_separator.
14338
14339 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14340
14341         * modules/userspec: Don't depend on alloca.
14342
14343 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
14344
14345         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
14346
14347 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
14350         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
14351         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
14352
14353 2004-08-16  Simon Josefsson  <jas@extundo.com>
14354
14355         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
14356         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
14357         Add --dry-run for --import.
14358         Let user provided command line parameters override configure.ac
14359         settings.
14360
14361 2004-08-12  Simon Josefsson  <jas@extundo.com>
14362
14363         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
14364         as discussed with Paul Eggert in threads rooted at
14365         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
14366         and
14367         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
14368         Before, the test was empty, and relied on ELIDE_CODE in source
14369         code.)
14370         (gl_PREREQ_GETOPT): New macro.
14371         (gl_GETOPT): Use them.
14372
14373 2004-08-12  Simon Josefsson  <jas@extundo.com>
14374
14375         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
14376         * lib/getopt_.h: Renamed from getopt.h.
14377
14378 2004-08-12  Simon Josefsson  <jas@extundo.com>
14379
14380         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
14381         Change default library name from libfoo to libgnu.
14382         Now, if you have a configure.ac that says:
14383                 gl_SOURCE_BASE(gl)
14384                 gl_M4_BASE(gl/m4)
14385                 gl_MODULES(error getopt etcetera)
14386                 gl_INIT
14387         you can import all you need by running:
14388                 ../gnulib/gnulib-tool --import
14389
14390         * modules/getopt (Files): Rename getopt.h to getopt_.h.
14391         (Makefile.am): Rewrite, use logic from argz.
14392         (Include): Use <getopt.h> instead of "getopt.h".
14393
14394 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14395
14396         * modules/argp (Files): Add m4/unlocked-io.m4.
14397         (Depends-on): Add extensions.
14398
14399 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14400
14401         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
14402         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
14403         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
14404         Check for program_invocation_name, program_invocation_short_name,
14405         flockfile, funlockfile, features.h, _getopt_long_only_r.
14406
14407 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14408
14409         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
14410         its complicated substitute.
14411         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
14412         and program_invocation_name.
14413         (__argp_basename) [!_LIBC]: Remove; the only use was
14414         replaced by its body.
14415         (__argp_short_program_name): Change condition from
14416         !defined __argp_short_program_name to
14417         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
14418         to match argp-namefrob.h.
14419         (__argp_failure): Don't assume strerror_r returns char *.
14420         * lib/argp-parse.c (N_): Define unconditionally.
14421         (argp_default_options): Fill out initializers with 0 to avoid
14422         gcc warnings.
14423
14424 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
14425
14426         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
14427         getopt1.c.
14428
14429 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14430
14431         Merge from coreutils.
14432
14433         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
14434
14435         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
14436         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
14437
14438 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14439
14440         Merge from coreutils.
14441
14442         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
14443         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
14444         for Reliant Unix 5.43.
14445
14446         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
14447         (union fooround): Use uintmax_t, not long int.
14448         The rest is a merge from libc:
14449         [defined _LIBC]: Include <shlib-compat.h>.
14450         (_obstack) [defined _LIBC]: Remove after 2.3.4.
14451
14452         * lib/settime.c (settime): Recode to avoid warning with
14453         Sun Forte C 6U2.
14454
14455         * lib/strverscmp.c: Convert to UTF-8.
14456
14457 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
14458
14459         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
14460         m4/uintmax_t.m4.
14461
14462 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14463
14464         * modules/xalloc-die: New file.
14465         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
14466
14467         * modules/md5 (Files): Add m4/uint32_t.m4.
14468         * modules/sha1: Renamed from modules/sha.
14469         (Files):
14470         Rename lib/sha.h to lib/sha1.h.
14471         Rename lib/sha.c to lib/sha1.c.
14472         Rename m4/sha.m4 to m4/sha1.m4.
14473         (lib_SOURCES): Likewise.
14474         (configure.ac): Rename gl_SHA to gl_SHA1.
14475         (Include): sha.h -> sha1.h.
14476
14477 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14478
14479         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
14480         * m4/sha1.m4: Renamed from sha.m4.
14481         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
14482
14483 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
14484
14485         * lib/obstack.h (obstack_empty_p):
14486         Don't assume that chunk->contents is suitably aligned.
14487         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
14488         Likewise. Problem reported by Benno in
14489         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
14490
14491         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
14492         readable.  This could be improved further but it'd take some work.
14493
14494 2004-08-08  Simon Josefsson  <jas@extundo.com>
14495
14496         * modules/xgethostname (Depends-on): Remove exit and error (not
14497         used).
14498
14499         * modules/getpass-gnu: Add getpass.h.
14500         (Depends-on): Add stdbool.
14501         * modules/getpass: Add getpass.h.
14502
14503 2004-08-08  Simon Josefsson  <jas@extundo.com>
14504
14505         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
14506         Check getpass declaration.
14507
14508 2004-08-08  Simon Josefsson  <jas@extundo.com>
14509
14510         * lib/xgethostname.c: Don't include error.h (not used).
14511
14512         * lib/getpass.h: Add.
14513         * lib/getpass.c: Include getpass.h first.
14514
14515 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
14516
14517         * lib/xalloc-die.c: New file.
14518         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
14519         All uses removed.
14520         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
14521         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
14522         xalloc-die.c.
14523         (_, N_, xalloc_die): Move to xalloc-die.c.
14524         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
14525         so that we needn't mess with xalloc_msg_memory_exhausted.
14526
14527         * lib/sha1.h: Renamed from sha.h.
14528         (SHA1_H): Renamed from _SHA_H.
14529         (sha1_ctx): Renamed from sha_ctx.
14530         (sha1_init_ctx): Renamed from sha_init_ctx.
14531         (sha1_process_block): Renamed from sha_process_block.
14532         (sha1_process_bytes): Renamed from sha_process_bytes.
14533         (sha1_finish_ctx): Renamed from sha_finish_ctx.
14534         (sha1_read_ctx): Renamed from sha_read_ctx.
14535         (sha1_stream): Renamed from sha_stream.
14536         (sha1_buffer): Renamed from sha_buffer.
14537         * lib/sha1.c: Likewise; renamed from sha.c.
14538         Do not include <sys/types.h>.
14539         Include <stddef.h> rather than <stdlib.h>.
14540
14541 2004-08-08  Bruno Haible  <bruno@clisp.org>
14542
14543         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
14544         FILESYSTEM_PREFIX_LEN.
14545         * lib/progreloc.c: Likewise.
14546         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
14547
14548 2004-08-06  Simon Josefsson  <jas@extundo.com>
14549
14550         * modules/progname (Depends-on): Don't depend on stdbool.
14551
14552 2004-08-06  Simon Josefsson  <jas@extundo.com>
14553
14554         * modules/getsubopt: New file.
14555         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14556         getsubopt.
14557
14558 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14559
14560         More merge from coreutils.
14561
14562         * m4/utimens.m4, m4/utimecmp.m4: New files.
14563         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
14564         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
14565         prereq.m4, sha.m4: Import changes from coreutils.
14566
14567 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14568
14569         More merge from coreutils.
14570         * modules/raise, modules/readtokens0, modules/utimens:
14571         * modules/utimecmp, module/xnanosleep: New files.
14572         * modules/strftime: Add lib/strftime.h.
14573         Change include from <time.h> to "strftime.h".
14574         * modules/yesno: Add lib/yesno.h.
14575         * modules/backupfile: Remove lib/addext.c.
14576         * modules/euidaccess: Add stat-macros.h.
14577         * modules/canonicalize, modules/euidaccess,
14578         modules/filemode, modules/lchown, modules/makepath,
14579         modules/rmdir, modules/stat: Likewise.
14580
14581 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
14582
14583         Merge from tar.
14584         * lib/argp-help.c (make_hol, hol_append): Don't assume that
14585         SIZE_MAX is a valid preprocessor constant.
14586         (__argp_basename): Change from "#ifndef _LIBC"
14587         to "#ifndef __argp_short_program_name", so that
14588         we don't compile these functions for tar.
14589
14590         More merges from coreutils.
14591         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
14592         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
14593         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
14594         * lib/addext.c: Remove; no longer needed.
14595         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
14596         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
14597         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
14598         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
14599         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
14600         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
14601         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
14602         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
14603         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
14604         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
14605         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
14606         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
14607         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
14608         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
14609         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
14610         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
14611         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
14612         Import changes from coreutils.
14613
14614 2004-08-05  Simon Josefsson  <jas@extundo.com>
14615
14616         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
14617
14618 2004-08-05  Simon Josefsson  <jas@extundo.com>
14619
14620         * m4/getsubopt.m4: New file.
14621
14622 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14623
14624         Merge from coreutils.
14625
14626         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
14627         * m4/getcwd-path-max.m4: New files.
14628
14629         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
14630         FILESYSTEM_PREFIX_LEN ->
14631         FILE_SYSTEM_PREFIX_LEN.
14632         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
14633         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
14634         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
14635         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
14636
14637         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
14638         prerequisite modules now handle the DOS stuff.
14639         Don't check for unistd.h.
14640
14641 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14642
14643         Merge from coreutils.
14644
14645         * lib/.gdb-history: Remove; this doesn't belong here.
14646
14647         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
14648         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
14649         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
14650         * lib/getcwd.c: New files.
14651
14652         * lib/dirname.h: Include <stdbool.h>.
14653         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
14654         for consistency with POSIX terminology.  All uses changed.
14655         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
14656         (strip_trailing_slashes): Use bool for booleans.
14657         * lib/stripslash.c (strip_trailing_slashes): Likewise.
14658
14659         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
14660         sometimes returns a positive errno value even when it succeeds.
14661         (print_errno_message) [!LIBC]: Fall back on strerror if
14662         __strerror_r fails.
14663
14664         * lib/path-concat.c (mempcpy): Don't define if a system header defines
14665         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
14666         (longest_relative_suffix): New function.
14667         (path_concat): Use it.  Assume first argument is not NULL.
14668         Port to DOS.  Omit redundant separators.
14669         Report an error instead of returning NULL.
14670         Use mempcpy instead of memcpy.
14671         (xpath_concat): Remove: not declared or used.
14672
14673         * lib/same.h: Include <stdbool.h>
14674         (same_name): Return bool, not int.
14675         * lib/same.c (same_name): Likewise.
14676         (errno): Don't declare; we assume C89 or better now.
14677
14678         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
14679         if not already defined.
14680
14681         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
14682         * lib/dup-safer.c (errno): Likewise.
14683
14684 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
14685
14686         Merge from coreutils.
14687         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
14688         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
14689         * modules/path-concat: Don't depend on strdup.
14690
14691 2004-08-03  Simon Josefsson  <jas@extundo.com>
14692
14693         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
14694         * lib/progname.h: Don't include stdbool.h.
14695
14696 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14697
14698         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
14699         * MODULES.html.sh (func_all_modules): Remove fatal.
14700
14701 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14702
14703         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
14704
14705 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
14706
14707         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
14708         working.
14709
14710 2004-08-02  Simon Josefsson  <jas@extundo.com>
14711
14712         * lib/getsubopt.h: New file, with comments from Bruno Haible.
14713         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
14714         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
14715
14716 2004-08-01  Simon Josefsson  <jas@extundo.com>
14717
14718         * lib/xgetdomainname.c: Include stdlib.h, for free().
14719
14720 2004-07-19  Bruno Haible  <bruno@clisp.org>
14721
14722         * MODULES.html.sh (func_all_modules): Add dummy.
14723
14724 2004-07-16  Simon Josefsson  <jas@extundo.com>
14725
14726         * modules/dummy: New file.
14727
14728 2004-07-16  Simon Josefsson  <jas@extundo.com>
14729
14730         * lib/dummy.c: New file.
14731
14732 2004-07-16  Bruno Haible  <bruno@clisp.org>
14733
14734         * lib/backupfile.h: Add extern "C" for C++.
14735         * lib/closeout.h: Likewise.
14736         * lib/copy-file.h: Likewise.
14737         * lib/findprog.h: Likewise.
14738         * lib/full-write.h: Likewise.
14739         * lib/pathname.h: Likewise.
14740         * lib/progname.h: Likewise.
14741         * lib/stpcpy.h: Likewise.
14742         * lib/stpncpy.h: Likewise.
14743         * lib/strcase.h: Likewise.
14744         * lib/strstr.h: Likewise.
14745         * lib/xalloc.h: Likewise.
14746
14747         * lib/mbswidth.h: Add extern "C" for C++.
14748         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
14749
14750 2004-07-13  Robert Millan  <robertmh@gnu.org>
14751
14752         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
14753
14754 2004-07-09  Simon Josefsson  <jas@extundo.com>
14755
14756         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
14757         failed without this.)
14758
14759 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14760
14761         * modules/chown (Files): Add lib/fchown-stub.c, since
14762         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
14763
14764 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
14765
14766         * lib/fchown-stub.c: New file.
14767
14768 2004-06-24  Jim Meyering  <jim@meyering.net>
14769
14770         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
14771
14772 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * modules/argz: Omit "#include".
14775
14776         * MODULES.html.sh (func_all_modules): Add calloc, to match
14777         2004-06-01 addition of calloc module.
14778
14779 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14780
14781         * m4/argz.m4: New file, which is autoupdated from libtool.
14782
14783 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
14786         libtool.
14787
14788 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
14789
14790         * config/srclist-update: Don't insist on "USA." before the
14791         close-comment, as libtool omits the period and puts the */ on a
14792         separate line.
14793         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
14794         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
14795
14796 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
14797
14798         * modules/argz: New file.
14799         * MODULES.html.sh (func_all_modules): Add argz.
14800
14801 2004-06-12  Jim Meyering  <jim@meyering.net>
14802         and  Paul Eggert  <eggert@cs.ucla.edu>
14803
14804         * modules/hash (Files): Add lib/xalloc.h.
14805         * modules/pipe (Depends-on): Add wait-process.
14806         * modules/stat (Depends-on): Add xalloc.
14807         * modules/userspec (Files): Add lib/userspec.h.
14808         * modules/xstrto
14809
14810         Upgrade from gettext-0.13.
14811         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
14812         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
14813         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
14814
14815 2004-06-10  Jim Meyering  <jim@meyering.net>
14816
14817         * lib/calloc.c: New file.
14818
14819 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
14820
14821         * lib/getdate.y (yylex): Allow space between sign and number.
14822         Problem reported by Dan Jacobson.
14823
14824 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14825
14826         Merge from coreutils CVS.
14827
14828         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
14829         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
14830         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
14831         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
14832         xstrtol.m4: Fix copyright date and/or serial number.
14833
14834         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
14835         See if we need an fchown replacement.
14836         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
14837         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
14838         and use the replacement function if we detect either defect.
14839
14840         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
14841         gl_UTIMECMP.
14842
14843 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
14844         and  Jim Meyering  <jim@meyering.net>
14845
14846         Merge from coreutils CVS.
14847
14848         * lib/stat-macros.h: New file, with contents from file-type.h
14849         and coreutils' system.h.
14850         * lib/file-type.c: Include "stat-macros.h".
14851         * lib/file-type.h (file_type): Move all macro definitions to new file,
14852         stat-macros.h.
14853
14854         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
14855         Wrap old code with this conditional.
14856         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
14857         function that does not dereference symlinks.
14858         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
14859
14860         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
14861         dependency problems.
14862         (xreadlink): Accept new arg SIZE, for efficiency.
14863         All decls and uses changed.
14864         * lib/xreadlink.h: Include <stddef.h>, for size_t.
14865
14866         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
14867         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
14868
14869         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
14870         sysexits.h.
14871
14872 2004-06-01  Jim Meyering  <jim@meyering.net>
14873
14874         * m4/calloc.m4: New file.
14875
14876 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
14877
14878         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
14879         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
14880         Also, fix a typo in a diagnostic.
14881
14882 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14883
14884         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
14885         or AC_FUNC_REALLOC.
14886
14887 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
14888
14889         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
14890         macros to be defined.
14891         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
14892         the allocator returns NULL because the requested size is zero.
14893
14894 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
14895
14896         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
14897         var.  Add comment explaining why libc still defines it.  This
14898         merges the following patch from glibc:
14899         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
14900
14901 2004-05-20  Andreas Schwab  <schwab@suse.de>
14902
14903         * m4/free.m4: Replace free if it not known to work, not the other
14904         way round.
14905
14906 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
14907
14908         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
14909         present in glibc since revision 1.1 of this file.
14910         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
14911         obstack_alignment_mask, obstack_alloc, obstack_base,
14912         obstack_blank, obstack_blank_fast, obstack_chunk_size,
14913         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
14914         obstack_grow0, obstack_init, obstack_int_grow,
14915         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
14916         obstack_next_free, obstack_object_size, obstack_ptr_grow,
14917         obstack_ptr_grow_fast, obstack_room): Remove declarations of
14918         nonexistent functions.
14919
14920 2004-05-18  Karl Berry  <karl@gnu.org>
14921
14922         * config/srclist.txt: break link for vasnprintf.c.
14923
14924 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14925
14926         Port obstack to the AS/400, where pointers are 16 bytes wide and
14927         you cannot cast an integer to a valid pointer.  This patch is
14928         currently waiting to be integrated into glibc; see
14929         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
14930
14931         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
14932         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
14933         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
14934         (struct obstack): temp member is now a union of a pointer and
14935         an integer, instead of an integer.  All integer uses changed.
14936         This does not affect the physical layout of struct obstack,
14937         except on hosts (like the AS/400) where the size or alignment of
14938         void * is greater than that of ptrdiff_t.
14939         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
14940         __STDC__)]: Store temporary in pointer member of union, not
14941         integer member.
14942         * lib/obstack.c: Include <stddef.h>, for offsetof.
14943         (struct fooalign): Remove; it doesn't need a name.
14944         (union fooround): Change double to long double, and add void *.
14945         (DEFAULT_ALIGNMENT): Use offsetof to compute.
14946         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
14947         not a macro.  Hence the values are always int; so remove all
14948         casts-to-int in uses.
14949
14950 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
14951
14952         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
14953         we can get this patch merged into glibc.
14954
14955 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14956             Paul Eggert  <eggert@cs.ucla.edu>
14957
14958         * m4/argp: Depend on alloca.
14959
14960 2004-05-17  Derek R. Price  <derek@ximbiot.com>
14961             Paul Eggert  <eggert@cs.ucla.edu>
14962
14963         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
14964         freecoding.
14965
14966 2004-05-17  Bruno Haible  <bruno@clisp.org>
14967
14968         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
14969         precision that consists of a '.' followed by an empty digit string.
14970         Patch by Tor Lillqvist <tml@iki.fi>.
14971
14972 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14973
14974         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
14975         for backward compatibility with older code.  We need our own
14976         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
14977         it under some other name, and our alloca.h will define it.
14978
14979 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
14980             Derek Price  <derek@ximbiot.com>
14981
14982         * lib/alloca.c: Include <alloca.h>, to get our interface.
14983         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
14984         include <alloca.h> first.  Use C89 prototype for alloca; this
14985         requires including <stddef.h> for size_t.  Use extern "C" if C++.
14986         Use #elif for simplicity, since we can assume C89 now.
14987         Don't try to source the system alloca.h since it will not be found
14988         and to prevent recursively including its replacement.
14989         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
14990         * lib/regex.c: Likewise.
14991
14992 2004-05-16  Derek Price  <derek@ximbiot.com>
14993             Paul Eggert  <eggert@cs.ucla.edu>
14994
14995         getline cleanup.  This changes the getndelim2 API: both order of
14996         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
14997         no delimiter).
14998
14999         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15000         interface does that.
15001         (getline): Always use getdelim, so that we don't have two
15002         copies of this code.
15003         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15004         if available.
15005         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15006         (GETNDELIM2_MAXIMUM): New macro.
15007         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15008         instead of the old practice of delim2==0.  All callers changed.
15009         Return -1 on overflow, instead of returning junk.
15010         Do not set *linesize unless allocation succeeds.
15011         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15012         that we include sys/types.h.
15013         * lib/getnline.h: Likewise.
15014         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15015         (getndelim2): Reorder arguments.
15016         * lib/getnline.c (getnline, getndelim):
15017         Don't discard the NMAX argument.
15018         (getnline): Invoke getndelim, to avoid code duplication.
15019         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15020         of (size_t) -1 by callers of the getnline family.
15021
15022 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15023
15024         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15025         Check for gettimeofday.
15026         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15027         Check for settimeofday, stime.
15028
15029 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15030
15031         * lib/nanosleep.c (suspended): Change its type from int to
15032         sig_atomic_t volatile.
15033         (first_call): Make it private to rpl_nanosleep, and have it
15034         be zero initially as that's a bit faster.
15035         (my_usleep): Round up fractional times instead of truncating them,
15036         as this is the usual meaning for 'sleep'.
15037
15038         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15039         doesn't work.
15040         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15041         (ENOSYS): Define if not defined.
15042         (settime): Fall back on stime if it exists and settimeofday fails.
15043         But don't bother with fallbacks if a method fails with errno == EPERM.
15044
15045 2004-05-11  Jim Meyering  <jim@meyering.net>
15046
15047         Prior to this change, the save_cwd caller required read access to the
15048         current directory on most systems (ones with the fchdir function).
15049
15050         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15051         fails, try write-only, and finally, resort to using xgetcwd.
15052
15053 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15054
15055         * lib/obstack.c, obstack.h: Import changes from libc.
15056
15057 2004-04-28  Bruno Haible  <bruno@clisp.org>
15058
15059         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15060         also implicitly appends .exe to executables.
15061         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15062         accepts Windows pathnames.
15063         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15064         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15065         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15066         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15067         Reported by Derek Robert Price <derek@ximbiot.com>.
15068
15069 2004-04-21  Karl Berry  <karl@gnu.org>
15070
15071         * config/srclist.txt (localcharset.c): break sync.
15072
15073 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15074
15075         * m4/host-os.m4: Add a copyright notice.
15076
15077 2004-04-20  Jim Meyering  <jim@meyering.net>
15078
15079         Change UTILS_ to gl_ in AC_DEFINE'd names.
15080         Change utils_- and jm_-prefixed variables, too.
15081         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15082         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15083         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15084
15085         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
15086         Don't emit trailing blanks.
15087         Also rename jm_-prefixed variables to have gl_ prefix.
15088
15089         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
15090         Also rename jm_-prefixed variables to have gl_ prefix.
15091
15092         * m4/jm-macros.m4: Reflect the renamings.
15093         * m4/prereq.m4: Likewise.
15094
15095 2004-04-20  Jim Meyering  <jim@meyering.net>
15096
15097         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
15098         memory.
15099
15100 2004-04-20  Jim Meyering  <jim@meyering.net>
15101             Bruno Haible  <bruno@clisp.org>
15102
15103         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
15104         memory when realloc fails.
15105
15106 2004-04-19  Jim Meyering  <jim@meyering.net>
15107
15108         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
15109         now that readutmp.c may call `free (0)'.
15110
15111 2004-04-19  Bruno Haible  <bruno@clisp.org>
15112
15113         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
15114         * m4/inttypes_h.m4: Likewise.
15115         * m4/stdint_h.m4: Likewise.
15116         * m4/intmax_t.m4: Likewise.
15117         * m4/uintmax_t.m4: Likewise.
15118
15119 2004-04-18  Jim Meyering  <jim@meyering.net>
15120
15121         * m4/prereq.m4: Don't forbid jm_ prefix.
15122
15123         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
15124         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
15125         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
15126         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
15127         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
15128         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
15129         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
15130         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
15131         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
15132         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
15133         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
15134         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
15135         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
15136         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
15137         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
15138         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
15139         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
15140         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
15141         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
15142
15143 2004-04-18  Jim Meyering  <jim@meyering.net>
15144
15145         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
15146         failure, don't leak memory and do call END_UTMP_ENT.
15147
15148 2004-04-16  Jim Meyering  <jim@meyering.net>
15149
15150         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
15151         coreutils' stat program.
15152         (gl_PREREQ): Don't require jm_PREREQ_STAT.
15153
15154 2004-04-11  Paul Eggert  <eggert@twinsun.com>
15155
15156         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
15157         C89.
15158         (CHAR_BIT): Remove, since we assume C89.
15159         Include <stdint.h> if available, as per current Autoconf CVS advice.
15160
15161 2004-03-31  Jim Meyering  <jim@meyering.net>
15162
15163         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
15164         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
15165         * m4/xalloc.m4: Likewise.
15166
15167 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15168
15169         Merge from coreutils.
15170
15171         * m4/inttostr.m4: New file.
15172         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
15173         Require AM_STDBOOL_H and gl_TIMESPEC instead.
15174         Require gl_CLOCK_TIME.
15175         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
15176
15177 2004-03-30  Paul Eggert  <eggert@twinsun.com>
15178
15179         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
15180         not bool, to be more consistent with Unix conventions.
15181         Suggested by Bruno Haible.
15182
15183         Merge from coreutils.
15184
15185         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
15186         * lib/umaxtostr.c: New files.
15187
15188         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
15189         the usual <time.h> dance.
15190         (get_date): Change signature to support fractional time stamps.
15191         All callers changed.
15192         * lib/getdate.y: Include "getdate.h" first, as we can now
15193         assume C89 and don't need to worry about 'const'.
15194         Similarly, include "unlocked-io.h" near start, not in middle.
15195         Include <limits.h>.
15196         (textint.value): Use long int rather than int.
15197         (textint.digits): Use size_t rather than int.
15198         (BILLION, LOG10_BILLION): New constants.
15199         (parser_control): New member rel_ns.  Members day_ordinal,
15200         time_zone, month, day, hour, minutes, rel_year, rel_month,
15201         rel_day, rel_hour, rel_minutes, rel_seconds
15202         are now long int, not int.  Member seconds is now struct timespec,
15203         not int.  New member timespec_seen.  Members dates_seen, days_seen,
15204         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
15205         not int.
15206         (%union.intval): Now long int, not int.
15207         New member timespec.
15208         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
15209         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
15210         (spec): Now is a timespec or an item list.
15211         (timespec, items): New nonterminals.
15212         (time, rel, relunit, number, get_date):
15213         Add support for fractional seconds.
15214         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
15215         (gmtime, localtime, mktime): Remove decls; not needed with C89.
15216         (to_hour): First arg is now long int, not int.
15217         (to_year): Returns long int, not int.
15218         Don't treat year -70 like 70.
15219         (tm_diff): Returns long int, not int.
15220         (lookup_word): Use bool instead of int when appropriate.
15221         (yylex): Use size_t for count, not int.
15222         Detect overflow when parsing large integer constants.
15223         Add support for fractions.
15224         (get_date): Make pointers 'const' if possible.
15225         Use more-portable code to detect integer overflow.
15226         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
15227         Don't use ctime; it's not reliable if the year has >4 digits.
15228
15229         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
15230         This is for compatibility with BSD.
15231
15232         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
15233         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
15234         From coreutils' system.h.
15235
15236         * lib/userspec.c: Don't include "posixver.h".
15237         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
15238         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
15239         compatible extension.  Simplify code by removing a boolean int
15240         that was always nonzero if a string was nonnull.
15241
15242 2004-03-30  Jim Meyering  <jim@meyering.net>
15243
15244         Merge from coreutils.
15245
15246         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
15247         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
15248         on some systems one must include <grp.h> before it.
15249         Reported by Christian Krackowizer.
15250
15251 2004-03-30  Jim Meyering  <jim@meyering.net>
15252
15253         Merge from coreutils.
15254
15255         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
15256
15257         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
15258         an empty input stream.
15259
15260         * lib/readtokens.c: Include <stdbool.h>.
15261         (readtoken): Use `size_t' rather than int/long.
15262         All callers adjusted.
15263         Use `bool' rather than `int' where appropriate.
15264         Use memset rather than an explicit loop.
15265         Use x2nrealloc rather than xrealloc.
15266         Allow the use of `\0' as a delimiter.
15267         (readtokens): Likewise.
15268         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
15269
15270 2004-03-30  Jim Meyering  <jim@meyering.net>
15271
15272         * m4/realloc.m4: Remove file, since now it does no more than
15273         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
15274         the `configure.ac' section of module/realloc.
15275         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
15276
15277 2004-03-30  Bruno Haible  <bruno@clisp.org>
15278
15279         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
15280         nonnull.
15281
15282 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15283
15284         Merge changes to getloadavg.c from coreutils and Emacs.
15285
15286         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
15287         Define to an expression, not to the empty string.
15288         Include cloexec.h and xalloc.h.
15289         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
15290         Use set_cloexec_flag rather than rolling our own.
15291         * lib/cloexec.c, lib/cloexec.h: New files.
15292
15293 2004-03-29  Paul Eggert  <eggert@twinsun.com>
15294
15295         * m4/cloexec.m4: New file.
15296
15297 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15298
15299         * lib/getopt.h: Sync with libc CVS.
15300
15301 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15302             Bruno Haible  <bruno@clisp.org>
15303
15304         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
15305         mbswidth.
15306
15307 2004-03-18  Paul Eggert  <eggert@twinsun.com>
15308             Bruno Haible  <bruno@clisp.org>
15309
15310         * lib/mbswidth.h: Include <wchar.h> only if
15311         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
15312         <wchar.h>.
15313         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
15314
15315 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15316
15317         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
15318         Sync with libc CVS.
15319         * lib/getopt_int.h: New file, also synced from libc.
15320
15321 2004-03-09  Paul Eggert  <eggert@twinsun.com>
15322
15323         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
15324         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
15325         Bring back getopt.c, getopt.h, getopt1.c.
15326
15327 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15328
15329         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
15330         All uses changed.  Check for sa_sigaction member; this fixes
15331         a bug first reported by Jason Andrade in
15332         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15333
15334 2004-03-07  Paul Eggert  <eggert@twinsun.com>
15335
15336         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
15337         '#if' expressions.  Unlike the code it replaces, it does not
15338         depend on (defined _SC_PAGESIZE).  However, it does depend on
15339         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
15340         first reported by Jason Andrade in
15341         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
15342
15343 2004-02-25  Simon Josefsson  <jas@extundo.com>
15344
15345         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
15346
15347 2004-02-25  Simon Josefsson  <jas@extundo.com>
15348
15349         * lib/strdup.h: New file.
15350         * lib/strdup.c: Include it.
15351         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
15352         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
15353
15354 2004-02-23  Karl Berry  <karl@gnu.org>
15355
15356         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
15357         (from fencepost.gnu.org:/gd/gnuorg).
15358
15359 2004-02-23  Karl Berry  <karl@gnu.org>
15360
15361         * config/srclistvars.sh (GNUORG) [karl]: redefine.
15362         * config/srclist.txt: add maintain/standards documents.
15363
15364 2004-02-18  Bruno Haible  <bruno@clisp.org>
15365
15366         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
15367         Reported by Derek Robert Price <derek@ximbiot.com>.
15368
15369 2004-02-16  Karl Berry  <karl@gnu.org>
15370
15371         * config/mkinstalldirs, install-sh: update from automake.
15372
15373 2004-02-06  Karl Berry  <karl@gnu.org>
15374
15375         * m4/po.m4: update from gettext 0.14.1.
15376
15377 2004-02-06  Karl Berry  <karl@gnu.org>
15378
15379         * lib/config.charset: update from gettext 0.14.1.
15380
15381 2004-02-05  Paul Eggert  <eggert@twinsun.com>
15382
15383         Add comments and code, prompted by suggestions from Bruno Haible
15384         for sh-quote.
15385         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
15386         describing the enum quoting_style values.
15387         * lib/quotearg.c (quotearg_alloc): New function.
15388         (quotearg_buffer_restyled): Treat lone { and } as special.
15389         Treat = as special.  Work around bug with older shells
15390         that "see" a '\' that is really the 2nd byte of a multibyte char.
15391         Quote empty string with shell_quoting_style.
15392
15393 2004-02-03  Bruno Haible  <bruno@clisp.org>
15394
15395         * m4/pipe.m4: New file, from GNU gettext.
15396
15397 2004-02-03  Bruno Haible  <bruno@clisp.org>
15398
15399         * lib/pipe.h: New file, from GNU gettext.
15400         * lib/pipe.c: New file, from GNU gettext.
15401
15402 2004-01-27  Bruno Haible  <bruno@clisp.org>
15403
15404         * m4/execute.m4: New file, from GNU gettext.
15405
15406 2004-01-27  Bruno Haible  <bruno@clisp.org>
15407
15408         * lib/execute.h: New file, from GNU gettext.
15409         * lib/execute.c: New file, from GNU gettext.
15410         * lib/w32spawn.h: New file, from GNU gettext.
15411
15412 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15413
15414         Merge from diffutils.
15415
15416         * lib/file-type.c (file_type): Add typed memory objects.
15417         * lib/file-type.h (S_TYPEISTMO): New macro.
15418
15419         * lib/c-stack.h (c_stack_action): Remove argv argument.
15420         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
15421         (die): Don't calculate message unless segv_action returns.
15422         (get_stack_location, min_address_from_argv, max_address_from_argv,
15423         volatile stack_base, volatile_stack_size): Remove.
15424         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
15425         that every segmentation violation is a stack overflow.  (Ouch!)
15426         See Debian bug 136249 (still outstanding) for more info about why
15427         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
15428
15429 2004-01-24  Paul Eggert  <eggert@twinsun.com>
15430
15431         Exit-status fix from coreutils.
15432
15433         Use exit_failure consistently in place of EXIT_FAILURE,
15434         so that program exit statuses are consistent on failure.
15435
15436         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
15437         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
15438         * lib/argmatch.h: Comment fix to match the above.
15439         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
15440         Now a macro referring to exit_failure, instead of a separate
15441         variable.  Include "exitfail.h" to get it.
15442         * lib/xstrtol.h: Include "exitfail.h".
15443         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
15444
15445         * lib/long-options.c (parse_long_options): Use prototype
15446         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
15447         for clarity.
15448
15449 2004-01-21  Jim Meyering  <jim@meyering.net>
15450
15451         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
15452         so as not to conflict with a different-sized __mktime_internal
15453         function in GNU libc.
15454         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
15455         Problem building statically-linked `ls' reported by Michael Brunnbauer.
15456
15457 2004-01-20  Karl Berry  <karl@gnu.org>
15458
15459         * config/config.guess: update from config.
15460
15461         * config/srclistvars.sh: GNUWWWLICENSES for karl.
15462
15463 2004-01-20  Bruno Haible  <bruno@clisp.org>
15464
15465         Safer stack allocation.
15466         * lib/setenv.c: Include allocsa.h.
15467         (alloca): Remove fallback definition.
15468         (freea): Remove macro.
15469         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
15470         instead of freea.
15471
15472 2004-01-20  Bruno Haible  <bruno@clisp.org>
15473
15474         * m4/eealloc.m4: New file, from GNU gettext.
15475
15476 2004-01-20  Bruno Haible  <bruno@clisp.org>
15477
15478         * m4/allocsa.m4: New file, from GNU gettext.
15479
15480 2004-01-20  Bruno Haible  <bruno@clisp.org>
15481
15482         * lib/xallocsa.h: New file, from GNU gettext.
15483         * lib/xallocsa.c: New file, from GNU gettext.
15484
15485 2004-01-20  Bruno Haible  <bruno@clisp.org>
15486
15487         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
15488
15489 2004-01-20  Bruno Haible  <bruno@clisp.org>
15490
15491         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
15492         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
15493         specially.
15494
15495 2004-01-20  Bruno Haible  <bruno@clisp.org>
15496
15497         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
15498         patch.
15499
15500 2004-01-20  Bruno Haible  <bruno@clisp.org>
15501
15502         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
15503
15504 2004-01-20  Bruno Haible  <bruno@clisp.org>
15505
15506         * lib/eealloc.h: New file.
15507
15508 2004-01-20  Bruno Haible  <bruno@clisp.org>
15509
15510         * lib/binary-io.h: Avoid warnings on Cygwin.
15511
15512 2004-01-20  Bruno Haible  <bruno@clisp.org>
15513
15514         * lib/allocsa.h: New file, from GNU gettext.
15515         * lib/allocsa.c: New file, from GNU gettext.
15516
15517 2004-01-18  Karl Berry  <karl@gnu.org>
15518
15519         * doc/gpl.texi, doc/lgpl.texi: new files.
15520
15521 2004-01-18  Karl Berry  <karl@gnu.org>
15522
15523         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
15524         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
15525
15526 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15527
15528         Merge from coreutils.
15529
15530         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
15531         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
15532         (gl_DEFAULT_POSIX2_VERSION): Move
15533         the documentation from 'configure' into 'config.hin',
15534         so that 'configure --help' isn't burdened by it and
15535         we don't have to worry about its formatting there.
15536         Reword the documentation so that it's more succinct
15537         and can be run together into a single paragraph.
15538         * m4/same.m4 (gl_SAME): Check for pathconf.
15539
15540 2004-01-15  Paul Eggert  <eggert@twinsun.com>
15541
15542         Merge from coreutils.
15543
15544         * lib/posixver.c: Include posixver.h.
15545
15546         * lib/same.c: Include <stdbool.h>, <limits.h>.
15547         (_POSIX_NAME_MAX): Define if not defined.
15548         (MIN): New macro.
15549         (same_name): If file names are silently truncated, report
15550         that the file names are the same if they are the same after
15551         the silent truncation.
15552
15553         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
15554         conversion function.
15555         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
15556         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
15557         longer needed.
15558
15559 2004-01-15  Jim Meyering  <jim@meyering.net>
15560
15561         Merge from coreutils.
15562
15563         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
15564         if no library is required.
15565         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
15566         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
15567         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
15568         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
15569         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
15570         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
15571         value, $ac_cv_search_crypt, if it's "none required".
15572         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
15573         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
15574         not gl_FUNC_GETLOADAVG.
15575         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
15576         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
15577
15578 2004-01-15  Jim Meyering  <jim@meyering.net>
15579
15580         Merge from coreutils.
15581
15582         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
15583         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
15584         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
15585
15586         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
15587         optional configure-time default.
15588
15589         * lib/version-etc.c (version_etc_copyright): Update copyright date.
15590
15591         * lib/xreadlink.c (xreadlink): Correct outdated comment.
15592
15593 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
15594
15595         Merge from coreutils.
15596
15597         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
15598         value, $ac_cv_search_nanosleep, if it's "none required".
15599
15600 2004-01-14  Paul Eggert  <eggert@twinsun.com>
15601
15602         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
15603         with like-named macro in fnmatch.c.
15604         (EXT): Use an internal constant instead.
15605
15606         Merge fnmatch patches from glibc.
15607         * lib/fnmatch.c (mbsinit): Remove define.
15608         Add libc_hidden_ver (__fnmatch, fnmatch).
15609         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
15610         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
15611
15612 2004-01-14  Karl Berry  <karl@gnu.org>
15613
15614         * config/install-sh: update from automake.
15615
15616 2004-01-13  Karl Berry  <karl@gnu.org>
15617
15618         * config/install-sh: update from automake.
15619
15620 2004-01-09  Karl Berry  <karl@gnu.org>
15621
15622         * config/install-sh: update from automake.
15623
15624 2004-01-05  Karl Berry  <karl@gnu.org>
15625
15626         * config/config.{sub,guess}: update from config.
15627
15628 2003-12-31  Karl Berry  <karl@gnu.org>
15629
15630         * config/depcomp: update from automake.
15631
15632 2003-12-14  Karl Berry  <karl@gnu.org>
15633
15634         * lib/config.charset: update from gettext-runtime.
15635
15636 2003-12-03  Paul Eggert  <eggert@twinsun.com>
15637
15638         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
15639         Bug reported by Alfred M. Szmidt.
15640
15641 2003-12-03  Bruno Haible  <bruno@clisp.org>
15642
15643         * m4/gettext.m4: Upgrade from gettext-0.13.
15644         * m4/po.m4: Upgrade from gettext-0.13.
15645         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
15646         * m4/intmax.m4: New file, from gettext-0.13.
15647         * m4/printf-posix.m4: New file, from gettext-0.13.
15648
15649 2003-11-29  Karl Berry  <karl@gnu.org>
15650
15651         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
15652
15653 2003-11-25  Paul Eggert  <eggert@twinsun.com>
15654             Bruno Haible  <bruno@clisp.org>
15655
15656         * lib/printf-parse.h: Don't include sys/types.h.
15657         (ARG_NONE): New macro.
15658         (char_directive): Change type of *arg_index fields to size_t.
15659         * lib/printf-parse.c: Don't include sys/types.h.
15660         (SSIZE_MAX): Remove macro.
15661         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
15662         Remove unnecessary overflow check.
15663         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
15664         fields.
15665
15666 2003-11-25  Bruno Haible  <bruno@clisp.org>
15667
15668         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
15669
15670 2003-11-25  Bruno Haible  <bruno@clisp.org>
15671
15672         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
15673         gt_TYPE_SSIZE_T.
15674
15675 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15676
15677         * modules/alloca: Remove dependency on xalloc.
15678
15679 2003-11-24  Paul Eggert  <eggert@twinsun.com>
15680
15681         * lib/alloca.c: Remove dependency on xalloc module.
15682         (xalloc_die): Remove.
15683         (memory_full) [!defined emacs]: New macro.
15684         [!defined emacs]: Don't include xalloc.h.
15685         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
15686         address arithmetic overflows.  Change datatypes a bit to avoid
15687         unnecessary casts.
15688
15689 2003-11-22  Jim Meyering  <jim@meyering.net>
15690
15691         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
15692         s/size/size_t/.
15693
15694 2003-11-21  Karl Berry  <karl@gnu.org>
15695
15696         * config/config.{sub,guess}: update from config.
15697
15698 2003-11-18  Karl Berry  <karl@gnu.org>
15699
15700         * config/config.{sub,guess}: update from config.
15701
15702         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
15703
15704 2003-11-17  Paul Eggert  <eggert@twinsun.com>
15705
15706         * README: Mention that S+T cannot overflow if S is the size of
15707         an existing object and T is sufficiently small.
15708
15709 2003-11-17  Jim Meyering  <jim@meyering.net>
15710
15711         On systems without utime and without a utimes function capable of
15712         dealing with a NULL struct utimbuf* argument, this utime replacement
15713         could -- in unusual circumstances -- leak a file descriptor.
15714         * lib/utime.c: Include <unistd.h> and <errno.h>.
15715         (utime_null): Be sure to close `fd' and to preserve errno.
15716         Reported by Geoff Collyer via Arnold Robbins.
15717
15718 2003-11-17  Bruno Haible  <bruno@clisp.org>
15719
15720         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
15721         (Depends-on): Add xsize.
15722
15723 2003-11-17  Bruno Haible  <bruno@clisp.org>
15724
15725         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
15726
15727 2003-11-17  Bruno Haible  <bruno@clisp.org>
15728
15729         * lib/vasnprintf.c (alloca): Remove fallback definition.
15730         (freea): Remove definition.
15731         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
15732         Reported by Paul Eggert.
15733
15734 2003-11-16  Paul Eggert  <eggert@twinsun.com>
15735             Bruno Haible  <bruno@clisp.org>
15736
15737         Protect against address arithmetic overflow.
15738         * lib/printf-args.h: Include stddef.h.
15739         (arguments): Change type of field 'count' to size_t.
15740         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
15741         'unsigned int' where appropriate.
15742         * lib/printf-parse.h: Include sys/types.h.
15743         (char_directive): Change type of *arg_index fields to ssize_t.
15744         (char_directives): Change type of fields 'count', max_*_length to
15745         size_t.
15746         * lib/printf-parse.c: Include sys/types.h and xsize.h.
15747         (SSIZE_MAX): Define fallback value.
15748         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
15749         instead of 'int' where appropriate. Check a_allocated, d_allocated
15750         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
15751         * lib/vasnprintf.c: Include xsize.h.
15752         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
15753         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
15754         overflow. Avoid wraparound when converting a width or precision from
15755         decimal to binary.
15756
15757 2003-11-16  Bruno Haible  <bruno@clisp.org>
15758
15759         Update from GNU gettext.
15760         * lib/printf-parse.c: Generalize to it can be compiled for wide
15761         strings.
15762         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
15763         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
15764         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
15765         SNPRINTF): New macros.
15766         Don't include <alloca.h> if the file is used inside libintl.
15767         (local_wcslen): New function, for Solaris 2.5.1.
15768         (VASNPRINTF): Use it instead of wcslen.
15769
15770 2003-11-16  Bruno Haible  <bruno@clisp.org>
15771
15772         * lib/xsize.h (xmax): New function.
15773         (xsum, xsum3, xsum4): Declare as "pure" functions.
15774
15775 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15776
15777         * modules/xalloc (Files): Undo latest change, since xalloc.h
15778         no longer needs SIZE_MAX or PTRDIFF_MAX.
15779
15780 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15781
15782         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
15783         gl_PTRDIFF_MAX.
15784
15785 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15786
15787         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
15788         "return", to pacify some unknown compiler.  Problem reported
15789         by Joerg Schilling.
15790
15791 2003-11-12  Paul Eggert  <eggert@twinsun.com>
15792
15793         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
15794         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
15795         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
15796         heuristic is just as accurate as far as we know, and it removes a
15797         dependency on size_max.m4 and ptrdiff_max.m4.
15798
15799 2003-11-11  Bruno Haible  <bruno@clisp.org>
15800
15801         * modules/xsize (Files): Add m4/size_max.m4.
15802         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
15803
15804 2003-11-11  Bruno Haible  <bruno@clisp.org>
15805
15806         * m4/size_max.m4: New file.
15807         * m4/ptrdiff_max.m4: New file.
15808         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
15809         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
15810         (gl_XALLOC): Invoke it.
15811
15812 2003-11-11  Bruno Haible  <bruno@clisp.org>
15813
15814         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
15815         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
15816         defined.
15817
15818 2003-11-10  Paul Eggert  <eggert@twinsun.com>
15819
15820         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
15821         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
15822         rejected some allocations of exactly SIZE_MAX - 2 bytes.
15823         From Bruno Haible.
15824         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
15825         not (size_t) -1, since it's defined here.
15826
15827 2003-11-09  Karl Berry  <karl@gnu.org>
15828
15829         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
15830
15831 2003-11-06  Paul Eggert  <eggert@twinsun.com>
15832
15833         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
15834         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
15835         Reject sizes of exactly SIZE_MAX bytes.
15836         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
15837         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
15838
15839 2003-11-05  Bruno Haible  <bruno@clisp.org>
15840
15841         * lib/xsize.h: Include limits.h, to avoid a possible collision with
15842         SIZE_MAX defined in <limits.h> on Solaris.
15843
15844 2003-11-04  Jim Meyering  <jim@meyering.net>
15845
15846         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
15847         variable names, rather than @VAR@.
15848         * modules/poll: Likewise.
15849
15850 2003-11-04  Bruno Haible  <bruno@clisp.org>
15851
15852         * modules/xsize: New file.
15853         * modules/linebreak: Depend on xsize.
15854         * MODULES.html.sh (func_all_modules): Add xsize.
15855
15856 2003-11-04  Bruno Haible  <bruno@clisp.org>
15857
15858         * m4/xsize.m4: New file.
15859
15860 2003-11-04  Bruno Haible  <bruno@clisp.org>
15861
15862         * lib/xsize.h: New file.
15863         * lib/linebreak.c: Include xsize.h.
15864         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
15865         argument for overflow.
15866         Suggested by Paul Eggert.
15867
15868 2003-11-03  Karl Berry  <karl@gnu.org>
15869
15870         * config/config.{guess,sub}: update from config.
15871
15872 2003-11-03  Jim Meyering  <jim@meyering.net>
15873
15874         * modules/userspec (lib_SOURCES): Add userspec.h.
15875         (Include): Add "userspec.h".
15876         Improve description.
15877
15878 2003-11-03  Jim Meyering  <jim@meyering.net>
15879
15880         * lib/userspec.c: Include "userspec.h".
15881         * lib/userspec.h: New file.
15882
15883 2003-11-03  Bruno Haible  <bruno@clisp.org>
15884
15885         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
15886
15887 2003-11-03  Bruno Haible  <bruno@clisp.org>
15888
15889         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
15890         available, to avoid (extremely rare) race condition.
15891         Suggested by Paul Eggert.
15892
15893 2003-11-02  Karl Berry  <karl@gnu.org>
15894
15895         * config/srclist.txt (vasprintf.c): sync broken, sigh.
15896
15897 2003-10-31  Paul Eggert  <eggert@twinsun.com>
15898
15899         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
15900         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
15901         (read_filesystem_list): Set and use me_type_malloced.
15902         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
15903         whatever the type happens to be), for brevity and consistency.
15904         Check for size calculation overflow on Alphas running OSF/1.
15905
15906 2003-10-31  Jim Meyering  <jim@meyering.net>
15907
15908         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
15909
15910         * lib/linebuffer.c: Include <string.h> for declaration of memset.
15911
15912 2003-10-30  Paul Eggert  <eggert@twinsun.com>
15913             Bruno Haible  <bruno@clisp.org>
15914
15915         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
15916         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
15917
15918 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
15919
15920         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
15921         netbsd*-gnu*.  Suggested by Robert Millan.
15922
15923 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15924
15925         * modules/group-member: Depend on stdbool.
15926
15927 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15928
15929         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
15930
15931 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15932
15933         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
15934         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
15935         after the 'gnu' in these cases.  This fixes some bugs in the
15936         previous change, and is based on suggestions by Robert Millan.
15937
15938 2003-10-29  Paul Eggert  <eggert@twinsun.com>
15939
15940         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
15941         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
15942         no longer needed.
15943         * lib/quotearg.c (quotearg_n_options): Use it.
15944         * lib/group-member.c: Include <stdbool.h>.
15945         (free_group_info): Arg is now const *; don't free arg.
15946         (get_group_info): Now returns bool and accepts struct group_info *,
15947         rather than returning a malloc'ed struct group_info *.
15948         All uses changed.  Check for overflow in internal size calculation.
15949
15950         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
15951         rather than xmalloc/xrealloc.
15952         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
15953         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
15954         conformance bug: the old code used a pointer after freeing the
15955         storage that it addressed.
15956         * lib/hash.c (hash_initialize): Simplify the code by using
15957         xalloc_oversized rather than doing it by hand.
15958         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
15959         the buffer preserved.  Use free and xmalloc instead.
15960         * lib/quotearg.c (quotearg_n_options): Likewise.
15961         Use a simpler test for size overflow.  Don't use xalloc_oversized
15962         because unsigned int might be wider than size_t (!); this suggests
15963         that we should switch from unsigned int to size_t for slot numbers.
15964
15965 2003-10-28  Paul Eggert  <eggert@twinsun.com>
15966
15967         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
15968         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
15969         NetBSD kernels.  Requested by Richard Stallman.
15970
15971 2003-10-27  Paul Eggert  <eggert@twinsun.com>
15972
15973         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
15974         to allocate the returned structure.  Do not allocate a subarray,
15975         as x2nrealloc will do that.
15976         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
15977         instead of xnrealloc.
15978         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
15979
15980 2003-10-27  Bruno Haible  <bruno@clisp.org>
15981
15982         * lib/stdbool_.h: Better support for BeOS.
15983
15984 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15985
15986         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
15987         now uses inline.
15988
15989 2003-10-26  Paul Eggert  <eggert@twinsun.com>
15990
15991         * lib/xalloc.h (xalloc_oversized): New static inline function, for
15992         callers that want to do their own size-overflow checking.  Include
15993         <stdbool.h>, since xalloc_oversized returns bool.
15994         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
15995         to use xalloc_oversized.
15996
15997         Add two functions x2realloc, x2nrealloc, for programs that grow
15998         arrays dynamically by doubling their sizes.
15999         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16000         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16001         New functions.
16002
16003         Port to C99 semantics for 'inline' of external functions.
16004         Bug reported by Bruno Haible.
16005         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16006         with the old contents of xnmalloc.
16007         (xnmalloc, xmalloc): Use it.
16008         (xnrealloc_inline): New static inline function,
16009         with the old contents of xnrealloc.
16010         (xnrealloc, xrealloc): Use it.
16011
16012         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16013         that.
16014
16015 2003-10-26  Karl Berry  <karl@gnu.org>
16016
16017         * config/srclist.txt (COPYING.DOC): no longer available from
16018         /gd/gnuorg; don't know where the ultimate source is.
16019
16020 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16021
16022         Fix several address-calculation bugs in the hash modules,
16023         plus some minor code cleanup.
16024
16025         * lib/hash.h: Include <stdbool.h>, for bool.
16026         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16027         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16028         hash_get_n_entries, hash_get_max_bucket_length,
16029         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16030         hash_rehash): Use size_t rather than unsigned.
16031         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16032         hash_get_n_buckets_used, hash_get_n_entries,
16033         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16034         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16035         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16036         Likewise.
16037         (SIZE_MAX): Define if not defined.
16038         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16039         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16040         hash_print):
16041         Use const * when possible.
16042         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16043         (check_tuning): Fix bug: if tuning parameters were very close to
16044         0 or 1, rounding errors could have caused subscript violations.
16045         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16046         (hash_initialize): Add 'fail:' label
16047         to free table and return NULL, and use it to simplify code.
16048         Use calloc rather than clearing the storage ourself.
16049         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16050         buffer size calculations.
16051         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16052         Include <stddef.h>, for size_t.
16053         * lib/hash-pjw.c (hash_pjw): Likewise.
16054         Switch to method described by Bruno Haible.
16055         Include <limits.h>, for CHAR_BIT.
16056         (SIZE_BITS): New macro.
16057
16058 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16059
16060         * m4/getline.m4 (AM_FUNC_GETLINE):
16061         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16062         hosts.  Problem reported by Derek Robert Price in
16063         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16064         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16065         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16066
16067 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16068
16069         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16070         ceiling the allocation at NMAX bytes rather than silently
16071         discarding input bytes before NMAX is reached.  This makes
16072         a difference only if NMAX exceeds SIZE_MAX / 2.
16073
16074         * lib/obstack.c: Merge from glibc.
16075         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16076         Add libc_hidden_def (_obstack_newchunk).
16077         (_obstack_free) [! defined _LIBC]: Remove.
16078         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16079         a clone of the function body.
16080         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16081         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16082
16083         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16084         glibc.
16085         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
16086         arg to memcpy.
16087
16088         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
16089         (obstack_ptr_grow_fast, obstack_int_grow_fast):
16090         Don't use lvalue casts, as GCC plans to remove support for them
16091         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
16092         was also present in the non-GCC version, indicating that this
16093         code had always been buggy and had never been widely used.
16094         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
16095         Use the fast variant of each macro, rather than copying the
16096         definiens of the fast variant; that way, we'll be more likely to
16097         catch future bugs in the fast variants.
16098
16099 2003-10-20  Bruno Haible  <bruno@clisp.org>
16100
16101         * modules/wait-process: New file.
16102         * MODULES.html.sh (func_all_modules): Add wait-process.
16103
16104 2003-10-20  Bruno Haible  <bruno@clisp.org>
16105
16106         * m4/wait-process.m4: New file.
16107
16108 2003-10-20  Bruno Haible  <bruno@clisp.org>
16109
16110         * lib/wait-process.h: New file, from GNU gettext.
16111         * lib/wait-process.c: New file, from GNU gettext.
16112
16113 2003-10-19  Jim Meyering  <jim@meyering.net>
16114
16115         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
16116         HPUX 10.20.
16117
16118 2003-10-18  Karl Berry  <karl@gnu.org>
16119
16120         * config/config.guess: update from config.
16121
16122 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16123
16124         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
16125         (getgroups): First arg is int, not size_t.
16126         Don't let 'free' mangle errno.
16127
16128 2003-10-16  Paul Eggert  <eggert@twinsun.com>
16129
16130         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
16131
16132 2003-10-16  Karl Berry  <karl@gnu.org>
16133
16134         * config/config.{guess,sub}: update from config.
16135
16136 2003-10-16  Jim Meyering  <jim@meyering.net>
16137
16138         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
16139         memcpy.
16140
16141 2003-10-15  Paul Eggert  <eggert@twinsun.com>
16142
16143         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
16144         (SIZE_MAX): Remove.
16145         (new_exclude, add_exclude_file): Initial size no longer needs to
16146         be a power of 2.
16147         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
16148         our own address arithmetic overflow checking.
16149
16150         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
16151         (fnmatch): Do not alloca more than 2000 wide characters;
16152         instead, use malloc for large buffers.
16153         Check for address arithmetic overflow, and return -1
16154         with errno set to ENOMEM in that case.
16155         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
16156         (NEW_PATTERN): Do not alloca more than 8000 bytes;
16157         instead, return -1.  Check for address arithmetic overflow.
16158
16159 2003-10-14  Paul Eggert  <eggert@twinsun.com>
16160
16161         Handle invalid suffixes and overflow independently, so that
16162         callers can treat them independently as needed.  Fix some bugs in
16163         suffix handling, e.g., "100k@" was not diagnosed as an invalid
16164         suffix for a human-readable blocksize.  The major caller-visible
16165         change is the addition of a new
16166         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
16167         that both overflow and suffix chars were found.
16168
16169         * lib/human.c (humblock): Don't check separately for invalid suffix
16170         char; that is xstrtoumax's job (now that its bug is fixed).
16171         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
16172         INTMAX_MAX]: New macros.
16173         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
16174         TYPE_MAXIMUM): New macros.
16175         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
16176         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
16177         if overflow occurs, as it's what __strtol does and it's more useful
16178         in practice.
16179         (__xstrtol): If __strtol reports some error other than ERANGE,
16180         reflect it to the caller as LONGINT_INVALID.  If it reports
16181         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
16182         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
16183         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
16184         value.
16185         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
16186         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
16187         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
16188         [defined UINTMAX_MAX]: New macros.
16189
16190 2003-10-14  Bruno Haible  <bruno@clisp.org>
16191
16192         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
16193
16194 2003-10-14  Bruno Haible  <bruno@clisp.org>
16195
16196         * m4/sig_atomic_t: New file, from GNU gettext.
16197         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
16198
16199 2003-10-14  Bruno Haible  <bruno@clisp.org>
16200
16201         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
16202         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
16203         Also use volatile where needed.
16204
16205 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16206
16207         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
16208         Change maintainer from Bruno Haible to 'all'.
16209
16210 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16211
16212         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
16213
16214 2003-10-12  Paul Eggert  <eggert@twinsun.com>
16215
16216         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
16217         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
16218         and define in terms of the other primitives.
16219         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
16220         (SIZE_MAX): Define if not already defined.
16221         (array_size_overflow): New function.
16222         (xalloc_die): Abort instead of exiting if 'error' returns.
16223         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
16224         (xmalloc, xrealloc): Use them.
16225         (xcalloc): Check for address arithmetic overflow.
16226         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
16227         a bit faster than strcpy.
16228
16229 2003-10-10  Simon Josefsson  <jas@extundo.com>
16230
16231         * modules/argp (Depends-on): Add restrict and strcase.
16232
16233 2003-10-10  Simon Josefsson  <jas@extundo.com>
16234
16235         * m4/argp.m4: Add AC_C_INLINE.
16236
16237 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16238
16239         Merge getpass from libc, plus a few fixes.
16240
16241         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
16242         Include <stdbool.h>.
16243         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
16244         __fsetlocking to empty.
16245         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
16246         do include <bits/libc-lock.h>.
16247         Do not include <fcntl.h>; not needed.
16248         [_LIBC]: Include <wchar.h>.
16249         (NOTCANCEL_MODE): New macro.
16250         (flockfile, funlockfile) [_LIBC]: New macros.
16251         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
16252         [!_LIBC]: New macros.
16253         (call_fclose): New function.
16254         (getpass): Use it.  Save tty stream separately; this simplifies the
16255         code and makes it more reliable if stdin happens to equal stdout.
16256         Invoke __fsetlocking on tty.
16257         Handle thread cancellation if needed.
16258         Namespace cleanup (use __tcgetattr, __getline).
16259         Use bool for Booleans.
16260         [USE_IN_LIBIO]: Handle wide streams.
16261         [!_LIBC]: Unconditionally do the fseek, since we don't know what
16262         stream might go where.
16263
16264         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
16265         doesn't have to include <stdio.h> before us.
16266         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
16267         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
16268         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
16269         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
16270         if not declared, so that we can use getpass.c code from libc without
16271         rewriting it.
16272         (flockfile, ftrylockfile, funlockfile): New macros.
16273
16274 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16275
16276         * modules/getpass: Depend on stdbool.
16277
16278 2003-10-08  Paul Eggert  <eggert@twinsun.com>
16279
16280         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
16281
16282 2003-10-07  Karl Berry  <karl@gnu.org>
16283
16284         * config/config.{guess,sub}: update from config.
16285
16286 2003-10-06  Jim Meyering  <jim@meyering.net>
16287             Bruno Haible  <bruno@clisp.org>
16288
16289         This lets translators provide better translations for the
16290         "Written by ..." part of --version output.
16291         * lib/version-etc.h: Include stdarg.h.
16292         (version_etc_copyright): Declare as readonly.
16293         (version_etc): Make this function variadic with a NULL-terminated list
16294         of author name strings.
16295         (version_etc_va): New declaration.
16296         * lib/version-etc.c: Include stdarg.h, stdlib.h.
16297         (version_etc_copyright): Declare as readonly.
16298         (version_etc_va): New function. Provide a different translatable string
16299         for each possible number of authors < 10. Abbreviate when there are 10
16300         authors or more.
16301         (version_etc): Make this function variadic. Call version_etc_va.
16302         Suggestion from Gary V. Vaughan.
16303
16304         * lib/long-options.h (parse_long_options): Change prototype: the
16305         authors string is moved to the end and becomes variadic.
16306         * lib/long-options.c: Include stdarg.h.
16307         (parse_long_options): Make this function variadic, too.
16308         Call version_etc_va, not version_etc.
16309
16310 2003-10-06  Bruno Haible  <bruno@clisp.org>
16311
16312         * modules/version-etc-2: Remove file.
16313         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
16314
16315 2003-10-06  Bruno Haible  <bruno@clisp.org>
16316
16317         * modules/fatal-signal: New file.
16318         * MODULES.html.sh (func_all_modules): Add fatal-signal.
16319
16320 2003-10-06  Bruno Haible  <bruno@clisp.org>
16321
16322         * m4/fatal-signal.m4: New file.
16323         * m4/signalblocking.m4: New file, from GNU gettext.
16324
16325 2003-10-06  Bruno Haible  <bruno@clisp.org>
16326
16327         * lib/version-etc-2.h: Remove file.
16328         * lib/version-etc-2.c: Remove file.
16329
16330 2003-10-06  Bruno Haible  <bruno@clisp.org>
16331
16332         * lib/fatal-signal.h: New file, from GNU gettext.
16333         * lib/fatal-signal.c: New file, from GNU gettext.
16334
16335 2003-10-05  Paul Eggert  <eggert@twinsun.com>
16336
16337         * README: Rework advice for preventing empty .o files.
16338         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
16339         not <sys/types.h>.
16340
16341 2003-10-04  Karl Berry  <karl@gnu.org>
16342
16343         * lib/argp*: update from libc.
16344
16345 2003-10-04  Karl Berry  <karl@gnu.org>
16346
16347         * config/config.{guess,sub}: update from config.
16348
16349 2003-10-02  Bruno Haible  <bruno@clisp.org>
16350
16351         * modules/lchown (Include): Add lchown.h.
16352         * modules/time_r (Include): Use "..." syntax.
16353         * modules/xgetdomainname (Include): Add xgetdomainname.h.
16354
16355 2003-10-01  Simon Josefsson  <jas@extundo.com>
16356
16357         * MODULES.html.sh (func_all_modules): Move gethostname from section
16358         'based on' to section 'lacking' POSIX:2001.
16359
16360 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
16361
16362         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
16363         to output mode on the same stream.
16364
16365 2003-09-29  Paul Eggert  <eggert@twinsun.com>
16366
16367         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
16368         Fix arg typo in previous patch.
16369
16370 2003-09-28  Jim Meyering  <jim@meyering.net>
16371
16372         * lib/error.c: Correct cpp indentation.
16373
16374 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16375
16376         * modules/free: New file.
16377
16378 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16379
16380         * m4/free.m4: New file.
16381
16382 2003-09-27  Paul Eggert  <eggert@twinsun.com>
16383
16384         * lib/minmax.h (MIN, MAX)
16385         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
16386         Omit the special code that used __typeof__, since we worry that
16387         it could be more trouble than it's worth.  See:
16388         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
16389         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
16390
16391         * lib/free.c: New file.
16392
16393 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
16394
16395         Trivial fixes to Makefile.am parts of module listings.
16396         * modules/strstr: Append strstr.h to lib_SOURCES.
16397         * modules/strcase: Likewise, for strcase.h.
16398
16399 2003-09-27  Karl Berry  <karl@gnu.org>
16400
16401         * config/mkinstalldirs: update from automake.
16402
16403 2003-09-26  Paul Eggert  <eggert@twinsun.com>
16404
16405         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
16406         (error_tail): Do not loop, reallocating temporary buffer, since
16407         the output cannot contain more wide characters than the input
16408         contains bytes, the size must be big enough already.  This avoids
16409         one potential size overflow calculation.  Check for size overflow
16410         when calculating temporary buffer size.  Free temporary buffer
16411         when done, if it was allocated with malloc; this plugs a memory
16412         leak.  Remove casts from void * to pointers, that are no longer
16413         needed now that we're assuming C89 or better.
16414
16415         Merge error changes from glibc.
16416
16417         * lib/error.c, error.h: Update copyright notice header to match glibc.
16418         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
16419         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
16420         Disable cancellation while printing error.
16421         * lib/error.h: Prepend __ to parameter names.
16422
16423 2003-09-26  Jim Meyering  <jim@meyering.net>
16424
16425         * lib/error.c (error_tail): Move some declarations
16426         into inner scope where the local variables are used.
16427
16428 2003-09-26  Bruno Haible  <bruno@clisp.org>
16429
16430         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
16431         stpncpy().
16432         Don't define stpncpy through config.h; it's now done through stpncpy.h.
16433
16434 2003-09-26  Bruno Haible  <bruno@clisp.org>
16435
16436         * lib/stpncpy.h (gnu_stpncpy): New declaration.
16437         (stpncpy): Define as alias for gnu_stpncpy.
16438         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
16439
16440 2003-09-25  Simon Josefsson  <jas@extundo.com>
16441
16442         * lib/xgetdomainname.h: New file.
16443         * lib/xgetdomainname.c: New file.
16444
16445 2003-09-25  Simon Josefsson  <jas@extundo.com>
16446             Bruno Haible  <bruno@clisp.org>
16447
16448         * modules/getdomainname: New file.
16449         * modules/xgetdomainname: New file.
16450         * MODULES.html.sh (func_all_modules): Add getdomainname,
16451         xgetdomainname.
16452
16453 2003-09-25  Simon Josefsson  <jas@extundo.com>
16454             Bruno Haible  <bruno@clisp.org>
16455
16456         * m4/getdomainname.m4: New file.
16457
16458 2003-09-25  Simon Josefsson  <jas@extundo.com>
16459             Bruno Haible  <bruno@clisp.org>
16460
16461         * lib/getdomainname.h: New file.
16462         * lib/getdomainname.c: New file.
16463
16464 2003-09-25  Karl Berry  <karl@gnu.org>
16465
16466         * lib/argp-fmtstream.c, argp-help.c: update from libc.
16467
16468 2003-09-25  Karl Berry  <karl@gnu.org>
16469
16470         * config/install-sh: update from automake.
16471
16472 2003-09-25  Bruno Haible  <bruno@clisp.org>
16473
16474         * modules/version-etc-2: New file, from modules/version-etc with
16475         modifications.
16476         * MODULES.html.sh (func_all_modules): Add version-etc-2.
16477
16478 2003-09-25  Bruno Haible  <bruno@clisp.org>
16479
16480         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
16481         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
16482
16483 2003-09-24  Simon Josefsson  <jas@extundo.com>
16484
16485         * modules/xgethostname: Add xgethostname.h.
16486
16487 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16488
16489         * lib/linebuffer.c (freebuffer): Don't free the argument, just
16490         the buffer associated with the argument.  Bug reported by
16491         Simon Josefsson.
16492
16493 2003-09-24  Paul Eggert  <eggert@twinsun.com>
16494
16495         * README: Document assumptions that 'int' is at least 32 bits
16496         wide, that integer arithmetic is 2's complement without overflow,
16497         that there are no holes in integer values, that adding sizes of
16498         two nonoverlapping objects can't overflow, and that all-bits-zero
16499         yields scalar zero.  Fix spelling and capitalization typos.
16500
16501 2003-09-19  Karl Berry  <karl@gnu.org>
16502
16503         * lib/argp.h: update from libc.
16504
16505 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16506
16507         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
16508         to avoid spurious warnings like "AC_RUN_IFELSE was called before
16509         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
16510
16511 2003-09-17  Paul Eggert  <eggert@twinsun.com>
16512
16513         * gnulib-tool: Use "test -h", not "test -L", for portability
16514         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
16515         (tags_regexp): Remove, since \| doesn't conform to POSIX.
16516         (sed_extract_prog): Issue s commands one-by-one, rather than
16517         using \| in one s command.
16518
16519 2003-09-16  Paul Eggert  <eggert@twinsun.com>
16520
16521         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
16522         input error, instead of returning NULL the next time we are called
16523         (and therefore losing track of errno).
16524
16525 2003-09-16  Bruno Haible  <bruno@clisp.org>
16526
16527         * gnulib-tool (func_create_testdir): Warn about duplicated
16528         dependencies.
16529
16530 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16531
16532         * modules/argmatch, modules/fatal, modules/obstack,
16533         modules/xalloc, modules/xgethostname: Sort dependencies by
16534         importance, not alphabetically.
16535
16536 2003-09-15  Paul Eggert  <eggert@twinsun.com>
16537
16538         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
16539         fails, so that the caller gets the proper errno.
16540
16541         * lib/readutmp.c (read_utmp): Likewise.
16542         Check for fstat error.  Close stream and free storage
16543         when failing.
16544
16545 2003-09-14  Karl Berry  <karl@gnu.org>
16546
16547         * config/srclist.txt (strdup.c): disable for c89 changes.
16548
16549 2003-09-14  Jim Meyering  <jim@meyering.net>
16550
16551         * lib/getloadavg.c: Correct cpp indentation.
16552         * lib/strdup.c: Likewise.
16553         * lib/vasnprintf.c: Likewise.
16554
16555 2003-09-14  Bruno Haible  <bruno@clisp.org>
16556
16557         * modules/fwriteerror: New file.
16558         * MODULES.html.sh (func_all_modules): Add fwriteerror.
16559
16560 2003-09-14  Bruno Haible  <bruno@clisp.org>
16561
16562         * lib/fwriteerror.h: New file.
16563         * lib/fwriteerror.c: New file.
16564
16565 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16566
16567         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
16568         modules/xgethostname, modules/xalloc: Depend on exit.
16569
16570 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16571
16572         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
16573
16574         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
16575         and AC_MINIX, too, so that their extensions are available.
16576
16577         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
16578         This macro has been superseded by gl_BACKUPFILE.
16579
16580         More patches to assume C89 or better.
16581
16582         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
16583
16584         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
16585         unconditionally.
16586         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
16587         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
16588         Include <string.h>, <stdlib.h> unconditionally.
16589         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
16590         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
16591         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
16592         headers or for string.h.
16593         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
16594         or strtoul.
16595
16596         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
16597         headers.
16598         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
16599         * m4/userspec.m4 (gl_USERSPEC): Likewise.
16600         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
16601         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
16602         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
16603         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
16604         memcpy, memset.
16605         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
16606         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
16607         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
16608         strtol.
16609         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
16610         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
16611         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
16612         strtoul.
16613
16614 2003-09-12  Paul Eggert  <eggert@twinsun.com>
16615
16616         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
16617         * lib/obstack.c [!defined _LIBC]: Likewise.
16618         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
16619         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
16620         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
16621
16622         More changes to assume C89 or better.
16623
16624         * lib/error.c (error_tail): Assume vprintf.
16625
16626         * lib/argmatch.c (getenv): Remove decl.
16627         * lib/progreloc.c (get_full_program_name): Define via prototype.
16628         * lib/setenv.c (clearenv): Likewise.
16629         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
16630         needed.
16631         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
16632         (malloc, memcpy): Remove decls.
16633         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
16634         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
16635         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16636         (memcpy): Remove macro.
16637         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
16638         (__P): Remove.  All uses removed.
16639         (PTR): Remove.  All uses changed to void *.
16640         (CHAR_BIT, NULL): Remove.
16641         (spaces, zeros, memset_space, memset_zero)
16642         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
16643         Remove.
16644         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
16645         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
16646         Define with prototype.
16647         Remove now-unnecessary prototype decl.
16648         (extra_args_spec): Assume ANSI C.  All uses changed.
16649         (extra_args_spec_iso): Remove.
16650         (my_strftime, emacs_strftimeu): Define via prototype.
16651         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
16652         unconditionally.
16653         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
16654         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
16655         (strtoul, strtol): Remove decls.
16656         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
16657         LONG_MAX): Remove.
16658         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
16659         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
16660         (LOCALE_PARAM_PROTO): New macro.
16661         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
16662         (INTERNAL (strtol), strtol): Define with a prototype.
16663         (PARAMS): Remove.  All uses removed.
16664         * lib/tempname.c: Include <string.h> unconditionally.
16665         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
16666         * lib/xgethostname.c (main): Define with a prototype.
16667         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
16668         Include <stdlib.h> unconditionally.
16669         (calloc, malloc, realloc, free): Remove decls.
16670         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
16671         Include <stdlib.h> unconditionally.  Sort include file names.
16672         (strtod): Remove.
16673         (xstrtod): Define with a prototype.
16674         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
16675         (strtol, strtoul): Remove decls.
16676
16677 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16678
16679         More patches to assume C89 or better.
16680         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
16681         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
16682         string.h, memchr, STDC_HEADERS.
16683
16684 2003-09-11  Paul Eggert  <eggert@twinsun.com>
16685
16686         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
16687         Include <stdlib.h>, <string.h> unconditionally.
16688         Remove now-unnecessary cast to char *.
16689         * lib/strnlen.c: Include <string.h> unconditionally.
16690         * lib/yesno.c (yesno): Define with a prototype.
16691
16692 2003-09-11  Bruno Haible  <bruno@clisp.org>
16693
16694         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
16695
16696 2003-09-10  Jim Meyering  <jim@meyering.net>
16697
16698         * lib/error.c: Correct indentation of cpp directives.
16699
16700 2003-09-10  Bruno Haible  <bruno@clisp.org>
16701
16702         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
16703         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
16704         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
16705         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
16706         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
16707         <stdlib.h> and <string.h> checks.
16708         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
16709         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
16710
16711 2003-09-10  Bruno Haible  <bruno@clisp.org>
16712
16713         * lib/strcspn.c: Include <string.h> unconditionally.
16714         * lib/strpbrk.c: Include <string.h> unconditionally.
16715         * lib/strstr.c: Include <string.h> unconditionally.
16716         * lib/unicodeio.c: Include <string.h> unconditionally.
16717         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
16718         * lib/unsetenv.c: Likewise.
16719         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
16720         * lib/yesno.c: Include <stdlib.h> unconditionally.
16721         (rpmatch): Add prototype.
16722
16723 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16724
16725         More patches to assume C89 or better.
16726         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
16727         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
16728         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
16729         or for string.h.
16730         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
16731         stdlib.h.
16732         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
16733         C headers.
16734         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
16735         string.h.
16736         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
16737         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
16738         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
16739         or for string.h.
16740         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
16741         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
16742         C headers.
16743         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
16744         memcpy.
16745         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
16746         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
16747         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
16748         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
16749         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
16750         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
16751         string.h, free.
16752         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
16753         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
16754         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
16755         C headers, or for string.h.
16756         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
16757         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
16758         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
16759         headers, memory.h, stdlib.h, string.h, strings.h.
16760         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
16761         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
16762         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
16763         strchr.
16764         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
16765         headers, memory.h, string.h.
16766         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
16767         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
16768         free.
16769         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
16770         headers.
16771         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
16772         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
16773         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
16774         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
16775         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
16776
16777 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16778
16779         More K&R removal.
16780
16781         * lib/acosl.c (main): Use a prototype.
16782         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
16783         tanl.c: Likewise.
16784
16785         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
16786
16787         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
16788         (getopt, etopt_long, getopt_long_only, _getopt_internal)
16789         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
16790         with a prototype.
16791         * lib/getopt.c (const): Remove macro.
16792         Include <string.h> unconditionally.
16793         (my_index): Remove; all uses changed to strchr.
16794         (strlen): Remove decl.
16795         (exchange): Remove forward decl; no longer needed.
16796         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
16797         Define with prototype.
16798         * lib/getopt1.c (const): Remove macro.
16799         (getopt_long, getopt_long_only, main): Define with prototype.
16800
16801         * lib/getugroups.c: Include <string.h> unconditionally.
16802
16803         * lib/getusershell.c: Include <stdlib.h> unconditionally.
16804         (getusershell, setusershell, endusershell, readname, main):
16805         Define with prototypes.
16806
16807         * lib/group-member.c: Include group-member.h first.
16808         Include <stdlib.h> unconditionally.
16809
16810         * lib/hard-locale.c: Include hard-locale.h first.
16811         Include <stdlib.h>, <string.h> unconditionally.
16812
16813         * lib/hash.c (free, malloc): Remove decls.
16814         Include <stdlib.h> unconditionally.
16815
16816         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
16817         (getenv): Do not declare.
16818
16819         * lib/idcache.c: Include <string.h> unconditionally.
16820
16821         * lib/long-options.c: Include long-options.h first, to test interface.
16822         Include <stdlib.h> unconditionally.
16823
16824         * lib/makepath.c: Include makepath.h first, to test interface.
16825         Include <stdlib.h> and <string.h> unconditionally.
16826
16827         * lib/linebuffer.c: Include <stdlib.h>.
16828         (free): Remove decl.
16829
16830         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
16831         stddef.h. rpl_malloc returns void *, not char *.
16832         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
16833         prototype.
16834
16835         * lib/md5.h: Include <limits.h> unconditionally.
16836         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
16837         (__P): Remove; all uses removed.
16838         * lib/md5.c: Include "md5.h" first.
16839         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
16840         md5_buffer, md5_process_bytes, md5_process_block):
16841         Define with prototypes.
16842         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
16843         * lib/sha.c: Include "sha.h" first.
16844         Include <stdlib.h>, <string.h> unconditionally.
16845
16846         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
16847         * lib/memcmp.c (__ptr_t): Likewise.
16848         * lib/memrchr.c (__ptr_t): Likewise.
16849         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
16850         Include <string.h> unconditionally.
16851         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
16852         * lib/memchr.c: Include <stdlib.h> unconditionally.
16853         * lib/memchr.c (LONG_MAX): Remove.
16854         * lib/memrchr.c (LONG_MAX): Likewise.
16855         * lib/memchr.c (__memchr): Define via a prototype.
16856         * lib/memrchr.c (__memrchr): Likewise.
16857         * lib/memcmp.c (__P): Remove, and remove all uses.
16858         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
16859         Remove forward decls; no longer needed.
16860         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
16861         Use types required by C89 in prototype.
16862
16863         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
16864         * lib/savedir.c: Likewise.
16865         * lib/mkdir.c (free): Remove decl.
16866         * lib/rmdir.c (rmdir): Define with a prototype.
16867         * lib/savedir.c: Include savedir.h first, to test interface.
16868
16869         * lib/mktime.c (STDC_HEADERS): Remove.
16870         Include <stdlib.h>, <string.h> unconditionally.
16871
16872         * lib/modechange.c: Include <stdlib.h> unconditionally.
16873         (malloc): Remove decl.
16874
16875         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
16876         (free): Remove decl.
16877
16878         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
16879         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
16880         (This type really should be intptr_t, but that's a C99ism.)
16881         (_obstack_memcpy): Remove: all uses changed to memcpy.
16882         Include <string.h> unconditionally.
16883         (struct obstack): Assume __STDC__ for types of members
16884         chunkfun, freefun, extra_arg.
16885         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
16886         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
16887         obstack_begin, obstack_specify_allocation,
16888         obstack_specify_allocation_with_arg, obstack_chunkfun,
16889         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
16890         Remove unprototyped decls and the macros that use them.
16891         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
16892         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
16893         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
16894         (defined __STDC__ && __STDC__)]:
16895         Remove nonprototyped code.
16896         Include <stdlib.h> unconditionally.
16897         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
16898         _obstack_allocated_p, _obstack_free, obstack_free,
16899         _obstack_memory_used, print_and_abort):
16900         Define using prototypes.
16901         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
16902         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
16903         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
16904         obstack_next_free, obstack_object_size, obstack_room) [0]:
16905         Remove unused, unprototyped code.
16906
16907         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
16908
16909         * lib/physmem.c (physmem_total, physmem_available, main): Define
16910         with prototypes.
16911
16912         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
16913         (main): Define with a prototype.
16914
16915         * lib/posixver.c (getenv): Remove decl.
16916
16917         * lib/putenv.c (malloc): Returns void *, not char *.
16918         Include <string.h> unconditionally.
16919         (strchr, memcpy, NULL): Do not define.
16920
16921         * lib/readtokens.c: Include readtokens.h first, to test interface.
16922         Include <stdlib.h>, <string.h> unconditionally.
16923         (init_tokenbuffer): Define with a prototype.
16924
16925         * lib/regex.c (PARAMS): Remove.  All uses removed.
16926         All uses of _RE_ARGS removed, too.
16927         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
16928         unconditionally.
16929         (bzero): Assume memset exists.
16930         (memcmp, memcpy, NULL): Remove.
16931         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
16932         char, or assignments to local vars of type signed char.
16933         (init_syntax_once, PREFIX(extract_number_and_incr),
16934         PREFIX(print_partial_compiled_pattern),
16935         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
16936         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
16937         PREFIX(regex_grow_registers), PREFIX(regex_compile),
16938         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
16939         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
16940         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
16941         wcs_compile_range, byte_compile_range, truncate_wchar,
16942         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
16943         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
16944         count_mbs_length, wcs_re_match_2_internal,
16945         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
16946         PREFIX(alt_match_null_string_p),
16947         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
16948         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
16949         regfree, PREFIX(extract_number)): Define with prototype.  Remove
16950         now-unnecessary declaration, if any.
16951         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
16952         regcomp, regexec):
16953         Remove now-unnecessary casts among pointer types.
16954         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
16955
16956         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
16957         (free): Remove decl.
16958
16959         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
16960
16961         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
16962         (free): Remove decl.
16963
16964         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
16965         * lib/xgetcwd.c: Likewise.
16966
16967         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
16968         (free): Remove decl.
16969
16970         * lib/strchrnul.c (strchrnul): Define with a prototype.
16971         Fix bug: c_in was not converted to char before searching.
16972
16973         The following changes are not K&R related:
16974
16975         * lib/group-member.h: Include <sys/types.h>, so that this file is
16976         self-contained.
16977         * lib/makepath.h: Likewise.
16978
16979         * lib/getusershell.c (readname, default_index, line_size, readname):
16980         Use size_t, not int, for sizes.
16981         (readname): If the size overflows, report an error instead of
16982         looping forever.
16983
16984 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16985
16986         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
16987         libc.
16988
16989 2003-09-09  Paul Eggert  <eggert@twinsun.com>
16990
16991         * README: New section: portability guidelines.
16992
16993 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16994
16995         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
16996         C89 spec.
16997
16998 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
16999
17000         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17001
17002 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17003
17004         Assume C89 or better; remove K&R cruft.
17005         A few of these changes were first proposed by Derek Robert Price
17006         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17007
17008         * lib/addext.c: Include <string.h> unconditionally.
17009         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17010         Don't declare getenv or malloc.
17011
17012         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17013         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17014         (NULL): Remove.
17015         (find_stack_direction, alloca): Use prototypes.
17016
17017         * lib/atexit.c (atexit): Define using a prototype.
17018
17019         * lib/basename.c, dirname.c, stripslash.c:
17020         Include <string.h> unconditionally.
17021
17022         * lib/bcopy.c: Include <stddef.h>.
17023         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17024
17025         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17026
17027         * lib/error.h (error, error_at_line, error_print_progname)
17028         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17029         * lib/error.c: Include error.h first, to check interface.
17030         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17031         (VA_START): Remove; all uses changeed to va_start.
17032         (exit, strerror): Remove decls.
17033         (error_print_progname): Prototype uncondionally.
17034         Don't include <errno.h>; no longer needed.
17035         (private_strerror): Remove.
17036         (error_tail): Always define.
17037         (error, error_at_line): Assume C89 or better; always use prototypes.
17038         * lib/fatal.c: Include "fatal.h" first, to test interface.
17039         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17040         (VA_START): Remove; all uses changed to va_start.
17041         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17042         this case.
17043         (exit): Remove decl.
17044         (fatal): Prototype unconditionally.  Assume va_start works.
17045         Abort at end, to pacify gcc.
17046
17047         * lib/euidaccess.c (main): Define with a prototype.
17048
17049         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17050
17051         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17052
17053         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17054         prototypes.
17055         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17056         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17057         (getenv): Remove decl.
17058         (fnmatch): Define using a prototype.
17059         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17060         (FCT): Define using a prototype.
17061
17062         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17063
17064         * lib/gethostname.c: Include <stddef.h>.
17065         (gethostname): Define with prototype.  Length is size_t, not int.
17066
17067 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17068
17069         Assume C89 or better; remove K&R cruft.
17070         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17071         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17072         string.h, getenv, malloc.
17073         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17074         headers.
17075         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17076         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17077         do not check for strerror.
17078         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17079         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17080         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17081         do not check for doprnt or vprintf.
17082         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17083         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17084
17085 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17086
17087         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
17088         getversion.c should have been removed then, but was accidentally
17089         preserved.
17090
17091         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
17092         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
17093
17094 2003-09-08  Karl Berry  <karl@gnu.org>
17095
17096         * config/config.sub, config.guess, srclistvars.sh: update from savannah
17097                 config, forget about prep.
17098
17099         * config/depcomp, missing: update from automake.
17100
17101 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17102
17103         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
17104         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17105
17106 2003-09-07  Paul Eggert  <eggert@twinsun.com>
17107
17108         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
17109         copy_tm_result.  Bug reported by Simon Josefsson in
17110         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
17111
17112 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17113
17114         * m4/time_r.m4: New file.
17115         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
17116         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
17117         is. Check for timegm declaration.
17118         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
17119         Do not check for gmtime_r.
17120         Replace mktime if __mktime_internal does not exist and if mktime
17121         hasn't been replaced already.
17122
17123 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17124
17125         * lib/time_r.c, lib/time_r.h: New files.
17126
17127         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
17128         __localtime_r.
17129         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
17130         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
17131
17132         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
17133         __gmtime_r.
17134         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
17135         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
17136         Include <time_r.h>.
17137
17138         * lib/timegm.c: Switch to glibc implementation, with the following
17139         changes:
17140         [defined HAVE_CONFIG_H]: Include <config.h>.
17141         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
17142         (__mktime_internal) [!defined _LIBC]: New decl.
17143         (__gmtime_r) [!defined _LIBC]: New macro and function.
17144         (timegm): Use a prototype, since gnulib assumes C89.
17145         Do not bother declaring tmp to be const, as it's not really usefu.
17146         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
17147         (timegm): Declare only if HAVE_DECL_TIMEGM.
17148
17149 2003-09-06  Paul Eggert  <eggert@twinsun.com>
17150
17151         * MODULES.html.sh (func_all_modules): Add time_r.
17152         * modules/time_r: New file.
17153         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
17154         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
17155
17156 2003-09-03  Paul Eggert  <eggert@twinsun.com>
17157
17158         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
17159         Bug reported by Lute Kamstra in
17160         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
17161
17162         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
17163         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
17164         course with correspondingly smaller numbers for tomorrow and
17165         yesterday.  From Tadayoshi Funaba.  Originally installed into
17166         sh-utils on 1999-08-07, but the patch got lost (I guess during the
17167         coreutils merge?).
17168
17169 2003-08-31  Simon Josefsson  <jas@extundo.com>
17170
17171         * modules/timegm: New file.
17172         * MODULES.html.sh (func_all_modules): Add timegm.
17173
17174 2003-08-31  Simon Josefsson  <jas@extundo.com>
17175
17176         * m4/timegm.m4: New file.
17177
17178 2003-08-31  Simon Josefsson  <jas@extundo.com>
17179
17180         * lib/timegm.h: New file.
17181         * lib/timegm.c: New file.  Based on
17182         wget-1.8.2/src/http.c:mktime_from_utc.
17183
17184 2003-08-31  Karl Berry  <karl@gnu.org>
17185
17186         * lib/argp.h: update from libc.
17187
17188 2003-08-28  Bruno Haible  <bruno@clisp.org>
17189
17190         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
17191         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
17192         followed by '#define fnmatch fnmatch_posix' gives an error.
17193
17194 2003-08-28  Bruno Haible  <bruno@clisp.org>
17195
17196         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
17197         warning on QNX, which defines O_BINARY to 000000.
17198
17199 2003-08-27  Jim Meyering  <jim@meyering.net>
17200
17201         * m4/mkstemp.m4: Require that the system mkstemp be able to create
17202         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
17203         would fail after 32.  Reported by Danny Levinson.  Details here:
17204         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
17205
17206 2003-08-24  Bruno Haible  <bruno@clisp.org>
17207
17208         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
17209         MSVC7 <stdio.h> is included later.
17210
17211 2003-08-22  Simon Josefsson  <jas@extundo.com>
17212
17213         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
17214
17215 2003-08-20  Karl Berry  <karl@gnu.org>
17216
17217         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
17218
17219 2003-08-20  Bruno Haible  <bruno@clisp.org>
17220
17221         * modules/progname: New file.
17222         * MODULES.html.sh (func_all_modules): Add progname.
17223
17224 2003-08-20  Bruno Haible  <bruno@clisp.org>
17225
17226         * lib/progname.h: New file, from GNU gettext.
17227         * lib/progname.c: New file, from GNU gettext.
17228         * lib/progreloc.c: New file, from GNU gettext.
17229
17230 2003-08-19  Jim Meyering  <jim@meyering.net>
17231
17232         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
17233         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
17234
17235 2003-08-19  Bruno Haible  <bruno@clisp.org>
17236
17237         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
17238         more.
17239
17240 2003-08-19  Bruno Haible  <bruno@clisp.org>
17241
17242         * lib/xstrdup.c: Assume <string.h> exists.
17243
17244 2003-08-18  Paul Eggert  <eggert@twinsun.com>
17245
17246         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
17247         in makefile rules.
17248
17249 2003-08-18  Jim Meyering  <jim@meyering.net>
17250
17251         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
17252         * m4/lib-ld.m4: Likewise.
17253
17254 2003-08-18  Jim Meyering  <jim@meyering.net>
17255
17256         * lib/setenv.h: Indent nested cpp directive.
17257         * lib/vasnprintf.c: Remove trailing blanks.
17258
17259 2003-08-17  Simon Josefsson  <jas@extundo.com>
17260
17261         * modules/xstrndup: New file.
17262         * MODULES.html.sh (func_all_modules): Add xstrndup.
17263
17264 2003-08-17  Simon Josefsson  <jas@extundo.com>
17265
17266         * modules/argp: Fix autoconf macro name. Add more dependencies.
17267
17268 2003-08-17  Simon Josefsson  <jas@extundo.com>
17269
17270         * m4/xstrndup.m4: New file.
17271
17272 2003-08-17  Simon Josefsson  <jas@extundo.com>
17273
17274         * m4/argp.m4: New file.
17275
17276 2003-08-17  Simon Josefsson  <jas@extundo.com>
17277             Bruno Haible  <bruno@clisp.org>
17278
17279         * lib/xstrndup.h: New file.
17280         * lib/xstrndup.c: New file.
17281
17282 2003-08-17  Bruno Haible  <bruno@clisp.org>
17283
17284         * modules/strndup (Files, Include): Add lib/strndup.h.
17285
17286 2003-08-17  Bruno Haible  <bruno@clisp.org>
17287
17288         * modules/euidaccess (Files): Add lib/euidaccess.h.
17289
17290 2003-08-17  Bruno Haible  <bruno@clisp.org>
17291
17292         * lib/strndup.h: New file.
17293
17294 2003-08-17  Bruno Haible  <bruno@clisp.org>
17295
17296         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
17297         like AC_GNU_SOURCE.
17298         * modules/extensions (configure.ac): Comment out the invocation of
17299         gl_USE_SYSTEM_EXTENSIONS.
17300
17301 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17302
17303         Merges from coreutils, etc.
17304         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
17305         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
17306         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
17307         fixing a typo.
17308         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
17309         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
17310
17311 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17312
17313         Document merge from coreutils.
17314         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
17315         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
17316         * modules/utime: Add m4/utimes-null.m4.
17317
17318 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17319
17320         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
17321         space, undoing this 2003-08-12 change:
17322         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17323
17324 2003-08-16  Paul Eggert  <eggert@twinsun.com>
17325
17326         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
17327         strtoul.c from libc, undoing this 2003-08-12 change:
17328         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
17329
17330 2003-08-16  Jim Meyering  <jim@meyering.net>
17331
17332         Merges from coreutils.
17333         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
17334         prefix.  Adjust cache variables similarly.  Create 500 rather than
17335         just 300 files, to exercise bug on Darwin6.5, too.
17336         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
17337         $missing_dir.
17338         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
17339         AM_SYS_POSIX_TERMIOS.
17340         Reported by mkc@mathdogs.com.
17341         Also change use of $am_cv_sys_posix_termios
17342         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
17343         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
17344         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
17345         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
17346         in /proc/mounts until it finds one with matching device number.  This
17347         is unnecessary when the FILE argument *is* a mount point.  No stat call
17348         is necessary in that case.  So, disable the statvfs-testing code on
17349         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
17350         as RedHat bug# 84846.
17351         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17352         to 1MB, so as not to render systems with no stack size limit (e.g.,
17353         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17354         Include <unistd.h>.  On some systems,
17355         it is required for the definition of _SC_PAGESIZE.
17356
17357 2003-08-16  Jim Meyering  <jim@meyering.net>
17358
17359         Merge from coreutils.
17360         * lib/xstrtoimax.c: #else #if -> #elif.
17361         * lib/xstrtoumax.c: Likewise.
17362
17363 2003-08-16  Jim Meyering  <jim@meyering.net>
17364
17365         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
17366         * m4/utimes.m4: Removed.
17367         * m4/utimes-null.m4: Renamed from utimes.m4.
17368
17369         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
17370         to 1MB, so as not to render systems with no stack size limit (e.g.,
17371         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
17372         Include <unistd.h>.  On some systems,
17373         it is required for the definition of _SC_PAGESIZE.
17374
17375 2003-08-16  Jim Meyering  <jim@meyering.net>
17376         and Paul Eggert  <eggert@cs.ucla.edu>
17377
17378         Merges from coreutils, etc.
17379
17380         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
17381         using the latest version from cvs.  This avoids problems with #line
17382         directives using a vendor (Sun) compiler.
17383         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
17384         Don't set GETGROUPS_LIB here; now it's
17385         done via getgroups.m4's wrapper function.
17386         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
17387         rather than just in sh-util/configure.in, so that the
17388         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
17389         same.
17390         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
17391         AC_FUNC_GETLOADAVG where to find getloadavg.c.
17392         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
17393         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
17394         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
17395         Remove code that is now done by the newly-required macros.
17396         Append $(EXEEXT) to DF_PROG.
17397         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
17398         Do not invoke or require the following here,
17399         since prereq.m4 or some gnulib .m4 now does this for us:
17400         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
17401         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
17402         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
17403         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
17404         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
17405         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
17406         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
17407         AC_FUNC_OBSTACK.
17408         Do not replace the following functions, as this is now the job
17409         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
17410         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
17411         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
17412         atexit getpass, strdup, getpagesize.
17413         Replace 'raise'.
17414         Do not check for the following functions, as this is now the job
17415         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
17416         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
17417         setregid.
17418         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
17419         Check for sys/sysctl.h.
17420         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
17421         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
17422         of checking for ssize_t ourselves.
17423
17424         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
17425         Require every macro that gnulib/modules/* suggests for us.
17426         (jm_PREREQ_ADDEXT): New macro.
17427         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
17428         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
17429
17430         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
17431         (gl_PHYSMEM): Use it.
17432         Also check for `table' function.
17433         Check for new headers and functions.
17434         Add check for sys/sysmp.h.
17435         With suggestions from Kaveh Ghazi.
17436         Ignore headers that are present but cannot be compiled.  This
17437         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
17438         C 5.4.
17439
17440 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17441
17442         Document merge from coreutils.
17443         * modules/userspec: Depend on posixver.
17444         * modules/strftime: Depend on tzset.
17445
17446 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17447
17448         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
17449         rather than tab, after '#' in shell-script copyright notices.
17450         Suggested by Bruno Haible.
17451
17452 2003-08-15  Paul Eggert  <eggert@twinsun.com>
17453
17454         * config/srclist-update: Use three spaces, rather than tab, after '#'
17455         in shell-script copyright notices.  Suggested by Bruno Haible.
17456         Remove unnecessary parenthesization in regular expression.
17457
17458 2003-08-15  Jim Meyering  <jim@meyering.net>
17459
17460         Merge from coreutils.
17461         * lib/xgethostname.c: Include <stdlib.h>.
17462         (xghostname): Don't exit for anything other than memory-related
17463         failure; just return NULL.
17464         * lib/userspec.c: Include "posixver.h".
17465         (parse_user_spec): Accept `.' as a separator only
17466         in pre-POSIX-200112 mode.
17467         * lib/strtoimax.c: Use #elif rather than #else #if.
17468         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
17469         Remove function, now that we can rely on a working tzset function.
17470         [!_LIBC]: Ensure that the required autoconf test has been run.
17471         [!defined _NL_CURRENT && HAVE_STRFTIME]:
17472         Use underlying_strftime for %r.
17473         * lib/sha.c: Merge in some clean-up and optimization changes from
17474         glibc.
17475         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
17476         Ensure that it is a multiple of 64.
17477         Rearrange loop exit tests so as to avoid performing an
17478         additional fread after encountering an error or EOF.
17479         * lib/realloc.c: Update copyright date.
17480
17481 2003-08-15  Jim Meyering  <jim@meyering.net>
17482         and Paul Eggert  <eggert@twinsun.com>
17483
17484         Merge from coreutils.
17485         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
17486         member but strut utmpx does not.  Needed for AIX 4.3.3.
17487         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
17488
17489 2003-08-15  Jim Meyering  <jim@meyering.net>
17490         and Paul Eggert  <eggert@cs.ucla.edu>
17491
17492         Merges from coreutils, etc.
17493         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
17494         Require gl_FUNC_TZSET_CLOBBER.
17495         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
17496         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
17497         members.
17498
17499 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17500
17501         Help the merge from coreutils.
17502         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
17503         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
17504         * m4/tzset.m4: Use it too.
17505
17506 2003-08-14  Paul Eggert  <eggert@twinsun.com>
17507
17508         * modules/tzset: New file.
17509
17510 2003-08-14  Jim Meyering  <jim@meyering.net>
17511
17512         Merges from coreutils.
17513         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
17514         variable names, rather than @FNMATCH_H@.
17515         * modules/alloca: Likewise for $(ALLOCA_H).
17516
17517         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
17518         the three copies of the literal target, `fnmatch.h'.
17519         * modules/alloca (alloca.h): Likewise.
17520
17521 2003-08-14  Jim Meyering  <jim@meyering.net>
17522
17523         Merge from coreutils.
17524         * m4/tzset.m4: New file.
17525         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
17526         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
17527         otherwise, AIX 5.1 systems would end up using the latter.
17528         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
17529         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
17530         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
17531         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
17532
17533 2003-08-14  Jim Meyering  <jim@meyering.net>
17534
17535         Merge from coreutils.
17536         * lib/obstack.h: Whitespace changes.
17537         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
17538         and xcalloc return values.
17539         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
17540         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
17541         hang on OSF/1 5.1 for DIR on both local and remote file systems.
17542         Reported by (and fix confirmed by) Nelson H. F. Beebe.
17543         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
17544         error from mntctl.
17545         Use mntctl's return value to drive the entry-processing loop, since
17546         we can't rely on the value of the vmt_length member in the last
17547         entry.  On some systems doing so could result in exhausting
17548         virtual memory.  Based in part on a patch from Mike Jetzer.
17549
17550 2003-08-14  Jim Meyering  <jim@meyering.net>
17551         and Paul Eggert  <eggert@twinsun.com>
17552
17553         Merges from coreutils, plus other fixes.
17554         * lib/physmem.c: Merge in portability changes from gcc/libiberty
17555         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
17556         for credits and details.  Thanks to Kaveh Ghazi for helping
17557         to keep these files in sync.
17558         (ARRAY_SIZE): Define it.
17559         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
17560         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
17561         (memcasecmp): Don't assume size_t fits in unsigned int.
17562         Remove casts and duplicate code.
17563         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
17564         (memcpy): Remove definition.
17565         Merge in some clean-up and optimization changes from glibc.
17566         [BLOCKSIZE]: Move definition to top of file.
17567         Ensure that it is a multiple of 64.
17568         Rearrange loop exit tests so as to avoid performing an
17569         additional fread after encountering an error or EOF.
17570         * lib/md5.h (md5_uintptr): Define.
17571         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
17572         return to the initial working directory.  Preserve errno
17573         for caller.
17574         * lib/idcache.c: Include "xalloc.h".
17575         (xmalloc, xrealloc): Remove decls.
17576         (getuser): Remove casts no longer required in C89.
17577         * lib/human.c: Include stdio.h, for sprintf.
17578         * lib/group-member.c: Include "xalloc.h".
17579         (xmalloc, xrealloc): Remove decls.
17580         (get_group_info): Remove casts no longer required in C89.
17581         * lib/getusershell.c (readname): Remove casts no longer required in
17582         C89.
17583         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
17584         * lib/getline.c: Whitespace fix, from coreutils.
17585
17586 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17587
17588         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
17589         Check for isascii.
17590
17591         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17592         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17593         Undo previous (whitespace-only) change.
17594
17595 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17596
17597         * lib/exclude.c: Include <ctype.h>
17598         (IN_CTYPE_DOMAIN): New macro.
17599         (is_space): New fn.
17600         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
17601         and empty lines.
17602
17603         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17604         Undo previous (whitespace-only) change.
17605
17606 2003-08-13  Paul Eggert  <eggert@twinsun.com>
17607
17608         * config/srclist-update: Change update back to the old behavior,
17609         leaving whitespace alone.  Use one 'sed' command rather than a
17610         pipeline.
17611         (fixlicense): Now a variable, not a function.
17612         (remove_trailing_blanks): Remove.
17613         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
17614         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17615         Undo previous (whitespace-only) change.
17616
17617 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17618
17619         Merge from coreutils.
17620         * modules/euidaccess: Add lib_SOURCES, include for new
17621         file euidaccess.h
17622
17623 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17624
17625         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
17626         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
17627         Normalize leading white space and remove trailing white space.
17628
17629         Merge from coreutils
17630         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
17631
17632         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
17633         0.12.1.  These files are now being upgraded automatically by
17634         ../config/srclist-update.
17635
17636 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17637
17638         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
17639         Normalize leading white space and remove trailing white space.
17640         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
17641         notice, as per ../config/srclist-update.
17642
17643         Merge from coreutils.
17644         * lib/euidaccess.h: New file.
17645         * lib/euidaccess.c: Include it.
17646         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
17647         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
17648         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
17649
17650 2003-08-12  Paul Eggert  <eggert@twinsun.com>
17651
17652         * config/srclist-update: Add copyright notice.
17653         (remove_id_lines, remove_trailing_blanks): New constants.
17654         (fixfile): Use them to normalize spacing a bit in copied files.
17655         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
17656         Normalize leading white space and remove trailing white space.
17657
17658         * config/texinfo.tex: Sync with texinfo.
17659
17660         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
17661         strtoul.c from libc, to merge coreutils whitespace changes.
17662
17663         * config/srclist.txt: Get the following m4 files from gettext:
17664         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
17665         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
17666         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
17667         wint_t.m4.
17668
17669 2003-08-12  Karl Berry  <karl@gnu.org>
17670
17671         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
17672         been made.
17673
17674 2003-08-11  Paul Eggert  <eggert@twinsun.com>
17675
17676         * modules/gnu-source, m4/gnu-source.m4:
17677         Remove; we're assuming Autoconf 2.54 or later now.
17678         Suggested by Bruno Haible.
17679         * MODULES.html.sh (func_all_modules): Remove gnu-source.
17680
17681 2003-08-11  Bruno Haible  <bruno@clisp.org>
17682
17683         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
17684
17685 2003-08-11  Bruno Haible  <bruno@clisp.org>
17686
17687         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
17688         (vasnprintf): Use it instead of wcslen.
17689
17690 2003-08-11  Bruno Haible  <bruno@clisp.org>
17691
17692         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
17693         value to ensure that _Bool promotes to int. Use #define for _Bool when
17694         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
17695
17696 2003-08-10  Karl Berry  <karl@gnu.org>
17697
17698         * lib/regex.h: update from libc (whitespace fix).
17699
17700 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17701
17702         Merge some files from coreutils.  These changes were
17703         originally made by Jim Meyering.
17704         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
17705         many older Unixes require this.
17706         * lib/alloca.c (alloca): Remove cast to argument of free;
17707         no longer needed in C89.
17708         * lib/alloca_.h, regex.h: Fix white space to match
17709         what GNU indent does.
17710
17711 2003-08-09  Paul Eggert  <eggert@twinsun.com>
17712
17713         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
17714         apparently Emacs's Unicode mode got confused before my 2003-08-05
17715         checkin.
17716
17717 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17718
17719         * m4/extensions.m4: New file.
17720         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
17721         Require gl_USE_SYSTEM_EXTENSIONS.
17722         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
17723         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
17724
17725 2003-08-08  Paul Eggert  <eggert@twinsun.com>
17726
17727         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
17728         * modules/extensions, modules/gnu-source: New files.
17729         * modules/timespec, modules/unlocked-io: Depend on extensions.
17730
17731 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17732
17733         * modules/restrict: New file.
17734         * MODULES.html.sh (func_all_modules): Add restrict.
17735         * modules/regex: Depend on restrict.
17736
17737 2003-08-07  Paul Eggert  <eggert@twinsun.com>
17738
17739         * m4/restrict.m4: New file.
17740         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
17741
17742 2003-08-07  Bruno Haible  <bruno@clisp.org>
17743
17744         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
17745         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
17746
17747 2003-08-07  Bruno Haible  <bruno@clisp.org>
17748
17749         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
17750         makes the module 'getndelim2' compatible with the module 'getline'.
17751
17752 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17753
17754         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
17755         byte with "\201" to avoid glitches when editing that source file
17756         with multi-gnome-terminal.
17757
17758 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17759
17760         * lib/bumpalloc.h: Remove.
17761
17762 2003-08-05  Paul Eggert  <eggert@twinsun.com>
17763
17764         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
17765         * modules/bumpalloc: Remove.
17766
17767 2003-08-04  Paul Eggert  <eggert@twinsun.com>
17768
17769         * lib/getloadavg.c: Change copyright notice and spacing to conform to
17770         GNU coding style.
17771
17772         Merge from coreutils.
17773         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
17774         1. From glibc.
17775         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
17776         from Karl Berry, implemented by Jim Meyering.
17777         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
17778         from Dmitry V. Levin.
17779         Remove anachronistic cast of xrealloc.
17780         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
17781         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
17782         type. Otherwise, it wouldn't compile with at least /bin/cc on
17783         ymp-cray-unicos9.0.2.X.
17784         Combine two mostly-identical uses of alloca into one.
17785         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
17786
17787 2003-08-04  Dave Love  <d.love@dl.ac.uk>
17788
17789         [From Emacs.]
17790
17791         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
17792         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
17793         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
17794         obsolete NLIST_NAME_UNION.
17795         [__GNU__]: Undef BSD and FSCALE.
17796         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
17797
17798 2003-08-03  Paul Eggert  <eggert@twinsun.com>
17799
17800         * lib/stdbool_.h (_Bool): Make it signed char, instead of
17801         an enum type, so that it's guaranteed to promote to int.  See:
17802         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
17803
17804 2003-08-03  Karl Berry  <karl@gnu.org>
17805
17806         * config/depcomp: update from automake.
17807
17808 2003-07-31  Paul Eggert  <eggert@twinsun.com>
17809
17810         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
17811         (strerror): Don't assume that a printable int fits in 14 bytes.
17812
17813 2003-07-31  Bruno Haible  <bruno@clisp.org>
17814
17815         * modules/getpass-gnu: New file.
17816         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
17817
17818 2003-07-31  Bruno Haible  <bruno@clisp.org>
17819
17820         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
17821
17822 2003-07-24  Karl Berry  <karl@gnu.org>
17823
17824         * config/missing: update from automake.
17825
17826 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
17827             Bruno Haible  <bruno@clisp.org>
17828
17829         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
17830         * lib/getline.c (getline, getdelim): Likewise.
17831         Remove _GNU_SOURCE define; now it's defined in config.h through
17832         m4/getline.m4.
17833
17834 2003-07-23  Karl Berry  <karl@gnu.org>
17835
17836         * config/config.sub: update from prep.
17837
17838 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17839
17840         * modules/xalloc (Depends-on): Add exitfail.
17841         * modules/xmemcoll: Likewise.
17842
17843 2003-07-22  Paul Eggert  <eggert@twinsun.com>
17844
17845         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
17846         over-parenthesization in macros.
17847
17848         Sync with coreutils.
17849
17850         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
17851         required by C99.
17852
17853         Use `exit_failure' for xalloc and xmemcoll instead of their own
17854         private exit-failure variables.
17855         * lib/xalloc.h (xalloc_exit_failure): Remove.
17856         * lib/xmalloc.c: Likewise.  Include exitfail.h.
17857         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
17858         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
17859         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
17860         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
17861
17862 2003-07-20  Jim Meyering  <jim@meyering.net>
17863
17864         * modules/closeout (Depends-on): Add exitfail.
17865         Suggestion from Bruno Haible.
17866
17867 2003-07-19  Karl Berry  <karl@gnu.org>
17868
17869         * config/config.sub: update from prep.
17870
17871 2003-07-18  Paul Eggert  <eggert@twinsun.com>
17872
17873         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
17874         Remove.
17875         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
17876         to test that it can stand by itself.  Include "exitfail.h".
17877         Clients should set exit_failure instead.
17878         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
17879
17880 2003-07-18  Bruno Haible  <bruno@clisp.org>
17881
17882         * modules/getndelim2: New file.
17883         * modules/getline: Share files with module getndelim2.
17884         * modules/getnline: Depend on getndelim2 instead of sharing files with
17885         it. Add getnline.c to lib_SOURCES.
17886         * MODULES.html.sh (func_all_modules): Add getndelim2.
17887
17888 2003-07-18  Bruno Haible  <bruno@clisp.org>
17889
17890         * m4/getndelim2.m4: New file.
17891         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
17892         invoke gl_PREREQ_GETNDELIM2.
17893         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
17894         gl_PREREQ_GETNDELIM2.
17895         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
17896         gl_GETNDELIM2.
17897
17898 2003-07-18  Bruno Haible  <bruno@clisp.org>
17899
17900         * lib/getndelim2.h: New file.
17901         * lib/getndelim2.c: Make into a module of its own. Include config.h,
17902         getndelim2.h.
17903         (getndelim2): Make non-static. Change return type to ssize_t.
17904         * lib/getline.h: Change argument names.
17905         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
17906         * lib/getnline.c: Include getndelim2.h.
17907
17908 2003-07-18  Andreas Schwab  <schwab@suse.de>
17909
17910         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
17911
17912 2003-07-17  Karl Berry  <karl@gnu.org>
17913
17914         * config/config.sub: update from prep.
17915
17916 2003-07-17  Bruno Haible  <bruno@clisp.org>
17917
17918         * modules/getnline: New file.
17919         * modules/getline: Add lib/getndelim2.c to source file list.
17920         * MODULES.html.sh (func_all_modules): Add getnline.
17921
17922 2003-07-17  Bruno Haible  <bruno@clisp.org>
17923
17924         * m4/getnline.m4: New file.
17925
17926 2003-07-17  Bruno Haible  <bruno@clisp.org>
17927
17928         * m4/Makefile.am.in: Remove file.
17929         * m4/Makefile.am: Remove file.
17930         * m4/Makefile.in: Remove file.
17931
17932 2003-07-17  Bruno Haible  <bruno@clisp.org>
17933
17934         * lib/getnline.h: New file.
17935         * lib/getnline.c: New file.
17936         * lib/getndelim2.c: New file, extracted from getline.c.
17937         (getndelim2): Renamed from getdelim2, with added nmax argument.
17938         * lib/getline.c: Include getndelim2.c.
17939         (getdelim2): Moved out to getndelim2.c.
17940         (getline, getdelim): Update.
17941
17942 2003-07-17  Bruno Haible  <bruno@clisp.org>
17943
17944         * lib/Makefile.am: Remove file.
17945         * lib/Makefile.in: Remove file.
17946
17947 2003-07-17  Bruno Haible  <bruno@clisp.org>
17948
17949         * configure.in: Remove file.
17950         * Makefile.in: Remove file.
17951
17952 2003-07-17  Bruno Haible  <bruno@clisp.org>
17953
17954         * MODULES.html.sh: Put the </BODY> right before </HTML>.
17955
17956 2003-07-16  Karl Berry  <karl@gnu.org>
17957
17958         * config/srclist-update: was running fixlicense twice, which caused
17959                 texinfo.tex to be nullified for some reason.  Simplify,
17960                 $gplsrc is no longer needed as far as I can see?
17961
17962 2003-07-16  Jim Meyering  <jim@meyering.net>
17963
17964         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
17965
17966 2003-07-15  Paul Eggert  <eggert@twinsun.com>
17967
17968         * config/srclist.txt: Get the following files from gettext-runtime/intl
17969         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
17970         ref-del.sin.  From Bruno Haible.
17971         * config/srclist-update (fixfile): Change grep pattern again, since the
17972         previous fix didn't work (there was another trailing $).  Use
17973         '[$]' to escape the $s.
17974
17975 2003-07-15  Karl Berry  <karl@gnu.org>
17976
17977         * lib/vasnprintf.c: update from gettext.
17978
17979 2003-07-15  Karl Berry  <karl@gnu.org>
17980
17981         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
17982         gets expanded when surrounded by '$'.
17983
17984 2003-07-15  Jim Meyering  <jim@meyering.net>
17985
17986         * modules/save-cwd: Don't depend on error.  From Derek Price.
17987
17988 2003-07-15  Jim Meyering  <jim@meyering.net>
17989
17990         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
17991
17992 2003-07-14  Simon Josefsson  <jas@extundo.com>
17993
17994         * modules/mempcpy: New file.
17995         * MODULES.html.sh (func_all_modules): Add mempcpy.
17996
17997 2003-07-14  Simon Josefsson  <jas@extundo.com>
17998
17999         * m4/mempcpy.m4: New file.
18000
18001 2003-07-14  Simon Josefsson  <jas@extundo.com>
18002
18003         * lib/mempcpy.h: New file.
18004         * lib/mempcpy.c: New file.
18005
18006 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18007
18008         * modules/getdate, modules/posixtm: Depend on mktime.
18009
18010 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18011
18012         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18013         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18014         unicodeio.c, unicodeio.h, unlocked-io.h:
18015         Switch from LGPL to GPL.
18016
18017 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18018
18019         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18020         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18021         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18022         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18023         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18024         updated automatically by ../config/srclist-update.  This changes
18025         their license from LPGL to GPL.
18026
18027 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18028
18029         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18030         assumed to refer to the root of the most recent stable gettext version.
18031         * config/srclistvars.sh: Add defaults for eggert.
18032         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18033         Match "This program" as well as "The program".  This is needed
18034         for gettext.
18035
18036 2003-07-14  Jim Meyering  <jim@meyering.net>
18037
18038         Don't emit diagnostics.  Let callers do that.
18039         * lib/save-cwd.c: Don't include "error.h".
18040         (save_cwd): Don't call error.  Ensure that errno is valid
18041         when returning nonzero.
18042
18043         * lib/save-cwd.h (restore_cwd): Update prototype.
18044         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18045         Simplify.  Don't call error upon failure.  Let callers do that.
18046         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18047         when auditing is enabled.  But don't bother updating the #if.
18048
18049 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18050
18051         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18052         it breaks C++ compilation.
18053         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18054
18055 2003-07-10  Simon Josefsson  <jas@extundo.com>
18056
18057         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18058
18059 2003-07-10  Jim Meyering  <jim@meyering.net>
18060
18061         * m4/clock_time.m4: Remove trailing blank.
18062         * m4/intmax_t.m4: Likewise.
18063
18064 2003-07-10  Jim Meyering  <jim@meyering.net>
18065
18066         * lib/vasnprintf.c: Remove trailing blanks.
18067         Make cpp indentation consistent.
18068
18069 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18070
18071         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18072         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18073         Switch from LGPL to GPL.
18074
18075 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18076
18077         * config/srclist.txt: Sort sublists.  Add
18078         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18079         that differ from gnulib for one reason or another; we'd like this list
18080         to be smaller but for now let's document what we have.
18081
18082 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18083
18084         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18085         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
18086         and sweeter "eval x=$x".
18087         * config/srclist.txt: Get lib/argp* from glibc.
18088
18089 2003-07-07  Paul Eggert  <eggert@twinsun.com>
18090
18091         * lib/mktime.c: Fix some boundary cases and remove need for floating
18092         point.
18093
18094         Issue a compile-time diagnostic if time_t is floating point, or if
18095         two's complement arithmetic is not in effect, or if arithmetic
18096         right shift does not propagate the sign.  These assumptions were
18097         all in the original code but they weren't checked.
18098
18099         (TIME_T_MIDPOINT, verify): New macros.
18100         (__isleap): Remove; it has integer overflow problems.
18101         (leapyear): New function, without those problems.
18102         (ydhms_tm_diff): Remove; splitting into two parts.
18103         (ydhms_diff): New function, containing the arithmetic part of
18104         the old ydhms_tm_diff function.  Issue a compile-time
18105         diagnostic if we are not using C99 integer division.
18106         Avoid casts when possible.
18107         (guess_time_tm): New function, containing the checking part of
18108         the old ydhms_tm_diff function.  Return the new value, rather than
18109         the difference between it and the old.  Accept a new argument T
18110         so that *T specifies the old value.  Check for overflow in the result.
18111
18112         (__mktime_internal): Use a time_t offset, not a long int offset.
18113         This undoes the 2003-06-04 change, which is no longer needed now
18114         that we have better overflow checking.
18115         (localtime_offset): Likewise.
18116
18117         (__mktime_internal): Avoid harmful overflow on hosts where time_t
18118         and long are 64-bit but int is only 32-bit.
18119         (ydhms_diff): Use long int to store year1 and yday1.
18120         Issue a compile-time diagnostic if long int is not wide enough.
18121
18122         (__mktime_internal): Use long int to store adjusted year and yday.
18123         Use plain C rather than preprocessor commands, if that doesn't
18124         affect efficiency.
18125         Check for overflow (and try to repair) after each probe
18126         rather than checking only at the very end.  This avoids some bugs
18127         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
18128         does not equal GMT offset at maximum time).
18129         Use integer to check for overflow rather than floating point; this
18130         is more portable to non-IEEE hosts, and is a tad faster.
18131         When we detect that we are oscillating between two values,
18132         don't check whether tm_isdst has the requested value, since
18133         we already know the answer.  When tm_isdst has the wrong value,
18134         use a different heuristic to find the right one, based on the
18135         extreme values actually observed in practice in tz2003a,
18136         rather than the (overly optimistic) "previous 3 calendar quarters".
18137
18138         (not_equal_tm, print_tm, check_result): Use "const T" rather than
18139         "T const" to accommodate glibc style.
18140         (check_result): Use less-confusing report format.  "long" -> "long int.
18141         (main): Likewise.
18142         Don't loop if the iteration overflows time_t.
18143         Allow a negative step in the iteration.
18144
18145 2003-07-06  Karl Berry  <karl@gnu.org>
18146
18147         * config/depcomp: update from automake.
18148         * config/config.sub: update from prep.
18149
18150 2003-07-03  Karl Berry  <karl@gnu.org>
18151
18152         * config/config.guess: update from prep.
18153
18154 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18155
18156         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
18157         xreadlink.c now includes it unconditionally.
18158
18159 2003-07-01  Paul Eggert  <eggert@twinsun.com>
18160
18161         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
18162         having it depend on HAVE_SYS_TYPES_H.
18163
18164 2003-07-01  Bruno Haible  <bruno@clisp.org>
18165
18166         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
18167         <sys/types.h> should be sufficient.
18168         Reported by Paul Eggert.
18169
18170 2003-06-26  Karl Berry  <karl@gnu.org>
18171
18172         * config/depcomp: update from automake.
18173
18174 2003-06-26  Bruno Haible  <bruno@clisp.org>
18175
18176         * modules/human: Depend on module stdbool.
18177
18178 2003-06-25  Bruno Haible  <bruno@clisp.org>
18179
18180         * modules/readlink: New file.
18181         * modules/xreadlink: Depend on it.
18182         * MODULES.html.sh (func_all_modules): Add readlink.
18183
18184 2003-06-25  Bruno Haible  <bruno@clisp.org>
18185
18186         * m4/readlink.m4: New file.
18187
18188 2003-06-25  Bruno Haible  <bruno@clisp.org>
18189
18190         * lib/readlink.c: New file.
18191
18192 2003-06-22  Karl Berry  <karl@gnu.org>
18193
18194         * config/srclist.txt: update mkinstalldirs from automake.
18195         * config/mkinstalldirs: update.
18196
18197 2003-06-22  Bruno Haible  <bruno@clisp.org>
18198
18199         Portability to mingw32.
18200         * m4/ssize_t.m4: New file, from GNU gettext.
18201         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
18202         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
18203
18204 2003-06-22  Bruno Haible  <bruno@clisp.org>
18205
18206         * modules/safe-read: Add m4/ssize_t.m4.
18207         * modules/xreadlink: Add m4/ssize_t.m4.
18208
18209 2003-06-20  Bruno Haible  <bruno@clisp.org>
18210
18211         Assume C89, so PARAMS isn't needed.
18212         * lib/unicodeio.h (PARAMS): Remove.
18213         * lib/unicodeio.c: Don't use PARAMS.
18214
18215 2003-06-18  Karl Berry  <karl@gnu.org>
18216
18217         * config/config.{guess,sub}: update from prep.
18218
18219 2003-06-18  Jim Meyering  <jim@meyering.net>
18220
18221         Merge changes from coreutils.
18222         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
18223         Remove explicit declarations of xmalloc and realloc.
18224         Include xalloc.h.
18225         (read_utmp): Remove anachronistic cast of xmalloc.
18226
18227 2003-06-17  Paul Eggert  <eggert@twinsun.com>
18228
18229         Assume C89, so PARAMS isn't needed.
18230         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
18231         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
18232         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
18233         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
18234         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
18235         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
18236         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
18237         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
18238         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
18239         lib/xstrtod.h, lib/xstrtol.h: Likewise.
18240         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
18241         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
18242         no longer needed. Anyway, config.h should always be included before any
18243         other file.
18244
18245 2003-06-11  Simon Josefsson  <jas@extundo.com>
18246
18247         * modules/sysexits: New file.
18248         * MODULES.html.sh (func_all_modules): Add sysexits.
18249
18250 2003-06-11  Simon Josefsson  <jas@extundo.com>
18251
18252         * lib/sysexit_.h: New file.
18253
18254 2003-06-11  Derek Price  <derek@ximbiot.com>
18255
18256         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
18257         necessary.
18258
18259 2003-06-11  Bruno Haible  <bruno@clisp.org>
18260
18261         * m4/sysexits.m4: New file.
18262
18263 2003-06-10  Simon Josefsson  <jas@extundo.com>
18264
18265         * lib/argp.h: New file, from glibc.
18266         * lib/argp-ba.c: New file, from glibc.
18267         * lib/argp-eexst.c: New file, from glibc.
18268         * lib/argp-fmtstream.c: New file, from glibc.
18269         * lib/argp-fmtstream.h: New file, from glibc.
18270         * lib/argp-fs-xinl.c: New file, from glibc.
18271         * lib/argp-help.c: New file, from glibc.
18272         * lib/argp-namefrob.h: New file, from glibc.
18273         * lib/argp-parse.c: New file, from glibc.
18274         * lib/argp-pv.c: New file, from glibc.
18275         * lib/argp-pvh.c: New file, from glibc.
18276         * lib/argp-xinl.c: New file, from glibc.
18277
18278 2003-06-10  Simon Josefsson  <jas@extundo.com>
18279
18280         * modules/strchrnul: New file.
18281
18282 2003-06-10  Simon Josefsson  <jas@extundo.com>
18283
18284         * modules/argp: New file.
18285
18286 2003-06-10  Simon Josefsson  <jas@extundo.com>
18287
18288         * m4/strchrnul.m4: New file.
18289
18290 2003-06-10  Simon Josefsson  <jas@extundo.com>
18291
18292         * lib/strchrnul.h: New file.
18293         * lib/strchrnul.c: New file.
18294
18295 2003-06-10  Bruno Haible  <bruno@clisp.org>
18296
18297         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
18298
18299 2003-06-07  Karl Berry  <karl@gnu.org>
18300
18301         * config/config.{guess,sub}: update from prep.
18302
18303 2003-06-07  Jim Meyering  <jim@meyering.net>
18304
18305         * modules/strtod: Use $(...) notation, not @...@ for
18306         AC_REPLACE'd variables.
18307         * modules/localcharset: Likewise.
18308
18309 2003-06-07  Jim Meyering  <jim@meyering.net>
18310
18311         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
18312         in place of my name in the copyright comment.
18313         Remove definition and uses of __P.
18314
18315         From coreutils.
18316         * lib/stat.c: Don't declare xmalloc explicitly.
18317         Instead, include "xalloc.h".
18318         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
18319         xrealloc, and xcalloc return values.
18320         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
18321         Improve comment.
18322         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
18323
18324 2003-06-07  Bruno Haible  <bruno@clisp.org>
18325
18326         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
18327         avoid AC_CONFIG_LINKS.
18328         * modules/fnmatch (Makefile.am): Use explicit creation rule for
18329         fnmatch.h, to avoid AC_CONFIG_LINKS.
18330         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
18331
18332 2003-06-07  Bruno Haible  <bruno@clisp.org>
18333
18334         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
18335         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
18336         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18337         directory.
18338         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
18339         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
18340         directory.
18341
18342 2003-06-06  Jim Meyering  <jim@meyering.net>
18343
18344         Merge from coreutils.
18345         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
18346         Consolidate declarations and initializations of *_base* locals.
18347
18348         Merge from coreutils.
18349         This avoids a core dump on systems without GNU putenv,
18350         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
18351         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
18352         (unsetenv): New static function, from GNU libc.
18353         (rpl_putenv): Use it.
18354
18355         * lib/modechange.c: Remove trailing blanks.
18356
18357         Merge from coreutils.
18358         * lib/fsusage.c: Remove declaration of statfs.
18359         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
18360
18361         * lib/posixtm.c: Include <stdbool.h> unconditionally.
18362
18363 2003-06-06  Jim Meyering  <jim@meyering.net>
18364
18365         * lib/stdbool_.h: Renamed from stdbool.h.in.
18366
18367 2003-06-06  Jim Meyering  <jim@meyering.net>
18368             Bruno Haible  <bruno@clisp.org>
18369
18370         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
18371         Adjust Makefile.am snippet not to redirect directly to target.
18372         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
18373
18374 2003-06-05  Paul Eggert  <eggert@twinsun.com>
18375
18376         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
18377         mismatch, look in future quarters as well as past.  This fixes a
18378         bug when processing fall-backwards gaps immediately after a long
18379         period of daylight-saving time.
18380
18381         * lib/mktime.c: Assume freestanding C89 or better.
18382         (HAVE_LIMITS_H): Remove.  Assume it's 1.
18383         (__P): Remove; not used.
18384         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
18385         (mktime, not_equal_tm, print_tm, check_result,
18386         main): Use prototypes.  Use const * where appropriate.
18387         (main): Fix typo in testing code that uncovered by above changes.
18388         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
18389
18390 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18391
18392         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
18393         locale.h, localeconv.  This merges changes from coreutils.
18394
18395         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
18396         It can be removed after the next Autoconf is released.
18397         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
18398         needed.
18399
18400 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18401
18402         * lib/mktime.c: Fix Debian bug 177940
18403         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
18404         (localtime_offset): Now long int, not time_t, because we want it
18405         to be guaranteed to be signed.  All uses changed.
18406         (__mktime_internal): If overflow would occur when adding offset,
18407         don't add it.
18408
18409         Merge 'human' changes from coreutils.  Rewrite to support
18410         locale-specific notations like thousands separators.
18411         * lib/human.c: Simplify authorship notice.
18412         Include human.h immediately after config.h.
18413         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
18414         <limits.h>: Do not include, since human.h does.
18415         (SIZE_MAX, UINTMAX_MAX): New macros.
18416         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
18417         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
18418         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
18419         (power_letter): Renamed from suffixes.
18420         (generate_suffix_backwards): Remove.
18421         (adjust_value): Now takes int style (because of human.h changes)
18422         and long double value (for greater precision on some platforms).
18423         (group_number): New function.
18424         (human_readable): Use it.  Use integer options, not enum.
18425         Put the options before the sizes in the arg list.
18426         Support all the new options.
18427         The old human_readable function has been removed;
18428         use inttostr.h instead.
18429         (human_readable, default_block_size, humblock):
18430         Use uintmax_t, not int, for block sizes.
18431         (human_readable_inexact, block_size_types): Remove.
18432         (block_size_opts): New constant.
18433         (human_options): Renamed from human_block_size, with new signature
18434         that allows block sizes up to UINTMAX_MAX.  All callers changed.
18435         * lib/human.h: Add copyright and authorship notice.
18436         Include <limits.h> and <stdbool.h> unconditionally.
18437         (PARAMS): Remove.  All uses removed.
18438         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
18439         (enum human_inexact_style): Remove tag; now a nameless enum.
18440         (human_floor, human_ceiling, human_round_to_even): Now have
18441         values 2, 0, 1 rather than -1, 1, 0.
18442         (human_group_digits, human_suppress_point_zero, human_autoscale,
18443         human_base_1024, human_SI, human_B): New constants.
18444         (human_readable_inexact, human_block_size): Remove.
18445         (human_readable): Size args are now uintmax_t, not int.
18446         (human_options): New decl.
18447
18448         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
18449         unnecessary now that we assume C89 or better.  This change
18450         imported from coreutils.
18451
18452         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18453         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
18454         in the 2003-05-30 sync from glibc.
18455
18456         .h files should stand alone, but we shouldn't include <sys/types.h>
18457         if we can get away with just <stddef.h>.
18458
18459         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
18460         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
18461         rather than <sys/types.h>, as we merely need size_t.
18462         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
18463         to get size_t.
18464         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
18465         Include <stdio.h>, to get FILE.
18466         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
18467         memcasecmp.h has included <stddef.h> and all we need is size_t.
18468         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
18469         our interface, instead of including <sys/types.h>
18470
18471 2003-06-04  Paul Eggert  <eggert@twinsun.com>
18472
18473         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
18474         now, as glibc mktime is buggy on non-glibc systems.
18475
18476 2003-06-03  Karl Berry  <karl@gnu.org>
18477
18478         * config/config.sub: update from prep.
18479
18480 2003-06-02  Paul Eggert  <eggert@twinsun.com>
18481
18482         [from coreutils]
18483         Fix some minor time-related bugs with POSIX time arguments.
18484         Some valid time stamps were being rejected (notably -1, and
18485         time stamps before 1900 on 64-bit hosts).  And some invalid
18486         time stamps were being accepted, e.g. September 31.
18487
18488         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
18489         that we can return (time_t) -1 successfully.
18490         * lib/posixtm.c: Likewise.
18491         [HAVE_STDBOOL_H]: Include <stdbool.h>.
18492         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
18493         (t): Remove static var.
18494         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
18495         of static var.  All uses changed.
18496         (year): Do not reject years before 1900; they can occur with
18497         64-bit time_t.
18498         (posix_time_parse): Do not check for out-of-range components;
18499         that is now the caller's responsibility, since our checks were
18500         only approximations.
18501         (posixtime): Use mktime to check for out-of-range components,
18502         since it knows them exactly.
18503         If mktime returns (time_t) -1, check whether an error actually occurred
18504         by invoking localtime on -1.
18505         (main) [TEST_POSIXTIME]: Check for input data errors, and report
18506         posixtime failures better.
18507         Improve the test data (in comments only).
18508
18509 2003-06-02  Karl Berry  <karl@gnu.org>
18510
18511         * config/mkinstalldirs (version): new variable.
18512         (--version): new option.
18513         (usage): improve message.
18514
18515 2003-05-30  Karl Berry  <karl@gnu.org>
18516
18517         * lib/mktime.c: update from libc.
18518
18519 2003-05-30  Bruno Haible  <bruno@clisp.org>
18520
18521         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
18522         * config/config.rpath: Upgrade to gettext-0.12.1.
18523
18524 2003-05-30  Bruno Haible  <bruno@clisp.org>
18525
18526         * m4/gettext.m4: Upgrade to gettext-0.12.1.
18527         * m4/nls.m4: New file, from gettext-0.12.1.
18528         * m4/po.m4: New file, from gettext-0.12.1.
18529         * m4/progtest.m4: Upgrade to gettext-0.12.1.
18530
18531 2003-05-30  Bruno Haible  <bruno@clisp.org>
18532
18533         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
18534         * lib/localcharset.h: Likewise.
18535         * lib/localcharset.c: Likewise.
18536
18537 2003-05-29  Karl Berry  <karl@gnu.org>
18538
18539         * config/config.rpath: update from gettext.
18540
18541 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18542
18543         Assume the headers required for C89 freestanding compilers.
18544         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
18545         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
18546         * m4/human.m4 (gl_HUMAN): Likewise.
18547         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
18548         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
18549         * m4/userspec.m4 (gl_USERSPEC): Likewise.
18550         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
18551         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
18552         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
18553
18554 2003-05-28  Paul Eggert  <eggert@twinsun.com>
18555
18556         Assume the headers required for C89 freestanding compilers.
18557         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
18558         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
18559         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
18560         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
18561         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
18562         define, since <limits.h> is guaranteed to do that.
18563         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
18564         * lib/exclude.c: Include <stdbool.h> unconditionally.
18565         * lib/tempname.c: Include <stddef.h> unconditionally.
18566         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
18567         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
18568         <stddef.h> does that.
18569         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
18570         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
18571         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
18572         needed.
18573         * lib/xstrtol.c: Likewise.
18574         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
18575         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
18576
18577         * lib/addext.c (addext): Use assignment rather than cast, to avoid
18578         warnings on some platforms.
18579
18580         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
18581         arbitrarily.
18582
18583 2003-05-26  Jim Meyering  <jim@meyering.net>
18584
18585         Merge in a change from coreutils:
18586         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
18587         that is guaranteed to be `no'.  Use `no_such_member' to indicate
18588         that condition, rather than `-1' which is slightly misleading.
18589         Change the name of the cache variable to have the gl_ prefix.
18590         Prompted by a patch from Richard Dawe for DJGPP.
18591
18592 2003-05-24  Karl Berry  <karl@gnu.org>
18593
18594         * config/config.guess: update from prep.
18595
18596 2003-05-22  Karl Berry  <karl@gnu.org>
18597
18598         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
18599
18600 2003-05-20  Karl Berry  <karl@gnu.org>
18601
18602         * config/config.guess: update from prep.
18603
18604 2003-05-18  Karl Berry  <karl@gnu.org>
18605
18606         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
18607         might actually be set by the user.
18608
18609         * config/depcomp, install-sh, mdate-sh: update from automake.
18610
18611 2003-05-17  Bruno Haible  <bruno@clisp.org>
18612
18613         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
18614         invalid expansion for AC_EGREP_CPP.
18615         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
18616         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
18617         Suggested by Akim Demaille <akim@epita.fr> in
18618         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
18619
18620 2003-05-12  Jim Meyering  <jim@meyering.net>
18621
18622         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
18623         the space-padded-by-default conversion specifiers, %e, %k, %l.
18624
18625 2003-05-12  Bruno Haible  <bruno@clisp.org>
18626
18627         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
18628         the string is longer than 4 KB.
18629
18630 2003-05-11  Karl Berry  <karl@gnu.org>
18631
18632         * config/config.{guess,sub}: update from prep.
18633
18634 2003-05-09  Bruno Haible  <bruno@clisp.org>
18635
18636         * modules/error: Add m4/strerror_r.m4 to file list.
18637
18638 2003-05-03  Bruno Haible  <bruno@clisp.org>
18639
18640         Upgrade to Unicode-4.0.
18641         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
18642         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
18643         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
18644         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
18645         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
18646         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
18647         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
18648         Change width of U+E0100..U+E01EF from 1 to 0.
18649
18650 2003-04-25  Jim Meyering  <jim@meyering.net>
18651
18652         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
18653         of type size_t, not int.
18654
18655 2003-04-25  Bruno Haible  <bruno@clisp.org>
18656
18657         * lib/copy-file.c: Include <stddef.h>, for size_t.
18658
18659 2003-04-21  Paul Eggert  <eggert@twinsun.com>
18660
18661         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
18662         code which expansion is under static control.  Patch imported from
18663         Akim Demaille's patch to Bison; see
18664         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
18665
18666 2003-04-14  Bruno Haible  <bruno@clisp.org>
18667
18668         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
18669
18670 2003-04-11  Jim Meyering  <jim@meyering.net>
18671
18672         Merge changes from Coreutils.
18673
18674         2003-03-22  Jim Meyering  <jim@meyering.net>
18675
18676         * lib/strftime.c (widen): Cast alloca return value to proper type.
18677
18678         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
18679
18680         From GNU libc.
18681         * lib/strftime.c (my_strftime): Handle very large width
18682         specifications for numeric values correctly.  Improve checks for
18683         overflow.
18684
18685         2003-01-19  Jim Meyering  <jim@meyering.net>
18686
18687         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
18688         definitions.
18689         (nl_get_alt_digit) [! defined my_strftime]: Define.
18690         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
18691         _nl_get_alt_digit and _nl_get_walt_digit.
18692
18693         * lib/strftime.c (my_strftime): Merge in locale-related changes from
18694         libc. These changes have no effect outside of _LIBC.
18695
18696 2003-04-10  Bruno Haible  <bruno@clisp.org>
18697
18698         * modules/findprog: New file.
18699         * MODULES.html.sh (func_all_modules): Add it.
18700
18701 2003-04-10  Bruno Haible  <bruno@clisp.org>
18702
18703         * m4/findprog.m4: New file.
18704         * m4/eaccess.m4: New file.
18705
18706 2003-04-10  Bruno Haible  <bruno@clisp.org>
18707
18708         * lib/findprog.h: New file, from GNU gettext.
18709         * lib/findprog.c: New file, from GNU gettext.
18710
18711 2003-04-05  Jim Meyering  <jim@meyering.net>
18712
18713         Merge changes from Coreutils.
18714
18715         * lib/exclude.h (PARAMS): Remove definition and uses.
18716         * lib/exclude.c: Remove uses of `PARAMS'.
18717
18718         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
18719         Add test-cases for DOS filenames. Declare program_name.
18720         (main): Set up program_name.  Patch by Rich Dawe.
18721
18722         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18723         error from mntctl.
18724         Use mntctl's return value to drive the entry-processing loop, since
18725         we can't rely on the value of the vmt_length member in the last
18726         entry.  On some systems doing so could result in exhausting
18727         virtual memory.  Based in part on a patch from Mike Jetzer.
18728
18729 2003-04-04  Bruno Haible  <bruno@clisp.org>
18730
18731         * modules/linebreak: New file.
18732         * MODULES.html.sh (func_all_modules): Add it.
18733
18734 2003-04-04  Bruno Haible  <bruno@clisp.org>
18735
18736         * m4/linebreak.m4: New file.
18737
18738 2003-04-04  Bruno Haible  <bruno@clisp.org>
18739
18740         * lib/linebreak.h: New file, from GNU gettext.
18741         * lib/linebreak.c: New file, from GNU gettext with slight
18742         modifications.
18743         * lib/lbrkprop.h: New file, from GNU gettext.
18744
18745 2003-04-03  Bruno Haible  <bruno@clisp.org>
18746
18747         * modules/utf8-ucs4: New file.
18748         * modules/utf16-ucs4: New file.
18749         * modules/ucs4-utf8: New file.
18750         * modules/ucs4-utf16: New file.
18751         * MODULES.html.sh (func_all_modules): Add them.
18752
18753 2003-04-03  Bruno Haible  <bruno@clisp.org>
18754
18755         * m4/utf-ucs4.m4: New file.
18756         * m4/ucs4-utf.m4: New file.
18757
18758 2003-04-03  Bruno Haible  <bruno@clisp.org>
18759
18760         * lib/utf8-ucs4.h: New file, from GNU gettext.
18761         * lib/utf16-ucs4.h: New file, from GNU gettext.
18762         * lib/ucs4-utf8.h: New file, from GNU gettext.
18763         * lib/ucs4-utf16.h: New file, from GNU gettext.
18764
18765 2003-04-02  Bruno Haible  <bruno@clisp.org>
18766
18767         * modules/binary-io: New file.
18768         * MODULES.html.sh (func_all_modules): Add it.
18769
18770 2003-04-02  Bruno Haible  <bruno@clisp.org>
18771
18772         * lib/binary-io.h: New file, from GNU gettext.
18773
18774 2003-04-01  Bruno Haible  <bruno@clisp.org>
18775
18776         * modules/pathname: New file.
18777         * MODULES.html.sh (func_all_modules): Add it.
18778
18779 2003-04-01  Bruno Haible  <bruno@clisp.org>
18780
18781         * lib/pathname.h: New file, from GNU gettext.
18782         * lib/concatpath.c: New file, from GNU gettext.
18783
18784 2003-03-30  Bruno Haible  <bruno@clisp.org>
18785
18786         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
18787
18788 2003-03-30  Bruno Haible  <bruno@clisp.org>
18789
18790         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
18791         function chown() doesn't exist.
18792
18793 2003-03-28  Bruno Haible  <bruno@clisp.org>
18794
18795         * modules/copy-file: New file.
18796         * MODULES.html.sh (func_all_modules): Add it.
18797
18798 2003-03-28  Bruno Haible  <bruno@clisp.org>
18799
18800         * m4/copy-file.m4: New file.
18801
18802 2003-03-28  Bruno Haible  <bruno@clisp.org>
18803
18804         * lib/copy-file.h: New file, from GNU gettext.
18805         * lib/copy-file.c: New file, from GNU gettext.
18806
18807 2003-03-18  Jim Meyering  <jim@meyering.net>
18808
18809         * lib/quote.c (quote_n): Fix typo in comment.
18810
18811 2003-03-18  Bruno Haible  <bruno@clisp.org>
18812
18813         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
18814         checking.
18815         * m4/onceonly_2_57.m4: Likewise.
18816
18817 2003-03-17  Bruno Haible  <bruno@clisp.org>
18818
18819         * m4/onceonly.m4: Require autoconf 2.54 or newer.
18820         (m4_quote): Remove macro.
18821         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
18822
18823 2003-03-14  Jim Meyering  <jim@meyering.net>
18824
18825         Merge changes from Coreutils.
18826         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
18827         to be const, in order to avoid warnings.
18828         (obstack_room): Likewise.
18829         (obstack_empty_p): Likewise.
18830
18831 2003-03-14  Bruno Haible  <bruno@clisp.org>
18832
18833         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
18834         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
18835
18836 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18837
18838         Merge changes from Bison.
18839         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
18840         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
18841         when compiling Bison 1.875's `bitset bset = obstack_alloc
18842         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
18843         * lib/hash.c: Include <stdbool.h> unconditionally.
18844
18845 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18846
18847         * m4/onceonly.m4 (m4_quote): New macro.
18848         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
18849         Quote AC_FOREACH variable-expansions properly.
18850
18851 2003-03-13  Paul Eggert  <eggert@twinsun.com>
18852
18853         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
18854
18855 2003-03-09  Paul Eggert  <eggert@twinsun.com>
18856
18857         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
18858         Reported by Bruce Becker; see:
18859         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
18860
18861 2003-03-03  Paul Eggert  <eggert@twinsun.com>
18862             Bruno Haible  <bruno@clisp.org>
18863
18864         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
18865         Reported by John Hughes, see
18866         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
18867
18868 2003-02-20  Bruno Haible  <bruno@clisp.org>
18869
18870         * MODULES.html.sh (func_all_modules): Add poll.
18871
18872 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18873
18874         * modules/poll: New file.
18875
18876 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18877
18878         * lib/poll_.h: New file.
18879         * lib/poll.c: New file.
18880
18881 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
18882
18883         * m4/poll.m4: New file.
18884
18885 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18886
18887         * modules/mathl: New file.
18888
18889 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18890
18891         * lib/mathl.h: New file.
18892         * lib/acosl.c: New file.
18893         * lib/asinl.c: New file.
18894         * lib/atanl.c: New file.
18895         * lib/ceill.c: New file.
18896         * lib/cosl.c: New file.
18897         * lib/expl.c: New file.
18898         * lib/floorl.c: New file.
18899         * lib/frexpl.c: New file.
18900         * lib/ldexpl.c: New file.
18901         * lib/logl.c: New file.
18902         * lib/sincosl.c: New file.
18903         * lib/sinl.c: New file.
18904         * lib/sqrtl.c: New file.
18905         * lib/tanl.c: New file.
18906         * lib/trigl.c: New file.
18907         * lib/trigl.h: New file.
18908
18909 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
18910
18911         * m4/mathl.m4: New file.
18912
18913 2003-02-18  Bruno Haible  <bruno@clisp.org>
18914
18915         * MODULES.html.sh (func_all_modules): Add mathl.
18916
18917 2003-02-17  Bruno Haible  <bruno@clisp.org>
18918
18919         * modules/mkdtemp: New module.
18920         * MODULES.html.sh (func_all_modules): Add it.
18921
18922 2003-02-17  Bruno Haible  <bruno@clisp.org>
18923
18924         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
18925
18926 2003-02-17  Bruno Haible  <bruno@clisp.org>
18927
18928         * lib/mkdtemp.h: New file, from GNU gettext.
18929         * lib/mkdtemp.c: New file, from GNU gettext.
18930
18931 2003-02-02  Jim Meyering  <jim@meyering.net>
18932
18933         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
18934         e.g. glibc-2.2.93.
18935
18936 2003-01-31  Bruno Haible  <bruno@clisp.org>
18937
18938         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
18939         'rpl_rename'.
18940         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
18941         'rpl_strnlen'.
18942         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
18943         'rpl_strtod'.
18944         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
18945         'rpl_utime'.
18946
18947 2003-01-31  Bruno Haible  <bruno@clisp.org>
18948
18949         * lib/rename.c: #undef rename before defining rpl_rename.
18950         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
18951
18952 2003-01-30  Bruno Haible  <bruno@clisp.org>
18953
18954         * modules/vasnprintf, modules/vasprintf: New modules.
18955         * MODULES.html.sh (func_all_modules): Add them.
18956
18957 2003-01-30  Bruno Haible  <bruno@clisp.org>
18958
18959         * m4/signed.m4: New file, from GNU gettext.
18960         * m4/longdouble.m4: New file, from GNU gettext.
18961         * m4/wchar_t.m4: New file, from GNU gettext.
18962         * m4/wint_t.m4: New file, from GNU gettext.
18963         * m4/vasnprintf.m4: New file.
18964         * m4/vasprintf.m4: New file.
18965
18966 2003-01-30  Bruno Haible  <bruno@clisp.org>
18967
18968         * lib/printf-args.h: New file, from GNU gettext.
18969         * lib/printf-args.c: New file, from GNU gettext.
18970         * lib/printf-parse.h: New file, from GNU gettext.
18971         * lib/printf-parse.c: New file, from GNU gettext.
18972         * lib/vasnprintf.h: New file, from GNU gettext.
18973         * lib/vasnprintf.c: New file, from GNU gettext.
18974         * lib/asnprintf.c: New file, from GNU gettext.
18975         * lib/vasprintf.h: New file, from GNU gettext with modifications.
18976         * lib/vasprintf.c: New file, from GNU gettext.
18977         * lib/asprintf.c: New file, from GNU gettext.
18978
18979 2003-01-29  Bruno Haible  <bruno@clisp.org>
18980
18981         * modules/stpncpy: New module.
18982         * MODULES.html.sh (func_all_modules): Add it.
18983
18984 2003-01-29  Bruno Haible  <bruno@clisp.org>
18985
18986         * m4/stpncpy.m4: New file.
18987
18988 2003-01-29  Bruno Haible  <bruno@clisp.org>
18989
18990         * lib/stpncpy.h: New file, from GNU gettext with modifications.
18991         * lib/stpncpy.c: New file, from GNU gettext with modifications.
18992
18993 2003-01-28  Bruno Haible  <bruno@clisp.org>
18994
18995         * modules/c-ctype: New module.
18996         * MODULES.html.sh (func_all_modules): Add it.
18997
18998 2003-01-28  Bruno Haible  <bruno@clisp.org>
18999
19000         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19001         Paul Eggert.
19002         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19003         Paul Eggert.
19004
19005 2003-01-27  Bruno Haible  <bruno@clisp.org>
19006
19007         * modules/xsetenv: New module.
19008         * MODULES.html.sh (func_all_modules): Add it.
19009
19010 2003-01-27  Bruno Haible  <bruno@clisp.org>
19011
19012         * lib/xsetenv.h: New file, from GNU gettext.
19013         * lib/xsetenv.c: New file, from GNU gettext.
19014
19015 2003-01-23  Jim Meyering  <jim@meyering.net>
19016
19017         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19018         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19019
19020 2003-01-23  Bruno Haible  <bruno@clisp.org>
19021
19022         * modules/minmax: New module.
19023         * MODULES.html.sh (func_all_modules): Add it.
19024
19025 2003-01-23  Bruno Haible  <bruno@clisp.org>
19026
19027         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19028         Eggert.
19029
19030 2003-01-22  Bruno Haible  <bruno@clisp.org>
19031
19032         * modules/exit: New module.
19033         * MODULES.html.sh (func_all_modules): Add it.
19034
19035 2003-01-22  Bruno Haible  <bruno@clisp.org>
19036
19037         * lib/exit.h: New file, from GNU gettext.
19038
19039 2003-01-19  Bruno Haible  <bruno@clisp.org>
19040
19041         * gnulib-tool: Recognize option --extract-maintainer.
19042         (func_get_maintainer): New function.
19043         * modules/*: Add Maintainer entry.
19044
19045 2003-01-16  Jim Meyering  <jim@meyering.net>
19046
19047         * m4/regex.m4: The `regex' struct is both input and output.
19048         Initialize it before each use.  Patch by Tim Waugh.
19049
19050 2003-01-16  Bruno Haible  <bruno@clisp.org>
19051
19052         * MODULES.html.sh: Add a table of contents. Add the module name as
19053         leftmost column. Add hyperlinks.
19054
19055 2003-01-15  Bruno Haible  <bruno@clisp.org>
19056
19057         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19058
19059 2003-01-15  Bruno Haible  <bruno@clisp.org>
19060
19061         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19062         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19063         suffix.
19064
19065 2003-01-15  Bruno Haible  <bruno@clisp.org>
19066
19067         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19068
19069 2003-01-15  Bruno Haible  <bruno@clisp.org>
19070
19071         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19072         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19073
19074 2003-01-14  Jim Meyering  <jim@meyering.net>
19075
19076         * lib/same.c (same_name): Tweak a comment.
19077
19078 2003-01-14  Bruno Haible  <bruno@clisp.org>
19079
19080         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19081         when a string comparison is sufficient.
19082
19083 2003-01-14  Bruno Haible  <bruno@clisp.org>
19084
19085         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
19086         'unsigned int'.
19087
19088 2003-01-14  Bruno Haible  <bruno@clisp.org>
19089
19090         * lib/hash-pjw.c: Add comment about low quality of this function.
19091
19092 2003-01-13  Bruno Haible  <bruno@clisp.org>
19093
19094         * modules/stpcpy: Distribute lib/stpcpy.h.
19095         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
19096
19097 2003-01-13  Bruno Haible  <bruno@clisp.org>
19098
19099         * modules/*: Add a description.
19100         * modules/strpbrk: Fix Makefile.am snippet.
19101         * modules/strtoimax: Fix dependencies.
19102         * modules/strtoumax: Likewise.
19103
19104 2003-01-13  Bruno Haible  <bruno@clisp.org>
19105
19106         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
19107         * modules/alloca (Makefile.am): All object files depend on alloca.h.
19108         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
19109
19110 2003-01-13  Bruno Haible  <bruno@clisp.org>
19111
19112         * gnulib-tool (func_create_testdir): Store config/* files in the main
19113         directory.
19114         * config.rpath: Move to ...
19115         * config/config.rpath: ... here.
19116         * modules/gettext: Contains config/config.rpath, not config.rpath.
19117         * modules/iconv: Likewise.
19118
19119 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19120
19121         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19122         to avoid collisions with libcurses and libreadline.
19123
19124         * m4/getstr.m4: Remove.
19125         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
19126
19127 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19128
19129         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19130         to avoid collisions with libcurses and libreadline.
19131
19132         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
19133         * lib/getstr.h, getstr.c: Remove.
19134         * lib/getline.c: Include "getline.h", to check interface.
19135         Move body of old getstr.c here: this defines MIN_CHUNK and
19136         declares getdelim2, which is renamed from getstr.
19137         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
19138
19139         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
19140         All uses changed.
19141         * lib/linebuffer.h: Likewise.
19142         (readline): Remove backward-compatibility macro.
19143
19144 2003-01-12  Paul Eggert  <eggert@twinsun.com>
19145
19146         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
19147         to avoid collisions with libcurses and libreadline.
19148         * getstr: Remove.
19149         * MODULES.html.sh: Remove getstr.
19150         * modules/getline: Depend on unlocked-io, not getstr.
19151
19152 2003-01-12  Jim Meyering  <jim@meyering.net>
19153
19154         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
19155
19156 2003-01-10  Bruno Haible  <bruno@clisp.org>
19157
19158         * modules/alloca: Change Makefile.am requirements. Simplify Include
19159         requirements. Add lib/alloca_.h to file list.
19160
19161 2003-01-10  Bruno Haible  <bruno@clisp.org>
19162
19163         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
19164
19165 2003-01-10  Bruno Haible  <bruno@clisp.org>
19166
19167         * lib/alloca_.h: New file.
19168         * lib/getdate.y: Unconditionally include alloca.h.
19169         * lib/makepath.c: Likewise.
19170         * lib/setenv.c: Likewise.
19171         * lib/userspec.c: Likewise.
19172
19173 2003-01-09  Karl Berry  <karl@gnu.org>
19174
19175         * MODULES.html.sh: include `dirname $0` in PATH, to find
19176         gnulib-tool.
19177
19178 2003-01-09  Bruno Haible  <bruno@clisp.org>
19179
19180         * modules/stdbool: Change configure.ac, Makefile.am requirements.
19181         Simplify Include requirements. Add lib/stdbool.h.in to file list.
19182
19183 2003-01-09  Bruno Haible  <bruno@clisp.org>
19184
19185         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
19186
19187 2003-01-09  Bruno Haible  <bruno@clisp.org>
19188
19189         * lib/stdbool.h.in: New file.
19190
19191 2003-01-09  Bruno Haible  <bruno@clisp.org>
19192
19193         * gnulib-tool (func_all_modules): Ignore files ending in ~.
19194         * MODULES.html.sh: Likewise.
19195
19196 2003-01-08  Jim Meyering  <jim@meyering.net>
19197
19198         * lib/full-write.c: Undefine and define-away `const' after inclusion
19199         of errno.h, not before.  Suggestion from Bruno Haible.
19200
19201 2003-01-08  Bruno Haible  <bruno@clisp.org>
19202
19203         * modules/full-read: Depend on full-write.
19204
19205 2003-01-08  Bruno Haible  <bruno@clisp.org>
19206
19207         * lib/safe-read.c: Include specification header first, to ensure its
19208         selfcontainedness.
19209         * lib/full-write.c: Likewise.
19210
19211 2003-01-07  Jim Meyering  <jim@meyering.net>
19212
19213         * lib/full-write.c: Rework so that it may serve to define full_read,
19214         too.
19215         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
19216
19217 2003-01-07  Bruno Haible  <bruno@clisp.org>
19218
19219         * lib/strtoimax.c: Include <stdint.h> as an alternative to
19220         <inttypes.h>.
19221         * lib/xstrtol.h: Likewise.
19222         * lib/xstrtoimax.c: Likewise.
19223         * lib/xstrtoumax.c: Likewise.
19224         * lib/human.h: Likewise.
19225
19226         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
19227         on systems that have <inttypes.h> but not <stdint.h>.
19228
19229 2003-01-07  Bruno Haible  <bruno@clisp.org>
19230
19231         * MODULES.html.sh: Add copyright notice.
19232         (missed_files): Omit CVS directory entries.
19233         (func_module): Make it work with sed-3.02.
19234         * MODULES.txt: Remove file.
19235
19236 2003-01-06  Jim Meyering  <jim@meyering.net>
19237
19238         * lib/version-etc.c: Update year in translatable copyright string.
19239
19240 2003-01-03  Karl Berry  <karl@gnu.org>
19241
19242         * config/config.{guess,sub}: update from prep.
19243
19244 2003-01-02  Karl Berry  <karl@gnu.org>
19245
19246         * doc/COPYING.DOC: belatedly updated to 1.2.
19247
19248 2003-01-01  Karl Berry  <karl@gnu.org>
19249
19250         * gnulib-tool (func_verify_module): report module name $module in
19251         error message, not $1.
19252         * gnulib-tool (create-testdir): don't complain if destdir couldn't
19253         be created, only if it doesn't exist.
19254         * gnulib-tool (last_checkin_date): don't expand the $Date here.
19255
19256 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19257
19258         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
19259
19260 2002-12-31  Paul Eggert  <eggert@twinsun.com>
19261
19262         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
19263         memcmp if strcoll doesn't work.
19264
19265 2002-12-31  Bruno Haible  <bruno@clisp.org>
19266
19267         * lib/utime.c (utime_null): No need to call ftruncate if the file was
19268         nonempty.
19269
19270 2002-12-31  Bruno Haible  <bruno@clisp.org>
19271
19272         * lib/memcoll.c (STRCOLL): New macro.
19273         (memcoll): Use it.
19274
19275 2002-12-31  Bruno Haible  <bruno@clisp.org>
19276
19277         * lib/localcharset.h: New file.
19278         * lib/localcharset.c: Include it.
19279         * lib/unicodeio.c: Likewise.
19280
19281 2002-12-31  Bruno Haible  <bruno@clisp.org>
19282
19283         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
19284         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
19285
19286 2002-12-31  Bruno Haible  <bruno@clisp.org>
19287
19288         * lib/getline.h: Include <stddef.h>, for size_t.
19289
19290         * lib/unicodeio.h: Include <stddef.h>, for size_t.
19291         * lib/unicodeio.c: Don't include <stddef.h>.
19292
19293 2002-12-31  Bruno Haible  <bruno@clisp.org>
19294
19295         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
19296         HAVE_TM_ZONE.
19297
19298 2002-12-24  Karl Berry  <karl@gnu.org>
19299
19300         * config/config.guess: update from prep.
19301
19302 2002-12-24  Bruno Haible  <bruno@clisp.org>
19303
19304         General infrasructure.
19305         * m4/README: Rewritten.
19306         * m4/onceonly.m4: New file.
19307         * m4/onceonly_2_57.m4: New file.
19308
19309         Module atexit.
19310         * m4/atexit.m4: New file.
19311
19312         Module strtod.
19313         * m4/strtod.m4: New file.
19314
19315         Module strtol.
19316         * m4/strtol.m4: New file.
19317
19318         Module strtoul.
19319         * m4/strtoul.m4: New file.
19320
19321         Module memchr.
19322         * m4/memchr.m4: New file.
19323
19324         Module memcmp.
19325         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
19326         (jm_FUNC_MEMCMP): Invoke it.
19327
19328         Module memcpy.
19329         * m4/memcpy.m4: New file.
19330
19331         Module memmove.
19332         * m4/memmove.m4: New file.
19333
19334         Module memset.
19335         * m4/memset.m4: New file.
19336
19337         Module strcspn.
19338         * m4/strcspn.m4: New file.
19339
19340         Module strpbrk.
19341         * m4/strpbrk.m4: New file.
19342
19343         Module strstr.
19344         * m4/strstr.m4: New file.
19345
19346         Module strerror.
19347         * m4/strerror.m4: New file.
19348
19349         Module mktime.
19350         * m4/mktime.m4: Renamed from jm-mktime.m4.
19351         (gl_PREREQ_MKTIME): New macro.
19352         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
19353
19354         Module malloc.
19355         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
19356         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
19357         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
19358
19359         Module realloc.
19360         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
19361         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
19362         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
19363
19364         Module strftime.
19365         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
19366         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
19367         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
19368         gl_TM_GMTOFF.
19369         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
19370
19371         Module xalloc.
19372         * m4/xalloc.m4: New file.
19373
19374         Module alloca.
19375         * m4/alloca.m4: New file.
19376
19377         Module putenv.
19378         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
19379         (jm_FUNC_PUTENV): Invoke it.
19380
19381         Module setenv.
19382         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
19383         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
19384         when invoked twice.
19385         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
19386         gt_FUNC_SETENV.
19387
19388         Module memrchr.
19389         * m4/memrchr.m4: New file.
19390
19391         Module stpcpy.
19392         * m4/stpcpy.m4: New file.
19393
19394         Module strcase.
19395         * m4/strcase.m4: New file.
19396
19397         Module strdup.
19398         * m4/strdup.m4: New file.
19399
19400         Module strnlen.
19401         * m4/strnlen.m4: New file.
19402
19403         Module strndup.
19404         * m4/strndup.m4: New file.
19405
19406         Module xstrtod.
19407         * m4/xstrtod.m4: New file.
19408
19409         Module xstrtol.
19410         * m4/xstrtol.m4: New file.
19411
19412         Module getdate.
19413         * m4/getdate.m4: New file.
19414
19415         Module unlocked-io.
19416         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
19417         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
19418         * m4/jm-glibc-io.m4n: Remove file.
19419
19420         Module long-options.
19421         * m4/long-options.m4: New file.
19422
19423         Module md5.
19424         * m4/md5.m4: New file.
19425
19426         Module sha.
19427         * m4/sha.m4: New file.
19428
19429         Module getstr.
19430         * m4/getstr.m4: New file.
19431
19432         Module getline.
19433         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
19434         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
19435         <sys/types.h>, for size_t. Use the function name gnu_getline, not
19436         simply getline. Infoke gl_PREREQ_GETLINE.
19437
19438         Module obstack.
19439         * m4/obstack.m4: New file.
19440
19441         Module hash.
19442         * m4/hash.m4: New file.
19443
19444         Module readtokens.
19445         * m4/readtokens.m4: New file.
19446
19447         Module strverscmp.
19448         * m4/strverscmp.m4: New file.
19449
19450         Module stdbool.
19451         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
19452         OSF/1.
19453
19454         Module strtoll.
19455         * m4/strtoll.m4: New file.
19456
19457         Module strtoull.
19458         * m4/strtoull.m4: New file.
19459
19460         Module strtoimax.
19461         * m4/strtoimax.m4: New file.
19462
19463         Module strtoumax.
19464         * m4/strtoumax.m4: New file.
19465
19466         Module xstrtoimax.
19467         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
19468         jm_AC_PREREQ_XSTRTOIMAX.
19469         Moved the strtol prerequisites to strtol.m4.
19470         Moved the strtoll prerequisites to strtoll.m4.
19471         Moved the strtoimax prerequisites to strtoimax.m4.
19472
19473         Module xstrtoumax.
19474         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
19475         jm_AC_PREREQ_XSTRTOUMAX.
19476         Moved the strtoul prerequisites to strtoul.m4.
19477         Moved the strtoull prerequisites to strtoull.m4.
19478         Moved the strtoumax prerequisites to strtoumax.m4.
19479
19480         Module chown.
19481         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
19482         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
19483
19484         Module dup2.
19485         * m4/dup2.m4: New file.
19486
19487         Module ftruncate.
19488         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
19489         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
19490
19491         Module getgroups.
19492         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
19493         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
19494
19495         Module gettimeofday.
19496         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
19497         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
19498         gl_PREREQ_GETTIMEOFDAY.
19499
19500         Module mkdir.
19501         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
19502         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
19503
19504         Module mkstemp.
19505         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
19506         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
19507         jm_AC_TYPE_UINTMAX_T.
19508         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
19509
19510         Module stat.
19511         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
19512         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
19513
19514         Module lstat.
19515         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
19516         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
19517
19518         Module timespec.
19519         * m4/timespec.m4 (gl_TIMESPEC): New macro.
19520         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
19521         * m4/st_mtim.m4: Indentation.
19522
19523         Module nanosleep.
19524         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
19525         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
19526         gl_PREREQ_NANOSLEEP.
19527
19528         Module regex.
19529         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
19530         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
19531         (gl_REGEX): New macro.
19532
19533         Module rename.
19534         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
19535         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
19536
19537         Module rmdir.
19538         * m4/rmdir.m4: New file.
19539
19540         Module utime.
19541         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
19542         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
19543         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
19544
19545         Module dirname.
19546         * m4/dirname.m4: New file.
19547
19548         Module getopt.
19549         * m4/getopt.m4: New file.
19550
19551         Module unistd-safer.
19552         * m4/unistd-safer.m4: New file.
19553
19554         Module fnmatch.
19555         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
19556         declaration.
19557         (gl_PREREQ_FNMATCH_EXTRA): New macro.
19558         (gl_FUNC_FNMATCH_POSIX): New macro.
19559         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
19560         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
19561         simply fnmatch.
19562
19563         Module exclude.
19564         * m4/exclude.m4: New file.
19565
19566         Module human.
19567         * m4/human.m4: New file.
19568
19569         Module acl.
19570         * m4/acl.m4: Nop.
19571
19572         Module backupfile.
19573         * m4/backupfile.m4: New file.
19574         * m4/d-ino.m4: Indentation.
19575
19576         Module fsusage.
19577         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
19578         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
19579         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
19580
19581         Module dirfd.
19582         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
19583         requirements.
19584
19585         Module euidaccess.
19586         * m4/euidaccess.m4: New file.
19587
19588         Module file-type.
19589         * m4/file-type.m4: New file.
19590
19591         Module fileblocks.
19592         * m4/fileblocks.m4: New file.
19593
19594         Module filemode.
19595         * m4/filemode.m4: New file.
19596
19597         Module isdir.
19598         * m4/isdir.m4: New file.
19599
19600         Module lchown.
19601         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
19602         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
19603
19604         Module makepath.
19605         * m4/makepath.m4: New file.
19606
19607         Module modechange.
19608         * m4/modechange.m4: New file.
19609
19610         Module mountlist.
19611         * m4/mountlist.m4: New file.
19612         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
19613         Indentation.
19614
19615         Module path-concat.
19616         * m4/path-concat.m4: New file.
19617
19618         Module pathmax.
19619         * m4/pathmax.m4: New file.
19620
19621         Module same.
19622         * m4/same.m4: New file.
19623
19624         Module save-cwd.
19625         * m4/save-cwd.m4: New file.
19626
19627         Module savedir.
19628         * m4/savedir.m4: New file.
19629
19630         Module xgetcwd.
19631         * m4/xgetcwd.m4: New file.
19632         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
19633
19634         Module xreadlink.
19635         * m4/xreadlink.m4: New file.
19636
19637         Module safe-read.
19638         * m4/safe-read.m4: New file.
19639
19640         Module safe-write.
19641         * m4/safe-write.m4: New file.
19642
19643         Module closeout.
19644         * m4/closeout.m4: New file.
19645
19646         Module stdio-safer.
19647         * m4/stdio-safer.m4: New file.
19648
19649         Module getpass.
19650         * m4/getpass.m4: New file.
19651
19652         Module getugroups.
19653         * m4/getugroups.m4: New file.
19654
19655         Module group-member.
19656         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
19657         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
19658
19659         Module idcache.
19660         * m4/idcache.m4: New file.
19661
19662         Module userspec.
19663         * m4/userspec.m4: New file.
19664
19665         Module gettime.
19666         * m4/clock_time.m4: New file.
19667         * m4/gettime.m4: New file.
19668
19669         Module settime.
19670         * m4/settime.m4: New file.
19671
19672         Module posixtm.
19673         * m4/posixtm.m4: New file.
19674
19675         Module gethostname.
19676         * m4/gethostname.m4: New file.
19677
19678         Module canon-host.
19679         * m4/canon-host.m4: New file.
19680
19681         Module gettext.
19682         * m4/codeset.m4: New file, from gettext-0.11.5.
19683         * m4/gettext.m4: New file, from gettext-0.11.5.
19684         * m4/glibc21.m4: New file, from gettext-0.11.5.
19685         * m4/iconv.m4: New file, from gettext-0.11.5.
19686         * m4/intdiv0.m4: New file, from gettext-0.11.5.
19687         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
19688         * m4/inttypes.m4: New file, from gettext-0.11.5.
19689         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
19690         * m4/isc-posix.m4: New file, from gettext-0.11.5.
19691         * m4/lcmessage.m4: New file, from gettext-0.11.5.
19692         * m4/lib-ld.m4: New file, from gettext-0.11.5.
19693         * m4/lib-link.m4: New file, from gettext-0.11.5.
19694         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
19695         * m4/progtest.m4: New file, from gettext-0.11.5.
19696         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
19697         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
19698         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
19699
19700         Module localcharset.
19701         * m4/localcharset.m4: New file.
19702
19703         Module hard-locale.
19704         * m4/hard-locale.m4: New file.
19705
19706         Module mbswidth.
19707         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
19708         onceonly macros.
19709         * m4/mbrtowc.m4: Add comment.
19710
19711         Module memcasecmp.
19712         * m4/memcasecmp.m4: New file.
19713
19714         Module memcoll.
19715         * m4/memcoll.m4: New file.
19716
19717         Module unicodeio.
19718         * m4/unicodeio.m4: New file.
19719
19720         Module rpmatch.
19721         * m4/rpmatch.m4: New file.
19722
19723         Module yesno.
19724         * m4/yesno.m4: New file.
19725
19726         Module exitfail.
19727         * m4/exitfail.m4: New file.
19728
19729         Module c-stack.
19730         * m4/c-stack.m4 (gl_C_STACK): New macro.
19731         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
19732
19733         Module error.
19734         * m4/error.m4 (gl_ERROR): New macro.
19735         (jm_PREREQ_ERROR): Use onceonly macros.
19736
19737         Module fatal.
19738         * m4/fatal.m4: New file.
19739
19740         Module getloadavg.
19741         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
19742         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
19743
19744         Module getpagesize.
19745         * m4/getpagesize.m4: New file.
19746
19747         Module getusershell.
19748         * m4/getusershell.m4: New file.
19749
19750         Module physmem.
19751         * m4/physmem.m4: New file.
19752
19753         Module posixver.
19754         * m4/posixver.m4: New file.
19755
19756         Module quotearg.
19757         * m4/quotearg.m4: New file.
19758
19759         Module quote.
19760         * m4/quote.m4: New file.
19761
19762         Module readutmp.
19763         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
19764
19765         Module sig2str.
19766         * m4/sig2str.m4: New file.
19767
19768         Other.
19769         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
19770         ulonglong.m4.
19771         * m4/intmax_t.m4: New file.
19772         * m4/d-type.m4: Indentation.
19773         * m4/jm-macros.m4: Update.
19774         * m4/prereq.m4 (jm_PREREQ): Update.
19775         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
19776         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
19777         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
19778         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
19779         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
19780         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
19781         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
19782         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
19783         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
19784         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
19785         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
19786         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
19787         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
19788         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
19789         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
19790         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
19791         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
19792         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
19793         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
19794
19795 2002-12-24  Bruno Haible  <bruno@clisp.org>
19796
19797         * MODULES.txt: Update according to m4/ changes.
19798
19799         Module gettext.
19800         * config.rpath: New file, from gettext-0.11.5.
19801
19802         * modules/*: New module descriptions.
19803         * gnulib-tool: New file.
19804         * MODULES.html.sh: New file.
19805
19806 2002-12-21  Karl Berry  <karl@gnu.org>
19807
19808         * doc/fdl.texi: update to version 1.2.
19809
19810 2002-12-19  Karl Berry  <karl@gnu.org>
19811
19812         * config/config.guess: update from prep.
19813
19814 2002-12-18  Bruno Haible  <bruno@clisp.org>
19815
19816         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
19817         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
19818
19819 2002-12-17  Bruno Haible  <bruno@clisp.org>
19820
19821         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
19822         stdlib.h, string.h.
19823
19824 2002-12-17  Bruno Haible  <bruno@clisp.org>
19825
19826         * lib/canon-host.c (strdup): Remove unused declaration.
19827
19828         * lib/fsusage.c: Include full_read.h.
19829         (get_fs_usage): Use full_read instead of safe_read.
19830
19831         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
19832
19833 2002-12-12  Karl Berry  <karl@gnu.org>
19834
19835         * config/config.guess: update from prep.
19836
19837 2002-12-11  Bruno Haible  <bruno@clisp.org>
19838
19839         * m4/setenv.m4: New file, from gettext-0.11.5.
19840
19841 2002-12-11  Bruno Haible  <bruno@clisp.org>
19842
19843         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
19844         not unsetenv().
19845         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
19846         modifications:
19847
19848         2002-12-11  Bruno Haible  <bruno@clisp.org>
19849
19850                 * setenv.c (alloca): Fall back to malloc.
19851                 (freea): New macro.
19852                 (setenv): Use freea() to free memory allocated with alloca().
19853
19854         2002-11-13  Bruno Haible  <bruno@clisp.org>
19855
19856                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
19857                 function declarations.
19858                 * unsetenv.c (unsetenv): Likewise.
19859
19860         2002-03-04  Bruno Haible  <bruno@clisp.org>
19861
19862                 Portability to AIX 4.3.3.
19863                 * unsetenv.c: New file, extracted from setenv.c.
19864                 * setenv.c: Move the unsetenv() function to unsetenv.c.
19865
19866         2001-12-20  Bruno Haible  <bruno@clisp.org>
19867
19868                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
19869                 use malloc instead. For SunOS 4.
19870
19871         2001-12-11  Bruno Haible  <bruno@clisp.org>
19872
19873                 * setenv.c: Declare alloca.
19874                 (compar_fn_t): New typedef.
19875                 (KNOWN_VALUE, STORE_VALUE): Use it.
19876
19877         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
19878         setenv.h.
19879
19880 2002-12-10  Paul Eggert  <eggert@twinsun.com>
19881
19882         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
19883         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
19884         Choose values that are less likely to collide with system fnmatch
19885         options.
19886         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
19887         defined (e.g., a pure POSIX system).
19888         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
19889         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
19890
19891 2002-12-06  Paul Eggert  <eggert@twinsun.com>
19892
19893         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
19894         a pain in practice to deal with generated m4 files.  This change
19895         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
19896
19897         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
19898         and jm-glibc-io.m4, as they are no longer a special case.
19899         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
19900         kludge and the auto-generation stuff.  Check only whether the
19901         functions are declared, not whether they exist, since older hosts
19902         that don't declare the functions can't use the optimization anyway.
19903
19904 2002-12-06  Jim Meyering  <jim@meyering.net>
19905
19906         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
19907
19908         Merge in changes from libc's misc/error.c, in preparation
19909         for the merge of gnulib's changes back into libc.
19910
19911         * lib/error.c (_): Define only if not already defined.
19912         Move definition to follow all #include directives.
19913         Include unlocked-io.h only if !_LIBC.
19914         [_LIBC]: Include <libio/libioP.h>.
19915         [USE_IN_LIBIO]: Include <libio/iolibio.h>
19916         (fflush): Tweak definition to use INTUSE.
19917         (putc): Define.
19918
19919 2002-12-05  Paul Eggert  <eggert@twinsun.com>
19920
19921         * lib/alloca.c [defined emacs]: Include "lisp.h".
19922         (xalloc_die) [defined emacs]: New macro.
19923         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
19924         [! defined emacs]: Include <xalloc.h>.
19925         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
19926         (pointer): Typedef to POINTER_TYPE *.
19927         (malloc): Remove decl; we now always use xmalloc.
19928         (alloca): Use old-style definition, since Emacs needs this.
19929         Check for arithmetic overflow when computing combined size.
19930
19931 2002-12-04  Paul Eggert  <eggert@twinsun.com>
19932
19933         Do not generate unlocked-io.h automatically, since it's easier to
19934         maintain it by hand.
19935
19936         * lib/unlocked-io.h: New file, from GNU diffutils,
19937         but with proper copyright notice and attribution.
19938         * lib/gen-uio: Remove.
19939         * lib/Makefile.am: Add copyright notice.
19940         (libfetish_a_SOURCES): Add unlocked-io.h.
19941         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
19942         (DISTCLEANFILES, io_functions): Remove macros.
19943         (EXTRA_DIST): Remove gen_uio.
19944         (unlocked-io.h): Remove rule.
19945
19946 2002-12-04  Jim Meyering  <jim@meyering.net>
19947
19948         Reflect the fact that stat.c and lstat.c are no longer generated.
19949         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
19950         (DISTCLEANFILES): Likewise.
19951         (EXTRA_DIST): Likewise.
19952         (all_local): Don't depend on stat.c or lstat.c.
19953         (stat.c, lstat.c): Remove rules.
19954         (EXTRA_DIST): Remove xstat.in.
19955
19956         * lib/xstat.in: Remove file.  Contents moved into stat.c.
19957         * lib/stat.c: New file.  Contents mostly from xstat.in.
19958         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
19959         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
19960
19961         * lib/safe-read.c: Rework so that it may serve to define safe_write,
19962         too.
19963         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
19964
19965 2002-12-03  Jim Meyering  <jim@meyering.net>
19966
19967         * lib/safe-read.c, safe-write.c: Change variable names and comments,
19968         but not semantics, to minimize the differences between these two files.
19969         (safe_read): Change comment to mention SAFE_READ_ERROR.
19970
19971         * lib/safe-read.c (IS_EINTR): Define.
19972         (safe_read): Use IS_EINTR in place of in-function cpp directives.
19973
19974 2002-12-02  Jim Meyering  <jim@meyering.net>
19975
19976         * lib/safe-read.c (EINTR): Define.
19977         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
19978         (INT_MAX): Provide fallback.
19979         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
19980
19981         * lib/safe-read.h (SAFE_READ_ERROR): Define.
19982
19983 2002-12-02  Bruno Haible  <bruno@clisp.org>
19984
19985         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
19986         Define, taken from safe-read.c.
19987         (INT_MAX): Provide fallback.
19988         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
19989         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
19990
19991         * lib/safe-read.c (EINTR): Remove definition.
19992         (safe_read): Don't use EINTR if it is absent.
19993
19994 2002-12-01  Jim Meyering  <jim@meyering.net>
19995
19996         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
19997         zero.
19998         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
19999
20000 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20001
20002         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20003         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20004         with `if (! (value < limit)) abort ();', for readability.
20005
20006 2002-11-26  Karl Berry  <karl@gnu.org>
20007
20008         * lib/strdup.c: copy from libc again, with jim's ok.
20009         * lib/.cppi-disable: re-add strdup.c
20010
20011 2002-11-25  Karl Berry  <karl@gnu.org>
20012
20013         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20014         instead of "strtol.c".
20015
20016 2002-11-25  Karl Berry  <karl@gnu.org>
20017
20018         * config/install-sh: update from automake for variable quoting, $0 in
20019         error msgs, etc.
20020
20021         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20022         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20023         entry.
20024
20025 2002-11-25  Jim Meyering  <jim@meyering.net>
20026
20027         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20028
20029 2002-11-24  Karl Berry  <karl@gnu.org>
20030
20031         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20032         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20033
20034 2002-11-24  Jim Meyering  <jim@meyering.net>
20035
20036         Update from coreutils:
20037
20038         * lib/mktime.c: Merge in changes from libc.
20039
20040         Avoid a link-time failure on some Linux systems.
20041         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20042         (otherwise).
20043         (__mon_yday): Declare with the STATIC attribute.
20044         (__mktime_internal): Likewise.
20045         Based on a report from Greg Schafer.
20046
20047 2002-11-23  Jim Meyering  <jim@meyering.net>
20048
20049         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20050         Use `unsigned', not `int', as type of index.
20051
20052         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20053
20054         * lib/fsusage.c: Remove unneeded parentheses around operands of
20055         `defined'.
20056
20057 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20058
20059         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20060         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20061         so that we can be included first.
20062         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20063         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20064         No need to include stddef.h or sys/types.h any more.
20065         Surround local include files with "", not "<>".
20066         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20067         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20068         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20069         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20070         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20071         (ISPRINT): Remove; no longer needed now that we assume C89.
20072
20073         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20074         Preserve errno.
20075
20076         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20077         quotearg_char): Use SIZE_MAX rather than
20078         (size_t) -1 when we are talking about "infinity".
20079
20080         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20081
20082 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20083
20084         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20085         hint that one should use `if (! x) abort ();' rather than `assert
20086         (x);', and anyway it's one less thing to worry about configuring.
20087         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
20088         hash_rehash, hash_insert): Use abort rather than assert.
20089
20090 2002-11-22  Bruno Haible  <bruno@clisp.org>
20091
20092         * lib/safe-read.h: Assume C89. Add comments.
20093         (safe_read): Change return type to size_t.
20094         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
20095         byte counts > SSIZE_MAX correctly.
20096         * lib/safe-write.h: New file.
20097         * lib/safe-write.c: New file.
20098         * lib/full-read.h: New file.
20099         * lib/full-read.c: New file.
20100         * lib/full-write.h: Assume C89. Add comments.
20101         * lib/full-write.c: Include safe-write.h.
20102         (full_write): Rewritten to use safe_write.
20103         Suggested by Jim Meyering and Paul Eggert.
20104
20105 2002-11-21  Jim Meyering  <jim@meyering.net>
20106
20107         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
20108
20109         Merge in changes from the coreutils.
20110
20111         2002-09-25  Paul Eggert  <eggert@twinsun.com>
20112         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
20113         <stdint.h>.
20114         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
20115         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
20116         int.  Work more efficiently if X is the same width as uintmax_t.
20117         Do not compare X to -1, to avoid bogus compiler warning.
20118         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
20119         Don't assume that f_frsize and f_bsize are the same type.
20120
20121         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
20122         warning on FreeBSD.
20123
20124         * lib/makepath.c (make_path): Restore umask *before* creating the final
20125         component.
20126         (make_path): Minor reformatting.
20127
20128         * lib/xmalloc.c: Adjust to work with new autoconf macros,
20129         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
20130         HAVE_MALLOC/HAVE_REALLOC.
20131
20132         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
20133         dummy ones.  At least on GNU/Linux systems, `auto' means something
20134         else.
20135         From Michael Stone.
20136
20137 2002-11-21  Bruno Haible  <bruno@clisp.org>
20138
20139         Remove case insensitive option matching.
20140         * lib/argmatch.h (argcasematch): Remove declaration.
20141         (ARGCASEMATCH): Remove macro.
20142         (__xargmatch_internal): Remove case_sensitive argument.
20143         (XARGMATCH): Update.
20144         (XARGCASEMATCH): Remove macro.
20145         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
20146         case_sensitive argument.
20147         (argcasematch): Remove function.
20148         (__xargmatch_internal): Remove case_sensitive argument.
20149         (main): Use XARGMATCH instead of XARGCASEMATCH.
20150
20151         * lib/xmalloc.c: Change compile-time error message. Add comment about
20152         required autoconf version.
20153
20154 2002-11-20  Paul Eggert  <eggert@twinsun.com>
20155
20156         Merge argmatch cleanups from Bison.  Assume C89.
20157
20158         * lib/argmatch.c: Include config.h here, not in argmatch.h.
20159         Include stdlib.h, for EXIT_FAILURE.
20160         Always include <string.h>, since we assume C89.
20161         (EXIT_FAILURE): Remove pre-C89 bug workaround.
20162         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
20163         Include <stddef.h> instead, since it's all we need for size_t.
20164         (PARAMS): Remove.  All uses removed.
20165         (ARRAY_CARDINALITY): Do not bother to #undef.
20166         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
20167         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20168         Remove unnecessary parentheses.
20169         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
20170         Insert necessary parentheses.
20171         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
20172         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
20173
20174 2002-11-19  Bruno Haible  <bruno@clisp.org>
20175
20176         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
20177         * lib/mbswidth.h: Include <stddef.h>, for size_t.
20178
20179         * lib/mbswidth.h (PARAMS): Remove macro.
20180         (mbswidth, mbsnwidth): Use ANSI C function declarations.
20181         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
20182
20183         * lib/gcd.h (PARAMS): Remove macro.
20184         (gcd): Use ANSI C function declarations.
20185         * lib/gcd.c (gcd): Likewise.
20186
20187 2002-11-15  Bruno Haible  <bruno@clisp.org>
20188
20189         * lib/strcspn.c: Include <stddef.h>.
20190         (strcspn): Use ANSI C function declaration. Change return type to
20191         size_t. Use NULL.
20192         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
20193         (strpbrk): Use NULL.
20194         * lib/strpbrk.h (PARAMS): Remove macro.
20195         (strpbrk): Use ANSI C function declaration.
20196         * lib/strstr.c: Don't include <sys/types.h>.
20197         * lib/strstr.h (PARAMS): Remove macro.
20198         (strstr): Use ANSI C function declarations.
20199
20200 2002-11-14  Karl Berry  <karl@gnu.org>
20201
20202         * config/mkinstalldirs: `do' on separate line, instead of
20203         `for var; do'.
20204
20205 2002-11-06  Bruno Haible  <bruno@clisp.org>
20206
20207         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
20208         * lib/gcd.c (gcd): Likewise.
20209
20210 2002-11-05  Bruno Haible  <bruno@clisp.org>
20211
20212         * lib/gcd.h: New file, from gettext-0.11.5.
20213         * lib/gcd.c: New file, from gettext-0.11.5.
20214
20215 2002-11-05  Bruno Haible  <bruno@clisp.org>
20216
20217         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20218         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20219         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20220         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
20221
20222         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
20223         <libintl.h>.
20224         * lib/makepath.c: Include gettext.h instead of <locale.h> and
20225         <libintl.h>.
20226
20227         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
20228         * lib/human.c: Include gettext.h instead of <libintl.h>.
20229         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
20230         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
20231         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
20232         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
20233         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
20234         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
20235         (textdomain): Remove definition.
20236         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
20237
20238         * lib/long-options.c: Remove include of <libintl.h> and definition of
20239         _.
20240         * lib/same.c: Remove include of <libintl.h> and definition of _.
20241
20242 2002-11-04  Owen Taylor  <otaylor@redhat.com>
20243
20244         * lib/config.charset: A few additions for Solaris.
20245
20246 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20247
20248         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
20249         * lib/localcharset.c (locale_charset): Declare as extern "C".
20250
20251 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
20252
20253         * lib/config.charset: msdos in uk_UA uses CP1125.
20254
20255 2002-11-04  Bruno Haible  <bruno@clisp.org>
20256
20257         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
20258         * lib/strcase.h: New file, from GNU gettext-0.11.5.
20259         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
20260         * lib/strstr.h: New file, from GNU gettext-0.11.5.
20261         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
20262
20263 2002-11-04  Bruno Haible  <bruno@clisp.org>
20264
20265         * lib/localcharset.c (locale_charset): Don't return an empty string.
20266
20267 2002-11-04  Bruno Haible  <bruno@clisp.org>
20268
20269         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
20270         aliases.
20271
20272 2002-11-04  Bruno Haible  <bruno@clisp.org>
20273
20274         * lib/config.charset: Update for newest glibc. Add canonical names
20275         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
20276
20277 2002-11-04  Bruno Haible  <bruno@clisp.org>
20278
20279         * lib/config.charset: Add support for NetBSD.
20280
20281 2002-11-04  Bruno Haible  <bruno@clisp.org>
20282
20283         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
20284
20285 2002-11-01  Bruno Haible  <bruno@clisp.org>
20286
20287         * configure.in: Add AC_CONFIG_AUX_DIR call.
20288         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
20289         test/Makefile.
20290         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
20291
20292 2002-09-28  Karl Berry  <karl@gnu.org>
20293
20294         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
20295         installed automake until the next release, since changes have been
20296         made.
20297
20298 2002-09-25  Karl Berry  <karl@gnu.org>
20299
20300         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
20301         * lib/getopt*: copy from libc/posix.
20302         * lib/gettext.h: copy from gettext.
20303         * lib/.cppi-disable: add strdup.c, gettext.h.
20304
20305 2002-09-25  Karl Berry  <karl@gnu.org>
20306
20307         * config/srclist.txt: enable gettext.h check.
20308         * config/config.{guess,sub}: update from prep.
20309         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
20310                 from automake 1.6.3.
20311         See srclist*.
20312
20313 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
20314
20315         * regex.c (PATFETCH): Remove the translating fetch.
20316         (PATFETCH_RAW): Rename to PATFETCH.
20317         (set_image_of_range): New fun.
20318         (SET_RANGE_TABLE_WORK_AREA): Use it.
20319         (regex_compile): Don't translate the pattern chars so eagerly.
20320         Only do it when inserting an `exactn' bytecode or when handling
20321         a char-range.
20322         (mutually_exclusive_p): Avoid empty statement.
20323
20324 2002-07-06  Jim Meyering  <meyering@lucent.com>
20325
20326         * m4/README: Don't mention Makefile.am.in.
20327         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
20328
20329 2002-07-01  Jim Meyering  <meyering@lucent.com>
20330
20331         * lib/c-stack.c: Include sys/time.h.
20332         From Volker Borchert.
20333
20334 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20335
20336         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
20337
20338 2002-06-26  Paul Eggert  <eggert@twinsun.com>
20339
20340         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
20341         New macro.  Use it uniformly instead of
20342         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
20343         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
20344         reported by Vin Shelton.
20345
20346 2002-06-22  Paul Eggert  <eggert@twinsun.com>
20347
20348         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
20349         Do not assume SA_SIGINFO behavior.
20350         Bug reported by Jim Meyering on NetBSD 1.5.2.
20351
20352 2002-06-22  Jim Meyering  <meyering@lucent.com>
20353
20354         * m4/c-stack.m4: New file, from diffutils-2.8.2.
20355         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
20356
20357         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
20358         now that configure.ac uses AC_GNU_SOURCE.
20359         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
20360         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
20361
20362         Update to latest tools.  Suggestions from Paul Eggert.
20363         * m4/stdbool.m4: New file, from diffutils-2.8.2.
20364         * m4/gnu-source.m4: Update from diffutils-2.8.2.
20365         * m4/fnmatch.m4: Likewise.
20366         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
20367         to AC_HEADER_STDBOOL
20368
20369 2002-06-22  Jim Meyering  <meyering@lucent.com>
20370
20371         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
20372         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
20373
20374 2002-06-22  Jim Meyering  <meyering@lucent.com>
20375
20376         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
20377
20378         * lib/exitfail.c, exitfail.h: Likewise.
20379         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
20380
20381         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
20382         of fnmatch.h.
20383         (EXTRA_DIST): Add fnmatch_loop.c.
20384         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
20385
20386         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
20387         * lib/fnmatch.c: Update from diffutils-2.8.2.
20388         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
20389         * lib/fnmatch.h: Remove file.
20390
20391 2002-06-21  Jim Meyering  <meyering@lucent.com>
20392
20393         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
20394         * m4/mbrtowc.m4: Likewise.
20395
20396         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
20397         * m4/mbswidth.m4: Reflect name change:
20398         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
20399         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
20400
20401         * m4/lib-link.m4: Update from gettext-0.11.2.
20402         * m4/gettext.m4: Likewise.
20403
20404         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
20405         From Alfred M. Szmidt.
20406
20407 2002-06-18  Paul Eggert  <eggert@twinsun.com>
20408
20409         * lib/file-type.h: Report an error if neither S_ISREG nor
20410         S_IFREG is defined, instead of using a test specific to glibc
20411         2.2.  This should be safe, since POSIX requires S_ISREG and
20412         Unix Version 7 had S_IFREG.  We don't need to check for
20413         <sys/types.h> since we don't use any symbols that it defines.
20414
20415 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
20416
20417         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
20418         $@-t, so that each temporary file name is unique and valid in the first
20419         8 characters, for operation under DOS.
20420
20421 2002-06-15  Paul Eggert  <eggert@twinsun.com>
20422
20423         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
20424
20425 2002-06-15  Jim Meyering  <meyering@lucent.com>
20426
20427         Work even with DJGPP 2.03, which lacks support for symlinks.
20428         From Richard Dawe.
20429         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
20430         is defined.
20431         * lib/lchown.c (S_ISLNK): Likewise.
20432
20433 2002-06-15  Jim Meyering  <meyering@lucent.com>
20434
20435         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
20436         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
20437         have been included before this file.
20438
20439 2002-06-14  Jim Meyering  <meyering@lucent.com>
20440
20441         * lib/file-type.h: Use the version from diffutils-2.8.2.
20442         * lib/file-type.c: Likewise.
20443
20444 2002-06-07  Jim Meyering  <meyering@lucent.com>
20445
20446         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
20447         They're needed at least for NetBSD 1.5.2.
20448         ($statxfs_includes): Include those same headers.
20449         ($statxfs_includes): Include sys/vfs.h if available.
20450         ($statxfs_includes): Likewise for sys/statvfs.h.
20451         Check for the following members in both structs statfs and statvfs:
20452         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
20453
20454 2002-06-01  Jim Meyering  <meyering@lucent.com>
20455
20456         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
20457         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
20458
20459 2002-05-28  Jim Meyering  <meyering@lucent.com>
20460
20461         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
20462         Reported by Volker Borchert.
20463
20464 2002-05-27  Jim Meyering  <meyering@lucent.com>
20465
20466         Fix a problem seen only on nonconforming systems whereby ls.c's
20467         use of localtime, and then of gettimeofday would cause trouble:
20468         the localtime call used to initialize rpl_gettimeofday's save
20469         mechanism would clobber ls's current local time information so
20470         that in any long listing the first file would always be listed
20471         with date 1970-01-01.  Analysis by Volker Borchert.
20472
20473         * lib/gettimeofday.c (localtime): Undefine.
20474         (rpl_localtime): New function.
20475
20476 2002-05-27  Jim Meyering  <meyering@lucent.com>
20477
20478         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
20479         localtime.
20480
20481         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
20482         use the replacement function; it wouldn't resolve at link time.
20483         Reported by Volker Borchert.
20484
20485 2002-05-22  Jim Meyering  <meyering@lucent.com>
20486
20487         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
20488         file-type.h.
20489         * lib/file-type.h: New file.
20490         * lib/file-type.c (file_type): New file/function.  Extracted from
20491         diffutils.
20492
20493 2002-04-30  Jim Meyering  <meyering@lucent.com>
20494
20495         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
20496
20497 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20498
20499         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
20500
20501 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20502
20503         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
20504         Do not check for alloca.h (no longer used) or stdbool.h (was never
20505         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
20506
20507 2002-04-29  Paul Eggert  <eggert@twinsun.com>
20508
20509         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
20510
20511 2002-04-29  Jim Meyering  <meyering@lucent.com>
20512
20513         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
20514         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
20515         Use AC_FUNC_STRNLEN here instead.
20516
20517         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
20518         With autoconf-2.53a, it's part of AC_PROG_CC.
20519
20520 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20521
20522         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
20523         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
20524
20525 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20526
20527         * lib/sig2str.h, lib/sig2str.c: New files.
20528         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
20529
20530 2002-04-28  Paul Eggert  <eggert@twinsun.com>
20531
20532         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
20533         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
20534         of 127, since 64 is the largest conceivable number for ancient
20535         nonstandard hosts.
20536         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
20537
20538 2002-04-28  Jim Meyering  <meyering@lucent.com>
20539
20540         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
20541
20542 2002-04-24  Jim Meyering  <meyering@lucent.com>
20543
20544         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
20545         (jm_PREREQ): Use it.
20546
20547         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
20548         mach/mach.h fcntl.h.
20549         Check for this function: setlocale.
20550
20551 2002-04-24  Jim Meyering  <meyering@lucent.com>
20552
20553         * lib/gettext.h: New file, from Gettext.
20554         * lib/Makefile.am (INCLUDES): Remove -I../intl.
20555         (libfetish_a_SOURCES): Add gettext.h.
20556
20557 2002-04-16  Jim Meyering  <meyering@lucent.com>
20558
20559         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
20560         ut_pid, ut_id, ut_exit.
20561
20562 2002-04-16  Jim Meyering  <meyering@lucent.com>
20563
20564         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
20565         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
20566         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
20567
20568 2002-04-12  Jim Meyering  <meyering@lucent.com>
20569
20570         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
20571         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
20572         existence of the getmntinfo function.  Needed for Darwin 5.3.
20573
20574         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
20575         This is necessary at least on Darwin 5.3.
20576
20577         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
20578         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
20579         strnlen.o in the library, and that makes some versions of ranlib
20580         object.
20581
20582 2002-04-12  Jim Meyering  <meyering@lucent.com>
20583
20584         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
20585
20586 2002-04-09  Jim Meyering  <meyering@lucent.com>
20587
20588         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
20589         to be more precise.  Rather than saying we're checking whether the
20590         function `works', say what we're testing.
20591         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
20592         Reported by Bruno Haible.
20593
20594 2002-03-10  Jim Meyering  <meyering@lucent.com>
20595
20596         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
20597         Suggestion from Santiago Vila.
20598
20599 2002-03-08  Jim Meyering  <meyering@lucent.com>
20600
20601         * lib/rename.c: Mention that this wrapper is needed also on
20602         mips-dec-ultrix4.4 systems.
20603
20604 2002-03-02  Jim Meyering  <meyering@lucent.com>
20605
20606         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
20607         not HAVE_CLOCK_SETTIME.
20608
20609 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20610
20611         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
20612         Check for clock_settime.
20613
20614 2002-02-27  Paul Eggert  <eggert@twinsun.com>
20615
20616         * lib/nanosleep.h: Rename to....
20617         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
20618
20619         * lib/gettime.c: New file.
20620         * lib/settime.c: New file.
20621         * lib/stime.c: Remove.
20622
20623         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
20624         timespec.h.  Remove nanosleep.h.
20625
20626 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20627
20628         * m4/acl.m4: New file.
20629         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
20630         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
20631
20632 2002-02-25  Paul Eggert  <eggert@twinsun.com>
20633
20634         * lib/acl.c, lib/acl.h: New files.
20635         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
20636
20637 2002-02-24  Jim Meyering  <meyering@lucent.com>
20638
20639         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
20640         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
20641         cause trouble.  Reported by Nelson Beebe.
20642
20643 2002-02-23  Paul Eggert  <eggert@twinsun.com>
20644
20645         * lib/path-concat.c (xpath_concat): Reorder code to pacify
20646         compilers that don't know that xalloc_die never returns.
20647
20648 2002-02-20  Jim Meyering  <meyering@lucent.com>
20649
20650         * lib/getdate.c: Regenerate using bison-1.33.
20651
20652 2002-02-17  Jim Meyering  <meyering@lucent.com>
20653
20654         * config/config.guess (main): Don't use `head -1'; it's no longer
20655         portable. Use `sed 1q' instead.
20656
20657 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
20658
20659         * m4/codeset.m4: Upgrade to gettext-0.11.
20660         * m4/gettext.m4: Upgrade to gettext-0.11.
20661         * m4/glibc21.m4: Upgrade to gettext-0.11.
20662         * m4/iconv.m4: Upgrade to gettext-0.11.
20663         * m4/isc-posix.m4: Upgrade to gettext-0.11.
20664         * m4/lcmessage.m4: Upgrade to gettext-0.11.
20665         * m4/lib-ld.m4: New file, from gettext-0.11.
20666         * m4/lib-link.m4: New file, from gettext-0.11.
20667         * m4/lib-prefix.m4: New file, from gettext-0.11.
20668         * m4/progtest.m4: Upgrade to gettext-0.11.
20669
20670 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20671
20672         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
20673         (jm_PREREQ): Use it.
20674
20675 2002-02-15  Paul Eggert  <eggert@twinsun.com>
20676
20677         * lib/posixver.c, lib/posixver.h: New files.
20678         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20679
20680 2002-02-02  Paul Eggert  <eggert@twinsun.com>
20681             Bruno Haible  <bruno@clisp.org>
20682
20683         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
20684         (fwrite_success_callback): New declaration.
20685         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
20686         print_unicode_char. Call failure callback instead of error.
20687         (fwrite_success_callback): New function.
20688         (exit_failure_callback): New function.
20689         (fallback_failure_callback): New function.
20690         (print_unicode_char): Call unicode_to_mb.
20691
20692 2002-01-26  Jim Meyering  <meyering@lucent.com>
20693
20694         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
20695         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
20696
20697 2002-01-26  Jim Meyering  <meyering@lucent.com>
20698
20699         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
20700
20701 2002-01-22  Paul Eggert  <eggert@twinsun.com>
20702
20703         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
20704
20705 2002-01-22  Jim Meyering  <meyering@lucent.com>
20706
20707         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
20708         Otherwise, some versions of automake would omit the rule that makes
20709         Makefile from Makefile.in.
20710
20711 2002-01-21  Paul Eggert  <eggert@twinsun.com>
20712
20713         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
20714         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
20715         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
20716         (memcoll): Set errno to zero if there is no error.
20717
20718         * lib/quotearg.c (quotearg_buffer_restyled):
20719         Fix bug with quoting buffers containing NUL when backslashing escapes.
20720         This bug was exposed by the other changes in this patch.
20721         (quotearg_n_options): New arg ARGSIZE.
20722         All callers changed.
20723         (quoting_options_from_style): New function.
20724         (quotearg_n_style): Use it.
20725         (quotearg_n_style_mem): New function.
20726
20727         * lib/quotearg.h (quotearg_n_style_mem): New function.
20728
20729 2002-01-19  Jim Meyering  <meyering@lucent.com>
20730
20731         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
20732         Remove useless quotes: DF_PROG="df".
20733         * m4/strnlen.m4: New file.
20734
20735 2002-01-16  Paul Eggert  <eggert@twinsun.com>
20736
20737         * lib/backupfile.c (ISDIGIT): Comment fix.
20738         * lib/getdate.y (ISDIGIT): Likewise.
20739         * lib/posixtm.c (ISDIGIT, year): Likewise.
20740         * lib/strverscmp.c (ISDIGIT): Likewise.
20741         * lib/userspec.c (ISDIGIT): Likewise.
20742
20743 2002-01-16  Jim Meyering  <meyering@lucent.com>
20744
20745         * lib/getdate.y: Add three semicolons, each just before a closing
20746         brace. Bison (as of version 1.31) no longer papers over that mistake.
20747
20748 2002-01-05  Jim Meyering  <meyering@lucent.com>
20749
20750         * lib/version-etc.c (version_etc_copyright): Update copyright year.
20751
20752 2001-12-19  Paul Eggert  <eggert@twinsun.com>
20753
20754         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
20755         not silently exit merely because the output buffer happens to
20756         have nothing pending.
20757
20758 2001-12-18  Paul Eggert  <eggert@twinsun.com>
20759
20760         See the big note in ../ChangeLog.
20761         * lib/human.c (suffixes): Prefer K to k for 1024.
20762         (generate_suffix_backwards): New function.
20763         (human_readable_inexact): Use it.
20764         * lib/xstrtol.c (__xstrtol): If there is no number but there
20765         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
20766         Accept 'K' as well as 'k'.
20767
20768 2001-12-15  Jim Meyering  <meyering@lucent.com>
20769
20770         * lib/regex.h (__restrict_arr): Update from libc.
20771
20772         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
20773         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
20774         (STREQ): Define.
20775
20776 2001-12-14  Jim Meyering  <meyering@lucent.com>
20777
20778         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
20779         Suggestion from Bruno Haible.
20780
20781 2001-12-10  Jim Meyering  <meyering@lucent.com>
20782
20783         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
20784         xrealloc, Instead, include "xalloc.h".
20785         (initbuffer): Don't cast xmalloc return value to char*.
20786         (readline): Reword comment.
20787         Don't cast xrealloc return value to char*
20788         Return NULL, not 0.
20789
20790 2001-12-09  Jim Meyering  <meyering@lucent.com>
20791
20792         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
20793         about `signed and unsigned type in conditional expression'.
20794         * lib/posixtm.c (posix_time_parse): Likewise.
20795
20796         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
20797
20798         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
20799         to avoid a pedantic warning.
20800
20801         * lib/getstr.c: Don't include assert.h.
20802         (getstr): Remove warning-evoking assertions.
20803         Return -1 if offset parameter is out of bounds.
20804         Change the type of a local from int to size_t.
20805
20806         * lib/strftime.c (my_strftime_localtime_r): Include this function
20807         definition in the `#if ! HAVE_TM_GMTOFF' block.
20808
20809         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
20810         Include xalloc.h instead.
20811
20812 2001-12-02  Jim Meyering  <meyering@lucent.com>
20813
20814         * lib/tempname.c: Don't declare getenv, thus reverting the change of
20815         2001-11-18.  It's no longer necessary, now that stdlib.h is always
20816         included.
20817
20818         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
20819         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
20820
20821 2001-11-30  Akim Demaille  <akim@epita.fr>
20822
20823         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
20824         before being defined.
20825
20826 2001-11-27  Paul Eggert  <eggert@twinsun.com>
20827
20828         * lib/quotearg.h (quotearg_n, quotearg_n_style):
20829         First arg is int, not unsigned.
20830         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
20831         (SIZE_MAX, UINT_MAX): New macros.
20832         (quotearg_n_options): Abort if N is negative.
20833         Avoid overflow check on hosts where size_t is 64 bits and int
20834         is 32 bits, as overflow is impossible there.
20835         Fix off-by-one typo that caused unnecessary reallocation.
20836
20837 2001-11-27  Jim Meyering  <meyering@lucent.com>
20838
20839         * lib/tempname.c: Merge with version from libc.
20840         * lib/regex.c: Likewise.
20841
20842         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
20843         systems for which STDC_HEADERS is 0, it was not included, resulting in
20844         a warning about an integer-to-pointer conversion problem with getenv.
20845         Reported by Volker Borchert.
20846
20847 2001-11-26  Jim Meyering  <meyering@lucent.com>
20848
20849         * lib/gtod.h: Remove file.
20850         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
20851         * lib/gettimeofday.c: Don't include gtod.h.
20852         (GTOD_init): Remove function.
20853         (rpl_gettimeofday): Do its job here instead, rather than aborting.
20854         Suggestion from Volker Borchert.
20855
20856 2001-11-23  Jim Meyering  <meyering@lucent.com>
20857
20858         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
20859         it.
20860         * lib/hash.c (struct hash_table): Define it here instead.
20861
20862 2001-11-22  Jim Meyering  <meyering@lucent.com>
20863
20864         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
20865
20866 2001-11-20  Jim Meyering  <meyering@lucent.com>
20867
20868         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
20869         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
20870
20871 2001-11-19  Jim Meyering  <meyering@lucent.com>
20872
20873         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
20874         directory.  Use "conftestXXXXXX" as the template.
20875         Suggestion from Paul Eggert.
20876
20877         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
20878         immediately, so the test doesn't mistakenly hit the max-open-files
20879         limit.
20880
20881 2001-11-18  Paul Eggert  <eggert@twinsun.com>
20882
20883         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
20884         (TEMPORARIES): New macro.
20885         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
20886         removes an artificial limitation (e.g. HP-UX 10.20, where
20887         TMP_MAX is 17576).
20888
20889 2001-11-18  Jim Meyering  <meyering@lucent.com>
20890
20891         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
20892
20893 2001-11-18  Jim Meyering  <meyering@lucent.com>
20894
20895         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
20896         on SunOS 4.
20897
20898         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
20899         files will be created before anything else.
20900
20901 2001-11-17  Paul Eggert  <eggert@twinsun.com>
20902
20903         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
20904         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
20905
20906 2001-11-17  Jim Meyering  <meyering@lucent.com>
20907
20908         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
20909         Prompted by a report from Bob Proulx.
20910
20911         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
20912         Instead, require UTILS_FUNC_MKSTEMP.
20913
20914 2001-11-17  Jim Meyering  <meyering@lucent.com>
20915
20916         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
20917         Now, that's done as part of AC_FUNC_STRTOD.
20918
20919 2001-11-17  Jim Meyering  <meyering@lucent.com>
20920
20921         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
20922         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
20923         rather than group writable.  Patch by Juan F. Codagnone.
20924
20925         * lib/readtokens.c: Remove explicit declarations of xmalloc and
20926         xrealloc, Instead, include "xalloc.h".
20927
20928         * lib/mountlist.c: Include unlocked-io.h after all system headers.
20929         Remove explicit declarations of xmalloc, xrealloc,
20930         and xstrdup.  Instead, include "xalloc.h".
20931
20932         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
20933         unlocked-io.h.
20934         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
20935         Likewise.
20936         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
20937
20938         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
20939         Reported by Padraig Brady.
20940
20941         * lib/mkstemp.c: #undef mkstemp.
20942         Include config.h.
20943         (rpl_mkstemp): Rename from mkstemp.
20944         Protoize.
20945
20946 2001-11-16  Jim Meyering  <meyering@lucent.com>
20947
20948         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
20949         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
20950         determine the amount of total physical memory, use pstat_getstatic.
20951         HPUX-11 doesn't define _SC_PHYS_PAGES.
20952         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
20953         If sysconf couldn't be used to determine the amount of available
20954         physical memory, use both pstat_getstatic and pstat_getdynamic.
20955         Based on a patch from Bob Proulx.
20956
20957 2001-11-10  Jim Meyering  <meyering@lucent.com>
20958
20959         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
20960         (jm_PREREQ): Use it.
20961
20962 2001-11-09  Jim Meyering  <meyering@lucent.com>
20963
20964         * m4/jm-macros.m4: Require autoconf-2.52f.
20965         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
20966         Use these AC_-prefixed names, not the AM_-prefixed ones.
20967
20968         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
20969
20970 2001-11-05  Jim Meyering  <meyering@lucent.com>
20971
20972         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
20973
20974 2001-11-04  Jim Meyering  <meyering@lucent.com>
20975
20976         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
20977         $DEFS.
20978
20979 2001-11-03  Jim Meyering  <meyering@lucent.com>
20980
20981         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
20982         of AC_DEFUN.
20983
20984         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
20985         know the name of the variable in the macro definition.
20986
20987 2001-11-03  Jim Meyering  <meyering@lucent.com>
20988
20989         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
20990         in argmatch_to_argument call.
20991
20992         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
20993         argument.
20994
20995         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
20996         e.g., a fault due to an attempt to free a NULL pointer.
20997
20998 2001-11-01  Jim Meyering  <meyering@lucent.com>
20999
21000         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21001         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21002
21003 2001-11-01  Jim Meyering  <meyering@lucent.com>
21004
21005         * lib/dirfd.c, lib/dirfd.h: New files.
21006         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21007
21008         * lib/hash.c (hash_print) [TESTING]: Clean up.
21009
21010 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21011
21012         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21013         to avoid a warning if -Wall.
21014
21015 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21016
21017         * README: New file
21018         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21019         (per RMS's instructions, this is now the canonical source)
21020         * lgpl/, gpl/: New directories.
21021
21022 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21023
21024         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21025
21026 2001-10-21  Jim Meyering  <meyering@lucent.com>
21027
21028         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21029         this code would end up calling gettext even in packages built
21030         with --disable-nls.
21031         * lib/getopt.c (_): Likewise.
21032         * lib/regex.c (_): Likewise.
21033
21034 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21035
21036         * m4/error.m4 (jm_PREREQ_ERROR):
21037         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21038         AC_FUNC_STRERROR_R does that.
21039         Check for strerror declaration.
21040
21041         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21042         are supposed to have them these days.
21043         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21044         Merge changes from latest Autoconf CVS.
21045         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21046         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21047         POSIX decided to standardize on the int flavor of strerror_r.
21048
21049 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21050
21051         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21052         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21053         Use strerror_r that is only a macro, even if it is not a function.
21054         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21055         (private_strerror): Use prototypes, not old-style function definition.
21056         (print_errno_message): New function.
21057         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21058         char*-flavored one.
21059         (error_tail, error, error_at_line): Use it.
21060
21061 2001-10-11  Jim Meyering  <meyering@lucent.com>
21062
21063         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21064         and quote_n (1, ... to avoid clobbering a buffer.
21065
21066 2001-10-05  Jim Meyering  <meyering@lucent.com>
21067
21068         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21069         hash-pjw.h.
21070         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21071         * lib/hash-pjw.h: New file.
21072
21073 2001-09-30  Jim Meyering  <meyering@lucent.com>
21074
21075         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21076         `struct fsstat' has the `f_fstypename' member.
21077         Use that to define FS_TYPE, which is now used to make
21078         the getfsstat link test tighter.
21079
21080 2001-09-30  Jim Meyering  <meyering@lucent.com>
21081
21082         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21083         Include <sys/ucred.h>, for Apple Darwin.
21084         Include sys/mount.h and sys/fs_types.h only if available.
21085         (FS_TYPE): Define.
21086         (read_filesystem_list): Use FS_TYPE.
21087
21088 2001-09-29  Paul Eggert  <eggert@twinsun.com>
21089
21090         * lib/exclude.c (excluded_filename): 0 -> false, since it's
21091         a boolean context.
21092
21093 2001-09-29  Jim Meyering  <meyering@lucent.com>
21094
21095         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21096         [one-argument getmntent function]): Include stdio.h before mntent.h.
21097         SunOS 4.1.x needs it for the declaration of `FILE'.
21098         Patch by Volker Borchert.
21099
21100         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
21101         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
21102         sys/fs_types.h, and make the link-test for getfsstat guard #include
21103         directives with appropriate #if HAVE_*_H tests so that we can
21104         detect getfsstat on Apple Darwin1.3.7 systems.
21105         Reported by Nelson Beebe.
21106         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
21107
21108 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21109
21110         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21111         #defines strtoimax.  Also treat the other strto* functions
21112         like strtoimax.
21113
21114         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21115         Check for strtoul and strtoumax,
21116         as those declarations are made even in the signed case.
21117         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
21118         Likewise, for strtol and strtoimax.
21119
21120 2001-09-28  Paul Eggert  <eggert@twinsun.com>
21121
21122         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
21123         #defines strtoimax.  Also treat the other strto* functions
21124         like strtoimax.
21125
21126         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
21127         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
21128         (strtoimax, strtoumax): Do not declare if already defined as a macro.
21129
21130 2001-09-26  Jim Meyering  <meyering@lucent.com>
21131
21132         Most macros in unlocked-io.h had the wrong number of arguments.
21133         * lib/gen-uio: New script.
21134         (USE_UNLOCKED_IO): Define to 1 if not already defined.
21135         * lib/unlocked-io.hin: Remove file.
21136         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
21137         rather than trying to embed it here.
21138         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
21139         Reported by Padraig Brady.
21140
21141 2001-09-25  Volker Borchert  <bt@teknon.de>
21142
21143         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
21144         `result'.
21145
21146 2001-09-24  Jim Meyering  <meyering@lucent.com>
21147
21148         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
21149
21150 2001-09-23  Jim Meyering  <meyering@lucent.com>
21151
21152         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
21153         instead of the mere test for existence of mntent.h.  The latter
21154         would get a false-positive on AIX 3.4 systems.
21155         In the outer getmntent if-block, don't die if neither of the getmntent
21156         tests succeeds.  Instead, just fall through and continue with the
21157         remaining tests.
21158
21159 2001-09-23  Jim Meyering  <meyering@lucent.com>
21160
21161         * lib/mountlist.c: Remove useless parentheses in #if directives.
21162         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
21163         the deprecated MOUNTED symbol is no longer defined in mntent.h.
21164
21165 2001-09-22  Jim Meyering  <meyering@lucent.com>
21166
21167         * m4/gettext.m4: New file.  From gettext.
21168         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
21169         * m4/progtest.m4: Likewise
21170         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
21171         * m4/glibc21.m4: Likewise.
21172
21173         * m4/libintl.m4: Remove.  No longer used.
21174
21175 2001-09-22  Jim Meyering  <meyering@lucent.com>
21176
21177         * lib/localcharset.c: Update from latest gettext.
21178         * lib/config.charset: Likewise.
21179
21180 2001-09-20  Jim Meyering  <meyering@lucent.com>
21181
21182         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
21183         strtoimax.
21184         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
21185         strtoumax.
21186
21187 2001-09-20  Jim Meyering  <meyering@lucent.com>
21188
21189         * lib/xstrtol.c (strtoimax): Guard declaration with
21190         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
21191         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
21192         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
21193         (strtoumax): Likewise, for completeness (it wasn't necessary).
21194
21195 2001-09-17  Paul Eggert  <eggert@twinsun.com>
21196
21197         * lib/strtoimax.c (HAVE_LONG_LONG):
21198         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
21199         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
21200         to work around bug in IBM C compiler.
21201
21202 2001-09-17  Jim Meyering  <meyering@lucent.com>
21203
21204         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
21205         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
21206         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
21207         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
21208         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
21209         whenever the right hand side need not be expanded by the shell.
21210
21211 2001-09-16  Paul Eggert  <eggert@twinsun.com>
21212
21213         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
21214         library.  It's not correct, as some older glibcs are buggy.
21215         fnmatch wasn't fixed until glibc 2.2.
21216
21217         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
21218         special shell magic here.
21219
21220 2001-09-16  Jim Meyering  <meyering@lucent.com>
21221
21222         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
21223         * m4/jm-macros.m4: Require it.
21224
21225 2001-09-16  Jim Meyering  <meyering@lucent.com>
21226
21227         * lib/mkdir.c: New file.
21228
21229 2001-09-15  Jim Meyering  <meyering@lucent.com>
21230
21231         * m4/jm-macros.m4: Check for help2man.
21232
21233 2001-09-11  Jim Meyering  <meyering@lucent.com>
21234
21235         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
21236         The body, by Paul Eggert, was moved here from configure.in.
21237         * m4/jm-macros.m4: Require UTILS_HOST_OS.
21238
21239 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21240
21241         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
21242         (jm_PREREQ): Use it.
21243
21244 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21245
21246         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
21247         Use ssize_t, not int, to store result of readlink.
21248         Check for ssize_t overflow as well as size_t overflow,
21249         as POSIX says the result of readlink is implementation-defined
21250         when ssize_t overflows.
21251         Remove unnecessary cast to char*.
21252         Use free+malloc instead of realloc, as the storage doesn't need
21253         to be preserved and it's clearer and can be more efficient that way.
21254         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
21255         * lib/xreadlink.h (xreadlink): Update prototype.
21256
21257 2001-09-04  Paul Eggert  <eggert@twinsun.com>
21258
21259         * lib/xgetcwd.c: Revert some of the previous change; intead,
21260         fix the HAVE_GETCWD_NULL code to behave more like the
21261         !HAVE_GETCWD_NULL code used to.
21262
21263         Include "xalloc.h".
21264         (xgetcwd): Do not return NULL when memory is exhausted; instead,
21265         invoke xalloc_die.
21266
21267 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21268
21269         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
21270         sys/param.h, as pathmax.h includes them.
21271
21272 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21273
21274         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
21275         (jm_PREREQ_XGETCWD): New macro.
21276
21277         * m4/getcwd.m4: New file.
21278
21279 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21280
21281         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
21282         like the HAVE_GETCWD_NULL code.
21283         Include pathmax.h if not HAVE_GETCWD.
21284         Do not include xalloc.h.
21285         (INITIAL_BUFFER_SIZE): New symbol.
21286         Do not use xmalloc / xrealloc, since the caller is responsible for
21287         handling errors.  Preserve errno around `free' during failure.
21288         Do not overrun buffer when using getwd.
21289
21290 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21291
21292         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
21293         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
21294         getcwd (NULL, 0).
21295
21296 2001-09-03  Paul Eggert  <eggert@twinsun.com>
21297
21298         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
21299         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
21300         spotted by Jim Meyering.
21301
21302 2001-09-03  Jim Meyering  <meyering@lucent.com>
21303
21304         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
21305         failure.
21306
21307 2001-09-02  Jim Meyering  <meyering@lucent.com>
21308
21309         * lib/error.c: Update from GNU libc.
21310
21311 2001-09-01  Jim Meyering  <meyering@lucent.com>
21312
21313         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
21314         Used by df.
21315
21316 2001-09-01  Jim Meyering  <meyering@lucent.com>
21317
21318         * lib/xreadlink.c: New file.
21319         * lib/xreadlink.h: New file.
21320         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
21321         xreadlink.h.
21322
21323         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
21324         doesn't conflict with sparc Solaris 7's definition in
21325         /usr/include/sys/int_types.h.
21326
21327         * lib/exclude.c: Use `""', not `<>' to #include non-system header
21328         files.
21329         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
21330         and strncasecmp as r-values.  Unixware didn't have declarations.
21331
21332 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21333
21334         * lib/xstrtol.h: Add copyright notice.
21335         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
21336         LONGINT_INVALID_SUFFIX_CHAR.
21337
21338 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21339
21340         * lib/xstrtol.c (strtoimax): New decl.
21341
21342 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21343
21344         * lib/xgetcwd.c: Don't include pathmax.h.
21345         Include stdlib.h and unistd.h if available.
21346         Include xalloc.h.
21347         (xmalloc, xstrdup, free): Remove decls.
21348         (xgetcwd): Don't assume sizes fit in unsigned.
21349         Check for overflow when computing sizes.
21350         Simplify reallocation code.
21351
21352 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21353
21354         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
21355         a directory's st_size can have an arbitrary value, so the old
21356         usage could waste an arbitrary amount of memory.  All uses
21357         changed.
21358         * lib/savedir.h: Update prototype.
21359
21360 2001-08-31  Paul Eggert  <eggert@twinsun.com>
21361
21362         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
21363
21364         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
21365         old strtoimax.c.
21366
21367         Also, make the following further changes to make this file's
21368         configuration more similar to that of strtol.c:
21369         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
21370         (strtoumax, uintmax_t, strtoull, strtol): Remove.
21371         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
21372         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
21373         changed to signed values.
21374
21375         And make the following changes as well:
21376         Fix copyright notice, as 1999 was missing.
21377         (verify): New macro.
21378         (strtoimax): Check sizes at compile-time, not run-time.
21379         Prefer strtol to strtoll if both work.
21380         (main): Remove; it was not that useful and was a pain to maintain.
21381
21382         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
21383
21384 2001-08-31  Jim Meyering  <meyering@lucent.com>
21385
21386         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
21387         Use an initial, malloc'd, buffer of length 128 rather than
21388         a statically allocated one of length 1024.
21389
21390 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21391
21392         Simplify code, partly by assuming autoconf 2.52 semantics.
21393
21394         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
21395
21396         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
21397         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
21398         All uses removed.
21399         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
21400         Move AC_REQUIRE to next-to-top level, to avoid confusion.
21401         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
21402         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
21403         jm_AC_HEADER_INTTYPES_H.
21404         * m4/jm-macros.m4 (jm_MACROS): Likewise.
21405
21406         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
21407
21408         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
21409         Quote first arg of AC_DEFUN.
21410         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
21411         since they are needed to parse the include file even if we need
21412         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
21413         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
21414         but with opposite signedness.
21415
21416 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21417
21418         Merge 'exclude' changes from tar 1.13.22.
21419         This fixes one or two unlikely storage allocation overflow bugs,
21420         but doesn't change user-visible behavior otherwise.
21421
21422 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21423
21424         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
21425         (jm_PREREQ_EXCLUDE): New macro.
21426
21427 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21428
21429         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
21430         tm to be declared.
21431
21432 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21433
21434         * lib/hash.c: Remove '2001' from copyright notice.
21435
21436 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21437
21438         * lib/full-write.h: New file.
21439         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
21440         * lib/full-write.c: Correct credits, as cccp.c no longer
21441         exists and anyway it was so heavily changed from the old cccp
21442         code as to be unrecognizable.  Include full-write.h.
21443         (full_write) Return size_t, with short writes meaning failure.
21444         All callers changed.  This fixes a bug with large buffers
21445         on 64-bit hosts.
21446         * lib/utime.c: Include full-write.h.
21447
21448 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21449
21450         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
21451         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
21452         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
21453         Include if available.
21454         (<xalloc.h>): Include
21455         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
21456         (verify): New macro.  Use it to verify that EXCLUDE macros do not
21457         collide with FNM macros.
21458         (struct patopts): New struct.
21459         (struct exclude): Use it, as exclude patterns now come with options.
21460         (new_exclude): Support above changes.
21461         (new_exclude, add_exclude_file):
21462         Initial size must now be a power of two to simplify overflow checking.
21463         (free_exclude, fnmatch_no_wildcards): New function.
21464         (excluded_filename): No longer requires options arg, as the options
21465         are determined by add_exclude.  Now returns bool, not int.
21466         (excluded_filename, add_exclude):
21467         Add support for the fancy new exclusion options.
21468         (add_exclude, add_exclude_file): Now takes int options arg.
21469         Check for arithmetic overflow when computing sizes.
21470         (add_exclude_file): xrealloc might modify errno, so don't
21471         realloc until after errno might be used.
21472
21473         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
21474         New macros.
21475         (free_exclude): New decl.
21476         (add_exclude, add_exclude_file): Now takes int options arg.
21477         (excluded_filename): No longer requires options arg, as the options
21478         are determined by add_exclude.  Now returns bool, not int.
21479
21480 2001-08-30  Paul Eggert  <eggert@twinsun.com>
21481
21482         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
21483
21484 2001-08-27  Jim Meyering  <meyering@lucent.com>
21485
21486         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
21487
21488         * lib/version-etc.c (N_): Remove definition.
21489         Revert most of last change.
21490         Instead, simply don't mark the `Copyright...' string for translation.
21491         Based on advice from Paul Eggert.
21492
21493         * lib/strtoxmax.c: Tweak comment.
21494
21495 2001-08-26  Jim Meyering  <meyering@lucent.com>
21496
21497         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
21498
21499         * m4/xstrtoimax.m4: New file.
21500         * m4/xstrtoumax.m4: Add comments explaining why we
21501         AC_REPLACE_FUNCS(strtol).
21502
21503 2001-08-26  Jim Meyering  <meyering@lucent.com>
21504
21505         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
21506         of copyright with `%s' so translators don't get an untranslated
21507         message in 2002.
21508         (COPYRIGHT_YEAR): Define.
21509         (version_etc): Use fprintf rather than fputs.
21510         Suggestion from Ulrich Drepper.
21511
21512         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
21513
21514         * lib/strtoll.c: New file, from GNU libc.
21515         * lib/xstrtoimax.c: New file.
21516
21517         * lib/xstrtol.h: Add xstrtoimax.
21518         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
21519         * lib/strtoimax.c: New file.  Likewise, but first define
21520         STRTOUXMAX_SIGNED.
21521
21522         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
21523         ...
21524         * lib/strtoxmax.c: ... then renamed to this.
21525
21526 2001-08-18  Paul Eggert  <eggert@twinsun.com>
21527
21528         * m4/inttypes.m4: Add AC_PREREQ(2.13).
21529         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
21530         (jm_AC_TYPE_INTMAX_T): New macro.
21531         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
21532
21533         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
21534
21535         * m4/longlong.m4: Renamed from ulonglong.m4.
21536         * m4/inttypes.m4: Renamed from inttypes_h.m4.
21537         * m4/uintmax_t.m4: Removed.
21538
21539 2001-08-13  Paul Eggert  <eggert@twinsun.com>
21540
21541         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
21542         Port to Solaris 8, where 'sed' requires a space after the 'r'
21543         command, and where sh dislikes "$/".  Clean up the spacing a bit.
21544         Redirect output to $tmp just once.
21545
21546 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
21547
21548         * lib/addext.c (<errno.h>): Include.
21549         (errno): Declare if not defined.
21550         (addext): Work correctly when pathconf returns -1 and leaves
21551         errno alone because there is no limit.  Also, work even if
21552         pathconf returns a value greater than SIZE_MAX.
21553
21554 2001-08-12  Jim Meyering  <meyering@lucent.com>
21555
21556         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
21557         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
21558         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
21559         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
21560         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
21561         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
21562         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
21563         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
21564         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
21565         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
21566         utime.m4, utimes.m4, xstrtoumax.m4:
21567         Quote the first argument in each use of AC_DEFUN.
21568
21569 2001-08-12  Jim Meyering  <meyering@lucent.com>
21570
21571         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
21572         Simply `return getcwd (NULL, 0);'.
21573         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
21574         Use 1300 as initial value for length, not PATH_MAX.
21575
21576         * lib/pathmax.h: Clean up cpp syntax.
21577
21578 2001-08-12  Jim Meyering  <meyering@lucent.com>
21579
21580         * lib/gettimeofday.c: New file.
21581         * lib/gtod.h: New file.
21582         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
21583
21584 2001-08-05  Jim Meyering  <meyering@lucent.com>
21585
21586         * m4/jm-macros.m4: Require autoconf-2.52.
21587
21588 2001-08-04  Jim Meyering  <meyering@lucent.com>
21589
21590         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
21591         stmt, to get in sync with glibc.
21592
21593 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21594
21595         The following changes are from gettext 0.10.39 as maintained by
21596         Bruno Haible.
21597
21598         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
21599         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
21600         with inverted sense.  All uses changed.
21601
21602         * lib/mbswidth.c: Don't include <limits.h>.
21603         Include <stdlib.h> and <string.h> unconditionally.
21604         (iswcntrl, mbsinit, ISCNTRL): New macros.
21605         (mbsnwidth): Use K&R style function declarations.
21606         Don't bother checking for MB_LEN_MAX == 1, since the compiler
21607         can optimize it when MB_CUR_MAX == 1.
21608         The width of control characters is zero, not 1.
21609
21610 2001-08-03  Paul Eggert  <eggert@twinsun.com>
21611
21612         The following changes are from gettext 0.10.39 as maintained by
21613         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
21614
21615         * m4/codeset.m4: Upgrade to serial AM1.
21616         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
21617         all uses changed.  Quote first arg of AC_DEFUN.
21618         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
21619
21620         * m4/iconv.m4: Upgrade to serial AM2.
21621         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
21622         Add --with-libconv-prefix.
21623         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
21624         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
21625         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
21626         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
21627         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
21628
21629         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
21630         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
21631         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
21632         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
21633         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
21634         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
21635         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
21636         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
21637         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
21638
21639         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
21640         string.h any more.
21641
21642         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
21643         not the default value.
21644
21645         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
21646         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
21647         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
21648         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
21649         Also check for iswcntrl, used for wcwidth fallback.
21650         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
21651         to Autoconf 2.13.
21652
21653 2001-08-03  Jim Meyering  <meyering@lucent.com>
21654
21655         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
21656         as it was in the original.  Reported by Paul Eggert.
21657
21658 2001-07-16  Jim Meyering  <meyering@lucent.com>
21659
21660         * m4/gettimeofday.m4: New file.
21661         Prompted by a report from Bernhard Baehr.
21662
21663 2001-07-15  Jim Meyering  <meyering@lucent.com>
21664
21665         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
21666         stuff. Now it's in ../Makefile.cfg.
21667
21668 2001-07-15  Jim Meyering  <meyering@lucent.com>
21669
21670         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
21671         (BUILT_SOURCES): Add unlocked-io.h.
21672         (io_functions): Define.
21673         (unlocked-io.h): New rule.
21674         (DISTCLEANFILES): Add unlocked-io.h.
21675         (all-local): Depend on unlocked-io.h, to ensure it is created.
21676
21677         * lib/unlocked-io.hin: New file
21678
21679         * lib/regex.c: Update from glibc.
21680
21681 2001-07-05  Jim Meyering  <meyering@lucent.com>
21682
21683         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
21684         recommendation.
21685         (libfetish_a_SOURCES): Put all .h files here instead.
21686         Remove a thus-exposed (better checks in automake) duplicate and
21687         two unnecessary .h files.
21688
21689 2001-07-04  Jim Meyering  <meyering@lucent.com>
21690
21691         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
21692         that generates jm-glibc-io.m4 so that it doesn't trigger any make
21693         distcheck failure.
21694
21695 2001-07-02  Jim Meyering  <meyering@lucent.com>
21696
21697         The following changes were prompted by suggestions from Bruno Haible.
21698
21699         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
21700         is now generated.
21701         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
21702         definition of EXTRA_DIST.
21703         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
21704         ensure that the generated file is created/updated whenever the list
21705         of $(unlocked_functions) is changed.
21706         (jm-glibc-io.m4): New rule.
21707         (unlocked-io.h): New rule -- currently unused.
21708
21709 2001-06-24  Jim Meyering  <meyering@lucent.com>
21710
21711         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
21712         unmatched right bracket, rather than kludging it with an extra,
21713         falsely-matching quote in a comment.  Patch by Akim Demaille.
21714
21715 2001-06-11  Jim Meyering  <meyering@lucent.com>
21716
21717         * lib/regex.c: Update from GNU libc.
21718
21719 2001-05-27  Jim Meyering  <meyering@lucent.com>
21720
21721         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
21722         Check for ut_type in struct utmp.
21723
21724 2001-05-27  Jim Meyering  <meyering@lucent.com>
21725
21726         * lib/readutmp.h (UT_TYPE): Define.
21727
21728 2001-05-24  Jim Meyering  <meyering@lucent.com>
21729
21730         * lib/argmatch.c: Include "quote.h".
21731         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
21732         quote function.  Reported by Göran Uddeborg.
21733
21734 2001-05-22  Jim Meyering  <meyering@lucent.com>
21735
21736         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
21737         now that we use the package-supplied version unconditionally.
21738         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
21739
21740 2001-05-21  Jim Meyering  <meyering@lucent.com>
21741
21742         * m4/regex.m4: Change a couple backticks to single quotes to avoid
21743         shell syntax errors.
21744
21745 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21746
21747         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
21748
21749 2001-05-20  Paul Eggert  <eggert@twinsun.com>
21750
21751         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
21752         Don't bother to check library strftime, since
21753         we'll be using our own my_strftime function anyway.
21754         Define my_strftime instead of strftime.
21755
21756 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
21757
21758         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
21759         which is not yet declared.
21760
21761 2001-05-15  Jim Meyering  <meyering@lucent.com>
21762
21763         * m4/regex.m4: Use proper quoting so brackets appear in the test
21764         program.
21765         Reported by, and with help from, Bruno Haible.
21766
21767 2001-05-13  Jim Meyering  <meyering@lucent.com>
21768
21769         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
21770         undefined.
21771
21772 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21773
21774         dirname code cleanup.  base_name now behaves more compatibly
21775         with POSIX basename when given file names that have trailing
21776         slashes, and similarly for dir_name.  Add new primitives
21777         base_len and dir_len.  Put the directory-name-related decls
21778         into dirname.h.
21779
21780         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
21781         * lib/backupfile.c (base_name): Likewise.
21782         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
21783         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
21784         * lib/makepath.c (strip_trailing_slashes): Likewise.
21785         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
21786         ISSLASH): Likewise.
21787         * lib/rename.c (strip_trailing_slashes): Likewise.
21788         * lib/same.c (base_name): Likewise.
21789         * lib/stripslash.c (ISSLASH): Likewise.
21790
21791         * lib/addext.c: Include <dirname.h> after size_t is defined.
21792         * lib/backupfile.c: Likewise.
21793
21794         * lib/addext.c (addext): Use base_len to trim redundant
21795         trailing slashes instead of doing it ourselves.
21796         But do not trim the last slash if it is not redundant.
21797
21798         * lib/backupfile.c (find_backup_file_name,
21799         max_backup_version): Use base_len instead of rolling it ourselves.
21800         Handle the case of "" and (on DOS) "C:" correctly.
21801
21802         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
21803         needed. Include <string.h>, <dirname.h>.
21804         (base_name): Allow file names ending in slashes, other than names
21805         that are all slashes.  In this case, return the basename followed
21806         by the slashes.  This is more general, and can be used in places
21807         where the original base_name purposely had an assertion failure.
21808         (base_len): New function.
21809
21810         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
21811         Do not include <assert.h>; no longer needed.
21812         Include xalloc.h.
21813         (memrchr): Remove decl.
21814         (dir_name_r): Remove.
21815         (dir_len): Renamed from dirlen.  All callers changed.
21816         Rewrite in terms of base_name, for simplicity and consistency.
21817         (dir_name): Never return NULL.  All callers changed.
21818         Do not include <stdlib.h> in test program; no longer needed.
21819         return 0; is fine for test program.
21820
21821         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
21822         New macros.
21823         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
21824
21825         * lib/path-concat.c (path_concat): Use base_len to compute
21826         base length, not strlen; this means we cannot rely on memcpy
21827         to null-terminate.
21828
21829         * lib/same.c (STREQ): Remove.
21830         (same_name): Handle the case where the basename ends in trailing '/'.
21831
21832         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
21833         a slash was stripped.  Do not strip the last slash after a
21834         file system prefix.
21835
21836 2001-05-11  Paul Eggert  <eggert@twinsun.com>
21837
21838         * lib/Makefile.am (libfetish_a_SOURCES):
21839         Add strftime.c, since we now compile it on all hosts.
21840
21841         * lib/strftime.c (my_strftime):
21842         Define to nstrftime if emacs, but only if my_strftime is not defined.
21843         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
21844         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
21845         Add one more extra argument: a nanoseconds value.
21846         All uses changed.
21847         (ns): New macro.
21848         (my_strftime function): Add %N format.
21849         (emacs_strftimeu): Renamed from emacs_strftime,
21850         with extra ut argument.
21851
21852 2001-05-09  Paul Eggert  <eggert@twinsun.com>
21853
21854         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
21855
21856 2001-04-21  Jim Meyering  <meyering@lucent.com>
21857
21858         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
21859         doesn't interfere.
21860
21861 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
21862
21863         * m4/ftruncate.m4: Check for chsize.
21864         Link with ftruncate.o unconditionally if ftruncate is missing.
21865         This was required when cross-compiling to i586-mingw32msvc.
21866
21867 2001-04-08  Jim Meyering  <meyering@lucent.com>
21868
21869         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
21870         recomputed; that's necessary when the offset spans a DST transition.
21871         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
21872
21873 2001-04-02  Jim Meyering  <meyering@lucent.com>
21874
21875         * lib/regex.h, regex.c: Update from GNU libc.
21876
21877 2001-03-24  Jim Meyering  <meyering@lucent.com>
21878
21879         * m4/jm-macros.m4: Require autoconf-2.49d.
21880
21881 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
21882
21883         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
21884
21885 2001-03-19  Paul Eggert  <eggert@twinsun.com>
21886
21887         * lib/version-etc.c (version_etc_copyright): Update to 2001.
21888
21889 2001-03-17  Jim Meyering  <meyering@lucent.com>
21890
21891         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
21892         now that the version in autoconf is equivalent.
21893         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
21894
21895         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
21896         Suggestion from Akim Demaille.
21897
21898         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
21899         (jm_PREREQ_TEMPNAME): New function.
21900
21901 2001-03-16  Paul Eggert  <eggert@twinsun.com>
21902
21903         * lib/tempname.c (uint64_t): Define to uintmax_t if
21904         not defined, and if UINT64_MAX is not defined.
21905         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
21906         Reported by John David Anglin.
21907
21908 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
21909
21910         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
21911         resolve alias if codeset is empty.
21912         * lib/config.charset (BeOS): Use wildcard syntax.
21913
21914 2001-03-13  Jim Meyering  <meyering@lucent.com>
21915
21916         * lib/path-concat.c (path_concat)
21917         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
21918         concatenating e.g., `C:' and `foo'.
21919         From Bruno Haible.
21920
21921 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21922
21923         * lib/localcharset.c (locale_charset): Don't use
21924         setlocale(LC_CTYPE,NULL). Don't return NULL.
21925         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
21926
21927 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
21928
21929         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
21930         support for DOS/DJGPP.
21931
21932 2001-03-01  Paul Eggert  <eggert@twinsun.com>
21933
21934         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
21935         lacks mkstemp.  Compile our own tempname.c if we compile our own
21936         mkstemp.c, as mkstemp relies on tempname.
21937
21938 2001-03-01  Jim Meyering  <meyering@lucent.com>
21939
21940         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
21941         AH_VERBATIM really does output its argument verbatim.
21942
21943 2001-02-28  Paul Eggert  <eggert@twinsun.com>
21944
21945         * lib/Makefile.am (libfetish_a_SOURCES):
21946         Add dup-safer.c, fopen-safer.c.
21947         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
21948
21949         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
21950         * lib/unistd-safer.h: New files.
21951
21952 2001-02-25  Paul Eggert  <eggert@twinsun.com>
21953
21954         The mkstemp replacement is taken from glibc 2.2.2, with some
21955         portability fixes for use outside glibc, as follows:
21956
21957         * lib/tempname.c (struct_stat64): New macro.
21958         (direxists, __gen_tempname): Use it.
21959         This avoids a portability problem with Solaris 8.
21960
21961         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
21962         (<stddef.h>, <stdint.h>, <string.h>):
21963         Include only if STDC_HEADERS || _LIBC.
21964         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
21965         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
21966         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
21967         (__set_errno): Define this macro if <errno.h> doesn't.
21968         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
21969         Define these macros if <stdio.h> doesn't.
21970         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
21971         Define these macros if <sys/stat.h>
21972         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
21973         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
21974         __xstat64): Define if not _LIBC.
21975         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
21976         (__gen_tempname): Invoke gettimeofday only if
21977         HAVE_GETTIMEOFDAY || _LIBC;
21978         otherwise, fall back on plain "time".
21979         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
21980
21981         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
21982
21983         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
21984
21985 2001-02-18  Paul Eggert  <eggert@twinsun.com>
21986
21987         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
21988
21989 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21990
21991         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
21992         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
21993         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
21994         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21995
21996 2001-02-17  Paul Eggert  <eggert@twinsun.com>
21997
21998         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
21999         Remove workaround macros for hosts that have mbrtowc but not
22000         mbstate_t, as we now insist on proper declarations for both
22001         before using mbrtowc.
22002
22003 2001-02-17  Jim Meyering  <meyering@lucent.com>
22004
22005         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22006         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22007         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22008         UnixWare 7.1.1.
22009
22010         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22011         rather than AC_CACHE_VAL.
22012
22013 2001-02-17  Jim Meyering  <meyering@lucent.com>
22014
22015         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22016         around included file name.
22017
22018         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22019
22020         * lib/strftime.c: Update from GNU libc (the only changes were to
22021         comments).
22022
22023 2001-02-17  Jim Meyering  <meyering@lucent.com>
22024
22025         * lib/regex.c: Update from libc.
22026
22027 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22028
22029         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22030         clash.
22031
22032 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22033
22034         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22035         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22036         Reported by Mark Hounschell via Paul Eggert.
22037
22038 2001-02-07  Jim Meyering  <meyering@lucent.com>
22039
22040         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22041
22042 2001-02-05  Jim Meyering  <meyering@lucent.com>
22043
22044         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22045         it includes the patch required for `large file' support with at least
22046         HP-UX's 10.20 /bin/cc.
22047
22048 2001-02-03  Jim Meyering  <meyering@lucent.com>
22049
22050         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22051         AS_IF, now that it works once again (mysteriously).
22052         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22053
22054 2001-01-30  Jim Meyering  <meyering@lucent.com>
22055
22056         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22057         * m4/chown.m4: Rename conftestchown to conftest.chown.
22058         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22059         s/conftestdir2/conftest.d2/.
22060         * m4/utimes.m4: s/conftestdata/conftest.data/
22061         Inspired by Pavel Roskin's change in autoconf.
22062
22063 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22064
22065         * lib/config.charset: Update for FreeBSD 4.2.
22066
22067 2001-01-27  Jim Meyering  <meyering@lucent.com>
22068
22069         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22070         a use of AS_IF.
22071         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22072
22073 2001-01-26  Jim Meyering  <meyering@lucent.com>
22074
22075         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22076         quotearg.c includes it.
22077
22078 2001-01-26  Jim Meyering  <meyering@lucent.com>
22079
22080         * lib/quotearg.c: Include stddef.h.
22081         * lib/quote.c: Include stddef.h.
22082         Reported by Axel Kittenberger.
22083
22084         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22085         line in double quotes so that it evokes a better diagnostic.
22086         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
22087         Reported by Axel Kittenberger.
22088
22089 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
22090
22091         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
22092         as if it was a `charset'.
22093
22094 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22095
22096         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
22097         has const.
22098
22099 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
22100
22101         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
22102         to avoid a warning.  Add back 'const' to inptr.
22103
22104 2001-01-20  Jim Meyering  <meyering@lucent.com>
22105
22106         Be sure that headers are checked before used in code compiled
22107         for the type checks.
22108         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
22109         In place of that, invoke jm_CHECK_ALL_TYPES.
22110         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
22111         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
22112         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
22113         The check for ssize_t was mistakenly run before the test for unistd.h.
22114
22115         The configure-time check for stdbool.h was missing.
22116         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
22117         (jm_PREREQ_HASH): New function.
22118
22119 2001-01-17  Jim Meyering  <meyering@lucent.com>
22120
22121         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
22122         for autoconf-2.49c.
22123         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
22124
22125 2001-01-16  Jim Meyering  <meyering@lucent.com>
22126
22127         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
22128         From Bruno Haible.
22129
22130 2001-01-14  Jim Meyering  <meyering@lucent.com>
22131
22132         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
22133         foo and bar.  Create conftestdir/ in the script, not in the C code.
22134         Remove directories in the script, not in the C code.
22135         Remove conftestdir{,2} before trying to create the directory.
22136         Make the entire configure script fail if the mkdir fails.
22137
22138 2001-01-14  Jim Meyering  <meyering@lucent.com>
22139
22140         * lib/rename.c: New file.  From Volker Borchert.
22141         Include stdlib.h, string.h or strings.h, and xalloc.h.
22142         Use strip_trailing_slashes rather than open-coding it.
22143
22144 2001-01-03  Paul Eggert  <eggert@twinsun.com>
22145
22146         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
22147
22148 2001-01-03  Jim Meyering  <meyering@lucent.com>
22149
22150         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
22151         of local `inptr' to avoid warning with some system declarations of
22152         iconv.
22153
22154 2001-01-02  Volker Borchert  <bt@teknon.de>
22155
22156         * m4/rename.m4: New file.
22157         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
22158
22159 2001-01-01  Jim Meyering  <meyering@lucent.com>
22160
22161         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
22162         even on systems with utmpx.h.  It's necessary for the declaration of
22163         utmp's ut_user member.  Reported by Andreas Jaeger.
22164
22165         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
22166         available. They are required for the declarations of getgrgid and
22167         getpwuid resp.
22168         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
22169         Reported by Andreas Jaeger.
22170
22171 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
22172
22173         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
22174         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
22175         so `make install' also works in VPATH builds.
22176
22177 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
22178
22179         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
22180         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
22181         can be used in subdirectories.
22182
22183 2000-12-29  Paul Eggert  <eggert@twinsun.com>
22184
22185         * lib/modechange.c: Do not assume that mode_t uses the
22186         traditional octal encoding.  E.g. "chmod 1 FOO" should set
22187         the other-execute bit of FOO even if S_IXOTH != 1.
22188
22189         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
22190         WOTH, XOTH, ALLM): New macros.
22191         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
22192          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
22193         Use them.
22194         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
22195         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
22196         (mode_compile):
22197         No need to use uintmax_t; unsigned long is long enough.
22198         Don't bother to get suffix since we don't use it.
22199
22200 2000-12-26  Jim Meyering  <meyering@lucent.com>
22201
22202         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
22203         better with autoheader.
22204
22205 2000-12-24  Jim Meyering  <meyering@lucent.com>
22206
22207         * lib/hash.c (is_prime): Return explicit boolean values.
22208         (hash_get_first): Return NULL to appease Irix5.6's 89.
22209         Reported by Nelson Beebe.
22210
22211 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
22212
22213         * lib/localcharset.c (locale_charset): Add support for Win32.
22214
22215 2000-12-18  Paul Eggert  <eggert@twinsun.com>
22216
22217         * lib/physmem.h, lib/physmem.c: New files.
22218
22219         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
22220         (noinst_HEADERS): Add physmem.h.
22221
22222         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
22223         't' for compatibility with Solaris 8 sort.
22224
22225 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
22226
22227         * lib/config.charset: Add support for BeOS.
22228
22229 2000-12-17  Jim Meyering  <meyering@lucent.com>
22230
22231         * m4/dos.m4 (jm_AC_DOS): New file and macro.
22232         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
22233
22234 2000-12-16  Jim Meyering  <meyering@lucent.com>
22235
22236         This bug had a serious impact on chown: `chown N:M FILE' (for integer
22237         N and M) would have treated it like `chown N:N FILE'.
22238
22239         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
22240
22241 2000-12-16  Jim Meyering  <meyering@lucent.com>
22242
22243         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
22244         SHELLS_FILE to a file name that's useful on djgpp systems.
22245         Include stdlib.h.
22246         (ADDITIONAL_DEFAULT_SHELLS): Define.
22247         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
22248         Based mostly on a patch from Prashant TR.
22249
22250 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
22251
22252         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
22253         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
22254         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
22255
22256 2000-12-08  Andreas Schwab  <schwab@suse.de>
22257
22258         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
22259         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
22260
22261 2000-12-07  Jim Meyering  <meyering@lucent.com>
22262
22263         * lib/stripslash.c (ISSLASH): Define.
22264         (strip_trailing_slashes): Use ISSLASH rather than comparing against
22265         `/'.
22266         From Prashant TR.
22267
22268         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
22269         (dir_name_r): Declare this function as static.
22270         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
22271         manifest itself on a name containing a mix of slashes and
22272         backslashes.
22273         Make this function work with names starting with a DOS-style
22274         drive letter and colon prefix.
22275         (dir_name): Append `.' if necessary.
22276         Based mostly on patches from Prashant TR and Eli Zaretskii.
22277
22278         * lib/dirname.h (dir_name_r): Remove prototype.
22279
22280 2000-12-06  Paul Eggert  <eggert@twinsun.com>
22281
22282         * m4/off_t-format.m4: Remove this file.
22283         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
22284
22285 2000-12-06  Jim Meyering  <meyering@lucent.com>
22286
22287         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
22288         replacement strtoull, we may well need the replacement strtoul, too.
22289         Check for declarations of strtoul and strtoull.
22290         Check for strtol.  Mainly as a cue to cause automake to include
22291         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
22292         Check for limits.h -- strtol.c needs it.
22293
22294 2000-12-05  Jim Meyering  <meyering@lucent.com>
22295
22296         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
22297
22298 2000-12-04  Jim Meyering  <meyering@lucent.com>
22299
22300         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
22301         Also include memory.h, stdlib.h, unistd.h if appropriate.
22302         Reported by Andreas Jaeger (conflicting declaration of malloc).
22303
22304 2000-12-02  Jim Meyering  <meyering@lucent.com>
22305
22306         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
22307         * m4/jm-macros.m4 (jm_MACROS): require it.
22308
22309 2000-12-02  Jim Meyering  <meyering@lucent.com>
22310
22311         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
22312
22313 2000-12-01  Paul Eggert  <eggert@twinsun.com>
22314
22315         * lib/memrchr.c: Include <config.h> before any system include file.
22316
22317 2000-11-30  Jim Meyering  <meyering@lucent.com>
22318
22319         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
22320
22321 2000-11-30  Jim Meyering  <meyering@lucent.com>
22322
22323         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
22324
22325 2000-11-29  Paul Eggert  <eggert@twinsun.com>
22326
22327         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
22328
22329 2000-11-26  Jim Meyering  <meyering@lucent.com>
22330
22331         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
22332
22333 2000-11-22  Paul Eggert  <eggert@twinsun.com>
22334
22335         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
22336         size of (size_t) -1; it's not portable.
22337
22338 2000-11-17  Jim Meyering  <meyering@lucent.com>
22339
22340         * lib/strstr.c: Update from GNU libc.
22341
22342 2000-11-17  Akim Demaille  <akim@epita.fr>
22343
22344         * lib/obstack.h: Formatting changes.
22345         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
22346         prevent type checking.
22347         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
22348         cast the value to (void *): assigning a `foo *' to a `void *'
22349         variable is valid.
22350         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
22351
22352 2000-11-16  Jim Meyering  <meyering@lucent.com>
22353
22354         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
22355
22356 2000-11-11  Jim Meyering  <meyering@lucent.com>
22357
22358         * lib/error.c: Add a couple #includes, merging from GNU libc version.
22359
22360 2000-11-10  Jim Meyering  <meyering@lucent.com>
22361
22362         * lib/obstack.h: Update from GNU libc.
22363         * lib/obstack.c: Likewise.
22364
22365 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
22366
22367         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
22368
22369 2000-11-06  Paul Eggert  <eggert@twinsun.com>
22370
22371         * lib/getusershell.c (setusershell): Use rewind rather than
22372         fseek/fseeko, to avoid configuration hassles with fseeko.
22373         Don't bother opening SHELLS_FILE if shellstream is NULL;
22374         it's not necessary.
22375
22376 2000-11-05  Jim Meyering  <meyering@lucent.com>
22377
22378         * lib/makepath.h (make_dir): Declare.
22379         * lib/makepath.c (make_dir): Remove `static' attribute.
22380         Tweak a comment.
22381
22382 2000-11-04  Jim Meyering  <meyering@lucent.com>
22383
22384         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
22385
22386 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
22387
22388         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
22389         last one in a bucket, advance to the next bucket.
22390
22391 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
22392
22393         * lib/fnmatch.c: Do not comment out all the code if we are using
22394         the GNU C library, because in some cases we are replacing buggy
22395         code in the GNU C library itself.
22396
22397 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
22398
22399         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
22400         (regex_compile): Catch bogus \(\1\).
22401
22402 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22403
22404         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
22405         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
22406         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
22407
22408 2000-10-30  Paul Eggert  <eggert@twinsun.com>
22409
22410         * lib/error.h, getline.h, modechange.h:
22411         Remove "2000" from Copyright line, as the file hasn't been
22412         changed this year other than in the copyright notice.
22413
22414         * lib/xalloc.h: Add "2000" to Copyright line, as this file
22415         was changed this year.
22416
22417 2000-10-29  Jim Meyering  <meyering@lucent.com>
22418
22419         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
22420         renaming.
22421         * m4/ls-mntd-fs.m4: Likewise
22422
22423 2000-10-29  Jim Meyering  <meyering@lucent.com>
22424
22425         * lib/xstat.in: Fix grammar in comment.
22426
22427 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
22428
22429         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
22430         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
22431         doesn't define __restrict_arr.
22432
22433 2000-10-28  Jim Meyering  <meyering@lucent.com>
22434
22435         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
22436         (jm_PREREQ_MEMCHR): New function.
22437
22438 2000-10-28  Jim Meyering  <meyering@lucent.com>
22439
22440         * lib/memchr.c: Update from libc.
22441         Adjust for portability:
22442         [HAVE_STDLIB_H]: Include stdlib.h.
22443         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
22444         Undef __memchr, too.
22445         [!weak_alias]: Define __memchr to memchr.
22446
22447         * lib/regex.c: Update from libc.
22448         * lib/regex.h: Likewise.
22449         * lib/getopt1.c: Likewise.
22450         * lib/memcmp.c: Likewise.
22451
22452         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
22453         Avoid using fseek, when possible -- it's broken by design.
22454         Patch by Ulrich Drepper.
22455
22456 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
22457
22458         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
22459         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
22460         Giving in to popular pressure to shut up the compiler with casts.
22461
22462 2000-10-26  Jim Meyering  <meyering@lucent.com>
22463
22464         * lib/strftime.c: Update from libc.
22465
22466 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
22467
22468         * regex.c: More `unsigned char' -> `re_char' changes.
22469         Also change several `int' into `re_wchar_t'.
22470         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
22471         (PUSH_FAILURE_POINTER): Don't cast any more.
22472         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
22473         We want GCC to complain, since this piece of code makes
22474         re_match non-reentrant, which *should* be fixed.
22475         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
22476         (EXTEND_BUFFER): Use RETALLOC.
22477         (SET_LIST_BIT): Don't cast.
22478         (re_wchar_t): New type.
22479         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
22480         that those two functions will always properly return.
22481         (IMMEDIATE_QUIT_CHECK): Cast to void.
22482         (analyse_first): Use recursion rather than an explicit stack.
22483         (re_compile_fastmap): Can't fail anymore.
22484         (re_search_2): Don't check re_compile_fastmap for failure.
22485         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
22486         Now also sets the new value (passed in a new argument).
22487         (re_match_2_internal): Use it.
22488         Also, use a new var `reg' of type size_t when looping through regs
22489         rather than reuse the inappropriate `mcnt'.
22490
22491 2000-10-25  Jim Meyering  <meyering@lucent.com>
22492
22493         * lib/obstack.c: Update from libc.
22494
22495 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
22496
22497         * regex.c (regex_compile): Change the way of handling a range from
22498         a char less than 256 to a char not less than 256.
22499
22500 2000-10-24  Andrew Innes  <andrewi@gnu.org>
22501
22502         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
22503         NT-Emacs only.
22504         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
22505         so that re_search functions only quit when callers expect them to.
22506
22507 2000-10-23  Jim Meyering  <meyering@lucent.com>
22508
22509         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
22510         wrong.  That set_locale call must not have any side effects.
22511         From Paul Eggert.
22512
22513 2000-10-22  Jim Meyering  <meyering@lucent.com>
22514
22515         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
22516         [CYCLIC]: Remove now-unused definition.
22517
22518         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
22519         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
22520         Suggestion from Ulrich Drepper.
22521
22522 2000-10-21  Jim Meyering  <meyering@lucent.com>
22523
22524         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
22525         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
22526         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
22527
22528 2000-10-21  Jim Meyering  <meyering@lucent.com>
22529
22530         * lib/dirname.c (memrchr): Declare if necessary.
22531         (dir_name): Remove the restriction that there be no
22532         trailing slashes.  Now, this code skips past them, effectively
22533         ignoring them.
22534         [TEST_DIRNAME] (main): New unit tests.
22535
22536         * lib/memrchr.c: New file from GNU libc.
22537         Undef __memrchr, too.
22538         [!weak_alias]: Define __memrchr to memrchr.
22539         Guard weak_alias use with `#ifdef weak_alias'.
22540
22541 2000-10-21  Jim Meyering  <meyering@lucent.com>
22542
22543         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
22544         (dir_name): Use dir_name_r.
22545         * lib/dirname.h (dir_name_r): Declare it.
22546
22547 2000-10-17  Jim Meyering  <meyering@lucent.com>
22548
22549         * lib/quote.h (PARAMS): Define and use.
22550         Reported by Akim Demaille.
22551
22552         * lib/getopt.c: Update from libc.
22553
22554 2000-10-16  Jim Meyering  <meyering@lucent.com>
22555
22556         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
22557         setlocale.
22558         From Jan Fedak.
22559
22560 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
22561
22562         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
22563
22564 2000-09-25  Jim Meyering  <meyering@lucent.com>
22565
22566         * lib/md5.h (rol): Define (from GnuPG).
22567
22568         * lib/sha.c: Give credit (GnuPG) where due.
22569         (M): Use rol rather than open-coding it.
22570         Add a FIXME comment.
22571
22572 2000-09-21  Jim Meyering  <meyering@lucent.com>
22573
22574         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
22575         Reported by Michael Stone.
22576
22577 2000-09-20  Jim Meyering  <meyering@lucent.com>
22578
22579         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
22580         (noinst_HEADERS): Add sha.h.
22581         Based on code from Scott G. Miller and from GnuPG.
22582
22583 2000-09-18  Jim Meyering  <meyering@lucent.com>
22584
22585         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
22586         LIBS. Otherwise, everyone ends up linking with -lelf for some
22587         configurations.
22588         Reported by Mike Stone.
22589
22590 2000-09-15  Jim Meyering  <meyering@lucent.com>
22591
22592         * lib/regex.c: Update from libc.
22593
22594 2000-09-10  Jim Meyering  <meyering@lucent.com>
22595
22596         * lib/getopt.c (_getopt_internal): Update from glibc.
22597
22598 2000-09-09  Jim Meyering  <meyering@lucent.com>
22599
22600         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
22601         think it should be used as a general replacement for isascii.
22602         * lib/fnmatch.c: Likewise.
22603         * lib/mbswidth.c: Likewise
22604         * lib/regex.c: Likewise.
22605
22606         Don't use atoi.
22607         * lib/userspec.c: Include sys/param.h and limits.h.
22608         Include xstrtol.h.
22609         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
22610         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
22611         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
22612         UID, GID.  Check range.
22613
22614 2000-09-06  Jim Meyering  <meyering@lucent.com>
22615
22616         * lib/getopt.c (_getopt_internal): Update from glibc.
22617
22618 2000-08-30  Jim Meyering  <meyering@lucent.com>
22619
22620         * lib/strftime.c: Merge in changes from GNU libc.
22621
22622 2000-08-26  Jim Meyering  <meyering@lucent.com>
22623
22624         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
22625         * m4/fpending.m4: New file.
22626
22627 2000-08-26  Jim Meyering  <meyering@lucent.com>
22628
22629         * lib/closeout.c: Include "__fpending.h".
22630         (close_stdout_status): Return right away if there's nothing to flush.
22631
22632         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
22633         * lib/__fpending.c: New file.
22634         * lib/__fpending.h: New file.
22635
22636 2000-08-20  Jim Meyering  <meyering@lucent.com>
22637
22638         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
22639         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
22640         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
22641
22642 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
22643
22644         Improve fileutils installation on systems where running
22645         programs (like install) can't be unlinked.
22646         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
22647         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
22648
22649 2000-08-07  Paul Eggert  <eggert@twinsun.com>
22650
22651         Standardize on "memory exhausted" instead of "Memory exhausted"
22652         or "virtual memory exhausted".
22653         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
22654         "virtual memory exhausted".
22655         * lib/same.c (same_name): Invoke xalloc_die instead of printing
22656         our own message.
22657         * lib/userspec.c (parse_user_spec): Likewise.
22658         * lib/bumpalloc.h: comment fix
22659         * lib/same.c, userspec.c: Include xalloc.h.
22660
22661         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
22662         not char *const and pointing to a constant array.
22663         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
22664         (xrealloc): Comment fix.
22665
22666         * lib/userspec.c (parse_user_spec):
22667         Don't translate a message until just before returning,
22668         to avoid unnecessary translation.
22669
22670 2000-08-07  Jim Meyering  <meyering@lucent.com>
22671
22672         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
22673         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
22674         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
22675         getgroups.c, gethostname.c, getopt.h, group-member.c,
22676         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
22677         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
22678         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
22679         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
22680         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
22681         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
22682         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
22683         yesno.c: Back out Copyright date changes for each file with no change
22684         this year.  This eases coordination with other programs using the same
22685         source code modules.  From Paul Eggert.
22686
22687 2000-08-06  Paul Eggert  <eggert@twinsun.com>
22688
22689         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
22690         not char, for compatibility with glibc 2.1.3 strftime.c.
22691
22692 2000-08-03  Greg McGary  <greg@mcgary.org>
22693
22694         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
22695         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
22696         (EXTEND_BUFFER): Use them.
22697
22698 2000-08-01  Jim Meyering  <meyering@lucent.com>
22699
22700         * lib/dirname.c (ISSLASH): Define.
22701         (BACKSLASH_IS_PATH_SEPARATOR): Define.
22702         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
22703         both `\' and `/' may be use as path separators.
22704         Based on a patch from Prashant TR.
22705
22706 2000-07-31  Paul Eggert  <eggert@twinsun.com>
22707
22708         * lib/quotearg.c (quotearg_n_options): Don't make the initial
22709         slot vector a constant, since it might get modified.
22710
22711 2000-07-31  Jim Meyering  <meyering@lucent.com>
22712
22713         * lib/xmalloc.c: Use `virtual memory exhausted', not
22714         `Memory exhausted'.
22715         * lib/obstack.c (print_and_abort): Likewise.
22716
22717 2000-07-30  Paul Eggert  <eggert@twinsun.com>
22718
22719         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
22720         buffer, so that the caller can always quote one small
22721         component of a "memory exhausted" message in slot 0.
22722         From a suggestion by Jim Meyering.
22723
22724 2000-07-30  Jim Meyering  <meyering@lucent.com>
22725
22726         * lib/makepath.c (make_path): Quote the other instance, too.
22727
22728         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
22729         (STATIC_BUF_SIZE): Define.
22730         (quotearg_n_options): Use only statically allocated storage when
22731         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
22732         than STATIC_BUF_SIZE.
22733
22734 2000-07-29  Jim Meyering  <meyering@lucent.com>
22735
22736         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
22737         * lib/dirname.c (dir_name): Likewise.
22738
22739         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
22740         `/'.
22741
22742         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
22743         (dir_name): Assert that there are no trailing slashes.
22744
22745 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
22746
22747         * lib/mbswidth.h (mbswidth): Add a flags argument.
22748         (mbswidth): New declaration.
22749         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
22750         * lib/mbswidth.c (mbswidth): Add a flags argument.
22751         (mbsnwidth): New function.
22752
22753 2000-07-24  Jim Meyering  <meyering@lucent.com>
22754
22755         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
22756
22757 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22758
22759         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
22760
22761 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22762
22763         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
22764         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
22765         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
22766         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
22767         invoke multibyte primitives.
22768
22769 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22770
22771         * lib/quotearg.c:
22772         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
22773         so that mbstate_t is always defined.
22774
22775         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
22776         be 1 in at least one GCC installation, and this configuration
22777         error is likely to be common.  Ignoring MB_LEN_MAX hurts
22778         performance on hosts that have mbrtowc but have only unibyte
22779         locales, but I assume these hosts are rare.
22780
22781 2000-07-23  Paul Eggert  <eggert@twinsun.com>
22782
22783         * lib/mbswidth.c (_XOPEN_SOURCE):
22784         Don't define; this causes problems on Solaris 7.
22785         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
22786
22787 2000-07-23  Jim Meyering  <meyering@lucent.com>
22788
22789         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
22790         too: getgrgid, getpwuid, getuid.
22791
22792 2000-07-23  Jim Meyering  <meyering@lucent.com>
22793
22794         * lib/basename.c (base_name): Add an assertion.
22795
22796 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
22797
22798         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
22799         shadow its mbsinit function.
22800
22801 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22802
22803         * lib/mbswidth.h: New file.
22804         * lib/mbswidth.c: New file.
22805         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
22806         (noinst_HEADERS): Add mbswidth.h.
22807
22808 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
22809
22810         * lib/config.charset: Add support for FreeBSD. Improve support for
22811         HP-UX and IRIX 6.
22812
22813 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
22814
22815         * m4/mbswidth.m4: New file.
22816         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
22817
22818 2000-07-15  Jim Meyering  <meyering@lucent.com>
22819
22820         * lib/makepath.c: Include quote.h.
22821         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
22822         corresponding argument in a `quote (...)' call.
22823         Give better diagnostics.
22824
22825         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
22826         (noinst_HEADERS): Add quote.h.
22827
22828         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
22829         from tar's src/misc.c.
22830         * lib/quote.h: New file.  Prototypes for same.
22831
22832 2000-07-14  Paul Eggert  <eggert@twinsun.com>
22833
22834         From a suggestion by Bruno Haible.
22835         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
22836         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
22837         to decide whether to define the BeOS workaround macro;
22838         this adjusts to the change to AC_MBSTATE_T.
22839
22840 2000-07-14  Jim Meyering  <meyering@lucent.com>
22841
22842         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
22843         jm_AC_TYPE_UINTMAX_T.
22844
22845 2000-07-13  Paul Eggert  <eggert@twinsun.com>
22846
22847         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
22848
22849         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
22850         quotearg_buffer_restyled): Add support for
22851         clocale_quoting_style.  Undo previous change to
22852         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
22853         and "{RIGHT QUOTATION MARK}" msgids.
22854
22855 2000-07-10  Paul Eggert  <eggert@twinsun.com>
22856
22857         From a suggestion by Bruno Haible.
22858         * m4/mbstate_t.m4 (AC_MBSTATE_T):
22859         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
22860         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
22861         and mbstate_t, to a single-part test that simply defines mbstate_t.
22862         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
22863         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
22864
22865 2000-07-10  Jim Meyering  <meyering@lucent.com>
22866
22867         * m4/strerror_r.m4: Mirror the correction made in autoconf.
22868
22869         * m4/gnu-source.m4: Output to confdefs.h directly.
22870         Suggestion from Akim Demaille.
22871
22872 2000-07-09  Paul Eggert  <eggert@twinsun.com>
22873
22874         The old behavior of quoting `like this' doesn't look good with
22875         newer, ISO-style fonts.  See:
22876         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
22877
22878         Instead, quote "like this" by default.  Let the translator
22879         tailor the locale-specific quoting behavior by providing
22880         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
22881
22882         * lib/quotearg.c (N_): New macro.
22883         (gettext_default): New function.
22884         (quotearg_buffer_restyled): Use
22885         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
22886         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
22887
22888 2000-07-09  Jim Meyering  <meyering@lucent.com>
22889
22890         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
22891         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
22892
22893         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
22894         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
22895
22896 2000-07-09  Jim Meyering  <meyering@lucent.com>
22897
22898         * lib/Most files: Update copyright dates to include 2000.
22899
22900 2000-07-08  Jim Meyering  <meyering@lucent.com>
22901
22902         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
22903         if not defined.
22904         (xgethostname): Remove now-unnecessary #ifdef.
22905         Move declaration of `err' into loop where it's used.
22906
22907 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22908         and Bruno Haible  <haible@clisp.cons.org>
22909
22910         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
22911         only if the test for an object-type mbstate_t fails.  This
22912         prevents us from mistakenly reporting that mbstate_t is a
22913         system object type after we "#define mbstate_t int" to work
22914         around its lack.
22915
22916 2000-07-05  Paul Eggert  <eggert@twinsun.com>
22917         and Bruno Haible  <haible@clisp.cons.org>
22918
22919         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
22920
22921 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22922
22923         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
22924         to strerror_r.
22925         Include <ctype.h> for use of isalpha.
22926
22927 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22928
22929         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
22930         by allocating a larger buffer. Test the gethostname return value for
22931         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
22932         returns an error and ENAMETOOLONG isn't defined.
22933
22934 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
22935
22936         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
22937         dimension.
22938
22939 2000-07-04  Jim Meyering  <meyering@lucent.com>
22940
22941         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
22942         of the deprecated AC_CHECKING.
22943
22944 2000-07-04  Jim Meyering  <meyering@lucent.com>
22945
22946         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
22947         Reported by Bruno Haible.
22948
22949 2000-07-04  Jim Meyering  <meyering@lucent.com>
22950
22951         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
22952         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
22953         lacks mbrtowc.
22954
22955 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22956
22957         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
22958         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
22959
22960 2000-07-03  Paul Eggert  <eggert@twinsun.com>
22961         and Bruno Haible  <haible@clisp.cons.org>
22962
22963         * lib/quotearg.c (mbrtowc):
22964         Assign to *pwc, and return 1 only if result is nonzero.
22965         (iswprint): Use ISPRINT when substituting our own mbrtowc.
22966
22967 2000-07-03  Jim Meyering  <meyering@lucent.com>
22968
22969         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
22970
22971 2000-07-03  Jim Meyering  <meyering@lucent.com>
22972
22973         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
22974         This is necessary to get a definition of e.g., UTMP_FILE on
22975         HP-UX 10.20.
22976         From Bob Proulx.
22977
22978 2000-07-02  Jim Meyering  <meyering@lucent.com>
22979
22980         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
22981
22982         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
22983         AC_LIBOBJ(function_name).
22984         * m4/chown.m4: Likewise.
22985         * m4/fnmatch.m4: Likewise.
22986         * m4/ftruncate.m4: Likewise.
22987         * m4/getgroups.m4: Likewise.
22988         * m4/getline.m4: Likewise.
22989         * m4/group-member.m4: Likewise.
22990         * m4/jm-macros.m4: Likewise.
22991         * m4/lstat.m4: Likewise.
22992         * m4/malloc.m4: Likewise.
22993         * m4/memcmp.m4: Likewise.
22994         * m4/nanosleep.m4: Likewise.
22995         * m4/putenv.m4: Likewise.
22996         * m4/realloc.m4: Likewise.
22997         * m4/regex.m4: Likewise.
22998         * m4/stat.m4: Likewise.
22999         * m4/strftime.m4: Likewise.
23000
23001 2000-07-02  Jim Meyering  <meyering@lucent.com>
23002
23003         * lib/quotearg.c (mbstate_t): Don't define here.
23004
23005 2000-07-02  Jim Meyering  <meyering@lucent.com>
23006
23007         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23008
23009 2000-07-01  Jim Meyering  <meyering@lucent.com>
23010
23011         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23012
23013 2000-07-01  Jim Meyering  <meyering@lucent.com>
23014
23015         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23016         problem.
23017
23018 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23019
23020         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23021         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23022
23023 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23024
23025         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23026         per change in ../m4/ls-mntd-fs.m4.
23027         (read_filesystem_list): Ignore symbolic links.
23028
23029 2000-06-29  Jim Meyering  <meyering@lucent.com>
23030
23031         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23032         for declaration of strcmp.
23033
23034         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23035
23036         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23037         Avoid warning by casting result to `char *' to remove `const'.
23038
23039 2000-06-28  Jim Meyering  <meyering@lucent.com>
23040
23041         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23042         included by quotearg.c, for which we perform this test.  From
23043         Bruno Haible.
23044
23045 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23046
23047         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23048         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23049         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23050
23051 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23052
23053         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23054
23055 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23056
23057         savedir now sets errno on failure and invokes xmalloc to get memory.
23058         Fix a couple of other minor bugs while we're at it.
23059
23060         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23061         (NAMLEN): Remove macro.
23062         (malloc, realloc): Remove decls.
23063         (stpcpy): Likewise.
23064         ("xalloc.h"): Include.
23065         (NAME_SIZE_DEFAULT): New macro.
23066         (savedir): Use xmalloc / xrealloc to allocate memory.
23067         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23068         Skip "" directory entries.
23069         Use strlen to calculate directory entry length, since the old method
23070         is rarely used these days and isn't worth supporting.
23071         Don't use a pointer after freeing it.
23072         Check for integer overflow when calculating allocation size.
23073         Use memcpy to copy entries, instead of stpcpy.
23074         Set errno properly when returning NULL.
23075         Check for readdir error.
23076
23077 2000-06-26  Jim Meyering  <meyering@lucent.com>
23078
23079         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23080
23081 2000-06-25  Jim Meyering  <meyering@lucent.com>
23082
23083         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23084         Linux header bug when _XOPEN_SOURCE is defined to 500.
23085
23086 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23087
23088         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
23089         deficiency.
23090
23091 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
23092
23093         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
23094         Include xalloc.h.
23095         Don't include <stdlib.h>.  Don't declare malloc, realloc.
23096
23097 2000-06-24  Jim Meyering  <meyering@lucent.com>
23098
23099         * m4/strerror_r.m4: Revive this file -- to try out an experimental
23100         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
23101         for which strerror does return char*, but which lacks a conveniently
23102         accessible declaration of the function.  If the compile-test says
23103         strerror_r doesn't work, then resort to a `run'-test that works on
23104         BeOS and segfaults on DEC Unix.
23105
23106 2000-06-24  Jim Meyering  <meyering@lucent.com>
23107
23108         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
23109
23110 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23111
23112         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
23113         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
23114
23115 2000-06-23  Paul Eggert  <eggert@twinsun.com>
23116
23117         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
23118         (mbrtowc, mbstate_t): Define substitutes if
23119         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
23120         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
23121         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
23122
23123 2000-06-23  Jim Meyering  <meyering@lucent.com>
23124
23125         * m4/afs.m4: Add missing AC_MSG_RESULT.
23126         Reported by Bruno Haible.
23127
23128         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
23129         Suggestion from Bruno Haible.
23130
23131 2000-06-23  Jim Meyering  <meyering@lucent.com>
23132
23133         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
23134
23135 2000-06-21  Jim Meyering  <meyering@lucent.com>
23136
23137         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
23138
23139 2000-06-21  Jim Meyering  <meyering@lucent.com>
23140
23141         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
23142         (noinst_HEADERS): Add getstr.h.
23143
23144         * lib/getline.c (getstr): Move into a separate file.
23145         * lib/getstr.c (getstr): New file, extracted from getline.c, with
23146         the following changes: new parameter, delim2; both delim[12]
23147         parameters have type `int', not `char'.  The latter would lose
23148         with 8-bit delimiters.
23149         * lib/getstr.h: New file.
23150
23151 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23152
23153         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
23154         than 1024, return a memory chunk of least possible size, instead
23155         of size PATH_MAX + 2. In the loop, increment the size proportionally.
23156         Use free/xmalloc instead of xrealloc to avoid copying for very long
23157         paths.
23158
23159 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23160
23161         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
23162         the empty string.
23163
23164 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
23165
23166         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
23167         address, not strdup.  Include <stdlib.h> and don't declare free().
23168
23169 2000-06-19  Jim Meyering  <meyering@lucent.com>
23170
23171         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
23172
23173 2000-06-18  Jim Meyering  <meyering@lucent.com>
23174
23175         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
23176
23177         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
23178         `checking whether...' message to be consistent with that of the
23179         lstat test.
23180
23181 2000-06-18  Jim Meyering  <meyering@lucent.com>
23182
23183         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
23184         Besides, these days every porting target provides a mkdir function.
23185
23186         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
23187         needed. (this snippet comes from src/system.h).
23188
23189 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
23190
23191         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
23192
23193 2000-06-15  Paul Eggert  <eggert@twinsun.com>
23194
23195         * lib/human.c (adjust_value): New function.
23196         (human_readable_inexact): Apply rounding style even when
23197         printing approximate values.
23198
23199 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23200
23201         * lib/human.c (human_readable_inexact): Allow an input block
23202         size that is not a multiple of the output block size, and vice versa.
23203         Reported by Piergiorgio Sartor.
23204
23205 2000-06-14  Paul Eggert  <eggert@twinsun.com>
23206
23207         * lib/getdate.y (get_date): Apply relative times after time
23208         zone indicator, not before.  Reported by Todd A. Jacobs.
23209
23210 2000-06-13  Jim Meyering  <meyering@lucent.com>
23211
23212         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
23213
23214         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
23215
23216 2000-06-12  Paul Eggert  <eggert@twinsun.com>
23217
23218         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
23219
23220 2000-06-12  Jim Meyering  <meyering@lucent.com>
23221
23222         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
23223         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
23224         optional argument.
23225         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
23226         the optional argument, `lib'.
23227
23228 2000-06-08  Jim Meyering  <meyering@lucent.com>
23229
23230         * m4/largefile.m4: Remove file (now that it's part of autoconf).
23231
23232 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23233
23234         Rewrite largefile configuration so that we don't need to run
23235         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
23236         AC_CANONICAL_HOST in configure.in -- jmm]
23237
23238         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
23239         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
23240         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
23241         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
23242         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
23243         All uses changed.
23244         Instead of inspecting the output of getconf, try to compile the
23245         test program without and with the macro definition.
23246         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
23247         for getconf.  Instead, check for the needed flags by compiling
23248         test programs.
23249
23250 2000-06-04  Paul Eggert  <eggert@twinsun.com>
23251
23252         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
23253
23254 2000-06-04  Jim Meyering  <meyering@lucent.com>
23255
23256         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
23257         SunOS 4.1.4 for which gid_t is an unsigned type.
23258
23259 2000-06-03  Jim Meyering  <meyering@lucent.com>
23260
23261         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
23262         now that autoconf requires that.
23263
23264         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
23265         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
23266         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
23267
23268 2000-06-03  Jim Meyering  <meyering@lucent.com>
23269
23270         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
23271
23272 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23273
23274         * m4/glibc21.m4: New file.
23275         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
23276
23277 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
23278
23279         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
23280         newer, don't install charset.alias.
23281         * lib/config.charset: Change the Linux/glibc rules so they become empty
23282         on glibc-2.1 or newer.
23283
23284 2000-06-02  Jim Meyering  <meyering@lucent.com>
23285
23286         * lib/mountlist.c: Back out last change.  Instead, do this...
23287         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
23288         me_dummy member using the same `ignore'-testing code.
23289         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
23290         fs_type strings.
23291         From Mark D. Roth.
23292
23293 2000-05-29  Jim Meyering  <meyering@lucent.com>
23294
23295         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
23296         mounts with the `ignore' attribute.  Based on a patch from
23297         Mark D. Roth.
23298
23299 2000-05-28  Jim Meyering  <meyering@lucent.com>
23300
23301         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
23302         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23303         * m4/stat.m4: Likewise.
23304         * m4/lstat.m4: Likewise.
23305         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
23306
23307         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
23308         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
23309
23310 2000-05-26  Jim Meyering  <meyering@lucent.com>
23311
23312         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
23313
23314 2000-05-24  Jim Meyering  <meyering@lucent.com>
23315
23316         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
23317         autoconf requires that.
23318         * m4/lib-check.m4: Likewise.
23319         * m4/jm-macros.m4: Likewise.
23320         * m4/strftime.m4: Likewise.
23321
23322         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
23323         AC_CHECK_DECLS, now that autoconf requires that.
23324
23325 2000-05-22  Jim Meyering  <meyering@lucent.com>
23326
23327         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
23328         * m4/lstat.m4: Likewise.
23329
23330 2000-05-22  Jim Meyering  <meyering@lucent.com>
23331
23332         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
23333
23334 2000-05-20  Jim Meyering  <meyering@lucent.com>
23335
23336         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
23337         (jm_PREREQ): Use it.
23338
23339 2000-05-18  Jim Meyering  <meyering@lucent.com>
23340
23341         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
23342         back, too, since it may have been modified by allocate_entry.
23343         (hash_delete): Rewrite to use neither the assignment operator
23344         nor the comma operator in an if-expression.
23345
23346 2000-05-15  Paul Eggert  <eggert@twinsun.com>
23347
23348         * lib/closeout.c:
23349         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
23350         Remove; no longer needed.
23351         "quotearg.h": Add include.
23352         (file_name): Do not bother to explicitly initialize to NULL; it's less
23353         efficient on some hosts.
23354         (close_stdout_status): Remove test as to whether stdout was already
23355         closed; it breaks for the case "echo x | sort >&-".
23356         Quote file name colons.
23357         Do not assume that _("write error") lacks format strings.
23358
23359 2000-05-15  Jim Meyering  <meyering@lucent.com>
23360
23361         * lib/version-etc.c (version_etc_copyright): Update the copyright
23362         string used in all --version output.
23363
23364 2000-05-14  Jim Meyering  <meyering@lucent.com>
23365
23366         * lib/closeout.c (close_stdout_set_file_name): New function.
23367         (close_stdout_status): Use new file-scoped global.
23368         Return right away if fstat says the stdout file descriptor is invalid.
23369         * lib/closeout.h (close_stdout_set_file_name): Declare.
23370
23371 2000-05-10  Jim Meyering  <meyering@lucent.com>
23372
23373         * lib/closeout.c [default_exit_status]: New file-scoped variable.
23374         (close_stdout_set_status): New function.
23375         * lib/closeout.h (close_stdout_set_status): Declare.
23376
23377 2000-05-09  Jim Meyering  <meyering@lucent.com>
23378
23379         * m4/gettext.m4: Rename this...
23380         * m4/libintl.m4: ...to this.
23381
23382 2000-05-08  Jim Meyering  <meyering@lucent.com>
23383
23384         * lib/long-options.c: Don't include closeout.h.
23385         (parse_long_options): Don't call close_stdout for --version.
23386
23387 2000-05-06  Paul Eggert  <eggert@twinsun.com>
23388
23389         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
23390         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
23391         2.1.3 bug.  This avoids a clash when files like regex.c define
23392         _GNU_SOURCE.
23393
23394 2000-05-06  Jim Meyering  <meyering@lucent.com>
23395
23396         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
23397         (AC_REPLACE_FUNCS): Add strnlen.
23398
23399         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
23400         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
23401
23402         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
23403         AC_SEARCH_LIBS call for nanosleep.
23404         (LIB_NANOSLEEP): Set and AC_SUBST.
23405
23406 2000-05-06  Jim Meyering  <meyering@lucent.com>
23407
23408         * lib/strnlen.c: Undefine __strnlen and strnlen.
23409         [!weak_alias]: Define __strnlen to strnlen.
23410
23411         * lib/atexit.c: New file, from libiberty.
23412
23413 2000-05-06  Jim Meyering  <meyering@lucent.com>
23414
23415         * lib/closeout.c (close_stdout_status): Also check for errors on the
23416         stderr stream.
23417
23418 2000-05-05  Jim Meyering  <meyering@lucent.com>
23419
23420         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
23421         AC_SEARCH_LIBS call for clock_gettime.
23422         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
23423
23424         * m4/search-libs.m4: Update from autoconf.
23425
23426         su doesn't work on Solaris 2.6.
23427         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
23428         <shadow.h>.  Reported by Dragos Harabor.
23429
23430 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
23431
23432         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
23433         memcpy instead of xmalloc, xrealloc, path_concat.
23434         (locale_charset): Treat empty environment variables as absent.
23435         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
23436
23437 2000-05-04  Jim Meyering  <meyering@lucent.com>
23438
23439         * lib/getopt.c: Update from glibc.
23440         * lib/obstack.c: Likewise.
23441         * lib/obstack.h: Likewise.
23442         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
23443         file
23444
23445         * lib/regex.h: Likewise.
23446         * lib/strndup.c: Likewise.
23447         * lib/strnlen.c: New file, from glibc.
23448
23449 2000-05-03  Jim Meyering  <meyering@lucent.com>
23450
23451         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
23452
23453 2000-05-02  Paul Eggert  <eggert@twinsun.com>
23454
23455         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
23456         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
23457         compile-time test, rather than inspecting host and OS, to
23458         decide whether to define _LARGEFILE_SOURCE.
23459
23460 2000-05-01  Jim Meyering  <meyering@lucent.com>
23461
23462         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
23463
23464         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
23465         Based on a patch from Bruno Haible.
23466
23467 2000-05-01  Jim Meyering  <meyering@lucent.com>
23468
23469         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
23470
23471 2000-04-29  Jim Meyering  <meyering@lucent.com>
23472
23473         * lib/path-concat.c: Declare strdup only if it's not defined.
23474         * lib/canon-host.c: Likewise.
23475
23476 2000-04-28  Jim Meyering  <meyering@lucent.com>
23477
23478         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
23479         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
23480         is included first, then limits.h is included by locale.h by libintl.h.
23481         From John David Anglin.
23482
23483 2000-04-25  Jim Meyering  <meyering@lucent.com>
23484
23485         * lib/makepath.c (S_IRWXUGO): Define.
23486         (make_path): Always perform explicit chmod if MODE specifies any
23487         of the `special' permission bits.  Prompted by a bug report against
23488         install from Mate Wierdl and Joost van Baal.
23489
23490 2000-04-18  Jim Meyering  <meyering@lucent.com>
23491
23492         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
23493         (jm_PREREQ): Use it.
23494
23495 2000-04-18  Jim Meyering  <meyering@lucent.com>
23496
23497         * lib/README: New file.
23498
23499         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
23500         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
23501
23502 2000-04-17  Jim Meyering  <meyering@lucent.com>
23503
23504         Get it right :-)
23505         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
23506         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
23507         Suggestion from Akim Demaille.
23508
23509 2000-04-17  Jim Meyering  <meyering@lucent.com>
23510
23511         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
23512         the definition of it to rpl_strftime also defined-away the system's
23513         declaration.
23514
23515 2000-04-15  Jim Meyering  <meyering@lucent.com>
23516
23517         Use `C' to denote so-called `contiguous' files, the same way
23518         that tar does.
23519         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
23520         (ftypelet): Use S_ISCTG.
23521         From Michael Deutschmann.
23522
23523 2000-04-14  Jim Meyering  <meyering@lucent.com>
23524
23525         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
23526         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
23527         clobbered.
23528
23529 2000-04-14  Jim Meyering  <meyering@lucent.com>
23530
23531         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
23532
23533 2000-04-13  Jim Meyering  <meyering@lucent.com>
23534
23535         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
23536         AH_VERBATIM to insert required #ifndef into config.h.in.
23537         Suggestion from Akim Demaille.
23538
23539 2000-04-12  Jim Meyering  <meyering@lucent.com>
23540
23541         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
23542         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
23543         Christian Krackowizer.
23544
23545         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
23546         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
23547         (AC_SYS_LARGEFILE): Require.
23548         (AM_C_PROTOTYPES): Require.
23549
23550 2000-04-08  Jim Meyering  <meyering@lucent.com>
23551
23552         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
23553         names don't conflict.  Reported by Eli Zaretskii.
23554
23555 2000-04-07  Jim Meyering  <meyering@lucent.com>
23556
23557         * lib/putenv.c: Move inclusion of errno.h so it follows that of
23558         sys/types.h, to work around system header problems on AIX 3.2.5.
23559         From Bruno Haible.
23560
23561 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
23562
23563         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
23564         bug.  Deal with the different error behavior of Irix iconv.
23565
23566 2000-04-05  Paul Eggert  <eggert@twinsun.com>
23567
23568         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
23569         IRIX if the installer said otherwise.
23570
23571 2000-04-05  Jim Meyering  <meyering@lucent.com>
23572
23573         Portability tweaks required for ultrix4.3.
23574         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
23575         (jm_CHECK_DECLS): Add getutent to the list of functions.
23576         (_jm_DECL_HEADERS): Add utmpx.h.
23577         From John David Anglin.
23578
23579         * m4/strftime.m4: Back out the 2000-04-02 change.
23580         Instead of that change, simply undefine putenv in the test program.
23581
23582 2000-04-05  Jim Meyering  <meyering@lucent.com>
23583
23584         Portability tweaks required for ultrix4.3.
23585         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
23586         getutent.
23587         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
23588         * lib/canon-host.c: Declare strdup.
23589         * lib/path-concat.c: Likewise.
23590         From John David Anglin.
23591
23592 2000-04-04  Jim Meyering  <meyering@lucent.com>
23593
23594         Be more DOS 8.3-friendly.
23595         * lib/ref-add.sin: Renamed from ref-add.sed.in.
23596         * lib/ref-del.sin: Renamed from ref-del.sed.in.
23597         * lib/Makefile.am: Reflect renaming.
23598         Reported by Eli Zaretskii.
23599
23600         Use a temporary file name that won't clash with `charset.alias'
23601         in the DOS 8.3 name space.
23602         * lib/Makefile.am (charset_tmp): Define.
23603         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
23604         (uninstall-local): Likewise.
23605         Reported by Eli Zaretskii.
23606
23607 2000-04-03  Jim Meyering  <meyering@lucent.com>
23608
23609         * m4/gettext.m4: Fix typo in comment.
23610
23611         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
23612         textutils/configure.in).  Suggestion from Paul Eggert.
23613         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
23614
23615 2000-04-02  Paul Eggert  <eggert@twinsun.com>
23616
23617         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
23618         variable in the shell rather than using putenv, which isn't
23619         portable.  This avoids the configure-time inter-test dependency
23620         on the potentially-renamed putenv function.
23621
23622 2000-03-30  Paul Eggert  <eggert@twinsun.com>
23623
23624         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
23625         before checking struct stat.st_blksize, so that
23626         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
23627
23628 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23629
23630         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
23631         since strftime.c uses HAVE_STRFTIME to decide whether to use
23632         the underlying strftime.
23633
23634 2000-03-29  Paul Eggert  <eggert@twinsun.com>
23635
23636         * lib/time/strftime.c (my_strftime): Make sure we call the system
23637         strftime, not ourselves, when invoking the underlying strftime.
23638
23639 2000-03-24  Jim Meyering  <meyering@lucent.com>
23640
23641         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
23642         (charset_alias): Define.
23643         (install-exec-local): Factor out common code.
23644         (uninstall-local): Split lines longer than 80.
23645         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
23646         (SUFFIXES): Define.
23647         (.sed.in.sed): New rule.  Don't redirect directly to $@.
23648         (CLEANFILES): Add ref-add.sed and ref-del.sed.
23649
23650 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
23651
23652         * lib/config.charset: Output a line containing "Packages using this
23653         file".
23654         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
23655         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
23656         ref-del.sed): New rules.
23657
23658 2000-03-17  Jim Meyering  <meyering@lucent.com>
23659
23660         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
23661         Otherwise, include <strings.h>
23662
23663 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
23664
23665         * lib/unicodeio.c (utf8_wctomb): New function.
23666         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
23667         format instead of in UCS-4 with platform dependent endianness.
23668
23669 2000-03-10  Jim Meyering  <meyering@lucent.com>
23670
23671         * m4/lib-check.m4: Look for getspnam in -lgen, too.
23672         From Marco Franzen.
23673
23674 2000-03-07  Paul Eggert  <eggert@twinsun.com>
23675
23676         * lib/savedir.c (savedir): Work even if directory size is
23677         negative; this can happen with some screwy NFS configurations.
23678
23679 2000-03-06  Jim Meyering  <meyering@lucent.com>
23680
23681         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
23682         if it's NULL (because we ran out of memory).  From Bruno Haible.
23683
23684 2000-03-05  Jim Meyering  <meyering@lucent.com>
23685
23686         * lib/localcharset.c ("path-concat.h"): Include.
23687         (get_charset_aliases): Use path_concat instead of ANSI string
23688         concatenation.
23689
23690         * lib/unicodeio.h (PARAMS): Define.
23691         Use it to guard prototype.
23692
23693 2000-03-04  Jim Meyering  <meyering@lucent.com>
23694
23695         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
23696         for lib/localcharset.c.
23697
23698 2000-03-04  Jim Meyering  <meyering@lucent.com>
23699
23700         * lib/Makefile.am (install-exec-local): Create $(libdir) before
23701         installing into it.
23702         (uninstall-local): Uncomment this rule so `make distcheck' works
23703         once again.
23704
23705         * lib/unicodeio.c (<errno.h>): Include it.
23706         (errno): Declare if not defined.
23707
23708         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
23709
23710         * lib/config.charset: New version, incorporating remarks from a linux
23711         i18n mailing list.  From Bruno Haible.
23712
23713 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
23714
23715         * m4/codeset.m4: New file.
23716         * m4/iconv.m4: New file.
23717         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
23718
23719 2000-03-03  Jim Meyering  <meyering@lucent.com>
23720
23721         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
23722
23723 2000-03-02  Jim Meyering  <meyering@lucent.com>
23724
23725         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
23726         the messages come out on separate lines.
23727
23728         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
23729         rather than jm_CHECK_DECLARATIONS.
23730         * m4/decl.m4: Remove now-unused file.
23731
23732         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
23733         geteuid.
23734
23735 2000-03-02  Jim Meyering  <meyering@lucent.com>
23736
23737         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
23738
23739 2000-03-01  Jim Meyering  <meyering@lucent.com>
23740
23741         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
23742         * lib/unicodeio.c: Likewise.
23743
23744 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
23745
23746         * lib/config.charset: New file.
23747         * lib/localcharset.c: New file.
23748         * lib/unicodeio.h, lib/unicodeio.c: New files.
23749         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
23750         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
23751         (noinst_HEADERS): Add unicodeio.h.
23752         (all-local, install-exec-local, charset.alias): New targets.
23753
23754 2000-02-28  Paul Eggert  <eggert@twinsun.com>
23755
23756         * lib/quotearg.c (ALERT_CHAR): New macro.
23757         (quotearg_buffer_restyled): Use it.
23758
23759 2000-02-27  Jim Meyering  <meyering@lucent.com>
23760
23761         * m4/check-decl.m4: Add getenv to the list.
23762
23763 2000-02-27  Jim Meyering  <meyering@lucent.com>
23764
23765         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
23766         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
23767
23768         * lib/backupfile.c: Guard inclusion of stdlib.h with
23769         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
23770         Declare malloc if needed.
23771
23772         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
23773         `#ifndef HAVE_DECL..'
23774         now that autoconf always defines the HAVE_DECL_ symbols.
23775         * lib/human.c: Likewise.
23776         * lib/same.c: Likewise.
23777         * lib/strtoumax.c: Likewise.
23778
23779         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
23780         declaration check was not run.
23781         * lib/hash.c: Likewise.
23782         * lib/human.c: Likewise.
23783         * lib/same.c: Likewise.
23784         * lib/strtoumax.c: Likewise.
23785
23786         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
23787         `.', then first look up the entire `.'-containing string as a login
23788         name.
23789
23790 2000-02-23  Jim Meyering  <meyering@lucent.com>
23791
23792         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
23793         in place of my hack.
23794
23795 2000-02-18  Paul Eggert  <eggert@twinsun.com>
23796
23797         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
23798         (textint): New typedef.
23799         (parser_control): Member year changed from int to textint.
23800         All uses changed.
23801         (YYSTYPE): Removed; replaced by %union with int and textint members.
23802         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
23803         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
23804         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
23805         (tSNUMBER, tUNUMBER): Now of type <textintval>.
23806         (date, number, to_year): Use width of number in digits, not its value,
23807         to determine whether it's a 2-digit year, or a 2-digit time.
23808         (yylex): Store number of digits of numeric tokens.
23809         Reported by John Kendall.
23810
23811         (parser_control): Changed from struct parser_control to typedef (for
23812         consistency).  All uses changed.
23813
23814         (tID): Removed; not used.
23815         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
23816
23817 2000-02-14  Paul Eggert  <eggert@twinsun.com>
23818
23819         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
23820         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
23821
23822 2000-02-12  Jim Meyering  <meyering@lucent.com>
23823
23824         * lib/userspec.c (ISDIGIT): Define it.
23825         (isdigit): Remove definition.
23826         (is_number): Use ISDIGIT, not isdigit.
23827         <libintl.h>: Include.
23828         (_ and N_): Define.
23829         (parse_user_spec): Mark translatable strings.
23830
23831 2000-02-10  Jim Meyering  <meyering@lucent.com>
23832
23833         With these changes, nanosleep.[ch] are finally enough like the other
23834         lib/* replacement files to compile on a few more losing systems.
23835
23836         * lib/nanosleep.h: Don't include config.h.
23837         Remove prototype from declaration of nanosleep.
23838         (PARAMS): Remove now-unneeded definition.
23839         * lib/nanosleep.c: #undef nanosleep.
23840         (rpl_nanosleep): Rename from nanosleep.
23841
23842 2000-02-10  Jim Meyering  <meyering@lucent.com>
23843
23844         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
23845         gnu_nanosleep to rpl_nanosleep.
23846
23847 2000-02-09  Jim Meyering  <meyering@lucent.com>
23848
23849         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
23850         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
23851
23852 2000-02-08  Akim Demaille  <akim@epita.fr>
23853
23854         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
23855         `[' and `]' and remove uses of `changequote'.
23856         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
23857         (AC_SYS_LARGEFILE): Likewise.
23858         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
23859         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
23860         of changequote.
23861         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
23862         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
23863         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
23864         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
23865
23866 2000-02-05  Jim Meyering  <meyering@lucent.com>
23867
23868         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
23869         Remove explicit use of AC_HEADER_TIME.  It is required by
23870         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
23871         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
23872         in autoconf whereby the expansion of the latter ended up preceding
23873         the expansion of its prerequisite, AC_HEADER_TIME.
23874         Reported by Volker Borchert.
23875
23876 2000-02-03  Jim Meyering  <meyering@lucent.com>
23877
23878         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
23879
23880 2000-02-03  Jim Meyering  <meyering@lucent.com>
23881
23882         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
23883         rather than with `#if HAVE_UTMPNAME'.
23884
23885 2000-02-02  Jim Meyering  <meyering@lucent.com>
23886
23887         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
23888         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
23889         Reported by Eli Zaretskii.
23890
23891 2000-02-01  Jim Meyering  <meyering@lucent.com>
23892
23893         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
23894
23895 2000-01-31  Jim Meyering  <meyering@lucent.com>
23896
23897         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
23898         functions.  Add the time.h and sys/time.h headers along with the
23899         AC_REQUIRE'ment of AC_HEADER_TIME.
23900
23901 2000-01-31  Jim Meyering  <meyering@lucent.com>
23902
23903         * lib/nanosleep.h (nanosleep): Guard declaration with
23904         `#if ! HAVE_DECL_NANOSLEEP'.
23905         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
23906         the declaration in that vendor's sys/timers.h.
23907         Reported by Christian Krackowizer.
23908
23909         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
23910         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
23911         (ISPRINT): Likewise.
23912         Reported by Tom Tromey.
23913
23914 2000-01-30  Jim Meyering  <meyering@lucent.com>
23915
23916         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
23917
23918         * m4/prereq.m4 (utmp_includes): Define.
23919         Check for ut_user and ut_name members in both struct utmpx
23920         and struct utmp.
23921
23922 2000-01-30  Jim Meyering  <meyering@lucent.com>
23923
23924         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
23925         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
23926         header files where only utmpx.ut_user is declared.
23927
23928         * lib/readutmp.h (UT_USER): Define.
23929
23930 2000-01-29  Jim Meyering  <meyering@lucent.com>
23931
23932         * m4/lib-check.m4: New file containing library-related checks from
23933         fileutils and sh-utils (textutils had none).
23934
23935 2000-01-28  Jim Meyering  <meyering@lucent.com>
23936
23937         * m4/perl.m4: Change format of warning message to look more like that
23938         from the missing script.  Suggestion from François Pinard.
23939
23940 2000-01-25  Jim Meyering  <meyering@lucent.com>
23941
23942         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
23943         well as time.h in the compile check.
23944         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
23945         Fix typo in cross-compiling case: s/yes/no/.
23946
23947 2000-01-23  Jim Meyering  <meyering@lucent.com>
23948
23949         * m4/jm-macros.m4: Move df-related tests here from
23950         fileutils/configure.in
23951
23952         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
23953         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
23954
23955         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
23956         s/space/ac_fsusage_space/.
23957         (jm_FILE_SYSTEM_USAGE): Take two parameters.
23958
23959         * m4/ftruncate.m4: New file (derived from part of
23960         fileutils/configure.in).
23961         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
23962         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
23963
23964         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
23965         AC_SUBST these here, rather than just in sh-util/configure.in, so
23966         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
23967         all the same.
23968         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
23969         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
23970         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
23971         (AC_SUBST(POW_LIBM)): Likewise.
23972         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
23973
23974 2000-01-23  Jim Meyering  <meyering@lucent.com>
23975
23976         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
23977         obstack.c.
23978
23979 2000-01-22  Jim Meyering  <meyering@lucent.com>
23980
23981         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
23982
23983         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
23984
23985         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
23986         configure.in
23987         (AC_CHECK_HEADERS): Likewise for sh-utils.
23988         (AC_CHECK_HEADERS): Likewise for textutils.
23989         Merge the three lists of headers.
23990
23991         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
23992         from fileutils' configure.in.
23993
23994         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
23995         code. Moved tests into their own function (_jm_DECL_HEADERS) in
23996         check-decl.m4.
23997
23998         * m4/check-decl.m4: Use #if rather than #ifdef.
23999         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24000         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24001         (_jm_DECL_HEADERS): Define new function.
24002         (jm_CHECK_DECLARATIONS): Require it.
24003
24004 2000-01-22  Jim Meyering  <meyering@lucent.com>
24005
24006         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24007         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24008         Required for some AIX systems.  Reported by Christian Krackowizer.
24009         [TESTING] (main): New function.
24010
24011         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24012         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24013         letters.
24014
24015         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24016         iswprint.
24017
24018         * lib/strverscmp.c (ISDIGIT): Define.
24019         (strverscmp): Use ISDIGIT, not isdigit.
24020
24021 2000-01-19  Jim Meyering  <meyering@lucent.com>
24022
24023         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24024         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24025         defines `struct timespec' in <sys/time.h>
24026
24027         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24028         Thanks to Akim for explaining.
24029
24030 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24031
24032         * lib/nanosleep.c (nanosleep):
24033         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24034         POSIX.1 doesn't require SA_INTERRUPT and some systems
24035         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24036         it's been part of POSIX.1 since day 1 (in 1988).
24037
24038 2000-01-17  Jim Meyering  <meyering@lucent.com>
24039
24040         * lib/interlock: Remove unused file.  Reported by François Pinard.
24041
24042 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24043
24044         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24045         alert, backslash, formfeed, and vertical tab unnecessarily in
24046         shell quoting style.
24047
24048 2000-01-16  Jim Meyering  <meyering@lucent.com>
24049
24050         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24051         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24052         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24053         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24054
24055 2000-01-16  Jim Meyering  <meyering@lucent.com>
24056
24057         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24058         because the latter didn't work.
24059
24060 2000-01-15  Jim Meyering  <meyering@lucent.com>
24061
24062         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24063         (AC_REPLACE_FUNCS): Add memcpy and memset.
24064         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24065         Add strpbrk.
24066         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24067
24068 2000-01-12  Jim Meyering  <meyering@lucent.com>
24069
24070         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24071         (jm_PREREQ): Use it.
24072         (jm_PREREQ_READUTMP): New macro.
24073         (jm_PREREQ): Use it.
24074
24075 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24076
24077         Quote multibyte characters correctly.
24078         * m4/c-bs-a.m4: New file.
24079         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24080         (jm_PREREQ): Use it.
24081
24082 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24083
24084         * m4/uintmax_t.m4: Port to autoconf 2.13.
24085
24086 2000-01-08  Jim Meyering  <meyering@ascend.com>
24087
24088         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
24089         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
24090
24091 2000-01-04  Jim Meyering  <meyering@ascend.com>
24092
24093         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
24094         jm_STRUCT_DIRENT_D_TYPE.
24095         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
24096         jm_STRUCT_DIRENT_D_INO.
24097         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
24098         jm_STRUCT_UTIMBUF.
24099         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
24100         renamings.
24101         * m4/utime.m4: Likewise.
24102
24103         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
24104         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
24105
24106 2000-01-03  Paul Eggert  <eggert@twinsun.com>
24107
24108         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
24109         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
24110
24111 2000-01-02  Jim Meyering  <meyering@ascend.com>
24112
24113         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
24114         remember if this is necessary.
24115
24116 1999-12-26  Jim Meyering  <meyering@ascend.com>
24117
24118         * m4/jm-macros.m4: Use it here.
24119         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
24120
24121 1999-12-23  Jim Meyering  <meyering@ascend.com>
24122
24123         * m4/jm-macros.m4: Check for clock_gettime (moved from
24124         fileutils/configure.in)
24125         Check for gettimeofday.
24126
24127 1999-12-20  Jim Meyering  <meyering@ascend.com>
24128
24129         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
24130         autoconf-2.14a-1999-12-20.
24131
24132 1999-12-19  Jim Meyering  <meyering@ascend.com>
24133
24134         * m4/lstat-slash.m4: New file.
24135         * m4/jm-macros.m4: Use the new macro:
24136         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24137
24138 1999-12-07  Jim Meyering  <meyering@ascend.com>
24139
24140         * m4/perl.m4: Require that File::Compare be available, too.
24141         Too many systems seem to lack it.
24142
24143         * m4/strftime.m4: Add checks for most of the cpp macros tested in
24144         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
24145
24146 1999-11-18  Paul Eggert  <eggert@twinsun.com>
24147
24148         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
24149         problem with the QNX 4.25 shell, which doesn't propagate exit
24150         status of failed commands inside shell assignments.
24151
24152 1999-11-17  Jim Meyering  <meyering@ascend.com>
24153
24154         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
24155
24156 1999-11-07  Jim Meyering  <meyering@ascend.com>
24157
24158         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
24159
24160 1999-11-06  Jim Meyering  <meyering@ascend.com>
24161
24162         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
24163         * m4/jm-macros.m4 (jm_MACROS): Use it here.
24164
24165 1999-11-05  Jim Meyering  <meyering@ascend.com>
24166
24167         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
24168         configure.in of textutils, fileutils, and sh-utils into this one
24169         (shared between those packages) file.
24170         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
24171         AC_STRUCT_ST_BLKSIZE.
24172
24173 1999-11-03  Jim Meyering  <meyering@ascend.com>
24174
24175         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
24176         of AC_CHECK_TYPE checks includes unistd.h.
24177         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
24178         Suggestion from Akim Demaille.
24179
24180 1999-10-30  Jim Meyering  <meyering@ascend.com>
24181
24182         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
24183         m4-quoted string.
24184         * m4/ls-mntd-fs.m4: Likewise.
24185         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
24186         * m4/jm-winsz1.m4: Likewise.
24187
24188         * m4/const.m4: Remove file, since the fix made it into the experimental
24189         version of autoconf.
24190         * m4/mktime.m4: Likewise.
24191
24192         * m4/check-type.m4: Remove file, now that the latest version of
24193         AC_CHECK_TYPE takes a third arg to specify additional #includes.
24194
24195         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
24196         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
24197         AC_CHECK_TYPE.
24198
24199 1999-10-04  Jim Meyering  <meyering@ascend.com>
24200
24201         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
24202
24203 1999-09-22  Paul Eggert  <eggert@twinsun.com>
24204
24205         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
24206         2.95.1 bug with HP-UX 10.20.
24207
24208 1999-09-17  Jim Meyering  <meyering@ascend.com>
24209
24210         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
24211         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
24212         due to missing strdup (against sh-utils-2.0).
24213
24214 1999-08-29  Jim Meyering  <meyering@ascend.com>
24215
24216         * m4/jm-macros.m4: Require jm_BISON.
24217         * m4/bison.m4: New file.
24218
24219 1999-08-17  Paul Eggert  <eggert@twinsun.com>
24220
24221         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
24222         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
24223
24224 1999-08-05  Jim Meyering  <meyering@ascend.com>
24225
24226         * m4/getline.m4: Rename test file from conftestdata to conftest.data
24227         to avoid conflicts with `conftest' on 8+3 filesystems.
24228         Suggestion from Eli Zaretskii.
24229
24230 1999-08-04  Jim Meyering  <meyering@ascend.com>
24231
24232         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
24233         fileutils and sh-utils (textutils's getline test was inadequate).
24234         (AM_FUNC_GETLINE): Run this test.
24235         (AC_CHECK_FUNCS): Check for getdelim.
24236         Reported by Bob Proulx.
24237
24238 1999-08-02  Jim Meyering  <meyering@ascend.com>
24239
24240         * m4/jm-macros.m4: Add a comment.
24241
24242 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24243
24244         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
24245         <inttypes.h> defines strtoumax as a macro (and not as a
24246         function).
24247
24248 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24249
24250         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
24251         that we can shift, multiply and divide unsigned long long
24252         values; Ultrix cc can't do it.
24253
24254 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24255
24256         * m4/mktime.m4: New file, which is a preview of what should appear
24257         in the next public autoconf release.
24258
24259 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24260
24261         * m4/lfs.m4: Remove this file.
24262         * m4/largefile.m4: New file.  It contains the old contents of
24263         lfs.m4, except that all names with prefix AC_LFS have been
24264         changed to use the prefix AC_SYS_LARGEFILE instead, to be
24265         compatible with future autoconf versions.  Also, some minor m4
24266         quoting problems have been fixed.
24267
24268 1999-08-01  Paul Eggert  <eggert@twinsun.com>
24269
24270         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
24271         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
24272         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
24273         and simplify the shell code.
24274
24275 1999-08-01  Jim Meyering  <meyering@ascend.com>
24276
24277         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
24278         m4.
24279
24280 1999-07-20  Jim Meyering  <meyering@ascend.com>
24281
24282         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
24283
24284 1999-07-15  Jim Meyering  <meyering@ascend.com>
24285
24286         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
24287
24288 1999-05-22  Jim Meyering  <meyering@ascend.com>
24289
24290         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
24291
24292 1999-05-20  Jim Meyering  <meyering@ascend.com>
24293
24294         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
24295         Add a colon after each `then' in case $4 is empty.
24296
24297 1999-05-16  Jim Meyering  <meyering@ascend.com>
24298
24299         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
24300
24301 1999-05-10  Jim Meyering  <meyering@ascend.com>
24302
24303         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
24304
24305         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
24306         AC_FUNC_MKTIME.
24307
24308 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
24309
24310         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
24311
24312 1999-05-04  Paul Eggert  <eggert@twinsun.com>
24313
24314         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
24315         not CPPFLAGS, so that linking works correctly in IRIX.
24316
24317 1999-04-30  Paul Eggert  <eggert@twinsun.com>
24318
24319         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
24320
24321 1999-04-20  Paul Eggert  <eggert@twinsun.com>
24322
24323         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
24324         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
24325         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
24326         jm_AC_TYPE_UNSIGNED_LONG_LONG.
24327         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
24328
24329         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
24330
24331 1999-04-20  Jim Meyering  <meyering@ascend.com>
24332
24333         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
24334         AC_REPLACE xstroull if necessary.  From Paul Eggert.
24335         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
24336
24337 1999-04-18  Jim Meyering  <meyering@ascend.com>
24338
24339         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
24340         * m4/jm-macros.m4: Use it.
24341
24342 1999-04-06  Jim Meyering  <meyering@ascend.com>
24343
24344         * m4/strftime.m4: Remove test for %f.
24345
24346 1999-03-29  Jim Meyering  <meyering@ascend.com>
24347
24348         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
24349         superset of the AC_TYPE_* checks in the textutils, fileutils,
24350         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
24351         AC_TYPE_PID_T.
24352
24353 1999-03-28  Jim Meyering  <meyering@ascend.com>
24354
24355         * m4/jm-macros.m4: Define GNU_PACKAGE here.
24356         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
24357         replaced e.g., in the *.sh files of the sh-utils.
24358
24359 1999-03-20  Jim Meyering  <meyering@ascend.com>
24360
24361         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
24362         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
24363         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
24364
24365 1999-03-19  Jim Meyering  <meyering@ascend.com>
24366
24367         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
24368
24369 1999-03-12  Jim Meyering  <meyering@ascend.com>
24370
24371         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
24372
24373 1999-03-07  Jim Meyering  <meyering@ascend.com>
24374
24375         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
24376         declared.
24377
24378 1999-02-17  Jim Meyering  <meyering@ascend.com>
24379
24380         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
24381         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
24382
24383 1999-02-07  Jim Meyering  <meyering@ascend.com>
24384
24385         * m4/group-member.m4: New file -- extracted from sh-utils'
24386         configure.in.
24387
24388         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
24389         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
24390
24391 1999-02-06  Jim Meyering  <meyering@ascend.com>
24392
24393         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
24394         * m4/fnmatch.m4: Likewise.
24395         * m4/getgroups.m4: Likewise.
24396         * m4/lstat.m4: Likewise.
24397         * m4/malloc.m4: Likewise.
24398         * m4/putenv.m4: Likewise.
24399         * m4/realloc.m4: Likewise.
24400         * m4/regex.m4: Likewise.
24401         * m4/stat.m4: Likewise.
24402         * m4/strftime.m4: Likewise.
24403         Suggestion from Alain Magloire.
24404
24405         * m4/chown.m4: Use `.$ac_objext', not `.o'.
24406         * m4/fnmatch.m4: Likewise.
24407         * m4/getgroups.m4: Likewise.
24408         * m4/getline.m4: Likewise.
24409         * m4/lstat.m4: Likewise.
24410         * m4/malloc.m4: Likewise.
24411         * m4/memcmp.m4: Likewise.
24412         * m4/putenv.m4: Likewise.
24413         * m4/realloc.m4: Likewise.
24414         * m4/regex.m4: Likewise.
24415         * m4/stat.m4: Likewise.
24416         * m4/strftime.m4: Likewise.
24417         Suggestion from Alain Magloire.
24418
24419         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
24420         an argument.
24421
24422         * m4/regex.m4: Add a run-time Test for proper operation of
24423         re_compile_pattern.
24424
24425 1999-01-31  Jim Meyering  <meyering@ascend.com>
24426
24427         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
24428
24429 1999-01-30  Jim Meyering  <meyering@ascend.com>
24430
24431         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
24432
24433         * m4/jm-mktime.m4: Make this a wrapper around the official
24434         AM_FUNC_MKTIME rather than my private copy, now that the official one
24435         is up to date.
24436         * m4/mktime.m4: Remove file.
24437
24438         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
24439         * m4/uptime.m4: Likewise.
24440         * m4/uintmax_t.m4: Likewise.
24441
24442 1999-01-28  Jim Meyering  <meyering@ascend.com>
24443
24444         * m4/jm-macros.m4: Use jm_AFS.
24445         * m4/afs.m4: New file (from fileutils' configure.in).
24446
24447         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
24448         * m4/chown.m4: Likewise.
24449         * m4/d-ino.m4: Likewise.
24450         * m4/d-type.m4: Likewise.
24451         * m4/fnmatch.m4: Likewise.
24452         * m4/getgroups.m4: Likewise.
24453         * m4/gettext.m4: Likewise.
24454         * m4/jm-mktime.m4: Likewise.
24455         * m4/jm-winsz2.m4: Likewise.
24456         * m4/lcmessage.m4: Likewise.
24457         * m4/ls-mntd-fs.m4: Likewise.
24458         * m4/malloc.m4: Likewise.
24459         * m4/memcmp.m4: Likewise.
24460         * m4/putenv.m4: Likewise.
24461         * m4/realloc.m4: Likewise.
24462         * m4/st_mtim.m4: Likewise.
24463         * m4/strftime.m4: Likewise.
24464
24465 1999-01-16  Jim Meyering  <meyering@ascend.com>
24466
24467         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
24468         (ARGMATCH_DIE_DECL): Define.
24469
24470 1999-01-12  Jim Meyering  <meyering@ascend.com>
24471
24472         * m4/Makefile.am.in: Rewrite to avoid using fmt.
24473         Reported by Lars Hecking.
24474
24475 1999-01-10  Jim Meyering  <meyering@ascend.com>
24476
24477         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
24478         gross kludge.
24479         * m4/inttypes_h.m4: Likewise.
24480         * m4/lstat.m4: Likewise.
24481         * m4/malloc.m4: Likewise.
24482         * m4/readdir.m4: Likewise.
24483         * m4/realloc.m4: Likewise.
24484         * m4/st_dm_mode.m4: Likewise.
24485         * m4/stat.m4: Likewise.
24486         * m4/utimbuf.m4: Likewise.
24487         * m4/utimes.m4: Likewise.
24488
24489         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
24490         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
24491         comments in config.h.in are meaningful.
24492
24493         * m4/jm-macros.m4: Require autoconf-2.13 here.
24494
24495         * m4/regex.m4: By default, don't use the included regex.c on systems
24496         with glibc 2.  Suggestion from Uli Drepper.
24497
24498 1999-01-02  Jim Meyering  <meyering@ascend.com>
24499
24500         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
24501
24502 1998-12-18  Jim Meyering  <meyering@ascend.com>
24503
24504         * m4/Makefile.am.in (Makefile.am): Simplify rule.
24505         Based on a suggestion from Lars Hecking.
24506
24507 1998-11-16  Paul Eggert  <eggert@twinsun.com>
24508
24509         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
24510
24511 1998-11-16  Jim Meyering  <meyering@ascend.com>
24512
24513         * m4/lfs.m4: Double-quote the `uname...` expression.
24514
24515 1998-11-14  Jim Meyering  <meyering@ascend.com>
24516
24517         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
24518         * m4/stat.m4: Likewise.
24519
24520 1998-11-03  Jim Meyering  <meyering@ascend.com>
24521
24522         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
24523         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
24524
24525 1998-10-18  Jim Meyering  <meyering@ascend.com>
24526
24527         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
24528
24529 1998-10-17  Jim Meyering  <meyering@ascend.com>
24530
24531         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
24532         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
24533         calls for those previously hard-coded headers.  Instead, take a new
24534         parameter.
24535         (jm_CHECK_DECLARATIONS): Reflect interface change.
24536         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
24537         (jm_CHECK_DECL_LOCALTIME_R): New macro.
24538
24539         * m4/mktime.m4: Test for spring-forward gap before long-running test.
24540
24541 1998-10-14  Jim Meyering  <meyering@ascend.com>
24542
24543         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
24544         instead of "TZ=America/Vancouver".  From Paul Eggert.
24545
24546 1998-10-11  Jim Meyering  <meyering@ascend.com>
24547
24548         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
24549         This adds a test for a recently added compatibility fix for mktime.c.
24550         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
24551
24552 1998-09-27  Jim Meyering  <meyering@ascend.com>
24553
24554         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
24555
24556         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
24557         ../configure.in, including a change from Gordon Matzigkeit to allow
24558         cross-compiling for the Hurd.
24559
24560         * m4/glibc.m4: New file/macro to test for the GNU C Library
24561         versions 1 and 2.  From Gordon Matzigkeit.
24562         Indent.
24563
24564 1998-09-21  Jim Meyering  <meyering@ascend.com>
24565
24566         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
24567
24568 1998-08-18  Paul Eggert  <eggert@twinsun.com>
24569
24570         Port nanosecond-resolution times to UnixWare 2.1.2 and
24571         pedantic Solaris 2.6.
24572
24573         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
24574         AC_STRUCT_ST_MTIM.
24575         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
24576         Generate name of ns member, instead of just 1 or undef.
24577         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
24578
24579 1998-08-15  Jim Meyering  <meyering@ascend.com>
24580
24581         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
24582         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
24583         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
24584         instead of jm_TYPE_SSIZE_T.
24585
24586 1998-08-12  Jim Meyering  <meyering@ascend.com>
24587
24588         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
24589
24590 1998-08-02  Jim Meyering  <meyering@ascend.com>
24591
24592         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
24593         in acconfig.h manually.
24594
24595 1998-07-31  Paul Eggert  <eggert@twinsun.com>
24596
24597         * m4/st_mtim.m4: New file.
24598
24599 1998-07-28  Jim Meyering  <meyering@ascend.com>
24600
24601         * m4/utimes.m4: Undef stat.
24602
24603 1998-07-25  Jim Meyering  <meyering@ascend.com>
24604
24605         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
24606         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
24607
24608 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
24609
24610         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
24611         uid and gid actually remain unchanged.
24612
24613 1998-07-07  Jim Meyering  <meyering@ascend.com>
24614
24615         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
24616
24617 1998-07-04  Jim Meyering  <meyering@ascend.com>
24618
24619         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
24620         to prove that this macro can be used in packages without regex.c.
24621
24622 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
24623
24624         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
24625         is to be used.
24626
24627 1998-07-03  Jim Meyering  <meyering@ascend.com>
24628
24629         * m4/gettext.m4: Add -lintl if it's found to be necessary.
24630
24631         * m4/gettext.m4: New file -- from gettext-0.10.35.
24632         * m4/lcmessage.m4: Likewise.
24633         * m4/progtest.m4: Likewise.
24634
24635         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
24636         * m4/jm-macros.m4: Require the new macro.
24637
24638 1998-06-29  Jim Meyering  <meyering@ascend.com>
24639
24640         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
24641         for the definition of NGROUPS (used in a system header included
24642         by sys/mount.h).
24643
24644 1998-06-28  Jim Meyering  <meyering@ascend.com>
24645
24646         * m4/ls-mntd-fs.m4: New file.
24647         * m4/fstypename.m4: New file.
24648
24649         * m4/jm-macros.m4: Require the new macro.
24650         * m4/jm-glibc-io.m4: New file.
24651
24652 1998-05-19  Jim Meyering  <meyering@ascend.com>
24653
24654         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
24655         * m4/lchown.m4: New file.
24656
24657         * m4/Makefile.am.in: New file.
24658         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
24659
24660 1998-05-14  Jim Meyering  <meyering@ascend.com>
24661
24662         * m4/Makefile.am (EXTRA_DIST): Add them.
24663         * m4/jm-macros.m4: New file.
24664         * m4/utimbuf.m4: New file.
24665
24666 1998-05-12  Jim Meyering  <meyering@ascend.com>
24667
24668         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
24669
24670 1998-05-11  Jim Meyering  <meyering@ascend.com>
24671
24672         * m4/isc-posix.m4: New file.
24673
24674 1998-05-10  Jim Meyering  <meyering@ascend.com>
24675
24676         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
24677
24678 1998-05-09  Jim Meyering  <meyering@ascend.com>
24679
24680         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
24681         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
24682         with automake.
24683
24684         * m4/ssize_t.m4: New file.
24685         * m4/mktime.m4: Remove file -- the new automake has this now.
24686
24687 1998-04-26  Jim Meyering  <meyering@ascend.com>
24688
24689         * m4/assert.m4: New file.
24690         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
24691
24692 1998-04-05  Jim Meyering  <meyering@ascend.com>
24693
24694         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
24695         (jm_PREREQ): Use it here.
24696
24697 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
24698
24699         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
24700         in acconfig.h.
24701
24702 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
24703
24704         * m4/prereq.m4: New file.
24705         * m4/error.m4: New file.
24706         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
24707
24708 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
24709
24710         * m4/getline.m4: Don't set am_cv_func_working_getline before the
24711         cache-check for the same variable -- that defeated the purpose of
24712         the test; the test program was never run.  This was a problem only
24713         on systems with losing getline functions -- HP-UX 10.20 is one.
24714         Reported by Bjorn Helgaas.
24715
24716 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
24717
24718         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
24719
24720 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
24721
24722         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
24723
24724         * m4/const.m4: New file.  Use an initializer in this declaration
24725         typedef int charset[2]; const charset x;
24726         Reported by Bob Glickstein.
24727
24728 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
24729
24730         * m4/chown.m4: Fix reversed types on -1 args to chown.
24731         From Kaveh Ghazi.
24732
24733 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
24734
24735         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
24736         Add lseek and memchr.
24737
24738         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
24739         T.E.Dickey <dickey@clark.net> said that some older preprocessors
24740         have a 20-character limit on names.
24741
24742 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
24743
24744         * m4/inttypes_h.m4: New file.
24745         * m4/uintmax_t.m4: New file.
24746         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
24747
24748 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
24749   Free Software Foundation, Inc.
24750 Copying and distribution of this file, with or without modification,
24751 are permitted provided the copyright notice and this notice are preserved.