Add an optional argument specifying transliteration.
[gnulib.git] / ChangeLog
1 2007-01-23  Bruno Haible  <bruno@clisp.org>
2
3         * lib/striconveha.h: Include <stdbool.h>.
4         (mem_iconveha, str_iconveha): Add 'transliterate' argument.
5         * lib/striconveha.c: Include allocsa.h, strdup.h, c-strcase.h.
6         (mem_iconveha_notranslit): Renamed from mem_iconveha.
7         (mem_iconveha): New function.
8         (str_iconveha_notranslit): Renamed from str_iconveha.
9         (str_iconveha): New function.
10         * modules/striconveha (Depends-on): Add stdbool, allocsa, strdup,
11         c-strcase.
12
13 2007-01-23  Bruno Haible  <bruno@clisp.org>
14
15         * lib/striconveha.c (mem_iconveha): Fix endless recursion. Try all
16         encodings without forgiving before trying any encoding with handler.
17         (str_iconveha): Try all encodings without forgiving before trying any
18         encoding with handler.
19
20 2007-01-23  Paul Eggert  <eggert@cs.ucla.edu>
21
22         Import the following changes from libc.
23
24         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
25
26         * lib/fnmatch_loop.c: Adjust for changed secondary hash function.
27
28         2004-12-01  Jakub Jelinek  <jakub@redhat.com>
29
30         * lib/fnmatch_loop.c (internal_fnmatch): Clear is_seqval after
31         normal_bracket label.
32
33         2004-09-01  Jakub Jelinek  <jakub@redhat.com>
34
35         [BZ #361]
36         * lib/fnmatch_loop.c (FCT): For backslash between brackets, branch
37         to normal_bracket after fetching the next character.
38
39 2007-01-22  Bruno Haible  <bruno@clisp.org>
40
41         * lib/striconveh.h (mem_cd_iconveh, mem_iconveh): Add 'offsets'
42         argument.
43         * lib/striconveh.c (iconv_carefully_1): New function.
44         (mem_cd_iconveh_internal, mem_cd_iconveh, mem_iconveh): Add 'offsets'
45         argument.
46         (str_cd_iconveh): Update.
47         * lib/striconveha.h (mem_iconveha): Add 'offsets' argument.
48         * lib/striconveha.c (mem_iconveha): Add 'offsets' argument.
49         * tests/test-striconveh.c (MAGIC): New macro.
50         (new_offsets): New function.
51         (main): Test call with and without offsets.
52
53 2007-01-22  Bruno Haible  <bruno@clisp.org>
54
55         * modules/sys_stat (Makefile.am): Use @MKDIR_P@ instead of $(MKDIR_P).
56         * modules/sys_select (Makefile.am): Likewise.
57         * modules/sys_socket (Makefile.am): Likewise.
58         * modules/sys_time (Makefile.am): Likewise.
59
60 2007-01-22  Paul Eggert  <eggert@cs.ucla.edu>
61
62         * modules/gettimeofday (License): Change from GPL to LGPL, since
63         gettimeofday is a library function.
64
65 2007-01-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
66
67         * lib/poll.c (rpl_poll): Don't check against FD_SETSIZE under Win32.
68
69 2007-01-21  Bruno Haible  <bruno@clisp.org>
70
71         * m4/gnulib-common.m4 (AC_PROG_MKDIR_P): New macro.
72
73 2007-01-21  Bruno Haible  <bruno@clisp.org>
74
75         * modules/striconveha: New file.
76         * lib/striconveha.h: New file.
77         * lib/striconveha.c: New file.
78         * MODULES.html.sh (Internationalization functions): Add striconveha.
79         * lib/striconv.c (str_iconv): Optimize the case of an empty input
80         string.
81         * lib/striconveh.c (mem_iconveh, str_iconveh): Likewise.
82
83 2007-01-21  Bruno Haible  <bruno@clisp.org>
84
85         * lib/striconv.c (str_iconv): Guarantee errno is set when strdup fails.
86         * lib/striconveh.c (str_iconveh): Likewise.
87
88 2007-01-21  Bruno Haible  <bruno@clisp.org>
89
90         * lib/striconveh.h (mem_iconveh): New declaration.
91         * lib/striconveh.c (mem_iconveh): New function.
92         * tests/test-striconveh.c (main): Add tests for mem_iconveh.
93
94 2007-01-21  Bruno Haible  <bruno@clisp.org>
95
96         * lib/xstriconv.h (xmem_cd_iconv): Change specification.
97
98         * lib/striconveh.h (mem_cd_iconveh): Change specification.
99         * lib/striconveh.c (mem_cd_iconveh): Don't free the user-supplied
100         original result buffer.
101         (str_cd_iconveh): Update.
102         * tests/test-striconveh.c (main): Update.
103
104         * lib/striconv.h (mem_cd_iconv): Change specification.
105         * lib/striconv.c (mem_cd_iconv): Don't free the user-supplied original
106         result buffer.
107         (str_cd_iconv): Update.
108         * tests/test-striconv.c (main): Update.
109
110 2007-01-21  Bruno Haible  <bruno@clisp.org>
111
112         * gnulib-tool: Fix test whether sed is GNU sed supporting --posix.
113
114 2007-01-20  Jim Meyering  <jim@meyering.net>
115
116         * lib/userspec.c (parse_with_separator): If a user or group string
117         starts with "+", skip the corresponding name-to-ID look-up, since
118         such a look-up must fail: user and group names may not include "+".
119
120 2007-01-19  Paul Eggert  <eggert@cs.ucla.edu>
121
122         * lib/poll.c: Include sys/time.h and time.h unconditionally,
123         since we now assume the sys_time module.
124         * m4/poll.m4 (gl_PREREQ_POLL): Don't require AC_HEADER_TIME or
125         check for sys/time.h; no longer needed.
126         * modules/poll (Depends-on): Depend on sys_time.
127
128 2007-01-18  Bruno Haible  <bruno@clisp.org>
129
130         * m4/mktime.m4 (AC_FUNC_MKTIME): Remove test for <sys/time.h>.
131         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
132
133         * m4/tempname.m4 (gl_PREREQ_TEMPNAME): Remove tests for sys/time.h and
134         gettimeofday.
135
136         * tests/test-gettimeofday.c: Include <time.h>.
137         (dummy): Remove variable.
138
139         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Renamed from
140         gl_HEADER_SYS_TIME_H.
141         (gl_HEADER_SYS_TIME_H): New macro.
142
143         * lib/sys_time_.h: Test GETTIMEOFDAY_REPLACEMENT instead of
144         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
145         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY,
146         gl_FUNC_GETTIMEOFDAY_CLOBBER): Set GETTIMEOFDAY_REPLACEMENT instead of
147         HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
148         * m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H): Initialize
149         GETTIMEOFDAY_REPLACEMENT instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE
150         and GETTIMEOFDAY_CLOBBERS_LOCALTIME.
151         * modules/sys_time (sys/time.h): Substitute GETTIMEOFDAY_REPLACEMENT
152         instead of HAVE_GETTIMEOFDAY_POSIX_SIGNATURE and
153         GETTIMEOFDAY_CLOBBERS_LOCALTIME.
154
155         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Undo the
156         last change; it caused a compilation error when cross-compiling to
157         Cygwin.
158
159 2007-01-18  Jim Meyering  <jim@meyering.net>
160
161         Use "$(MKDIR_P) sys", not race-prone "test -d sys || mkdir sys".
162         * modules/sys_stat (Makefile.am): Use "$(MKDIR_P) sys", rather
163         than the race-prone "test -d sys || mkdir sys".
164         (configure.ac): Use AC_PROG_MKDIR_P.
165         * modules/sys_select: Likewise.
166         * modules/sys_socket: Likewise.
167         * modules/sys_time: Likewise.
168
169 2007-01-18  Eric Blake  <ebb9@byu.net>
170
171         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Also
172         replace gettimeofday.
173         * lib/gettimeofday.c (rpl_gettimeofday): Declare with replacement
174         name, to avoid infinite recursion.
175
176 2007-01-17  Paul Eggert  <eggert@cs.ucla.edu>
177
178         * MODULES.html.sh (Support for systems lacking POSIX:2001): New
179         module sys_time.
180         * lib/gethrxtime.c: Include <sys/time.h>, since we can no longer
181         assume timespec.h defines struct timeval.
182         * lib/settime.c: Likewise.
183         * lib/utimens.c: Likewise.
184         * lib/gettime.c (gettime): Remove test against HAVE_GETTIMEOFDAY,
185         since we now assume the gettimeofday module.
186         * lib/tempname.c (__gen_tempname): Likewise.
187         * lib/gettimeofday.h: Remove.
188         * lib/gettimeofday.c: Include <sys/time.h> instead of "gettimeofday.h".
189         Don't include <sys/types.h> and <stdlib.h>; shouldn't be needed.
190         Include <time.h>, for 'time()'.
191         (localtime_buffer_addr): Also use this workaround if
192         TZSET_CLOBBERS_LOCALTIME.  Set to a dummy static variable by default,
193         to simplify the uses.  All uses changed.
194         (localtime, gmtime, tzset, gettimeofday): Reformat slightly so
195         that #undef is inside {}, and 'const' follows type name consistently.
196         (tzset): Define replacement only if TZSET_CLOBBERS_LOCALTIME.
197         (gettimeofday): Do not use the maximum possible value for
198         tv->tv_usec, since that might break usages other than ls.c.
199         Instead, we'll leave ls.c alone.  This undoes today's patch
200         by Bruno.  Add a compile-time warning for 1s-clock resolution;
201         we've never observed the problem but might as well keep the
202         canary.
203         * lib/nanosleep.c: Include timespec.h first, for interface check.
204         * lib/nanosleep.c: Include <sys/time.h> unconditionally, since we
205         now assume the sys_time module.
206         * lib/tempname.c: Likewise.
207         * lib/timespec.h: Likewise.
208         * lib/nanosleep.c: Don't worry about TIME_WITH_SYS_TIME; no longer
209         needed.
210         * lib/strftime.c: Likewise.
211         * lib/timespec.h: Likewise.
212         * lib/posixtm.c: Include posixtm.h first, for interface check.
213         Don't worry about TM_IN_SYS_TIME; that's wayyy obsolete.
214         * lib/posixtm.h: Include stdbool.h and time.h, for proper interface.
215         * lib/strftime.c: Don't include <sys/types.h>; shouldn't be needed.
216         * lib/sys_time_.h: New file.
217         * lib/timespec.h (struct timespec): Use long int, not long.
218         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY):
219         (gl_FUNC_GETTIMEOFDAY_CLOBBER, gl_PREREQ_GETTIMEOFDAY):
220         Remove obsolescent call to AC_HEADER_TIME.
221         * m4/mktime.m4 (AC_FUNC_MKTIME): Likewise.
222         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
223         * m4/strftime.m4 (gl_FUNC_STRFTIME): Likewise.
224         * m4/timespec.m4 (gl_TIMESPEC, gl_CHECK_TYPE_STRUCT_TIMESPEC):
225         Likewise.
226         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Likewise.
227         * m4/utimbuf.m4 (gl_CHECK_TYPE_STRUCT_UTIMBUF): Likewise.
228         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Move sys/time.h tests
229         into the sys_time module.  Check for gettimeofday just once.
230         Prefix our variables with gl_, not with ac_ or jm_.  Tighten test
231         for gettimeofday signature to just check the signature.  Merely
232         compile it, since linking doesn't test signature.  Improve test for
233         whether gettimeofday.o is actually needed.
234         (gl_FUNC_GETTIMEOFDAY_CLOBBER): Renamed from
235         AC_FUNC_GETTIMEOFDAY_CLOBBER.  All uses changed.  Use
236         AC_RUN_IFELSE rather than AC_TRY_RUN.  If clobbering, set
237         and define GETTIMEOFDAY_CLOBBERS_LOCALTIME.
238         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Don't define
239         GETTIMEOFDAY_CLOBBERS_LOCALTIME; that's gl_FUNC_GETTIMEOFDAY_CLOBBER's
240         job.  Don't define tzset; that's gl_FUNC_TZSET_CLOBBER's job.
241         * m4/mktime.m4 (AC_FUNC_MKTIME): Just include <time.h> rather
242         than worrying about sys/time.h.
243         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
244         Don't bother worrying about TIME_WITH_SYS_TIME.
245         * m4/stat-time.m4 (gl_STAT_TIME): Likewise.
246         * m4/posixtm.m4 (gl_POSIXTM): Remove obsolescent call to AC_STRUCT_TM.
247         * m4/sys_time_h.m4: New file.
248         * m4/tzset.m4 (gl_FUNC_TZSET_CLOBBER): Require gl_HEADER_SYS_TIME_H.
249         Don't include sys/time.h.  Return from main rather than exiting.
250         Define TZSET_CLOBBERS_LOCALTIME, for consistency with other names;
251         all uses changed.
252         * modules/gethrxtime (Depends-on): Add sys_time.
253         * modules/gettime (Depends-on): Likewise.
254         * modules/gettimeofday (Depends-on): Likewise.
255         * modules/nanosleep (Depends-on): Likewise.
256         * modules/settime (Depends-on): Likewise.
257         * modules/tempname (Depends-on): Likewise.
258         * modules/utimens (Depends-on): Likewise.
259         * modules/gettimeofday (Files): Remove lib/gettimeofday.h.
260         (Include:) Change back to <sys/time.h>.
261         (Maintainer:) Add self.
262         * modules/sys_time: New file.
263         * modules/tempname (Depends-on): Add gettimeofday.
264         * tests/test-gettimeofday.c: Include <sys/time.h>
265         rather than gettimeofday.h.
266
267 2007-01-17  Bruno Haible  <bruno@clisp.org>
268
269         * gnulib-tool (func_get_license): Revert last patch. Instead, let
270         the license default to GPL.
271         (func_create_testdir): Don't complain if a module is LGPL and its
272         tests module depends on GPLed modules.
273
274 2007-01-17  Bruno Haible  <bruno@clisp.org>
275
276         * lib/gettimeofday.c (gettimeofday): Add code for the case
277         HAVE_GETTIMEOFDAY && !GETTIMEOFDAY_CLOBBERS_LOCALTIME. Use the
278         maximum possible value for tv->tv_usec, rather than the minimum one.
279
280 2005-10-08  Martin Lambers  <marlam@marlam.de>
281 2005-10-08  Paul Eggert  <eggert@cs.ucla.edu>
282 2007-01-16  Bruno Haible  <bruno@clisp.org>
283
284         * modules/gettimeofday (Files): Add lib/gettimeofday.h.
285         (configure.ac): Remove AC_FUNC_GETTIMEOFDAY_CLOBBER. Add
286         gl_FUNC_GETTIMEOFDAY.
287         (Include): Add gettimeofday.h.
288         * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): New macro.
289         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't invoke gl_PREREQ_GETTIMEOFDAY.
290         (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): Define
291         GETTIMEOFDAY_CLOBBERS_LOCALTIME. Invoke gl_PREREQ_GETTIMEOFDAY here.
292         (gl_PREREQ_GETTIMEOFDAY): Check for <sys/timeb.h> and _ftime.
293         * lib/gettimeofday.h: New file.
294         * lib/gettimeofday.c: Include <sys/timeb.h>.
295         (localtime_buffer_addr, rpl_localtime, rpl_gmtime, rpl_tzset): Define
296         only if GETTIMEOFDAY_CLOBBERS_LOCALTIME.
297         (rpl_gettimeofday) [!HAVE_GETTIMEOFDAY]: Use _ftime() when available;
298         fall back on time().
299
300         * tests/test-gettimeofday.c: New file.
301         * modules/gettimeofday-tests: New file.
302
303 2007-01-16  Eric Blake  <ebb9@byu.net>
304
305         * modules/fnmatch (Depends-on): Depend on wchar.
306         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Assume <wchar.h>.
307         * m4/fnmatch.m4: Likewise.
308         * modules/mbchar (Makefile.am): Assume <wchar.h>.
309         * m4/mbchar.m4: Likewise.
310         * modules/mbswidth (Depends-on): Depend on wchar.
311         * lib/mbswidth.c: Assume <wchar.h>.
312         * m4/mbswidth.m4: Likewise.
313         * modules/quotearg (Depends-on): Depend on wchar.
314         * lib/quotearg.c: Assume <wchar.h>.
315         * m4/quotearg.m4: Likewise.
316         * modules/regex (Depends-on): Depend on wchar.
317         * lib/regex_internal.h: Assume <wchar.h>.
318         * m4/regex.m4: Likewise.
319         * modules/stdint (Depends-on): Depend on wchar.
320         * lib/stdint_.h [!defined WCHAR_MIN]: Assume <wchar.h>.
321         * m4/stdint.m4: Likewise.
322         * tests/test-stdint.c [HAVE_WINT_T]: Likewise.
323         * modules/strftime (Depends-on): Depend on wchar.
324         * lib/strftime.c (DO_MULTIBYTE): Assume <wchar.h>.
325         * modules/strtol (Depends-on): Depend on wchar.
326         * lib/strtol.c: Assume <wchar.h>.
327         * modules/wcwidth (Depends-on): Depend on wchar.
328         * lib/wcwidth.h: Assume <wchar.h>.
329         * m4/wcwidth.m4: Likewise.
330
331 2007-01-16  Bruno Haible  <bruno@clisp.org>
332
333         * modules/csharpexec-script: New, created from...
334         * modules/csharpexec: ... this.
335
336 2007-01-16  Paolo Bonzini  <bonzini@gnu.org>
337
338         * modules/javaexec-script: New, created from...
339         * modules/javaexec: ... this.
340
341 2007-01-16  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
342
343         * modules/poll (Dependencies): Add sys_select.
344
345 2007-01-15  Jim Meyering  <jim@meyering.net>
346
347         * m4/readutmp.m4 (gl_READUTMP): Work around AIX 4.3 struct-
348         redefinition bug when using both <utmp.h> and <utmpx.h> headers.
349         * lib/readutmp.h: Likewise.  Reported by Daniel Richard G. in
350         <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/9415>.
351
352 2007-01-15  Bruno Haible  <bruno@clisp.org>
353
354         * modules/striconveh: New file.
355         * lib/striconveh.h: New file.
356         * lib/striconveh.c: New file.
357         * MODULES.html.sh (Internationalization functions): Add striconveh.
358
359         * modules/striconveh-tests: New file.
360         * tests/test-striconveh.c: New file.
361
362 2007-01-15  Bruno Haible  <bruno@clisp.org>
363
364         * lib/striconv.c (str_cd_iconv): Use the first algorithm if iconv is
365         not from GNU libiconv or GNU libc.
366
367 2007-01-15  Bruno Haible  <bruno@clisp.org>
368
369         * doc/gnulib-intro.texi (Copyright): Explain the different license
370         terms for module descriptions, autoconf macros, tests, documentation.
371
372 2007-01-14  Bruno Haible  <bruno@clisp.org>
373
374         * modules/striconv-tests: New file.
375         * tests/test-striconv.c: New file.
376
377 2007-01-14  Bruno Haible  <bruno@clisp.org>
378
379         * modules/iconv-tests: New file.
380         * tests/test-iconv.c: New file.
381
382 2007-01-14  Bruno Haible  <bruno@clisp.org>
383
384         * gnulib-tool (func_get_license): For test modules, use the license of
385         the main module.
386
387 2007-01-14  Bruno Haible  <bruno@clisp.org>
388
389         * modules/iconv (Include): Clarify that <iconv.h> can only be included
390         if iconv is found to exist.
391
392 2007-01-14  Bruno Haible  <bruno@clisp.org>
393
394         * modules/c-ctype-tests: New file.
395         * tests/test-c-ctype.c: New file.
396
397 2007-01-14  Bruno Haible  <bruno@clisp.org>
398
399         * modules/binary-io-tests: New file.
400         * tests/test-binary-io.sh: New file.
401         * tests/test-binary-io.c: New file.
402
403 2007-01-14  Bruno Haible  <bruno@clisp.org>
404
405         * modules/array-oset-tests: New file.
406         * tests/test-array_oset.c: New file.
407
408 2007-01-14  Bruno Haible  <bruno@clisp.org>
409
410         * modules/array-list-tests: New file.
411         * tests/test-array_list.c: New file.
412
413 2007-01-14  Bruno Haible  <bruno@clisp.org>
414
415         * gnulib-tool (func_create_testdir): Don't unnecessarily run configure
416         and make.
417         Reported by Simon Josefsson in
418         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00139.html>
419
420 2007-01-14  Bruno Haible  <bruno@clisp.org>
421
422         * modules/allocsa-tests: New file.
423         * tests/test-allocsa.c: New file.
424
425 2007-01-14  Bruno Haible  <bruno@clisp.org>
426
427         * modules/fchdir (Depends-on): Add absolute-header.
428         * modules/unistd (Depends-on): Likewise.
429
430 2006-12-30  Bruno Haible  <bruno@clisp.org>
431
432         * modules/fchdir: New file.
433         * modules/unistd (Files): Add lib/unistd_.h.
434         (Makefile.am): Generate unistd.h from unistd_.h.
435         * lib/fchdir.c: New file.
436         * lib/dirent_.h: New file.
437         * lib/unistd_.h: New file.
438         * lib/fcntl_.h (open) [FCHDIR_REPLACEMENT]: New replacement.
439         * m4/fchdir.m4: New file.
440         * m4/unistd_h.m4 (gl_PREREQ_UNISTD): New macro.
441         (gl_HEADER_UNISTD): Invoke it.
442         * lib/dup-safer.c (dup_safer) [FCHDIR_REPLACEMENT]: Use the dup
443         function.
444         * lib/backupfile.c (opendir, closedir): Undefine.
445         * lib/chown.c (open, close): Undefine.
446         * lib/clean-temp.c (open, close): Undefine.
447         * lib/copy-file.c (open, close): Undefine.
448         * lib/execute.c (open, close): Undefine.
449         * lib/fsusage.c (open, close): Undefine.
450         * lib/gc-gnulib.c (open, close): Undefine.
451         * lib/getcwd.c (opendir, closedir): Undefine.
452         * lib/glob.c (opendir, closedir): Undefine.
453         * lib/javacomp.c (open, close): Undefine.
454         * lib/mountlist.c (open, close, opendir, closedir): Undefine.
455         * lib/openat-proc.c (open, close): Undefine.
456         * lib/pagealign_alloc.c (open, close): Undefine.
457         * lib/pipe.c (open, close): Undefine.
458         * lib/progreloc.c (open, close): Undefine.
459         * lib/savedir.c (opendir, closedir): Undefine.
460         * lib/utime.c (open, close): Undefine.
461         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add fchdir.
462
463 2007-01-10  Bruno Haible  <bruno@clisp.org>
464
465         * lib/striconv.c (mem_cd_iconv): Align the temporary buffer.
466
467 2007-01-12  Eric Blake  <ebb9@byu.net>
468
469         Provide a robust <wchar.h>.  Further simplifications are now
470         possible in other modules, but not included here.
471         * modules/wchar: New module.
472         * m4/wchar.m4: New file.
473         * lib/wchar_.h: Likewise.
474         * modules/mbchar (Depends-on): Depend on wchar, as the first use
475         of the new module.
476         * MODULES.html.sh (Extended multibyte and wide character utilities):
477         New section.
478
479 2007-01-12  Paul Eggert  <eggert@cs.ucla.edu>
480
481         * lib/xreadlink.c (SYMLINK_MAX) [!defined SYMLINK_MAX]: Define
482         to a reasonable default for memory allocation.
483         (xreadlink): Don't allocate a huge buffer, to work around a buggy
484         file system that reports garbage st_size values for symlinks.
485         Problem reported by Liyang Hu.
486
487 2007-01-11  Simon Josefsson  <simon@josefsson.org>
488
489         * gnulib-tool (func_all_modules): Exclude all .* files (e.g.,
490         Emacs .#* auto-save files).
491
492 2007-01-11  Bruno Haible  <bruno@clisp.org>
493
494         * gnulib-tool (func_all_modules): Exclude all files inside the CVS
495         directory.
496
497 2007-01-10  Paul Eggert  <eggert@cs.ucla.edu>
498
499         Use @...@ consistently in lib/wctype_.h.
500         * lib/wctype_.h [HAVE_WINT_T]: Go back to using @...@, but rely
501         on it being set to 1 or 0.
502         * m4/wctype.m4 (gl_WCTYPE_H): Set HAVE_WINT_T to 1 or 0, and
503         go back to AC_SUBSTing it.
504         * modules/wctype (Makefile.am): Undo previous change.
505
506 2007-01-10  Eric Blake  <ebb9@byu.net>
507
508         * lib/wctype_.h [HAVE_WINT_T]: Rely on AC_DEFINE.
509         * m4/wctype.m4 (gl_WCTYPE_H): No need to AC_SUBST(HAVE_WINT_T).
510         * modules/wctype (Makefile.am): Likewise.
511         Reported by Chris McGuire.
512
513 2007-01-10  Jim Meyering  <jim@meyering.net>
514
515         fts.c: a small readability/maintainability improvement
516         * lib/fts.c (fts_read): Make this code slightly more readable and
517         maintainable by hoisting the "sp->fts_cur = p" assignments to
518         immediately follow the statements that set P.  Derived from
519         the patch by Miloslav Trmac in http://bugzilla.redhat.com/222089.
520
521 2007-01-10  Eric Blake  <ebb9@byu.net>
522
523         * lib/wctype_.h [HAVE_WINT_T]: Include <stddef.h> before
524         <wchar.h>, to work around BSDI bug in BSD/OS 4.0.1.
525         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
526         * m4/wint_t.m4 (gt_TYPE_WINT_T): Likewise.
527         Reported by Chris McGuire.
528
529 2007-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
530
531         * gnulib-tool (func_all_modules): Use POSIX conforming escaping
532         in sed script.
533
534 2007-01-09  Bruno Haible  <bruno@clisp.org>
535
536         * MODULES.html.sh: Accept options --cvs-urls, --git-urls.
537         (repo_url_prefix, repo_url_suffix, repo_url_suffix_repl): New
538         variables.
539         (func_module): Use them.
540
541 2007-01-09  Bruno Haible  <bruno@clisp.org>
542
543         * modules/unistr/base: New file.
544         * lib/unistr.h: New file.
545
546         * modules/unistr/u8-to-u16: New file.
547         * lib/unistr/u8-to-u16.c: New file.
548
549         * modules/unistr/u8-to-u32: New file.
550         * lib/unistr/u8-to-u32.c: New file.
551
552         * modules/unistr/u16-to-u8: New file.
553         * lib/unistr/u16-to-u8.c: New file.
554
555         * modules/unistr/u16-to-u32: New file.
556         * lib/unistr/u16-to-u32.c: New file.
557
558         * modules/unistr/u32-to-u8: New file.
559         * lib/unistr/u32-to-u8.c: New file.
560
561         * modules/unistr/u32-to-u16: New file.
562         * lib/unistr/u32-to-u16.c: New file.
563
564         * modules/unistr/u8-check: New file.
565         * modules/unistr/u16-check: New file.
566         * modules/unistr/u32-check: New file.
567         * lib/unistr/u8-check.c: New file.
568         * lib/unistr/u16-check.c: New file.
569         * lib/unistr/u32-check.c: New file.
570
571         * modules/unistr/u8-chr: New file.
572         * modules/unistr/u16-chr: New file.
573         * modules/unistr/u32-chr: New file.
574         * lib/unistr/u8-chr.c: New file.
575         * lib/unistr/u16-chr.c: New file.
576         * lib/unistr/u32-chr.c: New file.
577
578         * modules/unistr/u8-cmp: New file.
579         * modules/unistr/u16-cmp: New file.
580         * modules/unistr/u32-cmp: New file.
581         * lib/unistr/u8-cmp.c: New file.
582         * lib/unistr/u16-cmp.c: New file.
583         * lib/unistr/u32-cmp.c: New file.
584
585         * modules/unistr/u8-cpy: New file.
586         * modules/unistr/u16-cpy: New file.
587         * modules/unistr/u32-cpy: New file.
588         * lib/unistr/u8-cpy.c: New file.
589         * lib/unistr/u16-cpy.c: New file.
590         * lib/unistr/u32-cpy.c: New file.
591         * lib/unistr/u-cpy.h: New file.
592
593         * modules/unistr/u8-cpy-alloc: New file.
594         * modules/unistr/u16-cpy-alloc: New file.
595         * modules/unistr/u32-cpy-alloc: New file.
596         * lib/unistr/u8-cpy-alloc.c: New file.
597         * lib/unistr/u16-cpy-alloc.c: New file.
598         * lib/unistr/u32-cpy-alloc.c: New file.
599         * lib/unistr/u-cpy-alloc.h: New file.
600
601         * modules/unistr/u8-endswith: New file.
602         * modules/unistr/u16-endswith: New file.
603         * modules/unistr/u32-endswith: New file.
604         * lib/unistr/u8-endswith.c: New file.
605         * lib/unistr/u16-endswith.c: New file.
606         * lib/unistr/u32-endswith.c: New file.
607         * lib/unistr/u-endswith.h: New file.
608
609         * modules/unistr/u8-mblen: New file.
610         * modules/unistr/u16-mblen: New file.
611         * modules/unistr/u32-mblen: New file.
612         * lib/unistr/u8-mblen.c: New file.
613         * lib/unistr/u16-mblen.c: New file.
614         * lib/unistr/u32-mblen.c: New file.
615
616         * modules/unistr/u8-mbtouc: New file.
617         * modules/unistr/u16-mbtouc: New file.
618         * modules/unistr/u32-mbtouc: New file.
619         * lib/unistr/u8-mbtouc.c: New file.
620         * lib/unistr/u16-mbtouc.c: New file.
621         * lib/unistr/u32-mbtouc.c: New file.
622
623         * modules/unistr/u8-mbtouc-safe: New file.
624         * modules/unistr/u16-mbtouc-safe: New file.
625         * modules/unistr/u32-mbtouc-safe: New file.
626         * lib/unistr/u8-mbtouc-safe.c: New file.
627         * lib/unistr/u16-mbtouc-safe.c: New file.
628         * lib/unistr/u32-mbtouc-safe.c: New file.
629
630         * modules/unistr/u8-move: New file.
631         * modules/unistr/u16-move: New file.
632         * modules/unistr/u32-move: New file.
633         * lib/unistr/u8-move.c: New file.
634         * lib/unistr/u16-move.c: New file.
635         * lib/unistr/u32-move.c: New file.
636         * lib/unistr/u-move.h: New file.
637
638         * modules/unistr/u8-next: New file.
639         * modules/unistr/u16-next: New file.
640         * modules/unistr/u32-next: New file.
641         * lib/unistr/u8-next.c: New file.
642         * lib/unistr/u16-next.c: New file.
643         * lib/unistr/u32-next.c: New file.
644
645         * modules/unistr/u8-prev: New file.
646         * modules/unistr/u16-prev: New file.
647         * modules/unistr/u32-prev: New file.
648         * lib/unistr/u8-prev.c: New file.
649         * lib/unistr/u16-prev.c: New file.
650         * lib/unistr/u32-prev.c: New file.
651
652         * modules/unistr/u8-set: New file.
653         * modules/unistr/u16-set: New file.
654         * modules/unistr/u32-set: New file.
655         * lib/unistr/u8-set.c: New file.
656         * lib/unistr/u16-set.c: New file.
657         * lib/unistr/u32-set.c: New file.
658         * lib/unistr/u-set.h: New file.
659
660         * modules/unistr/u8-startswith: New file.
661         * modules/unistr/u16-startswith: New file.
662         * modules/unistr/u32-startswith: New file.
663         * lib/unistr/u8-startswith.c: New file.
664         * lib/unistr/u16-startswith.c: New file.
665         * lib/unistr/u32-startswith.c: New file.
666         * lib/unistr/u-startswith.h: New file.
667
668         * modules/unistr/u8-stpcpy: New file.
669         * modules/unistr/u16-stpcpy: New file.
670         * modules/unistr/u32-stpcpy: New file.
671         * lib/unistr/u8-stpcpy.c: New file.
672         * lib/unistr/u16-stpcpy.c: New file.
673         * lib/unistr/u32-stpcpy.c: New file.
674         * lib/unistr/u-stpcpy.h: New file.
675
676         * modules/unistr/u8-stpncpy: New file.
677         * modules/unistr/u16-stpncpy: New file.
678         * modules/unistr/u32-stpncpy: New file.
679         * lib/unistr/u8-stpncpy.c: New file.
680         * lib/unistr/u16-stpncpy.c: New file.
681         * lib/unistr/u32-stpncpy.c: New file.
682         * lib/unistr/u-stpncpy.h: New file.
683
684         * modules/unistr/u8-strcat: New file.
685         * modules/unistr/u16-strcat: New file.
686         * modules/unistr/u32-strcat: New file.
687         * lib/unistr/u8-strcat.c: New file.
688         * lib/unistr/u16-strcat.c: New file.
689         * lib/unistr/u32-strcat.c: New file.
690         * lib/unistr/u-strcat.h: New file.
691
692         * modules/unistr/u8-strchr: New file.
693         * modules/unistr/u16-strchr: New file.
694         * modules/unistr/u32-strchr: New file.
695         * lib/unistr/u8-strchr.c: New file.
696         * lib/unistr/u16-strchr.c: New file.
697         * lib/unistr/u32-strchr.c: New file.
698
699         * modules/unistr/u8-strcmp: New file.
700         * modules/unistr/u16-strcmp: New file.
701         * modules/unistr/u32-strcmp: New file.
702         * lib/unistr/u8-strcmp.c: New file.
703         * lib/unistr/u16-strcmp.c: New file.
704         * lib/unistr/u32-strcmp.c: New file.
705
706         * modules/unistr/u8-strcpy: New file.
707         * modules/unistr/u16-strcpy: New file.
708         * modules/unistr/u32-strcpy: New file.
709         * lib/unistr/u8-strcpy.c: New file.
710         * lib/unistr/u16-strcpy.c: New file.
711         * lib/unistr/u32-strcpy.c: New file.
712         * lib/unistr/u-strcpy.h: New file.
713
714         * modules/unistr/u8-strcspn: New file.
715         * modules/unistr/u16-strcspn: New file.
716         * modules/unistr/u32-strcspn: New file.
717         * lib/unistr/u8-strcspn.c: New file.
718         * lib/unistr/u16-strcspn.c: New file.
719         * lib/unistr/u32-strcspn.c: New file.
720         * lib/unistr/u-strcspn.h: New file.
721
722         * modules/unistr/u8-strdup: New file.
723         * modules/unistr/u16-strdup: New file.
724         * modules/unistr/u32-strdup: New file.
725         * lib/unistr/u8-strdup.c: New file.
726         * lib/unistr/u16-strdup.c: New file.
727         * lib/unistr/u32-strdup.c: New file.
728         * lib/unistr/u-strdup.h: New file.
729
730         * modules/unistr/u8-strlen: New file.
731         * modules/unistr/u16-strlen: New file.
732         * modules/unistr/u32-strlen: New file.
733         * lib/unistr/u8-strlen.c: New file.
734         * lib/unistr/u16-strlen.c: New file.
735         * lib/unistr/u32-strlen.c: New file.
736         * lib/unistr/u-strlen.h: New file.
737
738         * modules/unistr/u8-strmblen: New file.
739         * modules/unistr/u16-strmblen: New file.
740         * modules/unistr/u32-strmblen: New file.
741         * lib/unistr/u8-strmblen.c: New file.
742         * lib/unistr/u16-strmblen.c: New file.
743         * lib/unistr/u32-strmblen.c: New file.
744
745         * modules/unistr/u8-strmbtouc: New file.
746         * modules/unistr/u16-strmbtouc: New file.
747         * modules/unistr/u32-strmbtouc: New file.
748         * lib/unistr/u8-strmbtouc.c: New file.
749         * lib/unistr/u16-strmbtouc.c: New file.
750         * lib/unistr/u32-strmbtouc.c: New file.
751
752         * modules/unistr/u8-strncat: New file.
753         * modules/unistr/u16-strncat: New file.
754         * modules/unistr/u32-strncat: New file.
755         * lib/unistr/u8-strncat.c: New file.
756         * lib/unistr/u16-strncat.c: New file.
757         * lib/unistr/u32-strncat.c: New file.
758         * lib/unistr/u-strncat.h: New file.
759
760         * modules/unistr/u8-strncmp: New file.
761         * modules/unistr/u16-strncmp: New file.
762         * modules/unistr/u32-strncmp: New file.
763         * lib/unistr/u8-strncmp.c: New file.
764         * lib/unistr/u16-strncmp.c: New file.
765         * lib/unistr/u32-strncmp.c: New file.
766
767         * modules/unistr/u8-strncpy: New file.
768         * modules/unistr/u16-strncpy: New file.
769         * modules/unistr/u32-strncpy: New file.
770         * lib/unistr/u8-strncpy.c: New file.
771         * lib/unistr/u16-strncpy.c: New file.
772         * lib/unistr/u32-strncpy.c: New file.
773         * lib/unistr/u-strncpy.h: New file.
774
775         * modules/unistr/u8-strnlen: New file.
776         * modules/unistr/u16-strnlen: New file.
777         * modules/unistr/u32-strnlen: New file.
778         * lib/unistr/u8-strnlen.c: New file.
779         * lib/unistr/u16-strnlen.c: New file.
780         * lib/unistr/u32-strnlen.c: New file.
781         * lib/unistr/u-strnlen.h: New file.
782
783         * modules/unistr/u8-strpbrk: New file.
784         * modules/unistr/u16-strpbrk: New file.
785         * modules/unistr/u32-strpbrk: New file.
786         * lib/unistr/u8-strpbrk.c: New file.
787         * lib/unistr/u16-strpbrk.c: New file.
788         * lib/unistr/u32-strpbrk.c: New file.
789         * lib/unistr/u-strpbrk.h: New file.
790
791         * modules/unistr/u8-strrchr: New file.
792         * modules/unistr/u16-strrchr: New file.
793         * modules/unistr/u32-strrchr: New file.
794         * lib/unistr/u8-strrchr.c: New file.
795         * lib/unistr/u16-strrchr.c: New file.
796         * lib/unistr/u32-strrchr.c: New file.
797
798         * modules/unistr/u8-strspn: New file.
799         * modules/unistr/u16-strspn: New file.
800         * modules/unistr/u32-strspn: New file.
801         * lib/unistr/u8-strspn.c: New file.
802         * lib/unistr/u16-strspn.c: New file.
803         * lib/unistr/u32-strspn.c: New file.
804         * lib/unistr/u-strspn.h: New file.
805
806         * modules/unistr/u8-strstr: New file.
807         * modules/unistr/u16-strstr: New file.
808         * modules/unistr/u32-strstr: New file.
809         * lib/unistr/u8-strstr.c: New file.
810         * lib/unistr/u16-strstr.c: New file.
811         * lib/unistr/u32-strstr.c: New file.
812         * lib/unistr/u-strstr.h: New file.
813
814         * modules/unistr/u8-strtok: New file.
815         * modules/unistr/u16-strtok: New file.
816         * modules/unistr/u32-strtok: New file.
817         * lib/unistr/u8-strtok.c: New file.
818         * lib/unistr/u16-strtok.c: New file.
819         * lib/unistr/u32-strtok.c: New file.
820         * lib/unistr/u-strtok.h: New file.
821
822         * modules/unistr/u8-uctomb: New file.
823         * modules/unistr/u16-uctomb: New file.
824         * modules/unistr/u32-uctomb: New file.
825         * lib/unistr/u8-uctomb.c: New file.
826         * lib/unistr/u16-uctomb.c: New file.
827         * lib/unistr/u32-uctomb.c: New file.
828
829         * MODULES.html.sh (Unicode string functions): Add the new modules.
830
831 2007-01-08  Bruno Haible  <bruno@clisp.org>
832
833         * gnulib-tool (func_all_modules): Use find, not ls, to traverse the
834         modules directory. Filter out CVS, ChangeLog, COPYING, README also from
835         subdirectories.
836
837 2007-01-08  Karl Berry  <karl@gnu.org>
838
839         * doc/error.texi: mention that main() fns must set program_name
840         when progname is used.
841
842 2007-01-08  Paul Eggert  <eggert@cs.ucla.edu>
843
844         * m4/wctype.m4 (gl_WCTYPE_H): Compute ABSOLUTE_WCTYPE_H even if
845         WCTYPE_H is empty, for the benefit of builds from non-distclean
846         directories.  Problem reported by Eric Blake in
847         <http://lists.gnu.org/archive/html/bug-gnulib/2007-01/msg00157.html>.
848
849 2007-01-08  Bruno Haible  <bruno@clisp.org>
850
851         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Remove
852         PROVIDE_CANONICALIZE_FILENAME_MODE macro definition.
853         * lib/canonicalize.h: Test GNULIB_CANONICALIZE instead of
854         PROVIDE_CANONICALIZE_FILENAME_MODE.
855         * modules/canonicalize (configure.ac): Use gl_MODULE_INDICATOR.
856
857 2007-01-08  Bruno Haible  <bruno@clisp.org>
858
859         * m4/fts.m4 (gl_FUNC_FTS_LGPL): Remove _LGPL_PACKAGE macro definition.
860         * lib/fts_.h (_LGPL_PACKAGE): Remove macro.
861         Use !GNULIB_FTS instead of _LGPL_PACKAGE.
862         * lib/fts.c: Likewise.
863         * modules/fts (configure.ac): Use gl_MODULE_INDICATOR.
864
865 2006-12-25  Bruno Haible  <bruno@clisp.org>
866
867         * modules/utf8-ucs4-safe: New file.
868         * lib/utf8-ucs4-safe.h: New file.
869         * lib/unistr/utf8-ucs4-safe.c: New file.
870
871         * modules/utf16-ucs4-safe: New file.
872         * lib/utf16-ucs4-safe.h: New file.
873         * lib/unistr/utf16-ucs4-safe.c: New file.
874
875         * MODULES.html.sh (Unicode string functions): Add the new modules.
876
877 2007-01-08  Bruno Haible  <bruno@clisp.org>
878
879         * modules/utf8-ucs4 (Files, lib_SOURCES): Add unistr/utf8-ucs4.c.
880         (Depends-on): Add unitypes.
881         * lib/utf8-ucs4.h: Add double-inclusion guard. Include unitypes.h.
882         (u8_mbtouc_aux): Move out to separate file.
883         (u8_mbtouc): Use ucs4_t, uint8_t types.
884         * lib/unistr/utf8-ucs4.c: New file.
885
886         * modules/utf16-ucs4 (Files, lib_SOURCES): Add unistr/utf16-ucs4.c.
887         (Depends-on): Add unitypes.
888         * lib/utf16-ucs4.h: Add double-inclusion guard. Include unitypes.h.
889         (u16_mbtouc_aux): Move out to separate file.
890         (u16_mbtouc): Use ucs4_t, uint16_t types.
891         * lib/unistr/utf16-ucs4.c: New file.
892
893         * modules/ucs4-utf8 (Files, lib_SOURCES): Add unistr/ucs4-utf8.c.
894         (Depends-on): Add unitypes.
895         * lib/ucs4-utf8.h: Add double-inclusion guard. Include unitypes.h.
896         (u8_uctomb_aux): Move out to separate file.
897         (u8_uctomb): Use ucs4_t, uint8_t types.
898         * lib/unistr/ucs4-utf8.c: New file.
899
900         * modules/ucs4-utf16 (Files, lib_SOURCES): Add unistr/ucs4-utf16.c.
901         (Depends-on): Add unitypes.
902         * lib/ucs4-utf16.h: Add double-inclusion guard. Include unitypes.h.
903         (u16_uctomb_aux): Move out to separate file.
904         (u16_uctomb): Use ucs4_t, uint16_t types.
905         * lib/unistr/ucs4-utf16.c: New file.
906
907 2006-12-25  Bruno Haible  <bruno@clisp.org>
908
909         * modules/unitypes: New file.
910         * lib/unitypes.h: New file.
911         * MODULES.html.sh (func_all_modules): New section "Unicode string
912         functions". Move ucs4-utf8, ucs4-utf16, utf8-ucs4, utf16-ucs4 to
913         this section. Add unitypes.
914
915 2007-01-08  Bruno Haible  <bruno@clisp.org>
916
917         Avoid variable names that conflict with those from libtool.
918         * m4/lib-link.m4 (AC_LIB_RPATH, AC_LIB_LINKFLAGS_BODY,
919         AC_LIB_LINKFLAGS_FROM_LIBS): Rename libext to acl_libext,
920         shlibext to acl_shlibext, libname_spec to acl_libname_spec,
921         library_names_spec to acl_library_names_spec, hardcode_* to
922         acl_hardcode_*.
923         Reported by Ralf Wildenhues.
924
925 2007-01-08  Bruno Haible  <bruno@clisp.org>
926
927         * m4/gc-arcfour.m4 (gl_GC_ARCFOUR): Remove GC_USE_ARCFOUR macro
928         definition.
929         * m4/gc-arctwo.m4 (gl_GC_ARCTWO): Remove GC_USE_ARCTWO macro
930         definition.
931         * m4/gc-des.m4 (gl_GC_DES): Remove GC_USE_DES macro definition.
932         * m4/gc-hmac-md5.m4 (gl_GC_HMAC_MD5): Remove GC_USE_HMAC_MD5 macro
933         definition.
934         * m4/gc-hmac-sha1.m4 (gl_GC_HMAC_SHA1): Remove GC_USE_HMAC_SHA1 macro
935         definition.
936         * m4/gc-md2.m4 (gl_GC_MD2): Remove GC_USE_MD2 macro definition.
937         * m4/gc-md4.m4 (gl_GC_MD4): Remove GC_USE_MD4 macro definition.
938         * m4/gc-md5.m4 (gl_GC_MD5): Remove GC_USE_MD5 macro definition.
939         * m4/gc-random.m4 (gl_GC_RANDOM): Remove GC_USE_RANDOM macro
940         definition.
941         * m4/gc-rijndael.m4 (gl_GC_RIJNDAEL): Remove GC_USE_RIJNDAEL macro
942         definition.
943         * m4/gc-sha1.m4 (gl_GC_SHA1): Remove GC_USE_SHA1 macro definition.
944         * lib/gc-gnulib.c: Use GNULIB_GC_<algorithm> instead of
945         GC_USE_<algorithm>.
946         * lib/gc-libgcrypt.c: Likewise.
947         * modules/gc-arcfour (configure.ac): Use gl_MODULE_INDICATOR.
948         * modules/gc-arctwo (configure.ac): Likewise.
949         * modules/gc-des (configure.ac): Likewise.
950         * modules/gc-hmac-md5 (configure.ac): Likewise.
951         * modules/gc-hmac-sha1 (configure.ac): Likewise.
952         * modules/gc-md2 (configure.ac): Likewise.
953         * modules/gc-md4 (configure.ac): Likewise.
954         * modules/gc-md5 (configure.ac): Likewise.
955         * modules/gc-random (configure.ac): Likewise.
956         * modules/gc-rijndael (configure.ac): Likewise.
957         * modules/gc-sha1 (configure.ac): Likewise.
958
959 2007-01-08  Bruno Haible  <bruno@clisp.org>
960
961         * m4/close-stream.m4 (gl_CLOSE_STREAM): Remove GNULIB_CLOSE_STREAM
962         macro definition.
963         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Remove GNULIB_FCNTL_SAFER macro
964         definition.
965         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Remove GNULIB_FOPEN_SAFER macro
966         definition.
967         * modules/close-stream (configure.ac): Invoke gl_MODULE_INDICATOR.
968         * modules/fcntl-safer (configure.ac): Likewise.
969         * modules/fopen-safer (configure.ac): Likewise.
970         * modules/fwriteerror (configure.ac): Likewise. Remove explicit
971         GNULIB_FWRITEERROR macro definition.
972
973 2007-01-08  Bruno Haible  <bruno@clisp.org>
974
975         * m4/gnulib-common.m4: New file.
976         * gnulib-tool (func_get_autoconf_snippet): Undo last change.
977         (func_get_filelist): Add m4/gnulib-common.m4.
978
979 2007-01-08  Bruno Haible  <bruno@clisp.org>
980
981         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Simplify the sorting
982         command.
983
984 2007-01-08  Jim Meyering  <jim@meyering.net>
985
986         Use a more robust test for a "can't happen" condition.
987         * lib/fts.c (fts_read): Revert the change of 2006-11-22, since it
988         narrowed the st_size value.  Presuming the "can't happen" condition
989         is true, that narrowing could conceivably convert an invalid st_size
990         value into a valid one.  Instead, use a change based on Matthew
991         Woehlke's original patch.
992
993         Slight readability improvement: use an assert-like macro
994         in place of literal "abort ()" uses.
995         * lib/fts.c (fts_assert): Define.
996         (fts_set_stat_required, cwd_advance_fd, fts_read, fd_ring_check):
997         Use this macro instead of a bare 'abort'.
998
999 2007-01-05  Paul Eggert  <eggert@cs.ucla.edu>
1000
1001         Don't worry about using IRIX 5.3's wctype.h broken definitions;
1002         simply work around them.
1003         * lib/wctype_.h: Remove test for HAVE_WCTYPE_CTMP_BUG.
1004         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph, iswlower):
1005         (iswprint, iswpunct, iswspace, iswupper, iswxdigit): Undef before declaring.
1006         Don't bother to define as macros, since the standard doesn't require it.
1007         * m4/wctype.m4 (WCTYPE_H, ABSOLUTE_WCTYPE_H): Simplify, since we no
1008         longer worry about IRIX 5.3.
1009         (HAVE_WCTYPE_CTMP_BUG): Remove.
1010
1011 2007-01-04  Paul Eggert  <eggert@cs.ucla.edu>
1012
1013         * lib/wctype_.h (_ctmp_) [HAVE_WCTYPE_CTMP_BUG]: Now of type wchar_t,
1014         not wint_t.  Also, include <ctype.h>, to fix another IRIX bug.
1015         * m4/wctype.m4 (gl_WCTYPE_H): Likewise.
1016         Problems reported by Georg Schwarz for IRIX 5.3.
1017
1018         * gnulib-tool (autoconf_minversion): Take the maximum version number
1019         found, not the minimum.  Problem reported by James Youngman.
1020
1021 2007-01-03  Karl Berry  <karl@gnu.org>
1022
1023         * doc/error.texi: new file, explaining interaction with progname.
1024         * doc/gnulib.texi: include it.  Update copyright.
1025
1026 2007-01-03  Simon Josefsson  <simon@josefsson.org>
1027
1028         * gnulib-tool (func_create_testdir): Run AC_CANONICAL_BUILD and
1029         AC_CANONICAL_HOST, to improve autobuild outputs.
1030
1031 2007-01-03  Paolo Bonzini  <bonzini@gnu.org>
1032             Yoann Vandoorselaere <yoann.v@prelude-ids.com>
1033
1034         * lib/poll.c (poll): Use recv on Mac OS X to distinguish connected
1035         sockets, server sockets, and other file descriptors.  Count errors
1036         to compute the return value.  Reorder the code a bit to be easier
1037         to follow.  Don't set event bits that were not requested (except
1038         POLLERR and POLLHUP).
1039
1040 2007-01-01  Bruno Haible  <bruno@clisp.org>
1041
1042         * modules/lchmod (Include): Require lchmod.h, not lchown.h.
1043
1044 2007-01-03  Jim Meyering  <jim@meyering.net>
1045
1046         * modules/fts-lgpl (Depends-on): Add i-ring.  Reported by Bruno Haible.
1047
1048 2007-01-02  Bruno Haible  <bruno@clisp.org>
1049
1050         * modules/settime (Include): Require timespec.h.
1051         * modules/nanosleep (Include): Likewise.
1052
1053 2007-01-01  Bruno Haible  <bruno@clisp.org>
1054
1055         * gnulib-tool (func_emit_copyright_notice): Bump year.
1056         (func_get_autoconf_snippet): Emit a GNULIB_<modulename> macro.
1057
1058 2007-01-01  Bruno Haible  <bruno@clisp.org>
1059
1060         Improve support for OpenBSD.
1061         * build-aux/config.rpath (libname_spec): Export.
1062         (library_names_spec): New variable. Export.
1063         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Extract libname_spec and
1064         library_names_spec from the config.rpath output. Locate shared library
1065         through the name pattern in library_names_spec.
1066
1067 2007-01-01  Eric Blake  <ebb9@byu.net>
1068
1069         * lib/version-etc.c (COPYRIGHT_YEAR): Bump for new year.
1070
1071 2006-12-30  Paul Eggert  <eggert@cs.ucla.edu>
1072
1073         * gnulib-tool (SORT): Remove, since we no longer assume GNU sort.
1074         Rewrite so as not to assume GNU sort or "tail -1".  Also, don't
1075         assume the C locale, and avoid an "eval" that could cause trouble.
1076         Problem with SORT reported by Bob Proulx.
1077
1078         * lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
1079         Define.  Trivial patch from Henning Nielsen Lund, originally
1080         sent to bug-grep@gnu.org today.
1081
1082 2006-12-29  Paul Eggert  <eggert@cs.ucla.edu>
1083
1084         * lib/acl.h: Include sys/types.h and sys/stat.h, for mode_t and
1085         struct stat.  Problem reported by Henning Nielsen Lund.
1086         * lib/acl.c: Include acl.h first, to check interface.  Don't
1087         bother to include sys/types.h and sys/stat.h again.
1088
1089 2006-12-28  Paul Eggert  <eggert@cs.ucla.edu>
1090
1091         Import the following change from libc; problem reported by
1092         Sven Verdoolaege.
1093
1094         2005-10-13  Ulrich Drepper  <drepper@redhat.com>
1095
1096         [BZ #1373]
1097         * lib/argp.h: Remove __NTH for __argp_usage inline function.
1098
1099 2006-12-28  Jim Meyering  <jim@meyering.net>
1100
1101         * build-aux/announce-gen: Do not assume that the package
1102         builds any of tar.gz, tar.bz2, and .xdelta files.
1103         Suggestion from Simon Josefsson.
1104
1105 2006-12-28  Simon Josefsson  <simon@josefsson.org>
1106
1107         * modules/announce-gen: New file.
1108
1109 2006-12-27  Paul Eggert  <eggert@cs.ucla.edu>
1110
1111         * lib/mbchar.h: Just include <wctype.h>; the wctype module
1112         handles its gotchas now.
1113         * lib/mbswidth.c: Likewise.
1114         * lib/wcwidth.h: Likewise.
1115         * m4/mbchar.m4 (gl_MBCHAR): Don't bother checking for wctype.h
1116         and iswcntrl; the wctype module does this stuff now.
1117         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
1118         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Likewise.
1119         * modules/mbchar (Depends-on): Add wctype.
1120         * modules/mbswidth (Depends-on): Likewise.
1121         * modules/wcwidth (Depends-on): Likewise.
1122
1123 2006-12-27  Eric Blake  <ebb9@byu.net>
1124
1125         * lib/fnmatch.c: Reinstate inclusion of <wchar.h>, since this
1126         module uses more than what <wctype.h> is required to provide.
1127
1128 2006-12-26  Eric Blake  <ebb9@byu.net>
1129
1130         * gnulib-tool (sed_extract_prog): Avoid space-tab.
1131
1132 2006-12-26  Eric Blake  <ebb9@byu.net>
1133
1134         * modules/absolute-header: New module.
1135         * modules/fcntl (Depends-on): Depend on it.
1136         * modules/inttypes (Depends-on): Likewise.
1137         * modules/stdint (Depends-on): Likewise.
1138         * modules/sys_stat (Depends-on): Likewise.
1139         * modules/wctype (Depends-on): Likewise.
1140         * MODULES.html.sh (Support for building libraries and
1141         executables): Document it.
1142
1143 2006-12-25  Paul Eggert  <eggert@cs.ucla.edu>
1144
1145         * gnulib-tool (SED): Remove, undoing previous change.
1146         The problem was that it broke coreutils on Solaris, because
1147         "sed --posix" leaked into a makefile.
1148         (sed): New alias, if 'alias' and GNU sed.
1149
1150 2006-12-24  Jim Meyering  <jim@meyering.net>
1151
1152         Work around an fchownat bug in glibc-2.4:
1153         http://lists.ubuntu.com/archives/ubuntu-users/2006-September/093218.html
1154         This bug would cause "chown -RP ... DIR" to follow symlinks in DIR,
1155         in spite of the -P option.
1156         * m4/openat.m4 (gl_FUNC_FCHOWNAT, gl_FUNC_FCHOWNAT_DEREF_BUG):
1157         New macros.
1158         (gl_PREREQ_OPENAT): Require gl_FUNC_FCHOWNAT.
1159         * modules/openat (Files): Add lib/fchownat.c.
1160         * lib/openat.c (fchownat): Don't define here.  Move to...
1161         * lib/fchownat.c: ...this new file.
1162
1163 2006-12-23  Paul Eggert  <eggert@cs.ucla.edu>
1164
1165         Fix bug reported by Bruno Haible in
1166         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00228.html>
1167         where quotearg.c didn't compile on Mac OS X 10.2 because it
1168         lacks <wchar.h> and wint_t.
1169         * lib/wctype_.h (__wctype_wint_t): New type.
1170         Include <stdio.h>, <time.h>, <wchar.h> only if HAVE_WINT_T.
1171         (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit, iswgraph):
1172         (iswlower, iswprint, iswpunct, iswspace, iswupper, ixwxdigit):
1173         Arg is now of type __wctype_wint_t, not wint_t.
1174         * m4/wctype.m4 (gl_WCTYPE_H): Require gt_TYPE_WINT_T, and
1175         substitute HAVE_WINT_T.
1176         * modules/wctype (Files): Add m4/wint_t.m4.
1177         (wctype.h): Substitute HAVE_WINT_T.
1178
1179 2006-12-23  Bruno Haible  <bruno@clisp.org>
1180
1181         * lib/safe-read.h [C++]: Wrap declarations in extern "C".
1182
1183 2006-12-23  Bruno Haible  <bruno@clisp.org>
1184
1185         * lib/canonicalize-lgpl.c (__realpath): Test HAVE_READLINK instead of
1186         S_ISLNK.
1187         Needed because gnulib's sys/stat.h replacement defines S_ISLNK on
1188         mingw.
1189
1190 2006-12-22  Bruno Haible  <bruno@clisp.org>
1191
1192         * lib/copy-file.c: Include acl.h.
1193         (copy_file_preserving) [USE_ACL]: Use copy_acl instead of chmod.
1194         Close the file descriptors only after being done with copy_acl.
1195         * modules/copy-file (Depends-on): Add acl.
1196
1197 2006-12-22  Bruno Haible  <bruno@clisp.org>
1198
1199         * gnulib-tool (SED): New variable.
1200         Use $SED instead of sed everywhere.
1201
1202 2006-12-22  Bruno Haible  <bruno@clisp.org>
1203
1204         * modules/no-c++: New file.
1205         * m4/no-c++.m4: New file.
1206         * MODULES.html.sh (Support for building libraries and executables):
1207         Add no-c++.
1208
1209 2006-12-22  Paul Eggert  <eggert@cs.ucla.edu>
1210
1211         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
1212         Include <limits.h>, and use its INT_MAX to rewrite the
1213         j loop so that it does not overflow 'int'.  Problem reported by
1214         Ralf Wildenhues in
1215         <http://lists.gnu.org/archive/html/bug-gnulib/2006-12/msg00084.html>.
1216         Play it safe by shifting left by 1 rather than multiplying by 2,
1217         as GCC is less likely to optimize this away when the value
1218         is signed (when it assumes overflow leads to undefined behavior).
1219         Also, don't assume time_t uses two's complement.
1220
1221 2006-12-21  Paul Eggert  <eggert@cs.ucla.edu>
1222
1223         * MODULES.html.sh: New module wctype.
1224         * lib/wctype_.h, m4/wctype.m4, modules/wctype: New files.
1225         * lib/fnmatch.c: Don't bother to include <wchar.h> before
1226         <wctype.h>, since the new wctype module should fix this.
1227         * lib/quotearg.c: Include <wctype.h> unconditionally, since
1228         the wctype module should arrange for it.
1229         * lib/regex_internal.h: Likewise.
1230         * m4/quotearg.m4 (gl_QUOTEARG): Don't check for wctype.h or iswprint,
1231         since the wctype module should handle this now.
1232         * m4/regex.m4 (gl_PREREQ_REGEX): Don't check for wctype.h.
1233         * modules/fnmatch (Depends-on): Add wctype.
1234         * modules/quotearg (Depends-on): Likewise.
1235         * modules/regex (Depends-on): Likewise.
1236
1237 2006-12-19  Bruno Haible  <bruno@clisp.org>
1238
1239         * lib/strdup.h [C++]: Wrap definitions in extern "C".
1240         Suggested by Lorenzo Bettini <bettini@dsi.unifi.it>.
1241
1242 2006-12-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1243
1244         * modules/savewd (Depends-on): Fix dependency on fcntl.
1245
1246 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1247
1248         * m4/stdint.m4 (gl_STDINT_H): Set STDINT_H to empty if stdint.h
1249         conforms to C99, rather than relying on the user's environment
1250         setting of STDINT_H.
1251
1252 2006-12-18  Paul Eggert  <eggert@cs.ucla.edu>
1253         and Eric Blake  <ebb9@byu.net>
1254
1255         * lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Default to 0, not 1.
1256         This is more consistent with the other defines here.
1257         * m4/double-slash-root.m4 (gl_DOUBLE_SLASH_ROOT):
1258         Port to z/OS.  Problem reported by Paul Gilmartin.
1259         Change local vars to use gl_ prefix rather than ac_.
1260         Don't define DOUBLE_SLASH_IS_DISTINCT_ROOT to 0, for consistency
1261         with other defines.
1262         * modules/double-slash-root: New module.
1263         * modules/dirname (Files): Remove m4/double-slash-root.m4.
1264         (Depends-on): Add double-slash-root.
1265         * MODULES.html.sh (File system functions): Mention new module.
1266
1267 2006-12-14  Paul Eggert  <eggert@cs.ucla.edu>
1268
1269         * lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
1270         (yesno) [!ENABLE_NLS]: Don't invoke getline or rpmatch.
1271         This is for the benefit of gzip, which doesn't do i18n.
1272
1273 2006-12-12  Jim Meyering  <jim@meyering.net>
1274
1275         * m4/acl.m4 (gl_ACL_GET_FILE): Fix logic error.
1276         Reported by Andreas Schwab <schwab@suse.de>.
1277
1278 2006-12-12  Bruno Haible  <bruno@clisp.org>
1279
1280         Merge these changes.
1281         2006-09-05  Bruno Haible  <bruno@clisp.org>
1282         * lib/iconvme.c (iconv_string): No need to save and restore errno when
1283         iconv_alloc succeeded.
1284         (iconv_alloc): Don't assume that malloc() or realloc(), when failing,
1285         sets errno to ENOMEM. (malloc on GNU/kFreeBSD doesn't.) No need to
1286         test for " && dest " at the end - dest is always != NULL there. Call
1287         iconv with 4xNULL arguments initially, to reset the state. Call iconv
1288         with 2xNULL arguments, also to flush the state storage. Handle the
1289         IRIX iconv behaviour. Realloc the final result, to throw away unused
1290         memory.
1291
1292 2006-12-11  Paul Eggert  <eggert@cs.ucla.edu>
1293
1294         * m4/openat.m4 (gl_FUNC_OPENAT): Don't compile mkdirat
1295         and fchmodat unconditionally, since glibc 2.4 has them.
1296         Problem reported by Arkadiusz Miskiewicz.
1297
1298 2006-12-10  Bruno Haible  <bruno@clisp.org>
1299
1300         * gnulib-tool (func_import): Show the include files only for those
1301         modules that are copied and specified.
1302         Reported by Karl Berry.
1303
1304 2006-12-08  Jim Meyering  <jim@meyering.net>
1305
1306         * build-aux/announce-gen ($VERSION): Don't use of $Revision...$.
1307         Instead, use Emacs' time-stamp write hook.  Note that the time is UTC.
1308
1309         * build-aux/announce-gen: Add two new options, both optional:
1310         --bootstrap-tools=TOOL_LIST
1311               a comma-separated list of tools, e.g.,
1312               autoconf,automake,bison,gnulib
1313         --gnulib-snapshot-date=DATE
1314               if gnulib is in the bootstrap tool list,
1315               then report this as the snapshot date.
1316               If not specified, use the current date/time.
1317               If you specify a date here, be sure it's UTC.
1318
1319 2006-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1320
1321         * tests/test-argp-2.sh: Fix test to match actual output.
1322         (func_compare): Fix sed script to be portable.
1323
1324 2006-12-05  Paul Eggert  <eggert@cs.ucla.edu>
1325
1326         * lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS]: Add a
1327         workaround for this case.  It is not autoconfigured now; offhand
1328         it's hard to see how to autoconfigure it.
1329
1330 2006-12-03  Paul Eggert  <eggert@cs.ucla.edu>
1331
1332         * lib/mkdir-p.c (make_dir_parents): Fix race condition when making
1333         a directory that is about to be chowned.  Such a directory's
1334         initial file permissions should permit the owner only and this
1335         should not be changed until after the chown, since the group and
1336         other bits would be incorrect if they granted permission before
1337         the chown.
1338
1339         Fix porting problem for iswctype reported by Georg Schwarz in:
1340         http://lists.gnu.org/archive/html/bug-coreutils/2006-12/msg00017.html
1341         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCTYPE, too.
1342         * lib/regex_internal.h (RE_ENABLE_I18N): Likewise.
1343         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for iswctype, too.
1344         * m4/regex.m4 (gl_PREREQ_REGEX): Likewise.
1345
1346 2006-12-03  Jim Meyering  <jim@meyering.net>
1347
1348         * lib/fts.c (fts_load): Don't set sp->fts_dev here, since
1349         p->fts_statp may not yet be defined.
1350         (fts_read): Instead, set it in the caller, once p->fts_statp is
1351         sure to be defined, and corresponds to a top-level directory.
1352         This bug made du -x fail.  Here's the coreutils test case:
1353         http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commit;h=ba45154d8e9f
1354         Reported by Mike Frysinger.
1355
1356 2006-12-01  Jim Meyering  <jim@meyering.net>
1357
1358         * modules/savewd (Depends-on): Add fcntl_h to avoid self-test
1359         build failure due to missing definition of HAVE_WORKING_O_NOFOLLOW.
1360         Reported by Simon Josefsson.
1361
1362 2006-11-30  Jim Meyering  <jim@meyering.net>
1363
1364         * m4/warning.m4: Use the all-permissive copyright notice
1365         recommended by RMS (rather than LGPL).
1366         * m4/vararrays.m4: Likewise.
1367         * m4/flexmember.m4: Likewise.
1368
1369 2006-11-29  Bruno Haible  <bruno@clisp.org>
1370
1371         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1372         noinst_LIBRARIES. Augment noinst_LIBRARIES and noinst_LTLIBRARIES
1373         using +=.
1374         Reported by Simon Josefsson <simon@josefsson.org>.
1375
1376 2006-11-28  James Youngman <jay@gnu.org>
1377
1378         * README: Advise users that they might find the bug-gnulib@gnu.org
1379         and autotools-announce@gnu.org mailing lists useful.
1380
1381 2006-11-28  Bruno Haible  <bruno@clisp.org>
1382
1383         * m4/ptrdiff_max.m4: Remove file.
1384
1385 2006-11-21  Bruno Haible  <bruno@clisp.org>
1386
1387         * m4/eoverflow.m4 (gl_EOVERFLOW): Use AC_COMPUTE_INT instead of
1388         _AC_COMPUTE_INT.
1389         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1390         * m4/ptrdiff_max.m4 (gl_PTRDIFF_MAX): Use AC_COMPUTE_INT instead of
1391         _AC_COMPUTE_INT.
1392         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1393         * m4/size_max.m4 (gl_SIZE_MAX): Use AC_COMPUTE_INT instead of
1394         _AC_COMPUTE_INT.
1395         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1396
1397 2006-11-28  Jim Meyering  <jim@meyering.net>
1398
1399         * lib/regcomp.c (parse_branch): Rename local, exp->expr, to avoid
1400         warning from "gcc -Wshadow" about shadowing the builtin.
1401
1402 2006-11-27  Bruno Haible  <bruno@clisp.org>
1403
1404         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): Use AC_COMPUTE_INT instead of
1405         _AC_COMPUTE_INT.
1406         (AC_COMPUTE_INT): Add fallback definition for autoconf < 2.61.
1407
1408 2006-11-27  Bruno Haible  <bruno@clisp.org>
1409             Paul Eggert  <eggert@cs.ucla.edu>
1410
1411         * lib/regex.h (__restrict_arr): Redo logic of #if, for clarity.
1412
1413 2006-11-26  Bruno Haible  <bruno@clisp.org>
1414
1415         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
1416         noinst_LTLIBRARIES.
1417
1418 2006-11-27  Paul Eggert  <eggert@cs.ucla.edu>
1419             Bruno Haible  <bruno@clisp.org>
1420
1421         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to 0
1422         if compiling with "gcc -ansi".
1423
1424 2006-11-26  Paul Eggert  <eggert@cs.ucla.edu>
1425
1426         Fix some incompatibilities with gcc -ansi -pedantic.
1427         * lib/regex.h (__restrict_arr): Don't use the [restrict] syntax
1428         if compiling pedantically with GCC, unless it's C99 or later.
1429         Don't trust sys/cdefs.h's definition of __restrict_arr, either, as
1430         it mishandles gcc -ansi -pedantic as well.
1431         * lib/regex_internal.h (re_token_t): Don't use enum bitfields
1432         if gcc -pedantic.
1433         * lib/regexec.c (check_node_accept_bytes): Don't use auto
1434         initializers for struct if -pedantic, unless it's C99 or later.
1435
1436 2006-11-25  Nix  <nix@esperi.org.uk>  (tiny change)
1437
1438         * m4/fcntl_h.m4 (gl_FCNTL_H): Test the atime, not the mtime.
1439         Don't close an fd more than once. Identical atimes indicate
1440         success, not failure.
1441
1442 2006-11-22  Robinson Mittmann <bob@hoplon.com>  (tiny change)
1443
1444         * lib/sincosl.c (kernel_sinl): Fix typo in threshold.
1445
1446 2006-11-23  Jim Meyering  <jim@meyering.net>
1447
1448         * build-aux/announce-gen: New file.  From coreutils.
1449
1450 2006-11-22  Jim Meyering  <jim@meyering.net>
1451
1452         Work around a compile-time error from the HP-UX 11.00 /bin/cc.
1453         * lib/fts.c (enum Fts_stat): Give this previously-anon enum a name.
1454         (fts_read): Use a temporary to narrow the overused st_size member
1455         before using it in a switch statement.  Reported by Matthew Woehlke.
1456
1457         * m4/clock_time.m4 (gl_CLOCK_TIME): Quote AC_SUBST argument.
1458         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Likewise.
1459
1460 2006-11-20  Bruno Haible  <bruno@clisp.org>
1461
1462         * gettext.m4 (AM_GNU_GETTEXT): Revert 2005-07-28 patch: Use
1463         changequote instead of pairs of brackets.
1464         Reported by Andreas Schwab <schwab@suse.de>.
1465
1466 2006-11-21  Jim Meyering  <jim@meyering.net>
1467
1468         * lib/fts.c (fts_safe_changedir): Move a declaration "up",
1469         so as to remain compatible with older compilers.
1470         Patch from Michael Deutschmann.
1471
1472 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1473
1474         * MODULES.html.sh (File system functions): Add openat.
1475
1476         * lib/openat.h (rpl_fstatat): New macro, if
1477         [HAVE_OPENAT && ! LSTAT_FOLLOWS_SLASHED_SYMLINK.
1478         (fstatat): Define to rpl_fstatat under the same conditions,
1479         unless COMPILING_FSTATAT.
1480         * m4/openat.m4 (gl_FUNC_OPENAT): Compile fstatat.c too, if fstatat
1481         seems to have the bug.
1482         * lib/fstatat.c: New file.
1483         * modules/openat (Files): Add it.
1484
1485 2006-11-20  Bruno Haible  <bruno@clisp.org>
1486
1487         * Makefile: New file.
1488
1489 2006-11-20  Jim Meyering  <jim@meyering.net>
1490
1491         The beginnings of syntax-related checks for gnulib.
1492         * lib/Makefile: New file.
1493         * lib/t-idcache: New script.  Ensure that the two halves of
1494         idcache.c stay in sync.
1495
1496         * lib/idcache.c: Adjust comments in user- and group- portions to
1497         be more accurate, and to be consistent with one another.
1498
1499 2006-11-20  Jim Meyering  <jim@meyering.net>
1500
1501         * lib/idcache.c: Restore most of the 2006-11-06 patch, so as to
1502         continue using the flexible array member (thus, this module performs
1503         half as many malloc calls), with the addition that...
1504         (getgroup, getuser): Consistently record a non-match via an empty
1505         "name" string, and map an empty string match to a NULL return value.
1506         * modules/idcache (Depends-on): Re-add flexmember.
1507
1508         * lib/idcache.c (getuser): Remove all uses of the register keyword.
1509         (getuidbyname, getgroup, getgidbyname): Likewise.
1510
1511         Use cleaner syntax: NULL rather than 0.
1512         * lib/idcache.c (getuidbyname, getgidbyname): Return NULL, not 0.
1513
1514 2006-11-20  Paul Eggert  <eggert@cs.ucla.edu>
1515
1516         * lib/idcache.c: Undo most recent patch, dated 2006-11-06.
1517         It mishandled the case where the group was missing.
1518         Problem reported by Greg Schafer.
1519         * modules/idcache: Likewise.
1520
1521 2006-11-18  Jim Meyering  <jim@meyering.net>
1522
1523         * check-module (%exempt_header): Add exception for some
1524         conditionally-included headers.
1525
1526         * modules/i-ring (Depends-on): Add verify.
1527         (License): Change to LGPL.
1528
1529 2006-11-16  Paul Eggert  <eggert@cs.ucla.edu>
1530
1531         * modules/getaddinfo (Depends-on): Remove inttostr; add snprintf.
1532         * lib/getaddrinfo.c: Include snprintf.h rather than intprops.h
1533         and inttostr.h.  Use snprintf rather than uinttostr, so that
1534         LGPLed code doesn't depend on GPLed.
1535
1536 2006-11-17  Paul Eggert  <eggert@cs.ucla.edu>
1537
1538         * modules/inline (License): Change from GPL to LGPL.
1539
1540 2006-11-17  Jim Meyering  <jim@meyering.net>
1541
1542         * modules/d-type (License): Switch to LGPL.
1543
1544 2006-11-15  Bruno Haible  <bruno@clisp.org>
1545
1546         * m4/alloca.m4 (gl_FUNC_ALLOCA): Fix the AC_CACHE_CHECK message.
1547
1548 2006-11-15  Eric Blake  <ebb9@byu.net>
1549
1550         * m4/allocsa.m4 (gl_ALLOCSA): Don't invoke macro already picked up by
1551         the module dependency.
1552
1553 2006-11-15  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
1554             Bruno Haible  <bruno@clisp.org>
1555
1556         * gnulib-tool (func_create_testdir): Add license consistency check.
1557
1558 2006-11-15  Eric Blake  <ebb9@byu.net>
1559
1560         * m4/alloca.m4 (gl_FUNC_ALLOCA): Use AC_CACHE_CHECK to avoid a
1561         random "(cached)" in configure output.
1562
1563 2006-11-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1564
1565         * m4/inttypes.m4 (gl_INTTYPES_H): Use AC_CACHE_CHECK so that the
1566         test for conforming inttypes.h is both announced and cached.
1567
1568         * MODULES.html.sh (seen_modules, seen_files): New variables.
1569         (func_module): Rewrite to use a few less gnulib-tool and sed
1570         invocations.  Avoid a couple of quadratic algorithms for ...
1571         (missed_modules, missed_files): ... these, with ...
1572         (func_append, func_tmpdir): ... these new functions, from
1573         gnulib-tool.  Analogously, install traps for cleanup.
1574
1575         * tests/test-gc.c (main): Remove unused variables.
1576         * tests/test-read-file.c: Include stdlib.h, for 'free'.
1577
1578 2006-11-14  Paul Eggert  <eggert@cs.ucla.edu>
1579
1580         * modules/inttostr (License): Change to LGPL.
1581
1582 2006-11-14  Eric Blake  <ebb9@byu.net>
1583
1584         * modules/tempname (License): Change to LGPL.
1585
1586 2006-11-14  Eric Blake  <ebb9@byu.net>
1587
1588         * doc/functions.texi (Function Portability): *printf functions on
1589         Cygwin now understand all POSIX size specifiers.
1590
1591 2006-11-14  Bruno Haible  <bruno@clisp.org>
1592
1593         * modules/c-ctype (License): Change to LGPL.
1594
1595 2006-11-12  Bruno Haible  <bruno@clisp.org>
1596
1597         * m4/lib-link.m4 (AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS,
1598         AC_LIB_LINKFLAGS_BODY): Also set a LIB${NAME}_PREFIX variable. Needed
1599         for GNOME libraries, for which the include files are installed in
1600         subdirectories of $prefix/include.
1601
1602 2006-11-12  Bruno Haible  <bruno@clisp.org>
1603
1604         * m4/lib-link.m4: Require at least autoconf-2.54.
1605         (AC_LIB_LINKFLAGS_BODY) [autoconf < 2.61]: Turn dots into the library
1606         name to underscores for the --with option.
1607
1608 2006-11-13  Bruno Haible  <bruno@clisp.org>
1609
1610         * gnulib-tool (func_create_testdir): Set gl_source_base correctly in
1611         the tests directory.
1612         Reported by Ralf Wildenhues.
1613
1614 2006-11-13  Bruno Haible  <bruno@clisp.org>
1615
1616         * gnulib-tool (func_emit_initmacro_start): Also override AC_LIBSOURCES.
1617         (func_emit_initmacro_end): Undo the override here.
1618         (func_emit_initmacro_done): Emit a definition for gl_LIBSOURCES.
1619         Works around the famous automake error in coreutils.
1620
1621 2006-11-13  Eric Blake  <ebb9@byu.net>
1622
1623         * lib/gl_anytree_oset.h (gl_tree_search_atleast): Return the
1624         element, not its node.
1625
1626 2006-11-12  Bruno Haible  <bruno@clisp.org>
1627
1628         * gnulib-tool (func_emit_lib_Makefile_am): Replace occurrences of
1629         '$(top_srcdir)/build-aux/', taking into account the real auxdir.
1630
1631 2006-11-12  Bruno Haible  <bruno@clisp.org>
1632
1633         * gnulib-tool: New option --local-symlink.
1634         (func_usage): Document it.
1635         (lsymbolic): New variable.
1636         (func_import, func_create_testdir): If --symlink was not specified,
1637         test whether --local-symlink was specified and the file comes from
1638         the local_gnulib_dir.
1639
1640 2006-11-12  Bruno Haible  <bruno@clisp.org>
1641
1642         * gnulib-tool (func_ln): New function.
1643         (func_ln_if_changed, func_create_testdir): Use it instead of "ln -s".
1644
1645 2006-11-12  Bruno Haible  <bruno@clisp.org>
1646
1647         Finish support for source files in subdirectories.
1648         * gnulib-tool (func_emit_lib_Makefile_am): If some of the source files
1649         are in subdirectories, set uses_subdirs and add 'subdir-objects' to
1650         AUTOMAKE_OPTIONS.
1651         (func_import, func_create_testdir): Invoke AM_PROG_CC_C_O in this case.
1652
1653 2006-11-12  Bruno Haible  <bruno@clisp.org>
1654
1655         * gnulib-tool (func_get_automake_snippet): Synthesize also an
1656         EXTRA_lib_SOURCES augmentation.
1657         (func_emit_lib_Makefile_am): Initialize EXTRA_lib..._SOURCES to empty.
1658
1659 2006-11-12  Jim Meyering  <jim@meyering.net>
1660
1661         Make fts (in FTS_CWDFD mode) more efficient by caching a few open
1662         file descriptors.  This also averts a failure on systems with
1663         native openat support when a traversed directory lacks "x" access.
1664         * lib/fts_.h: Include "i-ring.h"
1665         (struct FTS) [fts_fd_ring]: New member.
1666         * lib/fts.c (RESTORE_INITIAL_CWD): Also call fd_ring_clear.
1667         (FCHDIR): Add parentheses.
1668         (fd_ring_check, fd_ring_print) [!FTS_DEBUG]: Define away.
1669         (cwd_advance_fd): Add a 3rd parameter.  Adjust all callers.
1670         When descending, rather than simply closing the previous
1671         fts_cwd_fd value, push that file descriptor onto the ring.
1672         (same_fd, fd_ring_print, fd_ring_check) [FTS_DEBUG]: New functions.
1673         (fts_open): Initialize the new fd_ring member.
1674         (fts_close): Clear the ring.
1675         (fts_safe_changedir): When possible, use our new fd_ring to skip
1676         the diropen and fstat and dev/ino comparison that would normally
1677         accompany a virtual `chdir ("..")'.
1678
1679         * modules/fts (Depends-on): Add i-ring.
1680         * modules/i-ring: New module.
1681         * lib/i-ring.c, lib/i-ring.h, lib/i-ring-test.c: New files.
1682         * m4/i-ring.m4: New file.
1683
1684 2006-11-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1685
1686         * gnulib-tool (func_create_testdir): Fix replacement of
1687         `build-aux' in configure.ac.  Run autotools in gltests
1688         subdirectory.
1689         (func_create_testdir, func_create_megatestdir, test): There is
1690         no need for '--force' in most autotool invocations in a new
1691         tree.  Actually fail the whole test if any of the tools, or the
1692         configure or make stages fail.
1693
1694         Sync from Automake.
1695         * build-aux/gnupload: Revert last change.  Add pointer to upload
1696         instructions of the GNU Maintenance Instructions.
1697         Suggestion by Karl Berry.
1698
1699 2006-11-10  Jim Meyering  <jim@meyering.net>
1700
1701         * lib/fts.c [FTS_DEBUG]: Don't try to print a pointer via %s.
1702
1703 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1704
1705         * lib/gettext.h (dgettext, dcgettext, ngettext) [! ENABLE_NLS]:
1706         (dngettext, dcngettext, bindtextdomain) [! ENABLE_NLS]:
1707         (bind_textdomain_codeset) [! ENABLE_NLS]:
1708         Evaluate all the arguments.  That way, callers get compatible behavior
1709         if the arguments have side effects.  Also, it avoids some GCC
1710         diagnostics in some cases; Joel E. Denny reported problems when Bison
1711         was configured with --enable-gcc-warnigs.
1712
1713 2006-11-10  Jim Meyering  <jim@meyering.net>
1714
1715         * m4/inline.m4 (gl_INLINE): Check with the compiler, not cpp, so that
1716         relevant options in CFLAGS (like -O, -fno-inline) are taken into
1717         account.
1718
1719 2006-11-10  Jim Meyering  <jim@meyering.net>
1720
1721         * modules/inline: New file/module.
1722         * modules/xalloc (Files): Remove m4/inline.m4.
1723         (Depends-on): Add inline, instead.
1724         * modules/oset: Likewise.
1725         * modules/list: Likewise.
1726
1727 2006-11-09  Paul Eggert  <eggert@cs.ucla.edu>
1728
1729         * lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
1730         Problem reported by Matthew Woehlke.
1731
1732 2006-11-09  Bruno Haible  <bruno@clisp.org>
1733
1734         * lib/tempname.c (gen_tempname): Remove variant that invokes
1735         __gen_tempname.
1736         * m4/tempname.m4 (gl_FUNC_GEN_TEMPNAME): Don't test for
1737         __gen_tempname.
1738
1739 2006-11-08  Bruno Haible  <bruno@clisp.org>
1740
1741         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_type_long_long_int
1742         to 'yes' instead of 'cross-compiling'.
1743
1744 2006-11-08  Paul Eggert  <eggert@cs.ucla.edu>
1745
1746         * lib/quotearg.h (quotearg_free): New decl.
1747         * lib/quotearg.c (quotearg_free): New function.
1748         (slot0, nslots, slotvec0, slotvec):
1749         Now file-scope so that quotearg_free can get at them.
1750
1751 2006-11-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1752
1753         Sync from Automake.
1754         * build-aux/gnupload: Add missing 'gnu' to example URL.
1755         Report by Karl Berry.
1756
1757 2006-11-08  Bruno Haible  <bruno@clisp.org>
1758
1759         * m4/inline.m4 (gl_INLINE): Also test __NO_INLINE__.
1760         Suggested by Paul Eggert.
1761
1762 2006-11-08  Jim Meyering  <jim@meyering.net>
1763
1764         * lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl--.h twice.
1765         It's already included if !_LIBC.
1766         (fts_safe_changedir): Add a comment.
1767
1768 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1769
1770         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
1771         Tandem NonStop Kernel (OSS) cc -O circa 2004, reported by
1772         Matthew Woehlke.
1773
1774         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Move
1775         definitions up, to avoid colliding with change below.
1776         (static_inline) [HAVE_INLINE]: New macro.
1777         (xnmalloc, xnrealloc, x2nrealloc, xcharalloc):
1778         Provide extern decls when !HAVE_INLINE.  Do not define unless
1779         static_inline is defined, either by us or by xmalloc.c.  Use
1780         static_inline rather than static inline.
1781         (XCALLOC): Optimize sizeof(T) = 1 case.
1782         * lib/xmalloc.c (static_inline) [!HAVE_INLINE]: New macro.
1783
1784 2006-11-07  Bruno Haible  <bruno@clisp.org>
1785
1786         * lib/xalloc.h (XNMALLOC): Restore optimization of sizeof(T) = 1 case.
1787         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require gl_INLINE instead of
1788         AC_C_INLINE.
1789         * modules/xalloc (Files): Add m4/inline.m4.
1790
1791 2006-11-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1792
1793         * README: Fix typo.
1794         * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename...
1795         (Miscellanous Notes): ...from this.
1796
1797 2006-11-07  Paul Eggert  <eggert@cs.ucla.edu>
1798
1799         * m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
1800         Mention that offsetof should be used instead of sizeof.
1801         From Bruno Haible.
1802
1803 2006-11-07  Bruno Haible  <bruno@clisp.org>
1804
1805         * lib/w32spawn.h (prepare_spawn): Use XNMALLOC instead of xmalloc.
1806
1807 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1808
1809         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1810         * lib/gl_anyavltree_list2.h (create_subtree_with_contents):
1811         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1812         (gl_tree_add_before, gl_tree_add_after):
1813         Use XMALLOC instead of xmalloc, and XCALLOC instead of xzalloc.
1814         * lib/gl_anyhash_list2.h (hash_resize): Likewise.
1815         * lib/gl_anylinked_list2.h (gl_linked_create_empty, gl_linked_create):
1816         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before):
1817         (gl_linked_add_after, gl_linked_add_at): Likewise.
1818         * lib/gl_anyrbtree_list2.h (create_subtree_with_contents):
1819         (gl_tree_create, gl_tree_add_first, gl_tree_add_last):
1820         (gl_tree_add_before, gl_tree_add_after): Likewise.
1821         * lib/gl_anytree_list2.h (gl_tree_create_empty): Likewise.
1822         * lib/gl_anytree_oset.h (gl_tree_create_empty): Likewise.
1823         * lib/gl_anytreehash_list1.h (add_to_bucket): Likewise.
1824
1825 2006-11-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1826
1827         * lib/gl_oset.h: Use C comment style, not C++ comment style.
1828
1829 2006-11-06  Bruno Haible  <bruno@clisp.org>
1830
1831         * m4/inline.m4: New file.
1832         * m4/gl_list.m4 (gl_LIST): Require gl_INLINE.
1833         * modules/list (Files): Add m4/inline.m4.
1834         * modules/oset (Files): Likewise.
1835
1836 2006-11-06  Paul Eggert  <eggert@cs.ucla.edu>
1837
1838         * lib/idcache.c: Include <stddef.h>, for offsetof.
1839         (struct userid.name): Change from char * to a flexible array member.
1840         All uses changed.
1841         * modules/idcache (Depends-on): Add flexmember.
1842
1843         * MODULES.html.sh (Core language properties): New module flexmember.
1844         * modules/flexmember, m4/flexmember.m4: New files.
1845
1846         * lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now static
1847         inline functions that are identical with the old xnmalloc_inline,
1848         xnrealloc_inline, x2nrealloc_inline of lib/xmalloc.c.  This is so
1849         that we can avoid some unnecessary integer multiplications and
1850         divisions in the common case where the element size is known at
1851         compile time.
1852         (XNMALLOC) [HAVE_INLINE]: Remove special case, which is no longer
1853         needed.
1854         (xnboundedmalloc): Remove.
1855         (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): Use lower-case letters for
1856         arguments, for consistency with rest of this header.
1857         (xcharalloc): Rewrite using XNMALLOC.
1858         * lib/xmalloc.c (xnmalloc_inline, xnmalloc, xnrealloc_inline):
1859         (xnrealloc, x2nrealloc_inline, x2nrealloc): Remove.  The *_inline
1860         versions have been moved to lib/xalloc.h and renamed to be the
1861         non-*_inline versions.
1862         (xmalloc, xrealloc): Implement without reference to the xnmalloc
1863         and xnrealloc functions, since those functions are now inline and
1864         now call us.
1865         (x2realloc): Invoke x2realloc, not x2realloc_inline, to accommodate
1866         renaming described above.
1867         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE since
1868         xmalloc.c no longer uses inline directly.  gl_PREREQ_XALLOC now
1869         captures the dependency in AC_C_INLINE.
1870
1871         New module canonicalize-lgpl, proposed by Charles Wilson in
1872         <http://lists.gnu.org/archive/html/bug-gnulib/2006-11/msg00020.html>
1873         with a few small changes afterwards.
1874         * MODULES.html.sh (File system functions): New module
1875         canonicalize-lgpl.
1876         * lib/canonicalize.h: Add comments for canonicalize_filename_mode
1877         and canonicalize_file_name.
1878         * lib/canonicalize-lgpl.c, m4/canonicalize-lgpl.m4:
1879         * modules/canonicalize-lgpl: New files.
1880
1881 2006-11-05  Bruno Haible  <bruno@clisp.org>
1882
1883         * gnulib-tool (func_import, func_create_testdir): Create directories
1884         also for files in subdirectories of lib/.
1885
1886 2006-11-05  Bruno Haible  <bruno@clisp.org>
1887
1888         * lib/gl_array_list.c (gl_array_iterator_next): Make pointer decrement
1889         ANSI C compliant.
1890
1891 2006-11-03  Bruno Haible  <bruno@clisp.org>
1892
1893         Simplify xmalloc expressions. Add overflow check in xmalloc arguments.
1894         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Require AC_C_INLINE.
1895         * lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC): New macros.
1896         (xnboundedmalloc): New inline function.
1897         * lib/classpath.c (new_classpath): Use XNMALLOC instead of xmalloc.
1898         * lib/clean-temp.c (create_temp_dir): Use XNMALLOC, XMALLOC instead of
1899         xmalloc.
1900         * lib/concatpath.c (concatenated_pathname): Use XNMALLOC instead of
1901         xmalloc.
1902         * lib/fatal-signal.c (at_fatal_signal): Use XNMALLOC instead of xmalloc.
1903         * lib/findprog.c (find_in_path): Use XNMALLOC instead of xmalloc.
1904         * lib/gl_array_list.c (gl_array_create_empty): Use XMALLOC instead of
1905         xmalloc.
1906         (gl_array_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1907         * lib/gl_array_oset.c (gl_array_create_empty): Use XNMALLOC instead of
1908         xmalloc.
1909         * lib/gl_avltree_oset.c (gl_tree_add_first, gl_tree_add_before,
1910         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1911         * lib/gl_carray_list.c (gl_carray_create_empty): Use XMALLOC instead of
1912         xmalloc.
1913         (gl_carray_create): Use XNMALLOC, XMALLOC instead of xmalloc.
1914         * lib/gl_rbtree_oset.c (gl_tree_add_first, gl_tree_add_before,
1915         gl_tree_add_after): Use XMALLOC instead of xmalloc.
1916         * lib/gl_sublist.c (gl_sublist_create): Use XMALLOC instead of xmalloc.
1917         * lib/pagealign_alloc.c (new_memnode): Use XMALLOC instead of xmalloc.
1918         * lib/sh-quote.c (shell_quote_argv): Use XNMALLOC instead of xmalloc.
1919         * lib/xvasprintf.c (xstrcat): Use XNMALLOC instead of xmalloc.
1920
1921 2006-11-03  Bruno Haible  <bruno@clisp.org>
1922
1923         * lib/c-ctype.h [C++]: Define functions without name mangling.
1924         * lib/fwriteerror.h [C++]: Likewise.
1925         * lib/gcd.h [C++]: Likewise.
1926         * lib/linebreak.h [C++]: Likewise.
1927
1928 2006-11-03  Paul Eggert  <eggert@cs.ucla.edu>
1929
1930         * lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
1931         (CAN_ALL_BUT_LAST, CAN_MISSING, canonicalize_filename_mode):
1932         Define only if PROVIDE_CANONICALIZE_FILENAME_MODE is defined.
1933         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
1934         Check for functions and headers just once.
1935         Check for declaration of canonicalize_file_name.
1936         Define PROVIDE_CANONICALIZE_FILENAME_MODE.
1937
1938 2006-11-02  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1939
1940         * gnulib-tool (func_import): Fix typo in actioncmd.
1941
1942 2006-11-02  Bruno Haible  <bruno@clisp.org>
1943
1944         * gnulib-tool (func_get_automake_snippet): Interpret a backslash-
1945         newline sequence in the Makefile.am snippet as a space, like "make"
1946         does.
1947         Reported by Roger Persson <perrog@gmail.com>.
1948
1949 2006-11-01  Bruno Haible  <bruno@clisp.org>
1950
1951         * m4/strcase.m4 (gl_FUNC_STRNCASECMP): Check whether strncasecmp is
1952         already declared in <string.h>.
1953         * lib/strcase.h (strncasecmp): Don't declare it if yes.
1954
1955 2006-11-01  Bruno Haible  <bruno@clisp.org>
1956
1957         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Don't define strcasecmp here.
1958         * lib/strcase.h: Include <string.h>.
1959         (strcasecmp): Define to rpl_strcasecmp here.
1960
1961 2006-11-01  Bruno Haible  <bruno@clisp.org>
1962
1963         * lib/printf-parse.c (PRINTF_PARSE): Cast malloc/realloc results.
1964
1965 2006-11-01  Eric Blake  <ebb9@byu.net>
1966
1967         * lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compilation.
1968
1969         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
1970
1971 2006-10-29  Bruno Haible  <bruno@clisp.org>
1972
1973         Make it compile in C++ mode.
1974         * lib/full-write.c (full_rw): Add a cast.
1975
1976 2006-11-01  Bruno Haible  <bruno@clisp.org>
1977
1978         * gnulib-tool (func_get_automake_snippet): Change sed_combine_lines to
1979         be POSIX compliant.
1980         Reported by Roger Persson <perrog@gmail.com>.
1981
1982 2006-11-01  Eric Blake  <ebb9@byu.net>
1983
1984         * lib/getopt_.h: Fix comments.
1985
1986 2006-10-31  Eric Blake  <ebb9@byu.net>
1987
1988         * modules/tmpdir (Depends-on): Add sys_stat.
1989         * modules/mkdtemp (Depends-on): Add tempname, drop unistd.
1990         * lib/mkdtemp.c (gen_tempname): Remove; tempname covers this.
1991         * lib/tmpdir.c (S_ISDIR): Simplify, thanks to sys_stat.
1992         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Simplify, thanks to
1993         tempname.
1994
1995 2006-10-31  Paul Eggert  <eggert@cs.ucla.edu>
1996
1997         Avoid some C++ diagnostics reported by Bruno Haible.
1998         * lib/quotearg.c (clone_quoting_options): Use xmemdup rather than
1999         xmalloc.
2000         (quotearg_alloc): Use xcharalloc rather than xmalloc.
2001         (struct slotvec): Move to top level.
2002         (quotearg_n_options): Rewrite to avoid xmalloc.
2003         * lib/xalloc.h (xcharalloc): New function.
2004         * (xrealloc, xnrealloc, x2realloc, x2nrealloc, xmemdup):
2005         [defined __cplusplus]: Add function template that provides result
2006         type propagation.  This part of the change is from Bruno Haible.
2007
2008 2006-10-29  Bruno Haible  <bruno@clisp.org>
2009
2010         Make it compile in C++ mode.
2011         * lib/striconv.c (mem_cd_iconv): Cast malloc/realloc result.
2012         * lib/strnlen1.c (strnlen1): Cast memchr result.
2013         * lib/mbchar.h (mb_copy): Rename arguments to 'new_mbc', 'old_mbc'.
2014         * lib/clean-temp.c (string_equals, string_hash): Add casts.
2015         (create_temp_dir): Rename local variable 'template'.
2016         (compile_csharp_using_sscli): Add cast.
2017         * lib/fatal-signal.c (at_fatal_signal): Cast xmalloc result.
2018         * lib/findprog.c (find_in_path): Likewise.
2019         * lib/linebreak.c (mbs_width_linebreaks): Cast malloc result.
2020         * lib/wait-process.c (register_slave_subprocess): Likewise.
2021
2022 2006-10-22  Bruno Haible  <bruno@clisp.org>
2023
2024         * modules/tsearch: New file.
2025         * lib/tsearch.h: New file.
2026         * lib/tsearch.c: New file, from glibc-2.5 with small modifications.
2027         * m4/tsearch.m4: New file.
2028         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add tsearch.
2029
2030 2006-10-29  Eric Blake  <ebb9@byu.net>
2031
2032         * lib/arcfour.c: Assume config.h.
2033         * lib/arctwo.c: Likewise.
2034         * lib/base64.c: Likewise.
2035         * lib/check-version.c: Likewise.
2036         * lib/crc.c: Likewise.
2037         * lib/des.c: Likewise.
2038         * lib/gc-gnulib.c: Likewise.
2039         * lib/gc-libgcrypt.c: Likewise.
2040         * lib/gc-pbkdf2-sha1.c: Likewise.
2041         * lib/getaddrinfo.c: Likewise.
2042         * lib/getdelim.c: Likewise.
2043         * lib/getline.c: Likewise.
2044         * lib/hmac-md5.c: Likewise.
2045         * lib/hmac-sha1.c: Likewise.
2046         * lib/iconvme.c: Likewise.
2047         * lib/md2.c: Likewise.
2048         * lib/md4.c: Likewise.
2049         * lib/memxor.c: Likewise.
2050         * lib/read-file.c: Likewise.
2051         * lib/readline.c: Likewise.
2052         * lib/rijndael-alg-fst.c: Likewise.
2053         * lib/rijndael-api-fst.c: Likewise.
2054         * lib/xgetdomainname.c: Likewise.
2055
2056 2006-10-28  Eric Blake  <ebb9@byu.net>
2057
2058         * lib/xstrndup.c: Assume config.h.
2059
2060 2006-10-27  Paul Eggert  <eggert@cs.ucla.edu>
2061
2062         Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
2063         stat-macros.h is now for our own macros, whereas stat_h is for
2064         macros in the <sys/stat.h> name space.
2065         * lib/stat-macros.h: Remove copyright notice, as this file is now tiny.
2066         (STAT_MACROS_H): Remove.
2067         (S_IFMT, S_ISBLK, S_ISCHR, S_ISDIR, S_ISFIFO, S_ISLNK, S_ISNAM):
2068         (S_ISMPB, S_ISMPC, S_ISNWK, S_ISREG, S_ISSOCK, S_ISDOOR, S_ISPORT):
2069         (S_TYPEISMQ, S_TYPEISTMO, S_TYPEISSEM, S_TYPEISSHM, S_ISCTG, S_ISOFD):
2070         (S_ISOFL, S_ISWHT, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IRGRP):
2071         (S_IROTH, S_IWUSR, S_IWGRP, S_IWOTH, S_IXUSR, S_IXGRP, S_IXOTH):
2072         (S_IRWXU, S_IRWXG, S_IRWXO, S_IXUGO, S_IRWXUGO):
2073         Move these macros to ...
2074         * lib/stat_.h: here.  Don't include stat-macros.h.
2075         * lib/canonicalize.c: Don't include stat-macros.h.
2076         * lib/chown.c: Likewise.
2077         * lib/euidaccess.c: Likewise.
2078         * lib/file-type.c: Likewise.
2079         * lib/filemode.c: Likewise.
2080         * lib/glob.c: Likewise.
2081         * lib/isapipe.c: Likewise.
2082         * lib/lchown.c: Likewise.
2083         * lib/lstat.c: Likewise.
2084         * lib/mkdir-p.c: Likewise.
2085         * lib/rmdir.c: Likewise.
2086         * m4/lchown.m4 (gl_FUNC_LCHOWN): Don't require gl_STAT_MACROS.
2087         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Don't check for io.h
2088         unless mkdir isn't declared, to speed up 'configure'.
2089         Always create sys/stat.h, since it's unlikely any real sys/stat.h
2090         would define all the S_* symbols.
2091         * modules/canonicalize (Depends-on):
2092         Depend on sys_stat, not stat-macros.
2093         * modules/chown: Likewise.
2094         * modules/euidaccess: Likewise.
2095         * modules/filemode: Likewise.
2096         * modules/file-type: Likewise.
2097         * modules/glob: Likewise.
2098         * modules/isapipe: Likewise.
2099         * modules/lchown: Likewise.
2100         * modules/lstat: Likewise.
2101         * modules/mkancesdirs: Likewise.
2102         * modules/rmdir: Likewise.
2103         * modules/mkdir-p (Depends-on): Also depend on sys_stat.
2104         * modules/modechange: Likewise.
2105         * modules/stat-macros (Files): Remove m4/stat-macros.m4.
2106         (configure.ac): Remove gl_STAT_MACROS.
2107         * modules/sys_stat (Depends-on): Remove stat-macros.
2108
2109 2006-10-27  Bruno Haible  <bruno@clisp.org>
2110
2111         * m4/signed.m4: Remove file.
2112         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS_: Remove bh_C_SIGNED
2113         invocation.
2114         * modules/vasnprintf (Files): Remove m4/signed.m4.
2115
2116 2006-10-27  Bruno Haible  <bruno@clisp.org>
2117
2118         Update to GNU gettext 0.16.
2119         * modules/gettext (Files): Add m4/intl.m4, m4/intldir.m4. Remove
2120         m4/inttypes-h.m4, m4/signed.m4.
2121         * m4/gettext.m4: Update to GNU gettext 0.16.
2122         * m4/intl.m4: New file, from GNU gettext.
2123         * m4/intldir.m4: New file, from GNU gettext.
2124         * config/srclist.txt: Update
2125
2126 2006-10-27  Eric Blake  <ebb9@byu.net>
2127
2128         * MODULES.html.sh: Document tempname.
2129         * modules/mkstemp (Depends-on): Add tempname, and drop transitive
2130         dependencies.
2131         (Files): Move lib/tempname.c...
2132         * modules/tempname: ...to this new module.
2133         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks.
2134         (gl_PREREQ_TEMPNAME): Move...
2135         * m4/tempname.m4: ...to this new file.
2136         * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h.
2137         * modules/sys_stat (Depends-on): Add stat-macros.
2138         * lib/stat_.h (includes): Pick up stat macros.
2139         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h>
2140         if stat macros are broken.
2141         * lib/tempname.c (includes): No need to include "stat-macros.h".
2142         (__gen_tempname) [!_LIBC]: Expose as gen_tempname.
2143         (direxists, __path_search) [!_LIBC]: Don't compile these in
2144         gnulib; the tmpdir module covers that.
2145         * lib/tempname.h: New file.
2146
2147 2006-10-26  Paul Eggert  <eggert@cs.ucla.edu>
2148
2149         * COPYING: Explain how gnulib-tool converts licence headers.
2150         Almost all wording by Eric Blake.
2151
2152 2006-10-25  Paul Eggert  <eggert@cs.ucla.edu>
2153
2154         * lib/mbchar.h (is_basic_table): Make read-only.
2155         * lib/mbchar.c (is_basic_table): Likewise.
2156         Reported by John Darrington.
2157
2158 2006-10-25  Bruno Haible  <bruno@clisp.org>
2159
2160         * lib/progname.h (set_program_name): Undefine before defining.
2161
2162 2006-10-25  Bruno Haible  <bruno@clisp.org>
2163
2164         * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS): Define to
2165         false for non-gcc C++ compilers.
2166         Reported by Nelson H. F. Beebe <beebe@math.utah.edu>.
2167
2168 2006-10-24  Bruno Haible  <bruno@clisp.org>
2169
2170         * lib/striconv.c (mem_cd_iconv, str_cd_iconv): Treat all non-GNU
2171         iconv implementations like Irix iconv.
2172
2173 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2174
2175         * modules/vararrays: New file.
2176         * m4/vararrays.m4: New file, taken from diffutils.
2177         * MODULES.html.sh: New module vararrays.
2178
2179 2006-10-24  Karl Berry  <karl@gnu.org>
2180
2181         * doc/gnulib-intro.texi: --- instead of --; non-naive naive.
2182         Don't call GNU Unix.
2183
2184 2006-10-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2185
2186         * users.txt: Add Libtool.
2187
2188         Sync from Libtool:
2189
2190         2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2191
2192         * lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2193         to gnulib's policy of including config.h unconditionally.
2194
2195 2006-10-24  Bruno Haible  <bruno@clisp.org>
2196
2197         * modules/wcwidth (Files): Add m4/wint_t.m4.
2198         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Require gt_TYPE_WINT_T.
2199         * lib/wcwidth.h (iswprint): Use 'int' if 'wint_t' is not defined.
2200
2201 2006-10-24  Paul Eggert  <eggert@cs.ucla.edu>
2202
2203         * lib/getdate.y (yyerror): Make the arguments pointer-to-const,
2204         to pacify GCC with some -W flags enabled.  Problem reported by
2205         Bruno Haible.
2206
2207 2006-10-24  Jim Meyering  <jim@meyering.net>
2208
2209         * MODULES.html.sh: Remove uinttostr.  It's not a module.
2210         Reported by Karl Berry.
2211
2212 2006-10-23  Bruno Haible  <bruno@clisp.org>
2213
2214         * lib/fts.c (fts_build): Move variable declaration, for C89 compliance.
2215
2216 2006-10-24  Bruno Haible  <bruno@clisp.org>
2217
2218         * lib/gl_list.h: Use C comment style, not C++ comment style.
2219
2220 2006-10-23  Eric Blake  <ebb9@byu.net>
2221
2222         * lib/getaddrinfo.c (includes): Add missing include.
2223
2224 2006-10-23  Bruno Haible  <bruno@clisp.org>
2225             Paul Eggert  <eggert@cs.ucla.edu>
2226
2227         Ability to rename obstack_free.
2228         * lib/obstack.h (__obstack_free): New macro. Declare instead of
2229         obstack_free.
2230         (obstack_free): Invoke the __obstack_free macro.
2231         * lib/obstack.c (obstack_free): Use __obstack_free macro.
2232
2233 2006-10-23  Bruno Haible  <bruno@clisp.org>
2234             Paul Eggert  <eggert@cs.ucla.edu>
2235
2236         * lib/argp.h (argp_parse, __argp_parse): Comment out the identifiers
2237         __argc, __argv from the declaration. (They are defined as macros on
2238         mingw.)
2239
2240 2006-10-22  Bruno Haible  <bruno@clisp.org>
2241
2242         * doc/gnulib-intro.texi: New file.
2243         * doc/gnulib.texi: Include it.
2244
2245 2006-10-21  Bruno Haible  <bruno@clisp.org>
2246
2247         * doc/gnulib.texi: Split the chapter "Gnulib" into 3 chapters
2248         "Introduction", "Miscellanous Notes", "Particular Modules".
2249
2250 2006-10-21  Bruno Haible  <bruno@clisp.org>
2251
2252         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
2253         Change mostlyclean-local rule to avoid sh syntax error from bash
2254         versions 2.00..2.05 when $(MOSTLYCLEANDIRS) is empty.
2255
2256 2006-10-23  Jim Meyering  <jim@meyering.net>
2257
2258         * lib/getaddrinfo.c (getnameinfo): Use new lightweight uinttostr,
2259         in place of snprintf.
2260
2261         * modules/inttostr (Files): Add lib/uinttostr.c.
2262         * lib/uinttostr.c (inttostr): New file/function.
2263         * lib/inttostr.h (uinttostr): Declare.
2264         * m4/inttostr.m4: Add AC_LIBOBJ([uinttostr]).
2265         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
2266         Add uinttostr.
2267         * modules/getaddrinfo (Depends-on): Remove snprintf.  Add inttostr.
2268
2269 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2270
2271         * lib/canonicalize.c (ELOOP): Define if not already defined.
2272         Problem reported by Bruno Haible in
2273         <http://lists.gnu.org/archive/html/bug-gnulib/2006-10/msg00282.html>.
2274
2275 2006-10-21  Paul Eggert  <eggert@cs.ucla.edu>
2276
2277         * lib/stdint_.h [defined _AIX]: Don't include <sys/types.h>.
2278         Problem reported by Perry Smith and Ville Laurikari.
2279
2280         * lib/getndelim2.c (SSIZE_MAX): Use same defn that getdelim.c
2281         uses.
2282
2283 2006-10-19  Bruno Haible  <bruno@clisp.org>
2284
2285         * lib/getndelim2.c (SSIZE_MAX): Provide fallback definition. Needed
2286         for mingw.
2287
2288 2006-10-19  Bruno Haible  <bruno@clisp.org>
2289
2290         * lib/openat-priv.h (EOPNOTSUPP): Provide fallback definition.
2291         Needed for mingw.
2292
2293 2006-10-19  Bruno Haible  <bruno@clisp.org>
2294
2295         * m4/size_max.m4 (gl_SIZE_MAX): Cache the result.
2296
2297 2006-10-19  Bruno Haible  <bruno@clisp.org>
2298
2299         * m4/allocsa.m4 (gl_ALLOCSA): Invoke gl_FUNC_ALLOCA, don't AC_REQUIRE
2300         it.
2301
2302 2006-10-19  Bruno Haible  <bruno@clisp.org>
2303
2304         * m4/alloca.m4 (gl_FUNC_ALLOCA): Cache the result of the AC_EGREP_CPP
2305         invocation.
2306
2307 2006-10-19  Bruno Haible  <bruno@clisp.org>
2308
2309         * gnulib-tool (func_create_testdir): Don't include ftruncate and
2310         mountlist by default.
2311
2312 2006-10-16  Bruno Haible  <bruno@clisp.org>
2313
2314         * lib/c-strstr.c: Include c-strstr.h.
2315
2316 2006-10-18  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2317
2318         * gnulib-tool: Don't clobber $sourcebase when $local_gnulib_dir ends
2319         in a slash.
2320
2321 2006-10-18  Bruno Haible  <bruno@clisp.org>
2322
2323         * lib/lock.h [C++]: Wrap definitions in extern "C".
2324
2325 2006-10-18  Bruno Haible  <bruno@clisp.org>
2326
2327         * gnulib-tool (func_emit_initmacro_end): Remove duplicates from the
2328         gl_LIBOBJS list.
2329
2330 2006-10-18  Bruno Haible  <bruno@clisp.org>
2331
2332         * lib/findprog.c (find_in_path): Avoid "gcc -Wwrite-strings" warning.
2333
2334 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>
2335
2336         * lib/xstrtol.h: Include gettext.h.
2337         (_STRTOL_ERROR): Wrap English-language formats inside gettext.
2338         Problem reported by Eric Blake.
2339         * modules/xstrtol (Depends-on): Add gettext-h.
2340
2341 2006-10-19  Paul Eggert  <eggert@cs.ucla.edu>  (tiny change)
2342
2343         * lib/strftime.c (advance): New macro.
2344         (add): Use it to avoid adding 0 to a FILE *.  FILE can be an
2345         incomplete type, so you can't add 0 to it.  Problem and patch
2346         reported by Eelco Dolstra for dietlibc.
2347
2348 2006-10-18  Jim Meyering  <jim@meyering.net>
2349
2350         * lib/readutmp.c (desirable_utmp_entry): Use "bool" as the
2351         type for a local, and rename it: s/up/user_proc/.
2352
2353 2006-10-18  Sergey Poznyakoff  <gray@gnu.org.ua>
2354
2355         * lib/readutmp.c (desirable_utmp_entry): Implement new flag:
2356         READ_UTMP_USER_PROCESS.
2357         * lib/readutmp.h (READ_UTMP_USER_PROCESS): New flag
2358
2359 2006-10-17  Paul Eggert  <eggert@cs.ucla.edu>
2360
2361         * lib/localcharset.c: Do not check HAVE_SETLOCALE.
2362         * m4/localcharset.m4 (gl_LOCALCHARSET): Don't check for setlocale.
2363
2364 2006-10-17  Eric Blake  <ebb9@byu.net>
2365
2366         * lib/sigprocmask.c (sigprocmask): Fix typo.
2367
2368         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Fix typo.
2369
2370         * modules/clean-temp (Makefile.am): Don't add to make output...
2371         (configure.ac): ...instead define SIGNAL_SAFE_LIST inside
2372         config.h.
2373
2374 2006-10-17  Bruno Haible  <bruno@clisp.org>
2375
2376         * lib/gettext.h (gettext, ngettext, pgettext, npgettext): Define
2377         differently if DEFAULT_TEXT_DOMAIN is set.
2378
2379 2006-10-16  Bruno Haible  <bruno@clisp.org>
2380
2381         * lib/clean-temp.c: Include fwriteerror.h.
2382
2383 2006-10-16  Bruno Haible  <bruno@clisp.org>
2384
2385         * getndelim2.m4 (gl_GETNDELIM2): Remove 2003-10-23 hack.
2386
2387 2006-10-16  Bruno Haible  <bruno@clisp.org>
2388
2389         * m4/signalblocking.m4 (gl_PREREQ_SIGPROCMASK): Also test for sigset_t.
2390         * lib/sigprocmask.h: Include <sys/types.h>.
2391         (sigset_t): Use the system's definition if present.
2392
2393 2006-10-17  Eric Blake  <ebb9@byu.net>
2394
2395         * lib/xvasprintf.c (includes): Assume config.h.
2396         * lib/xasprintf.c (includes): Likewise.
2397
2398 2006-10-16  Paul Eggert  <eggert@cs.ucla.edu>
2399
2400         * lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume uintmax_t is
2401         at least as wide as intmax_t.
2402
2403 2006-10-16  Alexandre Duret-Lutz  <adl@gnu.org>
2404
2405         (Imported from Automake.)
2406         * build-aux/gnupload: Update to version 1.1 of directive file.
2407
2408 2006-10-16  Eric Blake  <ebb9@byu.net>
2409
2410         * modules/configmake (Makefile.am): Add pkglibexecdir support, to
2411         match Automake 1.10a.
2412
2413 2006-10-14  Bruno Haible  <bruno@clisp.org>
2414
2415         * modules/sigprocmask: New file.
2416         * lib/sigprocmask.h: New file.
2417         * lib/sigprocmask.c: New file.
2418         * m4/signalblocking.m4 (gl_SIGNALBLOCKING): Renamed from
2419         gt_SIGNALBLOCKING. When not defining HAVE_POSIX_SIGNALBLOCKING,
2420         request sigprocmask.o.
2421         (gl_PREREQ_SIGPROCMASK): New macro.
2422         * modules/fatal-signal (Files): Remove m4/signalblocking.m4.
2423         (Depends-on): Add sigprocmask.
2424         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Don't require
2425         gt_SIGNALBLOCKING. Test for 'raise' only once.
2426         * lib/fatal-signal.c: Include sigprocmask.h.
2427         (fatal_signal_set, init_fatal_signal_set, block_fatal_signals,
2428         unblock_fatal_signals): Define always.
2429         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
2430         sigprocmask.
2431
2432 2006-10-14  Paul Eggert  <eggert@cs.ucla.edu>
2433
2434         Sync from Automake.
2435         * build-aux/install-sh (posix_mkdir): Reject FreeBSD 6.1 mkdir -p -m,
2436         which incorrectly sets the mode of an existing destination
2437         directory.  In some cases the unpatched install-sh could do the
2438         equivalent of "chmod 777 /" or "chmod 0 /" on a buggy FreeBSD
2439         system.  We hope this is rare in practice, but it's clearly worth
2440         fixing.  Problem reported by Alex Unleashed in
2441         <http://lists.gnu.org/archive/html/bug-autoconf/2006-10/msg00012.html>.
2442         Also, don't bother to check for -m bugs unless we're using -m;
2443         suggested by Stepan Kasal.
2444
2445 2006-10-14  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2446
2447         Sync from Automake.
2448         * build-aux/depcomp (gcc3): Put dependency extraction flags before the
2449         `-c' flag, so they appear at the same position as in %FASTDEP%
2450         mode in depend2.am.  Fixes build failure for FreeBSD's c89,
2451         which ignores unknown options only after the first non-option.
2452         Bug report against M4 by Nelson H. F. Beebe.
2453
2454 2006-10-13  Jim Meyering  <jim@meyering.net>
2455
2456         Fix a bug in yesterday's change.
2457         * lib/fts.c (fts_open): When using FTS_XDEV|FTS_NOSTAT,
2458         p->fts_statp->st_dev would be used uninitialized.
2459         Ensures that we always call fts_stat on the very first entry.
2460         Miklos Szeredi reported that find -xdev stopped working.
2461
2462 2006-10-12  Bruno Haible  <bruno@clisp.org>
2463
2464         * gnulib-tool (func_get_automake_snippet): Append an automatically
2465         computed EXTRA_DIST augmentation.
2466         * modules/acl (Makefile.am): Remove EXTRA_DIST augmentation.
2467         * modules/alloca-opt (Makefile.am): Likewise.
2468         * modules/allocsa (Makefile.am): Likewise.
2469         * modules/arcfour (Makefile.am): Likewise.
2470         * modules/arctwo (Makefile.am): Likewise.
2471         * modules/argmatch (Makefile.am): Likewise.
2472         * modules/argz (Makefile.am): Likewise.
2473         * modules/atexit (Makefile.am): Likewise.
2474         * modules/backupfile (Makefile.am): Likewise.
2475         * modules/byteswap (Makefile.am): Likewise.
2476         * modules/c-strtod (Makefile.am): Likewise.
2477         * modules/c-strtold (Makefile.am): Likewise.
2478         * modules/calloc (Makefile.am): Likewise.
2479         * modules/canon-host (Makefile.am): Likewise.
2480         * modules/canonicalize (Makefile.am): Likewise.
2481         * modules/chdir-long (Makefile.am): Likewise.
2482         * modules/chdir-safer (Makefile.am): Likewise.
2483         * modules/check-version (Makefile.am): Likewise.
2484         * modules/chown (Makefile.am): Likewise.
2485         * modules/cloexec (Makefile.am): Likewise.
2486         * modules/close-stream (Makefile.am): Likewise.
2487         * modules/closeout (Makefile.am): Likewise.
2488         * modules/crc (Makefile.am): Likewise.
2489         * modules/csharpexec (Makefile.am): Likewise.
2490         * modules/cycle-check (Makefile.am): Likewise.
2491         * modules/des (Makefile.am): Likewise.
2492         * modules/dev-ino (Makefile.am): Likewise.
2493         * modules/dirfd (Makefile.am): Likewise.
2494         * modules/dirname (Makefile.am): Likewise.
2495         * modules/dup2 (Makefile.am): Likewise.
2496         * modules/eealloc (Makefile.am): Likewise.
2497         * modules/error (Makefile.am): Likewise.
2498         * modules/euidaccess (Makefile.am): Likewise.
2499         * modules/exclude (Makefile.am): Likewise.
2500         * modules/exitfail (Makefile.am): Likewise.
2501         * modules/fcntl-safer (Makefile.am): Likewise.
2502         * modules/fcntl (Makefile.am): Likewise.
2503         * modules/file-type (Makefile.am): Likewise.
2504         * modules/fileblocks (Makefile.am): Likewise.
2505         * modules/filemode (Makefile.am): Likewise.
2506         * modules/filenamecat (Makefile.am): Likewise.
2507         * modules/fnmatch (Makefile.am): Likewise.
2508         * modules/fopen-safer (Makefile.am): Likewise.
2509         * modules/fpending (Makefile.am): Likewise.
2510         * modules/fprintftime (Makefile.am): Likewise.
2511         * modules/free (Makefile.am): Likewise.
2512         * modules/fsusage (Makefile.am): Likewise.
2513         * modules/ftruncate (Makefile.am): Likewise.
2514         * modules/fts (Makefile.am): Likewise.
2515         * modules/gc-arcfour (Makefile.am): Likewise.
2516         * modules/gc-des (Makefile.am): Likewise.
2517         * modules/gc-hmac-md5 (Makefile.am): Likewise.
2518         * modules/gc-hmac-sha1 (Makefile.am): Likewise.
2519         * modules/gc-md4 (Makefile.am): Likewise.
2520         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2521         * modules/gc-sha1 (Makefile.am): Likewise.
2522         * modules/gc (Makefile.am): Likewise.
2523         * modules/getaddrinfo (Makefile.am): Likewise.
2524         * modules/getcwd (Makefile.am): Likewise.
2525         * modules/getdelim (Makefile.am): Likewise.
2526         * modules/getdomainname (Makefile.am): Likewise.
2527         * modules/getgroups (Makefile.am): Likewise.
2528         * modules/gethostname (Makefile.am): Likewise.
2529         * modules/gethrxtime (Makefile.am): Likewise.
2530         * modules/getline (Makefile.am): Likewise.
2531         * modules/getloadavg (Makefile.am): Likewise.
2532         * modules/getlogin_r (Makefile.am): Likewise.
2533         * modules/getndelim2 (Makefile.am): Likewise.
2534         * modules/getopt (Makefile.am): Likewise.
2535         * modules/getpagesize (Makefile.am): Likewise.
2536         * modules/getpass-gnu (Makefile.am): Likewise.
2537         * modules/getpass (Makefile.am): Likewise.
2538         * modules/getsubopt (Makefile.am): Likewise.
2539         * modules/gettime (Makefile.am): Likewise.
2540         * modules/gettimeofday (Makefile.am): Likewise.
2541         * modules/getugroups (Makefile.am): Likewise.
2542         * modules/getusershell (Makefile.am): Likewise.
2543         * modules/glob (Makefile.am): Likewise.
2544         * modules/group-member (Makefile.am): Likewise.
2545         * modules/hard-locale (Makefile.am): Likewise.
2546         * modules/hash (Makefile.am): Likewise.
2547         * modules/hmac-md5 (Makefile.am): Likewise.
2548         * modules/hmac-sha1 (Makefile.am): Likewise.
2549         * modules/human (Makefile.am): Likewise.
2550         * modules/idcache (Makefile.am): Likewise.
2551         * modules/imaxabs (Makefile.am): Likewise.
2552         * modules/imaxdiv (Makefile.am): Likewise.
2553         * modules/inet_ntop (Makefile.am): Likewise.
2554         * modules/inet_pton (Makefile.am): Likewise.
2555         * modules/intprops (Makefile.am): Likewise.
2556         * modules/inttostr (Makefile.am): Likewise.
2557         * modules/inttypes (Makefile.am): Likewise.
2558         * modules/isapipe (Makefile.am): Likewise.
2559         * modules/javaversion (Makefile.am): Likewise.
2560         * modules/lchmod (Makefile.am): Likewise.
2561         * modules/lchown (Makefile.am): Likewise.
2562         * modules/localcharset (Makefile.am): Likewise.
2563         * modules/long-options (Makefile.am): Likewise.
2564         * modules/lstat (Makefile.am): Likewise.
2565         * modules/malloc (Makefile.am): Likewise.
2566         * modules/mathl (Makefile.am): Likewise.
2567         * modules/mbchar (Makefile.am): Likewise.
2568         * modules/md2 (Makefile.am): Likewise.
2569         * modules/md4 (Makefile.am): Likewise.
2570         * modules/md5 (Makefile.am): Likewise.
2571         * modules/memcasecmp (Makefile.am): Likewise.
2572         * modules/memchr (Makefile.am): Likewise.
2573         * modules/memcmp (Makefile.am): Likewise.
2574         * modules/memcoll (Makefile.am): Likewise.
2575         * modules/memcpy (Makefile.am): Likewise.
2576         * modules/memmem (Makefile.am): Likewise.
2577         * modules/memmove (Makefile.am): Likewise.
2578         * modules/mempcpy (Makefile.am): Likewise.
2579         * modules/memrchr (Makefile.am): Likewise.
2580         * modules/memset (Makefile.am): Likewise.
2581         * modules/memxor (Makefile.am): Likewise.
2582         * modules/mkancesdirs (Makefile.am): Likewise.
2583         * modules/mkdir-p (Makefile.am): Likewise.
2584         * modules/mkdir (Makefile.am): Likewise.
2585         * modules/mkdtemp (Makefile.am): Likewise.
2586         * modules/mkstemp (Makefile.am): Likewise.
2587         * modules/mktime (Makefile.am): Likewise.
2588         * modules/modechange (Makefile.am): Likewise.
2589         * modules/mountlist (Makefile.am): Likewise.
2590         * modules/nanosleep (Makefile.am): Likewise.
2591         * modules/obstack (Makefile.am): Likewise.
2592         * modules/openat (Makefile.am): Likewise.
2593         * modules/pagealign_alloc (Makefile.am): Likewise.
2594         * modules/pathmax (Makefile.am): Likewise.
2595         * modules/physmem (Makefile.am): Likewise.
2596         * modules/poll (Makefile.am): Likewise.
2597         * modules/posixtm (Makefile.am): Likewise.
2598         * modules/posixver (Makefile.am): Likewise.
2599         * modules/putenv (Makefile.am): Likewise.
2600         * modules/quote (Makefile.am): Likewise.
2601         * modules/quotearg (Makefile.am): Likewise.
2602         * modules/raise (Makefile.am): Likewise.
2603         * modules/read-file (Makefile.am): Likewise.
2604         * modules/readline (Makefile.am): Likewise.
2605         * modules/readlink (Makefile.am): Likewise.
2606         * modules/readtokens (Makefile.am): Likewise.
2607         * modules/readutmp (Makefile.am): Likewise.
2608         * modules/realloc (Makefile.am): Likewise.
2609         * modules/regex (Makefile.am): Likewise.
2610         * modules/rename-dest-slash (Makefile.am): Likewise.
2611         * modules/rename (Makefile.am): Likewise.
2612         * modules/rijndael (Makefile.am): Likewise.
2613         * modules/rmdir (Makefile.am): Likewise.
2614         * modules/rpmatch (Makefile.am): Likewise.
2615         * modules/safe-read (Makefile.am): Likewise.
2616         * modules/safe-write (Makefile.am): Likewise.
2617         * modules/same-inode (Makefile.am): Likewise.
2618         * modules/same (Makefile.am): Likewise.
2619         * modules/save-cwd (Makefile.am): Likewise.
2620         * modules/savedir (Makefile.am): Likewise.
2621         * modules/setenv (Makefile.am): Likewise.
2622         * modules/settime (Makefile.am): Likewise.
2623         * modules/sha1 (Makefile.am): Likewise.
2624         * modules/sig2str (Makefile.am): Likewise.
2625         * modules/snprintf (Makefile.am): Likewise.
2626         * modules/stat-macros (Makefile.am): Likewise.
2627         * modules/stat-time (Makefile.am): Likewise.
2628         * modules/stdbool (Makefile.am): Likewise.
2629         * modules/stdint (Makefile.am): Likewise.
2630         * modules/stdlib-safer (Makefile.am): Likewise.
2631         * modules/stpcpy (Makefile.am): Likewise.
2632         * modules/stpncpy (Makefile.am): Likewise.
2633         * modules/strcase (Makefile.am): Likewise.
2634         * modules/strcasestr (Makefile.am): Likewise.
2635         * modules/strchrnul (Makefile.am): Likewise.
2636         * modules/strcspn (Makefile.am): Likewise.
2637         * modules/strdup (Makefile.am): Likewise.
2638         * modules/strerror (Makefile.am): Likewise.
2639         * modules/strftime (Makefile.am): Likewise.
2640         * modules/strndup (Makefile.am): Likewise.
2641         * modules/strnlen (Makefile.am): Likewise.
2642         * modules/strpbrk (Makefile.am): Likewise.
2643         * modules/strsep (Makefile.am): Likewise.
2644         * modules/strstr (Makefile.am): Likewise.
2645         * modules/strtod (Makefile.am): Likewise.
2646         * modules/strtoimax (Makefile.am): Likewise.
2647         * modules/strtok_r (Makefile.am): Likewise.
2648         * modules/strtol (Makefile.am): Likewise.
2649         * modules/strtoll (Makefile.am): Likewise.
2650         * modules/strtoul (Makefile.am): Likewise.
2651         * modules/strtoull (Makefile.am): Likewise.
2652         * modules/strtoumax (Makefile.am): Likewise.
2653         * modules/strverscmp (Makefile.am): Likewise.
2654         * modules/sys_socket (Makefile.am): Likewise.
2655         * modules/sys_stat (Makefile.am): Likewise.
2656         * modules/sysexits (Makefile.am): Likewise.
2657         * modules/time_r (Makefile.am): Likewise.
2658         * modules/timegm (Makefile.am): Likewise.
2659         * modules/timespec (Makefile.am): Likewise.
2660         * modules/tmpfile-safer (Makefile.am): Likewise.
2661         * modules/trim (Makefile.am): Likewise.
2662         * modules/unistd-safer (Makefile.am): Likewise.
2663         * modules/unlinkdir (Makefile.am): Likewise.
2664         * modules/unlocked-io (Makefile.am): Likewise.
2665         * modules/userspec (Makefile.am): Likewise.
2666         * modules/utime (Makefile.am): Likewise.
2667         * modules/utimecmp (Makefile.am): Likewise.
2668         * modules/utimens (Makefile.am): Likewise.
2669         * modules/vasnprintf (Makefile.am): Likewise.
2670         * modules/vasprintf (Makefile.am): Likewise.
2671         * modules/vsnprintf (Makefile.am): Likewise.
2672         * modules/xalloc (Makefile.am): Likewise.
2673         * modules/xgetcwd (Makefile.am): Likewise.
2674         * modules/xnanosleep (Makefile.am): Likewise.
2675         * modules/xreadlink (Makefile.am): Likewise.
2676         * modules/xstrtod (Makefile.am): Likewise.
2677         * modules/xstrtol (Makefile.am): Likewise.
2678         * modules/xstrtold (Makefile.am): Likewise.
2679         * modules/yesno (Makefile.am): Likewise.
2680         * modules/getdate (Makefile.am): Don't add getdate.h to EXTRA_DIST.
2681
2682 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2683
2684         * modules/error (Makefile.am): Distribute files through
2685         EXTRA_DIST, not lib_SOURCES.
2686
2687 2006-10-12  Eric Blake  <ebb9@byu.net>
2688
2689         * modules/error (Makefile.am): Distribute files in /lib.
2690         * modules/obstack (Makefile.am): Likewise.
2691
2692 2006-10-12  Bruno Haible  <bruno@clisp.org>
2693
2694         * modules/acl (Makefile.am): Distribute all files in lib/ through
2695         EXTRA_DIST.
2696         * modules/arcfour (Makefile.am): Likewise.
2697         * modules/arctwo (Makefile.am): Likewise.
2698         * modules/argmatch (Makefile.am): Likewise.
2699         * modules/argz (Makefile.am): Likewise.
2700         * modules/atexit (Makefile.am): Likewise.
2701         * modules/backupfile (Makefile.am): Likewise.
2702         * modules/c-strtod (Makefile.am): Likewise.
2703         * modules/c-strtold (Makefile.am): Likewise.
2704         * modules/calloc (Makefile.am): Likewise.
2705         * modules/canon-host (Makefile.am): Likewise.
2706         * modules/canonicalize (Makefile.am): Likewise.
2707         * modules/chdir-long (Makefile.am): Likewise.
2708         * modules/chdir-safer (Makefile.am): Likewise.
2709         * modules/check-version (Makefile.am): Likewise.
2710         * modules/chown (Makefile.am): Likewise.
2711         * modules/cloexec (Makefile.am): Likewise.
2712         * modules/close-stream (Makefile.am): Likewise.
2713         * modules/closeout (Makefile.am): Likewise.
2714         * modules/crc (Makefile.am): Likewise.
2715         * modules/cycle-check (Makefile.am): Likewise.
2716         * modules/des (Makefile.am): Likewise.
2717         * modules/dirfd (Makefile.am): Likewise.
2718         * modules/dirname (Makefile.am): Likewise.
2719         * modules/dup2 (Makefile.am): Likewise.
2720         * modules/euidaccess (Makefile.am): Likewise.
2721         * modules/exclude (Makefile.am): Likewise.
2722         * modules/exitfail (Makefile.am): Likewise.
2723         * modules/fcntl-safer (Makefile.am): Likewise.
2724         * modules/file-type (Makefile.am): Likewise.
2725         * modules/fileblocks (Makefile.am): Likewise.
2726         * modules/filemode (Makefile.am): Likewise.
2727         * modules/filenamecat (Makefile.am): Likewise.
2728         * modules/fnmatch (Makefile.am): Likewise.
2729         * modules/fopen-safer (Makefile.am): Likewise.
2730         * modules/fpending (Makefile.am): Likewise.
2731         * modules/fprintftime (Makefile.am): Likewise.
2732         * modules/free (Makefile.am): Likewise.
2733         * modules/fsusage (Makefile.am): Likewise.
2734         * modules/ftruncate (Makefile.am): Likewise.
2735         * modules/fts (Makefile.am): Likewise.
2736         * modules/gc (Makefile.am): Likewise.
2737         * modules/gc-pbkdf2-sha1 (Makefile.am): Likewise.
2738         * modules/getaddrinfo (Makefile.am): Likewise.
2739         * modules/getcwd (Makefile.am): Likewise.
2740         * modules/getdelim (Makefile.am): Likewise.
2741         * modules/getdomainname (Makefile.am): Likewise.
2742         * modules/getgroups (Makefile.am): Likewise.
2743         * modules/gethostname (Makefile.am): Likewise.
2744         * modules/gethrxtime (Makefile.am): Likewise.
2745         * modules/getline (Makefile.am): Likewise.
2746         * modules/getloadavg (Makefile.am): Likewise.
2747         * modules/getlogin_r (Makefile.am): Likewise.
2748         * modules/getopt (Makefile.am): Likewise.
2749         * modules/getpass (Makefile.am): Likewise.
2750         * modules/getpass-gnu (Makefile.am): Likewise.
2751         * modules/getsubopt (Makefile.am): Likewise.
2752         * modules/gettime (Makefile.am): Likewise.
2753         * modules/gettimeofday (Makefile.am): Likewise.
2754         * modules/getugroups (Makefile.am): Likewise.
2755         * modules/getusershell (Makefile.am): Likewise.
2756         * modules/glob (Makefile.am): Likewise.
2757         * modules/group-member (Makefile.am): Likewise.
2758         * modules/hard-locale (Makefile.am): Likewise.
2759         * modules/hash (Makefile.am): Likewise.
2760         * modules/hmac-md5 (Makefile.am): Likewise.
2761         * modules/hmac-sha1 (Makefile.am): Likewise.
2762         * modules/human (Makefile.am): Likewise.
2763         * modules/idcache (Makefile.am): Likewise.
2764         * modules/imaxabs (Makefile.am): Likewise.
2765         * modules/imaxdiv (Makefile.am): Likewise.
2766         * modules/inet_ntop (Makefile.am): Likewise.
2767         * modules/inet_pton (Makefile.am): Likewise.
2768         * modules/inttostr (Makefile.am): Likewise.
2769         * modules/isapipe (Makefile.am): Likewise.
2770         * modules/lchown (Makefile.am): Likewise.
2771         * modules/long-options (Makefile.am): Likewise.
2772         * modules/lstat (Makefile.am): Likewise.
2773         * modules/malloc (Makefile.am): Likewise.
2774         * modules/mathl (Makefile.am): Likewise.
2775         * modules/mbchar (Makefile.am): Likewise.
2776         * modules/md2 (Makefile.am): Likewise.
2777         * modules/md4 (Makefile.am): Likewise.
2778         * modules/md5 (Makefile.am): Likewise.
2779         * modules/memcasecmp (Makefile.am): Likewise.
2780         * modules/memchr (Makefile.am): Likewise.
2781         * modules/memcmp (Makefile.am): Likewise.
2782         * modules/memcoll (Makefile.am): Likewise.
2783         * modules/memcpy (Makefile.am): Likewise.
2784         * modules/memmem (Makefile.am): Likewise.
2785         * modules/memmove (Makefile.am): Likewise.
2786         * modules/mempcpy (Makefile.am): Likewise.
2787         * modules/memrchr (Makefile.am): Likewise.
2788         * modules/memset (Makefile.am): Likewise.
2789         * modules/memxor (Makefile.am): Likewise.
2790         * modules/mkancesdirs (Makefile.am): Likewise.
2791         * modules/mkdir (Makefile.am): Likewise.
2792         * modules/mkdir-p (Makefile.am): Likewise.
2793         * modules/mkdtemp (Makefile.am): Likewise.
2794         * modules/mkstemp (Makefile.am): Likewise.
2795         * modules/mktime (Makefile.am): Likewise.
2796         * modules/modechange (Makefile.am): Likewise.
2797         * modules/mountlist (Makefile.am): Likewise.
2798         * modules/nanosleep (Makefile.am): Likewise.
2799         * modules/openat (Makefile.am): Likewise.
2800         * modules/pagealign_alloc (Makefile.am): Likewise.
2801         * modules/physmem (Makefile.am): Likewise.
2802         * modules/poll (Makefile.am): Likewise.
2803         * modules/posixtm (Makefile.am): Likewise.
2804         * modules/posixver (Makefile.am): Likewise.
2805         * modules/putenv (Makefile.am): Likewise.
2806         * modules/quote (Makefile.am): Likewise.
2807         * modules/quotearg (Makefile.am): Likewise.
2808         * modules/raise (Makefile.am): Likewise.
2809         * modules/read-file (Makefile.am): Likewise.
2810         * modules/readline (Makefile.am): Likewise.
2811         * modules/readlink (Makefile.am): Likewise.
2812         * modules/readtokens (Makefile.am): Likewise.
2813         * modules/readutmp (Makefile.am): Likewise.
2814         * modules/realloc (Makefile.am): Likewise.
2815         * modules/regex (Makefile.am): Likewise.
2816         * modules/rename (Makefile.am): Likewise.
2817         * modules/rename-dest-slash (Makefile.am): Likewise.
2818         * modules/rijndael (Makefile.am): Likewise.
2819         * modules/rmdir (Makefile.am): Likewise.
2820         * modules/rpmatch (Makefile.am): Likewise.
2821         * modules/safe-read (Makefile.am): Likewise.
2822         * modules/safe-write (Makefile.am): Likewise.
2823         * modules/same (Makefile.am): Likewise.
2824         * modules/save-cwd (Makefile.am): Likewise.
2825         * modules/savedir (Makefile.am): Likewise.
2826         * modules/setenv (Makefile.am): Likewise.
2827         * modules/settime (Makefile.am): Likewise.
2828         * modules/sha1 (Makefile.am): Likewise.
2829         * modules/sig2str (Makefile.am): Likewise.
2830         * modules/snprintf (Makefile.am): Likewise.
2831         * modules/stdlib-safer (Makefile.am): Likewise.
2832         * modules/stpcpy (Makefile.am): Likewise.
2833         * modules/stpncpy (Makefile.am): Likewise.
2834         * modules/strcase (Makefile.am): Likewise.
2835         * modules/strcasestr (Makefile.am): Likewise.
2836         * modules/strchrnul (Makefile.am): Likewise.
2837         * modules/strcspn (Makefile.am): Likewise.
2838         * modules/strdup (Makefile.am): Likewise.
2839         * modules/strerror (Makefile.am): Likewise.
2840         * modules/strftime (Makefile.am): Likewise.
2841         * modules/strndup (Makefile.am): Likewise.
2842         * modules/strnlen (Makefile.am): Likewise.
2843         * modules/strpbrk (Makefile.am): Likewise.
2844         * modules/strsep (Makefile.am): Likewise.
2845         * modules/strstr (Makefile.am): Likewise.
2846         * modules/strtod (Makefile.am): Likewise.
2847         * modules/strtoimax (Makefile.am): Likewise.
2848         * modules/strtok_r (Makefile.am): Likewise.
2849         * modules/strtol (Makefile.am): Likewise.
2850         * modules/strtoll (Makefile.am): Likewise.
2851         * modules/strtoul (Makefile.am): Likewise.
2852         * modules/strtoull (Makefile.am): Likewise.
2853         * modules/strtoumax (Makefile.am): Likewise.
2854         * modules/strverscmp (Makefile.am): Likewise.
2855         * modules/time_r (Makefile.am): Likewise.
2856         * modules/timegm (Makefile.am): Likewise.
2857         * modules/tmpfile-safer (Makefile.am): Likewise.
2858         * modules/unistd-safer (Makefile.am): Likewise.
2859         * modules/unlinkdir (Makefile.am): Likewise.
2860         * modules/userspec (Makefile.am): Likewise.
2861         * modules/utime (Makefile.am): Likewise.
2862         * modules/utimecmp (Makefile.am): Likewise.
2863         * modules/utimens (Makefile.am): Likewise.
2864         * modules/vasnprintf (Makefile.am): Likewise.
2865         * modules/vasprintf (Makefile.am): Likewise.
2866         * modules/vsnprintf (Makefile.am): Likewise.
2867         * modules/xalloc (Makefile.am): Likewise.
2868         * modules/xgetcwd (Makefile.am): Likewise.
2869         * modules/xnanosleep (Makefile.am): Likewise.
2870         * modules/xreadlink (Makefile.am): Likewise.
2871         * modules/xstrtod (Makefile.am): Likewise.
2872         * modules/xstrtol (Makefile.am): Likewise.
2873         * modules/xstrtold (Makefile.am): Likewise.
2874         * modules/yesno (Makefile.am): Likewise.
2875
2876 2006-10-12  Jim Meyering  <jim@meyering.net>
2877
2878         * m4/getloadavg.m4: Revert the change below.
2879
2880         * m4/getloadavg.m4 (gl_GETLOADAVG): Test for the existence of
2881         lib/getloadavg.c using "ls -L", not "test -f".  The latter would
2882         fail with a symlink, which is what coreutils' ./bootstrap now
2883         creates by default.
2884
2885 2006-10-12  Bruno Haible  <bruno@clisp.org>
2886
2887         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): Don't define for MSVC or
2888         mingw.
2889         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX): Handle
2890         MSVC and mingw explicitly.
2891
2892 2006-10-11  Simon Josefsson  <jas@extundo.com>
2893             Bruno Haible  <bruno@clisp.org>
2894
2895         Add support for multiple gnulib-tool invocations in the scope of a
2896         single configure.ac file.
2897         * gnulib-tool (func_emit_lib_Makefile_am): In the _LIBADD variable,
2898         use a private [LT]LIBOBJS variant. Define a _DEPENDENCIES variable
2899         with the same contents as the _LIBADD variable.
2900         (func_emit_initmacro_start, func_emit_initmacro_end,
2901         func_emit_initmacro_done): New functions.
2902         (func_import, func_create_testdir): Invoke them. Allow the identifiers
2903         gl_LIBOBJS and gl_LTLIBOBJS.
2904
2905 2006-10-11  Bruno Haible  <bruno@clisp.org>
2906
2907         * gnulib-tool (GETTEXTPATH, AUTOHEADER, AUTOPOINT): New variables.
2908         (func_create_testdir): Don't create po/Makefile.am, don't invoke
2909         autoreconf. Instead, invoke autopoint explicitly but move back the
2910         *.m4 files from gnulib.
2911
2912 2006-10-11  Bruno Haible  <bruno@clisp.org>
2913
2914         * gnulib-tool (func_usage): Make module names after --create-testdir
2915         optional.
2916         (func_create_testdir): If no module was specified, use nearly all
2917         modules.
2918
2919 2006-10-12  Jim Meyering  <jim@meyering.net>
2920
2921         Big performance improvement for fts-based tools that use FTS_NOSTAT.
2922         Avoid spurious inode-mismatch problems on non-POSIX file systems.
2923         Details: http://article.gmane.org/gmane.comp.lib.gnulib.bugs/7416
2924         * lib/fts_.h (FTS_DEFER_STAT): Define new flag.
2925         (FTS_OPTIONMASK): Extend the mask to reflect this addition.
2926         * lib/fts.c (DT_IS_KNOWN, DT_MUST_BE): Define.
2927         (FTS_NO_STAT_REQUIRED, FTS_STAT_REQUIRED): Define.
2928         (fts_set_stat_required): New function.
2929         (fts_open): Defer the calls to fts_stat, if possible or requested.
2930         Move the code that maps a command-line fts_info value FTS_DOT to FTS_D
2931         into fts_stat itself.
2932         (fts_read): Perform any required (deferred) fts_stat call.
2933         (fts_build): Likewise, for the directory we're about to open and read.
2934         In the readdir loop, carefully decide whether each entry will require
2935         an eventual call to fts_stat, using dirent.d_type info if available.
2936         (fts_stat): Move the test for whether to honor FTS_COMFOLLOW on
2937         a command line argument into this function.  Update all callers.
2938         Map a return value of FTS_DOT to FTS_D for a command line argument.
2939         * modules/fts (Depends-on): Add d-type.  Alphabetize.
2940         Thanks to Miklos Szeredi for his tenacity and for the initial
2941         bug report about "find" failing on a FUSE-based file system.
2942
2943         * lib/fts.c (fts_open): Use consistent indentation.
2944
2945 2006-10-12  Paul Eggert  <eggert@cs.ucla.edu>
2946
2947         * m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Renamed from
2948         gl_USE_SYSTEM_EXTENSIONS, to fix a coreutils bootstrap failure
2949         reported by Jim Meyering.  All uses of cache variables renamed
2950         to match Autoconf's.
2951         (gl_USE_SYSTEM_EXTENSIONS): New macro, which simply requires
2952         the other one.
2953
2954         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH):
2955         Fix misspelling in diagnostic.
2956
2957 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2958
2959         * lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not already
2960         defined.  Problem reported by Matthew Woehlke.
2961
2962         * lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2963         Add support for Tandem NonStop R series.
2964         (_PRI64_PREFIX, _PRIu64_PREFIX, _SCN64_PREFIX, _SCNu64_PREFIX):
2965         Use new macro.
2966
2967         * lib/rename-dest-slash.c: Include stdbool.h but not string.h.
2968         (has_trailing_slash): Omit size arg; all callers changed.
2969         Omit 'inline', since it doesn't help performance and we'd
2970         need to configure it.
2971         Don't count //, ///, etc. as having a trailing slash.
2972         As a side effect, this removes a C99ism reported by Matthew Woehlke.
2973         (rpl_rename_dest_slash): On failure, use rename's errno rather
2974         than (in some cases) an incorrect or junk errno.
2975         Simplify code by removing need to compute length; this does
2976         cause it to make two passes instead of one over the file name,
2977         but it's worth it.
2978
2979         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Undo previous
2980         change, since Autoconf's version may no longer be appropriate now
2981         that we are using CVS Autoconf's version.  Add support for Tandem.
2982
2983 2006-10-11  Paul Eggert  <eggert@cs.ucla.edu>
2984             Bruno Haible  <bruno@clisp.org>
2985
2986         * lib/allocsa.h (sa_alignment_longlong, sa_alignment_max): Test
2987         HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2988         * m4/allocsa.m4 (gl_ALLOCSA): Invoke AC_TYPE_LONG_LONG_INT instead of
2989         gl_AC_TYPE_LONG_LONG.
2990
2991         * lib/printf-args.h (arg_type, argument): Test HAVE_LONG_LONG_INT
2992         instead of HAVE_LONG_LONG.
2993         * lib/printf-args.c (printf_fetchargs): Likewise.
2994         * lib/printf-parse.c (PRINTF_PARSE): Likewise.
2995         * lib/vasnprintf.c (VASNPRINTF): Likewise.
2996         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_ARGS, gl_PREREQ_PRINTF_PARSE,
2997         gl_PREREQ_VASNPRINTF): Invoke AC_TYPE_LONG_LONG_INT instead of
2998         gl_AC_TYPE_LONG_LONG.
2999
3000 2006-10-11  Bruno Haible  <bruno@clisp.org>
3001
3002         * m4/longlong.m4: Add comments.
3003         * m4/ulonglong.m4: Likewise.
3004
3005 2006-10-10  Bruno Haible  <bruno@clisp.org>
3006
3007         Make it possible to #define stpcpy, strdup to aliases.
3008         * lib/stpcpy.c (stpcpy) [!_LIBC]: Don't undefine.
3009         * lib/strdup.c (strdup) [!_LIBC]: Don't undefine.
3010
3011 2006-10-10  Bruno Haible  <bruno@clisp.org>
3012
3013         Make it possible to #define gcd to an alias.
3014         * lib/gcd.c: Include config.h.
3015
3016 2006-10-10  Bruno Haible  <bruno@clisp.org>
3017
3018         Make it possible to #define c_isascii to an alias.
3019         * lib/c-ctype.h: Don't define the macros if NO_C_CTYPE_MACROS is
3020         defined. Undefine the macros before defining them, to avoid gcc
3021         warnings.
3022         * lib/c-ctype.c: Include config.h. Don't undefine the macros; instead,
3023         define NO_C_CTYPE_MACROS early.
3024
3025 2006-10-10  Bruno Haible  <bruno@clisp.org>
3026
3027         Make it possible to #define set_program_name to an alias.
3028         * lib/progname.c: Don't undefine set_program_name; instead, undefine
3029         ENABLE_RELOCATABLE early.
3030
3031 2006-10-10  Paul Eggert  <eggert@cs.ucla.edu>
3032
3033         Port to Tandem NSK OSS, which has 64-bit signed int but at most
3034         32-bit unsigned int.  Problem reported by Matthew Woehlke in:
3035         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00062.html
3036         More generally, don't assume that 64-bit signed int is available
3037         if unsigned int is, and vice versa.
3038         * lib/inttypes_.h (_PRIu64_PREFIX, _SCNu64_PREFIX): Depend on
3039         unsigned symbols, not on their signed counterparts.
3040         * lib/stdint_.h (uint64_t, uint_least64_t, uint_fast64_t, uintmax_t):
3041         (UINT64_MAX, UINT_LEAST64_MAX, UINT_FAST64_MAX, UINTMAX_MAX):
3042         (UINT64_C, UINTMAX_C):
3043         Likewise.
3044         * lib/strtoimax.c (strtoll): Depend on signed symbols, not their
3045         unsigned counterparts.
3046         (Have_long_long, Unsigned): New macros.
3047         (Int): Renamed from INT.
3048         (strtoimax): Use the new macros.
3049         * m4/stdint.m4 (gl_STDINT_H): Require AC_TYPE_UNSIGNED_LONG_LONG_INT
3050         and substitute HAVE_UNSIGNED_LONG_LONG_INT.
3051         * modules/inttypes (inttypes.h): Substitute
3052         HAVE_UNSIGNED_LONG_LONG_INT.
3053         * modules/stdint (stdint.h): Likewise.
3054         (Files): Add m4/ulonglong.m4.
3055
3056 2006-10-10  Bruno Haible  <bruno@clisp.org>
3057
3058         Fix a gcc -Wshadow warning.
3059         * lib/gl_anyhash_list2.h (hash_resize): Rename local variable 'index'
3060         to 'bucket'.
3061         * lib/gl_anylinked_list2.h (gl_linked_search_from_to,
3062         gl_linked_indexof_from_to): Likewise.
3063         * lib/gl_linkedhash_list.c (add_to_bucket, remove_from_bucket):
3064         Likewise.
3065         * lib/gl_anytreehash_list1.h (add_to_bucket, remove_from_bucket):
3066         Likewise.
3067         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Likewise.
3068         Reported by Eric Blake.
3069
3070 2006-10-09  Paul Eggert  <eggert@cs.ucla.edu>
3071
3072         * lib/filemode.h [HAVE_DECL_STRMODE]: Include unistd.h too,
3073         for NetBSD.  Problem reported by Bruno Haible.
3074
3075 2006-10-09  Jim Meyering  <jim@meyering.net>
3076
3077         * lib/lchown.c: Include <sys/stat.h> before "stat-macros.h".
3078         Patch from Bruno Haible.
3079
3080 2006-10-09  Jim Meyering  <jim@meyering.net>
3081
3082         * lib/fts-cycle.c (leave_dir): When "leaving" a top level directory due
3083         to FTS_SKIP, don't copy the parent's uninitialized dev/ino values.
3084         Trigger with e.g., mkdir d && valgrind ./chmod u+rwx d d
3085
3086 2006-10-08  Paul Eggert  <eggert@cs.ucla.edu>
3087
3088         Don't include <config.h> twice; this doesn't work in some cases,
3089         e.g., when config.h has "#define intmax_t long long int" and
3090         we include <config.h>, <inttypes.h>, <config.h> in that order.
3091         Problem reported by Matthew Woehlke in:
3092         http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00073.html
3093         * lib/fprintftime.c: Don't include config.h or fprintftime.h.
3094         * lib/fts-cycle.c: Don't include config.h.
3095         * lib/strftime.c: Include fprintftime.h if FPRINTFTIME is defined.
3096         * lib/xstrtoimax.c: Remove copyright notice since it's short tnow.
3097         Don't include config.h or xstrtol.h.  Define STRTOL_T_MINIMUM
3098         and STRTOL_T_MAXIMUM unconditionally, since we now assume gnulib
3099         inttypes.h.
3100         * lib/xstrtoumax.c: Likewise.
3101         * lib/xstrtol.c: Include config.h and xstrtol.h after defining
3102         __strtol and the like, so that this module is more like its siblings.
3103         (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [! defined STRTOL_T_MINIMUM]:
3104         Remove; no longer needed now that we assume gnulib inttypes.h.
3105
3106 2006-10-08  Bruno Haible  <bruno@clisp.org>
3107
3108         * doc/gnulib-tool.texi: Emphasize the drawbacks of the --symlink
3109         option.
3110
3111 2006-10-07  Jim Meyering  <jim@meyering.net>
3112
3113         * modules/inttypes (inttypes.h): Revert what seems to have been
3114         an inadvertent part of today's change: use "|", not "/" in the
3115         substitution for the "/"-containing string, $(ABSOLUTE_INTTYPES_H).
3116
3117 2006-10-07  Bruno Haible  <bruno@clisp.org>
3118
3119         * modules/sublist: New file.
3120
3121 2006-10-07  Bruno Haible  <bruno@clisp.org>
3122
3123         * modules/alloca-opt (alloca.h): Add a "DO NOT EDIT" comment.
3124         * modules/argz (argz.h): Likewise.
3125         * modules/arpa_inet (arpa/inet.h): Likewise.
3126         * modules/byteswap (byteswap.h): Likewise.
3127         * modules/configmake (configmake.h): Likewise.
3128         * modules/fcntl (fcntl.h): Likewise.
3129         * modules/fnmatch (fnmatch.h): Likewise.
3130         * modules/getopt (getopt.h): Likewise.
3131         * modules/glob (glob.h): Likewise.
3132         * modules/inttypes (inttypes.h): Likewise.
3133         * modules/netinet_in (netinet/in.h): Likewise.
3134         * modules/poll (poll.h): Likewise.
3135         * modules/stdbool (stdbool.h): Likewise.
3136         * modules/stdint (stdint.h): Likewise.
3137         * modules/sys_select (sys/select.h): Likewise.
3138         * modules/sys_socket (sys/socket.h): Likewise.
3139         * modules/sys_stat (sys/stat.h): Likewise.
3140         * modules/sysexits (sysexits.h): Likewise.
3141         * modules/unistd (unistd.h): Likewise.
3142         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
3143         Add a "DO NOT EDIT" comment to the generated file.
3144         (func_import): Likewise for gnulib-comp.m4.
3145
3146 2006-10-07  Bruno Haible  <bruno@clisp.org>
3147
3148         * lib/gl_sublist.h: New file.
3149         * lib/gl_sublist.c: New file.
3150
3151 2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
3152
3153         * lib/mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
3154         name (relative to the original working directory) and the file
3155         name component (relative to the temporary working directory).  All
3156         callers changed.
3157         * lib/mkancesdirs.h (mkancesdirs): Adjust prototype to match.
3158         * lib/mkdir-p.c (make_dir_parents): Likewise.
3159         * lib/mkdir-p.h (make_dir_parents): Likewise.
3160
3161 2006-10-06  Eric Blake  <ebb9@byu.net>
3162
3163         Define several macros for use by the clean-temp module.
3164         * m4/close-stream.m4 (gl_CLOSE_STREAM): Define GNULIB_CLOSE_STREAM.
3165         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Define GNULIB_FCNTL_SAFER.
3166         * m4/stdio-safer.m4 (gl_FOPEN_SAFER): Define GNULIB_FOPEN_SAFER.
3167
3168         * lib/clean-temp.h (close_stream_temp): New declaration.
3169         * lib/clean-temp.c (includes): Pull in headers according to what
3170         other modules are in use.
3171         (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function.
3172
3173 2006-10-06  Bruno Haible  <bruno@clisp.org>
3174
3175         * lib/javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
3176         instead of fopen, fwriteerror.
3177
3178 2006-10-06  Bruno Haible  <bruno@clisp.org>
3179
3180         * lib/clean-temp.h (cleanup_temp_file, cleanup_temp_subdir,
3181         cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to
3182         int.
3183         * lib/clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file,
3184         cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir):
3185         Return an error indicator.
3186         Suggested by Eric Blake.
3187
3188 2006-10-06  Bruno Haible  <bruno@clisp.org>
3189
3190         * lib/clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
3191         Reported by Eric Blake.
3192
3193 2006-10-06  Bruno Haible  <bruno@clisp.org>
3194
3195         * modules/closeout (Description): Mention stderr too.
3196
3197 2006-10-06  Bruno Haible  <bruno@clisp.org>
3198         and Paul Eggert  <eggert@cs.ucla.edu>
3199
3200         * lib/closeout.c (close_stdout): Also close stderr.
3201         * lib/closeout.h: Update comment.
3202
3203 2006-10-05  Paul Eggert  <eggert@cs.ucla.edu>
3204
3205         Fix some Darwin-7.9.0 porting problems reported by Bruno Haible in
3206         <http://lists.gnu.org/archive/html/bug-coreutils/2006-10/msg00063.html>.
3207         * lib/dirchownmod.c: Include lchown.h.
3208         * lib/lchown.c: Don't include files that lchown.h now includes.
3209         Don't declare chown, since lchown.h now does that.
3210         * lib/lchown.h: Include errno.h, sys/types.h, unistd.h.
3211         (lchown): Define to rpl_chown if lchown is declared but
3212         does not exist.  Declare using a prototype if lchown is not
3213         declared.  Add a copyright notice.
3214         * lib/mkstemp.h: Include <unistd.h>.
3215         * lib/openat.c: Include lchown.h.
3216
3217         * lib/fcntl_.h (O_NOFOLLOW): Don't depend on O_NOFOLLOW_IS_INEFFECTIVE;
3218         we now test for that separately.
3219         * lib/fts.c (fts_safe_changedir): Inspect HAVE_WORKING_O_NOFOLLOW
3220         rather than O_NOFOLLOW, when testing whether it's possible to
3221         avoid a race condition reliably.
3222         * lib/savewd.c (savewd_chdir): Likewise.
3223
3224         Remove macros that are no longer needed now that stdint.h is
3225         reliable.
3226         * lib/fsusage.c (UINTMAX_MAX): Remove.
3227         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Remove.
3228         * lib/utimecmp.c (SIZE_MAX): Remove.
3229
3230         * m4/lchown.m4 (gl_FUNC_LCHOWN): Check whether lchown is declared.
3231
3232         * m4/fcntl_h.m4 (gl_FCNTL_H): Define HAVE_WORKING_O_NOFOLLOW instead
3233         of O_NOFOLLOW_IS_INEFFECTIVE.  Define HAVE_WORKING_O_NOATIME if
3234         O_NOATIME works.
3235
3236 2006-10-05  Bruno Haible  <bruno@clisp.org>
3237
3238         * lib/gl_list.h (gl_sortedlist_search_from_to,
3239         gl_sortedlist_indexof_from_to): New declarations.
3240         (gl_list_implementation): New fields sortedlist_search_from_to,
3241         sortedlist_indexof_from_to.
3242         (gl_sortedlist_search_from_to, gl_sortedlist_indexof_from_to): New
3243         inline functions.
3244         * lib/gl_list.c (gl_sortedlist_search_from_to,
3245         gl_sortedlist_indexof_from_to): New functions.
3246         * lib/gl_array_list.c (gl_array_sortedlist_indexof_from_to): New
3247         function.
3248         (gl_array_sortedlist_indexof, gl_array_sortedlist_search): Use it.
3249         (gl_array_sortedlist_search_from_to): New function.
3250         (gl_array_list_implementation): Update.
3251         * lib/gl_carray_list.c (gl_carray_sortedlist_indexof_from_to): New
3252         function.
3253         (gl_carray_sortedlist_indexof, gl_carray_sortedlist_search): Use it.
3254         (gl_carray_sortedlist_search_from_to): New function.
3255         (gl_carray_list_implementation): Update.
3256         * lib/gl_anylinked_list2.h (gl_linked_sortedlist_search_from_to,
3257         gl_linked_sortedlist_indexof_from_to): New functions.
3258         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3259         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3260         * lib/gl_anytree_list2.h (gl_tree_sortedlist_search_from_to,
3261         gl_tree_sortedlist_indexof_from_to): New functions.
3262         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3263         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3264         Update.
3265         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3266         * lib/gl_rbtreehash_list.c (gl_avltreehash_list_implementation):
3267         Update.
3268
3269 2006-10-05  Bruno Haible  <bruno@clisp.org>
3270
3271         * lib/gl_list.h (gl_list_search_from, gl_list_search_from_to,
3272         gl_list_indexof_from, gl_list_indexof_from_to): New declarations.
3273         (struct gl_list_implementation): Add fields search_from_to,
3274         indexof_from_to. Remove fields search, indexof.
3275         (gl_list_search): Use the search_from_to method.
3276         (gl_list_search_from, gl_list_search_from_to): New functions.
3277         (gl_list_indexof): Use the indexof_from_to method.
3278         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3279         * lib/gl_list.c (gl_list_search): Use the search_from_to method.
3280         (gl_list_search_from, gl_list_search_from_to): New functions.
3281         (gl_list_indexof): Use the indexof_from_to method.
3282         (gl_list_indexof_from, gl_list_indexof_from_to): New functions.
3283         * lib/gl_array_list.c (gl_array_indexof_from_to): Renamed from
3284         gl_array_indexof. Add start_index, end_index arguments.
3285         (gl_array_search_from_to): Renamed from gl_array_search. Add
3286         start_index, end_index arguments.
3287         (gl_array_remove, gl_array_list_implementation): Update.
3288         * lib/gl_carray_list.c (gl_carray_indexof_from_to): Renamed from
3289         gl_carray_indexof. Add start_index, end_index arguments.
3290         (gl_carray_search_from_to): Renamed from gl_carray_search. Add
3291         start_index, end_index arguments.
3292         (gl_carray_remove, gl_carray_list_implementation): Update.
3293         * lib/gl_anylinked_list2.h (gl_linked_search_from_to): Renamed from
3294         gl_linked_search. Add start_index, end_index arguments.
3295         (gl_linked_indexof_from_to): Renamed from gl_linked_indexof. Add
3296         start_index, end_index arguments.
3297         (gl_linked_remove): Update.
3298         * lib/gl_linked_list.c (gl_linked_list_implementation): Update.
3299         * lib/gl_linkedhash_list.c (gl_linkedhash_list_implementation): Update.
3300         * lib/gl_anytree_list1.h (iterstack_item_t): Change type of 'rightp'
3301         field to 'size_t'.
3302         * lib/gl_anytree_list2.h (gl_tree_search_from_to): Renamed from
3303         gl_tree_search. Add start_index, end_index arguments.
3304         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3305         start_index, end_index arguments.
3306         (gl_tree_remove): Update.
3307         * lib/gl_avltree_list.c (gl_avltree_list_implementation): Update.
3308         * lib/gl_rbtree_list.c (gl_rbtree_list_implementation): Update.
3309         * lib/gl_anytreehash_list1.h (compare_position_threshold): New
3310         function.
3311         * lib/gl_anytreehash_list2.h (gl_tree_search_from_to): Renamed from
3312         gl_tree_search. Add start_index, end_index arguments.
3313         (gl_tree_indexof_from_to): Renamed from gl_tree_indexof. Add
3314         start_index, end_index arguments.
3315         * lib/gl_avltreehash_list.c (gl_avltreehash_list_implementation):
3316         Update.
3317         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Update.
3318
3319 2006-10-05  Bruno Haible  <bruno@clisp.org>
3320
3321         * modules/fwriteerror (configure.ac): Define GNULIB_FWRITEERROR.
3322
3323         * lib/clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,
3324         fwriteerror_temp): New declarations.
3325         * lib/clean-temp.c (uintptr_t): Provide fallback definition.
3326         (descriptors): New variable.
3327         (cleanup): First, close the descriptors.
3328         (register_fd, unregister_fd, open_temp, fopen_temp, close_temp,
3329         fclose_temp, fwriteerror_temp): New functions.
3330
3331 2006-10-04  Jim Meyering  <jim@meyering.net>
3332
3333         * lib/fts.c (fts_open): Tiny comment change.
3334
3335 2006-10-04  Bruno Haible  <bruno@clisp.org>
3336
3337         Make it possible to invoke AC_GNU_SOURCE after gl_LOCK_EARLY.
3338         * m4/lock.m4 (gl_LOCK_EARLY_BODY): New macro, extracted code from
3339         gl_LOCK_BODY.
3340         (gl_LOCK_EARLY): Require gl_LOCK_EARLY_BODY, not gl_LOCK_BODY.
3341         (gl_LOCK_BODY): Remove settings of CPPFLAGS, now done in
3342         gl_LOCK_EARLY_BODY.
3343         (gl_LOCK): Require gl_LOCK_BODY.
3344
3345 2006-10-04  Bruno Haible  <bruno@clisp.org>
3346
3347         * lib/gl_oset.h (gl_setelement_threshold_fn): New type.
3348         (gl_oset_search_atleast): New declaration.
3349         (struct gl_oset_implementation): Add field 'search_atleast'.
3350         (gl_oset_search_atleast): New inline function.
3351         * lib/gl_oset.c (gl_oset_search_atleast): New function.
3352         * lib/gl_array_oset.c (gl_array_search_atleast): New function.
3353         (gl_array_oset_implementation): Update.
3354         * lib/gl_anytree_oset.h (gl_tree_search_atleast): New function.
3355         * lib/gl_avltree_oset.c (gl_avltree_oset_implementation): Update.
3356         * lib/gl_rbtree_oset.c (gl_rbtree_oset_implementation): Update.
3357
3358 2006-10-04  Bruno Haible  <bruno@clisp.org>
3359
3360         * lib/fatal-signal.c (fatal_signals) [WOE32]: Add the SIGBREAK signal.
3361
3362 2006-10-03  Bruno Haible  <bruno@clisp.org>
3363
3364         * lib/gl_rbtreehash_list.c (gl_rbtreehash_list_implementation): Renamed
3365         from gl_avltreehash_list_implementation.
3366
3367 2006-10-03  Bruno Haible  <bruno@clisp.org>
3368
3369         * lib/gl_oset.c (gl_oset_add): Fix return type.
3370
3371 2006-10-02  Paolo Bonzini  <bonzini@gnu.org>  (tiny change)
3372
3373         * lib/quotearg.c (mbstate_t) [!HAVE_MBRTOWC]: #define to int.
3374
3375 2006-10-02  Eric Blake  <ebb9@byu.net>
3376
3377         * modules/strnlen (Depends-on): Add extensions.
3378
3379 2006-10-02  Eric Blake  <ebb9@byu.net>
3380
3381         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use autoconf's
3382         definition in 2.60+.
3383
3384 2006-10-02  Dmitry V. Levin  <ldv@altlinux.org>
3385
3386         * lib/fts.c (fts_close, fts_build, fts_palloc): Remove redundant
3387         checks.
3388
3389 2006-10-02  Bruno Haible  <bruno@clisp.org>
3390
3391         * gnulib-tool (func_emit_lib_Makefile_am): Don't add no-dependencies
3392         to the AUTOMAKE_OPTIONS.
3393         Reported by Jim Meyering.
3394
3395 2006-09-29  Paul Eggert  <eggert@cs.ucla.edu>
3396
3397         Work around bug in Solaris 10 /proc file system:
3398         /proc/self/fd/NNN/.. isn't the parent directory of
3399         the directory whose file descriptor is NNN.  This needs to
3400         be worked around at run time, not compile time, since a
3401         program might be built on Solaris 8, where things work, and
3402         run on Solaris 10.
3403         * lib/openat-priv.h (BUILD_PROC_NAME): Remove.  All callers changed
3404         to use the following interface instead:
3405         (OPENAT_BUFFER_SIZE): New macro.
3406         (openat_proc_name): New function.
3407         * lib/at-func.c (AT_FUNC_NAME): Adjust to above changes.
3408         * lib/openat.c (openat_permissive, openat_needs_fchdir, fdopendir):
3409         Likewise.
3410         * lib/openat-proc.c: New file.
3411         * modules/openat (Files): Add lib/openat-proc.c.
3412         (Depends-on): Add same-inode, stdbool.
3413         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBOBJ(openat-proc).
3414
3415 2006-09-29  Bruno Haible  <bruno@clisp.org>
3416
3417         * lib/fwriteerror.h (fwriteerror_no_ebadf): New declaration.
3418         * lib/(do_fwriteerror): Renamed from fwriteerror. Add ignore_ebadf
3419         argument. Set stdout_closed before testing for ferror, not after.
3420         (fwriteerror, fwriteerror_no_ebadf): New functions.
3421
3422 2006-09-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3423
3424         * m4/intmax.m4 (gt_TYPE_INTMAX_T): Avoid unused variables warning.
3425
3426 2006-09-28  Paolo Bonzini  <bonzini@gnu.org>
3427
3428         * lib/poll.c (rpl_poll) [__APPLE__]: Use FIONREAD instead of MSG_PEEK.
3429         * m4/poll.m4: Look for sys/ioctl.h and sys/filio.h.
3430
3431 2006-09-28  Jim Meyering  <jim@meyering.net>
3432
3433         * lib/mkdir-p.c: Include "dirchownmod.h", not "dirchownmod.c".
3434         Include <unistd.h>.
3435
3436 2006-09-28  Bruno Haible  <bruno@clisp.org>
3437
3438         * modules/avltreehash-list (Depends-on): Add stdint, remove size_max.
3439         * modules/linkedhash-list (Depends-on): Likewise.
3440         * modules/rbtreehash-list (Depends-on): Likewise.
3441
3442 2006-09-28  Bruno Haible  <bruno@clisp.org>
3443
3444         * lib/strndup.h: Simplify the redefinition of strndup.
3445         (_GL_CONCAT, _GL_XCONCAT, __STRNDUP_ID): Remove macros.
3446         * m4/strndup.m4 (gl_FUNC_STRNDUP): Don't define __STRNDUP_PREFIX.
3447
3448 2006-09-28  Bruno Haible  <bruno@clisp.org>
3449
3450         * lib/gl_avltreehash_list.c: Include <stdint.h> instead of size_max.h.
3451         * lib/gl_linkedhash_list.c: Likewise.
3452         * lib/gl_rbtreehash_list.c: Likewise.
3453
3454 2006-09-27  Paul Eggert  <eggert@cs.ucla.edu>
3455
3456         * lib/canon-host.c (canon_host_r): Work around bug in Darwin 7.9.0
3457         getaddrinfo.
3458
3459         * lib/__fpending.h: Don't include <stdio_ext.h> unless
3460         HAVE_DECL___FPENDING.  This avoids a bug with lsbcc, where
3461         it causes <stdio_ext.h> to cause a compile-time error.
3462         Problem reported by Nelson H. F. Beebe.
3463         * lib/getpass.c: Likewise, except for HAVE_DECL___FSETLOCKING instead
3464         of HAVE_DECL___PENDING.
3465
3466         * m4/fpending.m4 (gl_FUNC_FPENDING): Check for stdio_ext at most once.
3467         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for __fsetlocking's
3468         declaration.
3469
3470 2006-09-27  Jim Meyering  <jim@meyering.net>
3471
3472         This file could end up with a definition for a function
3473         named __strndup, rather than rpl_strndup on a system with
3474         incomplete weak_alias support.
3475         * lib/strndup.c (strndup): Rename from __strndup.
3476         Remove #defines that used to map __strndup to strndup.
3477         Don't use K&R prototypes.
3478         Remove LIBC-related code, since this file is not sync'd with glibc.
3479         * lib/strndup.h: Revamp, accordingly.
3480         * m4/strndup.m4: Modernize.
3481
3482 2006-09-26  Paul Eggert  <eggert@cs.ucla.edu>
3483
3484         * modules/savewd (Depends-on): Add 'raise'.
3485         * lib/savewd.c: Include <signal.h>, for 'raise'.
3486
3487 2006-09-26  Jim Meyering  <jim@meyering.net>
3488
3489         * m4/acl.m4 (AC_FUNC_ACL): Disable ACL support altogether
3490         when we detect Darwin 8.7.0's acl_get_file bug.
3491         Rearrange to perform the new (below) run-test while $LIBS
3492         contains any acl-related library.  Set USE_ACL at the end.
3493         (gl_ACL_GET_FILE): New function.
3494
3495 2006-09-26  Eric Blake  <ebb9@byu.net>
3496
3497         * lib/verror.c: Include <config.h> unconditionally.
3498
3499 2006-09-25  Paul Eggert  <eggert@cs.ucla.edu>
3500
3501         * modules/clock-time (Maintainer): Add self.
3502         * modules/getlogin_r (Depends-on): Add extensions.
3503
3504 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3505
3506         * modules/clock-time: New module.
3507         * modules/nanosleep (Depends-on): Add clock-time.
3508         * modules/gethrxtime (Depends-on): Likewise.
3509         * modules/gettime (Depends-on): Likewise.
3510         * modules/settime (Depends-on): Likewise.
3511
3512         * modules/fts-lgpl: Depend on openat.
3513         * modules/mkancesdirs: Depend on savewd.
3514         * modules/mkdir-p: Likewise.
3515
3516 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3517
3518         * m4/host-os.m4 (gl_HOST_OS): Require AC_CANONICAL_HOST.
3519
3520         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Rename cache variable from
3521         `gl_have_arbitrary_file_name_length_limit' to
3522         `gl_cv_have_arbitrary_file_name_length_limit', so that caching
3523         actually works between configure runs.
3524
3525 2006-09-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3526             Bruno Haible  <bruno@clisp.org>
3527
3528         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Include <string.h>.
3529
3530 2006-09-25  Jim Meyering  <jim@meyering.net>
3531
3532         * m4/fcntl_h.m4 (gl_FCNTL_H): Fix typo in test for failed open.
3533         This typo caused coreutils/tests/dd/misc to fail on Darwin 8.7.0.
3534
3535 2006-09-25  Eric Blake  <ebb9@byu.net>
3536
3537         * gnulib-tool (func_import, func_create_testdir): Fix typos in
3538         exec's in 2006-09-18 patch when shuffling fds.
3539
3540 2006-09-25  Bruno Haible  <bruno@clisp.org>
3541
3542         * m4/getloadavg.m4 (gl_GETLOADAVG): Fix directory in error message.
3543         Reported by Jim Meyering.
3544
3545 2006-09-24  Jim Meyering  <jim@meyering.net>
3546
3547         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Don't use '>' to
3548         compare a pointer against a literal "0".  That caused failures with
3549         at least HP-UX's hpcc.
3550
3551 2006-09-22  Simon Josefsson  <jas@extundo.com>
3552
3553         * modules/gc-sha1:
3554         * modules/gc-md4:
3555         * modules/gc-hmac-sha1:
3556         * modules/gc-hmac-md5:
3557         * modules/gc-des:
3558         * modules/gc-arcfour: Distribute more files.
3559
3560 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3561
3562         * lib/gl_anylinked_list2.h [lint] (gl_linked_iterator)
3563         (gl_linked_iterator_from_to): Initialize struct completely.
3564         * lib/gl_anytree_list2.h [lint] (gl_tree_iterator): Likewise.
3565         (gl_tree_iterator_from_to): Likewise
3566         * lib/gl_anytree_oset.h [lint] (gl_tree_iterator): Likewise.
3567         * lib/gl_array_list.c [lint] (gl_array_iterator)
3568         (gl_array_iterator_from_to): Likewise.
3569         * lib/gl_array_oset.c [lint] (gl_array_iterator): Likewise.
3570         * lib/gl_carray_list.c [lint] (gl_carray_iterator)
3571         (gl_carray_iterator_from_to): Likewise.
3572
3573         * lib/gc-gnulib.c [GC_USE_HMAC_SHA1]: include hmac.h for hmac_sha1.
3574         * lib/md4.c (md4_process_block): Remove unused variable.
3575         * lib/rijndael-api-fst.c (rijndaelBlockDecrypt): GCC suggests
3576         parentheses for clarity.
3577
3578 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3579
3580         * modules/bison-i18n (Depends-on): Add gettext.
3581
3582 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3583
3584         * m4/fsusage.m4 (gl_STATFS_TRUNCATES): Avoid unused variable.
3585         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): Likewise.
3586         * m4/jm-winsz1.m4 (gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H): Likewise;
3587         also add missing comma that caused broken test.
3588         * m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Include
3589         stdlib.h, for `abort'.
3590         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Avoid unused
3591         variables.
3592         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Check for and
3593         include unistd.h if present, for `rmdir'.
3594         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): Avoid unused
3595         variables.
3596         * m4/putenv.m4 (gl_FUNC_PUTENV): Rewrite using AC_RUN_IFELSE, and
3597         in the process include standard headers for prototypes.
3598         * m4/readutmp.m4 (gl_READUTMP): Require AC_GNU_SOURCE, so utmpxname
3599         gets declared on GNU/Linux.
3600         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Check for and include
3601         unistd.h, for `rmdir'.
3602         * m4/time_r.m4 (gl_TIME_R): Avoid unused variables.
3603
3604         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Avoid expression that is
3605         always true.
3606         * m4/strndup.m4 (gl_FUNC_STRNDUP): include stdlib.h, for `free'.
3607
3608         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Avoid gcc -Wall warnings.
3609
3610 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3611
3612         * gnulib-tool (func_version): Create output all at once.  This
3613         may help avoid triggering unnecessary SIGPIPEs, and at any
3614         rate it doesn't hurt.
3615
3616 2006-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3617             Bruno Haible  <bruno@clisp.org>
3618
3619         * m4/lock.m4 (gl_LOCK_BODY): Avoid unused variables warning.
3620         * m4/mbswidth.m4 (gl_MBSWIDTH): Likewise.
3621         * m4/signed.m4 (bh_C_SIGNED): Likewise.
3622
3623         * m4/vasprintf.m4 (gl_PREREQ_VASPRINTF_H): New macro.
3624         (gl_FUNC_VASPRINTF): Invoke it.
3625
3626 2006-09-22  Bruno Haible  <bruno@clisp.org>
3627
3628         * m4/getloadavg.m4 (gl_GETLOADAVG): Expect the directory of
3629         getloadavg.c as first argument.
3630
3631 2006-09-22  Bruno Haible  <bruno@clisp.org>
3632
3633         * gnulib-tool (func_import, func_create_testdir): Set gl_source_base
3634         at the beginning of the gl_INIT macro.
3635         * modules/getloadavg (configure.ac): Pass $gl_source_base to
3636         gl_GETLOADAVG.
3637
3638 2006-09-22  Bruno Haible  <bruno@clisp.org>
3639
3640         * gnulib-tool (func_create_megatestdir): Don't include the config-h
3641         module.
3642         Suggested by Ralf Wildenhues.
3643
3644 2006-09-20  Paul Eggert  <eggert@cs.ucla.edu>
3645
3646         Import this patch from libc:
3647
3648         2006-09-06  Jakub Jelinek  <jakub@redhat.com>
3649
3650         * lib/regex_internal.c (re_string_reconstruct): Handle
3651         offset < pstr->valid_raw_len && pstr->offsets_needed case.
3652         Ensure no bytes read before raw_mbs array.  Pass a saved copy of
3653         pstr->valid_len - 1 rather than pstr->valid_raw_len - 1 to
3654         re_string_context_at.
3655
3656         * m4/regex.m4 (gl_REGEX): Check for locale.h, since the test
3657         now requires it.
3658         (gl_PREREQ_REGEX): Don't check for locale.h any more, since
3659         gl_REGEX now does it for us.
3660         (gl_REGEX): Add test taken from
3661         http://sourceware.org/ml/libc-hacker/2006-09/msg00008.html.
3662
3663         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Require AC_SYS_LARGEFILE.
3664         Check that large offsets work.  Modernize Autoconf usages.
3665         Prefer "yes" to mean a good thing rather than a bad.
3666         Don't put "#define mkstemp" in config.h, as this might interfere
3667         with standard system headers that "#define mkstemp mkstemp64".
3668
3669         * modules/mkstemp (Depends-on): Add extensions, so that
3670         mkstemp is visible on some platforms.
3671         (Makefile.am): Add mkstemp.h to EXTRA_DIST.
3672         (Include): Change to "mkstemp.h" from <stdlib.h>.
3673         (Files): Add mkstemp.h.
3674
3675         * lib/mkstemp.h: New file, since some standard headers
3676         #define mkstemp.
3677         * lib/mkstemp.c: Revamp to put the !_LIBC code together.
3678         Include "mkstemp.h".
3679         Make the _LIBC code resemble glibc original more,
3680         e.g., use K&R style.
3681         * lib/mkstemp-safer.c: Include "mkstemp.h" instead of <stdlib.h>.
3682         (mkstemp): Remove, since mkstemp.h does this for us.
3683         * lib/stdlib--.h: Include mkstemp.h.
3684
3685         Import this patch from libc:
3686
3687         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3688
3689         * lib/tempname.c (__gen_tempname): Change attempts_min
3690         into a macro.  Use preprocessor to decide how to initialize
3691         attempts [Coverity CID 67].
3692
3693 2006-09-20  Bruno Haible  <bruno@clisp.org>
3694
3695         * lib/mkdtemp.c: Import from libc.
3696         2006-04-07  Ulrich Drepper  <drepper@redhat.com>
3697                 * sysdeps/posix/tempname.c (__gen_tempname): Change
3698                 attempts_min into a macro.  Use preprocessor to decide how to
3699                 initialize attempts [Coverity CID 67].
3700         2001-11-27  Paul Eggert  <eggert@twinsun.com>
3701                 * sysdeps/posix/tempname.c (__gen_tempname): Try at least
3702                 ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
3703
3704 2006-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3705
3706         * gnulib-tool (func_exit): New function, to allow to pass the
3707         exit status portably through the trap.  Use everywhere.
3708         (--help, --version): Signal a write error.
3709         (trap): catch SIGPIPE, for write errors.
3710         Exit at the end of the trap, with the correct exit status.
3711
3712 2006-09-19  Karl Berry  <karl@gnu.org>
3713
3714         * doc/gnulib.texi: note about the license texinfo files.
3715
3716 2006-09-19  Eric Blake  <ebb9@byu.net>
3717
3718         * gnulib-tool: Avoid space-tab.
3719
3720 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3721
3722         * lib/getaddrinfo.c (getaddrinfo) [defined HAVE_IPV6]: Fix typo
3723         that prevented coreutils 6.1 from building.  Problem reported
3724         by Petter Reinholdtsen.
3725
3726 2006-09-18  Paul Eggert  <eggert@cs.ucla.edu>
3727
3728         * gnulib-tool (avoidlist): Fix typo that broke options like
3729         --avoid=lock that are used by coreutils bootstrap.
3730
3731 2006-09-18  Mark D. Baushke  <mdb@gnu.org>
3732
3733         * m4/inttypes.m4 (gl_INTTYPES_H): Quote "test" args
3734         more systematically.
3735
3736 2006-09-18  Jim Meyering  <jim@meyering.net>
3737
3738         * lib/savewd.c (savewd_restore): Don't shadow: s/status/child_status/.
3739
3740 2006-09-18  Bruno Haible  <bruno@clisp.org>
3741
3742         * modules/inttypes (Files): Remove m4/inttypes-h.m4.
3743
3744 2006-09-18  Bruno Haible  <bruno@clisp.org>
3745
3746         * m4/inttypes-h.m4 (gl_HEADER_INTTYPES_H): Remove macro.
3747         * m4/inttypes-pri.m4: Require autoconf >= 2.52.
3748         (gt_INTTYPES_PRI): Invoke AC_CHECK_HEADERS on inttypes.h. Test
3749         ac_cv_header_inttypes_h instead of gl_cv_header_inttypes_h.
3750         * m4/gettext.m4: Require autoconf >= 2.52.
3751         (gt_INTL_SUBDIR_CORE): Invoke AC_CHECK_HEADERS on inttypes.h.
3752         * m4/inttypes.m4 (gl_INTTYPES_H): Test ac_cv_header_inttypes_h instead
3753         of gl_cv_header_inttypes_h.
3754
3755 2006-09-18  Bruno Haible  <bruno@clisp.org>
3756
3757         * lib/javaversion.c: Include configmake.h.
3758
3759 2006-09-18  Bruno Haible  <bruno@clisp.org>
3760
3761         * gnulib-tool (func_import, func_create_testdir): Use exec tricks to
3762         avoid that the while loops be executed in a subshell.
3763
3764 2006-09-18  Bruno Haible  <bruno@clisp.org>
3765
3766         * MODULES.html.sh (func_module): Break long lines.
3767         Suggested by Bruce Korb <bkorb@gnu.org>.
3768
3769 2006-09-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3770
3771         Speed up by a factor of 1.12.
3772         * gnulib-tool (nl): New variable.
3773         (func_import): Rewrite include directive extraction to only read each
3774         directive once.
3775
3776 2006-09-17  Bruno Haible  <bruno@clisp.org>
3777
3778         * modules/javaversion (Makefile.am): Remove DEFS setting.
3779         (Depends-on): Add configmake, for PKGDATADIR definition.
3780
3781 2006-09-17  Bruno Haible  <bruno@clisp.org>
3782
3783         * gnulib-tool (func_create_testdir): Rewrite all files at once.
3784
3785 2006-09-17  Bruno Haible  <bruno@clisp.org>
3786
3787         * gnulib-tool (func_append): New function, stolen from libtool.m4.
3788         (func_modules_transitive_closure, func_modules_add_dummy,
3789         func_modules_to_filelist, func_import, func_create_testdir,
3790         func_create_megatestdir, ...): Use it wherever possible.
3791         Suggested by Ralf Wildenhues.
3792
3793 2006-09-16  Karl Berry  <karl@gnu.org>
3794
3795         * doc/fdl.texi (ADDENDUM): switch to @heading from @appendixsubsec,
3796         to avoid sectioning errors.
3797         * doc/lgpl.texi, gpl.texi (Copying): downcase @unnumbered title.
3798         [ifinfo]: blank line after @center-ed titles.
3799         * doc/lgpl.texi (Library Copying): Rename main node to GNU LGPL.
3800         Spell FSF address consistently with others.
3801         (These changes approved by rms.)
3802
3803 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3804
3805         Speed up by a factor of 1.61.
3806         * gnulib-tool (func_modules_transitive_closure): Rewrite to not check
3807         already checked module names again.
3808
3809 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3810
3811         Speed up by a factor of 1.13.
3812         * gnulib-tool (func_import): Rewrite all old_files at once; likewise
3813         for new_files, and the input to func_add_or_update.
3814
3815 2006-09-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3816
3817         * gnulib-tool (func_all_modules, func_modules_to_filelist, func_import,
3818         func_create_testdir, ...): Change 'sort | uniq' to 'sort -u'.
3819
3820 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3821
3822         * modules/mkancesdirs (Depends-on): Add fcntl.
3823         * modules/savewd: New file.
3824         * MODULES.html.sh (File system functions): Add savewd.
3825
3826         * modules/configmake (Makefile.am): Add support for the
3827         Automake-supplied PKGLIBDIR, PKGINCLUDEDIR, PKGDATADIR.
3828
3829 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3830
3831         * m4/savewd.m4: New file.
3832
3833 2006-09-15  Paul Eggert  <eggert@cs.ucla.edu>
3834
3835         * lib/dirchownmod.c: Don't include fcntl.h; no longer needed.
3836         (dirchownmod): New arg FD.  All callers changed.
3837         Use FD rather than opening the directory ourself, as opening is
3838         now the caller's responsibility.
3839         * lib/dirchownmod.h: Likewise.
3840         * lib/mkancesdirs.c: Include <sys/types.h>, for portability to older
3841         hosts that require <sys/types.h> before <sys/stat.h>.  Include
3842         fcntl.h, savewd.h, and unistd.h, not dirname.h and stat-macros.h.
3843         (test_dir): Remove.
3844         (mkancesdirs): Return length of prefix of FILE that has already
3845         been made, or -2 if there is a child doing the work.  Redo
3846         algorithm so that it is O(N) rather than O(N**2).  Optimize away
3847         ".", and treat ".." specially since it might stray back into
3848         already-created areas.  Use a subprocess if necessary.  New arg
3849         WD; all users changed.  MAKE_DIR function should now return 1
3850         if it creates a directory that is not readable.  Return -2 if
3851         a child process is spun off.
3852         * lib/mkancesdirs.h: Include <stddef.h>, for ptrdiff_t.
3853         Adjust signature to match code.
3854         * lib/mkdir-p.c: Include dirname.h, for IS_ABSOLUTE_FILE_NAME.
3855         (make_dir_parents): Use a subprocess if necessary.  New arg WD;
3856         all users changed.
3857         * lib/savewd.c, lib/savewd.h: New files.
3858
3859 2006-09-15  Jim Meyering  <jim@meyering.net>
3860
3861         * modules/rename-dest-slash: New module.
3862         * MODULES.html.sh (posix_compat): Add it here.
3863
3864         * modules/rename: Reflect vb_FUNC_RENAME -> gl_FUNC_RENAME change.
3865
3866 2006-09-15  Jim Meyering  <jim@meyering.net>
3867
3868         * m4/rename-dest-slash.m4 (gl_FUNC_RENAME_TRAILING_DEST_SLASH): New
3869         file.
3870
3871         * m4/rename.m4 (gl_FUNC_RENAME): Rename from vb_FUNC_RENAME.
3872
3873 2006-09-15  Jim Meyering  <jim@meyering.net>
3874
3875         * lib/rename-dest-slash.c (has_trailing_slash): Use
3876         FILE_SYSTEM_PREFIX_LEN, for non-POSIX systems.
3877         (rpl_rename_dest_slash): Perform the cheaper trailing slash
3878         test before testing whether SRC is a directory.
3879         Suggestions from Bruno Haible.
3880
3881         Avoid a warning about an unused variable.
3882         * lib/regex_internal.c (re_dfa_add_node): Move declaration of "type"
3883         into the #ifdef block where it's used.
3884
3885         * lib/rename-dest-slash.c: New file.
3886
3887 2006-09-14  Bruno Haible  <bruno@clisp.org>
3888
3889         * lib/allocsa.c: Include <config.h> unconditionally.
3890         * lib/asnprintf.c: Likewise.
3891         * lib/asprintf.c: Likewise.
3892         * lib/c-strcasecmp.c: Likewise.
3893         * lib/c-strcasestr.c: Likewise.
3894         * lib/c-strncasecmp.c: Likewise.
3895         * lib/c-strstr.c: Likewise.
3896         * lib/classpath.c: Likewise.
3897         * lib/clean-temp.c: Likewise.
3898         * lib/concatpath.c: Likewise.
3899         * lib/copy-file.c: Likewise.
3900         * lib/csharpcomp.c: Likewise.
3901         * lib/csharpexec.c: Likewise.
3902         * lib/execute.c: Likewise.
3903         * lib/fatal-signal.c: Likewise.
3904         * lib/findprog.c: Likewise.
3905         * lib/fwriteerror.c: Likewise.
3906         * lib/gl_array_list.c: Likewise.
3907         * lib/gl_array_oset.c: Likewise.
3908         * lib/gl_avltree_list.c: Likewise.
3909         * lib/gl_avltree_oset.c: Likewise.
3910         * lib/gl_avltreehash_list.c: Likewise.
3911         * lib/gl_carray_list.c: Likewise.
3912         * lib/gl_linked_list.c: Likewise.
3913         * lib/gl_linkedhash_list.c: Likewise.
3914         * lib/gl_list.c: Likewise.
3915         * lib/gl_oset.c: Likewise.
3916         * lib/gl_rbtree_list.c: Likewise.
3917         * lib/gl_rbtree_oset.c: Likewise.
3918         * lib/gl_rbtreehash_list.c: Likewise.
3919         * lib/imaxabs.c: Likewise.
3920         * lib/imaxdiv.c: Likewise.
3921         * lib/javacomp.c: Likewise.
3922         * lib/javaexec.c: Likewise.
3923         * lib/javaversion.c: Likewise.
3924         * lib/linebreak.c: Likewise.
3925         * lib/localcharset.c: Likewise.
3926         * lib/lock.c: Likewise.
3927         * lib/mbchar.c: Likewise.
3928         * lib/mbswidth.c: Likewise.
3929         * lib/mkdtemp.c: Likewise.
3930         * lib/pipe.c: Likewise.
3931         * lib/printf-args.c: Likewise.
3932         * lib/printf-parse.c: Likewise.
3933         * lib/progname.c: Likewise.
3934         * lib/progreloc.c: Likewise.
3935         * lib/readlink.c: Likewise.
3936         * lib/sh-quote.c: Likewise.
3937         * lib/stpcpy.c: Likewise.
3938         * lib/stpncpy.c: Likewise.
3939         * lib/strcasecmp.c: Likewise.
3940         * lib/strcasestr.c: Likewise.
3941         * lib/strcspn.c: Likewise.
3942         * lib/striconv.c: Likewise.
3943         * lib/strncasecmp.c: Likewise.
3944         * lib/strnlen1.c: Likewise.
3945         * lib/strstr.c: Likewise.
3946         * lib/strtok_r.c: Likewise.
3947         * lib/tls.c: Likewise.
3948         * lib/tmpdir.c: Likewise.
3949         * lib/unicodeio.c: Likewise.
3950         * lib/unsetenv.c: Likewise.
3951         * lib/vasnprintf.c: Likewise.
3952         * lib/vasprintf.c: Likewise.
3953         * lib/wait-process.c: Likewise.
3954         * lib/xallocsa.c: Likewise.
3955         * lib/xsetenv.c: Likewise.
3956         * lib/xstriconv.c: Likewise.
3957
3958 2006-09-13  Simon Josefsson  <jas@extundo.com>
3959
3960         * m4/getdate.m4: Don't AC_LIBOBJ([getdate]), automake takes care of
3961         that internally, suggested by Ralf Wildenhues
3962         <Ralf.Wildenhues@gmx.de>.
3963
3964 2006-09-13  Simon Josefsson  <jas@extundo.com>
3965
3966         * gnulib-tool (func_emit_lib_Makefile_am): Use $(LIBOBJS), not
3967         @LIBOBJS@.
3968         Suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
3969
3970 2006-09-13  Paul Eggert  <eggert@cs.ucla.edu>
3971
3972         * lib/_fpending.c: Include <config.h> unconditionally, since we no
3973         longer worry about uses that don't define HAVE_CONFIG_H.
3974         * lib/acl.c, lib/alloca.c, lib/argmatch.c, lib/atexit.c:
3975         * lib/backupfile.c, lib/basename.c, lib/c-stack.c, lib/c-strtod.c:
3976         * lib/calloc.c,lib/ canon-host.c, lib/canonicalize.c, lib/chdir-long.c:
3977         * lib/chdir-safer.c, lib/chown.c, lib/cloexec.c, lib/close-stream.c:
3978         * lib/closeout.c, lib/creat-safer.c, lib/cycle-check.c, lib/diacrit.c:
3979         * lib/dirchownmod.c, lib/dirfd.c, lib/dirname.c, lib/dup-safer.c:
3980         * lib/dup2.c, lib/error.c, lib/euidaccess.c, lib/exclude.c:
3981         * lib/exitfail.c, lib/fchmodat.c, lib/fchown-stub.c, lib/fd-safer.c:
3982         * lib/file-type.c, lib/fileblocks.c, lib/filemode.c, lib/filenamecat.c:
3983         * lib/fnmatch.c, lib/fopen-safer.c, lib/fprintftime.c, lib/free.c:
3984         * lib/fsusage.c, lib/ftruncate.c, lib/fts-cycle.c, lib/fts.c:
3985         * lib/full-write.c, lib/gai_strerror.c, lib/getcwd.c, lib/getdate.y:
3986         * lib/getdomainname.c, lib/getgroups.c, lib/gethostname.c:
3987         * lib/gethrxtime.c, lib/getloadavg.c, lib/getlogin_r.c:
3988         * lib/getndelim2.c, lib/getnline.c, lib/getopt.c, lib/getopt1.c:
3989         * lib/getpass.c, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c:
3990         * lib/getusershell.c, lib/glob.c, lib/group-member.c:
3991         * lib/hard-locale.c, lib/hash-pjw.c, lib/hash.c, lib/human.c:
3992         * lib/idcache.c, lib/inet_ntop.c, lib/inet_pton.c, lib/inttostr.c:
3993         * lib/isdir.c, lib/lchown.c, lib/linebuffer.c, lib/long-options.c:
3994         * lib/lstat.c, lib/malloc.c, lib/md5.c, lib/memcasecmp.c, lib/memchr.c:
3995         * lib/memcmp.c, lib/memcoll.c, lib/memcpy.c, lib/memmove.c:
3996         * lib/memrchr.c, lib/mkancesdirs.c, lib/mkdir-p.c, lib/mkdir.c:
3997         * lib/mkdirat.c, lib/mkstemp-safer.c, lib/mkstemp.c, lib/modechange.c:
3998         * lib/mountlist.c, lib/nanosleep.c, lib/obstack.c, lib/open-safer.c:
3999         * lib/openat-die.c, lib/openat.c, lib/pagealign_alloc.c, lib/physmem.c:
4000         * lib/pipe-safer.c, lib/posixtm.c, lib/posixver.c, lib/putenv.c:
4001         * lib/quote.c, lib/quotearg.c, lib/raise.c, lib/readtokens.c:
4002         * lib/readtokens0.c, lib/readutmp.c, lib/realloc.c, lib/regex.c:
4003         * lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c:
4004         * lib/same.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c:
4005         * lib/settime.c, lib/sha1.c, lib/sig2str.c, lib/snprintf.c:
4006         * lib/strdup.c, lib/strerror.c, lib/strftime.c, lib/stripslash.c:
4007         * lib/strndup.c, lib/strnlen.c, lib/strpbrk.c, lib/strtod.c:
4008         * lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c:
4009         * lib/time_r.c, lib/timegm.c, lib/tmpfile-safer.c, lib/unlinkdir.c:
4010         * lib/userspec.c, lib/utime.c, lib/utimecmp.c, lib/utimens.c:
4011         * lib/version-etc-fsf.c, lib/version-etc.c, lib/xalloc-die.c:
4012         * lib/xgetcwd.c, lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c:
4013         * lib/xnanosleep.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtoimax.c:
4014         * lib/xstrtol.c, lib/xstrtoumax.c, lib/yesno.c:
4015         Likewise.
4016
4017 2006-09-13  Eric Blake  <ebb9@byu.net>
4018
4019         * lib/getopt.c: Fix typo in last commit.
4020
4021 2006-09-12  Sergey Poznyakoff  <gray@gnu.org.ua>
4022
4023         * lib/argp-help.c (argp_doc): Make sure NULL is not passed to
4024         dgettext.
4025
4026 2006-09-12  Jim Meyering  <jim@meyering.net>
4027
4028         * lib/nanosleep.c: Include <sys/types.h> before sys/select.h, to avoid
4029         compilation failure (due to use of pid_t in latter) on NetBSD 1.6.
4030         Reported by Nelson H. F. Beebe.
4031
4032 2006-09-10  Sergey Poznyakoff  <gray@gnu.org.ua>
4033
4034         * lib/argp-parse.c (__argp_parse) [!_LIBC]: Make sure
4035         program_invocation_name and program_invocation_short_name are
4036         initialized.
4037         * lib/argp-namefrob.h: Move declarations of program_invocation_name
4038         and program_invocation_short_name to argp.h, so they are visible
4039         to user programs.
4040         * lib/argp.h: Likewise
4041
4042 2006-09-10  Bruno Haible  <bruno@clisp.org>
4043
4044         * modules/mkdtemp (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
4045         m4/inttypes_h.m4, m4/uintmax_t.m4.
4046
4047 2006-09-10  Bruno Haible  <bruno@clisp.org>
4048
4049         * m4/mkdtemp.m4 (gl_PREREQ_MKDTEMP): Don't require
4050         gl_AC_TYPE_UINTMAX_T.
4051
4052 2006-09-10  Bruno Haible  <bruno@clisp.org>
4053
4054         * lib/mkdtemp.c: Include <stdint.h> always. Don't include <inttypes.h>.
4055
4056 2006-09-09  Sergey Poznyakoff  <gray@gnu.org.ua>
4057
4058         * lib/argp.h (struct argp): Document the N_("..") "\v" N_("..")
4059         convention.  Text proposed by Bruno Haible.
4060         (struct argp_option): Document the use of N_() wrappers.
4061
4062         * lib/argp-help.c (argp_doc): Split the untranslated doc string on
4063         '\v', and translate the two parts separately, instead of feeding
4064         the whole string to gettext.  This allows to exclude
4065         '\v' from the strings visible to the translator by writing doc
4066         strings as N_("..") "\v" N_("..").
4067
4068 2006-09-09  Paul Eggert  <eggert@cs.ucla.edu>
4069
4070         * config/srclist.txt: Undo latest change; the bug was fixed.
4071
4072 2006-09-09  Bruno Haible  <bruno@clisp.org>
4073
4074         * gnulib-tool (func_emit_lib_Makefile_am): Eliminate lib_LDFLAGS
4075         assignments if building a library without libtool.
4076         (func_emit_tests_Makefile_am): Likewise. Handle lib_* variables as
4077         in func_emit_lib_Makefile_am.
4078         (func_import): When building a static library libfoo.a, arrange to
4079         define variables LIBFOO_LIBDEPS and LIBFOO_LTLIBDEPS.
4080         (func_create_testdir): Likewise.
4081         * modules/gc (configure.ac, Makefile.am): If building statically,
4082         augment gl_libdeps and gl_ltlibdeps instead of lib_LDFLAGS.
4083         * modules/iconvme (configure.ac, Makefile.am): Likewise.
4084         * modules/striconv (configure.ac, Makefile.am): Likewise.
4085         Based on a suggestion by Ralf Wildenhues.
4086
4087 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4088
4089         * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf.
4090         Check for unistd.h too, since Autoconf doesn't assume POSIX.
4091         Also:
4092
4093         2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4094         Add year_2050_test to catch glibc bug 2821
4095         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4096
4097         2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
4098         Prefer #ifdef to #if.
4099
4100         2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
4101         Return from 'main' instead of calling 'exit'.
4102
4103 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4104
4105         * lib/mktime.c (guess_time_tm): Fix bug where mktime
4106         returned the maximum time_t value rather than (time_t) -1.
4107         Problem originally reported by William Bardwell
4108         <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>.
4109
4110         * lib/isapipe.h (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4111         Moved to here ...
4112         * lib/isapipe.c (HAVE_FIFO_PIPES) [!defined HAVE_FIFO_PIPES]:
4113         ... from here.
4114
4115 2006-09-08  Paul Eggert  <eggert@cs.ucla.edu>
4116
4117         * config/srclist.txt: Temporarily comment out mktime.c until glibc bug
4118         2821 is fixed.
4119
4120 2006-09-08  Jim Meyering  <jim@meyering.net>
4121
4122         Don't make generated files read-only.  That would bother too many
4123         people.  However, do retain the ability to work when targets are
4124         read-only: remove the destination and temporary files before writing
4125         them (when generated via sed or echo), or by using the -f option for
4126         both cp and mv commands.  Suggestion to use -f from Paul Eggert.
4127         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4128         * modules/byteswap, modules/configmake, modules/fcntl:
4129         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4130         * modules/localcharset, modules/netinet_in, modules/poll:
4131         * modules/stdbool, modules/stdint, modules/sys_select:
4132         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4133
4134 2006-09-08  Jim Meyering  <jim@meyering.net>
4135
4136         Avoid new build failure on FreeBSD 6.0.
4137         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Include
4138         <sys/param.h> when testing whether getmntinfo uses statvfs.  Patch by
4139         Pavel Tsekov, in <http://savannah.gnu.org/bugs/?17643>.
4140
4141 2006-09-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4142
4143         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't use plain echo.
4144
4145 2006-09-07  Jim Meyering  <jim@meyering.net>
4146
4147         Fix global typo in last change: use chmod u-w, not chmod u-x.
4148         Spotted by Paul Eggert and Bruce Korb.
4149         * modules/alloca-opt, modules/argz, modules/arpa_inet:
4150         * modules/byteswap, modules/configmake, modules/fcntl:
4151         * modules/fnmatch, modules/getopt, modules/glob, modules/inttypes:
4152         * modules/localcharset, modules/netinet_in, modules/poll:
4153         * modules/stdbool, modules/stdint, modules/sys_select:
4154         * modules/sys_socket, modules/sys_stat, modules/sysexits:
4155
4156 2006-09-06  Jim Meyering  <jim@meyering.net>
4157
4158         Make generated files be read-only.
4159         * modules/alloca-opt (Makefile.am): Work also when $@ is read-only.
4160         Ensure that each generated file is now read-only.
4161         * modules/argz: Likewise.
4162         * modules/arpa_inet: Likewise.
4163         * modules/byteswap: Likewise.
4164         * modules/configmake: Likewise.
4165         * modules/fcntl: Likewise.
4166         * modules/fnmatch: Likewise.
4167         * modules/getopt: Likewise.
4168         * modules/glob: Likewise.
4169         * modules/inttypes: Likewise.
4170         * modules/netinet_in: Likewise.
4171         * modules/poll: Likewise.
4172         * modules/stdbool: Likewise.
4173         * modules/stdint: Likewise.
4174         * modules/sys_select: Likewise.
4175         * modules/sys_socket: Likewise.
4176         * modules/sys_stat: Likewise.
4177         * modules/sysexits: Likewise.
4178         * modules/localcharset: Same as above, but continue using temporary
4179         file named "t-$@" (why different?) rather than the "$@-t" used
4180         everywhere else.
4181
4182         * modules/sysexits (Makefile.am): Replace literal occurrences
4183         of "sysexit.h" more readable, and more consistent, "$@".
4184
4185 2006-09-06  Bruno Haible  <bruno@clisp.org>
4186
4187         * modules/striconv: New file.
4188         * modules/xstriconv: New file.
4189         * MODULES.html.sh (Internationalization functions): Add striconv,
4190         xstriconv.
4191
4192 2006-09-06  Bruno Haible  <bruno@clisp.org>
4193
4194         * modules/gc (Makefile.am): Augment lib_LDFLAGS, not lib_LIBADD.
4195         * modules/iconvme (Makefile.am): Likewise. Also handle the case of
4196         not using libtool correctly.
4197
4198 2006-09-06  Bruno Haible  <bruno@clisp.org>
4199
4200         * lib/striconv.h: New file.
4201         * lib/striconv.c: New file, merging iconvme.c with GNU gettext's
4202         iconvstring.c.
4203         * lib/xstriconv.h: New file.
4204         * lib/xstriconv.c: New file.
4205
4206 2006-09-06  Bruno Haible  <bruno@clisp.org>
4207
4208         * gnulib-tool (func_emit_lib_Makefile_am): Initialize also
4209         lib_..._LDFLAGS.
4210
4211 2006-09-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4212
4213         * lib/argz_.h: Sync from Libtool.
4214
4215         2006-09-04  George Bosilca <bosilca@cs.utk.edu>
4216                 and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4217
4218         * lib/libltdl/argz_.h: It's __cplusplus, not _cplusplus.
4219
4220 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4221
4222         * modules/trim: New file.
4223
4224 2006-09-05  Davide Angelocola  <davide.angelocola@tiscali.it>
4225
4226         * lib/trim.h: New file.
4227         * lib/trim.c: New file.
4228
4229 2006-09-05  Bruno Haible  <bruno@clisp.org>
4230
4231         * MODULES.html.sh (String handling): Add trim.
4232
4233 2006-09-04  Karl Berry  <karl@gnu.org>
4234
4235         * config/srclist.txt (signed.m4, gettext.m4): changes not propagated
4236         until next release.
4237
4238 2006-09-03  Bruno Haible  <bruno@clisp.org>
4239
4240         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Locate mingw shared libraries
4241         correctly.
4242
4243 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4244
4245         * m4/getloadavg.m4 (gl_GETLOADAVG): Use CONFIGURING_GETLOADAVG,
4246         not gl_GETLOADAVG.  Omit unneeded semicolons.
4247         Problems reported by Ralf Wildenhues in
4248         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4249         (gl_PREREQ_GETLOADAVG): Use AC_DEFUN, not m4_define.  Put
4250         at the end, which is the usual gnulib style.
4251
4252         * m4/fstypename.m4 (gl_FSTYPENAME): Use AC_CHECK_MEMBERS instead
4253         of doing all the work ourselves.
4254         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Don't check for
4255         sys/statvfs.h since the code doesn't use HAVE_SYS_STATVFS_H.
4256
4257 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4258
4259         * lib/getloadavg.c: Use CONFIGURING_GETLOADAVG, not gl_GETLOADAVG.
4260         Problem reported by Ralf Wildenhues in
4261         <http://lists.gnu.org/archive/html/bug-gnulib/2006-09/msg00000.html>.
4262
4263         * lib/mountlist.c: All uses of HAVE_F_FSTYPENAME_IN_STATFS replaced by
4264         HAVE_STRUCT_STATFS_F_FSTYPENAME.
4265
4266 2006-09-01  Paul Eggert  <eggert@cs.ucla.edu>
4267
4268         * gnulib-tool (func_emit_lib_Makefile_am): Fix typos in
4269         yesterday's patch by changing test -n to test -z.
4270
4271 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4272
4273         * modules/getloadavg (Files): Add m4/getloadavg.m4.
4274         (configure.ac): AC_FUNC_GETLOADAVG -> gl_GETLOADAVG, as
4275         the former is now obsolescent.
4276
4277         * modules/chdir-long (Depends-on): Add fcntl.
4278
4279 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4280
4281         * m4/fnmatch.m4: Add comment that Autoconf AC_FUNC_FNMATCH is
4282         obsolescent, and programs should use gnulib instead.
4283         * m4/getloadavg.m4: New file, with contents taken from Autoconf
4284         but with prefixes changed.
4285
4286 2006-08-31  Paul Eggert  <eggert@cs.ucla.edu>
4287
4288         * lib/getloadavg.c [defined gl_GETLOADAVG]: Don't include config.h
4289         or stdbool.h, because they might not exist while configuring.
4290
4291         * lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
4292         Don't include unistd.h or limits.h; not needed, since chdir-long.h
4293         does that for us.
4294         (O_DIRECTORY): Remove.
4295
4296 2006-08-31  Eric Blake  <ebb9@byu.net>
4297
4298         * gnulib-tool: Don't let emacs change spaces to TAB.
4299
4300 2006-08-31  Bruno Haible  <bruno@clisp.org>
4301
4302         * gnulib-tool: When calling func_import more than once, do it in a
4303         subshell.
4304         Reported by Eric Blake <ebb9@byu.net>.
4305
4306 2006-08-31  Bruno Haible  <bruno@clisp.org>
4307
4308         * gnulib-tool (nl): Remove variable.
4309         (sed_transform_lib_file): Use more robust test for config-h module.
4310         (func_import): Fix typo in 2006-08-25 patch.
4311
4312 2006-08-31  Bruno Haible  <bruno@clisp.org>
4313
4314         * gnulib-tool (func_emit_lib_Makefile_am): When --makefile-name was
4315         specified, augment Makefile.am variables instead of assigning them.
4316
4317 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4318
4319         Work around a bug in both the Linux and SunOS 64-bit kernels:
4320         nanosleep mishandles sleeps for longer than 2**31 seconds.
4321         Problem reported by Frank v Waveren in
4322         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4323         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_CLOCK_TIME.
4324         Check for nanosleep bug.
4325         (LIB_NANOSLEEP): Append clock_gettime library if needed.
4326
4327 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4328
4329         Work around a bug in both the Linux and SunOS 64-bit kernels:
4330         nanosleep mishandles sleeps for longer than 2**31 seconds.
4331         Problem reported by Frank v Waveren in
4332         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00298.html>.
4333         * lib/nanosleep.c (BILLION): New constant.
4334         (getnow) [HAVE_BUG_BIG_NANOSLEEP]: New functions.
4335         (rpl_nanosleep) [HAVE_BUG_BIG_NANOSLEEP]: Completely new
4336         implementation.
4337
4338 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4339
4340         * modules/nanosleep (Depends-on): Add gettime.
4341
4342 2006-08-30  Paul Eggert  <eggert@cs.ucla.edu>
4343         and Simon Josefsson  <jas@extundo.com>
4344         and Oskar Liljeblad  <oskar@osk.mine.nu>
4345
4346         * MODULES.html.sh (Support for building documentation): Add gpl, lgpl.
4347         * gnulib-tool (func_import): New license type 'unmodifiable license
4348         text'.
4349         * modules/fdl: Use it.  Longer description.
4350         * module/gpl, module/lgpl: New files.
4351
4352 2006-08-30  Jim Meyering  <jim@meyering.net>
4353
4354         * lib/isapipe.c (isapipe): Rename local s/fd/fd_pair/ to avoid
4355         shadowing the parameter.
4356
4357 2006-08-29  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4358
4359         Sync from Libtool:
4360
4361         2006-08-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4362
4363         * lib/libltdl/argz.c: Use `#ifdef HAVE_CONFIG_H', to facilitate code
4364         sharing with gnulib.  Report by Eric Blake.
4365
4366 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4367
4368         * modules/isapipe: New file.
4369         * MODULES.html.sh (File descriptor based Input/Output): Add isapipe.
4370
4371 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4372
4373         * modules/configmake (Makefile.am): Add a comment, and omit
4374         the CONFIGMAKE_ prefix from generated macro names.  Suggested
4375         by Bruno Haible.
4376
4377 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4378
4379         * m4/isapipe.m4: New file.
4380
4381 2006-08-29  Paul Eggert  <eggert@cs.ucla.edu>
4382
4383         * lib/isapipe.c, lib/isapipe.h: New files.
4384
4385 2006-08-29  Jim Meyering  <jim@meyering.net>
4386
4387         * modules/configmake (Makefile.am): Make configmake.h depend on
4388         Makefile.  Otherwise, a stale configmake.h could hang around.
4389
4390 2006-08-29  Eric Blake  <ebb9@byu.net>
4391
4392         * lib/error.c (error_at_line, print_errno_message): Match libc, after
4393         resolution of upstream bug 3044.
4394
4395 2006-08-29  Bruno Haible  <bruno@clisp.org>
4396
4397         * modules/localcharset (Depends-on): Add configmake.
4398         (Makefile.am): Remove setting of LIBDIR through DEFS.
4399
4400 2006-08-29  Bruno Haible  <bruno@clisp.org>
4401
4402         * lib/localcharset.c: Include configmake.h in order to get LIBDIR
4403         defined.
4404
4405 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4406
4407         * modules/fcntl: New file.
4408         * modules/chdir-safer (Depends-on): Add fcntl.
4409         * modules/fts: Likewise.
4410         * modules/mkdir-p: Likewise.
4411
4412         * modules/stdint (Makefile.am): Do not substitute ABSOLUTE_INTTYPES_H.
4413         This undoes the most recent change, since we're now addressing the
4414         problem in a different way.
4415
4416         * gnulib-tool (emit_lib_Makefile_am): Don't put $makefile_name
4417         into output, since the output might be called Makefile.am even
4418         if $makefile_name is something different.
4419         (func_import): Use $makefile_am rather than
4420         ${makefile_name-Makefile.am}, to fix a bug where makefile_name was
4421         empty.
4422
4423         * modules/inttypes (Files): Add m4/inttypes-h.m4.
4424
4425 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4426
4427         * m4/inttypes.m4 (gl_INTTYPES_H): Move ABSOLUTE_INTTYPES_H code here...
4428         * m4/stdint.m4 (gl_STDINT_H): ... from here.  This undoes the most
4429         recent change to stdint.m4, since we're now addressing the problem in a
4430         different way.
4431
4432 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4433
4434         * m4/fcntl_h.m4: New file.
4435
4436 2006-08-28  Paul Eggert  <eggert@cs.ucla.edu>
4437
4438         * lib/fcntl_.h: New file.
4439         * lib/chdir-safer.c (O_DIRECTORY, O_NOFOLLOW): Remove, now that we have
4440         the fcntl module.
4441         * lib/dirchownmod.c: Likewise.
4442         * lib/fts.c: Likewise.
4443
4444         * lib/inttypes_.h [defined _GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H]:
4445         Include @ABSOLUTE_INTTYPES_H@ if available, but do nothing else.
4446         * lib/stdint_.h (_GL_JUST_INCLUDE_ABSOLUTE_INTTYPES_H): Define
4447         just before including <inttypes.h>, to avoid circular inclusion.
4448
4449 2006-08-28  Jim Meyering  <jim@meyering.net>
4450
4451         * doc/visibility.texi: Actually read and correct the grammar of the
4452         sentence affected by yesterday's change.
4453
4454 2006-08-28  Eric Blake  <ebb9@byu.net>
4455
4456         * modules/inttypes (Makefile.am): Fix sed error when inttypes.h
4457         needs wrapper.
4458
4459 2006-08-28  Eric Blake  <ebb9@byu.net>
4460
4461         * m4/inttypes.m4 (gl_INTTYPES_H): Fix missing #endif.
4462
4463 2006-08-28  Eric Blake  <ebb9@byu.net>
4464
4465         * m4/codeset.m4 (AM_LANGINFO_CODESET): Avoid compiler warning.
4466
4467 2006-08-28  Bruno Haible  <bruno@clisp.org>
4468
4469         * modules/c-strstr: New file, from GNU gettext.
4470         * MODULES.html.sh (String handling): Add c-strstr.
4471
4472 2006-08-28  Bruno Haible  <bruno@clisp.org>
4473
4474         * m4/inttypes.m4 (gl_INTTYPES_H): Don't test for the existence of SCNX*
4475         macros.
4476         Reported by Eric Blake.
4477
4478 2006-08-28  Bruno Haible  <bruno@clisp.org>
4479
4480         * lib/vasnprintf.c (EOVERFLOW): Remove definition.
4481         (VASNPRINTF): Return a string of length > INT_MAX without failing.
4482         * lib/vasprintf.c: Include errno.h, limits.h.
4483         (EOVERFLOW): New fallback definition.
4484         (vasprintf): Test here whether the string length is > INT_MAX.
4485         * lib/vsnprintf.c: Include errno.h, limits.h.
4486         (EOVERFLOW): New fallback definition.
4487         (vsnprintf): Fix bug when generated string was too long for the buffer.
4488         Test here whether the string length is > INT_MAX.
4489
4490 2006-08-28  Bruno Haible  <bruno@clisp.org>
4491
4492         * lib/inttypes_.h (SCNX*): Remove definitions.
4493         Reported by Eric Blake.
4494
4495 2006-08-28  Bruno Haible  <bruno@clisp.org>
4496
4497         * lib/c-strstr.h: New file, from GNU gettext.
4498         * lib/c-strstr.c: New file, from GNU gettext.
4499
4500 2006-08-28  Bruno Haible  <bruno@clisp.org>
4501
4502         * gnulib-tool: Reorder some statements.
4503
4504 2006-08-28  Bruno Haible  <bruno@clisp.org>
4505
4506         * gnulib-tool: New option --makefile-name.
4507         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Use
4508         $makefile_name.
4509         (func_import): Write $makefile_name to the cache file, and read it from
4510         there unless explicitly specified. Use $makefile_name as file name
4511         instead of Makefile.am. Adjust the recommendations accordingly.
4512
4513 2006-08-28  Bruno Haible  <bruno@clisp.org>
4514
4515         * gnulib-tool (func_verify_module): Check against misapplying patch.
4516
4517 2006-08-28  Bruno Haible  <bruno@clisp.org>
4518
4519         * gnulib-tool (func_relativize, func_relconcat): New functions.
4520         Give an error if --local-dir is given with --update.
4521         Remove trailing slashes from $local_gnulib_dir.
4522         (func_import): Store the relativized $local_gnulib_dir in
4523         gnulib-cache.m4, and read it from there if not specified explicitly.
4524
4525 2006-08-28  Bruno Haible  <bruno@clisp.org>
4526
4527         * gnulib-tool (func_get_tests_module): Don't assume that $gnulib_dir
4528         is the current directory. Respect also $local_gnulib_dir.
4529
4530 2006-08-28  Bruno Haible  <bruno@clisp.org>
4531             Simon Josefsson  <jas@extundo.com>
4532
4533         BeOS portability.
4534         * lib/getaddrinfo.c (PF_INET, PF_UNSPEC): New macros.
4535
4536 2006-08-27  Jim Meyering  <jim@meyering.net>
4537
4538         * doc/visibility.texi: Remove duplicate word: "pointer".
4539
4540 2006-08-26  Bruno Haible  <bruno@clisp.org>
4541
4542         * modules/inttypes (Files): Add lib/inttypes_.h, remove lib/inttypes.h.
4543         Add m4/inttypes.m4, remove m4/_inttypes_h.m4 and m4/include_next.m4.
4544         (Makefile.am): Create inttypes.h from inttypes_.h.
4545         * modules/stdint (Makefile.am): Substitute also ABSOLUTE_INTTYPES_H.
4546
4547         * modules/imaxabs: New file.
4548
4549         * modules/imaxdiv: New file.
4550
4551 2006-08-26  Bruno Haible  <bruno@clisp.org>
4552
4553         * m4/inttypes.m4: New file.
4554         * m4/_inttypes_h.m4: Remove file.
4555         * m4/inttypes-pri.m4 (gt_INTTYPES_PRI): Also AC_SUBST
4556         PRI_MACROS_BROKEN.
4557         * m4/stdint.m4 (gl_STDINT_H): Define also ABSOLUTE_INTTYPES_H.
4558
4559         * m4/imaxabs.m4: New file.
4560
4561         * m4/imaxdiv.m4: New file.
4562
4563 2006-08-26  Bruno Haible  <bruno@clisp.org>
4564
4565         * lib/inttypes_.h: New file.
4566         * lib/inttypes.h: Remove file.
4567         * lib/stdint_.h: Include <inttypes.h> through its absolute filename.
4568
4569         * lib/imaxabs.c: New file.
4570
4571         * lib/imaxdiv.c: New file.
4572
4573 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4574
4575         New config-h module, so that "make" output needn't be cluttered
4576         by -DHAVE_CONFIG_H.
4577         * MODULES.html.sh (Support for building libraries and executables):
4578         Add config-h.
4579         * modules/config-h: New file.
4580         * gnulib-tool (nl, sed_transform_lib_file): New vars.
4581         (func_import): Turn "#ifdef HAVE_CONFIG_H" to "#if 1" if
4582         the config-h module is used.
4583
4584         New configmake module, so that "make" output needn't be cluttered
4585         by fluff like '-DLIBDIR=\"/usr/local/lib\"'.
4586         * MODULES.html.sh (Support for building libraries and executables):
4587         Add configmake.
4588         * modules/configmake: New file.
4589
4590 2006-08-25  Paul Eggert  <eggert@cs.ucla.edu>
4591
4592         * m4/config-h.m4: New file.
4593
4594 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4595
4596         * config/srclist.txt: Add elisp-comp.
4597
4598 2006-08-24  Paul Eggert  <eggert@cs.ucla.edu>
4599
4600         * MODULES.html.sh (Support for building libraries and executables):
4601         Add elisp-comp.
4602         * build-aux/elisp-comp: New file.
4603         * modules/elisp-comp: New file.
4604
4605 2006-08-24  Bruno Haible  <bruno@clisp.org>
4606
4607         * gnulib-tool (func_create_testdir): Use non-default values of
4608         sourcebase and m4base.
4609
4610 2006-08-24  Bruno Haible  <bruno@clisp.org>
4611
4612         * MODULES.html.sh (Compatibility checks for POSIX:2001 functions: Fix
4613         HTML structure.
4614
4615 2006-08-23  Paul Eggert  <eggert@cs.ucla.edu>
4616
4617         * modules/openat (Depends-on): Add lchown.
4618
4619 2006-08-23  Bruno Haible  <bruno@clisp.org>
4620
4621         * gnulib-tool (func_import, func_create_testdir): Emit an invocation
4622         of gl_LOCK_EARLY instead of gl_LOCK.
4623
4624 2006-08-23  Bruno Haible  <bruno@clisp.org>
4625
4626         * m4/lock.m4 (gl_LOCK_BODY): Change the default value of gl_use_threads
4627         on OSF/1 to no.
4628         Reported by Stephen Cartwright <sgcartwr@ucalgary.ca>.
4629
4630 2006-08-23  Bruno Haible  <bruno@clisp.org>
4631
4632         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Don't consider BeOS statvfs
4633         as unusable.
4634
4635         * m4/lock.m4 (gl_LOCK_EARLY): Renamed from gl_LOCK.
4636         (gl_LOCK_BODY): Remove gl_PREREQ_LOCK invocation.
4637         (gl_LOCK): New macro.
4638
4639 2006-08-22  Simon Josefsson  <jas@extundo.com>
4640
4641         * modules/gc-md5 (Makefile.am): Need to add md5.h, after changes
4642         to md5 module.
4643
4644 2006-08-22  Simon Josefsson  <jas@extundo.com>
4645
4646         * MODULES.html.sh: Add "Support for maintaining and release
4647         projects".
4648
4649         * build-aux/gnupload: New file, from coreutils.
4650
4651 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4652
4653         Avoid the need for AC_LIBSOURCES in m4 macros.
4654         * modules/arcfour (EXTRA_DIST): Add arcfour.h.
4655         * modules/arctwo (EXTRA_DIST): Add arctwo.h.
4656         * modules/check-version (EXTRA_DIST): Add check-version.h.
4657         * modules/crc (EXTRA_DIST): Add crc.h.
4658         * modules/des (EXTRA_DIST): Add des.h.
4659         * modules/gc (EXTRA_DIST): Add gc.h.
4660         * modules/getdelim (EXTRA_DIST): Add getdelim.h.
4661         * modules/getline (EXTRA_DIST): Add getline.h.
4662         * modules/getlogin_r (EXTRA_DIST): Add getlogin_r.h.
4663         * modules/hmac-md5 (EXTRA_DIST): Add hmac.h.
4664         * modules/hmac-sha1 (EXTRA_DIST): Add hmac.h.
4665         * modules/md2 (EXTRA_DIST): Add md2.h.
4666         * modules/md4 (EXTRA_DIST): Add md4.h.
4667         * modules/pagealign_alloc (EXTRA_DIST): Add pagealign_alloc.h.
4668         * modules/read-file (EXTRA_DIST): Add read-file.h.
4669         * modules/readline (EXTRA_DIST): Add readline.h.
4670         * modules/rijndael (EXTRA_DIST): Add rijndael-alg-fst.h,
4671         rijndael-api-fst.h.
4672
4673 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4674
4675         * m4/rijndael.m4 (gl_ARCFOUR):
4676         * m4/arctwo.m4 (gl_ARCTWO):
4677         * m4/check-version.m4 (gl_CHECK_VERSION):
4678         * m4/crc.m4 (gl_CRC):
4679         * m4/des.m4 (gl_DES):
4680         * m4/gc-pbkdf2-sha1.m4 (gl_GC_PBKDF2_SHA1):
4681         * m4/gc.m4 (gl_GC):
4682         * m4/getdelim.m4 (gl_FUNC_GETDELIM):
4683         * m4/getline.m4 (gl_FUNC_GETLINE):
4684         * m4/getlogin_r.m4 (gl_GETLOGIN_R_SUBSTITUTE):
4685         * m4/hmac-md5.m4 (gl_HMAC_MD5):
4686         * m4/hmac-sha1.m4 (gl_HMAC_SHA1):
4687         * m4/md2.m4 (gl_MD2):
4688         * m4/md4.m4 (gl_MD4):
4689         * m4/pagealign_alloc.m4 (gl_PAGEALIGN_ALLOC):
4690         * m4/read-file.m4 (gl_FUNC_READ_FILE):
4691         * m4/readline.m4 (gl_FUNC_READLINE):
4692         * m4/rijndael.m4 (gl_RIJNDAEL):
4693         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4694         to get the necessary .h files and whatnot.
4695
4696 2006-08-22  Paul Eggert  <eggert@cs.ucla.edu>
4697
4698         * config/srclist.txt: Remove gnupload, since coreutils now syncs from
4699         gnulib rather than the other way around.
4700         * config/srclistvars.sh (COREUTILS): Remove.
4701
4702 2006-08-22  Jim Meyering  <jim@meyering.net>
4703
4704         * modules/mkdir-p (Makefile.am): Fix typo: s/lib+SOURCES/lib_SOURCES/.
4705
4706         * modules/getpass-gnu (Makefile.am): Add getpass.h to EXTRA_DIST.
4707
4708 2006-08-22  Eric Blake  <ebb9@byu.net>
4709
4710         * modules/regexprops-generic: New file.
4711         * MODULES.html.sh (Support for building documentation): List it.
4712
4713 2006-08-22  Eric Blake  <ebb9@byu.net>
4714
4715         * m4/stdint_h.m4 (gl_AC_HEADER_STDINT_H): Avoid compiler warning.
4716         * m4/inttypes_h.m4 (gl_AC_HEADER_INTTYPES_H): Likewise.
4717         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Likewise.
4718         * m4/intmax_t.m4 (gt_AC_TYPE_INTMAX_T): Likewise.
4719
4720 2006-08-22  Bruno Haible  <bruno@clisp.org>
4721
4722         * gnulib-tool (func_emit_lib_Makefile_am): Don't treat lib_LIBRARIES
4723         and lib_LTLIBRARIES like the other lib_* variables.
4724
4725 2006-08-22  Bruno Haible  <bruno@clisp.org>
4726
4727         * build-aux/x-to-1.in: New file, from GNU gettext.
4728
4729 2006-08-22  Bruno Haible  <bruno@clisp.org>
4730
4731         * m4/readutmp.m4 (gl_READUTMP): Compile readutmp.c only if <utmp.h> or
4732         <utmpx.h> exists.
4733
4734 2006-08-22  Bruno Haible  <bruno@clisp.org>
4735
4736         * lib/readutmp.h: Skip most definitions if neither <utmp.h> nor
4737         <utmpx.h> exists.
4738
4739 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4740
4741         BeOS portability.
4742         * lib/dirchownmod.c (dirchownmod): Don't use fchmod if it doesn't
4743         exist.
4744         Problem reported by Bruno Haible.
4745
4746 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4747
4748         Avoid the need for AC_LIBSOURCES in m4 macros.
4749         * modules/acl (EXTRA_DIST): Add acl.h.
4750         * modules/argmatch (Files): Add m4/argmatch.m4.
4751         (configure.ac): Add gl_ARGMATCH.
4752         (EXTRA_DIST): Renamed from lib_SOURCES, for
4753         consistency with the other modules.  Remove argmatch.c.
4754         * modules/backupfile (EXTRA_DIST): Add backupfile.h.
4755         * modules/c-strtod (EXTRA_DIST): Add c-strtod.h.
4756         * modules/c-strtold (EXTRA_DIST): Add c-strtod.c, c-strtod.h.
4757         * modules/canonhost (EXTRA_DIST): Add c-canonhost.h.
4758         * modules/canonicalize (EXTRA_DIST): Add canonicalize.h.
4759         * modules/chdir-long (EXTRA_DIST): Add chdir-long.h.
4760         * modules/chdir-safer (EXTRA_DIST): Add chdir-safer.h.
4761         * modules/cloexec (EXTRA_DIST): Add cloexec.h.
4762         * modules/close-stream (EXTRA_DIST): Add close-stream.h.
4763         * modules/closeout (EXTRA_DIST): Add closeout.h.
4764         * modules/cycle-check (EXTRA_DIST): Add cycle-check.h.
4765         * modules/dev-ino (EXTRA_DIST): Add dev-ino.h.
4766         * modules/dirfd (EXTRA_DIST): Add dirfd.h.
4767         * modules/dirname (EXTRA_DIST): Renamed from lib_SOURCES.  Add
4768         dirname.h; remove basename.c and stripslash.c.
4769         * modules/exclude (EXTRA_DIST): Add exclude.h.
4770         * modules/exitfail (EXTRA_DIST): Add exitfail.h.
4771         * modules/fcntl-safer (EXTRA_DIST): Add fcntl-safer.h fcntl--.h.
4772         * modules/file-type (EXTRA_DIST): Add file-type.h.
4773         * modules/filemode (EXTRA_DIST): Add filemode.h.
4774         * modules/filenamecat (EXTRA_DIST): Add filenamecat.h.
4775         * modules/fopen-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4776         * modules/fpending (EXTRA_DIST): Add __fpending.h.
4777         * modules/fprintftime (EXTRA_DIST): Add fprintftime.h.
4778         * modules/fsusage (EXTRA_DIST): Add fsusage.h.
4779         * modules/fts (EXTRA_DIST): Add fts_.h fts-cycle.c.
4780         * modules/getcwd (EXTRA_DIST): Add getcwd.h.
4781         * modules/getdate (EXTRA_DIST): Add getdate.c.
4782         * modules/gethrxtime (EXTRA_DIST): Add gethrxtime.h xtime.h.
4783         * modules/getpagesize (EXTRA_DIST): Add getpagesize.h.
4784         * modules/getpass (EXTRA_DIST): Add getpass.h.
4785         * modules/glob (EXTRA_DIST): Add glob_.h glob-libc.h.
4786         * modules/group-member (EXTRA_DIST): Add group-member.h.
4787         * modules/hard-locale (EXTRA_DIST): Add hard-locale.h.
4788         * modules/hash (EXTRA_DIST): Add hash.h.
4789         * modules/human (EXTRA_DIST): Add human.h.
4790         * modules/inttypes (EXTRA_DIST): Add inttypes.h.
4791         * modules/lchmod (EXTRA_DIST): Add lchmod.h.
4792         * modules/lchown (EXTRA_DIST): Add lchown.h.
4793         * modules/long-options (EXTRA_DIST): Add long-options.h.
4794         * modules/lstat (EXTRA_DIST): Add lstat.h.
4795         * modules/md5 (EXTRA_DIST): Add memcasecmp.h.
4796         * modules/memcoll (EXTRA_DIST): Add memcoll.h.
4797         * modules/mempcpy (EXTRA_DIST): Add mempcpy.h.
4798         * modules/memrchr (EXTRA_DIST): Add memrchr.h.
4799         * modules/memxor (EXTRA_DIST): Add memxor.h.
4800         * modules/mkancesdirs (EXTRA_DIST): Add mkancesdirs.h.
4801         * modules/mkdir-p (EXTRA_DIST): Add modechange.h.
4802         * modules/mountlist (EXTRA_DIST): Add mountlist.h.
4803         * modules/openat (EXTRA_DIST): Add at-func.c openat.h openat-priv.h.
4804         * modules/pathmax (EXTRA_DIST): Add pathmax.h.
4805         * modules/physmem (EXTRA_DIST): Add physmem.h.
4806         * modules/posixtm (EXTRA_DIST): Add posixtm.h.
4807         * modules/posixver (EXTRA_DIST): Add posixver.h.
4808         * modules/quote (EXTRA_DIST): Add quote.h.
4809         * modules/quotearg (EXTRA_DIST): Add quotearg.h.
4810         * modules/readtokens (EXTRA_DIST): Add readtokens.h.
4811         * modules/readutmp (EXTRA_DIST): Add readutmp.h.
4812         * modules/regex (EXTRA_DIST): Add regcomp.c regex.h regex_internal.c
4813         regex_internal.h regexec.c.
4814         * modules/safe-read (EXTRA_DIST): Add safe-read.h.
4815         * modules/safe-write (EXTRA_DIST): Add safe-write.h.
4816         * modules/same (EXTRA_DIST): Add same.h.
4817         * modules/same-inode (EXTRA_DIST): Add same-inode.h.
4818         * modules/save-cwd (EXTRA_DIST): Add save-cwd.h.
4819         * modules/savedir (EXTRA_DIST): Add savedir.h.
4820         * modules/sha1 (EXTRA_DIST): Add sha1.h.
4821         * modules/sig2str (EXTRA_DIST): Add sig2str.h.
4822         * modules/stat-macros (EXTRA_DIST): Add stat-macros.h.
4823         * modules/stat-time (EXTRA_DIST): Add stat-time.h.
4824         * modules/stdlib-safer (EXTRA_DIST): Add stdlib-safer.h stdlib--.h.
4825         * modules/strdup (EXTRA_DIST): Add strdup.h.
4826         * modules/strftime (EXTRA_DIST): Add strftime.h.
4827         * modules/strndup (EXTRA_DIST): Add strndup.h.
4828         * modules/strnlen (EXTRA_DIST): Add strnlen.h.
4829         * modules/strverscmp (EXTRA_DIST): Add strverscmp.h.
4830         * modules/time_r (EXTRA_DIST): Add time_r.h.
4831         * modules/timespec (EXTRA_DIST): Add timespec.h.
4832         * modules/tmpfile-safer (EXTRA_DIST): Add stdio-safer.h stdio--.h.
4833         * modules/unistd-safer (EXTRA_DIST): Add unistd-safer.h unistd--.h.
4834         * modules/unlinkdir (EXTRA_DIST): Add unlinkdir.h.
4835         * modules/unlocked-io (EXTRA_DIST): Add unlocked-io.h.
4836         * modules/userspec (EXTRA_DIST): Add userspec.h.
4837         * modules/utimecmp (EXTRA_DIST): Add utimecmp.h.
4838         * modules/utimens (EXTRA_DIST): Add utimens.h.
4839         * modules/xalloc (EXTRA_DIST): Add xalloc.h.
4840         * modules/xgetcwd (EXTRA_DIST): Add xgetcwd.h.
4841         * modules/xnanosleep (EXTRA_DIST): Add xnanosleep.h.
4842         * modules/xreadlink (EXTRA_DIST): Add xreadlink.h.
4843         * modules/xstrtod (EXTRA_DIST): Add xstrtod.h.
4844         * modules/xstrtol (EXTRA_DIST): Add xstrtol.h.
4845         * modules/xstrtold (EXTRA_DIST): Add xstrtod.c xstrtod.h.
4846         * modules/yesno (EXTRA_DIST): Add yesno.h.
4847
4848 2006-08-21  Paul Eggert  <eggert@cs.ucla.edu>
4849
4850         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Check for fchmod.
4851
4852         * m4/argmatch.m4: New file, from coreutils with AC_LIBSOURCES removed.
4853         * m4/dev-ino.m4, same-inode.m4: Remove.
4854
4855         * m4/_inttypes_h.m4 (gl_INTTYPES_H):
4856         * m4/acl.m4 (AC_FUNC_ACL):
4857         * m4/backupfile.m4 (gl_BACKUPFILE):
4858         * m4/c-strtod.m4 (gl_C99_STRTOLD):
4859         * m4/canon-host.m4 (gl_CANON_HOST):
4860         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME):
4861         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG):
4862         * m4/chdir-safer.m4 (gl_CHDIR_SAFER):
4863         * m4/cloexec.m4 (gl_CLOEXEC):
4864         * m4/close-stream.m4 (gl_CLOSE_STREAM):
4865         * m4/closeout.m4 (gl_CLOSEOUT):
4866         * m4/dirfd.m4 (gl_FUNC_DIRFD):
4867         * m4/dirname.m4 (gl_DIRNAME):
4868         * m4/exclude.m4 (gl_EXCLUDE):
4869         * m4/exitfail.m4 (gl_EXITFAIL):
4870         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER):
4871         * m4/file-type.m4 (gl_FILE_TYPE):
4872         * m4/filemode.m4 (gl_FILEMODE):
4873         * m4/filenamecat.m4 (gl_FILE_NAME_CONCAT):
4874         * m4/fpending.m4 (gl_FUNC_FPENDING):
4875         * m4/fprintftime.m4 (gl_FPRINTFTIME):
4876         * m4/fts.m4 (gl_FUNC_FTS):
4877         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL):
4878         * m4/getdate.m4 (gl_GETDATE):
4879         * m4/gethrxtime.m4 (gl_GETHRXTIME):
4880         * m4/getpagesize.m4 (gl_GETPAGESIZE):
4881         * m4/getpass.m4 (gl_FUNC_GETPASS):
4882         * m4/gettime.m4 (gl_GETTIME):
4883         * m4/getugroups.m4 (gl_GETUGROUPS):
4884         * m4/glob.m4 (gl_GLOB_SUBSTITUTE):
4885         * m4/group-member.m4 (gl_FUNC_GROUP_MEMBER):
4886         * m4/hard-locale.m4 (gl_HARD_LOCALE):
4887         * m4/hash.m4 (gl_HASH):
4888         * m4/idcache.m4 (gl_IDCACHE):
4889         * m4/lchmod.m4 (gl_FUNC_LCHMOD):
4890         * m4/lchown.m4 (gl_FUNC_LCHOWN):
4891         * m4/long-options.m4 (gl_LONG_OPTIONS):
4892         * m4/lstat.m4 (gl_FUNC_LSTAT):
4893         * m4/md5.m4 (gl_MD5):
4894         * m4/memcasecmp.m4 (gl_MEMCASECMP):
4895         * m4/memcoll.m4 (gl_MEMCOLL):
4896         * m4/mempcpy.m4 (gl_FUNC_MEMPCPY):
4897         * m4/memrchr.m4 (gl_FUNC_MEMRCHR):
4898         * m4/memxor.m4 (gl_MEMXOR):
4899         * m4/mkancesdirs.m4 (gl_MKANCESDIRS):
4900         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS):
4901         * m4/modechange.m4 (gl_MODECHANGE):
4902         * m4/mountlist.m4 (gl_MOUNTLIST):
4903         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP):
4904         * m4/openat.m4 (gl_FUNC_OPENAT):
4905         * m4/pathmax.m4 (gl_PATHMAX):
4906         * m4/physmem.m4 (gl_PHYSMEM):
4907         * m4/posixtm.m4 (gl_POSIXTM):
4908         * m4/posixver.m4 (gl_POSIXVER):
4909         * m4/quote.m4 (gl_QUOTE):
4910         * m4/quotearg.m4 (gl_QUOTEARG):
4911         * m4/readtokens.m4 (gl_READTOKENS):
4912         * m4/readutmp.m4 (gl_READUTMP):
4913         * m4/regex.m4 (gl_REGEX):
4914         * m4/safe-read.m4 (gl_SAFE_READ):
4915         * m4/safe-write.m4 (gl_SAFE_WRITE):
4916         * m4/same.m4 (gl_SAME):
4917         * m4/save-cwd.m4 (gl_SAVE_CWD):
4918         * m4/savedir.m4 (gl_SAVEDIR):
4919         * m4/settime.m4 (gl_SETTIME):
4920         * m4/sha1.m4 (gl_SHA1):
4921         * m4/sig2str.m4 (gl_FUNC_SIG2STR):
4922         * m4/stat-macros.m4 (gl_STAT_MACROS):
4923         * m4/stat-time.m4 (gl_STAT_TIME):
4924         * m4/stdio-safer.m4 (gl_FOPEN_SAFER):
4925         * m4/stdlib-safer.m4 (gl_STDLIB_SAFER):
4926         * m4/strdup.m4 (gl_FUNC_STRDUP):
4927         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME):
4928         * m4/strndup.m4 (gl_FUNC_STRNDUP):
4929         * m4/strnlen.m4 (gl_FUNC_STRNLEN):
4930         * m4/strverscmp.m4 (gl_FUNC_STRVERSCMP):
4931         * m4/time_r.m4 (gl_TIME_R):
4932         * m4/timespec.m4 (gl_TIMESPEC):
4933         * m4/unistd-safer.m4 (gl_UNISTD_SAFER):
4934         * m4/unlinkdir.m4 (gl_UNLINKDIR):
4935         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO):
4936         * m4/userspec.m4 (gl_USERSPEC):
4937         * m4/utimecmp.m4 (gl_UTIMECMP):
4938         * m4/utimens.m4 (gl_UTIMENS):
4939         * m4/xalloc.m4 (gl_XALLOC):
4940         * m4/xgetcwd.m4 (gl_XGETCWD):
4941         * m4/xnanosleep.m4 (gl_XNANOSLEEP):
4942         * m4/xreadlink.m4 (gl_XREADLINK):
4943         * m4/xstrtod.m4 (gl_XSTRTOD):
4944         * m4/yesno.m4 (gl_YESNO):
4945         Don't use AC_LIBSOURCES; instead, rely on the files in ../modules/
4946         to get the necessary .h files and whatnot.
4947
4948 2006-08-21  Mark D. Baushke  <mdb@gnu.org>
4949             Bruno Haible  <bruno@clisp.org>
4950
4951         * gnulib-tool (func_verify_module): Work around Sun's non-POSIX 1003.2
4952         /bin/sh understanding of '!' conditional negation.
4953
4954 2006-08-21  Jim Meyering  <jim@meyering.net>
4955
4956         * modules/openat (Depends-on): Really alphabetize.
4957
4958         * modules/acl (Depends-on): Add error and quote.
4959
4960         * check-module (find_included_lib_files): Add at-func.c to the
4961         ok-to-include-more-than-once white list.
4962
4963         * modules/openat (Depends-on): Add lstat.  Alphabetize.
4964
4965 2006-08-21  Bruno Haible  <bruno@clisp.org>
4966
4967         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
4968         Emit a pkgdata_DATA variable only if some snippets add contents to it.
4969         Reported by Martin Lambers <marlam@marlam.de>.
4970
4971 2006-08-21  Bruno Haible  <bruno@clisp.org>
4972
4973         * gnulib-tool (func_emit_lib_Makefile_am): If the snippets already
4974         specify an installation location, don't emit a noinst_LIBRARIES or
4975         noinst_LTLIBRARIES assignment.
4976
4977 2006-08-21  Bruno Haible  <bruno@clisp.org>
4978
4979         BeOS portability.
4980         * modules/mbchar (Include): Don't test HAVE_WCTYPE_H any more, since
4981         BeOS has mbrtowc() but no <wctype.h>.
4982
4983 2006-08-21  Bruno Haible  <bruno@clisp.org>
4984
4985         BeOS portability.
4986         * m4/mbchar.m4 (gl_MBCHAR): Compile mbchar.c also if <wctype.h> doesn't
4987         exist.
4988
4989 2006-08-21  Bruno Haible  <bruno@clisp.org>
4990
4991         BeOS portability.
4992         * lib/mbchar.h: Include <wctype.h> only if it exists.
4993
4994 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
4995
4996         Remove files that are no longer needed by their respective modules.
4997         * m4/obstack.m4: Remove.
4998         * m4/strerror_r.m4: Remove.
4999         * m4/uint32_t.m4: Remove.
5000         * m4/uintptr_t.m4: Remove.
5001         * m4/ullong_max.m4: Remove.
5002         * m4/xstrtoimax.m4: Remove.
5003         * m4/xstrtoumax.m4: Remove.
5004
5005         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Do not require
5006         gl_AC_TYPE_UINTMAX_T, gl_STRUCT_DEV_INO, or gl_SAME_INODE, since gnulib
5007         dependencies now capture this.
5008
5009         * m4/cycle-check.m4 (gl_CYCLE_CHECK):
5010         Do not use AC_LIBSOURCES, since gnulib modules now do this.
5011         * m4/fsusage.m4 (gl_FSUSAGE): Likewise.
5012         * m4/human.m4 (gl_HUMAN): Likewise.
5013         * m4/inttostr.m4 (gl_INTTOSTR): Likewise.
5014         * m4/xstrtol.m4 (gl_XSTRTOL): Likewise.
5015
5016         * m4/filemode.m4 (gl_FILEMODE): Require AC_STRUCT_ST_DM_MODE.
5017
5018         * m4/filemode.m4 (gl_PREREQ_FSUSAGE_EXTRA): Do not require
5019         gl_AC_TYPE_INTMAX_T or gl_AC_TYPE_UINTMAX_T, since we now require
5020         stdint.
5021         * m4/human.m4 (gl_HUMAN): Likewise.
5022         * m4/inttostr.m4 (gl_PREREQ_INTTOSTR): Likewise.
5023         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Likewise.
5024         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5025         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5026         * m4/xstrtol (gl_XSTRTOL): Likewise.
5027
5028         * m4/gethrxtime.m4 (gl_XTIME): gl_AC_TYPE_LONG_LONG ->
5029         AC_TYPE_LONG_LONG_INT.
5030         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Likewise.
5031         * m4/strtoll.m4 (gl_FUNC_STRTOLL): Likewise.
5032         * m4/strtoull.m4 (gl_FUNC_STRTOULL): Likewise, for unsigned long.
5033         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Likewise.
5034
5035         * m4/human.m4 (gl_HUMAN): Do not require AM_STDBOOL_H since we depend
5036         on stdbool.
5037
5038         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL_H, gl_PREREQ_XSTRTOL): Remove.
5039         (gl_PREREQ_XSTRTOUL): Remove.
5040
5041         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Check for hasmntopt.
5042
5043         * m4/posixver.m4: Fix comment since head -1 now works even in POSIX
5044         mode.
5045
5046 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5047
5048         Add and change modules to make it easier for coreutils to use
5049         gnulib-tool.
5050         * modules/backupfile (Files): Remove m4/d-ino.m4.
5051         (Depends-on): Add d-ino.
5052         * modules/cycle-check (Depends-on): Add stdint.
5053         (lib_SOURCES): Add cycle-check.h.
5054         * modules/d-ino: New module.
5055         * modules/d-type: New module.
5056         * modules/error (Files): Remove m4/strerror_r.m4.
5057         * modules/filemode (Files): Add m4/st_dm_mode.m4.
5058         * modules/fsuage (Files): Remove m4/ulonglong.m4, m4/stdint_h.m4,
5059         m4/inttypes_h.m4, m4/uintmax_t.m4.
5060         (Depends-on): Add stdint.
5061         (lib_SOURCES): Add fsusage.h.
5062         * modules/getcwd (Files): Remove d-ino.m4.
5063         (Depends-on): Add d-ino.
5064         * modules/getndelim2 (Depends-on): Add stdint.
5065         * modules/glob (Files): Remove m4/d-type.m4.
5066         (Depends-on): Add d-type.
5067         * modules/host-os: New module.
5068         * modules/human (Files):  Remove m4/ulonglong.m4, m4/stdint_h.m4,
5069         m4/inttypes_h.m4, m4/uintmax_t.m4.
5070         * Depends-on: Add stdint.
5071         (lib_SOURCES): Add human.h.
5072         * modules/inttostr (Files): Remove m4/intmax_t.m4,
5073         m4/inttostr.m4, m4/inttypes_h.m4, m4/longlong.m4, m4/stdint_h.m4,
5074         m4/uintmax_t.m4, m4/ulonglong.m4.
5075         (Depends-on): Add stdint.
5076         (EXTRA_DIST): Add inttostr.h.
5077         * modules/lchmod: New module.
5078         * modules/link-follow: New module.
5079         * modules/mkdir-p (Files): Remove lib/lchmod.h, m4/lchmod.m4.
5080         (Depends-on): Add lchmod.
5081         * modules/mkstemp (Files): Remove m4/ulonglong.m4,
5082         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4.
5083         (Depends-on): Add stdint.
5084         * modules/obstack (Files): Remove m4/inttypes_h.m4, m4/obstack.m4,
5085         m4/stdint_h.m4, m4/uintmax_t.m4, m4/ulonglong.m4.
5086         (Depends-on): Add stdint.
5087         (configure.ac): Change gl_OBSTACK to AC_FUNC_OBSTACK.
5088         * modules/perl: New module.
5089         * modules/regex (Depends-on): Add stdint.
5090         * modules/rmdir-errno: New module.
5091         * modules/strtoimax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5092         m4/intmax_t.m4.
5093         (Depends-on): Add stdint.
5094         * modules/strtoumax (Files): Remove m4/stdint_h.m4, m4/inttypes_h.m4,
5095         m4/uintmax_t.m4.
5096         (Depends-on): Add stdint.
5097         * modules/unlink-busy: New module.
5098         * modules/utimecmp (Depends-on): Add stdint.
5099         * modules/uptime: New module.
5100         * modules/winsz-ioctl: New module.
5101         * modules/winsz-termios: New module.
5102         * modules/xnanosleep (Depends-on): Add nanosleep.
5103         * modules/ullong_max: Remove.
5104         * modules/xstrtoimax (Files): Remove m4/xstrtoimax.m4.
5105         (configure.ac): Remove gl_XSTRTOIMAX; no action needed now.
5106         * modules/xstrtol (Files): Remove m4/ulonglong.m4, m4/longlong.m4,
5107         m4/stdint_h.m4, m4/inttypes_h.m4, m4/uintmax_t.m4, m4/intmax_t.m4.
5108         (Depends-on): Add inttypes.
5109         (lib_SOURCES): Add xstrtol.h.
5110         * modules/xstrtoumax (Files): Remove m4/xstrtoumax.m4.
5111         (configure.ac): Remove gl_XSTRTOUMAX; no action needed now.
5112         * MODULES.html.sh: Move 'assert' into the assert section.
5113         Move 'dummy' into the linking section.
5114         Remove ullong_max.
5115         Add section for compatibility checks for POSIX:2001 functions,
5116         and put d-ino, d-type, link-follow, rmdir-errno, unlink-busy,
5117         winsz-ioctl, and winsz-termios into it.
5118         Add lchmod.
5119         Add top-level Misc section and put host-os, perl, and uptime
5120         into it.
5121
5122 2006-08-20  Paul Eggert  <eggert@cs.ucla.edu>
5123
5124         * lib/cycle-check.h: Include <stdint.h> unconditionally, since we
5125         now assume the stdint module.  Do not include inttypes.h.
5126         * lib/fsusage.h: Likewise.
5127         * lib/getndelim2.c: Likewise.
5128         * lib/human.h: Likewise.
5129         * lib/inttostr.h: Likewise.
5130         * lib/obstack.c: Likewise.
5131         * lib/regex_internal.h: Likewise.
5132         * lib/tempname.c: Likewise.
5133         * lib/utimecmp.c: Likewise.
5134         * lib/xstrtol.h: Likewise.
5135
5136         * lib/stat_.h: Fix typo: HAVE_FUNC_LSTAT -> HAVE_LSTAT.
5137
5138         * lib/strtoimax.c: Adjust to macro name changes in Autoconf,
5139         e.g., HAVE_LONG_LONG -> HAVE_LONG_LONG_INT.
5140         * lib/xtime.h: Likewise.
5141
5142 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5143
5144         * modules/openat (Files): Add lib/fchmodat.c.
5145         Fixes problem reported by Jay Youngman.
5146
5147 2006-08-19  Paul Eggert  <eggert@cs.ucla.edu>
5148
5149         * lib/fchmodat.c: New file, from coreutils.  This was inadvertently
5150         omitted in the 2006-08-17 update.  Problem reported by Jay Youngman.
5151
5152 2006-08-18  Paul Eggert  <eggert@cs.ucla.edu>
5153             Bruno Haible  <bruno@clisp.org>
5154
5155         * m4/bison-i18n.m4 (BISON_I18N): Also handle the case where yacc exists
5156         and is a script that invokes bison. Tighten the code. Add comments.
5157
5158 2006-08-18  Jim Meyering  <jim@meyering.net>
5159
5160         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for
5161         CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via
5162         gettime.c.  Gabor Z. Papp reported that gethrxtime-using programs
5163         failed to link due to unresolved clock_gettime on a linux-2.4.x system.
5164
5165 2006-08-18  Bruno Haible  <bruno@clisp.org>
5166
5167         * modules/bison-i18n: New file.
5168         * MODULES.html.sh (Internationalization functions): Add it.
5169
5170 2006-08-18  Bruno Haible  <bruno@clisp.org>
5171
5172         * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for
5173         sys/statvfs.h. When getmntinfo was found, check its declaration and
5174         set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it.
5175
5176 2006-08-18  Bruno Haible  <bruno@clisp.org>
5177
5178         * m4/bison-i18n.m4: New file, from bison.
5179
5180 2006-08-18  Bruno Haible  <bruno@clisp.org>
5181
5182         * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h.
5183         (ME_DUMMY): Treat "kernfs" as a dummy.
5184         (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement.
5185
5186 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5187
5188         Update from coreutils.
5189
5190         2006-08-15  Jim Meyering  <jim@meyering.net>
5191
5192         * m4/openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES.
5193
5194         2006-01-17  Jim Meyering  <jim@meyering.net>
5195
5196         * m4/fts.m4 (gl_FUNC_FTS_CORE): Depend on gl_FUNC_OPENAT.
5197
5198         2006-01-11  Jim Meyering  <jim@meyering.net>
5199
5200         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile fchmodat.c.
5201         Check for the lchmod function.
5202
5203 2006-08-17  Paul Eggert  <eggert@cs.ucla.edu>
5204
5205         Update from coreutils.
5206
5207         * lib/__fpending.h: Add copyright notice.
5208         * lib/fprintftime.h: Likewise.
5209         * lib/savedir.c: Use (C) in copyright notice.
5210         * lib/savedir.h: Likewise.
5211
5212         2006-08-15  Jim Meyering  <jim@meyering.net>
5213
5214         * lib/at-func.c: New file, with the logic of all emulated at-functions.
5215         * lib/openat-priv.h: Include <errno.h> and define ENOSYS,
5216         in support of the EXPECTED_ERRNO macro.
5217         * lib/openat.c (fstatat, unlinkat, fchownat): Remove function
5218         definitions.  Instead, define the appropriate symbols and include
5219         "at-func.c".
5220         * lib/mkdirat.c (mkdirat): Likewise.
5221         * lib/fchmodat.c (fchmodat): Likewise.
5222         (ENOSYS): Remove definition.
5223         * lib/openat.c: Don't include <errno.h>, now that "openat-priv.h" does
5224         it.  Don't include "unistd--.h" -- it wasn't ever used.
5225
5226         2006-01-17  Jim Meyering  <jim@meyering.net>
5227
5228         Rewrite fts.c not to change the current working directory,
5229         by using openat, fstatat, fdopendir, etc..
5230
5231         * lib/fts.c [! _LIBC]: Include "openat.h" and "unistd--.h".
5232         (HAVE_OPENAT_SUPPORT): Define.
5233         [_LIBC] (fchdir): Don't undef or define; no longer used.
5234         (FCHDIR): Define in terms of cwd_advance_fd rather than fchdir.
5235         Now, this `function' always succeeds, and consumes its file descriptor
5236         parameter -- so callers must not close such FDs.  Update callers.
5237         (diropen_fd, opendirat, cwd_advance_fd): New functions.
5238         (diropen): Add parameter, SP.  Adjust all callers.
5239         Implement using diropen_fd, rather than open.
5240         (fts_open): Initialize new member, fts_cwd_fd.
5241         Remove fts_rft-setting code.
5242         (fts_close): Close fts_cwd_fd, if necessary.
5243         (__opendir2): Define in terms of opendir or opendirat,
5244         depending on whether the FST_NOCHDIR flag is set.
5245         (fts_build): Since fts_safe_changedir consumes its FD, and since
5246         this code must do `closedir(dirp)', dup the dirfd(dirp) argument,
5247         and close the dup'd file descriptor upon failure.
5248         (fts_stat): Use fstatat(...AT_SYMLINK_NOFOLLOW) in place of lstat.
5249         (fts_safe_changedir): Tweak semantics to reflect that this function
5250         now calls cwd_advance_fd and hence consumes its FD argument.
5251         * lib/fts_.h [struct FTS] (fts_cwd_fd): New member.
5252         [struct FTS] (fts_rft): Remove now-unused member.
5253         [struct FTS] (fts_cycle.state): Improve comment.
5254
5255         * lib/openat.c (openat_needs_fchdir): New function.
5256         * lib/openat.h (openat_needs_fchdir): Declare it.
5257
5258 2006-08-16  Paul Eggert  <eggert@cs.ucla.edu>
5259
5260         * lib/memcoll.c (memcoll): Set errno = 0 in the shortcut case, too.
5261         Problem and fix reported by Pádraig Brady in
5262         <http://lists.gnu.org/archive/html/bug-coreutils/2006-08/msg00099.html>.
5263
5264 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5265
5266         * modules/cycle-check (configure.ac): Add gl_CYCLE_CHECK.
5267
5268 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5269
5270         * lib/memcoll.c (memcoll): Optimize for the common case where the
5271         arguments are bytewise equal.
5272
5273 2006-08-15  Paul Eggert  <eggert@cs.ucla.edu>
5274
5275         * doc/regexprops-generic.texi: Add a copyright notice.
5276
5277 2006-08-15  Bruno Haible  <bruno@clisp.org>
5278
5279         * modules/tmpdir (License): Change to LGPL.
5280
5281 2006-08-15  Bruno Haible  <bruno@clisp.org>
5282
5283         * gnulib-tool (func_all_modules, func_verify_module): COPYING is not a
5284         module.
5285
5286 2006-08-14  Simon Josefsson  <jas@extundo.com>
5287
5288         * config/srclist.txt: Add gnupload.
5289
5290 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5291
5292         Change copyright notice from LGPL 2 to GPL 2, since that's the
5293         standard form used in the gnulib repository.
5294         * tests/test-lock.c: Likewise.
5295         * tests/test-stdint.c: Likewise.
5296         * tests/test-tls.c: Likewise.
5297
5298         * users.txt: Add bison, diffutils, libprelude, prelude-lml,
5299         prelude-manager.  User shorter URLs for GNU projects, without '?'.
5300         Add copyright notice.
5301
5302         * check-module: Add copyright notice.  Output a copyright
5303         notice if "--version" is specified.
5304         * modules/COPYING: New file.
5305         * tests/test-getaddrinfo.c: Add copyright notice.
5306         * tests/test-verify.c: Likewise.
5307
5308 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5309
5310         Change copyright notice from LGPL 2 to GPL 2, since that's the
5311         standard form used in the gnulib repository.
5312         * lib/lock.c: LGPL -> GPL.
5313         * lib/lock.h: Likewise.
5314         * lib/strnlen1.c: Likewise.
5315         * lib/strnlen1.h: Likewise.
5316         * lib/tls.c: Likewise.
5317         * lib/tls.h: Likewise.
5318         * lib/tmpdir.c: Likewise.
5319
5320         * lib/TODO: Remove; this belongs only in coreutils.
5321
5322 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5323
5324         Add copyright notices to long-enough files that lack them, since
5325         otherwise the files aren't clearly free.  Use the same notice that
5326         getdate.texi already uses.
5327         * doc/alloca-opt.texi: Add copyright notice.
5328         * doc/alloca.texi: Likewise.
5329         * doc/ctime.texi: Likewise.
5330         * doc/functions.texi: Likewise.
5331         * doc/gcd.texi: Likewise.
5332         * doc/gnulib-tool.texi: Likewise.
5333         * doc/inet_ntoa.texi: Likewise.
5334         * doc/visibility.texi: Likewise.
5335
5336         * doc/getdate.texi: Update FDL version from 1.1 to 1.2.
5337         * doc/quote.texi: Add copyright notice.
5338
5339         * doc/solaris-versions: Add SunOS 5.10, SunOS 1.x, SunOS 4.0, SunOS
5340         4.0.x, SunOS 4.1.1.1, SunOS 4.1.1_U1, SunOS 4.1.3B.  SunOS 4.1.3
5341         was Solaris 1.1A.  Remove space before B in Solaris 1.1.1B.
5342         Mention SunOS 5.11.  Mention that everything before SunOS 5.7
5343         is now obsolete, and give a pointer to the Sun list.
5344         Add copyright notice.
5345
5346 2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
5347
5348         * config/srclistvars.sh: Add copyright notice.
5349
5350 2006-08-14  Eric Blake  <ebb9@byu.net>
5351
5352         Import the following change from libc:
5353
5354         2006-08-12  Ulrich Drepper  <drepper@redhat.com>
5355
5356         Upstream bug 2997.
5357         * lib/misc/error.c: Add space between program name and message if file
5358         name is missing.
5359
5360 2006-08-12  Karl Berry  <karl@gnu.org>
5361
5362         * config/srclist.txt (ssize_t.m4, sig_atomic_t.m4, signalblocking.m4):
5363         remove, these originate in gnulib now.
5364
5365 2006-08-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5366
5367         * doc/Makefile (standards.info standards.html standards.dvi):
5368         Also depend on make-stds.texi.
5369
5370 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
5371
5372         * lib/pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
5373         HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
5374
5375         * lib/regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
5376         in wchar_t.  Problem reported by Eric Blake.
5377
5378         * lib/snprintf.c (snprintf): memcpy LEN bytes, not SIZE - 1, when
5379         LEN is smaller than SIZE.  Suggested by Bruno Haible.
5380         Also, help the compiler to keep LEN in a register.
5381
5382 2006-08-11  Eric Blake  <ebb9@byu.net>
5383
5384         * users.txt: Sort.  Add tar.
5385
5386 2006-08-11  Bruno Haible  <bruno@clisp.org>
5387
5388         * users.txt: New file.
5389
5390 2006-08-11  Bruno Haible  <bruno@clisp.org>
5391
5392         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Include <stdio.h> and <time.h>
5393         before <wchar.h>. Needed for OSF/1 and BSD/OS.
5394
5395 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5396
5397         * modules/snprintf (Depends-on): Remove minmax.
5398         (Maintainer): Add self and Bruno.
5399
5400 2006-08-10  Paul Eggert  <eggert@cs.ucla.edu>
5401
5402         * lib/.cppi-disable: Add snprintf.h, socket_.h.
5403         * lib/snprintf.c: Include <errno.h> and <limits.h>.
5404         (EOVERFLOW): Define if the system does not.
5405         Do not include "minmax.h"; it wasn't used.
5406         (snprintf): Don't assume size_t promotes to an unsigned type.
5407         Fix bug when generated string was too long for the buffer: the
5408         buffer's contents are supposed to be the initial prefix of the
5409         output.  Don't assume vasnprintf returns EOVERFLOW if the size
5410         exceeds INT_MAX; do the check ourselves.
5411
5412         Import the following changes from libc:
5413
5414         2006-06-02  Jakub Jelinek  <jakub@redhat.com>
5415
5416         * lib/posix/regex_internal.c (re_string_skip_chars): If no character
5417         has been converted at all, set *last_wc to WEOF.  If mbrtowc failed,
5418         set wc to the byte which couldn't be converted.
5419         (re_string_reconstruct): Don't clear valid_raw_len before calling
5420         re_string_skip_chars.  If wc is WEOF after re_string_skip_chars, set
5421         tip_context using re_string_context_at.
5422
5423         2006-05-02  Ulrich Drepper  <drepper@redhat.com>
5424
5425         * lib/posix/regex.h: g++ still cannot handled [restrict].
5426
5427         2006-04-21  Ulrich Drepper  <drepper@redhat.com>
5428
5429         * lib/posix/regex.h: Remove special handling for VMS.
5430
5431 2006-08-10  Jim Meyering  <jim@meyering.net>
5432
5433         * modules/same-inode: New module.
5434         * modules/dev-ino: New module.
5435         * modules/cycle-check: Depend on these modules, rather than simply
5436         including their .h files.
5437         (Makefile.am): Don't list cycle-check.[ch] here, now that they're
5438         required via m4/cycle-check.m4.
5439         * modules/same: Depend on new same-inode module, rather than
5440         including same-inode.h.
5441         * modules/chdir-safer: New file.
5442
5443         * modules/chown (Depends-on): Add stat-macros.
5444
5445 2006-08-10  Jim Meyering  <jim@meyering.net>
5446
5447         * m4/cycle-check.m4: New file.
5448         Require gl_STRUCT_DEV_INO and gl_SAME_INODE.
5449         * m4/dev-ino.m4, m4/same-inode.m4: New files.
5450
5451 2006-08-10  Eric Blake  <ebb9@byu.net>
5452
5453         * modules/verror (Depends-on): Remove bogus gl_VERROR that snuck
5454         in from original proposal.
5455
5456 2006-08-10  Eric Blake  <ebb9@byu.net>
5457         and Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5458
5459         * gnulib-tool (func_import): Detect unexpanded macros in gnulib
5460         namespace.
5461
5462 2006-08-10  Bruno Haible  <bruno@clisp.org>
5463
5464         * gnulib-tool (func_create_testdir): Detect unexpanded macros here
5465         as well.
5466
5467 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5468
5469         Sync from coreutils.
5470
5471         2006-07-19  Mike Frysinger  <vapier@gentoo.org>
5472
5473         * lib/mountlist.c [ME_REMOTE]: Filter out cifs.
5474         Reported by Toralf Förster in <http://bugs.gentoo.org/141012>.
5475
5476 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5477
5478         * modules/restrict: Remove; no longer needed now that we assume
5479         Autoconf 2.59 or later.
5480         * MODULES.html.sh: Remove 'restrict'.
5481         * modules/argp (Depends-on): Remove 'restrict'.
5482         * modules/base64 (Depends-on): Likewise.
5483         * modules/gc (Depends-on): Likewise.
5484         * modules/getaddrinfo (Depends-on): Likewise.
5485         * modules/glob (Depends-on): Likewise.
5486         * modules/inet_ntop (Depends-on): Likewise.
5487         * modules/inet_pton (Depends-on): Likewise.
5488         * modules/memxor (Depends-on): Likewise.
5489         * modules/regex (Depends-on): Likewise.
5490         * modules/strtok_r (Depends-on): Likewise.
5491         * modules/time_r (Depends-on): Likewise.
5492
5493 2006-08-09  Paul Eggert  <eggert@cs.ucla.edu>
5494
5495         * m4/argp.m4 (gl_ARGP): Require AC_C_RESTRICT.
5496         * m4/gc.m4 (gl_PREREQ_GC): Likewise.
5497         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
5498         * m4/inet_ntop.m4 (gl_PREREQ_INET_NTOP): Likewise.
5499         * m4/inet_pton.m4 (gl_PREREQ_INET_PTON): Likewise.
5500         * m4/memxor.m4 (gl_MEMXOR): Likewise.
5501         * m4/restrict.m4: Remove; no longer needed.  All remaining uses of
5502         gl_C_RESTRICT replaced by AC_C_RESTRICT.
5503
5504         Merge from coreutils.
5505         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_C_RESTRICT, not
5506         gl_C_RESTRICT, now that we assume Autoconf 2.59 or later.
5507         * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Likewise.
5508         * m4/time_r.m4 (gl_TIME_R): Likewise.
5509
5510 2006-08-09  Karl Berry  <karl@gnu.org>
5511
5512         * config/srclist.txt: no more gettext-tools, per Bruno.
5513
5514 2006-08-08  Eric Blake  <ebb9@byu.net>
5515
5516         * modules/verror: New module.
5517         * MODULES.html.sh: Document it.
5518
5519 2006-08-08  Eric Blake  <ebb9@byu.net>
5520
5521         * lib/verror.h, lib/verror.c: New files.
5522
5523 2006-08-08  Eric Blake  <ebb9@byu.net>
5524
5525         * lib/verror.c (verror_at_line): Work around glibc bug 2997, so that
5526         verror_at_line output complies with GNU Coding Standards even when
5527         file is NULL.
5528
5529 2006-08-07  Bruno Haible  <bruno@clisp.org>
5530
5531         * lib/allocsa.h (sa_alignof) [_AIX]: Also consider 'long long' in newer
5532         versions of AIX.
5533         Reported by Ralf Wildenhues.
5534
5535 2006-08-07  Bruno Haible  <bruno@clisp.org>
5536
5537         * gnulib-tool (func_create_testdir): Wrap the set of autoconf snippets
5538         in an AC_DEFUN. Needed so that the autoconf snippets can use
5539         AC_REQUIRE.
5540
5541 2006-08-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5542
5543         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5544         Initialize pkgdata_DATA.
5545         * modules/javaversion (Makefile.am): Add to pkgdata_DATA, rather than
5546         overriding it.
5547
5548 2006-08-06  Eric Blake  <ebb9@byu.net>
5549
5550         * lib/error.h: Fold in some upstream changes from glibc.
5551         * lib/error.c: Likewise.
5552
5553 2006-08-04  Bruno Haible  <bruno@clisp.org>
5554
5555         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5556         Make the mostlyclean-local rule depend on mostlyclean-generic.
5557         Reported by Jim Meyering. Solution suggested by Ralf Wildenhues.
5558
5559 2006-07-31  Bruno Haible  <bruno@clisp.org>
5560
5561         * m4/localcharset.m4 (gl_LOCALCHARSET): Remove tests for <stddef.h>,
5562         <stdlib.h>, <string.h>.
5563
5564 2006-07-30  Bruno Haible  <bruno@clisp.org>
5565
5566         * modules/readlink (License): Change to LGPL.
5567
5568 2006-07-30  Bruno Haible  <bruno@clisp.org>
5569
5570         * modules/javaversion (Makefile.am): Distribute javaversion.java and
5571         javaversion.class. Also install javaversion.class in $(pkgdatadir) and
5572         set PKGDATADIR to point to it.
5573
5574 2006-07-30  Bruno Haible  <bruno@clisp.org>
5575
5576         * modules/csharpexec (configure.ac): Comment out macro invocation.
5577         * modules/javaexec (configure.ac): Likewise.
5578         * modules/javacomp-script (configure.ac): Likewise.
5579
5580         * modules/csharpcomp-script (configure.ac): Use AC_REQUIRE.
5581
5582 2006-07-30  Bruno Haible  <bruno@clisp.org>
5583
5584         * modules/clean-temp (Depends-on): Add linkedhash-list, remove
5585         linked-list.
5586
5587 2006-07-30  Bruno Haible  <bruno@clisp.org>
5588
5589         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Assume <string.h> exists.
5590
5591 2006-07-30  Bruno Haible  <bruno@clisp.org>
5592
5593         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
5594         Initialize MOSTLYCLEANFILES to core and *.stackdump, so that core dumps
5595         get removed.
5596
5597 2006-07-29  Bruno Haible  <bruno@clisp.org>
5598
5599         Make it possible for gnulib-tool to work with locally modified or
5600         augmented gnulib repositories.
5601         * gnulib-tool (func_usage): Document --local-dir option.
5602         (local_gnulib_dir): New variable.
5603         Handle --local-dir option.
5604         (func_lookup_file): New function.
5605         (func_all_modules, func_verify_module): Look also in $local_gnulib_dir.
5606         (func_get_description, func_get_filelist, func_get_description,
5607         func_get_filelist, func_get_dependencies, func_get_autoconf_snippet,
5608         func_get_automake_snippet, func_get_include_directive,
5609         func_get_license, func_get_maintainer): Use func_lookup_file.
5610         (func_import, func_create_testdir): Use func_lookup_file.
5611
5612 2006-07-29  Bruno Haible  <bruno@clisp.org>
5613
5614         * modules/setenv (Depends-on): Add unistd.
5615
5616 2006-07-29  Bruno Haible  <bruno@clisp.org>
5617
5618         * lib/setenv.c: Undo unintended modification done on 2006-02-27.
5619
5620 2006-07-29  Bruno Haible  <bruno@clisp.org>
5621
5622         * lib/localcharset.c: Assume <stddef.h>, <stdlib.h>, <string.h> exist.
5623
5624 2006-07-29  Bruno Haible  <bruno@clisp.org>
5625
5626         * gnulib-tool (import, update): If there is no Makefile.am, look at
5627         aclocal.m4, instead of bailing out.
5628
5629 2006-07-29  Bruno Haible  <bruno@clisp.org>
5630
5631         * gnulib-tool (func_usage): Revert most of the 2006-07-15 change.
5632         Categorize the options by when they are useful.
5633
5634 2006-07-29  Bruno Haible  <bruno@clisp.org>
5635
5636         * gnulib-tool (func_usage): Document option --no-libtool.
5637         Handle option --no-libtool.
5638         (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am): Update
5639         for changed semantics of $libtool variable.
5640         (func_import): Likewise. If libtool is not used, show this through
5641         an option --no-libtool.
5642         (func_create_testdir): Update.
5643
5644 2006-07-29  Bruno Haible  <bruno@clisp.org>
5645
5646         * gnulib-tool (func_import): Extend error message about missing
5647         --doc-base.
5648
5649 2006-07-29  Bruno Haible  <bruno@clisp.org>
5650
5651         * gnulib-tool (func_import): Don't create the $docbase directory if
5652         there is no file to store there.
5653
5654 2006-07-29  Bruno Haible  <bruno@clisp.org>
5655
5656         * gnulib-tool (autoconf_minversion): If a --dir option is given and
5657         relevant, look for configure.ac there, not in the current directory.
5658         Also use a simple search for AC_PREREQ, not "autoconf --trace".
5659
5660 2006-07-29  Bruno Haible  <bruno@clisp.org>
5661
5662         * gnulib-tool (SORT): New variable.
5663         (func_usage): Undocument --assume-autoconf option.
5664         Remove --assume-autoconf option handling.
5665         (autoconf_minversion): Determine from the contents of configure.ac.
5666         (func_import): Remove autoconf_minversion handling.
5667         Suggested by Eric Blake.
5668
5669 2006-07-29  Bruno Haible  <bruno@clisp.org>
5670
5671         * doc/gnulib-tool.texi (gl_LIBTOOL): Mention --no-libtool option.
5672
5673 2006-07-29  Bruno Haible  <bruno@clisp.org>
5674
5675         * config/srclist.txt (*setenv.[ch]): Remove rules.
5676
5677 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5678
5679         * m4/inet_pton.m4, inet_ntop.m4: Check for netinet/in.h too.
5680
5681 2006-07-28  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5682
5683         * lib/inet_ntop.h, inet_pton.h: Need to include netinet/in.h before
5684         arpa/inet.h.
5685
5686 2006-07-28  Simon Josefsson  <jas@extundo.com>
5687
5688         * modules/inet_ntop (Depends-on): Depend on arpa_inet.
5689         * modules/inet_pton (Depends-on): Likewise.
5690
5691 2006-07-28  Simon Josefsson  <jas@extundo.com>
5692
5693         * m4/netinet_in_h.m4: New file.
5694
5695 2006-07-28  Simon Josefsson  <jas@extundo.com>
5696
5697         * lib/inet_ntop.h, inet_pton.h: No need to guard netinet/in.h
5698         #include's.
5699
5700 2006-07-28  Simon Josefsson  <jas@extundo.com>
5701
5702         * lib/inet_ntop.h, inet_pton.h: No need to guard arpa/inet.h
5703         #include's.
5704
5705 2006-07-28  Paul Eggert  <eggert@cs.ucla.edu>
5706
5707         * lib/modechange.c (mode_compile): Numeric modes now affect setuid and
5708         setgid on directories only if they set these bits.
5709         * lib/modechange.h: Remove obsolete comment about masks.
5710
5711 2006-07-28  Eric Blake  <ebb9@byu.net>
5712
5713         * lib/regex_internal.h (struct re_dfa_t) [!_LIBC]: Avoid invalid C89
5714         macro expansion.
5715
5716 2006-07-28  Bruno Haible  <bruno@clisp.org>
5717
5718         * lib/inet_ntop.h, inet_pton.h: Use #if HAVE* instead of #ifdef HAVE*.
5719
5720 2006-07-28  Bruno Haible  <bruno@clisp.org>
5721
5722         * m4/mbchar.m4 (gl_MBCHAR): Also test for iswcntrl.
5723
5724 2006-07-28  Bruno Haible  <bruno@clisp.org>
5725
5726         * lib/mbchar.h (iswalnum, iswalpha, iswblank, iswcntrl, iswdigit,
5727         iswgraph, iswlower, iswprint, iswpunct, iswspace, iswupper, iswxdigit):
5728         Define fallbacks.
5729         Avoids link error on FreeBSD 4.x.
5730         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
5731
5732         * lib/wcwidth.h (iswprint): Assume an ASCII compatible wide character
5733         encoding.
5734         * lib/mbswidth.c (iswcntrl): Likewise.
5735
5736 2006-07-27  Bruno Haible  <bruno@clisp.org>
5737
5738         * m4/stdint.m4 (gl_STDINT_H): Define __STDC_CONSTANT_MACROS during the
5739         test.
5740
5741 2006-07-27  Bruno Haible  <bruno@clisp.org>
5742
5743         * lib/stdint_.h (INT*_C, UINT*_C) [C++]: Define these if
5744         __STDC_CONSTANT_MACROS is defined, not if __STDC_LIMIT_MACROS is
5745         defined.
5746
5747 2006-07-26  Eric Blake  <ebb9@byu.net>
5748
5749         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Check for missing pipe.
5750
5751 2006-07-26  Eric Blake  <ebb9@byu.net>
5752
5753         * lib/mkstemp-safer.c [! HAVE_MKSTEMP]: Add prototype for platforms
5754         like mingw that lack mkstemp.
5755         * lib/pipe-safer.c (pipe_safer) [!HAVE_FUNC_PIPE]: Provide fallback to
5756         avoid compilation warning on mingw.
5757
5758 2006-07-26  Bruno Haible  <bruno@clisp.org>
5759
5760         * m4/stdint.m4 (gl_STDINT_H): Also verify the existence of the macros
5761         INT*_MIN, INT_LEAST*_MAX, INT_LEAST*_MIN, UINT_LEAST*_MAX,
5762         INT_FAST*_MIN, INTPTR_MIN.
5763
5764 2006-07-25  Bruno Haible  <bruno@clisp.org>
5765
5766         * modules/version-etc (Depends-on): Add stdarg.
5767
5768 2006-07-25  Bruno Haible  <bruno@clisp.org>
5769
5770         * m4/stdint.m4 (gl_INTEGER_TYPE_SUFFIX): Avoid 'eval' in front of
5771         complex commands.
5772
5773 2006-07-25  Bruno Haible  <bruno@clisp.org>
5774
5775         * lib/version-etc.c (version_etc_va): Use va_copy, assumed to be
5776         defined in <stdarg.h> or config.h.
5777
5778 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5779
5780         * m4/stdio-safer.m4 (gl_FOPEN_SAFER, gl_TMPFILE_SAFER): New macros.
5781         (gl_STDIO_SAFER): Remove.
5782
5783 2006-07-24  Paul Eggert  <eggert@cs.ucla.edu>
5784
5785         * MODULES.html.sh (File stream based Input/Output):
5786         Add fopen-safer, tmpfile-safer; remove stdio-safer.
5787         * modules/getusershell (Depends-on): Change stdio-safer to fopen-safer.
5788         * modules/fopen-safer, modules/tmpfile-safer: New files.
5789         * modules/stdio-safer: Remove.
5790
5791 2006-07-24  Bruno Haible  <bruno@clisp.org>
5792
5793         * modules/tmpdir: New file.
5794         * MODULES.html.sh (File system functions): Add it.
5795
5796 2006-07-24  Bruno Haible  <bruno@clisp.org>
5797
5798         * modules/javacomp (Depends-on): Add unistd, javaversion, binary-io,
5799         getline, pathname, fwriteerror, clean-temp, xvasprintf, strstr.
5800
5801 2006-07-24  Bruno Haible  <bruno@clisp.org>
5802
5803         * modules/clean-temp: New file.
5804
5805 2006-07-24  Bruno Haible  <bruno@clisp.org>
5806
5807         * m4/tmpdir.m4: New file, from GNU gettext.
5808
5809 2006-07-24  Bruno Haible  <bruno@clisp.org>
5810
5811         * lib/tmpdir.h: New file, from GNU gettext.
5812         * lib/tmpdir.c: New file, from GNU gettext.
5813
5814 2006-07-24  Bruno Haible  <bruno@clisp.org>
5815
5816         * lib/clean-temp.h: New file, from GNU gettext.
5817         * lib/clean-temp.c: New file, from GNU gettext.
5818
5819 2006-07-23  Eric Blake  <ebb9@byu.net>
5820
5821         * modules/stdio-safer (Files): Add tmpfile-safer.c.
5822         (Depends-on): Add binary-io.
5823
5824 2006-07-23  Eric Blake  <ebb9@byu.net>
5825
5826         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add tmpfile-safer.c.
5827
5828 2006-07-23  Eric Blake  <ebb9@byu.net>
5829
5830         * lib/tmpfile-safer.c: New file.
5831         * lib/stdio-safer.h (fopen_safer): Add prototype.
5832         * lib/stdio--.h (tmpfile): Make safer.
5833
5834 2006-07-23  Bruno Haible  <bruno@clisp.org>
5835
5836         * lib/gl_anylinked_list2.h (ASYNCSAFE): New macro.
5837         (gl_linked_add_first, gl_linked_add_last, gl_linked_add_before,
5838         gl_linked_add_after, gl_linked_add_at, gl_linked_remove_node,
5839         gl_linked_remove_at): Use it.
5840
5841 2006-07-22  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
5842         and Simon Josefsson <jas@extundo.com>
5843
5844         * lib/getaddrinfo.h (AI_PASSIVE): Make sure it is defined.
5845
5846         * lib/getaddrinfo.c (getaddrinfo): Support AI_PASSIVE.
5847
5848 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5849
5850         * modules/close-stream: New file.
5851         * modules/closeout (Description): Make it clear that it exits
5852         with a diagnostic on error.
5853         (Depends-on): Add close-stream.  Remove fpending, stdbool.
5854         * MODULES.html.sh (File stream based Input/Output): Add close-stream.
5855
5856 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5857
5858         * m4/close-stream.m4: New file.
5859
5860 2006-07-22  Paul Eggert  <eggert@cs.ucla.edu>
5861
5862         * lib/close-stream.c, lib/close-stream.h: New files.
5863
5864 2006-07-22  Bruno Haible  <bruno@clisp.org>
5865
5866         Merge from GNU gettext 0.15.
5867
5868         2006-05-01  Bruno Haible  <bruno@clisp.org>
5869
5870                 * build-aux/javacomp.sh.in: Update for changed javacomp.m4.
5871
5872         2006-07-22  Bruno Haible  <bruno@clisp.org>
5873
5874                 * modules/javaversion: New file.
5875                 * MODULES.html.sh (Java): Add javaversion.
5876
5877         2006-03-12  Bruno Haible  <bruno@clisp.org>
5878
5879                 * build-aux/javaexec.sh.in: Update for changed javaexec.m4.
5880
5881         2005-12-04  Bruno Haible  <bruno@clisp.org>
5882
5883                 * build-aux/csharpexec.sh.in: Add support for 'clix' launcher
5884                 (untested).
5885
5886         2006-06-21  Bruno Haible  <bruno@clisp.org>
5887
5888                 Avoid warnings from recent versions of mcs.
5889                 * build-aux/csharpcomp.sh.in (options_mcs): Don't use options
5890                 -o, -L, -r any more. Use options documented since mcs-1.0
5891                 instead. Similarly for -g.
5892
5893         2005-12-04  Bruno Haible  <bruno@clisp.org>
5894
5895                 * build-aux/csharpcomp.sh.in: Suffix for resources is
5896                 .resources, not .resource.
5897
5898         2005-07-09  Bruno Haible  <bruno@clisp.org>
5899
5900                 * build-aux/csharpcomp.sh.in (options_csc): For -l option,
5901                 add a .dll suffix.
5902                 Reported by Mark Junker <mjscod@gmx.de>.
5903
5904         2006-07-22  Bruno Haible  <bruno@clisp.org>
5905
5906                 * modules/gettext: Upgrade to gettext-0.15.
5907                 (Files): Remove m4/isc-posix.m4. Add m4/lock.m4,
5908                 m4/visibility.m4.
5909                 Replace m4/inttypes.m4 with m4/inttypes-h.m4.
5910
5911 2006-07-22  Bruno Haible  <bruno@clisp.org>
5912
5913         Merge from GNU gettext 0.15.
5914
5915         2006-03-25  Bruno Haible  <bruno@clisp.org>
5916
5917                 * lib-link.m4 (AC_LIB_LINKFLAGS_FROM_LIBS): New macro.
5918
5919         2006-07-21  Bruno Haible  <bruno@clisp.org>
5920
5921                 * javacomp.m4 (gt_JAVACOMP): Convert target_version "null" to
5922                 "1.1".
5923
5924         2006-05-09  Bruno Haible  <bruno@clisp.org>
5925
5926                 * javacomp.m4 (gt_JAVACOMP): On Cygwin, set
5927                 CLASSPATH_SEPARATOR to a semicolon. Use CLASSPATH_SEPARATOR
5928                 for the conftestver execution.
5929
5930         2006-05-01  Bruno Haible  <bruno@clisp.org>
5931
5932                 * javacomp.m4 (gt_JAVACOMP): Accept a source-version and an
5933                 optional target-version argument. Verify that the compiler
5934                 groks source of the specified source-version, or add -source
5935                 option as necessary. Verify that the compiler produces
5936                 bytecode in the specified target-version, or add -target and
5937                 -source options as necessary. Make the result of the test
5938                 available as variable CONF_JAVAC. Also log error output in
5939                 config.log.
5940
5941         2006-03-11  Bruno Haible  <bruno@clisp.org>
5942
5943                 * javacomp.m4 (gt_JAVACOMP): Treat gcj-4.x like gcj-3.x.
5944
5945         2006-05-09  Bruno Haible  <bruno@clisp.org>
5946
5947                 * javaexec.m4 (gt_JAVAEXEC): On Cygwin, set
5948                 CLASSPATH_SEPARATOR to a semicolon.
5949
5950         2006-03-12  Bruno Haible  <bruno@clisp.org>
5951
5952                 * javaexec.m4 (gt_JAVAEXEC): Make the result of the test
5953                 available as variable CONF_JAVA, for subsequent autoconf
5954                 tests. Also log error output in config.log.
5955
5956         2006-07-19  Bruno Haible  <bruno@clisp.org>
5957
5958                 * getline.m4 (AM_FUNC_GETLINE): When cross-compiling, assume
5959                 that getline works on glibc2 systems. Needed to avoid trouble
5960                 in relocatable.c.
5961                 Reported by Nils Magnus Larsgard <nmlarsgaard@atmel.no>.
5962
5963         2005-12-04  Bruno Haible  <bruno@clisp.org>
5964
5965                 * csharpexec.m4 (gt_CSHARPEXEC): Add support for 'clix'
5966                 launcher (untested).
5967
5968         2005-12-04  Bruno Haible  <bruno@clisp.org>
5969
5970                 * csharpcomp.m4 (gt_CSHARPCOMP): Also set CSHARPCOMPFLAGS.
5971
5972         2006-07-22  Bruno Haible  <bruno@clisp.org>
5973
5974                 * gettext.m4: Update from GNU gettext-0.15.
5975                 * nls.m4: Likewise.
5976                 * po.m4: Likewise.
5977                 * inttypes-pri.m4: Likewise.
5978                 * inttypes-h.m4: Renamed from inttypes.m4.
5979                 (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H.
5980
5981 2006-07-22  Bruno Haible  <bruno@clisp.org>
5982
5983         Merge from GNU gettext 0.15.
5984
5985         2005-07-05  Bruno Haible  <bruno@clisp.org>
5986
5987                 * printf-args.c (printf_fetchargs): Work around broken
5988                 definition of wint_t on mingw.
5989
5990         2005-02-12  Bruno Haible  <bruno@clisp.org>
5991
5992                 * xallocsa.h: Add extern "C" for C++.
5993
5994         2006-05-17  Bruno Haible  <bruno@clisp.org>
5995
5996                 Cygwin portability.
5997                 * progreloc.c (WIN32_NATIVE): Renamed from WIN32.
5998
5999         2006-04-30  Bruno Haible  <bruno@clisp.org>
6000
6001                 * progreloc.c: Include <mach-o/dyld.h> if available.
6002                 (find_executable): Use _NSGetExecutablePath when possible.
6003
6004         2006-05-06  Charles Wilson  <cygwin@cwilson.fastmail.fm>
6005
6006                 * progreloc.c (maybe_executable) [CYGWIN]: Use the access()
6007                 function.
6008
6009         2005-12-29  Bruno Haible  <bruno@clisp.org>
6010
6011                 * progreloc.c (set_program_name_and_installdir): Fix
6012                 compilation error.
6013
6014         2005-12-04  Bruno Haible  <bruno@clisp.org>
6015
6016                 Cygwin portability.
6017                 * progreloc.c: Include <windows.h> also on Cygwin.
6018                 (find_executable): Add support for Cygwin.
6019                 (set_program_name_and_installdir): Handle also platforms with
6020                 nonempty EXEEXT.
6021
6022         2006-07-11  Bruno Haible  <bruno@clisp.org>
6023
6024                 * javacomp.c: Fix a comment.
6025                 Reported by Jim Meyering.
6026
6027         2006-04-30  Bruno Haible  <bruno@clisp.org>
6028
6029                 * javacomp.h (compile_java_class): Add source_version,
6030                 target_version arguments.
6031                 * javacomp.c: Rewritten to choose only a compiler that
6032                 respects the specified source_version and target_version.
6033
6034         2006-06-27  Bruno Haible  <bruno@clisp.org>
6035
6036                 Assume correct S_ISDIR macro.
6037                 * mkdtemp.c: Remove test of STAT_MACROS_BROKEN.
6038
6039         2006-07-22  Bruno Haible  <bruno@clisp.org>
6040
6041                 * javaversion.h: New file, from GNU gettext.
6042                 * javaversion.c: New file, from GNU gettext.
6043                 * javaversion.java: New file, from GNU gettext.
6044                 * javaversion.class: New file, from GNU gettext.
6045
6046         2006-05-17  Bruno Haible  <bruno@clisp.org>
6047
6048                 Cygwin portability.
6049                 * javaexec.c (execute_java_class): Test for jview program
6050                 also on Cygwin.
6051
6052         2006-04-09  Bruno Haible  <bruno@clisp.org>
6053
6054                 * fatal-signal.c: Don't include string.h.
6055                 (at_fatal_signal): Use a copying loop instead of memcpy.
6056
6057         2005-12-04  Bruno Haible  <bruno@clisp.org>
6058
6059                 * csharpexec.c: Add support for 'clix' launcher (untested).
6060                 (execute_csharp_using_sscli): New function.
6061                 (execute_csharp_program): Call it.
6062
6063         2006-06-21  Bruno Haible  <bruno@clisp.org>
6064
6065                 Avoid warnings from recent versions of mcs.
6066                 * csharpcomp.c (compile_csharp_using_mono): Don't use options
6067                 -o, -L, -r any more. Use options documented since mcs-1.0
6068                 instead. Similarly for -g.
6069
6070         2005-07-09  Bruno Haible  <bruno@clisp.org>
6071
6072                 * csharpcomp.c (compile_csharp_using_sscli): For -l option,
6073                 add a .dll suffix.
6074                 Reported by Mark Junker <mjscod@gmx.de>.
6075
6076         2006-06-17  Bruno Haible  <bruno@clisp.org>
6077
6078                 * config.charset: Update for NetBSD 3.0.
6079
6080         2006-05-17  Bruno Haible  <bruno@clisp.org>
6081
6082                 Cygwin portability.
6083                 * localcharset.c (WIN32_NATIVE): Renamed from WIN32.
6084
6085         2006-05-16  Bruno Haible  <bruno@clisp.org>
6086
6087                 * localcharset.c [CYGWIN]: Include <windows.h>.
6088                 (get_charset_aliases): For Cygwin, return the same CPxxx
6089                 aliases list as under WIN32.
6090                 (locale_charset) [CYGWIN]: Try to retrieve the encoding from
6091                 the environment variables. Fall back to GetACP().
6092
6093         2006-04-05  Bruno Haible  <bruno@clisp.org>
6094
6095                 * config.charset: Update Juan Manuel Guerrero's address.
6096
6097         2005-02-12  Bruno Haible  <bruno@clisp.org>
6098
6099                 * allocsa.h: Add extern "C" for C++.
6100
6101         2005-02-10  Bruno Haible  <bruno@clisp.org>
6102
6103                 * allocsa.h (sa_alignof): Define differently with AIX xlc, to
6104                 avoid a bug of this compiler on AIX 3.2.5 dealing with enums.
6105
6106         2006-07-22  Bruno Haible  <bruno@clisp.org>
6107
6108                 * gettext.h: Update to GNU gettext-0.15.
6109
6110 2006-07-22  Bruno Haible  <bruno@clisp.org>
6111
6112         * config/srclist.txt: Resync printf-args.c, vasnprintf.c,
6113         localcharset.c, mkdtemp.c, config.rpath, lib-ld.m4, lib-link.m4,
6114         lib-prefix.m4, longdouble.m4, ssize_t.m4.
6115
6116 2006-07-21  Eric Blake  <ebb9@byu.net>
6117
6118         * modules/stdlib-safer: New file.
6119         * MODULES.html.sh (File stream based Input/Output): Add
6120         stdlib-safer.
6121
6122 2006-07-21  Eric Blake  <ebb9@byu.net>
6123
6124         * lib/stdlib-safer.h: New file from coreutils, required by
6125         stdlib--.h.
6126
6127 2006-07-20  Paul Eggert  <eggert@cs.ucla.edu>
6128
6129         * gnulib-tool (func_usage): Document --assume-autoconf='latest-stable'.
6130
6131 2006-07-20  Bruno Haible  <bruno@clisp.org>
6132
6133         * gnulib-tool: Recognize new option --assume-autoconf.
6134         (autoconf_minversion): New variable.
6135         (func_get_filelist): Use it to decide whether to add onceonly_2_57.m4.
6136
6137 2006-07-20  Bruno Haible  <bruno@clisp.org>
6138
6139         * MODULES.html.sh (func_all_modules): Add a missing func_begin_table.
6140
6141 2006-07-19  Derek R. Price  <derek@ximbiot.com>
6142
6143         * lib/getaddrinfo.h: Don't define unimplemented AI_* flags.
6144         Reindent and repaginate.
6145
6146 2006-07-19  Derek Price  <derek@ximbiot.com>
6147
6148         * doc/gnulib.texi (Libtool and Windows):  Eliminate passive voice.
6149         Correct grammar.
6150
6151 2006-07-17  Bruno Haible  <bruno@clisp.org>
6152
6153         * modules/list: New file.
6154         * modules/array-list: New file.
6155         * modules/carray-list, modules/carray-list-tests: New files.
6156         * modules/linked-list, modules/linked-list-tests: New files.
6157         * modules/avltree-list, modules/avltree-list-tests: New files.
6158         * modules/rbtree-list, modules/rbtree-list-tests: New files.
6159         * modules/linkedhash-list, modules/linkedhash-list-tests: New files.
6160         * modules/avltreehash-list, modules/avltreehash-list-tests: New files.
6161         * modules/rbtreehash-list, modules/rbtreehash-list-tests: New files.
6162         * modules/oset: New file.
6163         * modules/array-oset: New file.
6164         * modules/avltree-oset, modules/avltree-oset-tests: New files.
6165         * modules/rbtree-oset, modules/rbtree-oset-tests: New files.
6166         * tests/test-carray_list.c: New file.
6167         * tests/test-linked_list.c: New file.
6168         * tests/test-avltree_list.c: New file.
6169         * tests/test-rbtree_list.c: New file.
6170         * tests/test-linkedhash_list.c: New file.
6171         * tests/test-avltreehash_list.c: New file.
6172         * tests/test-rbtreehash_list.c: New file.
6173         * tests/test-avltree_oset.c: New file.
6174         * tests/test-rbtree_oset.c: New file.
6175         * MODULES.html.sh (Container data structures): New section.
6176
6177 2006-07-17  Bruno Haible  <bruno@clisp.org>
6178
6179         * m4/gl_list.m4: New file.
6180
6181 2006-07-17  Bruno Haible  <bruno@clisp.org>
6182
6183         * lib/gl_list.h: New file.
6184         * lib/gl_list.c: New file.
6185         * lib/gl_array_list.h: New file.
6186         * lib/gl_array_list.c: New file.
6187         * lib/gl_carray_list.h: New file.
6188         * lib/gl_carray_list.c: New file.
6189         * lib/gl_linked_list.h: New file.
6190         * lib/gl_linked_list.c: New file.
6191         * lib/gl_anylinked_list1.h: New file.
6192         * lib/gl_anylinked_list2.h: New file.
6193         * lib/gl_avltree_list.h: New file.
6194         * lib/gl_avltree_list.c: New file.
6195         * lib/gl_anyavltree_list1.h: New file.
6196         * lib/gl_anyavltree_list2.h: New file.
6197         * lib/gl_rbtree_list.h: New file.
6198         * lib/gl_rbtree_list.c: New file.
6199         * lib/gl_anyrbtree_list1.h: New file.
6200         * lib/gl_anyrbtree_list2.h: New file.
6201         * lib/gl_anytree_list1.h: New file.
6202         * lib/gl_anytree_list2.h: New file.
6203         * lib/gl_linkedhash_list.h: New file.
6204         * lib/gl_linkedhash_list.c: New file.
6205         * lib/gl_anyhash_list1.h: New file.
6206         * lib/gl_anyhash_list2.h: New file.
6207         * lib/gl_avltreehash_list.h: New file.
6208         * lib/gl_avltreehash_list.c: New file.
6209         * lib/gl_rbtreehash_list.h: New file.
6210         * lib/gl_rbtreehash_list.c: New file.
6211         * lib/gl_anytreehash_list1.h: New file.
6212         * lib/gl_anytreehash_list2.h: New file.
6213
6214         * lib/gl_oset.h: New file.
6215         * lib/gl_oset.c: New file.
6216         * lib/gl_array_oset.h: New file.
6217         * lib/gl_array_oset.c: New file.
6218         * lib/gl_avltree_oset.h: New file.
6219         * lib/gl_avltree_oset.c: New file.
6220         * lib/gl_rbtree_oset.h: New file.
6221         * lib/gl_rbtree_oset.c: New file.
6222         * lib/gl_anytree_oset.h: New file.
6223
6224 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6225
6226         * m4/mkancesdirs.m4: New file.
6227         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Mention dirchownmod.c,
6228         dirchownmod.h.  Don't require AC_FUNC_ALLOCA, gl_AFS, gl_CHDIR_SAFER;
6229         no longer needed.  Require gl_FUNC_LCHOWN, since dirchownmod.c needs
6230         it.
6231
6232 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6233
6234         * lib/dirchownmod.c, lib/dirchownmod.h, lib/mkancesdirs.c:
6235         * lib/mkancesdirs.h: New files.
6236         * lib/mkdir-p.c: Don't include alloca.h, stdio.h, sys/types.h,
6237         unistd.h, string.h, chdir-safer.h, dirname.h, lchmod.h, lchown.h,
6238         save-cwd.h.  Instead, include dirchownmod.h and mkancesdirs.h.
6239         (make_dir_parents): New args MAKE_ANCESTOR, OPTIONS, ANNOUNCE,
6240         MODE_BITS.  Remove options VERBOSE_FMT_STRING, CWD_ERRNO.  All
6241         callers changed.  Revamp internals significantly, by not
6242         attempting to create directories that are temporarily more
6243         permissive than the final results.  Do not attempt to use
6244         save_cwd/restore_cwd; it isn't worth it for mkdir and install.
6245         This removes some race conditions, fixes some bugs, and simplifies
6246         things.  Use new dirchownmod function to do owner and mode changes.
6247         * lib/mkdir-p.h: Likewise.
6248         * lib/modechange.c (octal_to_mode): New function.
6249         (struct mode_change): New member mentioned.
6250         (make_node_op_equals): New arg mentioned.  All callers changed.
6251         (mode_compile): Keep track of which mode bits the user has explicitly
6252         mentioned.
6253         (mode_adjust): New arg DIR, so that we implement the X op correctly.
6254         New arg PMODE_BITS, to keep track of which mode bits the user
6255         mentioned; it treats S_ISUID and S_ISGID speciall.
6256         All callers changed.
6257         * lib/modechange.h: Likewise.
6258
6259 2006-07-16  Paul Eggert  <eggert@cs.ucla.edu>
6260
6261         * MODULES.html.sh: Add mkancestors.
6262         * modules/mkancesdirs: New module.
6263         * modules/mkdir-p (Files): Remove lib/chdir-safer.c, lib/chdir-safer.h,
6264         lib/same-inode.h, m4/afs.m4, m4/chdir-safer.m4.
6265         The chdir-safer and afs files are now orphans; I'll remove them
6266         unless someone speaks up.
6267         Add lib/dirchownmod.c, lib/dirchownmod.h.
6268         (Depends-on): Remove alloca, chown, save-cwd, dirname.
6269         Add lchown, mkancesdirs.
6270         (Maintainer): Add self.
6271
6272 2006-07-15  Karl Berry  <karl@gnu.org>
6273
6274         * gnulib-tool: help message wording/arrangement.
6275
6276 2006-07-14  Simon Josefsson  <jas@extundo.com>
6277
6278         * doc/gnulib.texi (Libtool and Windows): New section.
6279
6280 2006-07-12  Simon Josefsson  <jas@extundo.com>
6281
6282         * modules/gendocs (License): Fix license, approved by Karl.
6283
6284 2006-07-12  Eric Blake  <ebb9@byu.net>
6285
6286         * MODULES.html.sh: Add gendocs.
6287
6288 2006-07-11  Eric Blake  <ebb9@byu.net>
6289
6290         * modules/fdl: New module, to install doc/fdl.texi.
6291         * MODULES.html.sh: Add new section for documentation modules.
6292         * gnulib-tool: Avoid space-tab.
6293         (--doc-base): New option, to manage files from doc.
6294
6295 2006-07-11  Eric Blake  <ebb9@byu.net>
6296
6297         * m4/absolute-header.m4: Fix comments to match recent change.
6298
6299 2006-07-11  Eric Blake  <ebb9@byu.net>
6300
6301         * gnulib-tool: List --doc-base before --tests-base.
6302
6303 2006-07-11  Derek R. Price  <derek@ximbiot.com>
6304
6305         * lib/glob.c: s/NAMLEN/_D_EXACT_NAMLEN/.
6306
6307 2006-07-11  Bruno Haible  <bruno@clisp.org>
6308
6309         * README: Mention where to put documentation.
6310
6311 2006-07-10  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6312
6313         * doc/functions.texi, gnulib-tool.texi, gnulib.texi: Fix some typos.
6314
6315 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6316
6317         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Like today's change
6318         to stdint.m4.
6319
6320 2006-07-10  Paul Eggert  <eggert@cs.ucla.edu>
6321
6322         * m4/stdint.m4 (gl_STDINT_H): Like yesterday's change to
6323         absolute-header.m4.  Also, set ABSOLUTE_STDINT_H to a string
6324         "no/such/file/stdint.h" when there is no such file, so that
6325         the resulting C code can be parsed by dodgy compilers.
6326         Problems reported by Bob Proulx.
6327
6328 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6329
6330         * lib/backupfile.c, dirfd.h, fts.c, getcwd.c, glob.c, glob_.h:
6331         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6332         macros into the GNU _D_EXACT_NAMLEN.
6333         * lib/savedir.c:  Likewise.
6334         (savedirstream): Use _D_EXACT_NAMLEN in preference to strlen.
6335
6336 2006-07-10  Derek R. Price  <derek@ximbiot.com>
6337         and Paul Eggert  <eggert@cs.ucla.edu>
6338
6339         * m4/backupfile.m4, d-ino.m4, d-type.m4, dirfd.m4, fts.m4, getcwd.m4:
6340         * m4/savedir.m4:
6341         Ignore the obsolescent !HAVE_DIRENT_H case.  Consolidate NAMLEN
6342         macros into the GNU _D_EXACT_NAMLEN.
6343
6344 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6345
6346         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Use "" rather than <>
6347         around the absolute name, to work around a problem with the HP-UX
6348         11.23 native C compiler, reported by Bob Proulx.
6349
6350 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6351
6352         * doc/maintain.texi, make-stds.texi: Sync from
6353         <http://savannah.gnu.org/projects/gnustandards>.
6354
6355 2006-07-09  Paul Eggert  <eggert@cs.ucla.edu>
6356
6357         * build-aux/depcomp, build-aux/install-sh: Sync from Automake.
6358
6359 2006-07-09  Jim Meyering  <jim@meyering.net>
6360
6361         * m4/glob.m4: Remove a doubled word in a comment.
6362
6363 2006-07-09  Jim Meyering  <jim@meyering.net>
6364
6365         * lib/argp-pv.c: Remove a doubled word in a comment.
6366         * lib/check-version.c (check_version): Likewise.
6367         * lib/javacomp.c (compile_java_class): Likewise.
6368
6369 2006-07-08  Paul Eggert  <eggert@cs.ucla.edu>
6370
6371         * gnulib-tool (func_get_filelist): Don't echo m4/onceonly_2_57.m4,
6372         for the benefit of people using Autoconf 2.60.  If you want to
6373         support older Autoconf versions you can copy m4/onceonly_2_57.m4
6374         (or m4/onceonly.m4, if pre-2.57) manually.
6375
6376 2006-07-08  Jim Meyering  <jim@meyering.net>
6377
6378         * m4/link-follow.m4: Remove one of two adjacent "whether"s in a
6379         comment.
6380         * m4/getopt.m4: Remove one of two adjacent "your"s in a comment.
6381         * m4/regex.m4 (gl_REGEX): Remove one of two adjacent "the"s in a
6382         comment.
6383
6384 2006-07-08  Jim Meyering  <jim@meyering.net>
6385
6386         * lib/getndelim2.h (getndelim2): Remove doubled "after" in comment.
6387
6388 2006-07-07  Simon Josefsson  <jas@extundo.com>
6389
6390         * tests/test-crc.c: Change expected crc value, the test vector
6391         were probably computed using the old broken crc.c?
6392
6393 2006-07-06  Simon Josefsson  <jas@extundo.com>
6394
6395         * modules/sys_socket (Files): Add m4/sockpfaf.m4 (this module is
6396         now the canonical place for the M4 file).
6397
6398         * modules/getaddrinfo (Files): Remove m4/sockpfaf.m4, we get it
6399         from the sys_socket dependency now.
6400
6401         * modules/inet_pton (Files): Ditto.
6402
6403         * modules/inet_ntop (Files): Ditto.
6404
6405 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6406
6407         * modules/getusershell (configure.ac): Use gl_FUNC_GETUSERSHELL,
6408         not gl_PREREQ_GETUSERSHELL.
6409
6410 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6411
6412         * m4/_inttypes_h.m4 (gl_INTTYPES_H): Use AC_CHECK_DECLS_ONCE
6413         with only one argument, for Autoconf 2.60.
6414         * m4/fileblocks.m4 (gl_PREREQ_FILEBLOCKS): AC_CHECK_DECLS_ONCE may
6415         expand to nothing, so add a shell command to avoid syntax error.
6416         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
6417
6418 2006-07-06  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6419
6420         * lib/strtod.c (strtod): cast the argument of tolower to unsigned char.
6421
6422 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6423
6424         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't check for getenv decl;
6425         no longer needed.  Check for isblank decl.
6426         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Don't check for getenv decl.
6427         * m4/regex.m4 (gl_PREREQ_REGEX): Dheck for isblank decl instead
6428         of existence.
6429
6430 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6431
6432         * lib/getloadavg.c: Use __VMS, not VMS.
6433         * lib/getopt.c: Likewise.
6434         * lib/getpagesize.h: Likewise.
6435         * lib/glob.c: Remove most VMS cruft; it hasn't been tested for a while
6436         and probably does not work.
6437
6438 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
6439
6440         * lib/.cppi-disable: Add wcwidth.
6441         * lib/fnmatch.c (ISBLANK): Remove.  All uses changed to isblank.
6442         (isblank) [! (defined isblank || HAVE_DECL_ISBLANK)]: New macro.
6443         (ISGRAPH): Remove.  All uses changed to isgraph.
6444         (FOLD) [!defined _LIBC]: Remove special case.
6445         * lib/getdate.y (lookup_word): Remove no-longer-needed call to islower.
6446         * lib/regex_internal.h (isblank): Depend on HAVE_DECL_ISBLANK, not
6447         HAVE_ISBLANK.
6448         * lib/strftime.c (TOLOWER, TOUPPER) [!defined _LIBC]: Remove special
6449         case.
6450
6451 2006-07-06  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6452
6453         * lib/getaddrinfo.c: Changes to compile under MSVC6: changed
6454         '#if WIN32_NATIVE' to '#ifdef' & moved WSAAPI macro inside
6455         brackets.  Other minor changes to suppress some compiler
6456         warnings.
6457
6458 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6459         and Paul Eggert  <eggert@cs.ucla.edu>
6460
6461         * m4/backupfile.m4 (gl_BACKUPFILE): Check for dirent.h, instead
6462         of invoking obsolescent AC_HEADER_DIRENT macro.
6463         * m4/d-ino.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_INO): Likewise.
6464         * m4/d-type.m4 (gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Likewise.
6465         * m4/dirfd.m4 (gl_FUNC_DIRFD): Likewise.
6466         * m4/fts.m4 (gl_FUNC_FTS_CORE): Likewise.
6467         * m4/getcwd.m4 (gl_PREREQ_GETCWD): Likewise.
6468         * m4/glob.m4 (gl_PREREQ_GLOB): Likewise.
6469         * m4/savedir.m4 (gl_SAVEDIR): Likewise.
6470         * m4/readdir.m4: Remove; no longer needed.
6471
6472 2006-07-06  Derek R. Price  <derek@ximbiot.com>
6473         and Paul Eggert  <eggert@cs.ucla.edu>
6474
6475         * lib/backupfile.c [HAVE_DIRENT_H && ! HAVE_NDIR_H]:
6476         Don't worry about this obsolete case any more.
6477         (HAVE_DIR): Remove.  All uses removed; we now assume you can read
6478         directories.
6479         * lib/dirfd.h [HAVE_DIRENT_H && ! HAVE_NDIR_H]: Don't
6480         worry about this obsolete case any more.
6481         * lib/fts.c: Likewise.
6482         * lib/getcwd.c: Likewise.
6483         * lib/glob.h: Likewise.
6484         * lib/savedir.c: Likewise.
6485
6486 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6487
6488         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Use AC_CHECK_DECLS_ONCE
6489         rather than AC_CHECK_DECLS for strtoimax and strtoumax.
6490         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Remove; no longer
6491         needed.
6492         All uses removed.
6493         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6494         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6495         * m4/exclude.m4 (gl_EXCLUDE): Don't check for isascii; no longer
6496         needed.
6497         * m4/getdate.m4 (gl_GETDATE): Likewise.
6498         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6499         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6500         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6501         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6502         * m4/strtoul.m4 (gl_PREREQ_STRTOUL): Likewise.
6503         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6504         * m4/exclude.m4 (gl_EXCLUDE): Don't require AC_C_INLINE; no longer
6505         needed.
6506
6507 2006-07-05  Paul Eggert  <eggert@cs.ucla.edu>
6508
6509         * lib/memcasecmp.c: Include <limits.h>.
6510         (memcasecmp): Don't assume UCHAR_MAX <= INT_MAX.
6511         * lib/strtod.c (strtod): Don't assume isspace works on negative chars.
6512         Don't assume isdigit succeeds only on '0' through '9'.
6513
6514 2006-07-05  Eric Blake  <ebb9@byu.net>
6515
6516         * modules/getaddrinfo (Depends-on): Add snprintf.
6517
6518 2006-07-05  Eric Blake  <ebb9@byu.net>
6519
6520         * m4/sockpfaf.m4 (gl_SOCKET_FAMILIES): Use gl_HEADER_SYS_SOCKET
6521         to avoid 'header present but could not be compiled' on cygwin.
6522
6523 2006-07-05  Eric Blake  <ebb9@byu.net>
6524
6525         * lib/getaddrinfo.h (NI_NUMERICHOST, NI_NUMERICSERV): Define if
6526         missing from netdb.h.
6527         * lib/getaddrinfo.c (includes): Include inet_ntop and snprintf.
6528
6529 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6530
6531         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Don't require AC_HEADER_STDC;
6532         no longer needed.
6533         * m4/exclude.m4 (gl_EXCLUDE): Likewise.
6534         * m4/getdate.m4 (gl_GETDATE): Likewise.
6535         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Likewise.
6536         * m4/memcasecmp.m4 (gl_MEMCASECMP): Likewise.
6537         * m4/strtod.m4 (gl_FUNC_STRTOD): Likewise.
6538         * m4/strtol.m4 (gl_PREREQ_STRTOL): Likewise.
6539         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
6540
6541 2006-07-05  Derek R. Price  <derek@ximbiot.com>
6542
6543         * lib/exclude.c (IN_CTYPE_DOMAIN, is_space): Remove; no longer needed.
6544         All uses of is_space replaced by isspace.
6545         * lib/exit.h: Don't talk about STDC_HEADERS.
6546         * lib/fnmatch.c (ISASCII): Remove; no longer needed.  All uses removed.
6547         (ISPRINT, ISDIGIT, ISALNUM, ISALPHA, ISCNTRL, ISLOWER, ISPUNCT):
6548         (ISSPACE, ISUPPER, ISXDIGIT): Remove; no longer needed.  All uses
6549         replaced by isprint etc.
6550         * lib/getdate.y (IN_CTYPE_DOMAIN, ISSPACE, ISALPHA, ISLOWER): Likewise.
6551         * lib/getusershell.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6552         * lib/memcasecmp.c (IN_CTYPE_DOMAIN, ISLOWER, TOUPPER): Likewise.
6553         * lib/strtod.c (IN_CTYPE_DOMAIN, ISSPACE, ISDIGIT, TOLOWER): Likewise.
6554         * lib/strtol.c (IN_CTYPE_DOMAIN): Likewise.
6555         * lib/xstrtol.c (IN_CTYPE_DOMAIN, ISSPACE): Likewise.
6556
6557 2006-07-05  Bruno Haible  <bruno@clisp.org>
6558
6559         * m4/strndup.m4 (gl_FUNC_STRNDUP): When cross-compiling, check whether
6560         the function exists, before testing against AIX.
6561         Reported by Martin Lambers <marlam@marlam.de>.
6562
6563 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6564
6565         * modules/cycle-check (lib_SOURCES): Add same-inode.h.
6566         From Mark D. Baushke.
6567
6568 2006-07-04  Paul Eggert  <eggert@cs.ucla.edu>
6569
6570         * m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Prepend three slashes
6571         to the absolute name, not just one, to bypass Sun C 5.8's
6572         "warning: #include of /usr/include/... may be non-portable".
6573
6574 2006-07-04  Eric Blake  <ebb9@byu.net>
6575
6576         * modules/dirname-tests: New test module.
6577         * tests/test-dirname.c: New file, replacing dirname.c
6578         TEST_DIRNAME section that was recently deleted.
6579
6580 2006-07-04  Bruno Haible  <bruno@clisp.org>
6581
6582         Assume ANSI C header files and <ctype.h> functions.
6583         * lib/mbswidth.c (IN_CTYPE_DOMAIN, ISPRINT, ISCNTRL): Remove macros.
6584         (mbsnwidth): Use isprint, iscntrl instead.
6585
6586 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6587
6588         Merge from coreutils.
6589         * MODULES.html.sh: Add xstrtold.
6590         * modules/xstrtold: New file.
6591         * modules/cycle-check (Files): Add lib/same-inode.h.
6592         * modules/dirname (Files): Add m4/double-slash-root.m4.
6593         * modules/getcwd (Files): Add m4/getcwd-abort-bug.m4.
6594         * modules/mkdir-p (Files): Add lib/same-inode.h.
6595         * modules/same (Files): Add lib/same-inode.h.
6596
6597 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6598
6599         * m4/absolute-header.m4: Renamed from full-header-path.m4.
6600         This is to keep the terminology clean; POSIX talks about
6601         "absolute pathnames", not "full pathnames", but the GNU
6602         Coding Standards say to use "path" for something else;
6603         so use "absolute" to keep both sides happy.
6604         (gl_ABSOLUTE_HEADER): Renamed from gl_FULL_HEADER_PATH.
6605         Set gl_absolute_header, not gl_full_header_path.
6606         Set gl_cv_absolute_<header>, not gl_full_path_<header>.
6607         Define ABSOLUTE_<HEADER>, not FULL_PATH_<HEADER>.
6608         All uses changed.
6609
6610         Merge from coreutils.
6611
6612         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6613
6614         * m4/c-strtod.m4 (gl_C_STRTOLD): Add c-strtod.c to LIBSOURCES.
6615         Require gl_USE_SYSTEM_EXTENSIONS, not gl_C_STRTOD, since we don't
6616         want to require the building of c-strtod.o.
6617         * m4/lib-check.m4 (cu_LIB_CHECK): Remove SEQ_LIBM, since seq no longer
6618         needs -lm directly.
6619         * m4/xstrtod.m4 (gl_XSTRTOLD): New macro.
6620
6621         2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
6622
6623         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
6624         --as-needed option if available.  Problem reported by Albert Chin in
6625         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00114.html>.
6626         However, use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
6627         cc merely issues a bunch of annoying warnings for --as-needed
6628         (this problem was reported by Bob Proulx).  Also, try linking with
6629         -lm to detect a bug in binutils 2.16 (this problem was reported
6630         by Ralf Wildenhues).
6631
6632         2006-06-18  Jim Meyering  <jim@meyering.net>
6633
6634         Test for a bug that causes glibc's getcwd to suffer a failed assertion.
6635         * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and
6636         macro.
6637         * m4/getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
6638         also check for glibc-2.4's abort-inducing bug.
6639
6640         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
6641         Low-probability clean-up should be to use rmdir to get rid of
6642         the just-created directory, not unlink.
6643
6644         * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
6645         configure fail, and request a bug report to inform us about it.
6646         Add a comment that, barring reports to the contrary, in 2007 we'll
6647         assume ftruncate is universally available.
6648
6649         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6650
6651         * m4/filemode.m4 (gl_FILEMODE): Check for strmode declaration.
6652
6653         2006-03-12  Jim Meyering  <jim@meyering.net>
6654
6655         * m4/chdir-safer.m4 (gl_CHDIR_SAFER): Add same-inode.h to the list.
6656         * m4/cycle-check.m4 (gl_CYCLE_CHECK): Likewise.
6657         * m4/same.m4 (gl_SAME): Likewise.
6658         * m4/root-dev-ino.m4 (gl_ROOT_DEV_INO): Likewise.
6659
6660         2006-03-11  Eric Blake  <ebb9@byu.net>
6661
6662         * m4/double-slash-root.m4: New file, provides gl_DOUBLE_SLASH_ROOT.
6663         * m4/dirname.m4 (gl_DIRNAME): Use gl_DOUBLE_SLASH_ROOT.
6664         * m4/dos.m4 (FILE_SYSTEM_PREFIX_LEN): Move from here to dirname.h.
6665         (FILE_SYSTEM_DRIVE_PREFIX_CAN_BE_RELATIVE): New define.
6666
6667 2006-07-03  Paul Eggert  <eggert@cs.ucla.edu>
6668
6669         * lib/stdint_.h: Include <sys/types.h> after @FULL_PATH_STDINT_H@, for
6670         MacOS X 10.4.6.  Don't mention <sys/int_types.h>.  Problems
6671         reported by Mark D. Baushke, one in
6672         <http://lists.gnu.org/archive/html/bug-gnulib/2006-07/msg00015.html>.
6673
6674         Merge from coreutils.
6675
6676         * lib/.cppi-disable: Add stdint_.h.
6677         * lib/.cvsignore: Add stdint.h.
6678
6679         2006-06-30  Paul Eggert  <eggert@cs.ucla.edu>
6680
6681         * lib/xstrtod.c (XSTRTOD, DOUBLE): New macros, so that we can support
6682         both double and long double versions.
6683         (XSTRTOD): Renamed from xstrtod.  Use DOUBLE internally.
6684         * lib/xstrtold.c: New file.
6685         * lib/xstrtod.h (xstrtold): New decl.
6686
6687         2006-05-22  Paul Eggert  <eggert@cs.ucla.edu>
6688
6689         * lib/filemode.c (setst): Remove.
6690         (strmode): Rewrite to avoid setst.  This makes the code shorter,
6691         (arguably) clearer, and the generated code is a bit smaller on my
6692         Debian GNU/Linux stable x86 host.
6693
6694         2006-04-17  Paul Eggert  <eggert@cs.ucla.edu>
6695
6696         * lib/filemode.c: Include "filemode.h" first, to test the interface.
6697         Assume that filemode.h includes sys/types.h and sys/stat.h.
6698         (HAVE_ST_DM_MODE): New macro, moved here from ls.c.
6699         (ftypelet): Reorder to put common cases first, for efficiency.
6700         Add 'P', 'w'.  Remove 'M', since it's now the caller's responsibility
6701         to do 'M'.
6702         (strmode): Renamed from mode_string, and now stores 12 bytes instead
6703         of 10, for compatibility with FreeBSD.  All callers changed.
6704         (filemodestring): Now stores 12 bytes instead of 10, and sets file
6705         types that can't be deduced solely from st_mode.  First arg is now a
6706         const pointer.
6707         * lib/filemode.h (HAVE_DECL_STRMODE): Include <string.h> for strmode.
6708         (strmode): Renamed from mode_string.
6709         (filemodestring): New decl.
6710         * lib/stat-macros.h: Don't undef S_ISDOOR, since it's never buggy.
6711         (S_ISDOOR): Don't bother with S_IFDOOR, since that code is never
6712         needed.
6713         (S_ISPORT, S_ISWHT): New macros, if not already defined.
6714
6715         2006-04-12  Paul Eggert  <eggert@cs.ucla.edu>
6716
6717         * lib/fsusage.c: Don't include <inttypes.h> or <stdint.h>, since
6718         fsusage.h now does that.  Include fsusage.h first, to test interface.
6719         Prefer statvfs if it works, since it's blessed by POSIX.  Attempt
6720         at most one method (the old code could have generated decls that
6721         didn't conform to C89, not that this was ever exercised).
6722         * lib/fsusage.h: Include <inttypes.h> and <stdint.h> if they exist.
6723
6724         2006-03-19  Jim Meyering  <jim@meyering.net>
6725
6726         Work even in a chroot where d_ino values for entries in "/"
6727         don't match the stat.st_ino values for the same names.
6728         * lib/getcwd.c (__getcwd): When no d_ino value matches the target inode
6729         number, iterate through all entries again, using lstat instead.
6730         Reported by Kenshi Muto in http://bugs.debian.org/355810, and by
6731         Zouhir Hafidi in https://bugzilla.redhat.com/bugzilla/190656.
6732
6733         * lib/getcwd.c (__getcwd): Clarify a comment.
6734         Use memcpy in place of a call to strcpy.
6735
6736         2006-03-12  Jim Meyering  <jim@meyering.net>
6737
6738         * lib/fts-cycle.c (leave_dir): If cycle-check's saved dev-ino pair
6739         matches that of the current directory (which we're about to chdir ".."
6740         out of), then save the dev-ino of the parent, instead.
6741
6742         * lib/same-inode.h (SAME_INODE): New file/macro.
6743         * lib/chdir-safer.c (SAME_INODE): Remove definition.
6744         Include "same-inode.h", instead.
6745         * lib/same.c: Likewise.
6746         * lib/cycle-check.h: Include "same-inode.h".
6747         (CYCLE_CHECK_REFLECT_CHDIR_UP): Define.
6748         * lib/cycle-check.c (SAME_INODE): Remove definition.
6749         * lib/root-dev-ino.h: Include "same-inode.h".
6750
6751         2006-03-11  Eric Blake  <ebb9@byu.net>
6752
6753         * lib/same.c (same_name): s/base_name/last_component/
6754         * lib/backupfile.c (check_extension, numbered_backup): Likewise.
6755         * lib/filenamecat.c (file_name_concat): Likewise.
6756
6757         2006-03-11  Eric Blake  <ebb9@byu.net>,
6758                     Paul Eggert  <eggert@cs.ucla.edu>
6759
6760         * lib/dirname.h (FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
6761         [FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't treat 1: as a
6762         drive prefix.
6763         (IS_ABSOLUTE_FILE_NAME): Treat all drive letters as absolute on
6764         platforms like cygwin with FILE_SYSTEM_DRIVE_PREFIX_IS_ABSOLUTE.
6765         (last_component): New method.
6766         * lib/dirname.c (dir_len): Determine when drive letters need a
6767         subsequent slash.  Preserve // when it is special.
6768         (dir_name): Don't append dot when drive letter is absolute.
6769         [TEST_DIRNAME]: Move into a full-blown gnulib test.
6770         * lib/basename.c (base_name): New semantics - malloc the result.
6771         Preserve // when it is special.  Preserve relative files that look
6772         like drive letters.
6773         (base_len): Preserve // when it is special.
6774         (last_component): New method, similar to old base_name semantics.
6775         * lib/stripslash.c (strip_trailing_slashes): Use last_component, not
6776         base_name.  Strip redundant slashes from ///.
6777
6778 2006-07-03  Jim Meyering  <jim@meyering.net>
6779
6780         * lib/cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if this
6781         macro is used before the first cycle_check call.
6782
6783 2006-07-03  Eric Blake  <ebb9@byu.net>
6784
6785         * modules/dirname (Depends-on): Add xstrndup.
6786
6787 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6788
6789         * m4/stdint.m4 (gl_STDINT_H): Use more-mnemonic identifiers for
6790         test cases, so that config.log is a bit easier to follow.
6791
6792 2006-07-02  Paul Eggert  <eggert@cs.ucla.edu>
6793
6794         * lib/stdint_.h (intmax_t, uintmax_t): Prefer long to long long if
6795         both are 64 bits, since this seems to be the tradition, and this
6796         prevents gcc -Wformat from warning about usages with PRIuMAX.  If
6797         we ever run into a host that prefers long long to long in this
6798         case, we'll need another configure-time test.  Problem reported by
6799         Jim Meyering.
6800
6801 2006-07-02  Eric Blake  <ebb9@byu.net>
6802
6803         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
6804
6805 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6806
6807         * modules/inttypes (Depends-on): No longer depends on stdint.
6808         * modules/stdint (Description): Say more about assumptions.
6809         Say that the fast types might differ.  Say macros are used.
6810         (Files): Remove m4/size_max.m4, m4/wchar_t.m4.  Add m4/longlong.m4.
6811         (Makefile.am): Revise list of substituted symbols to match
6812         new stdint.m4.
6813         * modules/stdint-tests (Files): Add m4/wchar_t.m4, m4/wint_t.m4.
6814         (configure.ac): Add gt_TYPE_WCHAR_T, gt_TYPE_WINT_T.
6815         * tests/test-stdint.c (verify_same_types)
6816         [! (__GNUC__ >= 2 && DO_PEDANTIC)]: Put in a decl, so that
6817         the code conforms to C99/C89.
6818         Test for WCHAR_MIN and WCHAR_MAX only if HAVE_WCHAR_T.
6819         Test for WINT_MIN and WINT_MAX only if HAVE_WINT_T.
6820
6821 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6822
6823         * m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Backport from Autoconf 2.60,
6824         but fix a bug, by requiring at least 64 bits.
6825         * m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT): Likewise.
6826         * m4/longlong.m4 (gl_AC_TYPE_LONG_LONG): Now just call
6827         AC_TYPE_LONG_LONG_INT.  This macro is obsolete and will go soon.
6828         * m4/ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG) Likewise.
6829
6830         * m4/stdint.m4 (gl_STDINT_H): Rewrite to accommodate stdint_.h
6831         changes.  Make 2.59 a prerequisite.  Check and substitute for
6832         HAVE_LONG_LONG_INT.  Rely on Autoconf to check for stdint.h and
6833         inttypes.h.  Do not use special include files; just use the
6834         defaults.  Check for sys/inttypes.h and sys/bitypes.h in the usual
6835         way now.  Remove no-longer-needed tests for HAVE_LONG_64BIT,
6836         HAVE_LONG_LONG_64BIT, int8_t, int16_t, int32_t, int64_t, uint8_t,
6837         uint16_t, uint32_t uint64_t, int_least8_t, int_least16_t,
6838         int_least32_t, int_least64_t, uint_least8_t, uint_least16_t,
6839         uint_least32_t, uint_least64_t, int_fast8_t, int_fast16_t,
6840         int_fast32_t, int_fast64_t, uint_fast8_t uint_fast16_t,
6841         uint_fast32_t, uint_fast64_t, intptr_t, uintptr_t, intmax_t,
6842         uintmax_t, INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX,
6843         UINT16_MAX, INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN,
6844         INT64_MAX, UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX,
6845         UINT_LEAST8_MAX, INT_LEAST16_MIN, INT_LEAST16_MAX,
6846         UINT_LEAST16_MAX, INT_LEAST32_MIN, INT_LEAST32_MAX,
6847         UINT_LEAST32_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX,
6848         UINT_LEAST64_MAX, INT_FAST8_MIN, INT_FAST8_MAX, UINT_FAST8_MAX,
6849         INT_FAST16_MIN, INT_FAST16_MAX, UINT_FAST16_MAX, INT_FAST32_MIN,
6850         INT_FAST32_MAX, UINT_FAST32_MAX, INT_FAST64_MIN, INT_FAST64_MAX,
6851         UINT_FAST64_MAX, INTPTR_MIN, INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN,
6852         INTMAX_MAX, UINTMAX_MAX, PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN,
6853         SIG_ATOMIC_MAX, SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN,
6854         WINT_MAX.  Check for C99 conformance more strictly, by detecting
6855         bugs in glibc 2.4, Solaris 10, and OpenBSD 3.9.  On the other hand do
6856         not check for things that C99 does not require, e.g., int8_t.  If
6857         a test isn't needed unless <stdint.h> isn't working, and is
6858         unlikely to be needed for any other reason, then don't do it
6859         unless <stdint.h> isn't working.  Do not check for ptrdiff_t or
6860         size_t, since we assume C89 freestanding at least.  Do not check
6861         for sig_atomic_t, wchar_t, or wint_t, since the code now does
6862         the right thing even if the types are not defined.  Instead use:
6863         (gl_STDINT_TYPE_PROPERTIES): New macro.
6864         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H): Remove.  Don't bother
6865         testing whether <sys/types.h> clashes, as Autoconf does this for
6866         us now.  All uses removed.
6867         (gl_STDINT_CHECK_TYPES, gl_STDINT_MISSING_BOUND):
6868         (gl_STDINT_MISSING_BOUNDS, gl_STDINT_MISSING_BOUNDS2):
6869         (gl_CHECK_TYPE_SAME):
6870         Remove; no longer needed.
6871         (gl_STDINT_BITSIZEOF): Don't bother to check whether the type
6872         exists, since we'll return 0 anyway in that case.
6873         (gl_INTEGER_TYPE_SUFFIX, gl_STDINT_INCLUDES): New macros.
6874
6875 2006-07-01  Paul Eggert  <eggert@cs.ucla.edu>
6876
6877         * lib/stdint_.h (_GL_STDINT_H): Renamed from _STDINT_H, to avoid
6878         possible collision with system files.
6879         (<stdio.h>, <time.h>, <wchar.h>) [defined __cplusplus && ! defined
6880         __STDC_CONSTANT_MACROS)]: Do not include, since we don't need
6881         WCHAR_MIN and WCHAR_MAX in this case.
6882         (<stddef.h>): Do not include; no longer needed.
6883         (<sys/types.h>): Include if @HAVE_SYS_TYPES_H@, not if
6884         (defined(__OpenBSD__) || defined(__bsdi__) || defined(__sgi)).
6885         (<sys/inttypes.h>): Include if @HAVE_SYS_INTTYPES_H@ &&
6886         !@HAVE_INTTYPES_H@, not if (defined(__FreeBSD__)
6887         && (__FreeBSD__ >= 3) && (__FreeBSD__ <= 4)).
6888         (__STDINT_H__) [@HAVE_STDINT_H@ && defined __sgi && ! defined
6889         __c99]: Define, to work around IRIX <stdint.h> incompatibility.
6890         (@FULL_PATH_STDINT_H@) [!(defined(__sgi) && @HAVE_INTTYPES_H@ &&
6891         !defined(__c99))]: Include in this case too, since it's harmless
6892         now.
6893         (<inttypes.h>) [@HAVE_INTTYPES_H@]: Include, since it's no longer
6894         dangerous to do so.
6895         (@FULL_PATH_INTTYPES_H@) [(defined(__hpux) || defined(_AIX)) &&
6896         @HAVE_INTTYPES_H@]: Do not include, since we now include <inttypes.h>.
6897         (_STDINT_MIN, _STDINT_MAX): New macros.
6898         (int8_t, uint8_t, int16_t, uint16_t, int32_t, uint32_t, int64_t):
6899         (uint64_t, int_least8_t, uint_least8_t, int_least16_t):
6900         (uint_least16_t, int_least32_t, uint_least32_t, int_least64_t):
6901         (uint_least64_t, int_fast8_t, uint_fast8_t, int_fast16_t):
6902         (uint_fast16_t, int_fast32_t, uint_fast32_t, int_fast64_t):
6903         (uint_fast64_t, intptr_t, uintptr_t, intmax_t, uintmax_t): Now
6904         macros, not typedefs; this simplifies things quite a bit.
6905         Use long int for all types narrower than int64_t.
6906         (intmax_t, uintmax_t, INTMAX_C, UINTMAX_C):
6907         Define in terms of long long int or int64_t or long int,
6908         not int64_t or int32_t.  This saves some compile-time testing.
6909         (INT8_MIN, INT8_MAX, UINT8_MAX, INT16_MIN, INT16_MAX, UINT16_MAX):
6910         (INT32_MIN, INT32_MAX, UINT32_MAX, INT64_MIN, INT64_MAX):
6911         (UINT64_MAX, INT_LEAST8_MIN, INT_LEAST8_MAX, UINT_LEAST8_MAX):
6912         (INT_LEAST16_MIN, INT_LEAST16_MAX, UINT_LEAST16_MAX):
6913         (INT_LEAST32_MIN, INT_LEAST32_MAX, UINT_LEAST32_MAX):
6914         (INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX, INT_FAST8_MIN):
6915         (INT_FAST8_MAX, UINT_FAST8_MAX, INT_FAST16_MIN, INT_FAST16_MAX):
6916         (UINT_FAST16_MAX, INT_FAST32_MIN, INT_FAST32_MAX, UINT_FAST32_MAX):
6917         (INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTPTR_MIN):
6918         (INTPTR_MAX, UINTPTR_MAX, INTMAX_MIN, INTMAX_MAX, UINTMAX_MAX):
6919         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6920         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6921         undef any previous version and define our own version, for
6922         simplicity and consistency with the new macros for types.
6923         (PTRDIFF_MIN, PTRDIFF_MAX, SIG_ATOMIC_MIN, SIG_ATOMIC_MAX):
6924         (SIZE_MAX, WCHAR_MIN, WCHAR_MAX, WINT_MIN, WINT_MAX):
6925         Simplify definitions by using _STDINT_MIN and _STDINT_MAX
6926         where appropriate.  Rely on new symbols @PTRDIFF_T_SUFFIX@,
6927         @SIG_ATOMIC_T_SUFFIX@, @SIZE_T_SUFFIX@, @WCHAR_T_SUFFIX@,
6928         @WINT_T_SUFFIX@ to keep things simple here.
6929         (UINT8_C, UINT16_C, UINT32_C, INT64_C, UINT64_C):
6930         Simplify by assuming typical 8/16/32/64 host, since we're
6931         already doing that elsewhere anyway.
6932         Use (LONG_MAX >> 31 >> 31 == 1) rather than @HAVE_LONG_64BIT@,
6933         and assume long long int is 64 bits if available.  This
6934         speeds up 'configure'.
6935
6936 2006-07-01  Eric Blake  <ebb9@byu.net>
6937
6938         * m4/stdarg.m4 (gl_STDARG_H): Use proper AH_VERBATIM.
6939         Reported by Andreas Buening.
6940
6941 2006-07-01  Eric Blake  <ebb9@byu.net>
6942
6943         * m4/stdarg.m4 (gl_STDARG_H): Properly parenthesize gl_va_copy.
6944
6945 2006-06-30  Jim Hyslop  <jhyslop@dreampossible.ca>  (tiny change)
6946
6947         * lib/getaddrinfo.c: fixed typo
6948
6949 2006-06-29  Jim Meyering  <jim@meyering.net>
6950
6951         * modules/strftime (Maintainer): Add my name, since with the
6952         FPRINTFTIME changes strftime.c has forked from glibc.
6953
6954 2006-06-29  Eric Blake  <ebb9@byu.net>
6955
6956         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Use AC_C_INLINE.
6957
6958 2006-06-29  Eric Blake  <ebb9@byu.net>
6959
6960         * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): New file.
6961
6962 2006-06-29  Eric Blake  <ebb9@byu.net>
6963
6964         * lib/stat_.h: New file.
6965
6966 2006-06-29  Eric Blake  <ebb9@byu.net>
6967
6968         * lib/stat_.h (rpl_mkdir): Declare inline, to avoid warnings about
6969         unused static function.
6970
6971 2006-06-29  Eric Blake  <ebb9@byu.net>
6972
6973         * doc/functions.texi (Function Portability): Document missing lstat
6974         on mingw.
6975
6976 2006-06-29  Eric Blake  <ebb9@byu.net>
6977
6978         * MODULES.html.sh: Add sys_stat.
6979         * modules/sys_stat: New module.
6980         * modules/mkstemp (Depends-on): Add sys_stat.
6981
6982 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6983
6984         * m4/strftime.m4: Don't call AC_FUNC_STRFTIME.
6985
6986 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6987
6988         * m4/c-bs-a.m4: Removed.
6989
6990 2006-06-29  Derek R. Price  <derek@ximbiot.com>
6991
6992         * lib/strftime.c: Assume strftime() exists.
6993
6994 2006-06-29  Derek Price  <derek@ximbiot.com>
6995
6996         * modules/c-bs-a: Removed - \a is C89.
6997         * MODULES.html.sh: Remove c-bs-a.
6998
6999 2006-06-29  Bruno Haible  <bruno@clisp.org>
7000
7001         * modules/wcwidth (License): Change to LGPL.
7002
7003 2006-06-28  Simon Josefsson  <jas@extundo.com>
7004
7005         * tests/test-getaddrinfo.c: Test getnameinfo too.  Call WSAStartup
7006         on _WIN32.
7007
7008         * modules/getaddrinfo (Depends-on): Add inet_ntop, needed by
7009         getnameinfo.
7010
7011 2006-06-28  Simon Josefsson  <jas@extundo.com>
7012
7013         * m4/getaddrinfo.m4: Look for getnameinfo prototypes too.
7014
7015 2006-06-28  Simon Josefsson  <jas@extundo.com>
7016
7017         * lib/getaddrinfo.c: Try to load ws2_32.dll on Windows, to find the
7018         functions there.  It will succeed on Windows XP, but on Windows
7019         2000 and (presumably) earlier, it will fail, and use the internal
7020         re-implementation.
7021         (use_win32_p): New function.
7022         (getaddrinfo): Use strtoul on servname, to support numeric ports.
7023         Support AI_NUMERICSERV to disable getservbyname.
7024         (getnameinfo): New function, only supports
7025         NI_NUMERICHOST|NI_NUMERICSERV for now.
7026
7027         * lib/getaddrinfo.h: Test and check for AI_* flags separately, MinGW
7028         only have some of them.  Add AI_NUMERICSERV.  Add prototype for
7029         getnameinfo.
7030
7031 2006-06-28  Eric Blake  <ebb9@byu.net>
7032
7033         * modules/wcwidth: New file.
7034         * modules/mbchar (Depends-on): Add wcwidth.
7035         * modules/mbswidth (Depends-on): Add wcwidth.
7036         * MODULES.html.sh: Add wcwidth.
7037
7038 2006-06-28  Eric Blake  <ebb9@byu.net>
7039
7040         * m4/mbswidth.m4 (gl_MBSDWIDTH): Move wcwidth from here...
7041         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): ...to this new file.
7042
7043 2006-06-28  Eric Blake  <ebb9@byu.net>
7044
7045         * lib/xvasprintf.h: Fix comments.
7046
7047 2006-06-28  Eric Blake  <ebb9@byu.net>
7048
7049         * lib/mbchar.h (wcwidth): Include wcwidth.h.
7050         * lib/mbswidth.c (wcwidth): Move from here...
7051         * lib/wcwidth.h: ...to this new file.
7052
7053 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7054
7055         * m4/savedir.m4: Remove AC_FUNC_CLOSEDIR_VOID requirement.
7056
7057         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
7058         it's obsolete.
7059         * m4/strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
7060
7061 2006-06-28  Derek R. Price  <derek@ximbiot.com>
7062
7063         * lib/savedir.c (CLOSEDIR): Remove.  All uses changed to closedir.
7064         Autoconf 2.60 says this stuff was obsolete.
7065
7066 2006-06-28  Bruno Haible  <bruno@clisp.org>
7067
7068         * modules/wcwidth (Files): Add m4/wchar_t.m4.
7069
7070 2006-06-28  Bruno Haible  <bruno@clisp.org>
7071
7072         * m4/wcwidth.m4 (gl_FUNC_WCWIDTH): Also require AC_C_INLINE and
7073         gt_TYPE_WCHAR_T.
7074
7075 2006-06-28  Bruno Haible  <bruno@clisp.org>
7076
7077         * lib/wcwidth.h: Declare nothing if !HAVE_WCHAR_T. Provide a fallback
7078         declaration for wcwidth.
7079         * lib/mbswidth.c: Restore the includes of <wchar.h> and <wctypes.h>.
7080
7081 2006-06-28  Bruno Haible  <bruno@clisp.org>
7082
7083         * lib/mkdtemp.c [MINGW]: Include <io.h>.
7084         (mkdir): Define using _mkdir.
7085
7086 2006-06-28  Bruno Haible  <bruno@clisp.org>
7087
7088         * lib/getaddrinfo.h: Fix POSIX URL.
7089         * lib/getaddrinfo.c (WIN32_NATIVE): New macro. Use it instead of
7090         _WIN32.
7091         (use_win32_p): Make static.
7092         (getaddrinfo): Reject service name if it is empty or does not consist
7093         solely of decimal digits, or if its value is > 65535.
7094         (getnameinfo): Remove useless casts.
7095
7096 2006-06-27  Simon Josefsson  <jas@extundo.com>
7097
7098         * modules/sys_select: New file, suggested by Bruno Haible, Paul
7099         Eggert and Martin Lambers.
7100
7101 2006-06-27  Simon Josefsson  <jas@extundo.com>
7102
7103         * m4/sys_select_h.m4: New file, suggested by Bruno Haible, Paul
7104         Eggert and Martin Lambers.
7105
7106 2006-06-27  Bruno Haible  <bruno@clisp.org>
7107
7108         * m4/stdint.m4 (gl_STDINT_BITSIZEOF): For nonexistent types, set the
7109         result to 0, not to empty.
7110         Reported by Martin Neitzel <neitzel@sco.gaertner.de>.
7111
7112 2006-06-27  Bruno Haible  <bruno@clisp.org>
7113
7114         * lib/stdint_.h (intmax_t, uintmax_t): Undefine before typedef.
7115
7116 2006-06-26  Simon Josefsson  <jas@extundo.com>
7117
7118         * m4/inet_ntop.m4: Don't check for sys/types.h, we assume it is
7119         present.
7120
7121 2006-06-26  Paul Eggert  <eggert@cs.ucla.edu>
7122
7123         * lib/base64.c (B64): Use _ as the formal parameter, not x, to avoid
7124         bug in IBM C V6 for AIX.  Problem reported by Larry Jones in
7125         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00181.html>.
7126
7127 2006-06-26  Mark D. Baushke  <mdb@gnu.org>
7128
7129         * m4/stdint.m4 (gl_STDINT_H): Treat BSD/OS like OpenBSD.
7130
7131 2006-06-26  Bruno Haible  <bruno@clisp.org>
7132
7133         * modules/stdint (Makefile.am): Also substitute HAVE_WCHAR_H.
7134
7135 2006-06-26  Bruno Haible  <bruno@clisp.org>
7136
7137         * m4/stdint.m4 (gl_STDINT_H): Test also for <wchar.h>.
7138
7139 2006-06-26  Bruno Haible  <bruno@clisp.org>
7140
7141         * m4/stdint.m4 (gl_STDINT_H): Don't include <stdint.h> when using the
7142         SGI C compiler in pre-C99 mode.
7143         Suggested by Mark D. Baushke and Larry Jones.
7144
7145 2006-06-26  Bruno Haible  <bruno@clisp.org>
7146
7147         * lib/stdint_.h: Include <wchar.h> if necessary for WCHAR_MIN or
7148         WCHAR_MAX.
7149         Reported by Mark D. Baushke and Larry Jones.
7150
7151 2006-06-26  Bruno Haible  <bruno@clisp.org>
7152
7153         * lib/stdint_.h: Don't include <stdint.h> when using the SGI C compiler
7154         in pre-C99 mode.
7155         Suggested by Mark D. Baushke and Larry Jones.
7156
7157 2006-06-23  Simon Josefsson  <jas@extundo.com>
7158             Bruno Haible  <bruno@clisp.org>
7159
7160         * gnulib-tool (func_emit_lib_Makefile_am): Define MOSTLYCLEANDIRS.
7161         Emit mostlyclean-local rule.
7162         (func_emit_tests_Makefile_am): Likewise.
7163         * modules/sys_socket (Makefile.am): Use MOSTLYCLEANDIRS.
7164
7165 2006-06-23  Mark D. Baushke  <mdb@gnu.org>
7166
7167         * lib/stdint_.h: Treat BSD/OS like OpenBSD.
7168
7169 2006-06-23  Bruno Haible  <bruno@clisp.org>
7170
7171         * tests/test-stdint.c: Update to match ISO C 99 Technical
7172         Corrigendum 1.
7173
7174 2006-06-23  Bruno Haible  <bruno@clisp.org>
7175
7176         * m4/stdint.m4 (gl_STDINT_H): Treat IRIX like OpenBSD.
7177
7178 2006-06-23  Bruno Haible  <bruno@clisp.org>
7179
7180         * lib/stdint_.h: Treat IRIX like OpenBSD.
7181
7182 2006-06-23  Bruno Haible  <bruno@clisp.org>
7183
7184         * lib/stdint_.h (UINT8_C, UINT16_C, UINT32_C): Define according to
7185         ISO C 99 Technical Corrigendum 1.
7186
7187 2006-06-22  Simon Josefsson  <jas@extundo.com>
7188
7189         * m4/sockpfaf.m4: Include winsock2.h too, to make it work under
7190         MinGW.
7191
7192 2006-06-22  Paul Eggert  <eggert@cs.ucla.edu>
7193
7194         * lib/glob.c (collated_compare): Remove 'const' uses that weren't
7195         needed.  Some compiler complained about some of them.  Problem reported
7196         by Larry Jones in
7197         <http://lists.gnu.org/archive/html/bug-gnulib/2006-06/msg00172.html>.
7198
7199 2006-06-21  Simon Josefsson  <jas@extundo.com>
7200
7201         * tests/test-getaddrinfo.c: New file.
7202
7203         * modules/getaddrinfo-tests: New file.
7204
7205         * MODULES.html.sh: Add inet_pton.
7206
7207         * modules/inet_pton: New file.
7208
7209 2006-06-21  Simon Josefsson  <jas@extundo.com>
7210
7211         * m4/getaddrinfo.m4: Don't define WINVER.  Look for gethostbyname in
7212         -lws2_32 too.  Fixes getaddrinfo on Windows 2000, with the price
7213         of using the (limited) gnulib implementation on Windows XP.
7214
7215         * m4/inet_pton.m4: New file.
7216
7217 2006-06-21  Simon Josefsson  <jas@extundo.com>
7218
7219         * lib/getaddrinfo.c (getaddrinfo): Set ai_family in the return
7220         variable.
7221
7222         * lib/socket_.h: Don't define WINVER.
7223
7224         * lib/inet_pton.h, inet_pton.c: New file, taken from glibc but
7225         slightly modified to work in gnulib.
7226
7227 2006-06-21  Simon Josefsson  <jas@extundo.com>
7228
7229         * doc/gnulib.texi (Windows sockets): Add.
7230
7231 2006-06-21  Paul Eggert  <eggert@cs.ucla.edu>
7232
7233         * lib/read-file.c (fread_file): Start with buffer allocation of
7234         0 bytes rather than 1 byte; this simplifies the code.
7235         Don't invoke feof; it's not needed.  Refactor to avoid duplicate
7236         code to free buffer and save/restore errno.
7237         (internal_read_file): Remove unused local.
7238
7239 2006-06-20  Paul Eggert  <eggert@cs.ucla.edu>
7240
7241         * lib/openat.c (openat): Use ?:, not if, to work around GCC bug 4210
7242         <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4210>.
7243         Problem reported by Denis Excoffier in
7244         <http://lists.gnu.org/archive/html/bug-tar/2006-06/msg00023.html>.
7245
7246 2006-06-19  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
7247
7248         * modules/sys_socket, modules/socklen: Include sys/types since
7249         FreeBSD 4.x's sys/socket.h needs it.
7250
7251 2006-06-19  Simon Josefsson  <jas@extundo.com>
7252
7253         * lib/inet_ntop.c: Always build inet_ntop4, since inet_ntop6 calls it.
7254
7255 2006-06-19  Paul Eggert  <eggert@cs.ucla.edu>
7256
7257         * lib/alloca_.h (alloca) [defined alloca]: Don't define or declare.
7258
7259 2006-06-19  Bruno Haible  <bruno@clisp.org>
7260
7261         * m4/stdint.m4 (gl_STDINT_H): Enclose the values of FULL_PATH_STDINT_H
7262         and FULL_PATH_INTTYPES_H in angle brackets.
7263         Reported by Mark D. Baushke <mdb@gnu.org>.
7264
7265 2006-06-17  Eric Blake  <ebb9@byu.net>
7266
7267         * m4/rmdir-errno.m4 (gl_FUNC_FMDIR_NOTEMPTY): Assume errno.h declares
7268         errno.
7269
7270 2006-06-17  Bruno Haible  <bruno@clisp.org>
7271
7272         * m4/stdint.m4 (gl_STDINT_H) [FreeBSD >= 5]: Don't include
7273         <sys/inttypes.h>.
7274
7275 2006-06-17  Bruno Haible  <bruno@clisp.org>
7276
7277         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove test
7278         whether errno is declared. Assume <errno.h> declares errno.
7279
7280 2006-06-17  Bruno Haible  <bruno@clisp.org>
7281
7282         * lib/stdint_.h [FreeBSD >= 5]: Don't include <sys/inttypes.h>.
7283
7284 2006-06-17  Bruno Haible  <bruno@clisp.org>
7285
7286         * lib/stdint_.h (_UINT8_T, _UINT32_T, _UINT64_T): New macros. Fixes a
7287         problem on Solaris 2.5.1.
7288
7289 2006-06-16  Eric Blake  <ebb9@byu.net>
7290
7291         * lib/unsetenv.c [!defined errno]: Assume errno.h declares errno.
7292         * lib/unicodeio.c [!defined errno]: Likewise.
7293         * lib/strtol.c [!defined errno]: Likewise.
7294         * lib/strtod.c [!defined errno]: Likewise.
7295
7296 2006-06-15  Eric Blake  <ebb9@byu.net>
7297
7298         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Work in spite of -Werror.
7299
7300 2006-06-15  Eric Blake  <ebb9@byu.net>
7301
7302         * config/srclist.txt (ssize_t.m4): Lose sync.
7303
7304 2006-06-15  Bruno Haible  <bruno@clisp.org>
7305
7306         * modules/stdint (Files): Include m4/full-header-path.m4,
7307         m4/size_max.m4, m4/wchar_t.m4.
7308         (Makefile.am): Many more substitutions.
7309         * modules/stdint-tests: New file.
7310         * tests/test-stdint.c: New file.
7311
7312 2006-06-15  Bruno Haible  <bruno@clisp.org>
7313
7314         * m4/stdint.m4 (gl_STDINT_H): Rewritten to produce a complete stdint.h.
7315         (gl_HEADER_STDINT_H, gl_HEADER_INTTYPES_H, gl_STDINT_CHECK_TYPES,
7316         gl_STDINT_MISSING_BOUND, gl_STDINT_MISSING_BOUNDS,
7317         gl_STDINT_MISSING_BOUNDS2, gl_STDINT_BITSIZEOF, gl_CHECK_TYPES_SIGNED,
7318         gl_CHECK_TYPE_SAME): New macros.
7319
7320 2006-06-15  Bruno Haible  <bruno@clisp.org>
7321
7322         * m4/size_max.m4 (gl_SIZE_MAX): Make it work also when cross-compiling.
7323
7324 2006-06-15  Bruno Haible  <bruno@clisp.org>
7325
7326         * lib/stdint_.h: Rewritten to be fully auto-configured.
7327         Fixes bug on HP-UX/IA64.
7328
7329 2006-06-11  Paul Eggert  <eggert@cs.ucla.edu>
7330
7331         * lib/getdate.y (__attribute__): Don't define if already defined.
7332         Problem reported by Larry Jones.
7333         * lib/utimens.c (__attribute__): Likewise.
7334
7335 2006-06-04  Paul Eggert  <eggert@cs.ucla.edu>
7336
7337         * lib/regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
7338         reported by Andreas Schwab.
7339
7340 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7341             Bruno Haible  <bruno@clisp.org>
7342
7343         * m4/strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
7344         check for the declaration of strnlen and a run test that exposes the
7345         AIX 5.1 strnlen bug.  In the failure case, #define strndup to
7346         rpl_strndup.
7347
7348 2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7349             Bruno Haible  <bruno@clisp.org>
7350
7351         * lib/strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.
7352
7353 2006-05-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7354
7355         * m4/c-strtod.m4 (gl_C99_STRTOLD): Use a link test rather than a
7356         compile test, for Tru64 4.0D.
7357
7358 2006-05-28  Karl Berry  <karl@gnu.org>
7359
7360         * config/srclist.txt (printf-args.c): lose sync.
7361
7362 2006-05-26  Martin Lambers  <marlam@marlam.de>
7363
7364         * lib/getpass.c: Updates the test for the native W32 API, and adds
7365         missing includes, thus fixing compilation warnings.
7366
7367 2006-05-25  Sergey Poznyakoff  <gray@gnu.org.ua>
7368
7369         * lib/exclude.c (exclude_fnmatch): New function.
7370         (excluded_file_name): Call exclude_fnmatch.
7371         * lib/exclude.h (excluded_file_name): New prototype
7372
7373 2006-05-25  Paul Eggert  <eggert@cs.ucla.edu>
7374
7375         * lib/tempname.c (small_open, large_open): New macros.
7376         (__open, __open64) [!_LIBC]: Remove.
7377         (__gen_tempname): Use small_open and large_open instead of __open
7378         and __open64.  This fixes a portability bug on HP-UX 11.11i
7379         reported by Simon Wing-Tang in
7380         <http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.
7381
7382 2006-05-24  Bruno Haible  <bruno@clisp.org>
7383
7384         * lib/printf-args.c (printf_fetchargs): Turn NULL pointers for
7385         TYPE_STRING and TYPE_WIDE_STRING into a non-NULL replacement.
7386         Reported by Thorsten Maerz <torte@netztorte.de> via
7387         Aaron Stone <aaron@serendipity.cx>.
7388
7389 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7390
7391         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Rename cache variables to use
7392         gl_ rather than jm_.  Link, don't run, so that cross-compiles are
7393         allowed.  Check that resulting type is arithmetic.  Move AC_REQUIRE
7394         and AC_CHECK_HEADERS_ONCE outside of AC_CACHE_CHECK, since they're
7395         not really conditional on the cache.
7396         (gl_PREREQ_NANOSLEEP): Check for sys/select.h.
7397
7398 2006-05-19  Paul Eggert  <eggert@cs.ucla.edu>
7399
7400         * lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
7401         Use the usual Autoconf way to include <time.h> and/or sys/time.h.
7402         (my_usleep): Don't mishandle maximum value.
7403
7404 2006-05-19  Jim Meyering  <jim@meyering.net>
7405
7406         * lib/getugroups.c: Correct an outdated comment.  From Bruno Haible.
7407
7408 2006-05-17  Bruno Haible  <bruno@clisp.org>
7409
7410         Cygwin portability.
7411         * lib/classpath.c (PATH_SEPARATOR) [CYGWIN]: Define as ':'.
7412
7413 2006-05-17  Bruno Haible  <bruno@clisp.org>
7414
7415         * lib/stdint_.h: Fix recognition of Cygwin.
7416
7417 2006-05-15  Bruno Haible  <bruno@clisp.org>
7418
7419         * build-aux/config.rpath: Improve support for Sun C 5.9 on Linux, based
7420         on libtool patch by Ralf Wildenhues.
7421
7422 2006-05-14  Paul Eggert  <eggert@cs.ucla.edu>
7423
7424         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Fix overly-picky
7425         test for C99 conformance; (bool) 0.5 is an integer constant
7426         expression, but (bool) -0.5 is not.  Problem reported by Fedor
7427         Sergeev in <http://forum.sun.com/jive/thread.jspa?threadID=96202>.
7428
7429 2006-05-11  Simon Josefsson  <jas@extundo.com>
7430
7431         * m4/xvasprintf.m4: Fix obvious typo.
7432
7433 2006-05-11  Jim Meyering  <jim@meyering.net>
7434
7435         * lib/sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/.  From
7436         James Lemley.
7437
7438 2006-05-10  Simon Josefsson  <jas@extundo.com>
7439
7440         * lib/md4.c: Typo fix, update copyright years.
7441         (K1, K2): Don't use L because it turn computations into 64-bit on
7442         64-bit platforms.
7443
7444 2006-05-10  Paul Eggert  <eggert@cs.ucla.edu>
7445
7446         * lib/crc.c (crc32_update): Remove unnecessary L suffix.
7447         * lib/md4.c (rol): Cast right-shift arg to uint32_t to prevent
7448         unwanted sign propagation, e.g., on hosts with 64-bit int.
7449         There still are some problems with reeelly weird theoretical hosts
7450         (e.g., 33-bit int) but it's not worth worrying about now.
7451         * lib/sha1.c (rol): Likewise.
7452         (K1, K2, K3, K4): Remove unnecessary L suffix.
7453
7454 2006-05-10  Bruno Haible  <bruno@clisp.org>
7455
7456         * lib/des.c: Cast to avoid warnings.
7457
7458 2006-05-09  Bruno Haible  <bruno@clisp.org>
7459
7460         * modules/xvasprintf (Files): Add m4/xvasprintf.m4.
7461         (Depends-on): Depend also on xsize, stdarg.
7462         (configure.ac): Add gl_XVASPRINTF.
7463
7464 2006-05-09  Bruno Haible  <bruno@clisp.org>
7465
7466         * m4/xvasprintf.m4: New file.
7467
7468 2006-05-09  Bruno Haible  <bruno@clisp.org>
7469
7470         * lib/xvasprintf.c: Include limits.h, string.h, xsize.h.
7471         (EOVERFLOW): Define fallback value.
7472         (xstrcat): New function.
7473         (xvasprintf): Recognize the special case of a string concatenation.
7474
7475 2006-05-08  Eric Blake  <ebb9@byu.net>
7476
7477         * gnulib-tool (func_version): Base copyright year on CVS date.
7478         (func_emit_copyright_notice): New function.
7479         (func_emit_lib_Makefile_am): Use it.
7480         (func_emit_tests_Makefile_am): Likewise.
7481         (func_import): Likewise.
7482
7483 2006-05-08  Bruno Haible  <bruno@clisp.org>
7484
7485         * modules/stdarg: New file.
7486         * MODULES.html.sh (func_all_modules): Add section for <stdarg.h>.
7487
7488 2006-05-08  Bruno Haible  <bruno@clisp.org>
7489
7490         * m4/stdarg.m4: New file, from GNU gettext.
7491
7492 2006-05-08  Bruno Haible  <bruno@clisp.org>
7493
7494         * config/srclist.txt (build-aux/config.rpath): different from latest
7495         release.
7496
7497 2006-05-08  Bruno Haible  <bruno@clisp.org>
7498
7499         * build-aux/config.rpath: Add support for Sun C 5.9 on Linux.
7500
7501 2006-05-05  Jim Meyering  <jim@meyering.net>
7502
7503         * m4/warning.m4: New file, derived from bison's file by the same name.
7504
7505 2006-05-03  Bruno Haible  <bruno@clisp.org>
7506
7507         * lib/stdint_.h: Shorter URL.
7508         * lib/inttypes.h: Likewise.
7509
7510 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7511
7512         * modules/inttypes (Maintainer): Change from Derek Price to 'all'.
7513
7514 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7515
7516         * lib/verify.h: Document the internals better.  Most of this change
7517         was written by Bruno Haible.
7518
7519 2006-05-02  Paul Eggert  <eggert@cs.ucla.edu>
7520
7521         * doc/verify.texi: New file, partly based on a proposal by
7522         Bruno Haible.
7523
7524 2006-05-02  Bruno Haible  <bruno@clisp.org>
7525
7526         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Move the include_next
7527         test from here...
7528         * m4/_inttypes_h.m4 (gl_INTTYPES_H): ... to here.
7529
7530 2006-04-29  Bruno Haible  <bruno@clisp.org>
7531
7532         * lib/gcd.c: Use WORD_T and GCD instead of unsigned long and gcd.
7533         Suggested by Oskar Liljeblad <oskar@osk.mine.nu>.
7534
7535 2006-04-29  Bruno Haible  <bruno@clisp.org>
7536
7537         * gnulib-tool: Make --update option actually work.
7538
7539 2006-04-29  Bruno Haible  <bruno@clisp.org>
7540
7541         * doc/gcd.texi: New file.
7542         * doc/gnulib.texi: Include it.
7543
7544 2006-04-25  Paul Eggert  <eggert@cs.ucla.edu>
7545
7546         * lib/getdate.y (get_date): When adding relative date, start with the
7547         initial time, not with the result of the first mktime call.
7548
7549 2006-04-25  Bruno Haible  <bruno@clisp.org>
7550
7551         * gnulib-tool (func_import): Output the include directives in three
7552         blocks, sorted separately.
7553         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7554
7555 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7556
7557         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use prototype
7558         to define main with arguments, for C++.  Reported by Eric Blake.
7559         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC):
7560         Prefer 'int main ()' to 'int main (void)', for C++.
7561         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Likewise.
7562         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Specify a return type
7563         for 'main', for C99 and C++.
7564
7565 2006-04-24  Paul Eggert  <eggert@cs.ucla.edu>
7566
7567         * m4/fsusage.m4 (gl_FILE_SYSTEM_USAGE): Use return, not exit.
7568         Don't assume that exit status -1 is valid.
7569         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
7570         * m4/putenv.m4 (gl_FUNC_PUTENV): Likewise.
7571         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Likewise.
7572         * m4/readdir.m4 (GL_FUNC_READDIR): Include <stdlib.h>.
7573         * m4/rename.m4 (vb_FUNC_RENAME): Likewise.
7574         * m4/unlink-busy.m4 (gl_FUNC_UNLINK_BUSY_TEXT): Use AC_RUN_IFELSE,
7575         not AC_TRY_RUN.  Use return, not exit.  Don't assume that
7576         functions can be used without declaring them, or that you can
7577         exit with status -1.
7578         * m4/utimes-null.m4 (gl_FUNC_UTIMES_NULL): Likewise.
7579
7580 2006-04-24  Karl Berry  <karl@gnu.org>
7581
7582         * config/srclist.txt (longdouble.m4): sync lost.
7583
7584 2006-04-24  Eric Blake  <ebb9@byu.net>
7585
7586         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Avoid unused variable warning.
7587
7588 2006-04-24  Bruno Haible  <bruno@clisp.org>
7589
7590         * m4/poll.m4 (gl_FUNC_POLL): When cross-compiling, reject also the
7591         poll() implementation in AIX.
7592         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
7593
7594 2006-04-24  Bruno Haible  <bruno@clisp.org>
7595
7596         * m4/poll.m4 (gl_FUNC_POLL): Rearrange code, so that POLL_H gets
7597         assigned exactly once.
7598
7599 2006-04-23  Claudio Fontana  <claudio@gnu.org>
7600             Bruno Haible  <bruno@clisp.org>
7601
7602         * modules/gettext (Makefile.am): Add a -I flag for <libintl.h>.
7603         * gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
7604         for AM_CPPFLAGS.
7605
7606 2006-04-23  Bruno Haible  <bruno@clisp.org>
7607
7608         * modules/copy-file: Depend on unistd.
7609         * modules/execute: Likewise.
7610         * modules/fatal-signal: Likewise.
7611         * modules/findprog: Likewise.
7612         * modules/mkdtemp : Likewise.
7613         * modules/pipe: Likewise.
7614         * modules/wait-process: Likewise.
7615
7616 2006-04-23  Bruno Haible  <bruno@clisp.org>
7617
7618         * lib/fwriteerror.c (fwriteerror): Call fclose also when an error
7619         condition was already detected.
7620         Reported by Ben Pfaff <blp@cs.stanford.edu>.
7621
7622 2006-04-23  Bruno Haible  <bruno@clisp.org>
7623
7624         * lib/copy-file.c: Include <unistd.h> unconditionally.
7625         * lib/execute.c: Likewise.
7626         * lib/fatal-signal.c: Likewise.
7627         * lib/findprog.c: Likewise.
7628         * lib/mkdtemp.c: Likewise.
7629         * lib/pipe.h: Likewise.
7630         * lib/pipe.c: Likewise.
7631         * lib/wait-process.h: Likewise.
7632
7633 2006-04-23  Bruno Haible  <bruno@clisp.org>
7634
7635         * gnulib-tool (func_usage): Fix --import description. Document
7636         --update.
7637         (func_import): Create temporary file in a temporary directory, if
7638         --dry-run is specified. Silence errors from 'grep' when there are no
7639         m4 files in $m4dir.
7640         (func_create_testdir): Silence errors from 'grep' when there are no
7641         m4 files in $m4dir.
7642         Reported by Karl Berry <karl@freefriends.org>.
7643
7644 2006-04-20  Bruno Haible  <bruno@clisp.org>
7645
7646         * m4/argp.m4 (gl_ARGP): Don't call AC_CHECK_DECLS_ONCE with more than
7647         one argument, so that the code will be portable to Autoconf 2.60.
7648         * m4/getlogin_r.m4 (gl_PREREQ_GETLOGIN_R): Likewise.
7649         * m4/getpass.m4 (gl_PREREQ_GETPASS): Likewise.
7650         * m4/unlocked-io.m4 (gl_FUNC_GLIBC_UNLOCKED_IO): Likewise.
7651
7652 2006-04-19  Derek Price  <derek@ximbiot.com>
7653             Eric Blake  <ebb9@byu.net>
7654
7655         * m4/full-header-path.m4 (gl_FULL_HEADER_PATH): Use </full/path.h>
7656         rather than "/full/path.h".  Update comment to match.  Shorten &
7657         generalize m4_translit call via AS_TR_CPP.
7658
7659 2006-04-19  Derek Price  <derek@ximbiot.com>
7660             Eric Blake  <ebb9@byu.net>
7661
7662         * lib/inttypes.h: Correct grammar in comment.
7663
7664 2006-04-18  Derek Price  <derek@ximbiot.com>
7665             Paul Eggert  <eggert@cs.ucla.edu>
7666
7667         * modules/inttypes: New file.
7668         * modules/strtoimax, modules/strtoumax: Depend on inttypes.
7669
7670 2006-04-18  Derek Price  <derek@ximbiot.com>
7671             Paul Eggert  <eggert@cs.ucla.edu>
7672
7673         * m4/_inttypes_h.m4, m4/full-header-path.m4, m4/include_next.m4:
7674         New files.
7675
7676 2006-04-18  Derek Price  <derek@ximbiot.com>
7677             Paul Eggert  <eggert@cs.ucla.edu>
7678
7679         * lib/inttypes.h: New file.
7680         * lib/strtoimax.c: Assume <inttypes.h>.
7681
7682 2006-04-15  Paul Eggert  <eggert@cs.ucla.edu>
7683
7684         * lib/utimens.c (futimens): glibc futimesat messes up if /proc
7685         isn't mounted.  Problem reported by Kir Kolyshkin.
7686
7687 2006-04-13  Paul Eggert  <eggert@cs.ucla.edu>
7688
7689         * lib/regcomp.c (init_dfa): Don't use wchar_t or wctype_t if
7690         RE_ENABLE_I18N is not defined.  Problem reported by Mark D. Baushke via
7691         Derek R. Price.
7692         * lib/regex.h (RE_DUP_MAX): Update comment to match current
7693         implementation.
7694
7695 2006-04-12  Eric Blake  <ebb9@byu.net>
7696
7697         * modules/time_r (Makefile.am): Remove lib_SOURCES line, as this
7698         is now done automatically by the corresponding Autoconf macro.
7699
7700 2006-04-11  Paul Eggert  <eggert@cs.ucla.edu>
7701
7702         * m4/time_r.m4 (gl_TIME_R): Add AC_LIBSOURCES for time_r.c and
7703         time_r.h.
7704
7705 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7706
7707         Merge regex changes from libc, removing some of our
7708         POSIX-conformance changes that were rejected and redoing them in a
7709         less-intrusive way.
7710
7711         * lib/regcomp.c (re_compile_internal, init_dfa):
7712         Length arg is now size_t, not Idx.  All uses changed.
7713         (peek_token): Forward decl now says internal_function.
7714         (__re_error_msgid, __re_error_msgid_idx):
7715         Now static rather than extern with attribute_hidden.
7716         (re_compile_pattern) [!defined _LIBC]: Use K&R-style defn.
7717         For some reason libc prefers K&R style defns for external functions.
7718         (regerror) [!defined _LIBC]: Likewise.
7719         (re_set_syntax, re_compile_fastmap, regcomp, regfree, re_comp):
7720         (seek_collating_symbol_entry, lookup_collation_sequence_value):
7721         (build_range_exp, build_collating_symbol):
7722         Use K&R-style defn.
7723         (re_compile_fastmap): Use '\0' to memset, not 0.
7724         (utf8_sb_map): Make the calculations more obvious.
7725         (init_dfa, parse_bracket_exp, build_charclass_op):
7726         Call calloc and cast result, as glibc does.
7727         (init_word_char, fetch_token, peek_token, peek_token_bracket):
7728         (build_range_exp, build_collating_symbol):
7729         Now internal functions.
7730
7731         * lib/regex.c [!defined _LIBC]: Allow compiling with C++ compilers.
7732
7733         * lib/regex.h (__USE_GNU_REGEX): New macro.  Don't depend on
7734         _REGEX_SOURCE any more; depend on _GNU_SOURCE instead.
7735         Don't depend on VMS; depend on __VMS instead, for POSIX
7736         namespace cleanness.
7737         (regoff_t): Define to ssize_t, not long int.
7738
7739         Remove the REG_ macros named below.  Instead, make the old names
7740         (e.g., RE_BACKSLASH_ESCAPE_IN_LISTS) visible only if
7741         __USE_GNU_REGEX.
7742         (REG_BACKSLASH_ESCAPE_IN_LISTS):
7743         (REG_BK_PLUS_QM, REG_CHAR_CLASSES, REG_CONTEXT_INDEP_ANCHORS):
7744         (REG_CONTEXT_INDEP_OPS, REG_CONTEXT_INVALID_OPS):
7745         (REG_DOT_NEWLINE, REG_DOT_NOT_NULL, REG_HAT_LISTS_NOT_NEWLINE):
7746         (REG_INTERVALS, REG_LIMITED_OPS, REG_NEWLINE_ALT):
7747         (REG_NO_BK_BRACES, REG_NO_BK_PARENS, REG_NO_BK_REFS):
7748         (REG_NO_BK_VBAR, REG_NO_EMPTY_RANGES):
7749         (REG_UNMATCHED_RIGHT_PAREN_ORD, REG_NO_POSIX_BACKTRACKING):
7750         (REG_NO_GNU_OPS, REG_DEBUG, REG_INVALID_INTERVAL_ORD):
7751         (REG_IGNORE_CASE, REG_CARET_ANCHORS_HERE):
7752         (REG_CONTEXT_INVALID_DUP, REG_NO_SUB, REG_SYNTAX_EMACS):
7753         (REG_SYNTAX_AWK, REG_SYNTAX_GNU_AWK, REG_SYNTAX_POSIX_AWK):
7754         (REG_SYNTAX_GREP, REG_SYNTAX_EGREP, REG_SYNTAX_POSIX_EGREP):
7755         (REG_SYNTAX_ED, REG_SYNTAX_SED, _REG_SYNTAX_POSIX_COMMON):
7756         (REG_SYNTAX_POSIX_BASIC, REG_SYNTAX_POSIX_MINIMAL_BASIC):
7757         (REG_SYNTAX_POSIX_EXTENDED, REG_SYNTAX_POSIX_MINIMAL_EXTENDED):
7758         (REG_DUP_MAX, REG_UNALLOCATED, REG_REALLOCATE, REG_FIXED):
7759         (REG_NREGS):
7760         Remove.  All uses replaced by the old RE_* names.
7761         (RE_BACKSLASH_ESCAPE_IN_LISTS):
7762         (RE_BK_PLUS_QM, RE_CHAR_CLASSES, RE_CONTEXT_INDEP_ANCHORS):
7763         (RE_CONTEXT_INDEP_OPS, RE_CONTEXT_INVALID_OPS):
7764         (RE_DOT_NEWLINE, RE_DOT_NOT_NULL, RE_HAT_LISTS_NOT_NEWLINE):
7765         (RE_INTERVALS, RE_LIMITED_OPS, RE_NEWLINE_ALT):
7766         (RE_NO_BK_BRACES, RE_NO_BK_PARENS, RE_NO_BK_REFS):
7767         (RE_NO_BK_VBAR, RE_NO_EMPTY_RANGES):
7768         (RE_UNMATCHED_RIGHT_PAREN_ORD, RE_NO_POSIX_BACKTRACKING):
7769         (RE_NO_GNU_OPS, RE_DEBUG, RE_INVALID_INTERVAL_ORD):
7770         (RE_IGNORE_CASE, RE_CARET_ANCHORS_HERE):
7771         (RE_CONTEXT_INVALID_DUP, RE_NO_SUB):
7772         Don't bother having these macros be independent of each others'
7773         values, since they no longer exist in the POSIX name space.
7774
7775         Rename the following member names back to their old names,
7776         unless !__USE_GNU_REGEX.  All uses changed back.
7777         (buffer): Renamed from re_buffer.
7778         (allocated): Renamed from re_allocated.
7779         (used): Renamed from re_used.
7780         (syntax): Renamed from re_syntax.
7781         (fastmap): Renamed from re_fastmap.
7782         (translate): Renamed from re_translate.
7783         (can_be_null): Renamed from re_can_be_null.
7784         (regs_allocated): Renamed from re_regs_allocated.
7785         (fastmap_accurate): Renamed from re_fastmap_accurate.
7786         (no_sub): Renamed from re_no_sub.
7787         (not_bol): Renamed from re_not_bol.
7788         (not_eol): Renamed from re_not_eol.
7789         (newline_anchor): Renamed from re_newline_anchor.
7790         (num_regs): Renamed from rm_num_regs.
7791         (start): Renamed from rm_start.
7792         (end): Renamed from rm_end.
7793
7794         (free_state): Move up a bit.
7795
7796         * lib/regex_internal.h (inline) [__GNUC__ < 3 && defined _LIBC]:
7797         #define to be empty.
7798         (ASCII_CHARS): New macro, replacing all uses of 0x80 and/or SBC_MAX / 2
7799         when that is what is intended.
7800         (SBC_MAX): Define to UCHAR_MAX + 1, not 256.
7801         (__re_error_msgid, __re_error_msgid_idx): Remove decls; not needed.
7802         (MAX): New macro.
7803         (re_xmalloc, re_calloc, re_xrealloc, re_x2realloc): Remove.
7804         All uses changed back to re_malloc, etc.  It's now the caller's
7805         responsibility to check for overflow; all callers changed.
7806         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc, re_xnrealloc):
7807         (re_x2nrealloc): Remove.
7808         (free_state): Remove decl.
7809
7810         * lib/regexc.c (regexec, re_match, re_search, re_match_2, re_search_2):
7811         (re_set_registers, re_exec):
7812         Use K&R-style defn.
7813
7814         2006-01-31  Roland McGrath  <roland@redhat.com>
7815
7816         * lib/regcomp.c (calc_eclosure_iter): Remove dead variables.
7817         Reported by Mike Frysinger <vapier@gentoo.org>.
7818
7819         2006-01-15  Andreas Jaeger  <aj@suse.de>
7820
7821         [BZ #1950]
7822         * lib/regex_internal.c (re_string_reconstruct): Adjust for
7823         build_wcs_upper_buffer change.
7824         (build_wcs_upper_buffer): Change return type.
7825
7826         2005-12-10  Ulrich Drepper  <drepper@redhat.com>
7827
7828         * lib/regex_internal.h: Include <stdint.h> if available.
7829
7830         2005-12-06  Paolo Bonzini  <bonzini@gnu.org>
7831
7832         * lib/regex_internal.h (SIZE_MAX): Provide a default definition.
7833
7834         2005-10-14  Ulrich Drepper  <drepper@redhat.com>
7835
7836         * lib/regcomp.c: Adjust for changed secondary hash function.
7837
7838         2005-09-30  Ulrich Drepper  <drepper@redhat.com>
7839
7840         * lib/regex.h: Pretty printing.
7841         Clean up namespace a bit.
7842
7843         2005-09-30  Jakub Jelinek  <jakub@redhat.com>
7844
7845         * lib/regexec.c (update_cur_sifted_state, check_arrival,
7846         check_arrival_add_next_nodes): Avoid using uninitialized variable.
7847
7848         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7849                     Ulrich Drepper  <drepper@redhat.com>
7850
7851         [BZ #1302]
7852         * lib/regex_internal.h (bitset_t): Renamed from bitset.  All uses
7853         changed.
7854         (bitset_word_t): Renamed from bitset_word.  All uses changed.
7855
7856         2005-09-22  Ulrich Drepper  <drepper@redhat.com>
7857
7858         [BZ #281]
7859         * lib/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
7860         * lib/regcomp.c: Remove unnecessary uses of
7861         unsigned RE_TRANSLATE_TYPE.
7862         * lib/regex_internal.h: Likewise.
7863         * lib/regex_internal.c: Likewise.
7864         * lib/regexec.c: Likewise.
7865         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
7866
7867         2005-09-07  Ulrich Drepper  <drepper@redhat.com>
7868
7869         * lib/regexec.c (find_recover_state): Remove unnecessary
7870         initialization.
7871         (transit_state_bkref): Make DFA a const pointer.
7872         (get_subexp): Likewise.
7873         (check_arrival): Likewise.
7874         (update_cur_sifted_state): Likewise.
7875         (re_search_internal): Likewise.
7876         (prune_impossible_nodes): Likewise.
7877         (acquire_init_state_context): Likewise.
7878         (proceed_next_node): Likewise.
7879         (set_regs): Likewise.
7880         (free_fail_stack_return): Likewise.
7881         (check_arrival_expand_ecl): Mark DFA parameter as const.
7882         (check_arrival_expand_ecl_sub): Likewise.
7883         (check_subexp_limits): Likewise.
7884         (sub_epsilon_src_nodes):  Likewise.
7885         (add_epsilon_src_nodes):  Likewise.
7886         (merge_state_array): Likewise.
7887         (update_regs): Likewise.
7888         (build_trtable): Likewise.
7889         (sift_states_backward): Mark MCTX parameter as const.
7890         (build_sifted_states): Likewise.
7891         (update_cur_sifted_state): Likewise.
7892         (sift_states_mkref): Likewise.
7893         (check_arrival_expand_ecl): Mark eclosure as const.
7894         (check_dst_limits_calc_pos_1): Likewise.
7895         * lib/regex_internal.h (re_match_context_t): Make dfa a const
7896         pointer.
7897
7898         2005-09-06  Ulrich Drepper  <drepper@redhat.com>
7899
7900         * lib/regexec.c (merge_state_with_log): Define dfa as const pointer.
7901         (transit_state_sb): Likewise.
7902         (transit_state_mb): Likewise.
7903         (sift_states_iter_mb): Likewise.
7904         (check_arrival_add_next_nodes): Likewise.
7905         (check_node_accept_bytes): Change first parameter to pointer-to-const.
7906         [_LIBC] (re_search_2_stub): Use mempcpy.
7907
7908         * lib/regex_internal.c (re_string_reconstruct): Avoid calling
7909         mbrtowc for very simple UTF-8 case.
7910
7911         * lib/regex_internal.c (re_acquire_state): Make DFA pointer arg
7912         a pointer-to-const.
7913         (re_acquire_state_context): Likewise.
7914         * lib/regex_internal.h: Adjust prototypes.
7915
7916         * lib/regex.c: Prevent using C++ compilers.
7917
7918         * lib/regex_internal.c (re_acquire_state): Minor code rearrangement.
7919         (re_acquire_state_context): Likewise.
7920
7921 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7922
7923         * modules/regex (Depends-on): Add ssize_t.
7924
7925 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7926
7927         * m4/regex.m4 (gl_REGEX): Check for new glibc interface to
7928         translation table.
7929
7930 2006-04-09  Paul Eggert  <eggert@cs.ucla.edu>
7931
7932         * doc/gnulib-tool.texi (Modified imports): pathname -> file name.
7933
7934 2006-03-29  Mark D. Baushke  <mdb@gnu.org>
7935             Bruno Haible  <bruno@clisp.org>
7936
7937         * lib/stdint_.h: On OpenBSD, don't redefine types already included in
7938         <sys/types.h> and <inttypes.h>.
7939
7940 2006-03-25  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7941
7942         * m4/argz.m4 (gl_FUNC_ARGZ): If we define `error_t', also define
7943         `__error_t_defined', so argp.h will not typedef the former.
7944
7945 2006-03-25  Paul Eggert  <eggert@cs.ucla.edu>
7946
7947         * m4/regex.m4 (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
7948         REG_SYNTAX_EMACS, and REG_IGNORE_CASE.  Settle for the traditional
7949         glibc names.  Even if glibc is changed to conform to POSIX, the
7950         traditional names will be available anyway, since regex depends on
7951         the extensions module.  Also, fix a longstanding typo in the
7952         implementation of Spencer ERE test #75 from grep 2.3.  Problems
7953         reported by Emanuele Giaquinta.  Also, change sense of cached
7954         variable, so that the message makes sense.
7955
7956 2006-03-24  Simon Josefsson  <jas@extundo.com>
7957
7958         * lib/base64.c: Fix problems reported by Eric Blake <ebb9@byu.net>,
7959         including some doc fixes.
7960         (base64_encode_alloc): Fix +1 bug on allocation failures.
7961
7962 2006-03-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
7963
7964         * lib/base64.c (base64_encode): Do not read past end of array with
7965         unsanitized input on systems with CHAR_BIT > 8.
7966
7967 2006-03-24  Eric Blake  <ebb9@byu.net>
7968
7969         * lib/time_r.c (copy_string_result): Remove, as it is no longer used.
7970
7971 2006-03-22  Karl Berry  <karl@gnu.org>
7972
7973         * config/srclist.txt (*setenv.[ch]): get from coreutils.
7974         * config/srclistvars.sh (COREUTILS): new var.
7975
7976 2006-03-17  Jim Meyering  <jim@meyering.net>
7977
7978         * m4/regex.m4 (gl_REGEX): Fix typo in last change:
7979         s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
7980
7981 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7982
7983         * m4/regex.m4 (gl_REGEX): Don't check for off_t, since the code
7984         no longer needs it.  Instead, check that regoff_t is as least
7985         as wide as ptrdiff_t.
7986
7987         Don't define _REGEX_WIDE_OFFSETS unless using the included regex,
7988         so that our regex.h stays compatible with the installed regex.
7989         This is helpful for installers who configure --without-included-regex.
7990         Problem reported by Emanuele Giaquinta.
7991
7992 2006-03-16  Paul Eggert  <eggert@cs.ucla.edu>
7993
7994         * lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
7995         Typedef to long int, not to off_, as POSIX will likely change
7996         in that direction.
7997
7998 2006-03-15  Eric Blake  <ebb9@byu.net>
7999
8000         * m4/dirfd.m4 (gl_FUNC_DIRFD): Use AC_REQUIRE for AC_HEADER_DIRENT.
8001
8002 2006-03-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8003
8004         * lib/argp-help.c (validate_uparams): Fix typo
8005         * lib/argp-parse.c (argp_default_options): Consistently begin help
8006         messages with a lowercase letter.
8007
8008 2006-03-11  Paul Eggert  <eggert@cs.ucla.edu>
8009
8010         * lib/time_r.h (asctime_r, ctime_r): Remove.  These functions can
8011         overrun buffers and shouldn't be used (much as gets shouldn't be
8012         used).
8013         * lib/time_r.c (asctime_r, ctime_r): Likewise.
8014
8015 2006-03-08  Simon Josefsson  <jas@extundo.com>
8016
8017         * m4/gc-random.m4: Permit 'no' as variable values and fix warnings,
8018         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8019
8020 2006-03-08  Simon Josefsson  <jas@extundo.com>
8021
8022         * m4/gc-random.m4: Call AC_CANONICAL_HOST and use $host_os instead of
8023         $target, suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8024
8025 2006-03-08  Simon Josefsson  <jas@extundo.com>
8026
8027         * lib/gc-gnulib.c (randomize): Don't open files called 'no', they
8028         signal that configure disabled the device.
8029
8030 2006-03-08  Simon Josefsson  <jas@extundo.com>
8031
8032         * build-aux/maint.mk: Fix refresh-po, to handle no translated
8033         languages.
8034
8035 2006-03-07  Simon Josefsson  <jas@extundo.com>
8036
8037         * modules/getopt (Depends-on): Add unistd.
8038
8039         * modules/unistd: New file.
8040
8041 2006-03-07  Simon Josefsson  <jas@extundo.com>
8042
8043         * modules/gc-random: New file.
8044
8045 2006-03-07  Simon Josefsson  <jas@extundo.com>
8046
8047         * m4/unistd_h.m4: New file.
8048
8049 2006-03-07  Simon Josefsson  <jas@extundo.com>
8050
8051         * m4/readline.m4 (gl_FUNC_READLINE): Rewrite the cached part of the
8052         test to be side-effect free by storing the result in the cache
8053         variable gl_cv_lib_readline, and moving the assignment of
8054         LIBREADLINE and LTLIBREADLINE outside the COMMANDS-TO-SET-IT.
8055         From Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8056
8057 2006-03-07  Simon Josefsson  <jas@extundo.com>
8058
8059         * m4/gc-random.m4: New file, mostly from gc.m4.  Warn instead of
8060         error on missing devices (the functions will return an error).
8061
8062         * m4/gc.m4: Move random stuff to gc-random.m4
8063
8064 2006-03-07  Simon Josefsson  <jas@extundo.com>
8065
8066         * lib/unistd_.h: New file.
8067
8068 2006-03-07  Simon Josefsson  <jas@extundo.com>
8069
8070         * lib/gc-libgcrypt.c, gc-gnulib.c: Use GC_USE_RANDOM.
8071
8072 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8073
8074         * m4/unistd_h.m4 (gl_HEADER_UNISTD): Rename, to match modules file.
8075         Problem reported by Juan Manuel Guerrero.
8076
8077 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8078
8079         * lib/c-stack.c: Include unistd.h unconditionally, since we now assume
8080         the unistd module.
8081         * lib/getlogin_r.c: Likewise.
8082         * lib/getlogin_r.h: Likewise.
8083         * lib/glob.c: Likewise.
8084         * lib/pagealign_alloc.c: Likewise.
8085         * lib/unistd_.h: Remove; no longer needed.
8086
8087 2006-03-07  Paul Eggert  <eggert@cs.ucla.edu>
8088
8089         * MODULES.html.sh (Support for systems lacking POSIX:2001):
8090         Add unistd.
8091         * modules/c-stack (Depends-on): Add unistd.
8092         * modules/getlogin_r: Likewise.
8093         * modules/glob: Likewise.
8094         * modules/pagealign_alloc: Likewise.
8095         * modules/unistd (Files): Remove lib/unistd_.h.
8096         (EXTRA_DIST): Remove.
8097         (unistd.h): Create using 'echo' rather than 'cp', so that we don't
8098         need unistd_.h.
8099         (MOSTLYCLEANFILES): Remove unistd.h-t.
8100
8101 2006-03-03  Simon Josefsson  <jas@extundo.com>
8102
8103         * build-aux/maint.mk: Add several syntax checks from CoreUtils.
8104
8105 2006-03-03  Simon Josefsson  <jas@extundo.com>
8106
8107         * build-aux/maint.mk: Add refresh-po rule, based on ideas from
8108         libidn and bison.
8109
8110 2006-03-03  Simon Josefsson  <jas@extundo.com>
8111
8112         * build-aux/maint.mk: Add indent target.
8113
8114 2006-03-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de> (tiny change)
8115
8116         * m4/poll.m4 (gl_FUNC_POLL): If we deem poll(2) unacceptable, use
8117         our replacement poll.h in any case, to avoid a differing
8118         declaration from a system header.  Seen on AIX.
8119
8120 2006-03-01  Simon Josefsson  <jas@extundo.com>
8121
8122         * lib/readline.c: Fix typo, tiny patch from Stepan Kasal
8123         <kasal@ucw.cz>.
8124
8125 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8126
8127         * modules/gettime (Depends-on): Add extensions module.
8128         * modules/nanosleep (Depends-on): Likewise.
8129         * modules/settime (Depends-on): Likewise.
8130
8131 2006-03-01  Paul Eggert  <eggert@cs.ucla.edu>
8132
8133         * m4/clock_time.m4 (gl_CLOCK_TIME): Require gl_USE_SYSTEM_EXTENSIONS,
8134         not merely AC_GNU_SOURCE, for the benefit of Solaris 10 when compiled
8135         pedantically.
8136         * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Likewise.
8137         * m4/timespec.m4 (gl_TIMESPEC): Likewise.
8138
8139         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Use "=" with "test",
8140         not "==".  Reported by Ralf Wildenhues.
8141
8142 2006-03-01  Karl Berry  <karl@gnu.org>
8143
8144         * doc/Copyright/request-*: new files, synced from gnuorg.
8145
8146 2006-03-01  Karl Berry  <karl@gnu.org>
8147
8148         * config/srclist.txt (Copyright/*): new entries.
8149
8150 2006-02-28  Simon Josefsson  <jas@extundo.com>
8151
8152         * lib/getopt.c: Protect #include of unistd.h, for MSVS.
8153
8154 2006-02-27  Simon Josefsson  <jas@extundo.com>
8155
8156         * lib/base64.h: Indent #define's.  From Jim Meyering
8157         <jim@meyering.net>.
8158
8159 2006-02-27  Jim Meyering  <jim@meyering.net>
8160
8161         Revert the change of 2006-02-24, so these files can continue
8162         to be sync'd from gettext.
8163         * lib/mkdtemp.c, setenv.c, unsetenv.c: *Un*-normalize inclusion
8164         of `config.h'.
8165
8166 2006-02-26  Paul Eggert  <eggert@cs.ucla.edu>
8167
8168         * modules/intprops: New file.
8169         * MODULES.html.sh (Numeric conversion functions <stdlib.h>):
8170         Add intprops.
8171         * modules/getloadavg (Files): Remove lib/intprops.h.
8172         (Depends-on): Add intprops.
8173         * modules/human: Likewise.
8174         * modules/inttostr: Likewise.
8175         * modules/openat: Likewise.
8176         * modules/sig2str: Likewise.
8177         * modules/userspec: Likewise.
8178         * modules/utimecmp: Likewise.
8179         * modules/xnanosleep: Likewise.
8180         * modules/xstrtol: Likewise.
8181
8182 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny changes)
8183
8184         * modules/xstrtod: Omit xstrtod.h, xstrtod.c; they're in LIB_SOURCES.
8185         * modules/lock-tests (TESTS): Use $(EXEEXT).
8186         * modules/tls-tests: Likewise.
8187         * modules/argp-tests: Likewise.
8188         (check_PROGRAMS): New var, replacing...
8189         (noinst_PROGRAMS, test_argp_SOURCES): Remove.
8190
8191 2006-02-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8192
8193         * lib/mkdtemp.c, lib/setenv.c, lib/unsetenv.c: Normalize inclusion of
8194         `config.h'.
8195
8196 2006-02-24  Paul Eggert  <eggert@cs.ucla.edu>
8197
8198         * lib/glob.c: Say "invalid" rather than "illegal" in comments.
8199
8200 2006-02-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
8201
8202         Sync from coreutils.
8203         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Require gl_FUNC_LCHMOD and
8204         gl_CHDIR_SAFER.
8205
8206 2006-02-22  Jim Meyering  <jim@meyering.net>
8207
8208         Sync from coreutils.
8209         * m4/chdir-safer.m4: New file.
8210
8211 2006-02-20  Paul Eggert  <eggert@cs.ucla.edu>
8212
8213         * lib/getcwd.c (AT_FDCWD): Work around a bug in Solaris 9 and 10, where
8214         AT_FDCWD exceeds INT_MAX.
8215         * lib/openat.h (AT_FDCWD): Likewise.
8216
8217 2006-02-17  Eric Blake  <address@hidden>
8218
8219         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Fix caching error.
8220
8221 2006-02-16  Simon Josefsson  <jas@extundo.com>
8222
8223         * modules/getaddrinfo (Depends-on): Add sys_socket.
8224
8225 2006-02-15  Simon Josefsson  <jas@extundo.com>
8226
8227         * build-aux/maint.mk: Add dsyntax-check rule.
8228
8229 2006-02-15  Eric Blake  <ebb9@byu.net>
8230
8231         * m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Don't attempt using
8232         winsock2.h or ws2tcpip.h when sys/socket.h is present. Fixes
8233         'present but cannot compile' warnings on cygwin.
8234         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Use gl_HEADER_SYS_SOCKET.  Don't
8235         use ws2tcpip.h if sys/socket.h works.
8236         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Use gl_HEADER_SYS_SOCKET.
8237         (gl_GETADDRINFO): Don't use ws2tcpip.h when sys/socket.h is present.
8238
8239 2006-02-14  Simon Josefsson  <jas@extundo.com>
8240
8241         * modules/maintainer-makefile (Files): Rename.
8242
8243         * build-aux/GNUmakefile: Rename Makefile.maint to maint.mk
8244         and (the local) Makefile.cfg to maint-cfg.mk.
8245
8246         * build-aux/Makefile.maint, build-aux/maint.mk: Renamed the former
8247         to the latter.
8248
8249         * modules/maintainer-makefile: New module.
8250
8251         * build-aux/Makefile.maint: New file, from GNU CoreUtils, although
8252         severaly stripped to make it possible to build it up from scratch
8253         with reliable tests.
8254
8255         * build-aux/GNUmakefile: New file, from GNU CoreUtils with some
8256         fixes to permit overriding the default actions when configure and
8257         makefile are not available.
8258
8259 2006-02-14  Paul Eggert  <eggert@cs.ucla.edu>
8260
8261         Sync from coreutils.
8262         * modules/lstat (Depends-on): Don't depend on xalloc.
8263         (License): Change from GPL to LGPL, since this is now simply a
8264         replacement for a libc function.
8265
8266 2006-02-14  Jim Meyering  <jim@meyering.net>
8267
8268         Sync from coreutils.
8269
8270         Eliminate the unwelcome (albeit unlikely) possibility of xmalloc
8271         failure on deficient systems, and simplify gnulib lgpl dependencies.
8272         * lib/lstat.c (rpl_lstat): Rewrite to use stat() in place of the
8273         xmalloc/lstat combination.  Based on a patch from Bruno Haible.
8274
8275         * lib/xalloc-die.c: Remove unused definition of N_.
8276
8277 2006-02-14  Jim Meyering  <jim@meyering.net>
8278
8279         Sync from coreutils.
8280         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Invoke
8281         AC_CHECK_FUNCS(getmntent) unconditionally so that tests of
8282         $ac_cv_func_getmntent (e.g., in gl_LIST_MOUNTED_FILE_SYSTEMS) need not
8283         double-quote uses of that variable, to accommodate the rare case in
8284         which getmntent is available in none of the libraries checked.  This
8285         happens at least on FreeBSD 5.0.
8286
8287 2006-02-13  Simon Josefsson  <jas@extundo.com>
8288
8289         * gnulib-tool (Usage): Fix --import, from
8290         karl@freefriends.org (Karl Berry).
8291
8292 2006-02-13  Sergey Poznyakoff  <gray@gnu.org.ua>
8293
8294         * lib/argp-fmtstream.c: Restore another bugfix lost on 2005-12-12
8295
8296 2006-02-07  Sergey Poznyakoff  <gray@gnu.org.ua>
8297
8298         * lib/argp-namefrob.h: Restore changes accidentally lost during the
8299         "autoupdate" on 2005-12-12.
8300
8301 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8302
8303         * modules/closeout (Depends-on): Remove atexit.
8304
8305 2006-02-07  Paul Eggert  <eggert@cs.ucla.edu>
8306
8307         * lib/closeout.c (close_stdout): Don't assume 'bool' converts nonzero
8308         ints to 0 or 1, as this isn't true for the stdbool.h substitute.
8309
8310 2006-02-05  Paul Eggert  <eggert@cs.ucla.edu>
8311
8312         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Don't #define
8313         __EXTENSIONS__ if this causes compilation to fail.  Problem
8314         reported by Nelson H. F. Beebe with Solaris 10 and Sun C 5.7
8315         c89 -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED.
8316
8317 2006-01-27  Paul Eggert  <eggert@cs.ucla.edu>
8318
8319         * lib/fnmatch.c (L_): Renamed from L, to work around a bug in
8320         Mac OS X 10.3.9 with GCC 3 reported by Claudio Fontana in
8321         <http://lists.gnu.org/archive/html/bug-gnulib/2006-01/msg00074.html>.
8322         All uses changed.
8323
8324 2006-01-26  Simon Josefsson  <jas@extundo.com>
8325
8326         * lib/socket_.h: Set WINVER to 0x0501, to make sure getaddrinfo
8327         prototype is visible on mingw32.
8328
8329         * lib/getaddrinfo.h: Define EAI_ADDRFAMILY and EAI_SYSTEM if not set,
8330         for mingw32.
8331
8332         * lib/gai_strerror.c, getaddrinfo.h: Protect netdb.h #include (for
8333         mingw32).
8334
8335 2006-01-26  Paul Eggert  <eggert@cs.ucla.edu>
8336
8337         * lib/fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK too.  Don't
8338         attempt to open for write; this always fails, at least on POSIX
8339         hosts.  This reinstates the 2006-01-09 change, which was
8340         inadvertently removed.
8341
8342 2006-01-26  Bruno Haible  <bruno@clisp.org>
8343
8344         * gnulib-tool (func_import): Use "trap 'exit $?' instead of "trap :".
8345         Reported by Paul Eggert.
8346
8347 2006-01-26  Bruno Haible  <bruno@clisp.org>
8348             Paul Eggert  <eggert@cs.ucla.edu>
8349
8350         * lib/stdbool_.h (_Bool)
8351         [(! (defined __cplusplus || defined __BEOS__)
8352           && !defined __GNUC__
8353           && !(defined __HP_cc || defined __xlc__
8354                || (defined __SUNPRO_C && (__SUNPRO_C < 0x550 || __STDC__ == 1))
8355                || defined __sgi))]:
8356         #define to signed char in these cases too; this simplifies
8357         the code (so that we don't have to worry about HP-UX, AIX, SunPRO,
8358         etc., separately) and makes it more conservative.
8359
8360 2006-01-25  Simon Josefsson  <jas@extundo.com>
8361
8362         * m4/getaddrinfo.m4: Look for getaddrinfo inside ws2tcip.h and
8363         -lws2_32.  Protect sys/socket.h and netdb.h #include's.  Include
8364         ws2tcpip.h with WINVER=0x0501.  All for mingw32.
8365
8366 2006-01-25  Sergey Poznyakoff  <gray@gnu.org.ua>
8367
8368         * lib/argp-namefrob.h: Bugfix. Remove stray #
8369
8370 2006-01-25  Paul Eggert  <eggert@cs.ucla.edu>
8371
8372         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for xlc bug if __GCC__ too,
8373         so that we test the test.
8374         Check for yet another HP-UX cc bug involving *bool |= bool.
8375
8376 2006-01-25  Karl Berry  <karl@gnu.org>
8377
8378         * config/srclist.txt (vasnprintf.c): sync lost.
8379
8380 2006-01-25  Jim Meyering  <jim@meyering.net>
8381
8382         Sync from the stable (b5) branch of coreutils:
8383
8384         * lib/fts.c (fts_children): Don't let close() clobber errno from
8385         failed fchdir().
8386
8387         * lib/fts.c (fts_stat): When following a symlink-to-directory,
8388         don't necessarily interpret stat-fails+lstat-succeeds as indicating
8389         a dangling symlink.  That can also happen at least for ELOOP.
8390         The fix: return FTS_SLNONE only when the stat errno is ENOENT.
8391         FYI, this bug predates the inclusion of fts.c in coreutils.
8392
8393         * lib/fts.c (fts_open): Put new maxarglen declaration and uses
8394         in their own block, so pre-c99 compilers don't object.
8395
8396         Avoid the double-free (first in fts_read, second in fts_close) that
8397         would occur when an `active' directory is made inaccessible (e.g.,
8398         via chmod a-x) during a traversal.
8399         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8400         before returning.  Reproduce this failure by
8401         mkdir -p a/b; cd a; chmod a-x . b
8402         Reported by Stavros Passas.
8403
8404 2006-01-25  Jim Meyering  <jim@meyering.net>
8405
8406         * lib/fileblocks.c: Remove more useless parentheses.
8407         * lib/readutmp.h: Likewise.
8408
8409 2006-01-25  Bruno Haible  <bruno@clisp.org>
8410
8411         * lib/stdbool_.h (_Bool) [IRIX cc]: Define as 'signed char', to avoid
8412         warnings.
8413         Reported by Paul Eggert.
8414
8415 2006-01-25  Bruno Haible  <bruno@clisp.org>
8416
8417         * gnulib-tool (func_import): Use "trap :" instead of "trap -" to get
8418         rid of a trap command. For Solaris sh.
8419         Reported by Mark D. Baushke <mdb@gnu.org>.
8420
8421 2006-01-24  Simon Josefsson  <jas@extundo.com>
8422
8423         * lib/socket_.h (SHUT_WR, SHUT_RDWR): Don't hardcode, suggested by
8424         Bruno.
8425
8426 2006-01-24  Karl Berry  <karl@gnu.org>
8427
8428         * config/srclist.txt (argp-namefrob.h): sync lost.
8429
8430 2006-01-24  Jim Meyering  <jim@meyering.net>
8431
8432         * modules/openat (Files): Add lib/intprops.h.
8433         From Mark D. Baushke.
8434
8435 2006-01-24  Jim Meyering  <jim@meyering.net>
8436
8437         * m4/openat.m4 (gl_FUNC_OPENAT): Add AC_LIBSOURCES([intprops.h]).
8438         Reported by Mark D. Baushke.
8439
8440 2006-01-24  Jim Meyering  <jim@meyering.net>
8441
8442         * lib/socket_.h: Remove useless parentheses in uses of cpp `defined'.
8443
8444 2006-01-24  Bruno Haible  <bruno@clisp.org>
8445
8446         * modules/strnlen (Maintainer): Change from glibc to all.
8447
8448 2006-01-24  Bruno Haible  <bruno@clisp.org>
8449
8450         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check for IBM and HP-UX bugs.
8451         Patch by Paul Eggert.
8452
8453 2006-01-24  Bruno Haible  <bruno@clisp.org>
8454
8455         * lib/stdbool_.h (_Bool) [__cplusplus]: Don't define if the compiler
8456         already has it.
8457         Report and patch by Albert Chin-A-Young  <china@thewrittenword.com> on
8458         2005-11-26.
8459
8460         * lib/stdbool_.h (_Bool) [HP-UX cc, AIX cc,xlc]: Define as
8461         'signed char' to avoid problems with the built-in _Bool type.
8462         Reported by Paul Eggert on 2005-11-26.
8463
8464 2006-01-24  Bruno Haible  <bruno@clisp.org>
8465
8466         * gnulib-tool (func_import): Avoid constructing complicated sed
8467         expressions inside backquote.
8468         Report and solution by Mark D. Baushke <mdb@gnu.org>.
8469
8470 2006-01-23  Ulrich Drepper  <drepper@redhat.com>
8471
8472         These changes imported from libc.
8473         * lib/getopt.c: Use __fxprintf instead of inline stream orientation
8474         test and two separate function calls.
8475         * lib/strndup.c (__strndup): Add libc_hidden_def.
8476
8477 2006-01-23  Simon Josefsson  <jas@extundo.com>
8478
8479         * modules/lock-tests: Use check_PROGRAMS instead of noinst_PROGRAMS.
8480         Remove the test_*_SOURCES variable: automake infers it by default.
8481         * modules/tls-tests: Likewise.
8482
8483 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8484
8485         Work around porting bugs reported by Dieter in
8486         <http://lists.gnu.org/archive/html/bug-bison/2006-01/msg00049.html>.
8487         * lib/getopt.c (_NOPROTO): Remove; no longer needed.
8488         Include <stdlib.h> and <unistd.h> in all environments; it's safe now.
8489         Include "getopt.h" first, to check interface.
8490         (getenv): Declare only if defined HAVE_DECL_GETENV &&
8491         !HAVE_DECL_GETENV.
8492         * lib/strndup.c [!_LIBC]: Include "strndup.h" to get prototype.
8493         (__strndup): Revert to K&R-style function dfns, the glibc style.
8494         * lib/strnlen.c: Don't claim it's taken from glibc; it's not.
8495         (strnlen, __strnlen): Remove #defines and #undefs; not needed.
8496         Include strnlen.h first, to get prototype properly.
8497         (strnlen): Renamed from __strnlen.
8498         Remove weak alias.
8499
8500 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8501
8502         * m4/getopt.m4 (gl_PREREQ_GETOPT): Check for getenv decl.
8503
8504 2006-01-23  Paul Eggert  <eggert@cs.ucla.edu>
8505
8506         * config/srclist.txt: Adjust to reflect glibc reorganization.
8507         This affects only comments.
8508
8509 2006-01-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
8510
8511          * gnulib-tool, build-aux/csharpcomp.sh.in: Do not pass `-q' to mktemp.
8512          Reported by Bruce Korb <bkorb@gnu.org>.
8513
8514 2006-01-22  Paul Eggert  <eggert@cs.ucla.edu>
8515
8516         * lib/quotearg.c (quotearg_buffer_restyled): Add "default: break;"
8517         to pacify gcc -Wswitch-default.
8518
8519 2006-01-22  Bruno Haible  <bruno@clisp.org>
8520
8521         * lib/vasnprintf.c (VASNPRINTF): In the computation of the size of the
8522         temporary buffer for sprintf, take into account the precision also
8523         for 'd', 'i', 'u', 'o', 'x', 'X'.
8524
8525 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8526
8527         * modules/argp-tests: New module
8528         * tests/test-argp.c: New file
8529         * tests/test-argp-2.sh: New file
8530
8531 2006-01-21  Sergey Poznyakoff  <gray@gnu.org.ua>
8532
8533         * lib/argp-help.c (usage_long_opt): Do not print DOC options.
8534         (__argp_base_name): Removed
8535         * lib/argp-namefrob.h (__argp_basename): Removed definition. Was a
8536         typo.
8537         (__argp_base_name): Provide macro definition or extern declaration
8538         depending on the configuration
8539
8540 2006-01-20  Simon Josefsson  <jas@extundo.com>
8541
8542         * modules/inet_ntop (Depends-on): Depend on sys_socket.
8543
8544 2006-01-20  Simon Josefsson  <jas@extundo.com>
8545
8546         * lib/inet_ntop.h: Unconditionally include sys/socket.h.
8547
8548 2006-01-20  Paul Eggert  <eggert@cs.ucla.edu>
8549
8550         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Use -Wl,-z,ignore
8551         rather than -Xlinker -z -Xlinker ignore, as it's more portable.
8552         Suggested by Bruno Haible.
8553
8554 2006-01-20  Karl Berry  <karl@gnu.org>
8555
8556         * config/srclist.txt (argp-fmtstream.h, localcharset.c): comment out
8557         until changes propagate, I guess.
8558
8559 2006-01-19  Simon Josefsson  <jas@extundo.com>
8560
8561         * m4/socklen.m4: Look in ws2tcpip.h too, for mingw32.
8562
8563 2006-01-19  Simon Josefsson  <jas@extundo.com>
8564
8565         * lib/socket_.h: Map SHUT_RD, SHUT_WR, SHUT_RDWR correctly.
8566
8567 2006-01-19  Simon Josefsson  <jas@extundo.com>
8568
8569         * gnulib-tool: Set check_PROGRAMS.
8570
8571         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8572         modules/des-tests, modules/gc-arcfour-tests,
8573         modules/gc-arctwo-tests, modules/gc-des-tests,
8574         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8575         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8576         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8577         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8578         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8579         modules/md5-tests, modules/readline, modules/rijndael-tests: Use
8580         check_PROGRAMS instead of noinst_PROGRAMS to be able to remove
8581         test_*_SOURCES.
8582
8583 2006-01-18  Simon Josefsson  <jas@extundo.com>
8584
8585         * modules/socklen (Depends-on): Depend on sys_socket.
8586
8587 2006-01-18  Simon Josefsson  <jas@extundo.com>
8588
8589         * modules/arcfour-tests, modules/arctwo-tests, modules/crc-tests,
8590         modules/des-tests, modules/gc-arcfour-tests,
8591         modules/gc-arctwo-tests, modules/gc-des-tests,
8592         modules/gc-hmac-md5-tests, modules/gc-hmac-sha1-tests,
8593         modules/gc-md2-tests, modules/gc-md4-tests, modules/gc-md5-tests,
8594         modules/gc-pbkdf2-sha1-tests, modules/gc-rijndael-tests,
8595         modules/gc-sha1-tests, modules/gc-tests, modules/hmac-md5-tests,
8596         modules/hmac-sha1-tests, modules/md2-tests, modules/md4-tests,
8597         modules/md5-tests, modules/readline, modules/rijndael-tests: Add
8598         $(EXEEXT) to automake TESTS variable, for mingw32.
8599
8600 2006-01-17  Simon Josefsson  <jas@extundo.com>
8601
8602         * modules/socklen (Include): Need sys/socket.h.
8603
8604 2006-01-17  Bruno Haible  <bruno@clisp.org>
8605
8606         * modules/ssize_t (Include): Add <sys/types.h>.
8607
8608 2006-01-16  Paul Eggert  <eggert@cs.ucla.edu>
8609
8610         * m4/lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Don't use ldd, as
8611         it's not portable and it doesn't work with cross-compiles.
8612         Problem reported by Bruno Haible.  Fix missing-$ typo in
8613         'test "gl_cv_ignore_unused_libraries" ...' that prevented
8614         -zignore from being used with Sun's C compiler.
8615
8616 2006-01-12  Simon Josefsson  <jas@extundo.com>
8617
8618         * lib/base64.c: Fix warning, reported by Bruno Haible
8619         <bruno@clisp.org> and patch by Paul Eggert <eggert@CS.UCLA.EDU>.
8620
8621 2006-01-12  Bruno Haible  <bruno@clisp.org>
8622
8623         * modules/ldd: New file.
8624         * build-aux/ldd.sh.in: New file.
8625         * MODULES.html.sh (Support for building libraries and executables): Add
8626         ldd.
8627
8628 2006-01-12  Bruno Haible  <bruno@clisp.org>
8629
8630         * m4/ldd.m4: New file.
8631
8632 2006-01-12  Bruno Haible  <bruno@clisp.org>
8633
8634         * gnulib-tool (func_import, func_create_testdir): Don't go into an
8635         endless loop while replacing $auxdir with build-aux.
8636
8637 2006-01-11  Simon Josefsson  <jas@extundo.com>
8638
8639         * lib/stdint_.h (SIZE_MAX): Add missing (.
8640
8641 2006-01-11  Paul Eggert  <eggert@cs.ucla.edu>
8642
8643         Sync from coreutils.
8644         * lib/md5.c: Fix commentary typos.
8645         (alignof, UNALIGNED_P): No need for a GCC-specific version.
8646         * lib/md5.h (__attribute__): Remove; unused.
8647         * lib/sha1.c: Fix commentary to match md5 better.
8648         * lib/sha1.h (struct sha1_ctx): Use a word buffer, not a byte buffer,
8649         so that we don't need to worry about alignment.  All uses changed.
8650         This merges the 2005-10-28 md5 change into sha1.
8651
8652 2006-01-11  Jim Meyering  <jim@meyering.net>
8653
8654         Sync from coreutils.
8655         * lib/md5.c (OP): Fix spacing.
8656
8657 2006-01-11  Bruno Haible  <bruno@clisp.org>
8658
8659         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8660         * m4/lock.m4 (gl_LOCK_BODY): Renamed from gl_LOCK.
8661         (gl_LOCK): New macro, requiring gl_LOCK_BODY.
8662
8663 2006-01-11  Bruno Haible  <bruno@clisp.org>
8664
8665         Ensure automatic ordering between gl_LOCK and gl_ARGP.
8666         * gnulib-tool (func_import, func_create_testdir): Put gl_LOCK into
8667         the "early" section as well.
8668
8669 2006-01-11  Bruno Haible  <bruno@clisp.org>
8670
8671         Avoid "ar: no archive members specified" error on MacOS X.
8672         * gnulib-tool (func_modules_add_dummy): New function.
8673         (func_import, func_create_testdir): Invoke it.
8674
8675 2006-01-11  Bruno Haible  <bruno@clisp.org>
8676
8677         * gnulib-tool (func_import, func_create_testdir): Replace build-aux
8678         with $auxdir in AC_CONFIG_FILES statements.
8679
8680 2006-01-11  Bruno Haible  <bruno@clisp.org>
8681
8682         * gnulib-tool (func_emit_lib_Makefile_am, func_emit_tests_Makefile_am):
8683         Initialize also noinst_HEADERS to empty.
8684
8685 2006-01-11  Bruno Haible  <bruno@clisp.org>
8686
8687         * gnulib-tool (AUTOMAKEPATH, AUTOCONF, ACLOCAL, AUTOMAKE): New
8688         variables.
8689         (func_create_megatestdir): Call aclocal, autoconf, automake here, not
8690         autoreconf.
8691
8692 2006-01-11  Bruno Haible  <bruno@clisp.org>
8693
8694         * gnulib-tool (AUTOCONF, ACLOCAL, AUTOMAKE, AUTORECONF): Make
8695         overridable by the user.
8696         Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
8697
8698 2006-01-10  Simon Josefsson  <jas@extundo.com>
8699
8700         * modules/sys_socket: New file.
8701
8702 2006-01-10  Simon Josefsson  <jas@extundo.com>
8703
8704         * m4/sys_socket_h.m4: New file.
8705
8706 2006-01-10  Simon Josefsson  <jas@extundo.com>
8707
8708         * lib/socket_.h: New file.
8709
8710 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8711
8712         * modules/readutmp (Maintainer): Add myself.
8713
8714 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8715
8716         * m4/memcoll.m4 (gl_MEMCOLL): Don't require AC_FUNC_MEMCMP, undoing
8717         the 2002-12-31 change.  Problem and fix reported by Bruno Haible.
8718         People who are still concerned with buggy memcmp implementations
8719         can invoke gl_FUNC_MEMCMP themselves.
8720
8721 2006-01-10  Paul Eggert  <eggert@cs.ucla.edu>
8722
8723         * lib/regex_internal.h (BITSET_WORD_BITS):
8724         Work around a bug in 64-bit PGC (before version 6.1-2), where the
8725         preprocessor mishandles large unsigned values as if they were signed.
8726         Problem reported by Claudio Fontana in
8727         <http://lists.gnu.org/archive/html/bug-gnulib/2005-12/msg00061.html>.
8728
8729 2006-01-10  Jim Meyering  <jim@meyering.net>
8730
8731         Avoid the double-free (first in fts_read, second in fts_close) that
8732         would occur when an `active' directory is made inaccessible (e.g.,
8733         via chmod a-x) during a traversal.
8734         * lib/fts.c (fts_read): After a failed fchdir, update sp->fts_cur
8735         before returning.  Reproduce this failure by
8736         mkdir -p a/b; cd a; chmod a-x . b
8737         Reported by Stavros Passas.
8738
8739         Sync from coreutils.
8740         * lib/sha1.c: Tweak grammar in a comment.
8741
8742 2006-01-10  Jim Meyering  <jim@meyering.net>
8743
8744         * m4/fpending.m4: Also include <stdio.h>, for Dragonfly.
8745         Patch by Joerg Sonnenberger.
8746
8747 2006-01-10  Bruno Haible  <bruno@clisp.org>
8748
8749         * modules/readutmp: Depend on module free.
8750         * modules/strtok_r: Depend on module restrict.
8751
8752 2006-01-10  Bruno Haible  <bruno@clisp.org>
8753
8754         * modules/gettext (configure.ac): Add an invocation of
8755         AM_GNU_GETTEXT_VERSION. Needed since autoreconf is used by gnulib-tool.
8756
8757 2006-01-10  Bruno Haible  <bruno@clisp.org>
8758
8759         * m4/localcharset.m4 (gl_LOCALCHARSET): Also test for getc_unlocked.
8760         Reported by Werner Lemberg <wl@gnu.org>.
8761
8762 2006-01-10  Bruno Haible  <bruno@clisp.org>
8763
8764         * lib/localcharset.c: Update from GNU gettext.
8765
8766 2006-01-10  Bruno Haible  <bruno@clisp.org>
8767
8768         * lib/argp.h (__const): Remove macro. Use const instead.
8769         * lib/argp-fmtstream.h (__const): Likewise.
8770         * lib/glob_.h (__const): Remove macro.
8771         * lib/glob-libc.h: Use const instead of __const.
8772
8773 2006-01-10  Bruno Haible  <bruno@clisp.org>
8774
8775         * gnulib-tool (func_emit_tests_Makefile_am): Emit an empty SUBDIR
8776         variable.
8777         Needed to avoid an automake error regarding the 'gettext' module.
8778
8779 2006-01-09  Simon Josefsson  <jas@extundo.com>
8780
8781         * modules/inet_ntop (Depends-on): Add restrict.
8782
8783 2006-01-09  Simon Josefsson  <jas@extundo.com>
8784
8785         * modules/gc-rijndael-tests (License): Put under LGPL.
8786
8787         * modules/gc-des-tests (License): Likewise.
8788
8789         * modules/gc-arcfour-tests (License): Likewise.
8790
8791         * modules/gc-arctwo-tests (License): Likewise.
8792
8793         * modules/gc-pbkdf2-sha1-tests (License): Likewise.
8794
8795         * modules/gc-hmac-sha1-tests (Files): Likewise.
8796
8797         * modules/gc-hmac-md5-tests (License): Likewise.
8798
8799         * modules/gc-sha1-tests (License): Likewise.
8800
8801         * modules/gc-md5-tests (License): Likewise.
8802
8803         * modules/gc-md4-tests (License): Likewise.
8804
8805         * modules/gc-md2-tests (License): Likewise.
8806
8807         * modules/gc-tests (License): Likewise.
8808
8809         * modules/des-tests (License): Likewise.
8810
8811         * modules/md4-tests (License): Likewise.
8812
8813         * modules/md2-tests (License): Likewise.
8814
8815 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8816
8817         Sync from coreutils:
8818
8819         * MODULES.html.sh (build_lib): New section, with new lib-ignore module.
8820         * modules/lib-ignore: New file.
8821         * modules/mkdir-p (Files): Add chdir-safer.c, chdir-safer.h, lchmod.h,
8822         chdir-safer.m4, lchmod.m4.
8823         * modules/openat: Add mkdirat.c, openat-priv.h.
8824
8825 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8826
8827         Sync from coreutils.
8828         * m4/lib-ignore.m4: New file.
8829         * m4/lchmod.m4: New file.
8830
8831 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8832
8833         Sync from coreutils.
8834         * lib/chdir-long.c (cdb_free): Don't bother trying to open directory
8835         for write access: POSIX says that must fail.
8836         * lib/fts.c (diropen): Likewise.
8837         * lib/save-cwd.c (save_cwd): Likewise.
8838         * lib/chdir-long.c (cdb_free): Open with O_NOCTTY | O_NONBLOCK as
8839         well, for minor improvements on hosts that lack O_DIRECTORY.
8840         * lib/chown.c (rpl_chown) [CHOWN_MODIFIES_SYMLINK]:
8841         Don't try O_WRONLY unless O_RDONLY failed wth EACCES.
8842         Fall back on chown if open failed with EACCES.
8843
8844         * lib/gettime.c (gettime) [!defined OK_TO_USE_1S_CLOCK]:
8845         Report an error at compile-time if only a 1-second nominal clock
8846         resolution is found.
8847
8848         * lib/lchmod.h: New file.
8849         * lib/mkdir-p.c: Include lchmod.h, lchown.h.
8850         (make_dir_parents): Use lchown rather than chown, and
8851         lchmod rather than chmod.
8852
8853         * lib/mountlist.c (ME_DUMMY): "none" and "proc" file systems are
8854         dummies too.  Problem with "none" reported by Bob Proulx.  Problem with
8855         "proc" reported by n0dalus.
8856
8857         * lib/mountlist.c: Include <limits.h>.
8858         (dev_from_mount_options)
8859         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]:
8860         New function.  It no longer assumes "dev=" has the System V meaning
8861         on Linux (since it doesn't).  It also parses "dev=" more carefully.
8862         (read_file_system_list)
8863         [defined MOUNTED_GETMNTENT1 || defined MOUNTED_GETMNTENT2]: Use it.
8864         MOUNTED_GETMNTENT2 is new here; the code didn't used to look for
8865         dev= in that case.
8866
8867         * lib/posixtm.h (PDS_PRE_2000): New macro.
8868         * lib/posixtm.c (year): Arg is now syntax_bits rather than
8869         allow_century.  All usages changed.  Reject dates outside the range
8870         1969-1999 if PDS_PRE_2000 is used.
8871
8872 2006-01-09  Paul Eggert  <eggert@cs.ucla.edu>
8873
8874         Sync from coreutils.
8875         * doc/getdate.texi (General date syntax): Invalid dates are rejected.
8876         (Time of day items): Mention the possibility of leap seconds.
8877         Problem reported by Dr. David Alan Gilbert.
8878
8879 2006-01-09  Jim Meyering  <jim@meyering.net>
8880
8881         Sync from coreutils.
8882
8883         * lib/version-etc.c (COPYRIGHT_YEAR): Update to 2006.
8884
8885         * lib/chdir-safer.h, lib/chdir-safer.c: New files.
8886
8887         * lib/modechange.c (mode_compile): Reject an invalid mode string
8888         that starts with an octal digit.  From Andreas Gruenbacher.
8889
8890         * lib/openat.c: Include "fcntl--.h" and "unistd--.h", to map open
8891         and dup to open_safer and dup_safer, respectively.
8892         (openat_permissive): Fix typo in comment.
8893
8894         * lib/openat.c: Don't include <stdlib.h>, <unistd.h>, <fcntl.h>,
8895         "gettext.h"; either no longer needed or are guaranteed by openat.h.
8896         (_): Remove; no longer needed.
8897         (openat): Renamed from rpl_openat; no need for rpl_openat
8898         since openat.h renames openat for us.
8899         Replace most of the body with a call to openat_permissive,
8900         to avoid duplicate code.
8901         Port to (probably hypothetical) environments were mode_t is
8902         wider than int.
8903         (openat_permissive): Require mode arg, so that we can check
8904         types better.  Put it just after flags.  Change cwd failure
8905         indicator from pointer-to-bool to pointer-to-errno-value.
8906         All callers changed.
8907         Invoke openat_save_fail and/or openat_restore_fail if
8908         cwd_errno is null, so that openat can call us.
8909         (openat_permissive, fdopendir, fstatat, unlinkat):
8910         Simplify errno handling to avoid some duplicate code,
8911         as it's OK to set errno on success.
8912         * lib/openat.h: Revamp code so that function macros depend on
8913         __OPENAT_PREFIX only, not also on AT_FDCWD.
8914         (openat_ro): Remove.  Caller changed to use openat_permissive.
8915         (openat_permissive): Now a macro, if not a function.
8916         (openat_restore_fail, openat_save_fail): Now always functions,
8917         since mkdirat needs them even if __OPENAT_PREFIX is defined.
8918
8919         * lib/openat-priv.h: New file, defining macros used by mkdirat.c
8920         and openat.c.
8921         * lib/mkdirat.c: Include openat-priv.h.
8922         Remove definitions of macros defined therein.
8923         * lib/openat.c: Likewise.
8924
8925         * lib/mkdirat.c (mkdirat): New file and function.
8926         * lib/openat.h (mkdirat): Declare.
8927
8928         * lib/openat.c (fdopendir): Don't change errno when returning non-NULL.
8929
8930         * lib/openat.h (openat_permissive): Declare.
8931         (openat_ro): Define.
8932
8933         * lib/openat.c (EXPECTED_ERRNO): New macro.
8934         (openat_permissive): New function -- used in remove.c rewrite.
8935         (all functions): Set errno just before returning, only if there
8936         was an actual failure.
8937         Use EXPECTED_ERRNO rather than comparing against only ENOTDIR.
8938
8939         Emulate openat-family functions using Linux's procfs, if possible.
8940         Idea and some code based on Ulrich Drepper's glibc changes.
8941
8942         * lib/openat.c: (BUILD_PROC_NAME): New macro.
8943         Include <stdio.h>, <string.h>, "alloca.h" and "intprops.h".
8944         (rpl_openat): Emulate by trying to open /proc/self/fd/%d/%s,
8945         before falling back on save_cwd and restore_cwd.
8946         (fdopendir, fstatat, unlinkat): Likewise.
8947
8948         * lib/openat.c (fstatat, unlinkat): Perform the syscall directly,
8949         skipping the save_cwd...restore_cwd overhead, if FILE is absolute.
8950
8951         * lib/openat.c (rpl_openat): Use the promoted type (int), not mode_t,
8952         as second argument to va_arg.  Otherwise, some versions of gcc
8953         warn that `if this code is reached, the program will abort'.
8954
8955 2006-01-09  Jim Meyering  <jim@meyering.net>
8956
8957         Sync from coreutils.
8958         * m4/openat.m4 (gl_FUNC_OPENAT): Require and compile mkdirat.c.
8959         Require openat-priv.h.
8960
8961 2006-01-09  Bruno Haible  <bruno@clisp.org>
8962
8963         * modules/strnlen (Include): Use strnlen.h.
8964
8965 2006-01-09  Bruno Haible  <bruno@clisp.org>
8966
8967         * m4/stdint.m4 (gl_STDINT_H): Also test for <sys/bitypes.h>.
8968
8969 2006-01-09  Bruno Haible  <bruno@clisp.org>
8970
8971         * lib/sysexit_.h (EX_OK): New macro.
8972         Suggested by Martin Lambers <marlam@marlam.de>.
8973
8974 2006-01-09  Bruno Haible  <bruno@clisp.org>
8975
8976         * lib/stdint_.h: On Linux libc4 and libc5, include <sys/bitypes.h> and
8977         don't define _STDINT_H_NEED_SIGNED_INT_TYPES.
8978
8979 2006-01-09  Bruno Haible  <bruno@clisp.org>
8980
8981         * lib/stdint_.h (SIZE_MAX): Write the value without involving negative
8982         numbers.
8983
8984 2006-01-09  Bruno Haible  <bruno@clisp.org>
8985
8986         * lib/javacomp.sh.in: Move to ../build-aux/javacomp.sh.in.
8987         * lib/javaexec.sh.in: Move to ../build-aux/javaexec.sh.in.
8988         * lib/csharpcomp.sh.in: Move to ../build-aux/csharpcomp.sh.in.
8989         * lib/csharpexec.sh.in: Move to ../build-aux/csharpexec.sh.in.
8990
8991 2006-01-09  Bruno Haible  <bruno@clisp.org>
8992
8993         * build-aux/javacomp.sh.in: New file, moved from lib/.
8994         * modules/javacomp-script (Files): Update.
8995         (configure.ac): Add AC_CONFIG_FILES invocation.
8996         (EXTRA_DIST): Remove variable.
8997
8998         * build-aux/javaexec.sh.in: New file, moved from lib/.
8999         * modules/javaexec (Files): Update.
9000         (configure.ac): Add AC_CONFIG_FILES invocation.
9001         (EXTRA_DIST): Remove javaexec.sh.in.
9002
9003         * build-aux/csharpcomp.sh.in: New file, moved from lib/.
9004         * modules/csharpcomp-script (Files): Update.
9005         (configure.ac): Add AC_CONFIG_FILES invocation.
9006         (EXTRA_DIST): Remove variable.
9007
9008         * build-aux/csharpexec.sh.in: New file, moved from lib/.
9009         * modules/csharpexec (Files): Update.
9010         (configure.ac): Add AC_CONFIG_FILES invocation.
9011         (EXTRA_DIST): Remove csharpexec.sh.in.
9012
9013 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9014
9015         Sync from coreutils.
9016
9017         Add POSIX ACL support
9018         * lib/acl.h (copy_acl, set_acl): Add declarations.
9019         * lib/acl.c (acl_entries): Add fallback implementation for POSIX ACL
9020         systems other than Linux.
9021         (chmod_or_fchmod): New function: use fchmod when possible,
9022         and chmod otherwise.
9023         (file_has_acl): Add a POSIX ACL implementation, with a
9024         Linux-specific subcase.
9025         (copy_acl): Add: copy an acl and S_ISUID, S_ISGID, and
9026         S_ISVTX from one file to another.  Fall back to fchmod/chmod when
9027         acls are unsupported.
9028         (set_acl): Add: set a file's acl and S_ISUID, S_ISGID, and
9029         S_ISVTX to a defined value.  Fall back to fchmod/chmod when acls
9030         are unsupported.
9031
9032 2006-01-09  Andreas Gruenbacher  <agruen@suse.de>
9033
9034         Sync from coreutils.
9035         * m4/acl.m4 (AC_FUNC_ACL): Add POSIX ACL and Linux-specific acl tests.
9036
9037 2006-01-07  Bruno Haible  <bruno@clisp.org>
9038
9039         * gnulib-tool (func_import): Add an AC_PROG_RANLIB dependency to
9040         gl_EARLY.
9041
9042 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9043
9044         * lib/strftime.c (tzname): Don't declare if it is already #defined.
9045         Problem reported for Mingw by Mark Junker.
9046
9047 2006-01-04  Paul Eggert  <eggert@cs.ucla.edu>
9048
9049         * README: Gnulib normally doesn't generate a tarball.
9050
9051 2006-01-03  Paul Eggert  <eggert@cs.ucla.edu>
9052
9053         * lib/xtime.h (xtime_make, xtime_nonnegative_nsec, xtime_nsec): Use
9054         long int, not int, for nanosecond counts, so that people who are
9055         used to POSIX struct timespec won't be surprised.  Reported by Jim
9056         Meyering.
9057
9058 2005-12-28  Bruno Haible  <bruno@clisp.org>
9059
9060         * build-aux/config.rpath: Update from GNU gettext.
9061
9062 2005-12-16  Jim Meyering  <jim@meyering.net>
9063
9064         * modules/fprintftime: New module.
9065         * MODULES.html.sh (Date and time <time.h>): Add fprintftime.
9066
9067 2005-12-16  Jim Meyering  <jim@meyering.net>
9068
9069         * m4/fprintftime.m4: New file.
9070
9071 2005-12-16  Jim Meyering  <jim@meyering.net>
9072
9073         * lib/fprintftime.c, lib/fprintftime.h: New files.
9074
9075 2005-12-15  Simon Josefsson  <jas@extundo.com>
9076
9077         * modules/socklen (configure.ac): Fix M4 macro name, to align with
9078         new m4/socklen.m4.
9079
9080 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9081
9082         * m4/argp.m4: Define HAVE_DECL_PROGRAM_INVOCATION_NAME and
9083         HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
9084
9085 2005-12-10  Sergey Poznyakoff  <gray@gnu.org.ua>
9086
9087         * lib/argp-fmtstream.c (__argp_fmtstream_update): Fix coredump
9088         * lib/argp-help.c (fill_in_uparams): Check if the constructed
9089         struct uparams is valid. Fall back to the default values if it is
9090         not.
9091
9092 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9093
9094         * modules/argp (Files): Add argp-pin.c
9095         (Depends-on): dirname
9096         (lib_SOURCES): Add argp-pin.c
9097
9098 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9099
9100         * m4/argp.m4:  Check if program_invocation_name and
9101         program_invocation_short_name are declared and define appropriate
9102         macros if they are not.
9103
9104 2005-12-09  Sergey Poznyakoff  <gray@gnu.org.ua>
9105
9106         * lib/argp-help.c (__argp_base_name): New function
9107         (__argp_short_program_name): Rewrite using __argp_base_name
9108         * lib/argp-namefrob.h: Define program_invocation_name and
9109         program_invocation_short_name if requested
9110         (__argp_base_name): Add prototype
9111         * lib/argp-parse.c (argp_def): Use gettext wrappers
9112         (argp_default_parser): Use __argp_base_name
9113         * lib/argp-pin.c: New file. Defines program_invocation_name and
9114         program_invocation_short_name on systems that lack them.
9115
9116 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9117
9118         * m4/stat-time.m4 (gl_STAT_TIME): Add check for
9119         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9120         porting problem reported by Georg Schwarz in
9121         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9122
9123 2005-12-07  Paul Eggert  <eggert@cs.ucla.edu>
9124
9125         * lib/stat-time.h (STATE_TIMESPEC, STAT_TIMESPEC_NS): Add check for
9126         TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC, to fix IRIX 5.3
9127         porting problem reported by Georg Schwarz in
9128         <http://lists.gnu.org/archive/html/bug-coreutils/2005-12/msg00083.html>.
9129
9130 2005-12-05  Bruno Haible  <bruno@clisp.org>
9131
9132         * lib/csharpcomp.sh.in (options_csc): For -l option, add a .dll suffix.
9133         * lib/csharpcomp.c (compile_csharp_using_sscli): Likewise.
9134         Reported by Mark Junker <mjscod@gmx.de>.
9135
9136 2005-12-02  Paul Eggert  <eggert@cs.ucla.edu>
9137
9138         * m4/socklen.m4 (gl_TYPE_SOCKLEN_T): Renamed from gl_SOCKLEN_T.
9139         Use implementation from Albert Chin, with some
9140         comments/corrections by Stepan Kasal and myself.
9141
9142 2005-12-02  Bruno Haible  <bruno@clisp.org>
9143
9144         * gnulib-tool (func_import): Accept GPLed build tool modules when
9145         --lgpl is given.
9146         * modules/csharpcomp-script: New file.
9147         * modules/csharpcomp: Depend on it.
9148         * modules/javacomp-script: New file.
9149         * modules/javacomp: Depend on it.
9150         Suggested by Simon Josefsson.
9151
9152 2005-12-01  Paul Eggert  <eggert@cs.ucla.edu>
9153
9154         * m4/regex.m4 (gl_REGEX): Check whether off_t can be used in a switch
9155         statement, to work around an HP-UX 10.20 compiler bug reported by
9156         Peter O'Gorman.
9157
9158 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9159
9160         * modules/savedir (Depends-on): Add openat.
9161
9162 2005-11-29  Paul Eggert  <eggert@cs.ucla.edu>
9163
9164         * lib/stdint_.h (intmax_t) [defined intmax_t]: Do not declare.
9165         (uintmax_t) [defined uintmax_t]: Do not declare.
9166         (SIZE_MAX) [defined SIZE_MAX]: Do not define.
9167         This works around a problem if intmax_t.m4 and/or uintmax_t.m4
9168         and/or size_max.m4 are also used.  Problem reported by Mark D. Baushke.
9169         (SIZE_MAX): Define to ((size_t) -1), not (~(size_t)0), for the
9170         sake of portability to weird hosts that C allows (though we don't
9171         know of any practical examples).
9172
9173         * lib/savedir.h (fdsavedir): New decl.
9174         * lib/savedir.c (fdsavedir, savedirstream): New functions; the latter
9175         contains most of the former guts of savedir.
9176         (savedir): Use savedirstream.
9177         Include "openat.h".
9178
9179 2005-11-25  Paul Eggert  <eggert@cs.ucla.edu>
9180
9181         * modules/obstack (Files): Add m4/ulonglong.m4.
9182         Problem reported by Davide Angelocola.
9183
9184 2005-11-15  Paul Eggert  <eggert@cs.ucla.edu>
9185
9186         * lib/xstrtod.c: Don't bother with #pragma STDC FENV_ACCESS ON, as
9187         coreutils no longer futzes with rounding modes.
9188
9189 2005-11-14  Jim Meyering  <jim@meyering.net>
9190
9191         * lib/mkstemp-safer.c: Include <config.h>, required for possible
9192         replacement of mkstemp.
9193
9194 2005-11-10  Simon Josefsson  <jas@extundo.com>
9195
9196         * lib/readline.c: Remove EOL.
9197
9198 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9199
9200         * modules/gethrxtime (Depends-on): Add gettime.
9201
9202 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9203
9204         * m4/gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Don't require AC_HEADER_TIME
9205         or gettimeofday; no longer needed.
9206
9207 2005-11-10  Paul Eggert  <eggert@cs.ucla.edu>
9208
9209         * lib/gethrxtime.c: Include "timespec.h" rather than the sys/time /
9210         time business.
9211         (gethrxtime) [! (HAVE_NANOUPTIME
9212         || (defined CLOCK_MONOTONIC && HAVE_CLOCK_GETTIME)
9213         || HAVE_MICROUPTIME)]: Fall back on gettime rather than rolling
9214         our own approximation.
9215
9216 2005-11-08  Eric Blake  <ebb9@byu.net>
9217
9218         * lib/inet_ntop.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9219
9220 2005-11-08  Eric Blake  <ebb9@byu.net>
9221
9222         * lib/getaddrinfo.h: Use #if !, not #ifndef, for AC_CHECK_DECLS.
9223
9224 2005-11-04  Bruno Haible  <bruno@clisp.org>
9225
9226         * gnulib-tool: Implement --update mode.
9227
9228 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9229
9230         Fix porting problem reported by Theodoros V. Kalamatianos.
9231         * lib/utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]:
9232         Don't assume that futimes failing means we must fail.
9233
9234 2005-10-30  Paul Eggert  <eggert@cs.ucla.edu>
9235
9236         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Revamp wording and local
9237         variables to suggest the intended function of the PATH_MAX check.
9238
9239 2005-10-30  Kean Johnston  <jkj@sco.com>
9240
9241         Trivial changes to support SCO systems.
9242         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Check for MAXPATHLEN as well
9243         as PATH_MAX.
9244         * m4/fpending.m4 (gl_FUNC_FPENDING): Correct check for SCO systems,
9245         where __ptr is null when no I/O is pending.
9246
9247 2005-10-29  Paul Eggert  <eggert@cs.ucla.edu>
9248
9249         * lib/getcwd.c (__getcwd): Don't assume that system calls after readdir
9250         leave errno alone.  Problem reported by Dmitry V. Levin.
9251
9252 2005-10-28  Simon Josefsson  <jas@extundo.com>
9253
9254         * tests/test-gc-md4.c, tests/test-gc-md5.c, tests/test-gc-sha1.c:
9255         Test more.
9256
9257         * tests/test-gc-md2.c, tests/test-md2.c: New files.
9258
9259         * modules/md2, modules/md2-tests: New files.
9260
9261 2005-10-28  Simon Josefsson  <jas@extundo.com>
9262
9263         * m4/inet_ntop.m4: More tests.
9264
9265         * m4/gc-md2.m4, md2.m4: New file.
9266
9267 2005-10-28  Simon Josefsson  <jas@extundo.com>
9268
9269         * lib/inet_ntop.h, inet_ntop.c: Make it work under mingw32: Add
9270         "restrict" keywords, as per POSIX.  Protect the function
9271         declaration around HAVE_DECL_INET_NTOP rather than HAVE_INET_NTOP.
9272         Don't use K&R prototypes.  Check the sprintf return values.
9273         Re-define EAFNOSUPPORT if not present.  Indent.
9274
9275         * lib/md5.h, md5.c: Simplify buffer handling visavi alignment,
9276         suggested by Bruno Haible <bruno@clisp.org>.
9277
9278         * lib/gc-gnulib.c, gc-libgcrypt.c: Check calloc return value.
9279
9280         * lib/gc.h: Add MD2 and RMD160 length defines.  Add prototypes.
9281
9282         * lib/gc-libgcrypt.c: Add MD2 (which is not available through
9283         libgcrypt).
9284
9285         * lib/gc-gnulib.c: Add MD2.  Implement gc_hash_* API.
9286
9287         * lib/md2.h, lib/md2.c: New files.
9288
9289 2005-10-28  Paul Eggert  <eggert@cs.ucla.edu>
9290
9291         * lib/savedir.c (savedir): Don't assume that xrealloc etc. leave
9292         errno alone.  Problem reported by Frederic Jolliton.
9293
9294 2005-10-27  Paul Eggert  <eggert@cs.ucla.edu>
9295
9296         * modules/verify (License): Change from GPL to LGPL.  This is a
9297         tiny module and there are apparently near-equivalents that are
9298         under the BSD license.
9299
9300 2005-10-24  Simon Josefsson  <jas@extundo.com>
9301
9302         * modules/sha1: Relicense to LGPL.
9303
9304 2005-10-24  Simon Josefsson  <jas@extundo.com>
9305
9306         * lib/md4.h: Shrink buffer size, now that we changed the type.
9307
9308 2005-10-23  Simon Josefsson  <jas@extundo.com>
9309
9310         * gnulib-tool (func_import): Fix --tests-base.
9311
9312 2005-10-22  Simon Josefsson  <jas@extundo.com>
9313
9314         * modules/arcfour (Depends-on): Need stdint.
9315
9316 2005-10-22  Simon Josefsson  <jas@extundo.com>
9317
9318         * m4/gc.m4: Don't be fooled by --disable-*random-device parameters,
9319         suggested by Bruno Haible <bruno@clisp.org>.  Fix error messages.
9320
9321 2005-10-22  Simon Josefsson  <jas@extundo.com>
9322
9323         * lib/md4.h, md4.c: Simplify buffer handling visavi alignment,
9324         suggested by Bruno Haible <bruno@clisp.org>.
9325
9326 2005-10-22  Simon Josefsson  <jas@extundo.com>
9327
9328         * lib/crc.h: Include stddef.h, for size_t.
9329
9330 2005-10-22  Simon Josefsson  <jas@extundo.com>
9331
9332         * lib/arcfour.h, arcfour.c: Use fixed size indices in the
9333         arcfour_context struct (simplify test vector testing in GNU
9334         Shishi).
9335
9336 2005-10-21  Simon Josefsson  <jas@extundo.com>
9337
9338         * modules/des, modules/des-tests: New files.
9339
9340         * modules/gc-des, modules/gc-des-tests: New files.
9341
9342         * tests/test-des.c, tests/test-gc-des.c: New file.
9343
9344 2005-10-21  Simon Josefsson  <jas@extundo.com>
9345
9346         * modules/arctwo, modules/arctwo-tests: New files.
9347
9348         * tests/test-arctwo.c: New file.
9349
9350         * modules/gc-arctwo, modules/gc-arctwo-tests: New files.
9351
9352         * tests/test-gc-arctwo.c: New file.
9353
9354 2005-10-21  Simon Josefsson  <jas@extundo.com>
9355
9356         * m4/gc.m4: Don't use libgcrypt if gcrypt.h isn't found, suggested by
9357         Bruno Haible <bruno@clisp.org>.
9358
9359         * m4/gc-des.m4: New file.
9360
9361 2005-10-21  Simon Josefsson  <jas@extundo.com>
9362
9363         * m4/arctwo.m4: New file.
9364
9365         * m4/gc-arctwo.m4: New file.
9366
9367 2005-10-21  Simon Josefsson  <jas@extundo.com>
9368
9369         * lib/rijndael-api-fst.c: Fix bugs in CBC mode for more than one
9370         block.
9371
9372 2005-10-21  Simon Josefsson  <jas@extundo.com>
9373
9374         * lib/hmac-md5.c (hmac_md5): Add comments, suggested by Bruno Haible
9375         <bruno@clisp.org>.
9376
9377         * lib/hmac-sha1.c (hmac_sha1): Likewise.
9378
9379         * lib/crc.c (crc32_update): Actually use crc parameter, suggested by
9380         Bruno Haible <bruno@clisp.org>.
9381
9382         * lib/crc.h: Include stdint.h directly, suggested by Bruno Haible
9383         <bruno@clisp.org>.
9384
9385 2005-10-21  Simon Josefsson  <jas@extundo.com>
9386
9387         * lib/gc-libgcrypt.c (gc_cipher_open): Handle ECB.
9388
9389 2005-10-21  Simon Josefsson  <jas@extundo.com>
9390
9391         * lib/gc-gnulib.c: Support ARCTWO in CBC mode.
9392
9393 2005-10-21  Simon Josefsson  <jas@extundo.com>
9394
9395         * lib/des.h, lib/des.c: New files.
9396
9397         * lib/gc-gnulib.c: Support DES.c
9398
9399 2005-10-21  Simon Josefsson  <jas@extundo.com>
9400
9401         * lib/arctwo.h, lib/arctwo.c: New files.
9402
9403         * lib/gc-gnulib.c: Support ARCTWO.
9404
9405 2005-10-21  Simon Josefsson  <jas@extundo.com>
9406
9407         * lib/arctwo.h (arctwo_setkey): Protect variable in CPP macro,
9408         suggested by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
9409
9410 2005-10-21  Simon Josefsson  <jas@extundo.com>
9411
9412         * gnulib-tool (func_import, func_create_testdir): Define automake
9413         conditional GL_COND_LIBTOOL if libtool is used (to be used by modules
9414         Makefile.am snippet),
9415         suggested by Bruno Haible <bruno@clisp.org>.
9416
9417         * modules/gc (Makefile.am): Use it.
9418
9419 2005-10-21  Bruno Haible  <bruno@clisp.org>
9420
9421         * gnulib-tool (func_import, func_create_testdir): Add quoting to last
9422         patch.
9423
9424 2005-10-19  Simon Josefsson  <jas@extundo.com>
9425
9426         * tests/test-gc-rijndael.c: New file.
9427
9428         * modules/gc-rijndael, modules/gc-rijndael-test: New files.
9429
9430 2005-10-19  Simon Josefsson  <jas@extundo.com>
9431
9432         * tests/test-gc-md4.c, tests/test-gc-md5.c: Test gc_hash_buffer
9433         interface too.
9434
9435 2005-10-19  Simon Josefsson  <jas@extundo.com>
9436
9437         * tests/test-gc-arcfour.c: New file.
9438
9439         * modules/gc-arcfour, modules/gc-arcfour-tests: New files.
9440
9441 2005-10-19  Simon Josefsson  <jas@extundo.com>
9442
9443         * modules/gc-md4, modules/gc-md4-tests: New file.
9444
9445         * tests/test-gc-md4.c: New file.
9446
9447 2005-10-19  Simon Josefsson  <jas@extundo.com>
9448
9449         * m4/gc-md4.m4: New file.
9450
9451 2005-10-19  Simon Josefsson  <jas@extundo.com>
9452
9453         * m4/gc-hmac-md5.m4, gc-hmac-sha1.m4, gc-md4.m4,
9454         gc-md5.m4, gc-sha1.m4: Fix typo, suggested by Stepan Kasal
9455         <kasal@ucw.cz>.
9456
9457 2005-10-19  Simon Josefsson  <jas@extundo.com>
9458
9459         * m4/gc-arcfour.m4: New file.
9460
9461         * m4/gc-rijndael.m4: New file.
9462
9463 2005-10-19  Simon Josefsson  <jas@extundo.com>
9464
9465         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support MD4.
9466
9467 2005-10-19  Simon Josefsson  <jas@extundo.com>
9468
9469         * lib/gc-gnulib.c: Support ARCFOUR.
9470
9471 2005-10-19  Simon Josefsson  <jas@extundo.com>
9472
9473         * lib/gc-gnulib.c: Implement gc_cipher_* API, currently only with AES
9474         support.
9475
9476         * lib/gc.h: Add ECB enum type.
9477
9478         * lib/hmac-md5.c, hmac-sha1.c: Include memxor.h.
9479
9480 2005-10-18  Simon Josefsson  <jas@extundo.com>
9481
9482         * tests/test-md5.c: New file.
9483
9484         * modules/md5-tests: New file.
9485
9486 2005-10-18  Simon Josefsson  <jas@extundo.com>
9487
9488         * tests/test-md4.c: New file.
9489
9490         * modules/md4, modules/md4-tests: New files.
9491
9492 2005-10-18  Simon Josefsson  <jas@extundo.com>
9493
9494         * m4/md4.m4: New file.
9495
9496 2005-10-18  Simon Josefsson  <jas@extundo.com>
9497
9498         * lib/md4.h, lib/md4.c: New files, based on md5.?.
9499
9500 2005-10-17  Stepan Kasal  <kasal@ucw.cz>
9501
9502         * gnulib-tool (func_create_testdir): Omit the second check whether
9503         BUILT_SOURCES in nonempty.
9504
9505 2005-10-17  Simon Josefsson  <jas@extundo.com>
9506
9507         * tests/test-rijndael.c: New file.
9508
9509 2005-10-17  Simon Josefsson  <jas@extundo.com>
9510
9511         * modules/sha1: Depend on stdint instead of md5.
9512
9513         * modules/md5: Depend on stdint, remove uint32_t.
9514
9515 2005-10-17  Simon Josefsson  <jas@extundo.com>
9516
9517         * modules/gc-sha1-tests: New file.
9518
9519         * tests/test-gc-sha1.c: New file.
9520
9521 2005-10-17  Simon Josefsson  <jas@extundo.com>
9522
9523         * m4/md5.m4: Remove call to uint32_t.m4.
9524
9525 2005-10-17  Simon Josefsson  <jas@extundo.com>
9526
9527         * lib/sha1.c: Use uint32_t instead of md5_uint32.t
9528
9529         * lib/sha1.h: Use stdint.h and uint32_t instead of md5_uint32 from
9530         md5.h.
9531
9532         * lib/md5.c: Use uin32_t.  Fix non-gcc UNALIGNED_P macro.
9533
9534         * lib/md5.h: Use stdint.h and uint32_t.  Doc fix.
9535
9536 2005-10-17  Simon Josefsson  <jas@extundo.com>
9537
9538         * lib/gc.h, gc-libgcrypt.c: Add more hash types/functions.
9539
9540 2005-10-17  Simon Josefsson  <jas@extundo.com>
9541
9542         * lib/gc.h, gc-libgcrypt.c: Add ciphers.
9543
9544 2005-10-17  Simon Josefsson  <jas@extundo.com>
9545
9546         * lib/gc-libgcrypt.c (gc_hmac_sha1): Fix assert.
9547
9548         * lib/gc.h (gc_nonce, gc_pseudo_random, gc_random): Add prototypes.
9549
9550 2005-10-17  Bruno Haible  <bruno@clisp.org>
9551
9552         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Change the return statement so
9553         that it can also be used in a test.
9554
9555 2005-10-16  Bruno Haible  <bruno@clisp.org>
9556
9557         * gnulib-tool (func_emit_tests_Makefile_am): Also define
9558         TESTS_ENVIRONMENT, so that individual tests can augment it.
9559
9560         * gnulib-tool (func_create_testdir): Use an intermediate target for
9561         building $(BUILT_SOURCES). Needed because BUILT_SOURCES can contain
9562         macros, like $(ALLOCA_H), which cannot be passed through the command
9563         line.
9564
9565 2005-10-15  Simon Josefsson  <jas@extundo.com>
9566
9567         * modules/rijndael-tests: New file.
9568
9569         * modules/rijndael: New file.
9570
9571 2005-10-15  Simon Josefsson  <jas@extundo.com>
9572
9573         * m4/rijndael.m4: New file.
9574
9575 2005-10-15  Simon Josefsson  <jas@extundo.com>
9576
9577         * lib/rijndael-api-fst.h, lib/rijndael-api-fst.c: New files.
9578
9579         * lib/rijndael-alg-fst.h, lib/rijndael-alg-fst.c: New files.
9580
9581 2005-10-14  Simon Josefsson  <jas@extundo.com>
9582
9583         * tests/test-arcfour.c: New file.
9584
9585         * modules/arcfour, modules/arcfour-tests: New files.
9586
9587 2005-10-14  Simon Josefsson  <jas@extundo.com>
9588
9589         * m4/arcfour.m4: New file.
9590
9591 2005-10-14  Simon Josefsson  <jas@extundo.com>
9592
9593         * lib/arcfour.h, lib/arcfour.c: New files.
9594
9595 2005-10-14  Roland McGrath  <roland@redhat.com>
9596
9597         Import from libc.  [BZ #1331]
9598         * lib/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
9599         macro argument.
9600         Reported by Matej Vela <vela@debian.org>.
9601
9602 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9603
9604         * lib/obstack.c [defined _LIBC && defined USE_IN_LIBIO]: Don't
9605         include <wchar.h>; no longer needed.
9606
9607 2005-10-14  Paul Eggert  <eggert@cs.ucla.edu>
9608
9609         * config/srclist.txt: Add glibc bug 321 for obstack.c, obstack.h.
9610
9611 2005-10-14  Jakub Jelinek  <jakub@redhat.com>
9612         and  Ulrich Drepper  <drepper@redhat.com>
9613
9614         Import from libc.
9615         * lib/obstack.c (print_and_abort) [defined _LIBC]: Use __fxprintf
9616         instead of inline stream orientation test and two separate
9617         function calls.  Pay no attention to USE_IN_LIBIO.
9618
9619 2005-10-13  Simon Josefsson  <jas@extundo.com>
9620
9621         * modules/gc-hmac-md5-tests: New file.
9622
9623         * tests/test-gc-hmac-sha1.c: New file.
9624
9625         * tests/test-gc.c (main): Remove MD5 and HMAC-MD5 tests.
9626
9627         * modules/gc-hmac-md5-tests: New file.
9628
9629         * tests/test-gc-md5.c: New file.
9630
9631         * modules/gc-md5-tests: New file.
9632
9633 2005-10-13  Simon Josefsson  <jas@extundo.com>
9634
9635         * lib/gc-pbkdf2-sha1.c (gc_pbkdf2_sha1): Optimize CEIL computation.
9636         Move memory allocation outside of loop.
9637
9638 2005-10-13  Paul Eggert  <eggert@cs.ucla.edu>
9639
9640         * lib/mkdir-p.c (make_dir_parents): Don't report an error if an
9641         intermediate directory is in a read-only file system.  Problem
9642         reported by Eric Blake.
9643
9644 2005-10-13  Oskar Liljeblad  <oskar@osk.mine.nu>
9645
9646         * modules/human (Depends-on): Depend on xstrtoumax, not xstrtol.
9647
9648 2005-10-12  Simon Josefsson  <jas@extundo.com>
9649
9650         * tests/test-hmac-sha1.c: New file.
9651
9652         * modules/hmac-sha1-tests: New file.
9653
9654         * modules/hmac-sha1: New file.
9655
9656 2005-10-12  Simon Josefsson  <jas@extundo.com>
9657
9658         * modules/gc-sha1: New file.
9659
9660 2005-10-12  Simon Josefsson  <jas@extundo.com>
9661
9662         * modules/gc-pbkdf2-sha1, modules/gc-pbkdf2-sha1-tests: New files.
9663
9664         * tests/test-gc-pbkdf2-sha1.c: New file.
9665
9666 2005-10-12  Simon Josefsson  <jas@extundo.com>
9667
9668         * modules/gc-md5, modules/gc-hmac-md5: New files.
9669
9670         * modules/gc (Files): Remove md5, memxor and hmac files.
9671
9672 2005-10-12  Simon Josefsson  <jas@extundo.com>
9673
9674         * m4/gc-pbkdf2-sha1.m4: New file.
9675
9676         * m4/gc-hmac-sha1.m4: New file.
9677
9678         * m4/gc-sha1: New file.
9679
9680         * m4/hmac-sha1.m4: New file.
9681
9682 2005-10-12  Simon Josefsson  <jas@extundo.com>
9683
9684         * m4/gc-md5.m4, m4/gc-hmac-md5.m4: New files.
9685
9686         * m4/gc.m4: Don't call gl_MD5, gl_MEMXOR or gl_HMAC_MD5.
9687
9688 2005-10-12  Simon Josefsson  <jas@extundo.com>
9689
9690         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Use Gc_rc for return types,
9691         suggested by Bruno Haible <bruno@clisp.org>.
9692
9693 2005-10-12  Simon Josefsson  <jas@extundo.com>
9694
9695         * lib/gc.h, gc-gnulib.c, gc-libgcrypt.c: Support SHA-1.
9696
9697 2005-10-12  Simon Josefsson  <jas@extundo.com>
9698
9699         * lib/gc-pbkdf2-sha1.c: New file.
9700
9701         * lib/gc.h: Add gc_pbkdf2_sha1 prototype.
9702
9703 2005-10-12  Simon Josefsson  <jas@extundo.com>
9704
9705         * lib/gc-libgcrypt.c (gc_hmac_sha1): New function.
9706
9707         * lib/gc-gnulib.c (gc_hmac_sha1): New function.
9708
9709 2005-10-12  Simon Josefsson  <jas@extundo.com>
9710
9711         * lib/gc-gnulib.c: Condition MD5 and HMAC-MD5 use on GC_USE_MD5 and
9712         GC_USE_HMAC_MD5, respectively.
9713
9714         * lib/gc-libgcrypt.c (gc_md5): Fix assert call.
9715         (gc_md5): Fix typo.
9716
9717         * lib/gc.h (gc_hash_buffer): Use gc_hash in prototype.
9718
9719         * lib/gc-libgcrypt.c (gc_hash_buffer): Ditto.
9720
9721         * lib/gc-gnulib.c (gc_hash_buffer): Ditto.
9722
9723 2005-10-12  Bruno Haible  <bruno@clisp.org>
9724
9725         * m4/stdbool.m4 (gl_STDBOOL_H): Define as an alias of AM_STDBOOL_H.
9726         Reported by Stepan Kasal <kasal@ucw.cz>.
9727
9728 2005-10-11  Simon Josefsson  <jas@extundo.com>
9729
9730         * tests/test-crc.c: New file.
9731
9732         * modules/crc, modules/crc-tests: New files.
9733
9734 2005-10-11  Simon Josefsson  <jas@extundo.com>
9735
9736         * m4/crc.m4: New file.
9737
9738 2005-10-11  Simon Josefsson  <jas@extundo.com>
9739
9740         * lib/gc.h: Add gc_hash and gc_hash_buffer.
9741
9742         * lib/gc-gnulib.c (gc_hash_buffer): Add.  Reorder #include's.
9743
9744         * lib/gc-libgcrypt.c (gc_hash_buffer): Add.
9745
9746 2005-10-11  Simon Josefsson  <jas@extundo.com>
9747
9748         * lib/crc.h, lib/crc.c: New files.
9749
9750         * lib/gc.h (gc_hash_buffer): Add doc.
9751
9752 2005-10-11  Bruno Haible  <bruno@clisp.org>
9753
9754         * modules/c-strcasestr: New file.
9755         * MODULES.html.sh (String handling <string.h>): Add c-strcasestr.
9756
9757 2005-10-11  Bruno Haible  <bruno@clisp.org>
9758
9759         * modules/c-strcase: New file.
9760         * MODULES.html.sh (String handling <string.h>): Add c-strcase.
9761
9762 2005-10-11  Bruno Haible  <bruno@clisp.org>
9763
9764         * lib/strcasecmp.c: Include limits.h.
9765         (strcasecmp): Avoid integer overflow on exotic platforms.
9766         * lib/strncasecmp.c: Include limits.h.
9767         (strncasecmp): Avoid integer overflow on exotic platforms.
9768         Reported by Paul Eggert.
9769
9770 2005-10-11  Bruno Haible  <bruno@clisp.org>
9771
9772         * lib/c-strcasestr.h: New file, from GNU gettext.
9773         * lib/c-strcasestr.c: New file, from GNU gettext.
9774
9775 2005-10-11  Bruno Haible  <bruno@clisp.org>
9776
9777         * lib/c-strcase.h: New file, from GNU gettext.
9778         * lib/c-strcasecmp.c: New file, from GNU gettext.
9779         * lib/c-strncasecmp.c: New file, from GNU gettext.
9780
9781 2005-10-10  Paul Eggert  <eggert@cs.ucla.edu>
9782
9783         * modules/mempcpy (License): GPL -> LGPL.
9784         * modules/strchrnul (License): Likewise.
9785         * modules/sysexits (License): Likewise.
9786
9787 2005-10-08  Simon Josefsson  <jas@extundo.com>
9788
9789         * config/srclist.txt: Bug 1423 is closed, but 1439 remains.
9790
9791 2005-10-07  Simon Josefsson  <jas@extundo.com>
9792
9793         * m4/memxor.m4: Remove gl_C_RESTRICT call.
9794
9795 2005-10-06  Simon Josefsson  <jas@extundo.com>
9796
9797         * tests/test-hmac-md5.c: New file.
9798
9799         * modules/hmac-md5-tests: New file.
9800
9801         * modules/hmac-md5: New file.
9802
9803 2005-10-06  Simon Josefsson  <jas@extundo.com>
9804
9805         * m4/hmac-md5.m4: New file.
9806
9807         * m4/memxor.m4: Require gl_C_RESTRICT.
9808
9809 2005-10-06  Simon Josefsson  <jas@extundo.com>
9810
9811         * lib/memxor.c (memxor): Avoid casts and warnings.
9812
9813 2005-10-06  Simon Josefsson  <jas@extundo.com>
9814
9815         * lib/hmac-md5.c: New file.
9816
9817         * lib/hmac.h: New file.
9818
9819 2005-10-06  Paul Eggert  <eggert@cs.ucla.edu>
9820
9821         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Check that bool
9822         promotes to int, not unsigned int, to catch the AIX 5.3
9823         compiler bug.
9824
9825 2005-10-05  Simon Josefsson  <jas@extundo.com>
9826
9827         * modules/memxor: New file.
9828
9829         * modules/iconv (Files): Move config.rpath to havelib, it is used
9830         there.
9831
9832         * modules/havelib (Files): Add config.rpath.
9833
9834 2005-10-05  Simon Josefsson  <jas@extundo.com>
9835
9836         * m4/memxor.m4: New file.
9837
9838 2005-10-05  Simon Josefsson  <jas@extundo.com>
9839
9840         * lib/memxor.c (memxor): Fix compiler error.
9841
9842         * lib/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): Add, see also
9843         <http://sourceware.org/bugzilla/show_bug.cgi?id=1423>.
9844
9845         * lib/memxor.h, lib/memxor.c: New files.
9846
9847         * lib/getaddrinfo.h: Don't protect sys/types.h with HAVE_SYS_TYPES_H,
9848         we assume all systems have it, suggested by Jim Meyering
9849         <jim@meyering.net>.  Remove HAVE_SYS_SOCKET_H test too, to see if
9850         any systems lack sys/socket.h; mingw32 is known to lack it, but we
9851         don't support it yet anyway.  Also remove HAVE_NETDB_H test, for
9852         same reasons.
9853
9854 2005-10-05  Simon Josefsson  <jas@extundo.com>
9855
9856         * config/srclist.txt: Add glibc bug 1423 for md5.h.
9857
9858 2005-10-05  Paul Eggert  <eggert@cs.ucla.edu>
9859
9860         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Don't check for
9861         sys/socket.h, netdb.h, sys/types.h; the checks areno longer
9862         needed, since the source code now assumes these .h files.
9863
9864 2005-10-05  Derek Price  <derek@ximbiot.com>
9865
9866         * lib/getdelim.c (SIZE_MAX): New macro, if not already defined.
9867
9868 2005-10-05  Bruno Haible  <bruno@clisp.org>
9869
9870         * modules/stdint (License): Change to LGPL.
9871
9872 2005-10-04  Simon Josefsson  <jas@extundo.com>
9873
9874         * lib/getaddrinfo.h: Move sys/types.h include first, reported by "Mark
9875         D. Baushke" <mdb@gnu.org>.
9876
9877 2005-10-04  Bruno Haible  <bruno@clisp.org>
9878
9879         * lib/verify.h (verify_true): Provide alternative definition for C++.
9880
9881 2005-10-03  Paul Eggert  <eggert@cs.ucla.edu>
9882
9883         * lib/getdelim.c: Include getdelim.h first.  Include <limits.h>.
9884         (SSIZE_MAX): New macro, if not already defined.
9885         (getdelim): Fix buffer overrun on 64-bit hosts with lines longer
9886         than 2 GiB.
9887
9888 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9889
9890         Sync from coreutils.
9891         * m4/openat.m4 (gl_FUNC_OPENAT): Check for fdopendir.
9892         * m4/ullong_max.m4 (gl_ULLONG_MAX): Simplify so that it merely
9893         defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
9894         ULLONG_MAX doesn't work with 2.7.2.1.
9895
9896 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9897
9898         * modules/xreadlink (Makefile.am): Remove lib_SOURCES.
9899         From Ben Pfaff.
9900
9901         * modules/exclude (Depends-on): Depend on verify.
9902         * modules/strtoimax (Depends-on): Likewise.
9903         * modules/utimecmp (Depends-on): Likewise.
9904
9905 2005-10-02  Paul Eggert  <eggert@cs.ucla.edu>
9906
9907         * lib/exclude.c: Include verify.h.
9908         (verify): Remove.  All callers changed to use verify.h's version.
9909         * lib/strtoimax.c: Likewise.
9910         * lib/utimecmp.c: Likewis.e
9911
9912         Sync from coreutils.
9913         * lib/.cppi-disable: Add getaddrinfo.h, getdelim.h, getline.h,
9914         getpass.c, mbchar.h, mbuiter.h, strcase.h, strnlen.h, strnlen1.h.
9915         * lib/.cvsignore: Add fts.h, search.h, t-fpending.
9916         * lib/settime.c (settime): Fix { typo in previous patch.  Also, don't
9917         bother returning ENOSYS if settimeofday or stime fails; just let
9918         them return whatever errno they want to return.
9919         * lib/utimens.c: Include unistd.h, for dup2.
9920         (futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
9921         (futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.
9922
9923 2005-10-02  Jim Meyering  <jim@meyering.net>
9924
9925         Sync from coreutils.
9926         * m4/utimes.m4 (gl_FUNC_UTIMES): Detect the version of utimes
9927         from glibc-2.2.5 that fails for read-only files.
9928
9929 2005-10-02  Jim Meyering  <jim@meyering.net>
9930
9931         Sync from coreutils.
9932         * lib/fts-cycle.c [HAVE_CONFIG_H]: Include <config.h>.
9933         * lib/openat-die.c: Use `#ifdef HAVE_CONFIG_H', not
9934         `#if HAVE_CONFIG_H'.
9935         * lib/openat.c (fdopendir): Do not define if HAVE_FDOPENDIR.
9936         Remove AT_FDCWD test.
9937         Do not consume the fd unless successful.
9938         * lib/openat.h (fdopendir): Do not define if HAVE_FDOPENDIR.
9939         * lib/settime.c (settime): Move the HAVE_STIME block `up' into an #elif
9940         block, so that we don't even try to compile it if settimeofday is
9941         available.  This works around a compilation failure on OSF1 V5.1,
9942         due to stime requiring a `long int*' while tv_sec is `int'.
9943
9944 2005-10-02  Alfred M. Szmidt  <ams@gnu.org>
9945
9946         Sync from coreutils.
9947         * m4/chdir-long.m4 (gl_FUNC_CHDIR_LONG): Compare $gl_have_path...
9948         against `yes', rather than just testing for nonempty.
9949
9950 2005-10-01  Simon Josefsson  <jas@extundo.com>
9951
9952         * m4/getaddrinfo.m4: Include sys/types.h for sys/socket.h, on FreeBSD
9953         and Darwin.
9954
9955         * m4/getaddrinfo.m4: Use AC_GNU_SOURCE, GNU only declare getaddrinfo
9956         as an (POSIX) extension.  Check for sys/types.h, sys/socket.h, and
9957         netdb.h too, needed by getaddrinfo.h.  Check if getaddrinfo,
9958         freeaddrinfo and gai_strerror are declared by the POSIX headers.
9959         Check if struct addrinfo is declared.
9960
9961 2005-10-01  Simon Josefsson  <jas@extundo.com>
9962
9963         * lib/getaddrinfo.h: Protect #include's of sys/socket.h and netdb.h.
9964         Only define struct addrinfo if !HAVE_STRUCT_ADDRINFO.  Protect
9965         AI_* and EAI_* definitions.  Protect function declarations.
9966
9967 2005-10-01  Jim Meyering  <jim@meyering.net>
9968
9969         Sync from coreutils.
9970
9971         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Look for getservbyname in these
9972         libraries [inet nsl socket xnet].  Nelson Beebe reported that with
9973         native cc on Solaris 7, getaddrinfo.c requires -lsocket.
9974         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9975         in the inet and nsl libraries.  Required on Solaris 5.7.
9976
9977 2005-10-01  Jim Meyering  <jim@meyering.net>
9978
9979         Sync from coreutils.
9980         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Check for gethostbyname
9981         in the inet and nsl libraries.  Required on Solaris 5.7.
9982
9983 2005-10-01  Eric Blake  <ebb9@byu.net>  (tiny change)
9984
9985         * lib/getdelim.c (getdelim): Remove unused variables.
9986
9987 2005-09-29  Paul Eggert  <eggert@cs.ucla.edu>
9988
9989         * lib/xtime.h (XTIME_PRECISION): Now of type int, not long long int,
9990         so that the code works even with ancient cpp.  Portability problem
9991         with GCC 2.7.2.1 reported by Thomas M.Ott.
9992
9993 2005-09-27  Paul Eggert  <eggert@cs.ucla.edu>
9994
9995         * modules/regex (Depends-on): Add strcase.
9996
9997         * modules/gethostname (Licence): Change from GPL to LGPL, since
9998         gethostname.c is a trivial implementation of a standard library
9999         function.
10000         * modules/poll (License): Change from GPL to LGPL, since it's
10001         derived from LGPL code.
10002
10003 2005-09-27  Jim Meyering  <jim@meyering.net>
10004
10005         * lib/getcwd.c: Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef
10006         HAVE_CONFIG_H.
10007
10008         * lib/intprops.h (signed_type_or_expr__): Define.
10009         (INT_STRLEN_BOUND) [__GNUC__]: Use a slightly tighter bound
10010         for unsigned types.
10011
10012 2005-09-26  Paul Eggert  <eggert@cs.ucla.edu>
10013
10014         * lib/verify.h (verify_expr): Remove, replacing with:
10015         (verify_true): New macro that returns true instead of void.
10016         (verify_type__): Remove.
10017         (verify): Use verify_true rather than verify_type__.
10018
10019 2005-09-26  Bruno Haible  <bruno@clisp.org>
10020
10021         * modules/mbchar (Include): Mention that HAVE_WCHAR_H && HAVE_WCTYPE_H
10022         is necessary.
10023         (lib_SOURCES): Remove mbchar.c.
10024         * modules/mbfile (Include): Mention that HAVE_MBRTOWC is necessary.
10025         (Files): Add m4/mbrtowc.m4.
10026         * modules/mbiter: Likewise.
10027         * modules/mbuiter: Likewise.
10028
10029 2005-09-26  Bruno Haible  <bruno@clisp.org>
10030
10031         * m4/mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h. Don't
10032         compile mbchar.c if they are not both present.
10033         * m4/mbfile.m4 (gl_MBFILE): Require gl_FUNC_MBRTOWC.
10034         * m4/mbiter.m4 (gl_MBITER): Likewise.
10035         * m4/strstr.m4 (gl_PREREQ_STRSTR): Use AC_REQUIRE.
10036         * m4/strcasestr.m4 (gl_PREREQ_STRCASESTR): Likewise.
10037         * m4/strcase.m4 (gl_PREREQ_STRCASECMP): Likewise.
10038
10039 2005-09-25  Jim Meyering  <jim@meyering.net>
10040
10041         * modules/inet_ntop (Depends-on): Add socklen, since inet_ntop.c
10042         also uses socklen_t.
10043
10044 2005-09-24  Paul Eggert  <eggert@cs.ucla.edu>
10045
10046         * lib/utimens.c (ENOSYS): Define if not already defined.
10047         (futimens): Support having a null PATH if the file descriptor
10048         is nonnegative.
10049
10050         * lib/regex_internal.h (__GNUC_PREREQ, always_inline, inline, pure):
10051         Remove.
10052         (__attribute): Define to empty unless GCC 3.1 or later.
10053         This works around a core dump on OpenBSD 3.4, which has GCC
10054         2.95.3, which dumps core when given __attribute__(()).  It also
10055         simplifies other tests, since we really don't want to bother with
10056         worrying about which ancient version of GCC supported what.
10057         Original problem reported by Yoann Vandoorselaere, with part of
10058         the fix suggested by Derek Price.
10059
10060 2005-09-24  Jim Meyering  <jim@meyering.net>
10061
10062         * lib/verify.h (verify_type__): Use `unsigned int' as the bitfield type
10063         so we can once again use a positive bitfield width of 1 -- now we
10064         don't have to explain why we were using a bitfield width of 2.
10065
10066 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10067
10068         * m4/regex.m4 (gl_REGEX): If replacing, define regcomp to rpl_regcomp,
10069         and similarly for the other external symbols.  Problem reported
10070         by James Gallager.
10071
10072         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
10073         bug reported by Jim Meyering.
10074
10075         * m4/utimens.m4 (gl_UTIMENS): Check for futimesat.
10076         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Undo previous change;
10077         not needed, since socklen is a prerequisite module.
10078
10079 2005-09-23  Paul Eggert  <eggert@cs.ucla.edu>
10080
10081         * lib/getaddrinfo.c [HAVE_NETINET_IN_H]: Include <netinet/in.h>.
10082         Problem reported by Eric Blake.
10083         (getaddrinfo): Initialize se so that it's not garbage.
10084         Redo internal storage allocation so that it doesn't make unportable
10085         assumptions about alignment.
10086         Fix a memory leak.
10087
10088         * lib/utimens.c (futimens): Use futimesat if available.
10089         Prefer it to futimes since it doesn't have the futimes bug.
10090
10091         * lib/verify.h (GL_CONCAT0, GL_CONCAT): Remove.
10092         (verify): Don't use the __LINE__ trick, as it doesn't work in general.
10093         Instead, declare a function that returns a pointer to an array,
10094         and use verify_type__ to declare the size of the array.
10095         Problem and germ of a solution reported by Bruno Haible.
10096         (verify_type__): Use 2, not 1, for bitfield size, to avoid
10097         a warning with Irix 6.5 cc.  Problem reported by Bruno Haible.
10098
10099 2005-09-23  Jim Meyering  <jim@meyering.net>
10100
10101         Sync from coreutils.
10102         Correct build failure (socklen_t not defined) on at least
10103         mips-sgi-irix6.5 and alphaev67-dec-osf5.1.
10104         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Require gl_SOCKLEN_T.
10105
10106 2005-09-23  Jim Meyering  <jim@meyering.net>
10107
10108         * modules/getaddrinfo (Depends-on): Add socklen.
10109
10110 2005-09-23  Bruno Haible  <bruno@clisp.org>
10111
10112         * tests/test-verify.c: New file.
10113
10114 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10115
10116         Sync from coreutils.
10117
10118         * modules/argmatch (Depends-on): Add verify.
10119         * modules/getloadavg (Depends-on): Depend on fcntl-safer, not
10120         unistd-safer.
10121         * modules/save-cwd (Depends-on): Likewise.
10122
10123         * modules/openat (Files): Add lib/openat-die.c.
10124         (Depends-on): Remove error, exitfail.
10125         Add dirname.
10126
10127         * modules/verify: New file.
10128         * MODULES.html.sh (Diagnostics <assert.h>): New section,
10129         with "verify" module.
10130
10131 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10132
10133         Sync from coreutils.
10134
10135         * m4/backupfile.m4, calloc.m4, chown.m4, cloexec.m4, dup2.m4:
10136         * m4/fileblocks.m4, free.m4, ftruncate.m4, getcwd.m4, getpagesize.m4:
10137         * m4/getugroups.m4, group-member.m4, idcache.m4, link-follow.m4:
10138         * m4/mkstemp.m4, mktime.m4, mountlist.m4, nanosleep.m4, pathmax.m4:
10139         * m4/physmem.m4, posixver.m4, putenv.m4, safe-read.m4, same.m4:
10140         * m4/save-cwd.m4, stdio-safer.m4, unistd-safer.m4, unlinkdir.m4:
10141         * m4/userspec.m4, xgetcwd.m4, xreadlink.m4:
10142         Don't bother checking for string.h, stdlib.h, unistd.h.
10143         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't require
10144         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK; that's now the lstat
10145         module's job.
10146         * m4/jm-macros.m4 (gl_MACROS): Likewise.
10147         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_LSTAT.
10148
10149         * m4/getdate.m4 (gl_C_COMPOUND_LITERALS): New macro.
10150         (gl_GETDATE): Use it.
10151
10152         * m4/mkdir-p.m4 (gl_MKDIR_PARENTS): Don't bother checking for unistd.h.
10153
10154 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10155
10156         Sync from coreutils.
10157
10158         * lib/.cppi-disable: Add regcomp.c, regex_internal.c, regex_internal.h,
10159         stat-time.h.
10160         * lib/argmatch.h: Include verify.h
10161         (ARGMATCH_VERIFY): Use verify rather than rolling our own.
10162         (ARGMATCH_ASSERT): Remove; unused.
10163         * lib/canonicalize.c: Assume STDC_HEADERS.
10164         * lib/exclude.c: Include "strcase.h".
10165         * lib/regex_internal.h [!defined _LIBC]: Likewise.
10166         * lib/getusershell.c: Include stdio--.h rather than stdio.h
10167         and stdio-safer.h.
10168         (getusershell): Call fopen, not fopen_safer.
10169         * lib/save-cwd.c: Include fcntl--.h rather than fcntl.h.
10170         Do not include unistd-safer.h.
10171         (save_cwd): Don't call fd_safer; no longer needed
10172         now that we include fcntl--.h.
10173
10174         * lib/getdate.y (relative_time): New type.
10175         (RELATIVE_TIME_0): New constant.
10176         (parser_control): Use relative_time instead of doing it ourselves.
10177         (%union): Add new relative_time rel member.
10178         (tYEAR_UNIT, tMONTH_UNIT, tHOUR_UNIT, tMINUTE_UNIT, tSEC_UNIT):
10179         Now typeless.
10180         (relunit, relunit_snumber): Now of type rel.
10181         (zone, rel, relunit, get_date): Adjust to above changes.
10182
10183         * lib/getloadavg.c: Include fcntl--.h rather than fcntl.h.
10184         Do not include unistd-safer.h.
10185         (getloadavg): Don't call fd_safer; no longer needed
10186         now that we include fcntl--.h.
10187
10188         * lib/mkdir-p.c (ENOSYS): Define to EEXIST if not defined.
10189         (make_dir_parents): Treat ENOSYS like EEXIST.
10190
10191         Improve quality of diagnostics on restore_cwd failure.
10192         * lib/mkdir-p.h (make_dir): Remove.  All uses replaced by mkdir.
10193         (make_dir_parents): Last arg is now int * (for errno), not bool *.
10194         * lib/mkdir-p.c (make_dir, make_dir_parents): Likewise.
10195         Rewrite "mkdir -p" algorithm to avoid the need for "stat"
10196         each time through the loop.  Do not diagnose restore_cwd failure;
10197         that is the caller's job (and perhaps the caller does not care).
10198
10199         * lib/mkdir-p.c (CLEANUP_CWD, CLEANUP): Remove.
10200         (make_dir_parents): Revamp to avoid need for CLEANUP_CWD, CLEANUP.
10201         If the file already exists but is not a directory, don't bother
10202         to try to make its parents.
10203         Close potential file descriptor leak if we can't chdir("/") (!).
10204         Don't always return true if chdir($PWD) fails; return true only
10205         if the requested action was done successfully (except for the
10206         chdir($PWD)).
10207         Don't log final directory unless we actually made it.
10208         Refactor to avoid duplicate code to fix up permissions.
10209         Don't attempt to fix up parent permissions if chdir($PWD) fails.
10210
10211         * lib/strftime.c (my_strftime): Rewrite the previous change slightly,
10212         to make it a bit faster and (I hope) clearer.
10213         * lib/strftime.c (my_strftime): Add support for %:z, %::z, %:::z.
10214         Fix bug in formats like %2N.
10215
10216         * lib/verify.h: New file.
10217
10218 2005-09-22  Paul Eggert  <eggert@cs.ucla.edu>
10219
10220         Sync from coreutils.
10221         * m4/getaddrinfo.m4 (gl_PREREQ_GETADDRINFO): Check for netinet/in.h.
10222
10223 2005-09-22  Jim Meyering  <jim@meyering.net>
10224
10225         Sync from coreutils.
10226
10227         * m4/lstat.m4 (gl_FUNC_LSTAT):
10228         Use AC_LIBSOURCES to require lstat.c and lstat.h.
10229         Remove obsolete comment.
10230         * m4/xreadlink.m4: Use AC_LIBSOURCES and AC_LIBOBJ.
10231         * m4/xstrtod.m4: Likewise.
10232
10233         * m4/openat.m4 (gl_FUNC_OPENAT): Add openat-die.c.
10234
10235 2005-09-22  Jim Meyering  <jim@meyering.net>
10236
10237         Sync from coreutils.
10238
10239         * lib/backupfile.c: Use ARGMATCH_VERIFY, just in case.
10240
10241         * lib/posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just
10242         the .tm_year member, since otherwise gcc-4.0 would now warn about
10243         tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday.
10244
10245         * lib/quotearg.c (quotearg_n_options): Change code to be suboptimal, in
10246         order to avoid an unsuppressible warning from gcc on 64-bit systems.
10247
10248         * lib/getdate.y (get_date): Undo part of the 2005-04-04 change, so that
10249         the command "date -d'2005-03-27 +1 day'" succeeds once again, even
10250         when run in a time zone for which daylight savings time is in effect
10251         for the starting date.
10252
10253         * lib/mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
10254         stop us from restricting permissions of just-created absolute-named
10255         directories.
10256         * lib/mkdir-p.c (CLEANUP_CWD): Return *true*, not false when failing
10257         to restore initial working directory.
10258         * lib/mkdir-p.c (make_dir_parents): New parameter:
10259         different_working_dir, to tell caller if/when we change the working
10260         directory and are unable to return to the initial one.
10261         * lib/mkdir-p.h (make_dir_parents): Update prototype.
10262         * lib/mkdir-p.c (CLEANUP_CWD): Change one more `return 1' to
10263         `return false'.  This fixes a bug introduced on 2004-07-30.
10264
10265         * lib/openat.c (fdopendir): Be sure to close the supplied
10266         file descriptor before returning.  This makes our replacement
10267         implementation a little closer to Solaris's, where fdopendir
10268         ties the file descriptor to the returned DIR* pointer.
10269         * lib/openat.c (unlinkat): New function.
10270         * lib/openat.h (unlinkat): Add prototype.
10271         * lib/openat-die.c (openat_save_fail): Rename from openat_save_die.
10272         (openat_restore_fail): Rename from openat_restore_die.
10273         * lib/openat.c, openat.h: Reflect s/_die/_fail/ renaming.
10274
10275         Provide an alternative to exiting immediately upon save_cwd or
10276         restore_cwd failure.  Now, an application can arrange e.g.,
10277         to perform a longjump in that case.
10278         * lib/openat.c: Include dirname.h.
10279         Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash.
10280         (rpl_openat, fdopendir, fstatat): Call openat_save_die
10281         and openat_restore_die rather than calling error directly.
10282         Don't include "error.h" or "exitfail.h"; they're no longer needed.
10283
10284         * lib/openat-die.c (openat_save_die, openat_restore_die): New file.
10285         * lib/openat.h (openat_save_die, openat_restore_die): Declare and
10286         define.
10287
10288         * lib/strftime.c [FPRINTFTIME] (fprintftime): Provide a new interface:
10289         size_t fprintftime (FILE *fp, char const *fmt, struct tm const *tm,
10290                             int utc, int nanoseconds);
10291         Background:
10292         date should not have to allocate a megabyte of virtual memory to
10293         handle a format argument like +%1048575T.  When implemented with
10294         strftime, it must allocate such a buffer, use strftime to fill it
10295         in, print it, then free it.
10296         With fprintftime, it simply prints everything and exits.
10297         With no need for memory allocation, that's one fewer way to fail.
10298         * lib/strftime.c (my_strftime): Parse the colons of %:::z *after* the
10299         optional field width, not before, so we accept %9:z, not %:9z.
10300         (my_strftime): Be sure to use L_('x') for literals.
10301
10302         * lib/backupfile.c, lib/canon-host.c, lib/canonicalize.c, lib/chown.c:
10303         * lib/cloexec.c, lib/dup-safer.c, lib/dup2.c, lib/euidaccess.c:
10304         * lib/fd-safer.c, lib/fileblocks.c, lib/fopen-safer.c, lib/fsusage.c:
10305         * lib/ftruncate.c, lib/getcwd.c, lib/getcwd.h, lib/getloadavg.c:
10306         * lib/getopt_.h, lib/getpagesize.h, lib/getugroups.c:
10307         * lib/group-member.c, lib/human.h, lib/idcache.c, lib/mkdir-p.c:
10308         * lib/mountlist.c, lib/nanosleep.c, lib/pathmax.h, lib/physmem.c:
10309         * lib/posixver.c, lib/putenv.c, lib/raise.c, lib/safe-read.c:
10310         * lib/same.c, lib/save-cwd.c, lib/setenv.c, lib/settime.c:
10311         * lib/tempname.c, lib/unlinkdir.c, lib/unsetenv.c, lib/userspec.c:
10312         * lib/xgethostname.c, lib/xreadlink.c:
10313         Assume HAVE_UNISTD_H, i.e., include <unistd.h> unconditionally.
10314
10315         * lib/chown.c, lib/cloexec.c, lib/dup-safer.c, lib/dup2.c:
10316         * lib/fsusage.c, lib/getcwd.c, lib/getloadavg.c, lib/mountlist.c:
10317         * lib/openat.h, lib/save-cwd.c, lib/tempname.c:
10318         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
10319         and don't include <sys/file.h>).
10320
10321 2005-09-22  Eric Blake  <ebb9@byu.net>  (tiny change)
10322
10323         Sync from coreutils.
10324
10325         * lib/getloadavg.c (getloadavg) [__CYGWIN__]: Port to cygwin.
10326         [__linux__]: Allocate a big enough buffer for /proc/loadavg.
10327         [!LDAV_DONE]: Avoid unused variable warning.
10328
10329 2005-09-21  Bruno Haible  <bruno@clisp.org>
10330
10331         * lib/unicodeio.h (unicode_to_mb): New declaration.
10332
10333 2005-09-20  Derek Price  <derek@ximbiot.com>
10334
10335         * lib/getaddrinfo.c: Don't include <netdb.h> included from
10336         getaddrinfo.h.
10337
10338 2005-09-20  Bruno Haible  <bruno@clisp.org>
10339
10340         * gnulib-tool: Remove trailing slashes from the values specified for
10341         --source-base, --m4-base, --tests-base, --aux-dir.
10342         Suggested by Simon Josefsson <jas@extundo.com>.
10343
10344 2005-09-20  Bruno Haible  <bruno@clisp.org>
10345
10346         * gnulib-tool (func_all_modules, func_modules_transitive_closure,
10347         func_modules_to_filelist, func_import, func_create_testdir): Make all
10348         sorting results locale-independent, so that gnulib-cache.m4 doesn't
10349         change when gnulib-tool is invoked in a different locale.
10350
10351 2005-09-19  Simon Josefsson  <jas@extundo.com>
10352
10353         * m4/socklen.m4: Fix typo.
10354
10355 2005-09-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
10356
10357         Use a consistent style for including <config.h>.
10358         * lib/__fpending.c, lib/acl.c, lib/argmatch.c, lib/argp-help.c,
10359         lib/argp-parse.c, lib/argp-pvh.c, lib/backupfile.c, lib/basename.c,
10360         lib/c-stack.c, lib/calloc.c, lib/check-version.c, lib/cloexec.c,
10361         lib/closeout.c, lib/copy-file.c, lib/creat-safer.c, lib/cycle-check.c,
10362         lib/dirfd.c, lib/dirname.c, lib/dup-safer.c, lib/dup2.c,
10363         lib/euidaccess.c, lib/exclude.c, lib/exitfail.c, lib/fatal-signal.c,
10364         lib/fd-safer.c, lib/file-type.c, lib/fileblocks.c, lib/filemode.c,
10365         lib/filenamecat.c, lib/findprog.c, lib/fnmatch.c, lib/fopen-safer.c,
10366         lib/free.c, lib/fsusage.c, lib/ftruncate.c, lib/full-write.c,
10367         lib/fwriteerror.c, lib/getaddrinfo.c, lib/getcwd.c, lib/getdelim.c,
10368         lib/getline.c, lib/getlogin_r.c, lib/getndelim2.c, lib/getnline.c,
10369         lib/getopt1.c, lib/getpass.c, lib/group-member.c, lib/hard-locale.c,
10370         lib/hash-pjw.c, lib/hash.c, lib/human.c, lib/idcache.c,
10371         lib/inet_ntop.c, lib/isdir.c, lib/long-options.c, lib/malloc.c,
10372         lib/memcasecmp.c, lib/memcmp.c, lib/memcoll.c, lib/memcpy.c,
10373         lib/memmove.c, lib/mkdir-p.c, lib/modechange.c, lib/mountlist.c,
10374         lib/open-safer.c, lib/physmem.c, lib/pipe-safer.c, lib/pipe.c,
10375         lib/poll.c, lib/posixver.c, lib/progname.c, lib/progreloc.c,
10376         lib/putenv.c, lib/quote.c, lib/quotearg.c, lib/readline.c,
10377         lib/readlink.c, lib/realloc.c, lib/regex.c, lib/rename.c, lib/rmdir.c,
10378         lib/rpmatch.c, lib/safe-read.c, lib/same.c, lib/save-cwd.c,
10379         lib/savedir.c, lib/sig2str.c, lib/strcspn.c, lib/strerror.c,
10380         lib/stripslash.c, lib/strncasecmp.c, lib/strndup.c, lib/strnlen.c,
10381         lib/strnlen1.c, lib/strsep.c, lib/strstr.c, lib/strtod.c,
10382         lib/strtoimax.c, lib/strtol.c, lib/strverscmp.c, lib/tempname.c,
10383         lib/time_r.c, lib/userspec.c, lib/utimecmp.c, lib/version-etc-fsf.c,
10384         lib/version-etc.c, lib/wait-process.c, lib/xalloc-die.c, lib/xgetcwd.c,
10385         lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c, lib/xreadlink.c,
10386         lib/xsetenv.c, lib/xstrndup.c, lib/xstrtoimax.c, lib/xstrtol.c,
10387         lib/xstrtoumax.c, lib/yesno.c:
10388         Standardize inclusion of config.h.
10389         * lib/__fpending.h, lib/dirfd.h, lib/getdate.h, lib/human.h,
10390         lib/inttostr.h:  Removed inclusion of config.h from header files.
10391         * lib/inttostr.c:  Adjusted in-tree users.
10392         * lib/timespec.h: Remove superfluous warning to include config.h.
10393         * lib/atexit.c, lib/chdir-long.c, lib/chown.c, lib/fchown-stub.c,
10394         lib/getgroups.c, lib/gettimeofday.c, lib/lchown.c, lib/lstat.c,
10395         lib/mkdir.c, lib/mkstemp.c, lib/nanosleep.c, lib/openat.c, lib/raise.c,
10396         lib/readtokens0.c, lib/readutmp.c, lib/unlinkdir.c: Guard inclusion of
10397         config.h with HAVE_CONFIG_H.
10398
10399 2005-09-19  Jim Meyering  <jim@meyering.net>
10400
10401         * modules/pathmax (License): Change to LGPL.
10402
10403 2005-09-19  Derek Price  <derek@ximbiot.com>
10404
10405         * config/srclist.txt: glibc's glob.h is now in lib/glob-libc.h.
10406
10407 2005-09-19  Bruno Haible  <bruno@clisp.org>
10408
10409         * gnulib-tool (import): Provide default for --tests-base.
10410
10411 2005-09-19  Bruno Haible  <bruno@clisp.org>
10412
10413         * doc/quote.texi: New file, extracted from gnulib.texi.
10414         * doc/ctime.texi: New file, extracted from gnulib.texi.
10415         * doc/inet_ntoa.texi: New file, extracted from gnulib.texi.
10416         * doc/gnulib-tool.texi: New file, extracted from gnulib.texi.
10417         * doc/gnulib.texi: Include them.
10418
10419 2005-09-18  Bruno Haible  <bruno@clisp.org>
10420
10421         Portability fix.
10422         * gnulib-tool (func_readlink): New function.
10423         (func_ln_if_changed): Use it.
10424
10425 2005-09-18  Bruno Haible  <bruno@clisp.org>
10426
10427         * gnulib-tool: Support --with-tests also with --import.
10428         (func_emit_tests_Makefile_am): Use variables $m4base and $testsbase.
10429         (func_import): Use variables $testsbase and $inctests. Emit a
10430         gl_TESTS_BASE form into gnulib-cache.m4. Create $testsbase/Makefile.am.
10431         Remind the user to add AC_CONFIG_FILES($testsdir/Makefile) and
10432         SUBDIRS += $testsdir.
10433         (func_create_testdir): Update.
10434
10435 2005-09-18  Bruno Haible  <bruno@clisp.org>
10436
10437         * gnulib-tool: Revise --dry-run implementation. Use variable $doit
10438         instead of $dry_run.
10439         (func_cp_if_changed, func_mv_if_changed): Remove functions.
10440         (func_ln_if_changed): Don't handle dry-run here.
10441         (func_import): In dry-run mode, detect more precisely which actions
10442         would be performed, and don't use "...ing" verbs.
10443
10444 2005-09-18  Bruno Haible  <bruno@clisp.org>
10445
10446         * gnulib-tool (func_tmpdir): New function, taken from GNU gettextize.
10447         (func_import): Use join on two temporary files instead of three nested
10448         loops, in order to determine which files are new or old.
10449
10450 2005-09-18  Bruno Haible  <bruno@clisp.org>
10451
10452         * gnulib-tool (func_import): Comment out code that spits out the
10453         new files with --dry-run.
10454
10455 2005-09-18  Bruno Haible  <bruno@clisp.org>
10456
10457         * doc/gnulib.texi (Invoking gnulib-tool): 50% rewritten.
10458
10459 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10460
10461         * lib/stat-time.h: New file.
10462         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP, ATIME_CMP, CTIME_CMP):
10463         (MTIME_CMP, TIMESPEC_NS): Remove.  Now done by stat-time.h,
10464         in a different way.
10465         (timespec_cmp): New function.
10466         * lib/utimecmp.c: Include stat-time.h.
10467         (SYSCALL_RESOLUTION): Depend on whether various struct stat
10468         members exist, not on the obsolescent ST_MTIM_NSEC.
10469         (utimecmp): Use the new stat-time functions rater than TIMESPEC_NS.
10470
10471 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10472
10473         * config/srclist.txt: Remove glibc bug 1033 and uncomment mktime.c.
10474
10475 2005-09-16  Paul Eggert  <eggert@cs.ucla.edu>
10476
10477         * MODULES.html.sh (File system functions): Add stat-time.
10478         * modules/stat-time: New file.
10479         * modules/timespec (Files): Remove m4/st_mtim.m4; this
10480         is now done in a different way, by the stat-time module.
10481         * modules/utimecmp (Depends-on): Add stat-time.
10482
10483 2005-09-15  Paul Eggert  <eggert@cs.ucla.edu>
10484
10485         * m4/st_mtim.m4: Remove.  Superseded by...
10486         * m4/stat-time.m4: New file.
10487         * m4/timespec.m4 (gl_TIMESPEC): Require AC_C_INLINE.
10488         Do not invoke AC_STRUCT_ST_MTIM_NSEC; no longer needed.
10489
10490 2005-09-15  Derek Price  <derek@ximbiot.com>
10491
10492         * m4/strstr.m4 (gl_FUNC_STRSTR): Don't define strstr here.
10493
10494 2005-09-15  Derek Price  <derek@ximbiot.com>
10495
10496         * lib/regex_internal.h: Blank `pure' for GNUC < 3.
10497         * lib/regex_internal.c: Ditto, using this...
10498         (__GNUC_PREREQ): ...new macro.
10499         * lib/regcomp.c, regexec.c: Blank `always_inline' for GNUC < 3.1
10500         using...
10501         (__GNUC_PREREQ): ...this new macro.
10502
10503         * lib/strstr.h: Include string.h. Define strstr as a macro here.
10504
10505 2005-09-15  Derek Price  <derek@ximbiot.com>
10506             Paul Eggert  <eggert@cs.ucla.edu>
10507
10508         * lib/regcomp.c, regexec.c, regex_internal.c: Back out previous
10509         changes, consolidating in...
10510         * lib/regex_internal.h: ...this file.
10511
10512 2005-09-13  Jim Meyering  <jim@meyering.net>
10513
10514         * lib/canon-host.c: Filter through gnu indent and reword comments
10515         slightly.
10516         * lib/canon-host.h (ch_strerror_r): Tweak cpp indentation and spacing.
10517
10518 2005-09-13  Derek Price  <derek@ximbiot.com>
10519
10520         * lib/canon-host.c (canon_host_r): Set *cherror on memory allocation
10521         failure.
10522         Reported by Jim Meyering  <jim@meyering.net>.
10523
10524 2005-09-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
10525
10526         * lib/base64.c: Typo.
10527         (base64_encode): Put b64str in initialized data section.
10528
10529 2005-09-12  Paul Eggert  <eggert@cs.ucla.edu>
10530
10531         Merge glibc and coreutils changes into gnulib, plus a few
10532         extra fixes.
10533         * lib/md5.c: Use #error rather than a string.
10534         (CYCLIC): New macro, from glibc source.  Use it instead of rol.
10535         * lib/md5.h (__GNUC_PREREQ, __THROW): Define if not defined already.
10536         (__attribute__): Define to empty for non recent-GCC.
10537         (__md5_buffer, __md5_finish_ctx, __md5_init_ctx, __md5_process_block):
10538         (__md5_process_bytes, __md5_read_ctx, __md5_stream):
10539         Renamed from their non-__ counterparts, with new macros replacing
10540         them if not _LIBC.  Add __THROW attribute.
10541         (rol): Remove.
10542         (struct md5_ctx): Align buffer if using GCC.
10543         * lib/sha1.h (struct sha1_ctx): Likewise.
10544         * lib/sha1.c (SWAP): Renamed from the NOTSWAP.  All uses changed.
10545         The old name was backwards.
10546         (NOTSWAP): Remove; not used.
10547         (rol): New macro, moved here from md5.h.
10548         (sha1_process_block): Remove a FIXME that doesn't make sense.
10549
10550 2005-09-12  Derek Price  <derek@ximbiot.com>
10551
10552         Return usable errors from canon-host.
10553         * lib/canon-host.h: New file.
10554         * lib/canon-host.c (canon_host): Wrap...
10555         (canon_host_r): ...this new function, which now relies exclusively on
10556         getaddrinfo.
10557         (ch_strerror): New function.
10558         (last_cherror): New global.
10559         * lib/getaddrinfo.c: Move include of getaddrinfo.h first to test
10560         interface.
10561         (getaddrinfo): Add AI_CANONNAME functionality.  Don't do arithmetic on
10562         void *.
10563         (freeaddrinfo): Free ai->ai_canonname when set.
10564
10565 2005-09-12  Derek Price  <derek@ximbiot.com>
10566
10567         Make canon-host require getaddrinfo.
10568         * m4/canon-host.m4 (gl_CANON_HOST): Remove most dependencies.
10569         AC_LIBSOURCE canon-host.h.  Call...
10570         (gl_PREREQ_CANON_HOST): ...this new function, which requires
10571         gl_GETADDRINFO.
10572         * m4/getaddrinfo.m4 (gl_GETADDRINFO): Compile gai_strerror when needed.
10573
10574 2005-09-12  Derek Price  <derek@ximbiot.com>
10575
10576         * modules/canon-host: Add canon-host.h.  Depend on getaddrinfo.  Make
10577         LGPL.
10578         * modules/getaddrinfo: Add link to opengroup spec.  Depend on strdup.
10579
10580 2005-09-12  Derek Price  <derek@ximbiot.com>
10581
10582         * lib/gai_strerror.c: Include config.h when available.  Include
10583         getaddrinfo.h before other headers to test interface.
10584         Reported by Larry Jones <lawrence.jones@ugs.com>.
10585
10586 2005-09-12  Derek Price  <derek@ximbiot.com>
10587             Paul Eggert  <eggert@cs.ucla.edu>
10588
10589         * modules/glob (Files): Add glob-libc.h.
10590
10591 2005-09-12  Derek Price  <derek@ximbiot.com>
10592             Paul Eggert  <eggert@cs.ucla.edu>
10593
10594         * m4/glob.m4 (gl_GLOB_SUBSTITUTE): AC_LIBSOURCES for glob.c,
10595         glob_.h, glob-libc.h.
10596         (gl_PREREQ_GLOB): Remove _SYS_CDEFS_H hack; no longer needed.
10597
10598 2005-09-12  Derek Price  <derek@ximbiot.com>
10599             Paul Eggert  <eggert@cs.ucla.edu>
10600
10601         * lib/glob-libc.h: Renamed from glob_.h.  The new version is
10602         taken from libc's glob.h, except with '#ifdef __GLOB_GNULIB'
10603         protecting things that should be done only in gnulib contexts.
10604         * lib/glob_.h: New file, containing only the glob things needed for
10605         gnulib.
10606         (GLOB_PREFIX): Remove.  All uses changed to look for __GLOB_GNULIB.
10607         (__GLOB_CONCAT, __GLOB_XCONCAT, __GLOB_ID): Remove; no longer needed.
10608         (glob, globfree, glob_pattern_p): Now defined simply in terms of
10609         rpl_glob, rpl_globfree, rpl_glob_pattern_p.
10610         (__GLOB_GNULIB): New macro, to keep the glob.h changes clearer
10611         and to respect the namespace rules better.
10612
10613 2005-09-08  Simon Josefsson  <jas@extundo.com>
10614
10615         * modules/socklen: New file.
10616
10617 2005-09-08  Simon Josefsson  <jas@extundo.com>
10618
10619         * m4/socklen.m4: New file.
10620
10621 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10622
10623         * modules/utimens (Files): Add m4/utimbuf.m4, since
10624         m4/utimens.m4 requires gl_CHECK_TYPE_STRUCT_UTIMBUF.
10625         Reported by Sergey Poznyakoff.
10626
10627 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10628
10629         * lib/glob.c (glob, globfree, __glob_pattern_p): Use old-style function
10630         definitions, since that's the preferred style in glibc.
10631         Fix a minor spacing issue, and update copyright notice to match
10632         glibc's.
10633
10634 2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
10635
10636         * config/srclist.txt: Remove glibc bug 1061; it's been fixed.
10637
10638 2005-09-06  Simon Josefsson  <jas@extundo.com>
10639
10640         * lib/getpass.c (getpass): Fix typo, test for HAVE_TCSETATTR and not
10641         TCSETATTR.  Reported by Derek Price <derek@ximbiot.com>.
10642
10643 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10644
10645         * lib/regex_internal.h (bitset_not): Add parens to avoid gcc -Wall
10646         warning.
10647
10648 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
10649
10650         * config/srclist.txt: Add glibc bug 1302.
10651
10652 2005-09-05  Paul Eggert  <eggert@cs.ucla.edu>
10653
10654         Change bitset word type from unsigned int to unsigned long int,
10655         as this has better performance on typical 64-bit hosts.
10656         Port bitset code to hosts with unusual word sizes.
10657         * lib/regcomp.c (build_equiv_class, build_charclass, build_range_exp):
10658         (build_collating_symbol):
10659         Prefer bitset to re_bitset_ptr_t in prototypes, when the actual
10660         argument is a bitset.  This is merely a style issue, but it makes
10661         it clearer that an entire array is expected.
10662         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps):
10663         * lib/regcomp.c (lower_subexp, parse_bracket_exp, built_charclass_op):
10664         Port to the case where bitset_word is not the same as unsigned int.
10665         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10666         (bitset_not, bitset_merge, bitset_set_all, bitset_mask):
10667         Likewise.
10668         * lib/regexec.c (check_dst_limits_calc_pos_1,
10669         check_subexp_matching_top):
10670         (build_trtable, group_nodes_into_DFAstates):
10671         Likewise.
10672         * lib/regcomp.c (re_compile_fastmap_iter, utf8_sb_map, optimize_utf8):
10673         Don't assume that SBC_MAX is a multiple of BITSET_WORD_BITS.
10674         * lib/regex_internal.h (bitset_set_all, bitset_not): Likewise.
10675         * lib/regexec.c (group_nodes_into_DFAstates): Likewise.
10676         * lib/regcomp.c (utf8_sb_map): Don't assume UINT_MAX == 0xffffffff.
10677         * lib/regcomp.c (optimize_subexps, lower_subexp):
10678         Work even if bitset_word has holes in its bitwise representation.
10679         * lib/regex_internal.h (BITSET_WORD_BITS): Likewise.
10680         * lib/regexec.c (check_dst_limits_calc_pos_1,
10681         check_subexp_matching_top):
10682         Likewise.
10683         * lib/regex_internal.c (re_string_reconstruct):
10684         Don't assume UCHAR_MAX == 255.
10685         * lib/regex_internal.h (bitset_set_all): Likewise.
10686         * lib/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
10687         All uses changed.
10688         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
10689         (bitset_word): New type, replacing 'unsigned int' for bitset uses.
10690         All uses changed.
10691         (BITSET_WORD_MAX): New macro.
10692         (bitset_set, bitset_clear, bitset_contain, bitset_empty):
10693         (bitset_set_all, bitset_copy):  Now inline functions, not macros.
10694         (bitset_empty, bitset_copy):
10695         Prefer sizeof (bitset) to multiplying it out ourselves.
10696         (bitset_not_merge): Remove; unused.
10697         (bitset_contain): Return bool, not unsigned int with one bit on.
10698         All callers changed.
10699         * lib/regexec.c (build_trtable): Don't assume bitset has no stricter
10700         alignment than re_node_set; do this by defining a new internal
10701         type struct dests_alloc and using it to allocate memory.
10702
10703 2005-09-05  Bruno Haible  <bruno@clisp.org>
10704
10705         * gnulib-tool (func_import): Fix comparison in handling of symbolic
10706         links.
10707
10708 2005-09-04  Martin Lambers  <marlam@marlam.de>  (tiny change)
10709
10710         * modules/size_max (Makefile.am): Add size_max.h
10711
10712 2005-09-04  Derek Price  <derek@ximbiot.com>
10713
10714         * gnulib-tool (func_import): Fix reversed $symbolic logic.
10715
10716 2005-09-03  Simon Josefsson  <jas@extundo.com>
10717
10718         * gnulib-tool: Fix typo.
10719
10720 2005-09-03  Simon Josefsson  <jas@extundo.com>
10721
10722         * config/srclist.txt: Add glibc bug 1293.
10723
10724 2005-09-03  Derek Price  <derek@ximbiot.com>
10725
10726         * m4/getlogin_r (gl_GETLOGIN_R): Fix cut & paste error.
10727         From Larry Jones <lawrence.jones@ugs.com>.
10728
10729 2005-09-02  Simon Josefsson  <jas@extundo.com>
10730
10731         * modules/socklen: New file.
10732
10733 2005-09-02  Simon Josefsson  <jas@extundo.com>
10734
10735         * modules/havelib: New module.
10736
10737         * modules/gettext, modules/iconv, modules/lock, modules/readline:
10738         Use havelib.
10739
10740 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10741
10742         Check for arithmetic overflow when calculating sizes, to prevent
10743         some buffer-overflow issues.  These patches are conservative, in the
10744         sense that when I couldn't determine whether an overflow was possible,
10745         I inserted a run-time check.
10746         * lib/regex_internal.h (re_xmalloc, re_xrealloc, re_x2realloc): New
10747         macros.
10748         (SIZE_MAX) [!defined SIZE_MAX]: New macro.
10749         (re_alloc_oversized, re_x2alloc_oversized, re_xnmalloc):
10750         (re_xnrealloc, re_x2nrealloc): New inline functions.
10751         * lib/regcomp.c (init_dfa, analyze, build_range_exp,
10752         parse_bracket_exp):
10753         (build_equiv_class, build_charclass): Check for arithmetic overflow
10754         in size expression calculations.
10755         * lib/regex_internal.c (re_string_realloc_buffers):
10756         (build_wcs_upper_buffer, re_node_set_add_intersect):
10757         (re_node_set_init_union, re_node_set_insert, re_node_set_insert_last):
10758         (re_dfa_add_node, register_state): Likewise.
10759         * lib/regexec.c (re_search_stub, re_copy_regs, re_search_internal):
10760         (prune_impossible_nodes, push_fail_stack, set_regs, check_arrival):
10761         (build_trtable, extend_buffers, match_ctx_init, match_ctx_add_entry):
10762         (match_ctx_add_subtop, match_ctx_add_sublast): Likewise.
10763
10764 2005-09-02  Paul Eggert  <eggert@cs.ucla.edu>
10765
10766         * modules/inttostr (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
10767         m4/ulonglong.m4.  Problem reported by Martin Lambers.
10768
10769 2005-09-02  Bruno Haible  <bruno@clisp.org>
10770
10771         Support for lib vs. lib64 distinction on biarch platforms.
10772         * m4/lib-prefix.m4 (AC_LIB_PREPARE_MULTILIB): New macro.
10773         (AC_LIB_PREFIX): Require it. Use $acl_libdirstem instead of 'lib'.
10774         * m4/lib-link.m4 (AC_LIB_LINKFLAGS_BODY): Likewise.
10775
10776 2005-09-02  Bruno Haible  <bruno@clisp.org>
10777
10778         * gnulib-tool (import): In the other first-use case, provide defaults
10779         as well.
10780
10781 2005-09-02  Bruno Haible  <bruno@clisp.org>
10782
10783         * config/srclist.txt: lib-link.m4 and lib-prefix.m4 currently have
10784         patches not yet found in the latest gettext release.
10785
10786 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10787
10788         * lib/glob.c (GET_LOGIN_NAME_MAX): Renamed from LOGIN_NAME_MAX,
10789         to avoid a collision with bits/local_lim.h in glibc.
10790         All uses changed.  Problem reported by Dmitry V. Levin in
10791         <http://sources.redhat.com/bugzilla/show_bug.cgi?id=1060>.
10792
10793         * lib/regex_internal.c (build_wcs_upper_buffer): Fix portability
10794         bugs in int versus size_t comparisons.
10795         (re_string_context_at): Fix bug where the code assumed that
10796         Idx is signed.
10797
10798         Use bool where appropriate.
10799         * lib/regcomp.c (re_set_fastmap): ICASE arg is bool, not int.
10800         All callers changed.
10801         (calc_eclosure_iter): Likewise, for ROOT arg.
10802         (parse_bracket_element): Likewise, for ACCEPT_HYPHEN arg.
10803         (build_charclass_op): Likewise, for NON_MATCH arg.
10804         * lib/regex_internal.c (re_string_allocate, re_string_construct):
10805         (re_string_construct_common): Likewise, for ICASE arg.
10806         * lib/regexec.c (re_search_2_stub, re_search_stub):
10807         Likewise, for RET_LEN arg.
10808         (check_matching): Likewise, for FL_LONGEST_MATCH arg.
10809         (set_regs): Likewise, for FL_BACKTRACK arg.
10810         * lib/regcomp.c (re_compile_fastmap_iter, optimize_utf8):
10811         (duplicate_node_closure, calc_inveclosure, calc_eclosure):
10812         (calc_eclosure_iter, parse_bracket_exp):
10813         Use bool for internal variables that are booleans.
10814         * lib/regexec.c (re_search_internal, check_matching,
10815         proceed_next_node):
10816         (set_regs, build_sifted_states, sift_states_bkref):
10817         (check_arrival_add_next_nodes, check_arrival_expand_ecl_sub):
10818         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
10819         (find_collation_sequence_value):
10820         Likewise.
10821         * lib/regex_internal.c (re_node_set_insert, re_node_set_insert_last):
10822         (re_node_set_compare):
10823         Return bool, not int. All callers changed.
10824         * lib/regexec.c (check_halt_node_context, check_dst_limits):
10825         (build_trtable, check_node_accept): Likewise.
10826         * lib/regex_internal.h: Include stdbool.h.
10827
10828         Fix bugs uncovered when converting to bool.
10829         * lib/regcomp.c (calc_eclosure_iter): Check for storage allocation
10830         failure instead of charging ahead blindly.
10831         * lib/regex_internal.c (register_state): Likewise.
10832         * lib/regexec.c (re_search_2_stub): Use simpler method than boolean
10833         for freeing internal storage.
10834         (group_nodes_into_DFA_states): Use unsigned int, not int, for
10835         bitset pieces used as boolean, to avoid undefined behavior
10836         on hosts that do int overflow checking.
10837
10838 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
10839
10840         * config/srclist.txt: Add glibc bugs 1285-1287.
10841
10842 2005-09-01  Jim Meyering  <jim@meyering.net>
10843
10844         * m4/lchown.m4: Require gl_FUNC_CHOWN, for the definition of
10845         CHOWN_MODIFIES_SYMLINK, which is used by lchown.c.
10846         Require gl_STAT_MACROS, too.
10847
10848 2005-09-01  Bruno Haible  <bruno@clisp.org>
10849
10850         * gnulib-tool (import): In the first-use case, provide defaults.
10851
10852 2005-09-01  Bruno Haible  <bruno@clisp.org>
10853
10854         * gnulib-tool (func_import): Remove the .tmp files.
10855
10856 2005-09-01  Bruno Haible  <bruno@clisp.org>
10857
10858         * gnulib-tool (func_import): Fix handling of symbolic links.
10859
10860 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10861
10862         On 64-bit hosts (where size_t is 64 bits and int is 32 bits), the
10863         old glibc regex code mishandles strings longer than 2**31 bytes.
10864         This patch fixes this when the regex code is used in gnulib
10865         (i.e., outside glibc).
10866
10867         This patch should not affect the use of the regex code inside
10868         glibc.  No doubt this problem also needs to be handled for glibc
10869         as well, but the result will be an incompatible change to the
10870         glibc ABI, and the old ABI will have to be supported too.  That
10871         can be the the subject for another patch.
10872
10873         * lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
10874         governing whether the rest of this patch is active.  By default,
10875         the macro is disabled and the patch has no effect.
10876         (regoff_t) [defined _REGEX_LARGE_OFFSETS]: Define to off_t, not int.
10877         (__re_idx_t, __re_size_t, __re_long_size_t): New types.
10878         (struct re_pattern_buffer, re_search, re_search_2, re_match):
10879         (re_match_2, re_set_registers): Use the new types.
10880         * lib/regex_internal.h (Idx, re_hashval_t): New types.
10881         (REG_MISSING, REG_ERROR, REG_VALID_INDEX, REG_VALID_NONZERO_INDEX):
10882         New macros.
10883         (re_node_set, re_charset_t, re_token_t, re_string_realloc_buffers):
10884         (re_string_context_at, bin_tree_t, re_dfastate_t):
10885         (struct re_state_table_entry, state_array_t, re_sub_match_last_t):
10886         (re_sub_match_top_t, re_match_context_t, re_sift_context_t):
10887         (struct re_fail_stack_ent_t, struct re_fail_stack_t, struct re_dfa_t):
10888         (re_string_char_size_at, re_string_wchar_at):
10889         (re_string_elem_size_at):
10890         Use the new types and macros to port to 64-bit hosts.
10891         Use unsigned types for internal values, so that the code
10892         mostly works even for arrays larger than SSIZE_MAX.
10893         * lib/regcomp.c (re_compile_internal, init_dfa, duplicate_node):
10894         (search_duplicated_node, calc_eclosure_iter, fetch_number):
10895         (parse_reg_exp, parse_branch, parse_expression, parse_sub_exp):
10896         (build_equiv_class, build_charclass, re_compile_fastmap_iter):
10897         (free_dfa_content, create_initial_state, optimize_utf8, analyze):
10898         (optimize_subexps, calc_first, link_nfa_nodes, duplicate_node_closure):
10899         (calc_inveclosure, parse_dup_op, build_range_exp):
10900         (build_collating_symbol, parse_bracket_exp, build_charclass_op):
10901         (fetch_number, create_token_tree, mark_opt_subexp):
10902         Likewise.
10903         * lib/regex_internal.c (re_string_construct_common,
10904         create_ci_newstate):
10905         (create_cd_newstate, re_string_allocate, re_string_construct):
10906         (re_string_realloc_buffers, build_wcs_upper_buffer):
10907         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
10908         (re_string_reconstruct, re_string_peek_byte_case):
10909         (re_string_fetch_byte_case, re_string_context_at):
10910         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
10911         (re_node_set_init_copy, re_node_set_add_intersect):
10912         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
10913         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
10914         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
10915         (re_acquire_state, re_acquire_state_context, register_state):
10916         Likewise.
10917         * lib/regex.c (match_ctx_init, match_ctx_add_entry,
10918         search_cur_bkref_entry):
10919         (match_ctx_add_subtop, match_ctx_add_sublast, sift_ctx_init):
10920         (re_search_internal, re_search_2_stub, re_search_stub)
10921         (re_copy_regs, check_matching, check_halt_state_context, update_regs):
10922         (push_fail_stack, sift_states_iter_mb, build_sifted_states):
10923         (update_cur_sifted_state, check_dst_limits):
10924         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
10925         (check_subexp_limits, sift_states_bkref, merge_state_array):
10926         (check_subexp_matching_top, get_subexp, get_subexp_sub):
10927         (find_subexp_node, check_arrival, check_arrival_add_next_nodes):
10928         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
10929         (expand_bkref_cache, check_node_accept_bytes):
10930         (group_nodes_into_DFAstates, check_node_accept, regexec, re_match):
10931         (re_search, re_match_2, re_search_2, prune_impossible_nodes):
10932         (acquire_init_state_context, check_halt_node_context):
10933         (proceed_next_node, pop_fail_stack, set_regs, free_fail_stack_return):
10934         (sift_states_backward, clean_state_log_if_needed):
10935         (sub_epsilon_src_nodes, add_epsilone_src_nodes, merge_state_with_log):
10936         (find_recover_state, transit_state_sb, transit_state_mb):
10937         (transit_state_bkref, build_trtable, match_ctx_clean):
10938         Likewise.
10939         * lib/regcomp.c (parse_dup_op): Add an extra test if Idx is unsigned,
10940         to work around an assumption that REG_MISSING is negative.
10941
10942         * lib/regcomp.c (re_comp) [defined _REGEX_RE_COMP || defined _LIBC]:
10943         (seek_collating_symbol_entry) [defined _LIBC]:
10944         (lookup_collation_sequence_value) [defined _LIBC]:
10945         (build_range_exp, build_collating_symbol) [defined _LIBC]:
10946         Use prototypes rather than old-style function definitions.
10947         * lib/regexec.c (re_exec) [defined _REGEX_RE_COMP || defined _LIBC]:
10948         (transit_state_sb) [0]:
10949         (find_collation_sequence_value) [defined _LIBC]: Likewise.
10950
10951         * lib/regexec.c (re_search_internal): Simplify update of rm_so and
10952         rm_eo.
10953
10954         * lib/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
10955         (optimize_subexps, lower_subexp):
10956         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
10957         since the signed shift might overflow.  Use 1u<<31 instead.
10958         * lib/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
10959         Likewise.
10960         * lib/regexec.c (check_dst_limits_calc_pos_1,
10961         check_subexp_matching_top): Likewise.
10962
10963         * lib/regcomp.c (optimize_subexps, lower_subexp):
10964         Use CHAR_BIT rather than 8, for clarity.
10965         * lib/regexec.c (check_dst_limits_calc_pos_1):
10966         (check_subexp_matching_top): Likewise.
10967         * lib/regcomp.c (init_dfa): Make table_size unsigned, so that we don't
10968         have to worry about portability issues when shifting it left.
10969         Remove no-longer-needed test for table_size > 0.
10970         * lib/regcomp.c (parse_sub_exp): Do not shift more bits than there are
10971         in a word, as the resulting behavior is undefined.
10972         * lib/regexec.c (check_dst_limits_calc_pos_1): Likewise;
10973         in one case, a <= should have been an <, and in another case the
10974         whole test was missing.
10975         * lib/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
10976         the standard name CHAR_BIT.
10977         * lib/regexec.c (match_ctx_add_entry): Don't assume that ~0 == -1;
10978         this is not true on one's complement and signed-magnitude hosts.
10979
10980         * lib/regex_internal.h (re_sub_match_top_t): Remove unused member
10981         next_last_offset.
10982         (struct re_dfa_t): Remove unused member states_alloc.
10983         * lib/regcomp.c (init_dfa): Don't initialize unused members.
10984
10985 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10986
10987         * m4/regex.m4 (gl_REGEX): Require AC_SYS_LARGEFILE, Define
10988         _REGEX_LARGE_OFFSETS).  Test for regoff_t/off_t bug in 64-bit
10989         and large-file glibc and in 32-bit large-file Solaris.
10990
10991 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
10992
10993         * lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
10994         lengths fit in regoff_t; this isn't true if regoff_t is the same
10995         width as size_t.
10996         * lib/regex.c (re_search_internal): 5th arg is LAST_START
10997         (= START + RANGE) instead of RANGE.  This avoids overflow
10998         problems when regoff_t is the same width as size_t.
10999         All callers changed.
11000         (re_search_2_stub): Check for overflow when adding the
11001         sizes of the two strings.
11002         (re_search_stub): Check for overflow when adding START
11003         to RANGE; if it occurs, substitute the extreme value.
11004
11005 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
11006
11007         * config/srclist.txt: Add glibc bugs 1273, 1278-1282, 1284.
11008
11009 2005-08-31  Jim Meyering  <jim@meyering.net>
11010
11011         * lib/regcomp.c (search_duplicated_node): Make first pointer arg
11012         a pointer-to-const.
11013         * lib/regex_internal.c (create_ci_newstate, create_cd_newstate):
11014         (register_state): Likewise.
11015         * lib/regexec.c (search_cur_bkref_entry, check_dst_limits):
11016         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
11017         (group_nodes_into_DFAstates): Likewise.
11018
11019 2005-08-31  Jim Meyering  <jim@meyering.net>
11020
11021         * check-module: Add a FIXME comment.
11022
11023 2005-08-31  Eric Blake  <ebb9@byu.net>
11024
11025         * modules/unistd-safer (Files): Add unistd--.h.
11026         * modules/stdio-safer (Files): Add stdio--.h.
11027
11028 2005-08-31  Derek Price  <derek@ximbiot.com>
11029
11030         * lib/getdelim.c (getdelim): Return EOF on EOF.
11031         Reported by Larry Jones <lawrence.jones@ugs.com>.
11032
11033 2005-08-31  Bruno Haible  <bruno@clisp.org>
11034
11035         Avoid unnecessary diffs in the generated lib/Makefile.am.
11036         * gnulib-tool (func_emit_lib_Makefile_am): Don't write the cmd into
11037         the generated files.
11038         (func_import): Don't set cmd.
11039
11040 2005-08-31  Bruno Haible  <bruno@clisp.org>
11041
11042         * lib/strstr.c: Include <stddef.h>, for NULL.
11043         * lib/strcasestr.c: Likewise.
11044         Reported by Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
11045
11046 2005-08-31  Bruno Haible  <bruno@clisp.org>
11047
11048         * gnulib-tool: New option --macro-prefix.
11049         (func_import): Use macro_prefix.
11050         (import): Handle option --macro-prefix.
11051
11052 2005-08-31  Bruno Haible  <bruno@clisp.org>
11053
11054         * gnulib-tool (import): Rename most ac_* variables to cached_*.
11055         Also use new variables cached_lgpl, cached_libtool.
11056
11057 2005-08-31  Bruno Haible  <bruno@clisp.org>
11058
11059         * gnulib-tool (func_import): Require AC_GNU_SOURCE etc. instead of
11060         always instantiating them.
11061
11062 2005-08-31  Bruno Haible  <bruno@clisp.org>
11063
11064         * gnulib-tool (func_import): Read the previous cached settings
11065         from gnulib-cache.m4 and gnulib-comp.m4. Remove files that were
11066         earlier added by gnulib but are now dropped. Warn when a gnulib file
11067         overwrites a non-gnulib file.
11068
11069 2005-08-31  Bruno Haible  <bruno@clisp.org>
11070
11071         * gnulib-tool (func_import): Generate two files gnulib-cache.m4 and
11072         gnulib-comp.m4 instead of a single gnulib.m4, to make it easy for
11073         projects that don't keep autogenerated files in CVS. Put into
11074         actioncmd only the specified modules, not the transitive closure.
11075
11076 2005-08-31  Bruno Haible  <bruno@clisp.org>
11077
11078         * gnulib-tool (func_import): Fix defaulting of $libname and $libtool.
11079         Create directories that shall be filled.
11080         (import): Don't look for gl_* macros in configure.ac. Recurse across
11081         all directories containing a gnulib-cache.m4 files, if meaningful.
11082
11083 2005-08-31  Bruno Haible  <bruno@clisp.org>
11084
11085         * gnulib-tool (func_import): Emit also a stub for gl_LIBTOOL.
11086         (import): Set seen_libtool when we see gl_LIBTOOL.
11087
11088 2005-08-31  Bruno Haible  <bruno@clisp.org>
11089
11090         * gnulib-tool (func_import): Also copy m4/gnulib-tool.m4. Omit
11091         declaration macro definitions from generated gnulib.m4.
11092
11093 2005-08-30  Oskar Liljeblad  <oskar@osk.mine.nu>
11094
11095         * lib/iconvme.h: Add prototype for iconv_alloc.
11096
11097 2005-08-29  Simon Josefsson  <jas@extundo.com>
11098
11099         * lib/iconvme.c: Fix errno.
11100
11101 2005-08-29  Bruno Haible  <bruno@clisp.org>
11102
11103         * gnulib-tool: Enclose all occurrences of $destdir in "...", so
11104         that it works when the directory contains spaces.
11105
11106 2005-08-29  Bruno Haible  <bruno@clisp.org>
11107
11108         * gnulib-tool (import): Avoid unnecessary spaces in $avoidlist.
11109
11110 2005-08-29  Bruno Haible  <bruno@clisp.org>
11111
11112         * gnulib-tool (func_import): Emit more comments into gnulib.m4.
11113         Emit more advice.
11114
11115 2005-08-29  Bruno Haible  <bruno@clisp.org>
11116         and Stepan Kasal  <kasal@ucw.cz>
11117
11118         * check-module: If more parameters are given, check each of them
11119         separately; add more exceptions, as noted by Jim Meyering.
11120         (check_module): New procedure.
11121         (%exempt_header): Now contains all exceptions.
11122
11123 2005-08-29  Ben Pfaff  <blp@cs.stanford.edu>
11124
11125         * modules/byteswap (Makefile.am): Fix rule to not assume GNU make.
11126
11127 2005-08-29  Oskar Liljeblad  <oskar@osk.mine.nu>
11128
11129         * lib/iconvme.c: Split iconv_string into iconv_alloc.
11130
11131 2005-08-28  Bruno Haible  <bruno@clisp.org>
11132
11133         * m4/gnulib-tool.m4: New file.
11134
11135 2005-08-27  Jim Meyering  <jim@meyering.net>
11136
11137         * modules/unistd-safer (Files): Add pipe-safer.c.
11138         * modules/fcntl-safer (Files): Add creat-safer.c.
11139
11140 2005-08-27  Jim Meyering  <jim@meyering.net>
11141
11142         * m4/stdlib-safer.m4: New file.  From coreutils.
11143         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Add stdio--.h.
11144         * m4/fcntl-safer.m4 (gl_FCNTL_SAFER): Add creat-safer.c to the
11145         AC_LIBSOURCES list and arrange to compile it via AC_LIBOBJ.
11146         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise, add pipe-safer.c.
11147         Add pipe-safer.c and unistd--.h to the AC_LIBSOURCES list.
11148
11149 2005-08-27  Jim Meyering  <jim@meyering.net>
11150
11151         * lib/fopen-safer.c: Merge minor changes from coreutils.
11152         * lib/dup-safer.c: Likewise.
11153         * lib/fd-safer.c: Likewise.
11154
11155         Merge from coreutils.
11156         * lib/stdio--.h: New file.
11157         * lib/stdlib--.h: New file.
11158         * lib/mkstemp-safer.c: New file.
11159
11160         GNU tar needs these.
11161         * lib/pipe-safer.c: New file.
11162         * lib/creat-safer.c: New file.
11163         * lib/fcntl--.h (creat): Define to creat_safer.
11164         * lib/fcntl-safer.h: Include <sys/types.h> and declare creat_safer.
11165         * lib/unistd--.h (pipe): Define to pipe_safer.
11166         * lib/unistd-safer.h: Declare pipe_safer.
11167
11168 2005-08-26  Simon Josefsson  <jas@extundo.com>
11169
11170         * lib/getpass.c: Use _WIN32 instead of WIN32, suggested by Bruno
11171         Haible <bruno@clisp.org>.
11172
11173 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
11174
11175         * lib/regex_internal.h: Remove all references to
11176         RE_NO_INTERNAL_PROTOTYPES; no longer neeeded now that we assume C89
11177         or better.
11178         (bitset_not, bitset_merge, bitset_not_merge):
11179         (bitset_mask, re_string_allocate, re_string_construct):
11180         (re_string_reconstruct, re_string_destruct, re_string_elem_size_at):
11181         (re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case):
11182         (re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1):
11183         (re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect):
11184         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11185         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11186         (re_node_set_remove_at, re_dfa_add_node, re_acquire_state):
11187         (re_acquire_state_context):
11188         Remove unnecessary forward decls.
11189         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
11190         Put __attribute at function definition,
11191         now that the function decl has been removed.
11192         * lib/regex_internal.c (re_string_peek_byte_case):
11193         (re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
11194         Likewise.
11195
11196 2005-08-25  Stepan Kasal  <kasal@ucw.cz>
11197
11198         * m4/regex.m4: Add AC_PREREQ(2.50).
11199         (gl_REGEX): If --with-included-regex was given, skip the autodetection.
11200
11201 2005-08-25  Simon Josefsson  <jas@extundo.com>
11202
11203         * m4/getpass.m4: Check for termios.h, tcgetattr, tcsetattr, and
11204         __fsetlocking.
11205
11206 2005-08-25  Simon Josefsson  <jas@extundo.com>
11207
11208         * lib/getpass.c: Add WIN32 implementation.  Conditionalize use of
11209         termios.h, tcgetattr, tcsetattr and __fsetlocking.  Remove some
11210         GLIBC specific code.
11211
11212 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11213
11214         Make regex safe for g++.  This fixes one real bug (an "err"
11215         that should have been "*err").  g++ problem reported by
11216         Sam Steingold.
11217         * lib/regex_internal.h (re_calloc): New macro, consistent with
11218         re_malloc etc.  All callers of calloc changed to use re_calloc.
11219         * lib/regex_internal.c (build_wcs_upper_buffer): Return reg_errcode_t,
11220         not int.  All callers changed.
11221         * lib/regcomp.c (re_compile_fastmap_iter): Don't use
11222         alloca (mb_cur_max); just use an array of size MB_LEN_MAX.
11223         * lib/regexec.c (push_fail_stack): Use re_realloc, not realloc.
11224         (find_recover_state): Change "err" to "*err"; this fixes what
11225         appears to be a real bug.
11226         (check_arrival_expand_ecl_sub): Be consistent about reg_errcode_t
11227         versus int.
11228
11229 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11230
11231         * modules/regex (Depends-on): Add malloc, since the code
11232         assumes that !malloc(0) means failure.
11233
11234 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11235
11236         * lib/regexec.c (set_regs): Don't alloca with an unbounded size.
11237
11238         alloca modernization/simplification for regex.
11239         * lib/regex.c: Remove portability cruft for alloca.  This no longer
11240         needs to be at the start of the file, and can be moved into
11241         regex_internal.h and simplified.
11242         * lib/regex_internal.h: Include <alloca.h>.
11243         (__libc_use_alloca) [!defined _LIBC]: New macro.
11244         * lib/regexec.c (build_trtable): Remove "#ifdef _LIBC", since the code
11245         now works outside glibc.
11246
11247 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
11248
11249         * config/srclist.txt: Add glibc bugs 1241, 1245.
11250
11251 2005-08-25  Jim Meyering  <jim@meyering.net>
11252
11253         * lib/open-safer.c: Include <config.h>.
11254         Otherwise, we'd lose LARGEFILE support in any file using
11255         e.g. "fcntl--.h"
11256
11257 2005-08-25  Bruno Haible  <bruno@clisp.org>
11258
11259         * m4/minmax.m4: Require autoconf 2.52.
11260         (gl_MINMAX_IN_HEADER): Add comments. Use m4_pushdef/m4_popdef instead
11261         of define/undefine. Use AS_TR_SH and AS_TR_CPP as more robust
11262         alternatives of translit over the alphabet.
11263         Based on a patch from Stepan Kasal <kasal@ucw.cz>.
11264
11265 2005-08-24  Simon Josefsson  <jas@extundo.com>
11266
11267         * tests/test-getpass.c: New file.
11268
11269 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11270
11271         * m4/regex.m4 (gl_REGEX): Use POSIX-compliant spellings when testing
11272         for GNU regex features.
11273
11274 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11275
11276         * lib/regcomp.c (regerror): 2nd arg is 'restrict', as per POSIX.
11277         * lib/regex.h (regerror): Likewise.
11278
11279         * lib/regex.c: Do not include <sys/types.h>, as POSIX no longer
11280         requires this.  (The code never needed it.)
11281
11282         * lib/regcomp.c, regex_internal.c, regex_internal.h, regexec.c:
11283         All uses of recently-renamed identifiers changed to use the new,
11284         POSIX-compliant names.  The code will build and run just fine
11285         without these changes, but it's better to eat our own dog food
11286         and use the standard-conforming names.
11287
11288         * lib/regex.h: Fix a multitude of POSIX name space violations.
11289         These changes have an effect only for programs that define
11290         _POSIX_C_SOURCE, _POSIX_SOURCE, or _XOPEN_SOURCE; they
11291         do not change anything for programs compiled in the normal way.
11292         Also, there is no effect on the ABI.
11293
11294         (_REGEX_SOURCE): New macro.
11295         Do not include <stddef.h> if _XOPEN_SOURCE and VMS are both
11296         defined and _GNU_SOURCE is not; this fixes a name space violation.
11297
11298         Rename the following macros to obey POSIX requirements.
11299         The old names are still visible as macros if _REGEX_SOURCE is defined.
11300         (REG_BACKSLASH_ESCAPE_IN_LISTS): renamed from
11301         RE_BACKSLASH_ESCAPE_IN_LISTS.
11302         (REG_BK_PLUS_QM): renamed from RE_BK_PLUS_QM.
11303         (REG_CHAR_CLASSES): renamed from RE_CHAR_CLASSES.
11304         (REG_CONTEXT_INDEP_ANCHORS): renamed from RE_CONTEXT_INDEP_ANCHORS.
11305         (REG_CONTEXT_INDEP_OPS): renamed from RE_CONTEXT_INDEP_OPS.
11306         (REG_CONTEXT_INVALID_OPS): renamed from RE_CONTEXT_INVALID_OPS.
11307         (REG_DOT_NEWLINE): renamed from RE_DOT_NEWLINE.
11308         (REG_DOT_NOT_NULL): renamed from RE_DOT_NOT_NULL.
11309         (REG_HAT_LISTS_NOT_NEWLINE): renamed from RE_HAT_LISTS_NOT_NEWLINE.
11310         (REG_INTERVALS): renamed from RE_INTERVALS.
11311         (REG_LIMITED_OPS): renamed from RE_LIMITED_OPS.
11312         (REG_NEWLINE_ALT): renamed from RE_NEWLINE_ALT.
11313         (REG_NO_BK_BRACES): renamed from RE_NO_BK_BRACES.
11314         (REG_NO_BK_PARENS): renamed from RE_NO_BK_PARENS.
11315         (REG_NO_BK_REFS): renamed from RE_NO_BK_REFS.
11316         (REG_NO_BK_VBAR): renamed from RE_NO_BK_VBAR.
11317         (REG_NO_EMPTY_RANGES): renamed from RE_NO_EMPTY_RANGES.
11318         (REG_UNMATCHED_RIGHT_PAREN_ORD): renamed from
11319         RE_UNMATCHED_RIGHT_PAREN_ORD.
11320         (REG_NO_POSIX_BACKTRACKING): renamed from RE_NO_POSIX_BACKTRACKING.
11321         (REG_NO_GNU_OPS): renamed from RE_NO_GNU_OPS.
11322         (REG_DEBUG): renamed from RE_DEBUG.
11323         (REG_INVALID_INTERVAL_ORD): renamed from RE_INVALID_INTERVAL_ORD.
11324         (REG_IGNORE_CASE): renamed from RE_ICASE.  This renaming is a bit
11325         unusual, since we can't clash with the POSIX REG_ICASE.
11326         (REG_CARET_ANCHORS_HERE): renamed from RE_CARET_ANCHORS_HERE.
11327         (REG_CONTEXT_INVALID_DUP): renamed from RE_CONTEXT_INVALID_DUP.
11328         (REG_NO_SUB): renamed from RE_NO_SUB.
11329         (REG_SYNTAX_EMACS): renamed from RE_SYNTAX_EMACS.
11330         (REG_SYNTAX_AWK): renamed from RE_SYNTAX_AWK.
11331         (REG_SYNTAX_GNU_AWK): renamed from RE_SYNTAX_GNU_AWK.
11332         (REG_SYNTAX_POSIX_AWK): renamed from RE_SYNTAX_POSIX_AWK.
11333         (REG_SYNTAX_GREP): renamed from RE_SYNTAX_GREP.
11334         (REG_SYNTAX_EGREP): renamed from RE_SYNTAX_EGREP.
11335         (REG_SYNTAX_POSIX_EGREP): renamed from RE_SYNTAX_POSIX_EGREP.
11336         (REG_SYNTAX_ED): renamed from RE_SYNTAX_ED.
11337         (REG_SYNTAX_SED): renamed from RE_SYNTAX_SED.
11338         (_REG_SYNTAX_POSIX_COMMON): renamed from _RE_SYNTAX_POSIX_COMMON.
11339         (REG_SYNTAX_POSIX_BASIC): renamed from RE_SYNTAX_POSIX_BASIC.
11340         (REG_SYNTAX_POSIX_MINIMAL_BASIC): renamed from
11341         RE_SYNTAX_POSIX_MINIMAL_BASIC.
11342         (REG_SYNTAX_POSIX_EXTENDED): renamed from RE_SYNTAX_POSIX_EXTENDED.
11343         (REG_SYNTAX_POSIX_MINIMAL_EXTENDED): renamed from
11344         RE_SYNTAX_POSIX_MINIMAL_EXTENDED.
11345         (REG_DUP_MAX): renamed from RE_DUP_MAX.  No need to undef it.
11346         (REG_UNALLOCATED): Renamed from REGS_UNALLOCATED.
11347         (REG_REALLOCATE): Renamed from REGS_REALLOCATE.
11348         (REG_FIXED): Renamed from REGS_FIXED.
11349         (REG_NREGS): Renamed from RE_NREGS.
11350
11351         (REG_ICASE, REG_NEWLINE, REG_NOSUB): Do not depend on the values
11352         of other REG_* macros, since POSIX says the user is allowed to
11353         #undef these macros selectively.
11354
11355         (reg_errcode_t): Update comment stating what other tables need
11356         to be consistent.
11357
11358         Rename the following enum values to obey POSIX requirements.
11359         The old names are still visible as macros.
11360         (_REG_ENOSYS): Renamed from REG_ENOSYS.  Define even if _XOPEN_SOURCE
11361         is not defined, since GNU is supposed to be a superset of POSIX as
11362         much as possible, and since we want reg_errcode_t to be a signed
11363         type for implementation consistency.
11364         (_REG_NOERROR): Renamed from REG_NOERROR.
11365         (_REG_NOMATCH): Renamed from REG_NOMATCH.
11366         (_REG_BADPAT): Renamed from REG_BADPAT.
11367         (_REG_ECOLLATE): Renamed from REG_ECOLLATE.
11368         (_REG_ECTYPE): Renamed from REG_ECTYPE.
11369         (_REG_EESCAPE): Renamed from REG_EESCAPE.
11370         (_REG_ESUBREG): Renamed from REG_ESUBREG.
11371         (_REG_EBRACK): Renamed from REG_EBRACK.
11372         (_REG_EPAREN): Renamed from REG_EPAREN.
11373         (_REG_EBRACE): Renamed from REG_EBRACE.
11374         (_REG_BADBR): Renamed from REG_BADBR.
11375         (_REG_ERANGE): Renamed from REG_ERANGE.
11376         (_REG_ESPACE): Renamed from REG_ESPACE.
11377         (_REG_BADRPT): Renamed from REG_BADRPT.
11378         (_REG_EEND): Renamed from REG_EEND.
11379         (_REG_ESIZE): Renamed from REG_ESIZE.
11380         (_REG_ERPAREN): Renamed from REG_ERPAREN.
11381         (REG_ENOSYS, REG_NOERROR, REG_NOMATCH, REG_BADPAT, REG_ECOLLATE):
11382         (REG_ECTYPE, REG_EESCAPE, REG_ESUBREG, REG_EBRACK, REG_EPAREN):
11383         (REG_EBRACE, REG_BADBR, REG_ERANGE, REG_ESPACE, REG_BADRPT, REG_EEND):
11384         (REG_ESIZE, REG_ERPAREN): Now macros, not enum constants.
11385
11386         (_REG_RE_NAME, _REG_RM_NAME): New macros.
11387         (REG_TRANSLATE_TYPE): Renamed from RE_TRANSLATE_TYPE.  All uses
11388         changed.  But support the old name if the new one is not defined
11389         and if _REGEX_SOURCE.
11390
11391         Change the following member names in struct re_pattern_buffer.
11392         The old names are still supported if !_REGEX_SOURCE.
11393         The new names are always supported, regardless of _REGEX_SOURCE.
11394         (re_buffer): Renamed from buffer.
11395         (re_allocated): Renamed from allocated.
11396         (re_used): Renamed from used.
11397         (re_syntax): Renamed from syntax.
11398         (re_fastmap): Renamed from fastmap.
11399         (re_translate): Renamed from translate.
11400         (re_can_be_null): Renamed from can_be_null.
11401         (re_regs_allocated): Renamed from regs_allocated.
11402         (re_fastmap_accurate): Renamed from fastmap_accurate.
11403         (re_no_sub): Renamed from no_sub.
11404         (re_not_bol): Renamed from not_bol.
11405         (re_not_eol): Renamed from not_eol.
11406         (re_newline_anchor): Renamed from newline_anchor.
11407
11408         Change the following member names in struct re_registers.
11409         The old names are still supported if !_REGEX_SOURCE.
11410         The new names are always supported, regardless of _REGEX_SOURCE.
11411         (rm_num_regs): Renamed from num_regs.
11412         (rm_start): Renamed from start.
11413         (rm_end): Renamed from end.
11414
11415         (re_set_syntax, re_compile_pattern, re_compile_fastmap):
11416         (re_search, re_search_2, re_match, re_match_2, re_set_registers):
11417         Prepend __ to parameter names.
11418
11419         Undo yesterday's changes.
11420
11421 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
11422
11423         * config/srclist.txt: Remove glibc bug 1233 and add 1236, which
11424         supersedes it. Add glibc bugs 1237, 1238, 1240.  Comment out
11425         lib/regex.c.
11426
11427 2005-08-24  Jim Meyering  <jim@meyering.net>
11428
11429         Sync from coreutils.
11430         * m4/fcntl-safer.m4: New file.
11431
11432         * m4/xgetcwd.m4: Use AC_LIBSOURCES and AC_LIBOBJ to indicate source
11433         and object files for this module.
11434
11435 2005-08-24  Jim Meyering  <jim@meyering.net>
11436
11437         Sync from coreutils.
11438         * lib/fcntl--.h, lib/fcntl-safer.h, lib/open-safer.c: New files.
11439
11440 2005-08-24  Jim Meyering  <jim@meyering.net>
11441
11442         * modules/xgetcwd (Makefile.am): Remove `lib_SOURCES += ...' line,
11443         now that xgetcwd.m4 requires xgetcwd.c and xgetcwd.h.
11444
11445 2005-08-24  Jim Meyering  <jim@meyering.net>
11446
11447         * modules/fcntl-safer: New module.
11448         * modules/fts (Depends-on): Add fcntl-safer.
11449         * MODULES.html.sh (File descriptor based Input/Output):
11450         Add fcntl-safer.
11451
11452 2005-08-24  Bruno Haible  <bruno@clisp.org>
11453
11454         Support for unit test modules.
11455         * modules/README: Mention tests modules.
11456         * modules/TEMPLATE-TESTS: New file.
11457         * gnulib-tool: New options --extract-tests-module, --with-tests and
11458         --tests-base (unused for the moment).
11459         (testsbase, inctests): New variables.
11460         (func_all_modules): Exclude TEMPLATE-TESTS and *-tests.
11461         (func_verify_module): Exclude TEMPLATE-TESTS.
11462         (func_verify_nontests_module, func_verify_tests_module): New functions.
11463         (func_get_dependencies): Add implicit dependency for tests modules.
11464         (func_get_tests_module): New function.
11465         (func_modules_transitive_closure): When --with-tests was specified,
11466         include the unit tests as well, unless explicitly avoided.
11467         (func_emit_lib_Makefile_am): Ignore the tests modules here.
11468         (func_emit_tests_Makefile_am): New function.
11469         (func_create_testdir): When --with-tests was specified, emit a
11470         tests/ directory.
11471         * MODULES.html.sh (Future developments): Update.
11472
11473 2005-08-24  Bruno Haible  <bruno@clisp.org>
11474
11475         * modules/tls-tests: New file.
11476         * tests/test-tls.c: New file, from GNU gettext.
11477
11478 2005-08-24  Bruno Haible  <bruno@clisp.org>
11479
11480         * modules/lock-tests: New file.
11481         * tests/test-lock.c: New file, from GNU gettext.
11482
11483 2005-08-24  Bruno Haible  <bruno@clisp.org>
11484
11485         * lib/lock.h: Add multiple inclusion guard.
11486         * lib/tls.h: Add multiple inclusion guard.
11487
11488 2005-08-24  Bruno Haible  <bruno@clisp.org>
11489
11490         * gnulib-tool: Add support for the --aux-dir option to
11491         --create-testdir, --create-megatestdir, --test, --megatest.
11492         (func_create_testdir, func_create_megatestdir): Optionally emit a
11493         AC_CONFIG_AUX_DIR directive.
11494         (create-testdir, create-megatestdir, test, megatest): Provide a
11495         default value for $auxdir.
11496
11497 2005-08-24  Bruno Haible  <bruno@clisp.org>
11498
11499         * gnulib-tool (import): Use compound statement instead of subshell
11500         where possible.
11501
11502 2005-08-24  Bruno Haible  <bruno@clisp.org>
11503
11504         * gnulib-tool (import): Change --aux-dir default to "build-aux".
11505
11506 2005-08-24  Bruno Haible  <bruno@clisp.org>
11507
11508         * gnulib-tool (func_version): Update.
11509
11510 2005-08-24  Bruno Haible  <bruno@clisp.org>
11511
11512         * gnulib-tool (func_import, func_create_testdir,
11513         func_create_megatestdir): Quote all autoconf macro arguments.
11514
11515 2005-08-24  Bruno Haible  <bruno@clisp.org>
11516
11517         * gnulib-tool (func_create_megatestdir): Call autoreconf without the
11518         option --force, because --force causes the aclocal.m4 of each
11519         subdirectory to be newer than the corresponding config.h.in.
11520
11521 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11522
11523         * m4/regex.m4 (gl_INCLUDED_REGEX): Remove; no longer used.
11524         All contents moved to gl_REGEX.
11525         (gl_REGEX): Don't bother checking whether lib/regex.c exists;
11526         assume that it does.
11527
11528 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11529
11530         * lib/regex.h (REG_NOSYS)
11531         [!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
11532         Define, since POSIX requires it as of 2001.
11533         (_REG_ENOSYS)
11534         [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
11535         New private symbol, used to keep the enum signed in all cases.
11536         * lib/regex.h (RE_NO_EMPTY_RANGES): Fix doc bug reported by James
11537         Youngman in
11538         <http://lists.gnu.org/archive/html/bug-gnulib/2005-07/msg00132.html>.
11539
11540         * lib/regex_internal.c (re_string_skip_chars, register_state):
11541         (calc_state_hash):
11542         Remove forward decls; no longer needed now that we use prototypes.
11543         * lib/regexec.c (acquire_init_state_context, check_halt_node_context):
11544         (proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes):
11545         (clean_state_log_if_needed): Likewise.
11546
11547 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
11548
11549         * config/srclist.txt: Add glibc bugs 1231-1233.
11550
11551 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11552
11553         Fix problems reported by Sam Steingold in
11554         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00007.html>.
11555         * lib/regexec.c (sift_states_bkref): Fix portability bug: the code
11556         assumed that reg_errcode_t is a signed type, which is not
11557         necessarily true if _XOPEN_SOURCE is not defined.
11558         * lib/regex_internal.c (calc_state_hash): Put 'inline' before type,
11559         since some compilers warn about it otherwise.
11560
11561 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11562
11563         * lib/regcomp.c (create_initial_state): Remove duplicate decl.
11564         (init_word_char, create_initial_state, duplicate_node_closure):
11565         (fetch_token, peek_token_bracket, build_range_exp):
11566         (build_collating_symbol): Remove forward decls; no longer needed
11567         now that we use prototypes.
11568
11569         * lib/regcomp.c:
11570         (re_compile_pattern, re_set_syntax, re_compile_fastmap):
11571         (re_compile_fastmap_iter, regcomp, regerror, regfree):
11572         (re_compile_internal, init_dfa, init_word_char, free_workarea_compile):
11573         (create_initial_state, optimize_utf8, analyze, postorder, preorder):
11574         (optimize_subexps, lower_subexps, lower_subexp, calc_first, calc_next):
11575         (link_nfa_nodes, duplicate_node_closure, search_duplicated_node):
11576         (duplicate_node, calc_inveclosure, calc_eclosure, calc_eclosure_iter):
11577         (fetch_token, peek_token, peek_token_bracket, parse, parse_reg_exp):
11578         (parse_branch, parse_expression, parse_sub_exp, parse_dup_op):
11579         (build_range_exp, build_collating_symbol, parse_bracket_exp):
11580         (parse_bracket_element, parse_bracket_symbol, build_equiv_class):
11581         (build_charclass, build_charclass_op, fetch_number, create_tree):
11582         (create_token_tree, mark_opt_subexp, duplicate_tree):
11583         Use prototypes rather than old-style definitions.
11584
11585         * lib/regex_internal.c:
11586         (re_string_allocate, re_string_construct, re_string_realloc_buffers):
11587         (re_string_construct_common, build_wcs_buffer, build_wcs_upper_buffer):
11588         (re_string_skip_chars, build_upper_buffer, re_string_translate_buffer):
11589         (re_string_reconstruct, re_string_peek_byte_case):
11590         (re_string_fetch_byte_case, re_string_destruct, re_string_context_at):
11591         (re_node_set_alloc, re_node_set_init_1, re_node_set_init_2):
11592         (re_node_set_init_copy, re_node_set_add_intersect):
11593         (re_node_set_init_union, re_node_set_merge, re_node_set_insert):
11594         (re_node_set_insert_last, re_node_set_compare, re_node_set_contains):
11595         (re_node_set_remove_at, re_dfa_add_node, calc_state_hash):
11596         (re_acquire_state, re_acquire_state_context, register_state):
11597         (create_ci_newstate, create_cd_newstate, free_state):
11598         Likewise.
11599         * lib/regexec.c (regexec, re_match, re_search, re_match_2,
11600         re_search_2):
11601         (re_search_2_stub, re_search_stub, re_copy_regs, re_set_registers):
11602         (re_search_internal, prune_impossible_nodes):
11603         (acquire_init_state_context, check_matching, static):
11604         (check_halt_node_context, check_halt_state_context, proceed_next_node):
11605         (push_fail_stack, pop_fail_stack, set_regs, free_fail_stack_return):
11606         (update_regs, sift_states_backward, build_sifted_states):
11607         (clean_state_log_if_needed, merge_state_array):
11608         (update_cur_sifted_state, add_epsilon_src_nodes):
11609         (sub_epsilon_src_nodes, check_dst_limits, check_dst_limits_calc_pos_1):
11610         (check_dst_limits_calc_pos, check_subexp_limits, sift_states_bkref):
11611         (sift_states_iter_mb, transit_state, merge_state_with_log, static):
11612         (find_recover_state, check_subexp_matching_top, transit_state_mb):
11613         (transit_state_bkref, get_subexp, get_subexp_sub, find_subexp_node):
11614         (check_arrival, check_arrival_add_next_nodes):
11615         (check_arrival_expand_ecl, check_arrival_expand_ecl_sub):
11616         (expand_bkref_cache, build_trtable, group_nodes_into_DFAstates):
11617         (check_node_accept_bytes, check_node_accept, extend_buffers):
11618         (match_ctx_init, match_ctx_clean, match_ctx_free, match_ctx_add_entry):
11619         (search_cur_bkref_entry, match_ctx_add_subtop, match_ctx_add_sublast):
11620         (sift_ctx_init):
11621         Likewise.
11622
11623         * lib/regex_internal.h:
11624         (re_string_allocate, re_string_construct, re_string_reconstruct):
11625         (re_string_realloc_buffers, build_wcs_buffer, build_wcs_upper_buffer):
11626         (build_upper_buffer, re_string_translate_buffer, re_string_destruct):
11627         (re_string_elem_size_at, re_string_char_size_at, re_string_wchar_at):
11628         (re_string_context_at, re_string_peek_byte_case):
11629         (re_string_fetch_byte_case): Declare even if RE_NO_INTERNAL_PROTOTYPES
11630         is defined, since we now use prototypes always.
11631
11632         * lib/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
11633         C89 or better.  All uses removed.
11634
11635 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
11636
11637         * config/srclist.txt: Add glibc bugs 1220-1227.
11638
11639 2005-08-20  Jim Meyering  <jim@meyering.net>
11640
11641         * lib/regexec.c (regexec, re_search_stub) [!_LIBC]: Omit declaration
11642         of unused local, dfa.
11643
11644 2005-08-20  Bruno Haible  <bruno@clisp.org>
11645
11646         * m4/regex.m4 (gl_PREREQ_REGEX): Require AC_GNU_SOURCE.
11647
11648 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11649
11650         * lib/regex_internal.c (re_string_realloc_buffers, re_node_set_insert):
11651         (re_node_set_insert_last, re_dfa_add_node):
11652         Rename local variables to avoid GCC shadowing warnings.
11653
11654 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11655
11656         * lib/regex_internal.c (re_acquire_state, re_acquire_state_context)
11657         [defined lint]: Suppress bogus uninitialized-variable warnings.
11658
11659         * lib/regcomp.c (duplicate_node): Return new index, not an error code,
11660         and let the caller return REG_ESPACE if out of space.  This
11661         removes an uninitialied-variable warning with GCC 4.0.1, and also
11662         avoids taking the address of a local variable.  All callers
11663         changed.
11664
11665 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
11666
11667         * config/srclist.txt: Comment out $LIBCSRC/posix/regex_internal.c,
11668         $LIBCSRC/posix/regexec.c.
11669         Add glibc bug 1217 for regcomp.c.
11670
11671 2005-08-19  Jim Meyering  <jim@meyering.net>
11672
11673         * lib/regexec.c (proceed_next_node): Redo local variables to
11674         avoid GCC shadowing warnings.
11675
11676 2005-08-18  Bruno Haible  <bruno@clisp.org>
11677
11678         * lib/strstr.c (strstr): Fix return value in multibyte case.
11679         * lib/strcasestr.c (strcasestr): Likewise.
11680
11681 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
11682
11683         * lib/regex.h: Remove useless space-before-tab.  From coreutils.
11684
11685 2005-08-17  Jim Meyering  <jim@meyering.net>
11686
11687         Make the %s format (seconds since the epoch) work for a negative
11688         number and when used with a zero-padded field width, e.g. %015s.
11689
11690         * lib/strftime.c (my_strftime): Move the `do_number_sign_and_padding'
11691         label so that it precedes the code to set `digits'.  Otherwise,
11692         %0Ns wouldn't work.  Before this change, `date -d @-22 +%05s' would
11693         print `00-22'.  Now, it prints `-0022', as it should.
11694
11695 2005-08-17  Bruno Haible  <bruno@clisp.org>
11696
11697         * modules/strstr (Files): Add m4/mbrtowc.m4.
11698         (Depends-on): Add mbuiter.
11699
11700 2005-08-17  Bruno Haible  <bruno@clisp.org>
11701
11702         * modules/strcasestr: New file.
11703         * MODULES.html.sh (String handling, based on ANSI C 89): Add
11704         strcasestr.
11705
11706 2005-08-17  Bruno Haible  <bruno@clisp.org>
11707
11708         * modules/strcase (Depends-on): Add mbuiter. Remove strnlen1, mbchar.
11709
11710 2005-08-17  Bruno Haible  <bruno@clisp.org>
11711
11712         * modules/mbuiter: New file.
11713         * MODULES.html.sh (Extended multibyte and wide character utilities):
11714         Add mbuiter.
11715
11716 2005-08-17  Bruno Haible  <bruno@clisp.org>
11717
11718         * m4/strstr.m4 (gl_FUNC_STRSTR): Use the replacement function always.
11719         (gl_PREREQ_STRSTR): Use gl_FUNC_MBRTOWC.
11720
11721 2005-08-17  Bruno Haible  <bruno@clisp.org>
11722
11723         * m4/strcasestr.m4: New file.
11724
11725 2005-08-17  Bruno Haible  <bruno@clisp.org>
11726
11727         * lib/strstr.h: Ignore HAVE_STRSTR, always declare the gnulib function.
11728         * lib/strstr.c: Completely rewritten, with multibyte locale support.
11729
11730 2005-08-17  Bruno Haible  <bruno@clisp.org>
11731
11732         * lib/strcasestr.h: New file.
11733         * lib/strcasestr.c: New file.
11734
11735 2005-08-17  Bruno Haible  <bruno@clisp.org>
11736
11737         * lib/strcasecmp.c: Use mbuiter.h.
11738
11739 2005-08-17  Bruno Haible  <bruno@clisp.org>
11740
11741         * lib/mbuiter.h: New file.
11742
11743 2005-08-16  Paul Eggert  <eggert@cs.ucla.edu>
11744
11745         * m4/getopt.m4 (gl_GETOPT_CHECK_HEADERS): Do not override the results
11746         of gl_GETOPT_SUBSTITUTE.  That way, if both gl_GETOPT_SUBSTITUTE
11747         and gl_GETOPT are both invoked via different paths (as happens
11748         with GNU tar CVS because it uses both argp and getopt), the former
11749         wins.
11750
11751 2005-08-16  Bruno Haible  <bruno@clisp.org>
11752
11753         * modules/tls: New file.
11754         * MODULES.html.sh (Multithreading): Add tls.
11755
11756 2005-08-16  Bruno Haible  <bruno@clisp.org>
11757
11758         * modules/strnlen1: New file.
11759         * MODULES.html.sh (String handling): Add strnlen1.
11760
11761 2005-08-16  Bruno Haible  <bruno@clisp.org>
11762
11763         * modules/strcase (Files): Add m4/mbrtowc.m4.
11764         (Depends-on): Add strnlen1, mbchar.
11765
11766 2005-08-16  Bruno Haible  <bruno@clisp.org>
11767
11768         * modules/mbiter: New file.
11769         * MODULES.html.sh (Extended multibyte and wide character utilities):
11770         Add mbiter.
11771
11772 2005-08-16  Bruno Haible  <bruno@clisp.org>
11773
11774         * modules/mbfile: New file.
11775         * MODULES.html.sh (Extended multibyte and wide character utilities):
11776         Add mbfile.
11777
11778 2005-08-16  Bruno Haible  <bruno@clisp.org>
11779
11780         * modules/mbchar: New file.
11781         * MODULES.html.sh (Extended multibyte and wide character utilities):
11782         New section.
11783
11784 2005-08-16  Bruno Haible  <bruno@clisp.org>
11785
11786         * m4/tls.m4: New file, from GNU gettext.
11787
11788 2005-08-16  Bruno Haible  <bruno@clisp.org>
11789
11790         * m4/strcase.m4 (gl_FUNC_STRCASECMP): Use the replacement function
11791         always.
11792         (gl_PREREQ_STRCASECMP): Use gl_FUNC_MBRTOWC.
11793
11794 2005-08-16  Bruno Haible  <bruno@clisp.org>
11795
11796         * m4/mbiter.m4: New file.
11797
11798 2005-08-16  Bruno Haible  <bruno@clisp.org>
11799
11800         * m4/mbfile.m4: New file.
11801
11802 2005-08-16  Bruno Haible  <bruno@clisp.org>
11803
11804         * m4/mbchar.m4: New file.
11805
11806 2005-08-16  Bruno Haible  <bruno@clisp.org>
11807
11808         * lib/tls.h: New file, from GNU gettext.
11809         * lib/tls.c: New file, from GNU gettext.
11810
11811 2005-08-16  Bruno Haible  <bruno@clisp.org>
11812
11813         * lib/strnlen1.h: New file.
11814         * lib/strnlen1.c: New file.
11815
11816 2005-08-16  Bruno Haible  <bruno@clisp.org>
11817
11818         * lib/strcasecmp.c (struct mbiter_multi): Remove at_end field.
11819         (mbi_init): Update.
11820         (mbi_avail, mbi_advance): Let the iteration end before the terminating
11821         NUL byte, not after it.
11822
11823 2005-08-16  Bruno Haible  <bruno@clisp.org>
11824
11825         * lib/strcase.h (strcasecmp): Add note in comments.
11826         * lib/strncasecmp.c: Use code from strcasecmp.c.
11827         * lib/strcasecmp.c: Use mbchar module. Define private mbiter variant.
11828         (strcasecmp): Work correctly in multibyte locales.
11829
11830 2005-08-16  Bruno Haible  <bruno@clisp.org>
11831
11832         * lib/mbiter.h: New file.
11833
11834 2005-08-16  Bruno Haible  <bruno@clisp.org>
11835
11836         * lib/mbfile.h: New file.
11837
11838 2005-08-16  Bruno Haible  <bruno@clisp.org>
11839
11840         * lib/mbchar.h: New file.
11841         * lib/mbchar.c: New file.
11842
11843 2005-08-16  Bruno Haible  <bruno@clisp.org>
11844
11845         * lib/mbchar.h (mb_cmp, mb_casecmp): Order the invalid characters after
11846         the valid ones. Makes the comparison operations transitive:
11847         cmp (a, b) < 0 && cmp (b, c) < 0 ==> cmp (a, c) < 0.
11848         * lib/strcasecmp.c (strcasecmp): Use mb_casecmp.
11849
11850 2005-08-15  Simon Josefsson  <jas@extundo.com>
11851
11852         * modules/ssize_t (License): Change to 'unlimited'.
11853
11854         * gnulib-tool (sed_extract_prog): Recognize 'unlimited' license.
11855
11856 2005-08-15  Paul Eggert  <eggert@cs.ucla.edu>
11857
11858         * config/srclist.txt: Comment out $LIBCSRC/posix/regex.h.
11859         Add comments for each pending glibc patch.
11860
11861 2005-08-15  Bruno Haible  <bruno@clisp.org>
11862
11863         * lib/regex.h (__restrict_arr): Don't define to __restrict if
11864         __cplusplus is defined.
11865
11866 2005-08-14  Jim Meyering  <jim@meyering.net>
11867
11868         Sync from coreutils.
11869
11870         * lib/fts-cycle.c (setup_dir, enter_dir, leave_dir, free_dir):
11871         Use the hash-table-based cycle-detection code not just when
11872         FTS_TIGHT_CYCLE_CHECK if specified, but also with FTS_LOGICAL.
11873         Reported by James Youngman in
11874         <http://lists.gnu.org/archive/html/bug-gnulib/2005-08/msg00011.html>.
11875         * lib/fts_.h: Mention that with FTS_LOGICAL, we use
11876         FTS_TIGHT_CYCLE_CHECK.
11877         * lib/fts.c (fts_cross_check) [FTS_DEBUG]:
11878         s/active_dir_ht/fts_cycle.ht/. This lets us compile with -DFTS_DEBUG,
11879         once again.
11880         * lib/fts.c [! _LIBC]: Include "lstat.h" rather than rolling our own.
11881         * lib/fts.c (fd_safer): Remove decl.
11882         Include fcntl--.h rather than unistd-safer.h
11883         (fts_safe_changedir): Don't call fd_safer; no longer needed
11884         now that we include fcntl--.h.
11885
11886 2005-08-12  Simon Josefsson  <jas@extundo.com>
11887
11888         * modules/getndelim2: Use ssize_t module.
11889         * modules/getnline: Likewise.
11890         * modules/safe-read: Likewise.
11891         * modules/xreadlink: Likewise.
11892
11893         * modules/ssize_t: New file.
11894
11895 2005-08-12  Simon Josefsson  <jas@extundo.com>
11896
11897         * m4/readline.m4: Look for termcap, curses or ncurses if required.
11898
11899 2005-08-12  Simon Josefsson  <jas@extundo.com>
11900
11901         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
11902         ssize_t.
11903
11904 2005-08-12  Simon Josefsson  <jas@extundo.com>
11905
11906         * MODULES.html.sh (Extra functions based on ANSI C 89: Misc): Add
11907         readline, getdelim and check_version.
11908         (Support for systems lacking ISO C 99: Sizes of integer types):
11909         Add size_max.
11910
11911 2005-08-12  Bruno Haible  <bruno@clisp.org>
11912
11913         * m4/readline.m4 (gl_FUNC_READLINE): Look for ncurses first.
11914
11915 2005-08-11  Simon Josefsson  <jas@extundo.com>
11916
11917         * modules/readline: New file.
11918
11919         * modules/strnlen (Files): Add strnlen.h.
11920
11921 2005-08-11  Simon Josefsson  <jas@extundo.com>
11922
11923         * m4/readline.m4: New file.
11924
11925 2005-08-11  Simon Josefsson  <jas@extundo.com>
11926
11927         * lib/readline.h, readline.c: New file.
11928
11929 2005-08-11  Simon Josefsson  <jas@extundo.com>
11930
11931         * doc/gnulib.texi (Initial import, Finishing touches): Mention
11932         gl_AVOID.
11933
11934 2005-08-11  Bruno Haible  <bruno@clisp.org>
11935
11936         * lib/strnlen.h (strnlen): Change parameter name to match comment.
11937
11938 2005-08-10  Stepan Kasal  <kasal@ucw.cz>
11939
11940         * m4/onceonly_2_57.m4: Really require Autoconf 2.57.
11941
11942 2005-08-10  Simon Josefsson  <jas@extundo.com>
11943
11944         * tests/test-iconvme.c: New file.
11945
11946 2005-08-10  Simon Josefsson  <jas@extundo.com>
11947
11948         * m4/strnlen.m4: New file.
11949
11950         * m4/strndup.m4: Don't check for strnlen declaration, done in
11951         strnlen.m4.
11952
11953 2005-08-10  Simon Josefsson  <jas@extundo.com>
11954
11955         * lib/strndup.c: Use strnlen.h.
11956
11957         * lib/strnlen.h: New file.
11958
11959 2005-08-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
11960
11961         * README: Typos.
11962
11963 2005-08-02  Simon Josefsson  <jas@extundo.com>
11964
11965         * modules/readline: New file.
11966
11967 2005-08-02  Simon Josefsson  <jas@extundo.com>
11968
11969         * modules/getdelim: New file.
11970
11971         * modules/getline: Rewrite, don't use getndelim2.
11972
11973 2005-08-02  Simon Josefsson  <jas@extundo.com>
11974
11975         * m4/getline.m4: Separate out getdelim stuff into separate module.
11976
11977         * m4/getdelim.m4: New file.
11978
11979 2005-08-02  Simon Josefsson  <jas@extundo.com>
11980
11981         * lib/getline.h, getline.c: Rewrite.
11982
11983         * lib/getdelim.h, lib/getdelim.c: New files, ported from glibc.
11984
11985 2005-07-31  Bruno Haible  <bruno@clisp.org>
11986
11987         * lib/lock.h (gl_lock_initializer): New macro.
11988         (gl_lock_define_initialized): Use it.
11989         (gl_rwlock_initializer): New macro.
11990         (gl_rwlock_define_initialized): Use it.
11991         (gl_recursive_lock_initializer): New macro.
11992         (gl_recursive_lock_define_initialized): Use it.
11993
11994 2005-07-30  Karl Berry  <karl@gnu.org>
11995
11996         * doc/gnulib.texi (Initial import): mention -I$(top_builddir)/lib.
11997         Report from Ben Pfaff, regarding getopt.
11998
11999 2005-07-26  Paul Eggert  <eggert@cs.ucla.edu>
12000
12001         Add support to getopt for Emacs, which doesn't use LIBOBJS in the
12002         normal way.
12003         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE_HEADER): New macro.
12004         (gl_GETOPT_SUBSTITUTE): Use it.  Invoke gl_PREREQ_GETOPT.
12005         (gl_GETOPT_IFELSE, gl_GETOPT_CHECK_HEADERS): New macros.
12006         (gl_GETOPT): Use the new macros.  Most of the implementation
12007         is moved to the new macros.  This is for programs like Emacs
12008         that don't want all the functionality of gl_GETOPT.
12009
12010 2005-07-26  Bruno Haible  <bruno@clisp.org>
12011
12012         * m4/lock.m4: Update from GNU gettext.
12013
12014 2005-07-26  Bruno Haible  <bruno@clisp.org>
12015
12016         * lib/lock.h: Update from GNU gettext.
12017         * lib/lock.c: Update from GNU gettext.
12018
12019 2005-07-25  Paul Eggert  <eggert@cs.ucla.edu>
12020
12021         * m4/regex.m4 (gl_INCLUDED_REGEX): Use AC_RUN_IFELSE instead of the
12022         obsolescent AC_TRY_RUN.  Include the default includes files, for
12023         'exit'.
12024
12025 2005-07-24  Bruno Haible  <bruno@clisp.org>
12026
12027         * modules/visibility: New file.
12028         * MODULES.html.sh (Misc): Add visibility.
12029
12030 2005-07-24  Bruno Haible  <bruno@clisp.org>
12031
12032         * m4/visibility.m4: New file.
12033
12034 2005-07-24  Bruno Haible  <bruno@clisp.org>
12035
12036         * doc/visibility.texi: New file.
12037
12038 2005-07-22  Bruno Haible  <bruno@clisp.org>
12039
12040         * modules/alloca-opt (Makefile.am): Remove explicit dependency on
12041         $(ALLOCA_H), redundant through BUILT_SOURCES.
12042         * modules/argz (Makefile.am): Remove explicit dependency on $(ARGZ_H),
12043         redundant through BUILT_SOURCES.
12044         * modules/byteswap (Makefile.am): Remove explicit dependency on
12045         $(BYTESWAP_H), redundant through BUILT_SOURCES.
12046         * modules/fnmatch (Makefile.am): Remove explicit dependency on
12047         $(FNMATCH_H), redundant through BUILT_SOURCES.
12048         * modules/getopt (Makefile.am): Remove explicit dependency on
12049         $(GETOPT_H), redundant through BUILT_SOURCES.
12050         * modules/glob (Makefile.am): Remove explicit dependency on $(GLOB_H),
12051         redundant through BUILT_SOURCES.
12052         * modules/poll (Makefile.am): Remove explicit dependency on $(POLL_H),
12053         redundant through BUILT_SOURCES.
12054         * modules/stdbool (Makefile.am): Remove explicit dependency on
12055         $(STDBOOL_H), redundant through BUILT_SOURCES.
12056         * modules/stdint (Makefile.am): Remove explicit dependency on
12057         $(STDINT_H), redundant through BUILT_SOURCES.
12058         * modules/sysexits (Makefile.am): Add $(SYSEXITS_H) to BUILT_SOURCES.
12059         Remove explicit dependency on $(SYSEXITS_H).
12060         Reported by Alexandre Duret-Lutz <adl@src.lip6.fr>.
12061
12062 2005-07-18  Simon Josefsson  <jas@extundo.com>
12063
12064         * lib/check-version.c (check_version): Accept identical versions too.
12065
12066 2005-07-18  Bruno Haible  <bruno@clisp.org>
12067
12068         * modules/lock: New file.
12069         * MODULES.html.sh (Multithreading): New section.
12070
12071 2005-07-18  Bruno Haible  <bruno@clisp.org>
12072
12073         * m4/lock.m4: New file, from GNU gettext.
12074
12075 2005-07-18  Bruno Haible  <bruno@clisp.org>
12076
12077         * lib/lock.h: New file, from GNU gettext.
12078         * lib/lock.c: New file, from GNU gettext.
12079
12080 2005-07-18  Bruno Haible  <bruno@clisp.org>
12081
12082         * lib/lock.h (gl_once_t): New type.
12083         (gl_once_define, gl_once): New macros.
12084         * lib/lock.c (fresh_once): New variable.
12085         (glthread_once, glthread_once_call, glthread_once_singlethreaded): New
12086         functions.
12087
12088 2005-07-16  Simon Josefsson  <jas@extundo.com>
12089
12090         * doc/gnulib.texi (Library version handling): Add ELF symbol collision
12091         workaround, suggested by Bruno.
12092
12093 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12094
12095         * modules/xalloc (Depends-on): Add xalloc-die.
12096         * modules/xvasprintf (Depends-on): Add xalloc-die.
12097
12098 2005-07-15  Paul Eggert  <eggert@cs.ucla.edu>
12099
12100         * lib/quotearg.c: Add translator comment suggested by Bruno Haible,
12101         with a minor change.
12102
12103 2005-07-15  Bruno Haible  <bruno@clisp.org>
12104
12105         * m4/poll.m4 (gl_FUNC_POLL): Check against MacOS X 10.4 poll() bug.
12106         When using lib/poll.c, define poll as rpl_poll.
12107
12108 2005-07-14  Paul Eggert  <eggert@cs.ucla.edu>
12109
12110         * modules/argp (Depends-on): Remove unlocked-io.
12111
12112 2005-07-14  Derek Price  <derek@ximbiot.com>
12113
12114         * m4/glob.m4 (gl_GLOB): Cache glob interface check result.  Add check
12115         for glob symlink bug.
12116
12117 2005-07-14  Bruno Haible  <bruno@clisp.org>
12118
12119         * m4/argp.m4 (gl_ARGP): Remove invocation of gl_FUNC_GLIBC_UNLOCKED_IO.
12120         Instead, test for *_unlocked function declarations directly.
12121
12122 2005-07-11  Simon Josefsson  <jas@extundo.com>
12123
12124         * modules/size_max: New file.
12125
12126         * modules/xsize: Depend on size_max module for size_max.m4.
12127
12128 2005-07-11  Simon Josefsson  <jas@extundo.com>
12129
12130         * lib/size_max.h: New file.
12131
12132 2005-07-11  Paul Eggert  <eggert@cs.ucla.edu>
12133
12134         * lib/version-etc-fsf.c (version_etc_copyright): Parameterize the
12135         copyright symbol and the year.
12136         * lib/version-etc.c (COPYRIGHT_YEAR): New constant.
12137         (version_etc_va): Use parameterized copyright notice.
12138         Reword to conform to the current GNU coding standards.
12139
12140 2005-07-11  Karl Berry  <karl@gnu.org>
12141
12142         * doc/gnulib.texi (Quoting): new node.
12143         (Initial import): more info, from Patrice.
12144
12145 2005-07-11  Bruno Haible  <bruno@clisp.org>
12146
12147         * gnulib-tool (func_usage): Document option --avoid.
12148         (Command line options): Handle --avoid.
12149         (func_acceptable): New function.
12150         (func_modules_transitive_closure): Use it.
12151
12152 2005-07-11  Bruno Haible  <bruno@clisp.org>
12153
12154         * MODULES.html.sh: Use shortcut URLs to the www.opengroup.org site.
12155         Reported by Jim Meyering.
12156
12157 2005-07-10  Bruno Haible  <bruno@clisp.org>
12158
12159         * m4/size_max.m4 (gl_SIZE_MAX): Cast ~(size_t)0 back to size_t.
12160         Needed when size_t is smaller than 'unsigned int'.
12161         Reported by Paul Eggert.
12162
12163 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12164
12165         * modules/argp (Depends-on): Add unlocked-io
12166
12167 2005-07-09  Sergey Poznyakoff  <gray@gnu.org.ua>
12168
12169         * lib/argp-namefrob.h: Include unlocked-io.h. Removed unnecessary
12170         block of defines.
12171
12172 2005-07-08  Paul Eggert  <eggert@cs.ucla.edu>
12173
12174         * config/srclist.txt: Comment out regcomp.c, since we have a porting
12175         fix now.
12176
12177 2005-07-08  Eric Blake  <ebb9@byu.net>  (tiny change)
12178         and Paul Eggert  <eggert@cs.ucla.edu>
12179
12180         * lib/regcomp.c (init_dfa, build_range_exp): Store __btowc value
12181         in wint_t, not wchar_t.  Remove now-unnecessary cast.
12182
12183 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12184
12185         * modules/regex (Files): Add lib/regex_internal.c,
12186         lib/regex_internal.h, lib/regexec.c, lib/regcomp.c, m4/codeset.m4.
12187         (Depends-on): Add extensions.
12188         (Makefile.am): Remove lib_SOURCES; now done by m4 code.
12189
12190 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12191
12192         * m4/backupfile.m4 (gl_BACKUPFILE): Use AC_CHECK_FUNCS_ONCE on
12193         pathconf.
12194         * m4/same.m4 (gl_SAME): Likewise.
12195         Require AC_SYS_LONG_FILE_NAMES; bug reported by Gerrit P. Haase.
12196
12197         * m4/regex.m4: Adjust to new libc regex implementation.
12198         (gl_INCLUDED_REGEX): Add AC_LIBSOURCES for
12199         all the .c and .h parts of (the new) regex.
12200         Quote the m4 stuff better.
12201         Check for RE_ICASE bug of old gnulib.
12202         Check for REG_STARTEND of recent libc.
12203         Rename local variables from jm_* to gl_*.
12204         Quote operand of "test -f".
12205         Say "recent enough" version of libc, not "version 2".
12206         (gl_PREREQ_REGEX): Remove AC_FUNC_ALLOCA, since alloca is a
12207         prerequisite module.  Remove AC_HEADER_STDC; no longer needed.
12208         Check for locale.h, isblank, mbrtowc, wcrtomb, wcscoll.
12209         Remove check for btowc, isascii.
12210         Require AM_LANGINFO_CODESET.
12211
12212 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12213
12214         * lib/regex.c, regex.h: Sync from libc.
12215         * lib/regcomp.c, lib/regexec_internal.c, lib/regex_internal.h:
12216         * lib/regexec.c:
12217         New files, synced from libc, except that regex_internal.h
12218         currently has a small porting fix.
12219
12220 2005-07-07  Paul Eggert  <eggert@cs.ucla.edu>
12221
12222         * config/srclist.txt: Add regcomp.c, regex.c, regex.h,
12223         regex_internal.c, regexec.c.
12224         Add regex_internal.h too, but as a comment, since the libc version
12225         is currently broken in gnulib mode.
12226
12227 2005-07-06  Paul Eggert  <eggert@cs.ucla.edu>
12228
12229         Support programs like Emacs that use gnulib but not gettext.
12230         * MODULES.html.sh (Internationalization functions): Add gettext-h.
12231         * modules/gettext-h: New file.
12232         * modules/gettext (Files): Remove lib/gettext.h.
12233         (Depends-on): Add gettext-h.
12234         (Makefile.am): Remove lib_SOURCES.
12235         * modules/argmatch, modules/c-stack, modules/closeout:
12236         * modules/copy-file, modules/csharpcomp, modules/csharpexec:
12237         * modules/execute, modules/file-type, modules/getaddrinfo:
12238         * modules/getopt, modules/human, modules/javacomp:
12239         * modules/javaexec, modules/mkdir-p, modules/obstack:
12240         * modules/openat, modules/pagealign_alloc, modules/pipe:
12241         * modules/quotearg, modules/regex, modules/rpmatch:
12242         * modules/unicodeio, modules/userspec, modules/version-etc:
12243         * modules/wait-process, modules/xalloc-die, modules/xmemcoll:
12244         * modules/xsetenv:
12245         Depend on gettext-h, not gettext.
12246
12247 2005-07-05  Paul Eggert  <eggert@cs.ucla.edu>
12248
12249         * gnulib-tool (func_import): Add support for 'public domain' license.
12250         * modules/alloca, modules/atexit, modules/memmove:
12251         Now public domain, not GPL.
12252         * modules/dup2, modules/getpagesize, modules/malloc, modules/memset:
12253         * modules/realloc, modules/strerror, modules/strtod:
12254         Now LGPL, not GPL.
12255
12256 2005-07-05  Bruno Haible  <bruno@clisp.org>
12257
12258         * m4/mbrtowc.m4 (gl_FUNC_MBRTOWC): Upgrade to version from current
12259         autoconf CVS. Needed for mingw.
12260
12261 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12262
12263         Remove the dependency of the strftime module on the tzset module.
12264         * modules/strftime (Depends-on): Remove dependency on tzset.
12265
12266 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12267
12268         Remove the dependency of the strftime module on the tzset module.
12269         * m4/strftime.m4 (gl_FUNC_STRFTIME): Don't require
12270         gl_FUNC_TZSET_CLOBBER.
12271
12272 2005-07-03  Paul Eggert  <eggert@cs.ucla.edu>
12273
12274         Remove the dependency of the strftime module on the tzset module.
12275         * lib/strftime.c (my_strftime)
12276         [! defined _LIBC && ! HAVE_RUN_TZSET_TEST]:
12277         Copy the input structure, to work around some of the bug with
12278         Solaris 2.5.1 and Solaris 2.6.  If you still care about these old
12279         Solaris releases, you should also use the tzset module, but we won't
12280         require it as a dependency any more since we don't want LGPLed code
12281         to depend on GPLed code.
12282
12283 2005-07-02  Jim Meyering  <jim@meyering.net>
12284
12285         * m4/chown.m4, cloexec.m4, dup2.m4, fsusage.m4:
12286         * m4/getcwd-path-max.m4, getcwd.m4, mkstemp.m4, mountlist.m4:
12287         * m4/pagealign_alloc.m4, save-cwd.m4, unistd-safer.m4:
12288         Don't check for fcntl.h, and don't test for HAVE_FCNTL_H.
12289
12290 2005-07-02  Jim Meyering  <jim@meyering.net>
12291
12292         * lib/backupfile.c (backup_args): Change a `0' to NULL.
12293
12294 2005-07-01  Paul Eggert  <eggert@cs.ucla.edu>
12295
12296         * lib/xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
12297         declares only 'struct timespec;' (!).
12298
12299 2005-07-01  Jim Meyering  <jim@meyering.net>
12300
12301         * lib/chown.c, cloexec.c, dup-safer.c, dup2.c, fsusage.c, getcwd.c:
12302         * lib/getloadavg.c, mountlist.c, openat.h, pagealign_alloc.c:
12303         * lib/save-cwd.c, tempname.c:
12304         Assume HAVE_FCNTL_H (i.e., include <fcntl.h> unconditionally,
12305         and don't include <sys/file.h>).
12306
12307 2005-06-29  Jim Meyering  <jim@meyering.net>
12308
12309         * lib/mkdir-p.c (make_dir_parents): Don't apply sizeof to a hard-coded
12310         type name.  Use the variable name instead.
12311         * lib/idcache.c (getuser, getuidbyname, getgroup, getgidbyname):
12312         Likewise.
12313
12314 2005-06-28  Simon Josefsson  <jas@extundo.com>
12315
12316         * modules/check-version (Files): Add check-version.m4.
12317
12318 2005-06-28  Simon Josefsson  <jas@extundo.com>
12319
12320         * m4/check-version.m4: New file, suggested by Jim Meyering
12321         <jim@meyering.net>.
12322
12323 2005-06-28  Simon Josefsson  <jas@extundo.com>
12324
12325         * lib/check-version.h, lib/check-version.c: New files.
12326
12327 2005-06-28  Simon Josefsson  <jas@extundo.com>
12328
12329         * lib/base64.c (base64_encode): Indent.  Rename 'b64' to avoid
12330         collision with global variable.  Better indentation.  Don't
12331         increment buffer pointer beyond buffer end.  Based on comments
12332         from Paul Eggert <eggert@cs.ucla.edu>.
12333
12334         * lib/base64.h: Indent.
12335
12336 2005-06-28  Simon Josefsson  <jas@extundo.com>
12337
12338         * doc/gnulib.texi (Library version handling): New section.
12339
12340 2005-06-28  Jim Meyering  <jim@meyering.net>
12341
12342         * check-module (find_included_lib_files): Hard-code another
12343         pair of exceptions: fts.c includes fts-cycle.c and unistd-safer.h
12344         but modules/fts-lgpl (correctly) does not list those files.
12345
12346         * modules/canonicalize (Files): Add lib/pathmax.h.
12347
12348 2005-06-25  Simon Josefsson  <jas@extundo.com>
12349
12350         * modules/check-version: New file.
12351
12352 2005-06-24  Paul Eggert  <eggert@cs.ucla.edu>
12353
12354         * lib/canon-host.c (canon-host): Append trailing "," to 0 in
12355         initializer of struct addrinfo, as an indication that we don't
12356         care how many members the structure has.
12357
12358 2005-06-24  Derek Price  <derek@ximbiot.com>
12359         and Bruno Haible  <bruno@clisp.org>
12360
12361         Remove stat module & update lstat.
12362         * m4/lstat.m4 (gl_FUNC_LSTAT): Drop AC_FUNC_LSTAT in favor of
12363         AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
12364         * m4/stat.m4: Remove this file.
12365
12366 2005-06-24  Derek Price  <derek@ximbiot.com>
12367         and Bruno Haible  <bruno@clisp.org>
12368
12369         Remove stat module & update lstat.
12370         * lib/stat.c: Remove this file...
12371         (slash_aware_lstat): ...moving this content and its support...
12372         * lib/lstat.c (rpl_lstat): ...into here.
12373         * lib/lstat.h: New file.
12374
12375 2005-06-24  Derek Price  <derek@ximbiot.com>
12376         and Bruno Haible  <bruno@clisp.org>
12377
12378         Remove stat module & update lstat.
12379         * config/srclist.txt (libc sources): Remove stat.
12380
12381 2005-06-24  Derek Price  <derek@ximbiot.com>
12382         and Bruno Haible  <bruno@clisp.org>
12383
12384         Remove stat module & update lstat.
12385         * MODULES.html.sh (stat): Remove.
12386         * MODULES.html: Regenerated.
12387         * modules/lstat (Description): Correct function name.
12388         (Files): Add "lstat.h".
12389         (Depends-on): Remove stat, add xalloc, stat-macros.
12390         * modules/stat: Remove this file.
12391         (Include): Add "lstat.h", remove <sys/stat.h>.
12392
12393 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
12394
12395         * lib/mktime.c: Include <string.h> even if !DEBUG.  (From glibc.)
12396         (ranged_convert): Don't save conversion in a temporary struct.
12397         This causes a warning with GCC 4.0.0, and anyway in the typical
12398         case it's not worth the extra 100 bytes or so of code.
12399         (ranged_convert, __mktime_internal): When calling a function via a
12400         pointer P, use P () rather than (*P) (), as we now assume C89 or
12401         better.
12402
12403 2005-06-22  Paul Eggert  <eggert@cs.ucla.edu>
12404
12405         * lib/readutmp.c (desirable_utmp_entry): Fix bug where "who -b" and
12406         "who -r" failed to give output.  Problem reported by Tim Waugh.
12407
12408         * lib/xmalloc.c (HAVE_GNU_CALLOC): New constant.
12409         (xcalloc): Use it to avoid needless tests.
12410         Problem reported by Jim Meyering.
12411
12412 2005-06-20  Derek Price  <derek@ximbiot.com>
12413
12414         * m4/bison.m4: Note that precious decls of YACC & YFLAGS will be
12415         unnecessary for Autoconfs > 2.59c.
12416
12417 2005-06-16  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12418
12419         * lib/argp.h (__option_is_short): Check upper limit of
12420         __key. Isprint() requires its argument to have the value
12421         of an unsigned char or EOF.
12422
12423 2005-06-16  Jim Meyering  <jim@meyering.net>
12424
12425         * lib/calloc.c (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1)
12426         when either N or S is zero.
12427
12428 2005-06-16  Derek Price  <derek@ximbiot.com>
12429
12430         * m4/bison.m4: Declare YACC & YFLAGS precious.
12431
12432 2005-06-10  Paul Eggert  <eggert@cs.ucla.edu>
12433
12434         * lib/fnmatch.c (fnmatch): If there is an encoding error in a
12435         multibyte string or pattern, fall back on unibyte matching.
12436         Problem reported by James Youngman.
12437
12438 2005-06-08  Bruno Haible  <bruno@clisp.org>
12439
12440         * modules/csharpcomp: New file.
12441         * MODULES.html.sh (C#): Add csharpcomp.
12442
12443 2005-06-08  Bruno Haible  <bruno@clisp.org>
12444
12445         * m4/csharpcomp.m4: New file, from GNU gettext.
12446
12447 2005-06-08  Bruno Haible  <bruno@clisp.org>
12448
12449         * lib/csharpcomp.h: New file, from GNU gettext.
12450         * lib/csharpcomp.c: New file, from GNU gettext.
12451         * lib/csharpcomp.sh.in: New file, from GNU gettext.
12452
12453 2005-06-08  Bruno Haible  <bruno@clisp.org>
12454
12455         * lib/binary-io.h (fileno): Undefine before defining it. Avoids a gcc
12456         warning on mingw.
12457
12458 2005-06-07  Derek Price  <derek@ximbiot.com>
12459
12460         Sync from CVS.
12461         * lib/glob_.h: Indent nested #ifdef.
12462
12463 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12464
12465         Sync from coreutils.
12466         Use "file name" when talking about file names, instead of "filename"
12467         or "path", as per the GNU coding standards.
12468         * lib/mkdir-p.c: Renamed from makepath.c.
12469         (make_dir_parents): Renamed from make_path.  All callers changed.
12470         * lib/mkdir-p.h: Likewise.  All includers changed.
12471         * lib/filenamecat.c: Renamed from path-concat.c.
12472         (file_name_concat): Renamed from path_concat.  All callers changed.
12473         [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
12474         * lib/filenamecat.h: Likewise.  All includers changed.
12475         * lib/acl.c: Don't use "path" or "filename" to mean "file name"
12476         in comments or local variable names.
12477         * lib/basename.c: Likewise.
12478         * lib/canonicalize.c, canonicalize.h: Likewise.
12479         * lib/dirname.c, dirname.h: Likewise.
12480         * lib/euidaccess.c: Likewise.
12481         * lib/exclude.c: Likewise
12482         * lib/fnmatch_.h, fnmatch_loop.c: Likewise.
12483         * lib/fsusage.c, fsuage.h: Likewise.
12484         * lib/fts.c, fts_.h: Likewise.
12485         * lib/getcwd.c: Likewise.
12486         * lib/getloadavg.c: Likewise.
12487         * lib/mkstemp.c: Likewise.
12488         * lib/mountlist.c, mountlist.h: Likewise.
12489         * lib/openat.c, openat.h: Likewise.
12490         * lib/readlink-stub.c: Likewise.
12491         * lib/readutmp.c, readutmp.h: Likewise.
12492         * lib/rename.c: Likewise.
12493         * lib/rmdir.c: Likewise.
12494         * lib/same.c: Likewise.
12495         * lib/savedir.c: Likewise.
12496         * lib/stripslash.c: Likewise.
12497         * lib/tempname.c: Likewise.
12498         * lib/xreadlink.c: Likewise.
12499         * lib/exclude.c (excluded_file_name): Renamed from excluded_filename.
12500         All uses changed.
12501         * lib/exclude.h: Likewise.
12502
12503         * lib/euidaccess.c (getuid, getgid, getuid, getegid)
12504         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12505         * lib/idcache.c (getpwuid, getpwnam, getgrgid, getgrnam)
12506         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12507         * lib/pathmax.h: Include <limits.h> unconditionally, since other
12508         files have been getting away with it for years (MORE/BSD 4.3
12509         is extinct now).
12510         * lib/userspec.c (getpwnam, getgrnam, getgrgid)
12511         [!defined _POSIX_VERSION]: Remove decls; not needed these days.
12512
12513         * lib/pathmax.h (_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
12514         Define to 256, not 255, as per modern POSIX.
12515
12516 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12517
12518         Sync from coreutils.
12519         Use "file name" when talking about file names, instead of "filename"
12520         or "path", as per the GNU coding standards.
12521         * MODULES.html.sh: mkdir-p renamed from makepath.
12522         filenamecat renamed from path-concat.
12523         * modules/filenamecat: Renamed from modules/path-concat.
12524         (Files): filenamecat.h and filenamecat.c renamed from
12525         path-concat.h and path-concat.c.
12526         (configure.ac): gl_FILE_NAME_CONCAT, not gl_PATH_CONCAT.
12527         (Include): filenamecat.h, not path-concat.h.
12528         * modules/mkdir-p: Renamed from modules/makepath.
12529         (Files): mkdir-p.h and mkdir-p.c renamed from makepath.h and
12530         makepath.c.
12531         (configure.ac): gl_MKDIR_PARENTS, not gl_MAKEPATH.
12532         (Include): mkdir-p.h, not makepath.h.
12533
12534 2005-06-02  Paul Eggert  <eggert@cs.ucla.edu>
12535
12536         Sync from coreutils.
12537         * m4/mkdir-p.m4: Renamed from makepath.m4.
12538         (gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
12539         Rename files from makepath.c to mkdir-p.c, and from
12540         makepath.h to mkdir-p.h.
12541         * m4/filenamecat.m4: Renamed from path-concat.m4.
12542         (gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
12543         Rename files from path-concat.c to filenamecat.c,
12544         and from path-concat.h to filenamecat.h.
12545         * m4/getcwd-path-max.m4: Don't use "path" or "filename" to mean
12546         "file name" in local variables or comments.
12547         * m4/rename.m4: Likewise.
12548
12549 2005-06-01  Bruno Haible  <bruno@clisp.org>
12550
12551         * modules/csharpexec: New file.
12552         * MODULES.html.sh (C#): New section.
12553
12554 2005-06-01  Bruno Haible  <bruno@clisp.org>
12555
12556         * m4/csharp.m4: New file, from GNU gettext.
12557         * m4/csharpexec.m4: New file, from GNU gettext.
12558
12559 2005-06-01  Bruno Haible  <bruno@clisp.org>
12560
12561         * lib/csharpexec.h: New file, from GNU gettext.
12562         * lib/csharpexec.c: New file, from GNU gettext.
12563         * lib/csharpexec.sh.in: New file, from GNU gettext.
12564
12565 2005-05-31  Derek Price  <derek@ximbiot.com>
12566             Paul Eggert  <eggert@cs.ucla.edu>
12567
12568         Sync from cvs.
12569         * m4/glob.m4: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12570
12571 2005-05-31  Derek Price  <derek@ximbiot.com>
12572             Paul Eggert  <eggert@cs.ucla.edu>
12573
12574         Sync from cvs.
12575         * lib/glob_.h: s/MISSING_SYS_CDEFS_H/_SYS_CDEFS_H/ and comment.
12576
12577 2005-05-29  Derek Price  <derek@ximbiot.com>
12578
12579         * config/srclist.txt (glob_.h, glob.c): Add these files.
12580
12581 2005-05-29  Derek Price  <derek@ximbiot.com>
12582
12583         * MODULES.html.sh: Add glob to Enhanced POSIX.2001 section.
12584         * modules/glob: New file.
12585         * modules/getlogin_r: Add link to POSIX spec in description.
12586
12587 2005-05-29  Derek Price  <derek@ximbiot.com>
12588             Paul Eggert  <eggert@cs.ucla.edu>
12589
12590         * m4/glob.m4: New file.
12591
12592 2005-05-29  Derek Price  <derek@ximbiot.com>
12593             Paul Eggert  <eggert@cs.ucla.edu>
12594
12595         * lib/glob_.h, lib/glob.c: New files.
12596
12597 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12598
12599         * modules/fts (Files): Remove m4/inttypes-pri.m4.
12600         * modules/fts-lgpl (Depends-on): Remove gettext.
12601
12602 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12603
12604         * m4/fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
12605         and don't require gt_INTTYPES_PRI.
12606
12607 2005-05-27  Paul Eggert  <eggert@cs.ucla.edu>
12608
12609         * lib/getlogin_r.c (getlogin_r): Don't set errno to 0 on return.
12610
12611         * lib/fts.c: Don't worry about debugging on pre-C99-compatible hosts;
12612         the configuration hassle isn't worth it.
12613         Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
12614         (LONGEST_MODIFIER, PRIuMAX): Remove.
12615
12616 2005-05-27  Bruno Haible  <bruno@clisp.org>
12617
12618         * lib/getlogin_r.h: Remove second include of <stddef.h>.
12619
12620 2005-05-26  Paul Eggert  <eggert@cs.ucla.edu>
12621
12622         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Define
12623         _POSIX_PTHREAD_SEMANTICS for Solaris.
12624
12625 2005-05-25  Derek Price  <derek@ximbiot.com>
12626
12627         * MODULES.html.sh: Add getlogin_r to POSIX.2001 support section.
12628
12629 2005-05-25  Derek Price  <derek@ximbiot.com>
12630             Paul Eggert  <eggert@cs.ucla.edu>
12631
12632         * modules/getlogin_r, m4/getlogin_r.m4: New files.
12633         * lib/getlogin_r.c, getlogin_r.h: New files.
12634
12635 2005-05-25  Bruno Haible  <bruno@clisp.org>
12636             Derek Price  <derek@ximbiot.com>
12637
12638         * lib/getlogin_r.h: Simplify API documentation.
12639
12640 2005-05-23  Derek Price  <derek@ximbiot.com>
12641
12642         * modules/minmax (Files): Add m4/minmax.m4.
12643         (configure.ac): Add gl_MINMAX.
12644
12645 2005-05-22  Paul Eggert  <eggert@cs.ucla.edu>
12646
12647         * lib/fts.c (fd_safer) [_LGPL_PACKAGE]: New static function,
12648         so that unistd-safer.h (GPL'ed code) need not be included.
12649
12650 2005-05-22  Bruno Haible  <bruno@clisp.org>
12651
12652         * m4/minmax.m4: New file.
12653         Based on a patch by Derek Price <derek@ximbiot.com>.
12654
12655 2005-05-22  Bruno Haible  <bruno@clisp.org>
12656
12657         * lib/stdint_.h (_STDINT_H_HAVE_INT64): New macro. Use it in #ifdefs.
12658         (INT64_MIN): Fix definition.
12659         Suggested by Paul Eggert <eggert@cs.ucla.edu>.
12660
12661         * lib/stdint_.h (_STDINT_H_NEED_SIGNED_INT_TYPES): Renamed from
12662         NEED_SIGNED_INT_TYPES.
12663
12664         * lib/stdint_.h (_STDINT_H_HAVE_SYSTEM_INTTYPES): Renamed from
12665         HAVE_SYSTEM_INTTYPES.
12666
12667 2005-05-22  Bruno Haible  <bruno@clisp.org>
12668
12669         * lib/minmax.h: Include <limits.h> only when it defines MIN, MAX.
12670         Also include <sys/param.h> if it defines MIN, MAX.
12671         Based on a patch by Derek Price <derek@ximbiot.com>.
12672
12673 2005-05-21  Jim Meyering  <jim@meyering.net>
12674
12675         * modules/fts (Files): Add m4/inttypes-pri.m4.
12676         (Depends-on): Add lstat and remove gettext.  Alphabetize.
12677
12678 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12679
12680         New fts module.
12681         * lib/fts.c: Don't include "cycle-check.h" or "hash.h".
12682         (setup_dir, free_dir): New functions.
12683         (enter_dir, leave_dir): Define trivial
12684         alternatives of _LGPL_PACKAGE.  Move to fts-cycle.c if !_LGPL_PACKAGE.
12685         (HT_INITIAL_SIZE, ENTER_DIR): Remove.  All uses removed.
12686         (LEAVE_DIR): Fix typo: pass Fts and Ent to leave_dir.
12687         (struct Active_dir, AD_compare, AD_hash, enter_dir, leave_dir):
12688         Move to fts-cycle.c.
12689         (fts_open): Use setup_dir.
12690         (fts_close): Use free_dir.
12691         (fts_read): Have just one copy of the ENTER_DIR code rather than three.
12692         This adds a label and some gotos, but the alternatives were messier.
12693         Check for memory allocation failure when entering a dir.
12694         (fts_stat) [_LGPL_PACKAGE]: Bring back glibc cycle detection code.
12695         * lib/fts_.h (_LGPL_PACKAGE) [defined _LIBC]: New macro.
12696         (FTS): New member fts_cycle, that is a union that contains the
12697         old active_dir_ht and cycle_state.  All uses changed to mention
12698         fts_cycle.ht and fts_cycle.state.
12699         * lib/fts-cycle.c: New file, containing GPL'ed code migrated out of
12700         fts.c, with the following changes:
12701         (setup_dir, free_dir): New functions.
12702         (enter_dir): Now returns bool.  Return true if successful, false
12703         if memory exhausted.  All callers changed.
12704         Do not bother partly cleaning up on
12705         memory allocation failure; that is free_dir's job.
12706         However, free ad if hash_insert fails, to avoid memory leak.
12707         (enter_dir, leave_dir): Accommodate change to FTS by inspecting
12708         fts->fts_options to see which union member to use.
12709
12710 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12711
12712         * m4/fts.m4 (gl_FUNC_FTS_CORE): Renamed from gl_FUNC_FTS.
12713         (gl_FUNC_FTS, gl_FUNC_FTS_LGPL): New macros.
12714
12715 2005-05-20  Paul Eggert  <eggert@cs.ucla.edu>
12716
12717         * MODULES.html.sh (File system functions): Add fts, fts-lgpl.
12718
12719 2005-05-20  Jim Meyering  <jim@meyering.net>
12720
12721         * lib/unlinkdir.h (cannot_unlink_dir) [UNLINK_CANNOT_UNLINK_DIR]:
12722         Now a macro, to pacify GCC.
12723
12724 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12725
12726         * m4/chown.m4 (gl_FUNC_CHOWN): Correct sense of test for honoring IDs
12727         of -1.
12728
12729 2005-05-20  Eric Blake  <ebb9@byu.net>  (tiny change)
12730
12731         * lib/chown.c (rpl_chown): Return -1 on failure.
12732
12733 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12734
12735         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME]):
12736         Don't check for stddef.h.
12737         * m4/fts.m4 (gl_FUNC_FTS): Don't require AC_HEADER_STDC, as we
12738         don't use its results.
12739         Don't check for fcntl.h, stddef.h, stdlib.h, string.h, unistd.h,
12740         since we include them unconditionally.  Don't require
12741         AM_STDBOOL_H, since stdbool is a prerequisite.
12742         Don't require AC_C_CONST, AC_TYPE_SIZE_T or check for ptrdiff_t
12743         since we assume C89 or better.
12744         Don't require AC_FUNC_CLOSEDIR_VOID, AC_FUNC_LSTAT, or AC_FUNC_STAT,
12745         as we don't use their results.
12746         Don't check for fchdir, memmove, memset, strrchr, as we use
12747         them unconditionally.
12748         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Don't define
12749         GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, since nobody uses it.
12750
12751 2005-05-18  Paul Eggert  <eggert@cs.ucla.edu>
12752
12753         * lib/canonicalize.c: Include canonicalize.h first, to test interface.
12754         Include <stddef.h> unconditionally, since we assume C89 now.
12755         All uses of PTR_INT_TYPE replaced by ptrdiff_t.
12756         * lib/fts.c: Include fts_.h first, to check interface.
12757         Do not include intprops.h; no longer needed.
12758         Include cycle-check.h and hash.h, since fts_.h no longer does.
12759         Remove unnecessary casts of closedir to void.
12760         (fts_build): Use a simpler method (not involving TYPE_SIGNED) to
12761         decide whether to decrement nlinks.
12762         * lib/fts_.h: Do not include hash.h or cycle-check.h; no longer needed.
12763         (FTS): Use struct hash_table * instead of Hash_table, so that
12764         we no longer need to include hash.h here.
12765
12766 2005-05-18  Jim Meyering  <jim@meyering.net>
12767
12768         * modules/dirfd (License): Change to LGPL.  Most of the code
12769         is already in the public domain.
12770
12771 2005-05-18  Jim Meyering  <jim@meyering.net>
12772
12773         * m4/fts.m4 (AC_LIBSOURCES): Add intprops.h to the list.
12774         Reported by Yoann Vandoorselaere.
12775
12776 2005-05-17  Jim Meyering  <jim@meyering.net>
12777
12778         * m4/fts.m4: New file, from coreutils.
12779
12780 2005-05-17  Jim Meyering  <jim@meyering.net>
12781
12782         * lib/fts.c, lib/fts_.h: New files, from coreutils.
12783
12784 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12785
12786         Sync from coreutils.
12787         * m4/unlinkdir.m4: New file.
12788
12789 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12790
12791         Sync from coreutils.
12792         * lib/unlinkdir.c, lib/unlinkdir.h: New files.
12793         * lib/gethrxtime.c, lib/gethrxtime.h, lib/getpass.h, lib/mountlist.h,
12794         lib/path-concat.c, lib/regex.h, lib/unlocked-io.h, lib/xtime.h:
12795         White space changes only.
12796         * lib/makepath.c (make_path): Port to hosts where leading "//" is
12797         special.
12798         * lib/yesno.c: Include getline.h, not ctype.h.
12799         (yesno): Don't remove leading white space; POSIX doesn't allow it.
12800         Use getline to remove arbitrary restriction on response length.
12801
12802 2005-05-14  Paul Eggert  <eggert@cs.ucla.edu>
12803
12804         * config/srclist-update: Spell out "Street" in FSF postal
12805         mail address; this is the style the FSF seems to prefer.
12806
12807         * build-aux/depcomp, build-aux/install-sh, build-aux/mdate-sh,
12808         build-aux/missing, build-aux/mkinstalldirs: Sync from Automake;
12809         this updates FSF postal mail address.
12810
12811         Sync from coreutils.
12812         * modules/unlinkdir: New file.
12813         * modules/yesno (Depends-on): Add getline.
12814         * MODULES.html.sh (File system functions): Add unlinkdir.
12815
12816 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12817
12818         * lib/byteswap_.h, lib/getsubopt.h, lib/iconvme.h, lib/strsep.c,
12819         lib/strsep.h:
12820         Change the initial comment to refer to GPL, not LGPL.
12821         gnulib-tool will change it to LGPL as needed.
12822
12823         * lib/__fpending.c, lib/acl.c, lib/acl.h, lib/alloca_.h, lib/allocsa.c,
12824         lib/allocsa.h, lib/argmatch.c, lib/argmatch.h, lib/argp-ba.c,
12825         lib/argp-eexst.c, lib/argp-fmtstream.c, lib/argp-fmtstream.h,
12826         lib/argp-fs-xinl.c, lib/argp-help.c, lib/argp-namefrob.h,
12827         lib/argp-parse.c, lib/argp-pv.c, lib/argp-pvh.c, lib/argp-xinl.c,
12828         lib/argp.h, lib/argz.c, lib/argz_.h, lib/asnprintf.c, lib/asprintf.c,
12829         lib/atanl.c, lib/backupfile.c, lib/backupfile.h, lib/base64.c,
12830         lib/base64.h, lib/basename.c, lib/binary-io.h, lib/byteswap_.h,
12831         lib/c-ctype.c, lib/c-ctype.h, lib/c-stack.c, lib/c-stack.h,
12832         lib/c-strtod.c, lib/calloc.c, lib/canon-host.c, lib/canonicalize.c,
12833         lib/canonicalize.h, lib/ceill.c, lib/chdir-long.c, lib/chdir-long.h,
12834         lib/chown.c, lib/classpath.c, lib/classpath.h, lib/cloexec.c,
12835         lib/closeout.c, lib/closeout.h, lib/concatpath.c, lib/config.charset,
12836         lib/copy-file.c, lib/copy-file.h, lib/cycle-check.c, lib/cycle-check.h,
12837         lib/diacrit.c, lib/diacrit.h, lib/dirfd.c, lib/dirfd.h, lib/dirname.c,
12838         lib/dirname.h, lib/dummy.c, lib/dup-safer.c, lib/dup2.c, lib/eealloc.h,
12839         lib/error.c, lib/error.h, lib/euidaccess.c, lib/exclude.c,
12840         lib/exclude.h, lib/execute.c, lib/execute.h, lib/exit.h,
12841         lib/exitfail.c, lib/exitfail.h, lib/expl.c, lib/fatal-signal.c,
12842         lib/fatal-signal.h, lib/fd-safer.c, lib/file-type.c, lib/file-type.h,
12843         lib/fileblocks.c, lib/filemode.c, lib/filemode.h, lib/findprog.c,
12844         lib/findprog.h, lib/floorl.c, lib/fnmatch.c, lib/fnmatch_.h,
12845         lib/fnmatch_loop.c, lib/fopen-safer.c, lib/free.c, lib/frexpl.c,
12846         lib/fsusage.c, lib/fsusage.h, lib/full-read.c, lib/full-read.h,
12847         lib/full-write.c, lib/full-write.h, lib/fwriteerror.c,
12848         lib/fwriteerror.h, lib/gai_strerror.c, lib/gcd.c, lib/gcd.h,
12849         lib/getaddrinfo.c, lib/getaddrinfo.h, lib/getcwd.c, lib/getcwd.h,
12850         lib/getdate.h, lib/getdate.y, lib/getdomainname.c, lib/getdomainname.h,
12851         lib/getgroups.c, lib/gethostname.c, lib/gethrxtime.c, lib/gethrxtime.h,
12852         lib/getline.c, lib/getline.h, lib/getloadavg.c, lib/getndelim2.c,
12853         lib/getndelim2.h, lib/getnline.c, lib/getnline.h, lib/getopt.c,
12854         lib/getopt1.c, lib/getopt_.h, lib/getopt_int.h, lib/getpagesize.h,
12855         lib/getpass.c, lib/getpass.h, lib/getsubopt.c, lib/getsubopt.h,
12856         lib/gettext.h, lib/gettime.c, lib/gettimeofday.c, lib/getugroups.c,
12857         lib/getusershell.c, lib/group-member.c, lib/group-member.h,
12858         lib/hard-locale.c, lib/hard-locale.h, lib/hash-pjw.c, lib/hash-pjw.h,
12859         lib/hash.c, lib/hash.h, lib/human.c, lib/human.h, lib/iconvme.c,
12860         lib/iconvme.h, lib/idcache.c, lib/inet_ntop.h, lib/intprops.h,
12861         lib/inttostr.c, lib/inttostr.h, lib/isdir.c, lib/javacomp.c,
12862         lib/javacomp.h, lib/javacomp.sh.in, lib/javaexec.c, lib/javaexec.h,
12863         lib/javaexec.sh.in, lib/lbrkprop.h, lib/lchown.c, lib/ldexpl.c,
12864         lib/linebreak.c, lib/linebreak.h, lib/linebuffer.c, lib/linebuffer.h,
12865         lib/localcharset.c, lib/localcharset.h, lib/logl.c, lib/long-options.c,
12866         lib/long-options.h, lib/lstat.c, lib/makepath.c, lib/makepath.h,
12867         lib/malloc.c, lib/mathl.h, lib/mbswidth.c, lib/mbswidth.h, lib/md5.c,
12868         lib/md5.h, lib/memcasecmp.c, lib/memcasecmp.h, lib/memchr.c,
12869         lib/memcmp.c, lib/memcoll.c, lib/memcoll.h, lib/memcpy.c, lib/memmem.c,
12870         lib/memmem.h, lib/mempcpy.c, lib/mempcpy.h, lib/memrchr.c,
12871         lib/memrchr.h, lib/memset.c, lib/minmax.h, lib/mkdir.c, lib/mkdtemp.c,
12872         lib/mkdtemp.h, lib/mkstemp.c, lib/mktime.c, lib/modechange.c,
12873         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
12874         lib/obstack.c, lib/obstack.h, lib/openat.c, lib/openat.h,
12875         lib/pagealign_alloc.c, lib/pagealign_alloc.h, lib/path-concat.c,
12876         lib/path-concat.h, lib/pathmax.h, lib/pathname.h, lib/physmem.c,
12877         lib/physmem.h, lib/pipe.c, lib/pipe.h, lib/poll.c, lib/poll_.h,
12878         lib/posixtm.c, lib/posixtm.h, lib/posixver.c, lib/printf-args.c,
12879         lib/printf-args.h, lib/printf-parse.c, lib/printf-parse.h,
12880         lib/progname.c, lib/progname.h, lib/progreloc.c, lib/putenv.c,
12881         lib/quote.c, lib/quote.h, lib/quotearg.c, lib/quotearg.h, lib/raise.c,
12882         lib/readlink.c, lib/readtokens.c, lib/readtokens.h, lib/readtokens0.c,
12883         lib/readtokens0.h, lib/readutmp.c, lib/readutmp.h, lib/realloc.c,
12884         lib/ref-add.sin, lib/ref-del.sin, lib/regex.c, lib/regex.h,
12885         lib/rename.c, lib/rmdir.c, lib/rpmatch.c, lib/safe-read.c,
12886         lib/safe-read.h, lib/safe-write.c, lib/safe-write.h, lib/same.c,
12887         lib/same.h, lib/save-cwd.c, lib/save-cwd.h, lib/savedir.c,
12888         lib/savedir.h, lib/setenv.c, lib/setenv.h, lib/settime.c,
12889         lib/sh-quote.c, lib/sh-quote.h, lib/sha1.c, lib/sha1.h, lib/sig2str.c,
12890         lib/sig2str.h, lib/sincosl.c, lib/snprintf.c, lib/snprintf.h,
12891         lib/sqrtl.c, lib/stat-macros.h, lib/stat.c, lib/stdbool_.h,
12892         lib/stdint_.h, lib/stdio-safer.h, lib/stpcpy.c, lib/stpcpy.h,
12893         lib/stpncpy.c, lib/stpncpy.h, lib/strcase.h, lib/strcasecmp.c,
12894         lib/strchrnul.c, lib/strchrnul.h, lib/strcspn.c, lib/strdup.c,
12895         lib/strdup.h, lib/strerror.c, lib/strftime.c, lib/strftime.h,
12896         lib/stripslash.c, lib/strndup.c, lib/strndup.h, lib/strnlen.c,
12897         lib/strpbrk.c, lib/strpbrk.h, lib/strsep.c, lib/strsep.h, lib/strstr.c,
12898         lib/strstr.h, lib/strtod.c, lib/strtoimax.c, lib/strtok_r.c,
12899         lib/strtok_r.h, lib/strtol.c, lib/strtoll.c, lib/strtoul.c,
12900         lib/strtoull.c, lib/strverscmp.c, lib/strverscmp.h, lib/sysexit_.h,
12901         lib/tempname.c, lib/time_r.c, lib/time_r.h, lib/timegm.c, lib/timegm.h,
12902         lib/timespec.h, lib/trigl.c, lib/trigl.h, lib/ucs4-utf16.h,
12903         lib/ucs4-utf8.h, lib/unicodeio.c, lib/unicodeio.h, lib/unistd-safer.h,
12904         lib/unlocked-io.h, lib/unsetenv.c, lib/userspec.c, lib/utf16-ucs4.h,
12905         lib/utf8-ucs4.h, lib/utime.c, lib/utimecmp.c, lib/utimecmp.h,
12906         lib/utimens.c, lib/vasnprintf.c, lib/vasnprintf.h, lib/vasprintf.c,
12907         lib/vasprintf.h, lib/version-etc-fsf.c, lib/version-etc.c,
12908         lib/version-etc.h, lib/vsnprintf.c, lib/vsnprintf.h, lib/w32spawn.h,
12909         lib/wait-process.c, lib/wait-process.h, lib/xalloc-die.c, lib/xalloc.h,
12910         lib/xallocsa.c, lib/xallocsa.h, lib/xasprintf.c, lib/xgetcwd.c,
12911         lib/xgetcwd.h, lib/xgetdomainname.c, lib/xgetdomainname.h,
12912         lib/xgethostname.c, lib/xmalloc.c, lib/xmemcoll.c, lib/xnanosleep.c,
12913         lib/xreadlink.c, lib/xreadlink.h, lib/xsetenv.c, lib/xsetenv.h,
12914         lib/xsize.h, lib/xstrndup.c, lib/xstrndup.h, lib/xstrtod.c,
12915         lib/xstrtod.h, lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h,
12916         lib/xstrtoumax.c, lib/xtime.h, lib/xvasprintf.c, lib/xvasprintf.h,
12917         lib/yesno.c, lib/yesno.h:
12918         Update FSF postal mail address.
12919
12920 2005-05-13  Paul Eggert  <eggert@cs.ucla.edu>
12921
12922         * MODULES.html.sh, README, gnulib-tool, tests/test-base64.c,
12923         tests/test-memmem.c, tests/test-stpncpy.c:
12924         Update FSF postal mail address.
12925
12926 2005-05-13  Bruno Haible  <bruno@clisp.org>
12927
12928         * lib/stdint_.h (int64_t, uint64_t, int_least64_t, uint_least64_t,
12929         int_fast64_t, uint_fast64_t, intmax_t, uintmax_t, INT64_MIN, INT64_MAX,
12930         UINT64_MAX, INT_LEAST64_MIN, INT_LEAST64_MAX, UINT_LEAST64_MAX,
12931         INT_FAST64_MIN, INT_FAST64_MAX, UINT_FAST64_MAX, INTMAX_MIN,
12932         INTMAX_MAX, UINTMAX_MAX, INT64_C, UINT64_C, INTMAX_C, UINTMAX_C):
12933         Add support for 64-bit integers in the MSVC compiler.
12934
12935 2005-05-12  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
12936
12937         * modules/getdate (Makefile.am): Add getdate.c to EXTRA_DIST
12938
12939 2005-05-12  Eric Blake  <ebb9@byu.net>  (tiny change)
12940
12941         * gnulib-tool (func_import): Sort and uniquify recommended includes.
12942
12943 2005-05-11  Paul Eggert  <eggert@cs.ucla.edu>
12944
12945         * doc/getdate.texi (General date syntax): Don't say that date
12946         date --iso-8601=ns generates acceptable dates; it doesn't yet.
12947         Problem reported by Nic Ferrier.
12948
12949 2005-05-10  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12950
12951         * lib/getaddrinfo.c: Don't fail when SOCK_STREAM or SOCK_DGRAM are
12952         specified in ai_socktype. Fix invalid ai_protocol
12953         check. ai_protocol is usually set to 0 or depending on
12954         ai_family/ai_socktype to IPPROTO_TCP / IPPROTO_UDP.  Checking for
12955         SOCK_STREAM / SOCK_DGRAM in ai_protocol was invalid.  Set
12956         ai_socktype / ai_protocol in the returned addrinfo structure.
12957
12958 2005-05-10  Simon Josefsson  <jas@extundo.com>
12959
12960         * m4/getaddrinfo.m4: Look in libnsl/libsocket for getaddrinfo, from
12961         Yoann Vandoorselaere <yoann.v@prelude-ids.com>.
12962
12963 2005-05-10  Karl Berry  <karl@gnu.org>
12964
12965         * doc/fdl.texi, gpl.texi, lgpl.texi, COPYING: update FSF address
12966         (from http://www.gnu.org/licenses).
12967         * doc/COPYING.LIB: also rename to COPYING.LESSER.
12968         * doc/COPYING.DOC: remove; per rms, only needed in doc files, so
12969         fdl.texi suffices.
12970
12971 2005-05-10  Karl Berry  <karl@gnu.org>
12972
12973         * config/srclist.txt (COPYING.LESSER): rename from COPYING.LIB.
12974         (COPYING.DOC): remove.
12975
12976         * config/srclist-update: new FSF address.
12977
12978 2005-05-10  Derek Price  <derek@ximbiot.com>
12979
12980         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 bug, not decl, when
12981         possible.
12982
12983 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12984             Bruno Haible  <bruno@clisp.org>
12985
12986         * modules/inet_ntop: New file.
12987         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
12988         inet_ntop.
12989
12990 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12991             Bruno Haible  <bruno@clisp.org>
12992
12993         * m4/inet_ntop.m4: New file.
12994
12995 2005-05-09  Yoann Vandoorselaere  <yoann.v@prelude-ids.com>
12996             Bruno Haible  <bruno@clisp.org>
12997
12998         * lib/inet_ntop.h: New file.
12999         * lib/inet_ntop.c: New file, from glibc with modifications.
13000
13001 2005-05-09  Paul Eggert  <eggert@cs.ucla.edu>
13002
13003         * modules/time_r (License): Change to LGPL.
13004         * modules/extensions (License): Change to LGPL.  Actually,
13005         the license is more permissive than that, but currently gnulib-tool
13006         doesn't know how to handle more-permissive licenses.
13007
13008         * modules/stat-macros (Depends-on): Don't depend on stat-macros (!).
13009         Problem reported by Dave Love.
13010
13011 2005-05-08  Jim Meyering  <jim@meyering.net>
13012
13013         * lib/classpath.c (PATH_SEPARATOR): Remove insignificant trailing
13014         blank.
13015
13016 2005-05-06  Paul Eggert  <eggert@cs.ucla.edu>
13017
13018         * modules/argmatch (Depends-on): Add stdbool.
13019         * modules/backupfile (Depends-on): Likewise.
13020         * modules/chdir-long (Depends-on): Likewise.
13021         * modules/closeout (Depends-on): Likewise.
13022         * modules/cycle-check (Depends-on): Likewise.
13023         * modules/dirname (Depends-on): Likewise.
13024         * modules/fnmatch (Depends-on): Likewise.
13025         * modules/fsusage (Depends-on): Likewise.
13026         * modules/fwriteerror (Depends-on): Likewise.
13027         * modules/getcwd (Depends-on): Likewise.
13028         * modules/getloadavg (Depends-on): Likewise.
13029         * modules/hard-locale (Depends-on): Likewise.
13030         * modules/makepath (Depends-on): Likewise.
13031         * modules/mountlist (Depends-on): Likewise.
13032         * modules/nanosleep (Depends-on): Likewise.
13033         * modules/posixtm (Depends-on): Likewise.
13034         * modules/quotearg (Depends-on): Likewise.
13035         * modules/readtokens (Depends-on): Likewise.
13036         * modules/readtokens0 (Depends-on): Likewise.
13037         * modules/readutmp (Depends-on): Likewise.
13038         * modules/save-cwd (Depends-on): Likewise.
13039         * modules/strftime (Depends-on): Likewise.
13040         * modules/userspec (Depends-on): Likewise.
13041         * modules/utimecmp (Depends-on): Likewise.
13042         * modules/xgetcwd (Depends-on): Likewise.
13043         * modules/xnanosleep (Depends-on): Likewise.
13044         * modules/xstrtod (Depends-on): Likewise.
13045         * modules/yesno (Depends-on): Likewise.
13046
13047 2005-05-05  Paul Eggert  <eggert@cs.ucla.edu>
13048
13049         * m4/getopt.m4 (gl_GETOPT): Check for Solaris 10 getopt, and avoid
13050         needless checks.
13051
13052 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13053
13054         Merge from coreutils.  Among other things,
13055         add bulletproofing for cases where stdin, stdout, or stderr are closed.
13056         * lib/fd-safer.c: New file.
13057         * lib/fcntl-safer.h, open-safer.c: Remove.
13058         * lib/chdir-long.c: Fix comment "fetish" -> "coreutils".
13059         * lib/dup-safer.c: Include unistd-safer.h first.
13060         Don't include errno.h.
13061         (dup_safer) [!defined F_DUPFD]: Let fd_safer do the real work.
13062         * lib/file-type.h: Don't assume invoker included sys/stat.h first.
13063         * lib/file-type.c: Rely on file-type.h change.
13064         * lib/getloadavg.c: Include unistd-safer.h.
13065         (getloadavg): Use safer open.
13066         * lib/getusershell.c: Include "stdio-safer.h".
13067         (getusershell): Use safer fopen.
13068         * lib/long-options.c (long_options): Use NULL rather than 0.
13069         * lib/modechange.h (mode_free): Remove; all callers changed to invoke
13070         'free'.
13071         * lib/modechange.c: Likewise.
13072         xstrtol.h, stdbool.h, stddef.h: Don't include; no longer needed.
13073         (MODE_DONE): New constant.
13074         (struct mode_change): Remove 'next' member.
13075         (make_node_op_equals): New function; like the old one of the
13076         same name, except it allocates an array.
13077         (mode_compile, mode_create_from_ref): Use it.
13078         (mode_compile): Allocate result as an array, not a linked list.
13079         Parse octal string ourself, so that we catch mistakes like "+0".
13080         (mode_adjust): Arg is an array, not a linked list.
13081         * lib/modechange.c: Include stat-macros.h, xalloc.h.
13082         (S_ISDIR, S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR):
13083         (S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH, S_IRXWU):
13084         (S_IRWXG, S_IRWXO, CHMOD_MODE_BITS):
13085         Remove.  This is now stat-macros.h's job.
13086         (talloc): Remove.  All callers replaced by xalloc, so that
13087         our invokers don't have to worry about reporting memory failures.
13088         (make_node_op_equals): Remove.
13089         (MODE_ORDINARY_CHAGE, MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13090         New constants.
13091         (struct mode_change): Moved here from modechange.h.
13092         (mode_append_entry): Remove.
13093         (mode_compile): Remove MASKED_OPS arg, since it encouraged
13094         apps to have incorrect behavior.  Use simpler algorithm for head
13095         and tail.  Don't futz with umask; that's now the job of mode_adjust.
13096         Detect more invalid usages rather than having somewhat-random behavior.
13097         Don't insert an "a=" action, as that leads to incorrect behavior.
13098         (mode_compile, mode_create_from_ref): Return NULL on error instead
13099         of an enum, since now there's only one way to have an error.  All
13100         callers changed.
13101         (mode_adjust): Accept new arg UMASK_VALUE, and interpret it
13102         at the correct time.  Simplify calculation of "+u" and its ilk.
13103         Don't mishandle "+X".
13104         (mode_free): Remove "register" and localize decls.
13105         * lib/modechange.h (MODE_X_IF_ANY_X, MODE_COPY_EXISTING):
13106         (struct mode_change): Move to modechange.c; callers don't
13107         need to see this stuff.
13108         (MODE_MASK_EQUALS, MODE_MASK_PLUS, MODE_MASK_MINUS, MODE_MASK_ALL):
13109         (MODE_INVALID, MODE_MEMORY_EXHAUSTED, MODE_BAD_REFERENCE): Remove.
13110         (mode_change, mode_adjust): Reflect the new signatures noted above.
13111         * lib/nanosleep.c (rpl_nanosleep): Include "timespec.h" before macros
13112         that might redefine system include files.
13113         (siginterrupt) [!HAVE_SIGINTERRUPT]: New macro.
13114         (my_usleep): Use NULL rather than (void *) 0.
13115         (rpl_nanosleep) [!defined SA_NOCLDSTOP]:
13116         Use siginterrupt to specify that system calls should be interrupted.
13117         (rpl_nanosleep): Move initialization of suspended closer to call of
13118         my_usleep.
13119         * lib/readutmp.h (read_utmp): New arg OPTIONS.  All uses changed.
13120         * lib/readutmp.c: Likewise.  Include signal.h, stdbool.h.
13121         (desirable_utmp_entry): New function.
13122         (read_utmp) [defined UTMP_NAME_FUNCTION]: Redo memory allocation
13123         using x2nrealloc, to simplify logic.
13124         (read_utmp) [!defined UTMP_NAME_FUNCTION]: Check for overflow in
13125         size calculation.  Do not assume utmp file is a regular file.
13126         * lib/readutmp.h (UT_PID): Moved here from ../src/who.c.
13127         (READ_UTMP_CHECK_PIDS): New constant.
13128         * lib/save-cwd.c: Include unistd-safer.h.
13129         (save_cwd): Use fd_safer.
13130         * lib/tempname.c (S_ISDIR, S_IRUSR, S_IRUSR, S_IWUSR, S_IXUSR): Remove.
13131         [!_LIBC] Include "stat-macros.h" instead.
13132         * lib/unistd-safer.h (fd_safer): New decl.
13133
13134 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13135
13136         * modules/getloadavg (Depends-on): Add unistd-safer.
13137         * modules/getusershell (Depends-on): Add stdio-safer.
13138         * modules/lstat (Depends-on): Remove xalloc.
13139         * modules/mkstemp (Depends-on): Add stat-macros.
13140         * modules/modechange (Depends-on): Remove xstrtol.
13141         Add stat-macros, xalloc.
13142         * modules/save-cwd (Depends-on): Add unistd-safer.
13143         * modules/stdio-safer (Makefile.am): Remove lib_SOURCES.
13144         * modules/unistd-safer (Files): Add lib/fd-safer.c
13145         (Makefile.am): Remove lib_SOURCES.
13146
13147         * MODULES.html.sh (Enhancements for POSIX:2001 functions):
13148         Remove fcntl-safer; unistd-safer supersedes it.
13149
13150 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13151
13152         * m4/euidaccess.m4 (gl_PREREQ_EUIDACCESS): Don't require
13153         AC_HEADER_STAT.
13154         * m4/lchown.m4 (gl_FUNC_CHOWN): Likewise.
13155         (gl_PREREQ_CHOWN): Remove.
13156         * m4/lstat.m4 (gl_FUNC_LSTAT): Require AC_FUNC_LSTAT instead of calling
13157         it.  Don't require AC_HEADER_STAT.
13158         (gl_PREREQ_LSTAT): Remove.
13159         * m4/mkstemp.m4 (gl_PREREQ_TEMPNAME): Check stdint.h only once.
13160         Don't require AC_HEADER_STAT.
13161         * m4/rmdir.m4 (gl_FUNC_RMDIR): Don't require AC_HEADER_STAT.
13162         (gl_PREREQ_RMDIR): Remove.
13163         * m4/canonicalize.m4 (AC_FUNC_CANONICALIZE_FILE_NAME): Don't
13164         mention stat-macros.h or AC_HEADER_STAT, since we'll make
13165         the stat-macros module a prerequisite.
13166         * m4/file-type.m4 (gl_FILE_TYPE): Likewise.
13167         * m4/filemode.m4 (gl_FILEMODE): Likewise.
13168         * m4/makepath.m4 (gl_MAKEPATH): Likewise.
13169         * m4/modechange.m4 (gl_MODECHANGE): Likewise.
13170         * m4/clock_time.m4 (gl_CLOCK_TIME): Use gl_ rather than fetish_ for
13171         variable names.
13172         * m4/rmdir-errno.m4 (gl_FUNC_RMDIR_NOTEMPTY): Renamed from
13173         fetish_FUNC_RMDIR_NOTEMPTY.  All uses changed.  Use gl_ for
13174         variable prefixes.
13175         * m4/fcntl-safer.m4: Remove.
13176         * m4/stdio-safer.m4 (gl_STDIO_SAFER): Use AC_LIBSOURCES and AC_LIBOBJ.
13177         * m4/unistd-safer.m4 (gl_UNISTD_SAFER): Likewise.
13178         Invoke gl_PREREQ_FD_SAFER.
13179         (gl_PREREQ_FD_SAFER): New macro.
13180         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): Check for siginterrupt.
13181         * m4/readutmp.m4 (gl_READUTMP): Require AC_C_INLINE.
13182         Use AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS_ONCE when possible.
13183         Remove duplicate call to AC_LIBOBJ(readutmp).
13184         (gl_PREREQ_READUTMP): Remove.  All uses inlined.
13185
13186         * m4/mmap-anon.m4 (gl_FUNC_MMAP_ANON): Check for message, not for
13187         MAP_ANON.  Problem reported by Moriyoshi Koizumi to bug-cvs.
13188
13189 2005-05-01  Paul Eggert  <eggert@cs.ucla.edu>
13190
13191         * MODULES.html.sh (Misc): Add byteswap.
13192
13193 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13194
13195         * modules/getcwd (Depends-on): Add extensions.
13196         * modules/openat (Depends-on): Likewise.
13197
13198 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13199
13200         * modules/byteswap: New file.
13201
13202 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13203
13204         * m4/byteswap.m4: New file.
13205
13206 2005-05-01  Oskar Liljeblad  <oskar@osk.mine.nu>
13207
13208         * lib/byteswap_.h: New file.
13209
13210 2005-04-25  Karl Berry  <karl@gnu.org>
13211
13212         * m4/gettext.m4: Update from GNU gettext 0.14.4.
13213
13214 2005-04-25  Albert Chin  <china@thewrittenword.com>
13215
13216         * lib/regex.c: Include <stdio.h>, as a workaround to a Compaq Desktop
13217         Toolkit C bug.
13218
13219 2005-04-21  Oskar Liljeblad  <oskar@osk.mine.nu>
13220
13221         * gnulib-tool (Options): Add -s for --symlink/--symbolic.
13222         (func_ln_if_changed) Remove forcibly for no error message
13223         in case file does not exist.
13224
13225 2005-04-19  Simon Josefsson  <jas@extundo.com>
13226
13227         * gnulib-tool (Options): Make --symlink mean --symbolic.
13228
13229 2005-04-18  Oskar Liljeblad  <oskar@osk.mine.nu>
13230
13231         * doc/gnulib.texi (Initial import): Fix.  Mention --aux-dir.
13232
13233 2005-04-16  Simon Josefsson  <jas@extundo.com>
13234
13235         * modules/getpass-gnu (Makefile.am): Don't mention getpass.h.
13236
13237 2005-04-15  Simon Josefsson  <jas@extundo.com>
13238
13239         * m4/getpass.m4 (gl_FUNC_GETPASS): Use AC_LIBSOURCES.
13240
13241 2005-04-15  Simon Josefsson  <jas@extundo.com>
13242
13243         * gnulib-tool: Rename --symlink to --symbolic.
13244
13245 2005-04-15  Oskar Liljeblad  <oskar@osk.mine.nu>
13246
13247         * gnulib-tool: Add -s, --symlink option to gnulib-tool to make
13248         symbolic links to files instead of copying/moving.  Add --aux-dir,
13249         specifying directory relative --dir where auxiliary build tools
13250         are placed.
13251
13252 2005-04-14  Bruno Haible  <bruno@clisp.org>
13253
13254         * modules/allocsa (License): Change to LGPL.
13255         Requested by Yoann Vandoorselaere <yoann@prelude-ids.org>.
13256
13257 2005-04-13  Paul Eggert  <eggert@cs.ucla.edu>
13258
13259         * lib/getdate.y (zone): Allow relunit_snumber after tZONE, so
13260         that "UTC +1 second" continues to work.  Problem reported
13261         by Dmitry V. Levin.
13262         (relunit_snumber): New rule.
13263         (relunit): Use it.
13264
13265 2005-04-12  Paul Eggert  <eggert@cs.ucla.edu>
13266
13267         * lib/getdate.y (universal_time_zone_table): New constant.
13268         (time_zone_table): Remove GMT, UT, UTC entries; they're now in
13269         universal_time_zone_table.
13270         (lookup_zone): Prefer universal_time_zone_table to
13271         local_time_zone_table, so that "GMT" time stamps are allowed in
13272         London during the summer.  Problem reported by Ian Abbott.
13273
13274 2005-04-12  Jim Meyering  <jim@meyering.net>
13275
13276         * lib/human.c (humblock): Set *options even when returning due to
13277         xstrtoumax conversion failure.  Thanks to a used-uninitialized
13278         warning from gcc-4.
13279
13280 2005-04-09  Jim Meyering  <jim@meyering.net>
13281
13282         * lib/posixtm.c (posixtime) [lint]: Avoid spurious warning from gcc-4's
13283         -Wuninitialized: initialize tm0.tm_year.
13284
13285 2005-04-04  Paul Eggert  <eggert@cs.ucla.edu>
13286
13287         * lib/getdate.y (parser_control): rels_seen is now a boolean, not a
13288         count, since there's no maximum.  All uses changed.
13289         Add member dsts_seen.
13290         (local_zone): Accumulate dsts_seen rather than relying on tm_isdst
13291         not being INT_MAX.
13292         (get_date): Initialize dsts_seen, and check that it doesn't go over 1.
13293         Use pc_rels_seen to decide whther a date is absolute.
13294
13295         * lib/getdate.y (number): Don't overwrite year.
13296         (get_date): Initialize pc.year.digits to 0, not 4, to enable above
13297         check.
13298
13299 2005-04-02  Simon Josefsson  <jas@extundo.com>
13300
13301         * lib/getaddrinfo.h: Fix OpenBSD compilation failure, inspired by tiny
13302         patch from Yoann Vandoorselaere <yoann@prelude-ids.org>.
13303
13304 2005-03-28  Eric Blake  <ebb9@byu.net>  (tiny change)
13305
13306         * m4/getcwd-path-max.m4: Return success on systems such as Cygwin
13307         where no absolute path name can be longer than PATH_MAX.
13308
13309 2005-03-27  Jim Meyering  <jim@meyering.net>
13310
13311         * lib/argmatch.c: Clarify comment: null-terminated -> NULL-terminated.
13312
13313 2005-03-26  Paul Eggert  <eggert@cs.ucla.edu>
13314
13315         * lib/intprops.h (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND):
13316         "one's complement" -> "ones' complement" in comment, as per Knuth.
13317         "value of type" -> "type or expression" in comment.
13318         * lib/mktime.c, strftime.c: Propagate intprops.h comment nits.
13319
13320 2005-03-26  Jim Meyering  <jim@meyering.net>
13321
13322         Comment nits.
13323         * lib/intprops.h: Add the apostrophe in `(one|two)'s complement'.
13324         Correct typos: s/or/of/.
13325
13326 2005-03-26  Jim Meyering  <jim@meyering.net>
13327
13328         * modules/check-include-files: Move to ../ and rename to...
13329         * check-module: ...this.
13330
13331 2005-03-25  Jim Meyering  <jim@meyering.net>
13332
13333         * modules/xvasprintf (Files): Add xalloc.h.
13334
13335 2005-03-23  Paul Eggert  <eggert@cs.ucla.edu>
13336
13337         * modules/gettext (Files): config/config.rpath ->
13338         build-aux/config.rpath
13339         * modules/iconv (Files): Likewise.
13340         Problem reported by Oskar Liljeblad.
13341
13342 2005-03-23  Jim Meyering  <jim@meyering.net>
13343
13344         * modules/check-include-files: New script to check for
13345         missing dependencies, multiple includes, etc.
13346
13347         * modules/c-strtold (Depends-on): Add xalloc.
13348         * modules/c-strtod (Depends-on): Add xalloc.
13349         * modules/hash (Depends-on): Add xalloc.
13350         (Files): Remove lib/xalloc.h.
13351
13352         * modules/gethrxtime (Files): Add lib/gethrxtime.h.
13353         * modules/userspec (Files): Add lib/inttostr.h.
13354
13355 2005-03-23  Jim Meyering  <jim@meyering.net>
13356
13357         * lib/canonicalize.c: Remove duplicate `#include "stat-macros.h"'.
13358
13359 2005-03-22  Jim Meyering  <jim@meyering.net>
13360
13361         * modules/stat-macros: New module.
13362         * modules/canonicalize, modules/euidaccess, modules/file-type,
13363         * modules/filemode, modules/lchown, modules/makepath,
13364         * modules/rmdir, modules/stat: Depend on new stat-macros module
13365         rather than listing lib/stat-macros.h manually.
13366         Don't add stat-macros.h to lib_SOURCES or list it in Files: section.
13367
13368 2005-03-22  Jim Meyering  <jim@meyering.net>
13369
13370         * m4/stat-macros.m4 (gl_STAT_MACROS): New file/macro.
13371
13372 2005-03-22  Bruno Haible  <bruno@clisp.org>
13373
13374         * config/srclist.txt: Replace target directory 'config' with
13375         'build-aux'.
13376         * config/config.guess, config.sub, config.rpath, depcomp, install-sh:
13377         * config/mdate-sh, missing, mkinstalldirs, texinfo.tex: Move to
13378         ../build-aux/.
13379
13380 2005-03-21  Paul Eggert  <eggert@cs.ucla.edu>
13381
13382         * modules/chdir-long (Depends-on): Add mempcpy.
13383
13384         * modules/acl, modules/backupfile, modules/c-strtod,
13385         modules/c-strtold, modules/canon-host, modules/canonicalize,
13386         modules/cloexec, modules/closeout, modules/dirfd, modules/dirname,
13387         modules/exclude, modules/exitfail, modules/file-type,
13388         modules/filemode, modules/fpending, modules/fsusage, modules/getcwd,
13389         modules/getdate, modules/getline, modules/getpagesize,
13390         modules/getpass, modules/getugroups, modules/group-member,
13391         modules/hard-locale, modules/hash, modules/human, modules/idcache,
13392         modules/inttostr, modules/long-options, modules/makepath,
13393         modules/md5, modules/memcasecmp, modules/memcoll,
13394         modules/modechange, modules/mountlist, modules/path-concat,
13395         modules/pathmax, modules/physmem, modules/posixtm, modules/posixver,
13396         modules/quote, modules/quotearg, modules/readtokens, modules/readutmp,
13397         modules/safe-read, modules/safe-write, modules/same, modules/savedir,
13398         modules/settime, modules/sha1, modules/sig2str, modules/strdup,
13399         modules/strftime, modules/strndup, modules/strverscmp,
13400         modules/timespec, modules/unlocked-io, modules/userspec,
13401         modules/utimecmp, modules/utimens, modules/xalloc, modules/xstrtol,
13402         modules/yesno:
13403         Remove lib_SOURCES line from Makefile.am section, as this is now
13404         done automatically by the corresponding Autoconf macro.
13405
13406 2005-03-21  Jim Meyering  <jim@meyering.net>
13407
13408         Changes imported from coreutils.
13409
13410         * lib/cycle-check.c: Don't include xalloc.h.
13411
13412         * lib/path-concat.c: Don't include assert.h.
13413         (path_concat): Remove assertion that would have triggered
13414         for ABASE starting with more than one slash.
13415         Reported by Andreas Schwab.
13416
13417         * lib/path-concat.c (path_concat): Set *BASE_IN_RESULT
13418         properly when ABASE is an absolute file name.
13419         Correct the description of this function.
13420         Include <assert.h>.
13421         Add an assertion and a test driver.
13422         This fixes a bug introduced on 2004-07-02.
13423         Andreas Schwab reported the resulting failure of cp --parents:
13424         http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
13425
13426 2005-03-21  Jim Meyering  <jim@meyering.net>
13427
13428         * m4/chdir-long.m4 (gl_PREREQ_CHDIR_LONG): Invoke gl_FUNC_MEMRCHR.
13429         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Check for memrchr decl.
13430
13431 2005-03-21  Jim Meyering  <jim@meyering.net>
13432         and  Paul Eggert  <eggert@cs.ucla.edu>
13433
13434         * m4/acl.m4, m4/backupfile.m4, m4/c-strtod.m4, m4/canon-host.m4,
13435         m4/canonicalize.m4, m4/cloexec.m4, m4/closeout.m4, m4/dirfd.m4,
13436         m4/dirname.m4, m4/exclude.m4, m4/exitfail.m4, m4/file-type.m4,
13437         m4/filemode.m4, m4/fpending.m4, m4/fsusage.m4, m4/getcwd.m4,
13438         m4/getdate.m4, m4/getline.m4, m4/getpagesize.m4, m4/getpass.m4,
13439         m4/getugroups.m4, m4/group-member.m4, m4/hard-locale.m4, m4/hash.m4,
13440         m4/human.m4, m4/idcache.m4, m4/inttostr.m4, m4/long-options.m4,
13441         m4/makepath.m4, m4/md5.m4, m4/memcasecmp.m4, m4/memcoll.m4,
13442         m4/modechange.m4, m4/mountlist.m4, m4/nanosleep.m4, m4/path-concat.m4,
13443         m4/pathmax.m4, m4/physmem.m4, m4/posixtm.m4, m4/posixver.m4,
13444         m4/quote.m4, m4/quotearg.m4, m4/readtokens.m4, m4/readutmp.m4,
13445         m4/safe-read.m4, m4/safe-write.m4, m4/same.m4, m4/savedir.m4,
13446         m4/settime.m4, m4/sha1.m4, m4/sig2str.m4, m4/strdup.m4, m4/strftime.m4,
13447         m4/strndup.m4, m4/strverscmp.m4, m4/timespec.m4, m4/unlocked-io.m4,
13448         m4/userspec.m4, m4/utimecmp.m4, m4/utimens.m4, m4/xalloc.m4,
13449         m4/xnanosleep.m4, m4/xstrtol.m4, m4/yesno.m4:
13450         Use AC_LIBSOURCES and AC_LIBOBJ to indicate source and object files
13451         for these modules.
13452
13453 2005-03-18  Paul Eggert  <eggert@cs.ucla.edu>
13454
13455         * lib/strftime.c (my_strftime): If the underlying strftime returns 0
13456         (which shouldn't happen), generate nothing instead of returning 0
13457         immediately, so that nstrftime (NULL, ...) doesn't return 0.
13458
13459 2005-03-16  Bruno Haible  <bruno@clisp.org>
13460
13461         * modules/stdint (Makefile.am): Use HAVE_LONG_LONG_64BIT instead of
13462         HAVE_LONGLONG_64BIT.
13463
13464 2005-03-16  Bruno Haible  <bruno@clisp.org>
13465
13466         * m4/stdint.m4 (gl_STDINT_H): Define HAVE_LONG_LONG_64BIT instead of
13467         HAVE_LONGLONG_64BIT.
13468
13469 2005-03-16  Bruno Haible  <bruno@clisp.org>
13470
13471         * lib/stdint_.h: Use HAVE_LONG_LONG_64BIT instead of
13472         HAVE_LONGLONG_64BIT.
13473
13474 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13475
13476         * lib/strftime.c (my_strftime): Prepend space to format so that we can
13477         reliably distinguish strftime failure from empty output on POSIX
13478         hosts.
13479
13480 2005-03-15  Paul Eggert  <eggert@cs.ucla.edu>
13481
13482         * lib/iconvme.c (SIZE_MAX): New macro, if not already defined.
13483         (iconv_string): Don't guess a size-zero buffer, as that might cause
13484         buffer overrun.  Instead, avoid multiplying by MB_LEN_MAX if the
13485         result would be 'too large', where 'too large' is (heuristically)
13486         the square root of SIZE_MAX, divided by MB_LEN_MAX to allay
13487         overflow concerns.  This will prevent some unwanted malloc failures
13488         when the inputs are very large.
13489
13490 2005-03-15  Karl Berry  <karl@gnu.org>
13491
13492         * config/srclist.txt (config.rpath): from gettext.
13493         * config/config.rpath: update.
13494
13495 2005-03-15  Bruno Haible  <bruno@clisp.org>
13496
13497         * lib/regex.c (byte_re_match_2_internal): Rename local variable 'not'
13498         to 'negate'.
13499
13500         * lib/regex.c (byte_re_match_2_internal): Reduce scope of same_str_p
13501         variable.
13502
13503         * lib/regex.c (EXTEND_BUFFER, regcomp): Cast the realloc/malloc
13504         results.
13505
13506 2005-03-14  Simon Josefsson  <jas@extundo.com>
13507
13508         * lib/timegm.h: Use proper prototype CPP guards, reported by Dave Love
13509         <fx@gnu.org>.
13510
13511 2005-03-14  Paul Eggert  <eggert@cs.ucla.edu>
13512
13513         * lib/mktime.c (TYPE_TWOS_COMPLEMENT, TYPE_ONES_COMPLEMENT,
13514         TYPE_SIGNED_MAGNITUDE, TYPE_MINIMUM, TYPE_MAXIMUM): Sync from
13515         intprops.h.
13516         * lib/strtol.c: Likewise.
13517
13518 2005-03-14  Jim Meyering  <jim@meyering.net>
13519
13520         * lib/strftime.c (my_strftime) [HAVE_STRFTIME && ! (_NL_CURRENT
13521         && HAVE_STRUCT_ERA_ENTRY)]: Initialize the first byte of ubuf[]
13522         to be nonzero so that we (and caller) can detect the difference
13523         between a valid zero-length expansion and an error return, even
13524         when the underlying strftime fails before writing anything into
13525         that location.
13526
13527 2005-03-14  Bruno Haible  <bruno@clisp.org>
13528
13529         * m4/lib-link.m4, gettext.m4, nls.m4, po.m4:
13530         Update from GNU gettext 0.14.3.
13531
13532 2005-03-10  Jim Meyering  <jim@meyering.net>
13533
13534         * m4/save-cwd.m4 (gl_SAVE_CWD): Check for fchdir.
13535
13536 2005-03-10  Jim Meyering  <jim@meyering.net>
13537
13538         * lib/save-cwd.c [!HAVE_FCHDIR]: Define open, fchdir, and chdir_long
13539         so that this module works on systems without fchdir.
13540
13541 2005-03-09  Paul Eggert  <eggert@cs.ucla.edu>
13542
13543         Factor int-properties macros into a single file, except for
13544         glibc-related files.
13545         * lib/intprops.h: New file.
13546         * lib/getloadavg.c: Include it instead of limits.h.
13547         (INT_STRLEN_BOUND): Remove.
13548         * lib/human.c: Include intprops.h.
13549         (group_number): Use INT_STRLEN_BOUND instead of rolling it ourself.
13550         * lib/human.h (LONGEST_HUMAN_READABLE): Use 146/485 rather than
13551         302/1000.
13552         * lib/inttostr.h: Include intprops.h instead of limits.h.
13553         (INT_STRLEN_BOUND, INT_BUFSIZE_BOUND): Remove.
13554         * lib/mktime.c (TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT): New macros,
13555         for consistency with intprops.h.
13556         (time_t_is_integer, twos_complement_arithmetic): Use them.
13557         * lib/sig2str.h: Include <signal.h>, intprops.h.
13558         (INT_STRLEN_BOUND): Remove.
13559         * lib/strftime.c (TYPE_SIGNED): Remove.
13560         (INT_STRLEN_BOUND): Switch to same implementation as intprops.h.
13561         * lib/strtol.c: Adjust comments to match intprops.h.
13562         * lib/userspec.c: Include intprops.h.
13563         (TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Remove.
13564         * lib/utimecmp.c, xnanosleep.c, xstrtol.c: Likewise.
13565         * lib/utimecmp.c (utimecmp): Use TYPE_IS_INTEGER, TYPE_TWOS_COMPLEMENT
13566         instead of rolling our own expressions.
13567         * lib/xstrtol.c: Include xstrtol.h first, to test interface.
13568
13569         * lib/strftime.c: Include <stdbool.h>.  Use bool where appropriate,
13570         instead of int.
13571         (my_strftime): Do not mishandle years close to INT_MAX, by doing
13572         the right thing even if adding 1900 would overflow.  Similarly
13573         for tm_mon + 1 and tm_yday + 1.
13574         Make %Y always equivalent to %C%y, and similarly for %G and %g.
13575         (DO_NUMBER, DO_NUMBER_SPACEPAD): Set digits to d, not a conditional.
13576         (DO_SIGNED_NUMBER): New macro.
13577         (my_strftime) [HAVE_TZNAME]: Don't dump core if tp->tm_dst > 1.
13578
13579 2005-03-07  Bruno Haible  <bruno@clisp.org>
13580
13581         * m4/mmap-anon.m4 (MAP_FILE, MAP_FAILED): Remove definitions.
13582
13583 2005-03-07  Bruno Haible  <bruno@clisp.org>
13584
13585         * lib/pagealign_alloc.c (MAP_FILE, MAP_FAILED): Define fallbacks.
13586
13587 2005-03-04  Derek R. Price  <derek@ximbiot.com>
13588
13589         * gnulib-tool (func_cp_if_changed, func_mv_if_changed): New functions.
13590         (func_import): Only replace files via --import when they have actually
13591         changed.
13592
13593 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13594
13595         * m4/mmap-anon.m4: New file.
13596         * m4/pagealign_alloc.m4: New file.
13597
13598 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13599             Bruno Haible  <bruno@clisp.org>
13600
13601         * modules/pagealign_alloc: New file.
13602         * MODULES.html.sh (Memory management functions): Add pagealign_alloc.
13603
13604 2005-03-03  Derek R. Price  <derek@ximbiot.com>
13605             Bruno Haible  <bruno@clisp.org>
13606
13607         * lib/pagealign_alloc.h: New file.
13608         * lib/pagealign_alloc.c: New file.
13609
13610 2005-03-03  Bruno Haible  <bruno@clisp.org>
13611
13612         * m4/inttypes.m4, isc-posix.m4, once-only.m4:
13613         Use an all-permissive copyright notice, recommended by RMS.
13614
13615 2005-03-02  Bruno Haible  <bruno@clisp.org>
13616
13617         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Undo the replacement here. Because
13618         of AIX, the replacement has to be done only after <string.h> is
13619         included, therefore not in config.h. stpncpy.h does the replacement,
13620         and stpncpy.c uses it.
13621
13622 2005-03-02  Bruno Haible  <bruno@clisp.org>
13623
13624         * lib/stpncpy.h (stpncpy): Define as a macro without arguments, so that
13625         stpncpy.c uses it.
13626
13627 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13628
13629         Remove workaround for bug in Linux kernel 2.6.8 or thereabouts.
13630         The workaround isn't strictly needed for POSIX conformance, and
13631         it's too much of a pain to configure and maintain.  We'll ask
13632         people to fix their kernels instead.
13633         * lib/xnanosleep.c: Don't include gethrxtime.h or xtime.h.
13634         (NANOSLEEP_BUG_WORKAROUND): Remove.
13635         (xnanosleep): Remove the workaround.
13636
13637 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13638
13639         * modules/gettime (Makefile.am): Remove lib_SOURCES line.
13640         Reported by Derek Price.
13641         (Include): Add "timespec.h".
13642
13643         * modules/xnanosleep (Depends-on): Remove gethrxtime.
13644
13645 2005-03-01  Paul Eggert  <eggert@cs.ucla.edu>
13646
13647         * m4/xnanosleep.m4 (gl_XNANOSLEEP): Remove configuration attempting
13648         to detect nanosleep bug.
13649
13650 2005-03-01  Bruno Haible  <bruno@clisp.org>
13651
13652         * lib/vasnprintf.c (EOVERFLOW): Define to a fallback if needed.
13653
13654 2005-02-26  Paul Eggert  <eggert@cs.ucla.edu>
13655
13656         * modules/gethrxtime: New file.
13657         * modules/xnanosleep (Files): Add m4/xnanosleep.m4.
13658         (Depends-on): Add gethrxtime.
13659         (configure.ac): Add gl_XNANOSLEEP.
13660         (Makefile.am): Remove lib_SOURCES line.
13661
13662 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13663
13664         * m4/gethrxtime.m4, m4/xnanosleep.m4: New files.
13665         * m4/gettime.m4 (gl_GETTIME): Check for nanotime.
13666
13667 2005-02-25  Paul Eggert  <eggert@cs.ucla.edu>
13668
13669         * lib/gethrxtime.h, lib/gethrxtime.c, lib/xtime.h: New files.
13670         * lib/timespec.h (gettime): Return void, since it always
13671         succeeds now.  All uses changed.
13672         * lib/gettime.c (gettime) Likewise.
13673         [HAVE_NANOTIME]: Prefer nanotime.
13674         Assume gettimeofday succeeds, as POSIX requires.
13675         Assime time () succeeds, since other code already does.
13676         * lib/xnanosleep.c: Include xtime.h and gethrxtime.h, not xalloc.h.
13677         (timespec_subtract): Remove.
13678         (NANOSLEEP_BUG_WORKAROUND): New constant.
13679         (xnanosleep): Use gethrxtime rather than gettime; this simplifies
13680         things considerably.  Use it only on GNU/Linux hosts, since the
13681         workaround shouldn't be needed elsewhere.
13682
13683 2005-02-24  Bruno Haible  <bruno@clisp.org>
13684
13685         * modules/gettext (Files): Add m4/glibc2.m4.
13686
13687 2005-02-24  Bruno Haible  <bruno@clisp.org>
13688
13689         * m4/gettext.m4, intdiv0.m4, intmax.m4, inttypes-pri.m4, lcmessage.m4:
13690         * m4/lib-link.m4, lib-prefix.m4, nls.m4, po.m4, printf-posix.m4:
13691         * m4/progtest.m4:
13692         Update from GNU gettext 0.14.2.
13693         * m4/glibc2.m4: New file, from GNU gettext 0.14.2.
13694
13695 2005-02-24  Bruno Haible  <bruno@clisp.org>
13696
13697         * lib/localcharset.c: Update from GNU gettext 0.14.2.
13698         * lib/config.charset: Update from GNU gettext 0.14.2.
13699
13700 2005-02-24  Bruno Haible  <bruno@clisp.org>
13701
13702         * lib/gettext.h: Update from GNU gettext 0.14.2.
13703
13704 2005-02-23  Simon Josefsson  <jas@extundo.com>
13705
13706         * m4/iconvme.m4: New file.
13707
13708 2005-02-23  Jim Meyering  <jim@meyering.net>
13709
13710         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Revert yesteday's
13711         change.
13712         Thanks to Bruno Haible for catching it.
13713
13714 2005-02-22  Simon Josefsson  <jas@extundo.com>
13715
13716         * modules/iconvme: New file.
13717
13718         * MODULES.html.sh: Add iconvme.
13719
13720 2005-02-22  Simon Josefsson  <jas@extundo.com>
13721
13722         * lib/iconvme.h, lib/iconvme.c: New files, from libc.
13723
13724 2005-02-22  Simon Josefsson  <jas@extundo.com>
13725
13726         * config/srclist.txt: Sync iconvme.h, iconvme.c from libc.
13727
13728 2005-02-22  Jim Meyering  <jim@meyering.net>
13729
13730         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Fix typo:
13731         s/ifndef/ifdef/.
13732
13733 2005-02-20  Neil Conway  <neilc@samurai.com>
13734
13735         * lib/xgethostname.c (xgethostname): Check for ENOMEM, which is
13736         returned by OSX/Darwin if the specified buffer is not large
13737         enough for the hostname.
13738
13739 2005-02-03  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13740
13741         * lib/argp-help.c (__argp_help): Create a fake struct argp_state and
13742         pass it to _help, otherwise the latter coredumps trying to
13743         dereference state.root_argp.
13744
13745 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13746
13747         * modules/chdir-long (Depends-on): Add memrchr.
13748         * modules/memrchr (Files): Add lib/memrchr.h.
13749         (Include): "memrchr.h".
13750
13751 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13752
13753         * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Add AC_LIBSOURCES, for memrchr.h.
13754
13755 2005-02-03  Paul Eggert  <eggert@cs.ucla.edu>
13756
13757         * lib/memrchr.h: New file.
13758         * lib/chdir-long.c: Include it.
13759         * lib/memrchr.c [!defined _LIBC]: Include it rather than <string.h>
13760         Don't bother including stddef.h.
13761
13762 2005-02-01  Paul Eggert  <eggert@cs.ucla.edu>
13763
13764         * lib/mountlist.h (MOUNTLIST_H_): New macro, to protect against double
13765         inclusion.
13766         Include <sys/types.h>, for dev_t.
13767         (ME_DUMMY, ME_REMOTE): Move from here....
13768         * lib/mountlist.c (ME_DUMMY, ME_REMOTE): To here.
13769         (ME_DUMMY): Count "subfs" as a dummy.  Problem reported by
13770         Dmitry V. Levin.
13771         Include mountlist.h first, to test the interface.
13772
13773 2005-01-29  Bruno Haible  <bruno@clisp.org>
13774
13775         * lib/progname.c (program_name): Initialize.
13776         Needed when linking statically on MacOS X.
13777
13778 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13779
13780         Sync from coreutils.
13781         * modules/getloadavg (Files): Remove m4/getloadavg.m4.
13782         (Depends-on): Add c-strtod.
13783         (configure.ac): Replace gl_FUNC_GETLOADAVG with AC_FUNC_GETLOADAVG.
13784
13785 2005-01-28  Paul Eggert  <eggert@cs.ucla.edu>
13786
13787         Sync from coreutils.
13788         * m4/getloadavg.m4, glibc.m4, search-libs.m4: Remove.
13789
13790         Remove files that are specific to coreutils.
13791         * m4/check-decl.m4, jm-macros.m4, lib-check.m4, prereq.m4: Remove.
13792
13793 2005-01-28  Bruno Haible  <bruno@clisp.org>
13794
13795         * modules/javacomp: New file.
13796         * MODULES.html.sh (Java): Add javacomp.
13797
13798 2005-01-28  Bruno Haible  <bruno@clisp.org>
13799
13800         * m4/javacomp.m4: New file, from GNU gettext.
13801
13802 2005-01-28  Bruno Haible  <bruno@clisp.org>
13803
13804         * lib/javacomp.sh.in: New file, from GNU gettext.
13805         * lib/javacomp.h: New file, from GNU gettext.
13806         * lib/javacomp.c: New file, from GNU gettext.
13807
13808 2005-01-26  Simon Josefsson  <jas@extundo.com>
13809
13810         * lib/gai_strerror.c: Use GPL in header.
13811
13812 2005-01-26  Bruno Haible  <bruno@clisp.org>
13813
13814         * modules/javaexec: New file.
13815         * MODULES.html.sh (Java): Add javaexec.
13816
13817 2005-01-26  Bruno Haible  <bruno@clisp.org>
13818
13819         * m4/javaexec.m4: New file, from GNU gettext.
13820
13821 2005-01-26  Bruno Haible  <bruno@clisp.org>
13822
13823         * lib/javaexec.sh.in: New file, from GNU gettext.
13824         * lib/javaexec.h: New file, from GNU gettext.
13825         * lib/javaexec.c: New file, from GNU gettext.
13826
13827 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13828
13829         * modules/lchown (Depends-on): Remove lchown.h
13830
13831 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13832
13833         * m4/sysexits.m4 (gl_SYSEXITS): Reverted logic. SYSEXITS_H
13834         must be defined if the header file was not found, in order
13835         to provide a replacement. Reported by Todd Vierling <tv@duh.org>
13836
13837 2005-01-24  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
13838
13839         * lib/argp-help.c (hol_entry_help): Avoid using non-constant
13840         initializers for struct pentry_state.
13841         (__argp_error): Check return value of __asprintf
13842         (__argp_failure): Translate error message
13843
13844         * lib/argp-parse.c: Removed braces around the expansion of N_()
13845
13846 2005-01-23  Paul Eggert  <eggert@cs.ucla.edu>
13847
13848         * m4/acl.m4, afs.m4, alloca.m4, argp.m4, assert.m4, atexit.m4,
13849         backupfile.m4, base64.m4, bison.m4, c-bs-a.m4, c-stack.m4,
13850         c-strtod.m4, calloc.m4, canon-host.m4, canonicalize.m4,
13851         clock_time.m4, cloexec.m4, closeout.m4, d-ino.m4, d-type.m4,
13852         dirfd.m4, dirname.m4, dos.m4, dup2.m4, error.m4, euidaccess.m4,
13853         exclude.m4, exitfail.m4, extensions.m4, fcntl-safer.m4,
13854         file-type.m4, fileblocks.m4, filemode.m4, fnmatch.m4, fpending.m4,
13855         free.m4, fstypename.m4, fsusage.m4, ftruncate.m4, getaddrinfo.m4,
13856         getcwd-path-max.m4, getcwd.m4, getdate.m4, getdomainname.m4,
13857         getgroups.m4, gethostname.m4, getline.m4, getndelim2.m4,
13858         getnline.m4, getopt.m4, getpagesize.m4, getpass.m4, getsubopt.m4,
13859         gettime.m4, gettimeofday.m4, getugroups.m4, getusershell.m4,
13860         group-member.m4, hard-locale.m4, hash.m4, host-os.m4, human.m4,
13861         idcache.m4, inttostr.m4, isdir.m4, jm-winsz1.m4, jm-winsz2.m4,
13862         link-follow.m4, long-options.m4, ls-mntd-fs.m4, lstat.m4,
13863         makepath.m4, mathl.m4, md5.m4, memcasecmp.m4, memchr.m4,
13864         memcmp.m4, memcoll.m4, memcpy.m4, memmem.m4, memmove.m4,
13865         memrchr.m4, memset.m4, mkdir-slash.m4, mkstemp.m4, mktime.m4,
13866         modechange.m4, mountlist.m4, nanosleep.m4, obstack.m4,
13867         path-concat.m4, pathmax.m4, perl.m4, physmem.m4, poll.m4,
13868         posixtm.m4, posixver.m4, putenv.m4, quote.m4, quotearg.m4,
13869         readdir.m4, readtokens.m4, readutmp.m4, regex.m4, rename.m4,
13870         restrict.m4, rmdir-errno.m4, rmdir.m4, rpmatch.m4, same.m4,
13871         savedir.m4, settime.m4, sha1.m4, sig2str.m4, snprintf.m4,
13872         sockpfaf.m4, st_dm_mode.m4, st_mtim.m4, stat.m4, stdint.m4,
13873         stdio-safer.m4, strchrnul.m4, strdup.m4, strerror.m4,
13874         strerror_r.m4, strftime.m4, strndup.m4, strnlen.m4, strsep.m4,
13875         strtod.m4, strtoimax.m4, strtok_r.m4, strtol.m4, strtoll.m4,
13876         strtoul.m4, strtoull.m4, strtoumax.m4, strverscmp.m4, sysexits.m4,
13877         time_r.m4, timegm.m4, timespec.m4, tm_gmtoff.m4, tzset.m4,
13878         uint32_t.m4, uintptr_t.m4, unistd-safer.m4, unlink-busy.m4,
13879         unlocked-io.m4, uptime.m4, userspec.m4, utimbuf.m4, utime.m4,
13880         utimecmp.m4, utimens.m4, utimes-null.m4, vsnprintf.m4, xalloc.m4,
13881         xgetcwd.m4, xreadlink.m4, xstrndup.m4, xstrtod.m4, xstrtoimax.m4,
13882         xstrtol.m4, xstrtoumax.m4, yesno.m4:
13883         Use an all-permissive copyright notice, recommended by RMS.
13884
13885 2005-01-21  Paul Eggert  <eggert@cs.ucla.edu>
13886
13887         * modules/chdir-long (Depends-on): Remove mempcpy.
13888
13889 2005-01-21  Jim Meyering  <jim@meyering.net>
13890
13891         * lib/openat.h (AT_SYMLINK_NOFOLLOW): Define to 4096, so it's the
13892         same value as for Solaris 9.
13893
13894         * lib/chdir-long.c (chdir_long): Rewrite to remove limitation on
13895         component length.  This included changing the parameter to be
13896         of type `char *' rather than `char const *'.
13897         * lib/chdir-long.h (chdir_long): Update prototype.
13898
13899         * lib/openat.c (fdopendir, fstatat): New functions.
13900         * lib/openat.h: Include headers required for use of DIR and struct
13901         stat.
13902         [AT_SYMLINK_NOFOLLOW]: Define.
13903         (fdopendir, fstatat): Add prototypes.
13904
13905 2005-01-21  Bruno Haible  <bruno@clisp.org>
13906
13907         * modules/classpath: New file.
13908         * MODULES.html.sh (Java): Add classpath.
13909
13910 2005-01-21  Bruno Haible  <bruno@clisp.org>
13911
13912         * lib/classpath.h: New file, from GNU gettext.
13913         * lib/classpath.c: New file, from GNU gettext.
13914
13915 2005-01-20  Simon Josefsson  <jas@extundo.com>
13916
13917         * modules/version-etc-fsf: New file.
13918
13919 2005-01-20  Simon Josefsson  <jas@extundo.com>
13920
13921         * lib/version-etc-fsf.c: New file, with version_etc_copyright.
13922         * lib/version-etc.c: Remove version_etc_copyright.
13923         * lib/version-etc.h (version_etc_copyright): Use [] instead of * in
13924         prototype, suggested by Paul Eggert <eggert@CS.UCLA.EDU>.
13925
13926 2005-01-20  Simon Josefsson  <jas@extundo.com>
13927
13928         * lib/base64.h (isbase64): Add.
13929
13930         * lib/base64.c (isb64): Rename to isbase64, use to_uchar instead of
13931         using a unsigned prototype, don't inline.
13932         (base64_decode): Use it.
13933
13934 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13935
13936         * m4/save-cwd.m4 (gl_SAVE_CWD): Remove check for fcntl; we now assume
13937         it.
13938
13939 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13940
13941         * lib/save-cwd.c (save_cwd): Remove code to support the case
13942         where fchdir is missing or flaky.
13943
13944 2005-01-20  Paul Eggert  <eggert@cs.ucla.edu>
13945
13946         * MODULES.html.sh (Command-line arguments): Add version-etc-fsf.
13947
13948 2005-01-19  Paul Eggert  <eggert@cs.ucla.edu>
13949
13950         * modules/mempcpy (Makefile.am): Remove mention of mempcpy.h;
13951         AC_LIBSOURCES now does this.
13952         * MODULES.html.sh (Sizes of integer types <limits.h>): New element,
13953         with new ullong_max module.
13954
13955 2005-01-19  Bruno Haible  <bruno@clisp.org>
13956
13957         * modules/sh-quote: New file.
13958         * MODULES.html.sh (Executing programs): Add sh-quote.
13959
13960 2005-01-19  Bruno Haible  <bruno@clisp.org>
13961
13962         * lib/sh-quote.h: New file, from GNU gettext.
13963         * lib/sh-quote.c: New file, from GNU gettext.
13964
13965 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13966
13967         Merge from coreutils.
13968         * m4/ullong_max.m4: New file.
13969         * m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
13970         (gl_MACROS): Assume localeconv exists.
13971
13972 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13973
13974         Merge changes from coreutils, as described below in several
13975         changelogs dated today.
13976
13977         * lib/save-cwd.c: Include "save-cwd.h" before other include files.
13978         (O_DIRECTORY): Remove; not needed here, since "." must be
13979         a directory.  All uses removed.
13980         (save_cwd): Use __sgi || __sun, not sun || __sun.  __sun is
13981         universal on Suns, and we also need to test for IRIX.
13982         Revamp code to use 'if' rather than '#if'.
13983         Avoid unnecessary comparison of cwd->desc to 0.
13984
13985         * lib/utimens.c (futimens): Robustify the previous patch, by checking
13986         for known valid error numbers rather than observed invalid ones.
13987
13988 2005-01-18  Paul Eggert  <eggert@cs.ucla.edu>
13989
13990         * modules/ullong_max: New file.
13991
13992         * modules/chdir-long, modules/openat: New files.
13993         * modules/save-cwd (Depends-on): Depend on chdir-long.
13994         (Makefile.am): Remove lib_SOURCES; now handled by AC_LIBSOURCES.
13995
13996 2005-01-18  Jim Meyering  <jim@meyering.net>
13997
13998         Merge from coreutils.
13999         * m4/chdir-long.m4, m4/openat.m4: New files.
14000         * m4/save-cwd.m4 (gl_SAVE_CWD): Add AC_LIBSOURCES for save-cwd.c,
14001         save-cwd.h.  Add AC_LIBOBJ for save-cwd.
14002         * m4/chown.m4 (gl_FUNC_CHOWN): When cross-compiling, assume that chown
14003         is sane and DOES follow symlinks.  Besides, testing 20 different
14004         systems found no broken chown implementations.
14005         Prompted by a change in rsync's copy of this macro.
14006         * m4/jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
14007
14008         * m4/lchown.m4 (gl_FUNC_LCHOWN): Use AC_LIBSOURCES.
14009
14010         * m4/utimes.m4: Work around tests/touch/empty-file failure on a system
14011         (sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
14012         NULL-means-set-to-current-time semantics.
14013         Remove temporary file immediately, rather than waiting
14014         for configure's at-exit trap code to do it.
14015
14016 2005-01-18  Jim Meyering  <jim@meyering.net>
14017
14018         * lib/version-etc.c (version_etc_copyright): Update copyright date.
14019
14020         * lib/utimens.c (futimens): Account for the fact that futimes
14021         can also fail with errno == ENOSYS or errno == ENOENT.
14022         Patch from Dmitry V. Levin.
14023
14024         Change the name of the robust chdir function from chdir to chdir_long.
14025         * lib/save-cwd.c: Include chdir-long.h rather than chdir.h.
14026         (restore_cwd): Use chdir_long, not chdir.
14027         * lib/chdir-long.c: Renamed from chdir.c.
14028         * lib/chdir-long.h: Renamed from chdir.h.
14029         [!defined PATH_MAX]: Define chdir_long to chdir on systems like the
14030         Hurd.
14031
14032 2005-01-18  Bruno Haible  <bruno@clisp.org>
14033
14034         * m4/allocsa.m4, m4/codeset.m4, m4/copy-file.m4, m4/eaccess.m4:
14035         * m4/eealloc.m4, m4/eoverflow.m4, m4/execute.m4, m4/fatal-signal.m4:
14036         * m4/findprog.m4, m4/glibc21.m4, m4/iconv.m4, m4/intmax_t.m4:
14037         * m4/inttypes_h.m4, m4/lib-ld.m4, m4/lib-link.m4, m4/lib-prefix.m4:
14038         * m4/linebreak.m4, m4/localcharset.m4, m4/longdouble.m4:
14039         * m4/longlong.m4, m4/mbrtowc.m4, m4/mbstate_t.m4, m4/mbswidth.m4:
14040         * m4/mkdtemp.m4, m4/pipe.m4, m4/readlink.m4, m4/safe-read.m4:
14041         * m4/safe-write.m4, m4/setenv.m4, m4/sig_atomic_t.m4:
14042         * m4/signalblocking.m4, m4/signed.m4, m4/size_max.m4, m4/ssize_t.m4:
14043         * m4/stdbool.m4, m4/stdint_h.m4, m4/stpcpy.m4, m4/stpncpy.m4:
14044         * m4/strcase.m4, m4/strcspn.m4, m4/strpbrk.m4, m4/strstr.m4:
14045         * m4/ucs4-utf.m4, m4/uintmax_t.m4, m4/ulonglong.m4, m4/unicodeio.m4:
14046         * m4/utf-ucs4.m4, m4/vasnprintf.m4, m4/vasprintf.m4:
14047         * m4/wait-process.m4, m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4:
14048         Use an all-permissive copyright notice, recommended by RMS.
14049
14050 2005-01-18  Bob Proulx  <bob@proulx.com>
14051
14052         * lib/obstack.c [DEFAULT_ALIGNMENT]: Use an intermediate type to
14053         simplify offsetof() macro construct to avoid compile failure with
14054         native HP-UX 11.0 ANSI C compiler.
14055
14056 2005-01-17  Bruno Haible  <bruno@clisp.org>
14057
14058         * lib/stpncpy.c: Remove HAVE_STPNCPY and gnu_stpncpy renaming,
14059         redundant because stpncpy.m4 takes care of it.
14060
14061 2005-01-17  Bruno Haible  <bruno@clisp.org>
14062
14063         * lib/progreloc.c: Include xalloc.h instead of xmalloc.h.
14064
14065 2005-01-17  Bruno Haible  <bruno@clisp.org>
14066
14067         * lib/progreloc.c (xstrdup): Define as strdup if no xmalloc should be
14068         used.
14069
14070 2005-01-17  Bruno Haible  <bruno@clisp.org>
14071
14072         * lib/fwriteerror.h (fwriteerror): Change specification to include
14073         fclose.
14074         * lib/fwriteerror.c: Include <stdbool.h>.
14075         (fwriteerror): At the end, close the file stream. Record whether
14076         stdout was already closed.
14077
14078 2005-01-17  Bruno Haible  <bruno@clisp.org>
14079
14080         * lib/execute.c (environ): Declare if needed.
14081         * lib/pipe.c (environ): Likewise.
14082         Reported by Michael Schloh von Bennewitz <michael.schloh@cw.com>.
14083
14084 2005-01-11  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14085
14086         * modules/argp: Depend on vsnprintf
14087
14088 2005-01-10  Jim Meyering  <jim@meyering.net>
14089
14090         * modules/closeout (Depends-on): Add atexit.
14091
14092 2005-01-06  Bruno Haible  <bruno@clisp.org>
14093
14094         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Rename stpncpy to gnu_stpncpy here.
14095
14096 2005-01-04  Paul Eggert  <eggert@cs.ucla.edu>
14097
14098         * lib/human.c (SIZE_MAX, UINTMAX_MAX): Move these conditional
14099         definitions to be after all include files, to avoid collisions.
14100         Problem reported by Bob Proulx.
14101
14102 2005-01-04  Jim Meyering  <jim@meyering.net>
14103
14104         Changes imported from coreutils.
14105         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Rather than using "conftestXXXXXX"
14106         as the mkstemp template, use a temporary directory and an
14107         8.3-friendly template to avoid trouble on systems like DJGPP.
14108         Reported by Juan M. Guerrero via Stepan Kasal.
14109         * m4/(gl_FUNC_MKSTEMP): Include <unistd.h> for the declaration of
14110         close. Remove the temporary directory right away, rather than waiting
14111         for configure's at-exit trap code to do it.
14112         Suggestion from Stepan Kasal.
14113
14114 2005-01-01  Simon Josefsson  <jas@extundo.com>
14115
14116         * gnulib-tool: Print #include directives when --import'ing.
14117
14118 2004-12-28  Simon Josefsson  <jas@extundo.com>
14119
14120         * tests/test-base64.c: Include required header files.  Remove
14121         unused variables.
14122
14123 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14124
14125         * modules/error (Depends-on): Remove gettext.
14126
14127 2004-12-28  Paul Eggert  <eggert@cs.ucla.edu>
14128
14129         * lib/error.c [!_LIBC && !ENABLE_NLS]: Do not include "gettext.h";
14130         not needed.  This removes a dependency on the gettext module.
14131         [defined _LIBC]: Do not include <libintl.h>; not needed.
14132
14133 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14134
14135         * m4/c-strtod.m4 (gl_C99_STRTOLD): New macro.
14136         (gl_C_STRTOD): Use it instead of AC_CHECK_DECLS_ONCE(strtold).
14137
14138 2004-12-24  Paul Eggert  <eggert@cs.ucla.edu>
14139
14140         * lib/c-strtod.c (STRTOD): Depend on HAVE_C99_STRTOLD, not
14141         HAVE_DECL_STRTOLD.
14142
14143 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14144
14145         * modules/getdate (Depends-on): Remove alloca-opt.
14146
14147 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14148
14149         * m4/getdate.m4 (gl_GETDATE): Remove AC_FUNC_ALLOCA.
14150
14151 2004-12-23  Paul Eggert  <eggert@cs.ucla.edu>
14152
14153         * lib/argp-parse.c: Include <stddef.h>.
14154         (alignof, alignto): New macros.
14155         (parser_init): Don't assume that void * is aligned sufficiently
14156         for struct option.
14157
14158         * lib/getdate.y (YYSTACK_USE_ALLOCA): Define to 0, since there's no
14159         need to extend the stack.
14160         (YYINITDEPTH): New macro, so that the initial stack isn't overly
14161         large.
14162
14163 2004-12-22  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14164
14165         * lib/argp-parse.c (parser_init): Avoid arithmetics on void pointers.
14166
14167 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14168
14169         * modules/regex (lib_SOURCES): Remove regex.c, undoing previous
14170         (2004-10-24) change.  Apparently this was a false alarm.
14171
14172         * modules/getdate: Depend on alloca-opt, not alloca.
14173
14174 2004-12-19  Paul Eggert  <eggert@cs.ucla.edu>
14175
14176         * lib/alloca_.h: Conditionalize on _GNULIB_ALLOCA_H, not _ALLOCA_H.
14177         Remove now-obsolete comment about AIX.
14178         * lib/getdate.y: Include <alloca.h> only if HAVE_ALLOCA.
14179         (YYSTACK_USE_ALLOCA): Define to 0 if !HAVE_ALLOCA.
14180         (YYMAXDEPTH): New macro.
14181
14182 2004-12-18  Simon Josefsson  <jas@extundo.com>
14183
14184         * modules/alloca: Depend on alloca-opt, instead of duplicating it.
14185
14186 2004-12-18  Bruno Haible  <bruno@clisp.org>
14187
14188         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Also test for sigaction.
14189
14190 2004-12-18  Bruno Haible  <bruno@clisp.org>
14191
14192         * lib/fatal-signal.c (fatal_signals): Make non-const.
14193         (init_fatal_signals): New function.
14194         (uninstall_handlers, install_handlers): Ignore signals that were set to
14195         SIG_IGN.
14196         (at_fatal_signal): Call init_fatal_signals.
14197         (init_fatal_signal_set): Likewise. Ignore signals that were set to
14198         SIG_IGN.
14199         Reported by Paul Eggert.
14200
14201 2004-12-18  Bruno Haible  <bruno@clisp.org>
14202
14203         * doc/alloca.texi: New file.
14204         * doc/alloca-opt.texi: New file.
14205
14206 2004-12-17  Jim Meyering  <jim@meyering.net>
14207
14208         * config/install-sh: Use `(exit N); exit N', not `(exit N); exit'.
14209         Otherwise, install-sh could exit with improper exit status when
14210         exiting via a trapped interrupt.  Thanks to a report from Bob Proulx.
14211
14212 2004-12-16  Simon Josefsson  <jas@extundo.com>
14213
14214         * tests/test-base64.c: Add license.
14215
14216 2004-12-15  Stepan Kasal  <address@hidden>
14217
14218         * gnulib-tool (func_emit_lib_Makefile_am): Shorten a long sed command.
14219
14220 2004-12-12  Paul Eggert  <eggert@cs.ucla.edu>
14221
14222         * modules/getcwd (Files): Add m4/d-ino.m4.
14223         Suggested by Mark D. Baushke.
14224
14225 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14226
14227         * lib/getdate.y (textint): New member "negative".
14228         (time_zone_hhmm): New function.
14229         Expect 14 shift-reduce conflicts, not 13.
14230         (o_colon_minutes): New rule.
14231         (time, zone): Use it to add support for +HH:MM, UTC+HH:MM.
14232         (yylex): Set the "negative" member of signed numbers.
14233
14234 2004-12-08  Paul Eggert  <eggert@cs.ucla.edu>
14235
14236         * doc/getdate.texi (Time of day items, Time zone items):
14237         Describe new formats +00:00, UTC+00:00.
14238
14239 2004-12-07  Paul Eggert  <eggert@cs.ucla.edu>
14240
14241         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): Fix typo in previous change:
14242         spurious "-l"s.  Problem reported by Stepan Kasal.
14243
14244 2004-12-06  Paul Eggert  <eggert@cs.ucla.edu>
14245
14246         * m4/ls-mntd-fs.m4 (AC_FUNC_GETMNTENT): New macro, to work around bug
14247         in Autoconf 2.59.  Problem reported by Mark D. Baushke.
14248
14249 2004-12-04  Simon Josefsson  <jas@extundo.com>
14250
14251         * modules/getaddrinfo (License): Add LGPL, reported by Yoann
14252         Vandoorselaere <yoann@prelude-ids.org>.
14253
14254 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14255
14256         Changes imported from coreutils.
14257         * m4/hard-locale.m4 (gl_HARD_LOCALE): Assume locale.h and setlocale
14258         exist.
14259         * m4/human.m4 (gl_HUMAN): Assume locale.h and localeconv exist.
14260
14261 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14262
14263         Changes imported from coreutils.
14264         * lib/hard-locale.c: Assume <locale.h> exists.
14265         Include "strdup.h".
14266         (GLIBC_VERSION): New macro.
14267         (hard_locale): Assume setlocale exists.
14268         Rewrite to avoid #ifdef.
14269         Use strdup rather than malloc + strcpy.
14270         * lib/human.c: Assume <locale.h> exists.
14271         (human_readable): Assume localeconv exists.
14272
14273 2004-12-04  Paul Eggert  <eggert@cs.ucla.edu>
14274
14275         * modules/hard-locale (Depends-on): Add strdup.
14276
14277 2004-12-01  Jakub Jelinek  <jakub@redhat.com>
14278
14279         * lib/mktime.c (__mktime_internal): If SEC_REQUESTED != SEC,
14280         convert T2, not T.  (Imported from libc.)
14281
14282 2004-11-30  Simon Josefsson  <jas@extundo.com>
14283
14284         * modules/restrict (License): Change to LGPL.
14285
14286 2004-11-30  Simon Josefsson  <jas@extundo.com>
14287
14288         * m4/restrict.m4: Add copyright and copying conditions.
14289
14290 2004-11-30  Simon Josefsson  <jas@extundo.com>
14291
14292         * m4/base64.m4: New file.
14293
14294 2004-11-30  Simon Josefsson  <jas@extundo.com>
14295
14296         * MODULES.html.sh (Extra functions based on ANSI C 89): Add
14297         base64.
14298
14299         * tests/test-base64.c: New file.
14300
14301         * modules/base64: New file.
14302
14303 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14304
14305         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX):
14306         Define HAVE_PARTLY_WORKING_GETCWD if getcwd is partly working.
14307
14308         * m4/readutmp.m4 (gl_READUTMP): Don't check for sys/param.h.
14309
14310 2004-11-30  Paul Eggert  <eggert@cs.ucla.edu>
14311
14312         * lib/getcwd.c (is_ENAMETOOLONG): New macro.
14313         (__getcwd.c): Don't restore errno; glibc doesn't.
14314         [HAVE_PARTLY_WORKING_GETCWD && !defined AT_FDCWD]: Try system getcwd
14315         first, falling back to our code only if its results look suspicious.
14316         Ensure that the resulting buffer is only as large as necessary.
14317
14318         * lib/readutmp.c: Include readutmp.h first.
14319         Include <errno.h>, since readutmp.h no longer does that.
14320         * lib/readutmp.h: Don't include <errno.h>,
14321         <sys/param.h>, <time.h>; not needed to establish interface.
14322         (errno): Remove decl.
14323         (HAVE_STRUCT_XTMP_UT_TYPE): Remove; no longer needed.
14324         (UT_TYPE_EQ, UT_TYPE_NOT_DEFINED, UT_TYPE_BOOT_TIME,
14325         UT_TYPE_USER_PROCESS, IS_USER_PROCESS): New macros.
14326
14327 2004-11-28  Simon Josefsson  <jas@extundo.com>
14328
14329         * lib/base64.h, base64.c: New file.
14330
14331 2004-11-27  Paul Eggert  <eggert@cs.ucla.edu>
14332
14333         * lib/getcwd.h: New file, which I forgot to check in on 2004-11-25.
14334
14335 2004-11-26  Paul Eggert  <eggert@cs.ucla.edu>
14336
14337         * modules/getcwd (Files): Add lib/getcwd.h, m4/getcwd.m4.
14338         (Depends-on): Remove pathmax, same.  Add mempcpy.
14339         (configure.ac): GL_FUNC_GETCWD_PATH_MAX -> gl_FUNC_GETCWD.
14340         (Makefile.am): Append getcwd.h to lib_SOURCES.
14341         (Include): Add getcwd.h.
14342         (Maintainer): Change from Jim Meyering to "all, glibc",
14343         since getdate now uses intended-for-glibc code.
14344         * modules/xgetcwd (Files): Remove m4/getcwd.m4.
14345         (Depends-on): Depend on getcwd.  Do not depend on pathmax.
14346
14347 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14348
14349         Fix problems reported by Scott S. Tinsley for HP-UX 11.11 using
14350         HP's ANSI C compiler.
14351         * lib/fsusage.c (statvfs) [HAVE_SYS_STATVFS_H]: Remove decl.
14352         Declaring int functions causes warnings on some modern systems and
14353         shouldn't be needed to compile on ancient ones.
14354         * lib/same.c (MIN) [defined MIN]: Don't define, since it's already
14355         defined.
14356
14357         * lib/getcwd.c: Replace by a copy of glibc/sysdeps/posix/getcwd.c, but
14358         with the following changes.
14359         (__set_errno): Parenthesize properly.
14360         Include <stdbool.h>.
14361         (MIN, MAX, MATCHING_INO): New macros.
14362         (__getcwd): Define with prototype, not K&R form.
14363         Use heuristics to allocate default buffer on stack if possible.
14364         If AT_FDCWD is defined, use openat and fstatat to avoid O(N**2)
14365         behavior, and to avoid the PATH_MAX limit when computing
14366         ../../../../...
14367         Use MATCHING_INO to compare inode number to file.
14368         Check for arithmetic overflow in size calculations.
14369         Fix bug in reallocation of dot array that caused getcwd to fail
14370         on directories nested deeper than 75.
14371         Be more careful about saving errno on error.
14372         Do not use realloc; use only free+malloc, as this is a bit
14373         more flexible and avoids a needless copy operation.
14374         Do not inspect st_dev and st_ino for symbolic links; POSIX
14375         doesn't specify the latter.
14376         Check for closedir errors.
14377         Avoid needless casts.
14378         Use "#ifdef weak_alias" around weak_alias, to be like other
14379         glibc code.
14380         The following changes to getcwd.c have effect only when used in
14381         gnulib; they have no effect inside glibc proper.
14382         (#pragma alloca) [defined _AIX && !defined __GNUC__]: Remove,
14383         as alloca isn't used.
14384         (alloca, __alloca): Likewise.
14385         [!_LIBC]: Include "getcwd.h", "mempcpy.h".
14386         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
14387         unconditionally, as gnulib assumes C89 or better.
14388         Do not include <sys/param.h>.
14389         (errno) [!defined __GNU_LIBRARY__ && !defined STDC_HEADERS]: Remove
14390         no-longer-necessary 'extern int errno' decl; gnulib assumes C89 or
14391         better.
14392         (NULL) [!defined NULL]: Remove; we assume C89 or better.
14393         Include <dirent.h> in a way that is compatible with modern Autoconf.
14394         (_D_ALLOC_NAMELEN, _D_EXACT_NAMLEN):
14395         New macros, if not already defined.
14396         Include <unistd.h> if _LIBC, not if __GNU_LIBRARY__.
14397         Use "_LIBC", not "defined _LIBC", for consistency.
14398         (HAVE_MEMPCPY): Remove; no longer needed now that gnulib has
14399         a mempcpy module.
14400         (__lstat, __closedir, __opendir, __readdir) [!_LIBC]: New macros.
14401         (GETCWD_RETURN_TYPE): Remove.  All uses replaced by char *.
14402         * lib/xgetcwd.c: David MacKenzie's old code was removed, so give
14403         credit only to Jim Meyering and adjust the copyright dates.
14404         Do not include <limits.h>, <stdio.h>, <sys/types.h>,
14405         <stdlib.h>, <unistd.h>, "pathmax.h".
14406         Instead, include "xgetcwd.h" (first) and "getcwd.h".
14407         (INITIAL_BUFFER_SIZE): Remove.
14408         (xgetcwd): Rely on getcwd, since we now depend on a reliable one.
14409
14410 2004-11-25  Paul Eggert  <eggert@cs.ucla.edu>
14411
14412         * m4/getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Renamed from
14413         GL_FUNC_GETCWD_PATH_MAX for consistency.  All uses changed.
14414         Use the _ONCE methods, for efficiency.
14415         Check for fcntl.h.  In test program, include <errno.h>
14416         and <fcntl.h> if available.  Remove old K&R cruft from
14417         test program.  Check for common errors in GNU/Linux,
14418         OpenBSD, and Solaris.  Just set gl_cv_func_getcwd_path_max;
14419         don't do AC_LIBOBJ, as that's getcwd.m4's job.
14420         * m4/getcwd.m4 (gl_FUNC_GETCWD_NULL): Renamed from
14421         AC_FUNC_GETCWD_NULL.  All used changed.  Change cache variable
14422         name accordingly.
14423         (gl_FUNC_GETCWD, gl_PREREQ_GETCWD): New macros.  Revamp to
14424         accommodate new getcwd.c.
14425         * m4/jm-macros.m4 (gl_MACROS): Don't require GL_FUNC_GETCWD_PATH_MAX.
14426         * m4/prereq.m4 (gl_PREREQ): Add gl_FUNC_MEMPCPY.
14427         * m4/xgetcwd.m4 (gl_XGETCWD): Replace with gl_FUNC_GETCWD, since
14428         that's all we need now.
14429
14430 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14431
14432         * m4/argp.m4 (gl_ARGP): Require gl_GETOPT_SUBSTITUTE unconditionally:
14433         argp-parse.c depends on getopt internals, that means we should
14434         always use our getopt, to be on the safe side.
14435         * m4/getopt.m4 (gl_GETOPT): Check if GETOPT_H is already set, in
14436         order not to spoil the result of an eventual previous invocation
14437         of gl_GETOPT_SUBSTITUTE.
14438
14439 2004-11-23  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
14440
14441         * lib/getopt_.h: Re-addition of __getopt_argv_const caused
14442         redefinition warnings. To avoid them, include the defines
14443         in `#if !defined __need_getopt ... #endif'. The only place
14444         where __getopt_argv_const is used is in definitions
14445         of getopt_long and getopt_long_only below, which are as well
14446         protected by `#ifndef __need_getopt'.
14447         [defined __GETOPT_PREFIX && !defined __need_getopt]: Undef
14448         __need_getopt after including <stdio.h> and <unistd.h> These
14449         headers might have defined it.
14450
14451 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14452
14453         * m4/utimens.m4 (gl_UTIMENS): Check for futimes function.
14454
14455 2004-11-23  Paul Eggert  <eggert@cs.ucla.edu>
14456
14457         * lib/utimens.c (__attribute__, ATTRIBUTE_UNUSED): New macros.
14458         (futimens): New function, which uses futimes if available.
14459         (futimens, utimens): Support timespec==NULL, with same semantics
14460         as utime and utimens.
14461         * lib/utimens.h (futimens): New decl.
14462
14463 2004-11-23  Jim Meyering  <jim@meyering.net>
14464
14465         * lib/getopt_.h: Remove trailing blanks.
14466
14467 2004-11-23  Jim Meyering  <jim@meyering.net>
14468
14469         * lib/__fpending.c: Add comment.
14470
14471 2004-11-22  Paul Eggert  <eggert@cs.ucla.edu>
14472
14473         * modules/canonicalize (Depends-on): Add xreadlink.
14474         Problem reported by James Youngman.
14475
14476 2004-11-20  Paul Eggert  <eggert@cs.ucla.edu>
14477
14478         * lib/getopt_.h (__GETOPT_CONCAT, __GETOPT_XCONCAT, __GETOPT_ID):
14479         New macros.
14480         (getopt, getopt_long, getopt_long_only, optarg, opterr, optind,
14481         optopt): Use them instead of invoking ## directly; otherwise, the
14482         symbols will be __GETOPT_PREFIXgetopt rather than rpl_getopt.
14483
14484 2004-11-19  Bruno Haible  <bruno@clisp.org>
14485
14486         * lib/strtok_r.c: Move comments from here...
14487         * lib/strtok_r.h: ... to here.
14488
14489 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14490
14491         * m4/calloc.m4 (_AC_FUNC_CALLOC_IF): Check for buggy calloc
14492         implementations that mishandle size_t overflow.
14493
14494 2004-11-17  Paul Eggert  <eggert@cs.ucla.edu>
14495
14496         * lib/realloc.c (rpl_realloc): Call 'free' if n==0, since realloc
14497         might fail.  Problem reported by Yoann Vandoorselaere.
14498         * lib/calloc.c (rpl_calloc): Defend against buggy calloc
14499         implementations that mishandle size_t overflow.
14500
14501 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14502
14503         * modules/canon-host (Depends-on): Add strdup.
14504
14505 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14506
14507         * m4/canon-host.m4 (gl_CANON_HOST): Check for getaddrinfo.
14508
14509 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14510
14511         * lib/canon-host.c: Include "strdup.h".
14512         (canon_host): Use getaddrinfo if available, so that IPv6 works.
14513         Use strdup instead of malloc/strcpy to duplicate strings.
14514
14515         * lib/human.h (LONGEST_HUMAN_READABLE): Add 1 for space before unit.
14516         (human_space_before_unit): New constant.
14517         * lib/human.c (human_readable): Support it.
14518
14519         * lib/xgetcwd.c: Include <limits.h>, for PATH_MAX.
14520         (xgetcwd): Set errno correctly when failing.
14521         Work around Solaris 9 bug: getcwd sets errno==ERANGE even though
14522         the failure is actually due to a PATH_MAX problem.
14523
14524         Further getopt changes to make it more likely that glibc will
14525         buy the changes back.
14526         * lib/getopt.c (POSIXLY_CORRECT): New constant.
14527         (getopt): Use it, so to preserve glibc semantic
14528         * lib/getopt1.c (getopt_long, getopt_long_only): Arg is char * const *
14529         when compiling for libc.
14530         * lib/getopt_.h (__getopt_argv_const): Bring it back.
14531         (getopt_long, getopt_long_only): Use it.
14532
14533         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14534         _getopt_internal): New arg POSIXLY_CORRECT.  All callers changed.
14535         (getopt): Argv is now char * const *, as per standard.
14536         (_getopt_internal_r, _getopt_internal): Argv is now char **,
14537         not char *__getopt_argv_const *.
14538         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14539         _getopt_long_only_r): Likewise.
14540         * lib/getopt_.h (getopt, getopt_long, geopt_long_only): Likewise.
14541         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14542         _getopt_long_r, _getopt_long_only_r): Likewise.
14543         * lib/getopt_.h (__getopt_argv_const): Remove.
14544         (getopt): Argv is now char * const *, as per standard.
14545
14546         * lib/getdate.y (tORDINAL): New token.
14547         (day, relunit): Allow it for relative times.
14548         (relative_time_table): Use tORDINAL for ordinals.
14549
14550 2004-11-16  Paul Eggert  <eggert@cs.ucla.edu>
14551
14552         * doc/getdate.texi (General date syntax): "next" is 1, not 2.
14553         Document that "second" isn't allowed as an ordinal number.
14554
14555 2004-11-16  Jim Meyering  <jim@meyering.net>
14556
14557         * modules/closeout (Depends-on): Add fpending.
14558
14559 2004-11-15  Jim Meyering  <jim@meyering.net>
14560
14561         * lib/closeout.c: Include "__fpending.h" once again.
14562         Include <stdbool.h>.
14563         (close_stdout): Don't fail just because stdout was closed initially,
14564         since some programs don't write to stdout in the normal course of
14565         operation (other than --version and --help), and we don't want this
14566         function to make e.g. `touch file >&-' fail.
14567         But do fail if it was closed and someone has tried to write to it.
14568         E.g., `printf foo >&-' must fail.
14569
14570 2004-11-13  Jim Meyering  <jim@meyering.net>
14571
14572         * m4/jm-macros.m4: Do require gl_FUNC_FPENDING.
14573
14574 2004-11-12  Simon Josefsson  <jas@extundo.com>
14575
14576         * config/srclist.txt: Add strtok_r.c, glibc bought our changes, but a
14577         small doc fix is still pending.
14578
14579 2004-11-11  Simon Josefsson  <jas@extundo.com>
14580
14581         * modules/strtok_r: New file.
14582
14583         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14584         strtok_r.
14585
14586 2004-11-11  Simon Josefsson  <jas@extundo.com>
14587
14588         * m4/strtok_r.m4: New file.
14589
14590         * m4/getopt.m4: Replace opterr.
14591
14592 2004-11-11  Simon Josefsson  <jas@extundo.com>
14593
14594         * lib/strtok_r.h, strtok_r.c: New file.
14595
14596 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14597
14598         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): Define __GETOPT_PREFIX instead
14599         of replacing opterr, getopt, etc.  This should handle the
14600         powerpc-apple-darwin5.5 problem recently noted by Simon Josefsson.
14601
14602 2004-11-11  Paul Eggert  <eggert@cs.ucla.edu>
14603
14604         * lib/getopt_.h (__getopt_argv_const): New macro, to be used so that
14605         we can stop lying to compilers about the constness of argv when we
14606         are compiled outside glibc.
14607         (getopt, getopt_long, getopt_long_only): Use it.
14608         * lib/getopt.c (_getopt_initialize, _getopt_internal_r,
14609         _getopt_internal, getopt): Likewise.
14610         * lib/getopt1.c (getopt_long, _getopt_long_r, getopt_long_only,
14611         _getopt_long_only_r): Likewise.
14612         * lib/getopt_int.h (_getopt_internal, _getopt_internal_r,
14613         _getopt_long_r, _getopt_long_only_r): Likewise.
14614
14615         * lib/getopt_.h [defined __GETOPT_PREFIX && !defined __need_getopt]:
14616         Include <stdlib.h> and <stdio.h>, and <unistd.h> if available.
14617         Then rename getopt to __GETOPT_PREFIX##getopt, and so forth for
14618         the other external symbols.
14619         (getopt) [!defined __GNU_LIBRARY]: Use prototype, not old-style
14620         declaration, since the above renaming now works around collisions.
14621
14622 2004-11-11  Jim Meyering  <jim@meyering.net>
14623
14624         * lib/linebreak.c: Remove trailing blanks.
14625         * lib/alloca_.h: Likewise.
14626         * lib/acosl.c: Likewise.
14627         * lib/euidaccess.c: Likewise.
14628         * lib/allocsa.h: Likewise.
14629
14630 2004-11-10  Simon Josefsson  <jas@extundo.com>
14631
14632         * m4/getaddrinfo.m4: New file.
14633
14634 2004-11-10  Simon Josefsson  <jas@extundo.com>
14635
14636         * lib/getaddrinfo.h, lib/getaddrinfo.c: New files.
14637
14638 2004-11-10  Simon Josefsson  <jas@extundo.com>
14639
14640         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
14641         getaddrinfo.
14642
14643         * modules/getaddrinfo: New file.
14644
14645 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14646
14647         * m4/prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.
14648
14649 2004-11-10  Paul Eggert  <eggert@cs.ucla.edu>
14650
14651         * lib/mktime.c (SHR): New macro, which is a portable
14652         substitute for >> that should work even on Crays.
14653         (TIME_T_MIDPOINT, ydhms_diff, __mktime_internal): Use it.
14654         Problem reported by Mark D. Baushke in
14655         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00071.html>.
14656         * lib/getdate.y (SHR): Likewise.
14657         (tm_diff): Use it.
14658         * lib/strftime.c (SHR): Likewise.
14659         (tm_diff): Use it.
14660         * lib/quotearg.c (struct quoting_options): Use unsigned int for
14661         quote_these_too, so that right shifts are well defined.  All uses
14662         changed.
14663
14664 2004-11-10  Jim Meyering  <jim@meyering.net>
14665
14666         Ensure that no close failure goes unreported.
14667         * lib/closeout.c (close_stdout): Always close stdout.  I.e., don't
14668         return early when it seems there's nothing to flush.
14669         Don't include __fpending.h.
14670
14671 2004-11-10  Jim Meyering  <jim@meyering.net>
14672
14673         * modules/closeout (Depends-on): Remove fpending.
14674
14675 2004-11-10  Jim Meyering  <jim@meyering.net>
14676
14677         * m4/jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.
14678
14679 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14680
14681         * m4/strftime.m4 (_gl_STRFTIME_PREREQS): Remove.  Move its body to
14682         gl_FUNC_STRFTIME.
14683         (gl_FUNC_STRFTIME): Use AC_CHECK_FUNCS_ONCE and AC_CHECK_HEADERS_ONCE
14684         and AC_REQUIRE when possible, to avoid duplicate checks.
14685         Check for <wchar.h>.
14686
14687 2004-11-09  Paul Eggert  <eggert@cs.ucla.edu>
14688
14689         * lib/strftime.c (DO_MULTIBYTE): Check for wchar.h, too.
14690
14691 2004-11-09  Bruno Haible  <bruno@clisp.org>
14692
14693         * m4/sockpfaf.m4: New file.
14694
14695 2004-11-05  Bruno Haible  <bruno@clisp.org>
14696
14697         * lib/readlink.c: Include stddef.h, needed for size_t on Woe32.
14698         Reported by Mark D. Baushke <mdb@cvshome.org>.
14699
14700 2004-11-04  Bruno Haible  <bruno@clisp.org>
14701
14702         2004-09-11  Bruno Haible  <bruno@clisp.org>
14703                 * allocsa.valgrind: New file.
14704         2004-02-06  Bruno Haible  <bruno@clisp.org>
14705                 * allocsa.h (sa_alignof): Define differently with HP-UX cc, to
14706                 avoid a bug of this cc on HP-UX 10.20 dealing with enums.
14707                 Reported by Christopher Seip <chris.seip@hp.com>.
14708
14709 2004-11-04  Bruno Haible  <bruno@clisp.org>
14710
14711         * modules/allocsa (Files): Add lib/allocsa.valgrind.
14712         (Makefile.am): Distribute it.
14713
14714 2004-11-03  Paul Eggert  <eggert@cs.ucla.edu>
14715
14716         * lib/xreadlink.c (xreadlink): AIX and HP-UX readlink return -1
14717         with errno == ERANGE if the buffer is too small.
14718         Problem reported by Mark D. Baushke.
14719
14720 2004-11-03  Albert Chin  <china@thewrittenword.com>
14721             Paul Eggert  <eggert@cs.ucla.edu>
14722
14723         * m4/uint32_t.m4 (gl_AC_TYPE_UINT32_T): When determining uint32_t
14724         equivalent, substitute $ac_type for equivalent type rather than
14725         blindly using uint32_t *always* which won't work if uint32_t is not
14726         available.  Define _UINT32_T to work around typedef of uint32_t if
14727         <sys/sched.h>, <pthread.h>, or <semaphore.h> used on Solaris
14728         2.5.1.
14729
14730 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14731
14732         * m4/jm-macros.m4: Sync from coreutils.
14733         (gl_MACROS): Check for mbrlen, for pathchk.
14734         (gl_CHECK_ALL_TYPES): Require AC_TYPE_MBSTATE_T, for pathchk.
14735
14736 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14737
14738         * lib/xreadlink.c (MAXSIZE): New macro.
14739         (xreadlink): Use it instead of SSIZE_MAX.  Ensure initial buffer
14740         size does not exceed MAXSIZE.  Avoid cast.
14741         As suggested by Mark D. Baushke in
14742         <http://lists.gnu.org/archive/html/bug-gnulib/2004-11/msg00009.html>,
14743         if readlink fails with buffer size just under MAXSIZE, try again
14744         with MAXSIZE.
14745
14746 2004-11-02  Paul Eggert  <eggert@cs.ucla.edu>
14747
14748         * config/srclist.txt: Add mktime.c; glibc bought all our changes.
14749
14750 2004-11-02  Derek R. Price  <derek@ximbiot.com>
14751         and  Paul Eggert  <eggert@cs.ucla.edu>
14752
14753         * lib/getdate.y [!TEST]: Include <stdio.h>, since we use sprintf now.
14754         (get_date): Overparenthesize to avoid GCC warning.
14755
14756 2004-11-02  Bruno Haible  <bruno@clisp.org>
14757
14758         * m4/setenv.m4 (gt_FUNC_SETENV): Define VOID_UNSETENV if unsetenv()
14759         returns void.
14760
14761 2004-11-02  Bruno Haible  <bruno@clisp.org>
14762
14763         * lib/setenv.h (unsetenv): Define as a macro if the system's unsetenv()
14764         function returns void.
14765
14766 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14767
14768         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for declarations of
14769         fflush_unlocked, flockfile, funlockfile, funlockfile,
14770         fputs_unlocked, putc_unlocked.
14771
14772 2004-11-01  Paul Eggert  <eggert@cs.ucla.edu>
14773
14774         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14775         (funlockfile, fputs_unlocked, putc_unlocked): Don't define if
14776         already declared.
14777
14778 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14779
14780         * modules/getdate (Files): Add doc/getdate.texi.
14781         (Depends-on): Add setenv, xalloc.
14782
14783 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14784
14785         * lib/getdate.y: Add support for TZ="foo" within a date string.
14786         Fix some bugs near time_t boundaries.  Reject dates with
14787         out-of-range components, e.g., "Sept 31".
14788         Include <stdlib.h>, "setenv.h", "xalloc.h".
14789         (ISDIGIT_LOCALE): Remove; unused.
14790         Note that the TZ and time functions used here are not reentrant.
14791         (mktime_ok, get_tz): New functions.
14792         (TZBUFSIZE): New constant.
14793         (get_date): Parse leading TZ="foo".  Reject out-of-range components;.
14794         This requires that we sometimes generate our own TZ="XXX..." setting.
14795
14796 2004-10-29  Paul Eggert  <eggert@cs.ucla.edu>
14797
14798         * doc/getdate.texi: New file, from coreutils with modifications for
14799         the new TZ parsing.
14800
14801 2004-10-27  Derek R. Price  <derek@ximbiot.com>
14802
14803         * lib/mktime.c (not_equal_tm): Remove redundant check.
14804
14805 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14806
14807         * modules/regex (lib_SOURCES): Add regex.c.
14808         Reported by James Youngman in
14809         <http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00199.html>.
14810
14811 2004-10-24  Paul Eggert  <eggert@cs.ucla.edu>
14812
14813         * lib/getdate.y: Use Bison 1.875 features, and some minor
14814         code cleanups.  This change does not affect semantics.
14815         Don't include <stdlib.h>; no longer needed.
14816         Don't include unlocked-io.h; only the "#if TEST" code uses
14817         stdio, and performance isn't crucial there.
14818         (PC, YYLEX_PARAM, YYPARSE_PARAM): Remove; replaced by
14819         Bison 1.875 features as described below.
14820         All uses of "PC." replaced by "pc->".
14821         (YYSTYPE): Add a forward declaration.
14822         (yylex, yyerror): Use full prototypes in forward decls.
14823         Use "%pure-parser" rather than obsolescent "%pure_parser".
14824         Use %parse-param and %lex-param instead of obsolescent
14825         YYPARSE_PARAM and YYLEX_PARAM.
14826         (meridian_table, month_and_day_table, time_units_table,
14827         relative_time_table, time_zone_table, military_table,
14828         lookup_zone, lookup_word, get_date):
14829         Use NULL instead of 0 where appropriate.
14830         (to_hour): Avoid abort (), to avoid a dependency on
14831         stdlib.h.
14832         (yyerror, yylex): Now accepts parser_control * arg.
14833         (main) [TEST]: Use '\0' rather than 0 for char.
14834
14835 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14836
14837         * m4/getpagesize.m4 (gl_GETPAGESIZE): Check for <sys/param.h>.
14838
14839 2004-10-22  Paul Eggert  <eggert@cs.ucla.edu>
14840
14841         * lib/getpagesize.c (getpagesize): Don't assume <sys/param.h> exists.
14842         It's now the caller's responsibility to handle the case where
14843         !HAVE_GETPAGESIZE && !defined getpagesize.
14844
14845         * lib/mktime.c (leapyear): Arg is long int, not int.
14846
14847 2004-10-18  Paul Eggert  <eggert@cs.ucla.edu>
14848
14849         * lib/argp-fs-xinl.c, argp-xinl.c: Update from glibc.
14850
14851 2004-10-17  Paul Eggert  <eggert@cs.ucla.edu>
14852
14853         * gnulib-tool (func_emit_lib_Makefile_am): Fix typo: a $ was
14854         missing.  Problem reported by James Youngman.
14855
14856 2004-10-16  Simon Josefsson  <jas@extundo.com>
14857
14858         * gnulib-tool: Fix comments.  Fix parse problem.
14859         (func_emit_lib_Makefile_am): Don't hard code a in libgl_a_SOURCES.
14860
14861 2004-10-15  Paul Eggert  <eggert@cs.ucla.edu>
14862
14863         * m4/getopt.m4 (gl_GETOPT): Detect and reject the incompatible BSD
14864         implementation of getopt_long.  Problem reported by Alexander Taler in:
14865         http://lists.gnu.org/archive/html/bug-gnulib/2004-10/msg00103.html
14866
14867 2004-10-15  Bruno Haible  <bruno@clisp.org>
14868
14869         * gnulib-tool: Untabify. Initialize supplied_libname.
14870         (func_usage): More homogenous output.
14871         (func_modules_transitive_closure, func_modules_to_filelist,
14872         func_emit_lib_Makefile_am): New functions.
14873         (func_import): New function, extracted from big case statement. Use
14874         func_get_license, func_modules_transitive_closure,
14875         func_modules_to_filelist, func_emit_lib_Makefile_am. Initialize
14876         opt_lgpl. Don't use test -a, as it's not portable.
14877         (func_create_testdir): Use func_modules_transitive_closure,
14878         func_modules_to_filelist, func_emit_lib_Makefile_am.
14879
14880 2004-10-15  Bruno Haible  <bruno@clisp.org>
14881
14882         * gnulib-tool (func_import): Let gl_INIT define LTALLOCA when needed.
14883
14884 2004-10-15  Bruno Haible  <bruno@clisp.org>
14885
14886         * gnulib-tool (func_emit_lib_Makefile_am): Add markers to separate
14887         the portions belonging to each module.
14888         Suggested by Derek Robert Price <derek@ximbiot.com>.
14889
14890 2004-10-12  Simon Josefsson  <jas@extundo.com>
14891
14892         * lib/getpass.c (fflush_unlocked, flockfile, funlockfile)
14893         (fputs_unlocked, putc_unlocked) [!_LIBCS && !USE_UNLOCKED_IO]: Map
14894         to real functions.
14895
14896 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14897
14898         * modules/vsnprintf: New file.
14899
14900 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14901
14902         * m4/vsnprintf.m4: New file.
14903
14904 2004-10-11  Yoann Vandoorselaere  <yoann@prelude-ids.org>
14905
14906         * lib/vsnprintf.h: New file.
14907         * lib/vsnprintf.c: New file.
14908
14909 2004-10-11  Bruno Haible  <bruno@clisp.org>
14910
14911         * MODULES.html.sh (Support for systems lacking ISO C 99): Add
14912         vsnprintf.
14913
14914 2004-10-10  Paul Eggert  <eggert@cs.ucla.edu>
14915
14916         * config/srclistvars.sh: Add GNUSTANDARDS (for eggert only).
14917
14918 2004-10-07  Bruno Haible  <bruno@clisp.org>
14919
14920         * lib/snprintf.c (snprintf): Avoid a memory allocation if the result
14921         fits into the provided buffer.
14922
14923 2004-10-06  Paul Eggert  <eggert@cs.ucla.edu>
14924
14925         * lib/diacrit.c, diacrit.h: Add GPL notice.
14926
14927         * lib/atanl.c, logl.c: Add GPL notice, to match glibc's added LGPL
14928         notice.
14929         * lib/atanl.c (atanl): Keep the code as similar to glibc as possible.
14930         * lib/logl.c (logl): Keep the code as similar to glibc as possible.
14931         This avoids a potential constant-folding bug.
14932
14933 2004-10-05  Bruno Haible  <bruno@clisp.org>
14934
14935         * m4/strsep.m4 (gl_FUNC_STRSEP): Require AC_GNU_SOURCE. Don't check
14936         for the declaration of strsep.
14937
14938 2004-10-05  Bruno Haible  <bruno@clisp.org>
14939
14940         * lib/strsep.h: Don't declare strsep() if HAVE_STRSEP.
14941
14942 2004-10-04  Simon Josefsson  <jas@extundo.com>
14943
14944         * modules/memmem: New file.
14945         * tests/test-memmem.c: New file.
14946         * MODULES.html.sh (Extra functions based on ANSI C 89): Add memmem.
14947
14948 2004-10-04  Simon Josefsson  <jas@extundo.com>
14949
14950         * m4/memmem.m4: New file.
14951
14952 2004-10-04  Simon Josefsson  <jas@extundo.com>
14953
14954         * lib/memmem.h: New file.
14955         * lib/memmem.c: New file, taken from glibc.
14956
14957 2004-10-04  Simon Josefsson  <jas@extundo.com>
14958
14959         * lib/error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
14960         '#ifdef USE_UNLOCKED_IO'.
14961
14962 2004-10-04  Simon Josefsson  <jas@extundo.com>
14963
14964         * config/srclist.txt: Add memmem from glibc.
14965
14966 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14967
14968         * modules/xalloc (Files, Makefile.am): Remove xstrdup.c.
14969
14970         * modules/argmatch, modules/argp, modules/closeout, modules/error,
14971         modules/exclude, modules/getdate, modules/getline,
14972         modules/getndelim2, modules/getpass, modules/getpass-gnu,
14973         modules/getusershell, modules/linebuffer, modules/md5,
14974         modules/mountlist, modules/posixtm, modules/readtokens,
14975         modules/readutmp, modules/regex, modules/sha1,
14976         modules/version-etc, modules/yesno:
14977         Remove dependency on unlocked-io.
14978
14979 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14980
14981         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Remove.  All uses removed.
14982
14983         * m4/unlocked-io.m4: Add copyright notice.
14984         (gl_FUNC_GLIBC_UNLOCKED_IO): Define USE_UNLOCKED_IO.
14985
14986 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14987
14988         * lib/xalloc.h (xmemdup): Renamed from xclone.  All uses changed.
14989         * lib/xmalloc.c (xmemdup): Likewise.
14990         * lib/xalloc.h (CCLONE, CLONE, NEW, XCALLOC, XMALLOC, XREALLOC,
14991         XFREE): Remove these long-obsolescent macros.
14992         * lib/xmalloc.c (xstrdup): Implementation moved here from xstrdup.c
14993         * lib/xstrdup.c: Remove.
14994
14995         * lib/regex.c (re_comp): Cast gettext return value to char *,
14996         Problem reported by Martin Neitzel via Mark D. Baushke.
14997
14998 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
14999
15000         * lib/argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
15001         getndelim2.c, getpass.c, getusershell.c, linebuffer.c,
15002         md5.c, mountlist.c, posixtm.c, readtokens.c, readutmp.c,
15003         regex.c, sha1.c, version-etc.c, yesno.c:
15004         Include "unlocked-io.h" only if USE_UNLOCKED_IO.
15005         * lib/unlocked-io.h: Don't worry about USE_UNLOCKED_IO; that's now
15006         the includer's responsibility.
15007
15008         Sync from coreutils.
15009
15010         * lib/modechange.c (mode_compile): Don't decrement a pointer that
15011         points to the start of a string, as the C Standard says the
15012         resulting behavior is undefined.
15013
15014         * lib/backupfile.h (enum backuptype): Rename none -> no_backups,
15015         simple -> simple_backups, numbered_existing ->
15016         numbered_existing_backups, numbered -> numbered_backups
15017         to avoid shadowing problems.  All uses changed.
15018         * lib/argmatch.c (enum backuptype) [defined TEST]: Likewise.
15019         * lib/backupfile.c (check_extension, numbered_backup):
15020         Rename locals to avoid shadowing 'basename'.
15021         * lib/backupfile.h (VALID_BACKUP_TYPE): Don't evaluate arg more than
15022         once.
15023
15024         * lib/.cppi-disable: Add getopt_.h, getopt_int.h.
15025         * lib/.cvsignore: Add getopt.h.
15026
15027 2004-10-04  Bruno Haible  <bruno@clisp.org>
15028
15029         * modules/README: New file.
15030         * gnulib-tool (func_all_modules, func_verify_module): modules/README is
15031         not a module.
15032
15033 2004-10-02  Jim Meyering  <jim@meyering.net>
15034
15035         * lib/dirfd.h, getpagesize.h: Add copyright notice.
15036
15037 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15038
15039         * modules/strsep: New file.
15040
15041 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15042
15043         * m4/strsep.m4: New file.
15044
15045 2004-10-01  Yoann Vandoorselaere  <yoann@prelude-ids.org>
15046
15047         * lib/strsep.h: New file.
15048         * lib/strsep.c: New file.
15049
15050 2004-10-01  Simon Josefsson  <jas@extundo.com>
15051
15052         * lib/snprintf.c (snprintf): Handle size==0.
15053
15054 2004-10-01  Simon Josefsson  <jas@extundo.com>
15055             Bruno Haible  <bruno@clisp.org>
15056
15057         * lib/snprintf.c: Include <stdarg.h>, <stdlib.h>, <string.h>.
15058         (snprintf): Declare 'args'.
15059
15060 2004-10-01  Paul Eggert  <eggert@cs.ucla.edu>
15061
15062         * lib/snprintf.c: Remove comments as to why each header is needed.
15063
15064 2004-10-01  Bruno Haible  <bruno@clisp.org>
15065
15066         * MODULES.html.sh: Add strsep.
15067
15068 2004-09-30  Simon Josefsson  <jas@extundo.com>
15069
15070         * modules/snprintf: New file.
15071
15072 2004-09-30  Simon Josefsson  <jas@extundo.com>
15073
15074         * m4/snprintf.m4: New file.
15075
15076 2004-09-30  Simon Josefsson  <jas@extundo.com>
15077
15078         * lib/snprintf.h, lib/snprintf.c: New files.
15079
15080 2004-09-30  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
15081
15082         * lib/argp-help.c (canon_doc_option): Fixed coredump if *name==NULL
15083         (hol_entry_help): Never translate an empty string.
15084         Do not translate option tag (opt->name) if OPTION_NO_TRANS is set
15085         * lib/argp.h (OPTION_NO_TRANS): New option.
15086
15087 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15088
15089         * modules/argp (Maintainer): Replace Simon Josefsson
15090         by Sergey Poznyakoff.
15091
15092 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15093
15094         * config/srclist.txt: Comment-out argp/argp.h, until we get the argp
15095         changes merged back into glibc.
15096
15097 2004-09-30  Paul Eggert  <eggert@cs.ucla.edu>
15098
15099         * MODULES.html.sh (Support for systems lacking ISO C 99): Add snprintf.
15100
15101 2004-09-29  Oskar Liljeblad  <oskar@osk.mine.nu>
15102
15103         * lib/xvasprintf.c: Include xalloc.h.
15104         (xvasprintf): Use xalloc_die, not xmalloc_die.
15105
15106 2004-09-29  Bruno Haible  <bruno@clisp.org>
15107
15108         * modules/alloca-opt: New file, derived from modules/alloca.
15109         * modules/allocsa: Depend on alloca-opt instead of alloca.
15110         * modules/setenv: Likewise.
15111         * modules/vasnprintf: Likewise.
15112         * MODULES.html.sh: Add alloca-opt.
15113
15114 2004-09-28  Simon Josefsson  <jas@extundo.com>
15115
15116         * gnulib-tool: New parameter --lgpl, to asseert that modules are
15117         LGPL, and to replace license template from GPL to LGPL.
15118
15119 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15120
15121         * modules/dummy: Change license to LGPL.
15122
15123 2004-09-28  Paul Eggert  <eggert@cs.ucla.edu>
15124
15125         * lib/dummy.c: Change copyright notice to FSF, and license to GPL.
15126
15127 2004-09-24  Simon Josefsson  <jas@extundo.com>
15128
15129         * modules/minmax (License): Change from GPL to LGPL.
15130
15131 2004-09-23  Simon Josefsson  <jas@extundo.com>
15132
15133         * gnulib-tool (--import): Typo.
15134
15135 2004-09-23  Simon Josefsson  <jas@extundo.com>
15136
15137         * gnulib-tool (--import): Make sure *.m4 end up in m4/ by default.
15138
15139 2004-09-22  Bruno Haible  <bruno@clisp.org>
15140
15141         * modules/*: Add 'License' field.
15142         * gnulib-tool: Accept --extract-license option.
15143         (func_get_license): New function.
15144
15145 2004-09-21  Bruno Haible  <bruno@clisp.org>
15146
15147         * modules/vasnprintf (Files): Add m4/stdint_h.m4, m4/inttypes_h.m4.
15148         Reported by Simon Josefsson.
15149
15150 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15151
15152         * modules/inttostr (Files): Add m4/longlong.m4, since it uses
15153         gl_AC_TYPE_LONG_LONG.
15154
15155 2004-09-20  Paul Eggert  <eggert@cs.ucla.edu>
15156
15157         * config/srclist.txt: Add getsubopt.c, since libc bought our changes.
15158
15159 2004-09-18  Simon Josefsson  <jas@extundo.com>
15160         and  Paul Eggert  <eggert@cs.ucla.edu>
15161
15162         * gnulib-tool: Replace various ad-hoc automake/autoconf/aclocal
15163         calls with autoreconf.  Define GL_LIB.
15164
15165 2004-09-14  Karl Berry  <karl@gnu.org>
15166
15167         * config/srclist.txt: unsync setenv.c, sigh.
15168
15169 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15170
15171         * lib/argp-pvh.c (argp_program_version_hook): Provide initial value.
15172         Problem reported by Bruno Haible in:
15173         http://lists.gnu.org/archive/html/bug-tar/2004-09/msg00023.html
15174
15175 2004-09-13  Paul Eggert  <eggert@cs.ucla.edu>
15176
15177         * config/srclist.txt: Comment out argp-pvh.c.
15178
15179 2004-09-11  Paul Eggert  <eggert@cs.ucla.edu>
15180
15181         * lib/mempcpy.h: Wrap the entire include file inside #ifndef mempcpy,
15182         in case some system header has #define'd it.  Problem reported by
15183         Soeren D. Schulze in
15184         <http://lists.gnu.org/archive/html/bug-gnulib/2004-09/msg00017.html>.
15185
15186 2004-09-09  Karl Berry  <karl@gnu.org>
15187
15188         * regex.[ch]: delete from the root.  These were supposed to be
15189                 synced with emacs cvs, but this has not happened for about
15190                 a year, and anyway nothing else uses emacs regex.[ch].
15191                 bug-gnulib mail from Jeff Bailey, 9 Sep 2004 15:49:24 -0700.
15192                 lib/regex[.ch] is untouched.
15193
15194 2004-09-09  Bruno Haible  <bruno@clisp.org>
15195
15196         * modules/vasnprintf (Files): Add m4/eoverflow.m4.
15197
15198 2004-09-09  Bruno Haible  <bruno@clisp.org>
15199
15200         * m4/eoverflow.m4: New file, taken from GNU libiconv eilseq.m4 with
15201         modifications.
15202         * m4/vasnprintf.m4 (gl_FUNC_VASNPRINTF): Require gl_EOVERFLOW.
15203
15204 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15205
15206         * modules/xvasprintf: New file.
15207         * MODULES.html.sh (Extra functions based on ANSI C 89): Add vasprintf.
15208
15209 2004-09-08  Oskar Liljeblad  <oskar@osk.mine.nu>
15210
15211         * lib/xvasprintf.h: New file.
15212         * lib/xvasprintf.c: New file.
15213         * lib/xasprintf.c: New file.
15214
15215 2004-09-08  Bruno Haible  <bruno@clisp.org>
15216
15217         * m4/stdint.m4: New file, taken from GNU clisp with modifications.
15218
15219 2004-09-08  Bruno Haible  <bruno@clisp.org>
15220
15221         * lib/vasnprintf.c (VASNPRINTF): Signal EOVERFLOW if the resulting
15222         length is > INT_MAX.
15223         * lib/vasprintf.c (vasprintf): Don't test for length > INT_MAX any
15224         more.
15225
15226 2004-09-08  Bruno Haible  <bruno@clisp.org>
15227
15228         * lib/stdint_.h: New file, taken from GNU clisp.
15229
15230 2004-09-08  Bruno Haible  <bruno@clisp.org>
15231             Oskar Liljeblad  <oskar@osk.mine.nu>
15232
15233         * modules/stdint: New file.
15234         * MODULES.html.sh (Support for systems lacking ISO C 99): Add stdint.
15235
15236 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15237
15238         Import from coreutils.
15239         * lib/userspec.c: Don't use <alloca.h>, so that we don't use alloca on
15240         strings on unbounded length.  alloca's performance benefits aren't
15241         that important here.
15242         (V_STRDUP): Remove.
15243         (parse_with_separator): New function, with most of the internals
15244         of the old parse_user_spec.  Allow user to omit both user and group,
15245         for compatibility with FreeBSD.
15246         Clone only the user name, not the entire spec.
15247         Do not set *uid, *gid unless entirely successful.
15248         Avoid memory leak in some failing cases.
15249         Fix regression for USER.GROUP reported by Dmitry V. Levin in
15250         <http://lists.gnu.org/archive/html/bug-coreutils/2004-08/msg00102.html>
15251         (parse_user_spec): Rewrite to use parse_with_separator.
15252
15253 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15254
15255         * modules/userspec: Don't depend on alloca.
15256
15257 2004-08-19  Paul Eggert  <eggert@cs.ucla.edu>
15258
15259         * m4/userspec.m4 (gl_USERSPEC): Don't require AC_FUNC_ALLOCA.
15260
15261 2004-08-17  Paul Eggert  <eggert@cs.ucla.edu>
15262
15263         * MODULES.html.sh: Add xalloc-die, c-strtod, c-strtold, raise,
15264         readtokens0, getcwd, fcntl-safer, canonicalize, cycle-check,
15265         utimecmp, utimens, xnanosleep.  Rename sha to sha1.
15266
15267 2004-08-16  Simon Josefsson  <jas@extundo.com>
15268
15269         * gnulib-tool: Use sed instead of autoconf --trace, inspired by
15270         libtoolize behaviour by "Gary V. Vaughan" <gary@gnu.org>.
15271         Add --dry-run for --import.
15272         Let user provided command line parameters override configure.ac
15273         settings.
15274
15275 2004-08-12  Simon Josefsson  <jas@extundo.com>
15276
15277         * m4/getopt.m4 (gl_GETOPT_SUBSTITUTE): New macro,
15278         as discussed with Paul Eggert in threads rooted at
15279         <http://lists.gnu.org/archive/html/bug-gnulib/2004-06/msg00039.html>
15280         and
15281         <http://lists.gnu.org/archive/html/bug-gnulib/2004-07/msg00001.html>.
15282         Before, the test was empty, and relied on ELIDE_CODE in source
15283         code.)
15284         (gl_PREREQ_GETOPT): New macro.
15285         (gl_GETOPT): Use them.
15286
15287 2004-08-12  Simon Josefsson  <jas@extundo.com>
15288
15289         * lib/getopt.c, getopt1.c: Remove ELIDE_CODE hack.
15290         * lib/getopt_.h: Renamed from getopt.h.
15291
15292 2004-08-12  Simon Josefsson  <jas@extundo.com>
15293
15294         * gnulib-tool: Add --source-base, --m4-base, --libtool options.
15295         Change default library name from libfoo to libgnu.
15296         Now, if you have a configure.ac that says:
15297                 gl_SOURCE_BASE(gl)
15298                 gl_M4_BASE(gl/m4)
15299                 gl_MODULES(error getopt etcetera)
15300                 gl_INIT
15301         you can import all you need by running:
15302                 ../gnulib/gnulib-tool --import
15303
15304         * modules/getopt (Files): Rename getopt.h to getopt_.h.
15305         (Makefile.am): Rewrite, use logic from argz.
15306         (Include): Use <getopt.h> instead of "getopt.h".
15307
15308 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15309
15310         * modules/argp (Files): Add m4/unlocked-io.m4.
15311         (Depends-on): Add extensions.
15312
15313 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15314
15315         * m4/argp.m4 (gl_ARGP): Do not check for argp.h or argp_parse; nobody
15316         uses HAVE_ARGP_H or HAVE_ARGP_PARSE.
15317         Require gl_FUNC_GLIBC_UNLOCKED_IO, gl_USE_SYSTEM_EXTENSIONS.
15318         Check for program_invocation_name, program_invocation_short_name,
15319         flockfile, funlockfile, features.h, _getopt_long_only_r.
15320
15321 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15322
15323         * lib/argp-help.c, argp-parse.c: Use "gettext.h" instead of
15324         its complicated substitute.
15325         * lib/argp-help.c: Include <errno.h>, for program_invocation_short_name
15326         and program_invocation_name.
15327         (__argp_basename) [!_LIBC]: Remove; the only use was
15328         replaced by its body.
15329         (__argp_short_program_name): Change condition from
15330         !defined __argp_short_program_name to
15331         ! (defined _LIBC || HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME),
15332         to match argp-namefrob.h.
15333         (__argp_failure): Don't assume strerror_r returns char *.
15334         * lib/argp-parse.c (N_): Define unconditionally.
15335         (argp_default_options): Fill out initializers with 0 to avoid
15336         gcc warnings.
15337
15338 2004-08-12  Paul Eggert  <eggert@cs.ucla.edu>
15339
15340         * config/srclist.txt: Remove getopt.c, getopt.h (renamed to getopt_.h),
15341         getopt1.c.
15342
15343 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15344
15345         Merge from coreutils.
15346
15347         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for wmemchr and wmemcpy.
15348
15349         * m4/obstack.m4 (gl_PREREQ_OBSTACK): Require
15350         gl_AC_HEADER_INTTYPES_H, gl_AC_HEADER_STDINT_H, gl_AC_TYPE_UINTMAX_T.
15351
15352 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15353
15354         Merge from coreutils.
15355
15356         * lib/fnmatch.c (WIDE_CHAR_SUPPORT): Don't set to 1 if missing
15357         wmemchr or wmemcpy.  Problem reported by Robert Dahlem
15358         for Reliant Unix 5.43.
15359
15360         * lib/obstack.c: Include <inttypes.h> and <stdint.h> if available.
15361         (union fooround): Use uintmax_t, not long int.
15362         The rest is a merge from libc:
15363         [defined _LIBC]: Include <shlib-compat.h>.
15364         (_obstack) [defined _LIBC]: Remove after 2.3.4.
15365
15366         * lib/settime.c (settime): Recode to avoid warning with
15367         Sun Forte C 6U2.
15368
15369         * lib/strverscmp.c: Convert to UTF-8.
15370
15371 2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
15372
15373         * modules/obstack (Files): Add m4/inttypes_h.m4, m4/stdint_h.m4,
15374         m4/uintmax_t.m4.
15375
15376 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15377
15378         * modules/xalloc-die: New file.
15379         * modules/xalloc: Remove dependencies on error, gettext, exitfail.
15380
15381         * modules/md5 (Files): Add m4/uint32_t.m4.
15382         * modules/sha1: Renamed from modules/sha.
15383         (Files):
15384         Rename lib/sha.h to lib/sha1.h.
15385         Rename lib/sha.c to lib/sha1.c.
15386         Rename m4/sha.m4 to m4/sha1.m4.
15387         (lib_SOURCES): Likewise.
15388         (configure.ac): Rename gl_SHA to gl_SHA1.
15389         (Include): sha.h -> sha1.h.
15390
15391 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15392
15393         * m4/uint32_t.m4, m4/uintptr_t.m4: New files.
15394         * m4/sha1.m4: Renamed from sha.m4.
15395         (gl_SHA1): Renamed from gl_SHA.  All uses changed.
15396
15397 2004-08-09  Paul Eggert  <eggert@cs.ucla.edu>
15398
15399         * lib/obstack.h (obstack_empty_p):
15400         Don't assume that chunk->contents is suitably aligned.
15401         * lib/obstack.c (_obstack_begin, _obstack_begin_1, _obstack_newchunk):
15402         Likewise. Problem reported by Benno in
15403         <http://sources.redhat.com/ml/libc-alpha/2004-08/msg00055.html>.
15404
15405         * lib/chown.c (rpl_chown): Work even if the file is writeable but not
15406         readable.  This could be improved further but it'd take some work.
15407
15408 2004-08-08  Simon Josefsson  <jas@extundo.com>
15409
15410         * modules/xgethostname (Depends-on): Remove exit and error (not
15411         used).
15412
15413         * modules/getpass-gnu: Add getpass.h.
15414         (Depends-on): Add stdbool.
15415         * modules/getpass: Add getpass.h.
15416
15417 2004-08-08  Simon Josefsson  <jas@extundo.com>
15418
15419         * m4/getpass.m4 (gl_FUNC_GETPASS, gl_FUNC_GETPASS_GNU):
15420         Check getpass declaration.
15421
15422 2004-08-08  Simon Josefsson  <jas@extundo.com>
15423
15424         * lib/xgethostname.c: Don't include error.h (not used).
15425
15426         * lib/getpass.h: Add.
15427         * lib/getpass.c: Include getpass.h first.
15428
15429 2004-08-08  Paul Eggert  <eggert@cs.ucla.edu>
15430
15431         * lib/xalloc-die.c: New file.
15432         * lib/xalloc.h (xalloc_fail_func, xalloc_msg_memory_exhausted): Remove.
15433         All uses removed.
15434         * lib/xmalloc.c (xalloc_fail_func, xalloc_msg_memory_exhausted):
15435         Likewise. Move inclusions of gettext.h, error.h, exitfail.h to
15436         xalloc-die.c.
15437         (_, N_, xalloc_die): Move to xalloc-die.c.
15438         * lib/userspec.c (parse_user_spaec): Use xstrdup rather than strdup,
15439         so that we needn't mess with xalloc_msg_memory_exhausted.
15440
15441         * lib/sha1.h: Renamed from sha.h.
15442         (SHA1_H): Renamed from _SHA_H.
15443         (sha1_ctx): Renamed from sha_ctx.
15444         (sha1_init_ctx): Renamed from sha_init_ctx.
15445         (sha1_process_block): Renamed from sha_process_block.
15446         (sha1_process_bytes): Renamed from sha_process_bytes.
15447         (sha1_finish_ctx): Renamed from sha_finish_ctx.
15448         (sha1_read_ctx): Renamed from sha_read_ctx.
15449         (sha1_stream): Renamed from sha_stream.
15450         (sha1_buffer): Renamed from sha_buffer.
15451         * lib/sha1.c: Likewise; renamed from sha.c.
15452         Do not include <sys/types.h>.
15453         Include <stddef.h> rather than <stdlib.h>.
15454
15455 2004-08-08  Bruno Haible  <bruno@clisp.org>
15456
15457         * lib/pathname.h (FILE_SYSTEM_PREFIX_LEN): Renamed from
15458         FILESYSTEM_PREFIX_LEN.
15459         * lib/progreloc.c: Likewise.
15460         * lib/concatpath.c (concatenated_pathname): Use FILE_SYSTEM_PREFIX_LEN.
15461
15462 2004-08-06  Simon Josefsson  <jas@extundo.com>
15463
15464         * modules/progname (Depends-on): Don't depend on stdbool.
15465
15466 2004-08-06  Simon Josefsson  <jas@extundo.com>
15467
15468         * modules/getsubopt: New file.
15469         * MODULES.html.sh (Support for systems lacking POSIX:2001): Add
15470         getsubopt.
15471
15472 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15473
15474         More merge from coreutils.
15475
15476         * m4/utimens.m4, m4/utimecmp.m4: New files.
15477         * m4/backupfile.m4, euidacces.m4, acl.m4, afs.m4, calloc.m4, dirfd.m4,
15478         fsusage.m4, jm-macros.m4, ls-mntd-fs.m4, md5.m4, mountlist.m4,
15479         prereq.m4, sha.m4: Import changes from coreutils.
15480
15481 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15482
15483         More merge from coreutils.
15484         * modules/raise, modules/readtokens0, modules/utimens:
15485         * modules/utimecmp, module/xnanosleep: New files.
15486         * modules/strftime: Add lib/strftime.h.
15487         Change include from <time.h> to "strftime.h".
15488         * modules/yesno: Add lib/yesno.h.
15489         * modules/backupfile: Remove lib/addext.c.
15490         * modules/euidaccess: Add stat-macros.h.
15491         * modules/canonicalize, modules/euidaccess,
15492         modules/filemode, modules/lchown, modules/makepath,
15493         modules/rmdir, modules/stat: Likewise.
15494
15495 2004-08-06  Paul Eggert  <eggert@cs.ucla.edu>
15496
15497         Merge from tar.
15498         * lib/argp-help.c (make_hol, hol_append): Don't assume that
15499         SIZE_MAX is a valid preprocessor constant.
15500         (__argp_basename): Change from "#ifndef _LIBC"
15501         to "#ifndef __argp_short_program_name", so that
15502         we don't compile these functions for tar.
15503
15504         More merges from coreutils.
15505         * lib/raise.c, lib/readtokens0.h, lib/readtokens0.c, lib/strftime.h:
15506         * lib/utimens.h, lib/utimens.c, lib/utimecmp.h, lib/utimecmp.c:
15507         * lib/xnanosleep.h, lib/xnanosleep.c, lib/yesno.h: New files.
15508         * lib/addext.c: Remove; no longer needed.
15509         * lib/yesno.c, lib/argmatch.h, lib/argmatch.c, lib/backupfile.h,
15510         lib/backupfile.c, lib/euidaccess.c, lib/filemode.c, lib/closeout.c,
15511         lib/dup2.c, lib/exclude.c, lib/fileblocks.c, lib/filemode.c,
15512         lib/fnmatch.c, lib/fnmtahc_loop.c, lib/fopen-safer.c, lib/fsusage.c,
15513         lib/fsusage.h, lib/ftruncate.c, lib/full-write.c, lib/getdate.y,
15514         lib/getloadavg.c, lib/getugroups.c, lib/hard-locale.c,
15515         lib/hard-locale.h, lib/hash.c, lib/human.c, lib/human.h, lib/lchown.c,
15516         lib/lchown.h, lib/makepath.c, lib/makepath.h, lib/md5.c, lib/md5.h,
15517         lib/memchr.c, lib/memcoll.c, lib/memrchr.c, lib/modechange.c,
15518         lib/modechange.h, lib/mountlist.c, lib/mountlist.h, lib/nanosleep.c,
15519         lib/posixtm.c, lib/putenv.c, quotearg.c, lib/quotearg.h,
15520         lib/readtokens.c, lib/readutmp.c, lib/readutmp.h, lib/rmdir.c,
15521         lib/safe-read.c, lib/save-cwd.c, lib/savedir.c, lib/setenv.c,
15522         lib/sig2str.c, lib/stat.c, lib/strtoimax.c, lib/strverscmp.c,
15523         lib/userspec.c, lib/utime.c, lib/version-etc.c., lib/xgethostname.c,
15524         lib/xmemcoll.c, lib/xreadlink.c, lib/xstrtod.c, lib/xstrtod.h,
15525         lib/xstrtoimax.c, lib/xstrtol.c, lib/xstrtol.h, lib/xstrtoumax.c:
15526         Import changes from coreutils.
15527
15528 2004-08-05  Simon Josefsson  <jas@extundo.com>
15529
15530         * m4/strdup.m4: Always run gl_PREREQ_STRDUP, since strdup.h need it.
15531
15532 2004-08-05  Simon Josefsson  <jas@extundo.com>
15533
15534         * m4/getsubopt.m4: New file.
15535
15536 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15537
15538         Merge from coreutils.
15539
15540         * m4/c-strtod.m4, m4/canonicalize.m4, m4/fcntl-safer.m4:
15541         * m4/getcwd-path-max.m4: New files.
15542
15543         * m4/dos.m4 (gl_AC_DOS): filesystem -> file system renaming.
15544         FILESYSTEM_PREFIX_LEN ->
15545         FILE_SYSTEM_PREFIX_LEN.
15546         FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX ->
15547         FILE_SYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX.
15548         FILESYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR ->
15549         FILE_SYSTEM_BACKSLASH_IS_FILE_NAME_SEPARATOR.
15550
15551         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't require gl_AC_DOS, the
15552         prerequisite modules now handle the DOS stuff.
15553         Don't check for unistd.h.
15554
15555 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15556
15557         Merge from coreutils.
15558
15559         * lib/.gdb-history: Remove; this doesn't belong here.
15560
15561         * lib/c-strtod.c, lib/c-strtod.h, lib/c-strtold.c, lib/cycle-check.c:
15562         * lib/cycle-check.h, lib/dev-ino.h, lib/canonicalize.h:
15563         * lib/canonicalize.c, lib/fcntl-safer.h, lib/fcntl-safer.c:
15564         * lib/getcwd.c: New files.
15565
15566         * lib/dirname.h: Include <stdbool.h>.
15567         (FILE_SYSTEM_PREFIX_LEN): Renamed from FILESYSTEM_PREFIX_LEN,
15568         for consistency with POSIX terminology.  All uses changed.
15569         (IS_ABSOLUTE_FILE_NAME, IS_RELATIVE_FILE_NAME): New macros.
15570         (strip_trailing_slashes): Use bool for booleans.
15571         * lib/stripslash.c (strip_trailing_slashes): Likewise.
15572
15573         * lib/error.c: Work around bug in OpenBSD 3.4 sterror_r: it
15574         sometimes returns a positive errno value even when it succeeds.
15575         (print_errno_message) [!LIBC]: Fall back on strerror if
15576         __strerror_r fails.
15577
15578         * lib/path-concat.c (mempcpy): Don't define if a system header defines
15579         it. Don't include stdio.h, stdlib.h, unistd.h, strdup.h.
15580         (longest_relative_suffix): New function.
15581         (path_concat): Use it.  Assume first argument is not NULL.
15582         Port to DOS.  Omit redundant separators.
15583         Report an error instead of returning NULL.
15584         Use mempcpy instead of memcpy.
15585         (xpath_concat): Remove: not declared or used.
15586
15587         * lib/same.h: Include <stdbool.h>
15588         (same_name): Return bool, not int.
15589         * lib/same.c (same_name): Likewise.
15590         (errno): Don't declare; we assume C89 or better now.
15591
15592         * lib/stat-macros (S_ISCTG, S_ISOFD, S_ISOFL): New macros,
15593         if not already defined.
15594
15595         * lib/xgetcwd.c (errno): Don't declare; we assume C89 or better now.
15596         * lib/dup-safer.c (errno): Likewise.
15597
15598 2004-08-05  Paul Eggert  <eggert@cs.ucla.edu>
15599
15600         Merge from coreutils.
15601         * modules/c-strtod, modules/c-strtold, modules/canonicalize:
15602         * modules/cycle-check, modules/fcntl-safer, modules/getcwd: New files.
15603         * modules/path-concat: Don't depend on strdup.
15604
15605 2004-08-03  Simon Josefsson  <jas@extundo.com>
15606
15607         * lib/strdup.h: Only use HAVE_DECL_STRDUP if defined.
15608         * lib/progname.h: Don't include stdbool.h.
15609
15610 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15611
15612         * modules/fatal: Remove, as the "fatal" module wasn't used or working.
15613         * MODULES.html.sh (func_all_modules): Remove fatal.
15614
15615 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15616
15617         * m4/fatal.m4: Remove, as the "fatal" module wasn't used or working.
15618
15619 2004-08-03  Paul Eggert  <eggert@cs.ucla.edu>
15620
15621         * lib/fatal.c, fatal.h: Remove as the "fatal" module wasn't used or
15622         working.
15623
15624 2004-08-02  Simon Josefsson  <jas@extundo.com>
15625
15626         * lib/getsubopt.h: New file, with comments from Bruno Haible.
15627         * lib/getsubopt.c: New file, from glibc, but slightly modified based on
15628         suggestions from Paul Eggert <eggert@cs.ucla.edu>.
15629
15630 2004-08-01  Simon Josefsson  <jas@extundo.com>
15631
15632         * lib/xgetdomainname.c: Include stdlib.h, for free().
15633
15634 2004-07-19  Bruno Haible  <bruno@clisp.org>
15635
15636         * MODULES.html.sh (func_all_modules): Add dummy.
15637
15638 2004-07-16  Simon Josefsson  <jas@extundo.com>
15639
15640         * modules/dummy: New file.
15641
15642 2004-07-16  Simon Josefsson  <jas@extundo.com>
15643
15644         * lib/dummy.c: New file.
15645
15646 2004-07-16  Bruno Haible  <bruno@clisp.org>
15647
15648         * lib/backupfile.h: Add extern "C" for C++.
15649         * lib/closeout.h: Likewise.
15650         * lib/copy-file.h: Likewise.
15651         * lib/findprog.h: Likewise.
15652         * lib/full-write.h: Likewise.
15653         * lib/pathname.h: Likewise.
15654         * lib/progname.h: Likewise.
15655         * lib/stpcpy.h: Likewise.
15656         * lib/stpncpy.h: Likewise.
15657         * lib/strcase.h: Likewise.
15658         * lib/strstr.h: Likewise.
15659         * lib/xalloc.h: Likewise.
15660
15661         * lib/mbswidth.h: Add extern "C" for C++.
15662         Reported by Albert Chin-A-Young <china@thewrittenword.com>.
15663
15664 2004-07-13  Robert Millan  <robertmh@gnu.org>
15665
15666         * m4/host-os.m4: s/KNetBSD/kNetBSD/g and s/KFreeBSD/kFreeBSD/g.
15667
15668 2004-07-09  Simon Josefsson  <jas@extundo.com>
15669
15670         * lib/getndelim2.c: Include stddef.h, for ptrdiff_t.  (FreeBSD 4.9
15671         failed without this.)
15672
15673 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15674
15675         * modules/chown (Files): Add lib/fchown-stub.c, since
15676         gl_PREREQ_CHOWN invokes AC_LIBOBJ(fchown-stub).
15677
15678 2004-07-09  Paul Eggert  <eggert@cs.ucla.edu>
15679
15680         * lib/fchown-stub.c: New file.
15681
15682 2004-06-24  Jim Meyering  <jim@meyering.net>
15683
15684         * lib/obstack.h (obstack_base): Cast to (void *), per documentation.
15685
15686 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15687
15688         * modules/argz: Omit "#include".
15689
15690         * MODULES.html.sh (func_all_modules): Add calloc, to match
15691         2004-06-01 addition of calloc module.
15692
15693 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15694
15695         * m4/argz.m4: New file, which is autoupdated from libtool.
15696
15697 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15698
15699         * lib/argz.c, lib/argz_.h: New files, which are autoupdated from
15700         libtool.
15701
15702 2004-06-22  Paul Eggert  <eggert@cs.ucla.edu>
15703
15704         * config/srclist-update: Don't insist on "USA." before the
15705         close-comment, as libtool omits the period and puts the */ on a
15706         separate line.
15707         * config/srclist.txt: Add argz.c, argz_.h, argz.m4.
15708         * config/srclistvars.sh: Add LIBTOOL (for eggert only).
15709
15710 2004-06-22  Gary V. Vaughan  <gary@gnu.org>
15711
15712         * modules/argz: New file.
15713         * MODULES.html.sh (func_all_modules): Add argz.
15714
15715 2004-06-12  Jim Meyering  <jim@meyering.net>
15716         and  Paul Eggert  <eggert@cs.ucla.edu>
15717
15718         * modules/hash (Files): Add lib/xalloc.h.
15719         * modules/pipe (Depends-on): Add wait-process.
15720         * modules/stat (Depends-on): Add xalloc.
15721         * modules/userspec (Files): Add lib/userspec.h.
15722         * modules/xstrto
15723
15724         Upgrade from gettext-0.13.
15725         * modules/gettext (Files): Add m4/intmax.m4, m4/longdouble.m4,
15726         m4/longlong.m4, m4/printf-posix.m4, m4/signed.m4, m4/size_max.m4,
15727         m4/wchar_t.m4, m4/wint_t.m4, m4/xsize.m4.
15728
15729 2004-06-10  Jim Meyering  <jim@meyering.net>
15730
15731         * lib/calloc.c: New file.
15732
15733 2004-06-06  Paul Eggert  <eggert@cs.ucla.edu>
15734
15735         * lib/getdate.y (yylex): Allow space between sign and number.
15736         Problem reported by Dan Jacobson.
15737
15738 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15739
15740         Merge from coreutils CVS.
15741
15742         * m4/backupfile.m4, dirname.m4, human.m4, inttypes.m4, longlong.m4,
15743         makepath.m4, memchr.m4, memcmp.m4, mountlist.m4, path-concat.m4,
15744         putenv.m4, quotearg.m4, readutmp.m4, strtoimax.m4, strtoll.m4,
15745         strtoull.m4, strtoumax.m4, ulonglong.m4, vasnprintf.m4,
15746         xstrtol.m4: Fix copyright date and/or serial number.
15747
15748         * m4/chown.m4 (gl_PREREQ_CHOWN): Check for fcntl.h.
15749         See if we need an fchown replacement.
15750         (gl_FUNC_CHOWN_FOLLOWS_SYMLINK): New macro.
15751         (gl_FUNC_CHOWN): Require gl_FUNC_CHOWN_FOLLOWS_SYMLINK,
15752         and use the replacement function if we detect either defect.
15753
15754         * m4/prereq.m4 (gl_PREREQ): Add gl_ALLOCSA, gl_CLOEXEC, gl_INTTOSTR,
15755         gl_UTIMECMP.
15756
15757 2004-06-01  Paul Eggert  <eggert@cs.ucla.edu>
15758         and  Jim Meyering  <jim@meyering.net>
15759
15760         Merge from coreutils CVS.
15761
15762         * lib/stat-macros.h: New file, with contents from file-type.h
15763         and coreutils' system.h.
15764         * lib/file-type.c: Include "stat-macros.h".
15765         * lib/file-type.h (file_type): Move all macro definitions to new file,
15766         stat-macros.h.
15767
15768         * lib/chown.c (rpl_chown) [CHOWN_FAILS_TO_HONOR_ID_OF_NEGATIVE_ONE]:
15769         Wrap old code with this conditional.
15770         [CHOWN_MODIFIES_SYMLINK]: Try to work around a chown
15771         function that does not dereference symlinks.
15772         * lib/lchown.c (lchown) [CHOWN_MODIFIES_SYMLINK]: Just call chown.
15773
15774         * lib/xreadlink.c: Include xreadlink.h first, to catch .h file
15775         dependency problems.
15776         (xreadlink): Accept new arg SIZE, for efficiency.
15777         All decls and uses changed.
15778         * lib/xreadlink.h: Include <stddef.h>, for size_t.
15779
15780         * lib/.cppi-disable: Add alloca_.h, allocsa.h, exit.h, getndelim2.h,
15781         gettext.h, localcharset.h, strdup.h, strndup.h, strtoul.c, time_r.h.
15782
15783         * lib/.cvsignore: Add alloca.h, fnmatch.h, poll.h, stdbool.h,
15784         sysexits.h.
15785
15786 2004-06-01  Jim Meyering  <jim@meyering.net>
15787
15788         * m4/calloc.m4: New file.
15789
15790 2004-05-31  Paul Eggert  <eggert@cs.ucla.edu>
15791
15792         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Detect _Bool bug in HP aC++/ANSI
15793         C B3910B A.05.55 [Dec 04 2003].  Problem reported by Jim Meyering.
15794         Also, fix a typo in a diagnostic.
15795
15796 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15797
15798         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Do not require AC_FUNC_MALLOC
15799         or AC_FUNC_REALLOC.
15800
15801 2004-05-30  Paul Eggert  <eggert@cs.ucla.edu>
15802
15803         * lib/xmalloc.c (HAVE_MALLOC, HAVE_REALLOC): Do not require these
15804         macros to be defined.
15805         (xnmalloc_inline, xnrealloc_inline, xcalloc): Do not die if
15806         the allocator returns NULL because the requested size is zero.
15807
15808 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
15809
15810         * lib/malloc/obstack.c (_obstack) [defined _LIBC]: Bring back this
15811         var.  Add comment explaining why libc still defines it.  This
15812         merges the following patch from glibc:
15813         http://sources.redhat.com/ml/libc-alpha/2004-05/msg00157.html
15814
15815 2004-05-20  Andreas Schwab  <schwab@suse.de>
15816
15817         * m4/free.m4: Replace free if it not known to work, not the other
15818         way round.
15819
15820 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
15821
15822         * lib/obstack.c (_obstack): Remove unused variable.  It hasn't been
15823         present in glibc since revision 1.1 of this file.
15824         * lib/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
15825         obstack_alignment_mask, obstack_alloc, obstack_base,
15826         obstack_blank, obstack_blank_fast, obstack_chunk_size,
15827         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
15828         obstack_grow0, obstack_init, obstack_int_grow,
15829         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
15830         obstack_next_free, obstack_object_size, obstack_ptr_grow,
15831         obstack_ptr_grow_fast, obstack_room): Remove declarations of
15832         nonexistent functions.
15833
15834 2004-05-18  Karl Berry  <karl@gnu.org>
15835
15836         * config/srclist.txt: break link for vasnprintf.c.
15837
15838 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15839
15840         Port obstack to the AS/400, where pointers are 16 bytes wide and
15841         you cannot cast an integer to a valid pointer.  This patch is
15842         currently waiting to be integrated into glibc; see
15843         <http://sources.redhat.com/ml/libc-alpha/2004-05/msg00073.html>.
15844
15845         * lib/obstack.h (__PTR_TO_INT, __INT_TO_PTR): Remove.
15846         All uses of __INT_TO_PTR (PTR_TO_INT ...) replaced by __PTR_ALIGN.
15847         (__BPTR_ALIGN, __PTR_ALIGN): New macros.
15848         (struct obstack): temp member is now a union of a pointer and
15849         an integer, instead of an integer.  All integer uses changed.
15850         This does not affect the physical layout of struct obstack,
15851         except on hosts (like the AS/400) where the size or alignment of
15852         void * is greater than that of ptrdiff_t.
15853         (obstack_finish) [! (defined __GNUC__ && defined __STDC__ &&
15854         __STDC__)]: Store temporary in pointer member of union, not
15855         integer member.
15856         * lib/obstack.c: Include <stddef.h>, for offsetof.
15857         (struct fooalign): Remove; it doesn't need a name.
15858         (union fooround): Change double to long double, and add void *.
15859         (DEFAULT_ALIGNMENT): Use offsetof to compute.
15860         (DEFAULT_ALIGNMENT, DEFAULT_ROUNDING): Now an enum constant,
15861         not a macro.  Hence the values are always int; so remove all
15862         casts-to-int in uses.
15863
15864 2004-05-17  Paul Eggert  <eggert@cs.ucla.edu>
15865
15866         * config/srclist.txt: Break link for argp-help.c and argp-parse.c until
15867         we can get this patch merged into glibc.
15868
15869 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15870             Paul Eggert  <eggert@cs.ucla.edu>
15871
15872         * m4/argp: Depend on alloca.
15873
15874 2004-05-17  Derek R. Price  <derek@ximbiot.com>
15875             Paul Eggert  <eggert@cs.ucla.edu>
15876
15877         * lib/argp-help.c, argp-parse.c: Assume <alloca.h> rather than
15878         freecoding.
15879
15880 2004-05-17  Bruno Haible  <bruno@clisp.org>
15881
15882         * lib/vasnprintf.c (VASNPRINTF): Correctly handle the case of a
15883         precision that consists of a '.' followed by an empty digit string.
15884         Patch by Tor Lillqvist <tml@iki.fi>.
15885
15886 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15887
15888         * m4/alloca.m4 (gl_FUNC_ALLOCA): Define HAVE_ALLOCA_H always,
15889         for backward compatibility with older code.  We need our own
15890         alloca.h if _AIX is defined.  Define HAVE_ALLOCA if we discover
15891         it under some other name, and our alloca.h will define it.
15892
15893 2004-05-16  Paul Eggert  <eggert@cs.ucla.edu>
15894             Derek Price  <derek@ximbiot.com>
15895
15896         * lib/alloca.c: Include <alloca.h>, to get our interface.
15897         * lib/alloca_.h: Use __alloca on AIX, so that we don't have to
15898         include <alloca.h> first.  Use C89 prototype for alloca; this
15899         requires including <stddef.h> for size_t.  Use extern "C" if C++.
15900         Use #elif for simplicity, since we can assume C89 now.
15901         Don't try to source the system alloca.h since it will not be found
15902         and to prevent recursively including its replacement.
15903         * lib/fnmatch.c: Include <alloca.h> instead of opencoding.
15904         * lib/regex.c: Likewise.
15905
15906 2004-05-16  Derek Price  <derek@ximbiot.com>
15907             Paul Eggert  <eggert@cs.ucla.edu>
15908
15909         getline cleanup.  This changes the getndelim2 API: both order of
15910         arguments, and meaning of delim2 (now uses EOF, not 0, to indicate
15911         no delimiter).
15912
15913         * lib/getline.c: Don't include stddef.h or stdio.h, since our
15914         interface does that.
15915         (getline): Always use getdelim, so that we don't have two
15916         copies of this code.
15917         * lib/getndelim2.c: Include <limits.h>, <inttypes.h>, <stdint.h>
15918         if available.
15919         (PTRDIFF_MAX, SIZE_MAX, SSIZE_MAX): Define if not defined.
15920         (GETNDELIM2_MAXIMUM): New macro.
15921         (getndelim2): Reorder arguments.  delim==EOF now means no delimiter,
15922         instead of the old practice of delim2==0.  All callers changed.
15923         Return -1 on overflow, instead of returning junk.
15924         Do not set *linesize unless allocation succeeds.
15925         * lib/getndelim2.h: Do not include stddef.h; no longer needed, now
15926         that we include sys/types.h.
15927         * lib/getnline.h: Likewise.
15928         * lib/getndelim2.h (GETNLINE_NO_LIMIT): New macro.
15929         (getndelim2): Reorder arguments.
15930         * lib/getnline.c (getnline, getndelim):
15931         Don't discard the NMAX argument.
15932         (getnline): Invoke getndelim, to avoid code duplication.
15933         * lib/getnline.h (GETNLINE_NO_LIMIT): New macro, used instead
15934         of (size_t) -1 by callers of the getnline family.
15935
15936 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15937
15938         * m4/gettime.m4 (gl_GETTIME): Require gl_TIMESPEC.
15939         Check for gettimeofday.
15940         * m4/settime.m4 (gl_SETTIME): Require gl_TIMESPEC.
15941         Check for settimeofday, stime.
15942
15943 2004-05-13  Paul Eggert  <eggert@cs.ucla.edu>
15944
15945         * lib/nanosleep.c (suspended): Change its type from int to
15946         sig_atomic_t volatile.
15947         (first_call): Make it private to rpl_nanosleep, and have it
15948         be zero initially as that's a bit faster.
15949         (my_usleep): Round up fractional times instead of truncating them,
15950         as this is the usual meaning for 'sleep'.
15951
15952         * lib/gettime.c (gettime): Fall back on `time' if `gettimeofday'
15953         doesn't work.
15954         * lib/settime.c: Include <unistd.h>, for stime (on Solaris 8, anyway).
15955         (ENOSYS): Define if not defined.
15956         (settime): Fall back on stime if it exists and settimeofday fails.
15957         But don't bother with fallbacks if a method fails with errno == EPERM.
15958
15959 2004-05-11  Jim Meyering  <jim@meyering.net>
15960
15961         Prior to this change, the save_cwd caller required read access to the
15962         current directory on most systems (ones with the fchdir function).
15963
15964         * lib/save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
15965         fails, try write-only, and finally, resort to using xgetcwd.
15966
15967 2004-05-06  Paul Eggert  <eggert@cs.ucla.edu>
15968
15969         * lib/obstack.c, obstack.h: Import changes from libc.
15970
15971 2004-04-28  Bruno Haible  <bruno@clisp.org>
15972
15973         * lib/findprog.c (find_in_path): Treat Cygwin like Windows, since it
15974         also implicitly appends .exe to executables.
15975         * lib/localcharset.c (ISSLASH): Treat Cygwin like Windows, since it now
15976         accepts Windows pathnames.
15977         * lib/pathname.h (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15978         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15979         * lib/progreloc.c (ISSLASH, IS_PATH_WITH_DIR, FILESYSTEM_PREFIX_LEN):
15980         Treat Cygwin like Windows, since it now accepts Windows pathnames.
15981         Reported by Derek Robert Price <derek@ximbiot.com>.
15982
15983 2004-04-21  Karl Berry  <karl@gnu.org>
15984
15985         * config/srclist.txt (localcharset.c): break sync.
15986
15987 2004-04-20  Paul Eggert  <eggert@twinsun.com>
15988
15989         * m4/host-os.m4: Add a copyright notice.
15990
15991 2004-04-20  Jim Meyering  <jim@meyering.net>
15992
15993         Change UTILS_ to gl_ in AC_DEFINE'd names.
15994         Change utils_- and jm_-prefixed variables, too.
15995         * m4/mkdir-slash.m4 (gl_FUNC_MKDIR_TRAILING_SLASH): Renamed from
15996         UTILS_FUNC_MKDIR_TRAILING_SLASH.
15997         * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Renamed from UTILS_FUNC_MKSTEP.
15998
15999         * m4/dirfd.m4 (gl_FUNC_DIRFD): Rename from UTILS_FUNC_DIRFD.
16000         Don't emit trailing blanks.
16001         Also rename jm_-prefixed variables to have gl_ prefix.
16002
16003         * m4/host-os.m4 (gl_HOST_OS): Rename from UTILS_HOST_OS.
16004         Also rename jm_-prefixed variables to have gl_ prefix.
16005
16006         * m4/jm-macros.m4: Reflect the renamings.
16007         * m4/prereq.m4: Likewise.
16008
16009 2004-04-20  Jim Meyering  <jim@meyering.net>
16010
16011         * lib/getndelim2.c (getndelim2): Upon realloc failure, don't leak
16012         memory.
16013
16014 2004-04-20  Jim Meyering  <jim@meyering.net>
16015             Bruno Haible  <bruno@clisp.org>
16016
16017         * lib/localcharset.c (get_charset_aliases) [!VMS && !WIN32]: Don't leak
16018         memory when realloc fails.
16019
16020 2004-04-19  Jim Meyering  <jim@meyering.net>
16021
16022         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Require gl_FUNC_FREE,
16023         now that readutmp.c may call `free (0)'.
16024
16025 2004-04-19  Bruno Haible  <bruno@clisp.org>
16026
16027         * m4/mbrtowc.m4: Change jm_ to gl_ in cache variables as well.
16028         * m4/inttypes_h.m4: Likewise.
16029         * m4/stdint_h.m4: Likewise.
16030         * m4/intmax_t.m4: Likewise.
16031         * m4/uintmax_t.m4: Likewise.
16032
16033 2004-04-18  Jim Meyering  <jim@meyering.net>
16034
16035         * m4/prereq.m4: Don't forbid jm_ prefix.
16036
16037         * m4/afs.m4, m4/allocsa.m4, m4/assert.m4, m4/backupfile.m4:
16038         * m4/bison.m4, m4/check-decl.m4, m4/chown.m4, m4/d-ino.m4:
16039         * m4/d-type.m4, m4/dirname.m4, m4/dos.m4, m4/error.m4, m4/fpending.m4:
16040         * m4/fstypename.m4, m4/fsusage.m4, m4/ftruncate.m4, m4/getdate.m4:
16041         * m4/getgroups.m4, m4/gettext.m4, m4/glibc21.m4, m4/group-member.m4:
16042         * m4/human.m4, m4/intmax.m4, m4/intmax_t.m4, m4/inttostr.m4:
16043         * m4/inttypes.m4, m4/inttypes_h.m4, m4/jm-macros.m4, m4/jm-winsz1.m4:
16044         * m4/jm-winsz2.m4, m4/lchown.m4, m4/lib-check.m4, m4/link-follow.m4:
16045         * m4/localcharset.m4, m4/longlong.m4, m4/ls-mntd-fs.m4, m4/lstat.m4:
16046         * m4/makepath.m4, m4/mbrtowc.m4, m4/mbswidth.m4, m4/memchr.m4:
16047         * m4/memcmp.m4, m4/mkdtemp.m4, m4/mkstemp.m4, m4/mountlist.m4:
16048         * m4/nanosleep.m4, m4/path-concat.m4, m4/perl.m4, m4/prereq.m4:
16049         * m4/putenv.m4, m4/quotearg.m4, m4/regex.m4, m4/stat.m4:
16050         * m4/stdint_h.m4, m4/strftime.m4, m4/strtoimax.m4, m4/strtoll.m4:
16051         * m4/strtoull.m4, m4/strtoumax.m4, m4/timespec.m4, m4/uintmax_t.m4:
16052         * m4/ulonglong.m4, m4/unlink-busy.m4, m4/unlocked-io.m4, m4/uptime.m4,
16053         * m4/utimbuf.m4, m4/utime.m4, m4/utimes-null.m4, m4/vasnprintf.m4:
16054         * m4/xstrtoimax.m4, m4/xstrtol.m4, m4/xstrtoumax.m4:
16055         Change jm_ to gl_ in AC_DEFINE'd names. Update all uses.
16056
16057 2004-04-18  Jim Meyering  <jim@meyering.net>
16058
16059         * lib/readutmp.c (read_utmp) [UTMP_NAME_FUNCTION]: Upon realloc
16060         failure, don't leak memory and do call END_UTMP_ENT.
16061
16062 2004-04-16  Jim Meyering  <jim@meyering.net>
16063
16064         * m4/prereq.m4 (jm_PREREQ_STAT): Remove macro.  It is specific to
16065         coreutils' stat program.
16066         (gl_PREREQ): Don't require jm_PREREQ_STAT.
16067
16068 2004-04-11  Paul Eggert  <eggert@twinsun.com>
16069
16070         * lib/inttostr.h: Include <limits.h> unconditionally, since we assume
16071         C89.
16072         (CHAR_BIT): Remove, since we assume C89.
16073         Include <stdint.h> if available, as per current Autoconf CVS advice.
16074
16075 2004-03-31  Jim Meyering  <jim@meyering.net>
16076
16077         * m4/prereq.m4: Require AC_FUNC_MALLOC, not jm_FUNC_MALLOC.
16078         Require AC_FUNC_REALLOC, not jm_FUNC_REALLOC.
16079         * m4/xalloc.m4: Likewise.
16080
16081 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16082
16083         Merge from coreutils.
16084
16085         * m4/inttostr.m4: New file.
16086         * m4/getdate.m4 (gl_GETDATE): Remove time-related stuff.
16087         Require AM_STDBOOL_H and gl_TIMESPEC instead.
16088         Require gl_CLOCK_TIME.
16089         * m4/clock_time.m4 (gl_CLOCK_TIME): Require AC_GNU_SOURCE.
16090
16091 2004-03-30  Paul Eggert  <eggert@twinsun.com>
16092
16093         * lib/cloexec.h, cloexec.c (set_cloexec_flag): Return int
16094         not bool, to be more consistent with Unix conventions.
16095         Suggested by Bruno Haible.
16096
16097         Merge from coreutils.
16098
16099         * lib/imaxtostr.c, lib/inttostr.c, lib/inttostr.h, lib/offtostr.c:
16100         * lib/umaxtostr.c: New files.
16101
16102         * lib/getdate.h: Include stdbool.h, and timespec.h instead of
16103         the usual <time.h> dance.
16104         (get_date): Change signature to support fractional time stamps.
16105         All callers changed.
16106         * lib/getdate.y: Include "getdate.h" first, as we can now
16107         assume C89 and don't need to worry about 'const'.
16108         Similarly, include "unlocked-io.h" near start, not in middle.
16109         Include <limits.h>.
16110         (textint.value): Use long int rather than int.
16111         (textint.digits): Use size_t rather than int.
16112         (BILLION, LOG10_BILLION): New constants.
16113         (parser_control): New member rel_ns.  Members day_ordinal,
16114         time_zone, month, day, hour, minutes, rel_year, rel_month,
16115         rel_day, rel_hour, rel_minutes, rel_seconds
16116         are now long int, not int.  Member seconds is now struct timespec,
16117         not int.  New member timespec_seen.  Members dates_seen, days_seen,
16118         local_zones_seen, rels_seen, times_seen, zones_seen are now size_t,
16119         not int.
16120         (%union.intval): Now long int, not int.
16121         New member timespec.
16122         (tSDECIMAL_NUMBER, tUDECIMAL_NUMBER): New tokens.
16123         (seconds, signed_seconds, unsigned_seconds): New nonterminals.
16124         (spec): Now is a timespec or an item list.
16125         (timespec, items): New nonterminals.
16126         (time, rel, relunit, number, get_date):
16127         Add support for fractional seconds.
16128         (time): Fix bug: seconds weren't cleared in "00:00 +0000" syntax.
16129         (gmtime, localtime, mktime): Remove decls; not needed with C89.
16130         (to_hour): First arg is now long int, not int.
16131         (to_year): Returns long int, not int.
16132         Don't treat year -70 like 70.
16133         (tm_diff): Returns long int, not int.
16134         (lookup_word): Use bool instead of int when appropriate.
16135         (yylex): Use size_t for count, not int.
16136         Detect overflow when parsing large integer constants.
16137         Add support for fractions.
16138         (get_date): Make pointers 'const' if possible.
16139         Use more-portable code to detect integer overflow.
16140         (main) [TEST]: Adjust to above changes.  Test for localtime failure.
16141         Don't use ctime; it's not reliable if the year has >4 digits.
16142
16143         * lib/human.c (humblock): Inspect BLOCKSIZE if BLOCK_SIZE isn't set.
16144         This is for compatibility with BSD.
16145
16146         * lib/timespec.h (ST_TIME_CMP_NS, ST_TIME_CMP): Define.
16147         (ATIME_CMP, CTIME_CMP, MTIME_CMP, TIMESPEC_NS): Likewise.
16148         From coreutils' system.h.
16149
16150         * lib/userspec.c: Don't include "posixver.h".
16151         (parse_user_spec): Fall back on USER.GROUP parsing, regardless
16152         of POSIX version, as POSIX 1003.1-2001 allows that behavior as a
16153         compatible extension.  Simplify code by removing a boolean int
16154         that was always nonzero if a string was nonnull.
16155
16156 2004-03-30  Jim Meyering  <jim@meyering.net>
16157
16158         Merge from coreutils.
16159
16160         Avoid a configure-time warning about sys/ucred.h on OSF V4.0.
16161         * m4/ls-mntd-fs.m4: Test for sys/ucred.h separately, since
16162         on some systems one must include <grp.h> before it.
16163         Reported by Christian Krackowizer.
16164
16165 2004-03-30  Jim Meyering  <jim@meyering.net>
16166
16167         Merge from coreutils.
16168
16169         * lib/mountlist.c [HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.
16170
16171         * lib/readtokens.c (readtoken): Don't leak 64 bytes when reading
16172         an empty input stream.
16173
16174         * lib/readtokens.c: Include <stdbool.h>.
16175         (readtoken): Use `size_t' rather than int/long.
16176         All callers adjusted.
16177         Use `bool' rather than `int' where appropriate.
16178         Use memset rather than an explicit loop.
16179         Use x2nrealloc rather than xrealloc.
16180         Allow the use of `\0' as a delimiter.
16181         (readtokens): Likewise.
16182         * lib/readtokens.h (readtoken, readtokens): Update prototypes.
16183
16184 2004-03-30  Jim Meyering  <jim@meyering.net>
16185
16186         * m4/realloc.m4: Remove file, since now it does no more than
16187         AC_REQUIRE([AC_FUNC_REALLOC]), and that can be done via
16188         the `configure.ac' section of module/realloc.
16189         * m4/malloc.m4: Likewise, but for AC_FUNC_MALLOC.
16190
16191 2004-03-30  Bruno Haible  <bruno@clisp.org>
16192
16193         * lib/getloadavg.c (getloadavg): Don't assume setlocale returns
16194         nonnull.
16195
16196 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16197
16198         Merge changes to getloadavg.c from coreutils and Emacs.
16199
16200         * lib/getloadavg.c [!defined HAVE_SETLOCALE] (setlocale):
16201         Define to an expression, not to the empty string.
16202         Include cloexec.h and xalloc.h.
16203         (getloadavg): Restore LC_NUMERIC locale after setting it temporarily.
16204         Use set_cloexec_flag rather than rolling our own.
16205         * lib/cloexec.c, lib/cloexec.h: New files.
16206
16207 2004-03-29  Paul Eggert  <eggert@twinsun.com>
16208
16209         * m4/cloexec.m4: New file.
16210
16211 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16212
16213         * lib/getopt.h: Sync with libc CVS.
16214
16215 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16216             Bruno Haible  <bruno@clisp.org>
16217
16218         * m4/mbswidth.m4 (gl_MBSWIDTH): Also test whether <wchar.h> declares
16219         mbswidth.
16220
16221 2004-03-18  Paul Eggert  <eggert@twinsun.com>
16222             Bruno Haible  <bruno@clisp.org>
16223
16224         * lib/mbswidth.h: Include <wchar.h> only if
16225         HAVE_DECL_MBSWIDTH_IN_WCHAR_H, not on all platforms that have
16226         <wchar.h>.
16227         * lib/mbswidth.c: Include <stdio.h> and <time.h> before <wchar.h>.
16228
16229 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16230
16231         * lib/argp-parse.c, getopt.c, getopt.h, getopt1.c:
16232         Sync with libc CVS.
16233         * lib/getopt_int.h: New file, also synced from libc.
16234
16235 2004-03-09  Paul Eggert  <eggert@twinsun.com>
16236
16237         * config/srclistvars.sh: Add GNUWWWLICENSES for eggert.
16238         * config/srclist.txt: Sync getopt with libc.  Add getopt_int.h.
16239         Bring back getopt.c, getopt.h, getopt1.c.
16240
16241 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16242
16243         * m4/c-stack.m4 (gl_PREREQ_C_STACK): Renamed from jm_PREREQ_C_STACK.
16244         All uses changed.  Check for sa_sigaction member; this fixes
16245         a bug first reported by Jason Andrade in
16246         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16247
16248 2004-03-07  Paul Eggert  <eggert@twinsun.com>
16249
16250         * lib/c-stack.c (SIGACTION_WORKS): New macro.  Use it instead of long
16251         '#if' expressions.  Unlike the code it replaces, it does not
16252         depend on (defined _SC_PAGESIZE).  However, it does depend on
16253         HAVE_STRUCT_SIGACTION_SA_SIGACTION; this last change fixes a bug
16254         first reported by Jason Andrade in
16255         <http://mail.gnu.org/archive/html/bug-textutils/2003-03/msg00027.html>.
16256
16257 2004-02-25  Simon Josefsson  <jas@extundo.com>
16258
16259         * m4/strdup.m4 (gl_PREREQ_STRDUP): Check whether strdup is declared.
16260
16261 2004-02-25  Simon Josefsson  <jas@extundo.com>
16262
16263         * lib/strdup.h: New file.
16264         * lib/strdup.c: Include it.
16265         * lib/path-concat.c: Include strdup.h. Drop strdup declaration.
16266         * lib/userspec.c: Include strdup.h. Drop strdup declaration.
16267
16268 2004-02-23  Karl Berry  <karl@gnu.org>
16269
16270         * doc/maintain.texi, doc/standards.texi, doc/make-stds.texi: new files
16271         (from fencepost.gnu.org:/gd/gnuorg).
16272
16273 2004-02-23  Karl Berry  <karl@gnu.org>
16274
16275         * config/srclistvars.sh (GNUORG) [karl]: redefine.
16276         * config/srclist.txt: add maintain/standards documents.
16277
16278 2004-02-18  Bruno Haible  <bruno@clisp.org>
16279
16280         * m4/xsize.m4 (gl_XSIZE): Require AC_C_INLINE.
16281         Reported by Derek Robert Price <derek@ximbiot.com>.
16282
16283 2004-02-16  Karl Berry  <karl@gnu.org>
16284
16285         * config/mkinstalldirs, install-sh: update from automake.
16286
16287 2004-02-06  Karl Berry  <karl@gnu.org>
16288
16289         * m4/po.m4: update from gettext 0.14.1.
16290
16291 2004-02-06  Karl Berry  <karl@gnu.org>
16292
16293         * lib/config.charset: update from gettext 0.14.1.
16294
16295 2004-02-05  Paul Eggert  <eggert@twinsun.com>
16296
16297         Add comments and code, prompted by suggestions from Bruno Haible
16298         for sh-quote.
16299         * lib/quotearg.h (quotearg_alloc): New decl.  Improve the comments
16300         describing the enum quoting_style values.
16301         * lib/quotearg.c (quotearg_alloc): New function.
16302         (quotearg_buffer_restyled): Treat lone { and } as special.
16303         Treat = as special.  Work around bug with older shells
16304         that "see" a '\' that is really the 2nd byte of a multibyte char.
16305         Quote empty string with shell_quoting_style.
16306
16307 2004-02-03  Bruno Haible  <bruno@clisp.org>
16308
16309         * m4/pipe.m4: New file, from GNU gettext.
16310
16311 2004-02-03  Bruno Haible  <bruno@clisp.org>
16312
16313         * lib/pipe.h: New file, from GNU gettext.
16314         * lib/pipe.c: New file, from GNU gettext.
16315
16316 2004-01-27  Bruno Haible  <bruno@clisp.org>
16317
16318         * m4/execute.m4: New file, from GNU gettext.
16319
16320 2004-01-27  Bruno Haible  <bruno@clisp.org>
16321
16322         * lib/execute.h: New file, from GNU gettext.
16323         * lib/execute.c: New file, from GNU gettext.
16324         * lib/w32spawn.h: New file, from GNU gettext.
16325
16326 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16327
16328         Merge from diffutils.
16329
16330         * lib/file-type.c (file_type): Add typed memory objects.
16331         * lib/file-type.h (S_TYPEISTMO): New macro.
16332
16333         * lib/c-stack.h (c_stack_action): Remove argv argument.
16334         * lib/c-stack.c (c_stack_action): Likewise.  All uses changed.
16335         (die): Don't calculate message unless segv_action returns.
16336         (get_stack_location, min_address_from_argv, max_address_from_argv,
16337         volatile stack_base, volatile_stack_size): Remove.
16338         (segv_handler): If ! HAVE_XSI_STACK_OVERFLOW_HEURISTIC, assume
16339         that every segmentation violation is a stack overflow.  (Ouch!)
16340         See Debian bug 136249 (still outstanding) for more info about why
16341         HAVE_XSI_STACK_OVERFLOW_HEURISTIC fails on Linux kernels.
16342
16343 2004-01-24  Paul Eggert  <eggert@twinsun.com>
16344
16345         Exit-status fix from coreutils.
16346
16347         Use exit_failure consistently in place of EXIT_FAILURE,
16348         so that program exit statuses are consistent on failure.
16349
16350         * lib/argmatch.c (ARGMATCH_DIE) [! defined ARGMATCH_DIE]:
16351         Include "exitfail.h", and use exit_failure rather than EXIT_FAILURE.
16352         * lib/argmatch.h: Comment fix to match the above.
16353         * lib/obstack.c (obstack_exit_failure) [!defined _LIBC]:
16354         Now a macro referring to exit_failure, instead of a separate
16355         variable.  Include "exitfail.h" to get it.
16356         * lib/xstrtol.h: Include "exitfail.h".
16357         (STRTOL_FATAL_ERROR): Exit with status exit_failure, not 2.
16358
16359         * lib/long-options.c (parse_long_options): Use prototype
16360         for usage function arg.  Pass it EXIT_SUCCESS rather than 0,
16361         for clarity.
16362
16363 2004-01-21  Jim Meyering  <jim@meyering.net>
16364
16365         * lib/mktime.c (__mktime_internal) [!_LIBC]: Define to mktime_internal
16366         so as not to conflict with a different-sized __mktime_internal
16367         function in GNU libc.
16368         * lib/timegm.c (__mktime_internal) [!_LIBC]: Likewise.
16369         Problem building statically-linked `ls' reported by Michael Brunnbauer.
16370
16371 2004-01-20  Karl Berry  <karl@gnu.org>
16372
16373         * config/config.guess: update from config.
16374
16375         * config/srclistvars.sh: GNUWWWLICENSES for karl.
16376
16377 2004-01-20  Bruno Haible  <bruno@clisp.org>
16378
16379         Safer stack allocation.
16380         * lib/setenv.c: Include allocsa.h.
16381         (alloca): Remove fallback definition.
16382         (freea): Remove macro.
16383         (__add_to_environ) [!_LIBC]: Use allocsa instead of alloca. Use freesa
16384         instead of freea.
16385
16386 2004-01-20  Bruno Haible  <bruno@clisp.org>
16387
16388         * m4/eealloc.m4: New file, from GNU gettext.
16389
16390 2004-01-20  Bruno Haible  <bruno@clisp.org>
16391
16392         * m4/allocsa.m4: New file, from GNU gettext.
16393
16394 2004-01-20  Bruno Haible  <bruno@clisp.org>
16395
16396         * lib/xallocsa.h: New file, from GNU gettext.
16397         * lib/xallocsa.c: New file, from GNU gettext.
16398
16399 2004-01-20  Bruno Haible  <bruno@clisp.org>
16400
16401         * lib/wait-process.c: On Windows, include windows.h. Needed on mingw.
16402
16403 2004-01-20  Bruno Haible  <bruno@clisp.org>
16404
16405         * lib/wait-process.c (wait_subprocess): Add ignore_sigpipe argument.
16406         * lib/wait-process.c (wait_subprocess): Likewise. Handle SIGPIPE
16407         specially.
16408
16409 2004-01-20  Bruno Haible  <bruno@clisp.org>
16410
16411         * lib/wait-process.c (wait_process): Disable the 2003-10-31 waitid()
16412         patch.
16413
16414 2004-01-20  Bruno Haible  <bruno@clisp.org>
16415
16416         * lib/wait-process.c (cleanup_slaves): Use ANSI C declaration.
16417
16418 2004-01-20  Bruno Haible  <bruno@clisp.org>
16419
16420         * lib/eealloc.h: New file.
16421
16422 2004-01-20  Bruno Haible  <bruno@clisp.org>
16423
16424         * lib/binary-io.h: Avoid warnings on Cygwin.
16425
16426 2004-01-20  Bruno Haible  <bruno@clisp.org>
16427
16428         * lib/allocsa.h: New file, from GNU gettext.
16429         * lib/allocsa.c: New file, from GNU gettext.
16430
16431 2004-01-18  Karl Berry  <karl@gnu.org>
16432
16433         * doc/gpl.texi, doc/lgpl.texi: new files.
16434
16435 2004-01-18  Karl Berry  <karl@gnu.org>
16436
16437         * config/srclistvars.sh (GNUWWWLICENSES): new variable.
16438         * config/srclist.txt ({fdl,gpl,lgpl}.text): get from there.
16439
16440 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16441
16442         Merge from coreutils.
16443
16444         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for uintptr_t.
16445         * m4/posixver.m4 (gl_POSIXVER): Require gl_DEFAULT_POSIX2_VERSION.
16446         (gl_DEFAULT_POSIX2_VERSION): Move
16447         the documentation from 'configure' into 'config.hin',
16448         so that 'configure --help' isn't burdened by it and
16449         we don't have to worry about its formatting there.
16450         Reword the documentation so that it's more succinct
16451         and can be run together into a single paragraph.
16452         * m4/same.m4 (gl_SAME): Check for pathconf.
16453
16454 2004-01-15  Paul Eggert  <eggert@twinsun.com>
16455
16456         Merge from coreutils.
16457
16458         * lib/posixver.c: Include posixver.h.
16459
16460         * lib/same.c: Include <stdbool.h>, <limits.h>.
16461         (_POSIX_NAME_MAX): Define if not defined.
16462         (MIN): New macro.
16463         (same_name): If file names are silently truncated, report
16464         that the file names are the same if they are the same after
16465         the silent truncation.
16466
16467         * lib/xstrtod.h (xstrtod): Accept an extra arg, specifying the
16468         conversion function.
16469         * lib/xstrtod.c (xstrtod): Likewise.  All callers changed to
16470         include c-strtod.h and use c_strtod.  Don't include stdlib.h; no
16471         longer needed.
16472
16473 2004-01-15  Jim Meyering  <jim@meyering.net>
16474
16475         Merge from coreutils.
16476
16477         * m4/clock_time.m4 (gl_CLOCK_TIME): Don't set LIB_CLOCK_GETTIME
16478         if no library is required.
16479         * m4/jm-macros.m4: Don't require UTILS_SYS_OPEN_MAX.
16480         * m4/jm-macros.m4 (jm_MACROS): Require gl_FUNC_FREE.
16481         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.58.
16482         (AC_LANG_SOURCE): Remove definition, now that we require autoconf-2.58.
16483         * m4/jm-macros.m4 (jm_MACROS): Don't require AC_FUNC_FTW.
16484         * m4/lib-check.m4 (jm_LIB_CHECK): Do not set LIB_CRYPT to the
16485         value, $ac_cv_search_crypt, if it's "none required".
16486         * m4/posixver.m4 (gl_DEFAULT_POSIX2_VERSION): New macro.
16487         * m4/prereq.m4 (jm_PREREQ): Require AC_FUNC_GETLOADAVG,
16488         not gl_FUNC_GETLOADAVG.
16489         * m4/prereq.m4 (jm_PREREQ): Require gl_READTOKENS, gl_MD5, gl_MAKEPATH,
16490         gl_LONG_OPTIONS, and gl_IDCACHE, gl_GETUGROUPS.
16491
16492 2004-01-15  Jim Meyering  <jim@meyering.net>
16493
16494         Merge from coreutils.
16495
16496         * lib/md5.h (rol) [__GNUC__ && __i386__]: Don't use `asm' code.  These
16497         days, gcc-3.x does better all by itself.  Patch from Dean Gaudet:
16498         http://mail.gnu.org/archive/html/bug-coreutils/2003-11/msg00144.html
16499
16500         * lib/posixver.c (DEFAULT_POSIX2_VERSION): Use definition of new,
16501         optional configure-time default.
16502
16503         * lib/version-etc.c (version_etc_copyright): Update copyright date.
16504
16505         * lib/xreadlink.c (xreadlink): Correct outdated comment.
16506
16507 2004-01-15  Alexandre Duret-Lutz  <adl@gnu.org>
16508
16509         Merge from coreutils.
16510
16511         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Do not set LIB_NANOSLEEP to the
16512         value, $ac_cv_search_nanosleep, if it's "none required".
16513
16514 2004-01-14  Paul Eggert  <eggert@twinsun.com>
16515
16516         * lib/fnmatch_loop.c (ALLOCA_LIMIT): Remove macro, which collided
16517         with like-named macro in fnmatch.c.
16518         (EXT): Use an internal constant instead.
16519
16520         Merge fnmatch patches from glibc.
16521         * lib/fnmatch.c (mbsinit): Remove define.
16522         Add libc_hidden_ver (__fnmatch, fnmatch).
16523         * lib/fnmatch_loop.c (FCT): Cast to int32_t and UCHAR when appropriate.
16524         Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
16525
16526 2004-01-14  Karl Berry  <karl@gnu.org>
16527
16528         * config/install-sh: update from automake.
16529
16530 2004-01-13  Karl Berry  <karl@gnu.org>
16531
16532         * config/install-sh: update from automake.
16533
16534 2004-01-09  Karl Berry  <karl@gnu.org>
16535
16536         * config/install-sh: update from automake.
16537
16538 2004-01-05  Karl Berry  <karl@gnu.org>
16539
16540         * config/config.{sub,guess}: update from config.
16541
16542 2003-12-31  Karl Berry  <karl@gnu.org>
16543
16544         * config/depcomp: update from automake.
16545
16546 2003-12-14  Karl Berry  <karl@gnu.org>
16547
16548         * lib/config.charset: update from gettext-runtime.
16549
16550 2003-12-03  Paul Eggert  <eggert@twinsun.com>
16551
16552         * lib/getgroups.c (getgroups): xmalloc takes one argument, not two.
16553         Bug reported by Alfred M. Szmidt.
16554
16555 2003-12-03  Bruno Haible  <bruno@clisp.org>
16556
16557         * m4/gettext.m4: Upgrade from gettext-0.13.
16558         * m4/po.m4: Upgrade from gettext-0.13.
16559         * m4/size_max.m4 (gl_SIZE_MAX): Don't use the _ONCE macros here.
16560         * m4/intmax.m4: New file, from gettext-0.13.
16561         * m4/printf-posix.m4: New file, from gettext-0.13.
16562
16563 2003-11-29  Karl Berry  <karl@gnu.org>
16564
16565         * lib/argp-{help.c,parse.c,namefrob.h}, argp.h: update from libc.
16566
16567 2003-11-25  Paul Eggert  <eggert@twinsun.com>
16568             Bruno Haible  <bruno@clisp.org>
16569
16570         * lib/printf-parse.h: Don't include sys/types.h.
16571         (ARG_NONE): New macro.
16572         (char_directive): Change type of *arg_index fields to size_t.
16573         * lib/printf-parse.c: Don't include sys/types.h.
16574         (SSIZE_MAX): Remove macro.
16575         (PRINTF_PARSE): Change the type of the arg_index variables to size_t.
16576         Remove unnecessary overflow check.
16577         * lib/vasnprintf.c (VASNPRINTF): Update for type change of *arg_index
16578         fields.
16579
16580 2003-11-25  Bruno Haible  <bruno@clisp.org>
16581
16582         * modules/vasnprintf (Files): Remove m4/ssize_t.m4.
16583
16584 2003-11-25  Bruno Haible  <bruno@clisp.org>
16585
16586         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Don't require
16587         gt_TYPE_SSIZE_T.
16588
16589 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16590
16591         * modules/alloca: Remove dependency on xalloc.
16592
16593 2003-11-24  Paul Eggert  <eggert@twinsun.com>
16594
16595         * lib/alloca.c: Remove dependency on xalloc module.
16596         (xalloc_die): Remove.
16597         (memory_full) [!defined emacs]: New macro.
16598         [!defined emacs]: Don't include xalloc.h.
16599         (alloca): Invoke memory_full, not xalloc_die, if malloc fails or
16600         address arithmetic overflows.  Change datatypes a bit to avoid
16601         unnecessary casts.
16602
16603 2003-11-22  Jim Meyering  <jim@meyering.net>
16604
16605         * lib/xmalloc.c (x2nrealloc_inline): Fix typos in comments:
16606         s/size/size_t/.
16607
16608 2003-11-21  Karl Berry  <karl@gnu.org>
16609
16610         * config/config.{sub,guess}: update from config.
16611
16612 2003-11-18  Karl Berry  <karl@gnu.org>
16613
16614         * config/config.{sub,guess}: update from config.
16615
16616         * config/(printf-{parse,args}.[ch]): sync broken, sigh.
16617
16618 2003-11-17  Paul Eggert  <eggert@twinsun.com>
16619
16620         * README: Mention that S+T cannot overflow if S is the size of
16621         an existing object and T is sufficiently small.
16622
16623 2003-11-17  Jim Meyering  <jim@meyering.net>
16624
16625         On systems without utime and without a utimes function capable of
16626         dealing with a NULL struct utimbuf* argument, this utime replacement
16627         could -- in unusual circumstances -- leak a file descriptor.
16628         * lib/utime.c: Include <unistd.h> and <errno.h>.
16629         (utime_null): Be sure to close `fd' and to preserve errno.
16630         Reported by Geoff Collyer via Arnold Robbins.
16631
16632 2003-11-17  Bruno Haible  <bruno@clisp.org>
16633
16634         * modules/vasnprintf (Files): Add m4/ssize_t.m4.
16635         (Depends-on): Add xsize.
16636
16637 2003-11-17  Bruno Haible  <bruno@clisp.org>
16638
16639         * m4/vasnprintf.m4 (gl_PREREQ_PRINTF_PARSE): Require gt_TYPE_SSIZE_T.
16640
16641 2003-11-17  Bruno Haible  <bruno@clisp.org>
16642
16643         * lib/vasnprintf.c (alloca): Remove fallback definition.
16644         (freea): Remove definition.
16645         (VASNPRINTF): Use alloca only for small sizes, say <= 4000 bytes.
16646         Reported by Paul Eggert.
16647
16648 2003-11-16  Paul Eggert  <eggert@twinsun.com>
16649             Bruno Haible  <bruno@clisp.org>
16650
16651         Protect against address arithmetic overflow.
16652         * lib/printf-args.h: Include stddef.h.
16653         (arguments): Change type of field 'count' to size_t.
16654         * lib/printf-args.c (printf_fetchargs): Use size_t instead of
16655         'unsigned int' where appropriate.
16656         * lib/printf-parse.h: Include sys/types.h.
16657         (char_directive): Change type of *arg_index fields to ssize_t.
16658         (char_directives): Change type of fields 'count', max_*_length to
16659         size_t.
16660         * lib/printf-parse.c: Include sys/types.h and xsize.h.
16661         (SSIZE_MAX): Define fallback value.
16662         (PRINTF_PARSE): Use size_t instead of 'unsigned int' and ssize_t
16663         instead of 'int' where appropriate. Check a_allocated, d_allocated
16664         against overflow. Reject %m$ argument numbers > SSIZE_MAX + 1.
16665         * lib/vasnprintf.c: Include xsize.h.
16666         (VASNPRINTF): Use size_t instead of 'unsigned int' where appropriate.
16667         Check alloca, malloc, realloc, ENSURE_ALLOCATION arguments against
16668         overflow. Avoid wraparound when converting a width or precision from
16669         decimal to binary.
16670
16671 2003-11-16  Bruno Haible  <bruno@clisp.org>
16672
16673         Update from GNU gettext.
16674         * lib/printf-parse.c: Generalize to it can be compiled for wide
16675         strings.
16676         (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros.
16677         * lib/vasnprintf.c: Generalize to it can be compiled for wide strings.
16678         (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
16679         SNPRINTF): New macros.
16680         Don't include <alloca.h> if the file is used inside libintl.
16681         (local_wcslen): New function, for Solaris 2.5.1.
16682         (VASNPRINTF): Use it instead of wcslen.
16683
16684 2003-11-16  Bruno Haible  <bruno@clisp.org>
16685
16686         * lib/xsize.h (xmax): New function.
16687         (xsum, xsum3, xsum4): Declare as "pure" functions.
16688
16689 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16690
16691         * modules/xalloc (Files): Undo latest change, since xalloc.h
16692         no longer needs SIZE_MAX or PTRDIFF_MAX.
16693
16694 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16695
16696         * m4/xalloc.m4 (gl_PREREQ_XALLOC): Do not require gl_SIZE_MAX or
16697         gl_PTRDIFF_MAX.
16698
16699 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16700
16701         * lib/xstrtol.c (__xstrtol): Remove "break" immediately after
16702         "return", to pacify some unknown compiler.  Problem reported
16703         by Joerg Schilling.
16704
16705 2003-11-12  Paul Eggert  <eggert@twinsun.com>
16706
16707         * lib/xalloc.h: Do not include <limits.h> or <stdint.h>.
16708         (xalloc_oversized): Use sizeof (ptrdiff_t) and sizeof (size_t) for
16709         the heuristic, rather than PTRDIFF_MAX and SIZE_MAX.  This
16710         heuristic is just as accurate as far as we know, and it removes a
16711         dependency on size_max.m4 and ptrdiff_max.m4.
16712
16713 2003-11-11  Bruno Haible  <bruno@clisp.org>
16714
16715         * modules/xsize (Files): Add m4/size_max.m4.
16716         * modules/xalloc (Files): Add m4/size_max.m4, m4/ptrdiff_max.m4.
16717
16718 2003-11-11  Bruno Haible  <bruno@clisp.org>
16719
16720         * m4/size_max.m4: New file.
16721         * m4/ptrdiff_max.m4: New file.
16722         * m4/xsize,m4 (gl_XSIZE): Require gl_SIZE_MAX.
16723         * m4/xalloc.m4 (gl_PREREQ_XALLOC): New macro.
16724         (gl_XALLOC): Invoke it.
16725
16726 2003-11-11  Bruno Haible  <bruno@clisp.org>
16727
16728         * lib/xsize.h (SIZE_MAX): Remove fallback definition.
16729         * lib/xalloc.h: Include limits.h. Assume SIZE_MAX and PTRDIFF_MAX are
16730         defined.
16731
16732 2003-11-10  Paul Eggert  <eggert@twinsun.com>
16733
16734         * lib/xalloc.h (xalloc_oversized): [! (defined PTRDIFF_MAX &&
16735         PTRDIFF_MAX < SIZE_MAX)]: Fix off-by-one error that would have
16736         rejected some allocations of exactly SIZE_MAX - 2 bytes.
16737         From Bruno Haible.
16738         [defined PTRDIFF_MAX && PTRDIFF_MAX < SIZE_MAX]: Use SIZE_MAX,
16739         not (size_t) -1, since it's defined here.
16740
16741 2003-11-09  Karl Berry  <karl@gnu.org>
16742
16743         * config/mkinstalldirs, depcomp, mdate-sh: update from automake.
16744
16745 2003-11-06  Paul Eggert  <eggert@twinsun.com>
16746
16747         * lib/xalloc.h [HAVE_STDINT_H]: Include <stdint.h>.
16748         (xalloc_oversized) [! (PTRDIFF_MAX < SIZE_MAX)]:
16749         Reject sizes of exactly SIZE_MAX bytes.
16750         * lib/xreadlink.c: Include "xalloc.h" before checking whether SIZE_MAX
16751         is defined, since "xalloc.h" now defines SIZE_MAX on modern hosts.
16752
16753 2003-11-05  Bruno Haible  <bruno@clisp.org>
16754
16755         * lib/xsize.h: Include limits.h, to avoid a possible collision with
16756         SIZE_MAX defined in <limits.h> on Solaris.
16757
16758 2003-11-04  Jim Meyering  <jim@meyering.net>
16759
16760         * modules/sysexits: Use the `$(VAR)' notation for AC_SUBST'd
16761         variable names, rather than @VAR@.
16762         * modules/poll: Likewise.
16763
16764 2003-11-04  Bruno Haible  <bruno@clisp.org>
16765
16766         * modules/xsize: New file.
16767         * modules/linebreak: Depend on xsize.
16768         * MODULES.html.sh (func_all_modules): Add xsize.
16769
16770 2003-11-04  Bruno Haible  <bruno@clisp.org>
16771
16772         * m4/xsize.m4: New file.
16773
16774 2003-11-04  Bruno Haible  <bruno@clisp.org>
16775
16776         * lib/xsize.h: New file.
16777         * lib/linebreak.c: Include xsize.h.
16778         (mbs_possible_linebreaks, mbs_width_linebreaks): Check malloc()
16779         argument for overflow.
16780         Suggested by Paul Eggert.
16781
16782 2003-11-03  Karl Berry  <karl@gnu.org>
16783
16784         * config/config.{guess,sub}: update from config.
16785
16786 2003-11-03  Jim Meyering  <jim@meyering.net>
16787
16788         * modules/userspec (lib_SOURCES): Add userspec.h.
16789         (Include): Add "userspec.h".
16790         Improve description.
16791
16792 2003-11-03  Jim Meyering  <jim@meyering.net>
16793
16794         * lib/userspec.c: Include "userspec.h".
16795         * lib/userspec.h: New file.
16796
16797 2003-11-03  Bruno Haible  <bruno@clisp.org>
16798
16799         * m4/wait-process.m4 (gl_WAIT_PROCESS): Also check for waitid.
16800
16801 2003-11-03  Bruno Haible  <bruno@clisp.org>
16802
16803         * lib/wait-process.c (wait_process): Use waitid with WNOWAIT if
16804         available, to avoid (extremely rare) race condition.
16805         Suggested by Paul Eggert.
16806
16807 2003-11-02  Karl Berry  <karl@gnu.org>
16808
16809         * config/srclist.txt (vasprintf.c): sync broken, sigh.
16810
16811 2003-10-31  Paul Eggert  <eggert@twinsun.com>
16812
16813         * lib/mountlist.h (struct mount_entry.me_type_malloced): New member.
16814         * lib/mountlist.c (SIZE_MAX): Define if not defined already.
16815         (read_filesystem_list): Set and use me_type_malloced.
16816         Use "sizeof *me" rather than "sizeof (struct mount_entry)" (or
16817         whatever the type happens to be), for brevity and consistency.
16818         Check for size calculation overflow on Alphas running OSF/1.
16819
16820 2003-10-31  Jim Meyering  <jim@meyering.net>
16821
16822         * lib/hash.c: Include "xalloc.h" for use of xalloc_oversized.
16823
16824         * lib/linebuffer.c: Include <string.h> for declaration of memset.
16825
16826 2003-10-30  Paul Eggert  <eggert@twinsun.com>
16827             Bruno Haible  <bruno@clisp.org>
16828
16829         * lib/vasprintf.c: Include <limits.h>, <stdlib.h>.
16830         (vasprintf): Fail if the resulting length doesn't fit in an 'int'.
16831
16832 2003-10-30  Paul Eggert  <eggert@cs.ucla.edu>
16833
16834         * m4/host-os.m4 (UTILS_HOST_OS): Change netbsd*-gnu pattern back to
16835         netbsd*-gnu*.  Suggested by Robert Millan.
16836
16837 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16838
16839         * modules/group-member: Depend on stdbool.
16840
16841 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16842
16843         * m4/xalloc.m4 (gl_XALLOC): Undo previous change.
16844
16845 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16846
16847         * m4/host-os.m4 (UTILS_HOST_OS): Resurrect netbsd*-gnu.  Add comments
16848         to it, and to knetbsd*-gnu and kfreebsd*-gnu.  Remove the '*' from
16849         after the 'gnu' in these cases.  This fixes some bugs in the
16850         previous change, and is based on suggestions by Robert Millan.
16851
16852 2003-10-29  Paul Eggert  <eggert@twinsun.com>
16853
16854         * lib/xalloc.h (xalloc_oversized): Now a macro, not a function,
16855         so that it works even if SIZE_MAX < N.  Do not include <stdbool.h>;
16856         no longer needed.
16857         * lib/quotearg.c (quotearg_n_options): Use it.
16858         * lib/group-member.c: Include <stdbool.h>.
16859         (free_group_info): Arg is now const *; don't free arg.
16860         (get_group_info): Now returns bool and accepts struct group_info *,
16861         rather than returning a malloc'ed struct group_info *.
16862         All uses changed.  Check for overflow in internal size calculation.
16863
16864         * lib/getusershell.c (readname): Simplify the code by using x2nrealloc
16865         rather than xmalloc/xrealloc.
16866         * lib/linebuffer.c (initbuffer, readlinebuffer): Simplify the code by
16867         using x2realloc rather than xmalloc/xrealloc.  Also, fix a C
16868         conformance bug: the old code used a pointer after freeing the
16869         storage that it addressed.
16870         * lib/hash.c (hash_initialize): Simplify the code by using
16871         xalloc_oversized rather than doing it by hand.
16872         * lib/getgroups.c (getgroups): Don't use xrealloc, since we don't need
16873         the buffer preserved.  Use free and xmalloc instead.
16874         * lib/quotearg.c (quotearg_n_options): Likewise.
16875         Use a simpler test for size overflow.  Don't use xalloc_oversized
16876         because unsigned int might be wider than size_t (!); this suggests
16877         that we should switch from unsigned int to size_t for slot numbers.
16878
16879 2003-10-28  Paul Eggert  <eggert@twinsun.com>
16880
16881         * m4/host-os.m4 (UTILS_HOST_OS): Identify GNU/KFreeBSD and
16882         GNU/KNetBSD.  These implementations use glibc atop the FreeBSD and
16883         NetBSD kernels.  Requested by Richard Stallman.
16884
16885 2003-10-27  Paul Eggert  <eggert@twinsun.com>
16886
16887         * lib/exclude.c (new_exclude): Use xzalloc rather than xmalloc
16888         to allocate the returned structure.  Do not allocate a subarray,
16889         as x2nrealloc will do that.
16890         (add_exclude): Use x2nrealloc to reallocate ex->exclude,
16891         instead of xnrealloc.
16892         (add_exclude_file): Use x2realloc instead of malloc + xnrealloc.
16893
16894 2003-10-27  Bruno Haible  <bruno@clisp.org>
16895
16896         * lib/stdbool_.h: Better support for BeOS.
16897
16898 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16899
16900         * m4/xalloc.m4 (gl_XALLOC): Requore AC_C_INLINE, since xalloc.h
16901         now uses inline.
16902
16903 2003-10-26  Paul Eggert  <eggert@twinsun.com>
16904
16905         * lib/xalloc.h (xalloc_oversized): New static inline function, for
16906         callers that want to do their own size-overflow checking.  Include
16907         <stdbool.h>, since xalloc_oversized returns bool.
16908         * lib/xalloc.c (array_size_overflow): Remove.  All callers changed
16909         to use xalloc_oversized.
16910
16911         Add two functions x2realloc, x2nrealloc, for programs that grow
16912         arrays dynamically by doubling their sizes.
16913         * lib/xalloc.h (x2realloc, x2nrealloc): New decls.
16914         * lib/xmalloc.c (x2nrealloc_inline, x2nrealloc, x2realloc):
16915         New functions.
16916
16917         Port to C99 semantics for 'inline' of external functions.
16918         Bug reported by Bruno Haible.
16919         * lib/xmalloc.c (xnmalloc_inline): New static inline function,
16920         with the old contents of xnmalloc.
16921         (xnmalloc, xmalloc): Use it.
16922         (xnrealloc_inline): New static inline function,
16923         with the old contents of xnrealloc.
16924         (xnrealloc, xrealloc): Use it.
16925
16926         * lib/alloc.c (alloca): xmalloc cannot return NULL, so don't test for
16927         that.
16928
16929 2003-10-26  Karl Berry  <karl@gnu.org>
16930
16931         * config/srclist.txt (COPYING.DOC): no longer available from
16932         /gd/gnuorg; don't know where the ultimate source is.
16933
16934 2003-10-25  Paul Eggert  <eggert@twinsun.com>
16935
16936         Fix several address-calculation bugs in the hash modules,
16937         plus some minor code cleanup.
16938
16939         * lib/hash.h: Include <stdbool.h>, for bool.
16940         * lib/hash.c: Don't include <stdbool.h>, since hash.h does it now.
16941         * lib/hash.h (Hash_hasher, hash_get_n_buckets, hash_get_n_buckets_used,
16942         hash_get_n_entries, hash_get_max_bucket_length,
16943         hash_get_entries, hash_do_for_each, hash_string, hash_initialize,
16944         hash_rehash): Use size_t rather than unsigned.
16945         * lib/hash.c (struct hash_table, hash_get_n_buckets,
16946         hash_get_n_buckets_used, hash_get_n_entries,
16947         hash_get_max_bucket_length, hash_table_ok, hash_print_statistics,
16948         hash_get_entries, hash_do_for_each, hash_string, is_prime,
16949         next_prime, hash_initialize, hash_rehash, hash_delete, hash_print):
16950         Likewise.
16951         (SIZE_MAX): Define if not defined.
16952         (hash_get_max_bucket_length, hash_table_ok, hash_lookup,
16953         hash_get_first, hash_get_next, hash_get_entries, hash_do_for_each,
16954         hash_print):
16955         Use const * when possible.
16956         (hash_string): Use (unsigned char) *P rather than *(unsigned char *) P.
16957         (check_tuning): Fix bug: if tuning parameters were very close to
16958         0 or 1, rounding errors could have caused subscript violations.
16959         (hash_initialize, allocate_entry, hash_print): Remove unnecessary cast.
16960         (hash_initialize): Add 'fail:' label
16961         to free table and return NULL, and use it to simplify code.
16962         Use calloc rather than clearing the storage ourself.
16963         (hash_initialize, hash_rehash): Check for arithmetic overflow in
16964         buffer size calculations.
16965         * lib/hash-pjw.h (hash_pjw): Use size_t, not unsigned.
16966         Include <stddef.h>, for size_t.
16967         * lib/hash-pjw.c (hash_pjw): Likewise.
16968         Switch to method described by Bruno Haible.
16969         Include <limits.h>, for CHAR_BIT.
16970         (SIZE_BITS): New macro.
16971
16972 2003-10-23  Paul Eggert  <eggert@twinsun.com>
16973
16974         * m4/getline.m4 (AM_FUNC_GETLINE):
16975         Don't include getndelim2.o twice into LIBOBJS; this breaks on some
16976         hosts.  Problem reported by Derek Robert Price in
16977         <http://mail.gnu.org/archive/html/bug-gnulib/2003-10/msg00092.html>.
16978         This patch can be withdrawn after Autoconf 2.58 is required for gnulib.
16979         * m4/getndelim2.m4 (gl_GETNDELIM2): Likewise.
16980
16981 2003-10-21  Paul Eggert  <eggert@twinsun.com>
16982
16983         * lib/getndelim2.c (getndelim2): When size calculation overflows,
16984         ceiling the allocation at NMAX bytes rather than silently
16985         discarding input bytes before NMAX is reached.  This makes
16986         a difference only if NMAX exceeds SIZE_MAX / 2.
16987
16988         * lib/obstack.c: Merge from glibc.
16989         [defined _LIBC]: Include <obstack.h>, not "obstack.h".
16990         Add libc_hidden_def (_obstack_newchunk).
16991         (_obstack_free) [! defined _LIBC]: Remove.
16992         [defined _LIBC]: Make a strong alias from obstack_free, rather than
16993         a clone of the function body.
16994         (fputs) [defined _LIBC && defined USE_IN_LIBIO]: Remove.
16995         [defined _LIBC && !defined USE_IN_LIBIO]: Include <libio/iolibio.h>.
16996
16997         * lib/obstack.h: Indenting cleanup, to make it easier to merge with
16998         glibc.
16999         (obstack_grow, obstack_grow0): Remove unnecessary parentheses around
17000         arg to memcpy.
17001
17002         * lib/obstack.h (obstack_1grow_fast): Properly parenthesize arg.
17003         (obstack_ptr_grow_fast, obstack_int_grow_fast):
17004         Don't use lvalue casts, as GCC plans to remove support for them
17005         in GCC 3.5.  Reported by Joseph S. Myers.  This bug
17006         was also present in the non-GCC version, indicating that this
17007         code had always been buggy and had never been widely used.
17008         (obstack_1grow, obstack_ptr_grow, obstack_int_grow, obstack_blank):
17009         Use the fast variant of each macro, rather than copying the
17010         definiens of the fast variant; that way, we'll be more likely to
17011         catch future bugs in the fast variants.
17012
17013 2003-10-20  Bruno Haible  <bruno@clisp.org>
17014
17015         * modules/wait-process: New file.
17016         * MODULES.html.sh (func_all_modules): Add wait-process.
17017
17018 2003-10-20  Bruno Haible  <bruno@clisp.org>
17019
17020         * m4/wait-process.m4: New file.
17021
17022 2003-10-20  Bruno Haible  <bruno@clisp.org>
17023
17024         * lib/wait-process.h: New file, from GNU gettext.
17025         * lib/wait-process.c: New file, from GNU gettext.
17026
17027 2003-10-19  Jim Meyering  <jim@meyering.net>
17028
17029         * lib/vasnprintf.c (vasnprintf): Work around losing snprintf on
17030         HPUX 10.20.
17031
17032 2003-10-18  Karl Berry  <karl@gnu.org>
17033
17034         * config/config.guess: update from config.
17035
17036 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17037
17038         * lib/getgroups.c: Include <errno.h>, <stdlib.h>.
17039         (getgroups): First arg is int, not size_t.
17040         Don't let 'free' mangle errno.
17041
17042 2003-10-16  Paul Eggert  <eggert@twinsun.com>
17043
17044         * README: Mention that gnulib assumes that (foo *) NULL + 0 == NULL.
17045
17046 2003-10-16  Karl Berry  <karl@gnu.org>
17047
17048         * config/config.{guess,sub}: update from config.
17049
17050 2003-10-16  Jim Meyering  <jim@meyering.net>
17051
17052         * lib/xmalloc.c: Include <string.h>, for declarations of memset and
17053         memcpy.
17054
17055 2003-10-15  Paul Eggert  <eggert@twinsun.com>
17056
17057         * lib/exclude.c: Do not include <inttypes.h> or <stdint.h>.
17058         (SIZE_MAX): Remove.
17059         (new_exclude, add_exclude_file): Initial size no longer needs to
17060         be a power of 2.
17061         (add_exclude, add_exclude_file): Use xnrealloc instead of rolling
17062         our own address arithmetic overflow checking.
17063
17064         * lib/fnmatch.c (SIZE_MAX): Define if standard headers don't.
17065         (fnmatch): Do not alloca more than 2000 wide characters;
17066         instead, use malloc for large buffers.
17067         Check for address arithmetic overflow, and return -1
17068         with errno set to ENOMEM in that case.
17069         * lib/fnmatch_loop.c (ALLOCA_LIMIT): New macro.
17070         (NEW_PATTERN): Do not alloca more than 8000 bytes;
17071         instead, return -1.  Check for address arithmetic overflow.
17072
17073 2003-10-14  Paul Eggert  <eggert@twinsun.com>
17074
17075         Handle invalid suffixes and overflow independently, so that
17076         callers can treat them independently as needed.  Fix some bugs in
17077         suffix handling, e.g., "100k@" was not diagnosed as an invalid
17078         suffix for a human-readable blocksize.  The major caller-visible
17079         change is the addition of a new
17080         LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW enum value, indicating
17081         that both overflow and suffix chars were found.
17082
17083         * lib/human.c (humblock): Don't check separately for invalid suffix
17084         char; that is xstrtoumax's job (now that its bug is fixed).
17085         * lib/xstrtoimax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM) [defined
17086         INTMAX_MAX]: New macros.
17087         * lib/xstrtol.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM, TYPE_MINIMUM,
17088         TYPE_MAXIMUM): New macros.
17089         (bkm_scale, bkm_scale_by_power): Return strtol_error, not int.
17090         (bkm_scale, bkm_scale_by_power, __xstrtol): Return maximal values
17091         if overflow occurs, as it's what __strtol does and it's more useful
17092         in practice.
17093         (__xstrtol): If __strtol reports some error other than ERANGE,
17094         reflect it to the caller as LONGINT_INVALID.  If it reports
17095         ERANGE, continue the rest of parsing, and report LONGINT_OVERFLOW
17096         | LONGINT_INVALID_SUFFIX_CHAR if both errors occur.
17097         * lib/xstrtol.h (LONGINT_INVALID_SUFFIX_CHAR_WITH_OVERFLOW): New enum
17098         value.
17099         (_STRTOL_ERROR): Handle it.  Abort when given unknown error codes.
17100         * lib/xstrtoul.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM): New macros.
17101         * lib/xstrtoumax.c (STRTOL_T_MINIMUM, STRTOL_T_MAXIMUM)
17102         [defined UINTMAX_MAX]: New macros.
17103
17104 2003-10-14  Bruno Haible  <bruno@clisp.org>
17105
17106         * modules/fatal-signal: Add m4/sig_atomic_t.m4 to file list.
17107
17108 2003-10-14  Bruno Haible  <bruno@clisp.org>
17109
17110         * m4/sig_atomic_t: New file, from GNU gettext.
17111         * m4/fatal-signal.m4 (gl_FATAL_SIGNAL): Require gt_TYPE_SIG_ATOMIC_T.
17112
17113 2003-10-14  Bruno Haible  <bruno@clisp.org>
17114
17115         * lib/fatal-signal.h: Improved comments. Suggested by Paul Eggert.
17116         * lib/fatal-signal.c: Use sig_atomic_t. Suggested by Paul Eggert.
17117         Also use volatile where needed.
17118
17119 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17120
17121         * modules/xalloc: Do not depend on 'exit'.  Depend on 'stdbool'.
17122         Change maintainer from Bruno Haible to 'all'.
17123
17124 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17125
17126         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Require AC_C_INLINE.
17127
17128 2003-10-12  Paul Eggert  <eggert@twinsun.com>
17129
17130         * lib/xalloc.h (xnmalloc, xzalloc, xnrealloc, xclone): New decls.
17131         (XMALLOC, XCALLOC, XREALLOC, XFREE, CCLONE, CLONE): Deprecate,
17132         and define in terms of the other primitives.
17133         * lib/xmalloc.c: Include stdbool.h; do not include exit.h.
17134         (SIZE_MAX): Define if not already defined.
17135         (array_size_overflow): New function.
17136         (xalloc_die): Abort instead of exiting if 'error' returns.
17137         (xnmalloc, xnrealloc, xzalloc, xclone): New functions.
17138         (xmalloc, xrealloc): Use them.
17139         (xcalloc): Check for address arithmetic overflow.
17140         * lib/xstrdup.c (xstrdup): Use xclone, since memcpy should be
17141         a bit faster than strcpy.
17142
17143 2003-10-10  Simon Josefsson  <jas@extundo.com>
17144
17145         * modules/argp (Depends-on): Add restrict and strcase.
17146
17147 2003-10-10  Simon Josefsson  <jas@extundo.com>
17148
17149         * m4/argp.m4: Add AC_C_INLINE.
17150
17151 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17152
17153         Merge getpass from libc, plus a few fixes.
17154
17155         * lib/getpass.c (HAVE_STDIO_EXT) [_LIBC]: Define to 1.
17156         Include <stdbool.h>.
17157         Include <stdio_ext.h> if HAVE_STDIO_H, otherwise define
17158         __fsetlocking to empty.
17159         [_LIBC]: Do not include "getline.h" or "unlocked-io.h", but
17160         do include <bits/libc-lock.h>.
17161         Do not include <fcntl.h>; not needed.
17162         [_LIBC]: Include <wchar.h>.
17163         (NOTCANCEL_MODE): New macro.
17164         (flockfile, funlockfile) [_LIBC]: New macros.
17165         (__libc_cleanup_push, __libc_cleanup_pop, __getline, __tcgetattr)
17166         [!_LIBC]: New macros.
17167         (call_fclose): New function.
17168         (getpass): Use it.  Save tty stream separately; this simplifies the
17169         code and makes it more reliable if stdin happens to equal stdout.
17170         Invoke __fsetlocking on tty.
17171         Handle thread cancellation if needed.
17172         Namespace cleanup (use __tcgetattr, __getline).
17173         Use bool for Booleans.
17174         [USE_IN_LIBIO]: Handle wide streams.
17175         [!_LIBC]: Unconditionally do the fseek, since we don't know what
17176         stream might go where.
17177
17178         * lib/unlocked-io.h: Include <stdio.h>, so that the caller
17179         doesn't have to include <stdio.h> before us.
17180         (clearerr_unlocked, feof_unlocked, ferror_unlocked,
17181         fflush_unlocked, fgets_unlocked, fputc_unlocked, fputs_unlocked,
17182         fread_unlocked, fwrite_unlocked, getc_unlocked, getchar_unlocked,
17183         putc_unlocked, putchar_unlocked): Define to the unlocked counterpart
17184         if not declared, so that we can use getpass.c code from libc without
17185         rewriting it.
17186         (flockfile, ftrylockfile, funlockfile): New macros.
17187
17188 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17189
17190         * modules/getpass: Depend on stdbool.
17191
17192 2003-10-08  Paul Eggert  <eggert@twinsun.com>
17193
17194         * m4/getpass.m4 (gl_PREREQ_GETPASS): Check for stdio_ext.h.
17195
17196 2003-10-07  Karl Berry  <karl@gnu.org>
17197
17198         * config/config.{guess,sub}: update from config.
17199
17200 2003-10-06  Jim Meyering  <jim@meyering.net>
17201             Bruno Haible  <bruno@clisp.org>
17202
17203         This lets translators provide better translations for the
17204         "Written by ..." part of --version output.
17205         * lib/version-etc.h: Include stdarg.h.
17206         (version_etc_copyright): Declare as readonly.
17207         (version_etc): Make this function variadic with a NULL-terminated list
17208         of author name strings.
17209         (version_etc_va): New declaration.
17210         * lib/version-etc.c: Include stdarg.h, stdlib.h.
17211         (version_etc_copyright): Declare as readonly.
17212         (version_etc_va): New function. Provide a different translatable string
17213         for each possible number of authors < 10. Abbreviate when there are 10
17214         authors or more.
17215         (version_etc): Make this function variadic. Call version_etc_va.
17216         Suggestion from Gary V. Vaughan.
17217
17218         * lib/long-options.h (parse_long_options): Change prototype: the
17219         authors string is moved to the end and becomes variadic.
17220         * lib/long-options.c: Include stdarg.h.
17221         (parse_long_options): Make this function variadic, too.
17222         Call version_etc_va, not version_etc.
17223
17224 2003-10-06  Bruno Haible  <bruno@clisp.org>
17225
17226         * modules/version-etc-2: Remove file.
17227         * MODULES.html.sh (func_all_modules): Remove version-etc-2.
17228
17229 2003-10-06  Bruno Haible  <bruno@clisp.org>
17230
17231         * modules/fatal-signal: New file.
17232         * MODULES.html.sh (func_all_modules): Add fatal-signal.
17233
17234 2003-10-06  Bruno Haible  <bruno@clisp.org>
17235
17236         * m4/fatal-signal.m4: New file.
17237         * m4/signalblocking.m4: New file, from GNU gettext.
17238
17239 2003-10-06  Bruno Haible  <bruno@clisp.org>
17240
17241         * lib/version-etc-2.h: Remove file.
17242         * lib/version-etc-2.c: Remove file.
17243
17244 2003-10-06  Bruno Haible  <bruno@clisp.org>
17245
17246         * lib/fatal-signal.h: New file, from GNU gettext.
17247         * lib/fatal-signal.c: New file, from GNU gettext.
17248
17249 2003-10-05  Paul Eggert  <eggert@twinsun.com>
17250
17251         * README: Rework advice for preventing empty .o files.
17252         Don't recommend ELIDE constructs.  Recommend <stddef.h>,
17253         not <sys/types.h>.
17254
17255 2003-10-04  Karl Berry  <karl@gnu.org>
17256
17257         * lib/argp*: update from libc.
17258
17259 2003-10-04  Karl Berry  <karl@gnu.org>
17260
17261         * config/config.{guess,sub}: update from config.
17262
17263 2003-10-02  Bruno Haible  <bruno@clisp.org>
17264
17265         * modules/lchown (Include): Add lchown.h.
17266         * modules/time_r (Include): Use "..." syntax.
17267         * modules/xgetdomainname (Include): Add xgetdomainname.h.
17268
17269 2003-10-01  Simon Josefsson  <jas@extundo.com>
17270
17271         * MODULES.html.sh (func_all_modules): Move gethostname from section
17272         'based on' to section 'lacking' POSIX:2001.
17273
17274 2003-10-01  Larry Jones  <lawrence.jones@eds.com>
17275
17276         * lib/getpass.c (getpass): Use a no-op fseek when switching from input
17277         to output mode on the same stream.
17278
17279 2003-09-29  Paul Eggert  <eggert@twinsun.com>
17280
17281         * lib/strftime.c (tm_diff) [! HAVE_TM_GMTOFF]:
17282         Fix arg typo in previous patch.
17283
17284 2003-09-28  Jim Meyering  <jim@meyering.net>
17285
17286         * lib/error.c: Correct cpp indentation.
17287
17288 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17289
17290         * modules/free: New file.
17291
17292 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17293
17294         * m4/free.m4: New file.
17295
17296 2003-09-27  Paul Eggert  <eggert@twinsun.com>
17297
17298         * lib/minmax.h (MIN, MAX)
17299         [__STDC__ && defined __GNUC__ && __GNUC__ >= 2]:
17300         Omit the special code that used __typeof__, since we worry that
17301         it could be more trouble than it's worth.  See:
17302         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00090.html
17303         http://mail.gnu.org/archive/html/bug-gnulib/2003-01/msg00095.html
17304
17305         * lib/free.c: New file.
17306
17307 2003-09-27  Oskar Liljeblad  <oskar@osk.mine.nu>
17308
17309         Trivial fixes to Makefile.am parts of module listings.
17310         * modules/strstr: Append strstr.h to lib_SOURCES.
17311         * modules/strcase: Likewise, for strcase.h.
17312
17313 2003-09-27  Karl Berry  <karl@gnu.org>
17314
17315         * config/mkinstalldirs: update from automake.
17316
17317 2003-09-26  Paul Eggert  <eggert@twinsun.com>
17318
17319         * lib/error.c (SIZE_MAX) [!defined SIZE_MAX]: Define.
17320         (error_tail): Do not loop, reallocating temporary buffer, since
17321         the output cannot contain more wide characters than the input
17322         contains bytes, the size must be big enough already.  This avoids
17323         one potential size overflow calculation.  Check for size overflow
17324         when calculating temporary buffer size.  Free temporary buffer
17325         when done, if it was allocated with malloc; this plugs a memory
17326         leak.  Remove casts from void * to pointers, that are no longer
17327         needed now that we're assuming C89 or better.
17328
17329         Merge error changes from glibc.
17330
17331         * lib/error.c, error.h: Update copyright notice header to match glibc.
17332         * lib/error.c [defined _LIBC]: Include <errno.h>, <bits/libc-lock.h>.
17333         (error, error_at_line) [defined _LIBC && defined __libc_ptf_call]:
17334         Disable cancellation while printing error.
17335         * lib/error.h: Prepend __ to parameter names.
17336
17337 2003-09-26  Jim Meyering  <jim@meyering.net>
17338
17339         * lib/error.c (error_tail): Move some declarations
17340         into inner scope where the local variables are used.
17341
17342 2003-09-26  Bruno Haible  <bruno@clisp.org>
17343
17344         * m4/stpncpy.m4 (gl_FUNC_STPNCPY): Add comments about the AIX
17345         stpncpy().
17346         Don't define stpncpy through config.h; it's now done through stpncpy.h.
17347
17348 2003-09-26  Bruno Haible  <bruno@clisp.org>
17349
17350         * lib/stpncpy.h (gnu_stpncpy): New declaration.
17351         (stpncpy): Define as alias for gnu_stpncpy.
17352         * lib/stpncpy.c [!_LIBC]: Define gnu_stpncpy, not stpncpy.
17353
17354 2003-09-25  Simon Josefsson  <jas@extundo.com>
17355
17356         * lib/xgetdomainname.h: New file.
17357         * lib/xgetdomainname.c: New file.
17358
17359 2003-09-25  Simon Josefsson  <jas@extundo.com>
17360             Bruno Haible  <bruno@clisp.org>
17361
17362         * modules/getdomainname: New file.
17363         * modules/xgetdomainname: New file.
17364         * MODULES.html.sh (func_all_modules): Add getdomainname,
17365         xgetdomainname.
17366
17367 2003-09-25  Simon Josefsson  <jas@extundo.com>
17368             Bruno Haible  <bruno@clisp.org>
17369
17370         * m4/getdomainname.m4: New file.
17371
17372 2003-09-25  Simon Josefsson  <jas@extundo.com>
17373             Bruno Haible  <bruno@clisp.org>
17374
17375         * lib/getdomainname.h: New file.
17376         * lib/getdomainname.c: New file.
17377
17378 2003-09-25  Karl Berry  <karl@gnu.org>
17379
17380         * lib/argp-fmtstream.c, argp-help.c: update from libc.
17381
17382 2003-09-25  Karl Berry  <karl@gnu.org>
17383
17384         * config/install-sh: update from automake.
17385
17386 2003-09-25  Bruno Haible  <bruno@clisp.org>
17387
17388         * modules/version-etc-2: New file, from modules/version-etc with
17389         modifications.
17390         * MODULES.html.sh (func_all_modules): Add version-etc-2.
17391
17392 2003-09-25  Bruno Haible  <bruno@clisp.org>
17393
17394         * lib/version-etc-2.h: New file, from version-etc.h with modifications.
17395         * lib/version-etc-2.c: New file, from version-etc.c with modifications.
17396
17397 2003-09-24  Simon Josefsson  <jas@extundo.com>
17398
17399         * modules/xgethostname: Add xgethostname.h.
17400
17401 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17402
17403         * lib/linebuffer.c (freebuffer): Don't free the argument, just
17404         the buffer associated with the argument.  Bug reported by
17405         Simon Josefsson.
17406
17407 2003-09-24  Paul Eggert  <eggert@twinsun.com>
17408
17409         * README: Document assumptions that 'int' is at least 32 bits
17410         wide, that integer arithmetic is 2's complement without overflow,
17411         that there are no holes in integer values, that adding sizes of
17412         two nonoverlapping objects can't overflow, and that all-bits-zero
17413         yields scalar zero.  Fix spelling and capitalization typos.
17414
17415 2003-09-19  Karl Berry  <karl@gnu.org>
17416
17417         * lib/argp.h: update from libc.
17418
17419 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17420
17421         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Call AC_BEFORE first,
17422         to avoid spurious warnings like "AC_RUN_IFELSE was called before
17423         gl_USE_SYSTEM_EXTENSIONS" from autoreconf.
17424
17425 2003-09-17  Paul Eggert  <eggert@twinsun.com>
17426
17427         * gnulib-tool: Use "test -h", not "test -L", for portability
17428         to Solaris 8 /bin/sh.  (This bug is fixed in Solaris 9.)
17429         (tags_regexp): Remove, since \| doesn't conform to POSIX.
17430         (sed_extract_prog): Issue s commands one-by-one, rather than
17431         using \| in one s command.
17432
17433 2003-09-16  Paul Eggert  <eggert@twinsun.com>
17434
17435         * lib/linebuffer.c (readlinebuffer): Return NULL immediately upon
17436         input error, instead of returning NULL the next time we are called
17437         (and therefore losing track of errno).
17438
17439 2003-09-16  Bruno Haible  <bruno@clisp.org>
17440
17441         * gnulib-tool (func_create_testdir): Warn about duplicated
17442         dependencies.
17443
17444 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17445
17446         * modules/argmatch, modules/fatal, modules/obstack,
17447         modules/xalloc, modules/xgethostname: Sort dependencies by
17448         importance, not alphabetically.
17449
17450 2003-09-15  Paul Eggert  <eggert@twinsun.com>
17451
17452         * lib/getndelim2.c (getndelim2): Don't trash errno when a read
17453         fails, so that the caller gets the proper errno.
17454
17455         * lib/readutmp.c (read_utmp): Likewise.
17456         Check for fstat error.  Close stream and free storage
17457         when failing.
17458
17459 2003-09-14  Karl Berry  <karl@gnu.org>
17460
17461         * config/srclist.txt (strdup.c): disable for c89 changes.
17462
17463 2003-09-14  Jim Meyering  <jim@meyering.net>
17464
17465         * lib/getloadavg.c: Correct cpp indentation.
17466         * lib/strdup.c: Likewise.
17467         * lib/vasnprintf.c: Likewise.
17468
17469 2003-09-14  Bruno Haible  <bruno@clisp.org>
17470
17471         * modules/fwriteerror: New file.
17472         * MODULES.html.sh (func_all_modules): Add fwriteerror.
17473
17474 2003-09-14  Bruno Haible  <bruno@clisp.org>
17475
17476         * lib/fwriteerror.h: New file.
17477         * lib/fwriteerror.c: New file.
17478
17479 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17480
17481         * modules/argmatch, modules/exitfail, modules/fatal, modules/obstack,
17482         modules/xgethostname, modules/xalloc: Depend on exit.
17483
17484 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17485
17486         * m4/error.m4: Require AC_FUNC_STRERROR_R rather than invoking it.
17487
17488         * m4/extensions.m4 (gl_USE_SYSTEM_EXTENSIONS): Require AC_AIX
17489         and AC_MINIX, too, so that their extensions are available.
17490
17491         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Remove.  All uses removed.
17492         This macro has been superseded by gl_BACKUPFILE.
17493
17494         More patches to assume C89 or better.
17495
17496         * m4/error.m4 (gl_ERROR): Don't check for vprintf.
17497
17498         * m4/check-decl.m4 (jm_CHECK_DECLS): Include <string.h>, <stdlib.h>
17499         unconditionally.
17500         * m4/closeout.m4 (gl_CLOSEOUT): Don't check for stdlib.h.
17501         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER):
17502         Include <string.h>, <stdlib.h> unconditionally.
17503         * m4/lstat.m4 (gl_PREREQ_LSTAT): Don't check for stdlib.h, free.
17504         * m4/readdir.m4 (GL_FUNC_READDIR): Don't check for string.h.
17505         * m4/readutmp.m4 (gl_PREREQ_READUTMP): Don't check for standard C
17506         headers or for string.h.
17507         * m4/strtoumax.m4 (gl_PREREQ_STRTOUMAX): Don't check for stdlib.h
17508         or strtoul.
17509
17510         * m4/mkstemp.m4 (jm_PREREQ_TEMPNAME): Do not require standard C
17511         headers.
17512         * m4/strdup.m4 (gl_PREREQ_STRDUP): Likewise.
17513         * m4/userspec.m4 (gl_USERSPEC): Likewise.
17514         * m4/xalloc.m4 (gl_PREREQ_XMALLOC): Likewise.
17515         * m4/xstrtod.m4 (gl_XSTRTOD): Likewise.
17516         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
17517         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't check for limits.h,
17518         memcpy, memset.
17519         (jm_FUNC_GNU_STRFTIME): Don't require standard C headers.
17520         * m4/strtod.m4 (gl_FUNC_STRTOD): Do not check for float.h.
17521         * m4/strtoimax.m4 (gl_PREREQ_STRTOIMAX): Do not check for stdlib.h,
17522         strtol.
17523         * m4/strtol.m4 (gl_FUNC_STRTOL): Do not check for limits.h.
17524         * m4/userspec.m4 (gl_USERSPEC): Do not check for string.h.
17525         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Do not check for string.h, strtol,
17526         strtoul.
17527
17528 2003-09-12  Paul Eggert  <eggert@twinsun.com>
17529
17530         * lib/argmatch.c, fatal.c, xgethostname.c, xmalloc.c: Include exit.h.
17531         * lib/obstack.c [!defined _LIBC]: Likewise.
17532         * lib/argmatch.c (EXIT_FAILURE): Remove; now done by exit.h
17533         * lib/exitfail.c, fatal.c, xgethostname.c, xmalloc.c: Likewise.
17534         * lib/exitfail.c: Don't include stdlib.h; no longer needed.
17535
17536         More changes to assume C89 or better.
17537
17538         * lib/error.c (error_tail): Assume vprintf.
17539
17540         * lib/argmatch.c (getenv): Remove decl.
17541         * lib/progreloc.c (get_full_program_name): Define via prototype.
17542         * lib/setenv.c (clearenv): Likewise.
17543         * lib/stpncpy.c: Do not include <string.h> or <sys/types.h>; not
17544         needed.
17545         * lib/strdup.c: Include <stdlib.h>, <string.h> unconditionally.
17546         (malloc, memcpy): Remove decls.
17547         * lib/strftime.c (HAVE_LIMITS_H, STDC_HEADERS) [defined _LIBC]: Remove.
17548         (HAVE_MEMCPY) [defined emacs && !defined HAVE_BCOPY]: Remove.
17549         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17550         (memcpy): Remove macro.
17551         (MEMCPY) [!defined COMPILE_WIDE]: Define to memcpy unconditionally.
17552         (__P): Remove.  All uses removed.
17553         (PTR): Remove.  All uses changed to void *.
17554         (CHAR_BIT, NULL): Remove.
17555         (spaces, zeros, memset_space, memset_zero)
17556         [!defined memset && !defined HAVE_MEMSET && !defined _LIBC]:
17557         Remove.
17558         (LOCALE_PARAM, LOCALE_PARAM_DECL): Remove.
17559         (memcpy_lowcase, memcpy_uppcase, tm_diff, iso_week_days):
17560         Define with prototype.
17561         Remove now-unnecessary prototype decl.
17562         (extra_args_spec): Assume ANSI C.  All uses changed.
17563         (extra_args_spec_iso): Remove.
17564         (my_strftime, emacs_strftimeu): Define via prototype.
17565         * lib/strtod.c: Include <float.h>, <stdlib.h>, <string.h>
17566         unconditionally.
17567         (DBL_MAX, DBL_MIN, HUGE_VAL, NULL): Remove decls.
17568         * lib/strtoimax.c: Include <stdlib.h> unconditionally.
17569         (strtoul, strtol): Remove decls.
17570         * lib/strtol.c (STDC_HEADERS, HAVE_LIMITS_H, NULL, ULONG_MAX,
17571         LONG_MAX): Remove.
17572         Include <limits.h>, <stddef.h>, <stdlib.h>, <string.h> unconditionally.
17573         (LOCALE_PARAM_DECL): Remove.  All uses changed to LOCALE_PARAM_PROTO.
17574         (LOCALE_PARAM_PROTO): New macro.
17575         (INTERNAL, INTERNAL1, WEAKNAME): Assume ANSI C, not K&R.
17576         (INTERNAL (strtol), strtol): Define with a prototype.
17577         (PARAMS): Remove.  All uses removed.
17578         * lib/tempname.c: Include <string.h> unconditionally.
17579         * lib/userspec.c: Include <stdlib.h>, <string.h> unconditionally.
17580         * lib/xgethostname.c (main): Define with a prototype.
17581         * lib/xmalloc.c: Include "xalloc.h" first, to check interface.
17582         Include <stdlib.h> unconditionally.
17583         (calloc, malloc, realloc, free): Remove decls.
17584         * lib/xstrtod.c: Include "xstrtod.h" first, to check interface.
17585         Include <stdlib.h> unconditionally.  Sort include file names.
17586         (strtod): Remove.
17587         (xstrtod): Define with a prototype.
17588         * lib/xstrtol.c: Include <stdlib.h>, <string.h> unconditionally.
17589         (strtol, strtoul): Remove decls.
17590
17591 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17592
17593         More patches to assume C89 or better.
17594         * m4/strndup.m4 (gl_PREREQ_STRNDUP): Remove STDC_HEADERS check.
17595         * m4/strnlen.m4 (gl_PREREQ_STRNLEN): Don't check for memory.h,
17596         string.h, memchr, STDC_HEADERS.
17597
17598 2003-09-11  Paul Eggert  <eggert@twinsun.com>
17599
17600         * lib/strndup.c: Don't include <stdio.h>, <sys/types.h>.
17601         Include <stdlib.h>, <string.h> unconditionally.
17602         Remove now-unnecessary cast to char *.
17603         * lib/strnlen.c: Include <string.h> unconditionally.
17604         * lib/yesno.c (yesno): Define with a prototype.
17605
17606 2003-09-11  Bruno Haible  <bruno@clisp.org>
17607
17608         * config/srclist.txt (setenv.c, unsetenv.c): Disable for the moment.
17609
17610 2003-09-10  Jim Meyering  <jim@meyering.net>
17611
17612         * lib/error.c: Correct indentation of cpp directives.
17613
17614 2003-09-10  Bruno Haible  <bruno@clisp.org>
17615
17616         * m4/strcspn.m4 (gl_PREREQ_STRCSPN): Remove <string.h> check.
17617         * m4/strpbrk.m4 (gl_PREREQ_STRPBRK): Remove <string.h> check.
17618         * m4/strstr.m4 (gl_PREREQ_STRSTR): Remove <string.h> check.
17619         * m4/unicodeio.m4 (gl_UNICODEIO): Remove <string.h> check.
17620         * m4/setenv.m4 (gl_PREREQ_SETENV, gl_PREREQ_UNSETENV): Remove
17621         <stdlib.h> and <string.h> checks.
17622         * m4/xreadlink.m4 (gl_XREADLINK): Remove <stdlib.h> check.
17623         * m4/yesno.m4 (gl_YESNO): Remove <stdlib.h> check.
17624
17625 2003-09-10  Bruno Haible  <bruno@clisp.org>
17626
17627         * lib/strcspn.c: Include <string.h> unconditionally.
17628         * lib/strpbrk.c: Include <string.h> unconditionally.
17629         * lib/strstr.c: Include <string.h> unconditionally.
17630         * lib/unicodeio.c: Include <string.h> unconditionally.
17631         * lib/setenv.c: Include <stdlib.h> and <string.h> unconditionally.
17632         * lib/unsetenv.c: Likewise.
17633         * lib/xreadlink.c: Include <stdlib.h> unconditionally.
17634         * lib/yesno.c: Include <stdlib.h> unconditionally.
17635         (rpmatch): Add prototype.
17636
17637 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17638
17639         More patches to assume C89 or better.
17640         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Don't check for stdlib.h.
17641         * m4/getopt.m4 (gl_GETOPT): Don't check for string.h.
17642         * m4/getugroups.m4 (gl_GETUGROUPS): Do not check for standard C headers
17643         or for string.h.
17644         * m4/getusershell.m4 (gl_PREREQ_GETUSERSHELL): Do not check for
17645         stdlib.h.
17646         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): Do not require standard
17647         C headers.
17648         * m4/hard-locale.m4 (gl_HARD_LOCALE): Do not check for stdlib.h,
17649         string.h.
17650         * m4/hash.m4 (gl_HASH): Do not check for stdlib.h, malloc, free.
17651         * m4/human.m4 (gl_HUMAN): Do not check for stdlib.h, string.h, getenv.
17652         * m4/idcache.m4 (gl_IDCACHE): Do not check for standard C headers,
17653         or for string.h.
17654         * m4/long-options.m4 (gl_LONG_OPTIONS): Do not check for stdlib.h.
17655         * m4/makepath.m4 (gl_MAKEPATH): Do not check for string.h or standard
17656         C headers.
17657         * m4/md5.m4 (gl_MD5): Don't check for limits.h, standard C headers,
17658         memcpy.
17659         * m4/sha.m4 (gl_SHA): Don't check for standard Cheaders, memcpy.
17660         * m4/memchr.m4 (jm_PREREQ_MEMCHR): Don't check for limits.h, stdlib.h.
17661         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): Don't check for string.h.
17662         * m4/memcoll.m4 (gl_MEMCOLL): Likewise.
17663         * m4/memrchr.c (gl_PREREQ_MEMRCHR): Don't check for limits.h.
17664         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): Don't check for stdlib.h,
17665         string.h, free.
17666         * m4/mktime.m4 (gl_PREREQ_MKTIME): Don't check for standard C headers.
17667         * m4/modechange.m4 (gl_MODECHANGE): Don't check for standard C headers.
17668         * m4/mountlist.m4 (gl_PREREQ_MOUNTLIST_EXTRA): Don't check for standard
17669         C headers, or for string.h.
17670         * m4/obstack.m4 (gl_OBSTACK): Don't check for stddefe.h, string.h.
17671         (gl_PREREQ_OBSTACK): Don't check for stdlib.h.
17672         * m4/path-concat.m4 (gl_PATH_CONCAT): Don't check for standard C
17673         headers, memory.h, stdlib.h, string.h, strings.h.
17674         * m4/posixtm.m4 (gl_POSIXTM): Don't check for stdlib.h, string.h.
17675         * m4/posixver.m4 (gl_POSIXVER): Don't check for getenv.
17676         * m4/putenv.m4 (gl_PREREQ_PUTENV): Don't check for string.h, memcpy,
17677         strchr.
17678         * m4/readtokens.m4 (gl_READTOKENS): Don't check for standard C
17679         headers, memory.h, string.h.
17680         * m4/regex.m4 (jm_PREREQ_REGEX): Do not check for limits.h, string.h.
17681         * m4/rename.m4 (gl_PREREQ_RENAME): Do not check for stdlib.h, string.h,
17682         free.
17683         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Don't check for standard C
17684         headers.
17685         * m4/same.m4 (gl_SAME): Don't check for stdlib.h, string.h, free.
17686         * m4/save-cwd.m4 (gl_SAVE_CWD): Don't check for standard C headers.
17687         * m4/savedir.m4 (gl_SAVEDIR): Don't check for standard C headers.
17688         * m4/strchrnul.m4 (gl_PREREQ_STRCHRNUL): Don't check for string.h.
17689         * m4/xgetcwd.m4 (gl_XGETCWD): Don't check for stdlib.h.
17690
17691 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17692
17693         More K&R removal.
17694
17695         * lib/acosl.c (main): Use a prototype.
17696         * lib/asinl.c, cosl.c, expl.c, frexpl.c, ldexpl.c, sinl.c,
17697         tanl.c: Likewise.
17698
17699         * lib/getloadavg.c (getloadavg, main): Define via prototypes.
17700
17701         * lib/getopt.h (struct option.name): Assume C89, and use 'const'.
17702         (getopt, etopt_long, getopt_long_only, _getopt_internal)
17703         [defined __GNU_LIBRARY__]: Assume C89, so we can always declare
17704         with a prototype.
17705         * lib/getopt.c (const): Remove macro.
17706         Include <string.h> unconditionally.
17707         (my_index): Remove; all uses changed to strchr.
17708         (strlen): Remove decl.
17709         (exchange): Remove forward decl; no longer needed.
17710         (exchange, _getopt_initialize, _getopt_internal, getopt, main):
17711         Define with prototype.
17712         * lib/getopt1.c (const): Remove macro.
17713         (getopt_long, getopt_long_only, main): Define with prototype.
17714
17715         * lib/getugroups.c: Include <string.h> unconditionally.
17716
17717         * lib/getusershell.c: Include <stdlib.h> unconditionally.
17718         (getusershell, setusershell, endusershell, readname, main):
17719         Define with prototypes.
17720
17721         * lib/group-member.c: Include group-member.h first.
17722         Include <stdlib.h> unconditionally.
17723
17724         * lib/hard-locale.c: Include hard-locale.h first.
17725         Include <stdlib.h>, <string.h> unconditionally.
17726
17727         * lib/hash.c (free, malloc): Remove decls.
17728         Include <stdlib.h> unconditionally.
17729
17730         * lib/human.c: Include <stdlib.h>, <string.h> unconditionally.
17731         (getenv): Do not declare.
17732
17733         * lib/idcache.c: Include <string.h> unconditionally.
17734
17735         * lib/long-options.c: Include long-options.h first, to test interface.
17736         Include <stdlib.h> unconditionally.
17737
17738         * lib/makepath.c: Include makepath.h first, to test interface.
17739         Include <stdlib.h> and <string.h> unconditionally.
17740
17741         * lib/linebuffer.c: Include <stdlib.h>.
17742         (free): Remove decl.
17743
17744         * lib/malloc.c: Include <stdlib.h>, for malloc; don't bother with
17745         stddef.h. rpl_malloc returns void *, not char *.
17746         * lib/realloc.c (rpl_realloc): Likewise.  Also, define with a
17747         prototype.
17748
17749         * lib/md5.h: Include <limits.h> unconditionally.
17750         (UINT_MAX_32_BITS): Don't worry about non-__STDC__ case.
17751         (__P): Remove; all uses removed.
17752         * lib/md5.c: Include "md5.h" first.
17753         (md5_init_ctx, md5_read_ctx, md5_finish_ctx, md5_stream,
17754         md5_buffer, md5_process_bytes, md5_process_block):
17755         Define with prototypes.
17756         * lib/sha.h (__P): Remove all uses.  (It wasn't defined??)
17757         * lib/sha.c: Include "sha.h" first.
17758         Include <stdlib.h>, <string.h> unconditionally.
17759
17760         * lib/memchr.c (__ptr_t): Remove; all uses changed to void *.
17761         * lib/memcmp.c (__ptr_t): Likewise.
17762         * lib/memrchr.c (__ptr_t): Likewise.
17763         * lib/memchr.c, memcmp.c, memcoll.c, memrchr.c:
17764         Include <string.h> unconditionally.
17765         * lib/memchr.c, memrchr.c: Include <limits.h> unconditionally.
17766         * lib/memchr.c: Include <stdlib.h> unconditionally.
17767         * lib/memchr.c (LONG_MAX): Remove.
17768         * lib/memrchr.c (LONG_MAX): Likewise.
17769         * lib/memchr.c (__memchr): Define via a prototype.
17770         * lib/memrchr.c (__memrchr): Likewise.
17771         * lib/memcmp.c (__P): Remove, and remove all uses.
17772         (memcmp_bytes, memcmp_common_alignment, memcmp_not_common_alignment):
17773         Remove forward decls; no longer needed.
17774         * lib/memcpy.c, memmove.c, memset.c: Include <stddef.h>.
17775         Use types required by C89 in prototype.
17776
17777         * lib/mkdir.c: Include <stdlib.h>, <string.h> unconditionally.
17778         * lib/savedir.c: Likewise.
17779         * lib/mkdir.c (free): Remove decl.
17780         * lib/rmdir.c (rmdir): Define with a prototype.
17781         * lib/savedir.c: Include savedir.h first, to test interface.
17782
17783         * lib/mktime.c (STDC_HEADERS): Remove.
17784         Include <stdlib.h>, <string.h> unconditionally.
17785
17786         * lib/modechange.c: Include <stdlib.h> unconditionally.
17787         (malloc): Remove decl.
17788
17789         * lib/mountlist.c: Include <stdlib.h>, <string.h> unconditionally.
17790         (free): Remove decl.
17791
17792         * lib/obstack.h (PTR_INT_TYPE) [!defined __PTRDIFF_TYPE__]:
17793         Define to ptrdiff_t, without bothering to check HAVE_STDDEF_H.
17794         (This type really should be intptr_t, but that's a C99ism.)
17795         (_obstack_memcpy): Remove: all uses changed to memcpy.
17796         Include <string.h> unconditionally.
17797         (struct obstack): Assume __STDC__ for types of members
17798         chunkfun, freefun, extra_arg.
17799         (_obstack_newchunk, _obstack_free, _obstack_begin, _obstack_begin_1,
17800         _obstack_memory_used, obstack_alloc_failed_handler, obstack_init,
17801         obstack_begin, obstack_specify_allocation,
17802         obstack_specify_allocation_with_arg, obstack_chunkfun,
17803         obstack_freefun, obstack_free) [! (defined __STDC__ && __STDC__)]:
17804         Remove unprototyped decls and the macros that use them.
17805         * lib/obstack.c (POINTER): Remove.  All uses changed to void *.
17806         (obstack_alloc_failed_handler, CALL_CHUNKFUN, CALL_FREEFUN,
17807         _obstack_begin, _obstack_begin_1, _obstack_allocated_p)
17808         (defined __STDC__ && __STDC__)]:
17809         Remove nonprototyped code.
17810         Include <stdlib.h> unconditionally.
17811         (_obstack_begin, _obstack_begin_1, _obstack_newchunk,
17812         _obstack_allocated_p, _obstack_free, obstack_free,
17813         _obstack_memory_used, print_and_abort):
17814         Define using prototypes.
17815         (obstack_1grow, obstack_1grow_fast, obstack_alloc, obstack_base,
17816         obstack_blank, obstack_blank_fast, obstack_copy, obstack_copy0,
17817         obstack_finish, obstack_grow, obstack_grow0, obstack_make_room,
17818         obstack_next_free, obstack_object_size, obstack_room) [0]:
17819         Remove unused, unprototyped code.
17820
17821         * lib/path-concat.c: Include <stdlib.h>, <string.h> unconditionally.
17822
17823         * lib/physmem.c (physmem_total, physmem_available, main): Define
17824         with prototypes.
17825
17826         * lib/posixtm.c: Include <stdlib.h>, <string.h> unconditionally.
17827         (main): Define with a prototype.
17828
17829         * lib/posixver.c (getenv): Remove decl.
17830
17831         * lib/putenv.c (malloc): Returns void *, not char *.
17832         Include <string.h> unconditionally.
17833         (strchr, memcpy, NULL): Do not define.
17834
17835         * lib/readtokens.c: Include readtokens.h first, to test interface.
17836         Include <stdlib.h>, <string.h> unconditionally.
17837         (init_tokenbuffer): Define with a prototype.
17838
17839         * lib/regex.c (PARAMS): Remove.  All uses removed.
17840         All uses of _RE_ARGS removed, too.
17841         Include <stddef.h>, <stdlib.h>, <string.h>, <limits.h>
17842         unconditionally.
17843         (bzero): Assume memset exists.
17844         (memcmp, memcpy, NULL): Remove.
17845         (SIGN_EXTEND_CHAR): Remove; all uses replaced by casts to signed
17846         char, or assignments to local vars of type signed char.
17847         (init_syntax_once, PREFIX(extract_number_and_incr),
17848         PREFIX(print_partial_compiled_pattern),
17849         PREFIX(print_compiled_pattern), PREFIX(print_double_string),
17850         convert_mbs_to_wcs, print_fastmap, re_set_syntax,
17851         PREFIX(regex_grow_registers), PREFIX(regex_compile),
17852         PREFIX(store_op1), PREFIX(store_op2), PREFIX(insert_op1),
17853         PREFIX(insert_op2), PREFIX(at_begline_loc_p),
17854         PREFIX(at_endline_loc_p), group_in_compile_stack, insert_space,
17855         wcs_compile_range, byte_compile_range, truncate_wchar,
17856         PREFIX(re_compile_fastmap), re_compile_fastmap, re_set_registers,
17857         re_search, re_search_2, PREFIX(re_search_2), re_match, re_match_2,
17858         count_mbs_length, wcs_re_match_2_internal,
17859         byte_re_match_2_internal, PREFIX(group_match_null_string_p),
17860         PREFIX(alt_match_null_string_p),
17861         PREFIX(common_op_match_null_string_p), PREFIX(bcmp_translate),
17862         re_compile_pattern, re_comp, re_exec, regcomp, regexec, regerror,
17863         regfree, PREFIX(extract_number)): Define with prototype.  Remove
17864         now-unnecessary declaration, if any.
17865         (byte_compile_range, PREFIX(regex_compile), re_comp, re_exec,
17866         regcomp, regexec):
17867         Remove now-unnecessary casts among pointer types.
17868         * lib/regex.h (_RE_ARGS): Remove.  All uses removed.
17869
17870         * lib/rename.c: Include <stdlib.h>, <string.h> unconditionally.
17871         (free): Remove decl.
17872
17873         * lib/rpmatch.c: Include <stdlib.h> unconditionally.
17874
17875         * lib/same.c: Include <stdlib.h>, <string.h> unconditionally.
17876         (free): Remove decl.
17877
17878         * lib/save-cwd.c: Include <stdlib.h> unconditionally.
17879         * lib/xgetcwd.c: Likewise.
17880
17881         * lib/stat.c: Include <stdlib.h>, <string.h> unconditionally.
17882         (free): Remove decl.
17883
17884         * lib/strchrnul.c (strchrnul): Define with a prototype.
17885         Fix bug: c_in was not converted to char before searching.
17886
17887         The following changes are not K&R related:
17888
17889         * lib/group-member.h: Include <sys/types.h>, so that this file is
17890         self-contained.
17891         * lib/makepath.h: Likewise.
17892
17893         * lib/getusershell.c (readname, default_index, line_size, readname):
17894         Use size_t, not int, for sizes.
17895         (readname): If the size overflows, report an error instead of
17896         looping forever.
17897
17898 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17899
17900         * config/srclist.txt: Do not get getopt.h, getopt1.c, or regex.h from
17901         libc.
17902
17903 2003-09-09  Paul Eggert  <eggert@twinsun.com>
17904
17905         * README: New section: portability guidelines.
17906
17907 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17908
17909         * m4/getndelim2.m4 (gl_PREREQ_GETNDELIM2): Assume stdlib.h per the
17910         C89 spec.
17911
17912 2003-09-09  Derek Robert Price  <derek@ximbiot.com>
17913
17914         * lib/getndelim2.c: Assume stdlib.h per the C89 spec.
17915
17916 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17917
17918         Assume C89 or better; remove K&R cruft.
17919         A few of these changes were first proposed by Derek Robert Price
17920         in <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00105.html>.
17921
17922         * lib/addext.c: Include <string.h> unconditionally.
17923         * lib/backupfile.c: Include <string.h>, <stdlib.h> unconditionally.
17924         Don't declare getenv or malloc.
17925
17926         * lib/alloca.c: Include <string.h>, <stdlib.h> unconditionally.
17927         (POINTER_TYPE, pointer): Remove; all uses changed to void *.
17928         (NULL): Remove.
17929         (find_stack_direction, alloca): Use prototypes.
17930
17931         * lib/atexit.c (atexit): Define using a prototype.
17932
17933         * lib/basename.c, dirname.c, stripslash.c:
17934         Include <string.h> unconditionally.
17935
17936         * lib/bcopy.c: Include <stddef.h>.
17937         (bcopy): Define with prototype, using 'const' and 'void' and 'size_t'.
17938
17939         * lib/canon-host.c: Include <stdlib.h>, <string.h> unconditionally.
17940
17941         * lib/error.h (error, error_at_line, error_print_progname)
17942         [! (defined (__STDC__) && __STDC__)]: Remove decls.
17943         * lib/error.c: Include error.h first, to check interface.
17944         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17945         (VA_START): Remove; all uses changeed to va_start.
17946         (exit, strerror): Remove decls.
17947         (error_print_progname): Prototype uncondionally.
17948         Don't include <errno.h>; no longer needed.
17949         (private_strerror): Remove.
17950         (error_tail): Always define.
17951         (error, error_at_line): Assume C89 or better; always use prototypes.
17952         * lib/fatal.c: Include "fatal.h" first, to test interface.
17953         Include <stdarg.h>, <stdlib.h>, <string.h> unconditionally.
17954         (VA_START): Remove; all uses changed to va_start.
17955         [! (HAVE_VPRINTF || HAVE_DOPRNT || _LIBC)]: Remove support for
17956         this case.
17957         (exit): Remove decl.
17958         (fatal): Prototype unconditionally.  Assume va_start works.
17959         Abort at end, to pacify gcc.
17960
17961         * lib/euidaccess.c (main): Define with a prototype.
17962
17963         * lib/exclude.c: Include <stdlib.h>, <string.h> unconditionally.
17964
17965         * lib/exitfail.c: Include <stdlib.h> unconditionally.
17966
17967         * lib/fnmatch_.h (__P): Remove.  All uses changed to assume
17968         prototypes.
17969         * lib/fnmatch.c: Include fnmatch.h first, to test interface.
17970         Include <string.h>, <stddef.h>, <stdlib.h> unconditionally.
17971         (getenv): Remove decl.
17972         (fnmatch): Define using a prototype.
17973         * lib/fnmatch_loop.c (FCT): Remove forward decl; no longer needed.
17974         (FCT): Define using a prototype.
17975
17976         * lib/getdate.y: Include <stdlib.h>, <string.h> unconditionally.
17977
17978         * lib/gethostname.c: Include <stddef.h>.
17979         (gethostname): Define with prototype.  Length is size_t, not int.
17980
17981 2003-09-08  Paul Eggert  <eggert@twinsun.com>
17982
17983         Assume C89 or better; remove K&R cruft.
17984         * m4/alloca.m4 (gl_PREREQ_ALLOCA): Don't check for stdlib.h, string.h.
17985         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for stdlib.h,
17986         string.h, getenv, malloc.
17987         * m4/dirname.m4 (gl_DIRNAME): Don't check for string.h or C standard
17988         headers.
17989         * m4/canon-host.m4 (gl_CANON_HOST): Don't check for string.h, stdlib.h.
17990         * m4/error.m4 (jm_PREREQ_ERROR): Do not require STDC headers, and
17991         do not check for strerror.
17992         * m4/exclude.m4: Do not check for stdlib.h, string.h, strings.h.
17993         * m4/exitfail.m4 (gl_EXITFAIL): Do not check for stdlib.h.
17994         * m4/fatal.m4 (gl_FATAL): Do not require STDC headers, and
17995         do not check for doprnt or vprintf.
17996         * m4/fnmatch.m4 (gl_PREREQ_FNMATCH_EXTRA): Remove.  All uses removed.
17997         * m4/getdate.m4 (gl_GETDATE): Don't check for stdlib.h or string.h.
17998
17999 2003-09-08  Paul Eggert  <eggert@twinsun.com>
18000
18001         * lib/getversion.c: Remove; was migrated to backupfile.c in 1997.
18002         getversion.c should have been removed then, but was accidentally
18003         preserved.
18004
18005         * lib/utime.c [!HAVE_UTIMES_NULL]: Include <sys/stat.h>, <fcntl.h>.
18006         (utime_null): Fix typo: 'st' was sometimes called 'sb'.
18007
18008 2003-09-08  Karl Berry  <karl@gnu.org>
18009
18010         * config/config.sub, config.guess, srclistvars.sh: update from savannah
18011                 config, forget about prep.
18012
18013         * config/depcomp, missing: update from automake.
18014
18015 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18016
18017         * modules/time_r: Depend on 'restrict'.  Fix from Simon Josefsson in
18018         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18019
18020 2003-09-07  Paul Eggert  <eggert@twinsun.com>
18021
18022         * lib/time_r.c (gmtime_r, localtime_r): Fix silly typo: missing arg to
18023         copy_tm_result.  Bug reported by Simon Josefsson in
18024         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00028.html>.
18025
18026 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18027
18028         * m4/time_r.m4: New file.
18029         * m4/mktime.m4 (gl_PREREQ_MKTIME): Remove check for limits.h.
18030         * m4/timegm.m4 (gl_FUNC_TIMEGM): Assume that timegm is buggy if mktime
18031         is. Check for timegm declaration.
18032         (gl_PREREQ_TIMEGM): Require gl_FUNC_MKTIME.
18033         Do not check for gmtime_r.
18034         Replace mktime if __mktime_internal does not exist and if mktime
18035         hasn't been replaced already.
18036
18037 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18038
18039         * lib/time_r.c, lib/time_r.h: New files.
18040
18041         * lib/mktime.c (my_mktime_localtime_r): Remove; all uses changed to
18042         __localtime_r.
18043         (__localtime_r) [!defined _LIBC]: New macro.  Include <time_r.h>.
18044         (__mktime_internal) [!defined _LIBC]: Now extern, not static.
18045
18046         * lib/strftime.c (my_strftime_gmtime_r): Remove; all uses changed to
18047         __gmtime_r.
18048         (my_strftime_localtime_r): Remove; all uses changed to __localtime_r.
18049         (__gtime_r, __localtime_r) [!HAVE_TM_GMTOFF]: New macros.
18050         Include <time_r.h>.
18051
18052         * lib/timegm.c: Switch to glibc implementation, with the following
18053         changes:
18054         [defined HAVE_CONFIG_H]: Include <config.h>.
18055         [!defined _LIBC]: Include "timegm.h" rather than <time.h>.
18056         (__mktime_internal) [!defined _LIBC]: New decl.
18057         (__gmtime_r) [!defined _LIBC]: New macro and function.
18058         (timegm): Use a prototype, since gnulib assumes C89.
18059         Do not bother declaring tmp to be const, as it's not really usefu.
18060         * lib/timegm.h: Hoist "#include <time.h>" out of #ifdef.
18061         (timegm): Declare only if HAVE_DECL_TIMEGM.
18062
18063 2003-09-06  Paul Eggert  <eggert@twinsun.com>
18064
18065         * MODULES.html.sh (func_all_modules): Add time_r.
18066         * modules/time_r: New file.
18067         * modules/mktime, modules/strftime, modules/timegm: Depend on time_r.
18068         * modules/timegm: Depend on mktime.  Change maintainer to "all, glibc".
18069
18070 2003-09-03  Paul Eggert  <eggert@twinsun.com>
18071
18072         * lib/human.c (human_readable): Fix bug that rounded 10501 to 10k.
18073         Bug reported by Lute Kamstra in
18074         <http://mail.gnu.org/archive/html/bug-gnulib/2003-09/msg00003.html>.
18075
18076         * lib/getdate.y (relative_time_table): Use tDAY_UNIT for "tomorrow",
18077         "yesterday", "today", and "now" rather than tMINUTE_UNIT.  Of
18078         course with correspondingly smaller numbers for tomorrow and
18079         yesterday.  From Tadayoshi Funaba.  Originally installed into
18080         sh-utils on 1999-08-07, but the patch got lost (I guess during the
18081         coreutils merge?).
18082
18083 2003-08-31  Simon Josefsson  <jas@extundo.com>
18084
18085         * modules/timegm: New file.
18086         * MODULES.html.sh (func_all_modules): Add timegm.
18087
18088 2003-08-31  Simon Josefsson  <jas@extundo.com>
18089
18090         * m4/timegm.m4: New file.
18091
18092 2003-08-31  Simon Josefsson  <jas@extundo.com>
18093
18094         * lib/timegm.h: New file.
18095         * lib/timegm.c: New file.  Based on
18096         wget-1.8.2/src/http.c:mktime_from_utc.
18097
18098 2003-08-31  Karl Berry  <karl@gnu.org>
18099
18100         * lib/argp.h: update from libc.
18101
18102 2003-08-28  Bruno Haible  <bruno@clisp.org>
18103
18104         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Remove AC_DEFINE of fnmatch here.
18105         This avoids havoc on compilers for which '#define fnmatch rpl_fnmatch'
18106         followed by '#define fnmatch fnmatch_posix' gives an error.
18107
18108 2003-08-28  Bruno Haible  <bruno@clisp.org>
18109
18110         * lib/binary-io.h: Undefine O_BINARY before defining it. This avoids a
18111         warning on QNX, which defines O_BINARY to 000000.
18112
18113 2003-08-27  Jim Meyering  <jim@meyering.net>
18114
18115         * m4/mkstemp.m4: Require that the system mkstemp be able to create
18116         70 temporary files, not just 30.  Tru64 V4.0F's mkstemp function
18117         would fail after 32.  Reported by Danny Levinson.  Details here:
18118         http://mail.gnu.org/archive/html/bug-coreutils/2003-08/msg00124.html
18119
18120 2003-08-24  Bruno Haible  <bruno@clisp.org>
18121
18122         * lib/binary-io.h: Include <stdio.h>, to avoid a compilation error when
18123         MSVC7 <stdio.h> is included later.
18124
18125 2003-08-22  Simon Josefsson  <jas@extundo.com>
18126
18127         * modules/strndup (Makefile.am): Add strndup.h to lib_SOURCES.
18128
18129 2003-08-20  Karl Berry  <karl@gnu.org>
18130
18131         * m4/lib-ld.m4: serial 1003 from gettext, no changes besides serial.
18132
18133 2003-08-20  Bruno Haible  <bruno@clisp.org>
18134
18135         * modules/progname: New file.
18136         * MODULES.html.sh (func_all_modules): Add progname.
18137
18138 2003-08-20  Bruno Haible  <bruno@clisp.org>
18139
18140         * lib/progname.h: New file, from GNU gettext.
18141         * lib/progname.c: New file, from GNU gettext.
18142         * lib/progreloc.c: New file, from GNU gettext.
18143
18144 2003-08-19  Jim Meyering  <jim@meyering.net>
18145
18146         * m4/lib-ld.m4: Revert yesterday's change, per Bruno's request here:
18147         http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
18148
18149 2003-08-19  Bruno Haible  <bruno@clisp.org>
18150
18151         * m4/xalloc.m4 (gl_PREREQ_XSTRDUP): Don't check for <string.h> any
18152         more.
18153
18154 2003-08-19  Bruno Haible  <bruno@clisp.org>
18155
18156         * lib/xstrdup.c: Assume <string.h> exists.
18157
18158 2003-08-18  Paul Eggert  <eggert@twinsun.com>
18159
18160         * modules/stdbool: Add BUILT_SOURCES.  Prefer $@ to target name
18161         in makefile rules.
18162
18163 2003-08-18  Jim Meyering  <jim@meyering.net>
18164
18165         * m4/getloadavg.m4: Use [\t ], not [ \t] (where \t is a literal TAB).
18166         * m4/lib-ld.m4: Likewise.
18167
18168 2003-08-18  Jim Meyering  <jim@meyering.net>
18169
18170         * lib/setenv.h: Indent nested cpp directive.
18171         * lib/vasnprintf.c: Remove trailing blanks.
18172
18173 2003-08-17  Simon Josefsson  <jas@extundo.com>
18174
18175         * modules/xstrndup: New file.
18176         * MODULES.html.sh (func_all_modules): Add xstrndup.
18177
18178 2003-08-17  Simon Josefsson  <jas@extundo.com>
18179
18180         * modules/argp: Fix autoconf macro name. Add more dependencies.
18181
18182 2003-08-17  Simon Josefsson  <jas@extundo.com>
18183
18184         * m4/xstrndup.m4: New file.
18185
18186 2003-08-17  Simon Josefsson  <jas@extundo.com>
18187
18188         * m4/argp.m4: New file.
18189
18190 2003-08-17  Simon Josefsson  <jas@extundo.com>
18191             Bruno Haible  <bruno@clisp.org>
18192
18193         * lib/xstrndup.h: New file.
18194         * lib/xstrndup.c: New file.
18195
18196 2003-08-17  Bruno Haible  <bruno@clisp.org>
18197
18198         * modules/strndup (Files, Include): Add lib/strndup.h.
18199
18200 2003-08-17  Bruno Haible  <bruno@clisp.org>
18201
18202         * modules/euidaccess (Files): Add lib/euidaccess.h.
18203
18204 2003-08-17  Bruno Haible  <bruno@clisp.org>
18205
18206         * lib/strndup.h: New file.
18207
18208 2003-08-17  Bruno Haible  <bruno@clisp.org>
18209
18210         * gnulib-tool (func_create_testdir): Handle gl_USE_SYSTEM_EXTENSIONS
18211         like AC_GNU_SOURCE.
18212         * modules/extensions (configure.ac): Comment out the invocation of
18213         gl_USE_SYSTEM_EXTENSIONS.
18214
18215 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18216
18217         Merges from coreutils, etc.
18218         * m4/rpmatch.m4 (gl_PREREQ_RPMATCH): Insert ':' to prevent a syntax
18219         error in gl_FUNC_MATCH.  This fixes a bug I introduced on 2003-05-28.
18220         * m4/readlink.m4 (gl_PREREQ_READLINK): Renamed from gl_PREREQ_READLINE,
18221         fixing a typo.
18222         * m4/host-os.m4 (UTILS_HOST_OS): Add GNU/NetBSD, GNU/FreeBSD.
18223         * m4/hash.m4 (gl_HASH): Use AM_STDBOOL_H, not AC_HEADER_STDBOOL.
18224
18225 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18226
18227         Document merge from coreutils.
18228         * modules/alloca: Append $(ALLOCA_H) to BUILT_SOURCES.
18229         * modules/fnmatch: Append $(FNMATCH_H) to BUILT_SOURCES.
18230         * modules/utime: Add m4/utimes-null.m4.
18231
18232 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18233
18234         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Do not normalize white
18235         space, undoing this 2003-08-12 change:
18236         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18237
18238 2003-08-16  Paul Eggert  <eggert@twinsun.com>
18239
18240         * config/srclist.txt: Get regex.h, strdup.c, strtoll.c,
18241         strtoul.c from libc, undoing this 2003-08-12 change:
18242         <http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00080.html>
18243
18244 2003-08-16  Jim Meyering  <jim@meyering.net>
18245
18246         Merges from coreutils.
18247         * m4/readdir.m4 (GL_FUNC_READDIR): Change name to have GL_ (not jm_)
18248         prefix.  Adjust cache variables similarly.  Create 500 rather than
18249         just 300 files, to exercise bug on Darwin6.5, too.
18250         * m4/perl.m4 (jm_PERL): Use $am_missing_run, not undefined
18251         $missing_dir.
18252         * m4/jm-winsz1.m4: Require AC_SYS_POSIX_TERMIOS, not
18253         AM_SYS_POSIX_TERMIOS.
18254         Reported by mkc@mathdogs.com.
18255         Also change use of $am_cv_sys_posix_termios
18256         to $ac_cv_sys_posix_termios.  Reported by Andreas Schwab.
18257         * m4/getgroups.m4 (jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
18258         and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.
18259         * m4/fsusage.m4 [__GLIBC__]: GNU libc's statvfs stats each mount point
18260         in /proc/mounts until it finds one with matching device number.  This
18261         is unnecessary when the FILE argument *is* a mount point.  No stat call
18262         is necessary in that case.  So, disable the statvfs-testing code on
18263         systems with GNU libc.  Reported by Andrei Gaponenko via Tim Waugh
18264         as RedHat bug# 84846.
18265         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18266         to 1MB, so as not to render systems with no stack size limit (e.g.,
18267         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18268         Include <unistd.h>.  On some systems,
18269         it is required for the definition of _SC_PAGESIZE.
18270
18271 2003-08-16  Jim Meyering  <jim@meyering.net>
18272
18273         Merge from coreutils.
18274         * lib/xstrtoimax.c: #else #if -> #elif.
18275         * lib/xstrtoumax.c: Likewise.
18276
18277 2003-08-16  Jim Meyering  <jim@meyering.net>
18278
18279         * m4/utimes.m4 (gl_FUNC_UTIMES): New file.
18280         * m4/utimes.m4: Removed.
18281         * m4/utimes-null.m4: Renamed from utimes.m4.
18282
18283         * m4/c-stack.m4 (AC_SYS_XSI_STACK_OVERFLOW_HEURISTIC): Limit stack size
18284         to 1MB, so as not to render systems with no stack size limit (e.g.,
18285         linux-2.2.x) unusable.  Suggestion and code from Bruno Haible.
18286         Include <unistd.h>.  On some systems,
18287         it is required for the definition of _SC_PAGESIZE.
18288
18289 2003-08-16  Jim Meyering  <jim@meyering.net>
18290         and Paul Eggert  <eggert@cs.ucla.edu>
18291
18292         Merges from coreutils, etc.
18293
18294         * m4/jm-macros.m4 (AC_LANG_SOURCE(C)): New macro, undefine, then define
18295         using the latest version from cvs.  This avoids problems with #line
18296         directives using a vendor (Sun) compiler.
18297         (jm_MACROS): Bump prerequisite from 2.52g to 2.57.
18298         Don't set GETGROUPS_LIB here; now it's
18299         done via getgroups.m4's wrapper function.
18300         AC_SUBST OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, and MAN here,
18301         rather than just in sh-util/configure.in, so that the
18302         now-shared-by-fileutils-and-textutils lib/Makefile.am are all the
18303         same.
18304         Use AC_CONFIG_LIBOBJ_DIR(lib) to tell the new
18305         AC_FUNC_GETLOADAVG where to find getloadavg.c.
18306         Require AC_FUNC_FTW, gt_INTTYPES_PRI, gl_CLOCK_TIME,
18307         UTILS_SYS_OPEN_MAX, GL_FUNC_GETCWD_PATH_MAX, GL_FUNC_READDIR,
18308         gl_FSUSAGE, gl_MOUNTLIST, AC_FUNC_CANONICALIZE_FILE_NAME.
18309         Remove code that is now done by the newly-required macros.
18310         Append $(EXEEXT) to DF_PROG.
18311         AC_LIBOBJ fchdir-stub if fchdir doesn't exist; similarly for fchown.
18312         Do not invoke or require the following here,
18313         since prereq.m4 or some gnulib .m4 now does this for us:
18314         gl_REGEX, UTILS_FUNC_MKDIR_TRAILING_SLASH, jm_BISON, gl_FUNC_MKTIME,
18315         jm_FUNC_LSTAT, jm_FUNC_STAT, jm_FUNC_REALLOC, jm_FUNC_MALLOC,
18316         jm_FUNC_NANOSLEEP, jm_FUNC_READDIR, jm_FUNC_MEMCMP,
18317         jm_FUNC_GLIBC_UNLOCKED_IO, AC_FUNC_FNMATCH_GNU, jm_FUNC_PUTENV,
18318         jm_AC_PREREQ_XSTRTOUMAX, jm_AC_PREREQ_XSTRTOIMAX,
18319         AC_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, AC_FUNC_VPRINTF,
18320         vb_FUNC_RENAME, UTILS_FUNC_MKSTEP, jm_FUNC_UTIME, AM_FUNC_GETLINE,
18321         AC_FUNC_OBSTACK.
18322         Do not replace the following functions, as this is now the job
18323         of some gnulib .m4: strcasecmp, strncasecmp, dup2, gethostname,
18324         getusershell, sig2str, strcspn, stpcpy, strstr, strtol, strtoul
18325         strpbrk, euidaccess, memcmp, rmdir, rpmatch, strndup, strverscmp,
18326         atexit getpass, strdup, getpagesize.
18327         Replace 'raise'.
18328         Do not check for the following functions, as this is now the job
18329         of some gnulib .m4: bcopy, canonicalize_file_name, fchdir, ftime,
18330         getcwd, getmntinfo, resolvepath.  But check for sysctl, setreuid,
18331         setregid.
18332         (jm_CHECK_ALL_HEADERS): Do not check for fenv.h.
18333         Check for sys/sysctl.h.
18334         (jm_CHECK_ALL_TYPES): Do not require AC_STRUCT_TM, AC_STRUCT_TIMEZONE,
18335         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Invoke gt_TYPE_SSIZE_T instead
18336         of checking for ssize_t ourselves.
18337
18338         * m4/prereq.m4 (jm_PREREQ): Don't invoke macros; AC_REQUIRE them.
18339         Require every macro that gnulib/modules/* suggests for us.
18340         (jm_PREREQ_ADDEXT): New macro.
18341         (jm_PREREQ_STAT): Check for 'struct statfs' on Ultrix 4.4.
18342         Require jm_AC_TYPE_LONG_LONG instead of invoking it.
18343
18344         * m4/physmem.m4 (gl_SYS__SYSTEM_CONFIGURATION): New macro.
18345         (gl_PHYSMEM): Use it.
18346         Also check for `table' function.
18347         Check for new headers and functions.
18348         Add check for sys/sysmp.h.
18349         With suggestions from Kaveh Ghazi.
18350         Ignore headers that are present but cannot be compiled.  This
18351         avoids spurious warnings on Solaris 9 sparc with Forte Developer 7
18352         C 5.4.
18353
18354 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18355
18356         Document merge from coreutils.
18357         * modules/userspec: Depend on posixver.
18358         * modules/strftime: Depend on tzset.
18359
18360 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18361
18362         * lib/config.charset, ref-add.sin, ref-del.sin: Use three spaces,
18363         rather than tab, after '#' in shell-script copyright notices.
18364         Suggested by Bruno Haible.
18365
18366 2003-08-15  Paul Eggert  <eggert@twinsun.com>
18367
18368         * config/srclist-update: Use three spaces, rather than tab, after '#'
18369         in shell-script copyright notices.  Suggested by Bruno Haible.
18370         Remove unnecessary parenthesization in regular expression.
18371
18372 2003-08-15  Jim Meyering  <jim@meyering.net>
18373
18374         Merge from coreutils.
18375         * lib/xgethostname.c: Include <stdlib.h>.
18376         (xghostname): Don't exit for anything other than memory-related
18377         failure; just return NULL.
18378         * lib/userspec.c: Include "posixver.h".
18379         (parse_user_spec): Accept `.' as a separator only
18380         in pre-POSIX-200112 mode.
18381         * lib/strtoimax.c: Use #elif rather than #else #if.
18382         * lib/strftime.c (my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]:
18383         Remove function, now that we can rely on a working tzset function.
18384         [!_LIBC]: Ensure that the required autoconf test has been run.
18385         [!defined _NL_CURRENT && HAVE_STRFTIME]:
18386         Use underlying_strftime for %r.
18387         * lib/sha.c: Merge in some clean-up and optimization changes from
18388         glibc.
18389         * lib/sha.c (sha_stream) [BLOCKSIZE]: Move definition to top of file.
18390         Ensure that it is a multiple of 64.
18391         Rearrange loop exit tests so as to avoid performing an
18392         additional fread after encountering an error or EOF.
18393         * lib/realloc.c: Update copyright date.
18394
18395 2003-08-15  Jim Meyering  <jim@meyering.net>
18396         and Paul Eggert  <eggert@twinsun.com>
18397
18398         Merge from coreutils.
18399         * lib/readutmp.h (HAVE_UTMPX_H): Undef if struct utmp has the ut_exit
18400         member but strut utmpx does not.  Needed for AIX 4.3.3.
18401         (UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
18402
18403 2003-08-15  Jim Meyering  <jim@meyering.net>
18404         and Paul Eggert  <eggert@cs.ucla.edu>
18405
18406         Merges from coreutils, etc.
18407         * m4/strftime.m4 (_jm_STRFTIME_PREREQS):
18408         Require gl_FUNC_TZSET_CLOBBER.
18409         * m4/readutmp.m4 (gl_READUTMP): Check for ut_exit.ut_exit,
18410         ut_exit.e_exit, ut_exit.ut_termination, and ut_exit.e_termination
18411         members.
18412
18413 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18414
18415         Help the merge from coreutils.
18416         * m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME): New macro.
18417         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use it.
18418         * m4/tzset.m4: Use it too.
18419
18420 2003-08-14  Paul Eggert  <eggert@twinsun.com>
18421
18422         * modules/tzset: New file.
18423
18424 2003-08-14  Jim Meyering  <jim@meyering.net>
18425
18426         Merges from coreutils.
18427         * modules/fnmatch: Use the `$(FNMATCH_H)' notation for AC_REPLACED
18428         variable names, rather than @FNMATCH_H@.
18429         * modules/alloca: Likewise for $(ALLOCA_H).
18430
18431         * modules/fnmatch (fnmatch.h): Use `$@' in the commands, in place of
18432         the three copies of the literal target, `fnmatch.h'.
18433         * modules/alloca (alloca.h): Likewise.
18434
18435 2003-08-14  Jim Meyering  <jim@meyering.net>
18436
18437         Merge from coreutils.
18438         * m4/tzset.m4: New file.
18439         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Move the
18440         MOUNTED_VMOUNT test to precede the MOUNTED_GETMNTENT1 tests, since
18441         otherwise, AIX 5.1 systems would end up using the latter.
18442         MOUNTED_GETMNTENT1 support is inadequate on such systems: 1) detecting
18443         whether a file system is remote doesn't work  2) the MOUNTED_VMOUNT
18444         code reports the HOSTNAME:/MOUNT_POINT, while the MOUNTED_GETMNTENT1
18445         code reports merely /MOUNT_POINT.  Reported by Mike Jetzer.
18446
18447 2003-08-14  Jim Meyering  <jim@meyering.net>
18448
18449         Merge from coreutils.
18450         * lib/obstack.h: Whitespace changes.
18451         * lib/mountlist.c: Remove anachronistic casts of xmalloc, xrealloc,
18452         and xcalloc return values.
18453         (read_filesystem_list) [MOUNTED_GETFSSTAT]:
18454         Use MNT_NOWAIT, rather than MNT_WAIT.  Otherwise, `df DIR' could
18455         hang on OSF/1 5.1 for DIR on both local and remote file systems.
18456         Reported by (and fix confirmed by) Nelson H. F. Beebe.
18457         (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
18458         error from mntctl.
18459         Use mntctl's return value to drive the entry-processing loop, since
18460         we can't rely on the value of the vmt_length member in the last
18461         entry.  On some systems doing so could result in exhausting
18462         virtual memory.  Based in part on a patch from Mike Jetzer.
18463
18464 2003-08-14  Jim Meyering  <jim@meyering.net>
18465         and Paul Eggert  <eggert@twinsun.com>
18466
18467         Merges from coreutils, plus other fixes.
18468         * lib/physmem.c: Merge in portability changes from gcc/libiberty
18469         to support AIX, IRIX, Tru64, and Windows.  See the ChangeLog there
18470         for credits and details.  Thanks to Kaveh Ghazi for helping
18471         to keep these files in sync.
18472         (ARRAY_SIZE): Define it.
18473         (physmem_total, physmem_available): Add comments. From Kaveh Ghazi.
18474         * lib/memcasecmp.c: Remove unnecessary parentheses after 'defined'.
18475         (memcasecmp): Don't assume size_t fits in unsigned int.
18476         Remove casts and duplicate code.
18477         * lib/md5.c: Include <string.h> and <stdlib.h> unconditionally.
18478         (memcpy): Remove definition.
18479         Merge in some clean-up and optimization changes from glibc.
18480         [BLOCKSIZE]: Move definition to top of file.
18481         Ensure that it is a multiple of 64.
18482         Rearrange loop exit tests so as to avoid performing an
18483         additional fread after encountering an error or EOF.
18484         * lib/md5.h (md5_uintptr): Define.
18485         * lib/makepath.c (CLEANUP_CWD): Report an error if we failed to
18486         return to the initial working directory.  Preserve errno
18487         for caller.
18488         * lib/idcache.c: Include "xalloc.h".
18489         (xmalloc, xrealloc): Remove decls.
18490         (getuser): Remove casts no longer required in C89.
18491         * lib/human.c: Include stdio.h, for sprintf.
18492         * lib/group-member.c: Include "xalloc.h".
18493         (xmalloc, xrealloc): Remove decls.
18494         (get_group_info): Remove casts no longer required in C89.
18495         * lib/getusershell.c (readname): Remove casts no longer required in
18496         C89.
18497         * lib/gettimeofday.c (rpl_gmtime, rpl_tzset): New functions.
18498         * lib/getline.c: Whitespace fix, from coreutils.
18499
18500 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18501
18502         * m4/exclude.m4 (gl_EXCLUDE): Require AC_C_INLINE, AC_HEADER_STDC.
18503         Check for isascii.
18504
18505         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18506         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18507         Undo previous (whitespace-only) change.
18508
18509 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18510
18511         * lib/exclude.c: Include <ctype.h>
18512         (IN_CTYPE_DOMAIN): New macro.
18513         (is_space): New fn.
18514         (add_exclude_file): If LINE_END is a space, ignore trailing spaces
18515         and empty lines.
18516
18517         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18518         Undo previous (whitespace-only) change.
18519
18520 2003-08-13  Paul Eggert  <eggert@twinsun.com>
18521
18522         * config/srclist-update: Change update back to the old behavior,
18523         leaving whitespace alone.  Use one 'sed' command rather than a
18524         pipeline.
18525         (fixlicense): Now a variable, not a function.
18526         (remove_trailing_blanks): Remove.
18527         (fixfile): Don't invoke unexpand or cat, or remove trailing blanks.
18528         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18529         Undo previous (whitespace-only) change.
18530
18531 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18532
18533         Merge from coreutils.
18534         * modules/euidaccess: Add lib_SOURCES, include for new
18535         file euidaccess.h
18536
18537 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18538
18539         * m4/gettext.m4, iconv.m4, intdiv0.m4, inttypes-pri.m4, lib-link.m4,
18540         lib-prefix.m4, longdouble.m4, po.m4, progtest.m4, signed.m4:
18541         Normalize leading white space and remove trailing white space.
18542
18543         Merge from coreutils
18544         * m4/euidaccess.m4 (gl_FUNC_EUIDACCESS): Check for euidaccess decl.
18545
18546         * m4/lib-ld.m4, lib-link.m4, lib-prefix.m4: Regenerate from gettext
18547         0.12.1.  These files are now being upgraded automatically by
18548         ../config/srclist-update.
18549
18550 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18551
18552         * lib/argp-help.c, argp-parse.c, config.charset, getopt.h:
18553         Normalize leading white space and remove trailing white space.
18554         * lib/ref-add.sin, ref-del.sin: Use '#' before empty line in copyright
18555         notice, as per ../config/srclist-update.
18556
18557         Merge from coreutils.
18558         * lib/euidaccess.h: New file.
18559         * lib/euidaccess.c: Include it.
18560         * lib/.cppi-disable: Add printf-args.h, printf-parse.h, stdbool_.h,
18561         vasnprintf.h, vasprintf.h.  Remove strdup.c, gettext.h.
18562         * lib/regex.h, strdup.c, strtoll.c, strtoul.c: Normalize white space.
18563
18564 2003-08-12  Paul Eggert  <eggert@twinsun.com>
18565
18566         * config/srclist-update: Add copyright notice.
18567         (remove_id_lines, remove_trailing_blanks): New constants.
18568         (fixfile): Use them to normalize spacing a bit in copied files.
18569         * config/config.guess, config.sub, install-sh, missing, texinfo.tex:
18570         Normalize leading white space and remove trailing white space.
18571
18572         * config/texinfo.tex: Sync with texinfo.
18573
18574         * config/srclist.txt: Don't get regex.h, strdup.c, strtoll.c,
18575         strtoul.c from libc, to merge coreutils whitespace changes.
18576
18577         * config/srclist.txt: Get the following m4 files from gettext:
18578         codeset.m4, gettext.m4, glibc21.m4, iconv.m4, intdiv0.m4,
18579         inttypes-pri.m4, lcmessage.m4, lib-ld.m4, lib-link.m4, lib-prefix.m4,
18580         longdouble.m4, nls.m4, po.m4, progtest.m4, signed.m4, wchar_t.m4,
18581         wint_t.m4.
18582
18583 2003-08-12  Karl Berry  <karl@gnu.org>
18584
18585         * config/srclist.txt: can't sync vasnprintf.c any more, changes have
18586         been made.
18587
18588 2003-08-11  Paul Eggert  <eggert@twinsun.com>
18589
18590         * modules/gnu-source, m4/gnu-source.m4:
18591         Remove; we're assuming Autoconf 2.54 or later now.
18592         Suggested by Bruno Haible.
18593         * MODULES.html.sh (func_all_modules): Remove gnu-source.
18594
18595 2003-08-11  Bruno Haible  <bruno@clisp.org>
18596
18597         * m4/vasnprintf.m4 (gl_PREREQ_VASNPRINTF): Also check for wcslen.
18598
18599 2003-08-11  Bruno Haible  <bruno@clisp.org>
18600
18601         * lib/vasnprintf.c (local_wcslen): New function, for Solaris 2.5.1.
18602         (vasnprintf): Use it instead of wcslen.
18603
18604 2003-08-11  Bruno Haible  <bruno@clisp.org>
18605
18606         * lib/stdbool_.h (_Bool): Undo last change; instead use a negative enum
18607         value to ensure that _Bool promotes to int. Use #define for _Bool when
18608         using the Solaris C compiler. Adds comments suggested by Paul Eggert.
18609
18610 2003-08-10  Karl Berry  <karl@gnu.org>
18611
18612         * lib/regex.h: update from libc (whitespace fix).
18613
18614 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18615
18616         Merge some files from coreutils.  These changes were
18617         originally made by Jim Meyering.
18618         * lib/acl.c: Include <sys/types.h> before <sys/stat.h>;
18619         many older Unixes require this.
18620         * lib/alloca.c (alloca): Remove cast to argument of free;
18621         no longer needed in C89.
18622         * lib/alloca_.h, regex.h: Fix white space to match
18623         what GNU indent does.
18624
18625 2003-08-09  Paul Eggert  <eggert@twinsun.com>
18626
18627         * m4/regex.m4 (jm_INCLUDED_REGEX): Change "\201" to "\371";
18628         apparently Emacs's Unicode mode got confused before my 2003-08-05
18629         checkin.
18630
18631 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18632
18633         * m4/extensions.m4: New file.
18634         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC):
18635         Require gl_USE_SYSTEM_EXTENSIONS.
18636         * m4/unlocked-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO):
18637         Require gl_USE_SYSTEM_EXTENSIONS rather than AC_GNU_SOURCE.
18638
18639 2003-08-08  Paul Eggert  <eggert@twinsun.com>
18640
18641         * MODULES.html.sh (func_all_modules): Add extensions, gnu-source.
18642         * modules/extensions, modules/gnu-source: New files.
18643         * modules/timespec, modules/unlocked-io: Depend on extensions.
18644
18645 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18646
18647         * modules/restrict: New file.
18648         * MODULES.html.sh (func_all_modules): Add restrict.
18649         * modules/regex: Depend on restrict.
18650
18651 2003-08-07  Paul Eggert  <eggert@twinsun.com>
18652
18653         * m4/restrict.m4: New file.
18654         * m4/regex.m4 (jm_PREREQ_REGEX): Add gl_C_RESTRICT.
18655
18656 2003-08-07  Bruno Haible  <bruno@clisp.org>
18657
18658         * modules/getndelim2 (Makefile.am): Add the files to EXTRA_DIST, not
18659         lib_SOURCES, because getndelim2.m4 now uses AC_LIBOBJ(getndelim2).
18660
18661 2003-08-07  Bruno Haible  <bruno@clisp.org>
18662
18663         * m4/getndelim2.m4 (gl_GETNDELIM2): Use AC_LIBOBJ(getndelim2). This
18664         makes the module 'getndelim2' compatible with the module 'getline'.
18665
18666 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18667
18668         * m4/regex.m4 (jm_INCLUDED_REGEX): Replace a single non-ASCII
18669         byte with "\201" to avoid glitches when editing that source file
18670         with multi-gnome-terminal.
18671
18672 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18673
18674         * lib/bumpalloc.h: Remove.
18675
18676 2003-08-05  Paul Eggert  <eggert@twinsun.com>
18677
18678         * MODULES.html.sh (func_all_modules): Remove bumpalloc.
18679         * modules/bumpalloc: Remove.
18680
18681 2003-08-04  Paul Eggert  <eggert@twinsun.com>
18682
18683         * lib/getloadavg.c: Change copyright notice and spacing to conform to
18684         GNU coding style.
18685
18686         Merge from coreutils.
18687         * lib/error.c [!USE_IN_LIBIO]: Omit this case; assume USE_IN_LIBIO is
18688         1. From glibc.
18689         * lib/getdate.y (date): Also accept dates like May-23-2003; suggestion
18690         from Karl Berry, implemented by Jim Meyering.
18691         * lib/getgroups.c: Include "xalloc.h" instead of declaring xalloc fns;
18692         from Dmitry V. Levin.
18693         Remove anachronistic cast of xrealloc.
18694         * lib/fnmatch_.h (__const): Remove.  Use 'const'.
18695         * lib/fnmatch_loop.c (NEW_PATTERN): Cast alloca return value to proper
18696         type. Otherwise, it wouldn't compile with at least /bin/cc on
18697         ymp-cray-unicos9.0.2.X.
18698         Combine two mostly-identical uses of alloca into one.
18699         Thanks to the Cray-Cyber project for access to a Cray Y-MP.
18700
18701 2003-08-04  Dave Love  <d.love@dl.ac.uk>
18702
18703         [From Emacs.]
18704
18705         * lib/getloadavg.c: Check `__unix' as well as `unix'.  Use #ifdef, not
18706         #if.  Check HAVE_LIBKSTAT as well as LOAD_AVE_TYPE.  Check
18707         F_SETFD, not FD_SETFD.  Use HAVE_STRUCT_NLIST_N_UN_N_NAME, not
18708         obsolete NLIST_NAME_UNION.
18709         [__GNU__]: Undef BSD and FSCALE.
18710         [!NLIST_STRUCT]: Remove conditional definition of NLIST_STRUCT.
18711
18712 2003-08-03  Paul Eggert  <eggert@twinsun.com>
18713
18714         * lib/stdbool_.h (_Bool): Make it signed char, instead of
18715         an enum type, so that it's guaranteed to promote to int.  See:
18716         <http://mail.gnu.org/archive/html/bug-gnulib/2003-07/msg00124.html>
18717
18718 2003-08-03  Karl Berry  <karl@gnu.org>
18719
18720         * config/depcomp: update from automake.
18721
18722 2003-07-31  Paul Eggert  <eggert@twinsun.com>
18723
18724         * lib/strerror.c: Include config.h, limits.h.  Declare sprintf.
18725         (strerror): Don't assume that a printable int fits in 14 bytes.
18726
18727 2003-07-31  Bruno Haible  <bruno@clisp.org>
18728
18729         * modules/getpass-gnu: New file.
18730         * MODULES.html.sh (func_all_modules): Add getpass-gnu.
18731
18732 2003-07-31  Bruno Haible  <bruno@clisp.org>
18733
18734         * m4/getpass.m4 (gl_FUNC_GETPASS_GNU): New macro.
18735
18736 2003-07-24  Karl Berry  <karl@gnu.org>
18737
18738         * config/missing: update from automake.
18739
18740 2003-07-24  Derek Robert Price  <derek@ximbiot.com>
18741             Bruno Haible  <bruno@clisp.org>
18742
18743         * lib/getline.h (getline, getdelim): Change return type to ssize_t.
18744         * lib/getline.c (getline, getdelim): Likewise.
18745         Remove _GNU_SOURCE define; now it's defined in config.h through
18746         m4/getline.m4.
18747
18748 2003-07-23  Karl Berry  <karl@gnu.org>
18749
18750         * config/config.sub: update from prep.
18751
18752 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18753
18754         * modules/xalloc (Depends-on): Add exitfail.
18755         * modules/xmemcoll: Likewise.
18756
18757 2003-07-22  Paul Eggert  <eggert@twinsun.com>
18758
18759         * lib/xalloc.h (XCALLOC, XREALLOC, CCLONE): Fix under- and
18760         over-parenthesization in macros.
18761
18762         Sync with coreutils.
18763
18764         * lib/xalloc.h (XMALLOC, XCALLOC, XREALLOC): Remove casts not
18765         required by C99.
18766
18767         Use `exit_failure' for xalloc and xmemcoll instead of their own
18768         private exit-failure variables.
18769         * lib/xalloc.h (xalloc_exit_failure): Remove.
18770         * lib/xmalloc.c: Likewise.  Include exitfail.h.
18771         (xalloc_die): Use exit_failure instead of xalloc_exit_failure.
18772         * lib/xmemcoll.h (xmemcoll_exit_failure): Remove.
18773         * lib/xmemcoll.c: Likewise.  Include exitfail.h.
18774         (xmemcoll): Use exit_failure instead of xalloc_exit_failure.
18775
18776 2003-07-20  Jim Meyering  <jim@meyering.net>
18777
18778         * modules/closeout (Depends-on): Add exitfail.
18779         Suggestion from Bruno Haible.
18780
18781 2003-07-19  Karl Berry  <karl@gnu.org>
18782
18783         * config/config.sub: update from prep.
18784
18785 2003-07-18  Paul Eggert  <eggert@twinsun.com>
18786
18787         * lib/closeout.h (close_stdout_set_status, close_stdout_status):
18788         Remove.
18789         * lib/closeout.c: Likewise.  Include "closeout.h" right after config.h,
18790         to test that it can stand by itself.  Include "exitfail.h".
18791         Clients should set exit_failure instead.
18792         (EXIT_FAILURE): Remove; no longer needed.  Do not include <stdlib.h>.
18793
18794 2003-07-18  Bruno Haible  <bruno@clisp.org>
18795
18796         * modules/getndelim2: New file.
18797         * modules/getline: Share files with module getndelim2.
18798         * modules/getnline: Depend on getndelim2 instead of sharing files with
18799         it. Add getnline.c to lib_SOURCES.
18800         * MODULES.html.sh (func_all_modules): Add getndelim2.
18801
18802 2003-07-18  Bruno Haible  <bruno@clisp.org>
18803
18804         * m4/getndelim2.m4: New file.
18805         * m4/getline.m4 (AM_FUNC_GETLINE): Add AC_LIBOBJ of getndelim2.c and
18806         invoke gl_PREREQ_GETNDELIM2.
18807         (gl_PREREQ_GETLINE): Drop AC_HEADER_STDC, now done by
18808         gl_PREREQ_GETNDELIM2.
18809         * m4/getnline.m4 (gl_GETNLINE): Drop AC_HEADER_STDC, now done by
18810         gl_GETNDELIM2.
18811
18812 2003-07-18  Bruno Haible  <bruno@clisp.org>
18813
18814         * lib/getndelim2.h: New file.
18815         * lib/getndelim2.c: Make into a module of its own. Include config.h,
18816         getndelim2.h.
18817         (getndelim2): Make non-static. Change return type to ssize_t.
18818         * lib/getline.h: Change argument names.
18819         * lib/getline.c: Include getndelim2.h instead of getndelim2.c.
18820         * lib/getnline.c: Include getndelim2.h.
18821
18822 2003-07-18  Andreas Schwab  <schwab@suse.de>
18823
18824         * lib/memcoll.c (memcoll) [!HAVE_STRCOLL]: Clear errno.
18825
18826 2003-07-17  Karl Berry  <karl@gnu.org>
18827
18828         * config/config.sub: update from prep.
18829
18830 2003-07-17  Bruno Haible  <bruno@clisp.org>
18831
18832         * modules/getnline: New file.
18833         * modules/getline: Add lib/getndelim2.c to source file list.
18834         * MODULES.html.sh (func_all_modules): Add getnline.
18835
18836 2003-07-17  Bruno Haible  <bruno@clisp.org>
18837
18838         * m4/getnline.m4: New file.
18839
18840 2003-07-17  Bruno Haible  <bruno@clisp.org>
18841
18842         * m4/Makefile.am.in: Remove file.
18843         * m4/Makefile.am: Remove file.
18844         * m4/Makefile.in: Remove file.
18845
18846 2003-07-17  Bruno Haible  <bruno@clisp.org>
18847
18848         * lib/getnline.h: New file.
18849         * lib/getnline.c: New file.
18850         * lib/getndelim2.c: New file, extracted from getline.c.
18851         (getndelim2): Renamed from getdelim2, with added nmax argument.
18852         * lib/getline.c: Include getndelim2.c.
18853         (getdelim2): Moved out to getndelim2.c.
18854         (getline, getdelim): Update.
18855
18856 2003-07-17  Bruno Haible  <bruno@clisp.org>
18857
18858         * lib/Makefile.am: Remove file.
18859         * lib/Makefile.in: Remove file.
18860
18861 2003-07-17  Bruno Haible  <bruno@clisp.org>
18862
18863         * configure.in: Remove file.
18864         * Makefile.in: Remove file.
18865
18866 2003-07-17  Bruno Haible  <bruno@clisp.org>
18867
18868         * MODULES.html.sh: Put the </BODY> right before </HTML>.
18869
18870 2003-07-16  Karl Berry  <karl@gnu.org>
18871
18872         * config/srclist-update: was running fixlicense twice, which caused
18873                 texinfo.tex to be nullified for some reason.  Simplify,
18874                 $gplsrc is no longer needed as far as I can see?
18875
18876 2003-07-16  Jim Meyering  <jim@meyering.net>
18877
18878         * modules/save-cwd: Depend on xgetcwd.  From Derek Price.
18879
18880 2003-07-15  Paul Eggert  <eggert@twinsun.com>
18881
18882         * config/srclist.txt: Get the following files from gettext-runtime/intl
18883         instead: config.charset, localcharset.c, localcharset.h, ref-add.sin,
18884         ref-del.sin.  From Bruno Haible.
18885         * config/srclist-update (fixfile): Change grep pattern again, since the
18886         previous fix didn't work (there was another trailing $).  Use
18887         '[$]' to escape the $s.
18888
18889 2003-07-15  Karl Berry  <karl@gnu.org>
18890
18891         * lib/vasnprintf.c: update from gettext.
18892
18893 2003-07-15  Karl Berry  <karl@gnu.org>
18894
18895         * config/srclist-update (fixfile): Change grep pattern, since 'Id'
18896         gets expanded when surrounded by '$'.
18897
18898 2003-07-15  Jim Meyering  <jim@meyering.net>
18899
18900         * modules/save-cwd: Don't depend on error.  From Derek Price.
18901
18902 2003-07-15  Jim Meyering  <jim@meyering.net>
18903
18904         * lib/makepath.c (make_path): Enclose diagnostic in _(...).
18905
18906 2003-07-14  Simon Josefsson  <jas@extundo.com>
18907
18908         * modules/mempcpy: New file.
18909         * MODULES.html.sh (func_all_modules): Add mempcpy.
18910
18911 2003-07-14  Simon Josefsson  <jas@extundo.com>
18912
18913         * m4/mempcpy.m4: New file.
18914
18915 2003-07-14  Simon Josefsson  <jas@extundo.com>
18916
18917         * lib/mempcpy.h: New file.
18918         * lib/mempcpy.c: New file.
18919
18920 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18921
18922         * modules/getdate, modules/posixtm: Depend on mktime.
18923
18924 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18925
18926         * lib/ceill.c, expl.c, floorl.c, frexpl.c, ldexpl.c, mathl.h,
18927         sincosl.c, sqrtl.c, trigl.c, trigl.h, poll.c, poll_.h, mkstemp.c,
18928         unicodeio.c, unicodeio.h, unlocked-io.h:
18929         Switch from LGPL to GPL.
18930
18931 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18932
18933         * lib/asnprintf.c, asprintf.c, config.charset, gettext.h,
18934         localcharset.c, localcharset.h, mkdtemp.c, printf-args.c,
18935         printf-args.h, printf-parse.c, printf-parse.h, ref-add.sin,
18936         ref-del.sin, setenv.c, unsetenv.c, vasnprintf.c, vasnprintf.h,
18937         vasprintf.c, vasprintf.h: Regenerate.  These files are now being
18938         updated automatically by ../config/srclist-update.  This changes
18939         their license from LPGL to GPL.
18940
18941 2003-07-14  Paul Eggert  <eggert@twinsun.com>
18942
18943         * config/srclist.txt: Add tons more gettext files.  $GETTEXT is now
18944         assumed to refer to the root of the most recent stable gettext version.
18945         * config/srclistvars.sh: Add defaults for eggert.
18946         * config/srclist-update: Convert LGPL to GPL in shell scripts, too.
18947         Match "This program" as well as "The program".  This is needed
18948         for gettext.
18949
18950 2003-07-14  Jim Meyering  <jim@meyering.net>
18951
18952         Don't emit diagnostics.  Let callers do that.
18953         * lib/save-cwd.c: Don't include "error.h".
18954         (save_cwd): Don't call error.  Ensure that errno is valid
18955         when returning nonzero.
18956
18957         * lib/save-cwd.h (restore_cwd): Update prototype.
18958         * lib/save-cwd.c (restore_cwd): Remove two parameters.
18959         Simplify.  Don't call error upon failure.  Let callers do that.
18960         (save_cwd): Mention that Irix 5.3 has the same problem as SunOS 4
18961         when auditing is enabled.  But don't bother updating the #if.
18962
18963 2003-07-11  Alexandre Duret-Lutz  <adl@gnu.org>
18964
18965         * lib/obstack.h (__INT_TO_PTR): Revert change of 2003-03-13;
18966         it breaks C++ compilation.
18967         [!__GNUC__ || !__STDC__] (obstack_finish): Cast result to void*.
18968
18969 2003-07-10  Simon Josefsson  <jas@extundo.com>
18970
18971         * modules/strchrnul (Makefile.am): Add strchrnul.h.
18972
18973 2003-07-10  Jim Meyering  <jim@meyering.net>
18974
18975         * m4/clock_time.m4: Remove trailing blank.
18976         * m4/intmax_t.m4: Likewise.
18977
18978 2003-07-10  Jim Meyering  <jim@meyering.net>
18979
18980         * lib/vasnprintf.c: Remove trailing blanks.
18981         Make cpp indentation consistent.
18982
18983 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18984
18985         * lib/alloca_.h, euidaccess.c, getpass.c, memrchr.c, obstack.h,
18986         posixver.c, strftime.c, strnlen.c, strverscmp.c:
18987         Switch from LGPL to GPL.
18988
18989 2003-07-09  Paul Eggert  <eggert@twinsun.com>
18990
18991         * config/srclist.txt: Sort sublists.  Add
18992         $LIBCSRC/sysdeps/generic/strtoul.c. In comments, add more libc files
18993         that differ from gnulib for one reason or another; we'd like this list
18994         to be smaller but for now let's document what we have.
18995
18996 2003-07-08  Paul Eggert  <eggert@twinsun.com>
18997
18998         * config/srclist-update: Port to POSIX 1003.1-2001 hosts by avoiding
18999         the use of GNU extensions.  Change "x=`eval echo $x`" to the shorter
19000         and sweeter "eval x=$x".
19001         * config/srclist.txt: Get lib/argp* from glibc.
19002
19003 2003-07-07  Paul Eggert  <eggert@twinsun.com>
19004
19005         * lib/mktime.c: Fix some boundary cases and remove need for floating
19006         point.
19007
19008         Issue a compile-time diagnostic if time_t is floating point, or if
19009         two's complement arithmetic is not in effect, or if arithmetic
19010         right shift does not propagate the sign.  These assumptions were
19011         all in the original code but they weren't checked.
19012
19013         (TIME_T_MIDPOINT, verify): New macros.
19014         (__isleap): Remove; it has integer overflow problems.
19015         (leapyear): New function, without those problems.
19016         (ydhms_tm_diff): Remove; splitting into two parts.
19017         (ydhms_diff): New function, containing the arithmetic part of
19018         the old ydhms_tm_diff function.  Issue a compile-time
19019         diagnostic if we are not using C99 integer division.
19020         Avoid casts when possible.
19021         (guess_time_tm): New function, containing the checking part of
19022         the old ydhms_tm_diff function.  Return the new value, rather than
19023         the difference between it and the old.  Accept a new argument T
19024         so that *T specifies the old value.  Check for overflow in the result.
19025
19026         (__mktime_internal): Use a time_t offset, not a long int offset.
19027         This undoes the 2003-06-04 change, which is no longer needed now
19028         that we have better overflow checking.
19029         (localtime_offset): Likewise.
19030
19031         (__mktime_internal): Avoid harmful overflow on hosts where time_t
19032         and long are 64-bit but int is only 32-bit.
19033         (ydhms_diff): Use long int to store year1 and yday1.
19034         Issue a compile-time diagnostic if long int is not wide enough.
19035
19036         (__mktime_internal): Use long int to store adjusted year and yday.
19037         Use plain C rather than preprocessor commands, if that doesn't
19038         affect efficiency.
19039         Check for overflow (and try to repair) after each probe
19040         rather than checking only at the very end.  This avoids some bugs
19041         (e.g., southern hemisphere, behind GMT, and GMT offset at minimum time
19042         does not equal GMT offset at maximum time).
19043         Use integer to check for overflow rather than floating point; this
19044         is more portable to non-IEEE hosts, and is a tad faster.
19045         When we detect that we are oscillating between two values,
19046         don't check whether tm_isdst has the requested value, since
19047         we already know the answer.  When tm_isdst has the wrong value,
19048         use a different heuristic to find the right one, based on the
19049         extreme values actually observed in practice in tz2003a,
19050         rather than the (overly optimistic) "previous 3 calendar quarters".
19051
19052         (not_equal_tm, print_tm, check_result): Use "const T" rather than
19053         "T const" to accommodate glibc style.
19054         (check_result): Use less-confusing report format.  "long" -> "long int.
19055         (main): Likewise.
19056         Don't loop if the iteration overflows time_t.
19057         Allow a negative step in the iteration.
19058
19059 2003-07-06  Karl Berry  <karl@gnu.org>
19060
19061         * config/depcomp: update from automake.
19062         * config/config.sub: update from prep.
19063
19064 2003-07-03  Karl Berry  <karl@gnu.org>
19065
19066         * config/config.guess: update from prep.
19067
19068 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19069
19070         * m4/xreadlink.m4 (gl_XREADLINK): Don't check for sys/types.h, since
19071         xreadlink.c now includes it unconditionally.
19072
19073 2003-07-01  Paul Eggert  <eggert@twinsun.com>
19074
19075         * lib/xreadlink.c: Include <sys/types.h> unconditionally, instead of
19076         having it depend on HAVE_SYS_TYPES_H.
19077
19078 2003-07-01  Bruno Haible  <bruno@clisp.org>
19079
19080         * m4/ssize_t.m4 (gt_TYPE_SSIZE_T): Don't include <unistd.h>.
19081         <sys/types.h> should be sufficient.
19082         Reported by Paul Eggert.
19083
19084 2003-06-26  Karl Berry  <karl@gnu.org>
19085
19086         * config/depcomp: update from automake.
19087
19088 2003-06-26  Bruno Haible  <bruno@clisp.org>
19089
19090         * modules/human: Depend on module stdbool.
19091
19092 2003-06-25  Bruno Haible  <bruno@clisp.org>
19093
19094         * modules/readlink: New file.
19095         * modules/xreadlink: Depend on it.
19096         * MODULES.html.sh (func_all_modules): Add readlink.
19097
19098 2003-06-25  Bruno Haible  <bruno@clisp.org>
19099
19100         * m4/readlink.m4: New file.
19101
19102 2003-06-25  Bruno Haible  <bruno@clisp.org>
19103
19104         * lib/readlink.c: New file.
19105
19106 2003-06-22  Karl Berry  <karl@gnu.org>
19107
19108         * config/srclist.txt: update mkinstalldirs from automake.
19109         * config/mkinstalldirs: update.
19110
19111 2003-06-22  Bruno Haible  <bruno@clisp.org>
19112
19113         Portability to mingw32.
19114         * m4/ssize_t.m4: New file, from GNU gettext.
19115         * m4/safe-read.m4 (gl_PREREQ_SAFE_READ): Require gt_TYPE_SSIZE_T.
19116         * m4/xreadlink.m4 (gl_XREADLINK): Require gt_TYPE_SSIZE_T.
19117
19118 2003-06-22  Bruno Haible  <bruno@clisp.org>
19119
19120         * modules/safe-read: Add m4/ssize_t.m4.
19121         * modules/xreadlink: Add m4/ssize_t.m4.
19122
19123 2003-06-20  Bruno Haible  <bruno@clisp.org>
19124
19125         Assume C89, so PARAMS isn't needed.
19126         * lib/unicodeio.h (PARAMS): Remove.
19127         * lib/unicodeio.c: Don't use PARAMS.
19128
19129 2003-06-18  Karl Berry  <karl@gnu.org>
19130
19131         * config/config.{guess,sub}: update from prep.
19132
19133 2003-06-18  Jim Meyering  <jim@meyering.net>
19134
19135         Merge changes from coreutils.
19136         * lib/readutmp.c: Include <string.h> and <stdlib.h> unconditionally.
19137         Remove explicit declarations of xmalloc and realloc.
19138         Include xalloc.h.
19139         (read_utmp): Remove anachronistic cast of xmalloc.
19140
19141 2003-06-17  Paul Eggert  <eggert@twinsun.com>
19142
19143         Assume C89, so PARAMS isn't needed.
19144         * lib/backupfile.h (PARAMS): Remove.  All uses removed.
19145         * lib/closeout.h, lib/dirname.h, lib/filemode.h, lib/fsusage.h,
19146         lib/getdate.h, lib/getline.h, lib/group-member.h, lib/hard-locale.h,
19147         lib/hash.h, lib/linebuffer.h, lib/long-options.h, lib/makepath.h,
19148         lib/memcasecmp.h, lib/memcoll.h, lib/modechange.h, lib/mountlist.h,
19149         lib/path-concat.h, lib/physmem.h, lib/posixtm.h, lib/quote.h,
19150         lib/readutmp.h, lib/same.h, lib/save-cwd.h, lib/savedir.h,
19151         lib/stdio-safer.h, lib/strtoimax.c, lib/strverscmp.h,
19152         lib/unistd-safer.h, lib/version-etc.h, lib/xalloc.h, lib/xreadlink.h,
19153         lib/xstrtod.h, lib/xstrtol.h: Likewise.
19154         * lib/filemode.h, lib/hard-locale.h, lib/memcoll.h, lib/modechange.h,
19155         lib/physmem.h, lib/same.h, lib/strverscmp.h: Do not include config.h;
19156         no longer needed. Anyway, config.h should always be included before any
19157         other file.
19158
19159 2003-06-11  Simon Josefsson  <jas@extundo.com>
19160
19161         * modules/sysexits: New file.
19162         * MODULES.html.sh (func_all_modules): Add sysexits.
19163
19164 2003-06-11  Simon Josefsson  <jas@extundo.com>
19165
19166         * lib/sysexit_.h: New file.
19167
19168 2003-06-11  Derek Price  <derek@ximbiot.com>
19169
19170         * lib/stat.c [LSTAT]: Compile/use slash_aware_lstat only if it is
19171         necessary.
19172
19173 2003-06-11  Bruno Haible  <bruno@clisp.org>
19174
19175         * m4/sysexits.m4: New file.
19176
19177 2003-06-10  Simon Josefsson  <jas@extundo.com>
19178
19179         * lib/argp.h: New file, from glibc.
19180         * lib/argp-ba.c: New file, from glibc.
19181         * lib/argp-eexst.c: New file, from glibc.
19182         * lib/argp-fmtstream.c: New file, from glibc.
19183         * lib/argp-fmtstream.h: New file, from glibc.
19184         * lib/argp-fs-xinl.c: New file, from glibc.
19185         * lib/argp-help.c: New file, from glibc.
19186         * lib/argp-namefrob.h: New file, from glibc.
19187         * lib/argp-parse.c: New file, from glibc.
19188         * lib/argp-pv.c: New file, from glibc.
19189         * lib/argp-pvh.c: New file, from glibc.
19190         * lib/argp-xinl.c: New file, from glibc.
19191
19192 2003-06-10  Simon Josefsson  <jas@extundo.com>
19193
19194         * modules/strchrnul: New file.
19195
19196 2003-06-10  Simon Josefsson  <jas@extundo.com>
19197
19198         * modules/argp: New file.
19199
19200 2003-06-10  Simon Josefsson  <jas@extundo.com>
19201
19202         * m4/strchrnul.m4: New file.
19203
19204 2003-06-10  Simon Josefsson  <jas@extundo.com>
19205
19206         * lib/strchrnul.h: New file.
19207         * lib/strchrnul.c: New file.
19208
19209 2003-06-10  Bruno Haible  <bruno@clisp.org>
19210
19211         * MODULES.html.sh (func_all_modules): Add strchrnul and argp.
19212
19213 2003-06-07  Karl Berry  <karl@gnu.org>
19214
19215         * config/config.{guess,sub}: update from prep.
19216
19217 2003-06-07  Jim Meyering  <jim@meyering.net>
19218
19219         * modules/strtod: Use $(...) notation, not @...@ for
19220         AC_REPLACE'd variables.
19221         * modules/localcharset: Likewise.
19222
19223 2003-06-07  Jim Meyering  <jim@meyering.net>
19224
19225         * lib/readtokens.h: Put `Free Software Foundation, Inc.'
19226         in place of my name in the copyright comment.
19227         Remove definition and uses of __P.
19228
19229         From coreutils.
19230         * lib/stat.c: Don't declare xmalloc explicitly.
19231         Instead, include "xalloc.h".
19232         * lib/readtokens.c (readtokens): Remove anachronistic casts of xmalloc,
19233         xrealloc, and xcalloc return values.
19234         * lib/xgetcwd.c (xgetcwd): Include "xgetcwd.h".
19235         Improve comment.
19236         * lib/xgetcwd.h: Remove definition/uses of PARAMS.
19237
19238 2003-06-07  Bruno Haible  <bruno@clisp.org>
19239
19240         * modules/poll (Makefile.am): Use explicit creation rule for poll.h, to
19241         avoid AC_CONFIG_LINKS.
19242         * modules/fnmatch (Makefile.am): Use explicit creation rule for
19243         fnmatch.h, to avoid AC_CONFIG_LINKS.
19244         * modules/alloca (Makefile.am): Make creation of alloca.h Ctrl-C safe.
19245
19246 2003-06-07  Bruno Haible  <bruno@clisp.org>
19247
19248         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH, gl_FUNC_FNMATCH_POSIX,
19249         gl_FUNC_FNMATCH_GNU): Set FNMATCH_H instead of invoking
19250         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19251         directory.
19252         * m4/poll.m4 (gl_FUNC_POLL): Set POLL_H instead of invoking
19253         AC_CONFIG_LINKS. Needed to allow for a different name of the lib
19254         directory.
19255
19256 2003-06-06  Jim Meyering  <jim@meyering.net>
19257
19258         Merge from coreutils.
19259         * lib/same.c: (same_name): Declare *_basename locals to be `const'.
19260         Consolidate declarations and initializations of *_base* locals.
19261
19262         Merge from coreutils.
19263         This avoids a core dump on systems without GNU putenv,
19264         when running `env -u SOME_ALREADY_UNSET_VARIABLE'.
19265         * lib/putenv.c (__set_errno, LOCK, UNLOCK): Define.
19266         (unsetenv): New static function, from GNU libc.
19267         (rpl_putenv): Use it.
19268
19269         * lib/modechange.c: Remove trailing blanks.
19270
19271         Merge from coreutils.
19272         * lib/fsusage.c: Remove declaration of statfs.
19273         It conflicted with one from OSF/1 5.1 in <sys/mount.h>.
19274
19275         * lib/posixtm.c: Include <stdbool.h> unconditionally.
19276
19277 2003-06-06  Jim Meyering  <jim@meyering.net>
19278
19279         * lib/stdbool_.h: Renamed from stdbool.h.in.
19280
19281 2003-06-06  Jim Meyering  <jim@meyering.net>
19282             Bruno Haible  <bruno@clisp.org>
19283
19284         * modules/stdbool: Reflect renaming: stdbool.h.in -> stdbool_.h.
19285         Adjust Makefile.am snippet not to redirect directly to target.
19286         Use $(STDBOOL_H) notation, not @STDBOOL_H@ for AC_REPLACE'd variables.
19287
19288 2003-06-05  Paul Eggert  <eggert@twinsun.com>
19289
19290         * lib/mktime.c (__mktime_internal): When resolving a tm_isdst
19291         mismatch, look in future quarters as well as past.  This fixes a
19292         bug when processing fall-backwards gaps immediately after a long
19293         period of daylight-saving time.
19294
19295         * lib/mktime.c: Assume freestanding C89 or better.
19296         (HAVE_LIMITS_H): Remove.  Assume it's 1.
19297         (__P): Remove; not used.
19298         (CHAR_BIT, INT_MIN, INT_MAX): Remove; <limits.h> defines them.
19299         (mktime, not_equal_tm, print_tm, check_result,
19300         main): Use prototypes.  Use const * where appropriate.
19301         (main): Fix typo in testing code that uncovered by above changes.
19302         (Local Variables): Remove -DHAVE_LIMITS_H from compile-command.
19303
19304 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19305
19306         * m4/human.m4 (gl_HUMAN): Require AM_STDBOOL_H.  Check for
19307         locale.h, localeconv.  This merges changes from coreutils.
19308
19309         * m4/mktime.m4 (AC_FUNC_MKTIME): New macro, taken from Autoconf CVS.
19310         It can be removed after the next Autoconf is released.
19311         * m4/exclude.m4 (gl_EXCLUDE): Don't check for sys/types.h; no loner
19312         needed.
19313
19314 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19315
19316         * lib/mktime.c: Fix Debian bug 177940
19317         <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=177940>.
19318         (localtime_offset): Now long int, not time_t, because we want it
19319         to be guaranteed to be signed.  All uses changed.
19320         (__mktime_internal): If overflow would occur when adding offset,
19321         don't add it.
19322
19323         Merge 'human' changes from coreutils.  Rewrite to support
19324         locale-specific notations like thousands separators.
19325         * lib/human.c: Simplify authorship notice.
19326         Include human.h immediately after config.h.
19327         <sys/types.h>, <stdio.h>: Do not include; no longer needed.
19328         <limits.h>: Do not include, since human.h does.
19329         (SIZE_MAX, UINTMAX_MAX): New macros.
19330         <strings.h>: Include if HAVE_STRINGS_H, not if !HAVE_STRING_H.
19331         <locale.h>: Include if HAVE_LOCALE_H and HAVE_LOCALECONV.
19332         (HUMAN_READABLE_SUFFIX_LENGTH_MAX): New macro.
19333         (power_letter): Renamed from suffixes.
19334         (generate_suffix_backwards): Remove.
19335         (adjust_value): Now takes int style (because of human.h changes)
19336         and long double value (for greater precision on some platforms).
19337         (group_number): New function.
19338         (human_readable): Use it.  Use integer options, not enum.
19339         Put the options before the sizes in the arg list.
19340         Support all the new options.
19341         The old human_readable function has been removed;
19342         use inttostr.h instead.
19343         (human_readable, default_block_size, humblock):
19344         Use uintmax_t, not int, for block sizes.
19345         (human_readable_inexact, block_size_types): Remove.
19346         (block_size_opts): New constant.
19347         (human_options): Renamed from human_block_size, with new signature
19348         that allows block sizes up to UINTMAX_MAX.  All callers changed.
19349         * lib/human.h: Add copyright and authorship notice.
19350         Include <limits.h> and <stdbool.h> unconditionally.
19351         (PARAMS): Remove.  All uses removed.
19352         (LONGEST_HUMAN_READABLE): Add support for thousands separator.
19353         (enum human_inexact_style): Remove tag; now a nameless enum.
19354         (human_floor, human_ceiling, human_round_to_even): Now have
19355         values 2, 0, 1 rather than -1, 1, 0.
19356         (human_group_digits, human_suppress_point_zero, human_autoscale,
19357         human_base_1024, human_SI, human_B): New constants.
19358         (human_readable_inexact, human_block_size): Remove.
19359         (human_readable): Size args are now uintmax_t, not int.
19360         (human_options): New decl.
19361
19362         * lib/exclude.c: (new_exclude, add_exclude): Remove casts that are
19363         unnecessary now that we assume C89 or better.  This change
19364         imported from coreutils.
19365
19366         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19367         arbitrarily.  This is the same patch as 2003-05-28, but it got lost
19368         in the 2003-05-30 sync from glibc.
19369
19370         .h files should stand alone, but we shouldn't include <sys/types.h>
19371         if we can get away with just <stddef.h>.
19372
19373         * lib/__fpending.h, addext.c, backupfile.c, exclude.c, getline.c,
19374         malloc.c, putenv.c, realloc.c, strcasecmp.c: Include <stddef.h>
19375         rather than <sys/types.h>, as we merely need size_t.
19376         * lib/dirname.h, memcoll.h, xalloc.h, xmemcoll.h: Include <stddef.h>,
19377         to get size_t.
19378         * lib/hash.h, linebuffer.h, readtokens.h, stdio-safer.h, version-etc.h:
19379         Include <stdio.h>, to get FILE.
19380         * lib/memcasecmp.c: Don't include <sys/types.h>, as we can assume
19381         memcasecmp.h has included <stddef.h> and all we need is size_t.
19382         * lib/memcoll.c: Include "memcoll.h", which gets us size_t and checks
19383         our interface, instead of including <sys/types.h>
19384
19385 2003-06-04  Paul Eggert  <eggert@twinsun.com>
19386
19387         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): Comment out for
19388         now, as glibc mktime is buggy on non-glibc systems.
19389
19390 2003-06-03  Karl Berry  <karl@gnu.org>
19391
19392         * config/config.sub: update from prep.
19393
19394 2003-06-02  Paul Eggert  <eggert@twinsun.com>
19395
19396         [from coreutils]
19397         Fix some minor time-related bugs with POSIX time arguments.
19398         Some valid time stamps were being rejected (notably -1, and
19399         time stamps before 1900 on 64-bit hosts).  And some invalid
19400         time stamps were being accepted, e.g. September 31.
19401
19402         * lib/posixtm.h (posixtime): Return bool instead of time_t, so
19403         that we can return (time_t) -1 successfully.
19404         * lib/posixtm.c: Likewise.
19405         [HAVE_STDBOOL_H]: Include <stdbool.h>.
19406         (bool, false, true) [!HAVE_STDBOOL_H]: New type.
19407         (t): Remove static var.
19408         (year, posix_time_parse): Now takes struct tm * arg to modify, instead
19409         of static var.  All uses changed.
19410         (year): Do not reject years before 1900; they can occur with
19411         64-bit time_t.
19412         (posix_time_parse): Do not check for out-of-range components;
19413         that is now the caller's responsibility, since our checks were
19414         only approximations.
19415         (posixtime): Use mktime to check for out-of-range components,
19416         since it knows them exactly.
19417         If mktime returns (time_t) -1, check whether an error actually occurred
19418         by invoking localtime on -1.
19419         (main) [TEST_POSIXTIME]: Check for input data errors, and report
19420         posixtime failures better.
19421         Improve the test data (in comments only).
19422
19423 2003-06-02  Karl Berry  <karl@gnu.org>
19424
19425         * config/mkinstalldirs (version): new variable.
19426         (--version): new option.
19427         (usage): improve message.
19428
19429 2003-05-30  Karl Berry  <karl@gnu.org>
19430
19431         * lib/mktime.c: update from libc.
19432
19433 2003-05-30  Bruno Haible  <bruno@clisp.org>
19434
19435         * modules/gettext: Add files m4/nls.m4 and m4/po.m4.
19436         * config/config.rpath: Upgrade to gettext-0.12.1.
19437
19438 2003-05-30  Bruno Haible  <bruno@clisp.org>
19439
19440         * m4/gettext.m4: Upgrade to gettext-0.12.1.
19441         * m4/nls.m4: New file, from gettext-0.12.1.
19442         * m4/po.m4: New file, from gettext-0.12.1.
19443         * m4/progtest.m4: Upgrade to gettext-0.12.1.
19444
19445 2003-05-30  Bruno Haible  <bruno@clisp.org>
19446
19447         * lib/config.charset: Upgrade to gettext-0.12.1 and libiconv-1.9.1.
19448         * lib/localcharset.h: Likewise.
19449         * lib/localcharset.c: Likewise.
19450
19451 2003-05-29  Karl Berry  <karl@gnu.org>
19452
19453         * config/config.rpath: update from gettext.
19454
19455 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19456
19457         Assume the headers required for C89 freestanding compilers.
19458         * m4/backupfile.m4 (gl_BACKUPFILE): Don't check for limits.h.
19459         * m4/fsusage.m4 (gl_PREREQ_FSUSAGE_EXTRA): Likewise.
19460         * m4/human.m4 (gl_HUMAN): Likewise.
19461         * m4/pathmax.m4 (gl_PATHMAX): Likewise.
19462         * m4/rpmatch.m4 (gl_FUNC_RPMATCH): Likewise.
19463         * m4/userspec.m4 (gl_USERSPEC): Likewise.
19464         * m4/xreadlink.m4 (gl_XREADLINK): Likewise.
19465         * m4/xstrtol.m4 (gl_PREREQ_XSTRTOL): Likewise.
19466         * m4/quote.m4 (gl_QUOTE): Don't check for stddef.h.
19467
19468 2003-05-28  Paul Eggert  <eggert@twinsun.com>
19469
19470         Assume the headers required for C89 freestanding compilers.
19471         * lib/addext.c, lib/backupfile.c, lib/fsusage.c, lib/human.c,
19472         lib/pathmax.h, lib/rpmatch.c, lib/userspec.c, lib/xreadlink.c,
19473         lib/xstrtol.c: Include <limits.h> without checking for HAVE_LIMITS_H.
19474         * lib/backupfile.c, lib/fsusage.c, lib/hash.c, lib/human.c,
19475         lib/safe-read.c, lib/userspec.c, lib/xstrtol.c (CHAR_BIT): Don't
19476         define, since <limits.h> is guaranteed to do that.
19477         * lib/fatal.c: Include <stdarg.h> without checking for __STDC__.
19478         * lib/exclude.c: Include <stdbool.h> unconditionally.
19479         * lib/tempname.c: Include <stddef.h> unconditionally.
19480         * lib/hash.c: Include <limits.h>, since we no longer define CHAR_BIT.
19481         * lib/modechange.c, rpmatch.c (NULL): Don't define, since
19482         <stddef.h> does that.
19483         * lib/quote.c: Dont include <stddef.h> or <sys/types.h>; not needed.
19484         * lib/safe-read.c (INT_MAX): Don't define, since <limits.h> does that.
19485         * lib/safe-read.c (TYPE_MINIMUM, TYPE_MAXIMUM): Remove; no longer
19486         needed.
19487         * lib/xstrtol.c: Likewise.
19488         * lib/safe-read.c: Remove TYPE_SIGNED; no longer needed.
19489         * lib/savedir.c: Include <stddef.h> instead of defining NULL.
19490
19491         * lib/addext.c (addext): Use assignment rather than cast, to avoid
19492         warnings on some platforms.
19493
19494         * lib/mktime.c (__mktime_internal): Do not reject negative timestamps
19495         arbitrarily.
19496
19497 2003-05-26  Jim Meyering  <jim@meyering.net>
19498
19499         Merge in a change from coreutils:
19500         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Test the cache variable, not one
19501         that is guaranteed to be `no'.  Use `no_such_member' to indicate
19502         that condition, rather than `-1' which is slightly misleading.
19503         Change the name of the cache variable to have the gl_ prefix.
19504         Prompted by a patch from Richard Dawe for DJGPP.
19505
19506 2003-05-24  Karl Berry  <karl@gnu.org>
19507
19508         * config/config.guess: update from prep.
19509
19510 2003-05-22  Karl Berry  <karl@gnu.org>
19511
19512         * gnulib-tool (func_usage): =LIBRARY not =libRARY in help msg.
19513
19514 2003-05-20  Karl Berry  <karl@gnu.org>
19515
19516         * config/config.guess: update from prep.
19517
19518 2003-05-18  Karl Berry  <karl@gnu.org>
19519
19520         * config/srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF
19521         might actually be set by the user.
19522
19523         * config/depcomp, install-sh, mdate-sh: update from automake.
19524
19525 2003-05-17  Bruno Haible  <bruno@clisp.org>
19526
19527         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Fix a quoting bug leading to an
19528         invalid expansion for AC_EGREP_CPP.
19529         * m4/strtoimax.m4 (gl_FUNC_STRTOIMAX): Likewise.
19530         * m4/strtoumax.m4 (gl_FUNC_STRTOUMAX): Likewise.
19531         Suggested by Akim Demaille <akim@epita.fr> in
19532         http://mail.gnu.org/archive/html/bug-autoconf/2003-05/threads.html
19533
19534 2003-05-12  Jim Meyering  <jim@meyering.net>
19535
19536         * lib/strftime.c (my_strftime): Let the `-' (no-pad) flag affect
19537         the space-padded-by-default conversion specifiers, %e, %k, %l.
19538
19539 2003-05-12  Bruno Haible  <bruno@clisp.org>
19540
19541         * lib/linebreak.c (iconv_string_length): Don't return -1 just because
19542         the string is longer than 4 KB.
19543
19544 2003-05-11  Karl Berry  <karl@gnu.org>
19545
19546         * config/config.{guess,sub}: update from prep.
19547
19548 2003-05-09  Bruno Haible  <bruno@clisp.org>
19549
19550         * modules/error: Add m4/strerror_r.m4 to file list.
19551
19552 2003-05-03  Bruno Haible  <bruno@clisp.org>
19553
19554         Upgrade to Unicode-4.0.
19555         * lib/linebreak.c (nonspacing_table_data): Change width of U+00AD,
19556         U+0350..U+0357, U+035D..U+035F, U+0600..U+0603, U+0610..U+0615,
19557         U+0656..U+0658, U+0A01, U+0AE2..U+0AE3, U+0CBC, U+17B4..U+17B5,
19558         U+17DD, U+1920..U+1922, U+1927..U+192B, U+1932, U+1939..U+193B
19559         from 1 to 0. Change width of U+0CBF, U+0CC6, U+180E from 0 to 1.
19560         (uc_width): Change width of U+4DC0..U+4DFF from 2 to 1. Change width
19561         of U+2A6D7..U+2F7FF, U+2FA1E..U+2FFFD, U+30000..U+3FFFD from 1 to 2.
19562         Change width of U+E0100..U+E01EF from 1 to 0.
19563
19564 2003-04-25  Jim Meyering  <jim@meyering.net>
19565
19566         * lib/copy-file.c (copy_file_preserving): Declare buf_size to be
19567         of type size_t, not int.
19568
19569 2003-04-25  Bruno Haible  <bruno@clisp.org>
19570
19571         * lib/copy-file.c: Include <stddef.h>, for size_t.
19572
19573 2003-04-21  Paul Eggert  <eggert@twinsun.com>
19574
19575         * m4/error.m4 (gl_ERROR): Do not put under dynamic conditions some
19576         code which expansion is under static control.  Patch imported from
19577         Akim Demaille's patch to Bison; see
19578         <http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
19579
19580 2003-04-14  Bruno Haible  <bruno@clisp.org>
19581
19582         * m4/error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.
19583
19584 2003-04-11  Jim Meyering  <jim@meyering.net>
19585
19586         Merge changes from Coreutils.
19587
19588         2003-03-22  Jim Meyering  <jim@meyering.net>
19589
19590         * lib/strftime.c (widen): Cast alloca return value to proper type.
19591
19592         2003-01-19  Ulrich Drepper  <drepper@redhat.com>
19593
19594         From GNU libc.
19595         * lib/strftime.c (my_strftime): Handle very large width
19596         specifications for numeric values correctly.  Improve checks for
19597         overflow.
19598
19599         2003-01-19  Jim Meyering  <jim@meyering.net>
19600
19601         * lib/strftime.c (widen) [COMPILE_WIDE]: Merge nearly-identical
19602         definitions.
19603         (nl_get_alt_digit) [! defined my_strftime]: Define.
19604         (my_strftime) [_NL_CURRENT]: Merge nearly-identical uses of
19605         _nl_get_alt_digit and _nl_get_walt_digit.
19606
19607         * lib/strftime.c (my_strftime): Merge in locale-related changes from
19608         libc. These changes have no effect outside of _LIBC.
19609
19610 2003-04-10  Bruno Haible  <bruno@clisp.org>
19611
19612         * modules/findprog: New file.
19613         * MODULES.html.sh (func_all_modules): Add it.
19614
19615 2003-04-10  Bruno Haible  <bruno@clisp.org>
19616
19617         * m4/findprog.m4: New file.
19618         * m4/eaccess.m4: New file.
19619
19620 2003-04-10  Bruno Haible  <bruno@clisp.org>
19621
19622         * lib/findprog.h: New file, from GNU gettext.
19623         * lib/findprog.c: New file, from GNU gettext.
19624
19625 2003-04-05  Jim Meyering  <jim@meyering.net>
19626
19627         Merge changes from Coreutils.
19628
19629         * lib/exclude.h (PARAMS): Remove definition and uses.
19630         * lib/exclude.c: Remove uses of `PARAMS'.
19631
19632         * lib/dirname.c [TEST_DIRNAME]: Update build instructions for test.
19633         Add test-cases for DOS filenames. Declare program_name.
19634         (main): Set up program_name.  Patch by Rich Dawe.
19635
19636         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Detect any
19637         error from mntctl.
19638         Use mntctl's return value to drive the entry-processing loop, since
19639         we can't rely on the value of the vmt_length member in the last
19640         entry.  On some systems doing so could result in exhausting
19641         virtual memory.  Based in part on a patch from Mike Jetzer.
19642
19643 2003-04-04  Bruno Haible  <bruno@clisp.org>
19644
19645         * modules/linebreak: New file.
19646         * MODULES.html.sh (func_all_modules): Add it.
19647
19648 2003-04-04  Bruno Haible  <bruno@clisp.org>
19649
19650         * m4/linebreak.m4: New file.
19651
19652 2003-04-04  Bruno Haible  <bruno@clisp.org>
19653
19654         * lib/linebreak.h: New file, from GNU gettext.
19655         * lib/linebreak.c: New file, from GNU gettext with slight
19656         modifications.
19657         * lib/lbrkprop.h: New file, from GNU gettext.
19658
19659 2003-04-03  Bruno Haible  <bruno@clisp.org>
19660
19661         * modules/utf8-ucs4: New file.
19662         * modules/utf16-ucs4: New file.
19663         * modules/ucs4-utf8: New file.
19664         * modules/ucs4-utf16: New file.
19665         * MODULES.html.sh (func_all_modules): Add them.
19666
19667 2003-04-03  Bruno Haible  <bruno@clisp.org>
19668
19669         * m4/utf-ucs4.m4: New file.
19670         * m4/ucs4-utf.m4: New file.
19671
19672 2003-04-03  Bruno Haible  <bruno@clisp.org>
19673
19674         * lib/utf8-ucs4.h: New file, from GNU gettext.
19675         * lib/utf16-ucs4.h: New file, from GNU gettext.
19676         * lib/ucs4-utf8.h: New file, from GNU gettext.
19677         * lib/ucs4-utf16.h: New file, from GNU gettext.
19678
19679 2003-04-02  Bruno Haible  <bruno@clisp.org>
19680
19681         * modules/binary-io: New file.
19682         * MODULES.html.sh (func_all_modules): Add it.
19683
19684 2003-04-02  Bruno Haible  <bruno@clisp.org>
19685
19686         * lib/binary-io.h: New file, from GNU gettext.
19687
19688 2003-04-01  Bruno Haible  <bruno@clisp.org>
19689
19690         * modules/pathname: New file.
19691         * MODULES.html.sh (func_all_modules): Add it.
19692
19693 2003-04-01  Bruno Haible  <bruno@clisp.org>
19694
19695         * lib/pathname.h: New file, from GNU gettext.
19696         * lib/concatpath.c: New file, from GNU gettext.
19697
19698 2003-03-30  Bruno Haible  <bruno@clisp.org>
19699
19700         * m4/copy-file.m4 (gl_COPY_FILE): Add check for chown().
19701
19702 2003-03-30  Bruno Haible  <bruno@clisp.org>
19703
19704         * lib/copy-file.c (copy_file_preserving): Don't set owner if the
19705         function chown() doesn't exist.
19706
19707 2003-03-28  Bruno Haible  <bruno@clisp.org>
19708
19709         * modules/copy-file: New file.
19710         * MODULES.html.sh (func_all_modules): Add it.
19711
19712 2003-03-28  Bruno Haible  <bruno@clisp.org>
19713
19714         * m4/copy-file.m4: New file.
19715
19716 2003-03-28  Bruno Haible  <bruno@clisp.org>
19717
19718         * lib/copy-file.h: New file, from GNU gettext.
19719         * lib/copy-file.c: New file, from GNU gettext.
19720
19721 2003-03-18  Jim Meyering  <jim@meyering.net>
19722
19723         * lib/quote.c (quote_n): Fix typo in comment.
19724
19725 2003-03-18  Bruno Haible  <bruno@clisp.org>
19726
19727         * m4/onceonly.m4: Use m4_defn instead of defn, for better error
19728         checking.
19729         * m4/onceonly_2_57.m4: Likewise.
19730
19731 2003-03-17  Bruno Haible  <bruno@clisp.org>
19732
19733         * m4/onceonly.m4: Require autoconf 2.54 or newer.
19734         (m4_quote): Remove macro.
19735         * m4/onceonly_2_57.m4: Require autoconf 2.54 or newer.
19736
19737 2003-03-14  Jim Meyering  <jim@meyering.net>
19738
19739         Merge changes from Coreutils.
19740         * lib/obstack.h (obstack_object_size): Declare temporary, __o,
19741         to be const, in order to avoid warnings.
19742         (obstack_room): Likewise.
19743         (obstack_empty_p): Likewise.
19744
19745 2003-03-14  Bruno Haible  <bruno@clisp.org>
19746
19747         * m4/onceonly_2_57.m4 (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE,
19748         AC_CHECK_DECLS_ONCE): Quote AC_FOREACH variable-expansions properly.
19749
19750 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19751
19752         Merge changes from Bison.
19753         * lib/obstack.h: (__INT_TO_PTR) [__STDC__]: Cast result to
19754         (void *) to avoid diagnostic with native c89 on SGI IRIX 6.5
19755         when compiling Bison 1.875's `bitset bset = obstack_alloc
19756         (bobstack, bytes);'.  Problem reported by Nelson H. F. Beebe.
19757         * lib/hash.c: Include <stdbool.h> unconditionally.
19758
19759 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19760
19761         * m4/onceonly.m4 (m4_quote): New macro.
19762         (AC_CHECK_HEADERS_ONCE, AC_CHECK_FUNCS_ONCE, AC_CHECK_DECLS_ONCE):
19763         Quote AC_FOREACH variable-expansions properly.
19764
19765 2003-03-13  Paul Eggert  <eggert@twinsun.com>
19766
19767         * doc/COPYING.DOC, fdl.texi: Sync with latest FSF version.
19768
19769 2003-03-09  Paul Eggert  <eggert@twinsun.com>
19770
19771         * lib/argmatch.c (EXIT_FAILURE): Define if the system doesn't.
19772         Reported by Bruce Becker; see:
19773         http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
19774
19775 2003-03-03  Paul Eggert  <eggert@twinsun.com>
19776             Bruno Haible  <bruno@clisp.org>
19777
19778         * lib/mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
19779         Reported by John Hughes, see
19780         http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
19781
19782 2003-02-20  Bruno Haible  <bruno@clisp.org>
19783
19784         * MODULES.html.sh (func_all_modules): Add poll.
19785
19786 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19787
19788         * modules/poll: New file.
19789
19790 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19791
19792         * lib/poll_.h: New file.
19793         * lib/poll.c: New file.
19794
19795 2003-02-19  Paolo Bonzini  <bonzini@gnu.org>
19796
19797         * m4/poll.m4: New file.
19798
19799 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19800
19801         * modules/mathl: New file.
19802
19803 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19804
19805         * lib/mathl.h: New file.
19806         * lib/acosl.c: New file.
19807         * lib/asinl.c: New file.
19808         * lib/atanl.c: New file.
19809         * lib/ceill.c: New file.
19810         * lib/cosl.c: New file.
19811         * lib/expl.c: New file.
19812         * lib/floorl.c: New file.
19813         * lib/frexpl.c: New file.
19814         * lib/ldexpl.c: New file.
19815         * lib/logl.c: New file.
19816         * lib/sincosl.c: New file.
19817         * lib/sinl.c: New file.
19818         * lib/sqrtl.c: New file.
19819         * lib/tanl.c: New file.
19820         * lib/trigl.c: New file.
19821         * lib/trigl.h: New file.
19822
19823 2003-02-18  Paolo Bonzini  <bonzini@gnu.org>
19824
19825         * m4/mathl.m4: New file.
19826
19827 2003-02-18  Bruno Haible  <bruno@clisp.org>
19828
19829         * MODULES.html.sh (func_all_modules): Add mathl.
19830
19831 2003-02-17  Bruno Haible  <bruno@clisp.org>
19832
19833         * modules/mkdtemp: New module.
19834         * MODULES.html.sh (func_all_modules): Add it.
19835
19836 2003-02-17  Bruno Haible  <bruno@clisp.org>
19837
19838         * m4/mkdtemp.m4: New file, from GNU gettext with modifications.
19839
19840 2003-02-17  Bruno Haible  <bruno@clisp.org>
19841
19842         * lib/mkdtemp.h: New file, from GNU gettext.
19843         * lib/mkdtemp.c: New file, from GNU gettext.
19844
19845 2003-02-02  Jim Meyering  <jim@meyering.net>
19846
19847         * m4/regex.m4 (jm_INCLUDED_REGEX): Detect broken re_search in
19848         e.g. glibc-2.2.93.
19849
19850 2003-01-31  Bruno Haible  <bruno@clisp.org>
19851
19852         * m4/rename.m4 (vb_FUNC_RENAME): Add a redirection from 'rename' to
19853         'rpl_rename'.
19854         * m4/strnlen.m4 (gl_FUNC_STRNLEN): Add a redirection from 'strnlen' to
19855         'rpl_strnlen'.
19856         * m4/strtod.m4 (gl_FUNC_STRTOD): Add a redirection from 'strtod' to
19857         'rpl_strtod'.
19858         * m4/utime.m4 (jm_FUNC_UTIME): Add a redirection from 'utime' to
19859         'rpl_utime'.
19860
19861 2003-01-31  Bruno Haible  <bruno@clisp.org>
19862
19863         * lib/rename.c: #undef rename before defining rpl_rename.
19864         * lib/strnlen.c: #undef strnlen, define rpl_strnlen instead of strnlen.
19865
19866 2003-01-30  Bruno Haible  <bruno@clisp.org>
19867
19868         * modules/vasnprintf, modules/vasprintf: New modules.
19869         * MODULES.html.sh (func_all_modules): Add them.
19870
19871 2003-01-30  Bruno Haible  <bruno@clisp.org>
19872
19873         * m4/signed.m4: New file, from GNU gettext.
19874         * m4/longdouble.m4: New file, from GNU gettext.
19875         * m4/wchar_t.m4: New file, from GNU gettext.
19876         * m4/wint_t.m4: New file, from GNU gettext.
19877         * m4/vasnprintf.m4: New file.
19878         * m4/vasprintf.m4: New file.
19879
19880 2003-01-30  Bruno Haible  <bruno@clisp.org>
19881
19882         * lib/printf-args.h: New file, from GNU gettext.
19883         * lib/printf-args.c: New file, from GNU gettext.
19884         * lib/printf-parse.h: New file, from GNU gettext.
19885         * lib/printf-parse.c: New file, from GNU gettext.
19886         * lib/vasnprintf.h: New file, from GNU gettext.
19887         * lib/vasnprintf.c: New file, from GNU gettext.
19888         * lib/asnprintf.c: New file, from GNU gettext.
19889         * lib/vasprintf.h: New file, from GNU gettext with modifications.
19890         * lib/vasprintf.c: New file, from GNU gettext.
19891         * lib/asprintf.c: New file, from GNU gettext.
19892
19893 2003-01-29  Bruno Haible  <bruno@clisp.org>
19894
19895         * modules/stpncpy: New module.
19896         * MODULES.html.sh (func_all_modules): Add it.
19897
19898 2003-01-29  Bruno Haible  <bruno@clisp.org>
19899
19900         * m4/stpncpy.m4: New file.
19901
19902 2003-01-29  Bruno Haible  <bruno@clisp.org>
19903
19904         * lib/stpncpy.h: New file, from GNU gettext with modifications.
19905         * lib/stpncpy.c: New file, from GNU gettext with modifications.
19906
19907 2003-01-28  Bruno Haible  <bruno@clisp.org>
19908
19909         * modules/c-ctype: New module.
19910         * MODULES.html.sh (func_all_modules): Add it.
19911
19912 2003-01-28  Bruno Haible  <bruno@clisp.org>
19913
19914         * lib/c-ctype.h: New file, from GNU gettext, with changes suggested by
19915         Paul Eggert.
19916         * lib/c-ctype.c: New file, from GNU gettext, with changes suggested by
19917         Paul Eggert.
19918
19919 2003-01-27  Bruno Haible  <bruno@clisp.org>
19920
19921         * modules/xsetenv: New module.
19922         * MODULES.html.sh (func_all_modules): Add it.
19923
19924 2003-01-27  Bruno Haible  <bruno@clisp.org>
19925
19926         * lib/xsetenv.h: New file, from GNU gettext.
19927         * lib/xsetenv.c: New file, from GNU gettext.
19928
19929 2003-01-23  Jim Meyering  <jim@meyering.net>
19930
19931         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Correct typo: s/-1/no/ that kept this
19932         from working on systems without dirfd (at least Irix and OSF1/Tru64).
19933
19934 2003-01-23  Bruno Haible  <bruno@clisp.org>
19935
19936         * modules/minmax: New module.
19937         * MODULES.html.sh (func_all_modules): Add it.
19938
19939 2003-01-23  Bruno Haible  <bruno@clisp.org>
19940
19941         * lib/minmax.h: New file, from GNU gettext, with comments from Paul
19942         Eggert.
19943
19944 2003-01-22  Bruno Haible  <bruno@clisp.org>
19945
19946         * modules/exit: New module.
19947         * MODULES.html.sh (func_all_modules): Add it.
19948
19949 2003-01-22  Bruno Haible  <bruno@clisp.org>
19950
19951         * lib/exit.h: New file, from GNU gettext.
19952
19953 2003-01-19  Bruno Haible  <bruno@clisp.org>
19954
19955         * gnulib-tool: Recognize option --extract-maintainer.
19956         (func_get_maintainer): New function.
19957         * modules/*: Add Maintainer entry.
19958
19959 2003-01-16  Jim Meyering  <jim@meyering.net>
19960
19961         * m4/regex.m4: The `regex' struct is both input and output.
19962         Initialize it before each use.  Patch by Tim Waugh.
19963
19964 2003-01-16  Bruno Haible  <bruno@clisp.org>
19965
19966         * MODULES.html.sh: Add a table of contents. Add the module name as
19967         leftmost column. Add hyperlinks.
19968
19969 2003-01-15  Bruno Haible  <bruno@clisp.org>
19970
19971         * m4/md5.m4 (gl_MD5): Require AC_C_INLINE.
19972
19973 2003-01-15  Bruno Haible  <bruno@clisp.org>
19974
19975         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): Also test the LL suffix.
19976         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Also test the ULL
19977         suffix.
19978
19979 2003-01-15  Bruno Haible  <bruno@clisp.org>
19980
19981         * m4/alloca.m4 (gl_FUNC_ALLOCA): Invoke AC_EGREP_CPP prerequisites.
19982
19983 2003-01-15  Bruno Haible  <bruno@clisp.org>
19984
19985         * lib/stpcpy.h (stpcpy): Use ANSI C function declarations.
19986         * lib/strcase.h (strcasecmp, strncasecmp): Likewise.
19987
19988 2003-01-14  Jim Meyering  <jim@meyering.net>
19989
19990         * lib/same.c (same_name): Tweak a comment.
19991
19992 2003-01-14  Bruno Haible  <bruno@clisp.org>
19993
19994         * lib/same.c (same_name): Reorder tests so as to avoid calling stat()
19995         when a string comparison is sufficient.
19996
19997 2003-01-14  Bruno Haible  <bruno@clisp.org>
19998
19999         * lib/readtokens.c (readtoken): Cast character to 'unsigned char', not
20000         'unsigned int'.
20001
20002 2003-01-14  Bruno Haible  <bruno@clisp.org>
20003
20004         * lib/hash-pjw.c: Add comment about low quality of this function.
20005
20006 2003-01-13  Bruno Haible  <bruno@clisp.org>
20007
20008         * modules/stpcpy: Distribute lib/stpcpy.h.
20009         * modules/setenv: Depend on alloca. Distribute lib/setenv.h.
20010
20011 2003-01-13  Bruno Haible  <bruno@clisp.org>
20012
20013         * modules/*: Add a description.
20014         * modules/strpbrk: Fix Makefile.am snippet.
20015         * modules/strtoimax: Fix dependencies.
20016         * modules/strtoumax: Likewise.
20017
20018 2003-01-13  Bruno Haible  <bruno@clisp.org>
20019
20020         * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
20021         * modules/alloca (Makefile.am): All object files depend on alloca.h.
20022         * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
20023
20024 2003-01-13  Bruno Haible  <bruno@clisp.org>
20025
20026         * gnulib-tool (func_create_testdir): Store config/* files in the main
20027         directory.
20028         * config.rpath: Move to ...
20029         * config/config.rpath: ... here.
20030         * modules/gettext: Contains config/config.rpath, not config.rpath.
20031         * modules/iconv: Likewise.
20032
20033 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20034
20035         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20036         to avoid collisions with libcurses and libreadline.
20037
20038         * m4/getstr.m4: Remove.
20039         * m4/getline.m4 (gl_PREREQ_GETLINE): Require AC_HEADER_STDC.
20040
20041 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20042
20043         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20044         to avoid collisions with libcurses and libreadline.
20045
20046         * lib/Makefile.am (libfetish_a_SOURCES): Remove getstr.c, getstr.h.
20047         * lib/getstr.h, getstr.c: Remove.
20048         * lib/getline.c: Include "getline.h", to check interface.
20049         Move body of old getstr.c here: this defines MIN_CHUNK and
20050         declares getdelim2, which is renamed from getstr.
20051         (getline, getdelim): Adjust to renaming of getstr -> getdelim2.
20052
20053         * lib/linebuffer.c (readlinebuffer): Renamed from readline.
20054         All uses changed.
20055         * lib/linebuffer.h: Likewise.
20056         (readline): Remove backward-compatibility macro.
20057
20058 2003-01-12  Paul Eggert  <eggert@twinsun.com>
20059
20060         Finish renaming getstr -> getdelim2 and readline -> readlinebuffer,
20061         to avoid collisions with libcurses and libreadline.
20062         * getstr: Remove.
20063         * MODULES.html.sh: Remove getstr.
20064         * modules/getline: Depend on unlocked-io, not getstr.
20065
20066 2003-01-12  Jim Meyering  <jim@meyering.net>
20067
20068         * lib/makepath.c: Don't test HAVE_ERRNO_H.  It's not necessary.
20069
20070 2003-01-10  Bruno Haible  <bruno@clisp.org>
20071
20072         * modules/alloca: Change Makefile.am requirements. Simplify Include
20073         requirements. Add lib/alloca_.h to file list.
20074
20075 2003-01-10  Bruno Haible  <bruno@clisp.org>
20076
20077         * m4/alloca.m4 (gl_FUNC_ALLOCA): Also define ALLOCA_H.
20078
20079 2003-01-10  Bruno Haible  <bruno@clisp.org>
20080
20081         * lib/alloca_.h: New file.
20082         * lib/getdate.y: Unconditionally include alloca.h.
20083         * lib/makepath.c: Likewise.
20084         * lib/setenv.c: Likewise.
20085         * lib/userspec.c: Likewise.
20086
20087 2003-01-09  Karl Berry  <karl@gnu.org>
20088
20089         * MODULES.html.sh: include `dirname $0` in PATH, to find
20090         gnulib-tool.
20091
20092 2003-01-09  Bruno Haible  <bruno@clisp.org>
20093
20094         * modules/stdbool: Change configure.ac, Makefile.am requirements.
20095         Simplify Include requirements. Add lib/stdbool.h.in to file list.
20096
20097 2003-01-09  Bruno Haible  <bruno@clisp.org>
20098
20099         * m4/stdbool.m4 (AM_STDBOOL_H): New macro.
20100
20101 2003-01-09  Bruno Haible  <bruno@clisp.org>
20102
20103         * lib/stdbool.h.in: New file.
20104
20105 2003-01-09  Bruno Haible  <bruno@clisp.org>
20106
20107         * gnulib-tool (func_all_modules): Ignore files ending in ~.
20108         * MODULES.html.sh: Likewise.
20109
20110 2003-01-08  Jim Meyering  <jim@meyering.net>
20111
20112         * lib/full-write.c: Undefine and define-away `const' after inclusion
20113         of errno.h, not before.  Suggestion from Bruno Haible.
20114
20115 2003-01-08  Bruno Haible  <bruno@clisp.org>
20116
20117         * modules/full-read: Depend on full-write.
20118
20119 2003-01-08  Bruno Haible  <bruno@clisp.org>
20120
20121         * lib/safe-read.c: Include specification header first, to ensure its
20122         selfcontainedness.
20123         * lib/full-write.c: Likewise.
20124
20125 2003-01-07  Jim Meyering  <jim@meyering.net>
20126
20127         * lib/full-write.c: Rework so that it may serve to define full_read,
20128         too.
20129         * lib/full-read.c: Simply #define FULL_READ and include full-write.c.
20130
20131 2003-01-07  Bruno Haible  <bruno@clisp.org>
20132
20133         * lib/strtoimax.c: Include <stdint.h> as an alternative to
20134         <inttypes.h>.
20135         * lib/xstrtol.h: Likewise.
20136         * lib/xstrtoimax.c: Likewise.
20137         * lib/xstrtoumax.c: Likewise.
20138         * lib/human.h: Likewise.
20139
20140         * lib/tempname.c: Include <inttypes.h> too. Avoids a compilation error
20141         on systems that have <inttypes.h> but not <stdint.h>.
20142
20143 2003-01-07  Bruno Haible  <bruno@clisp.org>
20144
20145         * MODULES.html.sh: Add copyright notice.
20146         (missed_files): Omit CVS directory entries.
20147         (func_module): Make it work with sed-3.02.
20148         * MODULES.txt: Remove file.
20149
20150 2003-01-06  Jim Meyering  <jim@meyering.net>
20151
20152         * lib/version-etc.c: Update year in translatable copyright string.
20153
20154 2003-01-03  Karl Berry  <karl@gnu.org>
20155
20156         * config/config.{guess,sub}: update from prep.
20157
20158 2003-01-02  Karl Berry  <karl@gnu.org>
20159
20160         * doc/COPYING.DOC: belatedly updated to 1.2.
20161
20162 2003-01-01  Karl Berry  <karl@gnu.org>
20163
20164         * gnulib-tool (func_verify_module): report module name $module in
20165         error message, not $1.
20166         * gnulib-tool (create-testdir): don't complain if destdir couldn't
20167         be created, only if it doesn't exist.
20168         * gnulib-tool (last_checkin_date): don't expand the $Date here.
20169
20170 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20171
20172         * m4/memcoll.m4 (gl_MEMCOLL): Require AC_FUNC_MEMCMP.
20173
20174 2002-12-31  Paul Eggert  <eggert@twinsun.com>
20175
20176         * lib/memcoll.c (memcoll): Fall back on a simple algorithm using
20177         memcmp if strcoll doesn't work.
20178
20179 2002-12-31  Bruno Haible  <bruno@clisp.org>
20180
20181         * lib/utime.c (utime_null): No need to call ftruncate if the file was
20182         nonempty.
20183
20184 2002-12-31  Bruno Haible  <bruno@clisp.org>
20185
20186         * lib/memcoll.c (STRCOLL): New macro.
20187         (memcoll): Use it.
20188
20189 2002-12-31  Bruno Haible  <bruno@clisp.org>
20190
20191         * lib/localcharset.h: New file.
20192         * lib/localcharset.c: Include it.
20193         * lib/unicodeio.c: Likewise.
20194
20195 2002-12-31  Bruno Haible  <bruno@clisp.org>
20196
20197         * lib/getstr.h (getstr): Define, to avoid clash with libcurses.
20198         * lib/linebuffer.h (readline): Define, to avoid clash with libreadline.
20199
20200 2002-12-31  Bruno Haible  <bruno@clisp.org>
20201
20202         * lib/getline.h: Include <stddef.h>, for size_t.
20203
20204         * lib/unicodeio.h: Include <stddef.h>, for size_t.
20205         * lib/unicodeio.c: Don't include <stddef.h>.
20206
20207 2002-12-31  Bruno Haible  <bruno@clisp.org>
20208
20209         * lib/getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not
20210         HAVE_TM_ZONE.
20211
20212 2002-12-24  Karl Berry  <karl@gnu.org>
20213
20214         * config/config.guess: update from prep.
20215
20216 2002-12-24  Bruno Haible  <bruno@clisp.org>
20217
20218         General infrasructure.
20219         * m4/README: Rewritten.
20220         * m4/onceonly.m4: New file.
20221         * m4/onceonly_2_57.m4: New file.
20222
20223         Module atexit.
20224         * m4/atexit.m4: New file.
20225
20226         Module strtod.
20227         * m4/strtod.m4: New file.
20228
20229         Module strtol.
20230         * m4/strtol.m4: New file.
20231
20232         Module strtoul.
20233         * m4/strtoul.m4: New file.
20234
20235         Module memchr.
20236         * m4/memchr.m4: New file.
20237
20238         Module memcmp.
20239         * m4/memcmp.m4 (gl_PREREQ_MEMCMP): New macro.
20240         (jm_FUNC_MEMCMP): Invoke it.
20241
20242         Module memcpy.
20243         * m4/memcpy.m4: New file.
20244
20245         Module memmove.
20246         * m4/memmove.m4: New file.
20247
20248         Module memset.
20249         * m4/memset.m4: New file.
20250
20251         Module strcspn.
20252         * m4/strcspn.m4: New file.
20253
20254         Module strpbrk.
20255         * m4/strpbrk.m4: New file.
20256
20257         Module strstr.
20258         * m4/strstr.m4: New file.
20259
20260         Module strerror.
20261         * m4/strerror.m4: New file.
20262
20263         Module mktime.
20264         * m4/mktime.m4: Renamed from jm-mktime.m4.
20265         (gl_PREREQ_MKTIME): New macro.
20266         (gl_FUNC_MKTIME): Renamed from jm_FUNC_MKTIME. Invoke gl_PREREQ_MKTIME.
20267
20268         Module malloc.
20269         * m4/malloc.m4 (gl_PREREQ_MALLOC): New macro.
20270         (jm_FUNC_MALLOC): Use AC_FUNC_MALLOC. Invoke gl_PREREQ_MALLOC.
20271         Don't define HAVE_DONE_WORKING_MALLOC_CHECK, since nothing uses it.
20272
20273         Module realloc.
20274         * m4/realloc.m4 (gl_PREREQ_REALLOC): New macro.
20275         (jm_FUNC_REALLOC): Use AC_FUNC_REALLOC. Invoke gl_PREREQ_REALLOC.
20276         Don't define HAVE_DONE_WORKING_REALLOC_CHECK, since nothing uses it.
20277
20278         Module strftime.
20279         * m4/tm_gmtoff.m4: New file, extracted from strftime.m4.
20280         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Use AC_FUNC_STRFTIME.
20281         Don't test for bcopy (we are not emacs). Invoke AC_TYPE_MBSTATE_T and
20282         gl_TM_GMTOFF.
20283         (_jm_STRFTIME_PREREQS, jm_FUNC_GNU_STRFTIME): Use onceonly macros.
20284
20285         Module xalloc.
20286         * m4/xalloc.m4: New file.
20287
20288         Module alloca.
20289         * m4/alloca.m4: New file.
20290
20291         Module putenv.
20292         * m4/putenv.m4 (gl_PREREQ_PUTENV): New macro.
20293         (jm_FUNC_PUTENV): Invoke it.
20294
20295         Module setenv.
20296         * m4/setenv.m4 (gt_FUNC_SETENV): New macro.
20297         (gt_CHECK_VAR_DECL): Fix quoting error that led to infinite loop in m4
20298         when invoked twice.
20299         (gt_PREREQ_SETENV, gt_PREREQ_UNSETENV): New macros, replacing old
20300         gt_FUNC_SETENV.
20301
20302         Module memrchr.
20303         * m4/memrchr.m4: New file.
20304
20305         Module stpcpy.
20306         * m4/stpcpy.m4: New file.
20307
20308         Module strcase.
20309         * m4/strcase.m4: New file.
20310
20311         Module strdup.
20312         * m4/strdup.m4: New file.
20313
20314         Module strnlen.
20315         * m4/strnlen.m4: New file.
20316
20317         Module strndup.
20318         * m4/strndup.m4: New file.
20319
20320         Module xstrtod.
20321         * m4/xstrtod.m4: New file.
20322
20323         Module xstrtol.
20324         * m4/xstrtol.m4: New file.
20325
20326         Module getdate.
20327         * m4/getdate.m4: New file.
20328
20329         Module unlocked-io.
20330         * m4/unlocked-io.m4: Renamed from jm-glibc-io.m4.
20331         (jm_FUNC_GLIBC_UNLOCKED_IO): Invoke AC_GNU_SOURCE. Use onceonly macros.
20332         * m4/jm-glibc-io.m4n: Remove file.
20333
20334         Module long-options.
20335         * m4/long-options.m4: New file.
20336
20337         Module md5.
20338         * m4/md5.m4: New file.
20339
20340         Module sha.
20341         * m4/sha.m4: New file.
20342
20343         Module getstr.
20344         * m4/getstr.m4: New file.
20345
20346         Module getline.
20347         * m4/getline.m4 (gl_PREREQ_GETLINE): New macro.
20348         (AM_FUNC_GETLINE): Invoke AC_GNU_SOURCE. Use <stdlib.h>, not
20349         <sys/types.h>, for size_t. Use the function name gnu_getline, not
20350         simply getline. Infoke gl_PREREQ_GETLINE.
20351
20352         Module obstack.
20353         * m4/obstack.m4: New file.
20354
20355         Module hash.
20356         * m4/hash.m4: New file.
20357
20358         Module readtokens.
20359         * m4/readtokens.m4: New file.
20360
20361         Module strverscmp.
20362         * m4/strverscmp.m4: New file.
20363
20364         Module stdbool.
20365         * m4/stdbool.m4 (AC_HEADER_STDBOOL): Add test for _Bool. Needed for
20366         OSF/1.
20367
20368         Module strtoll.
20369         * m4/strtoll.m4: New file.
20370
20371         Module strtoull.
20372         * m4/strtoull.m4: New file.
20373
20374         Module strtoimax.
20375         * m4/strtoimax.m4: New file.
20376
20377         Module strtoumax.
20378         * m4/strtoumax.m4: New file.
20379
20380         Module xstrtoimax.
20381         * m4/xstrtoimax.m4 (jm_XSTRTOIMAX): Renamed from
20382         jm_AC_PREREQ_XSTRTOIMAX.
20383         Moved the strtol prerequisites to strtol.m4.
20384         Moved the strtoll prerequisites to strtoll.m4.
20385         Moved the strtoimax prerequisites to strtoimax.m4.
20386
20387         Module xstrtoumax.
20388         * m4/xstrtoumax.m4 (jm_XSTRTOUMAX): Renamed from
20389         jm_AC_PREREQ_XSTRTOUMAX.
20390         Moved the strtoul prerequisites to strtoul.m4.
20391         Moved the strtoull prerequisites to strtoull.m4.
20392         Moved the strtoumax prerequisites to strtoumax.m4.
20393
20394         Module chown.
20395         * m4/chown.m4 (gl_PREREQ_CHOWN): New macro.
20396         (jm_FUNC_CHOWN): Use AC_FUNC_CHOWN. Invoke gl_PREREQ_CHOWN.
20397
20398         Module dup2.
20399         * m4/dup2.m4: New file.
20400
20401         Module ftruncate.
20402         * m4/ftruncate.m4 (gl_PREREQ_FTRUNCATE): New macro.
20403         (jm_FUNC_FTRUNCATE): Use AC_REPLACE_FUNCS. Invoke gl_PREREQ_FTRUNCATE.
20404
20405         Module getgroups.
20406         * m4/getgroups.m4 (gl_PREREQ_GETGROUPS): New macro.
20407         (jm_FUNC_GETGROUPS): Use AC_FUNC_GETGROUPS. Invoke gl_PREREQ_GETGROUPS.
20408
20409         Module gettimeofday.
20410         * m4/gettimeofday.m4 (gl_PREREQ_GETTIMEOFDAY): New macro.
20411         (AC_FUNC_GETTIMEOFDAY_CLOBBER): Use onceonly macros. Invoke
20412         gl_PREREQ_GETTIMEOFDAY.
20413
20414         Module mkdir.
20415         * m4/mkdir-slash.m4 (gl_PREREQ_MKDIR): New macro.
20416         (UTILS_FUNC_MKDIR_TRAILING_SLASH): Invoke gl_PREREQ_MKDIR.
20417
20418         Module mkstemp.
20419         * m4/mkstemp.m4 (gl_PREREQ_MKSTEMP): New macro.
20420         (jm_PREREQ_TEMPNAME): New macro, from prereq.m4. Also invoke
20421         jm_AC_TYPE_UINTMAX_T.
20422         (UTILS_FUNC_MKSTEMP): Invoke gl_PREREQ_MKSTEMP and jm_PREREQ_TEMPNAME.
20423
20424         Module stat.
20425         * m4/stat.m4 (gl_PREREQ_STAT): New macro.
20426         (jm_FUNC_STAT): Use AC_FUNC_STAT. Invoke gl_PREREQ_STAT.
20427
20428         Module lstat.
20429         * m4/lstat.m4 (gl_PREREQ_LSTAT): New macro.
20430         (jm_FUNC_LSTAT): Use AC_FUNC_LSTAT. Invoke gl_PREREQ_LSTAT.
20431
20432         Module timespec.
20433         * m4/timespec.m4 (gl_TIMESPEC): New macro.
20434         (jm_CHECK_TYPE_STRUCT_TIMESPEC): Add check for <sys/time.h>.
20435         * m4/st_mtim.m4: Indentation.
20436
20437         Module nanosleep.
20438         * m4/nanosleep.m4 (gl_PREREQ_NANOSLEEP): New macro.
20439         (jm_FUNC_NANOSLEEP): Add check for <sys/time.h>. Invoke
20440         gl_PREREQ_NANOSLEEP.
20441
20442         Module regex.
20443         * m4/regex.m4 (jm_PREREQ_REGEX): New macro.
20444         (jm_INCLUDED_REGEX): Invoke jm_PREREQ_REGEX.
20445         (gl_REGEX): New macro.
20446
20447         Module rename.
20448         * m4/rename.m4 (gl_PREREQ_RENAME): New macro.
20449         (vb_FUNC_RENAME): Invoke gl_PREREQ_RENAME.
20450
20451         Module rmdir.
20452         * m4/rmdir.m4: New file.
20453
20454         Module utime.
20455         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Use onceonly macros.
20456         * m4/utime.m4 (gl_PREREQ_UTIME): New macro.
20457         (jm_FUNC_UTIME): Invoke gl_PREREQ_UTIME.
20458
20459         Module dirname.
20460         * m4/dirname.m4: New file.
20461
20462         Module getopt.
20463         * m4/getopt.m4: New file.
20464
20465         Module unistd-safer.
20466         * m4/unistd-safer.m4: New file.
20467
20468         Module fnmatch.
20469         * m4/fnmatch.m4 (_AC_FUNC_FNMATCH_IF): Include <stdlib.h>, for exit()
20470         declaration.
20471         (gl_PREREQ_FNMATCH_EXTRA): New macro.
20472         (gl_FUNC_FNMATCH_POSIX): New macro.
20473         (gl_FUNC_FNMATCH_GNU): Renamed from AC_FUNC_FNMATCH_GNU. Invoke
20474         gl_PREREQ_FNMATCH_EXTRA. Use the function name gnu_fnmatch, not
20475         simply fnmatch.
20476
20477         Module exclude.
20478         * m4/exclude.m4: New file.
20479
20480         Module human.
20481         * m4/human.m4: New file.
20482
20483         Module acl.
20484         * m4/acl.m4: Nop.
20485
20486         Module backupfile.
20487         * m4/backupfile.m4: New file.
20488         * m4/d-ino.m4: Indentation.
20489
20490         Module fsusage.
20491         * m4/fsusage.m4 (gl_FSUSAGE): New macro.
20492         (jm_STATFS_TRUNCATES): New macro, from coreutils-4.5.4/configure.ac.
20493         (gl_PREREQ_FSUSAGE_EXTRA): New macro.
20494
20495         Module dirfd.
20496         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Invoke some AC_EGREP_CPP
20497         requirements.
20498
20499         Module euidaccess.
20500         * m4/euidaccess.m4: New file.
20501
20502         Module file-type.
20503         * m4/file-type.m4: New file.
20504
20505         Module fileblocks.
20506         * m4/fileblocks.m4: New file.
20507
20508         Module filemode.
20509         * m4/filemode.m4: New file.
20510
20511         Module isdir.
20512         * m4/isdir.m4: New file.
20513
20514         Module lchown.
20515         * m4/lchown.m4 (gl_PREREQ_LCHOWN): New macro.
20516         (jm_FUNC_LCHOWN): Invoke gl_PREREQ_LCHOWN.
20517
20518         Module makepath.
20519         * m4/makepath.m4: New file.
20520
20521         Module modechange.
20522         * m4/modechange.m4: New file.
20523
20524         Module mountlist.
20525         * m4/mountlist.m4: New file.
20526         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Use onceonly macros.
20527         Indentation.
20528
20529         Module path-concat.
20530         * m4/path-concat.m4: New file.
20531
20532         Module pathmax.
20533         * m4/pathmax.m4: New file.
20534
20535         Module same.
20536         * m4/same.m4: New file.
20537
20538         Module save-cwd.
20539         * m4/save-cwd.m4: New file.
20540
20541         Module savedir.
20542         * m4/savedir.m4: New file.
20543
20544         Module xgetcwd.
20545         * m4/xgetcwd.m4: New file.
20546         * m4/getcwd.m4 (AC_FUNC_GETCWD_NULL): Use onceonly macros.
20547
20548         Module xreadlink.
20549         * m4/xreadlink.m4: New file.
20550
20551         Module safe-read.
20552         * m4/safe-read.m4: New file.
20553
20554         Module safe-write.
20555         * m4/safe-write.m4: New file.
20556
20557         Module closeout.
20558         * m4/closeout.m4: New file.
20559
20560         Module stdio-safer.
20561         * m4/stdio-safer.m4: New file.
20562
20563         Module getpass.
20564         * m4/getpass.m4: New file.
20565
20566         Module getugroups.
20567         * m4/getugroups.m4: New file.
20568
20569         Module group-member.
20570         * m4/group-member.m4 (gl_PREREQ_GROUP_MEMBER): New macro.
20571         (jm_FUNC_GROUP_MEMBER): Invoke AC_GNU_SOURCE, gl_PREREQ_GROUP_MEMBER.
20572
20573         Module idcache.
20574         * m4/idcache.m4: New file.
20575
20576         Module userspec.
20577         * m4/userspec.m4: New file.
20578
20579         Module gettime.
20580         * m4/clock_time.m4: New file.
20581         * m4/gettime.m4: New file.
20582
20583         Module settime.
20584         * m4/settime.m4: New file.
20585
20586         Module posixtm.
20587         * m4/posixtm.m4: New file.
20588
20589         Module gethostname.
20590         * m4/gethostname.m4: New file.
20591
20592         Module canon-host.
20593         * m4/canon-host.m4: New file.
20594
20595         Module gettext.
20596         * m4/codeset.m4: New file, from gettext-0.11.5.
20597         * m4/gettext.m4: New file, from gettext-0.11.5.
20598         * m4/glibc21.m4: New file, from gettext-0.11.5.
20599         * m4/iconv.m4: New file, from gettext-0.11.5.
20600         * m4/intdiv0.m4: New file, from gettext-0.11.5.
20601         * m4/inttypes-pri.m4: New file, from gettext-0.11.5.
20602         * m4/inttypes.m4: New file, from gettext-0.11.5.
20603         * m4/inttypes_h.m4: New file, from gettext-0.11.5 with modifications.
20604         * m4/isc-posix.m4: New file, from gettext-0.11.5.
20605         * m4/lcmessage.m4: New file, from gettext-0.11.5.
20606         * m4/lib-ld.m4: New file, from gettext-0.11.5.
20607         * m4/lib-link.m4: New file, from gettext-0.11.5.
20608         * m4/lib-prefix.m4: New file, from gettext-0.11.5.
20609         * m4/progtest.m4: New file, from gettext-0.11.5.
20610         * m4/stdint_h.m4: New file, from gettext-0.11.5 with modifications.
20611         * m4/uintmax_t.m4: New file, from gettext-0.11.5 with modifications.
20612         * m4/ulonglong.m4: New file, from gettext-0.11.5 with modifications.
20613
20614         Module localcharset.
20615         * m4/localcharset.m4: New file.
20616
20617         Module hard-locale.
20618         * m4/hard-locale.m4: New file.
20619
20620         Module mbswidth.
20621         * m4/mbswidth.m4 (gl_MBSWIDTH): Renamed from jm_PREREQ_MBSWIDTH. Use
20622         onceonly macros.
20623         * m4/mbrtowc.m4: Add comment.
20624
20625         Module memcasecmp.
20626         * m4/memcasecmp.m4: New file.
20627
20628         Module memcoll.
20629         * m4/memcoll.m4: New file.
20630
20631         Module unicodeio.
20632         * m4/unicodeio.m4: New file.
20633
20634         Module rpmatch.
20635         * m4/rpmatch.m4: New file.
20636
20637         Module yesno.
20638         * m4/yesno.m4: New file.
20639
20640         Module exitfail.
20641         * m4/exitfail.m4: New file.
20642
20643         Module c-stack.
20644         * m4/c-stack.m4 (gl_C_STACK): New macro.
20645         (jm_PREREQ_C_STACK): Check for <sys/time.h>. Use onceonly macros.
20646
20647         Module error.
20648         * m4/error.m4 (gl_ERROR): New macro.
20649         (jm_PREREQ_ERROR): Use onceonly macros.
20650
20651         Module fatal.
20652         * m4/fatal.m4: New file.
20653
20654         Module getloadavg.
20655         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Use onceonly macros.
20656         (gl_FUNC_GETLOADAVG, gl_PREREQ_GETLOADAVG): New macros.
20657
20658         Module getpagesize.
20659         * m4/getpagesize.m4: New file.
20660
20661         Module getusershell.
20662         * m4/getusershell.m4: New file.
20663
20664         Module physmem.
20665         * m4/physmem.m4: New file.
20666
20667         Module posixver.
20668         * m4/posixver.m4: New file.
20669
20670         Module quotearg.
20671         * m4/quotearg.m4: New file.
20672
20673         Module quote.
20674         * m4/quote.m4: New file.
20675
20676         Module readutmp.
20677         * m4/readutmp.m4: New file, based on jm_PREREQ_READUTMP from prereq.m4.
20678
20679         Module sig2str.
20680         * m4/sig2str.m4: New file.
20681
20682         Other.
20683         * m4/longlong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Remove, moved to
20684         ulonglong.m4.
20685         * m4/intmax_t.m4: New file.
20686         * m4/d-type.m4: Indentation.
20687         * m4/jm-macros.m4: Update.
20688         * m4/prereq.m4 (jm_PREREQ): Update.
20689         (jm_PREREQ_ADDEXT): Remove, obsoleted by backupfile.m4.
20690         (jm_PREREQ_CANON_HOST): Remove, obsoleted by canon-host.m4.
20691         (jm_PREREQ_DIRNAME): Remove, obsoleted by dirname.m4.
20692         (jm_PREREQ_EXCLUDE): Remove, obsoleted by exclude.m4.
20693         (jm_PREREQ_GETPAGESIZE): Remove, obsoleted by getpagesize.m4.
20694         (jm_PREREQ_HARD_LOCALE): Remove, obsoleted by hard-locale.m4.
20695         (jm_PREREQ_HASH): Remove, obsoleted by hash.m4.
20696         (jm_PREREQ_HUMAN): Remove, obsoleted by human.m4.
20697         (jm_PREREQ_MEMCHR): Remove, obsoleted by memchr.m4.
20698         (jm_PREREQ_PHYSMEM): Remove, obsoleted by physmem.m4.
20699         (jm_PREREQ_POSIXVER): Remove, obsoleted by posixver.m4.
20700         (jm_PREREQ_QUOTEARG): Remove, obsoleted by quotearg.m4.
20701         (jm_PREREQ_READUTMP): Remove, obsoleted by readutmp.m4.
20702         (jm_PREREQ_REGEX): Remove, obsoleted by regex.m4.
20703         (jm_PREREQ_STRNLEN): Remove, obsoleted by strnlen.m4.
20704         (jm_PREREQ_TEMPNAME): Remove, obsoleted by mkstemp.m4.
20705         (jm_PREREQ_XGETCWD): Remove, obsoleted by xgetcwd.m4.
20706         (jm_PREREQ_XREADLINK): Remove, obsoleted by xreadlink.m4.
20707         * m4/readdir.m4 (jm_FUNC_READDIR): Use onceonly macros.
20708
20709 2002-12-24  Bruno Haible  <bruno@clisp.org>
20710
20711         * MODULES.txt: Update according to m4/ changes.
20712
20713         Module gettext.
20714         * config.rpath: New file, from gettext-0.11.5.
20715
20716         * modules/*: New module descriptions.
20717         * gnulib-tool: New file.
20718         * MODULES.html.sh: New file.
20719
20720 2002-12-21  Karl Berry  <karl@gnu.org>
20721
20722         * doc/fdl.texi: update to version 1.2.
20723
20724 2002-12-19  Karl Berry  <karl@gnu.org>
20725
20726         * config/config.guess: update from prep.
20727
20728 2002-12-18  Bruno Haible  <bruno@clisp.org>
20729
20730         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't test for localtime_r.
20731         * m4/jm-mktime.m4 (jm_FUNC_MKTIME): Likewise.
20732
20733 2002-12-17  Bruno Haible  <bruno@clisp.org>
20734
20735         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Remove checks for limits.h,
20736         stdlib.h, string.h.
20737
20738 2002-12-17  Bruno Haible  <bruno@clisp.org>
20739
20740         * lib/canon-host.c (strdup): Remove unused declaration.
20741
20742         * lib/fsusage.c: Include full_read.h.
20743         (get_fs_usage): Use full_read instead of safe_read.
20744
20745         * lib/utime.c (utime_null): Use SAFE_READ_ERROR.
20746
20747 2002-12-12  Karl Berry  <karl@gnu.org>
20748
20749         * config/config.guess: update from prep.
20750
20751 2002-12-11  Bruno Haible  <bruno@clisp.org>
20752
20753         * m4/setenv.m4: New file, from gettext-0.11.5.
20754
20755 2002-12-11  Bruno Haible  <bruno@clisp.org>
20756
20757         * lib/setenv.h: Rewritten to cope with systems that have setenv() but
20758         not unsetenv().
20759         * lib/setenv.c, unsetenv.c: Taken from glibc-2.2.4 with the following
20760         modifications:
20761
20762         2002-12-11  Bruno Haible  <bruno@clisp.org>
20763
20764                 * setenv.c (alloca): Fall back to malloc.
20765                 (freea): New macro.
20766                 (setenv): Use freea() to free memory allocated with alloca().
20767
20768         2002-11-13  Bruno Haible  <bruno@clisp.org>
20769
20770                 * setenv.c (compar_fn_t, __add_to_environ, setenv): Use ANSI C
20771                 function declarations.
20772                 * unsetenv.c (unsetenv): Likewise.
20773
20774         2002-03-04  Bruno Haible  <bruno@clisp.org>
20775
20776                 Portability to AIX 4.3.3.
20777                 * unsetenv.c: New file, extracted from setenv.c.
20778                 * setenv.c: Move the unsetenv() function to unsetenv.c.
20779
20780         2001-12-20  Bruno Haible  <bruno@clisp.org>
20781
20782                 * setenv.c (__add_to_environ): Don't call realloc(NULL,...),
20783                 use malloc instead. For SunOS 4.
20784
20785         2001-12-11  Bruno Haible  <bruno@clisp.org>
20786
20787                 * setenv.c: Declare alloca.
20788                 (compar_fn_t): New typedef.
20789                 (KNOWN_VALUE, STORE_VALUE): Use it.
20790
20791         * lib/Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
20792         setenv.h.
20793
20794 2002-12-10  Paul Eggert  <eggert@twinsun.com>
20795
20796         Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
20797         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS):
20798         Choose values that are less likely to collide with system fnmatch
20799         options.
20800         * lib/exclude.c (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not
20801         defined (e.g., a pure POSIX system).
20802         (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME
20803         instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
20804
20805 2002-12-06  Paul Eggert  <eggert@twinsun.com>
20806
20807         Undo the 2001-07-02 change for jm-glibc-io, as it was too much of
20808         a pain in practice to deal with generated m4 files.  This change
20809         goes together with the 2002-12-04 unlocked-io.h change in ../lib.
20810
20811         * m4/Makefile.am.in (Makefile.am): Don't mention jm-glibc-io.m4n
20812         and jm-glibc-io.m4, as they are no longer a special case.
20813         * m4/jm-glibc-io.m4: Rename from jm-glibc-io.m4n, and remove the
20814         kludge and the auto-generation stuff.  Check only whether the
20815         functions are declared, not whether they exist, since older hosts
20816         that don't declare the functions can't use the optimization anyway.
20817
20818 2002-12-06  Jim Meyering  <jim@meyering.net>
20819
20820         * lib/error.c: Be consistent: change `#ifndef _LIBC' to `#if !_LIBC'.
20821
20822         Merge in changes from libc's misc/error.c, in preparation
20823         for the merge of gnulib's changes back into libc.
20824
20825         * lib/error.c (_): Define only if not already defined.
20826         Move definition to follow all #include directives.
20827         Include unlocked-io.h only if !_LIBC.
20828         [_LIBC]: Include <libio/libioP.h>.
20829         [USE_IN_LIBIO]: Include <libio/iolibio.h>
20830         (fflush): Tweak definition to use INTUSE.
20831         (putc): Define.
20832
20833 2002-12-05  Paul Eggert  <eggert@twinsun.com>
20834
20835         * lib/alloca.c [defined emacs]: Include "lisp.h".
20836         (xalloc_die) [defined emacs]: New macro.
20837         (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE.
20838         [! defined emacs]: Include <xalloc.h>.
20839         (POINTER_TYPE) [!defined POINTER_TYPE]: New macro.
20840         (pointer): Typedef to POINTER_TYPE *.
20841         (malloc): Remove decl; we now always use xmalloc.
20842         (alloca): Use old-style definition, since Emacs needs this.
20843         Check for arithmetic overflow when computing combined size.
20844
20845 2002-12-04  Paul Eggert  <eggert@twinsun.com>
20846
20847         Do not generate unlocked-io.h automatically, since it's easier to
20848         maintain it by hand.
20849
20850         * lib/unlocked-io.h: New file, from GNU diffutils,
20851         but with proper copyright notice and attribution.
20852         * lib/gen-uio: Remove.
20853         * lib/Makefile.am: Add copyright notice.
20854         (libfetish_a_SOURCES): Add unlocked-io.h.
20855         (BUILT_SOURCES, all-local): Remove unlocked-io.h.
20856         (DISTCLEANFILES, io_functions): Remove macros.
20857         (EXTRA_DIST): Remove gen_uio.
20858         (unlocked-io.h): Remove rule.
20859
20860 2002-12-04  Jim Meyering  <jim@meyering.net>
20861
20862         Reflect the fact that stat.c and lstat.c are no longer generated.
20863         * lib/Makefile.am (BUILT_SOURCES): Remove stat.c and lstat.c.
20864         (DISTCLEANFILES): Likewise.
20865         (EXTRA_DIST): Likewise.
20866         (all_local): Don't depend on stat.c or lstat.c.
20867         (stat.c, lstat.c): Remove rules.
20868         (EXTRA_DIST): Remove xstat.in.
20869
20870         * lib/xstat.in: Remove file.  Contents moved into stat.c.
20871         * lib/stat.c: New file.  Contents mostly from xstat.in.
20872         * lib/stat.c: Rework so that it may serve to define rpl_lstat, too.
20873         * lib/lstat.c: New file. Simply #define LSTAT and include stat.c.
20874
20875         * lib/safe-read.c: Rework so that it may serve to define safe_write,
20876         too.
20877         * lib/safe-write.c: Simply #define SAFE_WRITE and include safe-read.c.
20878
20879 2002-12-03  Jim Meyering  <jim@meyering.net>
20880
20881         * lib/safe-read.c, safe-write.c: Change variable names and comments,
20882         but not semantics, to minimize the differences between these two files.
20883         (safe_read): Change comment to mention SAFE_READ_ERROR.
20884
20885         * lib/safe-read.c (IS_EINTR): Define.
20886         (safe_read): Use IS_EINTR in place of in-function cpp directives.
20887
20888 2002-12-02  Jim Meyering  <jim@meyering.net>
20889
20890         * lib/safe-read.c (EINTR): Define.
20891         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
20892         (INT_MAX): Provide fallback.
20893         (safe_read): Rewrite to iterate IFF the read fails with EINTR.
20894
20895         * lib/safe-read.h (SAFE_READ_ERROR): Define.
20896
20897 2002-12-02  Bruno Haible  <bruno@clisp.org>
20898
20899         * lib/safe-write.c (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM):
20900         Define, taken from safe-read.c.
20901         (INT_MAX): Provide fallback.
20902         (safe_write): Rewrite to iterate IFF the write fails with EINTR.
20903         * lib/safe-write.h (SAFE_WRITE_ERROR): Define.
20904
20905         * lib/safe-read.c (EINTR): Remove definition.
20906         (safe_read): Don't use EINTR if it is absent.
20907
20908 2002-12-01  Jim Meyering  <jim@meyering.net>
20909
20910         * lib/safe-read.c: (safe_read): Also exit the loop when read returns
20911         zero.
20912         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM, INT_MAX): Define.
20913
20914 2002-11-27  Paul Eggert  <eggert@twinsun.com>
20915
20916         * lib/hash.c (hash_lookup, hash_get_first, hash_get_next,
20917         hash_find_entry, hash_rehash): Replace `if (limit <= value) abort ();'
20918         with `if (! (value < limit)) abort ();', for readability.
20919
20920 2002-11-26  Karl Berry  <karl@gnu.org>
20921
20922         * lib/strdup.c: copy from libc again, with jim's ok.
20923         * lib/.cppi-disable: re-add strdup.c
20924
20925 2002-11-25  Karl Berry  <karl@gnu.org>
20926
20927         * lib/strtoll.c: copy from libc, meaning we now #include <strtol.c>
20928         instead of "strtol.c".
20929
20930 2002-11-25  Karl Berry  <karl@gnu.org>
20931
20932         * config/install-sh: update from automake for variable quoting, $0 in
20933         error msgs, etc.
20934
20935         * config/srclist.txt ($LIBCSRC/time/mktime.c lib gpl): new entry.
20936         * config/srclist.txt ($LIBCSRC/sysdeps/generic/strtoll.c lib gpl): new
20937         entry.
20938
20939 2002-11-25  Jim Meyering  <jim@meyering.net>
20940
20941         * lib/mktime.c: Sync from libc, now that it has the latest fix.
20942
20943 2002-11-24  Karl Berry  <karl@gnu.org>
20944
20945         * lib/error.c, getopt.c, getopt.h, getopt1.c, obstack.c, regex.c,
20946         regex.h, strdup.c, strtoll.c, tempname.c: change license to gpl.
20947
20948 2002-11-24  Jim Meyering  <jim@meyering.net>
20949
20950         Update from coreutils:
20951
20952         * lib/mktime.c: Merge in changes from libc.
20953
20954         Avoid a link-time failure on some Linux systems.
20955         * lib/mktime.c (STATIC): Define to be empty (_LIBC) or `static'
20956         (otherwise).
20957         (__mon_yday): Declare with the STATIC attribute.
20958         (__mktime_internal): Likewise.
20959         Based on a report from Greg Schafer.
20960
20961 2002-11-23  Jim Meyering  <jim@meyering.net>
20962
20963         * lib/sig2str.c (str2signum, sig2str): Avoid a warning from gcc:
20964         Use `unsigned', not `int', as type of index.
20965
20966         * lib/xstat.in [@BEGIN_LSTAT_ONLY@]: Include <string.h>.
20967
20968         * lib/fsusage.c: Remove unneeded parentheses around operands of
20969         `defined'.
20970
20971 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20972
20973         * lib/quotearg.h: Allow multiple inclusion by surrounding with
20974         "#ifndef QUOTEARG_H_".  Include <stddef.h>, for size_t,
20975         so that we can be included first.
20976         (PARAMS): Remove; we now assume C89 or later.  All uses removed.
20977         * lib/quotearg.c: Include quotearg.h immediately after config.h.
20978         No need to include stddef.h or sys/types.h any more.
20979         Surround local include files with "", not "<>".
20980         Assume HAVE_LIMITS_H unconditionally, as we assume C89.
20981         Similarly, assume HAVE_C_BACKSLASH_A, CHAR_BIT, UCHAR_MAX, UINT_MAX,
20982         HAVE_STDLIB_H, HAVE_STRING_H, STDC_HEADERS.
20983         (HAVE_MBSINIT): Undef if !HAVE_MBRTOWC.
20984         (mbsinit): Define to 1 if !defined mbsinit && !HAVE_MBSINIT.
20985         (ISPRINT): Remove; no longer needed now that we assume C89.
20986
20987         (clone_quoting_options, quotearg_buffer, quotearg_n_options):
20988         Preserve errno.
20989
20990         (quotearg_buffer_restyled, quotearg_n, quotearg_n_style,
20991         quotearg_char): Use SIZE_MAX rather than
20992         (size_t) -1 when we are talking about "infinity".
20993
20994         (quotearg_buffer_restyled): Fix bug when quoting trigraphs.
20995
20996 2002-11-22  Paul Eggert  <eggert@twinsun.com>
20997
20998         * lib/hash.c: Avoid use of <assert.h>, as the GNU Coding Standards
20999         hint that one should use `if (! x) abort ();' rather than `assert
21000         (x);', and anyway it's one less thing to worry about configuring.
21001         (hash_lookup, hash_get_first, hash_get_next, hash_find_entry,
21002         hash_rehash, hash_insert): Use abort rather than assert.
21003
21004 2002-11-22  Bruno Haible  <bruno@clisp.org>
21005
21006         * lib/safe-read.h: Assume C89. Add comments.
21007         (safe_read): Change return type to size_t.
21008         * lib/safe-read.c (safe_read): Change return type to size_t. Handle
21009         byte counts > SSIZE_MAX correctly.
21010         * lib/safe-write.h: New file.
21011         * lib/safe-write.c: New file.
21012         * lib/full-read.h: New file.
21013         * lib/full-read.c: New file.
21014         * lib/full-write.h: Assume C89. Add comments.
21015         * lib/full-write.c: Include safe-write.h.
21016         (full_write): Rewritten to use safe_write.
21017         Suggested by Jim Meyering and Paul Eggert.
21018
21019 2002-11-21  Jim Meyering  <jim@meyering.net>
21020
21021         * lib/strdup.c (strdup): Tweak comment and initial #if/#include.
21022
21023         Merge in changes from the coreutils.
21024
21025         2002-09-25  Paul Eggert  <eggert@twinsun.com>
21026         * lib/fsusage.c [! HAVE_INTTYPES_H && HAVE_STDINT_H] Include
21027         <stdint.h>.
21028         (UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
21029         (PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
21030         int.  Work more efficiently if X is the same width as uintmax_t.
21031         Do not compare X to -1, to avoid bogus compiler warning.
21032         (get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
21033         Don't assume that f_frsize and f_bsize are the same type.
21034
21035         * lib/mountlist.c: #undef MNT_IGNORE before defining it, to avoid
21036         warning on FreeBSD.
21037
21038         * lib/makepath.c (make_path): Restore umask *before* creating the final
21039         component.
21040         (make_path): Minor reformatting.
21041
21042         * lib/xmalloc.c: Adjust to work with new autoconf macros,
21043         AC_FUNC_MALLOC and AC_FUNC_REALLOC: test #ifndef
21044         HAVE_MALLOC/HAVE_REALLOC.
21045
21046         * lib/mountlist.h (ME_DUMMY): Don't count entries of type `auto' as
21047         dummy ones.  At least on GNU/Linux systems, `auto' means something
21048         else.
21049         From Michael Stone.
21050
21051 2002-11-21  Bruno Haible  <bruno@clisp.org>
21052
21053         Remove case insensitive option matching.
21054         * lib/argmatch.h (argcasematch): Remove declaration.
21055         (ARGCASEMATCH): Remove macro.
21056         (__xargmatch_internal): Remove case_sensitive argument.
21057         (XARGMATCH): Update.
21058         (XARGCASEMATCH): Remove macro.
21059         * lib/argmatch.c (argmatch): Renamed from __argmatch_internal. Remove
21060         case_sensitive argument.
21061         (argcasematch): Remove function.
21062         (__xargmatch_internal): Remove case_sensitive argument.
21063         (main): Use XARGMATCH instead of XARGCASEMATCH.
21064
21065         * lib/xmalloc.c: Change compile-time error message. Add comment about
21066         required autoconf version.
21067
21068 2002-11-20  Paul Eggert  <eggert@twinsun.com>
21069
21070         Merge argmatch cleanups from Bison.  Assume C89.
21071
21072         * lib/argmatch.c: Include config.h here, not in argmatch.h.
21073         Include stdlib.h, for EXIT_FAILURE.
21074         Always include <string.h>, since we assume C89.
21075         (EXIT_FAILURE): Remove pre-C89 bug workaround.
21076         * lib/argmatch.h: Do not include <config.h> or <sys/types.h>.
21077         Include <stddef.h> instead, since it's all we need for size_t.
21078         (PARAMS): Remove.  All uses removed.
21079         (ARRAY_CARDINALITY): Do not bother to #undef.
21080         (ARRAY_CARDINALITY, ARGMATCH, ARGCASEMATCH, invalid_arg,
21081         ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21082         Remove unnecessary parentheses.
21083         (ARGMATCH_VALID, XARGMATCH, XARGCASEMATCH):
21084         Insert necessary parentheses.
21085         (ARGMATCH_CONSTRAINT, ARGMATCH_VERIFY): New macros.
21086         (ARGMATCH_ASSERT): Use ARGMATCH_CONSTRAINT.
21087
21088 2002-11-19  Bruno Haible  <bruno@clisp.org>
21089
21090         * lib/mbswidth.c: Include mbswidth.h right at the beginning.
21091         * lib/mbswidth.h: Include <stddef.h>, for size_t.
21092
21093         * lib/mbswidth.h (PARAMS): Remove macro.
21094         (mbswidth, mbsnwidth): Use ANSI C function declarations.
21095         * lib/mbswidth.c (mbswidth, mbsnwidth): Likewise.
21096
21097         * lib/gcd.h (PARAMS): Remove macro.
21098         (gcd): Use ANSI C function declarations.
21099         * lib/gcd.c (gcd): Likewise.
21100
21101 2002-11-15  Bruno Haible  <bruno@clisp.org>
21102
21103         * lib/strcspn.c: Include <stddef.h>.
21104         (strcspn): Use ANSI C function declaration. Change return type to
21105         size_t. Use NULL.
21106         * lib/strpbrk.c: Minimize diffs to glibc. Include <stddef.h>.
21107         (strpbrk): Use NULL.
21108         * lib/strpbrk.h (PARAMS): Remove macro.
21109         (strpbrk): Use ANSI C function declaration.
21110         * lib/strstr.c: Don't include <sys/types.h>.
21111         * lib/strstr.h (PARAMS): Remove macro.
21112         (strstr): Use ANSI C function declarations.
21113
21114 2002-11-14  Karl Berry  <karl@gnu.org>
21115
21116         * config/mkinstalldirs: `do' on separate line, instead of
21117         `for var; do'.
21118
21119 2002-11-06  Bruno Haible  <bruno@clisp.org>
21120
21121         * lib/gcd.h (gcd): Change argument type to 'unsigned long'.
21122         * lib/gcd.c (gcd): Likewise.
21123
21124 2002-11-05  Bruno Haible  <bruno@clisp.org>
21125
21126         * lib/gcd.h: New file, from gettext-0.11.5.
21127         * lib/gcd.c: New file, from gettext-0.11.5.
21128
21129 2002-11-05  Bruno Haible  <bruno@clisp.org>
21130
21131         * lib/error.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21132         * lib/getopt.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21133         * lib/obstack.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21134         * lib/regex.c [!_LIBC]: Include gettext.h instead of <libintl.h>.
21135
21136         * lib/argmatch.c: Include gettext.h instead of <locale.h> and
21137         <libintl.h>.
21138         * lib/makepath.c: Include gettext.h instead of <locale.h> and
21139         <libintl.h>.
21140
21141         * lib/closeout.c: Include gettext.h instead of <libintl.h>.
21142         * lib/human.c: Include gettext.h instead of <libintl.h>.
21143         * lib/quotearg.c: Include gettext.h instead of <libintl.h>.
21144         * lib/rpmatch.c: Include gettext.h instead of <libintl.h>.
21145         * lib/unicodeio.c: Include gettext.h instead of <libintl.h>.
21146         * lib/userspec.c: Include gettext.h instead of <libintl.h>.
21147         * lib/version-etc.c: Include gettext.h instead of <libintl.h>.
21148         * lib/xmalloc.c: Include gettext.h instead of <libintl.h>.
21149         (textdomain): Remove definition.
21150         * lib/xmemcoll.c: Include gettext.h instead of <libintl.h>.
21151
21152         * lib/long-options.c: Remove include of <libintl.h> and definition of
21153         _.
21154         * lib/same.c: Remove include of <libintl.h> and definition of _.
21155
21156 2002-11-04  Owen Taylor  <otaylor@redhat.com>
21157
21158         * lib/config.charset: A few additions for Solaris.
21159
21160 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21161
21162         Make it possible to build libcharset with CC=gcc CFLAGS="-x c++".
21163         * lib/localcharset.c (locale_charset): Declare as extern "C".
21164
21165 2002-11-04  Bruno Haible  <haible@clisp.cons.org>
21166
21167         * lib/config.charset: msdos in uk_UA uses CP1125.
21168
21169 2002-11-04  Bruno Haible  <bruno@clisp.org>
21170
21171         * lib/stpcpy.h: New file, from GNU gettext-0.11.5.
21172         * lib/strcase.h: New file, from GNU gettext-0.11.5.
21173         * lib/strpbrk.h: New file, from GNU gettext-0.11.5.
21174         * lib/strstr.h: New file, from GNU gettext-0.11.5.
21175         * lib/xgetcwd.h: New file, from GNU gettext-0.11.5.
21176
21177 2002-11-04  Bruno Haible  <bruno@clisp.org>
21178
21179         * lib/localcharset.c (locale_charset): Don't return an empty string.
21180
21181 2002-11-04  Bruno Haible  <bruno@clisp.org>
21182
21183         * lib/localcharset.c (get_charset_aliases): Add more Windows specific
21184         aliases.
21185
21186 2002-11-04  Bruno Haible  <bruno@clisp.org>
21187
21188         * lib/config.charset: Update for newest glibc. Add canonical names
21189         ISO-8859-14, KOI8-T, TCVN5712-1, GEORGIAN-PS.
21190
21191 2002-11-04  Bruno Haible  <bruno@clisp.org>
21192
21193         * lib/config.charset: Add support for NetBSD.
21194
21195 2002-11-04  Bruno Haible  <bruno@clisp.org>
21196
21197         * lib/config.charset [msdosdjgpp]: For Russian, use CP866.
21198
21199 2002-11-01  Bruno Haible  <bruno@clisp.org>
21200
21201         * configure.in: Add AC_CONFIG_AUX_DIR call.
21202         (AC_OUTPUT): Add m4/Makefile, lib/Makefile. Remove doc/Makefile,
21203         test/Makefile.
21204         * Makefile.in (subdirs): Add m4, lib. Remove doc, test.
21205
21206 2002-09-28  Karl Berry  <karl@gnu.org>
21207
21208         * config/srclist.txt: can't copy install-sh/mkinstalldirs from
21209         installed automake until the next release, since changes have been
21210         made.
21211
21212 2002-09-25  Karl Berry  <karl@gnu.org>
21213
21214         * lib/strdup.c: copy from libc/string (via ../config/srclist*).
21215         * lib/getopt*: copy from libc/posix.
21216         * lib/gettext.h: copy from gettext.
21217         * lib/.cppi-disable: add strdup.c, gettext.h.
21218
21219 2002-09-25  Karl Berry  <karl@gnu.org>
21220
21221         * config/srclist.txt: enable gettext.h check.
21222         * config/config.{guess,sub}: update from prep.
21223         * config/depcomp, install-sh, mdate-sh, missing, mkinstalldirs: update
21224                 from automake 1.6.3.
21225         See srclist*.
21226
21227 2002-08-23  Stefan Monnier  <monnier@cs.yale.edu>
21228
21229         * regex.c (PATFETCH): Remove the translating fetch.
21230         (PATFETCH_RAW): Rename to PATFETCH.
21231         (set_image_of_range): New fun.
21232         (SET_RANGE_TABLE_WORK_AREA): Use it.
21233         (regex_compile): Don't translate the pattern chars so eagerly.
21234         Only do it when inserting an `exactn' bytecode or when handling
21235         a char-range.
21236         (mutually_exclusive_p): Avoid empty statement.
21237
21238 2002-07-06  Jim Meyering  <meyering@lucent.com>
21239
21240         * m4/README: Don't mention Makefile.am.in.
21241         Outline how I've tested changes to .m4 files.  Yep, it's a pain.
21242
21243 2002-07-01  Jim Meyering  <meyering@lucent.com>
21244
21245         * lib/c-stack.c: Include sys/time.h.
21246         From Volker Borchert.
21247
21248 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21249
21250         * m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for btowc.
21251
21252 2002-06-26  Paul Eggert  <eggert@twinsun.com>
21253
21254         * lib/fnmatch.c, fnmatch_loop.c (WIDE_CHAR_SUPPORT):
21255         New macro.  Use it uniformly instead of
21256         (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
21257         It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
21258         reported by Vin Shelton.
21259
21260 2002-06-22  Paul Eggert  <eggert@twinsun.com>
21261
21262         * lib/c-stack.h (segv_handler, c_stack_action) [! defined SA_SIGINFO]:
21263         Do not assume SA_SIGINFO behavior.
21264         Bug reported by Jim Meyering on NetBSD 1.5.2.
21265
21266 2002-06-22  Jim Meyering  <meyering@lucent.com>
21267
21268         * m4/c-stack.m4: New file, from diffutils-2.8.2.
21269         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_C_STACK.
21270
21271         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Don't require AC__GNU_SOURCE,
21272         now that configure.ac uses AC_GNU_SOURCE.
21273         (jm_MACROS): Rename: jm_FUNC_FNMATCH to AC_FUNC_FNMATCH_GNU.
21274         * m4/prereq.m4 (jm_PREREQ_EXCLUDE): Likewise, wrt jm_FUNC_FNMATCH.
21275
21276         Update to latest tools.  Suggestions from Paul Eggert.
21277         * m4/stdbool.m4: New file, from diffutils-2.8.2.
21278         * m4/gnu-source.m4: Update from diffutils-2.8.2.
21279         * m4/fnmatch.m4: Likewise.
21280         * m4/prereq.m4: Change each use of AC_CHECK_HEADERS(stdbool.h)
21281         to AC_HEADER_STDBOOL
21282
21283 2002-06-22  Jim Meyering  <meyering@lucent.com>
21284
21285         * lib/fnmatch.c (ISASCII, ISPRINT): Undefine, to avoid warning about
21286         redefinition due to Solaris 2.6's definition in /usr/include/sys/euc.h.
21287
21288 2002-06-22  Jim Meyering  <meyering@lucent.com>
21289
21290         * lib/c-stack.c, lib/c-stack.h: New files, from diffutils-2.8.2.
21291
21292         * lib/exitfail.c, exitfail.h: Likewise.
21293         * lib/Makefile.am (libfetish_a_SOURCES): Add exitfail.c and exitfail.h.
21294
21295         * lib/Makefile.am (libfetish_a_SOURCES): Add fnmatch_.h in place
21296         of fnmatch.h.
21297         (EXTRA_DIST): Add fnmatch_loop.c.
21298         (libfetish_a_SOURCES): Add c-stack.c and c-stack.h.
21299
21300         * lib/fnmatch_loop.c: New file, from diffutils-2.8.2.
21301         * lib/fnmatch.c: Update from diffutils-2.8.2.
21302         * lib/fnmatch_.h: New file.  From diffutils-2.8.2.
21303         * lib/fnmatch.h: Remove file.
21304
21305 2002-06-21  Jim Meyering  <meyering@lucent.com>
21306
21307         * m4/c-bs-a.m4: Add comment, from diffutils-2.8.2.
21308         * m4/mbrtowc.m4: Likewise.
21309
21310         * m4/mbstate_t.m4: Update from diffutils-2.8.2.
21311         * m4/mbswidth.m4: Reflect name change:
21312         s/AC_MBSTATE_T/AC_TYPE_MBSTATE_T.
21313         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
21314
21315         * m4/lib-link.m4: Update from gettext-0.11.2.
21316         * m4/gettext.m4: Likewise.
21317
21318         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for hurd.h.
21319         From Alfred M. Szmidt.
21320
21321 2002-06-18  Paul Eggert  <eggert@twinsun.com>
21322
21323         * lib/file-type.h: Report an error if neither S_ISREG nor
21324         S_IFREG is defined, instead of using a test specific to glibc
21325         2.2.  This should be safe, since POSIX requires S_ISREG and
21326         Unix Version 7 had S_IFREG.  We don't need to check for
21327         <sys/types.h> since we don't use any symbols that it defines.
21328
21329 2002-06-15  Richard Dawe  <richdawe@bigfoot.com>
21330
21331         * lib/Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than
21332         $@-t, so that each temporary file name is unique and valid in the first
21333         8 characters, for operation under DOS.
21334
21335 2002-06-15  Paul Eggert  <eggert@twinsun.com>
21336
21337         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Check for st_author.
21338
21339 2002-06-15  Jim Meyering  <meyering@lucent.com>
21340
21341         Work even with DJGPP 2.03, which lacks support for symlinks.
21342         From Richard Dawe.
21343         * lib/xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
21344         is defined.
21345         * lib/lchown.c (S_ISLNK): Likewise.
21346
21347 2002-06-15  Jim Meyering  <meyering@lucent.com>
21348
21349         * lib/file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
21350         For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
21351         have been included before this file.
21352
21353 2002-06-14  Jim Meyering  <meyering@lucent.com>
21354
21355         * lib/file-type.h: Use the version from diffutils-2.8.2.
21356         * lib/file-type.c: Likewise.
21357
21358 2002-06-07  Jim Meyering  <meyering@lucent.com>
21359
21360         * m4/prereq.m4 (jm_PREREQ_STAT): Check for sys/param.h and sys/mount.h.
21361         They're needed at least for NetBSD 1.5.2.
21362         ($statxfs_includes): Include those same headers.
21363         ($statxfs_includes): Include sys/vfs.h if available.
21364         ($statxfs_includes): Likewise for sys/statvfs.h.
21365         Check for the following members in both structs statfs and statvfs:
21366         f_basetype, f_type, f_fsid.__val, f_namemax, f_namelen.
21367
21368 2002-06-01  Jim Meyering  <meyering@lucent.com>
21369
21370         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename macro:
21371         s/D_TYPE_IN_DIRENT/HAVE_STRUCT_DIRENT_D_TYPE/.
21372
21373 2002-05-28  Jim Meyering  <meyering@lucent.com>
21374
21375         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `mkdir', not `rmdir'.
21376         Reported by Volker Borchert.
21377
21378 2002-05-27  Jim Meyering  <meyering@lucent.com>
21379
21380         Fix a problem seen only on nonconforming systems whereby ls.c's
21381         use of localtime, and then of gettimeofday would cause trouble:
21382         the localtime call used to initialize rpl_gettimeofday's save
21383         mechanism would clobber ls's current local time information so
21384         that in any long listing the first file would always be listed
21385         with date 1970-01-01.  Analysis by Volker Borchert.
21386
21387         * lib/gettimeofday.c (localtime): Undefine.
21388         (rpl_localtime): New function.
21389
21390 2002-05-27  Jim Meyering  <meyering@lucent.com>
21391
21392         * m4/gettimeofday.m4 (AC_FUNC_GETTIMEOFDAY_CLOBBER): Also replace
21393         localtime.
21394
21395         * m4/readdir.m4 (jm_FUNC_READDIR): Undefine `rmdir' so we don't try to
21396         use the replacement function; it wouldn't resolve at link time.
21397         Reported by Volker Borchert.
21398
21399 2002-05-22  Jim Meyering  <meyering@lucent.com>
21400
21401         * lib/Makefile.am (libfetish_a_SOURCES): Add file-type.c and
21402         file-type.h.
21403         * lib/file-type.h: New file.
21404         * lib/file-type.c (file_type): New file/function.  Extracted from
21405         diffutils.
21406
21407 2002-04-30  Jim Meyering  <meyering@lucent.com>
21408
21409         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_STAT.
21410
21411 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21412
21413         * m4/prereq.m4 (jm_PREREQ_SIG2STR): Remove; all callers changed.
21414
21415 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21416
21417         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): Check for stdlib.h.
21418         Do not check for alloca.h (no longer used) or stdbool.h (was never
21419         used?).  Add AM_C_PROTOTYPES since hard-locale.h uses it.
21420
21421 2002-04-29  Paul Eggert  <eggert@twinsun.com>
21422
21423         * lib/hard-locale.c: Upgrade to version used in GNU Diffutils 2.8.1.
21424
21425 2002-04-29  Jim Meyering  <meyering@lucent.com>
21426
21427         * m4/jm-macros.m4 (jm_MACROS): Remove use of AC_FUNC_STRNLEN.
21428         * m4/prereq.m4: Add jm_PREREQ_STRNLEN.
21429         Use AC_FUNC_STRNLEN here instead.
21430
21431         * m4/jm-macros.m4: Don't AC_REQUIRE([AC_PROG_CC_STDC]).
21432         With autoconf-2.53a, it's part of AC_PROG_CC.
21433
21434 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21435
21436         * m4/jm-macros.m4 (jm_MACROS): Add AC_REPLACE_FUNCS(sig2str).
21437         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_SIG2STR.
21438
21439 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21440
21441         * lib/sig2str.h, lib/sig2str.c: New files.
21442         * lib/Makefile.am (libfetish_a_SOURCES): Add sig2str.h.
21443
21444 2002-04-28  Paul Eggert  <eggert@twinsun.com>
21445
21446         * lib/sig2str.h (SIGNUM_BOUND): Do not use WTERMSIG, to avoid
21447         depending on <sys/wait.h> and WTERMSIG.  Default to 64 instead
21448         of 127, since 64 is the largest conceivable number for ancient
21449         nonstandard hosts.
21450         * lib/sig2str.c: Do not include <sys/wait.h>; no longer needed.
21451
21452 2002-04-28  Jim Meyering  <meyering@lucent.com>
21453
21454         * lib/sig2str.c (WTERMSIG): Remove definition (unused).
21455
21456 2002-04-24  Jim Meyering  <meyering@lucent.com>
21457
21458         * m4/prereq.m4 (jm_PREREQ_HARD_LOCALE): New macro.
21459         (jm_PREREQ): Use it.
21460
21461         * m4/getloadavg.m4: Check for these headers: locale.h unistd.h
21462         mach/mach.h fcntl.h.
21463         Check for this function: setlocale.
21464
21465 2002-04-24  Jim Meyering  <meyering@lucent.com>
21466
21467         * lib/gettext.h: New file, from Gettext.
21468         * lib/Makefile.am (INCLUDES): Remove -I../intl.
21469         (libfetish_a_SOURCES): Add gettext.h.
21470
21471 2002-04-16  Jim Meyering  <meyering@lucent.com>
21472
21473         * m4/prereq.m4 (jm_PREREQ_READUTMP): Also check for these members:
21474         ut_pid, ut_id, ut_exit.
21475
21476 2002-04-16  Jim Meyering  <meyering@lucent.com>
21477
21478         * lib/readutmp.h (UT_TYPE): Remove definition (now in who.c).
21479         (HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
21480         (HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.
21481
21482 2002-04-12  Jim Meyering  <meyering@lucent.com>
21483
21484         * m4/ls-mntd-fs.m4 (checking for getmntinfo function...): Remove
21485         now-bogus check for f_type in sys/mount.h.  Instead, just test for the
21486         existence of the getmntinfo function.  Needed for Darwin 5.3.
21487
21488         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
21489         This is necessary at least on Darwin 5.3.
21490
21491         * m4/jm-macros.m4: Don't AC_REPLACE(strnlen), now that we use
21492         AC_FUNC_STRNLEN.  Otherwise, we'd end up putting two copies of
21493         strnlen.o in the library, and that makes some versions of ranlib
21494         object.
21495
21496 2002-04-12  Jim Meyering  <meyering@lucent.com>
21497
21498         * lib/dirfd.h (dirfd): Elide prototype if dirfd is a macro.
21499
21500 2002-04-09  Jim Meyering  <meyering@lucent.com>
21501
21502         * m4/malloc.m4: (jm_FUNC_MALLOC): Change the `checking ...' message
21503         to be more precise.  Rather than saying we're checking whether the
21504         function `works', say what we're testing.
21505         * m4/realloc.m4 (jm_FUNC_REALLOC): Likewise.
21506         Reported by Bruno Haible.
21507
21508 2002-03-10  Jim Meyering  <meyering@lucent.com>
21509
21510         * lib/makepath.c (make_path): Remove a comma from a diagnostic.
21511         Suggestion from Santiago Vila.
21512
21513 2002-03-08  Jim Meyering  <meyering@lucent.com>
21514
21515         * lib/rename.c: Mention that this wrapper is needed also on
21516         mips-dec-ultrix4.4 systems.
21517
21518 2002-03-02  Jim Meyering  <meyering@lucent.com>
21519
21520         * lib/gettime.c (gettime): Test HAVE_CLOCK_GETTIME,
21521         not HAVE_CLOCK_SETTIME.
21522
21523 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21524
21525         * m4/jm-macros.m4 (jm_MACROS): Do not replace stime; no longer used.
21526         Check for clock_settime.
21527
21528 2002-02-27  Paul Eggert  <eggert@twinsun.com>
21529
21530         * lib/nanosleep.h: Rename to....
21531         * lib/timespec.h: New name for nanosleep.h.  All uses changed.
21532
21533         * lib/gettime.c: New file.
21534         * lib/settime.c: New file.
21535         * lib/stime.c: Remove.
21536
21537         * lib/Makefile.am (libfetish_a_SOURCES): Add gettime.c, settime.c,
21538         timespec.h.  Remove nanosleep.h.
21539
21540 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21541
21542         * m4/acl.m4: New file.
21543         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_ACL.
21544         Do not check for acl or sys/acl.h, as AC_FUNC_ACL does that now.
21545
21546 2002-02-25  Paul Eggert  <eggert@twinsun.com>
21547
21548         * lib/acl.c, lib/acl.h: New files.
21549         * lib/Makefile.am (libfetish_a_SOURCES): Add acl.h, acl.c.
21550
21551 2002-02-24  Jim Meyering  <meyering@lucent.com>
21552
21553         * lib/strnlen.c (strnlen): Define-away/undef so that an inconsistent
21554         prototype in string.h (on at least AIX4.3.2.0 w/gcc-2.95.3) doesn't
21555         cause trouble.  Reported by Nelson Beebe.
21556
21557 2002-02-23  Paul Eggert  <eggert@twinsun.com>
21558
21559         * lib/path-concat.c (xpath_concat): Reorder code to pacify
21560         compilers that don't know that xalloc_die never returns.
21561
21562 2002-02-20  Jim Meyering  <meyering@lucent.com>
21563
21564         * lib/getdate.c: Regenerate using bison-1.33.
21565
21566 2002-02-17  Jim Meyering  <meyering@lucent.com>
21567
21568         * config/config.guess (main): Don't use `head -1'; it's no longer
21569         portable. Use `sed 1q' instead.
21570
21571 2002-02-16  gettextize  <bug-gnu-gettext@gnu.org>
21572
21573         * m4/codeset.m4: Upgrade to gettext-0.11.
21574         * m4/gettext.m4: Upgrade to gettext-0.11.
21575         * m4/glibc21.m4: Upgrade to gettext-0.11.
21576         * m4/iconv.m4: Upgrade to gettext-0.11.
21577         * m4/isc-posix.m4: Upgrade to gettext-0.11.
21578         * m4/lcmessage.m4: Upgrade to gettext-0.11.
21579         * m4/lib-ld.m4: New file, from gettext-0.11.
21580         * m4/lib-link.m4: New file, from gettext-0.11.
21581         * m4/lib-prefix.m4: New file, from gettext-0.11.
21582         * m4/progtest.m4: Upgrade to gettext-0.11.
21583
21584 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21585
21586         * m4/prereq.m4 (jm_PREREQ_POSIXVER): New macro.
21587         (jm_PREREQ): Use it.
21588
21589 2002-02-15  Paul Eggert  <eggert@twinsun.com>
21590
21591         * lib/posixver.c, lib/posixver.h: New files.
21592         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21593
21594 2002-02-02  Paul Eggert  <eggert@twinsun.com>
21595             Bruno Haible  <bruno@clisp.org>
21596
21597         * lib/unicodeio.h (print_unicode_char): Add exit_on_error argument.
21598         (fwrite_success_callback): New declaration.
21599         * lib/unicodeio.c (unicode_to_mb): New function, extracted from
21600         print_unicode_char. Call failure callback instead of error.
21601         (fwrite_success_callback): New function.
21602         (exit_failure_callback): New function.
21603         (fallback_failure_callback): New function.
21604         (print_unicode_char): Call unicode_to_mb.
21605
21606 2002-01-26  Jim Meyering  <meyering@lucent.com>
21607
21608         * m4/jm-macros.m4 (jm_MACROS): Require autoconf-2.52g.
21609         * m4/strnlen.m4: Remove file, now that it's part of autoconf.
21610
21611 2002-01-26  Jim Meyering  <meyering@lucent.com>
21612
21613         * lib/Makefile.am (getdate$U.o): Depend on unlocked-io.h.
21614
21615 2002-01-22  Paul Eggert  <eggert@twinsun.com>
21616
21617         * m4/jm-macros.m4 (jm_MACROS): Require AC_FUNC_FSEEKO.
21618
21619 2002-01-22  Jim Meyering  <meyering@lucent.com>
21620
21621         * lib/Makefile.am (Makefile): Don't depend on $(BUILT_SOURCES).
21622         Otherwise, some versions of automake would omit the rule that makes
21623         Makefile from Makefile.in.
21624
21625 2002-01-21  Paul Eggert  <eggert@twinsun.com>
21626
21627         * lib/xmemcoll.h, lib/xmemcoll.c: New files.
21628         * lib/Makefile.am (libfetish_a_SOURCES): Add them.
21629         * lib/memcoll.c: Include errno.h, and declare errno if not defined.
21630         (memcoll): Set errno to zero if there is no error.
21631
21632         * lib/quotearg.c (quotearg_buffer_restyled):
21633         Fix bug with quoting buffers containing NUL when backslashing escapes.
21634         This bug was exposed by the other changes in this patch.
21635         (quotearg_n_options): New arg ARGSIZE.
21636         All callers changed.
21637         (quoting_options_from_style): New function.
21638         (quotearg_n_style): Use it.
21639         (quotearg_n_style_mem): New function.
21640
21641         * lib/quotearg.h (quotearg_n_style_mem): New function.
21642
21643 2002-01-19  Jim Meyering  <meyering@lucent.com>
21644
21645         * m4/jm-macros.m4 (jm_MACROS): Use AC_FUNC_STRNLEN.
21646         Remove useless quotes: DF_PROG="df".
21647         * m4/strnlen.m4: New file.
21648
21649 2002-01-16  Paul Eggert  <eggert@twinsun.com>
21650
21651         * lib/backupfile.c (ISDIGIT): Comment fix.
21652         * lib/getdate.y (ISDIGIT): Likewise.
21653         * lib/posixtm.c (ISDIGIT, year): Likewise.
21654         * lib/strverscmp.c (ISDIGIT): Likewise.
21655         * lib/userspec.c (ISDIGIT): Likewise.
21656
21657 2002-01-16  Jim Meyering  <meyering@lucent.com>
21658
21659         * lib/getdate.y: Add three semicolons, each just before a closing
21660         brace. Bison (as of version 1.31) no longer papers over that mistake.
21661
21662 2002-01-05  Jim Meyering  <meyering@lucent.com>
21663
21664         * lib/version-etc.c (version_etc_copyright): Update copyright year.
21665
21666 2001-12-19  Paul Eggert  <eggert@twinsun.com>
21667
21668         * lib/closeout.c (close_stdout_status): If ferror (stdout), do
21669         not silently exit merely because the output buffer happens to
21670         have nothing pending.
21671
21672 2001-12-18  Paul Eggert  <eggert@twinsun.com>
21673
21674         See the big note in ../ChangeLog.
21675         * lib/human.c (suffixes): Prefer K to k for 1024.
21676         (generate_suffix_backwards): New function.
21677         (human_readable_inexact): Use it.
21678         * lib/xstrtol.c (__xstrtol): If there is no number but there
21679         is a valid suffix, assume 1.  "MB" now means decimal, "MiB" binary.
21680         Accept 'K' as well as 'k'.
21681
21682 2001-12-15  Jim Meyering  <meyering@lucent.com>
21683
21684         * lib/regex.h (__restrict_arr): Update from libc.
21685
21686         * lib/mountlist.h (ME_REMOTE): Recognize file systems of type smbfs
21687         as `remote' if the name starts with `//'.  Suggested by Michael Stone.
21688         (STREQ): Define.
21689
21690 2001-12-14  Jim Meyering  <meyering@lucent.com>
21691
21692         * m4/jm-macros.m4 (jm_MACROS): Check for iswspace.
21693         Suggestion from Bruno Haible.
21694
21695 2001-12-10  Jim Meyering  <meyering@lucent.com>
21696
21697         * lib/linebuffer.c: Remove explicit declarations of xmalloc and
21698         xrealloc, Instead, include "xalloc.h".
21699         (initbuffer): Don't cast xmalloc return value to char*.
21700         (readline): Reword comment.
21701         Don't cast xrealloc return value to char*
21702         Return NULL, not 0.
21703
21704 2001-12-09  Jim Meyering  <meyering@lucent.com>
21705
21706         * lib/modechange.c (mode_compile): Add cast to avoid pedantic warning
21707         about `signed and unsigned type in conditional expression'.
21708         * lib/posixtm.c (posix_time_parse): Likewise.
21709
21710         * lib/xreadlink.c (xreadlink): Add cast to avoid a pedantic warning.
21711
21712         * lib/readtokens.c (readtoken): Declare an index to be of type unsigned
21713         to avoid a pedantic warning.
21714
21715         * lib/getstr.c: Don't include assert.h.
21716         (getstr): Remove warning-evoking assertions.
21717         Return -1 if offset parameter is out of bounds.
21718         Change the type of a local from int to size_t.
21719
21720         * lib/strftime.c (my_strftime_localtime_r): Include this function
21721         definition in the `#if ! HAVE_TM_GMTOFF' block.
21722
21723         * lib/xgethostname.c: Remove declarations of xmalloc and xrealloc.
21724         Include xalloc.h instead.
21725
21726 2001-12-02  Jim Meyering  <meyering@lucent.com>
21727
21728         * lib/tempname.c: Don't declare getenv, thus reverting the change of
21729         2001-11-18.  It's no longer necessary, now that stdlib.h is always
21730         included.
21731
21732         * lib/regex.c [!__BOUNDED_POINTERS__]: Define away __bounded,
21733         __unbounded, and __ptrvalue.  Reported by Uwe H. Steinfeld.
21734
21735 2001-11-30  Akim Demaille  <akim@epita.fr>
21736
21737         * lib/xstrdup.c: Include xalloc.h, so that xstrdup is declared
21738         before being defined.
21739
21740 2001-11-27  Paul Eggert  <eggert@twinsun.com>
21741
21742         * lib/quotearg.h (quotearg_n, quotearg_n_style):
21743         First arg is int, not unsigned.
21744         * lib/quotearg.c (quotearg_n, quotearg_n_style): Likewise.
21745         (SIZE_MAX, UINT_MAX): New macros.
21746         (quotearg_n_options): Abort if N is negative.
21747         Avoid overflow check on hosts where size_t is 64 bits and int
21748         is 32 bits, as overflow is impossible there.
21749         Fix off-by-one typo that caused unnecessary reallocation.
21750
21751 2001-11-27  Jim Meyering  <meyering@lucent.com>
21752
21753         * lib/tempname.c: Merge with version from libc.
21754         * lib/regex.c: Likewise.
21755
21756         * lib/tempname.c: Include stdlib.h unconditionally.  On some old
21757         systems for which STDC_HEADERS is 0, it was not included, resulting in
21758         a warning about an integer-to-pointer conversion problem with getenv.
21759         Reported by Volker Borchert.
21760
21761 2001-11-26  Jim Meyering  <meyering@lucent.com>
21762
21763         * lib/gtod.h: Remove file.
21764         * lib/Makefile.am (libfetish_a_SOURCES): Remove gtod.h.
21765         * lib/gettimeofday.c: Don't include gtod.h.
21766         (GTOD_init): Remove function.
21767         (rpl_gettimeofday): Do its job here instead, rather than aborting.
21768         Suggestion from Volker Borchert.
21769
21770 2001-11-23  Jim Meyering  <meyering@lucent.com>
21771
21772         * lib/hash.h (struct hash_table): Don't define here.  Merely declare
21773         it.
21774         * lib/hash.c (struct hash_table): Define it here instead.
21775
21776 2001-11-22  Jim Meyering  <meyering@lucent.com>
21777
21778         * lib/hash.h: Bracket contents of file with #ifndef HASH_H_ ... #endif.
21779
21780 2001-11-20  Jim Meyering  <meyering@lucent.com>
21781
21782         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Update comment to reflect that
21783         SunOS 4.1.4 and Solaris 2.5.1 lose, too.
21784
21785 2001-11-19  Jim Meyering  <meyering@lucent.com>
21786
21787         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Don't bother with a temporary
21788         directory.  Use "conftestXXXXXX" as the template.
21789         Suggestion from Paul Eggert.
21790
21791         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): Close each descriptor
21792         immediately, so the test doesn't mistakenly hit the max-open-files
21793         limit.
21794
21795 2001-11-18  Paul Eggert  <eggert@twinsun.com>
21796
21797         * lib/tempname.c (TMP_MAX): Remove; no longer needed.
21798         (TEMPORARIES): New macro.
21799         (__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
21800         removes an artificial limitation (e.g. HP-UX 10.20, where
21801         TMP_MAX is 17576).
21802
21803 2001-11-18  Jim Meyering  <meyering@lucent.com>
21804
21805         * m4/prereq.m4 (jm_PREREQ_TEMPNAME): Check for declaration of getenv.
21806
21807 2001-11-18  Jim Meyering  <meyering@lucent.com>
21808
21809         * lib/tempname.c [!HAVE_DECL_GETENV]: Declare getenv to avoid warning
21810         on SunOS 4.
21811
21812         * lib/Makefile.am (Makefile): Depend on $(BUILT_SOURCES), so those
21813         files will be created before anything else.
21814
21815 2001-11-17  Paul Eggert  <eggert@twinsun.com>
21816
21817         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): Do not define
21818         WINSIZE_IN_PTEM if <termios.h> defines struct winsize.
21819
21820 2001-11-17  Jim Meyering  <meyering@lucent.com>
21821
21822         * m4/mkstemp.m4 (UTILS_FUNC_MKSTEMP): New file and macro.
21823         Prompted by a report from Bob Proulx.
21824
21825         * m4/jm-macros.m4 (jm_MACROS): Don't test for mkstemp here.
21826         Instead, require UTILS_FUNC_MKSTEMP.
21827
21828 2001-11-17  Jim Meyering  <meyering@lucent.com>
21829
21830         * m4/jm-macros.m4 (jm_MACROS): Remove code to set POW_LIBM.
21831         Now, that's done as part of AC_FUNC_STRTOD.
21832
21833 2001-11-17  Jim Meyering  <meyering@lucent.com>
21834
21835         * lib/modechange.c (mode_adjust): Fix error introduced on 1999-04-26
21836         that made e.g., `chmod a=,o=w,g=o F' cause F to be group readable
21837         rather than group writable.  Patch by Juan F. Codagnone.
21838
21839         * lib/readtokens.c: Remove explicit declarations of xmalloc and
21840         xrealloc, Instead, include "xalloc.h".
21841
21842         * lib/mountlist.c: Include unlocked-io.h after all system headers.
21843         Remove explicit declarations of xmalloc, xrealloc,
21844         and xstrdup.  Instead, include "xalloc.h".
21845
21846         * lib/argmatch.c, closeout.c, error.c, exclude.c: Include
21847         unlocked-io.h.
21848         * lib/fatal.c, getdate.y, getpass.c, getstr.c, getusershell.c:
21849         Likewise.
21850         * lib/mountlist.c, posixtm.c, readtokens.c, readutmp.c: Likewise.
21851
21852         * lib/regex.c, sha.c, version-etc.c, yesno.c: Likewise.
21853         Reported by Padraig Brady.
21854
21855         * lib/mkstemp.c: #undef mkstemp.
21856         Include config.h.
21857         (rpl_mkstemp): Rename from mkstemp.
21858         Protoize.
21859
21860 2001-11-16  Jim Meyering  <meyering@lucent.com>
21861
21862         * lib/physmem.c [HAVE_SYS_PSTAT_H]: Include <sys/pstat.h>.
21863         (physmem_total) [HAVE_PSTAT_GETSTATIC]: If sysconf couldn't be used to
21864         determine the amount of total physical memory, use pstat_getstatic.
21865         HPUX-11 doesn't define _SC_PHYS_PAGES.
21866         (physmem_available) [HAVE_PSTAT_GETSTATIC && HAVE_PSTAT_GETDYNAMIC]:
21867         If sysconf couldn't be used to determine the amount of available
21868         physical memory, use both pstat_getstatic and pstat_getdynamic.
21869         Based on a patch from Bob Proulx.
21870
21871 2001-11-10  Jim Meyering  <meyering@lucent.com>
21872
21873         * m4/prereq.m4 (jm_PREREQ_PHYSMEM): New function.
21874         (jm_PREREQ): Use it.
21875
21876 2001-11-09  Jim Meyering  <meyering@lucent.com>
21877
21878         * m4/jm-macros.m4: Require autoconf-2.52f.
21879         (AC_FUNC_ERROR_AT_LINE, AC_FUNC_OBSTACK, AC_FUNC_STRTOD):
21880         Use these AC_-prefixed names, not the AM_-prefixed ones.
21881
21882         * m4/afs.m4 (jm_AFS): Quote the body.  Patch by Akim Demaille.
21883
21884 2001-11-05  Jim Meyering  <meyering@lucent.com>
21885
21886         * lib/xstat.in (slash_aware_lstat): Correct a misleading comment.
21887
21888 2001-11-04  Jim Meyering  <meyering@lucent.com>
21889
21890         * m4/fpending.m4: Remove unused cruft that saved, set, and restored
21891         $DEFS.
21892
21893 2001-11-03  Jim Meyering  <meyering@lucent.com>
21894
21895         * m4/jm-glibc-io.m4n (jm_FUNC_GLIBC_UNLOCKED_IO): Quote first arg
21896         of AC_DEFUN.
21897
21898         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): Rework so dirfd.c doesn't have to
21899         know the name of the variable in the macro definition.
21900
21901 2001-11-03  Jim Meyering  <meyering@lucent.com>
21902
21903         * lib/argmatch.h (ARGMATCH_TO_ARGUMENT): Remove casts of first two args
21904         in argmatch_to_argument call.
21905
21906         * lib/dirfd.c (dirfd): Reflect the fact that DIR_TO_FD now takes an
21907         argument.
21908
21909         * lib/hash.c (hash_clear): Fix a bug that could lead to an infloop or
21910         e.g., a fault due to an attempt to free a NULL pointer.
21911
21912 2001-11-01  Jim Meyering  <meyering@lucent.com>
21913
21914         * m4/dirfd.m4 (UTILS_FUNC_DIRFD): New macro.
21915         * m4/jm-macros.m4 (jm_MACROS): Require UTILS_FUNC_DIRFD.
21916
21917 2001-11-01  Jim Meyering  <meyering@lucent.com>
21918
21919         * lib/dirfd.c, lib/dirfd.h: New files.
21920         * lib/Makefile.am (libfetish_a_SOURCES): Add dirfd.h.
21921
21922         * lib/hash.c (hash_print) [TESTING]: Clean up.
21923
21924 2001-10-22  Paul Eggert  <eggert@twinsun.com>
21925
21926         * lib/hard-locale.c (alloca): Define to __builtin_alloca if __GNUC__,
21927         to avoid a warning if -Wall.
21928
21929 2001-10-22  Jeff Bailey  <jbailey@outpost.dnsalias.org>
21930
21931         * README: New file
21932         * doc/*: Add COPYING, COPYING.LIB, COPYING.DOC, fdl.texi
21933         (per RMS's instructions, this is now the canonical source)
21934         * lgpl/, gpl/: New directories.
21935
21936 2001-10-21  Paul Eggert  <eggert@twinsun.com>
21937
21938         * lib/regex.c (uintptr_t): Remove macro and decl; it's config.h's job.
21939
21940 2001-10-21  Jim Meyering  <meyering@lucent.com>
21941
21942         * lib/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
21943         this code would end up calling gettext even in packages built
21944         with --disable-nls.
21945         * lib/getopt.c (_): Likewise.
21946         * lib/regex.c (_): Likewise.
21947
21948 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21949
21950         * m4/error.m4 (jm_PREREQ_ERROR):
21951         Do not invoke AC_CHECK_FUNCS with strerror_r, as
21952         AC_FUNC_STRERROR_R does that.
21953         Check for strerror declaration.
21954
21955         * m4/strerror_r.m4: Add copyright notice, as nontrivial m4 files
21956         are supposed to have them these days.
21957         (AC_FUNC_STRERROR_R): Always do char* test, so that it gets cached.
21958         Merge changes from latest Autoconf CVS.
21959         Rename ac_cv_func_strerror_r_works to ac_cv_func_strerror_r_char_p,
21960         and rename HAVE_WORKING_STRERROR_R to STRERROR_R_CHAR_P, since
21961         POSIX decided to standardize on the int flavor of strerror_r.
21962
21963 2001-10-20  Paul Eggert  <eggert@twinsun.com>
21964
21965         * lib/error.c (strerror_r): Do not declare unless !_LIBC.
21966         Do not check for HAVE_DECL_STRERROR_R missing unless STRERROR_R_CHAR_P.
21967         Use strerror_r that is only a macro, even if it is not a function.
21968         (strerror): Check for HAVE_DECL_STRERROR before declaring.
21969         (private_strerror): Use prototypes, not old-style function definition.
21970         (print_errno_message): New function.
21971         Support the POSIX 'int'-flavored strerror_r, as well as the traditional
21972         char*-flavored one.
21973         (error_tail, error, error_at_line): Use it.
21974
21975 2001-10-11  Jim Meyering  <meyering@lucent.com>
21976
21977         * lib/argmatch.c (argmatch_invalid): Use quotearg_n_style (0, ...
21978         and quote_n (1, ... to avoid clobbering a buffer.
21979
21980 2001-10-05  Jim Meyering  <meyering@lucent.com>
21981
21982         * lib/Makefile.am: (libfetish_a_SOURCES): Add hash-pjw.c and
21983         hash-pjw.h.
21984         * lib/hash-pjw.c: New file (factored out of fileutils' remove.c).
21985         * lib/hash-pjw.h: New file.
21986
21987 2001-09-30  Jim Meyering  <meyering@lucent.com>
21988
21989         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): See if
21990         `struct fsstat' has the `f_fstypename' member.
21991         Use that to define FS_TYPE, which is now used to make
21992         the getfsstat link test tighter.
21993
21994 2001-09-30  Jim Meyering  <meyering@lucent.com>
21995
21996         * lib/mountlist.c [MOUNTED_GETFSSTAT]:
21997         Include <sys/ucred.h>, for Apple Darwin.
21998         Include sys/mount.h and sys/fs_types.h only if available.
21999         (FS_TYPE): Define.
22000         (read_filesystem_list): Use FS_TYPE.
22001
22002 2001-09-29  Paul Eggert  <eggert@twinsun.com>
22003
22004         * lib/exclude.c (excluded_filename): 0 -> false, since it's
22005         a boolean context.
22006
22007 2001-09-29  Jim Meyering  <meyering@lucent.com>
22008
22009         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22010         [one-argument getmntent function]): Include stdio.h before mntent.h.
22011         SunOS 4.1.x needs it for the declaration of `FILE'.
22012         Patch by Volker Borchert.
22013
22014         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS)
22015         Check for these headers: sys/param.h sys/ucred.h sys/mount.h
22016         sys/fs_types.h, and make the link-test for getfsstat guard #include
22017         directives with appropriate #if HAVE_*_H tests so that we can
22018         detect getfsstat on Apple Darwin1.3.7 systems.
22019         Reported by Nelson Beebe.
22020         Fix harmless typo in cache variable name: s/getsstat/getfsstat/.
22021
22022 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22023
22024         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22025         #defines strtoimax.  Also treat the other strto* functions
22026         like strtoimax.
22027
22028         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22029         Check for strtoul and strtoumax,
22030         as those declarations are made even in the signed case.
22031         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX):
22032         Likewise, for strtol and strtoimax.
22033
22034 2001-09-28  Paul Eggert  <eggert@twinsun.com>
22035
22036         Fix bug reported by Petter Reinholdtsen for HP-UX 10.20, which
22037         #defines strtoimax.  Also treat the other strto* functions
22038         like strtoimax.
22039
22040         * lib/xstrtol.c (strtol): Do not declare if HAVE_DECL_STRTOL.
22041         (strtoul): Do not declare if HAVE_DECL_STRTOUL.
22042         (strtoimax, strtoumax): Do not declare if already defined as a macro.
22043
22044 2001-09-26  Jim Meyering  <meyering@lucent.com>
22045
22046         Most macros in unlocked-io.h had the wrong number of arguments.
22047         * lib/gen-uio: New script.
22048         (USE_UNLOCKED_IO): Define to 1 if not already defined.
22049         * lib/unlocked-io.hin: Remove file.
22050         * lib/Makefile.am (unlocked-io.h): Rewrite to use a separate script,
22051         rather than trying to embed it here.
22052         (EXTRA_DIST): Add gen-uio.  Remove unlocked-io.hin
22053         Reported by Padraig Brady.
22054
22055 2001-09-25  Volker Borchert  <bt@teknon.de>
22056
22057         * lib/gettimeofday.c (rpl_gettimeofday): Declare local variable
22058         `result'.
22059
22060 2001-09-24  Jim Meyering  <meyering@lucent.com>
22061
22062         * m4/gettext.m4: Use the version from gettext-0.10.40, not CVS.
22063
22064 2001-09-23  Jim Meyering  <meyering@lucent.com>
22065
22066         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add a compile-test
22067         instead of the mere test for existence of mntent.h.  The latter
22068         would get a false-positive on AIX 3.4 systems.
22069         In the outer getmntent if-block, don't die if neither of the getmntent
22070         tests succeeds.  Instead, just fall through and continue with the
22071         remaining tests.
22072
22073 2001-09-23  Jim Meyering  <meyering@lucent.com>
22074
22075         * lib/mountlist.c: Remove useless parentheses in #if directives.
22076         (MOUNTED) [!defined MOUNTED]: Define to _PATH_MOUNTED, for when
22077         the deprecated MOUNTED symbol is no longer defined in mntent.h.
22078
22079 2001-09-22  Jim Meyering  <meyering@lucent.com>
22080
22081         * m4/gettext.m4: New file.  From gettext.
22082         * m4/lcmessage.m4: Sync with gettext -- this changes only comments.
22083         * m4/progtest.m4: Likewise
22084         * m4/isc-posix.m4: Decrement serial number to sync with gettext.
22085         * m4/glibc21.m4: Likewise.
22086
22087         * m4/libintl.m4: Remove.  No longer used.
22088
22089 2001-09-22  Jim Meyering  <meyering@lucent.com>
22090
22091         * lib/localcharset.c: Update from latest gettext.
22092         * lib/config.charset: Likewise.
22093
22094 2001-09-20  Jim Meyering  <meyering@lucent.com>
22095
22096         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX): Check for declaration of
22097         strtoimax.
22098         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check for declaration of
22099         strtoumax.
22100
22101 2001-09-20  Jim Meyering  <meyering@lucent.com>
22102
22103         * lib/xstrtol.c (strtoimax): Guard declaration with
22104         `#if !HAVE_DECL_STRTOIMAX', rather than just `#ifndef strtoimax'.
22105         The latter fails because some systems (at least rs6000-ibm-aix4.3.3.0)
22106         have their own, conflicting declaration of strtoimax in sys/inttypes.h.
22107         (strtoumax): Likewise, for completeness (it wasn't necessary).
22108
22109 2001-09-17  Paul Eggert  <eggert@twinsun.com>
22110
22111         * lib/strtoimax.c (HAVE_LONG_LONG):
22112         Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.
22113         (strtoimax): Use sizeof (long), not sizeof strtol (ptr, endptr, base),
22114         to work around bug in IBM C compiler.
22115
22116 2001-09-17  Jim Meyering  <meyering@lucent.com>
22117
22118         * m4/chown.m4, fstypename.m4, getgroups.m4, gettimeofday.m4,
22119         * m4/jm-mktime.m4, lstat.m4, malloc.m4, memcmp.m4, mkdir-slash.m4,
22120         * m4/nanosleep.m4, putenv.m4, readdir.m4, realloc.m4, rename.m4,
22121         * m4/st_dm_mode.m4, stat.m4, strerror_r.m4, timespec.m4, utimbuf.m4,
22122         * m4/utimes.m4: Use AC_DEFINE rather than AC_DEFINE_UNQUOTED,
22123         whenever the right hand side need not be expanded by the shell.
22124
22125 2001-09-16  Paul Eggert  <eggert@twinsun.com>
22126
22127         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): Remove test for GNU C
22128         library.  It's not correct, as some older glibcs are buggy.
22129         fnmatch wasn't fixed until glibc 2.2.
22130
22131         Use AC_DEFINE, not AC_DEFINE_UNQUOTED, as there's no
22132         special shell magic here.
22133
22134 2001-09-16  Jim Meyering  <meyering@lucent.com>
22135
22136         * m4/mkdir-slash.m4 (UTILS_FUNC_MKDIR_TRAILING_SLASH): New file/macro.
22137         * m4/jm-macros.m4: Require it.
22138
22139 2001-09-16  Jim Meyering  <meyering@lucent.com>
22140
22141         * lib/mkdir.c: New file.
22142
22143 2001-09-15  Jim Meyering  <meyering@lucent.com>
22144
22145         * m4/jm-macros.m4: Check for help2man.
22146
22147 2001-09-11  Jim Meyering  <meyering@lucent.com>
22148
22149         * m4/host-os.m4 (UTILS_HOST_OS): New file/macro.
22150         The body, by Paul Eggert, was moved here from configure.in.
22151         * m4/jm-macros.m4: Require UTILS_HOST_OS.
22152
22153 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22154
22155         * m4/prereq.m4 (jm_PREREQ_XREADLINK): New macro.
22156         (jm_PREREQ): Use it.
22157
22158 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22159
22160         * lib/xreadlink.c (xreadlink): Omit size_t* arg.  All uses changed.
22161         Use ssize_t, not int, to store result of readlink.
22162         Check for ssize_t overflow as well as size_t overflow,
22163         as POSIX says the result of readlink is implementation-defined
22164         when ssize_t overflows.
22165         Remove unnecessary cast to char*.
22166         Use free+malloc instead of realloc, as the storage doesn't need
22167         to be preserved and it's clearer and can be more efficient that way.
22168         (SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
22169         * lib/xreadlink.h (xreadlink): Update prototype.
22170
22171 2001-09-04  Paul Eggert  <eggert@twinsun.com>
22172
22173         * lib/xgetcwd.c: Revert some of the previous change; intead,
22174         fix the HAVE_GETCWD_NULL code to behave more like the
22175         !HAVE_GETCWD_NULL code used to.
22176
22177         Include "xalloc.h".
22178         (xgetcwd): Do not return NULL when memory is exhausted; instead,
22179         invoke xalloc_die.
22180
22181 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22182
22183         * m4/prereq.m4 (jm_PREREQ_XGETCWD): Check for limits.h and
22184         sys/param.h, as pathmax.h includes them.
22185
22186 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22187
22188         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_XGETCWD.
22189         (jm_PREREQ_XGETCWD): New macro.
22190
22191         * m4/getcwd.m4: New file.
22192
22193 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22194
22195         * lib/xgetcwd.c: Fix the !HAVE_GETCWD_NULL code to behave more
22196         like the HAVE_GETCWD_NULL code.
22197         Include pathmax.h if not HAVE_GETCWD.
22198         Do not include xalloc.h.
22199         (INITIAL_BUFFER_SIZE): New symbol.
22200         Do not use xmalloc / xrealloc, since the caller is responsible for
22201         handling errors.  Preserve errno around `free' during failure.
22202         Do not overrun buffer when using getwd.
22203
22204 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22205
22206         * lib/xgetcwd.c (xgetcwd): Use HAVE_GETCWD_NULL, not (defined
22207         __GLIBC__ && __GLIBC__ >= 2), to decide whether to use
22208         getcwd (NULL, 0).
22209
22210 2001-09-03  Paul Eggert  <eggert@twinsun.com>
22211
22212         * lib/exclude.c (fnmatch_no_wildcards): Fix confusion between
22213         usage of FNM_CASEFOLD and FNM_LEADING_DIR.  The bug was
22214         spotted by Jim Meyering.
22215
22216 2001-09-03  Jim Meyering  <meyering@lucent.com>
22217
22218         * lib/xreadlink.c (xreadlink): Preserve errno around `free' during
22219         failure.
22220
22221 2001-09-02  Jim Meyering  <meyering@lucent.com>
22222
22223         * lib/error.c: Update from GNU libc.
22224
22225 2001-09-01  Jim Meyering  <meyering@lucent.com>
22226
22227         * m4/jm-macros.m4 (jm_MACROS): Check for canonicalize_file_name.
22228         Used by df.
22229
22230 2001-09-01  Jim Meyering  <meyering@lucent.com>
22231
22232         * lib/xreadlink.c: New file.
22233         * lib/xreadlink.h: New file.
22234         * lib/Makefile.am (libfetish_a_SOURCES): Add xreadlink.c and
22235         xreadlink.h.
22236
22237         * lib/regex.c (uintptr_t) [!_LIBC]: Define to private_uintptr_t, so it
22238         doesn't conflict with sparc Solaris 7's definition in
22239         /usr/include/sys/int_types.h.
22240
22241         * lib/exclude.c: Use `""', not `<>' to #include non-system header
22242         files.
22243         (fnmatch_no_wildcards): Rewrite not to use function names, strcasecmp
22244         and strncasecmp as r-values.  Unixware didn't have declarations.
22245
22246 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22247
22248         * lib/xstrtol.h: Add copyright notice.
22249         (_DECLARE_XSTRTOL): Improve quality of diagnostic for
22250         LONGINT_INVALID_SUFFIX_CHAR.
22251
22252 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22253
22254         * lib/xstrtol.c (strtoimax): New decl.
22255
22256 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22257
22258         * lib/xgetcwd.c: Don't include pathmax.h.
22259         Include stdlib.h and unistd.h if available.
22260         Include xalloc.h.
22261         (xmalloc, xstrdup, free): Remove decls.
22262         (xgetcwd): Don't assume sizes fit in unsigned.
22263         Check for overflow when computing sizes.
22264         Simplify reallocation code.
22265
22266 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22267
22268         * lib/savedir.c (savedir): Remove size parameter, as POSIX says that
22269         a directory's st_size can have an arbitrary value, so the old
22270         usage could waste an arbitrary amount of memory.  All uses
22271         changed.
22272         * lib/savedir.h: Update prototype.
22273
22274 2001-08-31  Paul Eggert  <eggert@twinsun.com>
22275
22276         * lib/Makefile.am (libfetish_a_SOURCES): Remove strtoxmax.c.
22277
22278         * lib/strtoimax.c: Renamed from strtoxmax.c, removing the
22279         old strtoimax.c.
22280
22281         Also, make the following further changes to make this file's
22282         configuration more similar to that of strtol.c:
22283         (UNSIGNED): Renamed from STRTOUXMAX_UNSIGNED.  All uses changed.
22284         (strtoumax, uintmax_t, strtoull, strtol): Remove.
22285         (intmax_t, strtoimax, strtol, strtoll): New macros, if UNSIGNED.
22286         (strtoimax): Renamed from strtoumax.  All uses of unsigned values
22287         changed to signed values.
22288
22289         And make the following changes as well:
22290         Fix copyright notice, as 1999 was missing.
22291         (verify): New macro.
22292         (strtoimax): Check sizes at compile-time, not run-time.
22293         Prefer strtol to strtoll if both work.
22294         (main): Remove; it was not that useful and was a pain to maintain.
22295
22296         * lib/strtoumax.c: Include strtoimax.c, not strtouxmax.c.
22297
22298 2001-08-31  Jim Meyering  <meyering@lucent.com>
22299
22300         * lib/xgetcwd.c (xgetcwd): Reorganize to avoid some duplication.
22301         Use an initial, malloc'd, buffer of length 128 rather than
22302         a statically allocated one of length 1024.
22303
22304 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22305
22306         Simplify code, partly by assuming autoconf 2.52 semantics.
22307
22308         * m4/Makefile.am (EXTRA_DIST): Remove uintmax_t.m4.
22309
22310         * m4/inttypes.m4 (AC_PREREQ): Bump to 2.52.
22311         (jm_AC_HEADER_INTTYPES_H): Remove; now done by autoconf in 2.52.
22312         All uses removed.
22313         (jm_AC_TYPE_INTMAX_T, jm_AC_TYPE_UINTMAX_T):
22314         Move AC_REQUIRE to next-to-top level, to avoid confusion.
22315         Use 2.52's AC_CHECK_TYPE instead of merely looking for the header.
22316         * m4/prereq.m4 (jm_PREREQ_HUMAN): Don't require
22317         jm_AC_HEADER_INTTYPES_H.
22318         * m4/jm-macros.m4 (jm_MACROS): Likewise.
22319
22320         * m4/uintmax_t.m4: Remove, as it duplicates inttypes.m4.
22321
22322         * m4/xstrtoimax.m4 (jm_AC_PREREQ_XSTRTOIMAX):
22323         Quote first arg of AC_DEFUN.
22324         Require jm_AC_TYPE_UINTMAX_T and jm_AC_TYPE_UNSIGNED_LONG_LONG
22325         since they are needed to parse the include file even if we need
22326         only xstrtoimax.  Simplify logic behind the args to AC_REPLACE.
22327         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Likewise,
22328         but with opposite signedness.
22329
22330 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22331
22332         Merge 'exclude' changes from tar 1.13.22.
22333         This fixes one or two unlikely storage allocation overflow bugs,
22334         but doesn't change user-visible behavior otherwise.
22335
22336 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22337
22338         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_EXCLUDE.
22339         (jm_PREREQ_EXCLUDE): New macro.
22340
22341 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22342
22343         * lib/quotearg.c: BSD/OS 4.1 wchar.h requires FILE and struct
22344         tm to be declared.
22345
22346 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22347
22348         * lib/hash.c: Remove '2001' from copyright notice.
22349
22350 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22351
22352         * lib/full-write.h: New file.
22353         * lib/Makefile.am (libfetish_a_SOURCES): Add full-write.h.
22354         * lib/full-write.c: Correct credits, as cccp.c no longer
22355         exists and anyway it was so heavily changed from the old cccp
22356         code as to be unrecognizable.  Include full-write.h.
22357         (full_write) Return size_t, with short writes meaning failure.
22358         All callers changed.  This fixes a bug with large buffers
22359         on 64-bit hosts.
22360         * lib/utime.c: Include full-write.h.
22361
22362 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22363
22364         * lib/exclude.c (bool): Declare, perhaps by including stdbool.h.
22365         (<sys/types.h>): Include only if HAVE_SYS_TYPES_H.
22366         (<stdlib.h>, <string.h>, <strings.h>, <inttypes.h>, <stdint.h>):
22367         Include if available.
22368         (<xalloc.h>): Include
22369         (SIZE_MAX): Define if <stdint.h> or <inttypes.h> doesn't.
22370         (verify): New macro.  Use it to verify that EXCLUDE macros do not
22371         collide with FNM macros.
22372         (struct patopts): New struct.
22373         (struct exclude): Use it, as exclude patterns now come with options.
22374         (new_exclude): Support above changes.
22375         (new_exclude, add_exclude_file):
22376         Initial size must now be a power of two to simplify overflow checking.
22377         (free_exclude, fnmatch_no_wildcards): New function.
22378         (excluded_filename): No longer requires options arg, as the options
22379         are determined by add_exclude.  Now returns bool, not int.
22380         (excluded_filename, add_exclude):
22381         Add support for the fancy new exclusion options.
22382         (add_exclude, add_exclude_file): Now takes int options arg.
22383         Check for arithmetic overflow when computing sizes.
22384         (add_exclude_file): xrealloc might modify errno, so don't
22385         realloc until after errno might be used.
22386
22387         * lib/exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE,EXCLUDE_WILDCARDS):
22388         New macros.
22389         (free_exclude): New decl.
22390         (add_exclude, add_exclude_file): Now takes int options arg.
22391         (excluded_filename): No longer requires options arg, as the options
22392         are determined by add_exclude.  Now returns bool, not int.
22393
22394 2001-08-30  Paul Eggert  <eggert@twinsun.com>
22395
22396         * lib/alloca.c (alloca): Arg is of type size_t, not unsigned.
22397
22398 2001-08-27  Jim Meyering  <meyering@lucent.com>
22399
22400         * lib/Makefile.am (libfetish_a_SOURCES): Add strtoxmax.c
22401
22402         * lib/version-etc.c (N_): Remove definition.
22403         Revert most of last change.
22404         Instead, simply don't mark the `Copyright...' string for translation.
22405         Based on advice from Paul Eggert.
22406
22407         * lib/strtoxmax.c: Tweak comment.
22408
22409 2001-08-26  Jim Meyering  <meyering@lucent.com>
22410
22411         * m4/jm-macros.m4: Require jm_AC_PREREQ_XSTRTOIMAX.
22412
22413         * m4/xstrtoimax.m4: New file.
22414         * m4/xstrtoumax.m4: Add comments explaining why we
22415         AC_REPLACE_FUNCS(strtol).
22416
22417 2001-08-26  Jim Meyering  <meyering@lucent.com>
22418
22419         * lib/version-etc.c (version_etc_copyright_fmt): Replace literal year
22420         of copyright with `%s' so translators don't get an untranslated
22421         message in 2002.
22422         (COPYRIGHT_YEAR): Define.
22423         (version_etc): Use fprintf rather than fputs.
22424         Suggestion from Ulrich Drepper.
22425
22426         * lib/Makefile.am (libfetish_a_SOURCES): Add xstrtoimax.c.
22427
22428         * lib/strtoll.c: New file, from GNU libc.
22429         * lib/xstrtoimax.c: New file.
22430
22431         * lib/xstrtol.h: Add xstrtoimax.
22432         * lib/strtoumax.c: New file.  Simply include "strtoumax.c".
22433         * lib/strtoimax.c: New file.  Likewise, but first define
22434         STRTOUXMAX_SIGNED.
22435
22436         * lib/strtoumax.c: Factor to work both for unsigned and signed types,
22437         ...
22438         * lib/strtoxmax.c: ... then renamed to this.
22439
22440 2001-08-18  Paul Eggert  <eggert@twinsun.com>
22441
22442         * m4/inttypes.m4: Add AC_PREREQ(2.13).
22443         (jm_AC_HEADER_INTTYPES_H): Test for intmax_t, too.
22444         (jm_AC_TYPE_INTMAX_T): New macro.
22445         (jm_AC_TYPE_UINTMAX_T): Moved here from uintmax_t.m4.
22446
22447         * m4/longlong.m4 (jm_AC_TYPE_LONG_LONG): New macro.
22448
22449         * m4/longlong.m4: Renamed from ulonglong.m4.
22450         * m4/inttypes.m4: Renamed from inttypes_h.m4.
22451         * m4/uintmax_t.m4: Removed.
22452
22453 2001-08-13  Paul Eggert  <eggert@twinsun.com>
22454
22455         * lib/Makefile.am (unlocked-io.h): Do not append "_unlocked" twice.
22456         Port to Solaris 8, where 'sed' requires a space after the 'r'
22457         command, and where sh dislikes "$/".  Clean up the spacing a bit.
22458         Redirect output to $tmp just once.
22459
22460 2001-08-12  Paul Eggert  <eggert@sic.twinsun.com>
22461
22462         * lib/addext.c (<errno.h>): Include.
22463         (errno): Declare if not defined.
22464         (addext): Work correctly when pathconf returns -1 and leaves
22465         errno alone because there is no limit.  Also, work even if
22466         pathconf returns a value greater than SIZE_MAX.
22467
22468 2001-08-12  Jim Meyering  <meyering@lucent.com>
22469
22470         * m4/afs.m4, assert.m4, bison.m4, check-decl.m4, chown.m4, d-ino.m4,
22471         d-type.m4, dos.m4, error.m4, fnmatch.m4, fpending.m4, fstypename.m4,
22472         fsusage.m4, ftruncate.m4, getgroups.m4, glibc.m4, gnu-source.m4,
22473         group-member.m4, jm-glibc-io.m4, jm-macros.m4, jm-mktime.m4,
22474         jm-winsz1.m4, jm-winsz2.m4, lchown.m4, lib-check.m4, libintl.m4,
22475         link-follow.m4, ls-mntd-fs.m4, lstat.m4, malloc.m4, mbrtowc.m4,
22476         mbstate_t.m4, mbswidth.m4, memcmp.m4, nanosleep.m4, perl.m4,
22477         prereq.m4, putenv.m4, readdir.m4, realloc.m4, regex.m4, rename.m4,
22478         rmdir-errno.m4, search-libs.m4, st_dm_mode.m4, st_mtim.m4, stat.m4,
22479         strftime.m4, timespec.m4, unlink-busy.m4, uptime.m4, utimbuf.m4,
22480         utime.m4, utimes.m4, xstrtoumax.m4:
22481         Quote the first argument in each use of AC_DEFUN.
22482
22483 2001-08-12  Jim Meyering  <meyering@lucent.com>
22484
22485         * lib/xgetcwd.c (xgetcwd) [defined __GLIBC__ && __GLIBC__ >= 2]:
22486         Simply `return getcwd (NULL, 0);'.
22487         [! (defined __GLIBC__ && __GLIBC__ >= 2)]:
22488         Use 1300 as initial value for length, not PATH_MAX.
22489
22490         * lib/pathmax.h: Clean up cpp syntax.
22491
22492 2001-08-12  Jim Meyering  <meyering@lucent.com>
22493
22494         * lib/gettimeofday.c: New file.
22495         * lib/gtod.h: New file.
22496         * lib/Makefile.am (libfetish_a_SOURCES): Add gtod.h.
22497
22498 2001-08-05  Jim Meyering  <meyering@lucent.com>
22499
22500         * m4/jm-macros.m4: Require autoconf-2.52.
22501
22502 2001-08-04  Jim Meyering  <meyering@lucent.com>
22503
22504         * lib/error.h (__attribute__): Remove `|| __STRICT_ANSI__' from #if
22505         stmt, to get in sync with glibc.
22506
22507 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22508
22509         The following changes are from gettext 0.10.39 as maintained by
22510         Bruno Haible.
22511
22512         * lib/mbswidth.h (MBSW_REJECT_UNPRINTABLE, MBSW_REJECT_INVALID):
22513         Renamed from MBSW_ACCEPT_UNPRINTABLE and MBSW_ACCEPT_INVALID
22514         with inverted sense.  All uses changed.
22515
22516         * lib/mbswidth.c: Don't include <limits.h>.
22517         Include <stdlib.h> and <string.h> unconditionally.
22518         (iswcntrl, mbsinit, ISCNTRL): New macros.
22519         (mbsnwidth): Use K&R style function declarations.
22520         Don't bother checking for MB_LEN_MAX == 1, since the compiler
22521         can optimize it when MB_CUR_MAX == 1.
22522         The width of control characters is zero, not 1.
22523
22524 2001-08-03  Paul Eggert  <eggert@twinsun.com>
22525
22526         The following changes are from gettext 0.10.39 as maintained by
22527         Bruno Haible, except that getline.m4 continues to use AC_LIBOBJ.
22528
22529         * m4/codeset.m4: Upgrade to serial AM1.
22530         (AM_LANGINFO_CODESET): Renamed from jm_LANGINFO_CODESET;
22531         all uses changed.  Quote first arg of AC_DEFUN.
22532         (am_cv_langinfo_codeset): Renamed from jm_cv_langinfo_codeset.
22533
22534         * m4/iconv.m4: Upgrade to serial AM2.
22535         (AM_ICONV): Renamed from jm_ICONV; all uses changed.
22536         Add --with-libconv-prefix.
22537         Quote first arg of AC_DEFUN.  Add description for ICONV_CONST.
22538         (am_cv_func_iconv): Renamed from jm_cv_func_iconv.
22539         (am_cv_lib_iconv): Renamed from jm_cv_lib_iconv.
22540         (am_cv_proto_iconv): Renamed from jm_cv_proto_iconv.
22541         * m4/jm-macros.m4 (jm_MACROS): Reflect s/jm_/AM_/ renamings.
22542
22543         * m4/c-bs-a.m4 (AC_C_BACKSLASH_A): Quote first arg of AC_DEFUN.
22544         * m4/getline.m4 (AM_FUNC_GETLINE): Likewise.
22545         * m4/glibc21.m4 (jm_GLIBC21): Likewise.
22546         * m4/inttypes_h.m4 (jm_AC_HEADER_INTTYPES_H): Likewise.
22547         * m4/isc-posix.m4 (AC_ISC_POSIX): Likewise.
22548         * m4/lcmessage.m4 (AM_LC_MESSAGES): Likewise.
22549         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): Likewise.
22550         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Likewise.
22551         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Likewise.
22552
22553         * m4/getline.m4 (AM_FUNC_GETLINE): Don't bother checking for
22554         string.h any more.
22555
22556         * m4/progtest.m4 (AM_PATH_PROG_WITH_TEST): If not found, print "no",
22557         not the default value.
22558
22559         2001-06-25  Bruno Haible  <haible@clisp.cons.org>
22560         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Don't require AM_C_PROTOTYPES.
22561         Also check for mbsinit.  Needed for SCO 3.2v5.0.2.
22562         Also include <string.h>; this is where AIX 3.2.5 declares wcwidth.
22563         Also check for iswcntrl, used for wcwidth fallback.
22564         Use AC_TRY_COMPILE to emulate AC_CHECK_DECLS, for portability
22565         to Autoconf 2.13.
22566
22567 2001-08-03  Jim Meyering  <meyering@lucent.com>
22568
22569         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Use `#include', not `@%:@include',
22570         as it was in the original.  Reported by Paul Eggert.
22571
22572 2001-07-16  Jim Meyering  <meyering@lucent.com>
22573
22574         * m4/gettimeofday.m4: New file.
22575         Prompted by a report from Bernhard Baehr.
22576
22577 2001-07-15  Jim Meyering  <meyering@lucent.com>
22578
22579         * m4/Makefile.am.in (Makefile.am): Remove most of the unlocked-io.h
22580         stuff. Now it's in ../Makefile.cfg.
22581
22582 2001-07-15  Jim Meyering  <meyering@lucent.com>
22583
22584         * lib/Makefile.am (EXTRA_DIST): Add unlocked-io.hin.
22585         (BUILT_SOURCES): Add unlocked-io.h.
22586         (io_functions): Define.
22587         (unlocked-io.h): New rule.
22588         (DISTCLEANFILES): Add unlocked-io.h.
22589         (all-local): Depend on unlocked-io.h, to ensure it is created.
22590
22591         * lib/unlocked-io.hin: New file
22592
22593         * lib/regex.c: Update from glibc.
22594
22595 2001-07-05  Jim Meyering  <meyering@lucent.com>
22596
22597         * lib/Makefile.am (noinst_HEADERS): Remove definition, per new automake
22598         recommendation.
22599         (libfetish_a_SOURCES): Put all .h files here instead.
22600         Remove a thus-exposed (better checks in automake) duplicate and
22601         two unnecessary .h files.
22602
22603 2001-07-04  Jim Meyering  <meyering@lucent.com>
22604
22605         * m4/Makefile.am.in (glibc-io.struct): New target.  Rework the code
22606         that generates jm-glibc-io.m4 so that it doesn't trigger any make
22607         distcheck failure.
22608
22609 2001-07-02  Jim Meyering  <meyering@lucent.com>
22610
22611         The following changes were prompted by suggestions from Bruno Haible.
22612
22613         * m4/jm-glibc-io.m4n: New file, the template from which jm-glibc-io.m4
22614         is now generated.
22615         * m4/Makefile.am.in (Makefile.am): Include jm-glibc-io.m4n in emitted
22616         definition of EXTRA_DIST.
22617         (Makefile.am): Emit the dependency, `all-local: jm-glibc-io.m4' to
22618         ensure that the generated file is created/updated whenever the list
22619         of $(unlocked_functions) is changed.
22620         (jm-glibc-io.m4): New rule.
22621         (unlocked-io.h): New rule -- currently unused.
22622
22623 2001-06-24  Jim Meyering  <meyering@lucent.com>
22624
22625         * m4/regex.m4 (jm_INCLUDED_REGEX): Use a quadrigraph to represent an
22626         unmatched right bracket, rather than kludging it with an extra,
22627         falsely-matching quote in a comment.  Patch by Akim Demaille.
22628
22629 2001-06-11  Jim Meyering  <meyering@lucent.com>
22630
22631         * lib/regex.c: Update from GNU libc.
22632
22633 2001-05-27  Jim Meyering  <meyering@lucent.com>
22634
22635         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for ut_type in struct utmpx.
22636         Check for ut_type in struct utmp.
22637
22638 2001-05-27  Jim Meyering  <meyering@lucent.com>
22639
22640         * lib/readutmp.h (UT_TYPE): Define.
22641
22642 2001-05-24  Jim Meyering  <meyering@lucent.com>
22643
22644         * lib/argmatch.c: Include "quote.h".
22645         (argmatch_invalid): Remove explicit `' quotes.  Instead, use the
22646         quote function.  Reported by Göran Uddeborg.
22647
22648 2001-05-22  Jim Meyering  <meyering@lucent.com>
22649
22650         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Don't use AC_LIBOBJ(strftime),
22651         now that we use the package-supplied version unconditionally.
22652         (jm_FUNC_STRFTIME): Don't replace strftime, for the same reason.
22653
22654 2001-05-21  Jim Meyering  <meyering@lucent.com>
22655
22656         * m4/regex.m4: Change a couple backticks to single quotes to avoid
22657         shell syntax errors.
22658
22659 2001-05-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22660
22661         * m4/dos.m4 (jm_AC_DOS): Check for _WIN32, __WIN32__, and __MSDOS__.
22662
22663 2001-05-20  Paul Eggert  <eggert@twinsun.com>
22664
22665         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME):
22666         Don't bother to check library strftime, since
22667         we'll be using our own my_strftime function anyway.
22668         Define my_strftime instead of strftime.
22669
22670 2001-05-20  Alexandre Duret-Lutz  <duret_g@epita.fr>
22671
22672         * lib/dirname.c (dir_name): Compute append_dot using path, not newpath
22673         which is not yet declared.
22674
22675 2001-05-15  Jim Meyering  <meyering@lucent.com>
22676
22677         * m4/regex.m4: Use proper quoting so brackets appear in the test
22678         program.
22679         Reported by, and with help from, Bruno Haible.
22680
22681 2001-05-13  Jim Meyering  <meyering@lucent.com>
22682
22683         * m4/jm-macros.m4 (major_t, minor_t): Define to unsigned int if
22684         undefined.
22685
22686 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22687
22688         dirname code cleanup.  base_name now behaves more compatibly
22689         with POSIX basename when given file names that have trailing
22690         slashes, and similarly for dir_name.  Add new primitives
22691         base_len and dir_len.  Put the directory-name-related decls
22692         into dirname.h.
22693
22694         * lib/addext.c (ISSLASH, base_name): Remove; now in dirname.h.
22695         * lib/backupfile.c (base_name): Likewise.
22696         * lib/basename.c (FILESYSTEM_PREFIX_LEN, PARAMS, ISSLASH): Likewise.
22697         * lib/dirname.c (FILESYSTEM_PREFIX_LEN, ISSLASH): Likewise.
22698         * lib/makepath.c (strip_trailing_slashes): Likewise.
22699         * lib/path-concat.c (DIRECTORY_SEPARATOR, FILESYSTEM_PREFIX_LEN,
22700         ISSLASH): Likewise.
22701         * lib/rename.c (strip_trailing_slashes): Likewise.
22702         * lib/same.c (base_name): Likewise.
22703         * lib/stripslash.c (ISSLASH): Likewise.
22704
22705         * lib/addext.c: Include <dirname.h> after size_t is defined.
22706         * lib/backupfile.c: Likewise.
22707
22708         * lib/addext.c (addext): Use base_len to trim redundant
22709         trailing slashes instead of doing it ourselves.
22710         But do not trim the last slash if it is not redundant.
22711
22712         * lib/backupfile.c (find_backup_file_name,
22713         max_backup_version): Use base_len instead of rolling it ourselves.
22714         Handle the case of "" and (on DOS) "C:" correctly.
22715
22716         * lib/basename.c: Do not include <stdio.h>, <assert.h>; no longer
22717         needed. Include <string.h>, <dirname.h>.
22718         (base_name): Allow file names ending in slashes, other than names
22719         that are all slashes.  In this case, return the basename followed
22720         by the slashes.  This is more general, and can be used in places
22721         where the original base_name purposely had an assertion failure.
22722         (base_len): New function.
22723
22724         * lib/dirname.c: Include <string.h> instead of <stdlib.h>.
22725         Do not include <assert.h>; no longer needed.
22726         Include xalloc.h.
22727         (memrchr): Remove decl.
22728         (dir_name_r): Remove.
22729         (dir_len): Renamed from dirlen.  All callers changed.
22730         Rewrite in terms of base_name, for simplicity and consistency.
22731         (dir_name): Never return NULL.  All callers changed.
22732         Do not include <stdlib.h> in test program; no longer needed.
22733         return 0; is fine for test program.
22734
22735         * lib/dirname.h (DIRECTORY_SEPARATOR, ISSLASH, FILESYSTEM_PREFIX_LEN):
22736         New macros.
22737         (base_name, base_len, dir_len, strip_trailing_slashes): New decls.
22738
22739         * lib/path-concat.c (path_concat): Use base_len to compute
22740         base length, not strlen; this means we cannot rely on memcpy
22741         to null-terminate.
22742
22743         * lib/same.c (STREQ): Remove.
22744         (same_name): Handle the case where the basename ends in trailing '/'.
22745
22746         * lib/stripslash.c (strip_trailing_slashes): Return nonzero if
22747         a slash was stripped.  Do not strip the last slash after a
22748         file system prefix.
22749
22750 2001-05-11  Paul Eggert  <eggert@twinsun.com>
22751
22752         * lib/Makefile.am (libfetish_a_SOURCES):
22753         Add strftime.c, since we now compile it on all hosts.
22754
22755         * lib/strftime.c (my_strftime):
22756         Define to nstrftime if emacs, but only if my_strftime is not defined.
22757         (extra_args, extra_args_spec, extra_args_spec_iso): Rename from
22758         ut_argument, ut_argument_spec, ut_argument_spec_iso, respectively.
22759         Add one more extra argument: a nanoseconds value.
22760         All uses changed.
22761         (ns): New macro.
22762         (my_strftime function): Add %N format.
22763         (emacs_strftimeu): Renamed from emacs_strftime,
22764         with extra ut argument.
22765
22766 2001-05-09  Paul Eggert  <eggert@twinsun.com>
22767
22768         * m4/jm-macros.m4 (jm_MACROS): Do not check for fseeko; no longer used.
22769
22770 2001-04-21  Jim Meyering  <meyering@lucent.com>
22771
22772         * m4/rmdir-errno.m4: Write to a new file, so that a restrictive umask
22773         doesn't interfere.
22774
22775 2001-04-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
22776
22777         * m4/ftruncate.m4: Check for chsize.
22778         Link with ftruncate.o unconditionally if ftruncate is missing.
22779         This was required when cross-compiling to i586-mingw32msvc.
22780
22781 2001-04-08  Jim Meyering  <meyering@lucent.com>
22782
22783         * lib/getdate.y (get_date): Set tm_isdst to -1 to ensure that it is
22784         recomputed; that's necessary when the offset spans a DST transition.
22785         Patch by David J. MacKenzie.  Reported by Hon-Yin Kok.
22786
22787 2001-04-02  Jim Meyering  <meyering@lucent.com>
22788
22789         * lib/regex.h, regex.c: Update from GNU libc.
22790
22791 2001-03-24  Jim Meyering  <meyering@lucent.com>
22792
22793         * m4/jm-macros.m4: Require autoconf-2.49d.
22794
22795 2001-03-20  Bruno Haible  <haible@clisp.cons.org>
22796
22797         * m4/iconv.m4 (jm_ICONV): Recommend GNU libiconv.
22798
22799 2001-03-19  Paul Eggert  <eggert@twinsun.com>
22800
22801         * lib/version-etc.c (version_etc_copyright): Update to 2001.
22802
22803 2001-03-17  Jim Meyering  <meyering@lucent.com>
22804
22805         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Remove my copy of AC_FUNC_MEMCMP,
22806         now that the version in autoconf is equivalent.
22807         (jm_FUNC_MEMCMP): Adjust to use AC_FUNC_MEMCMP.
22808
22809         * m4/error.m4 (jm_PREREQ_ERROR): Invoke AC_FUNC_STRERROR_R.
22810         Suggestion from Akim Demaille.
22811
22812         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_TEMPNAME.
22813         (jm_PREREQ_TEMPNAME): New function.
22814
22815 2001-03-16  Paul Eggert  <eggert@twinsun.com>
22816
22817         * lib/tempname.c (uint64_t): Define to uintmax_t if
22818         not defined, and if UINT64_MAX is not defined.
22819         Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
22820         Reported by John David Anglin.
22821
22822 2001-03-15  Bruno Haible  <haible@clisp.cons.org>
22823
22824         * lib/localcharset.c (locale_charset): Allow wildcard syntax. Also
22825         resolve alias if codeset is empty.
22826         * lib/config.charset (BeOS): Use wildcard syntax.
22827
22828 2001-03-13  Jim Meyering  <meyering@lucent.com>
22829
22830         * lib/path-concat.c (path_concat)
22831         [FILESYSTEM_ACCEPTS_DRIVE_LETTER_PREFIX]: Don't insert a backslash when
22832         concatenating e.g., `C:' and `foo'.
22833         From Bruno Haible.
22834
22835 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22836
22837         * lib/localcharset.c (locale_charset): Don't use
22838         setlocale(LC_CTYPE,NULL). Don't return NULL.
22839         * lib/unicodeio.c (print_unicode_char): Simplify accordingly.
22840
22841 2001-03-06  Bruno Haible  <haible@clisp.cons.org>
22842
22843         * lib/config.charset: Update for FreeBSD 4.2 and OSF/1 5.1. Add
22844         support for DOS/DJGPP.
22845
22846 2001-03-01  Paul Eggert  <eggert@twinsun.com>
22847
22848         * m4/jm-macros.m4 (jm_MACROS): Use mkstemp replacement if the system
22849         lacks mkstemp.  Compile our own tempname.c if we compile our own
22850         mkstemp.c, as mkstemp relies on tempname.
22851
22852 2001-03-01  Jim Meyering  <meyering@lucent.com>
22853
22854         * m4/dos.m4 (jm_AC_DOS): Remove extra backslashes, now that
22855         AH_VERBATIM really does output its argument verbatim.
22856
22857 2001-02-28  Paul Eggert  <eggert@twinsun.com>
22858
22859         * lib/Makefile.am (libfetish_a_SOURCES):
22860         Add dup-safer.c, fopen-safer.c.
22861         (noinst_HEADERS): Add stdio-safer.h, unistd-safer.h.
22862
22863         * lib/dup-safer.c, lib/fopen-safer.c, lib/stdio-safer.h:
22864         * lib/unistd-safer.h: New files.
22865
22866 2001-02-25  Paul Eggert  <eggert@twinsun.com>
22867
22868         The mkstemp replacement is taken from glibc 2.2.2, with some
22869         portability fixes for use outside glibc, as follows:
22870
22871         * lib/tempname.c (struct_stat64): New macro.
22872         (direxists, __gen_tempname): Use it.
22873         This avoids a portability problem with Solaris 8.
22874
22875         * lib/tempname.c (<config.h>): Include if HAVE_CONFIG_H.
22876         (<stddef.h>, <stdint.h>, <string.h>):
22877         Include only if STDC_HEADERS || _LIBC.
22878         (<fcntl.h>): Include only if HAVE_FCNTL_H || _LIBC.
22879         (<unistd.h>): Include only if HAVE_UNISTD_H || _LIBC.
22880         (<sys/time.h>): Include only if HAVE_SYS_TIME_H || _LIBC.
22881         (__set_errno): Define this macro if <errno.h> doesn't.
22882         (P_tmpdir, TMP_MAX, __GT_FILE, __GT_BIGFILE, __GT_DIR, __GT_NOCREATE):
22883         Define these macros if <stdio.h> doesn't.
22884         (S_ISDIR, S_IRUSR, S_IWUSR, S_IXUSR):
22885         Define these macros if <sys/stat.h>
22886         doesn't.  Ignore <sys/stat.h> S_ISDIR if STAT_MACROS_BROKEN.
22887         (stat64, __getpid, __gettimeofday, __mkdir, __open, __open64, lxstat64,
22888         __xstat64): Define if not _LIBC.
22889         (__secure_getenv): Define if ! (HAVE___SECURE_GETENV || _LIBC).
22890         (__gen_tempname): Invoke gettimeofday only if
22891         HAVE_GETTIMEOFDAY || _LIBC;
22892         otherwise, fall back on plain "time".
22893         Use macros like S_IRUSR | S_IWUSR rather than octal values like 0600.
22894
22895         * lib/mkstemp.c (__GT_FILE): Define to zero if not defined.
22896
22897         * lib/mkstemp.c, lib/tempname.c: New files, taken from glibc 2.2.2.
22898
22899 2001-02-18  Paul Eggert  <eggert@twinsun.com>
22900
22901         * m4/jm-macros.m4 (jm_CHECK_ALL_HEADERS): Check for sys/resource.h.
22902
22903 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22904
22905         * m4/mbrtowc.m4: New file, defining jm_FUNC_MBRTOWC.
22906         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH):
22907         Use jm_FUNC_MBRTOWC, not AC_CHECK_FUNCS(mbrtowc).
22908         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Likewise.
22909
22910 2001-02-17  Paul Eggert  <eggert@twinsun.com>
22911
22912         * lib/mbswidth.c, quotearg.c (mbrtowc, mbsinit):
22913         Remove workaround macros for hosts that have mbrtowc but not
22914         mbstate_t, as we now insist on proper declarations for both
22915         before using mbrtowc.
22916
22917 2001-02-17  Jim Meyering  <meyering@lucent.com>
22918
22919         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Don't check for
22920         getmntent via AC_CHECK_FUNCS, since that would get a `no' and disrupt
22921         further attempts by AC_FUNC_GETMNTENT to check with e.g., -lgen on
22922         UnixWare 7.1.1.
22923
22924         * m4/mbrtowc.m4 (jm_FUNC_MBRTOWC): Adapt to use AC_CACHE_CHECK etc.,
22925         rather than AC_CACHE_VAL.
22926
22927 2001-02-17  Jim Meyering  <meyering@lucent.com>
22928
22929         * lib/strtoul.c: Sync from GNU libc.  Use double quotes, not <...>
22930         around included file name.
22931
22932         * lib/strnlen.c (__strnlen): Merge in a change from GNU libc.
22933
22934         * lib/strftime.c: Update from GNU libc (the only changes were to
22935         comments).
22936
22937 2001-02-17  Jim Meyering  <meyering@lucent.com>
22938
22939         * lib/regex.c: Update from libc.
22940
22941 2001-02-17  Bruno Haible  <haible@clisp.cons.org>
22942
22943         * lib/mbswidth.h (mbswidth): Also define as macro, to avoid prototype
22944         clash.
22945
22946 2001-02-16  Paul Eggert  <eggert@twinsun.com>
22947
22948         * lib/alloca.c (malloc): Undef before defining, since stdlib.h
22949         may have defined it.  Needed for Encore Umax-3.0.9.16b systems.
22950         Reported by Mark Hounschell via Paul Eggert.
22951
22952 2001-02-07  Jim Meyering  <meyering@lucent.com>
22953
22954         * m4/regex.m4 (jm_INCLUDED_REGEX): Add a test for the latest bug.
22955
22956 2001-02-05  Jim Meyering  <meyering@lucent.com>
22957
22958         * m4/jm-macros.m4: Require autoconf-2.14d (not yet released), because
22959         it includes the patch required for `large file' support with at least
22960         HP-UX's 10.20 /bin/cc.
22961
22962 2001-02-03  Jim Meyering  <meyering@lucent.com>
22963
22964         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Restore prior use of
22965         AS_IF, now that it works once again (mysteriously).
22966         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22967
22968 2001-01-30  Jim Meyering  <meyering@lucent.com>
22969
22970         Don't use filenames that are 8.3-equivalent to "conftest" on DOS.
22971         * m4/chown.m4: Rename conftestchown to conftest.chown.
22972         * m4/rename.m4: s/conftestdir/conftest.d1/ and
22973         s/conftestdir2/conftest.d2/.
22974         * m4/utimes.m4: s/conftestdata/conftest.data/
22975         Inspired by Pavel Roskin's change in autoconf.
22976
22977 2001-01-30  Bruno Haible  <haible@clisp.cons.org>
22978
22979         * lib/config.charset: Update for FreeBSD 4.2.
22980
22981 2001-01-27  Jim Meyering  <meyering@lucent.com>
22982
22983         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Open-code what was
22984         a use of AS_IF.
22985         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Likewise.
22986
22987 2001-01-26  Jim Meyering  <meyering@lucent.com>
22988
22989         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Check for stddef.h, now that
22990         quotearg.c includes it.
22991
22992 2001-01-26  Jim Meyering  <meyering@lucent.com>
22993
22994         * lib/quotearg.c: Include stddef.h.
22995         * lib/quote.c: Include stddef.h.
22996         Reported by Axel Kittenberger.
22997
22998         * lib/xmalloc.c [HAVE_DONE_WORKING_MALLOC_CHECK]: Enclose error-evoking
22999         line in double quotes so that it evokes a better diagnostic.
23000         [HAVE_DONE_WORKING_REALLOC_CHECK]: Likewise.
23001         Reported by Axel Kittenberger.
23002
23003 2001-01-24  Stefan Monnier  <monnier@cs.yale.edu>
23004
23005         * regex.c (mutually_exclusive_p): Don't blindly handle `charset_not'
23006         as if it was a `charset'.
23007
23008 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23009
23010         * m4/iconv.m4 (jm_ICONV): Also check whether the iconv declaration
23011         has const.
23012
23013 2001-01-21  Bruno Haible  <haible@clisp.cons.org>
23014
23015         * lib/unicodeio.c (print_unicode_char): Cast the second iconv() arg,
23016         to avoid a warning.  Add back 'const' to inptr.
23017
23018 2001-01-20  Jim Meyering  <meyering@lucent.com>
23019
23020         Be sure that headers are checked before used in code compiled
23021         for the type checks.
23022         * m4/jm-macros.m4 (jm_MACROS): Remove all header checks.
23023         In place of that, invoke jm_CHECK_ALL_TYPES.
23024         (jm_CHECK_ALL_HEADERS): New functions with the above checks.
23025         (jm_CHECK_ALL_TYPES): Require jm_CHECK_ALL_HEADERS.
23026         Alan Iwi reported a build failure on an f300-fujitsu-uxpv4.1_ES;
23027         The check for ssize_t was mistakenly run before the test for unistd.h.
23028
23029         The configure-time check for stdbool.h was missing.
23030         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_HASH.
23031         (jm_PREREQ_HASH): New function.
23032
23033 2001-01-17  Jim Meyering  <meyering@lucent.com>
23034
23035         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use AS_IF, not AS_IFELSE,
23036         for autoconf-2.49c.
23037         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Likewise.
23038
23039 2001-01-16  Jim Meyering  <meyering@lucent.com>
23040
23041         * lib/basename.c: Include <stdio.h>, needed by assert on SunOS 4.
23042         From Bruno Haible.
23043
23044 2001-01-14  Jim Meyering  <meyering@lucent.com>
23045
23046         * m4/rename.m4: Use temporary directories named conftestdir{,2}, not
23047         foo and bar.  Create conftestdir/ in the script, not in the C code.
23048         Remove directories in the script, not in the C code.
23049         Remove conftestdir{,2} before trying to create the directory.
23050         Make the entire configure script fail if the mkdir fails.
23051
23052 2001-01-14  Jim Meyering  <meyering@lucent.com>
23053
23054         * lib/rename.c: New file.  From Volker Borchert.
23055         Include stdlib.h, string.h or strings.h, and xalloc.h.
23056         Use strip_trailing_slashes rather than open-coding it.
23057
23058 2001-01-03  Paul Eggert  <eggert@twinsun.com>
23059
23060         * lib/strftime.c: Sync with glibc time/strftime.c 1.81.
23061
23062 2001-01-03  Jim Meyering  <meyering@lucent.com>
23063
23064         * lib/unicodeio.c (print_unicode_char): Remove `const' from declaration
23065         of local `inptr' to avoid warning with some system declarations of
23066         iconv.
23067
23068 2001-01-02  Volker Borchert  <bt@teknon.de>
23069
23070         * m4/rename.m4: New file.
23071         * m4/jm-macros.m4 (jm_MACROS): Require vb_FUNC_RENAME.
23072
23073 2001-01-01  Jim Meyering  <meyering@lucent.com>
23074
23075         * m4/prereq.m4 (jm_PREREQ_READUTMP): Include utmp.h (if available),
23076         even on systems with utmpx.h.  It's necessary for the declaration of
23077         utmp's ut_user member.  Reported by Andreas Jaeger.
23078
23079         * m4/check-decl.m4 (jm_CHECK_DECLS): Include grp.h and pwd.h if
23080         available. They are required for the declarations of getgrgid and
23081         getpwuid resp.
23082         (_jm_DECL_HEADERS): Check for grp.h and pwd.h.
23083         Reported by Andreas Jaeger.
23084
23085 2001-01-01  Alexandre Duret-Lutz  <duret_g@epita.fr>
23086
23087         * m4/libintl.m4 (AM_GNU_GETTEXT): Define MKINSTALLDIRS by
23088         expanding the value of $ac_aux_dir, as in AM_MISSING_HAS_RUN,
23089         so `make install' also works in VPATH builds.
23090
23091 2000-12-31  Alexandre Duret-Lutz  <duret_g@epita.fr>
23092
23093         * m4/libintl.m4 (AM_WITH_NLS): When using AC_CONFIG_AUX_DIR,
23094         prepend $(top_srcdir) to the value of MKINSTALLDIRS so that it
23095         can be used in subdirectories.
23096
23097 2000-12-29  Paul Eggert  <eggert@twinsun.com>
23098
23099         * lib/modechange.c: Do not assume that mode_t uses the
23100         traditional octal encoding.  E.g. "chmod 1 FOO" should set
23101         the other-execute bit of FOO even if S_IXOTH != 1.
23102
23103         (SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
23104         WOTH, XOTH, ALLM): New macros.
23105         (S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
23106          S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
23107         Use them.
23108         (S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
23109         (S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
23110         (mode_compile):
23111         No need to use uintmax_t; unsigned long is long enough.
23112         Don't bother to get suffix since we don't use it.
23113
23114 2000-12-26  Jim Meyering  <meyering@lucent.com>
23115
23116         * m4/dos.m4 (jm_AC_DOS): Rewrite (though it's still a stub) to work
23117         better with autoheader.
23118
23119 2000-12-24  Jim Meyering  <meyering@lucent.com>
23120
23121         * lib/hash.c (is_prime): Return explicit boolean values.
23122         (hash_get_first): Return NULL to appease Irix5.6's 89.
23123         Reported by Nelson Beebe.
23124
23125 2000-12-19  Bruno Haible  <haible@clisp.cons.org>
23126
23127         * lib/localcharset.c (locale_charset): Add support for Win32.
23128
23129 2000-12-18  Paul Eggert  <eggert@twinsun.com>
23130
23131         * lib/physmem.h, lib/physmem.c: New files.
23132
23133         * lib/Makefile.am (libfetish_a_SOURCES): Add physmem.c.
23134         (noinst_HEADERS): Add physmem.h.
23135
23136         * lib/xstrtol.c (__xstrtol): Add undocumented suffixes 'g' and
23137         't' for compatibility with Solaris 8 sort.
23138
23139 2000-12-18  Bruno Haible  <haible@clisp.cons.org>
23140
23141         * lib/config.charset: Add support for BeOS.
23142
23143 2000-12-17  Jim Meyering  <meyering@lucent.com>
23144
23145         * m4/dos.m4 (jm_AC_DOS): New file and macro.
23146         * m4/jm-macros.m4 (jm_MACROS): Require jm_AC_DOS.
23147
23148 2000-12-16  Jim Meyering  <meyering@lucent.com>
23149
23150         This bug had a serious impact on chown: `chown N:M FILE' (for integer
23151         N and M) would have treated it like `chown N:N FILE'.
23152
23153         * lib/userspec.c (parse_user_spec): Fix typo: s/u/g/.
23154
23155 2000-12-16  Jim Meyering  <meyering@lucent.com>
23156
23157         * lib/getusershell.c [!SHELLS_FILE && __DJGPP__]: Define
23158         SHELLS_FILE to a file name that's useful on djgpp systems.
23159         Include stdlib.h.
23160         (ADDITIONAL_DEFAULT_SHELLS): Define.
23161         (default_shells): Prepend ADDITIONAL_DEFAULT_SHELLS.
23162         Based mostly on a patch from Prashant TR.
23163
23164 2000-12-16  Bruno Haible  <haible@clisp.cons.org>
23165
23166         * lib/config.charset: Add ISO-8859-3, BIG5HKSCS, GB18030, JOHAB,
23167         VISCII, CP874, CP949, CP950, CP1250, CP1253, CP1254, CP1255, CP1256,
23168         CP1257 to the list of canonical encodings. Rename EUC-CN to GB2312.
23169
23170 2000-12-08  Andreas Schwab  <schwab@suse.de>
23171
23172         * lib/mbswidth.c (mbsnwidth): Don't loop endlessly when called with an
23173         invalid mulitbyte sequence and with the MBSW_ACCEPT_INVALID flag set.
23174
23175 2000-12-07  Jim Meyering  <meyering@lucent.com>
23176
23177         * lib/stripslash.c (ISSLASH): Define.
23178         (strip_trailing_slashes): Use ISSLASH rather than comparing against
23179         `/'.
23180         From Prashant TR.
23181
23182         * lib/dirname.c (FILESYSTEM_PREFIX_LEN): Define.
23183         (dir_name_r): Declare this function as static.
23184         [BACKSLASH_IS_PATH_SEPARATOR]: Fix a bug that'd
23185         manifest itself on a name containing a mix of slashes and
23186         backslashes.
23187         Make this function work with names starting with a DOS-style
23188         drive letter and colon prefix.
23189         (dir_name): Append `.' if necessary.
23190         Based mostly on patches from Prashant TR and Eli Zaretskii.
23191
23192         * lib/dirname.h (dir_name_r): Remove prototype.
23193
23194 2000-12-06  Paul Eggert  <eggert@twinsun.com>
23195
23196         * m4/off_t-format.m4: Remove this file.
23197         * m4/jm-macros.m4 (jm_MACROS): Remove jm_SYS_OFF_T_PRINTF_FORMAT.
23198
23199 2000-12-06  Jim Meyering  <meyering@lucent.com>
23200
23201         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): If we need the
23202         replacement strtoull, we may well need the replacement strtoul, too.
23203         Check for declarations of strtoul and strtoull.
23204         Check for strtol.  Mainly as a cue to cause automake to include
23205         strtol.c -- that file is included by each of strtoul.c and strtoull.c.
23206         Check for limits.h -- strtol.c needs it.
23207
23208 2000-12-05  Jim Meyering  <meyering@lucent.com>
23209
23210         * lib/dirname.c (dir_name_r): Add `const' in a few local declarations.
23211
23212 2000-12-04  Jim Meyering  <meyering@lucent.com>
23213
23214         * lib/path-concat.c: [!HAVE_DECL_MALLOC]: Declare malloc.
23215         Also include memory.h, stdlib.h, unistd.h if appropriate.
23216         Reported by Andreas Jaeger (conflicting declaration of malloc).
23217
23218 2000-12-02  Jim Meyering  <meyering@lucent.com>
23219
23220         * m4/off_t-format.m4 (OFF_T_PRINTF_FORMAT_STRING): New file/macro.
23221         * m4/jm-macros.m4 (jm_MACROS): require it.
23222
23223 2000-12-02  Jim Meyering  <meyering@lucent.com>
23224
23225         * lib/closeout.h: Make idempotent, to avoid some obscure warnings.
23226
23227 2000-12-01  Paul Eggert  <eggert@twinsun.com>
23228
23229         * lib/memrchr.c: Include <config.h> before any system include file.
23230
23231 2000-11-30  Jim Meyering  <meyering@lucent.com>
23232
23233         * m4/jm-macros.m4 (jm_MACROS): Check for stdint.h.
23234
23235 2000-11-30  Jim Meyering  <meyering@lucent.com>
23236
23237         * m4/getloadavg.m4: s/ifval/m4_ifval/ to accommodate new autoconf.
23238
23239 2000-11-29  Paul Eggert  <eggert@twinsun.com>
23240
23241         * lib/dirname.c (dir_name_r): Fix typo: int -> size_t.
23242
23243 2000-11-26  Jim Meyering  <meyering@lucent.com>
23244
23245         * lib/memcoll.c: Include sys/types.h.  From Werner Almesberger.
23246
23247 2000-11-22  Paul Eggert  <eggert@twinsun.com>
23248
23249         * lib/strftime.c (my_strftime): Do not invoke mbrlen with a
23250         size of (size_t) -1; it's not portable.
23251
23252 2000-11-17  Jim Meyering  <meyering@lucent.com>
23253
23254         * lib/strstr.c: Update from GNU libc.
23255
23256 2000-11-17  Akim Demaille  <akim@epita.fr>
23257
23258         * lib/obstack.h: Formatting changes.
23259         (obstack_grow, obstack_grow0): Don't cast WHERE at all: that would
23260         prevent type checking.
23261         (obstack_ptr_grow, obstack_ptr_grow_fast): When assigning, don't
23262         cast the value to (void *): assigning a `foo *' to a `void *'
23263         variable is valid.
23264         (obstack_int_grow, obstack_int_grow_fast): Don't cast AINT to int.
23265
23266 2000-11-16  Jim Meyering  <meyering@lucent.com>
23267
23268         * lib/strverscmp.c: Incorporate weak-alias-related changes from glibc.
23269
23270 2000-11-11  Jim Meyering  <meyering@lucent.com>
23271
23272         * lib/error.c: Add a couple #includes, merging from GNU libc version.
23273
23274 2000-11-10  Jim Meyering  <meyering@lucent.com>
23275
23276         * lib/obstack.h: Update from GNU libc.
23277         * lib/obstack.c: Likewise.
23278
23279 2000-11-08  Bruno Haible  <haible@clisp.cons.org>
23280
23281         * m4/jm-macros.m4 (jm_MACROS): Add test for wcrtomb.
23282
23283 2000-11-06  Paul Eggert  <eggert@twinsun.com>
23284
23285         * lib/getusershell.c (setusershell): Use rewind rather than
23286         fseek/fseeko, to avoid configuration hassles with fseeko.
23287         Don't bother opening SHELLS_FILE if shellstream is NULL;
23288         it's not necessary.
23289
23290 2000-11-05  Jim Meyering  <meyering@lucent.com>
23291
23292         * lib/makepath.h (make_dir): Declare.
23293         * lib/makepath.c (make_dir): Remove `static' attribute.
23294         Tweak a comment.
23295
23296 2000-11-04  Jim Meyering  <meyering@lucent.com>
23297
23298         * m4/regex.m4: Use the `m4_' prefix on `syscmd' and `m4_sysval'.
23299
23300 2000-11-04  Alexandre Duret-Lutz  <duret_g@epita.fr>
23301
23302         * lib/hash.c (hash_get_next): Fix a thinko:  when ENTRY is the
23303         last one in a bucket, advance to the next bucket.
23304
23305 2000-11-02  Vesselin Atanasov  <vesselin@bgnet.bg>
23306
23307         * lib/fnmatch.c: Do not comment out all the code if we are using
23308         the GNU C library, because in some cases we are replacing buggy
23309         code in the GNU C library itself.
23310
23311 2000-10-30  Stefan Monnier  <monnier@cs.yale.edu>
23312
23313         * regex.c (re_iswctype, re_wctype_to_bit): Fix braino.
23314         (regex_compile): Catch bogus \(\1\).
23315
23316 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23317
23318         * lib/fnmatch.c (FOLD): Do not assume that characters are unsigned.
23319         (fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs,
23320         e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
23321
23322 2000-10-30  Paul Eggert  <eggert@twinsun.com>
23323
23324         * lib/error.h, getline.h, modechange.h:
23325         Remove "2000" from Copyright line, as the file hasn't been
23326         changed this year other than in the copyright notice.
23327
23328         * lib/xalloc.h: Add "2000" to Copyright line, as this file
23329         was changed this year.
23330
23331 2000-10-29  Jim Meyering  <meyering@lucent.com>
23332
23333         * m4/fsusage.m4: s/AC_SHELL_IFELSE/AS_IFELSE/ to match autoconf
23334         renaming.
23335         * m4/ls-mntd-fs.m4: Likewise
23336
23337 2000-10-29  Jim Meyering  <meyering@lucent.com>
23338
23339         * lib/xstat.in: Fix grammar in comment.
23340
23341 2000-10-29  Greg Louis  <glouis@dynamicro.on.ca>
23342
23343         * lib/regex.h (__restrict_arr): Move definition out of #ifndef block.
23344         Required because egcs-2.91.66 (aka 1.1.2) defines __restrict, but
23345         doesn't define __restrict_arr.
23346
23347 2000-10-28  Jim Meyering  <meyering@lucent.com>
23348
23349         * m4/prereq.m4 (jm_PREREQ): Add jm_PREREQ_MEMCHR.
23350         (jm_PREREQ_MEMCHR): New function.
23351
23352 2000-10-28  Jim Meyering  <meyering@lucent.com>
23353
23354         * lib/memchr.c: Update from libc.
23355         Adjust for portability:
23356         [HAVE_STDLIB_H]: Include stdlib.h.
23357         [HAVE_BP_SYM_H || _LIBC]: Guard inclusion of bp-sym.h.
23358         Undef __memchr, too.
23359         [!weak_alias]: Define __memchr to memchr.
23360
23361         * lib/regex.c: Update from libc.
23362         * lib/regex.h: Likewise.
23363         * lib/getopt1.c: Likewise.
23364         * lib/memcmp.c: Likewise.
23365
23366         * lib/getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko.
23367         Avoid using fseek, when possible -- it's broken by design.
23368         Patch by Ulrich Drepper.
23369
23370 2000-10-27  Stefan Monnier  <monnier@cs.yale.edu>
23371
23372         * regex.c (POP_FAILURE_REG_OR_COUNT, re_match_2_internal)
23373         (re_match_2_internal, re_match_2_internal, re_match_2_internal):
23374         Giving in to popular pressure to shut up the compiler with casts.
23375
23376 2000-10-26  Jim Meyering  <meyering@lucent.com>
23377
23378         * lib/strftime.c: Update from libc.
23379
23380 2000-10-25  Stefan Monnier  <monnier@cs.yale.edu>
23381
23382         * regex.c: More `unsigned char' -> `re_char' changes.
23383         Also change several `int' into `re_wchar_t'.
23384         (PATTERN_STACK_EMPTY, PUSH_PATTERN_OP, POP_PATTERN_OP): Remove.
23385         (PUSH_FAILURE_POINTER): Don't cast any more.
23386         (POP_FAILURE_REG_OR_COUNT): Remove the cast that strips `const'.
23387         We want GCC to complain, since this piece of code makes
23388         re_match non-reentrant, which *should* be fixed.
23389         (GET_BUFFER_SPACE): Use size_t rather than unsigned long.
23390         (EXTEND_BUFFER): Use RETALLOC.
23391         (SET_LIST_BIT): Don't cast.
23392         (re_wchar_t): New type.
23393         (re_iswctype, re_wctype_to_bit): Make it crystal clear to GCC
23394         that those two functions will always properly return.
23395         (IMMEDIATE_QUIT_CHECK): Cast to void.
23396         (analyse_first): Use recursion rather than an explicit stack.
23397         (re_compile_fastmap): Can't fail anymore.
23398         (re_search_2): Don't check re_compile_fastmap for failure.
23399         (PUSH_NUMBER): Renamed from PUSH_FAILURE_COUNT.
23400         Now also sets the new value (passed in a new argument).
23401         (re_match_2_internal): Use it.
23402         Also, use a new var `reg' of type size_t when looping through regs
23403         rather than reuse the inappropriate `mcnt'.
23404
23405 2000-10-25  Jim Meyering  <meyering@lucent.com>
23406
23407         * lib/obstack.c: Update from libc.
23408
23409 2000-10-24  Kenichi Handa  <handa@etl.go.jp>
23410
23411         * regex.c (regex_compile): Change the way of handling a range from
23412         a char less than 256 to a char not less than 256.
23413
23414 2000-10-24  Andrew Innes  <andrewi@gnu.org>
23415
23416         * regex.c (IMMEDIATE_QUIT_CHECK): New macro, which does QUIT on
23417         NT-Emacs only.
23418         (re_match_2_internal): Use IMMEDIATE_QUIT_CHECK instead of QUIT,
23419         so that re_search functions only quit when callers expect them to.
23420
23421 2000-10-23  Jim Meyering  <meyering@lucent.com>
23422
23423         * lib/hard-locale.c (hard_locale): Revert last change -- it was simply
23424         wrong.  That set_locale call must not have any side effects.
23425         From Paul Eggert.
23426
23427 2000-10-22  Jim Meyering  <meyering@lucent.com>
23428
23429         * lib/md5.c (md5_process_block) [OP]: Use `rol', not CYCLIC.
23430         [CYCLIC]: Remove now-unused definition.
23431
23432         * lib/save-cwd.c (O_DIRECTORY): Define, if needed.
23433         (save_cwd) [HAVE_FCHDIR]: Use O_DIRECTORY when opening ".".
23434         Suggestion from Ulrich Drepper.
23435
23436 2000-10-21  Jim Meyering  <meyering@lucent.com>
23437
23438         * m4/check-decl.m4 (jm_CHECK_DECLS): Also check for memrchr.
23439         * m4/prereq.m4 (jm_PREREQ_DIRNAME): New macro.
23440         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memrchr.
23441
23442 2000-10-21  Jim Meyering  <meyering@lucent.com>
23443
23444         * lib/dirname.c (memrchr): Declare if necessary.
23445         (dir_name): Remove the restriction that there be no
23446         trailing slashes.  Now, this code skips past them, effectively
23447         ignoring them.
23448         [TEST_DIRNAME] (main): New unit tests.
23449
23450         * lib/memrchr.c: New file from GNU libc.
23451         Undef __memrchr, too.
23452         [!weak_alias]: Define __memrchr to memrchr.
23453         Guard weak_alias use with `#ifdef weak_alias'.
23454
23455 2000-10-21  Jim Meyering  <meyering@lucent.com>
23456
23457         * lib/dirname.c (dir_name_r): New function, factored out of dir_name.
23458         (dir_name): Use dir_name_r.
23459         * lib/dirname.h (dir_name_r): Declare it.
23460
23461 2000-10-17  Jim Meyering  <meyering@lucent.com>
23462
23463         * lib/quote.h (PARAMS): Define and use.
23464         Reported by Akim Demaille.
23465
23466         * lib/getopt.c: Update from libc.
23467
23468 2000-10-16  Jim Meyering  <meyering@lucent.com>
23469
23470         * lib/hard-locale.c (hard_locale): Use "", not 0 as 2nd arg to
23471         setlocale.
23472         From Jan Fedak.
23473
23474 2000-10-15  Stefan Monnier  <monnier@cs.yale.edu>
23475
23476         * regex.c (WIDE_CHAR_SUPPORT): Define if _LIBC as well.
23477
23478 2000-09-25  Jim Meyering  <meyering@lucent.com>
23479
23480         * lib/md5.h (rol): Define (from GnuPG).
23481
23482         * lib/sha.c: Give credit (GnuPG) where due.
23483         (M): Use rol rather than open-coding it.
23484         Add a FIXME comment.
23485
23486 2000-09-21  Jim Meyering  <meyering@lucent.com>
23487
23488         * lib/userspec.c (parse_user_spec): Remove debugging printf I'd added.
23489         Reported by Michael Stone.
23490
23491 2000-09-20  Jim Meyering  <meyering@lucent.com>
23492
23493         * lib/Makefile.am (libfetish_a_SOURCES): Add sha.c.
23494         (noinst_HEADERS): Add sha.h.
23495         Based on code from Scott G. Miller and from GnuPG.
23496
23497 2000-09-18  Jim Meyering  <meyering@lucent.com>
23498
23499         * m4/getloadavg.m4 (AC_FUNC_GETLOADAVG): Restore the initial value of
23500         LIBS. Otherwise, everyone ends up linking with -lelf for some
23501         configurations.
23502         Reported by Mike Stone.
23503
23504 2000-09-15  Jim Meyering  <meyering@lucent.com>
23505
23506         * lib/regex.c: Update from libc.
23507
23508 2000-09-10  Jim Meyering  <meyering@lucent.com>
23509
23510         * lib/getopt.c (_getopt_internal): Update from glibc.
23511
23512 2000-09-09  Jim Meyering  <meyering@lucent.com>
23513
23514         * lib/quotearg.c: Rename ISASCII to IN_CTYPE_DOMAIN, so people don't
23515         think it should be used as a general replacement for isascii.
23516         * lib/fnmatch.c: Likewise.
23517         * lib/mbswidth.c: Likewise
23518         * lib/regex.c: Likewise.
23519
23520         Don't use atoi.
23521         * lib/userspec.c: Include sys/param.h and limits.h.
23522         Include xstrtol.h.
23523         (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE_MAXIMUM): Define.
23524         (UID_T_MAX, GID_T_MAX, MAXUID, MAXGID): Define.
23525         (parse_user_spec): Use xstrtoul, not atoi when converting numeric
23526         UID, GID.  Check range.
23527
23528 2000-09-06  Jim Meyering  <meyering@lucent.com>
23529
23530         * lib/getopt.c (_getopt_internal): Update from glibc.
23531
23532 2000-08-30  Jim Meyering  <meyering@lucent.com>
23533
23534         * lib/strftime.c: Merge in changes from GNU libc.
23535
23536 2000-08-26  Jim Meyering  <meyering@lucent.com>
23537
23538         * m4/jm-macros.m4: Use jm_FUNC_FPENDING.
23539         * m4/fpending.m4: New file.
23540
23541 2000-08-26  Jim Meyering  <meyering@lucent.com>
23542
23543         * lib/closeout.c: Include "__fpending.h".
23544         (close_stdout_status): Return right away if there's nothing to flush.
23545
23546         * lib/Makefile.am (noinst_HEADERS): Add __fpending.h.
23547         * lib/__fpending.c: New file.
23548         * lib/__fpending.h: New file.
23549
23550 2000-08-20  Jim Meyering  <meyering@lucent.com>
23551
23552         * m4/check-decl.m4: Include utmp.h `#if HAVE_UTMP_H', rather than
23553         `#if !HAVE_UTMPX_H'.  The latter would lose on systems with neither
23554         utmp.h nor utmpx.h.  Reported by Eli Zaretskii.
23555
23556 2000-08-11  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
23557
23558         Improve fileutils installation on systems where running
23559         programs (like install) can't be unlinked.
23560         * m4/unlink-busy.m4 (jm_FUNC_UNLINK_BUSY_TEXT): New file/macro.
23561         * m4/jm-macros.m4: Use jm_FUNC_UNLINK_BUSY_TEXT.
23562
23563 2000-08-07  Paul Eggert  <eggert@twinsun.com>
23564
23565         Standardize on "memory exhausted" instead of "Memory exhausted"
23566         or "virtual memory exhausted".
23567         * lib/obstack.c (print_and_abort): Use "memory exhausted", not
23568         "virtual memory exhausted".
23569         * lib/same.c (same_name): Invoke xalloc_die instead of printing
23570         our own message.
23571         * lib/userspec.c (parse_user_spec): Likewise.
23572         * lib/bumpalloc.h: comment fix
23573         * lib/same.c, userspec.c: Include xalloc.h.
23574
23575         * lib/xalloc.h (xalloc_msg_memory_exhausted): Now char const[],
23576         not char *const and pointing to a constant array.
23577         * lib/xmalloc.c (xalloc_msg_memory_exhausted): Likewise.
23578         (xrealloc): Comment fix.
23579
23580         * lib/userspec.c (parse_user_spec):
23581         Don't translate a message until just before returning,
23582         to avoid unnecessary translation.
23583
23584 2000-08-07  Jim Meyering  <meyering@lucent.com>
23585
23586         * lib/addext.c, argmatch.c, argmatch.h, backupfile.h, bumpalloc.h,
23587         chown.c, diacrit.h, dirname.h, dup2.c, exclude.h, fileblocks.c,
23588         fnmatch.c, fnmatch.h, fsusage.c, fsusage.h, getdate.h,
23589         getgroups.c, gethostname.c, getopt.h, group-member.c,
23590         hard-locale.c, hash.h, isdir.c, lchown.c, linebuffer.c,
23591         linebuffer.h, long-options.h, malloc.c, md5.c, md5.h, memchr.c,
23592         memcmp.c, memcoll.c, memset.c, mktime.c, modechange.h, obstack.h,
23593         pathmax.h, realloc.c, rmdir.c, safe-read.c, save-cwd.c, stime.c,
23594         stpcpy.c, strcasecmp.c, strcspn.c, strdup.c, stripslash.c,
23595         strstr.c, strtod.c, strtol.c, strtoul.c, strtoull.c, strtoumax.c,
23596         utime.c, version-etc.h, xalloc.h, xstrdup.c, xstrtoumax.c,
23597         yesno.c: Back out Copyright date changes for each file with no change
23598         this year.  This eases coordination with other programs using the same
23599         source code modules.  From Paul Eggert.
23600
23601 2000-08-06  Paul Eggert  <eggert@twinsun.com>
23602
23603         * m4/mbstate_t.m4 (AC_MBSTATE_T): Define mbstate_t to be int,
23604         not char, for compatibility with glibc 2.1.3 strftime.c.
23605
23606 2000-08-03  Greg McGary  <greg@mcgary.org>
23607
23608         * lib/regex.c (SET_HIGH_BOUND, MOVE_BUFFER_POINTER,
23609         ELSE_EXTEND_BUFFER_HIGH_BOUND): New macros.
23610         (EXTEND_BUFFER): Use them.
23611
23612 2000-08-01  Jim Meyering  <meyering@lucent.com>
23613
23614         * lib/dirname.c (ISSLASH): Define.
23615         (BACKSLASH_IS_PATH_SEPARATOR): Define.
23616         (dir_name) [BACKSLASH_IS_PATH_SEPARATOR]: Handle the case in which
23617         both `\' and `/' may be use as path separators.
23618         Based on a patch from Prashant TR.
23619
23620 2000-07-31  Paul Eggert  <eggert@twinsun.com>
23621
23622         * lib/quotearg.c (quotearg_n_options): Don't make the initial
23623         slot vector a constant, since it might get modified.
23624
23625 2000-07-31  Jim Meyering  <meyering@lucent.com>
23626
23627         * lib/xmalloc.c: Use `virtual memory exhausted', not
23628         `Memory exhausted'.
23629         * lib/obstack.c (print_and_abort): Likewise.
23630
23631 2000-07-30  Paul Eggert  <eggert@twinsun.com>
23632
23633         * lib/quotearg.c (quotearg_n_options): Preallocate a slot 0
23634         buffer, so that the caller can always quote one small
23635         component of a "memory exhausted" message in slot 0.
23636         From a suggestion by Jim Meyering.
23637
23638 2000-07-30  Jim Meyering  <meyering@lucent.com>
23639
23640         * lib/makepath.c (make_path): Quote the other instance, too.
23641
23642         * lib/quotearg.c (N_STATIC_SLOTVECS): Define.
23643         (STATIC_BUF_SIZE): Define.
23644         (quotearg_n_options): Use only statically allocated storage when
23645         N < N_STATIC_SLOTVECS and the length of the quoted result is smaller
23646         than STATIC_BUF_SIZE.
23647
23648 2000-07-29  Jim Meyering  <meyering@lucent.com>
23649
23650         * lib/diacrit.c (diacrit_diac): Use __MSDOS__ in favor of MSDOS.
23651         * lib/dirname.c (dir_name): Likewise.
23652
23653         * lib/basename.c (base_name): Use ISSLASH rather than comparing against
23654         `/'.
23655
23656         * lib/dirname.c (dir_name) [MSDOS]: Declare `lim' to be const.
23657         (dir_name): Assert that there are no trailing slashes.
23658
23659 2000-07-29  Bruno Haible  <haible@clisp.cons.org>
23660
23661         * lib/mbswidth.h (mbswidth): Add a flags argument.
23662         (mbswidth): New declaration.
23663         (MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
23664         * lib/mbswidth.c (mbswidth): Add a flags argument.
23665         (mbsnwidth): New function.
23666
23667 2000-07-24  Jim Meyering  <meyering@lucent.com>
23668
23669         * lib/mbswidth.c: Remove useless #else.  From Bruno Haible.
23670
23671 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23672
23673         * m4/mbswidth.m4 (jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
23674
23675 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23676
23677         * lib/quotearg.c: Streamline by invoking multibyte code only if needed.
23678         <wchar.h>: Include only if HAVE_MBRTOWC && 1 < MB_LEN_MAX.
23679         (MB_CUR_MAX): Redefine to 1 if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX).
23680         (quotearg_buffer_restyled): If a unibyte locale, don't bother to
23681         invoke multibyte primitives.
23682
23683 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23684
23685         * lib/quotearg.c:
23686         Include <wchar.h> even if ! (HAVE_MBRTOWC && 1 < MB_LEN_MAX),
23687         so that mbstate_t is always defined.
23688
23689         Do not inspect MB_LEN_MAX, since it's incorrectly defined to
23690         be 1 in at least one GCC installation, and this configuration
23691         error is likely to be common.  Ignoring MB_LEN_MAX hurts
23692         performance on hosts that have mbrtowc but have only unibyte
23693         locales, but I assume these hosts are rare.
23694
23695 2000-07-23  Paul Eggert  <eggert@twinsun.com>
23696
23697         * lib/mbswidth.c (_XOPEN_SOURCE):
23698         Don't define; this causes problems on Solaris 7.
23699         (wcwidth) [!HAVE_DECL_WCWIDTH]: Declare.
23700
23701 2000-07-23  Jim Meyering  <meyering@lucent.com>
23702
23703         * m4/check-decl.m4 (jm_CHECK_DECLS): Check for declarations of these,
23704         too: getgrgid, getpwuid, getuid.
23705
23706 2000-07-23  Jim Meyering  <meyering@lucent.com>
23707
23708         * lib/basename.c (base_name): Add an assertion.
23709
23710 2000-07-23  Bruno Haible  <haible@clisp.cons.org>
23711
23712         * lib/quotearg.c: When the system forces us to redefine mbstate_t,
23713         shadow its mbsinit function.
23714
23715 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23716
23717         * lib/mbswidth.h: New file.
23718         * lib/mbswidth.c: New file.
23719         * lib/Makefile.am (libfetish_a_SOURCES): Add mbswidth.c.
23720         (noinst_HEADERS): Add mbswidth.h.
23721
23722 2000-07-17  Bruno Haible  <haible@clisp.cons.org>
23723
23724         * lib/config.charset: Add support for FreeBSD. Improve support for
23725         HP-UX and IRIX 6.
23726
23727 2000-07-16  Bruno Haible  <haible@clisp.cons.org>
23728
23729         * m4/mbswidth.m4: New file.
23730         * m4/prereq.m4 (jm_PREREQ): Call jm_PREREQ_MBSWIDTH.
23731
23732 2000-07-15  Jim Meyering  <meyering@lucent.com>
23733
23734         * lib/makepath.c: Include quote.h.
23735         (make_path): Convert "`%s'" in format strings to "%s", and wrap each
23736         corresponding argument in a `quote (...)' call.
23737         Give better diagnostics.
23738
23739         * lib/Makefile.am (libfetish_a_SOURCES): Add quote.c.
23740         (noinst_HEADERS): Add quote.h.
23741
23742         * lib/quote.c (quote, quote_n): New file.  Two functions taken verbatim
23743         from tar's src/misc.c.
23744         * lib/quote.h: New file.  Prototypes for same.
23745
23746 2000-07-14  Paul Eggert  <eggert@twinsun.com>
23747
23748         From a suggestion by Bruno Haible.
23749         * lib/quotearg.c (mbrtowc): Do not use HAVE_WCHAR_H in the definition.
23750         Use defined mbstate_t, not HAVE_MBSTATE_T_OBJECT,
23751         to decide whether to define the BeOS workaround macro;
23752         this adjusts to the change to AC_MBSTATE_T.
23753
23754 2000-07-14  Jim Meyering  <meyering@lucent.com>
23755
23756         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Require
23757         jm_AC_TYPE_UINTMAX_T.
23758
23759 2000-07-13  Paul Eggert  <eggert@twinsun.com>
23760
23761         * lib/quotearg.h (enum quoting style): New enum clocale_quoting_style.
23762
23763         * lib/quotearg.c (quoting_style_args, quoting_style_vals,
23764         quotearg_buffer_restyled): Add support for
23765         clocale_quoting_style.  Undo previous change to
23766         locale_quoting_style behavior, and undo the "{LEFT QUOTATION MARK}"
23767         and "{RIGHT QUOTATION MARK}" msgids.
23768
23769 2000-07-10  Paul Eggert  <eggert@twinsun.com>
23770
23771         From a suggestion by Bruno Haible.
23772         * m4/mbstate_t.m4 (AC_MBSTATE_T):
23773         Renamed from AC_MBSTATE_T_OBJECT.  All uses changed.
23774         Change from a two-part test, which defines both HAVE_MBSTATE_T_OBJECT
23775         and mbstate_t, to a single-part test that simply defines mbstate_t.
23776         * m4/prereq.m4 (jm_PREREQ_QUOTEARG):
23777         s/AC_MBSTATE_T_OBJECT/AC_MBSTATE_T/.
23778
23779 2000-07-10  Jim Meyering  <meyering@lucent.com>
23780
23781         * m4/strerror_r.m4: Mirror the correction made in autoconf.
23782
23783         * m4/gnu-source.m4: Output to confdefs.h directly.
23784         Suggestion from Akim Demaille.
23785
23786 2000-07-09  Paul Eggert  <eggert@twinsun.com>
23787
23788         The old behavior of quoting `like this' doesn't look good with
23789         newer, ISO-style fonts.  See:
23790         http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
23791
23792         Instead, quote "like this" by default.  Let the translator
23793         tailor the locale-specific quoting behavior by providing
23794         translations for {LEFT QUOTATION MARK} and {RIGHT QUOTATION MARK}.
23795
23796         * lib/quotearg.c (N_): New macro.
23797         (gettext_default): New function.
23798         (quotearg_buffer_restyled): Use
23799         gettext_default ("{LEFT QUOTATION MARK}", "\"") for left quote, and
23800         gettext_default ("{RIGHT QUOTATION MARK}", "\"") for right quote.
23801
23802 2000-07-09  Jim Meyering  <meyering@lucent.com>
23803
23804         * m4/jm-macros.m4 (jm_MACROS): Add a test to see if -lm is required
23805         to link seq.  If so, set SEQ_LIBM to -lm.  From Bruno Haible.
23806
23807         * m4/gnu-source.m4 (AC__GNU_SOURCE): New file/macro.
23808         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require it.
23809
23810 2000-07-09  Jim Meyering  <meyering@lucent.com>
23811
23812         * lib/Most files: Update copyright dates to include 2000.
23813
23814 2000-07-08  Jim Meyering  <meyering@lucent.com>
23815
23816         * lib/xgethostname.c (ENAMETOOLONG): Define to an unlikely value
23817         if not defined.
23818         (xgethostname): Remove now-unnecessary #ifdef.
23819         Move declaration of `err' into loop where it's used.
23820
23821 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23822         and Bruno Haible  <haible@clisp.cons.org>
23823
23824         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Test for mbstate_t
23825         only if the test for an object-type mbstate_t fails.  This
23826         prevents us from mistakenly reporting that mbstate_t is a
23827         system object type after we "#define mbstate_t int" to work
23828         around its lack.
23829
23830 2000-07-05  Paul Eggert  <eggert@twinsun.com>
23831         and Bruno Haible  <haible@clisp.cons.org>
23832
23833         * lib/quotearg.c (mbrtowc): Declare returned type, since BeOS doesn't.
23834
23835 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23836
23837         * m4/strerror_r.m4 (AC_FUNC_STRERROR_R): Pass a reasonably large buffer
23838         to strerror_r.
23839         Include <ctype.h> for use of isalpha.
23840
23841 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23842
23843         * lib/xgethostname.c (xgethostname): Protect against the SunOS 5.5 bug
23844         by allocating a larger buffer. Test the gethostname return value for
23845         being >= 0, not == 0, for BeOS.  Don't exhaust memory if gethostname
23846         returns an error and ENAMETOOLONG isn't defined.
23847
23848 2000-07-05  Bruno Haible  <haible@clisp.cons.org>
23849
23850         * lib/quotearg.c (struct quoting_options): Simplify quote_these_too
23851         dimension.
23852
23853 2000-07-04  Jim Meyering  <meyering@lucent.com>
23854
23855         * m4/fsusage.m4 (jm_FILE_SYSTEM_USAGE): Use plain old `echo' instead
23856         of the deprecated AC_CHECKING.
23857
23858 2000-07-04  Jim Meyering  <meyering@lucent.com>
23859
23860         * lib/strndup.c: [!HAVE_DECL_STRNLEN]: Declare strnlen.
23861         Reported by Bruno Haible.
23862
23863 2000-07-04  Jim Meyering  <meyering@lucent.com>
23864
23865         * lib/quotearg.c: Make inclusion of <wchar.h> independent of whether
23866         HAVE_MBRTOWC is set.  Required at least for irix-5.6, which
23867         lacks mbrtowc.
23868
23869 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23870
23871         * m4/mbstate_t.m4 (AC_MBSTATE_T_OBJECT): Port to autoconf 2.13.
23872         Add AC_CHECK_HEADERS(stdlib.h), since we use HAVE_STDLIB_H.
23873
23874 2000-07-03  Paul Eggert  <eggert@twinsun.com>
23875         and Bruno Haible  <haible@clisp.cons.org>
23876
23877         * lib/quotearg.c (mbrtowc):
23878         Assign to *pwc, and return 1 only if result is nonzero.
23879         (iswprint): Use ISPRINT when substituting our own mbrtowc.
23880
23881 2000-07-03  Jim Meyering  <meyering@lucent.com>
23882
23883         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strnlen.
23884
23885 2000-07-03  Jim Meyering  <meyering@lucent.com>
23886
23887         * lib/readutmp.h: [HAVE_UTMPX_H]: Include <utmp.h> if HAVE_UTMP_H.
23888         This is necessary to get a definition of e.g., UTMP_FILE on
23889         HP-UX 10.20.
23890         From Bob Proulx.
23891
23892 2000-07-02  Jim Meyering  <meyering@lucent.com>
23893
23894         * m4/mbstate_t.m4: Also define mbstate_t, if necessary.
23895
23896         * m4/chown.m4: Replace each use of AC_SUBST(LIBOBJS)/LIBOBJS=... with
23897         AC_LIBOBJ(function_name).
23898         * m4/chown.m4: Likewise.
23899         * m4/fnmatch.m4: Likewise.
23900         * m4/ftruncate.m4: Likewise.
23901         * m4/getgroups.m4: Likewise.
23902         * m4/getline.m4: Likewise.
23903         * m4/group-member.m4: Likewise.
23904         * m4/jm-macros.m4: Likewise.
23905         * m4/lstat.m4: Likewise.
23906         * m4/malloc.m4: Likewise.
23907         * m4/memcmp.m4: Likewise.
23908         * m4/nanosleep.m4: Likewise.
23909         * m4/putenv.m4: Likewise.
23910         * m4/realloc.m4: Likewise.
23911         * m4/regex.m4: Likewise.
23912         * m4/stat.m4: Likewise.
23913         * m4/strftime.m4: Likewise.
23914
23915 2000-07-02  Jim Meyering  <meyering@lucent.com>
23916
23917         * lib/quotearg.c (mbstate_t): Don't define here.
23918
23919 2000-07-02  Jim Meyering  <meyering@lucent.com>
23920
23921         * lib/nanosleep.c (SIGCONT): Define if not already defined.
23922
23923 2000-07-01  Jim Meyering  <meyering@lucent.com>
23924
23925         * m4/uptime.m4: Put double quotes around use of $cross_compiling.
23926
23927 2000-07-01  Jim Meyering  <meyering@lucent.com>
23928
23929         * m4/ls-mntd-fs.m4: Remove a `FIXME' comment and fix the associated
23930         problem.
23931
23932 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23933
23934         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Rename BeOS specific
23935         macro from MOUNTED_NEXT_DEV to MOUNTED_FS_STAT_DEV.
23936
23937 2000-07-01  Bruno Haible  <haible@clisp.cons.org>
23938
23939         * lib/mountlist.c: Use MOUNTED_FS_STAT_DEV instead of MOUNTED_NEXT_DEV,
23940         per change in ../m4/ls-mntd-fs.m4.
23941         (read_filesystem_list): Ignore symbolic links.
23942
23943 2000-06-29  Jim Meyering  <meyering@lucent.com>
23944
23945         * lib/same.c: Include <string.h> or <strings.h>, as appropriate,
23946         for declaration of strcmp.
23947
23948         * lib/long-options.c: Include <stdlib.h>, for declaration of exit.
23949
23950         * lib/mountlist.c (fsp_to_string) [HAVE_F_FSTYPENAME_IN_STATFS]:
23951         Avoid warning by casting result to `char *' to remove `const'.
23952
23953 2000-06-28  Jim Meyering  <meyering@lucent.com>
23954
23955         * m4/mbstate_t.m4: Use stdlib.h, not stdio.h.  The latter is not
23956         included by quotearg.c, for which we perform this test.  From
23957         Bruno Haible.
23958
23959 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23960
23961         * m4/check-decl.m4 (_jm_DECL_HEADERS): Check for utmp.h as well.
23962         * m4/prereq.m4 (jm_PREREQ_READUTMP): Likewise. If either <utmp.h> or
23963         <utmpx.h> exists, put readutmp.o into LIBOBJS.
23964
23965 2000-06-27  Bruno Haible  <haible@clisp.cons.org>
23966
23967         * lib/Makefile.am (libfetish_a_SOURCES): Remove readutmp.c.
23968
23969 2000-06-26  Paul Eggert  <eggert@twinsun.com>
23970
23971         savedir now sets errno on failure and invokes xmalloc to get memory.
23972         Fix a couple of other minor bugs while we're at it.
23973
23974         * lib/savedir.c (<unistd.h>): Do not include; there's no need.
23975         (NAMLEN): Remove macro.
23976         (malloc, realloc): Remove decls.
23977         (stpcpy): Likewise.
23978         ("xalloc.h"): Include.
23979         (NAME_SIZE_DEFAULT): New macro.
23980         (savedir): Use xmalloc / xrealloc to allocate memory.
23981         Use NAME_SIZE_DEFAULT if name_size is negative or overflows to zero.
23982         Skip "" directory entries.
23983         Use strlen to calculate directory entry length, since the old method
23984         is rarely used these days and isn't worth supporting.
23985         Don't use a pointer after freeing it.
23986         Check for integer overflow when calculating allocation size.
23987         Use memcpy to copy entries, instead of stpcpy.
23988         Set errno properly when returning NULL.
23989         Check for readdir error.
23990
23991 2000-06-26  Jim Meyering  <meyering@lucent.com>
23992
23993         * lib/posixtm.c [HAVE_STDLIB_H]: Include stdlib.h, for decl of abort.
23994
23995 2000-06-25  Jim Meyering  <meyering@lucent.com>
23996
23997         * m4/mbstate_t.m4: Include stdio.h before wchar.h to work around
23998         Linux header bug when _XOPEN_SOURCE is defined to 500.
23999
24000 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24001
24002         * lib/unicodeio.c (print_unicode_char): Work around ansi2knr
24003         deficiency.
24004
24005 2000-06-25  Bruno Haible  <haible@clisp.cons.org>
24006
24007         * lib/getusershell.c (xmalloc, xrealloc): Remove functions.
24008         Include xalloc.h.
24009         Don't include <stdlib.h>.  Don't declare malloc, realloc.
24010
24011 2000-06-24  Jim Meyering  <meyering@lucent.com>
24012
24013         * m4/strerror_r.m4: Revive this file -- to try out an experimental
24014         version of AC_FUNC_STRERROR_R that may work even on BeOS, a system
24015         for which strerror does return char*, but which lacks a conveniently
24016         accessible declaration of the function.  If the compile-test says
24017         strerror_r doesn't work, then resort to a `run'-test that works on
24018         BeOS and segfaults on DEC Unix.
24019
24020 2000-06-24  Jim Meyering  <meyering@lucent.com>
24021
24022         * lib/error.c [!HAVE_DECL_STRERROR_R]: Declare strerror_r.
24023
24024 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24025
24026         * m4/mbstate_t.m4: New file, defining AC_MBSTATE_T_OBJECT.
24027         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Use it.  Add check for iswprint.
24028
24029 2000-06-23  Paul Eggert  <eggert@twinsun.com>
24030
24031         * lib/quotearg.c: Include <wctype.h> after <wchar.h>, for Solaris 2.5.
24032         (mbrtowc, mbstate_t): Define substitutes if
24033         HAVE_MBRTOWC && HAVE_WCHAR_H && !HAVE_MBSTATE_T_OBJECT.
24034         (iswprint): Define to 1 if !defined iswprint && !HAVE_ISWPRINT,
24035         not if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
24036
24037 2000-06-23  Jim Meyering  <meyering@lucent.com>
24038
24039         * m4/afs.m4: Add missing AC_MSG_RESULT.
24040         Reported by Bruno Haible.
24041
24042         * m4/fsusage.m4: s/AC_MSG_CHECKING/AC_CHECKING/.
24043         Suggestion from Bruno Haible.
24044
24045 2000-06-23  Jim Meyering  <meyering@lucent.com>
24046
24047         * lib/getpass.c: New file, from Bruno Haible.  Required for BeOS.
24048
24049 2000-06-21  Jim Meyering  <meyering@lucent.com>
24050
24051         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add getpass.
24052
24053 2000-06-21  Jim Meyering  <meyering@lucent.com>
24054
24055         * lib/Makefile.am (libfetish_a_SOURCES): Add getstr.c.
24056         (noinst_HEADERS): Add getstr.h.
24057
24058         * lib/getline.c (getstr): Move into a separate file.
24059         * lib/getstr.c (getstr): New file, extracted from getline.c, with
24060         the following changes: new parameter, delim2; both delim[12]
24061         parameters have type `int', not `char'.  The latter would lose
24062         with 8-bit delimiters.
24063         * lib/getstr.h: New file.
24064
24065 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24066
24067         * lib/xgetcwd.c (xgetcwd): If the required pathname length is smaller
24068         than 1024, return a memory chunk of least possible size, instead
24069         of size PATH_MAX + 2. In the loop, increment the size proportionally.
24070         Use free/xmalloc instead of xrealloc to avoid copying for very long
24071         paths.
24072
24073 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24074
24075         * lib/path-concat.c (path_concat): Don't access dir[-1] if dir is
24076         the empty string.
24077
24078 2000-06-21  Bruno Haible  <haible@clisp.cons.org>
24079
24080         * lib/canon-host.c (canon_host): Use malloc and memcpy to copy an
24081         address, not strdup.  Include <stdlib.h> and don't declare free().
24082
24083 2000-06-19  Jim Meyering  <meyering@lucent.com>
24084
24085         * lib/getloadavg.c [HAVE_NLIST_H] (NLIST_STRUCT): Define.
24086
24087 2000-06-18  Jim Meyering  <meyering@lucent.com>
24088
24089         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Remove mkdir.
24090
24091         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): Change the
24092         `checking whether...' message to be consistent with that of the
24093         lstat test.
24094
24095 2000-06-18  Jim Meyering  <meyering@lucent.com>
24096
24097         * lib/mkdir.c: Remove file, due mainly to copyright incompatibility.
24098         Besides, these days every porting target provides a mkdir function.
24099
24100         * lib/strnlen.c: Include memory.h, string.h, and/or strings.h as
24101         needed. (this snippet comes from src/system.h).
24102
24103 2000-06-16  Bruno Haible  <haible@clisp.cons.org>
24104
24105         * m4/glibc21.m4 (jm_GLIBC21): Define GLIBC21 for Makefiles, not for C.
24106
24107 2000-06-15  Paul Eggert  <eggert@twinsun.com>
24108
24109         * lib/human.c (adjust_value): New function.
24110         (human_readable_inexact): Apply rounding style even when
24111         printing approximate values.
24112
24113 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24114
24115         * lib/human.c (human_readable_inexact): Allow an input block
24116         size that is not a multiple of the output block size, and vice versa.
24117         Reported by Piergiorgio Sartor.
24118
24119 2000-06-14  Paul Eggert  <eggert@twinsun.com>
24120
24121         * lib/getdate.y (get_date): Apply relative times after time
24122         zone indicator, not before.  Reported by Todd A. Jacobs.
24123
24124 2000-06-13  Jim Meyering  <meyering@lucent.com>
24125
24126         * lib/Makefile.am (all-local): Depend on lstat.c and stat.c.
24127
24128         * lib/xstat.in [!HAVE_DECL_FREE]: Declare free in lstat.c.
24129
24130 2000-06-12  Paul Eggert  <eggert@twinsun.com>
24131
24132         * lib/xstat.in: Include <stdlib.h> in lstat, to declare "free".
24133
24134 2000-06-12  Jim Meyering  <meyering@lucent.com>
24135
24136         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Replace with
24137         AC_FUNC_GETLOADAVG from autoconf, and tweak the latter to accept an
24138         optional argument.
24139         * m4/jm-macros.m4: s/AM_FUNC_GETLOADAVG/AC_FUNC_GETLOADAVG/, and supply
24140         the optional argument, `lib'.
24141
24142 2000-06-08  Jim Meyering  <meyering@lucent.com>
24143
24144         * m4/largefile.m4: Remove file (now that it's part of autoconf).
24145
24146 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24147
24148         Rewrite largefile configuration so that we don't need to run
24149         getconf and don't need AC_CANONICAL_HOST.  [I'm leaving the use of
24150         AC_CANONICAL_HOST in configure.in -- jmm]
24151
24152         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS,
24153         AC_SYS_LARGEFILE_SPACE_APPEND): Remove.
24154         (AC_SYS_LARGEFILE_TEST_INCLUDES): New macro.
24155         (AC_SYS_LARGEFILE_MACRO_VALUE): Change arguments from
24156         CODE-TO-SET-DEFAULT to VALUE, INCLUDES, FUNCTION-BODY.
24157         All uses changed.
24158         Instead of inspecting the output of getconf, try to compile the
24159         test program without and with the macro definition.
24160         (AC_SYS_LARGEFILE): Do not require AC_CANONICAL_HOST or check
24161         for getconf.  Instead, check for the needed flags by compiling
24162         test programs.
24163
24164 2000-06-04  Paul Eggert  <eggert@twinsun.com>
24165
24166         * lib/strnlen.c: Include <config.h> if HAVE_CONFIG_H.
24167
24168 2000-06-04  Jim Meyering  <meyering@lucent.com>
24169
24170         * lib/getugroups.c (getugroups): Cast -1 to gid_t, for systems like
24171         SunOS 4.1.4 for which gid_t is an unsigned type.
24172
24173 2000-06-03  Jim Meyering  <meyering@lucent.com>
24174
24175         * m4/prereq.m4 (jm_PREREQ_HUMAN): Use []-quoted list in AC_CHECK_DECLS,
24176         now that autoconf requires that.
24177
24178         * m4/jm-glibc-io.m4: Add a kludge to make autoheader emit the required
24179         #undefs.  E.g., #undef HAVE_DECL_FERROR_UNLOCKED.
24180         Use []-quoted list in AC_CHECK_DECLS, now that autoconf requires that.
24181
24182 2000-06-03  Jim Meyering  <meyering@lucent.com>
24183
24184         * lib/strnlen.c [!HAVE_DECL_MEMCHR]: Declare memchr.
24185
24186 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24187
24188         * m4/glibc21.m4: New file.
24189         * m4/jm-macros.m4 (jm_MACROS): Call jm_GLIBC21.
24190
24191 2000-06-03  Bruno Haible  <haible@clisp.cons.org>
24192
24193         * lib/Makefile.am (install-exec-local): On systems with glibc-2.1 or
24194         newer, don't install charset.alias.
24195         * lib/config.charset: Change the Linux/glibc rules so they become empty
24196         on glibc-2.1 or newer.
24197
24198 2000-06-02  Jim Meyering  <meyering@lucent.com>
24199
24200         * lib/mountlist.c: Back out last change.  Instead, do this...
24201         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Set the
24202         me_dummy member using the same `ignore'-testing code.
24203         * lib/mountlist.h (ME_DUMMY): Add `autofs' to the list of ignored
24204         fs_type strings.
24205         From Mark D. Roth.
24206
24207 2000-05-29  Jim Meyering  <meyering@lucent.com>
24208
24209         * lib/mountlist.c (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore
24210         mounts with the `ignore' attribute.  Based on a patch from
24211         Mark D. Roth.
24212
24213 2000-05-28  Jim Meyering  <meyering@lucent.com>
24214
24215         * m4/jm-macros.m4 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
24216         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24217         * m4/stat.m4: Likewise.
24218         * m4/lstat.m4: Likewise.
24219         * m4/lstat-slash.m4: Remove file (absorbed into autoconf).
24220
24221         * m4/jm-macros.m4 (AC_FUNC_STRERROR_R): Rename from jm_FUNC_STRERROR_R.
24222         * m4/strerror_r.m4: Remove file (absorbed into autoconf).
24223
24224 2000-05-26  Jim Meyering  <meyering@lucent.com>
24225
24226         * m4/uptime.m4: Use `$cross_compiling', not `$ac_cv_prog_cc_cross'.
24227
24228 2000-05-24  Jim Meyering  <meyering@lucent.com>
24229
24230         * m4/prereq.m4: Use []-quoted list in AC_CHECK_MEMBERS, now that
24231         autoconf requires that.
24232         * m4/lib-check.m4: Likewise.
24233         * m4/jm-macros.m4: Likewise.
24234         * m4/strftime.m4: Likewise.
24235
24236         * m4/check-decl.m4 (jm_CHECK_DECLS): Use []-quoted list in
24237         AC_CHECK_DECLS, now that autoconf requires that.
24238
24239 2000-05-22  Jim Meyering  <meyering@lucent.com>
24240
24241         * m4/stat.m4: Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
24242         * m4/lstat.m4: Likewise.
24243
24244 2000-05-22  Jim Meyering  <meyering@lucent.com>
24245
24246         * lib/makepath.c: Remove old, now-unnecessary `#ifdef __MSDOS__' block.
24247
24248 2000-05-20  Jim Meyering  <meyering@lucent.com>
24249
24250         * m4/prereq.m4 (jm_PREREQ_HUMAN): New macro.
24251         (jm_PREREQ): Use it.
24252
24253 2000-05-18  Jim Meyering  <meyering@lucent.com>
24254
24255         * lib/hash.c (hash_rehash): Fix a nasty bug: copy the free entry list
24256         back, too, since it may have been modified by allocate_entry.
24257         (hash_delete): Rewrite to use neither the assignment operator
24258         nor the comma operator in an if-expression.
24259
24260 2000-05-15  Paul Eggert  <eggert@twinsun.com>
24261
24262         * lib/closeout.c:
24263         <sys/stat.h>, <sys/types.h>, <unistd.h>, (STDOUT_FILENO):
24264         Remove; no longer needed.
24265         "quotearg.h": Add include.
24266         (file_name): Do not bother to explicitly initialize to NULL; it's less
24267         efficient on some hosts.
24268         (close_stdout_status): Remove test as to whether stdout was already
24269         closed; it breaks for the case "echo x | sort >&-".
24270         Quote file name colons.
24271         Do not assume that _("write error") lacks format strings.
24272
24273 2000-05-15  Jim Meyering  <meyering@lucent.com>
24274
24275         * lib/version-etc.c (version_etc_copyright): Update the copyright
24276         string used in all --version output.
24277
24278 2000-05-14  Jim Meyering  <meyering@lucent.com>
24279
24280         * lib/closeout.c (close_stdout_set_file_name): New function.
24281         (close_stdout_status): Use new file-scoped global.
24282         Return right away if fstat says the stdout file descriptor is invalid.
24283         * lib/closeout.h (close_stdout_set_file_name): Declare.
24284
24285 2000-05-10  Jim Meyering  <meyering@lucent.com>
24286
24287         * lib/closeout.c [default_exit_status]: New file-scoped variable.
24288         (close_stdout_set_status): New function.
24289         * lib/closeout.h (close_stdout_set_status): Declare.
24290
24291 2000-05-09  Jim Meyering  <meyering@lucent.com>
24292
24293         * m4/gettext.m4: Rename this...
24294         * m4/libintl.m4: ...to this.
24295
24296 2000-05-08  Jim Meyering  <meyering@lucent.com>
24297
24298         * lib/long-options.c: Don't include closeout.h.
24299         (parse_long_options): Don't call close_stdout for --version.
24300
24301 2000-05-06  Paul Eggert  <eggert@twinsun.com>
24302
24303         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _XOPEN_SOURCE to
24304         be 500, instead of _GNU_SOURCE to be 1, to work around glibc
24305         2.1.3 bug.  This avoids a clash when files like regex.c define
24306         _GNU_SOURCE.
24307
24308 2000-05-06  Jim Meyering  <meyering@lucent.com>
24309
24310         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add atexit.
24311         (AC_REPLACE_FUNCS): Add strnlen.
24312
24313         * m4/rmdir-errno.m4 (fetish_FUNC_RMDIR_NOTEMPTY): New macro and file.
24314         * m4/jm-macros.m4: Require fetish_FUNC_RMDIR_NOTEMPTY.
24315
24316         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Save and restore LIBS around
24317         AC_SEARCH_LIBS call for nanosleep.
24318         (LIB_NANOSLEEP): Set and AC_SUBST.
24319
24320 2000-05-06  Jim Meyering  <meyering@lucent.com>
24321
24322         * lib/strnlen.c: Undefine __strnlen and strnlen.
24323         [!weak_alias]: Define __strnlen to strnlen.
24324
24325         * lib/atexit.c: New file, from libiberty.
24326
24327 2000-05-06  Jim Meyering  <meyering@lucent.com>
24328
24329         * lib/closeout.c (close_stdout_status): Also check for errors on the
24330         stderr stream.
24331
24332 2000-05-05  Jim Meyering  <meyering@lucent.com>
24333
24334         * m4/jm-macros.m4 (jm_MACROS): Save and restore LIBS around
24335         AC_SEARCH_LIBS call for clock_gettime.
24336         (LIB_CLOCK_GETTIME): Set and AC_SUBST.
24337
24338         * m4/search-libs.m4: Update from autoconf.
24339
24340         su doesn't work on Solaris 2.6.
24341         * m4/lib-check.m4: When checking for struct spwd.sp_pwdp, also include
24342         <shadow.h>.  Reported by Dragos Harabor.
24343
24344 2000-05-05  Bruno Haible  <haible@clisp.cons.org>
24345
24346         * lib/localcharset.c (get_charset_aliases): Use malloc, realloc and
24347         memcpy instead of xmalloc, xrealloc, path_concat.
24348         (locale_charset): Treat empty environment variables as absent.
24349         (DIRECTORY_SEPARATOR, ISSLASH): New macros.
24350
24351 2000-05-04  Jim Meyering  <meyering@lucent.com>
24352
24353         * lib/getopt.c: Update from glibc.
24354         * lib/obstack.c: Likewise.
24355         * lib/obstack.h: Likewise.
24356         * lib/regex.c: Likewise.  NB: K&R compiler support is dropped for this
24357         file
24358
24359         * lib/regex.h: Likewise.
24360         * lib/strndup.c: Likewise.
24361         * lib/strnlen.c: New file, from glibc.
24362
24363 2000-05-03  Jim Meyering  <meyering@lucent.com>
24364
24365         * m4/check-decl.m4 (AC_CHECK_DECLS): Add strndup.
24366
24367 2000-05-02  Paul Eggert  <eggert@twinsun.com>
24368
24369         * m4/largefile.m4 (AC_SYS_LARGEFILE): Define _GNU_SOURCE if
24370         this is needed to make ftello visible (e.g. glibc 2.1.3).  Use
24371         compile-time test, rather than inspecting host and OS, to
24372         decide whether to define _LARGEFILE_SOURCE.
24373
24374 2000-05-01  Jim Meyering  <meyering@lucent.com>
24375
24376         * m4/fsusage.m4: Use AC_MSG_CHECKING instead of obsolete AC_CHECKING.
24377
24378         * m4/ls-mntd-fs.m4 (jm_LIST_MOUNTED_FILESYSTEMS): Add BeOS support.
24379         Based on a patch from Bruno Haible.
24380
24381 2000-05-01  Jim Meyering  <meyering@lucent.com>
24382
24383         * lib/full-write.c (full_write): Remove `FIXME' part of comment.
24384
24385 2000-04-29  Jim Meyering  <meyering@lucent.com>
24386
24387         * lib/path-concat.c: Declare strdup only if it's not defined.
24388         * lib/canon-host.c: Likewise.
24389
24390 2000-04-28  Jim Meyering  <meyering@lucent.com>
24391
24392         * lib/rpmatch.c [HAVE_LIMITS_H]: Include limits.h before regex.h to
24393         avoid redefinition warning on some systems (HPUX).  Otherwise, regex.h
24394         is included first, then limits.h is included by locale.h by libintl.h.
24395         From John David Anglin.
24396
24397 2000-04-25  Jim Meyering  <meyering@lucent.com>
24398
24399         * lib/makepath.c (S_IRWXUGO): Define.
24400         (make_path): Always perform explicit chmod if MODE specifies any
24401         of the `special' permission bits.  Prompted by a bug report against
24402         install from Mate Wierdl and Joost van Baal.
24403
24404 2000-04-18  Jim Meyering  <meyering@lucent.com>
24405
24406         * m4/prereq.m4 (jm_PREREQ_GETPAGESIZE): New macro.
24407         (jm_PREREQ): Use it.
24408
24409 2000-04-18  Jim Meyering  <meyering@lucent.com>
24410
24411         * lib/README: New file.
24412
24413         * lib/getpagesize.h [!getpagesize && HAVE_OS_H && B_PAGE_SIZE]: Define
24414         getpagesize.  For BeOS.  Based on a patch from Bruno Haible.
24415
24416 2000-04-17  Jim Meyering  <meyering@lucent.com>
24417
24418         Get it right :-)
24419         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Emit the
24420         actual #define via AH_VERBATIM.  Don't need separate AC_DEFINE.
24421         Suggestion from Akim Demaille.
24422
24423 2000-04-17  Jim Meyering  <meyering@lucent.com>
24424
24425         * lib/strftime.c (my_strftime) [strftime]: Declare strftime here, since
24426         the definition of it to rpl_strftime also defined-away the system's
24427         declaration.
24428
24429 2000-04-15  Jim Meyering  <meyering@lucent.com>
24430
24431         Use `C' to denote so-called `contiguous' files, the same way
24432         that tar does.
24433         * lib/filemode.c (S_ISCTG) [!S_ISCTG && S_IFCTG]: Define.
24434         (ftypelet): Use S_ISCTG.
24435         From Michael Deutschmann.
24436
24437 2000-04-14  Jim Meyering  <meyering@lucent.com>
24438
24439         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use the one-arg
24440         form of AC_DEFINE.  Otherwise, the #ifndef in AH_VERBATIM gets
24441         clobbered.
24442
24443 2000-04-14  Jim Meyering  <meyering@lucent.com>
24444
24445         * lib/strftime.c (my_strftime) [#ifdef strftime]: Declare strftime.
24446
24447 2000-04-13  Jim Meyering  <meyering@lucent.com>
24448
24449         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES) [_GNU_SOURCE]: Use new
24450         AH_VERBATIM to insert required #ifndef into config.h.in.
24451         Suggestion from Akim Demaille.
24452
24453 2000-04-12  Jim Meyering  <meyering@lucent.com>
24454
24455         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Use AC_CHECK_HEADERS, not
24456         `AC_CHECK_HEADER' to check for locale.h.  Thanks to a report from
24457         Christian Krackowizer.
24458
24459         More code moved from ../configure.in into (jm_CHECK_ALL_TYPES).
24460         * m4/jm-macros.m4 (_GNU_SOURCE): Define.
24461         (AC_SYS_LARGEFILE): Require.
24462         (AM_C_PROTOTYPES): Require.
24463
24464 2000-04-08  Jim Meyering  <meyering@lucent.com>
24465
24466         * lib/Makefile.am (charset.alias): Use t-$@, not $@-t so the DOS 8.3
24467         names don't conflict.  Reported by Eli Zaretskii.
24468
24469 2000-04-07  Jim Meyering  <meyering@lucent.com>
24470
24471         * lib/putenv.c: Move inclusion of errno.h so it follows that of
24472         sys/types.h, to work around system header problems on AIX 3.2.5.
24473         From Bruno Haible.
24474
24475 2000-04-07  Bruno Haible  <haible@clisp.cons.org>
24476
24477         * lib/unicodeio.c (print_unicode_char): Avoid triggering Solaris iconv
24478         bug.  Deal with the different error behavior of Irix iconv.
24479
24480 2000-04-05  Paul Eggert  <eggert@twinsun.com>
24481
24482         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Don't use -n32 on
24483         IRIX if the installer said otherwise.
24484
24485 2000-04-05  Jim Meyering  <meyering@lucent.com>
24486
24487         Portability tweaks required for ultrix4.3.
24488         * m4/check-decl.m4 [!HAVE_UTMPX_H] (headers): Include <utmp.h>.
24489         (jm_CHECK_DECLS): Add getutent to the list of functions.
24490         (_jm_DECL_HEADERS): Add utmpx.h.
24491         From John David Anglin.
24492
24493         * m4/strftime.m4: Back out the 2000-04-02 change.
24494         Instead of that change, simply undefine putenv in the test program.
24495
24496 2000-04-05  Jim Meyering  <meyering@lucent.com>
24497
24498         Portability tweaks required for ultrix4.3.
24499         * lib/readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare
24500         getutent.
24501         * lib/readutmp.c: Include sys/types.h before sys/stat.h.
24502         * lib/canon-host.c: Declare strdup.
24503         * lib/path-concat.c: Likewise.
24504         From John David Anglin.
24505
24506 2000-04-04  Jim Meyering  <meyering@lucent.com>
24507
24508         Be more DOS 8.3-friendly.
24509         * lib/ref-add.sin: Renamed from ref-add.sed.in.
24510         * lib/ref-del.sin: Renamed from ref-del.sed.in.
24511         * lib/Makefile.am: Reflect renaming.
24512         Reported by Eli Zaretskii.
24513
24514         Use a temporary file name that won't clash with `charset.alias'
24515         in the DOS 8.3 name space.
24516         * lib/Makefile.am (charset_tmp): Define.
24517         (install-exec-local): Use $(charset_tmp) instead of $(charset_alias)-t.
24518         (uninstall-local): Likewise.
24519         Reported by Eli Zaretskii.
24520
24521 2000-04-03  Jim Meyering  <meyering@lucent.com>
24522
24523         * m4/gettext.m4: Fix typo in comment.
24524
24525         * m4/codeset.m4 (AC_CHECK_HEADERS): Add langinfo.h (moved here from
24526         textutils/configure.in).  Suggestion from Paul Eggert.
24527         (AC_CHECK_FUNCS): Add nl_langinfo.  (also from textutils/configure.in)
24528
24529 2000-04-02  Paul Eggert  <eggert@twinsun.com>
24530
24531         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Set TZ environment
24532         variable in the shell rather than using putenv, which isn't
24533         portable.  This avoids the configure-time inter-test dependency
24534         on the potentially-renamed putenv function.
24535
24536 2000-03-30  Paul Eggert  <eggert@twinsun.com>
24537
24538         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Include <sys/stat.h>
24539         before checking struct stat.st_blksize, so that
24540         HAVE_STRUCT_STAT_ST_BLKSIZE is defined correctly.
24541
24542 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24543
24544         * m4/strftime.m4 (_jm_STRFTIME_PREREQS): Check for strftime,
24545         since strftime.c uses HAVE_STRFTIME to decide whether to use
24546         the underlying strftime.
24547
24548 2000-03-29  Paul Eggert  <eggert@twinsun.com>
24549
24550         * lib/time/strftime.c (my_strftime): Make sure we call the system
24551         strftime, not ourselves, when invoking the underlying strftime.
24552
24553 2000-03-24  Jim Meyering  <meyering@lucent.com>
24554
24555         * lib/Makefile.am (EXTRA_DIST): Add ref-add.sed.in and ref-del.sed.in.
24556         (charset_alias): Define.
24557         (install-exec-local): Factor out common code.
24558         (uninstall-local): Split lines longer than 80.
24559         (ref-add.sed, ref-del.sed): Remove rules... (do the following instead)
24560         (SUFFIXES): Define.
24561         (.sed.in.sed): New rule.  Don't redirect directly to $@.
24562         (CLEANFILES): Add ref-add.sed and ref-del.sed.
24563
24564 2000-03-19  Bruno Haible  <haible@clisp.cons.org>
24565
24566         * lib/config.charset: Output a line containing "Packages using this
24567         file".
24568         * lib/ref-add.sed.in, lib/ref-del.sed.in: New files.
24569         * lib/Makefile.am (install-exec-local, uninstall-local, ref-add.sed,
24570         ref-del.sed): New rules.
24571
24572 2000-03-17  Jim Meyering  <meyering@lucent.com>
24573
24574         * lib/unicodeio.c (<string.h>): Include only #if HAVE_STRING_H.
24575         Otherwise, include <strings.h>
24576
24577 2000-03-17  Bruno Haible  <haible@clisp.cons.org>
24578
24579         * lib/unicodeio.c (utf8_wctomb): New function.
24580         (print_unicode_char): Pass the Unicode character to iconv in UTF-8
24581         format instead of in UCS-4 with platform dependent endianness.
24582
24583 2000-03-10  Jim Meyering  <meyering@lucent.com>
24584
24585         * m4/lib-check.m4: Look for getspnam in -lgen, too.
24586         From Marco Franzen.
24587
24588 2000-03-07  Paul Eggert  <eggert@twinsun.com>
24589
24590         * lib/savedir.c (savedir): Work even if directory size is
24591         negative; this can happen with some screwy NFS configurations.
24592
24593 2000-03-06  Jim Meyering  <meyering@lucent.com>
24594
24595         * lib/localcharset.c (get_charset_aliases): Don't try to free file_name
24596         if it's NULL (because we ran out of memory).  From Bruno Haible.
24597
24598 2000-03-05  Jim Meyering  <meyering@lucent.com>
24599
24600         * lib/localcharset.c ("path-concat.h"): Include.
24601         (get_charset_aliases): Use path_concat instead of ANSI string
24602         concatenation.
24603
24604         * lib/unicodeio.h (PARAMS): Define.
24605         Use it to guard prototype.
24606
24607 2000-03-04  Jim Meyering  <meyering@lucent.com>
24608
24609         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require AC_C_VOLATILE,
24610         for lib/localcharset.c.
24611
24612 2000-03-04  Jim Meyering  <meyering@lucent.com>
24613
24614         * lib/Makefile.am (install-exec-local): Create $(libdir) before
24615         installing into it.
24616         (uninstall-local): Uncomment this rule so `make distcheck' works
24617         once again.
24618
24619         * lib/unicodeio.c (<errno.h>): Include it.
24620         (errno): Declare if not defined.
24621
24622         * lib/localcharset.c: Add Bruno's comment justifying use of volatile.
24623
24624         * lib/config.charset: New version, incorporating remarks from a linux
24625         i18n mailing list.  From Bruno Haible.
24626
24627 2000-03-04  Bruno Haible  <haible@clisp.cons.org>
24628
24629         * m4/codeset.m4: New file.
24630         * m4/iconv.m4: New file.
24631         * m4/jm-macros.m4 (jm_MACROS): Call jm_LANGINFO_CODESET and jm_ICONV.
24632
24633 2000-03-03  Jim Meyering  <meyering@lucent.com>
24634
24635         * m4/regex.m4: Make sure re_compile_pattern accepts patterns like `{1'.
24636
24637 2000-03-02  Jim Meyering  <meyering@lucent.com>
24638
24639         * m4/timespec.m4: Require AC_HEADER_TIME before the cache check so
24640         the messages come out on separate lines.
24641
24642         * m4/jm-glibc-io.m4 (jm_FUNC_GLIBC_UNLOCKED_IO): Use AC_CHECK_DECLS,
24643         rather than jm_CHECK_DECLARATIONS.
24644         * m4/decl.m4: Remove now-unused file.
24645
24646         * m4/check-decl.m4 (AC_CHECK_DECLS): Add getlogin, ttyname, and
24647         geteuid.
24648
24649 2000-03-02  Jim Meyering  <meyering@lucent.com>
24650
24651         * lib/Makefile.am (EXTRA_DIST): Add config.charset.
24652
24653 2000-03-01  Jim Meyering  <meyering@lucent.com>
24654
24655         * lib/localcharset.c: Guard some #includes with `#if HAVE_...'.
24656         * lib/unicodeio.c: Likewise.
24657
24658 2000-03-01  Bruno Haible  <haible@clisp.cons.org>
24659
24660         * lib/config.charset: New file.
24661         * lib/localcharset.c: New file.
24662         * lib/unicodeio.h, lib/unicodeio.c: New files.
24663         * lib/Makefile.am (DEFS): Add -DLIBDIR=...
24664         (libfetish_a_SOURCES): Add localcharset.c and unicodeio.c.
24665         (noinst_HEADERS): Add unicodeio.h.
24666         (all-local, install-exec-local, charset.alias): New targets.
24667
24668 2000-02-28  Paul Eggert  <eggert@twinsun.com>
24669
24670         * lib/quotearg.c (ALERT_CHAR): New macro.
24671         (quotearg_buffer_restyled): Use it.
24672
24673 2000-02-27  Jim Meyering  <meyering@lucent.com>
24674
24675         * m4/check-decl.m4: Add getenv to the list.
24676
24677 2000-02-27  Jim Meyering  <meyering@lucent.com>
24678
24679         * lib/strtoumax.c: Fix typo in decl of strtoul: s/long long/long/.
24680         Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
24681
24682         * lib/backupfile.c: Guard inclusion of stdlib.h with
24683         `#if HAVE_STDLIB_H', not `#if STDC_HEADERS'.
24684         Declare malloc if needed.
24685
24686         * lib/backupfile.c: Use `#if !HAVE_DECL...' instead of
24687         `#ifndef HAVE_DECL..'
24688         now that autoconf always defines the HAVE_DECL_ symbols.
24689         * lib/human.c: Likewise.
24690         * lib/same.c: Likewise.
24691         * lib/strtoumax.c: Likewise.
24692
24693         * lib/backupfile.c: Arrange for cpp to fail if the configure-time
24694         declaration check was not run.
24695         * lib/hash.c: Likewise.
24696         * lib/human.c: Likewise.
24697         * lib/same.c: Likewise.
24698         * lib/strtoumax.c: Likewise.
24699
24700         * lib/userspec.c (parse_user_spec): If there is no `:' but there is a
24701         `.', then first look up the entire `.'-containing string as a login
24702         name.
24703
24704 2000-02-23  Jim Meyering  <meyering@lucent.com>
24705
24706         * m4/check-decl.m4: Now that we have the new AC_CHECK_DECLS, use it
24707         in place of my hack.
24708
24709 2000-02-18  Paul Eggert  <eggert@twinsun.com>
24710
24711         * lib/getdate.y: Handle two-digit years with leading zeros correctly.
24712         (textint): New typedef.
24713         (parser_control): Member year changed from int to textint.
24714         All uses changed.
24715         (YYSTYPE): Removed; replaced by %union with int and textint members.
24716         (tDAY, tDAY_UNIT, tDAYZONE, tHOUR_UNIT, tID, tLOCAL_ZONE, tMERIDIAN,
24717         tMINUTE_UNIT, tMONTH, tMONTH_UNIT tSEC_UNIT, tSNUMBER, tUNUMBER,
24718         tYEAR_UNIT, tZONE, o_merid): Now of type <intval>.
24719         (tSNUMBER, tUNUMBER): Now of type <textintval>.
24720         (date, number, to_year): Use width of number in digits, not its value,
24721         to determine whether it's a 2-digit year, or a 2-digit time.
24722         (yylex): Store number of digits of numeric tokens.
24723         Reported by John Kendall.
24724
24725         (parser_control): Changed from struct parser_control to typedef (for
24726         consistency).  All uses changed.
24727
24728         (tID): Removed; not used.
24729         (yylex): Return '?' for unknown identifiers, rather than (unused) tID.
24730
24731 2000-02-14  Paul Eggert  <eggert@twinsun.com>
24732
24733         * lib/getpagesize.h (getpagesize): Port to VMS for Alpha;
24734         adapted from changes to grep getpagesize.h by Martin P.J. Zinser.
24735
24736 2000-02-12  Jim Meyering  <meyering@lucent.com>
24737
24738         * lib/userspec.c (ISDIGIT): Define it.
24739         (isdigit): Remove definition.
24740         (is_number): Use ISDIGIT, not isdigit.
24741         <libintl.h>: Include.
24742         (_ and N_): Define.
24743         (parse_user_spec): Mark translatable strings.
24744
24745 2000-02-10  Jim Meyering  <meyering@lucent.com>
24746
24747         With these changes, nanosleep.[ch] are finally enough like the other
24748         lib/* replacement files to compile on a few more losing systems.
24749
24750         * lib/nanosleep.h: Don't include config.h.
24751         Remove prototype from declaration of nanosleep.
24752         (PARAMS): Remove now-unneeded definition.
24753         * lib/nanosleep.c: #undef nanosleep.
24754         (rpl_nanosleep): Rename from nanosleep.
24755
24756 2000-02-10  Jim Meyering  <meyering@lucent.com>
24757
24758         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Rename replacement function from
24759         gnu_nanosleep to rpl_nanosleep.
24760
24761 2000-02-09  Jim Meyering  <meyering@lucent.com>
24762
24763         * m4/lib-check.m4 (jm_LIB_CHECK): Fix typo: check for sp_pwdp in
24764         struct spwd, rather than in struct passwd.  Reported by Gaël Quéri.
24765
24766 2000-02-08  Akim Demaille  <akim@epita.fr>
24767
24768         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Quote square brackets with
24769         `[' and `]' and remove uses of `changequote'.
24770         (AC_SYS_LARGEFILE_MACRO_VALUE): Likewise.
24771         (AC_SYS_LARGEFILE): Likewise.
24772         * m4/gettext.m4 (AM_GNU_GETTEXT): Likewise.
24773         * m4/strftime.m4 (jm_FUNC_GNU_STRFTIME): Remove now-unnecessary use
24774         of changequote.
24775         * m4/regex.m4 (jm_INCLUDED_REGEX): Likewise.
24776         * m4/readdir.m4 (jm_FUNC_READDIR): Likewise
24777         * m4/memcmp.m4 (jm_AC_FUNC_MEMCMP): Likewise, and add `int' for main.
24778         * m4/getloadavg.m4 (AM_FUNC_GETLOADAVG): Likewise.
24779
24780 2000-02-05  Jim Meyering  <meyering@lucent.com>
24781
24782         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require most macros.
24783         Remove explicit use of AC_HEADER_TIME.  It is required by
24784         jm_CHECK_TYPE_STRUCT_TIMESPEC.  Using AC_HEADER_TIME and
24785         `AC_REQUIRE'ing jm_CHECK_TYPE_STRUCT_TIMESPEC provoked a but
24786         in autoconf whereby the expansion of the latter ended up preceding
24787         the expansion of its prerequisite, AC_HEADER_TIME.
24788         Reported by Volker Borchert.
24789
24790 2000-02-03  Jim Meyering  <meyering@lucent.com>
24791
24792         * m4/prereq.m4 (jm_PREREQ_READUTMP): Check for utmpxname.
24793
24794 2000-02-03  Jim Meyering  <meyering@lucent.com>
24795
24796         * lib/readutmp.c (read_utmp): Guard with `#ifdef UTMP_NAME_FUNCTION',
24797         rather than with `#if HAVE_UTMPNAME'.
24798
24799 2000-02-02  Jim Meyering  <meyering@lucent.com>
24800
24801         * m4/prereq.m4 (jm_PREREQ_ADDEXT): Fix typo that resulted in no
24802         definition of HAVE_PATHCONF: s/AC_CHECK_FUNC/AC_CHECK_FUNCS/.
24803         Reported by Eli Zaretskii.
24804
24805 2000-02-01  Jim Meyering  <meyering@lucent.com>
24806
24807         * lib/readutmp.h (UT_USER): Add parens.  From Andreas Schwab.
24808
24809 2000-01-31  Jim Meyering  <meyering@lucent.com>
24810
24811         * m4/check-decl.m4 (jm_CHECK_DECLS): Add nanosleep to the list of
24812         functions.  Add the time.h and sys/time.h headers along with the
24813         AC_REQUIRE'ment of AC_HEADER_TIME.
24814
24815 2000-01-31  Jim Meyering  <meyering@lucent.com>
24816
24817         * lib/nanosleep.h (nanosleep): Guard declaration with
24818         `#if ! HAVE_DECL_NANOSLEEP'.
24819         Without this, OFS gets a redeclaration error for rpl_nanosleep, due to
24820         the declaration in that vendor's sys/timers.h.
24821         Reported by Christian Krackowizer.
24822
24823         * lib/quotearg.c (ISASCII): Add #undef and move definition to follow
24824         inclusion of wctype.h to work around Solaris 2.6 namespace pollution.
24825         (ISPRINT): Likewise.
24826         Reported by Tom Tromey.
24827
24828 2000-01-30  Jim Meyering  <meyering@lucent.com>
24829
24830         * m4/lib-check.m4: Clean up some kludgy old shadow password tests.
24831
24832         * m4/prereq.m4 (utmp_includes): Define.
24833         Check for ut_user and ut_name members in both struct utmpx
24834         and struct utmp.
24835
24836 2000-01-30  Jim Meyering  <meyering@lucent.com>
24837
24838         * lib/readutmp.c (extract_trimmed_name): Use UT_USER instead of
24839         hard-coding uses of ->ut_name.  The latter doesn't work with new Linux
24840         header files where only utmpx.ut_user is declared.
24841
24842         * lib/readutmp.h (UT_USER): Define.
24843
24844 2000-01-29  Jim Meyering  <meyering@lucent.com>
24845
24846         * m4/lib-check.m4: New file containing library-related checks from
24847         fileutils and sh-utils (textutils had none).
24848
24849 2000-01-28  Jim Meyering  <meyering@lucent.com>
24850
24851         * m4/perl.m4: Change format of warning message to look more like that
24852         from the missing script.  Suggestion from François Pinard.
24853
24854 2000-01-25  Jim Meyering  <meyering@lucent.com>
24855
24856         * m4/timespec.m4: Require AC_HEADER_TIME, and include sys/time.h as
24857         well as time.h in the compile check.
24858         * m4/nanosleep.m4: Require AC_HEADER_TIME rather than simply using it.
24859         Fix typo in cross-compiling case: s/yes/no/.
24860
24861 2000-01-23  Jim Meyering  <meyering@lucent.com>
24862
24863         * m4/jm-macros.m4: Move df-related tests here from
24864         fileutils/configure.in
24865
24866         * m4/ls-mntd-fs.m4: s/list_mounted_fs/ac_list_mounted_fs/
24867         (jm_LIST_MOUNTED_FILESYSTEMS): Take two parameters.
24868
24869         * m4/fsusage.m4: New file.  Extracted from fileutils/configure.in.
24870         s/space/ac_fsusage_space/.
24871         (jm_FILE_SYSTEM_USAGE): Take two parameters.
24872
24873         * m4/ftruncate.m4: New file (derived from part of
24874         fileutils/configure.in).
24875         * m4/jm-macros.m4 (jm_FUNC_FTRUNCATE): AC_REQUIRE it.
24876         (jm_CHECK_ALL_TYPES): Require AC_HEADER_MAJOR and AC_HEADER_DIRENT.
24877
24878         * m4/jm-macros.m4 (OPTIONAL_BIN_PROGS, OPTIONAL_BIN_ZCRIPTS, MAN):
24879         AC_SUBST these here, rather than just in sh-util/configure.in, so
24880         that the now-shared-by-fileutils-and-textutils lib/Makefile.am are
24881         all the same.
24882         (AM_FUNC_OBSTACK): Add (from fileutils/configure.in).
24883         (AC_CHECK_FUNCS): Merge all checks from fileutils, textutils, sh-utils.
24884         (AM_FUNC_STRTOD): Added (from textutils', sh-utils' configure.in).
24885         (AC_SUBST(POW_LIBM)): Likewise.
24886         (AC_SUBST(DF_PROG)): Moved from fileutils/configure.in.
24887
24888 2000-01-23  Jim Meyering  <meyering@lucent.com>
24889
24890         * lib/Makefile.am (libfetish_a_SOURCES): Remove explicit mention of
24891         obstack.c.
24892
24893 2000-01-22  Jim Meyering  <meyering@lucent.com>
24894
24895         * m4/jm-macros.m4: Call AC_PROG_CC_STDC just before AC_C_CONST.
24896
24897         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): Add wctype.h.
24898
24899         * m4/jm-macros.m4 (AC_CHECK_HEADERS): Add checks from fileutils'
24900         configure.in
24901         (AC_CHECK_HEADERS): Likewise for sh-utils.
24902         (AC_CHECK_HEADERS): Likewise for textutils.
24903         Merge the three lists of headers.
24904
24905         * m4/prereq.m4 (jm_PREREQ_ADDEXT): New macro.  Parts moved here
24906         from fileutils' configure.in.
24907
24908         * m4/decl.m4: Remove kludgy `test -z $ac_...AC_CHECK_HEADERS(...)'
24909         code. Moved tests into their own function (_jm_DECL_HEADERS) in
24910         check-decl.m4.
24911
24912         * m4/check-decl.m4: Use #if rather than #ifdef.
24913         Add HAVE_DECL_STRTOUL and HAVE_DECL_STRTOULL.
24914         (jm_CHECK_DECLARATIONS): Add strtoul strtoull.
24915         (_jm_DECL_HEADERS): Define new function.
24916         (jm_CHECK_DECLARATIONS): Require it.
24917
24918 2000-01-22  Jim Meyering  <meyering@lucent.com>
24919
24920         * lib/strtoumax.c: [! HAVE_DECL_STRTOUL]: Declare strtoul.
24921         [! HAVE_DECL_STRTOULL]: Declare strtoull.
24922         Required for some AIX systems.  Reported by Christian Krackowizer.
24923         [TESTING] (main): New function.
24924
24925         1997-10-17  Eli Zaretskii  <eliz@is.elta.co.il>
24926         * lib/dirname.c (dir_name): Support for DOS-style file names with drive
24927         letters.
24928
24929         * lib/quotearg.c [HAVE_WCTYPE_H]: Include <wctype.h> for decl of
24930         iswprint.
24931
24932         * lib/strverscmp.c (ISDIGIT): Define.
24933         (strverscmp): Use ISDIGIT, not isdigit.
24934
24935 2000-01-19  Jim Meyering  <meyering@lucent.com>
24936
24937         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Include <sys/time.h>, too.
24938         Use AC_HEADER_TIME.  Volker Borchert reported that OpenBSD-2.3/sparc
24939         defines `struct timespec' in <sys/time.h>
24940
24941         * m4/c-bs-a.m4: Remove uses of changequote altogether.
24942         Thanks to Akim for explaining.
24943
24944 2000-01-17  Paul Eggert  <eggert@twinsun.com>
24945
24946         * lib/nanosleep.c (nanosleep):
24947         Don't use SA_INTERRUPT to decide whether to call sigaction, as
24948         POSIX.1 doesn't require SA_INTERRUPT and some systems
24949         (e.g. Solaris 7) don't define it.  Use SA_NOCLDSTOP instead;
24950         it's been part of POSIX.1 since day 1 (in 1988).
24951
24952 2000-01-17  Jim Meyering  <meyering@lucent.com>
24953
24954         * lib/interlock: Remove unused file.  Reported by François Pinard.
24955
24956 2000-01-16  Paul Eggert  <eggert@twinsun.com>
24957
24958         * lib/quotearg.c (quotearg_buffer_restyled): Do not quote
24959         alert, backslash, formfeed, and vertical tab unnecessarily in
24960         shell quoting style.
24961
24962 2000-01-16  Jim Meyering  <meyering@lucent.com>
24963
24964         * m4/jm-macros.m4: Require jm_FUNC_GROUP_MEMBER, jm_FUNC_PUTENV,
24965         AM_FUNC_ERROR_AT_LINE, jm_FUNC_GNU_STRFTIME, jm_FUNC_MKTIME,
24966         jm_FUNC_GETGROUPS AC_FUNC_VPRINTF, AC_FUNC_ALLOCA,
24967         AM_FUNC_GETLOADAVG, and jm_SYS_PROC_UPTIME.
24968
24969 2000-01-16  Jim Meyering  <meyering@lucent.com>
24970
24971         * m4/c-bs-a.m4: Use `changequote(<<,>>)', rather than `changequote(, )'
24972         because the latter didn't work.
24973
24974 2000-01-15  Jim Meyering  <meyering@lucent.com>
24975
24976         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add gethostname and getusershell.
24977         (AC_REPLACE_FUNCS): Add memcpy and memset.
24978         Add these, too: stime strcspn stpcpy strstr strtol strtoul.
24979         Add strpbrk.
24980         Add these: euidaccess memcmp mkdir rmdir rpmatch strndup strverscmp.
24981
24982 2000-01-12  Jim Meyering  <meyering@lucent.com>
24983
24984         * m4/prereq.m4 (jm_PREREQ_CANON_HOST): New macro.
24985         (jm_PREREQ): Use it.
24986         (jm_PREREQ_READUTMP): New macro.
24987         (jm_PREREQ): Use it.
24988
24989 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24990
24991         Quote multibyte characters correctly.
24992         * m4/c-bs-a.m4: New file.
24993         * m4/prereq.m4 (jm_PREREQ_QUOTEARG): New macro.
24994         (jm_PREREQ): Use it.
24995
24996 2000-01-11  Paul Eggert  <eggert@twinsun.com>
24997
24998         * m4/uintmax_t.m4: Port to autoconf 2.13.
24999
25000 2000-01-08  Jim Meyering  <meyering@ascend.com>
25001
25002         * m4/strerror_r.m4 (jm_FUNC_STRERROR_R): New file/macro.
25003         * m4/jm-macros.m4 (jm_FUNC_STRERROR_R): Require it.
25004
25005 2000-01-04  Jim Meyering  <meyering@ascend.com>
25006
25007         * m4/d-type.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_TYPE): Rename from
25008         jm_STRUCT_DIRENT_D_TYPE.
25009         * m4/d-ino.m4 (jm_CHECK_TYPE_STRUCT_DIRENT_D_INO): Rename from
25010         jm_STRUCT_DIRENT_D_INO.
25011         * m4/utimbuf.m4 (jm_CHECK_TYPE_STRUCT_UTIMBUF): Rename from
25012         jm_STRUCT_UTIMBUF.
25013         * m4/jm-macros.m4: Reflect s/jm_STRUCT_/jm_CHECK_TYPE_STRUCT_/
25014         renamings.
25015         * m4/utime.m4: Likewise.
25016
25017         * m4/timespec.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): New file, macro.
25018         * m4/jm-macros.m4 (jm_CHECK_TYPE_STRUCT_TIMESPEC): Require it.
25019
25020 2000-01-03  Paul Eggert  <eggert@twinsun.com>
25021
25022         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): Search for nanosleep in -lrt
25023         (for Solaris 7) and in -lposix4 (for Solaris 2.5.1).
25024
25025 2000-01-02  Jim Meyering  <meyering@ascend.com>
25026
25027         * m4/search-libs.m4: Escape `$' in $3 of dnl comment.  I no longer
25028         remember if this is necessary.
25029
25030 1999-12-26  Jim Meyering  <meyering@ascend.com>
25031
25032         * m4/jm-macros.m4: Use it here.
25033         * m4/nanosleep.m4 (jm_FUNC_NANOSLEEP): New file/macro.
25034
25035 1999-12-23  Jim Meyering  <meyering@ascend.com>
25036
25037         * m4/jm-macros.m4: Check for clock_gettime (moved from
25038         fileutils/configure.in)
25039         Check for gettimeofday.
25040
25041 1999-12-20  Jim Meyering  <meyering@ascend.com>
25042
25043         * m4/strftime.m4: Remove kludge, now that I'm using the fixed
25044         autoconf-2.14a-1999-12-20.
25045
25046 1999-12-19  Jim Meyering  <meyering@ascend.com>
25047
25048         * m4/lstat-slash.m4: New file.
25049         * m4/jm-macros.m4: Use the new macro:
25050         jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
25051
25052 1999-12-07  Jim Meyering  <meyering@ascend.com>
25053
25054         * m4/perl.m4: Require that File::Compare be available, too.
25055         Too many systems seem to lack it.
25056
25057         * m4/strftime.m4: Add checks for most of the cpp macros tested in
25058         GNU's strftime.c.  Prompted by a patch from Paul Eggert.
25059
25060 1999-11-18  Paul Eggert  <eggert@twinsun.com>
25061
25062         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around a
25063         problem with the QNX 4.25 shell, which doesn't propagate exit
25064         status of failed commands inside shell assignments.
25065
25066 1999-11-17  Jim Meyering  <meyering@ascend.com>
25067
25068         * m4/gettext.m4: Use new AC_CONFIG_LINKS in place of AC_LINK_FILES.
25069
25070 1999-11-07  Jim Meyering  <meyering@ascend.com>
25071
25072         * m4/getloadavg.m4: Add `, 1, [FIXME]' to each use of AC_DEFINE.
25073
25074 1999-11-06  Jim Meyering  <meyering@ascend.com>
25075
25076         * m4/link-follow.m4 (jm_AC_FUNC_LINK_FOLLOWS_SYMLINK): New file/macro.
25077         * m4/jm-macros.m4 (jm_MACROS): Use it here.
25078
25079 1999-11-05  Jim Meyering  <meyering@ascend.com>
25080
25081         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Move some tests from
25082         configure.in of textutils, fileutils, and sh-utils into this one
25083         (shared between those packages) file.
25084         Use `AC_CHECK_MEMBERS((struct stat.st_blksize))' instead of deprecated
25085         AC_STRUCT_ST_BLKSIZE.
25086
25087 1999-11-03  Jim Meyering  <meyering@ascend.com>
25088
25089         * m4/ssize_t.m4: Remove file.  No longer needed since the new version
25090         of AC_CHECK_TYPE checks includes unistd.h.
25091         * m4/jm-macros.m4: Use straight `AC_CHECK_TYPE(ssize_t, int)'.
25092         Suggestion from Akim Demaille.
25093
25094 1999-10-30  Jim Meyering  <meyering@ascend.com>
25095
25096         * m4/uintmax_t.m4: Require 2.14a.  Remove backslash before backtick in
25097         m4-quoted string.
25098         * m4/ls-mntd-fs.m4: Likewise.
25099         * m4/jm-macros.m4: Likewise.  Also, use AC_TYPE_SSIZE_T instead
25100         * m4/jm-winsz1.m4: Likewise.
25101
25102         * m4/const.m4: Remove file, since the fix made it into the experimental
25103         version of autoconf.
25104         * m4/mktime.m4: Likewise.
25105
25106         * m4/check-type.m4: Remove file, now that the latest version of
25107         AC_CHECK_TYPE takes a third arg to specify additional #includes.
25108
25109         * m4/ssize_t.m4: New file, requires experimental version of autoconf.
25110         * m4/jm-macros.m4: Use new AC_TYPE_SSIZE_T instead of my hacked
25111         AC_CHECK_TYPE.
25112
25113 1999-10-04  Jim Meyering  <meyering@ascend.com>
25114
25115         * m4/jm-macros.m4: Don't require autoconf-2.14.1.
25116
25117 1999-09-22  Paul Eggert  <eggert@twinsun.com>
25118
25119         * m4/largefile.m4 (AC_SYS_LARGEFILE_FLAGS): Work around GCC
25120         2.95.1 bug with HP-UX 10.20.
25121
25122 1999-09-17  Jim Meyering  <meyering@ascend.com>
25123
25124         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add strdup.
25125         Paul Nevai reported a link failure on a NeXT CUBE with NeXTSTEP 3.3
25126         due to missing strdup (against sh-utils-2.0).
25127
25128 1999-08-29  Jim Meyering  <meyering@ascend.com>
25129
25130         * m4/jm-macros.m4: Require jm_BISON.
25131         * m4/bison.m4: New file.
25132
25133 1999-08-17  Paul Eggert  <eggert@twinsun.com>
25134
25135         * m4/largefile.m4 (AC_SYS_LARGEFILE): Fix typo: missing comma
25136         in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20.
25137
25138 1999-08-05  Jim Meyering  <meyering@ascend.com>
25139
25140         * m4/getline.m4: Rename test file from conftestdata to conftest.data
25141         to avoid conflicts with `conftest' on 8+3 filesystems.
25142         Suggestion from Eli Zaretskii.
25143
25144 1999-08-04  Jim Meyering  <meyering@ascend.com>
25145
25146         * m4/jm-macros.m4: Move a 4-line block of code from the configure.in of
25147         fileutils and sh-utils (textutils's getline test was inadequate).
25148         (AM_FUNC_GETLINE): Run this test.
25149         (AC_CHECK_FUNCS): Check for getdelim.
25150         Reported by Bob Proulx.
25151
25152 1999-08-02  Jim Meyering  <meyering@ascend.com>
25153
25154         * m4/jm-macros.m4: Add a comment.
25155
25156 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25157
25158         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): Check whether
25159         <inttypes.h> defines strtoumax as a macro (and not as a
25160         function).
25161
25162 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25163
25164         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): Make sure
25165         that we can shift, multiply and divide unsigned long long
25166         values; Ultrix cc can't do it.
25167
25168 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25169
25170         * m4/mktime.m4: New file, which is a preview of what should appear
25171         in the next public autoconf release.
25172
25173 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25174
25175         * m4/lfs.m4: Remove this file.
25176         * m4/largefile.m4: New file.  It contains the old contents of
25177         lfs.m4, except that all names with prefix AC_LFS have been
25178         changed to use the prefix AC_SYS_LARGEFILE instead, to be
25179         compatible with future autoconf versions.  Also, some minor m4
25180         quoting problems have been fixed.
25181
25182 1999-08-01  Paul Eggert  <eggert@twinsun.com>
25183
25184         * m4/gettext.m4 (AM_WITH_NLS): Remove unnecessary lines.
25185         Fix typo: $nls_cv_header_intl was misspelled as $nsl_cv_header_intl.
25186         (AM_GNU_GETTEXT): Fix problem with brackets and m4 quoting,
25187         and simplify the shell code.
25188
25189 1999-08-01  Jim Meyering  <meyering@ascend.com>
25190
25191         * m4/mktime.m4 (AC_FUNC_MKTIME): Undefine to avoid syntax errors from
25192         m4.
25193
25194 1999-07-20  Jim Meyering  <meyering@ascend.com>
25195
25196         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memmove.
25197
25198 1999-07-15  Jim Meyering  <meyering@ascend.com>
25199
25200         * m4/jm-macros.m4 (AC_CHECK_FUNCS): Check for getpagesize.
25201
25202 1999-05-22  Jim Meyering  <meyering@ascend.com>
25203
25204         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add memchr.
25205
25206 1999-05-20  Jim Meyering  <meyering@ascend.com>
25207
25208         * m4/search-libs.m4 [AC_SEARCH_LIBS]: Quote name in undefine.
25209         Add a colon after each `then' in case $4 is empty.
25210
25211 1999-05-16  Jim Meyering  <meyering@ascend.com>
25212
25213         * m4/search-libs.m4: New file to override autoconf's AC_SEARCH_LIBS.
25214
25215 1999-05-10  Jim Meyering  <meyering@ascend.com>
25216
25217         * m4/jm-mktime.m4: Reflect renaming: AM_FUNC_MKTIME -> AC_FUNC_MKTIME.
25218
25219         * m4/jm-macros.m4: Require 2.14.1, since we use newly-renamed
25220         AC_FUNC_MKTIME.
25221
25222 1999-05-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
25223
25224         * m4/jm-mktime.m4, putenv.m4: Fix typos in config.h comments.
25225
25226 1999-05-04  Paul Eggert  <eggert@twinsun.com>
25227
25228         * m4/lfs.m4 (AC_LFS): -n32, -o32, and -n64 should be in CFLAGS,
25229         not CPPFLAGS, so that linking works correctly in IRIX.
25230
25231 1999-04-30  Paul Eggert  <eggert@twinsun.com>
25232
25233         * m4/jm-macros.m4 (AC_REPLACE_FUNCS): Add dup2.
25234
25235 1999-04-20  Paul Eggert  <eggert@twinsun.com>
25236
25237         * m4/uintmax_t.m4 (jm_AC_TYPE_UINTMAX_T): Move unsigned long
25238         long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
25239         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): Require
25240         jm_AC_TYPE_UNSIGNED_LONG_LONG.
25241         * m4/ulonglong.m4 (jm_AC_TYPE_UNSIGNED_LONG_LONG): New file/macro.
25242
25243         * m4/lfs.m4: Port to AIX and HP-UX.  Support cross-compilation.
25244
25245 1999-04-20  Jim Meyering  <meyering@ascend.com>
25246
25247         * m4/xstrtoumax.m4: Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
25248         AC_REPLACE xstroull if necessary.  From Paul Eggert.
25249         (AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
25250
25251 1999-04-18  Jim Meyering  <meyering@ascend.com>
25252
25253         * m4/xstrtoumax.m4 (jm_AC_PREREQ_XSTRTOUMAX): New file/macro.
25254         * m4/jm-macros.m4: Use it.
25255
25256 1999-04-06  Jim Meyering  <meyering@ascend.com>
25257
25258         * m4/strftime.m4: Remove test for %f.
25259
25260 1999-03-29  Jim Meyering  <meyering@ascend.com>
25261
25262         * m4/jm-macros.m4 (jm_CHECK_ALL_TYPES): New macro, contains the
25263         superset of the AC_TYPE_* checks in the textutils, fileutils,
25264         and sh-utils, plus AC_TYPE_PID_T.  Paul Eggert suggested adding
25265         AC_TYPE_PID_T.
25266
25267 1999-03-28  Jim Meyering  <meyering@ascend.com>
25268
25269         * m4/jm-macros.m4: Define GNU_PACKAGE here.
25270         Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
25271         replaced e.g., in the *.sh files of the sh-utils.
25272
25273 1999-03-20  Jim Meyering  <meyering@ascend.com>
25274
25275         * m4/jm-macros.m4: s/jm_WITH_REGEX/jm_INCLUDED_REGEX/.
25276         * m4/regex.m4 (jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
25277         Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.
25278
25279 1999-03-19  Jim Meyering  <meyering@ascend.com>
25280
25281         * m4/jm-winsz1.m4 (jm_WINSIZE_IN_PTEM): New macro.
25282
25283 1999-03-12  Jim Meyering  <meyering@ascend.com>
25284
25285         * m4/jm-macros.m4: Use AC_FUNC_SETVBUF_REVERSED.
25286
25287 1999-03-07  Jim Meyering  <meyering@ascend.com>
25288
25289         * m4/jm-glibc-io.m4: Use only those *_unlocked macros that are
25290         declared.
25291
25292 1999-02-17  Jim Meyering  <meyering@ascend.com>
25293
25294         * m4/gettext.m4 (AM_GNU_GETTEXT): Do `changequote' around use of
25295         brackets in macro definition.  From Eli Zaretskii and Alain Magloire.
25296
25297 1999-02-07  Jim Meyering  <meyering@ascend.com>
25298
25299         * m4/group-member.m4: New file -- extracted from sh-utils'
25300         configure.in.
25301
25302         1999-02-05  Eli Zaretskii  <eliz@is.elta.co.il>
25303         * m4/gettext.m4: Support DOS-style d:/foo/bar absolute file names.
25304
25305 1999-02-06  Jim Meyering  <meyering@ascend.com>
25306
25307         * m4/chown.m4: Use `AC_SUBST(LIBOBJS)' since we set LIBOBJS.
25308         * m4/fnmatch.m4: Likewise.
25309         * m4/getgroups.m4: Likewise.
25310         * m4/lstat.m4: Likewise.
25311         * m4/malloc.m4: Likewise.
25312         * m4/putenv.m4: Likewise.
25313         * m4/realloc.m4: Likewise.
25314         * m4/regex.m4: Likewise.
25315         * m4/stat.m4: Likewise.
25316         * m4/strftime.m4: Likewise.
25317         Suggestion from Alain Magloire.
25318
25319         * m4/chown.m4: Use `.$ac_objext', not `.o'.
25320         * m4/fnmatch.m4: Likewise.
25321         * m4/getgroups.m4: Likewise.
25322         * m4/getline.m4: Likewise.
25323         * m4/lstat.m4: Likewise.
25324         * m4/malloc.m4: Likewise.
25325         * m4/memcmp.m4: Likewise.
25326         * m4/putenv.m4: Likewise.
25327         * m4/realloc.m4: Likewise.
25328         * m4/regex.m4: Likewise.
25329         * m4/stat.m4: Likewise.
25330         * m4/strftime.m4: Likewise.
25331         Suggestion from Alain Magloire.
25332
25333         * m4/jm-macros.m4: Actually invoke jm_WITH_REGEX now that it requires
25334         an argument.
25335
25336         * m4/regex.m4: Add a run-time Test for proper operation of
25337         re_compile_pattern.
25338
25339 1999-01-31  Jim Meyering  <meyering@ascend.com>
25340
25341         * m4/getloadavg.m4: Check for locale.h and the function, setlocale.
25342
25343 1999-01-30  Jim Meyering  <meyering@ascend.com>
25344
25345         * m4/check-type.m4: Use 3-arg form of AC_DEFINE.
25346
25347         * m4/jm-mktime.m4: Make this a wrapper around the official
25348         AM_FUNC_MKTIME rather than my private copy, now that the official one
25349         is up to date.
25350         * m4/mktime.m4: Remove file.
25351
25352         * m4/getloadavg.m4: Use 3-arg form of AC_DEFINE.
25353         * m4/uptime.m4: Likewise.
25354         * m4/uintmax_t.m4: Likewise.
25355
25356 1999-01-28  Jim Meyering  <meyering@ascend.com>
25357
25358         * m4/jm-macros.m4: Use jm_AFS.
25359         * m4/afs.m4: New file (from fileutils' configure.in).
25360
25361         * m4/assert.m4: Use the 3-argument forms of AC_DEFINE* macros.
25362         * m4/chown.m4: Likewise.
25363         * m4/d-ino.m4: Likewise.
25364         * m4/d-type.m4: Likewise.
25365         * m4/fnmatch.m4: Likewise.
25366         * m4/getgroups.m4: Likewise.
25367         * m4/gettext.m4: Likewise.
25368         * m4/jm-mktime.m4: Likewise.
25369         * m4/jm-winsz2.m4: Likewise.
25370         * m4/lcmessage.m4: Likewise.
25371         * m4/ls-mntd-fs.m4: Likewise.
25372         * m4/malloc.m4: Likewise.
25373         * m4/memcmp.m4: Likewise.
25374         * m4/putenv.m4: Likewise.
25375         * m4/realloc.m4: Likewise.
25376         * m4/st_mtim.m4: Likewise.
25377         * m4/strftime.m4: Likewise.
25378
25379 1999-01-16  Jim Meyering  <meyering@ascend.com>
25380
25381         * m4/jm-macros.m4 (ARGMATCH_DIE): Define.
25382         (ARGMATCH_DIE_DECL): Define.
25383
25384 1999-01-12  Jim Meyering  <meyering@ascend.com>
25385
25386         * m4/Makefile.am.in: Rewrite to avoid using fmt.
25387         Reported by Lars Hecking.
25388
25389 1999-01-10  Jim Meyering  <meyering@ascend.com>
25390
25391         * m4/fstypename.m4: Use the new 3-arg form of AC_DEFINE instead of my
25392         gross kludge.
25393         * m4/inttypes_h.m4: Likewise.
25394         * m4/lstat.m4: Likewise.
25395         * m4/malloc.m4: Likewise.
25396         * m4/readdir.m4: Likewise.
25397         * m4/realloc.m4: Likewise.
25398         * m4/st_dm_mode.m4: Likewise.
25399         * m4/stat.m4: Likewise.
25400         * m4/utimbuf.m4: Likewise.
25401         * m4/utimes.m4: Likewise.
25402
25403         * m4/check-decl.m4: Use the new 3-arg form of AC_DEFINE instead of the
25404         AC_CHECK_FUNCS hack.  Now, it's still a hack, but at least the
25405         comments in config.h.in are meaningful.
25406
25407         * m4/jm-macros.m4: Require autoconf-2.13 here.
25408
25409         * m4/regex.m4: By default, don't use the included regex.c on systems
25410         with glibc 2.  Suggestion from Uli Drepper.
25411
25412 1999-01-02  Jim Meyering  <meyering@ascend.com>
25413
25414         * m4/jm-macros.m4: Replace strcasecmp and strncasecmp.
25415
25416 1998-12-18  Jim Meyering  <meyering@ascend.com>
25417
25418         * m4/Makefile.am.in (Makefile.am): Simplify rule.
25419         Based on a suggestion from Lars Hecking.
25420
25421 1998-11-16  Paul Eggert  <eggert@twinsun.com>
25422
25423         * m4/lfs.m4 (AC_LFS): Add support for HP-UX 10.20 and HP-UX 11.
25424
25425 1998-11-16  Jim Meyering  <meyering@ascend.com>
25426
25427         * m4/lfs.m4: Double-quote the `uname...` expression.
25428
25429 1998-11-14  Jim Meyering  <meyering@ascend.com>
25430
25431         * m4/lstat.m4: Correct comment.  POSIX does not permit it to succeed.
25432         * m4/stat.m4: Likewise.
25433
25434 1998-11-03  Jim Meyering  <meyering@ascend.com>
25435
25436         * m4/stat.m4: Rewrite to set HAVE_STAT_EMPTY_STRING_BUG.
25437         * m4/lstat.m4: Rewrite to set HAVE_LSTAT_EMPTY_STRING_BUG.
25438
25439 1998-10-18  Jim Meyering  <meyering@ascend.com>
25440
25441         * m4/check-decl.m4 (jm_CHECK_DECL_LOCALTIME_R): Remove macro.
25442
25443 1998-10-17  Jim Meyering  <meyering@ascend.com>
25444
25445         * m4/decl.m4 (jm_CHECK_DECLARATION): Don't hard-code which headers to
25446         include, though we still hard-code the `require'-like AC_CHECK_HEADERS
25447         calls for those previously hard-coded headers.  Instead, take a new
25448         parameter.
25449         (jm_CHECK_DECLARATIONS): Reflect interface change.
25450         * m4/check-decl.m4 (jm_CHECK_DECLS): Likewise.
25451         (jm_CHECK_DECL_LOCALTIME_R): New macro.
25452
25453         * m4/mktime.m4: Test for spring-forward gap before long-running test.
25454
25455 1998-10-14  Jim Meyering  <meyering@ascend.com>
25456
25457         * m4/mktime.m4: Use the more portable "TZ=PST8PDT,M4.1.0,M10.5.0"
25458         instead of "TZ=America/Vancouver".  From Paul Eggert.
25459
25460 1998-10-11  Jim Meyering  <meyering@ascend.com>
25461
25462         * m4/mktime.m4 (jm_AM_FUNC_MKTIME): New file and macro.
25463         This adds a test for a recently added compatibility fix for mktime.c.
25464         * m4/jm-mktime.m4: Require jm_AM_FUNC_MKTIME, not AM_FUNC_MKTIME.
25465
25466 1998-09-27  Jim Meyering  <meyering@ascend.com>
25467
25468         * m4/jm-macros.m4 (jm_MACROS): Require jm_FUNC_FNMATCH.
25469
25470         * m4/fnmatch.m4 (jm_FUNC_FNMATCH): New file/macro.  Extracted from
25471         ../configure.in, including a change from Gordon Matzigkeit to allow
25472         cross-compiling for the Hurd.
25473
25474         * m4/glibc.m4: New file/macro to test for the GNU C Library
25475         versions 1 and 2.  From Gordon Matzigkeit.
25476         Indent.
25477
25478 1998-09-21  Jim Meyering  <meyering@ascend.com>
25479
25480         * m4/chown.m4: Declare locals: before, after.  From Andries Brouwer.
25481
25482 1998-08-18  Paul Eggert  <eggert@twinsun.com>
25483
25484         Port nanosecond-resolution times to UnixWare 2.1.2 and
25485         pedantic Solaris 2.6.
25486
25487         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC): Renamed from
25488         AC_STRUCT_ST_MTIM.
25489         * m4/st_mtim.m4 (AC_STRUCT_ST_MTIM_NSEC):
25490         Generate name of ns member, instead of just 1 or undef.
25491         Allow for UnixWare 2.1.2 and Solaris 2.6 if in pedantic mode.
25492
25493 1998-08-15  Jim Meyering  <meyering@ascend.com>
25494
25495         * m4/ssize_t.m4 (jm_TYPE_SSIZE_T): Remove file.
25496         * m4/check-type.m4: New file.  Replacement for AC_CHECK_TYPE.
25497         * m4/jm-macros.m4: Use the new AC_CHECK_TYPE(ssize_t, int)
25498         instead of jm_TYPE_SSIZE_T.
25499
25500 1998-08-12  Jim Meyering  <meyering@ascend.com>
25501
25502         * m4/st_dm_mode.m4: New file.  From Johan Danielsson.
25503
25504 1998-08-02  Jim Meyering  <meyering@ascend.com>
25505
25506         * m4/st_mtim.m4: Use hack to avoid having to put #undef HAVE_ST_MTIM
25507         in acconfig.h manually.
25508
25509 1998-07-31  Paul Eggert  <eggert@twinsun.com>
25510
25511         * m4/st_mtim.m4: New file.
25512
25513 1998-07-28  Jim Meyering  <meyering@ascend.com>
25514
25515         * m4/utimes.m4: Undef stat.
25516
25517 1998-07-25  Jim Meyering  <meyering@ascend.com>
25518
25519         * m4/utime.m4 (jm_FUNC_UTIME): New file and macro.
25520         * m4/utimes.m4 (jm_FUNC_UTIMES_NULL): New file and macro.
25521
25522 1998-07-09  Manfred Hollstein  <manfred@s-direktnet.de>
25523
25524         * m4/chown.m4 (jm_FUNC_CHOWN): Add a check to verify that the
25525         uid and gid actually remain unchanged.
25526
25527 1998-07-07  Jim Meyering  <meyering@ascend.com>
25528
25529         * m4/jm-glibc-io.m4: Remove fclose_unlocked.
25530
25531 1998-07-04  Jim Meyering  <meyering@ascend.com>
25532
25533         * m4/regex.m4: Use syscmd, ifelse, and sysval.  Mainly as an exercise
25534         to prove that this macro can be used in packages without regex.c.
25535
25536 1998-07-04  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
25537
25538         * m4/gettext.m4 (AM_WITH_NLS): Remove intl/libintl.h if <libintl.h>
25539         is to be used.
25540
25541 1998-07-03  Jim Meyering  <meyering@ascend.com>
25542
25543         * m4/gettext.m4: Add -lintl if it's found to be necessary.
25544
25545         * m4/gettext.m4: New file -- from gettext-0.10.35.
25546         * m4/lcmessage.m4: Likewise.
25547         * m4/progtest.m4: Likewise.
25548
25549         * m4/regex.m4 (jm_WITH_REGEX): New file and macro.
25550         * m4/jm-macros.m4: Require the new macro.
25551
25552 1998-06-29  Jim Meyering  <meyering@ascend.com>
25553
25554         * m4/fstypename.m4: Include sys/param.h.  NetBSD 1.3.1 requires this
25555         for the definition of NGROUPS (used in a system header included
25556         by sys/mount.h).
25557
25558 1998-06-28  Jim Meyering  <meyering@ascend.com>
25559
25560         * m4/ls-mntd-fs.m4: New file.
25561         * m4/fstypename.m4: New file.
25562
25563         * m4/jm-macros.m4: Require the new macro.
25564         * m4/jm-glibc-io.m4: New file.
25565
25566 1998-05-19  Jim Meyering  <meyering@ascend.com>
25567
25568         * m4/jm-macros.m4: Add jm_FUNC_LCHOWN.
25569         * m4/lchown.m4: New file.
25570
25571         * m4/Makefile.am.in: New file.
25572         * m4/Makefile.am (Makefile.am): Depend on Makefile.am.in.
25573
25574 1998-05-14  Jim Meyering  <meyering@ascend.com>
25575
25576         * m4/Makefile.am (EXTRA_DIST): Add them.
25577         * m4/jm-macros.m4: New file.
25578         * m4/utimbuf.m4: New file.
25579
25580 1998-05-12  Jim Meyering  <meyering@ascend.com>
25581
25582         * m4/Makefile.am (EXTRA_DIST): Add isc-posix.m4.
25583
25584 1998-05-11  Jim Meyering  <meyering@ascend.com>
25585
25586         * m4/isc-posix.m4: New file.
25587
25588 1998-05-10  Jim Meyering  <meyering@ascend.com>
25589
25590         * m4/jm-mktime.m4: Use AM_FUNC_MKTIME, now that it's up to date.
25591
25592 1998-05-09  Jim Meyering  <meyering@ascend.com>
25593
25594         * m4/Makefile.am (EXTRA_DIST): Add ssize_t.m4.
25595         (EXTRA_DIST): Remove mktime.m4, now that the new version is included
25596         with automake.
25597
25598         * m4/ssize_t.m4: New file.
25599         * m4/mktime.m4: Remove file -- the new automake has this now.
25600
25601 1998-04-26  Jim Meyering  <meyering@ascend.com>
25602
25603         * m4/assert.m4: New file.
25604         * m4/Makefile.am (EXTRA_DIST): Add assert.m4.
25605
25606 1998-04-05  Jim Meyering  <meyering@ascend.com>
25607
25608         * m4/prereq.m4 (jm_PREREQ_REGEX): New macro.
25609         (jm_PREREQ): Use it here.
25610
25611 1998-03-23  Jim Meyering  <meyering@eng.ascend.com>
25612
25613         * m4/inttypes_h.m4: Kludges so I don't have to add HAVE_INTTYPES_H
25614         in acconfig.h.
25615
25616 1998-03-15  Jim Meyering  <meyering@eng.ascend.com>
25617
25618         * m4/prereq.m4: New file.
25619         * m4/error.m4: New file.
25620         * m4/Makefile.am (EXTRA_DIST): Add error.m4 and prereq.m4.
25621
25622 1998-02-07  Jim Meyering  <meyering@eng.ascend.com>
25623
25624         * m4/getline.m4: Don't set am_cv_func_working_getline before the
25625         cache-check for the same variable -- that defeated the purpose of
25626         the test; the test program was never run.  This was a problem only
25627         on systems with losing getline functions -- HP-UX 10.20 is one.
25628         Reported by Bjorn Helgaas.
25629
25630 1998-02-06  Jim Meyering  <meyering@eng.ascend.com>
25631
25632         * m4/Makefile.am (EXTRA_DIST): Add perl.m4.
25633
25634 1998-01-10  Jim Meyering  <meyering@na-net.ornl.gov>
25635
25636         * m4/Makefile.am (EXTRA_DIST): Add const.m4.
25637
25638         * m4/const.m4: New file.  Use an initializer in this declaration
25639         typedef int charset[2]; const charset x;
25640         Reported by Bob Glickstein.
25641
25642 1997-12-21  Jim Meyering  <meyering@na-net.ornl.gov>
25643
25644         * m4/chown.m4: Fix reversed types on -1 args to chown.
25645         From Kaveh Ghazi.
25646
25647 1997-12-14  Jim Meyering  <meyering@na-net.ornl.gov>
25648
25649         * m4/check-decl.m4: s/DECLARATION_/DECL_/g.
25650         Add lseek and memchr.
25651
25652         * m4/decl.m4: s/HAVE_DECLARATION_/HAVE_DECL_/g.
25653         T.E.Dickey <dickey@clark.net> said that some older preprocessors
25654         have a 20-character limit on names.
25655
25656 1997-11-30  Jim Meyering  <meyering@na-net.ornl.gov>
25657
25658         * m4/inttypes_h.m4: New file.
25659         * m4/uintmax_t.m4: New file.
25660         * m4/Makefile.am (EXTRA_DIST): Add inttypes_h.m4 and uintmax_t.m4.
25661
25662 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
25663   Free Software Foundation, Inc.
25664 Copying and distribution of this file, with or without modification,
25665 are permitted provided the copyright notice and this notice are preserved.